*{
    margin: 0;
    padding: 0;
    list-style:none;
    text-decoration:none
}
body{
    width: 100%;
    font-family: "Microsoft YaHei", 微软雅黑, SimHei;
    background: #FFFFFF;;
}
.fL{
    float: left;
}
.fR{
    float: right;
}
.top{
    background-color: #553FC3;
    height:1rem;
    width: 100%;
    text-align: center;
}
.top .topText{
    height: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    display: inline-block;
}
.top .line{
    height: 16px;
    width: .02rem;
    background-color: #FFFFFF;
    margin-left: .1rem;
    margin-right: .1rem;
    display: inline-block;
    opacity: .5;
    vertical-align: middle;
}
.top2{
    width: 100%;
    height:7.5rem;
    background: url('../image/banner_bg.png')no-repeat;
    background-size:100% 6.5rem;
    background-position: 0 1rem ;
}
.top2 .bgCont{
    background-color: #FFFFFF;
    opacity: .9;
    margin-top: .43rem;
    margin-left: 3.03rem;
    width: 4.07rem;
    padding-top: .35rem;
    padding-bottom: .4rem;
}
.flex{
    display: flex;
    justify-content: center;
    
}
.bgCont2{
    line-height: .61rem;
    height: .61rem;
    text-align: center;
    color: #32303D;
    font-weight: bold;
    font-size: 32px;
}
.bgCont2text{
    line-height: .38rem;
    height: .38rem;
    text-align: center;
    color: #32303D;
    font-weight: bold;
    font-size: 20px;
    margin-top: .13rem;
}

.crossLine{
    width: 3.16rem;
    height: 0.04rem;
    background: linear-gradient(90deg, #767676 0%, #CCCCCC 100%);
    text-align: center;
    margin-left: .45rem;
    margin-top: .19rem;
    margin-bottom: .18rem;
}
.bgContT{
    margin-left: .9rem;
    margin-bottom: .25rem;
}
.bgCont3{
    height: .52rem;
    line-height: .52rem;
    color: #444444;
    text-align: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.bgCont3::before{
    content: '';
    background: url('http://hb.studyard.com/bd/qmtmobile/images/icon01.png')no-repeat;
    height: .24rem;
    width: .24rem;
    background-size: .24rem;
    position: absolute;
    left: -.3rem;
    bottom: .15rem;
}
.icon2::before{
    content: '';
    background: url('http://hb.studyard.com/bd/qmtmobile/images/icon02.png')no-repeat;
    height: .24rem;
    width: .24rem;
    background-size: .24rem;
    position: absolute;
    left: -.3rem;
    bottom: .15rem;
}
.icon3::before{
    content: '';
    background: url('http://hb.studyard.com/bd/qmtmobile/images/icon03.png')no-repeat;
    height: .24rem;
    width: .24rem;
    background-size: .24rem;
    position: absolute;
    left: -.3rem;
    bottom: .15rem;
}
.bgContBtn{
    width: 3.42rem;
    height: 1rem;
    background: linear-gradient(90deg, #9372F5 0%, #5A3EE7 100%);
    box-shadow: 0px 8px 10px 0px rgba(94, 66, 232, 0.5);
    border-radius: .2rem;

    font-size: 0.34rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1rem;
    text-align: center;
}
.btn3{
    background-color: #F2F2F2;
    padding: .44rem 0 .41rem 0;
}
.btn3_model{
    width: 2.3rem;
    /* height: 1.5rem; */
    border-radius: .3rem;
    margin-right: .1rem;
    padding-top: .19rem;
    padding-bottom:.24rem ;
}
.btn3_model:last-child{
    margin-right: 0;
}
.btn3_model .btn3_modelImg{
    text-align: center;
    margin-bottom: .12rem;
}
.btn3_model .btn3_modelImg img{
    width: .61rem;
    height: .61rem;

}
.btn3_modelText{
    height: 0.4rem;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .4rem;
    text-align: center;
}
.btn3_First{
    background: linear-gradient(-80deg, #EF3B28 0%, #FF8868 100%);
    box-shadow: 4px 7px 10px 0px rgba(232, 80, 41, 0.5);
}
.btn3_Second{  
    background: linear-gradient(-80deg, #3846D1 0%, #6D73E9 100%);
    box-shadow: 4px 7px 10px 0px rgba(69, 82, 215, 0.29);
}
.btn3_third{
    background: linear-gradient(-80deg, #128D4F 0%, #6FD4A1 100%);
    box-shadow: 4px 7px 10px 0px rgba(25, 146, 85, 0.41);
}
.module3{
    padding-top: .57rem;
    padding-bottom: .6rem;
}
.module3Title1{
    height: .38rem;
    color: #484459;
    font-weight: bold;
    line-height: .38rem;
    text-align: center;
    font-size: 23px;
}
.module3Title2{
    color:#E63E11;
    margin-top: .2rem;
    position: relative;
    margin-bottom: .1rem;
}
.module3Title2::after{
    content: "";
    background: url('../image/label_new.png')no-repeat;
    background-size: .7rem .34rem;
    width: .7rem;
    height: .34rem;
    position: absolute;
    margin-left: .1rem;
}
.module3Icons{
    padding-left: .46rem;
    padding-right: .41rem;
    display: flex;
    justify-content: space-between;
}
.module3IconsPer{
    width: 2rem;
    margin-top: .39rem;
}
.bgIcon{
    text-align: center;
    margin-bottom: .15rem;
}
.bgIcon img{
    width: 1.06rem;
    height: 1.06rem;
}
.module3IconsText{
    height: .36rem;
    color:#484459;
    text-align: center;
    line-height: .36rem;
    font-size: 15px;
}
.module4{
    padding-top: .6rem;
}
.module4Title{
    height: .6rem;
    line-height: .6rem;
    color: #484459;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.module4Cont{
    height: 5.2rem;
    background: url('../image/part02_bg.png')no-repeat;
    background-size: cover;
    margin-top: .46rem;
    padding-left: 1.36rem;
    padding-top: .3rem;
}
.module4ContLeft{
    margin-right: .5rem;
    color: #FFFFFF;
    font-weight: bold;
    height: .48rem;
    line-height: .48rem;
    font-size: 18px;
}
.module4ContRight{
    height: .52rem;
    line-height: .52rem;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;

}
.module4ContRight span{
    display: block;
}
.module4ContBtn{
    width: 1.7rem;
    height: .6rem;
    background: #FFFFFF;
    border-radius: .3rem;
    font-weight: bold;
    color: #ED542B;
    line-height: .6rem;
    text-align: center;
    font-size: 16px;
}
.module5Cont{
    padding-left: .71rem;

}
.module5ContModel{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.BeforIcon::before{
    content: "";
    height: .4rem;
    width: .33rem;
    background: url('../image/hot10.png')no-repeat;
    background-size: .4rem;
    position: absolute;
    top: .2rem;
    left: -.5rem;
}
.afterIcon::after{
    content: "";
    width: 100%;
    height: 0.02rem;
    background-color: #666666;
    opacity: 0.2;
    position: absolute;
    top: .8rem;
}
.module5ContLeft{
    color: #484459;
    line-height: .8rem;
    height: .8rem;
    font-size: 13px;
}

.module5ContBtn{
    width: 1.66rem;
    height: .56rem;
    background: #5E41E8;
    border-radius: .3rem;
    color: #FFFFFF;
    line-height: .56rem;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-right: .2rem;
    margin-top: .1rem;
}
.module6{
    padding-top: .61rem;
    padding-bottom: .69rem;
    background: url('../image/bg4.png')no-repeat;
    background-size: cover;
}
.module6Title3{
    height: 0.3rem;
    font-size: 15px;
    color: #5E41E8;
    line-height: 0.3rem;
    text-align: center;
    margin-bottom: .7rem;
}
.btnProvin{
    padding-left: .3rem;
    padding-right: .3rem;
    display: flex;
    justify-content: space-between;
}
.btnProvin div{
    width: 1.2rem;
    height:.8rem;
    background: #5E41E8;
    box-shadow: 4px 7px 10px 0px rgba(33, 99, 217, 0.4);
    border-radius: .5rem;

    font-size: 18px;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
}
.mbottom{
    margin-bottom: .3rem;
}
.module7Midd{
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    justify-content: space-between;
}
.module7MiddModel{
    width: 1.66rem;
    /* height: 2.61rem; */
    background: #F5F5F5;
    border-radius: .3rem;
    padding-top: .31rem;
    padding-bottom: .33rem;
    margin-top: .39rem;
    margin-bottom: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.module7MiddModel img{
    height: .7rem;
    width: .7rem;
    margin-bottom: .18rem;
}
.module7MiddModel span{
    height: .28rem;
    font-size: 16px;
    color: #484459;
    line-height: .28rem;
    margin-bottom: .21rem;
}
.module7MiddModel div{
    width: 1.35rem;
    height: .65rem;
    background: linear-gradient(0deg, #E75028 0%, #FC5D32 100%);
    border-radius: .4rem;

    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .65rem;
    text-align: center;
}
.module7BottModel{
    width: 2.26rem;
    /* height: 2.61rem; */
    background:#ECECEC;
    border-radius: .3rem;
    padding-top: .22rem;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.module7BottModel img{
    width:1.2rem;
    height:1.2rem;
}
.module7BottModel span{
    height: .48rem;
    line-height: .48rem;
    font-weight: bold;
    font-size: 19px;
    color: #484459;
}
.module8{
    padding-left: .2rem;
    padding-right: .2rem;
    margin-bottom: .45rem;
}
.module8Title{
    height: 1.19rem;
    background: #5E41E8;
    border-radius: .3rem .3rem 0  0;

    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.19rem;
    text-align: center;
}
.module8Body{
    /* height: 4.32rem; */
    background: #EDE9FF;
    border-radius: 0  0  .3rem  .3rem;
    padding: .39rem .51rem .44rem .4rem;
}
.module8BodyBlock{
    height: .81rem;
     width: 2.0rem; 
    background: #FFFFFF;
    padding-left: .4rem;
    padding-right: .4rem;
}
.module8BodyBlockText{
    line-height: .81rem;
    color: #484459;
    text-align: center;
    font-size: 18px;

}
.module8BodyBlock img{
    height: .45rem;
    width: .45rem;
    vertical-align: middle;
}
.module8BodyText{
    height: 0.48rem;
    font-size: 17px;
    text-align: center;
    color: #56526C;
    line-height: 0.48rem;
    margin-top: .38rem;
}
.module8BodyBtn{
    width: 5.19rem;
    height: .9rem;
    background: linear-gradient(90deg, #9372F5 0%, #5A3EE7 100%);
    box-shadow: 0px 8px 10px 0px rgba(94, 66, 232, 0.5);
    border-radius: .3rem;
    margin-top: .17rem;
    font-size:18px;
    color: #FFFFFF;
    line-height: 0.9rem;
    text-align: center;
}
footer{
    height: 1.1rem;
    background: #272632;
    padding-top: .44rem;
    padding-bottom: .31rem;
}
footer div{
    color: #FFFFFF;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    font-size: 15px;
}