.waf-free {
    width: 100%;
    background-color: #f5f7fa;
    background-size: 100% auto;
    background-image: url(/images/waf/free/banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.waf-free .page-header {
    width: 100%;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.waf-free .page-header .cont {
    padding: 5px 10px;
    position: relative;
    background-image: url(/images/waf/free/line.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.waf-free .page-header .img {
    width: 611px;
    height: auto;
}

.waf-free .box {
    box-sizing: border-box;
    width: 1200px;
    padding-top: 54px;
    /* min-height: 694px; */
    background: #fff;
    margin: 0 auto;
    padding-bottom: 50px;
}

.waf-free .el-form {
    width: 714px;
    margin: 0 auto;
}

.waf-free .el-form .el-form-item {
    padding-right: 14px;
}

.waf-free .form-btngroup {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.waf-free .form-btngroup .el-button {
    padding: 12px 100px;
    background-color: #2981ff;
}

.waf-free .form-btngroup .el-button--primary:hover {
    background-color: #2574e5;
}

.waf-free .form-tip {
    color: #ff8d1d;
    font-size: 14px;
    display: block;
    white-space: break-spaces;
    flex: 1;
    line-height: 22px;
    white-space: normal;
    word-break: break-all;
}

.waf-free .yzm-btn {
    min-width: 114px;
    background-color: #2981ff;
    margin-left: 8px;
    padding-left: 2px;
    padding-right: 2px;
}

.waf-free .el-button--primary.yzm-btn.is-disabled {
    background-color: #bdc4d2;
    border-color: #bdc4d2;
}

.waf-free-success {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 4px;
    background-size: 100% 100%;
    background-image: url(/images/waf/free/success.png);
}
/* element表单重置 */
.waf-free .el-form-item__label {
    color: #323235;
}

.waf-free .el-radio__label {
    color: #323235;
}

.waf-free .el-checkbox {
    color: #323235;
}

.waf-free .el-checkbox__inner {
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    border-radius: 0;
}

.waf-free .el-checkbox__inner::after {
    width: 4px;
    height: 8px;
}

.waf-free .el-input__inner {
    color: #323235;
    border-color: #ebedf0;
    border-radius: 0;
    font-family: -apple-system,BlinkMacSystemFont,helvetica neue,Segoe UI,Roboto,Arial,hiragino sans gb,Noto Sans,microsoft yahei,sans-serif;
}

.waf-free .el-input__inner:focus {
    border-color: #2981ff;
}

.waf-free .el-input__inner::placeholder {
    color: #b1b5bb;
}

.waf-free .el-textarea__inner::placeholder {
    color: #b1b5bb;
}

.waf-free .el-form-item {
    margin-bottom: 20px!important;
}

.waf-free .el-textarea__inner {
    border-color: #ebedf0;
    border-radius: 0;
    font-family: -apple-system,BlinkMacSystemFont,helvetica neue,Segoe UI,Roboto,Arial,hiragino sans gb,Noto Sans,microsoft yahei,sans-serif;
}

.waf-free .el-textarea__inner:focus {
    border-color: #2981ff;
}

.waf-free .el-radio__inner {
    width: 16px;
    height: 16px;
}
.waf-free .el-radio__inner::after {
    width: 5px;
    height: 5px;
}

.waf-free .other-txt .el-input__inner {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ebedf0;
    height: 26px;
}

.waf-free .other-txt .el-input__inner:focus {
    border-color: #2981ff;
}

.waf-free .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #2981ff;
    border-color: #2981ff;
}

.waf-free .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #323235;
}

.waf-free .el-radio__input.is-checked .el-radio__inner {
    background-color: #fff;
    border-color: #2981ff;
}

.waf-free .el-radio__input.is-checked .el-radio__inner::after {
    background-color: #2981ff;
    border-radius: 8px;
    width: 8px;
    height: 8px;
}

.waf-free .el-radio__input.is-checked+.el-radio__label {
    color: #323235;
}

.waf-free .el-button {
    border-radius: 0;
}

.el-popup-parent--hidden {
    overflow: auto;
    padding-right: 0!important;
}

.el-message-box--center .el-message-box__title {
    position: absolute;
    left: 18px;
    top: 0;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
}

@media screen and (min-width: 714px) and (max-width: 1200px) {
    .waf-free .box {
        width: 100%;
    }
}

@media screen and (max-width: 714px) {
    .waf-free .page-header {
        height: 100px;
    }
    .waf-free .box {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .waf-free .el-form {
        width: 100%;
    }
    .waf-free .el-radio {
        margin-top: 10px;
    }
    .waf-free .yzm-code .el-input {
        width: 124px!important;
    }
    .el-message-box {
        max-width: 90vw;
    }
    html,body {
        overflow-x: hidden;
    }
    .el-message-box--center .el-message-box__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .waf-free .yzm-code {
        position: relative;
    }
    .waf-free .yzm-code .el-form-item__error {
        margin-left: 110px;
    }
    .waf-free .yzm-code .el-form-item__content {
        position: static;
    }
    .waf-free .form-btngroup {
        margin-top: 30px;
    }
}

/* 处理样式冲突 */
@media screen and (max-width: 1023px) {
    .waf-free .close::before {
        display: none;
    }
    .waf-free .close::after {
        display: none;
    }
    .sliding-img-check-box>.close {
        background: none;
        width: auto;
        height: 22px;
        line-height: 22px;
        top: 18px;
    }
}