* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100vh;
    width: 100vw;
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url("../fonts/YouSheBiaoTiHei.ttf");
    font-weight: normal;
    font-style: normal;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-direction {
    flex-direction: column;
}

.align-end {
    align-items: end;
}

.login {
    width: 100%;
    height: 100%;
    background: #436a98 url(../images/uaes/dbj.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.login .logo {
    position: absolute;
    right: 70px;
    top: 50px;
}
.login .logo img {
    width: 232px;
    height: 53px;
}
.login .logol {
    position: absolute;
    left: 0px;
    top: 0px;
}
.login .logol img {
    width: 560px;
    height: 145px;
}
.login .tip-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.login .tip-bg .password-tip {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 194px;
    background: #ffffff url("../images/uaes/tip-bg.png") no-repeat;
    background-size: 100%;
    border-radius: 8px 8px 8px 8px;
    padding: 24px;
}
.login .tip-bg .password-tip .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
}

.login .tip-bg .password-tip .title img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.login .tip-bg .password-tip .content {
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.login .tip-bg .password-tip .content span {
    color: #5a7fff;
    font-size: 21px;
    line-height: 26px;
}
.login .tip-bg .password-tip .igrone {
    user-select: none;
    cursor: pointer;
    width: 140px;
    height: 41px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}
.login .tip-bg .password-tip .change-now {
    user-select: none;
    cursor: pointer;
    width: 140px;
    height: 41px;
    background: #5a7fff;
    border-radius: 4px 4px 4px 4px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
    opacity: 1;
}

.login .tip-bg .default-tip {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    min-height: 194px;
    background: #ffffff url("../images/uaes/tip-bg.png") no-repeat;
    background-size: 100%;
    border-radius: 8px 8px 8px 8px;
    padding: 24px;
}
.login .tip-bg .default-tip .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
}
.login .tip-bg .default-tip .title img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.login .tip-bg .default-tip .content {
    margin-top: 24px;
    font-size: 15px;
    text-indent: 2em;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.login .tip-bg .sms-tip {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    min-height: 194px;
    background: #ffffff url("../images/uaes/tip-bg.png") no-repeat;
    background-size: 100%;
    border-radius: 8px 8px 8px 8px;
    padding: 24px;
}
.login .tip-bg .sms-tip .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
}
.login .tip-bg .sms-tip .ts-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login .tip-bg .sms-tip .title img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.login .tip-bg .sms-tip .content .ts-flex img{
    width: 25px;
    cursor: pointer;
}


.login .tip-bg .sms-tip .content {
    margin-top: 24px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.login .tip-bg .sms-tip .content .head {
    margin-left: 8px;
    color: #333333;
}

.login .tip-bg .sms-tip .content span.title {
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    width: 260px;
    overflow: hidden;
}

.login .tip-bg .sms-tip .content .sms, .login .tip-bg .sms-tip .content .email {
    display: none;

}

.login .tip-bg .sms-tip .sms-code {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
}

.login .tip-bg .sms-tip .sms-code .sms-name {
    flex: 1;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.login .tip-bg .sms-tip .sms-code input {
    flex: 2;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    outline: none;
}
.login .tip-bg .sms-tip .sms-code input:focus {
    border: none;
    outline: none;
}

.login .tip-bg .sms-tip .sms-code .get-sms {
    flex: 1;
    user-select: none;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #5a7fff;
    line-height: 15px;
}
.sms-tip .title .head-email{
    display: none;
}

.sms-tip .sms-login, .default-tip .default-login {
    cursor: pointer;
    margin-top: 12px;
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    background: #5a7fff;
    border-radius: 4px 4px 4px 4px;
}
#tip{
    display: none;
    padding: 15px 10px;
    align-items: center;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    width: 400px;
    position: fixed;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: #FFE7E7;
}
#tip img{
    width: 25px;
    height: 25px;
}
#tip .tip-content{
    flex: 1;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#tip .tip-content .tip-title{
    display: flex;
    justify-content: space-between;
    color: red;
    font-weight: 600;
}
#tip .tip-content .tip-title span{
    color: #999;
    font-weight: 400;
    font-size: 14px;
}
#tip .tip-content .tip-desc{
    font-size: 14px;
}
#tip .tip-content .tip-desc span{
    font-size: 18px;
    color: red;
    font-weight: 600;
    margin: 0 4px;
}
.login .login-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    display: flex;
    width: 1080px;
    height: 620px;
    border-radius: 8px;
}

.login .login-main .login-main-left {
    overflow: hidden;
    width: 50%;
    height: 100%;
    background-image: url("../images/uaes/auth-bg.png");
    background-size: 100% 100%;
    padding: 77px 0 0 50px;
    font-size: 40px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 60px;
}

.login .login-main .login-main-right {
    width: 50%;
    height: 100%;
    padding: 80px 60px;
}

.login .login-main .login-main-right.forget {
    display: none;
}

.login .login-main .login-main-right .salutation {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 34px;
}
.login .login-main .login-main-right .salutation div {
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}
.login .login-main .login-main-right .salutation span {
    cursor: pointer;
}
.login .login-main .login-main-right .salutation .language {
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #5a7fff;
    line-height: 18px;
}
.login .login-main .login-main-right .welcome {
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-top: 12px;
}
.login .login-main .login-main-right .welcome span {
    color: #5a7fff;
}

.login .login-main .login-main-right .welcome span a {
    text-decoration: none !important; /* 去除下划线 */
    font-size: 15px;
    font-weight: 400;
}

.login .login-main .login-main-right .code-tip {
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-bottom: 12px;
}

.input-box {
    position: relative;
    margin-top: 12px;
}

.input-box .code {
    margin-left: 24px;
    width: 114px;
    height: 45px;
}

.input-box .code img {
    width: 114px;
    height: 45px;
}

.input-box .error-tip {
    position: relative;
    left: 0;
    /*bottom: -20px;*/
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #ff4d4f;
    line-height: 17px;
}

.input-box .field {
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-bottom: 12px;
}

.login .login-main .login-main-right .input-box .input {
    position: relative;
}

.login .login-main .login-main-right .input-box input {
    width: 420px;
    height: 45px;
    background: #f7f9ff;
    border-radius: 4px;
    border: 1px solid #999999;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 44px;
    color: #333333;
}

.login .login-main .login-main-right .input-box .input .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.login .login-main .login-main-right .input-box .input .icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.operation {
    margin-top: 12px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.operation div {
    cursor: pointer;
}
.operation div a {
    text-decoration: none !important; /* 去除下划线 */
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}
.operation .check {
    display: flex;
    align-items: center;
}

.operation .check input {
    margin-right: 8px;
}

.login .login-main .login-main-right .signIn {
    cursor: pointer;
    width: 140px;
    height: 40px;
    background: #5a7fff;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    border: none;
}

.login .login-main .login-main-right .signIn:active {
    background: #4a6bff;
}

.login .login-main .login-main-right .changePassword {
    cursor: pointer;
    width: 140px;
    height: 40px;
    background: #5a7fff;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    border: none;
}

.login .login-main .login-main-right .changePassword:active {
    background: #4a6bff;
}

ul{
    list-style-type: none;
}
ul a{
    text-decoration: none;
}
.login-main ul.tabar{
    background-color: rgb(244,244,245);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 4px;
}
.login-main ul.tabar a{
    flex-grow: 1;
    margin: 1px;
    color: black;
}
.login-main ul.tabar li{
    text-align: center;
    height: 33px;
    font-weight: 500;
    line-height: 33px;
    border-radius: 4px;
}
.login-main ul.tabar li.dq{
    background-color: rgb(255,255,255);
}
.tabCon { display:none; }
.login-remark{
    margin-top: 3px;font-size: 14px;line-height: 14px;
}
