.bannerBottom{
    background: #f7f7f7;
}
.bannerBottom li{
    width: 50%;
    float: left;
    text-align: center;
    padding: 2.5rem 0;
}
.bannerBottom li:nth-child(1){
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(2){
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(3){
    border-right: 1px solid #ebebeb;
}
.bannerBottom li h3{
    font-size: 1.6rem;
    font-weight: normal;
    color: #333;
}
.bannerBottom li p{
    font-size: 1.0rem;
    color: #666;
}

/*课程*/
.bannerBottomKc{
    padding: 0rem 1rem 2rem;
    border-bottom: 1px solid #ededed;
}
.bannerBottomKc li{
    float: left;
    width: 25%;
    padding: 1rem 1rem;
}
.bannerBottomKc li a{
    display: block;
    text-align: center;
}
.bannerBottomKc li a>img{
    max-width:100%;
    display: inline-block;
}
.bannerBottomKc li a p{
    color: #333;
    font-size: 1.4rem;
}


/*part2*/
.part2{
    border-bottom: 1px solid #ededed;
}
.p2Cont li{
    float: left;
    width: 33.33%;
    padding: 0;
}
.p2Cont li a{
    display: block;
    text-align: center;
}
.p2Cont li a p{
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 0.3rem;
}
.p2Cont li a img{
    max-width:80%;
    display: inline-block;
}
.p2Tit{
    text-align: center;
}
.p2Tit span{
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0.3rem 1rem 0.2rem;
    border-radius: 1.4rem;
    background: #db2884;
    position: relative;
}
.p2Tit span:before, .p2Tit span:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 5rem;
    height: 0.1rem;
    background: #db2884;
    top:50%;
}
.p2Tit span:before{
    left: -5.5rem;
}
.p2Tit span:after{
    right: -5.5rem;
}
.p2Swiper{
    padding:2rem 0 0 0 ;

}
.p2Swiper .swiper-container{}
.p2Swiper .swiper-container .swiper-wrapper{}
.p2Swiper .swiper-container .swiper-slide{}
.p2Swiper .p2Div{
    padding: 0 1rem;
}
.p2Swiper .swiper-slide-active .p2Div{
    padding: 0 1rem;
}
.p2Swiper .p2Div > div{
    width: 90%;
    margin: auto;
}
.p2Swiper .p2Div img{
    width: 100%;
    height: auto;
    display: block;
    border-radius:1.2rem;
}
.p2Swiper .swiper-slide-active .p2Div > div{
    width: 100%;
}
.p2Swiper .swiper-slide .pop{
    text-align: center;
}

.p2Swiper .swiper-slide.swiper-slide-active .pop{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34%;
    background: rgba(222,41,134,0.8);
    border-radius: 0 0 1.2rem 1.2rem;
    text-align: center;
}
.p2Swiper .swiper-slide.swiper-slide-active .pop h3{
    opacity: 1;
    display: block;
    color: #fff;
    font-size: 2.0rem;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
}
.p2Swiper .swiper-slide.swiper-slide-active .pop .star{
    opacity: 1;
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1rem;
}
.p2Swiper .swiper-slide.swiper-slide-active .pop .star:after{
    content: '';
    display: inline-block;
    clear: both;
    height: 1.2rem;
    width: 8rem;
    background: url("../img/p2-icon.png") no-repeat left top;
    background-size: auto 100%;
}
.p2Swiper .swiper-slide.swiper-slide-active .pop .star.star2:after{
    width: 6rem;
}
.p2Swiper .swiper-slide.swiper-slide-active .pop .star.star3:after{
    width: 4.5rem;
}
.p2Swiper .swiper-slide .pop .slideStar{
    display: inline-block;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1;
}
.p2Swiper .swiper-slide .pop .slideStar:after{
    content: '';
    display: inline-block;
    clear: both;
    height: 1.2rem;
    width: 8rem;
    background: url("../img/p2-icon.png") no-repeat right top;
    background-size: auto 100%;
}

.p2Swiper .swiper-slide .pop h3,
.p2Swiper .swiper-slide .pop .star,
.p2Swiper .swiper-slide.swiper-slide-active .pop .slideStar
{
    opacity: 0;
    display: none;
}

/*****/
.all_screen{
    position: absolute;
    right: 0.5rem;
    width: 2.2rem;
    overflow: hidden;
    border: 1px solid #fff;
    color: #fff;
    z-index: 9;
    top: 50%;
    margin-top: -5rem;
    line-height: 1;
    text-align: center;
    height: 11rem;
    -webkit-display: flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.screen_pop{
    position: absolute;
    z-index: 10;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(34,34,34,0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.screen_pop > div{
    text-align: center;
}
.screen_pop .tit{
    color: #fff;
}
.screen_pop .tit h3{
    font-size: 2.4rem;
    color: #fff;
}
.screen_pop .tit p{
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem 1rem 3rem;
}
.screen_pop > div .open_screen{
    display:block;
    width: 60%;
    margin: auto;
    border: 1px solid #fff;
    font-size: 1.8rem;
    height: 4rem;
    line-height:3.8rem;
    border-radius: 2rem;
}


/*part4*/
.part4{
    border-bottom: 1px solid #ededed;
    padding-bottom: 2rem;
}
.part4 .ulBox{
    margin: 0 -0.5rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.part4 .ulBox li{
    width:50%;
    float: left;
    padding: 0 0.5rem;
}
.part4 .ulBox li>div img{
    width: 100%;
    height: auto;
    display: block;
}

.part4 .ulBox .delBox{
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: stretch;
    margin: 1rem 0;
}
.part4 .ulBox .delBox.even{
    margin-top: 0;
}
.part4 .ulBox .delBox .num{
    padding: 0 1rem;
    float: left;
    border:1px solid #dddddd;
    color: #de2986;
    position: relative;
}
.part4 .ulBox .delBox .num:before{
    content: '';
    display: block;
    width: 1.5rem;
    height: 1px;
    background: #de2986;
    position: absolute;
    top:-1px;
    left: 0.4rem;
}
.part4 .ulBox .delBox .delR{
    float: left;
    /*width: 70%;*/
    padding-left: 1rem;
}
.part4 .ulBox .delBox .delR h3{
    color: #333;
    font-size: 1.4rem;
}
.part4 .ulBox .delBox .delR p{
    font-size: 1.2rem;
    text-align: justify;
}

/*part5*/

.p5Swiper{
    margin-bottom: 3rem;
}
.p5Swiper .swiper-container{}
.p5Swiper .swiper-container .swiper-wrapper{}
.p5Swiper .swiper-container .swiper-slide{width: 100%;}
.p5Swiper .p6Div{
    width: 100%;
    position: relative;
    padding-bottom: 2.0rem;
}
.p5Swiper .p6Div:after{
    content: '';
    display: block;
    width: 90%;
    height: 90%;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
}
.p5Swiper .p6Div .imgDiv{
    width: 65%;
    position: relative;
    z-index: 2;
}
.p5Swiper .p6Div .imgDiv > img{
    width: 100%;
}
.p5Swiper .p6Del{
    position: absolute;
    right: 2rem;
    bottom:5rem;
    color: #fff;
    z-index: 3;
    width: 15rem;
    text-align: right;
}
.p5Swiper .p6Del h3{
    font-size: 2.8rem;

    text-shadow: 0 2px 5px rgba(0,0,0,0.3) ;
    text-align: right;
}
.p5Swiper .p6Del p{
    font-size: 1.4rem;
    margin-top: 0.5rem;


}
.p5Swiper .p6Del p:before{
    content: '';
    display: inline-block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    margin-top: 8px;

    position: absolute;
    left:8rem;
}
.p5Swiper .p6Div.p6Div_1:after{
    background: #001d26;
    border: 2px solid #0dc9ff;
}
.p5Swiper .p6Div.p6Div_1 .p6Del{ color: #0dc9ff;}
.p5Swiper .p6Div.p6Div_1 .p6Del p:before{ background: #0dc9ff;}


.p5Swiper .p6Div.p6Div_2:after{
    background: #160001;
    border: 2px solid #f7131a;
}
.p5Swiper .p6Div.p6Div_2 .p6Del{ color: #f7131a;}
.p5Swiper .p6Div.p6Div_2 .p6Del p:before{ background: #f7131a;}

.p5Swiper .p6Div.p6Div_3:after{
    background: #021919;
    border: 2px solid #00bbbe;
}
.p5Swiper .p6Div.p6Div_3 .p6Del{ color: #00bbbe;}
.p5Swiper .p6Div.p6Div_3 .p6Del p:before{ background: #00bbbe;}

.p5Swiper .p6Div.p6Div_4:after{
    background: #120d03;
    border: 2px solid #8fb5e5;
}
.p5Swiper .p6Div.p6Div_4 .p6Del{ color: #8fb5e5;}
.p5Swiper .p6Div.p6Div_4 .p6Del p:before{ background: #8fb5e5;}


.p5Swiper .p6Div.p6Div_5:after{
    background: #261300;
    border: 2px solid #a3121d;
}
.p5Swiper .p6Div.p6Div_5 .p6Del{ color: #a3121d;}
.p5Swiper .p6Div.p6Div_5 .p6Del p:before{ background: #a3121d;}



.p5Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom:-3rem;
    width: 100%;
    text-align: center;
}
.p5Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background:#d6d6d6;
    margin: 0 0.2rem;
    opacity: 0.8;
    cursor: pointer;
}
.p5Swiper .swiper-active-switch {
    width:2rem;
    background: #de2986;
}




/*part6*/
.p6Swiper{
    background: url("../img/p6Bg.jpg") no-repeat left 3rem;
    background-size: 100% auto;
}
.p6Swiper .swiper-container{}
.p6Swiper .swiper-container .swiper-wrapper{}
.p6Swiper .swiper-container .swiper-slide{width: 100%;}
.p6Swiper .p6Div{
    width: 100%;
    position: relative;
}
.p6Swiper .left{
    width: 44%;
    float: left;
    margin-left: 1.5rem;
}
.p6Swiper .left > img{
    width: 100%;
    display: block;
}

.p6Swiper .right{
    float: right;
    width: 50%;
    background: #f5f5f5;
    padding:3rem 1rem 1rem;
    position: relative;
    height:180px;
    overflow: hidden;
    box-shadow: -2px -1px 10px rgba(0,0,0,0.1);
}
.p6Swiper .right > span{
    position: absolute;
    left: 1rem;
    height: 2.0rem;
    line-height: 2.0rem;
    font-size: 1.2rem;
    top:0;
    color: #fff;
    background: #b5b7b9;
    padding: 0 1rem;
}
.p6Swiper .right h3{
    font-size: 2rem;
    color: #1a1a1a;
}
.p6Swiper .right h3.onlyLine{
    display: flex;
    align-items: center;

}
.p6Swiper .right h3 > span{
    font-weight: normal;
    padding-left: 0.5rem;
    color: #de2986;
    font-size: 1.0rem;
    display: inline-block;
    line-height: 1;
}
.p6Swiper .right h3 > span i{
    font-style: normal;
    display: block;
    padding-top: 0.2rem;
}
.p6Swiper .right p{
    font-size: 1.2rem;
    padding-top: 0.4rem;
    text-align: justify;
}

.p6Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom:0.5rem;
    width: 85%;
    text-align: right;
}
.p6Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background: rgba(255,255,255,0.5);
    margin: 0 0.2rem;
    opacity: 0.8;
    cursor: pointer;
}
.p6Swiper .swiper-active-switch {
    width:2rem;
    background: #fff;
}
/*part7*/
.part7{
    background: #f7f7f7;
}
.p7Swiper{
    margin-bottom: 3rem;
    padding-left: 1.5rem;
   /* padding-right: 1.5rem;*/
}
.p7Swiper .swiper-container{}
.p7Swiper .swiper-container .swiper-wrapper{}
.p7Swiper .swiper-container .swiper-slide{width: 100%;}
.p7Swiper .p7Div{
    width: 100%;
    position: relative;
    padding-bottom: 2.0rem;
}
.p7Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom:-1rem;
    width: 100%;
    text-align: center;
    left: -0.7rem;
}
.p7Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background:#d6d6d6;
    margin: 0 0.2rem;
    opacity: 0.8;
    cursor: pointer;
}
.p7Swiper .swiper-active-switch {
    width:2rem;
    background: #de2986;
}
.p7Swiper .p7Div > img{
    width:100%;
}
.p7Swiper .p7Div .lab{
    position: absolute;
    display: inline-block;
    border: 0.3rem solid #f7f7f7;
    background: #de2986;
    text-align: center;
    width: 7.5rem;
    height: 3rem;
    line-height: 2.4rem;
    font-size: 1.2rem;
    font-weight: bold;
    top:0;
    left: 0;
    color: #fff;
}
.p7Swiper .contDiv{
    width: 45%;
    position: absolute;
    top: 3.5rem;
    left: 0;
}
.p7Swiper .contDiv.contDiv_2{
    width: 48%;
}
.p7Swiper .contDiv .cont{
    display: inline-flex;
    flex-wrap: wrap;
}
.p7Swiper .contDiv .cont li{
    width: 33.33%;
    float: left;
    display: inline-block;
   /* padding: 0.3rem;*/
    position: relative;
    min-height: 40px;
}
.p7Swiper .contDiv .cont li .box{
 /*   background: #fff;
    padding:1rem 0;*/
    position: relative;
    z-index: 1;
   /* box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);*/
}
.p7Swiper .contDiv .cont li .box h3{
    font-size: 1.0rem;
    color: #3d3d3d;
    text-align: center;
    margin-top: -0.5rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p7Swiper .contDiv .cont li .box:before{
    content: '';
    display: block;
    clear: both;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/p7_icon.png") no-repeat left top;
    transform: scale(0.65);
}
.p7Swiper .contDiv .cont.cont_1 li:nth-child(1) .box:before{
    background: url("../img/p7_icon.png") no-repeat 0 0;
}
.p7Swiper .contDiv .cont.cont_1 li:nth-child(2) .box:before{
    background: url("../img/p7_icon.png") no-repeat -40px 0;
}
.p7Swiper .contDiv .cont.cont_1 li:nth-child(3) .box:before{
    background: url("../img/p7_icon.png") no-repeat -80px 0;
}
.p7Swiper .contDiv .cont.cont_1 li:nth-child(4) .box:before{
    background: url("../img/p7_icon.png") no-repeat -120px 0;
}
.p7Swiper .contDiv .cont.cont_1 li:nth-child(5) .box:before{
    background: url("../img/p7_icon.png") no-repeat -160px 0;
}
.p7Swiper .contDiv .cont.cont_1 li:nth-child(7) .box:before{
    background: url("../img/p7_icon.png") no-repeat -200px 0;
}


.p7Swiper .contDiv .cont.cont_2 li:nth-child(1) .box:before{
    background: url("../img/p7_icon.png") no-repeat 0 -40px;
}
.p7Swiper .contDiv .cont.cont_2 li:nth-child(2) .box:before{
    background: url("../img/p7_icon.png") no-repeat -40px -40px;
}
.p7Swiper .contDiv .cont.cont_2 li:nth-child(3) .box:before{
    background: url("../img/p7_icon.png") no-repeat -80px -40px;
}
.p7Swiper .contDiv .cont.cont_2 li:nth-child(4) .box:before{
    background: url("../img/p7_icon.png") no-repeat -120px -40px;
}
.p7Swiper .contDiv .cont.cont_2 li:nth-child(5) .box:before{
    background: url("../img/p7_icon.png") no-repeat -160px -40px;
}
.p7Swiper .contDiv .cont.cont_2 li:nth-child(7) .box:before{
    background: url("../img/p7_icon.png") no-repeat -200px -40px;
}
.p7Swiper .contDiv .cont.cont_2 li:nth-child(8) .box:before{
    background: url("../img/p7_icon.png") no-repeat -240px -40px;
}
.p7Swiper .contDiv .cont.cont_2 li:nth-child(9) .box:before{
    background: url("../img/p7_icon.png") no-repeat -280px -40px;
}



.p7Swiper .contDiv .cont.cont_3 li:nth-child(1) .box:before{
    background: url("../img/p7_icon.png") no-repeat 0 -80px;
}
.p7Swiper .contDiv .cont.cont_3 li:nth-child(2) .box:before{
    background: url("../img/p7_icon.png") no-repeat -40px -80px;
}
.p7Swiper .contDiv .cont.cont_3 li:nth-child(3) .box:before{
    background: url("../img/p7_icon.png") no-repeat -80px -80px;
}
.p7Swiper .contDiv .cont.cont_3 li:nth-child(4) .box:before{
    background: url("../img/p7_icon.png") no-repeat -120px -80px;
}
.p7Swiper .contDiv .cont.cont_3 li:nth-child(5) .box:before{
    background: url("../img/p7_icon.png") no-repeat -160px -80px;
}
.p7Swiper .contDiv .cont.cont_3 li:nth-child(7) .box:before{
    background: url("../img/p7_icon.png") no-repeat -200px -80px;
}
.p7Swiper .contDiv .cont.cont_3 li:nth-child(8) .box:before{
    background: url("../img/p7_icon.png") no-repeat -240px -80px;
}

.p7Swiper .contDiv .cont.cont_4 li:nth-child(1) .box:before{
    background: url("../img/p7_icon.png") no-repeat 0 -120px;
}
.p7Swiper .contDiv .cont.cont_4 li:nth-child(2) .box:before{
    background: url("../img/p7_icon.png") no-repeat -40px -120px;
}
.p7Swiper .contDiv .cont.cont_4 li:nth-child(3) .box:before{
    background: url("../img/p7_icon.png") no-repeat -80px -120px;
}
.p7Swiper .contDiv .cont.cont_4 li:nth-child(4) .box:before{
    background: url("../img/p7_icon.png") no-repeat -120px -120px;
}
.p7Swiper .contDiv .cont.cont_4 li:nth-child(5) .box:before{
    background: url("../img/p7_icon.png") no-repeat -160px -120px;
}
.p7Swiper .contDiv .cont.cont_4 li:nth-child(7) .box:before{
    background: url("../img/p7_icon.png") no-repeat -200px -120px;
}
.p7Swiper .contDiv .cont.cont_4 li:nth-child(8) .box:before{
    background: url("../img/p7_icon.png") no-repeat -240px -120px;
}

.p7Swiper .contDiv .cont.cont_5 li:nth-child(1) .box:before{
    background: url("../img/p7_icon.png") no-repeat 0 -160px;
}
.p7Swiper .contDiv .cont.cont_5 li:nth-child(2) .box:before{
    background: url("../img/p7_icon.png") no-repeat -40px -160px;
}
.p7Swiper .contDiv .cont.cont_5 li:nth-child(4) .box:before{
    background: url("../img/p7_icon.png") no-repeat -80px -160px;
}
.p7Swiper .contDiv .cont.cont_5 li:nth-child(5) .box:before{
    background: url("../img/p7_icon.png") no-repeat -120px -160px;
}
.p7Swiper .contDiv .cont.cont_5 li:nth-child(7) .box:before{
    background: url("../img/p7_icon.png") no-repeat -160px -160px;
}
.p7Swiper .contDiv .cont.cont_5 li:nth-child(8) .box:before{
    background: url("../img/p7_icon.png") no-repeat -200px -160px;
}

.p7Swiper .contDiv .cont.cont_6 li:nth-child(1) .box:before{
    background: url("../img/p7_icon.png") no-repeat 0 -200px;
}
.p7Swiper .contDiv .cont.cont_6 li:nth-child(2) .box:before{
    background: url("../img/p7_icon.png") no-repeat -40px -200px;
}
.p7Swiper .contDiv .cont.cont_6 li:nth-child(4) .box:before{
    background: url("../img/p7_icon.png") no-repeat -80px -200px;
}
.p7Swiper .contDiv .cont.cont_6 li:nth-child(5) .box:before{
    background: url("../img/p7_icon.png") no-repeat -120px -200px;
}
/*part8*/
.part8{
    padding-bottom: 2.5rem;
}
.p8Cont{}
.p8Cont li{
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0 1rem 1rem;
}
.p8Cont li .img_box{
    position: relative;
    display: inline-block;
}
.p8Cont li .img_box img{
    width: 100%;
    display: block;
}
.p8Cont li .icon{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}
.p8Cont li h3{
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 0 -1rem;
}
.p8Cont li .icon:before{
    content: '';
    display: block;
    clear: both;
    width: 4rem;
    height: 4rem;
    background: url("../img/p8_icon.png") no-repeat left -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(1) .icon:before{
    background-position: -0.2rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(2) .icon:before{
    background-position: -4.2rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(3) .icon:before{
    background-position:-8.1rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(4) .icon:before{
    background-position: -12rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(5) .icon:before{
    background-position: -16rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(6) .icon:before{
    background-position: -20.1rem -0.2rem;
    background-size: auto 100%;
}


/*表单*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url('../img/formBg.jpg') no-repeat center bottom #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.formPart .tit{
    margin-bottom: 1rem;
}
.form form{
    width:80%;
    margin: auto;
}
.form input[type="text"]{
    margin-top:1rem;
    width:100%;
    height:4.6rem;
    line-height: 4.6rem;
    display:block;
    text-indent:6rem;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;
}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone{
    background:url("../img/form-tag2.png") no-repeat 18px center;
}
.form-btn{
    margin-top:2rem;
}
.form-btn input[type="submit"]{
    float:right;
    width:100%;
    height:4.6rem;
    line-height:4.6rem;
    display:block;
    font-size:1.6rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#de2986;
    border-radius:0.3rem;
    border:none;
}


/*part9*/
.part9{
    background: #36374b;
    padding-bottom: 1rem;
}
.part9 h3{
    color: #fff;
}
.part9 .more{
    font-size: 1.8rem;
    color: #ffa902;
    font-weight: bold;
    position: absolute;
    bottom: 1.5rem;
    right:5rem;
    display: inline-block;
}
.part9 .more:before, .part9 .more:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
}
.part9 .more:before{
    bottom: -1rem;
    width: 130%;
    left: -15%;
    height: 0.2rem;
    background: #ffa902;
}
.part9 .more:after{
    left: 50%;
    width: 0;
    height: 0;
    border-width: 0.6rem;
    border-style: solid;
    border-color: transparent transparent #ffa902 transparent ;
    bottom: -1rem;
    margin-left: -0.3rem;
}


/*测一测*/

/*增加-测一测模块part2*/
.part2-aa .tit{padding-bottom: 1rem;}
.part2-aa .tit h3 span{
    color: #de2986;
    font-size: 2.2rem;
    display: block;
}


.part2-aa{ padding-bottom: 3.5rem; border-bottom: 1px solid #e5e5e5;max-width: 750px;
    margin: auto;
    overflow: hidden;}
.form-ce{ width:82%;margin: 0 auto;}
.form-ce .yes{ width: 100%; padding: 0rem 0rem 0.5rem; border-bottom: 1px solid #e5e5e5; margin-bottom: 1.5rem;  vertical-align: middle;}
.form-ce .yes p{width:12%;height:5rem; float: left; color:#de2986;font-size: 1.3rem;}
.form-ce .yes p>img{ width:1.95rem; height: 1.8rem; display: block;margin-left: 0.4rem;}
.form-ce .yes p:before{ background-position: 0 0;}
.form-ce .yes>dl{ width: 87%; float: right;display: flex; flex-wrap: wrap; align-content: space-between; justify-content: inherit;}
.form-ce .yes>dl>label{ font-size: 1.3rem;
    padding: 0.5rem  1.4rem; border:1px solid #e5e5e5; box-sizing: border-box; border-radius: 2rem; display:inline-block;
    margin-left: 1.5rem; margin-bottom: 1rem; cursor: pointer;position: relative;color: #666;}
.form-ce .yes>dl>label input{display: none;}
.form-ce .sj{ text-align: center; font-size: 1.9rem; color: #de2986; margin-bottom: 0.8rem;}
/*act点击*/

.act1{ color:#de2986 !important;   border:1px solid  #de2986 !important;}
.act1:after{ content: ''; background: url("../img/yes.png") no-repeat; background-size: 100%; display: block;
    width: 1.2rem; height: 1.2rem;
    position: absolute; top: -0.1rem; right: -0.2rem;}

.form-ce .pho{ border: 1px solid #bbb; border-radius: .5rem; padding: 1.5rem; font-size: 1.6rem; background-color: #fff;}
.form-ce .pho span>sub{ color: #de2986;position: relative;
    top: -0.5rem; left: -0.5rem; font-size: 1.6rem;}
.form-ce .pho>input.phone{ font-size: 1.6rem;  width: 60%; overflow: hidden; padding-left: 1rem; border:none;outline:none;}
.form-ce .submitBtn{ width: 100%; height: 5.5rem;background-color:#de2986; border-radius: .5rem; font-size: 2.3rem;color: #fff; margin-top: 1.5rem; cursor: pointer; border:none;}

/*input::-webkit-input-placeholder{ color: #bbb;}*/
/*input::-ms-input-placeholder{ color: #bbb;}*/
/*input::-moz-input-placeholder{ color: #bbb;}*/
@media screen and (max-device-width: 750px) {
    .form-ce .yes p{margin-top: 2rem;}
}
/*@media screen and (min-device-width: 751px) {*/
/*.part1 li:nth-child(4n){ margin-right:2.2rem;}*/
/*}*/


