blockquote,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}
body{
    font-family:"Source Han Sans CN",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size:12px;line-height:18px;
    color:#000000;
    margin: 0px;
    background:rgb(248, 248, 248);

}
table{margin:10px 0 15px 0;border-collapse:collapse}
td,th{border:1px solid #ddd;padding:3px 10px}
th{padding:5px 10px}a{color:#0069d6}
a:hover{color:#0050a3;text-decoration:none}
a img{border:none}

@media print{
    body,code,h1,h2,h3,h4,h5,h6,pre code{color:#000}
    pre,table{page-break-inside:avoid}
}

img{width: 100%;}
.tit_blue{
    font-family: SourceHanSansCN-Heavy;
    color: rgb(51,136,253);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem;
}
.tit_black{
    font-size: 1.625rem;
    color: rgb(0,0,0);
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    font-weight: bold;
    padding: 0.5rem 0rem;
}

.tit_white{
    font-family: SourceHanSansCN-Heavy;
    color: rgb(255,255,255);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.line{
    margin: 0 auto;
    width: 50%;
}



.jichu{
    background-color: #e8f1fe;
    padding: 0.8rem;
}
.jichu .tit{
    font-family: SourceHanSansCN-Bold;
    color: #000000;
    font-size: 1.0625rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}
.jichu .tit .blue{
    color: rgb(56,85,249);
}

.jichu .con{display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 0.8rem}
.jichu .con .img{ width: 45%;}
.jichu .con .txt{width:53%;}
.jichu .con .txt .name{
    font-family: SourceHanSansCN-Bold;
    color: rgb(0,0,0);
    font-size: 1rem;
    text-align: center;
    background: #ffffff;
    font-weight: bold;
}
.jichu .con .txt .desc{}

.jichu .con2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #285cfa;
    background: #FFFFFF;
    padding-left: 0.3rem;
}
.jichu .con2 .img{
    width: 65%;
}
.jichu .con2 .txt{width: 35%;background: #285cfa;color: #ffffff;font-size: 0.75rem;text-align: center;padding: 0.4rem 0rem}



.tiyan{
    background: url("../images/wap_3/bg_1.jpg") no-repeat center top;
    background-size: 100%;

    text-align: center;

}

.tiyan .tt1{
    font-family: STSongti-SC-Black;
    color: #ffffff;
    font-size: 1.625rem;
    line-height: 3.5rem;
}

.tiyan .tt1 .yell{
    color: rgb(255,204,0);
    font-weight: bold;
}
.tiyan .tt2{
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: bold;
    background: url("../images/wap_3/xianshi.png") no-repeat center top;
    background-size: 100%;
    width: 66%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0.5rem;
}
.tiyan .tt2 .bb{
    color: rgb(41,105,176);
    margin-left: -1.5rem;
}

.form{
    padding: 1rem;
    background: #FFFFFF;
}
.form .tit{
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5rem 0rem;
}

.form .tt{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0.6rem;
}

.form .tt div{
    padding: 0.6rem 0;
}
.form .tt div .inp{
    height: 2.75rem;
    border-radius: 10px;
    border: 1px solid #dddddd;
    width: 100%;
    padding: 0 0.5rem;
    font-size: 1rem;
}

.form .tt button{
    display: inline-block;
    line-height: 2.75rem;
    border-radius: 1.5rem;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgb(25, 198, 255), rgb(51, 136, 255) 100%);
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    width: 60%;
    margin: 0.6rem auto;
    animation: loader45 2s infinite cubic-bezier(0.215, 0.61, 0.355, 0.5);
}

.form .tt button.red{
    background: linear-gradient(45deg, rgb(255, 112, 51), rgb(255, 25, 33) 100%);
}
@keyframes loader45 {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(0.95);
    }
}


.shihe{
    background: #3955f9;
    background-size: 100%;
    padding-top: 1rem;
}

.shihe .tit{
    font-family: SourceHanSansCN-Heavy;
    color: rgb(255,255,255);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.shihe .con {
    padding: 0.6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shihe .label{
    display: flex;
    justify-content: flex-start;
    background: url("../images/wap_3/bg_2.png") no-repeat center top;
    background-size: 100%;
    width: 49.5%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.3rem;
}

.shihe .label .mark{
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    width: 3.0rem;
    text-align: center;
}
.shihe .label .la{
    padding-left: 0.5rem;
    font-size: 0.8rem;
    color: #000000;
    font-weight: bold;
}
.shihe .label .la1{
    padding-left: 0.5rem;
    font-size: 0.8rem;
    color: #000000;
    font-weight: bold;
    line-height: 1rem;
    padding: 0.3rem;
}




.bao{
    padding: 0 1.5rem 0.5rem;
    background: #eaeeff;
}

.bao .con{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0.7rem;
}

.bao .con .ll{
    background: #ffffff;
    color: #000000;
    position: relative;
    margin-bottom: 0.7rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.4rem 0;
}

.bao .con .ll .desc{
    padding: 0.4rem 0.5rem;
    font-weight: bold;
}

.bao .con .ll .mark{
    display: flex;
    justify-content: flex-start;
    margin-left: -0.3rem;
}
.bao .con .ll .mark .fang{
    width: 2.3rem;
    height: 2rem;
    background: #f5a623;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.bao .con .ll .mark .san{
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.5rem solid #f5a623;
    border-top: 1rem solid transparent;
    /*border-right: 1rem solid red;*/
    border-bottom: 1rem solid transparent;
}


.bao .btn{
    background: rgb(230, 50, 46);
    height: 2.6875rem;
    line-height: 2.6875rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 1.3437rem;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}


.fuli{
    background: #3955f9;
    padding: 1rem;
}
.fuli .line{}
.baoming{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.baoming .ll{
    display: flex;
    flex-direction: column;
    background: url("../images/wap_3/fuli_bg.png") no-repeat center top;
    background-size: 100%;
    width: 45%;
}

.baoming .ll .mark{
    width: 2.5rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
}

.baoming .ll .img{
    width: 70%;
    margin: 0 auto;
    margin-top: 0.5rem;
    /*height: 3.5rem;*/
    overflow: hidden;
}

.baoming .ll .txt1{
    display: inline-block;
    text-align: center;
    margin-top: 0.3rem;
}
.baoming .ll .txt1 span{
    padding: 0.2rem 0.9rem;
    border-radius: 0.9rem;
    color: #ffffff;
    background-color: #3955f9;
    font-size: 0.875rem;
    font-weight: bold;
    display: inline-block;
}

.baoming .ll .txt2 {
    padding: 0.2rem 0.5rem 0.1rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
}
.baoming .ll .txt3{
    text-align: center;
    font-size: 1.125rem;
    color: red;
    font-weight: bold;
    margin-bottom: 0.5rem;
}





























.neirong .tit{
    font-size: 1.625rem;
    color: rgb(0,0,0);
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.neirong .con{
    padding: 1rem;
    background: #FFFFFF;
}

.neirong .con .ll{
    margin-bottom: 1rem;
}

.neirong .con .ll .label{
    display: inline-block;
    background: #31b06c;
    border-radius: 0rem 0.8437rem 0.8437rem 0rem;
    text-align: left;
    color: #FFFFFF;
    height: 1.6875rem;
    line-height: 1.6875rem;
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
    font-weight: bold;
}


.neirong .con .ll .desc{
    font-size: 0.8125rem;
    color: rgb(0,0,0);
    font-family: SourceHanSansCN-Regular;
    margin-top: 0.5rem;
    line-height: 1.2rem;
    font-weight: 600;
}

.neirong .con .ll .img{
    margin-top: 0.5rem;
}

.neirong .con .ll .img2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.youshi .tit{
    font-size: 1.625rem;
    color: rgb(0,0,0);
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.youshi .con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem;
}
.youshi .con .ll{
    margin-bottom: 1rem;
}

.youshi .con .ll .label{
    display: inline-block;
    background: #31b06c;
    border-radius: 0rem 0.8437rem 0.8437rem 0rem;
    text-align: left;
    color: #FFFFFF;
    height: 1.6875rem;
    line-height: 1.6875rem;
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
    font-weight: bold;
}

.youshi .con .ll .desc{
    font-size: 0.8125rem;
    color: rgb(0,0,0);
    font-family: SourceHanSansCN-Regular;
    margin-top: 0.5rem;
    line-height: 1.2rem;
    font-weight: 600;
}

.lab_left{
    text-align: left;
}

.bm_tit{
    background: #1976f4;
    text-align: center;
    padding: 0.5rem;
}
.bm_tit .tt{
    display: inline-block;
    font-family: SourceHanSansCN-Heavy;
    font-size: 1.5rem;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0.1rem 3rem;
    font-weight: bold;
}


.liucheng{
    background: url("../images/wap_4/liucheng_bg.jpg") repeat;
    background-size: 8%;
    padding:1.5rem 0.8rem 0.8rem;
}
.step{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5em;
}

.step .ll{
    border: 2px solid #000000;
    border-radius: 0.5rem;
    width: 27%;
    text-align: center;
    background: #FFFFFF;
    padding: 1rem 0.5rem;
    font-size: 0.8rem;
}

.step .ll .num{
    color: rgb(51,136,253);
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.step .ll .txt{
    font-weight: 600;
}

.liucheng .desc{
    background: #dbecff;
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 3rem 2rem 2rem;
    border: 2px solid #000000;
    margin-top: -2rem;
    border-radius: 0.5rem;
}

.bottom{
    text-align: center;
    padding: 1rem;
}
