.s-alert .s-tip {

    font-size: 24px;
    font-weight: bold;
    color: #2F7AEB;
}

.s-alert .s-tip-sub {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.s-register {
    min-width: 1394px;
    min-height: 1100px;
    background-image: url("/assets/images/register_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.s-register .s-step {
    padding: 73px 0 38px 0;
}

.s-register .s-step span {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.s-register .layui-icon-right {
    color: #999;
    font-size: 22px;
}

.s-register .s-box {
    width: 940px;
    height: 790px;
}

.s-register .s-box .s-tip {
    font-size: 18px;
    font-weight: 400;
    color: #FF1818;
    padding: 30px 70px;
}

.s-register .s-form-item {
    width: 800px;
}

.s-register .s-label {
    width: 70px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    margin-right: 10px;
}

.s-register .s-box input {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid rgba(153, 153, 153, 0.33);
    box-shadow: 0 3px 8px 0 rgba(51, 51, 51, 0.15) inset;
    border-radius: 5px;
}

.s-register .s-box .s-code {
    width: 130px;
    height: 42px;
}

.s-register .s-button-reset {
    width: 151px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 2px 3px 8px 0 rgba(149, 157, 172, 0.5);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.s-register .s-button-submit {
    width: 151px;
    height: 45px;
    background: linear-gradient(-58deg, #478CDA 0%, #78D9F6 100%);
    box-shadow: 2px 3px 8px 0 rgba(149, 157, 172, 0.6);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 90px;
}
