html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 95px;}}
@media (max-width: 1440px){html{font-size: 90px;}}
@media (max-width: 1220px){html{font-size: 85px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}

html, body{-webkit-text-size-adjust:none;}
body{overflow-x:hidden; }

html,body{font-family: -apple-system,BlinkMacSystemFont,SF UI Text,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;} 
a, a:link, a:visited, a:hover, a:active{/*color: #666;*/ outline: 0; /*border: 0;*/ text-decoration: none}
/* a:hover, a:active{background-color: transparent;} */
em,b,strong{font-style: normal;font-weight: none;}
/*@media (min-width: 1200px){a:hover{color: #a21f24;}}*/
small{display: block; font-size: 100%;}
input, textarea, button, select, radio{outline: 0; border: 0;}
select:link,select:visited{color: #666;}
textarea{resize: none;}
img{max-width: 100%; display: block;}
ul{list-style: none;margin:0;}
a{text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); }
::-ms-clear, ::-ms-reveal{display: none;}
select::-ms-expand{ display: none; } 
.color-white{color:#fff!important;}
.color-black{color:#333!important;}
.mt0{margin-top: 0 !important;}
.mr0{margin-right: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.ml0{margin-left: 0 !important;}
.weui-cell{padding: 10px 15px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex;-webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell_primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.start{-webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.end{-webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end;}
.nobefore::before, .noafter::after{display: none !important;}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none; -moz-box-shadow: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #333;} 
input:-moz-placeholder, textarea:-moz-placeholder{color: #333;} 
input::-moz-placeholder, textarea::-moz-placeholder{color: #333;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #333;} 
div:focus{outline:none;}
img:focus{outline:none;}
.container{width: auto; margin: 0 15px; padding: 0;}
.container2{width: auto; margin: 0 15px; padding: 0;}
.container-fluid{padding: 0;}
@media (min-width: 640px){.container{margin: 0 7.5%;}}
@media (min-width: 1200px){.container{margin: 0 6%;}}
@media (min-width: 1600px){.container{margin: 0 9.896%;}}


@media (min-width: 1200px){.container2{margin: 0 6.75%;}}

.page-num{
  display: inline-block;
  margin-right: 0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  padding: 0;
  cursor: pointer;

  color: #333333;
  background-color: transparent;
  border: 0;
}
.page-num-current{
  background: transparent;
  color: #0e59d1;
  border: 1px solid #0e59d1;
}

.pd0{padding: 0 !important;}
.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}

.white{color: #fff !important;}
.red{color: #a21f24 !important;}
.gray333{color: #333 !important;}
.gray666{color: #666 !important;}
.gray999{color: #999 !important;}
.opacity5{opacity: .5;}
a{color: #333333;}
a.fill{display: block; width: 100%; height: 100%;}
.max{max-width: 100%;}
.auto{margin-left: auto !important; margin-right: auto !important;}
.img-cover{object-fit: cover;}
.img-contain{object-fit: contain;}

.bg-white{background-color: #fff;}
.bg-gray1{background-color: #f5f5f5;}
.bg-gray2{background-color: #f7f7f7;}
h1,h2,h3,h4,h5,p{margin: 0}
.f12{font-size: 12px;}
.f14{font-size: 16px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f36{font-size: 36px;}
.f40{font-size: 40px;}
.mt_0{margin-bottom: 0px; }
.mt_1{margin-top: 2.5%;}
.mb_1{margin-bottom: 2%;}
.mt_2{margin-top: 2%;}
.mb_2{margin-bottom: 2%;}
.pos_re{position: relative;}
.pos_ab{position: absolute;}
.border_b{border-bottom: 1px solid #4f4f4f;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.pr{position: relative;}
.pb{position: absolute;}
.pf{position: fixed;}
.block{display: block;}
.hide{display: none;}
.inline{display: inline-block;}
.hidden{overflow: hidden;}
.cap{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.bold{font-weight: bold;}
.indent{text-indent: 2em;}
.normal{font-weight: normal;}
.vmid td{vertical-align: middle;}
.hand{cursor: pointer; _cursor: hand;}
.ff-ar{font-family:Arial !important;}
.noborder{border: 0 !important;}
.noradius{border-radius: 0 !important;}
.ellipsis2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.ellipsis3{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3; }
.ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.justify{text-align:justify; text-justify: distribute-all-lines; text-align-last:justify;}
.filterbox{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); zoom:1;}
:root .filterbox{filter: none\9;}
.tips, .tips1{display: none; z-index: 100; top: 50%; left: 50%; margin-top: -20px; margin-left: -125px; padding: 10px; width: 250px; height: 40px; line-height: 20px; text-align: center; font-size: 16px; color: #fff; border-radius: 3px; background: rgba(0,0,0,.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000); zoom:1;}
:root .tips{filter: none\9;}
:root .tips1{filter: none\9;}
@media (max-width: 639px){.tips, .tips1{position: fixed; -webkit-transform: translateZ(0)}}
.clearfix:after {display: block; clear: both; height: 0px; overflow: hidden; content: "\200B" }
/* css3 style */
.trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}
.trans-8{-webkit-transition: all 0.8s; transition: all 0.8s;}
.h1,.h2,.h3,.h4,.h5,p{margin: 0;}
.noscroll{height: 100%; overflow: hidden;}
.w100{width: 100% !important;}
.mart20{margin-top: 20px;}


.header { position: fixed; left: 0; top: 0; width: 100%; z-index: 999; background: rgba(255,255,255,0.8); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-box-shadow: 0 2px 5px 0 #eee; box-shadow: 0 2px 5px 0 #eee; }

.header .cnt { height: 1rem;  margin-left: auto; margin-right: auto; 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; }

@media (max-width: 1200px) { .header .cnt { width: 100%; padding: 0 .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; } }

.header .logo { }

/*.header .logo img { width: 2rem; }*/

@media (max-width: 1200px) { .header .logo { width: auto; margin-left:0;} }

.header .nav { text-align: center;font-size: 16px;font-weight: 700; }

.header .nav a { display: block; }

.header .nav a:hover { color: #0e59d1; }

.header .nav .li1 { float: left; position: relative; }

.header .nav .li1.on { color: #0e59d1; }

.header .nav .li1:hover .ul2 { display: block; }

.header .nav .li1:hover .a1 { color: #0e59d1; }

.header .nav .a1 { padding: 0 20px; line-height: 1rem;transition: all 0.3s ease 0s; text-transform: capitalize;}

.header .nav .ul2 { position: absolute; left: 1px; top: 100%; z-index: 10; width: 100%; background: #f6f6f6; 

background: #ffffff none repeat scroll 0 0;
    border-top: 5px solid#0e59d1;
    margin-top: -15px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
    transform-origin: top;
    transform: scaleY(0);
}

.header .nav .li1:hover .ul2 { 
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header .nav .h-product + .ul2 { display: none; }

.header .nav .a2 { line-height: 1.5; padding: 13px 20px;text-align:left; }

@media (min-width: 1101px) { .header .nav .li1 { float: left; position: relative; }
  .header .nav .li1.on { color: #0e59d1; }
  .header .nav .li1:hover .ul2 { display: block;width: 104px;opacity: 1;
    visibility: visible;
    transform: scaleY(1); }
  .header .nav .li1:hover .h-product + .ul2 { display: none; }
  .header .nav .li1:hover .h-product { display: block; }
  .header .nav .li1:hover .a1 { color: #0e59d1; }
  .header .nav .ul2 { padding: .1rem 0rem; } 


}

@media (max-width: 1100px) { .header .nav { text-align: left; }
  .header .nav .ul1 { position: fixed; right: 0; top: 0; z-index: 10; width: 60%; max-width: 300px; height: 100%; overflow-y: auto; background: #fff; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 1.2rem; }
  .header .nav .ul1 .li1 { float: none; width: 100%; border-bottom: 1px solid #dcdcdc; }
  .header .nav .ul1 .li1.show .ul2 { height: auto; padding-bottom: 10px;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    text-align: left;
    padding-left: 0;
  }
  .header .nav .ul1 .a1 { line-height: 2; padding: 10px 20px; }
  .header .nav .mask { position: fixed; right: 0; top: 0; z-index: 10; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); opacity: 0; -webkit-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; }
  .header .nav .ul2 { position: static; display: block; -webkit-box-shadow: none; box-shadow: none; height: 0; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; overflow: hidden; }
  .header .nav .ul2 .a2 { padding: 10px 20px; color: #666; }
  .header .nav .mbtn { background: #eeeeee; width: 30px; height: 30px; line-height: 30px; text-align: center; position: absolute; right: 10px; top: 8px; z-index: 15; cursor: pointer; color: #333; font-size: 20px; outline: none; }
  .header .nav .mbtn:after { content: '+'; }
  .header .nav li.show .mbtn:after { content: '-'; } }

.header .h-product { background: #f6f6f6; position: fixed; left: 0; top: 1rem; width: 100%; display: none; }

.header .h-product__cate { border-bottom: 1px solid #dddddd; }

.header .h-product__cate a { display: block; padding: .35rem .6rem .2rem; position: relative; }

.header .h-product__cate a:after { content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #0e59d1; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.header .h-product__cate .wrap { width: 13.44rem; max-width: 95%; margin-left: auto; margin-right: auto; }

.header .h-product__cate .swiper-container { display: inline-block; vertical-align: top; width: auto; }

.header .h-product__cate .swiper-slide { width: auto; }

.header .h-product__cate .swiper-slide.on a { color: #0e59d1; }

.header .h-product__cate .swiper-slide.on a:after { width: 100%; }

.header .h-product__product { text-align: center; margin-top: .1rem; }

.header .h-product__product .list { width: 17.28rem; margin-left: auto; margin-right: auto; position: relative; display: none; }

.header .h-product__product .list.on { display: block; }

.header .h-product__product .swiper-container { width: 13.44rem; max-width: 95%; margin-left: auto; margin-right: auto; position: static; }

.header .h-product__product .swiper-slide { padding-bottom: .3rem; padding-top: .4rem; }

.header .h-product__product .swiper-button-prev, .header .h-product__product .swiper-button-next { width: .7rem; height: 0.7rem; border-radius: 50%; border: 1px solid #ccc; background-position: center; background-repeat: no-repeat; background-size: .11rem auto; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; margin-top: -.35rem; }

.header .h-product__product .swiper-button-prev { background-image: url(../images/4.png); left: 0; }

.header .h-product__product .swiper-button-prev:hover { background-image: url(../images/6.png); background-color: #0e59d1; border-color: #0e59d1; }

.header .h-product__product .swiper-button-next { background-image: url(../images/5.png); right: 0; }

.header .h-product__product .swiper-button-next:hover { background-image: url(../images/7.png); background-color: #0e59d1; border-color: #0e59d1; }

.header .h-product__product a { padding: .1rem; }

.header .h-product__product a:hover .pic .in { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.header .h-product__product .pic { overflow: hidden; }

.header .h-product__product .pic .in { padding-top: calc(280 / 430 * 100%); background-position: center; background-repeat: no-repeat; background-size: contain; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; }

.header .h-product__product .name { line-height: 2; margin-top: .1rem; }

.header__right { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: .3rem; }

.header .btn-login { display: block; background: #0e59d1; color: #fff; line-height: 34px; border-radius: 17px; padding: 0 17px; }

@media (max-width: 900px) { .header .btn-login { line-height: 30px; border-radius: 15px; padding: 0 15px; } }

@media (max-width: 320px) { .header .btn-login { padding: 0 8px; } }

.header .lang {  position: relative; font-size:16px;}
@media (max-width: 780px) { .header .lang{ margin-right: 0; } }


.header .lang__hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 1rem; }

.header .lang__hd::before { content: ''; width: 23px; height: 22px; margin-right: 7px; display: block; background: url(../images/1.png) no-repeat center/contain; }

.header .lang__hd:after { content: ''; width: 5px; height: 4px; margin-left: 5px; display: block; background: url(../images/3.png) no-repeat center/contain; }

.header .lang__option { background: #fff; position: absolute; left: 50%; top: 100%; width: 100px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border: 1px solid #eee; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem 0; display: none; }

.header .lang__option a { display: block; line-height: 2; text-align: center; }

.header .lang__option a:hover { color: #0e59d1; }

@media (max-width: 500px) { .header .lang__hd { font-size: 0; }
  .header .lang__hd:before { margin-right: 0; } }

.header .search {  position: relative; }
@media (max-width: 780px) { 
  .header .search{ margin-right: 0; }
}


.header .search__btn { width: 34px; height: 1rem; background: url(../images/2.png) no-repeat center/64.7%; }

@media (max-width: 900px) { .header .search__btn { width: 30px; } }

.header .search__box { position: absolute; right: 0; top: 100%; padding-top: .13rem; display: none; }

.header .search__box .search__form { background: #fff; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem .06rem; width: 192px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; -webkit-box-shadow: 0 0 5px #e8e8e8; box-shadow: 0 0 5px #e8e8e8; }

.header .search__box .search__form::after { content: ''; position: absolute; top: -12px; right: 14px; border: 6px solid transparent; border-bottom-color: #fff; }

.header .search__box .ipt { color: #333; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; padding-left: .1rem; border: none; }

.header .search__box .ipt::-webkit-input-placeholder { color: #ccc; font-size: inherit; }

.header .search__box .ipt:-ms-input-placeholder { color: #ccc; font-size: inherit; }

.header .search__box .ipt::-ms-input-placeholder { color: #ccc; font-size: inherit; }

.header .search__box .ipt::placeholder { color: #ccc; font-size: inherit; }

.header .search__box .btn { width: 30px; height: 30px; 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; border: none; background: none; }

.header .search__box .btn img { width: 16px; max-width: initial;}

@media (max-width: 320px) { .header .search { margin-left: .1rem; } }

.header .nav-btn { display: none; width: 22px; position: relative; z-index: 12; margin-left: .2rem; }

.header .nav-btn span { display: block; height: 2px; background: #0e59d1; margin-bottom: 6px; border-radius: 2px; -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 100%; }

.header .nav-btn span:last-child { margin-bottom: 0; }

@media (max-width: 1100px) { .header .nav-btn { display: inline-block; } }

@media (max-width: 320px) { .header .nav-btn { margin-left: 0; } }

.header.open .mask { opacity: 1; visibility: visible; }

.header.open .nav-btn span:nth-of-type(1) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.header.open .nav-btn span:nth-of-type(3) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.header.open .nav-btn span:nth-of-type(2) { width: 0; }

.header.open .ul1 { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.header.open .mask { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.header.over {  -webkit-box-shadow: none; box-shadow: none; height: 90px;}

.header.bg { background: #fff; border-bottom: 1px solid #eee; }

