.rhlc h1.title {
    background-image: url(../images/membership-process.png);
    margin: 50px 0;
    padding: 0 0 40px;
}

.reg h1.title {
    background-image: url(../images/reg.png);
    margin: 50px 0;
    padding: 0 0 40px;
}

.apply h1.title {
    background-image: url(../images/apply.png);
    margin: 50px 0;
    padding: 0 0 40px;
}

.bmBox {}

.mb36 {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 550px;
    height: 56px;
}

.mb36 input {
    box-sizing: border-box;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(73, 183, 243);
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 550px;
    height: 56px;
    padding-left: 40px;
    line-height: 56px;

    font-size: 24px;
    font-family: "AlibabaPuHuiTiR";
    color: rgb(105, 145, 199);

}

.blBox {
    margin: 0 auto;
    /* margin-bottom: 30px; */
    width: 550px;
    height: 56px;
    display: flex;
    align-items: center;
}

.blBox label {

    font-size: 20px;
    font-family: "AlibabaPuHuiTiR";
    color: rgb(1, 1, 1);

    line-height: 20px;
    margin-right: 47px;
    display: flex;
    align-items: center;
}

.blBox label:last-child {
    margin-right: 0;
}

.blBox .tit {
    margin-right: 60px;
    color: rgb(0, 50, 151);
}

.reg input[type="radio"] {
    zoom: 1.5;
    margin-right: 4px;
}

.reg p.ts {
    font-size: 20px;
    font-family: "AlibabaPuHuiTiR";
    color: rgb(0, 50, 151);
    line-height: 20px;
    text-align: center;
    margin: 10px auto 20px;
}

.reg .tj_btn {
    width: 293px;
    height: 46px;
}

.tj_btn {
    font-size: 24px;
    font-family: "Alibaba";
    color: rgb(255, 255, 255);
    line-height: 42px;
    box-sizing: border-box;
    border-width: 2px;
    border-color: rgb(0, 255, 234);
    border-style: solid;
    background-image: -moz-linear-gradient(-1deg, rgb(0, 192, 250) 0%, rgb(1, 94, 234) 100%);
    background-image: -webkit-linear-gradient(-1deg, rgb(0, 192, 250) 0%, rgb(1, 94, 234) 100%);
    background-image: -ms-linear-gradient(-1deg, rgb(0, 192, 250) 0%, rgb(1, 94, 234) 100%);
    border-radius: 23px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 4px;
}

.apply .tips {
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.apply .apply-doc {
    height: 293px;
    background: url(../images/apply-bg.png) no-repeat center;

    background-color: rgb(255, 255, 255);
    box-shadow: 3.441px 4.915px 8.1px 0.9px rgba(103, 103, 103, 0.14);
    padding-top: 34px;
}

.apply .apply-doc p {
    padding-left: 427px;
    line-height: 28px;

    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    margin-bottom: 10px;

}

.apply .apply-doc p.contact-member {
    background: url(../images/people.png) center no-repeat;
    background-position-x: 384px;
}

.apply .apply-doc p.contact-phone {
    background: url(../images/phone.png) center no-repeat;
    background-position-x: 384px;
}

.apply .apply-doc p.contact-email {
    background: url(../images/email.png) center no-repeat;
    background-position-x: 384px;
}

.apply .apply-doc p img {
    display: block;
    /* height: 28px; */
    margin-right: 15px;
}

.apply .apply-doc a.tj_btn {
    display: block;
    /* height: 28px; */
    margin-top: 30px;
    margin-bottom: 15px;
    width: 345px;
    text-align: center;
    height: 46px;
}

.apply .apply-doc p.contact-ts {
    padding-left: 0;
    text-align: center;
    font-size: 20px;
    font-family: "AlibabaPuHuiTiR";
    color: rgb(0, 50, 151);
    line-height: 20px;

}

@media screen and (max-width:600px) {
    .apply h1.title {
        margin: 20px 0;
        padding: 0 0 40px;
    }

    .rhlc {}

    .rhlc h1.title {
        margin: 20px 0;
    }

    .rhlc img {
        width: 95%;
        margin: 10px auto;
        display: block;
    }

    .mb36 {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 95%;
        height: 56px;
    }

    .mb36 input {
        border-radius: 18px;
        width: 100%;
        height: 56px;
        padding-left: 40px;
        line-height: 56px;
        font-size: 18px;
    }

    .blBox {
        margin: 0 auto;
        /* margin-bottom: 30px; */
        width: 95%;
        height: 56px;
    }

    .blBox label {
        font-size: 16px;
        font-family: "AlibabaPuHuiTiR";
        color: rgb(1, 1, 1);
        line-height: 20px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .blBox .tit {
        margin-right: 8px;
        color: rgb(0, 50, 151);
    }

    .reg p.ts {
        font-size: 16px;
        font-family: "AlibabaPuHuiTiR";
        color: rgb(0, 50, 151);
        line-height: 20px;
        text-align: center;
        margin: 0 auto 10px;
    }

    .apply .apply-doc p {
        padding-left: 10%;

        font-size: 16px;
        width: 50%;
        margin: 0 auto 10px;
    }

    .apply .apply-doc p.contact-member {
        background: url(../images/people.png) center no-repeat;
        background-position-x: 2.5%;
    }

    .apply .apply-doc p.contact-phone {
        background: url(../images/phone.png) center no-repeat;
        background-position-x: 2.5%;
    }

    .apply .apply-doc p.contact-email {
        background: url(../images/email.png) center no-repeat;
        background-position-x: 2.5%;
    }

    .apply .apply-doc p.contact-ts {
        width: 100%;
        font-size: 16px;
        padding: 0 2.5%;
        box-sizing: border-box;
    }
}