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, input, p, a, span, ul, li, dl, dt, dd, ol, select, td, th, input, textarea, button, div,em{font-family: "PingFang","Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";}  */
/* html, body, input, select,input, textarea, button{font-family: "PingFangSC Regular","Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";} */
@font-face {
  font-family: "PingFang SC";
  src: url("/public/static/home/fonts/PingFang-SC-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("/public/static/home/fonts/DIN-Medium.woff") format("woff"),
     url("/public/static/home/fonts/DIN-Medium.ttf") format("truetype"),
     url("/public/static/home/fonts/DIN-Medium.eot") format("embedded-opentype"),
     url("/public/static/home/fonts/DIN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.DIN{font-family: "DIN"}
body{font-family:"PingFang SC","Microsoft Yahei","Helvetica Neue","Helvetica","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;}
a{text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); }
::-ms-clear, ::-ms-reveal{display: none;}
select::-ms-expand{ display: none; } 
.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;}
@media (min-width: 640px){.container{margin: 0 8.3%;}}
@media (min-width: 1200px){.container{margin: 0 12%;}}
@media (min-width: 1600px){.container{margin: 0 14.427%;}}
.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;}
.gray999{color: #999 !important;}
.opacity5{opacity: .5;}

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;}

.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; }
.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}



header{position: absolute;display: flex;align-items: center;z-index: 10;padding: 0 .47rem;left: 0;right: 0;height: 1.6rem;}
header .navs div.nav-a{position: relative; padding: 0.2rem;}
header .navs a i.nav-more {display: inline-block;width: 6px;height: 6px;border-bottom: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(45deg);
position: absolute;top: 50%;margin-top: -3px;margin-left: 10px;}
.sub-navs {
  position: absolute !important;
  top: 100%;
  /* background: #dddddd; */
  border-radius: 5px;
  display: none;
  left: 15%;
  width: 100vw;
}
.sub-navs.on{display: flex;}
/* header .navs div.nav-a:hover .sub-navs{display: flex;} */
.sub-navs .sub-navs-left{background: #efefef;border-radius: 5px;padding:10px 25px;position: relative;}
.sub-navs .sub-navs-left::after{
    left: 8px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #efefef;
    top: -4px;
    transition: all .3s ease;
}
.sub-navs .sub-navs-right{background: #dddddd;border-radius: 5px;padding:10px 25px;}
.sub-navs .sub-navs-right .tabs{display: none;}
.sub-navs .sub-navs-right .tabs.active{display: block;}
.sub-navs .sub-navs-left ul,.sub-navs .sub-navs-right ul {padding-left: 0;}
.sub-navs .sub-navs-left ul li,.sub-navs .sub-navs-right ul li{margin: 0.15rem 0;}

.sub-navs .sub-navs-left ul li a:hover,.sub-navs .sub-navs-right ul li a:hover{color: #014099;}
header .nav-icon span{display: block;width: 19px;height: .03rem;background:#fff;border-radius:2px;transition: all .3s linear}
header .nav-icon span:not(:first-child){margin-top:5px;}
header .nav-icon.on span:nth-of-type(1){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);transform: matrix(1,0,0,1,0,6) rotate(45deg);}
header .nav-icon.on span:nth-of-type(3){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);transform: matrix(1,0,0,1,0,-6) rotate(-45deg);}
header .nav-icon.on span:nth-of-type(2){width: 0}
header .nav-icon{cursor: pointer;margin-left: 3.6vw; display: none;}
header .navs a{display: block;font-size: .18rem;color: #fff;
  /* margin-left: 2.5vw */
}
header .navs{display: flex;align-items: center;justify-content: flex-end;}
header .logo{width: 1.82rem}
.nav2{position: fixed;top: 0;left: 0;right: 0;height:7.08rem;background: #014099;display: flex;flex-direction: column;transform: translateY(-100%);transition: all .3s}
.nav2bottom{border-top:1px solid rgba(255,255,255,.302);height:.44rem;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.nav2bottom img{transition: all .3s}
.nav2top{flex: 1;display: flex;align-items: center;justify-content: center;}
.nav2top .logo2{width: 1.64rem;margin-right: 17.7vw}
.nav2-1{font-size: 0;margin-right: 5vw}
.nav2-1 a{font-size: .16rem;color: #fff;display: inline-block;line-height: .3rem;margin-bottom: .15rem;color: #fff;position: relative;}
.nav2-1 a:after{content:"";left: 0;height: .02rem;background: #fff;transition: all .3s;position: absolute;bottom: 0;width: 0}
.nav2-1 a.on:after{width: 100%}
.nav2-2 a{font-size: .16rem;color: rgb(103, 153, 223);transition: all .3s;line-height: .3rem;display:block;margin-bottom: .15rem;}
.nav2top-right{display: flex;align-items:flex-start;}
.nav2.on{transform: translateY(0);}
.nav2-2{width: 1.8rem;}
.nav2-2>div{display: none;}  
.sub-navs .sub-navs-left ul li a,.sub-navs .sub-navs-right ul li a{font-size: 16px; color: #999; margin-left: 0 !important;transition: all .3s ease;font-weight: bold;}



footer{background: #272624}
.footer1{padding: 1.15rem 12vw 1.5rem 5vw;display: flex;align-items: flex-start;justify-content: space-between;}
.footer1 .left .logo{width: 1.74rem;}
.footer1 .left .title1{font-size: .22rem;position: relative;color: #fff;padding-left: .3rem;margin:0.5rem 0 .2rem;}
.footer1 .left .title1:before{content:"";width: .12rem;height: .12rem;border-radius: 50%;background: #fff;position: absolute;top: 50%;left: 0;margin-top: -.06rem;}
.footer1 .left .search1{height: .5rem;display: flex;align-items: center;border-bottom: .02rem solid #fff;width: 4.25rem}
.footer1 .left .search1 input::placeholder{color: #999}
.footer1 .left .search1 input{font-size: .16rem;color: #fff;background: none;flex: 1}
.footer1 .left .search1 img{width: .16rem;cursor: pointer;transition: all .3s}
.contact-info{margin-top: .29rem;}
.footer1 .left .contact-info-item{display: flex; align-items: center; margin: 6px 0;}
.footer1 .left .contact-info-item img{width: 16px; height: 16px; margin-right: 10px;}
.footer1 .left .contact-info-item p{flex: 1;  color: #fff;font-size: 16px; line-height: 1.75;}
.footer1 .navs a{display:block;font-size: .16rem;color: #fff;margin-bottom: .2rem;transition: all .3s}
.footer1 .navs{display: flex;align-items:flex-start;}
.footer1 .navs>div:nth-child(1){margin-right: 4vw}
.footer1 .right .codeimg{width: 1.51rem;}
.footer1 .right .share{position: relative;width: 2.32rem;margin-top: .7rem;}
.footer1 .right .share a{display: inline-block;}
.footer1 .right .share a img{width: 33px; }
/* .footer1 .right .share a{position:absolute;top: 0;bottom: 0;width: 12%;}
.footer1 .right .share>div a:nth-child(1){left: 0}
.footer1 .right .share>div a:nth-child(2){left: 17%}
.footer1 .right .share>div a:nth-child(3){left: 35%}
.footer1 .right .share>div a:nth-child(4){left: 53%}
.footer1 .right .share>div a:nth-child(5){left: 70.5%}
.footer1 .right .share>div a:nth-child(6){right: 0} */
.footer2{text-align: center;padding: .25rem 0;border-top: 1px solid #474542;}
.footer2 a{font-size: .16rem;color: #5c5c5b;transition: all .3s}
.pagebox{display: flex;align-items: center;border-top: 1px solid #cacaca;margin-top: .55rem}
.pagebox a{font-family: "DIN";color: #333;transition: all .3s}
.pagebox>a{font-size: .14rem}
.pages{font-size: 0;text-align: center;}
.pages a{display: inline-block;line-height: .8rem;font-size: .2rem;position: relative;padding: 0 1vw;}
.pages a.on:before{content:"";width: .2rem;height: .03rem;background: #02509f;position: absolute;top: 0;left: 50%;margin-left: -.1rem;}
.pages a.on{color: #02509f}

@media (min-width: 1000px){
  .pages a:hover{color: #02509f}
  .footer1 .left .search1 img:hover{transform: translateX(3px);}
  .footer1 .navs a:hover{color: #02509f}
  .footer2 a:hover{color: #02509f}
  .nav2bottom:hover img{transform: translateY(-5px);}
  .nav2-2 a:hover{color: #fff}
}

@media (max-width: 1200px){
  .footer1{padding: 1rem 10vw 1rem 5vw}
  .footer1 .left .search1{width: 3.6rem}
}
@media (max-width: 1000px){
  .footer1{padding: 1rem 5vw}
  .footer1 .left .search1{width: 3rem}
}

@media (max-width: 767px){
  .pagebox>a{font-size: 12px;}
  .pages a{font-size: 14px;margin: 0 2vw}
  .footer2{padding: .2rem 15px}
  .footer1{padding: 30px 15px;display: block;}
  .footer1 .navs{display: none;}
  .footer1 .right .codeimg{display: none;}
  .footer1 .right .share{width: 2.4rem;margin: .5rem auto 0}
  .footer1 .left .title1{display: inline-block;font-size: 14px;margin: .5rem 0 .2rem}
  .footer1 .left .logo{margin: 0 auto}
  .footer1 .left{text-align: center;}
  .footer1 .left .search1{width: 3.6rem;margin:0 auto;height: 36px;}
  header .navs{display: none;}
  header{height: .8rem;padding: 0 15px;}
  header .nav-icon{position: absolute;right: 15px;top: 50%;margin-top: -8px;display: block;}
  header .nav-icon span{height: 2px;}
  .nav2top .logo2{display: none;}
  .nav2-2{height: 5.5rem; overflow-y: auto;}
  .nav2-1 a{font-size: 13px;line-height: 21px}
  .nav2-2 a{font-size: 13px;line-height: 21px}
  .nav2-2{width: 145px;}
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.fadeup {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
}

@-webkit-keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

.faderight {
  -webkit-animation-name: faderight;
  animation-name: faderight;
}


@-webkit-keyframes fadeleft {
  0% {
    transform: translateX(-30px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fadeleft {
  0% {
    transform: translateX(-30px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    opacity: 1
  }
}

.fadeleft {
  -webkit-animation-name: fadeleft;
  animation-name: fadeleft;
}


@keyframes point1 {
  0% {
    transform:scale(.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(.8);
  }
}

.point1 {
  -webkit-animation-name: point1;
  animation-name: point1;
}





.mask{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;background: rgba(0,0,0,.65);display: none;}
.vbox{position: fixed;top:50%;left: 50%;width:60vw;margin-left: -30vw;padding: .14rem;background: #333;transform:translateY(-50%);display: none;z-index: 11}
.vbox .vclose{width:.36rem;position: absolute;right: -.4rem;top: -.4rem;cursor: pointer;}
.vbox video{width: 100%;display: block;}
.playbtn{cursor: pointer;z-index: 5}

/*.buynow{cursor: pointer;}
.buybox{width: 6.26rem;background: #fff;z-index: 12;position: fixed;top: 50%;left: 50%;margin-left: -3.13rem;padding: .24rem .36rem 0 .45rem;transform: translateY(-50%);display: none;}
.buybox .title{margin-bottom:.5rem;display: flex;align-items: center;font-size: .18rem;color: #333;}
.buybox .title p{font-size: .18rem; margin-bottom: 0.05rem;}
.buybox .phone{margin-bottom:.2rem;display: flex;align-items: center;font-size: .12rem;color: #333;}
.buybox .title img{width: .16rem;cursor: pointer;}
.buyitem{display: flex;align-items: flex-start;margin-bottom: .2rem}
.buyitem .input1 input{display: block;width: 100%;height:31px;padding: 0 .2rem;border: 1px solid #ddd;font-size: 12px;color: #333}
.buybox .title2{font-size: 12px;color: #333;width:86px;margin-top: 5px}
.buybox .title2 em{color: red;}
.buyitem textarea{height: 1.5rem;padding:.1rem .2rem;border: 1px solid #ddd;font-size: 12px;color: #333;display: block;width: 100%}
.buyitem .input1 input::placeholder{color: #999}
.buyitem textarea::placeholder{color: #999}
.buyform{max-height: 60vh;overflow-y: scroll;margin: 0 -.2rem;padding: 0 .2rem}
.buyitem2{display: flex;align-items: flex-start;}
.buybox .input2 input{width: 48%;float: left;margin-right: .14rem;margin-bottom: .1rem;margin: 0 1% .1rem}
.buybox .input2{margin: 0 -1%}
.buybottom{border-top: 1px solid #dfdfdf;padding: .28rem 0 .3rem;display: flex;align-items: center;font-size: 12px;color: #999;line-height: 1.833}
.buybottom a{color: #014099}
.buybottom .btn1{width: 1.86rem;line-height: .36rem;border-radius: ;font-size: 12px;background: #014099;color: #fff;border-radius: 3px;text-align: center;cursor: pointer;transition: all .3s}
.buybox .check1{float: left;display: flex;align-items: center;margin-right: .2rem;margin-bottom: .1rem;font-size: 12px;color: #333}
.buybox .check1 label{font-weight: 500;margin-bottom: 0}
.buybox .check2{float: left;width: 100%;display: flex;align-items: center;font-size: 12px;color: #333}
.buybox .check1 input{margin-top: 0;margin-right: .1rem;}
.buybox .check2 label{font-weight: 500;margin-bottom: 0}
.buybox .check2 input{margin-top: 0;margin-right: .1rem}
.buybox .check2 input[type="text"]{width: 60%;border-bottom: 1px solid #ddd;font-size: 12px;margin-left: .1rem}*/

.buynow{cursor: pointer;}
.buybox{width: 6.26rem;background: #fff;z-index: 12;position: fixed;top: 50%;left: 50%;margin-left: -3.13rem;padding: .2rem .36rem 0 .45rem;transform: translateY(-50%);display: none;background: url(/public/static/home/images/buybg.jpg);background-size: cover;background-position:center;}
.buybox .buy1-1{width: 1.83rem;}
.buybox .buy1-2 .h1{font-size:.22rem;line-height: 1.083;color: rgb(0, 64, 152);font-weight: 600}
.buybox .buy1-2{display: flex;align-items: center;padding: .1rem 0 .32rem}
.buybox .buy1-2 .h2{font-size: .38rem;color: #39a1db;text-align: center;font-weight: 600}
.buybox .buy1-2 img{width: 2.11rem;}

.buybox .title{margin-bottom:.5rem;display: flex;align-items: center;font-size: .18rem;color: #333;position: absolute;right: .5rem;}
.buybox .title img{width: .16rem;cursor: pointer;}
.buyitem{display: flex;align-items: flex-start;margin-bottom: .2rem}
.buyitem .input1 input{display: block;width: 100%;height:31px;padding: 0 .18rem;border: 1px solid #ddd;font-size: 12px;color: #333}
.buybox .title2{font-size: 12px;color: #333;width:115px;margin-top: 5px}
.buybox .title2 em{color: red;}
.buyitem textarea{height: 1.5rem;padding:.1rem .18rem;border: 1px solid #ddd;font-size: 12px;color: #333;display: block;width: 100%}
.buyitem .input1 input::placeholder{color: #999}
.buyitem textarea::placeholder{color: #999}
.buyform{max-height: 60vh;overflow-y: scroll;margin: 0 -.2rem;padding: 0 .2rem}
.buyitem2{display: flex;align-items: flex-start;}
.buybox .input2 input{width: 48%;float: left;margin-right: .14rem;margin-bottom: .1rem;margin: 0 1% .1rem}
.buybox .input2{margin: 0 -1%}
.buybottom{border-top: 1px solid #dfdfdf;display: flex;align-items: center;font-size: 12px;color: #fff;height: .46rem;background: #003f97;margin:0 -.36rem 0 -.45rem;padding: 0 .36rem 0 .45rem}
.buybottom .btn1{min-width: 80px;width: .94rem;line-height:24px;border-radius: ;font-size: 12px;color: #fff;border-radius: 3px;text-align: center;cursor: pointer;transition: all .3s;color: #fff;border: 1px solid #fff;border-radius: .4rem}
.buybox .check1{float: left;display: flex;align-items: center;margin-right: .2rem;margin-bottom: .1rem;font-size: 12px;color: #333}
.buybox .check1 label{font-weight: 500;margin-bottom: 0}
.buybox .check2{float: left;width: 100%;display: flex;align-items: center;font-size: 12px;color: #333}
.buybox .check1 input{margin-top: 0;margin-right: .1rem;}
.buybox .check2 label{font-weight: 500;margin-bottom: 0}
.buybox .check2 input{margin-top: 0;margin-right: .1rem}
.buybox .check2 input[type="text"]{width: 60%;border-bottom: 1px solid #ddd;font-size: 12px;margin-left: .1rem;background: none}

@media (max-width: 767px){
  .buybox .title2{width: 85px}
  .buybox .buy1-2{padding: .2rem 0 .3rem}
  .buybox .buy1-1{width: 120px;}
  .buybox .input2{margin: 0}
  .buybottom{height: auto;padding: 15px 20px;}
  .buybottom .btn1{line-height:24px!important}
  .buyform{max-height: 50vh}
}

.downbox{width: 6.26rem;background: #fff;z-index: 12;position: fixed;top: 50%;left: 50%;margin-left: -3.13rem;padding: .24rem .36rem 0 .45rem;transform: translateY(-50%);display: none;}
.downbox .title{margin-bottom:.5rem;display: flex;align-items: center;font-size: .18rem;color: #333;}
.downbox .title img{width: .16rem;cursor: pointer;}
.downbox .title2{font-size: 12px;color: #333;}
.downbox .title2 em{color: red;}
.dbox1 .title2{width: 45px}
.dbox1{margin: 0 -2%}
.dbox1 .item{float: left;width:46%;margin: 0 2%;display: flex;align-items: center;margin-bottom: .2rem}
.dbox1 input{display: block;flex:1;height:31px;padding: 0 10px;border: 1px solid #ddd;font-size: 12px;color: #333}
.dbox1 input::placeholder{color: #999}
.downbox .check1{float: left;display: flex;align-items: center;margin-right: .2rem;margin-bottom: .1rem;font-size: 12px;color: #333}
.downbox .check1 label{font-weight: 500;margin-bottom: 0}
.downbox .check2{float: left;width: 100%;display: flex;align-items: center;font-size: 12px;color: #333}
.downbox .check1 input{margin-top: 0;margin-right: .1rem;}
.downbox .check2 label{font-weight: 500;margin-bottom: 0}
.downbox .check2 input{margin-top: 0;margin-right: .1rem}
.downbox .check2 input[type="text"]{width: 60%;border-bottom: 1px solid #ddd;font-size: 12px;margin-left: .1rem}
.dbox2{margin-bottom: .1rem}
.dbox2 .check1{float: left;width: 100%;margin-top: .08rem}
.dbottom{border-top: 1px solid #dfdfdf;padding: .28rem 0 .3rem;display: flex;align-items: center;justify-content: center;margin-top: 2.5vw}
.dbottom .btn1{width: 1.86rem;line-height: .36rem;border-radius: ;font-size: 12px;background: #014099;color: #fff;border-radius: 3px;text-align: center;cursor: pointer;transition: all .3s}
.dbox2 .title2{margin-bottom: .14rem}
.dbox3 .title2{margin-bottom: .14rem}
.downnow{cursor: pointer;}
.gotop{position: fixed;bottom:.4rem;right: .4rem;width: .6rem;z-index: 5;cursor: pointer;display: none}
.gotop1{position: fixed;bottom:1.1rem;right: .4rem;width: .6rem;z-index: 5;cursor: pointer;display: none}
.nav2-2>div>div{position: relative;}
.nav2-3{position: absolute;top: 0;left: 100%;width: 2.8rem;display: none;padding-left: .2rem}
.nav2-3 a{display: block;}
.nav2-2>div>div:hover .nav2-3{display: block;}
@media (min-width: 1000px){
  .buybottom .btn1:hover{transform: translateY(-5px);}
  .dbottom .btn1:hover{transform: translateY(-5px);}
}

@media (max-width: 1200px){
  .buybox{width: 70vw;margin-left: -35vw}
  .downbox{width: 70vw;margin-left: -35vw}
  .buybottom .btn1{line-height: 32px}
  .dbottom .btn1{line-height: 32px}
}

@media (max-width: 767px){
  .buybox{width: 100vw;margin-left: 0;left: 0;padding: 20px 20px 0}
  .buybox .title{font-size: 14px;margin-bottom: 20px}
  .buybox .title img{width: 13px}
  .buybox .input2 input{width: 100%;margin:0 0 .1rem 0;}
  .buybottom .btn1{line-height: 32px;margin-left: 10px}
   .downbox{width: 100vw;margin-left: 0;left: 0;padding: 20px 20px 0}
  .downbox .title{font-size: 14px;margin-bottom: 20px}
  .downbox .title img{width: 13px}
  .downbox .input2 input{width: 100%;margin:0 0 .1rem 0;}
  .downbox .btn1{line-height: 32px;margin-left: 10px}
.dbox1 input{flex:auto;width: 90%}
  .dbox1{margin: 0}
  .dbottom{margin-top: 20px}
  .nav2-3{position: unset;}
}
@media(min-width: 1000px){.nav2bottom{ display:none;}}<!--ºÄÊ±1752796300.8579Ãë-->