.cert-form-tip span {
    font-size: 32px;
}
@media (max-width: 1200px) {
    .cert-form-tip {
        display: none;
    }
}
#certificate-content {
    width: 77%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
    min-height: 340px;
    box-sizing: border-box;
}
.cert-form-box {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #fff;
    max-width: 900px;
    box-sizing: border-box;
    position: relative;
}
.cert-form-box::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 32px;
    background: #d0021b;
    border-radius: 4px;
}
#cert-form-app{
    padding: 20px 48px 32px 20px;
    margin: 0 auto;
    max-width: 700px;
}
.cert-form-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 32px;
    letter-spacing: 2px;
    border-bottom: 1px solid #e4e4e4;
    padding: 16px;
}
.cert-el-form {
    width: 100%;
}
.cert-input .el-input__inner {
    height: 44px;
    font-size: 18px;
}
.cert-captcha-img {
    vertical-align: middle;
    margin-left: 18px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #e4e7ed;
    background: #fff;
    display: inline-block;
}
.cert-btn {
    width: 200px;
    height: 44px;
    font-size: 20px;
    letter-spacing: 8px;
}

/* Element UI 红色主题交互样式 */
.el-input__inner:hover,
.el-input__inner:focus {
    border-color: #d0021b !important;
    box-shadow: 0 0 0 2px rgba(208,2,27,0.08);
}

.el-button--primary {
    background-color: #d0021b;
    border-color: #d0021b;
}
.el-button--primary:hover,
.el-button--primary:focus {
    background-color: #b80018;
    border-color: #b80018;
}
.el-button--primary:active {
    background-color: #a00015;
    border-color: #a00015;
}

.el-radio__input.is-checked .el-radio__inner,
.el-radio__input.is-checked .el-radio__inner:hover,
.el-radio__input .el-radio__inner:hover {
    border-color: #d0021b;
}
.el-radio__input.is-checked .el-radio__inner {
    background: #d0021b;
}
.el-radio__input.is-checked + .el-radio__label {
    color: #d0021b;
}
.el-radio__input .el-radio__inner:focus {
    border-color: #d0021b;
}

.cert-captcha-img:hover,
.cert-captcha-img:focus {
    border-color: #d0021b;
}

.el-table th, .el-table td {
    text-align: center !important;
}
.my-captcha {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    user-select: none;
    padding: 4px 16px;
    border-radius: 6px;
    background: linear-gradient(120deg, #ffe0e3 0%, #e0eafc 100%);
    box-shadow: 0 2px 8px 0 rgba(208,2,27,0.12);
    letter-spacing: 8px;
    border: 1.5px solid #e4e7ed;
}
.cert-btn span{
    color: white !important;
    font-size: 16px;
}