@charset "UTF-8";
/* 基础样式定义 */
body,
html,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  border: none;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #71777d;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 960px;
  color: #666;
  font-family: "PingFang SC",  "Microsoft YaHei",  "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

/*icon定义*/
body, html {
  width: 100%;
  min-width: 300px;
  max-width: 680px;
  margin: 0 auto;
}

.clearfix {
  *zoom: 1;
  /*overflow:hidden*/
}

.clearfix ::after {
  display: block;
  clear: both;
  content: ".";
  overflow: hidden;
  visibility: hidden;
  height: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

input {
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.text_c {
  text-align: center;
}

.text_l {
  text-align: left;
}

.box_bor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.none {
  display: none !important;
}

.input_num_n input[type=number] {
  -moz-appearance: textfield;
}

.input_num_n input[type=number]::-webkit-inner-spin-button,
.input_num_n input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf {
  zoom: 1;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* 元素类型 */
.db {
  display: block;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.transparent {
  opacity: 0;
}

/*文字排版、颜色*/
.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.col333 {
  color: #333;
}

.col666 {
  color: #666;
}

.col999 {
  color: #999;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.unl {
  text-decoration: underline;
}

.no_unl {
  text-decoration: none;
}

.tj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 行 处理 */
.wn {
  /* 强制不换行 */
  word-wrap: normal;
  white-space: nowrap;
}

.wb {
  /* 强制换行 */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.wp {
  /* 保持空白序列*/
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.wes {
  /* 多出部分用省略号表示 , 用于一行 */
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wes-2 {
  /* 适用于webkit内核和移动端 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wes-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.wes-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* 溢出样式 */
.ofh {
  overflow: hidden;
}

.ofs {
  overflow: scroll;
}

.ofa {
  overflow: auto;
}

.ofv {
  overflow: visible;
}

/* 定位方式 */
.ps {
  position: static;
}

.pr {
  position: relative;
  zoom: 1;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

/* 垂直对齐方式 */
.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

/* 鼠标样式 */
.csd {
  cursor: default;
}

.csp {
  cursor: pointer;
}

.csh {
  cursor: help;
}

.csm {
  cursor: move;
}

/* flex布局 */
.df-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.df-sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* 垂直居中 */
.df-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* 辅助 */
.mask-fixed-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-cover-all {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.mt2 {
  margin-top: 2px;
}

.mt4 {
  margin-top: 4px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mr2 {
  margin-right: 2px;
}

.mr4 {
  margin-right: 4px;
}

.mr6 {
  margin-right: 6px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr14 {
  margin-right: 14px;
}

.mr16 {
  margin-right: 16px;
}

.mr18 {
  margin-right: 18px;
}

.mr20 {
  margin-right: 20px;
}

.ml2 {
  margin-left: 2px;
}

.ml4 {
  margin-left: 4px;
}

.ml6 {
  margin-left: 6px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml14 {
  margin-left: 14px;
}

.ml16 {
  margin-left: 16px;
}

.ml18 {
  margin-left: 18px;
}

.ml20 {
  margin-left: 20px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}


.headerTop {
  height: 60px;
  background: #fff;
  width: 100%;
}

.headerTop .headerBox {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #f5f5f5 solid 1px;
  padding-bottom: 5px;
}

.headerTop .headerBox .headerL {
  padding-left: 14px;
}

.headerTop .headerBox .headerL img {
  width: 55px;
  margin-top: 11px;
}

.headerTop .headerBox .headerR_Click {
  padding-right: 16px;
  padding-top: 20px;
  width: 28px;
  height: 23px;
  box-sizing: content-box;
}

.headerTop .headerBox .headerR_Click .line3 {
  background: #ff6276;
  height: 2px;
  width: 100%;
  border-radius: 28px;
  -webkit-transition: .3s;
  transition: .3s;
}

.headerTop .headerBox .headerR_Click .line3:nth-child(2) {
  margin: 7px 0;
}

.headerTop .headerBox .Clicked {
  padding-top: 22px;
}

.headerTop .headerBox .Clicked .line3:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.headerTop .headerBox .Clicked .line3:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}

.headerTop .headerBox .Clicked .line3:nth-child(3) {
  opacity: 0;
}

.headerTop .headerBox .headerMenu {
  background: #333;
  border-radius: 6px;
  position: absolute;
  right: 11px;
  top: 47px;
  display: none;
  z-index: 110;
}

.headerTop .headerBox .headerMenu .sj {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
  top: -8px;
  right: 14px;
}

.headerTop .headerBox .headerMenu a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 16px 38px;
  text-align: center;
  border-bottom: #666666 solid 1px;
}

.headerTop .headerBox .headerMenu a:nth-last-child(1) {
  border: none;
}

.headerTop .yj .headerL img {
    width: 280px;
    height: auto;
    margin-top: 10px;
    aspect-ratio: 407 / 60;
    object-fit: cover;
}



.footerBox .zzzz {
  background: #2a2a2a;
  padding: 16px 0;
}
.footerBox .zzzz .zzimg {
  text-align: center;
}
.footerBox .zzzz img {
  width: 20%;
}

.footerBox .zzzz .zzTxt {
  text-align: center;
  color: #666666;
  font-size: 13px;
}

.footerBox .zzzz .zzTxt a{
  color: #71777d;
}

.footerBox .bottomMenu {
  height: 64px;
}

.footerBox .bottomMenu .BMList {
  border-top: #f5f5f5 solid 1px;
  background: #fe5469;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 100;
}

.footerBox .bottomMenu .BMList .BMItem {
  padding: 6px 0;
  color: #fff;
  text-align: center;
  width: 144px;
}

.footerBox .bottomMenu .BMList .BMItem .ifont {
}

.footerBox .bottomMenu .BMList .BMItem .bmTxt {
  font-size: 14px;
}
.footerBox .bottomMenu .BMList .BMItem .ifont img {display: inline-block; height: 29px;width: auto;}
.footerBox #wxA {
  display: none;
}



/*添加微信*/
.add_wechat{
  left:0px;
  position: fixed;
  width:100%;
  z-index:9999;
  bottom:-1px;
  padding:0;
 /* text-align:center;*/
  height:6em;
  line-height:6em;
  background:#fcfcfc;
  margin:0 auto;
  border-right:none;
  padding:0 0.5em 0 0.5em;
  _display:inline;
  text-align:center;
}

.app-bar {
    display: none;
    position: fixed;
    left: 0;
    right:0;
    bottom: 0;
    max-width:750px;
    width: 100%;
    margin:0 auto;
    height:41px;
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    z-index: 10001;
    font-size:1.2em;
    font-family: "Microsoft Yahei";
    overflow:hidden;
}

.wechatIcon{width:1.5em;vertical-align: middle;}

.xx{width:12em;vertical-align: middle;}    
.wechatBox{display: none;width:100%;height:100%;position:fixed;top:0px;z-index:5;}      
.wechat{
  position:fixed;
  top:20%;
  max-width:640px;
  width:80%;
  margin:0 auto;
    right:10%;
    left:10%;            
    color:#666;
    /*text-align:center;*/
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 1px 2x rgba(0, 0, 0, 1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    border-radius:41px;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    background: #fff;
    z-index: 5000;
    display: none;
    padding:1.5em 0em;
    _display:inline;
}

.wechatimg{
    position:fixed;
    top:20%;
    width:80%;
    right:10%;
    left:10%;            
    color:#666;
    /*text-align:center;*/
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 1px 2x rgba(0, 0, 0, 1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    border-radius:41px;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    background: #fff;
    z-index: 5000;
    display: none;
}
.wechatimg img{ width:100%;}
.wechatIcon{width:2.2em;vertical-align:center;float:left;padding:0.4em 0 0 0.5em;}
.c_d{padding-left:0.6em;_display:inline;}
.c_d p{text-align:left;}

.wechat .p1{font-size:1.8em;line-height:1.8em;}
.wechat .p2{font-size:1.8em;}
.wechat .wxid{font-size:1.8em;background-color:#fe5469;color:#FFF;padding:0.5em;margin:16px 0;_display:inline;}
.wechat .p1, .wechat .p2, .wechat .wxid{text-align:center;}

.wechat .wxid .wx_01{/*line-height:1.5em;*/ white-space: pre-wrap;}
.wec{width:100%;margin:0 auto;font-size:10px;padding-top:6px;_display:inline;}
.c_l{float: left;padding-left:6px;line-height:15px;_display:inline;}
.c_l span{font-weight:bold;}
.c_l span a{color:red;}


.footer-padding{
  padding-top: 90px;
}
.footer-cont {
    position: fixed;
    z-index: 30;
    bottom: 0px;
    height: auto;
    width: 100%;
    max-width: 680px;
    display: flex;
    background: #fff;
}
.footer-cont a{ 
    width: 50%;
}
.footer-cont img{
    width: 100%;height:auto;aspect-ratio:75/22;object-fit:cover;
}