
/*标题*/
h2.title{
    font-size: 0.4rem;
    text-align: center;
}
h2.title span{
    color: #f30000;
}
.title-line{
    width: 0.6rem;
    height: 0.04rem;
    background-color: #d1ab57;
    margin: 0.13rem auto 0.08rem;
}
.title-y{
    font-size: 0.36rem;
    color: #d1ab58;
    opacity: 0.5;
    text-align: center;
    text-transform: uppercase;
}

/*按钮*/
.section-btn-5 {
    display: block;
    width: 67%;
    height: 0.8rem;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #d1ab57;
    margin: 0 auto;
    color: #fff;
    border-radius: 0.4rem;
}
/*模块1*/
.row1{
    padding: 0.4rem 0 0.3rem;
    background-color: #ffecda;
}
.row1-swiper{
    margin-top: 0.24rem;
}
.row1-swiper .swiper-container{
    margin-left: 0.3rem;
}
.row1-pagination{
    position: relative;
    width: 92%;
    margin: 0.21rem auto 0;
}
.row1-pagination .swiper-pagination-progressbar{
    width: 100%;
    height: 0.08rem;
    left: 0;
    top: 0;
    border-radius: 0.2rem;
}
.row1-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #666666;
    border-radius: 0.2rem;
}
.row1 .swiper-slide{
    width: 1.8rem;
    margin-right: 0.1rem;
}
.row1 .slide-itmes-top{
    width: 100%;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0.3rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
}
.row1 .slide-items-bottom{
    padding: 0.25rem 0.1rem 0.16rem;
    text-align: center;
    background-color: #fff;
}
.row1 .slide-items-bottom .icon-money{
    width: 0.71rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.row1 .slide-items-bottom .money-txt1{
    font-size: 0.36rem;
    margin-top: 0.15rem;
}
.row1 .slide-items-bottom .money-line1{
    margin: 0.14rem auto;
    height: 0.02rem;
    width: 0.3rem;
}
.row1 .slide-items-bottom .money-txt2{
    font-size: 0.2rem;
}
.row1 .slide-items-bottom .money-line2{
    height: 1px;
    width: 100%;
    margin-top: 0.02rem;
}
.swiper-slide1 .slide-items-bottom{
    color: #ee999c
}
.swiper-slide1 .money-line1,.swiper-slide1 .money-line2{
    background-color: #ee999c;
}
.swiper-slide2 .slide-items-bottom{
    color: #94c6dc;
}
.swiper-slide2 .money-line1,.swiper-slide2 .money-line2{
    background-color: #94c6dc;
}
.swiper-slide3 .slide-items-bottom{
    color: #b1ce88;
}
.swiper-slide3 .money-line1,.swiper-slide3 .money-line2{
    background-color: #b1ce88;
}
.swiper-slide4 .slide-items-bottom{
    color: #e7a677;
}
.swiper-slide4 .money-line1,.swiper-slide4 .money-line2{
    background-color: #e7a677;
}
.row2{
    width: 100%;
    background: url("./images/bg_xq.jpg") no-repeat;
    background-size: cover;
    padding: 0.39rem 0.3rem 0.3rem;
}
.reg-box {
    margin: 0.22rem 0 0;
    background: #fff;
    padding: .3rem 0rem;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1), -1px 0 5px rgba(0,0,0,.1);
    border-radius: .1rem;
}
.reg-box h4{
    font-size: .36rem;
    border-left: .06rem solid #feaa30;
    line-height: 1;
    padding: 0 .15rem;
    margin-left: .3rem;
    font-weight: 400;
}
.reg-box .reg-con1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: .19rem 0 .15rem .3rem;
}
.reg-box ul li {
    width: 33.33%;
    font-size: .3rem;
    height: .62rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}
.reg-box .regInput {
    width: 87%;
    height: .8rem;
    border: 1px solid #ff5858;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: .4rem;
    margin: .1rem auto .2rem;
}
.regInput input {
    font-size: 0.3rem;
    width: 98%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
input, select, textarea {
    border: 0;
    outline: 0;
}
.reg-box .reg-btn {
    line-height: 0.8rem;
    background-color: #ff5858;
    width: 87%;
    text-align: center;
    margin: 0 auto;
    font-size: 0.36rem;
    border-radius: 0.4rem;
    color: #fff;
}
.reg-box ul li>span {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    padding: .04rem;
    margin-right: .09rem;
    position: relative;
    /*border-radius: 3px;*/
    border: 1px solid #000;
}
.reg-box ul li>span i {
    position: absolute;
    left: .01rem;
    top: 999999px;
    font-size: 0;
    width: .26rem;
    height: .18rem;
    background: url(./images/icon_right.png) center no-repeat;
    background-size: cover;
}
.reg-box ul li.active{
    color: #feaa30;
}
.reg-box ul li.active>span i {
    top: 0.02rem;
}
.reg-box .reg-text{
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
    margin-top: 0.18rem;
}
.row3{
    background-color: #f8f8f8;
    padding: 0.42rem 0 0.29rem;
}
.row3 .swiper-slide{
    padding-bottom: 0.48rem;
}
.row3 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.row3  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f08c00;
}
.row3-swiper{
    margin-top: 0.23rem;
}
.row3-swiper-items{
    margin: 0 0.3rem;
    background-color: #fff;
    box-shadow: 0 0 0.4rem #ccc;
}
.row3-swiper-items{
    display: flex;
}
.row3-swiper-items .fl{
    width: 2.8rem;
}
.row3-swiper-items .fr{
    margin-left: 0.13rem;
    flex: 1;
}
.row3-swiper-items .t1{
    font-size: 0.36rem;
    color: #f08c00;
    padding-top: 0.39rem;
}
.row3-swiper-items .t2{
    font-size: 0.30rem;
    height: 0.7rem;
    line-height: 0.7rem;
}
.row3-swiper-items .t3{
    font-size: 0.26rem;
    position: relative;
    margin-top: 0.15rem;
    vertical-align: middle;
}
.row3-swiper-items .t3 span{
    margin-right: 0.14rem;
    display: inline-block;
    width: 0.11rem;
    height: 0.11rem;
    background-color: #d1ab58;
    border-radius: 50%;
}
.swiper-items-line1{
    width: 90%;
    background: url("./images/teacher-line.jpg") repeat-x;
    height: 1px;
    margin-bottom: 0.4rem;
}
.row4{
    padding: 0.4rem 0 0.37rem;
}
.row4-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.34rem 0.3rem 0;
}
.row4-con li{
    width: 3.35rem;
    height: 2.2rem;
    position: relative;

}
.row4-con li:nth-child(n+3){
    margin-top: 0.2rem;
}
.row4-con li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}
.row5{
    padding: 0.4rem 0 0.3rem;
    background-color: #f8f8f8;
}
.row5-cont{
    margin: 0.23rem 0.3rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row5-cont li{
    width: 48%;
    box-shadow: 0px 4px 15px rgba(0,0,0,.1);
}
.row5-cont li:nth-child(n+ 3){
    margin-top: 0.3rem;
}
.row5-cont-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 1.1rem;
    text-align: center;

}
.row5-cont-bottom p:first-child{
    font-size: 0.3rem;
    color: #333333;
}
.row5-cont-bottom p:last-child{
    font-size: 0.26rem;
    color: #666666;
    margin-top: 0.15rem;
}
.row7{
    background-color: #ffecda;
    padding: 0.4rem 0.3rem 0.3rem;
}
.row7-con{
    margin-top: 0.2rem;
}
.n-address-form{
    background: url("./images/bg_xq.jpg") no-repeat;
    background-size: 100%;
    padding-top: 0.47rem;
    padding-bottom: 0.4rem;
}
.n-address-form .l-t{
    font-size: 0.46rem;
    text-align: center;
}
.n-address-form .s-t{
    text-align: center;
    font-size: 0.26rem;
    margin-top: 0.16rem;
}
.n-address-form .s-t span{
    color: #ff5858;
}
.common-form2{
    margin-top: 0.35rem;
}
.common-form2 li {
    font-size: 0;
    position: relative;
    padding-left: 0.5rem;
    border: 0.02rem solid #d1ab57;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    border-radius: 0.4rem;
    box-sizing: border-box;
    background-color: #fff;
}
.common-form2 li span.icon {
    vertical-align: top;
    margin-right: 0.2rem;
    font-size: 0.4rem;
    color: #d1ab57;
}
.common-form2 li input, .common-form2 li select {
    width: 80%;
    height: 100%;
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.3rem;
}
.common-form2 .common-form2-btn {
    font-size: 0.36rem;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    margin-top: 0.3rem;
    background-color: #ff5858;
    border-radius: 0.4rem;
}
.form2-bottom-text{
    font-size: 0.22rem;
    color: #666666;
    margin-top: 0.2rem;
    text-align: center;
}
.row6{
    padding: 0.4rem 0 0.35rem;

}
.row6-cont{
    margin: 0.3rem 0 0;

}
.row6-cont .row6-items{
    display: flex;
}
.row6 .swiper-slide{
    padding: 0 0.3rem 0.24rem;
}
.row6-items{
    box-shadow: 0px 4px 10px rgba(0,0,0,.1);
}
.row6-items > .fl,.row6-items > .fr{
    width: 49.9%;
}
.row6-items .fl-tit{
    display: flex;
    justify-content: space-between;
    background-color: #a7724e;
    color: #fff;
    height: 0.8rem;
    text-align: center;
}
.row6-items .fl-tit .text-fl{
    width: 74%;
    font-size: 0.3rem;
    line-height: 0.8rem;
}
.row6-items .fl-tit .text-fr{
    width: 25%;
    font-size: 0.65rem;
    display: flex;
    align-items: flex-end;
}
.row6-items .fl-con{
    padding:0.19rem 0.15rem 0.26rem 0.4rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
}
.row6-items .fl-btn{
    display: flex;
    margin-left: 0.2rem;
}
.fl-btn-prev,.fl-btn-next{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: #a7724e;
    width: 0.4rem;
    height: 0.4rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.fl-btn-next{
    margin-left: 0.12rem;
}