.form_title_h5 {
    font-weight: bold;
    padding: 63px 0 60px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

input,
textarea,
select,
a:focus {
    outline: none;
}

._form li {
    margin-bottom: 40px;
}

._form_p {
    font-size: 18px;
    margin-bottom: 17px;
    line-height: 1;
    color: #333;
    font-weight: bold;
}

._form select,
._form input[type="text"] {
    background-color: #fff;
    width: 100%;
    height: 62px;
    border: 1px solid #c2c2c2;
    font-size: 18px;
    padding-left: 20px;
}

._form .input_group_span {
    position: absolute;
    right: 20px;
    font-size: 18px;
}

._form textarea {
    background-color: #fff;
    width: 100%;
    padding: 22px;
    height: 122px;
    border: 1px solid #c2c2c2;
    font-size: 18px;
}

._form .checked_box {
    padding: 0;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}

._form .checked_box input[type="checkbox"] {
    min-width: 34px;
    height: 34px;
    margin-right: 17px;
    border: 0;
    background: url(../img/checkbox1.png) no-repeat center left;
    background-size: 34px 34px;
    -webkit-appearance: none !important;
}

._form .checked_box input[type="checkbox"]:checked {
    background: url("../img/checkboxSelected.png") no-repeat center left;
    background-size: 34px 34px;
}

._form .checked_box p {
    font-size: 18px;
    color: #333;
}

._form .checked_box>p {
    margin-left: 14px;
    color: #666;
}

.btn_container {
    width: 100%;
}

._button {
    outline: none;
    margin-top: 30px;
    width: 200px;
    height: 60px;
    background: #CC2D34;
    border: 6px solid #EFC0C2;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}

.invalid_style {
    display: none;
    color: #de6449;
    font-size: 18px;
}

/*申请成功页面*/
.apply_success_view>div:first-child {
    padding-top: 60px;
}

.apply_success_view img {
    width: 120px;
    height: 120px;
}

.apply_success_view h2 {
    color: #DE654A;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-top: 30px;
}

.apply_success_view h3 {
    margin-bottom: 20px;
    color: #333;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
}

.apply_success_view .other_info {
    text-align: center;
    color: #999;
    font-size: 18px;
    line-height: 1;
    margin-top: 60px;
}

.apply_success_view .js_continue {
    margin-top: 60px;
}

.apply_success_view .js_perfect {
    background-color: #fff;
    color: #CC2D34;
    margin-top: -20px;
}

/*移动端*/
@media screen and (max-width: 700px) {
    .form_title_h5 {
        padding: 0;
        text-align: left;
        font-weight: bold;
        color: #333;
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

    ._form,
    .apply_success_view {
        padding: 15px;
    }

    .form_title_h5 {
        padding: 0;
        text-align: left;
        font-weight: bold;
        color: #333;
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

    ._form_p {

        font-size: 15px;
        margin-top: 15px;
    }

    ._form li {
        margin-bottom: 12px;
    }

    ._form select,
    ._form input[type="text"] {
        height: 44px;
        font-size: 15px;
        background-color: #f5f5f5;
        border: 0;
    }

    ._form .input_group_span {
        position: absolute;
        right: 20px;
        font-size: 15px;
    }

    ._form textarea {
        height: 100px;
        padding: 15px;
        border: 0;
        background-color: #f5f5f5;
        font-size: 15px;
        color: #666;
    }

    ._form .checked_box {
        padding: 0;
        margin-right: 20px;
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }

    ._form .checked_box input[type="checkbox"] {
        min-width: 20px;
        height: 20px;
        margin-right: 14px;
        border: 0;
        background: url(../img/checkbox1.png) no-repeat center left;
        background-size: 20px 20px;
        -webkit-appearance: none !important;
    }

    ._form .checked_box input[type="checkbox"]:checked {
        background: url(../img/checkboxSelected.png) no-repeat center left;
        background-size: 20px 20px;
    }

    ._form .checked_box>div>p {
        font-size: 12px;
        font-weight: bold;
        color: #333;
    }

    ._form .checked_box>p {
        font-size: 12px;
        color: #666;
        font-weight: normal;
        margin-left: 0;
        margin-top: 7px;
    }

    .invalid_style {
        display: none;
        color: #de6449;
        font-size: 15px;
    }

    .apply_success_view .js_continue {
        margin-top: 30px;
    }

    ._button {
        width: 100%;
        height: 60px;
        background: #CC2D34;
        border: 6px solid #EFC0C2;
        border-radius: 50px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }

    /*申请成功页面*/
    .apply_success_view>div:first-child {
        padding-top: 20px;
    }

    .apply_success_view img {
        height: 100px;
        width: 100px;
    }

    .apply_success_view h2,
    .apply_success_view h3 {
        margin-top: 20px;
        font-size: 15px;
    }

    .apply_success_view .other_info {
        margin-top: 30px;
        font-size: 15px;
    }

}
