@charset "utf-8";
/*公共样式 start*/
body,div,h1,p,h2,header,ul,li,dl,dt,dd,ol,nav,input,footer,table,tbody{ margin:0; padding:0; font-size: 10px;}
body{width: 100%; color:#333; font-family: "microsoft arial"; margin: 0 auto; background: #fff;position: relative;}
body,html{ height:auto;-webkit-touch-callout: none;-webkit-user-select:none;}
input,button,select,textarea{outline:none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;}
a {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;
    -o-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    outline-style:none;
}
div,a,img,button,input,textarea{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -moz-tap-highlight-color:rgba(255,255,255,0);
    -ms-tap-highlight-color:rgba(255,255,255,0);
    -o-tap-highlight-color:rgba(255,255,255,0);
}
img{-webkit-tap-highlight-color:transparent;}
@media screen and (max-width:479px){
}
@media screen and (min-width:480px) and (max-width:639px){
}
@media screen and (min-width:640px) and (max-width:719px){
}
@media screen and (min-width:720px){
}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0;font-family: "microsoft yahei";}
ul,li{ list-style:none;}
html{-webkit-text-size-adjust:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
img{border:none;  vertical-align:middle; width:100%;}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both;}
.clearfix{ *zoom:1;}
input{ font-family:Arial, Helveetica, sans-serif;}
a{ text-decoration:none;}
a:hover{ text-decoration:none;color:#fff;}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both;}
.clearfix{ *zoom:1;}
/*----------------header start----------------------*/
header{
    width: 100%;
    height: 1rem;
    overflow: hidden;
}
.list{
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    border-bottom: 1px solid #e5e5e5;
}
.list li{
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    text-align: center;
    padding: .15rem 0;
}
.list li a{
    display: block;
    margin: 0 auto;
    width: 60%;
    font-size: .45rem;
    line-height: .7rem;
    font-family: "s";
    color: #959595;
    background: #fff;
    border: 1px solid #959595;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    border-radius: .6rem;
}
.list li a.hover{
    color: #fff;
    background: #de4341;
    border: 1px solid #de4341;
}
@-moz-document url-prefix() {
    .list li{
        width: 25%;
        float: left;
    }
}
/*-------------------------------section start---------------------------------*/
section{
    width: 100%;
    height: auto;
}
.banner{
    width: 100%;
    height: auto;
}
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.erweima{
    width: 100%;
    height: auto;
    background: #b53d3f;
}
.erweima li{
    width: 100%;
    height: auto;
}
.erweima li img{
    display: block;
    width: 60%;
    padding: .4rem 20%;
}
.erweima li p{
    text-align: center;
    font-size: .3rem;
    font-family: "microsoft yahei";
    color: #ffffff;
    padding-bottom: .4rem;
}
.foot_cont{
    width: 100%;
    height: auto;
}
.foot_cont img{
    display: block;
    width: 50%;
    margin: .5rem auto .5rem;
}
.totop{
    display: block;
    width: 1rem;
    height: 1rem;
    position: fixed;
    z-index: 1;
    bottom: 1.8rem;
    right: .2rem;
}
.totop img{
    width: 100%;
}

.ftheight {
    height: 1.1rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    height: 1.1rem;
}

.ftlogo {
    display: block;
    width: .68rem;
    height: .68rem;
    position: absolute;
    left: .3rem;
    margin: .2rem auto;
    z-index: 1;
    background: url(../../images/zhinengchaogu/ftlogo.png) no-repeat center center;
    background-size: .68rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    border-radius: .1rem;
}

.ftcontent {
    margin-left: 1.3rem;
}

.ftcontent h2 {
    padding-top: .15rem;
    font-size: .32rem;
    font-weight: 400;
    color: #df4242;
}

.ftcontent p {
    font-size: .28rem;
    font-weight: 400;
}

.ftbtn {
    display: block;
    width: 1.5rem;
    height: .68rem;
    border: none;
    background: #df4242;
    font-size: .28rem;
    color: #ffffff;
    font-family: "microsoft yahei";
    text-align: center;
    margin: .2rem auto;
    line-height: .68rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    border-radius: .1rem;
    position: absolute;
    right: .5rem;
    top: 0;
}
.downloadbtn{
    position: absolute;
    height: 100%;
    width: 33%;
    right: 0;
}

.alertcover {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
}

.alertcover img{
    display: inline-block;
    width: 70%;
    height: auto;
    position: fixed;
    right: 5%;
    margin-top: 5%;
    z-index: 999;
}

/*---------------------------downloadapp---------------------------------*/
.fot{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 1.1rem;
    background: #ccc;
    z-index: 2;
}
.sectionbg{
    width: 100%;
    height: 100%;
}
.downloadbg{
    display: block;
    width: 100%;
    height: auto;
    margin-top: -.28rem;
}
.yanzheng{
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.showcode {
    width: 100%;
    height: auto;
    position: relative;
}
.getbtn{
    font-family: "microsoft yahei";
    display: block;
    position: absolute;
    top: .15rem;
    z-index: 0;
    right: 1.2rem;
    background: #fd4242;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    width: 2.1rem;
    height: .6rem;
    font-size: .26rem;
    color: #ffffff;
    text-align: center;
    line-height: .6rem;
    border: none;
}
.listget{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.listget input:first-of-type{
    width: 68%;
    line-height: .88rem;
    height: .88rem;
    color: #df4242;
    font-family: "microsoft yahei";
    border: 1px solid #df4242;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    text-align: left;
    display: block;
    padding-left: .4rem;
    margin: .2rem auto 0;
    font-size: .34rem;
    font-weight: bolder;
}
input:disabled {
    -webkit-text-fill-color: rgba(0,0,0,1);
    -webkit-opacity: 1;
}
.downbtn{
    display: block;
    width: 60%;
    height: auto;
    border: none;
    margin: .4rem auto;
    background: none;
}
.listget button img{
    display: block;
    width: 100%;
    height: auto;
}
/*.listget .redbtn{
    background: #df4242;
}*/
/*placeholder字体颜色*/  
::-webkit-input-placeholder { /* WebKit browsers */  
    font-size: .36rem;
    color: #999;
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
    font-size: .36rem;
    color: #999;
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
    font-size: .36rem;
    color: #999;
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
    font-size: .36rem;
    color: #999;
}  
/*-------------------------new 3.0----------------------------*/
.banner1{
    width: 100%;
    height: 3.8rem;
    background: url(../../images/zhinengchaogu/bannerbg.png) no-repeat left center;
    background-size: 100% 100%;
}
.banner1left{
    display: block;
    width: 60%;
    margin-left: 6%;
    padding-top: 5%;
}
.animation1{
    -webkit-animation: fadeInRight .9s ease 1s both;
    -moz-animation: fadeInRight .9s ease 1s both;
    -ms-animation: fadeInRight .9s ease 1s both;
    -o-animation: fadeInRight .9s ease 1s both;
    animation: fadeInRight .9s ease 1s both;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


.banner1right{
    display: block;
    width: 38%;
    margin-top: 5%;
    position: absolute;
    right: 0;
    top: 1.1rem;
}
.animation2{
    -webkit-animation: fadeInLeft .8s ease 1s both;
    -moz-animation: fadeInLeft .8s ease 1s both;
    -ms-animation: fadeInLeft .8s ease 1s both;
    -o-animation: fadeInLeft .8s ease 1s both;
    animation: fadeInLeft .8s ease 1s both;
    opacity: 1;
    transform: none;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.ullists,.ullists1{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
}
.ullists li ,.ullists1 li{
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -ms-box-flex:1;
    -o-box-flex:1;
    box-flex:1;
    height: 1.8rem;
    width: 25%;
}
.animation4{
    -webkit-animation: fadeInLeft2 ease 1s both;
    -moz-animation: fadeInLeft2 ease 1s both;
    -ms-animation: fadeInLeft2 ease 1s both;
    -o-animation: fadeInLeft2 ease 1s both;
    animation: fadeInLeft2 ease 1s both;
}
.ullists li:nth-of-type(1){
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.ullists li:nth-of-type(2){
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.ullists li:nth-of-type(3){
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.ullists li:nth-of-type(4){
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.ullists1 li:nth-of-type(1){
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.ullists1 li:nth-of-type(2){
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.ullists1 li:nth-of-type(3){
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.ullists1 li:nth-of-type(4){
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit--transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.ullists li span ,.ullists1 li span{
    display: block;
    width: 1.36rem;
    height: 1.11rem;
    margin: .3rem auto;
}
.ullists li:nth-of-type(1) span{
    background: url(../../images/zhinengchaogu/secondpic1.png) no-repeat left center;
    background-size: 100% 100%;
}
.ullists li:nth-of-type(2) span{
    background: url(../../images/zhinengchaogu/secondpic2.png) no-repeat left center;
    background-size: 100% 100%;
}
.ullists li:nth-of-type(3) span{
    background: url(../../images/zhinengchaogu/secondpic3.png) no-repeat left center;
    background-size: 100% 100%;
}
.ullists li:nth-of-type(4) span{
    background: url(../../images/zhinengchaogu/secondpic4.png) no-repeat left center;
    background-size: 100% 100%;
}
.ullists1 li:nth-of-type(1) span{
    background: url(../../images/zhinengchaogu/secondpic5.png) no-repeat left center;
    background-size: 100% 100%;
}
.ullists1 li:nth-of-type(2) span{
    background: url(../../images/zhinengchaogu/secondpic6.png) no-repeat left center;
    background-size: 100% 100%;
}
.ullists1 li:nth-of-type(3) span{
    background: url(../../images/zhinengchaogu/secondpic7.png) no-repeat left center;
    background-size: 100% 100%;
}
.ullists1 li:nth-of-type(4) span{
    background: url(../../images/zhinengchaogu/secondpic8.png) no-repeat left center;
    background-size: 100% 100%;
}
.quicking{
    width: 100%;
    height: auto;
    background: #f6f6f6;
}
.quicking img{
    display: block;
    margin: 0 auto;
}
.quicking img:nth-of-type(1){
    width: 74%;
    height: auto;
    padding: .5rem 0 .8rem;
}
.animation3{
    -webkit-animation: pulse 1s ease .5s both;
    -moz-animation: pulse 1s ease .5s both;
    -ms-animation: pulse 1s ease .5s both;
    -o-animation: pulse 1s ease .5s both;
    animation: pulse 1s ease .5s both;
}
@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes pulse {
    0% {
        opacity: 0;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes pulse {
    0% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.quicking img:nth-of-type(2){
    width: 92%;
    height: auto;
    padding-bottom: .5rem;
}
.animation5{
    -webkit-animation: fadeInUp 1s ease 1s both;
    -moz-animation: fadeInUp 1s ease 1s both;
    -ms-animation: fadeInUp 1s ease 1s both;
    -o-animation: fadeInUp 1s ease 1s both;
    animation: fadeInUp 1s ease 1s both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


.allconts{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.allconts img{
    display: block;
    margin: 0 auto;
}
.allconts img:nth-of-type(1){
    width: 74%;
    height: auto;
    padding: .5rem 0 .8rem;
}
.allconts img:nth-of-type(2){
    width: 100%;
    height: auto;
    padding-bottom: .5rem;
}
.animation9{
    margin-top: -.8rem;
    -webkit-animation: fadeIndown9 1s ease-in .5s both;
    -moz-animation: fadeIndown9 1s ease-in .5s both;
    -ms-animation: fadeIndown9 1s ease-in .5s both;
    -o-animation: fadeIndown9 1s ease-in .5s both;
    animation: fadeIndown9 1s ease-in .5s both;
}
@-webkit-keyframes fadeIndown9 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes fadeIndown9 {
    0% {
        opacity: 0;
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeIndown9 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeIndown9 {
    0% {
        opacity: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIndown9 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.beauty{
    background: #B53D3F;
    width: 100%;
    height: auto;
}
.beauty>img:nth-of-type(1){
    display: block;
    margin: 0 auto;
    width: 74%;
    height: auto;
    padding: .5rem 0 .8rem;
}
.beautys{
    width: 100%;
    height: auto;
    position: relative;
}
.beautys img:nth-of-type(1){
    display: block;
    width: 65%;
    height: auto;
}
.animation7{
    -webkit-animation: fadeInleftl 1s ease 1s both;
    -moz-animation: fadeInleftl 1s ease 1s both;
    -ms-animation: fadeInleftl 1s ease 1s both;
    -o-animation: fadeInleftl 1s ease 1s both;
    animation: fadeInleftl 1s ease 1s both;
}
@-webkit-keyframes fadeInleftl {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInleftl {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        transform: none
    }
}
@-ms-keyframes fadeInleftl {
    0% {
        opacity: 0;
        -ms-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
    100% {
        opacity: 1;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInleftl {
    0% {
        opacity: 0;
        -o-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
    100% {
        opacity: 1;
        -o-transform: none;
        transform: none
    }
}
@keyframes fadeInleftl {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        -moz-transform: translate3d(0,50%,0);
        -ms-transform: translate3d(0,50%,0);
        -o-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}
.beautys img:nth-of-type(2){
    display: block;
    width: 70%;
    height: auto;
    position: absolute;
    margin-top: -3rem;
    right: 0;
}
.animation8{
    -webkit-animation: fadeInrightr 1.1s ease-out 1s both;
    -moz-animation: fadeInrightr 1.1s ease-out 1s both;
    -ms-animation: fadeInrightr 1.1s ease-out 1s both;
    -o-animation: fadeInrightr 1.1s ease-out 1s both;
    animation: fadeInrightr 1.1s ease-out 1s both;
}
@-webkit-keyframes fadeInrightr {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInrightr {
    0% {
        opacity: 0;
        -moz-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }
    100% {
        opacity: 1;
        -moz-transform: none;
        transform: none
    }
}
@-ms-keyframes fadeInrightr {
    0% {
        opacity: 0;
        -ms-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }
    100% {
        opacity: 1;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInrightr {
    0% {
        opacity: 0;
        -o-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }
    100% {
        opacity: 1;
        -o-transform: none;
        transform: none
    }
}
@keyframes fadeInrightr{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        -moz-transform: translate3d(50%,0,0);
        -ms-transform: translate3d(50%,0,0);
        -o-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}
/*---------------------swiper----------------------------*/
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-wrapper{
    width: 100%;
    height: auto;
    margin:0 auto;
}
.swiper-slide{
    width: 100%;
    height: auto;
    float: left;
}
.swiper-slide img{
    width: 92%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #cccccc;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    background: #df4242;
}

/*-------------------------微信 popup----------------------------*/
.weui_mask {
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.weui_dialog {
    position: fixed;
    z-index: 4;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fafafc;
    text-align: center;
    border-radius: 3px;
}

.weui_dialog_hd {
    padding: .35rem 0 .2rem;
    line-height: 1.6;
}

.weui_dialog_title {
    font-weight: 400;
    font-size: .36rem;
}

.weui_dialog_bd {
    padding: 0 .2rem;
    font-size: .32rem;
    color: #888;
}

.weui_dialog_ft {
    position: relative;
    line-height: .84rem;
    margin-top: .4rem;
    font-size: .36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.weui_btn_dialog.primary {
    color: #0bb20c;
}

.weui_dialog_ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #3cc51f;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.weui_dialog_ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.names{
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 2.8rem;
}
.names h2{
    font-size: .36rem;
    text-align: center;
    color: #333333;
}
.names p{
    font-size: .3rem;
    font-size: .3rem;
    text-align: center;
    color: #999999;
    padding-top: .2rem;
}

/*----------------------------加载中-----------------------------*/
.weui-mask_transparent{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 7.6em !important;
    min-width: auto !important;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -3.8em !important;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}

.weui-icon_toast.weui-loading {
  margin: 30px 0 0 !important;
  width: 38px !important;
  min-width: auto !important;
  height: 38px !important;
  vertical-align: baseline;
}

.weui-toast__content {
    margin: 0 0 15px !important;
    color: #fff;
}

.weui-loading {
  width: 20px !important;
  min-width: auto !important;
  height: 20px !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
  animation: weuiLoading 1s steps(12, end) infinite;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
  background-size: 100%;
}

@-webkit-keyframes weuiLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes weuiLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}
/*-------------------------------*/
.accont_box {
    width: 100%;
    height: auto;
    padding-bottom: .4rem;
}
.acliucheng {
    width: 2.8rem;
    height: auto;
    display: block;
    margin: .4rem auto .2rem;
}
.accont_box p {
    width: 86%;
    margin: 0 auto;
    color: #333333;
    font-size: .28rem;
    line-height: .48rem;
}
