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:#737373;
    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;
}


.bijiben{
    padding-top: 1rem;
}
.bijiben .con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
}

.bijiben .con .left{
    width: 60%;
}

.bijiben .con .rr{
    width: 40%;
}

.bijiben .con .left .ll{
    /*width: 40%;*/
    margin-bottom: 0.5rem;
}

.bijiben .con .left .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;
}
.bijiben .con .left .ll .desc{}

.bijiben .con .left .rr{width: 40vw;}


.tiyan{
    background: url("../images/wap_2/bg.jpg") no-repeat center top;
    background-size: 100%;

    text-align: center;

}

.tiyan .tt1{
    font-family: STSongti-SC-Black;
    color: rgb(40,50,78);
    font-size: 1.625rem;
    line-height: 3.5rem;
}
.tiyan .tt2{
    font-family: FZLTTHK--GBK1-0;
    color: rgb(255,243,0);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 0rem;
    font-weight: bold;
}


.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(51, 136, 255), rgb(25, 198, 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);
    }
}

.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 1rem 0rem;
}
.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;
}

.shihe{
    background: url("../images/wap_2/shihe.png") no-repeat center top;
    background-size: 100%;
    background-color: #FFFFFF;
    /*padding-top: 1rem;*/
}

.shihe .label{
    display: flex;
    justify-content: space-between;
    padding: 0 1.2rem;
}
.shihe .label .la{
    display: inline-block;
    font-size: 1.0rem;
    background: #2f55ff;
    border-radius: 0.5rem;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.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;
}

.baoming_bg{
    /*background: url("../images/wap_2/baoming_bg.png") no-repeat center top;*/
    background-size: 100%;
}

.baoming{
    padding: 1rem;
    background-color: #ffffff;
}

.baoming .ll{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    background: #dfecfe;
    border: 2px solid #0c0c0c;
    border-radius: 2px;
    align-items: center;
}

.baoming .ll .left{
    width: 50%;
}

.baoming .ll .right{
    width: 45%;
    padding: 0.5rem;
}

.baoming .ll .txt1{
    font-family: SourceHanSansCN-Heavy;
    color: rgb(55,55,55,255);
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.baoming .ll .txt2{
    font-family: SourceHanSansCN-Medium;
    color: rgb(55,55,55,255);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
.baoming .ll .txt3{
    font-family: SourceHanSansCN-Heavy;
    color: rgb(255,66,0,255);
    font-size: 1.125rem;
    font-weight: bold;
}



.bao{
    background: #ffffff;
    padding: 0 1rem 0.5rem;
}

.bao .con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0.7rem;
}

.bao .con .ll{
    background: #3984f1;
    color: #FFFFFF;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-radius: 0.5rem;
    position: relative;
}

.bao .con .ll .mark{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: absolute;
    left: -0.5rem;
    top: 1rem;
    background: #fff;
}

.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: 0 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bao .btn .icon{
    width: 1.3rem;
    height: 1.0rem;
}


.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;
}
