/*登录注册页面新样式*/

@media screen and (max-width: 768px) {
    .loginbg{width: 100%; height: 100%; background: #e6f6ff;}
    .logincontainer {position: relative; height: 100%; padding: 20px; }

    .newlogin {background: #fff; width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #e2e2e2;}
    .logintab{font-family: heebo-sans,Helvetica,Arial,sans-serif; font-size: 26px;font-weight: 600;height: 50px; line-height: 50px; border-bottom: 2px solid #e2e2e2; margin-bottom: 30px;}
    .logintab a.active{color: #035b7d;border-bottom: 2px solid #035b7d;}
    .logintab a{height: 48px; line-height: 48px; display: inline-block;}
    .hide {display: none;}
}
@media screen and (min-width: 768px) and (max-width:922px) {
    .loginbg{width: 100%; height: 100%; background: #e6f6ff;min-height: calc(100vh - 520px);}
    .logincontainer {position: relative; height: 100%; padding: 30px; }

    .newlogin {background: #fff; width: 100%; padding: 20px; border-radius: 10px; border: 1px solid #e2e2e2;}
    .logintab{font-family: heebo-sans,Helvetica,Arial,sans-serif; font-size: 26px;font-weight: 600;height: 50px; line-height: 50px; border-bottom: 2px solid #e2e2e2; margin-bottom: 30px;}
    .logintab a.active{color: #035b7d;border-bottom: 2px solid #035b7d;}
    .logintab a{height: 48px; line-height: 48px; display: inline-block;}
    .leftspan{font-family: heebo-sans,Helvetica,Arial,sans-serif; font-size: 18px; line-height: 25px; padding-right: 40px; display: flex;text-align:center;justify-content: center;align-items:center;height: 100%;}
    .leftspan img{width: 140%; justify-content: center;}
    .hide {display: none;}
}

@media screen and (min-width: 922px) {
    .loginbg{width: 100%; background: #e6f6ff;min-height: calc(100vh - 520px);}
    .logincontainer {position: relative; height: 100%; padding: 20px; }

    .newlogin {background: #fff; width: 100%; padding: 20px; border-radius: 10px; border: 1px solid #e2e2e2;}
    .logintab{font-family: heebo-sans,Helvetica,Arial,sans-serif; font-size: 26px;font-weight: 600;height: 50px; line-height: 50px; border-bottom: 2px solid #e2e2e2; margin-bottom: 30px;}
    .logintab a.active{color: #035b7d;border-bottom: 2px solid #035b7d;}
    .logintab a{height: 48px; line-height: 48px; display: inline-block;}
    .leftspan{font-family: heebo-sans,Helvetica,Arial,sans-serif; font-size: 18px; line-height: 25px; padding-right: 40px; display: flex;text-align:center;justify-content: center;align-items:center;height: 100%;}
    .leftspan img{width: 80%; justify-content: center;}

    /*修改密码*/
    .layui-layer{width: 600px!important;height: auto!important;}
    .hide {display: none;}
}