@charset "UTF-8";
html { min-width: inherit; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset { margin: 0; padding: 0; font-weight: normal; -webkit-tap-highlight-color: transparent; }

ul, ol, dl { list-style-type: none; }

html, body { *position: static; width: 100%; height: auto; background: #fff; font-size: .16rem; color: #000; line-height: 1; font-family: "SourceHanSans-Regular", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 400; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }

input, button { overflow: visible; vertical-align: middle; outline: none; }

a { text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; -webkit-transition: all .5s ease; transition: all .5s ease; color: #000; }

a:hover, a:focus, a:active { text-decoration: none; outline: none; }

b, i { font-weight: normal; font-style: normal; }

sub, sup { vertical-align: baseline; }

button, input[type="button"], input[type="submit"] { line-height: normal !important; }

img { max-width: 100%; border: 0; object-fit: cover; display: block; -webkit-user-drag: none; }

a img { -webkit-transition: all .5s ease; transition: all .5s ease; }

input, textarea { border: 0; background: none; outline: none; resize: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea { -webkit-appearance: none; border-radius: 0; -webkit-tap-highlight-color: transparent; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #bbb; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #bbb; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #bbb; }

.cover { width: 100%; height: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); display: none; z-index: 24; }

.cover1 { width: 100%; height: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); display: none; z-index: 26; }

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

.cl, .clearfix { zoom: 1; }

.fl { float: left !important; }

.fr { float: right !important; }

.xs-display { display: none !important; }

/*fonts*/
@font-face { font-family: "SourceSansPro-Regular"; src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: "BebasNeue"; src: url("../fonts/BebasNeue.otf") format("opentype"); font-weight: normal; font-style: normal; }

/* header */
.header { width: 100%; height: auto; position: fixed; top: 0; z-index: 25; transition: all .5s ease; background: #fff; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15); }

.header *, .header *:before, .header *:after { box-sizing: border-box; outline: none; word-wrap: break-word; }

.header .container { min-height: inherit !important; width: 100%; padding-left: 0.8rem; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 3; }

.header .logo { width: 3.3rem; height: 0.46rem; display: block; transition: none; background: url(../images/logo1.png) no-repeat center/100%; transition: all .5s ease; position: relative; left: 0; float: none; }

.header .right { display: flex; flex: 1; justify-content: flex-end; align-items: center; }

.header .right .rn { margin-right: 0.3rem; }

.header .right .rn .top { display: flex; align-items: center; justify-content: flex-end; }

.header .right .rn .top .item { font-size: 0.14rem; color: #000; margin-left: 0.48rem; opacity: .9; transition: all .5s ease; }

.header .right .rn .top .item i { font-size: 0.16rem; vertical-align: -0.01rem; margin-right: 0.05rem; }

.header .right .rn .top .item.lang { cursor: pointer; position: relative; }

.header .right .rn .top .item.lang .lang-box { width: 1rem; position: absolute; right: -0.25rem; top: 0.25rem; z-index: 5; padding: 0.05rem; background: #fff; border: 1px solid #eee; text-align: center; display: none; }

.header .right .rn .top .item.lang .lang-box a { font-size: 0.14rem; display: block; padding: 0.1rem 0; }

.header .right .rn .top .item.lang .lang-box a:hover { color: #084EAC; }

.header .right .rn .nav { display: flex; align-items: center; justify-content: flex-end; margin-top: 0.22rem; }

.header .right .rn .nav .item { font-size: 0.16rem; color: #000; margin-left: 0.55rem; }

.header .right .rn .nav .item:hover { color: #084EAC !important; }

.header .right .search { width: 0.95rem; height: 0.95rem; background: #2A7CF6; display: flex; align-items: center; justify-content: center; cursor: pointer; }

.header .right .search i { font-size: 0.18rem; color: #fff; }

.header .submenu { height: auto; overflow: hidden; position: relative; z-index: 1; transition: all .4s; }

.header .submenu .container { height: auto; overflow: hidden; padding: 3% 0; display: block; }

.header .submenu .l { width: 33%; text-align: right; float: left; position: relative; z-index: 1; padding-right: 0.35rem; }

.header .submenu .l h1 { font-size: 0.24rem; color: #000; margin-bottom: 2%; }

.header .submenu .l h2 { font-size: 0.44rem; color: rgba(51, 51, 51, 0.19); text-transform: capitalize; }

.header .submenu .l:after { content: ""; width: 0.03rem; height: 0.78rem; background: rgba(8, 78, 172, 0.2); position: absolute; right: 0; top: 0.02rem; }

.header .submenu .r { width: 60%; padding-left: 4%; float: right; position: relative; z-index: 1; }

.header .submenu .r .snav { height: auto; overflow: hidden; float: left; margin-right: 10%; }

.header .submenu .r .snav a { font-size: 0.16rem; line-height: 0.36rem; color: #000; display: block; }

.header .submenu .r .snav a:hover { color: #084EAC; }

.header .submenu .r .img { width: 68%; max-width: 6rem; float: left; }

.header .submenu .r .img img { width: 100%; }

.header .submenu .submenuItem { display: none; position: relative; }

.header .submenu .submenuItem:before { content: ""; width: 40%; height: 100%; background: #efefef; position: absolute; left: 0; top: 0; }

.header .submenu .submenuItem:after { content: ""; width: 60%; height: 100%; background: #fcfcfc; position: absolute; right: 0; top: 0; }

.header .submenu .submenuItem.product { background-color: #fff; padding: 0; }

.header .submenu .submenuItem.product:after { display: none; }

.header .submenu .submenuItem.product:before { width: 23.3%; background: #F6F7F9; }

.header .submenu .submenuItem.product .container { padding: 0 6.25%; display: flex; justify-content: space-between; align-items: flex-start; }

.header .submenu .submenuItem.product .container ul { width: 19.5%; }

.header .submenu .submenuItem.product .container ul li { cursor: pointer; position: relative; width: 100%; height: 0.76rem; padding: 0.2rem 0.35rem; display: flex; align-items: center; transition: all .5s ease; border-top: 1px solid #E8E8E8; }

.header .submenu .submenuItem.product .container ul li a { width: 100%; height: 100%; display: flex; align-items: center; }

.header .submenu .submenuItem.product .container ul li:first-child { border-top: 0; }

.header .submenu .submenuItem.product .container ul li i { font-size: 0.26rem; margin-right: 0.1rem; }

.header .submenu .submenuItem.product .container ul li h3 { font-size: 0.2rem; color: #000; }

.header .submenu .submenuItem.product .container ul li.active { background: url("../images/bg-header-nav.png") no-repeat; background-size: cover; }

.header .submenu .submenuItem.product .container ul li.active h3, .header .submenu .submenuItem.product .container ul li.active i { color: #084EAC; }

.header .submenu .submenuItem.product .container ul li.active:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 0.04rem; background-color: #084EAC; }

.header .submenu .submenuItem.product .container .product-box { flex: 1; }

.header .submenu .submenuItem.product .container .product-box .product-box-item { display: none; height: auto; overflow: hidden; padding-top: 0.35rem; }

.header .submenu .submenuItem.product .container .product-box .product-box-item:first-child { display: block; }

.header .submenu .submenuItem.product .container .product-box .list { width: 52%; float: left; padding: 0.25rem 0 0.25rem 1.1rem; display: flex; justify-content: space-between; flex-wrap: wrap; }

.header .submenu .submenuItem.product .container .product-box .list .item { width: 39.5%; font-size: 0.18rem; color: #000; padding-bottom: 0.2rem; border-bottom: 1px solid #E8E8E8; margin-bottom: 0.3rem; display: flex; align-items: center; justify-content: space-between; }

.header .submenu .submenuItem.product .container .product-box .list .item i { font-size: 0.18rem; color: #ccc; transition: all .5s ease; }

.header .submenu .submenuItem.product .container .product-box .list .item:hover { color: #084EAC; }

.header .submenu .submenuItem.product .container .product-box .list .item:hover i { color: #084EAC; }

.header .submenu .submenuItem.product .container .product-box .list .item:nth-last-child(-n+2) { margin-bottom: 0; }

.header .submenu .submenuItem.product .container .product-box .img { width: 40%; height: 2.5rem; overflow: hidden; float: right; margin-top: 0.3rem; }

.header .submenu .submenuItem.product .container .product-box .img img { width: 100%; height: 100%; }

.header .submenu-xs { display: none; }

.searchBox { width: 100%; height: auto; overflow: hidden; position: fixed; top: 0.95rem; display: none; z-index: 88; }

.searchBox .box { height: auto; width: 3.5rem; padding: 0.1rem 0; background: rgba(0, 0, 0, 0.5); float: right; }

.searchBox .box input { width: 85%; height: 0.4rem; padding: 0 0.2rem; font-size: 0.15rem; color: #fff; float: left; }

.searchBox .box .search-btn { width: 15%; display: block; float: right; }

.searchBox .box .search-btn i { font-size: 0.16rem; color: rgba(255, 255, 255, 0.5); line-height: 0.4rem; }

/* footer */
.footer { width: 100%; position: relative; z-index: 1; background: #000; margin-top: 1rem; }

.footer *, .footer *:before, .footer *:after { box-sizing: border-box; outline: none; word-wrap: break-word; }

.footer .container { width: 87.5%; min-height: inherit !important; margin: 0 auto; }

.footer .top { padding: 0.8rem 0; }

.footer .top .container { display: flex; justify-content: space-between; }

.footer .top .left ul li { margin-bottom: 0.4rem; }

.footer .top .left ul li h4 { font-size: 0.16rem; color: rgba(255, 255, 255, 0.7); }

.footer .top .left ul li h3 { font-size: 0.22rem; color: #fff; margin-top: 0.15rem; }

.footer .top .left .share { display: flex; margin-top: 0.5rem; }

.footer .top .left .share .item { margin-right: 0.3rem; position: relative; }

.footer .top .left .share .item .icon { width: 0.44rem; height: 0.44rem; border-radius: 50%; overflow: hidden; position: relative; background: #292727; display: flex; align-items: center; justify-content: center; transition: all .5s ease; }

.footer .top .left .share .item .icon i { font-size: 0.24rem; color: #fff; position: relative; z-index: 1; }

.footer .top .left .share .item .qr { width: 1.3rem; padding: 0.1rem; background: #fff; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); position: absolute; left: -0.45rem; bottom: 0.75rem; text-align: center; opacity: 0; visibility: hidden; transition: all .5s ease; }

.footer .top .left .share .item .qr img { width: 100%; }

.footer .top .left .share .item .qr p { font-size: 0.15rem; color: #000; margin: 0.05rem; line-height: 0.2rem; }

.footer .top .left .share .item .qr2 { width: 2.9rem; padding: 0.15rem; background: #fff; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); position: absolute; left: -0.45rem; bottom: 0.75rem; text-align: center; opacity: 0; visibility: hidden; transition: all .5s ease; display: flex; justify-content: space-between; }

.footer .top .left .share .item .qr2 .box { width: 1.3rem; }

.footer .top .left .share .item .qr2 .box img { width: 100%; }

.footer .top .left .share .item .qr2 .box p { font-size: 0.15rem; color: #000; margin: 0.05rem; line-height: 0.2rem; }

.footer .top .left .share .item:hover .icon { background: #1A74EC; }

.footer .top .left .share .item:hover .qr, .footer .top .left .share .item:hover .qr2 { opacity: 1; visibility: visible; z-index: 99; bottom: 0.6rem; }

.footer .top .left .share .item:last-child { margin: 0; }

.footer .top .right { display: flex; }

.footer .top .right dl { margin-left: 1.8rem; }

.footer .top .right dl dt { font-size: 0.18rem; color: #fff; margin-bottom: 0.25rem; }

.footer .top .right dl dt a { color: #fff; }

.footer .top .right dl dd { font-size: 0.16rem; color: rgba(255, 255, 255, 0.7); margin-top: 0.2rem; }

.footer .top .right dl dd a { color: rgba(255, 255, 255, 0.7); }

.footer .top .right dl dd a:hover { color: #fff; }

.footer .top .right dl:first-child { margin: 0; }

.footer .center { padding: 0.13rem 0 0.22rem; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer .center .container { display: flex; justify-content: space-between; }

.footer .center label { width: 1rem; font-size: 0.16rem; color: rgba(255, 255, 255, 0.5); margin-top: 0.15rem; }

.footer .center .list { flex: 1; height: 0.4rem; overflow: hidden; transition: all .5s ease; }

.footer .center .list a { font-size: 0.16rem; color: rgba(255, 255, 255, 0.5); margin-left: 0.25rem; margin-top: 0.15rem; display: inline-block; }

.footer .center .list a:first-child { margin-left: 0.1rem; }

.footer .center .list a:hover { color: #fff; }

.footer .center .list.active { height: auto; }

.footer .center .more { font-size: 0.16rem; color: rgba(255, 255, 255, 0.5); margin: 0.15rem 0 0 0.15rem; cursor: pointer; }

.footer .center .more i { font-size: 0.16rem; display: inline-block; margin-left: 0.02rem; }

.footer .center .more:hover { color: #fff; }

.footer .center .more.active i { transform: rotate(180deg); }

.footer .bottom { padding: 0.28rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer .bottom .container { display: flex; align-items: center; justify-content: space-between; font-size: 0.16rem; color: rgba(255, 255, 255, 0.5); }

.footer .bottom .container a { color: rgba(255, 255, 255, 0.5); }

.footer .bottom .container .copyright a { margin-right: 0.1rem; }

.footer .bottom .container .other { display: flex; align-items: center; }

.footer .bottom .container .other a { margin-left: 0.4rem; }

.footer .bottom .container .other a:hover { color: #fff; }

.footer .bottom .container .other .flist { width: 2.5rem; font-size: 0.16rem; color: #999; vertical-align: middle; position: relative; z-index: 999; cursor: pointer; margin-left: 0.5rem; }

.footer .bottom .container .other .flist a { color: #999; margin: 0; }

.footer .bottom .container .other .flist a:hover { color: #fff; }

.footer .bottom .container .other .flist .t { height: 0.5rem; padding: 0 0.2rem; overflow: hidden; position: relative; background: #333; display: flex; align-items: center; justify-content: space-between; }

.footer .bottom .container .other .flist .t .iconfont { font-size: 0.16rem; transition: all .5s ease; display: block; }

.footer .bottom .container .other .flist ul { width: 100%; max-height: 2.5rem; display: none; padding: 0.1rem 0; position: absolute; left: 0; bottom: 0.5rem; overflow: hidden; z-index: 9999; overflow-y: auto; background: #333; border-bottom: 1px solid rgba(221, 221, 221, 0.1); }

.footer .bottom .container .other .flist ul::-webkit-scrollbar { width: 4px; height: 4px; background: #444; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.footer .bottom .container .other .flist ul::-webkit-scrollbar-thumb { background: #555; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.footer .bottom .container .other .flist ul li { width: 100%; padding: 0 0.2rem; transition: all .5s ease; }

.footer .bottom .container .other .flist ul li a { color: #999; font-size: 0.15rem; display: block; padding: 0.05rem 0; line-height: 0.22rem; }

.footer .bottom .container .other .flist ul li a:hover { color: #fff; }

.footer .bottom .container .other .flist:hover .iconfont { transform: rotate(180deg); }

/* fixed-right */
.fixed-right { position: fixed; right: 0; bottom: 10%; z-index: 5; }

.fixed-right *, .fixed-right *:before, .fixed-right *:after { box-sizing: border-box; outline: none; word-wrap: break-word; }

.fixed-right .kefu { width: 1.34rem; display: block; }

.fixed-right .kefu img { width: 100%; }

.fixed-right ul { width: 0.7rem; float: right; margin-top: 0.3rem; margin-right: 0.2rem; }

.fixed-right ul li { margin-bottom: 0.1rem; height: 0.7rem; background: #fff; box-shadow: 0 0.02rem 0.08rem 0.01rem rgba(181, 181, 181, 0.16); position: relative; border-radius: 50%; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all .5s ease; }

.fixed-right ul li a { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }

.fixed-right ul li i { display: block; font-size: 0.3rem; color: #000; }

.fixed-right ul li .icon-wechat { font-size: 0.36rem; }

.fixed-right ul li .qr { width: 1.3rem; padding: 0.1rem; background: #fff; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); position: absolute; left: -1.45rem; top: 0; text-align: center; opacity: 0; visibility: hidden; transition: all .5s ease; }

.fixed-right ul li .qr img { width: 100%; }

.fixed-right ul li .qr p { font-size: 0.15rem; color: #000; margin: 0.05rem; line-height: 0.2rem; }

.fixed-right ul li:hover { background: #084EAC; }

.fixed-right ul li:hover i { color: #fff; }

.fixed-right ul li.wechat:hover .qr { opacity: 1; visibility: visible; }

.fixed-right ul #backTop { display: none; }

/* yinsi-popup */
.yinsi-popup { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 100; background: rgba(0, 0, 0, 0.5); display: none; }

.yinsi-popup *, .yinsi-popup *:before, .yinsi-popup *:after { box-sizing: border-box; outline: none; word-wrap: break-word; }

.yinsi-popup .box { width: 8rem; height: 5.5rem; padding: 0.5rem 0; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.yinsi-popup .box .btn-close { position: absolute; right: 0.2rem; top: 0.2rem; cursor: pointer; width: 0.4rem; height: 0.4rem; background: #084EAC; display: flex; align-items: center; justify-content: center; }

.yinsi-popup .box .btn-close i { font-size: 0.2rem; color: #fff; }

.yinsi-popup .box h2 { font-size: 0.22rem; text-align: center; margin-bottom: 0.3rem; }

.yinsi-popup .box .scroll { height: 4rem; overflow: auto; padding: 0 0.5rem; }

.yinsi-popup .box .scroll p { font-size: 0.16rem; color: #333; line-height: 0.24rem; margin-top: 0.1rem; }

/* dingzhi-popup */
.dingzhi-popup { display: none; padding: 4% 0 3%; position: fixed; width: 77%; max-width: 900px; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 999; margin: auto; background: #fff; border-radius: 20px; overflow: hidden; }

.dingzhi-popup *, .dingzhi-popup *:before, .dingzhi-popup *:after { box-sizing: border-box; outline: none; word-wrap: break-word; }

.dingzhi-popup:before { content: ""; width: 100%; height: 200px; background: linear-gradient(180deg, rgba(133, 182, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; left: 0; top: 0; }

.dingzhi-popup .icon-close { position: absolute; top: 0; right: 0; padding: 0.25rem; color: #000; font-size: 0.24rem; cursor: pointer; }

.dingzhi-popup .title { margin-bottom: 6%; position: relative; z-index: 1; }

.dingzhi-popup .title h2 { font-size: 0.3rem; text-align: center; font-weight: bold; margin-bottom: 15px; }

.dingzhi-popup .title p { font-size: 0.14rem; text-align: center; }

.dingzhi-popup form { display: flex; justify-content: space-between; flex-wrap: wrap; width: 80%; margin: auto; position: relative; z-index: 1; }

.dingzhi-popup form .row { width: 47%; margin-bottom: 0.3rem; position: relative; }

.dingzhi-popup form .row label { font-size: 0.16rem; display: block; margin-bottom: 0.1rem; }

.dingzhi-popup form .row label i { font-size: 0.18rem; color: #084EAC; margin-right: 0.05rem; vertical-align: -0.01rem; }

.dingzhi-popup form .row label span { color: red; margin-left: 0.05rem; }

.dingzhi-popup form .row input, .dingzhi-popup form .row select { width: 100%; height: 0.48rem; font-size: 0.16rem; border: 1px solid #DDE3EE; padding: 0 0.2rem; border-radius: 0.05rem; appearance: none; -webkit-appearance: none; }

.dingzhi-popup form .row textarea { width: 100%; height: 1.3rem; font-size: 0.16rem; border: 1px solid #DDE3EE; padding: 0.15rem 0.2rem; border-radius: 0.05rem; }

.dingzhi-popup form .row.w100 { width: 100%; }

.dingzhi-popup form .row.select:after { content: "\e6b9"; font-family: 'iconfont'; font-size: 0.18rem; color: #999; position: absolute; right: 0.2rem; bottom: 0.15rem; }

.dingzhi-popup form .submit { width: 2.2rem; height: 0.5rem; background: linear-gradient(270deg, #0467ED 0%, #094FAD 100%); border-radius: 0.5rem; margin: 0 auto; color: #fff; font-size: 0.16rem; text-align: center; cursor: pointer; transition: all .5s ease; position: relative; top: 0; display: flex; align-items: center; justify-content: center; }

/*! <=991 手机端 */
@media all and (max-width: 991px) { .xs-display { display: block !important; }
  .lg-display { display: none !important; }
  /* header */
  .header .container { padding: 0 0 0 0.3rem; }
  .header .nav-xs { display: flex !important; align-items: center; }
  .header .nav-xs .lang { font-size: 0.26rem; color: #000; margin-right: 0.3rem; position: relative; }
  .header .nav-xs .lang i { font-size: 0.26rem; color: #000; margin-right: 0.1rem; }
  .header .nav-xs .lang .lang-box { width: 1.5rem; position: absolute; right: -0.3rem; top: 0.4rem; padding-top: 0.1rem; z-index: 5; background: #fff; border: 1px solid #eee; text-align: center; display: none; }
  .header .nav-xs .lang .lang-box a { font-size: 0.26rem; display: block; padding: 0.2rem 0; }
  .header .nav-xs .lang .lang-box a:hover { color: #084EAC; }
  .header .nav-xs .menu { width: 0.99rem; height: 1rem; transition: 0.3s; overflow: hidden; }
  .header .nav-xs .menu .bars { height: 100%; height: 100%; position: relative; }
  .header .nav-xs .menu .bars .bar { height: 2px; width: 0.44rem; display: block; background: #000; transition: all .5s ease; position: absolute; right: 0.35rem; }
  .header .nav-xs .menu .bars .bar:nth-of-type(1) { top: 0.33rem; transition: top 0.2s ease,transform 0.2s ease-out; }
  .header .nav-xs .menu .bars .bar:nth-of-type(2) { top: 0.46rem; transition: top 0.2s ease, transform 0.2s ease-out; }
  .header .nav-xs .menu .bars .bar:nth-of-type(3) { top: 0.61rem; transition: top 0.2s ease, transform 0.2s ease-out; }
  .header .nav-xs .menu.active .bars .bar:nth-of-type(1) { top: 0.47rem; transform: rotate(45deg); transition: top 0.1s ease, transform 0.1s ease-out; }
  .header .nav-xs .menu.active .bars .bar:nth-of-type(2) { opacity: 0; }
  .header .nav-xs .menu.active .bars .bar:nth-of-type(3) { top: 0.47rem; transform: rotate(-45deg); transition: top 0.1s ease, transform 0.1s ease-out; }
  .header .submenu { display: none; }
  .header .submenu-xs { width: 100%; max-height: calc(100vh - 1rem); overflow-y: auto; background: #fff; position: fixed; left: 0; top: 1rem; z-index: 10; border-top: 1px solid #eee; display: none; }
  .header .submenu-xs dl { height: auto; overflow: hidden; }
  .header .submenu-xs dl a { display: block; }
  .header .submenu-xs dl dt { font-size: 0.3rem; line-height: 0.95rem; padding: 0 0.3rem; border-bottom: 1px solid #eee; color: #000; position: relative; }
  .header .submenu-xs dl dt i { font-size: 0.34rem; margin-right: 0.2rem; vertical-align: -0.02rem; }
  .header .submenu-xs dl dt i.icon-add { z-index: 3; color: #999; display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 1.8rem; text-align: right; margin-right: 0; padding-right: 0.3rem; }
  .header .submenu-xs dl dt i.icon-add.active:before { content: "\e67a"; }
  .header .submenu-xs dl dd { height: auto; overflow: hidden; display: none; padding: 0 0.3rem 0.4rem; border-bottom: 1px solid #eee; }
  .header .submenu-xs dl dd .item { width: 48%; float: left; margin-top: 0.4rem; }
  .header .submenu-xs dl dd .item:nth-child(2n) { float: right; }
  .header .submenu-xs dl dd .item h2 { font-size: 0.28rem; color: #333; padding-bottom: 0.25rem; margin-bottom: 0.25rem; border-bottom: 1px solid #eee; }
  .header .submenu-xs dl:nth-child(2) dd:nth-child(2) { border-bottom: 0; }
  /* footer */
  .footer { text-align: center; }
  .footer .top { padding: 0.6rem 0; }
  .footer .top .left { width: 100%; }
  .footer .top .left ul li { margin-bottom: 0.5rem; }
  .footer .top .left ul li h4 { font-size: 0.24rem; }
  .footer .top .left ul li h3 { font-size: 0.3rem; margin-top: 0.2rem; }
  .footer .top .left .share { justify-content: center; }
  .footer .top .left .share .item .icon { width: 0.74rem; height: 0.74rem; }
  .footer .top .left .share .item .icon i { font-size: 0.38rem; }
  .footer .top .left .share .item .qr { width: 2.4rem; padding: 0.2rem; left: -0.8rem; bottom: 1.1rem; }
  .footer .top .left .share .item .qr p { font-size: 0.26rem; line-height: 0.35rem; margin-top: 0.15rem; }
  .footer .top .left .share .item .qr2 { width: 5rem; padding: 0.2rem; background: #fff; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); position: absolute; left: -0.45rem; bottom: 0.75rem; text-align: center; opacity: 0; visibility: hidden; transition: all .5s ease; display: flex; justify-content: space-between; }
  .footer .top .left .share .item .qr2 .box { width: 2.4rem; }
  .footer .top .left .share .item .qr2 .box p { font-size: 0.26rem; margin-top: 0.15rem; line-height: 0.35rem; }
  .footer .top .left .share .item:hover .qr, .footer .top .left .share .item:hover .qr2 { bottom: 0.9rem; }
  .footer .bottom .container { font-size: 0.24rem; line-height: 0.38rem; }
  .footer .bottom .container .copyright a { margin-right: 0.2rem; }
  /* fixed-right */
  .fixed-right ul { width: 0.75rem; margin-right: 0.2rem; }
  .fixed-right ul li { width: 0.85rem; height: 0.85rem; margin-bottom: 0.2rem; }
  .fixed-right ul li a i { font-size: 0.36rem; }
  /* yinsi-popup */
  .yinsi-popup .box { width: 90%; height: 7.5rem; padding: 0.5rem 0; }
  .yinsi-popup .box .btn-close { right: 0.3rem; top: 0.3rem; width: 0.6rem; height: 0.6rem; }
  .yinsi-popup .box .btn-close i { font-size: 0.3rem; }
  .yinsi-popup .box h2 { font-size: 0.32rem; margin-bottom: 0.4rem; }
  .yinsi-popup .box .scroll { height: 5.8rem; padding: 0 0.4rem; }
  .yinsi-popup .box .scroll p { font-size: 0.26rem; line-height: 0.42rem; margin-top: 0.15rem; }
  /* dingzhi-popup */
  .dingzhi-popup { width: 90%; border-radius: 0.2rem; padding: 0.6rem 0; }
  .dingzhi-popup .icon-close { padding: 0.4rem; font-size: 0.32rem; }
  .dingzhi-popup .title { width: 80%; margin: 0 auto 0.4rem; }
  .dingzhi-popup .title h2 { font-size: 0.34rem; margin-bottom: 0.2rem; }
  .dingzhi-popup .title p { font-size: 0.26rem; line-height: 0.42rem; }
  .dingzhi-popup form .row { width: 100%; margin-bottom: 0.25rem; position: relative; }
  .dingzhi-popup form .row label { font-size: 0.28rem; }
  .dingzhi-popup form .row label i { font-size: 0.28rem; }
  .dingzhi-popup form .row input, .dingzhi-popup form .row select { height: 0.75rem; font-size: 0.26rem; padding: 0 0.2rem; border-radius: 0.1rem; }
  .dingzhi-popup form .row textarea { height: 1.8rem; font-size: 0.26rem; padding: 0.2rem; border-radius: 0.1rem; }
  .dingzhi-popup form .row.w100 { width: 100%; }
  .dingzhi-popup form .submit { width: 100%; height: 0.75rem; border-radius: 0.1rem; margin: 0.1rem auto 0; font-size: 0.28rem; } }
