body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;box-sizing:border-box;}
*{box-sizing:border-box;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}
body{line-height:1.5;font-size:14px;font-family:'微软雅黑';}
button,input,select,textarea{font-family:'微软雅黑';}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
img{width:100%;vertical-align:top;}
button,
input,
select,
textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
h1{font-size:.32rem;}
h2{font-size:.28rem;}
a{font-size:.26rem;color:#444;}
p,span{font-size:.26rem;color:#333333;}
.container {width:95%;margin:auto;}
.flex-between{display:flex;justify-content:space-between;}
.flex-around{display:flex;justify-content:space-around;}
.title-sty h2,.title-sty p{text-align: center;}
.title-sty h2{color: #222222;font-size:.36rem;margin-bottom:.15rem;font-weight:400;}
.title-sty p{color: #555555; font-size: .24rem;line-height:.4rem;padding: 0rem .2rem;}
.padT{padding-top: .6rem;}
.padB{padding-bottom: .5rem;}
.til{text-align:center;}
.red{color:#f00;}
.blue{color:#387BE9;font-size: .22rem;}
header{height:.88rem;}
header .top{height:.9rem;position:fixed;z-index:9999;width:100%;background:#FFFFFF;}/*box-shadow:1px 1px 3px 1px #f2f2f2;*/
header .subnav{width:92%;margin:auto;height:.88rem;display:flex;justify-content:space-between;align-items:center;}
header .subnav img{width:2.2rem;}
header span{width: .46rem;height: .35rem;background:url(../images/open.png)no-repeat;background-size:100%;}
header .span{background:url(../images/close.png)no-repeat .05rem bottom;background-size:80%;}
header .pop-nav{width:3rem;position:absolute;right:0rem;top:.88rem;background:#fff;}
header .pop-nav ul{padding:0 .2rem 0 .2rem;}
header .pop-nav a{position:relative;color:#333;font-size:.3rem;display:block;height:1rem;line-height:1rem;border-bottom:1px solid #f1f1f1;padding-left:.6rem;}
header .pop-nav li:nth-child(1) a{background:url(../images/menu.png)no-repeat 0rem .3rem;background-size:16%;}
header .pop-nav li:nth-child(2) a{background:url(../images/menu.png)no-repeat 0rem -.65rem;background-size:16%;}
header .pop-nav li:nth-child(3) a{background:url(../images/menu.png)no-repeat 0rem -1.6rem;background-size:16%;}
header .pop-nav li:nth-child(4) a{background:url(../images/menu.png)no-repeat 0rem -4.6rem;background-size:16%;}
header .pop-nav li:nth-child(5) a{background:url(../images/menu.png)no-repeat 0rem -2.6rem;background-size:16%;}
header .pop-nav li:nth-child(6) a{background:url(../images/menu.png)no-repeat 0rem -3.6rem;background-size:16%;}
header .pop-nav li:nth-child(7) a{background:url(../images/menu.png)no-repeat 0rem -5.5rem;background-size:16%;}
header .pop-nav li:nth-child(1) .active{background:url(../images/menu1.png)no-repeat 0rem .3rem;background-size:16%;color: #ec1c24;}
header .pop-nav li:nth-child(2) .active{background:url(../images/menu1.png)no-repeat 0rem -.65rem;background-size:16%;color: #ec1c24;}
header .pop-nav li:nth-child(3) .active{background:url(../images/menu1.png)no-repeat 0rem -1.6rem;background-size:16%;color: #ec1c24;}
header .pop-nav li:nth-child(4) .active{background:url(../images/menu1.png)no-repeat 0rem -4.6rem;background-size:16%;color: #ec1c24;}
header .pop-nav li:nth-child(5) .active{background:url(../images/menu1.png)no-repeat 0rem -2.6rem;background-size:16%;color: #ec1c24;}
header .pop-nav li:nth-child(6) .active{background:url(../images/menu1.png)no-repeat 0rem -3.6rem;background-size:16%;color: #ec1c24;}
header .pop-nav li:nth-child(7) .active{background:url(../images/menu1.png)no-repeat 0rem -5.5rem;background-size:16%;color: #ec1c24;}

footer{height:.99rem;}
footer p{color:#999999;padding:.1rem;margin-top:-.08rem;font-size:.22rem;}
footer .bom{position:fixed;bottom:0;z-index:9998;width:100%;height:.99rem;border-top:1px solid #E1E9FD;background:#fff;}
footer ul{padding-top:.02rem;display:flex;justify-content:space-around;}
footer ul li{text-align:center;width:1.5rem;}
footer li img{width:.46rem;height:.46rem;margin-top:.1rem;}
footer li:nth-child(3) p{margin-top:-.42rem;position: relative;}
footer li:nth-child(3) img{width:.9rem;height:.9rem;display: block;margin: auto;position: relative;bottom: 20px;}
footer li:nth-child(4) img{width:.5rem;}


.main1 ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;text-align: center;}
.main1 ul li{width:2.2rem;height:1.6rem;border-radius:.06rem;background: #FFFBFB;padding: .22rem;}
.main1 ul li img{width: .61rem;height: .61rem;}
.main1 ul li h3{color: #222222;font-size:.26rem;padding-top: .18rem;font-weight: 400;}

.index-product h2 a{float: right;color: #EC1C24;font-size: .24rem;padding-top: .1rem;}
.index-product ul{white-space: nowrap;/*文本不会换行，文本会在在同一行上继续*/overflow-y:auto;/*可滑动 */padding-left: .05rem;padding-top: .3rem;}
/*自定义滚动条的伪对象选择器, CSS 可以隐藏滚动条*/
.index-product ul::-webkit-scrollbar{display: none;}
.index-product ul li{width:3.08rem;height:4rem;background: #FFF;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);display: inline-block;border-radius:.08rem;margin-right:.15rem;text-align: center;}
.index-product ul li img{width: 3.08rem;height:2.05rem;border-radius:.08rem;}
.index-product ul li h3{font-size:.26rem;color:#222222;padding-top: .15rem;font-weight: 400;}
.index-product ul li p{line-height:.34rem;font-size:.20rem;color:#666666;padding:.06rem .2rem;width: 3.08rem;white-space: normal;}
.index-product ul li a{padding:.1rem .4rem;background: #FF0000;border-radius: 4px;color: #FFFFFF;font-size: .2rem;}

.youshi .container{background: #F8F1F3;border-radius: .12rem;width: 94%;padding-top: .6rem;}
.youshi ul{display: flex;justify-content: space-between;flex-wrap: wrap;padding: .5rem .2rem 0rem .2rem;}
.youshi ul li{width:3.2rem;height:1.2rem;margin-bottom: .5rem;}
.youshi ul li img {width:.84rem;height:.94rem;float: left;}
.youshi ul li h3 {color: #000;font-size: .26rem;padding-left: 1.05rem;font-weight: 500;}
.youshi ul li p{font-size:.2rem;color:#555555;padding-top: .05rem;padding-left: 1.05rem;line-height: .34rem;}

.main4 .container{background:url(../images/main4-bg.png)no-repeat;width: 94%;background-size: 100%;padding-top: .6rem;border-radius: .12rem;height: 12.9rem;}
.main4 .title-sty h2,.main4 .title-sty p{color:#fff;}
.main4 ul{display: flex;justify-content: space-around;flex-wrap: wrap;}
.main4 ul li{width:6.36rem;height:1.5rem;background-color: rgba(255, 255, 255, 0.07);margin-bottom: .18rem;padding: .2rem;}
.main4 ul li img {width:.86rem;height:.86rem;float: left;margin-top: .1rem;}
.main4 ul li h3 {color: #FFFFFF;font-size: .28rem;padding-left: 1rem;font-weight: 500;}
.main4 ul li p{font-size:.18rem;color:#E8E8E8;padding-top: .05rem;padding-left: 1rem;line-height: .32rem;}

.product-list ul{display: flex;justify-content: space-around;flex-wrap: wrap;padding-top: .4rem;}
.product-list ul li{width:6.8rem;height:6.8rem;box-shadow:2px 2px 9px 0px rgba(0, 0, 0, 0.04);margin-bottom: .3rem;text-align: center;}
.product-list ul li img {width:6.8rem;height:4.5rem;}
.product-list ul li p{font-size:.28rem;color:#333333;padding-top: .2rem;}
.product-list ul li span{font-size:.24rem;color:#666666;display: block;padding:.2rem;line-height:.32rem;margin-bottom: .1rem;}
.product-list ul li a{background:#ec1c24;color:#FFF;border-radius:5px;padding: .1rem .6rem;}

.zizhi{margin: auto;text-align: center;background: url(../images/zizhi-bg.png) no-repeat center;height: 14rem;}
.zizhi .paizhao{width: 7rem;text-align: center;margin-top: .2rem;}
.zizhi .text{text-align: center;font-size: .26rem;color: #555555;line-height: .4rem;padding: .3rem;}
.zizhi p{text-align: center;font-size: .26rem;padding-top: .3rem;color: #222222;}
.zizhi .payment{width: 5.96rem;height: 1.32rem;text-align: center;margin-top: .4rem;margin-bottom: .3rem;}
.zizhi .bank{width: 6.9rem;height: 1.6rem;/*background: #FFFFFF;*/margin-left: .3rem;padding-top: .25rem;}
.zizhi .bank img{width: 6.63;height: 1.17rem;}

.news{padding-bottom: .2rem;}
.news ul{padding-top: .3rem;}
.news ul li{padding:.2rem .1rem;border-bottom:1px solid #eee;}
.news ul li img{width:2.25rem;height:1.5rem;}
.news ul li div{width:4.45rem;}
.news ul li h3{margin-bottom:.05rem;color:#222222;font-size:.3rem;font-weight: 400;height: 1.1rem;}
.news ul li span{display:block;overflow:hidden;color:#666666;line-height:.32rem;font-size: .22rem;}
.news ul li .Infor1_txt{display: flex;justify-content: space-between;padding-top: .1rem;}
.news ul li .Infor1_txt span{color: #999999;font-size: .2rem;}

.good{height:12.4rem;}
.good ul{width:100%;margin:auto;display:flex;flex-wrap:wrap;}
.good li{height:4.6rem;width:3.28rem;box-shadow:2px 2px 9px 0px rgba(0, 0, 0, 0.04);margin-bottom: .5rem;}
.good ul li img{width: 3.28rem;height:2.17rem; }
.good p{height:.6rem;text-align:center;line-height:.6rem;background-size:100%;font-size:.28rem;color:#387BE9;padding: 0rem .2rem;}
.good span{height:.9rem;display:block;font-size:.21rem;color:#666666;padding: 0rem .3rem;text-align: center;}

.cpxq_title{background-color:#FFFFFF;height: 2rem;border-bottom: .1rem solid #f1f1f1;padding-left: .2rem;}
.cpxq_title>ul{height:.34rem;padding-top: .3rem;}
.cpxq_title>ul>li{display:inline-block;float: left;}
.cpxq_title>ul>li:first-child{color:#ec1c24;font-size: .3rem;margin-left: .2rem;}
.cpxq_title>ul>li:last-child{color:#F33132;font-size: .3rem;text-align: center;margin-left:.2rem;}
.cpxq_title>p{color:#666666;font-size: .24rem;clear: left;padding: .12rem .16rem 0px .2rem;line-height: .42rem;}

.details_top{width: 90%;margin: auto;height: 100%;margin-top: .3rem;margin-bottom: .3rem;}
.details_top .shuxing{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: .15rem;border-bottom:solid .01rem #EEEEEE;margin: .1rem .2rem;padding-bottom: .2rem;}
.details_top .dtitle{font-size:.32rem;color:#FFF;background:url(../images/tj-bg.png)no-repeat;background-size: 100%;height: .52rem;width: 1.67rem;padding-left: .1rem;}
.details_top .shuxing li{color:#33333;font-size: .26rem;width:3rem;line-height: .6rem;}
.details_top .shuxing li:last-child{width: 7rem;}
.details_top .shuxing li span{color:#ec1c24;}
.details_top p{color: #333333;font-size: .26rem;margin: .2rem .2rem;}
.details_top p span{color: #333333;font-size: .28rem;line-height: .6rem;}
.details_top p img{width: .28rem;margin-top: .17rem;margin-left: .12rem;}

.details_bottom{margin: auto;border-top:solid .1rem #EEEEEE;background: #fff;}
.details_bottom .dtitle{font-size:.32rem;color:#FFF;background:url(../images/tj-bg.png)no-repeat;background-size: 100%;height: .52rem;width: 1.67rem;padding-left: .1rem;margin-left: .4rem;margin-top: .3rem;}
.d_r_content{width: 100%;}
.cpxq{display:block;padding: 0.3rem .55rem;margin-bottom: .6rem;}
.cpxq img{width:880px;display:block;}

/*代理政策*/
.cpys{background: #F9F9F9;}
.cpys ul{display: flex;justify-content: space-around;flex-wrap: wrap;text-align: center;padding-top: .2rem;}
.cpys ul li{margin:.3rem 0rem;overflow:hidden;width:3.5rem;height:2.5rem;text-align: center;}
.cpys ul li img{width: 1.02rem;height:1.02rem;}
.cpys ul li .btitle{color: #333333;font-size:.28rem;line-height:.6rem;padding-top: .1rem;}
.cpys ul li p{color: #666666;font-size:.2rem;line-height:.35rem;padding:0px .4rem;}

.dlys ul{display: flex;justify-content: space-around;flex-wrap: wrap;text-align: center;}
.dlys ul li{margin:.1rem 0rem;overflow:hidden;width:3.28rem;height:3.11rem;box-shadow:2px 2px 9px 0px rgba(0, 0, 0, 0.04);border-radius: 5px;}
.dlys ul li img{width: 3.28rem;height:1.5rem;}
.dlys ul li .btitle{color: #333333;font-size:.28rem;line-height:.4rem;padding-top:8px;}
.dlys ul li p{color: #666666;font-size:.2rem;line-height:.35rem;padding:.1rem .3rem;}

.liucheng{background: #F9F9F9;}
.liucheng ul{display: flex;justify-content: space-around;flex-wrap: wrap;text-align: center;}
.liucheng ul li{width:1.75rem;height:3.5rem;}
.liucheng ul li img{width: 1.06rem;height:1.06rem;}
.liucheng ul li .btitle{color: #333333;font-size:.28rem;line-height:.6rem;padding-top: .1rem;}
.liucheng ul li p{color: #666666;font-size:.22rem;line-height:.4rem;}

.zhengce .table{height:7rem;border-color: #E1E1E1;margin-bottom: .3rem;margin-top: .4rem;}
.zhengce .table tr td{border-color:#E1E1E1;color:#333;text-align: center;}
.zhengce .sty2{width:1.4rem;font-size: .2rem;}
.zhengce .sty3{font-size: .22rem;background: #E1E1E1;}
.zhengce .sty4{width:.8rem;font-size: .18rem;}
.zhengce .sty5{width:1rem;font-size: .18rem;}

.download .container{width: 100%;margin: auto;}
.download ul{height:3rem;}
.download ul li{width:2.2rem;height:1rem;line-height: 1rem;background:rgba(250,250,250,1);text-align: center;font-size: .26rem;color: #666666;border-bottom:1px solid rgba(237,237,237,1);border-left:1px solid rgba(237,237,237,1);}
.download .tab-l{width: 2.2rem;float: left;}
.download .d_content{width: 5.3rem;height:6.3rem;float: left;}
.download .d_content .flex-between{display: grid;grid: 2.5rem/2.5rem 0.5rem;justify-content: center;justify-items: center;align-items: center;}
.download .content{display:none;padding: .3rem 0.2rem;}
.download .content .ewm{display: grid;grid: 2.1rem .4rem/2.1rem;align-items: center;justify-items: center;box-shadow:0.05rem 0.05rem 0.2rem rgba(0,0,0,.3)}
.download .content .ewm img{width: 1.8rem;height: 1.8rem;}
.download .content .ewm h2{font-size: .32rem;}
.download .content .ewm p{font-size: .26rem;margin-bottom: .2rem;}
.download .content .ewm a{border:1px solid #2361E6;border-radius:.3rem;padding:.1rem .2rem;font-size: .26rem;background: #2361E6;color: #FFF;}
.download .r1{display:block;}
#hz_active {background: #FFFFFF;color: #ec1c24;}

.article{padding-bottom: .6rem;}
.article ul{padding:0 .25rem;}
.article ul li{padding:.2rem 0;border-bottom:1px solid #eee;}
.article ul li img{width:2.26rem;height:1.52rem;}
.article ul li div{width:4.5rem;}
.article ul li p{margin-bottom:.05rem;color:#333;font-size:.26rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.article ul li span{display:block;overflow:hidden;color:#666666;line-height:.32rem;font-size: .22rem;padding-right:0rem;}
.article ul li .Infor1_txt{display: flex;justify-content: space-between;padding-top: .1rem;}
.article ul li .Infor1_txt span{color: #999999;font-size: .2rem;}
.article-title{margin:.25rem;border-bottom: 1px solid #ec1c24;}
.article-title a{width:2rem;height:.65rem;line-height:.65rem;text-align:center;border-top:1px solid #ec1c24;border-left:1px solid #ec1c24;border-right:1px solid #ec1c24;border-radius:.1rem .1rem 0 0;font-size: .3rem;color:#ec1c24;}
.article-title .active{background:#ec1c24;color:#ffffff;}

/*免费领取*/
.from{height: 12rem;background:url(../images/from-bg.png) no-repeat;background-size:100%;}/*box-shadow:0px 0px 5px 1px #2990FD;*/
.from ul{width:6.8rem;height:8.6rem;  background: #FFFFFF;border-radius:.1rem;position: absolute; left: 0;right: 0;margin: 3rem auto;}
.from li{width:5.58rem;height:1rem;margin:0.4rem;background:#FFFFFF;font-size: .28rem;}
.from li div{display:inline-block;width:1.6rem;padding-left: .05rem;}
.from li span{color: red;font-size: .4rem;vertical-align: middle;padding-left: .05rem;}
.from input{width:6rem;height:0.65rem;outline:none;padding-left: .2rem;border:1px solid rgba(204,204,204,1);}
.from li:last-child{border:none;padding-top: 1.2rem;}
.from li button{display:block;width:6rem;height:0.8rem;margin:auto;line-height:.8rem;background:#ec1c24;color:#fff;border:none;outline:none;border-radius:.1rem;font-size: .32rem;}
.free-bg img{position: fixed;bottom: 0;z-index: 9998;}
.from .ck{font-size: .22rem;height: .3rem;line-height: .3rem;width: 1.9rem;float: left;margin: 0.12rem .1rem;color: #666666;}
.from .ck input{width:.2rem;vertical-align: middle;margin-right: .1rem;}
.from .ck:last-child {padding-top: 0rem;}


.lxwm{margin: .4rem 0;}
.lxwm .til p:nth-child(1){width:3.8rem;margin:auto;padding-top:.4rem;}
.lxwm .til p:nth-child(2){width:3.5rem;position:absolute;left: 0;right: 0rem; margin: auto;top:4.25rem}
.lxwm .til p:nth-child(3){font-size:14px;margin:auto;color:#999999;padding-top:.5rem;}
.lxwm .til a{display: block;width: 3.6rem;height: .76rem;line-height:.76rem;background:#ec1c24;color: #fff;text-align: center;margin: auto;border-radius:1rem;font-size:.34rem;margin-top:.2rem;}

.article{width:100%;margin:auto;padding:.3rem 0 0rem;}
.article h2{margin:.15rem 0;font-size: .32rem;}
.article span a{color:#ec1c24;font-size: .22rem;}
.article span {font-size:.22rem;padding-right:.4rem;}
.article_cont{width:92%;margin:auto;overflow:hidden;text-align: center;}
.article_cont p{margin:.3rem auto;}
.article article{margin-top: .3rem;text-align: left;}
.article-lingqu{margin:auto;padding:0rem .3rem;height:100%;color:#333;margin-bottom:1rem;}
.article-lingqu ul li {line-height:.5rem;font-size: .26rem;color:#666666;}
.article-lingqu ul li a{color:#666666;font-size: .26rem;}

.pro_tag {border-top: .1rem solid #F2F2F2;line-height: .6rem;padding:.2rem .3rem;}
.pro_tag .detail-title::before {position: relative;margin: -2px .12rem -2px .01rem;content: "";display: inline-block;width: 2px;height: .28rem;background:#ec1c24;border-radius: .2rem;}
.pro_tag div {font-size: .3rem;color: #ec1c24;}
.pro_tag a {font-size: .26rem;color: #ec1c24;padding-right: .3rem;border: 1px solid #ec1c24;border-radius: .5rem;padding: .08rem .2rem;}

.xg-news {border-top: .1rem solid #F2F2F2;padding:.2rem .3rem;font-size: .3rem;}
.xg-news .detail-title::before {position: relative;margin: -2px .12rem -2px .01rem;content: "";display: inline-block;width: 2px;height: .28rem;background:#ec1c24;border-radius: .2rem;}
.xg-news ul{margin-top: .1rem;margin-bottom: .3rem;}
.xg-news ul li{padding:.2rem 0;border-bottom:1px solid #eee;}
.xg-news ul li img{width:2.26rem;height:1.52rem;}
.xg-news ul li div{width:4.4rem;}
.xg-news ul li p{margin-bottom:.05rem;color:#333333;font-size:.28rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.xg-news ul li span{display:block;overflow:hidden;color:#666666;line-height:.32rem;font-size: .22rem;}
.xg-news ul li .Infor1_txt{display: flex;justify-content: space-between;padding-top: .1rem;}
.xg-news ul li .Infor1_txt span{color: #999999;font-size: .2rem;}

.news-nav div {width:100%;margin-bottom:.3rem;overflow:hidden;height: auto;border-bottom: .01px solid #EEEEEE}
.news-nav span {color: #000000;padding-left: .2rem;font-size:.16rem;}
.news-nav div a {margin-right:.1rem;padding: 0px .16rem;text-align:center;display:inline-block;color: #666666;font-size:.28rem;border-radius:5px;}
.news-nav div a.active {color:#ec1c24;}
.news-nav i {margin-right:5px;}
.news-nav p a {color:#444;}
.news-nav .open{color:#ec1c24;width: 1.3rem;}
.news-nav .open img {vertical-align: middle;margin-top: -2px;margin-left: 2px;width: 25%;}
 .tag-all{position: absolute;margin-top: 1rem;display: none;background: #FFF;padding-bottom: 0.3rem;}
 .news-nav .tag-all a {padding:.12rem .25rem;background:#F3F3F3;margin: .1rem;border-radius:5px;text-align:center;display:inline-block;color: #666666;font-size:.26rem;}
 .news-nav .tag-all a.active{background:#ec1c24;color:#ffffff;}

.news .more{display:block;font-size:.26rem;text-align:center;margin-top:.4rem;color:#ec1c24;}
.article .more {display: block;width: 2.2rem;height: .6rem;line-height: .5rem;border: 1px solid #ec1c24;border-radius: 0.4rem;font-size: .24rem;text-align: center;margin: .5rem auto;color: #ec1c24;background: #fff;}

/*加载特效*/
.animation.srcospcur {-moz-transform: translate(0,0px);-o-transform: translate(0,0px);-webkit-transform: translate(0,0px);transform: translate(0,0px);opacity: 1;transition: 1.3s;-webkit-transition: 1.3s;-moz-transition: 1.3s;-ms-transition: 1.3s;-o-transition: 1.3s;}
.animationL.srcospcur {-moz-transform: translate(0,0px);-o-transform: translate(0,0px);-webkit-transform: translate(0,0px);transform: translate(0,0px);opacity: 1;transition: 1.3s;-webkit-transition: 1.3s;-moz-transition: 1.3s;-ms-transition: 1.3s;-o-transition: 1.3s;}
.animationR.srcospcur {-moz-transform: translate(0,0px);-o-transform: translate(0,0px);-webkit-transform: translate(0,0px);transform: translate(0,0px);opacity: 1;transition: 1.3s;-webkit-transition: 1.3s;-moz-transition: 1.3s;-ms-transition: 1.3s;-o-transition: 1.3s;}
.animationT.srcospcur {-moz-transform: translate(0,0px);-o-transform: translate(0,0px);-webkit-transform: translate(0,0px);transform: translate(0,0px);opacity: 1;transition: 1.3s;-webkit-transition: 1.3s;-moz-transition: 1.3s;-ms-transition: 1.3s;-o-transition: 1.3s;}
.animation {-moz-transform: translate(0,80px);-o-transform: translate(0,80px);-webkit-transform: translate(0,80px);transform: translate(0,80px);opacity: 0;}
.animationL {-moz-transform: translate(-80px,0);-o-transform: translate(-80px,0);-webkit-transform: translate(-80px,0);transform: translate(-80px,0);opacity: 0;}
.animationR {-moz-transform: translate(80px,0);-o-transform: translate(80px,0);-webkit-transform: translate(80px,0);transform: translate(80px,0);opacity: 0;}
.animationT {-moz-transform: translate(0,-80px);-o-transform: translate(0,-80px);-webkit-transform: translate(0,-80px);transform: translate(0,-80px);opacity: 0;}

#art img {width:100%;height: 100%;}
#art img {margin:auto;display:block;}

.eject {display:none;text-align:center;padding-top:.5rem;background:url(../images/wxkf-bg.png)no-repeat;background-size:100%;width:70%;height: 100%;margin-left: 1.1rem;position:fixed;top:3rem;z-index:999;}
.eject li {color: #FFF;}
.eject li:nth-child(2){margin-top: 2rem;}
.eject li:nth-child(2) img{width:2.5rem;border-radius: .2rem;}

.eject2 {display:none;text-align:center;padding-top:.5rem;background:url(../images/wxkf-bg2.png)no-repeat;background-size:100%;width:70%;height: 100%;margin-left: 1.1rem;position:fixed;top:7.2rem;z-index:999;}
.eject2 li:nth-child(1) {color:#666666;font-size:.3rem;margin-top: 1.06rem;font-weight: normal;}
.eject2 .copy{color:#AF6911;font-size: .3rem;}
.eject2 li:nth-child(2){margin-top: .36rem;}
.eject2 li:nth-child(2) a{font-size: .26rem;color:#ffe9b8;}
.close {width: .5rem;position: absolute;right: -.2rem;top: -.8rem;z-index: 992;}
.mask {z-index:990;display:none;background:rgba(0,0,0,0.8);width:100%;height: 100%;position:fixed;left:0;top:0;}

