@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.7rem;
    font-weight: bold;
    color: #D33535;
    line-height: 1.875rem;
    margin-top: 5rem;
}

.jsc-main-login_y_text_div {
    width: 100%;
    height: 40px;
    margin-top: 2.5rem;
}

.jsc-main-login_y_text_div_button {
    text-align: center;
    width: 30.41666666666667%;
    height: auto;
    line-height: 2.5rem;
    font-size: 0.9rem;
    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: 1.25rem;
}

.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;
}

/*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;
    font-size: 1rem !important;

}

.layui-btn {
    width: 100%;
    height: 3.5rem;
    background: #D33535;
    border-radius: 5px;
    margin-top: 1.1875rem;
    margin-bottom: 1rem;
    font-size: 1rem !important;
}

.ca-btn {
    width: 100%;
    height: 3.5rem;
    background: white;
    border: 1px solid #D33535;
    border-radius: 5px;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    color: #D33535;
}

.ca-btn:hover {
    color: #D33535;
}

.jsc-account,
#ca_return {
    display: none;
}

.layui-form-item.button {
    margin-bottom: 0.8rem !important;
}

.layui-form {
    margin-top: 2.5rem;
}

.layui-form-item {
    margin-bottom: 2.5rem !important;
}

.layui-layer.layui-layer-dialog.layui-layer-border.layui-layer-msg {
    display: block !important;
}

/*操作手册*/
.manual {
    /*background-image: url("../img/manual.png");*/
    /*background-position: center;*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    position: absolute;
    top: 4rem;
    right: 1.5rem;
    width: 180px;
    height: 105px;
    text-align: center;
    line-height: 8rem;
}

.manual a {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}

.manual a:hover {
    text-decoration: underline;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #D33535 !important;
    background-color: #D33535 !important;
}

#password::-webkit-input-placeholder {
    /* placeholder颜色  */
    /*color: #aab2bd;*/
    /* placeholder字体大小  */
    font-size: 12px;
    /* placeholder位置  */
    /*text-align: right;*/
}


/*ca登录时填写手机号验证码*/
.tell {
    width: 350px;
    height: 180px;
    background: #fff;
    text-align: center;
    padding-top: 0rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.tell div {
    margin-top: 2rem;
}

.tell input {
    width: 280px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #D33535;
    padding-left: 10px;
    box-sizing: border-box;
}

#code {
    padding-right: 85px;
}

.tell button {
    margin-top: 2rem !important;
    width: 80px !important;
    height: 30px !important;
    background: #D33535;
    color: white;
    border: none;
    border-radius: 2px;
    font-size: 1.2rem !important;
}

#yzm {
    position: absolute;
    top: 0.6rem;
    right: 4rem;
    font-size: 0.8rem;
    color: #D33535;
}
