/* 公共样式 */

body,
div,
p,
dl,
dt,
dd,
ul,
li,
input,
table,
td,
label,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

body {
    background: #fff;
    font: 12px/22px '\5b8b\4f53';
    color: #aaa;
}

html {
    font-size: 12px;
    width: 100%;
    height: 100%;
}

select,
input,
label {
    font-size: 12px;
    outline: none;
    border: none;
}

ul li {
    list-style: none;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    text-decoration: underline;
}

a.c-blue:hover {
    text-decoration: underline;
    color: #3598DB;
}

.left {
    display: none;
}

.left-div {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 770px) {
    .left {
        /* background: url(../images/logo1.webp) no-repeat; */
        /* background-size: 100% 100%; */
        display: block;
        width: 514px;
        height: 440px;
    }
    .right {
        width: 256px;
        height: 440px;
    }
}

.f-column {
    flex-direction: column;
    display: flex;
}

.f-row {
    flex-direction: row;
    display: flex;
}

.f {
    flex: auto;
}

.jc-center {
    justify-content: center;
}

.jc-between {
    justify-content: space-between;
}

.ai-center {
    align-items: center;
}

.mtb1 {
    margin: 6px 0;
}

.mr1 {
    margin-right: 12px;
}

.ml1 {
    margin-left: 12px;
}

.mt1 {
    margin-top: 12px;
}

.ht1 {
    height: 1px;
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}

.ft22 {
    font-size: 22px;
}

.c-333 {
    color: #333;
}

.c-999 {
    color: #999;
}

.c-fff {
    color: #fff;
}

.c-red {
    color: #EE5050;
}

.c-blue {
    color: #3598DB;
}

.Bor-red {
    border: 1px solid #EE5050;
}

.Bor-c1 {
    border: 1px solid #C1C1C1;
}

.bkg-c1 {
    background-color: #C1C1C1;
}

.container {
    width: 100%;
    height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mw {
    max-width: 454px;
}

.txt-c {
    text-align: center;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.loginBox {
    width: 100%;
    position: relative;
}

.warp-pwd,
.warp-wechat,
.warp-code {
    display: none;
}


/* 标题 */

.log-title {
    font-weight: normal;
    padding-top: 12px;
}


/* 输入框 */

.loginform {
    margin: 12px 24px;
}

.loginform input {
    font-size: 12px;
}

.form-input {
    margin-top: 12px;
    height: 3.17rem;
    position: relative;
}

.form-input input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px 2px 2px 30px;
    background-position: 5px 9px;
    border-radius: 8px;
}

.form-input input:hover {
    border: 1px solid #d40606;
}

.input-check {
    position: relative;
    /* height: auto; */
    height: 45px;
    margin-top: 10px;
}

.form-check {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 12px;
    z-index: 999;
}

.clebtom {
    margin-bottom: 0 !important;
}

.form-check-input {
    opacity: 0;
    margin-top: .42rem;
    margin-left: -1.25rem;
}

.form-check-input:checked~.form-check-label::before {
    /* color: rgba(53, 53, 53, 0.7); */
    display: block;
}

.form-check-label {
    color: rgba(53, 53, 53, 0.7);
    margin: 4px 0 0 30px;
}

.form-check-label::after {
    content: '✓';
    display: block;
    width: 13px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #ced4da;
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0 40px 0 0;
    padding-left: 3px;
    border-radius: 3px;
    background-color: #ced4da;
    align-items: center;
}

.form-check-label::before {
    background-color: #FE2C13;
    content: '✓';
    display: block;
    width: 13px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #FE2C13;
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0 40px 0 0;
    padding-left: 3px;
    border-radius: 3px;
    display: none;
    z-index: 9999;
    align-items: center;
}

.username {
    background: url(../../images/user-icon.png) no-repeat;
}

.password {
    background: url(../../images/pass-icon.png) no-repeat;
}


/* 用户名 */


/* 密码 */


/* 提示信息 */

.error-msg {
    height: 2rem;
    line-height: 2rem;
    padding-left: 20px;
    background: url(../../images/redclose.png) no-repeat;
    background-position: 3px 7px;
    color: #EE5050;
    font-size: 12px;
    visibility: hidden;
}


/* 密码登录 */

.gainmm {
    line-height: 2.5rem;
    box-sizing: border-box;
}

a.c-999:hover {
    text-decoration: underline;
    color: #999;
}


/* 登录按钮 */

.btn_submit {
    display: block;
    height: 3.2rem;
    border-radius: 8px;
    line-height: 3.2rem;
    background: #FE2C13;
    letter-spacing: 3px;
    clear: both;
}

.btn_submit:hover {
    background: #FE2C13;
    color: #fff;
}

.btn_submit.disabled {
    background-color: #d0d0d0;
    cursor: default;
}


/* 快速登录 */

.quicklogin {
    width: 100%;
    margin: 12px;
}

.QQ {
    width: 2rem;
    height: 2rem;
    background: url(../../images/qq.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
    display: inline-block;
}

.wechat {
    width: 2.5rem;
    height: 2.5rem;
    background: url(../../images/wechat.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
    display: inline-block;
}

.sina {
    width: 2rem;
    height: 2rem;
    background: url(../../images/sina.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
    display: inline-block;
}