.center{
    width: 94.6%;
    margin: 0 auto;
}
.center .title{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.center .title span{
    font-size: .46rem;
    color: #333;
    line-height: .5rem;
    font-weight: 500;
    position: relative;
}
.center .title span::before{
    content: '';
    width: .52rem;
    height: .26rem;
    background: url('./images/left.png') no-repeat top center;
    background-size: cover;
    display: block;
    position: absolute;
    top: .12rem;
    left: -.67rem;
}
.center .title span::after{
    content: '';
    width: .52rem;
    height: .26rem;
    background: url('./images/right.png') no-repeat top center;
    background-size: cover;
    display: block;
    position: absolute;
    top: .12rem;
    right: -.67rem;
}
.center .tip{
    font-size: .22rem;
    color: #818181;
    font-weight: 500;
    line-height: .28rem;
    text-align: center;
    margin: .45rem 0 .21rem;
}
.white{
    color: #fff!important;
}
.zixunlist{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zixunlist .zixunbtn{
    width: 3.29rem;
    height: .7rem;   
    background: #fff;
    border: .01rem solid #FAA93E;
    border-radius: .36rem;
    font-size: .26rem;
    font-weight: 500;
    color: #FAA93E;
    line-height: .7rem;
    text-align: center;
    display: block;
    margin: 0 .08rem;
}
.zixunlist .yellow{
    background: #FAA93E;
    color: #fff;
}
.show{
    display: block!important;
}

.container{
    padding-bottom: .98rem;
}

/*banner*/
.banner{
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}
.banner img{
    width: 100%;
    display: block;
}

/* part1 */
.part1{
    width: 100%;
    background-color: #54AAFB;
}
.part1 .bgfff{
    width: 100%;
    background-color: #fff;
    border-radius: .18rem;
    padding: .96rem 0 .62rem;
    position: relative;
    margin-top: -1.75rem;
}
.part1 .bgfff::before{
    content: '';
    width: 6.38rem;
    height: .46rem;
    background: url(./images/bg1.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.19rem;
}
.part1 .main{
    width: 96.4%;
    margin: .41rem auto 0;
}
.part1 .main .tabs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 
.part1 .main .tabs .tab{
    width: 32.5%;
    height: .76rem;
    background: #F2F2F2;
    border-radius: .1rem;
    font-size: .24rem;
    color: #646464;
    line-height: .33rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part1 .main .tabs .tab em{
    font-size: .22rem;
    font-weight: 400;
    color: #FAA93E;
    line-height: .28rem;
    font-style: normal;
}
.part1 .main .tabs .current{
    background: #1377DE;
    color: #fff;
}
.part1 .main .tabs .current em{
    color: #FFC277;
}
.part1 .main .plans{
    margin: .15rem 0 .38rem;
}
.part1 .main .plans .plan{  
    display: none;
}
.part1 .main .plans .plan .line{
    width: 100%;
    margin-bottom: .1rem;
    display: flex;
    flex-direction: row;
}
.part1 .main .plans .plan .line .row1{
    width: 8%;
    height: 1.7rem;
    background: #333;
    border-radius: .09rem 0 0 .09rem;
    font-size: .28rem;
    color: #fff;
    line-height: .33rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part1 .main .plans .plan .line .row2{
    width: 92%;
    height: 1.7rem;
    background: #F5F9FE;
    padding: 0 .24rem 0 .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part1 .main .plans .plan .line .row2 p{
    font-size: .26rem;
    font-weight: 500;
    color: #818181;
    line-height: .4rem;
    margin: 0;
}

/* part2 */
.part2{
    width: 100%;
    background: url(./images/bg2.png) no-repeat top center;
    background-size: cover;
    padding: .54rem 0 .83rem;
}
.part2 .main{
    width: 100%;
    margin: .41rem 0 0;
}
.part2 .main .tabs{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.part2 .main .tabs .tab{
    width: 23%;
    height: .6rem;
    background: transparent;
    border-radius: .09rem;
    border: .01rem solid #FFFFFF;
    font-size: .22rem;
    color: #fff;
    line-height: .6rem;
    text-align: center;
    margin-bottom: .14rem;
}
.part2 .main .tabs .lineheight30{
    line-height: .3rem;
}
.part2 .main .tabs .current{
    background: #FC9E23;
    border: .01rem solid #FC9E23; 
}
.part2 .main .tabs .null{
    width: 23%;
    height: .6rem;
    background: transparent;
    border: .01rem solid transparent;
    margin-bottom: .14rem;
}
.part2 .main .plans{
    width: 100%;
    min-height: 4.44rem;
    background: #fff;
    border-radius: .09rem;
    margin: .16rem 0 0;
    position: relative;
}
.part2 .main .plans::after{
    content: '';
    width: 4.28rem;
    height: 1.72rem;
    background: url(./images/yin.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}
.part2 .main .plans .plan{
    overflow: hidden;
    display: none;
}
.part2 .main .plans .plan h2{
    font-size: .28rem;
    font-weight: 500;
    color: #333;
    line-height: .33rem;
    margin: .36rem 0 .14rem .27rem;
}
.part2 .main .plans .plan .list{
    border-top: .01rem solid #E4E4E4;
    margin: 0 0 .79rem .27rem;
    overflow: hidden;
}
.part2 .main .plans .plan .list p{
    width: 96%;
    font-size: .26rem;
    color: #333;
    line-height: .34rem;
    margin: .21rem 0 0 0;
    padding-left: .19rem;
    position: relative;
}
.part2 .main .plans .plan .list p::before{
    content: '';
    width: .08rem;
    height: .08rem;
    background: #FAA93E;
    border-radius: 50em;
    position: absolute;
    top: .13rem;
    left: 0;
    display: block;
}
.part2 .main .text1{
    width: 96%;
    background: url(./images/orange.png) no-repeat top center;
    background-size: cover;
    border-radius: .14rem;
    padding-bottom: .4rem;
    overflow: hidden;
    margin: -.57rem auto .35rem;
    position: relative;
}
.part2 .main .text1 h3{
    font-size: .28rem;
    font-weight: 600;
    color: #fff;
    line-height: .33rem;
    margin: .2rem 0 .13rem .31rem;
}
.part2 .main .text1 p{
    font-size: .26rem;
    color: #fff;
    line-height: .35rem;
    margin: 0 .21rem 0 .31rem;  
    display: flex;
    flex-direction: row;
}
.part2 .main .text1 p span{
    flex-shrink: 0;
}
.part2 .main .bgblue{
    width: 100%;
    height: .33rem;
    background: #1377DE;
    border-radius: .17rem;
}
.part2 .main .text2{
   width: 96%;
   height: 4.73rem;
   background: #fff;
   border-radius: 0 0 .14rem .14rem;
   border-bottom: .51rem solid #fff;
   margin: 0 auto;
   overflow-y: scroll;
   position: relative;
   margin-top: -.15rem; 
}
.part2 .main .text2 h3{
    font-size: .28rem;
    font-weight: 600;
    color: #333;
    line-height: .36rem;
    margin: .2rem .28rem .13rem;
}
.part2 .main .text2 p{
    font-size: .26rem;
    color: #484848;
    line-height: .36rem;
    margin: 0 .28rem .1rem;
}

/* part3 */
.part3{
    width: 100%;
    background: #fff;
    padding: .58rem 0 .75rem;
}
.part3 .main{
    width: 100%;
    margin: .45rem 0 0;
}
.part3 .main .tabs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 
.part3 .main .tabs .tab{
    width: 49%;
    height: .78rem;
    background: #F2F2F2;
    border-radius: .08rem .08rem 0 0;
    font-size: .26rem;
    font-weight: 500;
    color: #1377DE;
    line-height: .3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.part3 .main .tabs .tab em{
    font-size: .22rem;
    font-weight: 500;
    color: #F7681B;
    line-height: .26rem;
    font-style: normal;
}*/
.part3 .main .tabs .current{
    background: #1377DE;
    color: #fff;
}
/*.part3 .main .tabs .current em{
    color: #FFC277;
}*/
.part3 .main .plans{
    margin: .15rem 0 .38rem;
}
.part3 .main .plans .plan{  
    display: none;
}
.part3 .main .plans .plan .line{
    width: 100%;
    margin-bottom: .1rem;
    display: flex;
    flex-direction: row;
}
.part3 .main .plans .plan .line .row1{
    width: 8%;
    height: 1.7rem;
    background: #5FAEFF;
    border-radius: .09rem 0 0 .09rem;
    font-size: .28rem;
    color: #fff;
    line-height: .33rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part3 .main .plans .plan .line .row2{
    width: 92%;
    height: 1.7rem;
    background: #F5F9FE;
    padding: 0 .24rem 0 .23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part3 .main .plans .plan .line .row2 p{
    font-size: .26rem;
    font-weight: 500;
    color: #818181;
    line-height: .4rem;
    margin: 0;
}
.part3 .main .plans .plan .line .row2 p b{
    color: #FAA93E;
}
.part3 .main .plans .plan .line .height94{
    height: .94rem;
}
.part3 .main .plans .plan .line .height240{
    height: 2.4rem;
}
.part3 .main .plans .plan .text{
    width: 100%;
    background: #F5F9FE;
    margin-bottom: .08rem;
    overflow: hidden;
}
.part3 .main .plans .plan .text h3{
    font-size: .26rem;
    color: #333;
    line-height: .38rem;
    margin: .21rem 0 .07rem .18rem;
}
.part3 .main .plans .plan .text p{
    font-size: .24rem;
    color: #333;
    line-height: .38rem;
    margin: 0 .1rem .32rem .18rem;
}

/* part4 */
.part4{
    width: 100%;
    background: url(./images/bg4.png) no-repeat top center;
    background-size: cover;
    padding: .68rem 0 .81rem;
}
.part4 .main{
    width: 100%;
    margin: .45rem 0 0;
}
.part4 .main .tabs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 
.part4 .main .tabs .tab{
    width: 49%;
    height: .78rem;
    background: #F2F2F2;
    border-radius: .08rem .08rem 0 0;
    font-size: .26rem;
    font-weight: 500;
    color: #1377DE;
    line-height: .3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part4 .main .tabs .current{
    background: #1377DE;
    color: #fff;
}
.part4 .main .plans{
    margin: .18rem 0 .38rem;
}
.part4 .main .plans .plan{  
    display: none;
}
.part4 .main .plans .plan .line{
    width: 100%;
    margin-bottom: .12rem;
    display: flex;
    flex-direction: row;
}
.part4 .main .plans .plan .line .row1{
    width: 8%;
    height: 1.7rem;
    background: #5FAEFF;
    border-radius: .09rem 0 0 .09rem;
    font-size: .28rem;
    color: #fff;
    line-height: .33rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part4 .main .plans .plan .line .row2{
    width: 92%;
    height: 1.7rem;
    background: #F5F9FE;
    padding: 0 .24rem 0 .23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part4 .main .plans .plan .line .row2 p{
    font-size: .26rem;
    font-weight: 500;
    color: #818181;
    line-height: .4rem;
    margin: 0;
}
.part4 .main .plans .plan .line .row2 p b{
    color: #FAA93E;
}
.part4 .main .plans .plan .line .height94{
    height: .94rem;
}
.part4 .main .plans .plan .text{
    width: 100%;
    background: #F5F9FE;
    margin-bottom: .12rem;
    overflow: hidden;
}
.part4 .main .plans .plan .text h3{
    font-size: .26rem;
    color: #333;
    line-height: .38rem;
    margin: .21rem 0 .07rem .18rem;
}
.part4 .main .plans .plan .text p{
    font-size: .24rem;
    color: #333;
    line-height: .38rem;
    margin: 0 .1rem .32rem .18rem;
}
