.province-select{
    margin-right: 4px
}

.sm__prpper .el-select-dropdown__item.selected {
    color: var(--color-theme)
}

.result_dialog_m{
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1101
}

.result_dialog_m body, .result_dialog_m html{
    height: 100%;
    overflow: auto
}

.result_dialog_m .result_dialog_panel{
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 24px 44px;
    position: absolute;
    text-align: center;
    width: 100%
}

.result_dialog_m .result_dialog_panel i{
    float: right;
    font-size: 18px;
    margin-right: -20px
}

.result_dialog_m .result_dialog_title{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 32px
}

.result_dialog_m .result_dialog_text{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 28px;
    text-align: left
}

.result_dialog_m .result_dialog_btn1{
    background: #00aff0
}

.result_dialog_m .result_dialog_btn1, .result_dialog_m .result_dialog_btn2{
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 44px;
    max-width: 46%;
    padding: 0;
    width: 136px
}

.result_dialog_m .result_dialog_btn2{
    background: #004baa;
    margin-left: 4px
}

.input-captcha__wrap{
    box-sizing: border-box;
    width: 100%
}

.input-captcha__wrap.is-error .input-captcha{
    border: 1px solid #d20000
}

.input-captcha__wrap.is-error .input-captcha-m{
    border-bottom: 1px solid #d20000
}

.input-captcha{
    align-items: center;
    background: transparent;
    border: 1px solid #ddd;
    display: flex;
    height: 40px;
    justify-content: left;
    padding-right: 16px;
    position: relative;
    width: 100%
}

.input-captcha__input.el-input__inner {
    background: transparent;
    border: none;
    color: #222;
    font-size: 14px
}

.input-captcha__captcha{
    width: 84px
}

.input-captcha.is-focus{
    border: 1px solid #004baa
}

.input-captcha__error_wrap{
    align-items: center;
    box-sizing: border-box;
    color: #d20000;
    display: flex;
    font-size: 12px;
    height: 32px;
    justify-content: flex-start
}

.input-captcha__error_icon{
    font-size: 14px;
    margin-right: 8px;
    margin-top: 2px
}

.input-captcha__error{
    height: 32px;
    line-height: 32px
}

.service_message .el-input, .service_message .el-textarea{
    max-width: 500px
}

.service_message .el-form-item{
    margin-bottom: 32px
}

.service_message.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #004baa;
    border-color: #004baa
}

.service_message.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before, .service_message.el-form-item__error {
    color: #d20000 !important
}

.service_message.el-form-item__label {
    color: #333;
    font-size: 16px;
    line-height: 40px
}

.service_message.el-input__inner, .service_message.el-textarea__inner {
    border-radius: 0;
    font-size: 14px
}

.service_message.el-input__inner:focus, .service_message.el-textarea__inner:focus {
    border-color: #004baa
}

.service_message .message_banner{
    background: url(/assets/images/banner.15aa134.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    padding-top: 134px;
    width: 100%
}

.service_message .message_title{
    color: #333;
    font-size: 40px
}

.service_message .message_text2{
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-top: 22px
}

.service_message .message_text1{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px
}

.service_message .message_form_panel{
    padding-bottom: 60px;
    padding-top: 40px
}

.service_message .message_light_login{
    font-size: 14px;
    height: 20px;
    margin-bottom: 16px;
    padding-left: 16px
}

.service_message .message_light_login .message_text_red{
    color: #d20000
}

.service_message .message_light_login .message_login_text{
    color: #004baa !important
}

.service_message .message_privacy{
    padding-left: 90px;
    padding-top: 12px
}

.service_message .message_privacy_text{
    color: #333;
    font-size: 14px
}

.service_message .message_privacy_text a{
    color: #004baa;
    cursor: pointer
}

.service_message .message_btn{
    background: #004baa;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 48px;
    margin-top: 18px;
    width: 196px
}

.service_message .message_btn:hover {
    background: #005ddd
}

.service_message .message_btn_disabled{
    background: #ddd !important
}

.service_message .message_captcha{
    display: flex;
    height: 40px;
    max-width: 500px
}

.service_message .message_captcha .msg_left{
    margin-right: 10px;
    width: 50%
}

.service_message .message_captcha .msg_right{
    width: 50%
}

.service_message .required{
    color: #d20000 !important;
    padding-right: 4px !important
}

.service_message .type-raido{
    height: 30px;
    padding-top: 6px
}

.service_message.el-radio {
    color: #666;
    font-weight: 400
}

.service_message.el-radio .el-radio__inner:after {
    transform: translate(-50%, -50%) scale(1.7)
}

.service_message.el-radio:hover .el-radio__inner {
    border-color: #004baa
}

.service_message.el-radio .el-radio__input.is-checked .el-radio__inner {
    background: #fff;
    border-color: #004baa
}

.service_message.el-radio .el-radio__input.is-checked .el-radio__inner:after {
    background: #004baa
}

.service_message.el-radio .el-radio__input + .el-radio__label {
    color: #666
}

@media (max-width: 1200px) {
    .service_message.el-form-item__label {
        font-size: 14px;
        padding-right: 0;
        width: 70px !important
    }

    .service_message .el-form-item{
        margin-bottom: 24px
    }

    .service_message .message_banner{
        height: 320px;
        padding-top: 90px
    }

    .service_message .message_title{
        font-size: 32px
    }

    .service_message .message_text2{
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .service_message .message_banner{
        background: url(/_nuxt/img/banner_m.b15da20.jpg);
        background-size: 100% 100% !important;
        height: 238px;
        padding-top: 80px
    }

    .service_message .message_text2{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 32px
    }

    .service_message .message_title{
        font-size: 24px;
        line-height: 24px
    }

    .service_message .message_privacy{
        padding-left: 0
    }

    .service_message .message_btn_div{
        text-align: center
    }

    .service_message .message_btn{
        font-size: 16px;
        height: 44px;
        width: 280px
    }

    .service_message .message_light_login{
        padding-left: 0
    }

    .service_message .message_captcha{
        flex-wrap: wrap
    }

    .service_message .message_captcha .msg_left{
        margin-bottom: 12px;
        margin-right: 0;
        width: 100%
    }

    .service_message .message_captcha .msg_right{
        margin-top: 60px;
        position: absolute;
        width: 100%
    }

    .service_message .message_captcha_nap{
        margin-top: 85px
    }
}