/*预加载*/
#loading{
    background-color: #35203b;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 300px;
    margin-top: -25px;
    margin-left: -150px;

}
.object{
    width: 18px;
    height: 18px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: object 1s infinite;
    animation: object 1s infinite;
}
.object:last-child {
    margin-right: 0px;
}

.object:nth-child(9){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.object:nth-child(8){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.object:nth-child(7){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.object:nth-child(6){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.object:nth-child(5){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(3){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.object:nth-child(2){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes object{
    0%{
        opacity: .5;
    }
    50% {
        -ms-transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px);
        transform: translate(0,-50px);
        opacity: 1;
    }
    100%{
        opacity: .5;
    }
}
@keyframes object{
    0%{
        opacity: .5;
    }
    50% {
        -ms-transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px);
        transform: translate(0,-50px);
        opacity: 1;
    }
    100%{
        opacity: .5;
    }
}



/*头部*/
header{
    width: 100%;
    height: 860px;
    background-image: url("../img/banner-top.jpg");
}
header .h-wrap{
    height: 100%;
    position: relative;
}
header .h-wrap>div{
    position: absolute;
    text-align: center;
    width: 100%;
}
header .h-wrap .flower{
    left: 0;
    top: 8%;
}
header .h-wrap .flower i{
    display: inline-block;
    width: 800px;
    height: 675px;
    background-image: url("../img/top-flower.png");

    animation: ani_flower 10s infinite;
}
header .h-wrap .logo{
    left: 0;
    bottom: 5%;
}
header .h-wrap .logo i{
    display: inline-block;
    width: 780px;
    height: 432px;
    background-image: url("../img/logo.png");
    animation: bright_ness 2s infinite;
}
header .h-wrap .slogan{
    left: 0;
    bottom: 5%;
}
header .h-wrap .slogan i{
    display: inline-block;
    width: 750px;
    height: 107px;
    background-image: url("../img/slogon.png");
}

@keyframes bright_ness {
    0%{
        filter: brightness(.8);
    }
    50%{
        filter: brightness(1.1);
    }
    100%{
        filter: brightness(.8);
    }
}

@keyframes ani_flower {
    0%{
        opacity: .8;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    50%{
        opacity: 1;
        filter: brightness(1.2);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100%{
        opacity: .8;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
}


/*内容*/
.content{
    width: 100%;
}

/*内容section1*/
.section1{
    position: relative;
    width: 100%;
    height: 910px;
    background-image: url("../img/bg-section1.jpg");
}
.section1 .s1-line{
    width: 100%;
    position: absolute;
    height: 10px;
    background-image: url("../img/s1-linetop.png");
    top: 0;
    left: 0;

}
.section1 .s1-wrap{
    position: relative;
}
.section1 .s1-wrap .sl-title{
    width: 100%;
    text-align: center;
    padding-top: 80px;
}
.section1 .s1-wrap .sl-title i{
    display: inline-block;
    width: 620px;
    height: 94px;
    background-image: url("../img/s1-title.png");
}
.section1 .s1-wrap .s1-input{
    width: 100%;
    margin-top: 60px;
}
.section1 .s1-wrap .s1-input #box{
    margin: 0 auto;
    width: 954px;
    height: 520px;
    background-image: url("../img/s1-form.png");
    padding: 80px 100px;
    font-size: 35px;
    color: #ffe49b;
}
.s1-input #box .phone{}
.s1-input #box .phone label{
    width: 20%;
    height: 40px;
    vertical-align: middle;
}
.s1-input #box .phone input{
    width: 60%;
    background-color: #444541;
    padding: 0 20px;
    font-size: 24px;
    height: 40px;
    vertical-align: middle;
}
.s1-input #box .btn{
    width: 100%;
    text-align: center;
}
.s1-input #box .btn button{
    width: 386px;
    height: 70px;
    background-image: url("../img/s1-btn.png");
    margin-top: 35px;
}
.s1-input #box .share{
    margin-top: 35px;
    padding-top: 24px;
    font-size: 35px;
    border-top: 1px solid #cbc98c;
}
.s1-input #box .share .download{}
.s1-input #box .share .download span{
    display: inline-block;
    height: 50px;
    vertical-align: middle;
}
.s1-input #box .share .download a{
    display: inline-block;
    width: 232px;
    height: 50px;
    vertical-align: middle;
    background-image: url("../img/s1-download.png");
}
.s1-input #box .share .like{
    margin-top: 10px;
}
.s1-input #box .share .like span{
    height: 40px;
    vertical-align: middle;
    margin-right: 12px;
}
.time{
	
}
.s1-input #box .share .like a{
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/s1-share.png");

}
.s1-input #box .share .like a:nth-child(2){
    background-position: left top;
    width: 130px;
    height: 36px;

}
.s1-input #box .share .like a:nth-child(3){
    background-position: -143px 0;
    width: 106px;
    height: 36px;
}
.s1-input #box .share .like a:nth-child(4){
    background-position: -260px 0;
    width: 148px;
    height: 36px;
}

.section1 .s1-role{
    position: absolute;
    right: 16%;
    bottom: 0;
    width: 365px;
    height: 795px;
    background-image: url("../img/s1-role.png");
}

.section2{
    width: 100%;
    height: 905px;
    background-image: url("../img/bg-section2.jpg");
}
.section2 .s2-wrap{}
.section2 .s2-wrap .s2-title{
    text-align: center;
    padding-top: 75px;
}
.section2 .s2-wrap .s2-title i{
    display: inline-block;
    width: 626px;
    height: 100px;
    background-image: url("../img/s2-title.png");
}
.section2 .s2-wrap .s2-list{
    width: 100%;
    margin-top: 130px;
    position: relative;
}
.section2 .swiper-container{
    width: 100%;
    height: 330px;
}
.section2 .swiper-container .swiper-wrapper{

}
.section2 .swiper-container .swiper-wrapper .swiper-slide{}
.section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main{
    width: 260px;
    height: 320px;
    background-image: url("../img/s2-msgbg.png");
    margin: 0 auto;
    padding: 70px 40px;
    color: #edf2e0!important;
    position: relative;
}
/*.section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main::before{*/
    /*content: ' ';*/
    /*position: absolute;*/
    /*width: 26px;*/
    /*height: 1px;*/
    /*bottom: 30px;*/
    /*background-color: #faf2b9;*/
/*}*/
.section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main p.sm-msg{
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
}
.section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main p.sm-nickname{
    position: absolute;
    right: 30px;
    bottom: 40px;
    font-size: 20px;
    color: #f1dba0;
}
.section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main p.sm-nickname span{
    position: relative;
}
.section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main p.sm-nickname span::before{
    content: '';
    position: absolute;
    background-color: #faf2b9;
    height: 1px;
    width: 15px;
    top: 50%;
    left: calc(-100% + 15px);
}

/*左右箭头*/
.s2-list .swiper-button-next,
.s2-list .swiper-button-prev{
    top: -14%;
    width: 130px;
    height: 50px;
    background-size: contain;
}
.s2-list .swiper-button-prev{
    right: 0px;
}
.s2-list .swiper-button-prev{
    /*background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);*/

    background-image: url("../img/s2-btn-pre.png");
    outline: transparent;
}
.s2-list .swiper-button-prev:active{
    outline: transparent;
}
.s2-list .swiper-button-next{
    background-image: url("../img/s2-btn-next.png");
    outline: transparent;
}
.s2-list .swiper-button-next:active{
    outline: transparent;
}
/*.s2-list .swiper-button-prev,*/
/*.s2-list .swiper-container-rtl .swiper-button-next{*/
    /*right: 130px;*/
/*}*/
.s2-list .swiper-button-next,
.s2-list .swiper-container-rtl .swiper-button-next{
    right: 130px;
    left: auto;
}
.s2-list .swiper-button-prev,
.s2-list .swiper-container-rtl .swiper-button-next{
    left: auto;
    right: 2px;
}


.section2 .s2-wrap .s2-msgbtn{
    width: 100%;
    margin-top: 40px;
}
.section2 .s2-wrap .s2-msgbtn .btn-text{
    text-align: center;
}
.section2 .s2-wrap .s2-msgbtn .btn-text i{
    display: inline-block;
    width: 578px;
    height: 55px;
    background-image: url("../img/s2-btntext.png");
}
.section2 .s2-wrap .s2-msgbtn .modal-btn{
    margin: 0 auto;
    width: 616px;
    height: 86px;
    background-image: url("../img/s2-btn.png");
}
.section2 .s2-wrap .s2-msgbtn .modal-btn:hover{
    cursor: pointer;
}
/*modal*/
.section2 .s2-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    /*overflow: hidden;*/
    display: none;
}
.section2 .s2-modal .modal-main{

}
.section2 .s2-modal .modal-main .mm-msg{
    padding-top: 10%;
    width: 100%;
    position: relative;
}
.section2 .s2-modal .modal-main .mm-msg p{
    width: 100%;
    text-align: center;
}
.section2 .s2-modal .modal-main .mm-msg .mm-title{
    font-size: 50px;
}
.section2 .s2-modal .modal-main .mm-msg form{
    margin: 20px auto 0;
    width: 980px;
    height: 484px;
    background-image: url("../img/s2-bg-modal.png");
    padding: 50px 150px;
}
.section2 .s2-modal .modal-main .mm-msg form div label{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    vertical-align: middle;
    width: 12%;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
}
.section2 .s2-modal .modal-main .mm-msg form div input,
.section2 .s2-modal .modal-main .mm-msg form div textarea{
    background-color: #342b2b;
    border:1px solid rgba(221,192,114,.6);
    font-size: 20px;
}
.section2 .s2-modal .modal-main .mm-msg form .nickname{
    margin-bottom: 0px;
}
.section2 .s2-modal .modal-main .mm-msg form .nickname input{
    width: 80%;
    height: 50px;
}
.section2 .s2-modal .modal-main .mm-msg form .msg{}
.section2 .s2-modal .modal-main .mm-msg form .msg textarea{
    width: 80%;
    height: 200px;
    vertical-align: text-top;
}
.section2 .s2-modal .modal-main .mm-msg form .submit{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.section2 .s2-modal .modal-main .mm-msg form .submit input{
    width: 475px;
    height: 65px;
    background-image: url("../img/s2-btn-modal.png");
    background-color:transparent;
    border: none;
}
.section2 .s2-modal .modal-main .mm-msg .modal-close{
    position: absolute;
    height: 54px;
    width: 54px;
    top: 12%;
    right: 10px;
}
.section2 .s2-modal .modal-main .mm-msg .modal-close i{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../img/icon-close.png");
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section2 .s2-modal .modal-main .mm-msg .modal-close:hover i{
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section3{
    width: 100%;
    height: 1560px;
    background-image: url("../img/bg-s3.jpg");
}
.section3 .s3-wrap{

}
.section3 .s3-wrap .scommon-title{
    padding-top: 60px;
    width: 100%;
    text-align: center;
}
.section3 .s3-wrap .scommon-title i{
    display: inline-block;
    width: 826px;
    height: 260px;
    background-image: url("../img/s3-title.png");
}
.section3 .s3-wrap .s3-content{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.section3 .s3-wrap .s3-content i{
    display: inline-block;
    width: 740px;
    height: 1080px;
    background-image: url("../img/s3-award.png");
}

.section4{
    width: 100%;
    height: 910px;
    background-image: url("../img/bg-s4.jpg");
}
.section4 .s4-wrap{}
.section4 .s4-wrap .scommon-title i{
    width: 626px;
    height: 209px;
    background-image: url("../img/s4-title.png");
}
.section4 .s4-wrap .s4-content{

}
.section4 .s4-wrap .s4-content .appo-num{
    margin-top: 60px;
}
.section4 .s4-wrap .s4-content .appo-num p{
    text-align: center;
    font-size: 30px;
}
.section4 .s4-wrap .s4-content .appo-num p span{
    font-size: 56px;
    color: #ff6d59;
}
.section4 .s4-wrap .s4-content .appo-copy{
    width: 768px;
    height: 86px;
    margin: 0 auto;
    background-image: url("../img/s4-linkcopy.png");
}
.section4 .s4-wrap .s4-content .appo-copy input{
    font-size: 20px;
    color: #ffffff;
    height: 100%;
    width: 68%;
    vertical-align: middle;
}
.section4 .s4-wrap .s4-content .appo-copy span{
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 30%;
    /*background-color: #fff;*/
}
.section4 .s4-wrap .s4-content .appo-copy span:hover{
    cursor: pointer;
}

.section4 .s4-wrap .s4-content .appo-done{
    width: 100%;
    margin-top: 40px;
}
.section4 .s4-wrap .s4-content .appo-done ul{
    width: 890px;
    height: 270px;
    background-color: rgba(67,47,50,.8);
    margin: 0 auto;
    padding: 15px 0;
}
.section4 .s4-wrap .s4-content .appo-done ul li{
    float: left;
    width: 25%;
}
.section4 .s4-wrap .s4-content .appo-done ul li .li-wrap{

}
.section4 .s4-wrap .s4-content .appo-done ul li .li-wrap .pic{
    width: 80%;
    height: 200px;
    margin: 0 auto;
    background-image: url("../img/s4-award1.png");
}
.section4 .s4-wrap .s4-content .appo-done ul li:nth-child(1) .li-wrap .pic{
    background-image: url("../img/s4-award1.png");
}
.section4 .s4-wrap .s4-content .appo-done ul li:nth-child(2) .li-wrap .pic{
    background-image: url("../img/s4-award2.png");
}
.section4 .s4-wrap .s4-content .appo-done ul li:nth-child(3) .li-wrap .pic{
    background-image: url("../img/s4-award3.png");
}
.section4 .s4-wrap .s4-content .appo-done ul li:nth-child(4) .li-wrap .pic{
    background-image: url("../img/s4-award4.png");
}
.section4 .s4-wrap .s4-content .appo-done ul li .li-wrap p{
    width: 80%;
    margin: 0 auto;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #444541;
    font-size: 20px;
    color: #feeaea;
	cursor:pointer;
}
.reach_off{ display: block;}
.reach_on{ display:none;}
.section4 .s4-wrap .s4-content .appo-done ul li.active .li-wrap p{
    color: #fee8a3;
    background-color: #5c6148;
}

.section5{
    width: 100%;
    height: 910px;
    background-image: url("../img/bg-s5.jpg");
}
.section5 .s5-wrap{}
.section5 .s5-wrap .scommon-title i{
    width: 626px;
    height: 162px;
    background-image: url("../img/s5-title.png");
}
.section5 .s5-wrap .s5-content{
    width: 100%;
}
.section5 .s5-wrap .s5-content .num{
    font-size: 36px;
    color: #444541;
    margin-top: 45px;
}
.section5 .s5-wrap .s5-content .num p{
    text-align: center;
}
.section5 .s5-wrap .s5-content .num p span{}
.section5 .s5-wrap .s5-content .reach{
    width: 100%;
}
.section5 .s5-wrap .s5-content .reach ul{
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.section5 .s5-wrap .s5-content .reach ul li{
    width: 24%;
    height: 240px;
    margin-bottom: 20px;
    display: inline-block;
}
.section5 .s5-wrap .s5-content .reach ul li .li-wrap{
    position: relative;
    width: 250px;
    height: 100%;
    margin: 0 auto;
}

.section5 .s5-wrap .s5-content .reach ul li.active .li-wrap::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../img/icon-true.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}
.section5 .s5-wrap .s5-content .reach ul li .li-wrap .pic{
    width: 100%;
    height: 100%;
    background-image: url("../img/s5-reach1.png");
}
.section5 .s5-wrap .s5-content .reach ul li.active .li-wrap .pic{
    filter: brightness(.7);
}
.section5 .s5-wrap .s5-content .reach ul li:nth-child(1) .li-wrap .pic{
    background-image: url("../img/s5-reach1.png");
}
.section5 .s5-wrap .s5-content .reach ul li:nth-child(2) .li-wrap .pic{
    background-image: url("../img/s5-reach2.png");
}
.section5 .s5-wrap .s5-content .reach ul li:nth-child(3) .li-wrap .pic{
    background-image: url("../img/s5-reach3.png");
}
.section5 .s5-wrap .s5-content .reach ul li:nth-child(4) .li-wrap .pic{
    background-image: url("../img/s5-reach4.png");
}
.section5 .s5-wrap .s5-content .reach ul li:nth-child(5) .li-wrap .pic{
    background-image: url("../img/s5-reach5.png");
}
.section5 .s5-wrap .s5-content .reach ul li:nth-child(6) .li-wrap .pic{
    background-image: url("../img/s5-reach6.png");
}
.section5 .s5-wrap .s5-content .reach ul li:nth-child(7) .li-wrap .pic{
    background-image: url("../img/s5-reach7.png");
}

.section6{
    width: 100%;
    height: 960px;
    background-image: url("../img/s6-bg1.jpg");
}
.section6 .s6-wrap{
    height: 100%;
    position: relative;
}
.section6 .s6-wrap .scommon-title i{
    width: 626px;
    height: 100px;
    background-image: url("../img/s7-title.png");
}
.section6 .s6-wrap .s6-content{
    position: absolute;
    width: 100%;
    height: 750px;
    bottom: 0;
    left: 0;
    padding: 0 50px;
}
.section6 .s6-wrap .s6-content .con-left{
    width: 585px;
    height: 100%;
    position: relative;
}
.section6 .s6-wrap .s6-content .con-left .role{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section6 .s6-wrap .s6-content .con-left .role1{
    background-image: url("../img/s6-role1.png");
}
.section6 .s6-wrap .s6-content .con-left .role-eyes{
    background-image: url("../img/s6-role-closeeyes.png");
    /*animation: aniCloseeyes 2s 1 ease-in-out;*/
    /*display: none;*/
}
.section6 .s6-wrap .s6-content .con-left .role-clothes{
    background-image: url("../img/s6-role-clothess.png");
}

@keyframes aniCloseeyes {
    0%{
        /*display: none;*/
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.section6 .s6-wrap .s6-content .con-right{
    width: 515px;
    height: 100%;
    position: relative;
}
.section6 .s6-wrap .s6-content .con-right .r-explain{
    position: absolute;
    width: 565px;
    height: 95px;
    right: 0;
    top: 12%;
    background-image: url("../img/s6-explain.png");
}
.section6 .s6-wrap .s6-content .con-right .r-labber{
    position: absolute;
    width: 230px;
    height: 190px;
    top: 40%;
    right: 40%;
}
.section6 .s6-wrap .s6-content .con-right .r-labber .water{
    position: relative;
    width: 100%;
    height: 100%;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.section6 .s6-wrap .s6-content .con-right .r-labber .water.active{
    animation: aniShake .5s infinite;
}
.section6 .s6-wrap .s6-content .con-right .r-labber .water .icon-water{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../img/s6-icon-water.png");

    /*transition: all .2s;*/
}
.section6 .s6-wrap .s6-content .con-right .r-labber .water .icon-water.active{
    transform: rotate(-60deg);
}
.section6 .s6-wrap .s6-content .con-right .r-labber .water .icon-plate{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/s6-icon-plate.png");
    z-index: 9999;
}

@keyframes aniShake {
    0%{
        transform: rotate(5deg);
    }
    25%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(-5deg);
    }
    75%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.section6 .s6-wrap .s6-content .con-right .btn-labber{
    position: absolute;
    width: 630px;
    right: 0;
    bottom: 10%;
}
.section6 .s6-wrap .s6-content .con-right .btn-labber p{
    width: 100%;
    font-size: 30px;
    color: #454641;
    text-align: center;
}
.section6 .s6-wrap .s6-content .con-right .btn-labber p span{
    color: #e87a4a;
    font-weight: 700;
}
.section6 .s6-wrap .s6-content .con-right .btn-labber button{
    width: 616px;
    height: 86px;
    background-image: url("../img/s6-labber.png");
}


.section7{
    width: 100%;
    height: 910px;
    background-image: url("../img/s7-bg.jpg");
}
.section7 .s7-wrap{}
.section7 .s7-wrap .scommon-title i{
    width: 626px;
    height: 100px;
    background-image: url("../img/s7-title.png");
}

.section7 .s7-wrap .s7-content{
    width: 100%;
    position: relative;
    padding-top: 70px;
}
.section7 .s7-wrap .s7-content .con-main{
    width: 100%;
    text-align: center;
}
.section7 .s7-wrap .s7-content .con-main i{
    display: inline-block;
    width: 860px;
    height: 524px;
    background-image: url("../img/s7-attention.png");
}
.section7 .s7-wrap .s7-content .con-role{
    position: absolute;
    right: -20%;
    top: 5px;
}
.section7 .s7-wrap .s7-content .con-role i{
    display: inline-block;
    width: 600px;
    height: 740px;
    background-image: url("../img/s7-rolepng.png");
}

footer{
    width: 100%;
    height: 100px;
    background-color: #100f0d;
}
footer .footer-wrap{
    height: 100%;
    background-image: url("../img/footer.jpg");
}



@media (max-width: 1679px) and (min-width: 1024px){
    .section1 .s1-role{
        right: 0;
    }
}
@media (max-width: 1919px) and (min-width: 1680px){
    .section1 .s1-role{
        right: 0;
    }
}

/*手机适配*/
@media screen and (max-width: 1024px) {
    header{
        height: 6.67rem;
        background-image: url("../img/m-banner.jpg");
    }
    header .h-wrap .logo i{
        width: 100%;
    }
    header .h-wrap .slogan i{
        width: 100%;
        height: 1.8rem;
        background-image: url("../img/m-solgan.png");
    }

    .section1{
        background-image: url("../img/m-s1-bg.jpg");
        height: 6rem;
    }
    .section1 .s1-role{
        height: 3.75rem;
        width: 55%;
        right: 0;
    }
    .section1 .s1-wrap .sl-title{
        padding-top: .2rem;
    }
    .section1 .s1-wrap .sl-title i{
        width: 100%;
        height: .6rem;
    }

    .section1 .s1-wrap .s1-input{
        margin-top: 2rem;
        position: relative;
        z-index: 999;
    }
    .section1 .s1-wrap .s1-input #box{
        width: 100%;
        height: 3rem;
        padding: .3rem .2rem;
        -webkit-background-size: cover;
        background-size: cover;
        font-size: .35rem;

    }
    .s1-input #box .phone label{
        width: 25%;
        height: .4rem;
        line-height: .4rem;
        display: inline-block;
        font-size: .14rem;
    }
    .s1-input #box .phone input{
        height: .3rem;
        padding: 0 .1rem;
        font-size: .14rem;
        line-height: .3rem;
    }
    .s1-input #box .btn button{
        margin-top: .2rem;
        width: 70%;
        height: .35rem;
    }
    .s1-input #box .share{
        margin-top: .1rem;
        padding-top: .1rem;
        font-size: .14rem;
    }
    .s1-input #box .share .download span{
        height: .3rem;
        line-height: .3rem;
    }
    .s1-input #box .share .download a{
        height: .3rem;
        width: 1.2rem;
        margin-left: .2rem;
    }

    .s1-input #box .share .like span{
        height: .3rem;
        line-height: .3rem;
        display: inline-block;
        width: 30%;
    }
    .section1 .s1-role{
        bottom: 24%;
    }
    .s1-input #box .share .like a{
        background-size: contain;
        background-position: 0 0;
    }
    .s1-input #box .share .like a:nth-child(2){
        background-image: url("../img/s1-icondownload1.png");
        width: .68rem;
        height: .19rem;
        background-position: 0 0;
    }
    .s1-input #box .share .like a:nth-child(3){
        background-image: url("../img/s1-icondownload2.png");
        width: .54rem;
        height: .19rem;
        background-position: 0 0;
    }
    .s1-input #box .share .like a:nth-child(4){
        background-image: url("../img/s1-icondownload3.png");
        width: .75rem;
        height: .19rem;
        background-position: 0 0;
    }

    .section2{
        height: 5rem;
        background-image: url("../img/m-s2-bg.jpg");
    }
    .section2 .s2-wrap .s2-title{
        padding-top: .2rem;
        width: 100%;
    }
    .section2 .s2-wrap .s2-title i{
        width: 100%;
        height: .6rem;
    }
    .section2 .s2-wrap .s2-list {
        margin-top: .3rem;
    }
    .section2 .swiper-container{
        height: 2rem;
    }

    .section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main{
        width: 1.52rem;
        height: 1.82rem;
        -webkit-background-size: contain;
        background-size: contain;
        padding: .3rem .25rem;
    }
    .section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main p.sm-msg{
        font-size: .12rem;
        -webkit-line-clamp:6;
    }
    .section2 .swiper-container .swiper-wrapper .swiper-slide .slide-main p.sm-nickname{
        right: .3rem;
        bottom: .2rem;
        font-size: .14rem;
    }
    .s2-list .swiper-button-next, .s2-list .swiper-button-prev{
        top: auto;
        width: .67rem;
        height: .28rem;
        bottom: -15%;
    }
    .s2-list .swiper-button-prev, .s2-list .swiper-container-rtl .swiper-button-next{
        /*right: auto;*/
        right: calc(50% - .67rem);
    }
    .s2-list .swiper-button-next, .s2-list .swiper-container-rtl .swiper-button-next{
        right: auto;
        left: calc(50% - .67rem);;
    }
    .section2 .s2-wrap .s2-msgbtn{
        margin-top: .6rem;
    }
    .section2 .s2-wrap .s2-msgbtn .btn-text i{
        width: 90%;
        height: .4rem;
    }
    .section2 .s2-wrap .s2-msgbtn .modal-btn{
        width: 90%;
        height: .4rem;
    }
    /*modal*/
    .section2 .s2-modal .modal-main .mm-msg{
        margin-top: 20%;
    }
    .section2 .s2-modal .modal-main .mm-msg .mm-title{
        font-size: .18rem;
    }
    .section2 .s2-modal .modal-main .mm-msg form{
        width: 100%;
        height: 2.6rem;
        -webkit-background-size: cover;
        background-size: cover;
        padding: .2rem .1rem;
    }
    .section2 .s2-modal .modal-main .mm-msg form div label{
        height: .3rem;
        line-height: .3rem;
        font-size: .14rem;
        margin-right: .1rem;
    }
    .section2 .s2-modal .modal-main .mm-msg form .nickname input{
        height: .3rem;
        line-height: .3rem;
    }
    .section2 .s2-modal .modal-main .mm-msg form .msg textarea{
        height: 1rem;
    }
    .section2 .s2-modal .modal-main .mm-msg form .submit input{
        width: 90%;
        height: .6rem;
    }
    .section2 .s2-modal .modal-main .mm-msg .modal-close{
        top: auto;
        bottom: -25%;
        right: calc(50% - (.27rem));
    }
    .section3{
        height: 7rem;
    }
    .section3 .s3-wrap .scommon-title{
        padding-top: .2rem;
    }
    .section3 .s3-wrap .scommon-title i{
        width: 100%;
        height: 1.15rem;
    }
    .section3 .s3-wrap .s3-content{
        margin-top: .2rem;
    }
    .section3 .s3-wrap .s3-content i{
        width: 90%;
        height: 4.9rem;
    }
    .section4{
        height: 6.5rem;
        background-image: url("../img/m-s4-bg.jpg");
    }
    .section4 .s4-wrap{
        position: relative;
        height: 1.2rem;
    }
    .section4 .s4-wrap .scommon-title i{
        height: 1.2rem!important;
    }
    .section4 .s4-wrap .s4-content{
        position: relative;
        height: 1.2rem;
    }
    .section4 .s4-wrap .s4-content .appo-num{
        position: absolute;
        bottom: -228%;
        width: 100%;
    }
    .section4 .s4-wrap .s4-content .appo-num p{
        width: 95%;
        font-size: .14rem;
        text-align: right;
        line-height: 1.2;
    }

    .section4 .s4-wrap .s4-content .appo-copy{
        position: absolute;
        width: 90%;
        height: .45rem;
        bottom: -260%;
        left: 5%;
    }
    .section4 .s4-wrap .s4-content .appo-copy input{
        font-size: .12rem;
    }
    .section4 .s4-wrap .s4-content .appo-done ul{
        width: 68%;
        height: 2.8rem;
        padding: .15rem 0;
        float: right;
        margin-top: .4rem;
    }
    .section4 .s4-wrap .s4-content .appo-done ul li{
        width: 50%;
        margin-bottom: .1rem;
    }
    .section4 .s4-wrap .s4-content .appo-done ul li .li-wrap .pic{
        width: 80%;
        height: 1rem;
    }
    .section4 .s4-wrap .s4-content .appo-done ul li .li-wrap p{
        width: 80%;
        height: .2rem;
        line-height: .2rem;
        font-size: .14rem;
    }

    .section5{
        height: 8rem;
    }
    .section5 .s5-wrap .s5-content .num{
        font-size: .3rem;
        margin-top: .2rem;
    }
    .section5 .s5-wrap .s5-content .reach{
        width: 100%;
    }
    .section5 .s5-wrap .s5-content .reach ul{
        width: 100%;
    }
    .section5 .s5-wrap .s5-content .reach ul li{
        width: 49%;
        height: 1.2rem;
        margin-bottom: .2rem;
    }
    .section5 .s5-wrap .s5-content .reach ul li .li-wrap{
        width: 100%;
    }

    .section6{
        height: 5.5rem;
    }
    .section3 .s3-wrap .scommon-title i{
        height: 1.1rem;
    }
    .section6 .s6-wrap .s6-content{
        height: 3.53rem;
        padding: 0;
    }

    .section6 .s6-wrap .s6-content .con-left{
        width: 100%;
    }
    .section6 .s6-wrap .s6-content .con-left .role{
        left: -30%;
    }
    .section6 .s6-wrap .s6-content .con-right{
        position: absolute;
    }
    .section6 .s6-wrap .s6-content .con-right{
        width: 100%;
    }
    .section6 .s6-wrap .s6-content .con-right .r-explain{
        height: .6rem;
        width: 100%;
        top: -22%;
    }
    .section6 .s6-wrap .s6-content .con-right .r-labber{
        width: .8rem;
        height: .7rem;
        right: 3%;
    }
    .section6 .s6-wrap .s6-content .con-right .btn-labber{
        width: 100%;
        bottom: 5%;
    }
    .section6 .s6-wrap .s6-content .con-right .btn-labber p{
        font-size: .18rem;
    }
    .section6 .s6-wrap .s6-content .con-right .btn-labber button{
        width: 100%;
        height: .4rem;
    }

    .section7{
        height: 4.2rem;
    }
    .section7 .s7-wrap .s7-content .con-role{
        display: none;
    }
    .section7 .s7-wrap .s7-content{
        padding-top: .0rem;
    }
    .section7 .s7-wrap .s7-content .con-main i{
        height: 2.3rem;
        width: 100%;
    }

    footer{
        height: .5rem;
    }

}