@charset "utf-8";

/*初始化样式*/
*{-webkit-tap-highlight-color:transparent;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before,*:after {box-sizing: border-box;}
@media (min-width:1025px){
    body *::-webkit-scrollbar{width:0.06rem;height:0.12rem;background-color:#fff;}
    body *::-webkit-scrollbar-thumb{background-color:#d2d2d2;border-radius:0.2rem;}
}
/*html5设置*/
:root {  
    --fz12:0.12rem;  
    --fz14:0.14rem;
    --fz16:0.16rem;
    --fz18:0.18rem;
    --fz20:0.20rem;
    --fz22:0.22rem;
    --fz24:0.24rem;
    --fz26:0.26rem;
    --fz28:0.28rem;
    --fz30:0.30rem;
    --fz32:0.32rem;
    --fz34:0.34rem;
    --fz36:0.36rem;
    --fz38:0.38rem;
    --fz40:0.40rem;
    --fz42:0.42rem;
    --fz44:0.44rem;
    --fz46:0.46rem;
    --fz48:0.48rem;
    --fz50:0.50rem;
    --fz52:0.52rem;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
html,body,div,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,p,h1,h2,h3,h4,h5,h6,dl,dd,ol,ul,li{margin:0;padding:0;}
html {-webkit-text-size-adjust:none; font-size: calc(100vw/19.2);}
pre{ font-style:normal; font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;}
@media only screen and (max-width:1280px){
    /*1280px*/
    html{font-size:calc(100vw/12.8) !important;}
}
@media only screen and (max-width:1024px){

    /*1024px*/
    html{font-size:calc(100vw/10.24) !important;}
}
@media only screen and (max-width:750px){

    /*750px*/
    html{font-size:calc(150vw/7.5) !important;}
}
body{color:#333;font:normal 0.16rem/1.875em Sans-serif; overflow-x:hidden;word-wrap:break-word;text-align: justify;}
a{text-decoration:none;outline:none;color:#333;}
a:focus{outline:none;-moz-outline:none;}
a:hover{color:#3478c1;}
a img{border:none;}
img {vertical-align:middle; max-width:100%; height:auto;}
li{list-style:none;}
select,input,textarea,button{border-radius:0;-webkit-border-radius:0;background:none;border:none;margin:0;padding:0;outline:none;font-family:inherit; font-size:1em;}
input:focus{outline:none;}
textarea{resize:none;}
input::-moz-placeholder{color:inherit; opacity: 0.6;}
input:-moz-placeholder{color:inherit; opacity: 0.6;}
input::-webkit-input-placeholder{color:inherit; opacity: 0.6;}
input:-ms-input-placeholder{color:inherit; opacity: 0.6;}
textarea::-moz-placeholder{color:inherit; opacity: 0.6;}
textarea:-moz-placeholder{color:inherit; opacity: 0.6;}
textarea::-webkit-input-placeholder{color:inherit; opacity: 0.6;}
textarea:-ms-input-placeholder{color:inherit; opacity: 0.6;}
table{background-color:transparent;border-spacing:0;border-collapse:collapse;width:100%;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;box-sizing:border-box; table-layout: fixed;}
table th{background-color:#f9f9f9;box-sizing:border-box;}
table td,table th{padding:0.05rem;border:1px solid #e4e4e4;box-sizing:border-box;}

/*全局样式*/
.inner{width:93.75%;max-width:14.4rem;margin:0 auto;}
.w1280 {max-width: 12.8rem;}
.w1240 {max-width: 12.4rem;}
.submit {cursor:pointer; display: block;}
.shadow {box-shadow: 0.03rem 0.04rem 0.18rem 0px rgba(51, 51, 51, 0.13);}
/*clear*/
.clear{clear:both;overflow:hidden; width: 100%;}
.clearfix {zoom:1;}
.clearfix:after {display: block; content: ''; clear:both; width: 100%;}
/*figure*/
.figure {overflow: hidden; position: relative;}
.figure a {display: block; position: relative; overflow: hidden;}
.figure img {display: block; width: 100%; height: auto; transition: all .3s;}
.figure:after {content:'';}
.figure .img {position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover; display: block; transition: all .3s;}
.figure .bg{background:no-repeat center center;background-size:cover;display:block;transition:all .3s;}
/*table*/
.table {display: table; table-layout: fixed;width: 100%;}
.table .td {display: table-cell; vertical-align: middle;}
/*rows*/
[class*=rows]{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;}
.rows_1{line-clamp:1; -webkit-line-clamp:1;}
.rows_2{line-clamp:2; -webkit-line-clamp:2;}
.rows_3{line-clamp:3; -webkit-line-clamp:3;}
.rows_4{line-clamp:4; -webkit-line-clamp:4;}
.rows_5{line-clamp:5; -webkit-line-clamp:5;}
/*flex*/
[class*=flex]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;}
[class*=_fdrr]{flex-direction:row-reverse;}
[class*=_fdc]{flex-direction:column;}
[class*=_fdcr]{flex-direction:column-reverse;}
[class*=_fww]{flex-wrap:wrap;}
[class*=_fwn]{flex-wrap:nowrap;}
[class*=_jcsb]{justify-content:space-between;}
[class*=_jcfs]{justify-content:flex-start;}
[class*=_jcc]{justify-content:center;}
[class*=_jcfe]{justify-content:flex-end;}
[class*=_aifs]{align-items:flex-start;}
[class*=_aic]{align-items:center;}
[class*=_aife]{align-items:flex-end;}

/*entry*/
.entry *{line-height:2.25em;}
.entry img{max-width:100%;height:auto!important;}
.entry ul li{position:relative;padding-left:1.66666667em;}
.entry ul li:before{width:0.27777778em;height:0.27777778em;border-radius:50%;background-color:#3f3a39;content:'';display:block;position:absolute;left:0.38888889em;top:0.75em;}
.entry ol li{list-style:outside decimal none;}
.entry h1{font-size:1.5em;}
.entry h2{font-size:1.25em;}
.entry h3{font-size:1.125em;}
.entry h4{font-size:1em;}
.entry h5{font-size:0.875em;}
.entry h6{font-size:0.75em;}
.entry blockquote{margin:0 2em;font-style:italic;opacity:0.95;padding:1em;border:1px solid #e8e8e8;background-color:#f9f9f9;}
.entry hr{border:none;clear:both;border-bottom:1px solid #e6e6e6;}
.entry a{color:#3478c1;}
.entry a:hover{text-decoration:underline;}

/*topbar*/
#topbar{background-color:#f3f7fb;padding:0.08rem 0;}

/*topinfo*/
#topinfo i{font-style:normal;}
#topinfo a{display:block;overflow:hidden;color:#144c85;font-size:var(--fz14);line-height:1.85714286em;background:no-repeat left center;background-size:1.85714286em auto;padding-left:2.21428571em;margin-right:0.5rem;}
#topinfo a:last-child{margin-right:0;}
#topinfo .tel{background-image:url(/static/images/top_tel.svg);}
#topinfo .mail{background-image:url(/static/images/top_mail.svg);}
@media only screen and (max-width:1024px){
    #topinfo i{display:none;}
    #topinfo a{width:0.26rem;height:0.26rem;padding-left:0;margin-right:0.15rem;}
}

/*member*/
#member{margin-left:0.19rem;}
#member i{font-style:normal;background:no-repeat left center;background-size:auto 1.14285714em;padding-left:1.5em;}
#member a{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;color:#fff;align-items:center;justify-content:center;border-radius:0.04rem;font-size:var(--fz14); min-width:6.28571429em;height:2.14285714em;}
#member a:not(:last-child){margin-right:0.06rem;}
#member a:hover{opacity:0.8;}
#member .log{background-color:#2ba8e0;}
#member .log i{background-image:url(/static/images/member_log.svg);}
#member .reg{background-color:#8ec340;}
#member .reg i{background-image:url(/static/images/member_reg.svg);}
#member .oel i{ color:#000; padding-left:0;}

/*search*/
#search{position:relative;}
#search span{width:0.16rem;height:0.16rem;background:url(/static/images/search_01.svg) no-repeat center center;background-size:contain;cursor:pointer;display:block;overflow:hidden;}
#search span:hover{opacity:0.75;}
#search .input{background-color:#fff;position:absolute;right:-0.07rem;top:50%;transform:translateY(-50%);z-index:8;width:3.5rem;border-radius:0.04rem;overflow:hidden;display:block;}
#search .text{font-size:var(--fz14);display:block;width:100%;height:2.14285714em;line-height:1.57142857em;padding:0.28571429em 2.14285714em 0.28571429em 1em;}
#search .go{display:block;position:absolute;right:0;top:0;height:100%;width:1.875em;cursor:pointer;background:url(/static/images/search_01.svg) no-repeat center center;background-size:1em auto;}
@media only screen and (max-width:1024px){
#search .input{width:2.75rem;}
}
@media only screen and (max-width:640px){
#search .input{width:2rem;}
}

/*header*/
#header{z-index:12;position:relative;background-color:#fff;}
@media only screen and (max-width:1024px){
    #header .inner{align-items:center;}
}

/*logo*/
#logo{width:2.22rem;display:table-cell;vertical-align:middle;position:relative;z-index:10;padding:0.3rem 0 0.2rem;}
#logo a{display:block;overflow:hidden;padding-bottom:31.53153153%;position:relative;}
#logo i{position:absolute;width:100%;height:100%;text-indent:-99999em;display:block;overflow:hidden;background:no-repeat left center;background-size:contain;}
@media only screen and (max-width:1024px){
    #logo{padding:0.2rem 0;}
}

/*navi*/
#navi{padding:0.1rem 0;}
#navi a{display:block;position:relative;}
#navi .parent{line-height:1.5em;position:relative;padding:0.15rem 0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
#navi em{width:0.11rem;height:0.06rem;background:url(/static/images/drop_01.svg) no-repeat center center;background-size:contain;display:block;margin-left:0.1rem;}
#navi .drop{display:none;}
#navi .cur > a,#navi .on > a{color:#3478c1;font-weight:bold;}
#navi .cur em,#navi .on em{background-image:url(/static/images/drop_02.svg);}
@media only screen and (min-width:1025px){
    #navi .parent{margin-right:0.75rem;}
    #navi .parent:last-child{margin-right:0;}
    #navi .drop{position:absolute;top:100%;background-color:#fff;left:50%;min-width:1.6rem;transform:translateX(-50%);box-shadow:0.03rem 0.04rem 0.18rem 0px rgba(51,51,51,0.13);border-radius:0.06rem;text-align:center;font-size:var(--fz14);line-height:3.42857143em;padding:0.12rem 0.2rem;}
    #navi .drop li:not(:last-child){border-bottom:1px solid #eee;}
    #navi .drop a{white-space:nowrap;}
}
@media only screen and (max-width:1024px){

    /*1024px*/
    #navi{position:fixed;width:100%;z-index:9;right:0;top:1.56rem;height:calc(100% - 1.56rem);background-color:#fff;max-width:25em;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:3em;box-shadow:0.03rem 0.04rem 0.18rem 0px rgba(51,51,51,0.13);transform:translateX(100%);opacity:0;transition:all 0.3s;}
    #navi .menu{display:block;}
    #navi.active{transform:translateX(0);opacity:1;}
    #navi .parent{padding:0.75em 0;line-height:2em;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
    #navi .parent > a{max-width:calc(100% - 2em);}
    #navi em{width:2em;height:2em;cursor:pointer;background-size:50% auto;margin-left:0;}
    #navi .drop{width:100%;padding-left:2em;line-height:2em;padding-top:0.75em;}
    #navi .drop li{padding:0.4em 0;}
}

/*navi*/
#navbtn{position:relative;cursor:pointer;width:0.3rem;height:0.3rem;transition:all 0.3s;display:block;z-index:10;overflow:hidden;display:none;}
#navbtn:before,#navbtn:after,#navbtn i{width:100%;height:0.03rem;background-color:#222;display:block;position:absolute;left:0;transition:all 0.3s;content:'';}
#navbtn:before{top:0.04rem;}
#navbtn:after{bottom:0.04rem;}
#navbtn i{top:50%;transform:translateY(-50%);}
#navbtn.active{overflow:visible;}
#navbtn.active:before{transform:rotate(45deg);top:50%;background-color:#3478c1;}
#navbtn.active:after{transform:rotate(-45deg);bottom:auto;top:50%;background-color:#3478c1;}
#navbtn.active i{opacity:0;}
@media only screen and (max-width:1024px){
    #navbtn{display:block;}
}

/*swiper-dots*/
.swiper-dots .swiper-pagination{bottom:0.53rem;}
.swiper-dots .swiper-pagination-bullet{width:0.4rem;height:0.04rem;background-color:#fff;opacity:0.5;border-radius:0.02rem;margin:0 0.07rem;transition:background 0.2s;}
.swiper-dots .swiper-pagination-bullet-active{opacity:1;}

/*slides*/
#slides .figure{padding-bottom:4rem;}
#slides .text{position:absolute;top:50%;transform:translateY(0);left:0;width:100%;z-index:5;opacity:0;transition:all 1s;}
#slides .intro{font-size:var(--fz36);line-height:1.66666667em;text-align:right;font-weight:500;}
#slides a{display:block;overflow:hidden;color:#fff;}
#slides .swiper-slide-duplicate-active .text,#slides .swiper-slide-active .text{transform:translateY(-50%);opacity:1;}
@media only screen and (max-width:750px){
    #slides .intro{font-size:var(--fz24);}
}



/*  */
.index_banner .ul li{font-style:normal; list-style:none;}
.index_banner li.slick-slide{position: relative; overflow:hidden;}
.index_banner li.slick-slide .pic{ padding-bottom:4rem; background-size:cover; background-repeat:no-repeat; background-position:center;}
.index_banner li.slick-slide video{position:absolute; z-index:2; left:50%; top:50%; transform: translate(-50%,-50%);height: 100%; min-width: 100%; object-fit:cover;}
.index_banner li img{ object-fit:cover;}
.index_banner .text{color:#fff;position:absolute;top:50%;transform:translateY(0);left:0;width:100%;z-index:5;opacity:0;transition:all 1s;}
.index_banner .intro{font-size:var(--fz36);line-height:1.66666667em;text-align:right;font-weight:500;}
.index_banner .slick-active .text{transform:translateY(-50%);opacity:1;}
.index_banner li.slick-slide .open-video{position:absolute;left:50%;top:50%;width:.5rem;height:.5rem;background:#3478c1 url(/static/images/play_01.svg) no-repeat center center; background-size:.15rem; z-index:10; transform:translate(-50%,-50%); cursor:pointer;}
.index_banner li.video-show .open-video{left:-100%;opacity:0; transform:translateX(-100%);}

.index_banner .slick-dots{ position:absolute; left:50%; transform:translate(-50%,0); bottom:.53rem; overflow:hidden; z-index:10; display:flex; align-items:center; flex-wrap:wrap;}
.index_banner .slick-dots li{width:0.4rem;height:0.04rem;background-color:#fff;opacity:0.5;border-radius:0.02rem;margin:0 0.07rem;transition:background 0.2s;}
.index_banner .slick-dots .slick-active{opacity:1;}
.index_banner .slick-dots li button{display: none;}
@media(min-width:1025px){
.index_banner li.slick-slide .wap{display:none; height:4rem;}
}
@media(max-width:1024px){
.index_banner li.slick-slide .pic{display:none;}
.index_banner li.slick-slide .wap{height:4rem;}
.index_banner li.slick-slide video{left:50%;top:50%; width:100%; height:100%;}
.index_banner li.video-show video{left:50%; top: 50%; opacity:1;}
}
@media only screen and (max-width:750px){
.index_banner .intro{font-size:var(--fz20);}
}












/*find*/
#find{width:9rem;max-width:93.75%;margin:-2.0625em auto 0;background-color:#fff;border-radius:0.33rem;position:relative;z-index:5;overflow:hidden;}
#find .select{border-right:1px solid #ddd;padding:0 0.16rem 0 0.3rem;}
#find select{display:block;width:100%;height:1.875em; padding-right:1em;}
#find .input{width:calc(100% - 2.5rem);position:relative;padding-right:0.82rem;}
#find .auto{width:auto;}
#find .text{height:4.125em;line-height:1.5em;padding:1.3125em 0 1.3125em 0.2rem;display:block;width:100%;}
#find .submit{position:absolute;right:0;top:0;height:100%;width:0.82rem;background:url(/static/images/search_01.svg) no-repeat center center;background-size:auto 33.33333333%;}

/*footer*/
#footer{background-color:#36383b;}

/*copyright*/
#copyright{background-color:rgba(255,255,255,0.03);color:rgba(255,255,255,0.5);font-size:var(--fz14);line-height:1.71428571em;text-align:center;padding:0.18rem 0;}
#copyright a{color:rgba(255,255,255,0.5);display:inline-block;}
#copyright a:hover{color:#fff;}

/*msgform*/
.msgform .input{margin-bottom:1.63934426%;position:relative;}
.msgform .letter{color:#999;font-size:var(--fz14);line-height:1.71428571em;position:absolute;right:1.21428571em;bottom:0.71428571em;z-index:5;}
.msgform select,.msgform .text{display:block;width:100%;border:1px solid #eee;border-radius:0.04rem;font-size:var(--fz14);height:3em;}
.msgform .text{line-height:1.71428571em;padding:0.64285714em 1em;}
.msgform select{padding:0 1em;color:rgba(51,51,51,0.8);}
.msgform select:focus{color:#333;}
.msgform option{color:#333;}
.msgform textarea.text{height:9.28571429em;}
.msgform .column .input{width:36.06557377%;}
.msgform .column .input:nth-child(2n){width:62.29508197%;}
.msgform .item{width:48%;padding:0.14rem 0;}
.msgform .name{font-weight:normal;font-size:var(--fz18);line-height:1.33333333em;margin-bottom:0.08rem;}
.msgform label{font-size:var(--fz16);line-height:2.25em;display:block;color:#666;}
.msgform input[type="radio"],.msgform input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:0.2rem;height:0.2rem;border-radius:0.04rem;border:1px solid #eee;margin-top:-0.02rem;display:inline-block;vertical-align:middle;margin-right:0.1rem;}
.msgform input[type="radio"]:checked,.msgform input[type="checkbox"]:checked{background:#2ba8e0 url(/static/images/checked_01.svg) no-repeat center center;background-size:70% auto;border-color:#2ba8e0;}
.msgform .button{margin-top:0.2rem;border-top:1px solid #eee;padding-top:0.4rem;}
.msgform .submit{color:#fff;font-size:var(--fz16);background-color:#2ba8e0;width:14.28571429em;height:3.28571429em;border-radius:0.04rem;margin-right:0.2rem;}
.msgform .upload{font-size:var(--fz16);line-height:1.5em;color:#3478c1;cursor:pointer;}
.msgform .upload span{color:rgba(51,51,51,0.5);margin-right:0.2rem;display:none;}
.msgform input[type="file"]{display:none;}
@media only screen and (max-width:750px){
    .msgform .column .input:nth-child(n+1){width:100%;}
    .msgform .item{width:100%;}
}

/*bottom*/
#bottom{padding:0.6rem 0 0.86rem;color:#fff;}
#bottom a{color:#fff;}
#bottom a:hover{color:rgba(255,255,255,0.6);}
#bottom .info{width:51.04166667%;border-right:1px solid rgba(255,255,255,0.1);}
#bottom .top{margin-bottom:0.32rem;}
#bottom .logo{width:1.62rem;}
#bottom .logo img{display:block;width:100%;height:auto;}
#bottom .page{width:calc(100% - 1.65rem);padding:0.08rem 0.1rem;}
#bottom .page li{padding:0 0.2rem;line-height:1.5em;}
#bottom .page a{display:block;}
#bottom .mid{margin-bottom:0.16rem;}
#bottom .cont{margin-bottom:0.28rem;}
#bottom .cont p{padding-left:2.5625em;background:no-repeat left 0.46875em;background-size:1.5em auto;color:rgba(255,255,255,0.6);}
#bottom .cont a{color:rgba(255,255,255,0.6);}
#bottom .cont .tel{background-image:url(/static/images/bottom_tel.svg);}
#bottom .cont .mail{background-image:url(/static/images/bottom_mail.svg);}
#bottom .qrcode{overflow:hidden;}
#bottom .qrcode ul{width:105.45057892%;}
#bottom .qrcode li{width:19.38317566%;text-align:center;padding-right:5.16884684%;padding-bottom:5.16884684%;}
#bottom .qrcode img{display:block;width:100%;}
#bottom .qrcode .name{font-size:var(--fz14);line-height:1.28571429em;color:rgba(255,255,255,0.5);margin-top:0.08rem;}
#bottom .qrcode a{color:rgba(255,255,255,0.5);}
#bottom .qrcode a:hover{color:#fff;}
#bottom .btm a{display:block;overflow:hidden;color:#fff;border-radius:0.04rem;width:10em;max-width:calc(100% - 0.2rem);height:2.875em;line-height:2.875em;text-align:center;background-color:#2ba8e0;margin-right:0.2rem;}
#bottom .btm a:last-child{margin-right:0;}
#bottom .btm .sell{background-color:#8ec340;}
#bottom .form{width:48.95833333%;padding-left:6.73611111%;}
#bottom .form .title{font-size:var(--fz18);line-height:1.33333333em;font-weight:normal;margin-bottom:0.15rem;color:rgba(255,255,255,0.8);}
#bottom .form select,#bottom .form .text{color:#fff;border-color:rgba(255,255,255,0.2);}
#bottom .form select{color:rgba(255,255,255,0.4);padding:0 1em;}
#bottom .form select:focus{color:#fff;}
#bottom .form textarea.text{height:6.42857143em;}
#bottom .form .item{padding:0.04rem 0;}
#bottom .form .item .el-radio__input.is-checked .el-radio__inner{ border-color:#2ba8e0; background:#2ba8e0;}
#bottom .form .item .el-radio__input.is-checked+.el-radio__label{ color:rgba(255,255,255,0.4);}
#bottom .form .name{color:rgba(255,255,255,0.8);font-size:var(--fz16);line-height:1.5em;}
#bottom .form label{font-size:var(--fz14);line-height:2.14285714em;color:rgba(255,255,255,0.4);}
#bottom .form input[type="radio"],#bottom .form input[type="checkbox"]{border-color:rgba(255,255,255,0.2);margin-top:-0.03rem;width:0.16rem;height:0.16rem;}
#bottom .form input[type="radio"]:checked,
#bottom .form input[type="checkbox"]:checked{background-size:62.5% auto;}

#bottom .form .button{margin-top:0.15rem;border-top:none;padding-top:0;}
#bottom .form .upload{color:rgba(255,255,255,0.8);font-size:var(--fz14);line-height:1.71428571em;}
#bottom .form .upload span{color:rgba(255,255,255,0.2);}
#bottom .form .submit{width:5.71428571em;height:2.57142857em;font-size:var(--fz14);}
#bottom .form .el-button{width:5.71428571em;height:2.57142857em;font-size:var(--fz14); padding:0; background:#2ba8e0; border-color:#2ba8e0;}
#bottom .form input::-moz-placeholder{opacity:0.4;}
#bottom .form input:-moz-placeholder{opacity:0.4;}
#bottom .form input::-webkit-input-placeholder{opacity:0.4;}
#bottom .form input:-ms-input-placeholder{opacity:0.4;}
#bottom .form textarea::-moz-placeholder{opacity:0.4;}
#bottom .form textarea:-moz-placeholder{opacity:0.4;}
#bottom .form textarea::-webkit-input-placeholder{opacity:0.4;}
#bottom .form textarea:-ms-input-placeholder{opacity:0.4;}

@media only screen and (max-width:1280px){
    #bottom .page li{padding:0 0.15rem;}
    #bottom .form label{ white-space:normal;}
    #bottom .form label span{font-size:var(--fz14);}
}
@media only screen and (max-width:1024px){
    #bottom .info,#bottom .mid{width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;border-right:none;}
    #bottom .logo{width:100%;margin-bottom:0.25rem;}
    #bottom .logo img{width:2.32rem;margin:0 auto;}
    #bottom .page{width:100%;padding:0;}
    #bottom .page ul{justify-content:center;}
    #bottom .qrcode{min-width:4.1rem;max-width:100%;}
    #bottom .qrcode li{width:33.333%;}
    #bottom .form{width:100%;padding-left:0;margin-top:0.5rem;}
}

/*breadcrumb*/
.breadcrumb{z-index:5;}
.breadcrumb a{color:#999;}
.breadcrumb a:hover{color:#3478c1;}
.breadcrumb .box{font-size:var(--fz14);line-height:2em;background:url(/static/images/breadcrumb_home_02.svg) no-repeat left center;background-size:1.07142857em auto;padding-left:1.57142857em;}
.breadcrumb i{font-style:normal;font-family:'Simsun';margin:0 1em;color:#999;}

/*banner*/
#banner{position:relative;color:#fff;}
#banner a{color:rgba(255,255,255,0.6);}
#banner a:hover{color:#fff;}
#banner .figure{padding-bottom:3rem;}
#banner .cont{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;text-align:center;z-index:5;}
#banner .columnname{font-size:var(--fz48);line-height:1.5em;}
#banner .swiper-pagination{bottom:0.2rem;}
#banner .breadcrumb{position:absolute;left:0;bottom:0.04rem;width:100%;}
#banner .breadcrumb .box{background-image:url(/static/images/breadcrumb_home_01.svg);}
#banner .breadcrumb i{color:rgba(255,255,255,0.5);}
#banner .bar{position:absolute;left:50%;top:50%;transform:translateX(-50%);z-index:5;max-width:100%;}
#banner #find{background-color:rgba(255,255,255,0.8);}
@media only screen and (max-width:750px){
    #banner .swiper-pagination{justify-content:flex-end;padding:0 3.125%;}
}

/*contact*/
#contact{padding:0.6rem 0 1.2rem;}
#contact .title{font-size:var(--fz22);line-height:1.09090909em;font-weight:normal;margin-bottom:0.25rem;}
#contact .info{width:30.97222222%;}
#contact .figure{margin-bottom:0.22rem;}
#contact .meta{font-size:var(--fz16);line-height:1.875em;color:#666;}
#contact .meta p{margin-bottom:0.05rem;}
#contact .form{width:56.94444444%;padding-right:8.33333333%;}
@media only screen and (max-width:1280px){
    #contact .info{width:38.19444444%;}
    #contact .form{padding-right:0;width:55.55555556%;}
}
@media only screen and (max-width:1024px){
    #contact .info{width:100%;margin-bottom:0.5rem;}
    #contact .form{width:100%;}
}

/*profile*/
#profile{padding:0.7rem 0 1.37rem;}
#profile .figure{width:4.3rem;}
#profile .figure:hover img{transform:scale(1.05);}
#profile .text{width:calc(100% - 4.3rem);padding-left:6.94444444%;}
#profile .title{font-size:var(--fz30);line-height:1.2em;margin-bottom:0.35rem;}
@media only screen and (max-width:750px){
    #profile .figure{width:100%;margin-bottom:0.5rem;}
    #profile .text{width:100%;padding-left:0;}
}

/*wraper*/
#wraper{padding:0.6rem 0 1rem;overflow:hidden;}

/*newslist*/
#newslist{margin-bottom:0.3rem;}

/*nitem*/
.nitem{padding-bottom:0.3rem;margin-bottom:0.3rem;position:relative;}
.nitem:after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #eee;}
.nitem:hover:after{display:none;}
.nitem .figure{width:2.8rem;}
.nitem .figure:after{display:block;content:'';padding-bottom:66.42857143%;}
.nitem .text{width:calc(100% - 2.8rem);padding-left:2.77777778%;position:relative;z-index:2;}
.nitem .title{font-size:var(--fz22);line-height:1.81818182em;height:1.81818182em;font-weight:normal;margin-bottom:0.11rem;}
.nitem .excerpt{font-size:var(--fz16);line-height:1.875em;height:3.75em;color:rgba(0,0,0,0.8);margin-bottom:0.26rem;}
.nitem .date{font-size:var(--fz14);line-height:1.5em;color:#999;}
.nitem .info{color:#000;position:relative;transition:all 0.3s;}
.nitem .info:before{background-color:#fff;box-shadow:0.03rem 0.04rem 0.18rem 0px rgba(51,51,51,0.13);border-radius:0.1rem;border:solid 1px #eeeeee;margin:-0.3rem;content:'';display:block;position:absolute;left:0;top:-1px;width:calc(100% + 0.6rem);height:calc(100% + 0.61rem);opacity:0;transition:all 0.3s;}
.nitem .info:hover{color:#3478c1;}
.nitem .info:hover:before{opacity:1;}
.nitem .info:hover .img{transform:scale(1.05);}
@media only screen and (max-width:750px){
    .nitem .figure{width:100%;margin-bottom:0.25rem;}
    .nitem .text{width:100%;padding-left:0;}
}

/*pagenavi*/
#pagenavi{font-size:var(--fz14);}
#pagenavi .num{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;margin:0.045rem 0.155rem;}
#pagenavi a,#pagenavi span{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;height:2.57142857em;min-width:2.57142857em;background-color:#fff;border:solid 1px #eeeeee;}
#pagenavi a:first-child{border-radius:0.04rem 0 0 0.04rem;}
#pagenavi a:last-child{border-radius:0 0.04rem 0.04rem 0;}
#pagenavi a:hover,#pagenavi .a_cur{background-color:#2ba8e0;color:#fff;border-color:#2ba8e0;}
#pagenavi .a_btn{border-radius:0.04rem;padding:0 0.16rem;margin:0.045rem;}
@media only screen and (max-width:750px){
    #pagenavi .num{display:none;}
}

/*details*/
#details{border-top:1px solid #eee;padding:0.2rem 0 0.45rem;position:relative;z-index:5;}

/*npost*/
.npost{padding:0.45rem 0;}
.npost .title{font-size:var(--fz30);line-height:1.2em;margin-bottom:0.23rem;}
.npost .meta{border-bottom:1px solid #eee;color:#999;font-size:var(--fz16);line-height:1.75em;margin-bottom:0.37rem;padding-bottom:0.15rem;}
.npost .date{margin-right:0.45rem;}
.npost .share span{display:block;margin-right:0.07rem;}
.npost .share a{width:0.2rem;height:0.2rem;cursor:pointer;margin:0 0.27rem 0 0;display:block;background:no-repeat center center;background-size:contain;}
.npost .share a:before{display:none;}
.npost .share a:last-child{margin-right:0;}
.npost .share a:hover{background-color:transparent;}
.npost .share a.icon-wechat{width:0.25rem;background-image:url(/static/images/share_wx.svg);}
.npost .share a.icon-linkedin{width:0.19rem;background-image:url(/static/images/share_in.svg);}
.npost .share a.icon-twitter{width:0.21rem;background-image:url(/static/images/share_tw.svg);}
.npost .share a.icon-facebook{width:0.1rem;background-image:url(/static/images/share_fb.svg);}
.npost .share a.icon-lx{width:0.21rem;background-image:url(/static/images/lx.png);}
.npost .share .social-share .wechat-qrcode{position:absolute;z-index:9;top:150%;left:50%;transform:translateX(-50%);width:1.5rem;height:auto;color:#666;font-size:var(--fz14);text-align:center;background-color:#fff;border:1px solid #eee;box-shadow:none;padding-bottom:0.15rem;}
.npost .share .social-share .wechat-qrcode:after{display:none;}
.npost .share .social-share .wechat-qrcode .qrcode{width:100%;padding:0.15rem;margin:0;}
.npost .share .social-share .wechat-qrcode img{width:100%;height:auto;}
.npost .entry{color:#666;font-size:var(--fz18);line-height:2em;}
.npost .entry *{line-height:2em;}
.npost .entry h3{font-size:1.22222222em;}
.npost .other{border-top:1px solid #eee;padding-top:0.33rem;margin-top:0.55rem;}
.npost .pnav{max-width:calc(100% - 12.5em);}
.npost .pnav p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.npost .pnav a{color:#666;}
.npost .pnav a:hover{color:#3478c1;}
.npost .back a{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;font-size:var(--fz14);border:solid 1px #eee;color:#999;align-items:center;justify-content:center;width:12.85714286em;height:3.28571429em;border-radius:1.64285714em;background-color:#fff;}
.npost .back a:hover{background-color:#3478c1;color:#fff;border-color:#3478c1;}
@media only screen and (max-width:750px){
    .npost .date{margin-right:0.25rem;}
    .npost .share span{margin-right:0;}
    .npost .share a{margin-right:0.17rem;}
    .npost .pnav{width:100%;max-width:none;margin-bottom:0.3rem;}
    .npost .back{width:100%;}
    .npost .back a{margin:0 auto;}
}

/*content*/
#content{padding:0.6rem 0;}
#content .hgroup{margin-bottom:0.22rem;}

/*vmore*/
.vmore a{font-size:var(--fz14);color:#999;background-color:#fff;width:12.85714286em;height:3.28571429em;border-radius:1.64285714em;border:solid 1px #eee;text-align:center;line-height:3.28571429em;display:block;transition:all 0.2s;}
.vmore a:hover{background-color:#2ba8e0;color:#fff;border-color:#2ba8e0;}

/*hname*/
.hname{position:relative;font-size:var(--fz30);line-height:2.26666667em;padding-left:2.23333333em;}
.hname:before{width:2em;height:2.26666667em;background:no-repeat center center;background-size:contain;content:'';display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.hname.icon1:before{background-image:url(/static/images/hname_01@2x.png);}
.hname.icon2:before{background-image:url(/static/images/hname_02@2x.png);}

/*news*/
.news .figure:after{padding-bottom:55.55555556%;display:block;}
.news .title{font-size:var(--fz18);line-height:1.66666667em;height:1.66666667em;margin-bottom:0.06rem;}
.news .excerpt{font-size:var(--fz16);line-height:1.5em;color:#666;height:3em;margin-bottom:0.18rem;}
.news .date{color:#999;}
.news .info:hover .img{transform:scale(1.05);}
.news .item{float:right;width:54.16666667%;margin-bottom:0.23rem;padding-bottom:0.23rem;}
.news .item:nth-child(1){float:left;width:43.05555556%;}
.news .item:nth-child(1) .figure:after{padding-bottom:56.12903226%;}
.news .item:nth-child(1) .info{background-color:#fff;box-shadow:0px 0px 0.17rem 0.03rem rgba(0,0,0,0.04);display:block;}
.news .item:nth-child(1) .text{padding:0.22rem 0.3rem 0.2rem;}
.news .item:nth-child(1) .title{margin-bottom:0.1rem;}
.news .item:nth-child(n+2){border-bottom:1px solid #eee;}
.news .item:nth-child(n+2) .figure{margin-top:0.07rem;width:1.8rem;}
.news .item:nth-child(n+2) .text{width:calc(100% - 1.8rem);padding-right:5.76923077%;}
.news .item:nth-child(n+2) .info{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;flex-direction:row-reverse;}
.news .item:last-child{margin-bottom:0;}
@media only screen and (max-width:1280px){
    .news .excerpt{margin-bottom:0.05rem;}
    .news .item{margin-bottom:0.19rem;padding-bottom:0.19rem;}
}
@media only screen and (max-width:1024px){
    .news .item:nth-child(n+1){width:100%;float:none;}
}

/*trading*/
.trading{margin-bottom:0.25rem;}
.trading .tab{margin-bottom:0.2rem;}
.trading .tab li{font-size:var(--fz14);line-height:2.42857143em;color:#666;white-space:nowrap;cursor:pointer;}
.trading .tab .cur{color:#3478c1;font-size:var(--fz16);line-height:2.125em;}
.trading .list{display:none;}
.trading .list:nth-child(1){display:block;}
.trading .figure{width:3.2rem;}
.trading .figure:after{padding-bottom:66.875%;display:block;}
.trading .item{width:49.16666667%;margin-bottom:0.24rem;}
.trading .text{width:calc(100% - 3.2rem);padding-left:3.003003%;}
.trading .title{font-size:var(--fz18);line-height:1.66666667em;font-weight:normal;max-height:5em;margin-bottom:0.15rem;}
.trading .meta{font-size:var(--fz14);line-height:1.71428571em;color:#666;}
.trading .tags{margin-top:0.1rem;}
.trading .tags span{display:block;font-size:var(--fz14);color:#357ac4;min-width:0.8rem;height:2.14285714em;line-height:2.14285714em;padding:0 1em;text-align:center;background-color:#e8f0f8;border-radius:0.04rem;margin:0.1rem 0.1rem 0 0;}
.trading .tags span:last-child{margin-right:0;}
.trading .tags .green{color:#1ca540;background-color:#f0f3ea;}
.trading .tags .orange{color:#da8e4b;background-color:#f8f1e8;}
.trading .info{padding:0.2rem;border:solid 1px #eee;background-color:#fff;border-radius:0.04rem;transition:all 0.2s;}
.trading .info:hover{box-shadow:0.03rem 0.04rem 0.18rem 0px rgba(51,51,51,0.13);border-color:transparent;}
.trading .info:hover .img{transform:scale(1.05);}
@media only screen and (max-width:1024px){
    .trading .tab ul{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;}
    .trading .tab li{margin-right:0.4rem;}
    .trading .tab li:last-child{margin-right:0;}
    .trading .item{width:100%;}
}
@media only screen and (max-width:750px){
    .trading .item{width:49%;margin-bottom:2%;}
    .trading .figure{width:100%;margin-bottom:0.15rem;}
    .trading .text{width:100%;}
    .trading .info{padding:0.15rem;}
}
@media only screen and (max-width:640px){
.trading .item{width:100%;margin-bottom:2%;}
}

/*statistics*/
.statistics{margin-bottom:0.58rem;}
.statistics .figure{width:29.375%;}
.statistics .figure:after{display:block;padding-bottom:54.37352246%;}
.statistics .img{object-fit:contain;}
.statistics .data{width:70.625%;background:url(/static/images/statistics_bg.jpg) repeat center center;padding:0 0.6rem;font-size:var(--fz18);line-height:1.33333333em;color:rgba(255,255,255,0.8);}
.statistics .data .box{width:100%;}
.statistics .data ul{padding:0.1rem 0;}
.statistics .data li:nth-child(1){width:26.75585284%;}
.statistics .data li:nth-child(2){width:23.96878484%;}
.statistics .data li:nth-child(3){width:27.87068004%;}
.statistics .data li:nth-child(4){width:21.40468227%;}
.statistics .data .num{font-size:var(--fz30);line-height:1em;color:#91d336;margin-bottom:0.06rem;}
.statistics .data span{font-weight:bold;}
.statistics .data sub{font-size:0.8em;line-height:1em;display:inline-block;vertical-align:middle;}
.statistics .data i{font-style:normal;display:inline-block;vertical-align:middle;font-size:0.66666667em;line-height:1em;}
.statistics .data ul:nth-child(2) .num{color:#2eb1e9;}
.statistics .info{background-color:#e5ecf4;}
.statistics .swiper-pagination{bottom:0.11rem;}
.statistics .swiper-pagination-bullet{width:0.08rem;height:0.08rem;background-color:#fff;opacity:0.5;margin:0 0.05rem;display:block;}
.statistics .swiper-pagination-bullet-active{opacity:1;}
.statistics .pic img{ width:100%; object-fit:cover;}
.statistics .vitem .play{ width:.6rem; padding-bottom:.6rem;}
.statistics .vitem:hover .play{transform:translate(-50%,-50%) scale(0.9);}
@media only screen and (max-width:1280px){
.statistics .data{padding:0 0.3rem;}
}
@media only screen and (max-width:1024px){
.statistics .data{padding:0.2rem 0.6rem;}
.statistics .data ul{padding:0;}
.statistics .data li{padding:0.1rem;}
.statistics .data li:nth-child(n+1){width:50%;}
}
@media only screen and (max-width:1024px){
.statistics .figure{width:100%;}
.statistics .data{width:100%;padding:0.2rem;}
.statistics .data li{padding:0.15rem;}
}

/*wrapper*/
#wrapper{padding:0.6rem 0 1.08rem;}

/*question*/
#question{margin-bottom:0.5rem;overflow:hidden;}
.qitem{padding:0 0.3rem;background-color:#f8f8f8;margin-bottom:0.1rem;}
.qitem .title{font-size:var(--fz18);font-weight:normal;line-height:1.55555556em;padding:0.21rem 0;position:relative;cursor:pointer;padding-right:1.55555556em;}
.qitem .title:after{width:0.77777778em;height:0.44444444em;background:url(/static/images/arrow_up_01.svg) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;right:0;top:0.55555556em;margin-top:0.21rem;transition:all 0.3s;}
.qitem .info{border-top:1px solid #ddd;padding:0.21rem 0 0.5rem;display:none;}
.qitem .entry{line-height:1.75em;color:#666;}
.qitem .entry *{line-height:1.75em;}
.qitem .video{margin-top:0.24rem;position:relative;width:7.51rem;max-width:100%;cursor:pointer;}
.qitem .video video{display:block;width:100%;height:auto;}
.qitem .video .play{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;width:10.25299601%;padding-bottom:6.79094541%;background:#3478c1 url(/static/images/play_01.svg) no-repeat center center;background-size:23.37662338% auto;transition:all 0.3s;}
.qitem .video:hover .play{transform:translate(-50%,-50%) scale(0.9);}
.qitem.active .title:after{transform:rotate(180deg);}

/*abox*/
.abox{overflow:hidden;}
.abox:nth-child(2n){background-color:#f8f8f8;}
.abox .aname{font-size:var(--fz30);line-height:1.6em;text-align:center;}

/*aboutLS*/
.aboutLS{padding:0.7rem 0 0.9rem;}
.aboutLS .figure{width:32.56944444%;border-radius:50%;}
.aboutLS .figure:after{display:block;padding-bottom:100%;}
.aboutLS .figure:before{content:'';display:block;position:absolute;width:85.28784648%;padding-bottom:93.81663113%;background:url(/static/images/aboutls_figure_before.svg) no-repeat center center;background-size:contain;left:8.31556503%;top:3.83795309%;z-index:6;}
.aboutLS .figure:hover .img{transform:scale(1.05);}
.aboutLS .text{width:53.33333333%;}
.aboutLS .aname{text-align:left;margin-bottom:0.3rem;}
.aboutLS .entry{line-height:2.25em;}
.aboutLS .entry *{line-height:2.25em;}
@media only screen and (max-width:1024px){
    .aboutLS .text{width:100%;margin-bottom:0.5rem;}
    .aboutLS .figure{width:100%;}
}

/*experience*/
.experience{padding:0.85rem 0 0.95rem;}
.experience .aname{max-width:13rem;margin:0 auto 0.6rem;}
.experience .info{position:relative;color:#fff;}
.experience .figure{padding-bottom:148.14814815%;}
.experience .figure:after{display:block;width:100%;height:100%;position:absolute;left:0;bottom:0;background-image:linear-gradient(0deg,#000,transparent);opacity:0.6;}
.experience .text{position:absolute;left:0;bottom:0;width:100%;padding:0.25rem 0.26rem;font-size:var(--fz14);line-height:1.71428571em;}
.experience .center{text-align:center;}
.experience .info:hover .img{transform:scale(1.05);}

/*platform*/
.platform{padding:0.8rem 0 0.6rem;}
.platform .aname{margin-bottom:0.45rem;}
.platform .list{overflow:hidden;max-width:10.6rem;margin:0 auto;}
.platform ul{width:107.54716981%;}
.platform li{width:33.333%;padding-right:7.01754386%;padding-bottom:3.94736842%;}
.platform .figure{padding-bottom:40%;background-color:#fff;margin-bottom:0.13rem;}
.platform .figure:after{position:absolute;left:0;top:0;width:100%;height:100%;display:block;border:1px solid #eee;}
.platform .img{object-fit:contain;}
.platform .name{font-size:var(--fz16);line-height:1.5em;text-align:center;}
@media only screen and (max-width:1024px){
    .platform li{width:50%;}
}

/*total*/
#total{font-size:var(--fz18);line-height:2em;margin-bottom:0.44rem;}
#total span{color:#3478c1;}

/*column*/
#column{font-size:var(--fz18);line-height:1.55555556em;margin-bottom:0.21rem;}
#column a{color:#666;display:block;margin-right:0.6rem;}
#column a:last-child{margin-right:0;}
#column a:hover{color:#3478c1;}
#column .cur{font-size:var(--fz24);line-height:1.58333333em;font-weight:bold;color:#333;}

/*results*/
#results{margin-bottom:0.3rem;}

/*rnitem*/
.rnitem{margin-bottom:0.2rem;position:relative;}
.rnitem .figure{width:2.8rem;}
.rnitem .figure:after{display:block;content:'';padding-bottom:66.42857143%;}
.rnitem .text{width:calc(100% - 2.8rem);padding-left:3.0075188%;position:relative;z-index:2;}
.rnitem .title{font-size:var(--fz22);line-height:1.81818182em;height:1.81818182em;font-weight:normal;margin-bottom:0.11rem;}
.rnitem .title span{color:#3478c1;}
.rnitem .excerpt{font-size:var(--fz16);line-height:1.875em;height:3.75em;color:rgba(0,0,0,0.8);margin-bottom:0.26rem;}
.rnitem .excerpt span{color:#3478c1;}
.rnitem .date{font-size:var(--fz14);line-height:1.5em;color:#999;}
.rnitem .info{color:#000;position:relative;transition:all 0.3s;padding:0.2rem 0.9rem 0.2rem 0.2rem;border:1px solid #eee;border-radius:0.04rem;}
.rnitem .info:hover{color:#3478c1;box-shadow:0.03rem 0.04rem 0.18rem 0px rgba(51,51,51,0.13);}
.rnitem .info:hover .img{transform:scale(1.05);}
@media only screen and (max-width:750px){
    .rnitem .figure{width:100%;margin-bottom:0.25rem;}
    .rnitem .info{padding-right:0.2rem;}
    .rnitem .text{width:100%;padding-left:0;}
}

/*aside*/
#aside{width:2.8rem;}
@media only screen and (max-width:1024px){
    #aside{width:100%;margin-bottom:0.4rem;}
}

/*widget*/
.widget{background-color:#fff;border:1px solid #eee;border-radius:0.04rem;padding:0 0.2rem;position:relative;margin-bottom:0.1rem;}
.widget .name{font-size:var(--fz18);line-height:1.55555556em;position:relative;padding:0.14rem 0 0.15rem;}
.widget .name:after{width:0.72222222em;height:0.33333333em;background:url(/static/images/arrow_up_01.svg) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;right:0;top:0.55555556em;margin-top:0.14rem;transition:all 0.3s;transform:rotate(180deg);}
.widget.active .name:after{transform:rotate(0deg);}

/*search*/
.search{padding:0;}
.search .text{color:#666;height:3.125em;line-height:1.875em;padding:0.625em 0.5rem 0.625em 0.2rem;display:block;width:100%;}
.search .submit{height:100%;position:absolute;right:0;top:0;background:url(/static/images/search_02.svg) no-repeat center center;background-size:auto 32%;width:0.5rem;}

/*filter*/
.filter .name{cursor:pointer;}
.filter ul{padding:0.12rem 0 0.21rem;display:block; border-top:1px solid #eee;}
.filter li{font-size:var(--fz16);line-height:1.5em;padding:0.05rem 0;}
.filter li i{width:0.2rem;height:0.2rem;border-radius:0.04rem;border:1px solid #eee;margin-top:-0.02rem;display:inline-block;vertical-align:middle;margin-right:0.14rem;}
.filter label{display:block;}
.filter input[type="radio"],.filter input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:0.2rem;height:0.2rem;border-radius:0.04rem;border:1px solid #eee;margin-top:-0.02rem;display:inline-block;vertical-align:middle;margin-right:0.14rem;}
.filter input[type="radio"]:checked,
.filter li.active i,
.filter li.active input[type="checkbox"]{background:#2ba8e0 url(/static/images/checked_01.svg) no-repeat center center;background-size:70% auto;border-color:#2ba8e0;}

/*main*/
#main{width:calc(100% - 2.8rem);padding-left:2.08333333%;}
@media only screen and (max-width:1024px){
    #main{width:100%;padding:0;}
}

/*trading*/
#trading{margin-bottom:0.4rem;}

/*titem*/
.titem{margin-bottom:0.2rem;}
.titem .figure{width:3.2rem;}
.titem .figure:after{display:block;padding-bottom:66.875%;}
.titem .text{width:calc(100% - 3.2rem);padding:0 2.75229358%;}
.titem .title{font-size:var(--fz18);line-height:1.66666667em;height:1.66666667em;font-weight:normal;margin-bottom:0.07rem;}
.titem .title span{color:#3478c1;}
.titem .excerpt{font-size:var(--fz14);line-height:1.71428571em;color:#666;height:8.57142857em;margin-bottom:0.27rem;}
.titem .meta{font-size:var(--fz16);line-height:1.875em;color:#666;}
.titem .meta span{display:block;margin-right:0.25rem;padding-left:1.6875em;background:no-repeat left center;background-size:1em auto;}
.titem .meta span:last-child{margin-right:0;}
.titem .meta .addr{background-image:url(/static/images/icon_addr.svg);}
.titem .meta .date{background-image:url(/static/images/icon_date.svg);}
.titem .info{background-color:#fff;border-radius:0.04rem;border:1px solid #eee;padding:0.2rem;transition:all 0.3s;}
.titem .info:hover{box-shadow:0.03rem 0.04rem 0.18rem 0px rgba(51,51,51,0.13);border-color:transparent;}
.titem .info:hover .img{transform:scale(1.05);}
@media only screen and (max-width:750px){
.titem .figure{width:100%;margin-bottom:0.2rem;}
.titem .text{width:100%;padding:0;}
}

/*sitem*/
#service{padding:0.3rem 0 0.97rem;}

/*sitem*/
.sitem{padding:0.3rem 0;}
.sitem .figure{width:50%;}
.sitem .figure:after{display:block;padding-bottom:66.66666667%;}
.sitem .text{width:43.75%;}
.sitem .title{font-size:var(--fz30);line-height:1.5em;margin-bottom:0.15rem;}
.sitem .entry{font-size:var(--fz18);line-height:1.66666667em;overflow:hidden;margin-bottom:0.3rem;}
.sitem .entry *{line-height:2em;}
.sitem .entry p{margin-bottom:0.55555556em;}
.sitem:hover .img{transform:scale(1.05);}
.sitem:nth-child(2n){flex-direction:row-reverse;}
@media only screen and (max-width:1024px){
    .sitem .figure{width:100%;margin-bottom:0.25rem;}
    .sitem .text{width:100%;}
}

/*logreg*/
#logreg{background-color:#f8f8f8;border-top:1px solid #eee;padding:0.75rem 0 1.6rem;}
#logreg .tab{margin-bottom:0.4rem;}
#logreg .tab a{font-size:var(--fz20);line-height:1.5em;color:#666;display:block;margin-right:1rem;}
#logreg .tab a:last-child{margin-right:0;}
#logreg .tab .cur{font-size:var(--fz24);line-height:1.25em;color:#333;font-weight:bold;}
#logreg .box{background-color:#fff;box-shadow:0.07rem 0.06rem 0.24rem 0px rgba(31,44,60,0.11);border-radius:0.1rem;padding:0.7rem 0.5rem 0.85rem;}
#logreg .process{color:#999;margin-bottom:0.6rem;}
#logreg .process li{padding-left:2.1875em;background:url(/static/images/arrow_right_01.svg) no-repeat left center;background-size:0.5em auto;margin-left:1.4375em;}
#logreg .process li:first-child{padding-left:0;margin-left:0;background:none;}
#logreg .process .num{display:block;background-color:#ddd;width:1.875em;line-height:1.875em;height:1.875em;text-align:center;color:#fff;border-radius:50%;margin-right:0.1rem;}
#logreg .process .cur{color:#3478c1;background-image:url(/static/images/arrow_right_02.svg);}
#logreg .process .cur .num{background-color:#3478c1;}
#logreg .item{display:none;}
#logreg .item:first-child{display:block;}
#logreg .form{margin:0 auto;width:5rem;max-width:100%;}
#logreg .form .tishi{ margin-bottom:.1rem; font-size:12px; color:#ff0101;}
#logreg .form .input{position:relative;margin-bottom:0.1rem;}
#logreg .form .input>i{font-style:normal;color:#ff0101;font-size:var(--fz18);position:absolute;top:50%;transform:translateY(-50%);right:-0.22rem;}
#logreg .form select,
#logreg .form .text{border-radius:0.04rem;border:1px solid #eee;display:block;width:100%;height:3.5em;}
#logreg .form .text{line-height:1.75em;padding:0.875em 1.25em;color:#666;}
#logreg .form select{padding:0 1.25em;color:#999;}
#logreg .form #selectId .el-select__wrapper{ font-size:.16rem; line-height:3.5em; min-height:3.5em;}
#logreg .form #selectId .el-select__wrapper .el-tag{ font-size:.16rem;}
#logreg .form .where{padding:0.12rem 0;margin-bottom:0.1rem;}
#logreg .form .where .el-checkbox__input.is-checked .el-checkbox__inner,
#logreg .form .where .el-checkbox__input.is-indeterminate .el-checkbox__inner{ background:#2ba8e0; border-color:#2ba8e0;}
#logreg .form .where .el-checkbox__input.is-checked+.el-checkbox__label{ color:#2ba8e0;}
#logreg .form .label{color:#333;display:block;margin-bottom:0.06rem;}
#logreg .form input[type="radio"],#logreg .form input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:0.2rem;height:0.2rem;border-radius:0.04rem;border:1px solid #eee;display:block;margin-right:0.1rem;}
#logreg .form input[type="radio"]:checked,#logreg .form input[type="checkbox"]:checked{background:#2ba8e0 url(/static/images/checked_01.svg) no-repeat center center;background-size:70% auto;border-color:#2ba8e0;}
#logreg .form .checkbox{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;align-items:center;}
#logreg .form .checkbox label{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;font-size:var(--fz14);line-height:2.57142857em;margin-right:0.5rem;color:#666;}
#logreg .form .checkbox label:nth-child(4){margin-right:0;}
#logreg .form .type{width:2.6rem;max-width:100%;border-bottom:1px solid #eee;font-size:var(--fz14);height:1.42857143em;line-height:1.42857143em;margin-left:0.1rem;}
#logreg .form .agree{margin-bottom:0.4rem;}
#logreg .form .back,#logreg .form .submit{color:#fbfbfb;font-size:var(--fz18);display:block;width:100%;background-color:#3478c1;box-shadow:0px 0.18rem 0.3rem 0px rgba(52,120,193,0.2);border-radius:0.04rem;height:3.11111111em;text-align:center;}
#logreg .form .back:hover,#logreg .form .submit:hover{opacity:0.9;}
#logreg .form .back{line-height:3.11111111em;margin-top:0.2rem;}
#logreg .form .view{text-align:center;margin-top:0.2rem;}
#logreg .form .view a{font-size:var(--fz14);color:#3478c1;line-height:2.14285714em;display:inline-block;text-decoration:underline;}
#logreg .form .code a{position:absolute;top:50%;transform:translateY(-50%);color:#3478c1;font-size:var(--fz14);line-height:2.14285714em;display:block;right:1.42857143em;}
#logreg .form .reset{border:solid 1px #3478c1;background-color:#fff;color:#3478c1;margin-top:0.2rem;}
#logreg .form .complete{border:solid 1px #3478c1;background-color:#fff;color:#3478c1;margin-top:0.2rem;}
#logreg .form .next{margin-top:0.2rem;}
#logreg .form .btn{margin-top:0.2rem;}
#logreg .form .btn .submit{width:48%;}
#logreg .enter{text-align:right;margin-top:0.2rem;}
#logreg .enter a{color:#999;font-size:var(--fz14);line-height:2.14285714em;}
#logreg .enter a:hover{color:#3478c1;}
#logreg .tips{font-size:var(--fz18);line-height:1.66666667em;color:#3478c1;padding:0.5rem 0;}
#logreg .tips span{display:block;background:url(/static/images/success_01.svg) no-repeat left 0.16666667em;background-size:1.33333333em auto;padding-left:2.11111111em;}
#logreg .warning{font-size:var(--fz14);line-height:2.14285714em;color:#999;text-align:center;margin-top:0.28rem;}
#logreg .warning a{color:#3478c1;}
#logreg .warning a:hover{text-decoration:underline;}
#logreg .log{padding:0.3rem 0 0.1rem;}
#logreg .log .input{margin-bottom:0.2rem;}
#logreg .log .text{background:no-repeat 1.625em center;background-size:1.125em auto;padding-left:3.5625em;}
#logreg .log .user{background-image:url(/static/images/log_user.svg);}
#logreg .log .pwd{background-image:url(/static/images/log_code.svg);padding-right:6.875em;}
#logreg .log .submit{margin-top:0.5rem;}
@media only screen and (max-width:750px){
    #logreg{padding:0.6rem 0 0.7rem;}
    #logreg .process{margin-bottom:0.4rem;}
    #logreg .process .step{width:3em;}
    #logreg .box{padding:0.5rem 0.3rem;}
    #logreg .form i{right:0.05rem;}
}

/*ucenter*/
#ucenter{background-color:#f8f8f8;border-top:1px solid #eee;padding:0.6rem 0 0.95rem;}
#ucenter .inner{background-color:#fff;box-shadow:0.07rem 0.06rem 0.24rem 0px rgba(31,44,60,0.11);border-radius:0.1rem;padding:0.6rem;}
@media only screen and (max-width:750px){
    #ucenter .inner{padding:0.35rem;}
}

/*uside*/
#uside{width:2.27rem;border-right:1px solid #eee;min-height:4.8rem;}
#uside li{margin-bottom:0.35rem;}
#uside a{display:block;color:#666;background:no-repeat left center;background-size:1.375em auto;padding-left:2.1875em;}
#uside a:hover{color:#3478c1;}
#uside .s1{background-image:url(/static/images/icon_s1.svg);}
#uside .s1:hover{background-image:url(/static/images/icon_s1_cur.svg);}
#uside .s2{background-image:url(/static/images/icon_s2.svg);}
#uside .s2:hover{background-image:url(/static/images/icon_s2_cur.svg);}
#uside .s3{background-image:url(/static/images/icon_s3.svg);}
#uside .s3:hover{background-image:url(/static/images/icon_s3_cur.svg);}
#uside .s4{background-image:url(/static/images/icon_s4.svg);}
#uside .s4:hover{background-image:url(/static/images/icon_s4_cur.svg);}
#uside .cur{font-size:var(--fz18);line-height:1.66666667em;font-weight:bold;}
#uside .cur a{color:#3478c1;}
#uside .cur .s1{background-image:url(/static/images/icon_s1_cur.svg);}
#uside .cur .s2{background-image:url(/static/images/icon_s2_cur.svg);}
#uside .cur .s3{background-image:url(/static/images/icon_s3_cur.svg);}
#uside .cur .s4{background-image:url(/static/images/icon_s4_cur.svg);}
@media only screen and (max-width:1024px){
    #uside{width:100%;border-right:none;border-bottom:1px solid #eee;min-height:0;margin-bottom:0.3rem;}
    #uside ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
    #uside li{width:25%;margin-bottom:0.2rem;}
}
@media only screen and (max-width:750px){
    #uside li{width:50%;}
}

/*umain*/
#umain{width:calc(100% - 2.27rem);padding-left:3.03030303%;}
@media only screen and (max-width:1024px){
    #umain{width:100%;padding:0;}
}

/*person*/
#person{width:5.2rem;max-width:100%;padding:0 0.4rem;}
#person .item{overflow:hidden;margin-bottom:0.1rem;}
#person .label{display:block;float:left;font-size:var(--fz14);color:#999;height:3.57142857em;line-height:3.57142857em;}
#person .input{margin-left:3.75em;position:relative;}
#person em{width:0.08rem;height:0.08rem;background:url(/static/images/close_01.svg) no-repeat center center;background-size:contain;display:block;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;right:0.2rem;z-index:5;display:none;}
#person select,#person .text{font-size:var(--fz14);height:3.57142857em;display:block;width:100%;border:1px solid #eee;border-radius:0.04rem;}
#person select{padding:0 1.28571429em;}
#person .text{line-height:2em;padding:0.78571429em 1.28571429em;transition:all 0.2s;}
#person .submit{background-color:#2ba8e0;color:#fff;display:block;width:13.75em;height:3.125em;margin-left:3.75em;border-radius:0.04rem;margin-top:0.5rem;}
#person .submit:hover{opacity:0.8;}
#person .focus .text{border-color:#3478c1;box-shadow:0px 0px 0.06rem rgba(43,168,224,0.25);}
#person .focus em{display:block;}
@media only screen and (max-width:1024px){
    #person{padding:0;}
}

/*citem*/
.citem{border-bottom:1px solid #eee;padding-bottom:0.3rem;margin-bottom:0.3rem;}
.citem .figure{width:2rem;}
.citem .figure a{padding-bottom:67%;}
.citem .figure a:hover .img{transform:scale(1.05);}
.citem .fav{border-left:1px solid #eee;padding:0 0.18rem;width:1rem;}
.citem .fav a{display:block;color:#3478c1;font-size:var(--fz14);line-height:2.14285714em;background:url(/static/images/fav_01.svg) no-repeat center top;background-size:auto 1.57142857em;padding-top:1.71428571em;text-align:center;}
.citem .text{width:calc(100% - 3rem);padding:0 0.38rem;}
.citem .box{width:100%;}
.citem .title{font-size:var(--fz18);line-height:1.66666667em;height:1.66666667em;font-weight:normal;margin-bottom:0.12rem;}
.citem .meta{font-size:var(--fz14);line-height:2.14285714em;color:#666;}
@media only screen and (max-width:1024px){
    .citem .figure{width:100%;margin-bottom:0.2rem;}
    .citem .fav{width:100%;border-left:none;}
    .citem .text{width:100%;padding:0;margin-bottom:0.2rem;}
}

/*ditem*/
.ditem{border-bottom:1px solid #eee;padding-bottom:0.23rem;margin-bottom:0.25rem;}
.ditem .icon{width:0.28rem;}
.ditem .icon i{padding-bottom:121.42857143%;display:block;background:no-repeat center center;background-size:contain;}
.ditem .icon .pdf{background-image:url(/static/images/file_pdf.png);}
.ditem .view{font-size:var(--fz16);line-height:1.5em;color:#3478c1;}
.ditem .text{width:calc(100% - 1rem);padding:0 0.2rem;}
.ditem .title{font-size:var(--fz16);line-height:1.5em;height:1.5em;font-weight:normal;}
.ditem .meta{font-size:var(--fz14);line-height:1.71428571em;color:#999;}
@media only screen and (max-width:750px){
    .ditem .text{padding:0 0.1rem;}
}

/*videos*/
#videos{padding:0.2rem 0 0.4rem;background-color:#f8f8f8;}

/*popup*/
.popup{position:fixed;left:0;top:0;width:100%;height:100%;overflow-y:auto;background-color:rgba(0,0,0,0.75);z-index:10;-webkit-overflow-scrolling:touch;display:none;}
.popup .wrap{width:100%;min-height:100%;justify-content:center;align-items:center;padding:1vh 0;display:flex;}
.popup .wrap .center{ position:relative;}
.popup .wrap .center .close{width:0.2rem;height:0.2rem;background:url(/static/images/close_02.svg) no-repeat center center;background-size:contain;display:block;position:absolute;top:0;transform:translateY(-50%);cursor:pointer;right:-.1rem;z-index:5;}


/*vpopup*/
.vpopup video{display:block;width:auto;max-width:90vw;height:auto;max-height:90vh;}

/*vitem*/
.vitem{width:44.83870968%;padding:4.83870968% 0;}
.vitem .figure{padding-bottom:56.29496403%;margin-bottom:0.1rem;}
.vitem .figure:after{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2);}
.vitem .play{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;width:13.84892086%;padding-bottom:9.17266187%;background:#3478c1 url(/static/images/play_01.svg) no-repeat center center;background-size:23.37662338% auto;transition:all 0.3s;}
.vitem .title{text-align:center;font-size:var(--fz18);line-height:2em;font-weight:normal;}
.vitem a:hover .play{transform:translate(-50%,-50%) scale(0.9);}
@media only screen and (max-width:750px){
    .vitem{width:100%;}
}

/*project*/
#project{border-top:1px solid #eee;overflow:hidden;padding:0.22rem 0 0.3rem;}
#project .breadcrumb{margin-bottom:0.42rem;}
#project .hgroup{margin-bottom:0.35rem;}
#project .intro{font-size:var(--fz24);line-height:1.5em;font-weight:bold;width:calc(100% - 2.2rem);}
#project .btn{width:12.5em;}
#project .btn a{color:#fff;background-color:#2ba8e0;height:2.875em;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border-radius:0.04rem;}
#project .btn a:hover{opacity:0.8;}
#project .btn i{display:block;font-style:normal;background:url(/static/images/download_01.svg) no-repeat left center;background-size:1.125em auto;padding-left:1.875em;}
@media only screen and (max-width:750px){
    #project .intro{width:100%;margin-bottom:0.2rem;}
    #project .btn{width:100%;}
}

/*seller*/
.seller{width:102.08333333%;}
.seller .item{width:33.333%;padding-right:2.72108844%;padding-bottom:2.72108844%;}
.seller .figure{padding-bottom:66.52173913%;margin-bottom:0.24rem;}
.seller .figure:hover .img{transform:scale(1.05);}
.seller .name{font-size:var(--fz24);line-height:1.25em;margin-bottom:0.06rem;}
.seller .title{font-size:var(--fz16);line-height:1.5em;color:#3478c1;margin-bottom:0.14rem;}
.seller .entry{color:#666;}
@media only screen and (max-width:750px){
    .seller .item{width:100%;padding-bottom:0.3rem;}
}

/*buyer*/
.buyer{margin-bottom:0.5rem;}
.buyer .figure{width:43.75%;}
.buyer .figure:after{display:block;padding-bottom:66.66666667%;}
.buyer .text{width:50.69444444%;}
.buyer .title{font-size:var(--fz20);line-height:1.5em;color:#3478c1;}
.buyer .entry{color:#666;}
.buyer:hover .img{transform:scale(1.05);}
@media only screen and (max-width:1024px){
    .buyer .figure{width:100%;margin-bottom:0.35rem;}
    .buyer .text{width:100%;}
}

/*tradetop*/
.tradetop{margin-top:0.5rem;}
.tradetop .figure{width:5.8rem;}
.tradetop .figure:after{display:block;padding-bottom:66.55172414%;}
.tradetop .text{width:calc(100% - 5.8rem);padding-left:2.77777778%;}
.tradetop .title{font-weight:normal;font-size:var(--fz24);line-height:1.5em;margin-bottom:0.37rem;}
.tradetop .info{margin-bottom:0.43rem;}
.tradetop .tips{color:#666;font-size:var(--fz16);line-height:1.5em;margin-bottom:0.15rem;}
.tradetop .item{width:48.7804878%;background-color:#f8f8f8;margin-bottom:0.2rem;border-left:0.04rem solid rgba(124,170,191,0.2);padding:0.2rem 0.3rem;}
.tradetop .item .name{font-size:var(--fz18);line-height:1.33333333em;margin-bottom:0.15rem;}
.tradetop .item li{color:#666;font-size:var(--fz16);line-height:1.5em;padding-left:1.75em;background:no-repeat left 0.3125em;background-size:1.375em auto;}
.tradetop .item .tel{background-image:url(/static/images/icon_tel.svg);}
.tradetop .item .mail{background-image:url(/static/images/icon_mail.svg);}
.tradetop .meta .left{font-size:var(--fz16);line-height:1.875em;color:#666;width:calc(100% - 1.8rem);}
.tradetop .meta .left span{display:block;margin-right:0.35rem;padding-left:1.5625em;background:no-repeat left center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-size:1.125em auto;}
.tradetop .meta .left span:last-child{margin-right:0;}
.tradetop .meta .left .type{background-image:url(/static/images/icon_01.svg);}
.tradetop .meta .left .addr{background-image:url(/static/images/icon_02.svg);}
.tradetop .meta .left .date{background-image:url(/static/images/icon_03.svg);}
.tradetop .meta .right{font-size:var(--fz14);position:relative;}
.tradetop .meta .right .btn{color:#999;display:block;background:no-repeat left center;background-size:1.28571429em auto;padding-left:1.64285714em;line-height:2.14285714em;margin-left:0.4rem;}
.tradetop .meta .right .btn:first-child{margin-left:0;}
.tradetop .meta .right .fav{background-image:url(/static/images/icon_fav.svg);}
.tradetop .meta .right .fav.on{background-image:url(/static/images/fav_01.svg);}
.tradetop .meta .right .share{background-image:url(/static/images/icon_share.svg);}
.tradetop .social{position:absolute;right:0;top:100%;background-color:#fff;padding:0.15rem 0.2rem;border-radius:0.1rem;display:none;}
.tradetop .social a{width:0.2rem;height:0.2rem;cursor:pointer;margin:0 0.27rem 0 0;display:block;background:no-repeat center center;background-size:contain;}
.tradetop .social a:before{display:none;}
.tradetop .social a:last-child{margin-right:0;}
.tradetop .social a:hover{background-color:transparent;}
.tradetop .social a.icon-wechat{width:0.25rem;background-image:url(/static/images/share_wx.svg);}
.tradetop .social a.icon-lx{width:0.21rem;background-image:url(/static/images/lx.png);}
.tradetop .social a.icon-linkedin{width:0.19rem;background-image:url(/static/images/share_in.svg);}
.tradetop .social a.icon-twitter{width:0.21rem;background-image:url(/static/images/share_tw.svg);}
.tradetop .social a.icon-facebook{width:0.1rem;background-image:url(/static/images/share_fb.svg);}
.tradetop .social .social-share .wechat-qrcode{position:absolute;z-index:9;top:150%;left:50%;transform:translateX(-50%);width:1.5rem;height:auto;color:#666;font-size:var(--fz14);text-align:center;background-color:#fff;border:1px solid #eee;box-shadow:none;padding-bottom:0.15rem;}
.tradetop .social .social-share .wechat-qrcode:after{display:none;}
.tradetop .social .social-share .wechat-qrcode .qrcode{width:100%;padding:0.15rem;margin:0;}
.tradetop .social .social-share .wechat-qrcode img{width:100%;height:auto;}
@media only screen and (max-width:1024px){
    .tradetop .figure{width:100%;margin-bottom:0.35rem;}
    .tradetop .text{width:100%;padding-left:0;}
    .tradetop .info{margin-bottom:0.2rem;}
}
@media only screen and (max-width:750px){
    .tradetop .item{width:100%;}
}

/*tradetab*/
.tradetab{margin-top:0.55rem;}
.tradetab .tab{font-size:var(--fz18);line-height:1.55555556em;color:#666;}
.tradetab .tab span{display:block;margin-right:0.6rem;cursor:pointer;}
.tradetab .tab span:last-child{margin-right:0;}
.tradetab .tab .cur{font-size:1.33333333em;line-height:1.16666667em;font-weight:bold;color:#333;}
.tradetab .go a{color:#3478c1;font-size:var(--fz14);line-height:2em;display:block;background:url(/static/images/icon_04.svg) no-repeat left center;background-size:1em auto;padding-left:1.64285714em;text-decoration:underline;}
@media only screen and (max-width:750px){
    .tradetab .tab{margin-bottom:0.2rem;}
    .tradetab .tab span{margin-right:0.35rem;}
}

/*trademid*/
.trademid{margin-top:0.3rem;}
.trademid .box{display:none;}
.trademid .box:first-child{display:block;}

/*major*/
.major{background-color:#f8f8f8;padding:0.7rem 1.2rem 0.5rem;position:relative;}
.major .figure{width:53.33333333%;}
.major .figure:after{padding-bottom:66.5625%;display:block;}
.major .text{width:41.66666667%;}
.major .title{font-size:var(--fz18);line-height:1.25em;margin-bottom:0.12rem;}
.major .entry{color:#666;line-height:1.875em;}
.major .entry *{line-height:1.875em;}
.major .arrow{margin-top:0;transform:translateY(-50%);width:0.19rem;background:no-repeat center center;background-size:contain;}
.major .arrow:after{content:'';padding-bottom:165%;}
.major .swiper-button-prev{background-image:url(/static/images/swiper_prev_01.svg);left:3.33333333%;}
.major .swiper-button-prev:hover{background-image:url(/static/images/swiper_prev_02.svg);}
.major .swiper-button-next{background-image:url(/static/images/swiper_next_01.svg);right:3.33333333%;}
.major .swiper-button-next:hover{background-image:url(/static/images/swiper_next_02.svg);}
.major .swiper-pagination{position:relative;margin-top:0.6rem;bottom:auto;}
.major .swiper-pagination-bullet{background-color:#3478c1;opacity:0.2;}
.major .swiper-pagination-bullet-active{opacity:1;}
@media only screen and (max-width:1024px){
    .major .figure{width:100%;margin-bottom:0.25rem;}
    .major .text{width:100%;}
}
@media only screen and (max-width:750px){
    .major{padding:0.5rem 0.6rem;}
}

/*tradebtm*/
.tradebtm{margin-top:0.7rem;}
.tradebtm .logo{width:2rem;}
.tradebtm .logo img{display:block;width:100%;height:auto;}
.tradebtm .text{width:calc(100% - 2rem);padding-left:8.33333333%;}
.tradebtm .entry{line-height:1.875em;margin-bottom:0.27rem;}
.tradebtm .entry *{line-height:1.875em;}
.tradebtm .enter{font-size:var(--fz14);line-height:2.14285714em;color:#666;}
.tradebtm .enter span{margin-right:0.7rem;}
.tradebtm .enter span:last-child{margin-right:0;}
.tradebtm .enter a{color:#3478c1;display:inline-block;}
.tradebtm .enter a:hover{text-decoration:underline;}
@media only screen and (max-width:750px){
    .tradebtm{flex-direction:column;align-items:center;}
    .tradebtm .logo{margin-bottom:0.3rem;}
    .tradebtm .text{width:100%;padding-left:0;}
    .tradebtm .enter span{display:block;margin-right:0;}
}

/*follow*/
.follow{height:1.2rem;margin-top:0.9rem;background:no-repeat center center;background-size:cover;position:relative;color:#fff;overflow:hidden;}
.follow a{color:#fff;}
.follow:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0065b7;opacity:0.7;}
.follow .left{width:48.19444444%;background:url(/static/images/bg_01.png) no-repeat right center;background-size:cover;font-size:var(--fz30);line-height:1.25em;position:relative;z-index:2;}
.follow .right{width:51.80555556%;position:relative;z-index:2;font-size:var(--fz24);line-height:1.25em;}
.follow .qrcode{width:0.9rem;margin-left:0.35rem;}
.follow .qrcode img{display:block;width:100%;height:auto;}
@media only screen and (max-width:1024px){
    .follow{height:auto;}
    .follow .left,.follow .right{width:100%;min-height:1.2rem;padding:0.35rem;}
    .follow .left{background-color:#3478c1;}
}
@media only screen and (max-width:750px){
    .follow{margin-top:0.5rem;}
    .follow .left{font-size:var(--fz28);}
    .follow .right{flex-direction:column;align-items:center;justify-content:center;font-size:var(--fz20);}
    .follow .qrcode{margin:0.2rem auto;width:1.2rem;}
}