@media only screen and (max-width: 1920px) {
    html {
        font-size: 16px;
    }

    body {
        height: 100%;
        position: relative;
    }


}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 12px;
    }

    body {
        height: 100%;
        position: relative;
    }


}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 11.38333333333333px;
    }

    body {
        height: 100%;
        position: relative;
    }


}

body {
    width: 100%;
    height: 100vh;
    background: #D33535;
    /*background-image: url("../img/logobj.jpg");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    position: relative;
    overflow: hidden;
    font-size: 16px;
    display: table;
}

main {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.jsc-main-login {
    width: 62.5%;
    height: 36.5rem;
    background: #FFFFFF;
    border-radius: 0.9375rem;
    margin: 0 auto;
    position: relative;
}

.jsc-main-login_z {
    float: left;
    width: 50%;
    position: absolute;
    height: 100%;
}

.jsc-main-login_z img {
    width: 100%;
    position: absolute;
    height: 100%;
}

.jsc-main-login_y {
    width: 50%;
    float: right;
    /*border-radius: 0 15px 15px 0;*/
}

.jsc-main-login_y_text {
    width: 80%;
    height: 100%;
    margin: 0 auto;

}

.jsc-main-login_y_text h2 {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    color: #D33535;
    line-height: 1.875rem;
    margin-top: 5rem;
}

.jsc-main-login_y_text_div {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
}

.jsc-main-login_y_text_div_button {
    text-align: center;
    width: 30.41666666666667%;
    height: auto;
    line-height: 2.5rem;
    font-size: 0.8rem;
    background: #E6E6E6;
    color: #666666;
    float: left;
    border-radius: 0.3125rem;
    cursor: pointer;
}

.jsc-main-login_y_text_div_button:hover {
    background: #D33535;
    color: #FFFFFF;
}

.jsc-lc {
    background: #D33535;
    color: #FFFFFF;
}

.jsc-main-login_y_text_p {
    margin-top: 0.2rem;
}

.jsc-main-login_y_text_p a {
    float: left;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 2rem;
}

#ca {
    color: #FC3232;
}

.jsc-y {
    float: right !important;
    margin-right: 6px;
    color: #666666;
}

.layui-input-block img {
    width: 1.4875rem;
    height: 1.4rem;
    position: absolute;
    top: 0.75rem;
    right: 1.4rem;
    cursor: pointer;
}

#yzm {
    position: absolute;
    top: 0.9rem;
    right: 1.2rem;
    font-size: 0.8rem;
    color: #D33535;
}

/*layui*/
.layui-input-block {
    margin-left: 0 !important;
    /*margin-top: 4.1875rem !important;*/
    position: relative !important;
    font-size: 1rem !important;
}

.layui-input, .layui-select, .layui-textarea {
    height: 3.125rem !important;
    border-radius: 5px;
    border: 2px solid #E6E6E6;
}

.layui-btn {
    width: 100%;
    height: 3.125rem;
    background: #D33535;
    border-radius: 5px;
    margin-top: 0rem;
}

.layui-form-item.button {
    margin-bottom: 0 !important;
}

.layui-form {
    margin-top: 5rem;
}

.layui-form-item {
    margin-bottom: 2.5rem !important;
}
