@charset "utf-8";
/* CSS Document */

* {
    font: 13px/1.5 '微软雅黑';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
@font-face {
    font-family: 'FZZongYi-M05S';
    src: url('../fonts/FZZongYi-M05S.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/ARIAL_0.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FZLanTingHeiS-R-GB';
    src: url('../fonts/FZLanTingHeiS-R-GB.ttf');
    font-weight: normal;
    font-style: normal;
}
body, html {
    height: 100%;
    overflow: hidden;
}

/*body {*/
/*background-image: linear-gradient(to right, #031f47, #032e5b);*/
/*}*/

a {
    color: #0E74EB;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: none;
}

.login_box {
    /*margin: 120px auto 0;*/
    width: 100%;
    height: 100%;
    position: relative;
}

.login_box .login_l_img {
    float: left;
    width: 957px;
    height: 596px;
    margin-left: 50px;
    background-image: url(../images/earth.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.login_box .login_l_img img {
    width: 500px;
    height: 440px;
}

.login_extend{
    height: 100%;
    width: 321px;
    padding: 20px 0px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    right: 420px;
    top: 0px;
}

.login {
    position: absolute;
    padding-top: 20px!important;
    height: 600px;
    margin-top: calc(50vh - 280px);
    width: 427px;
    padding: 50px;
    background-color: #fff;
    box-sizing: border-box;
    float: right;
    right: 150px;
    position: relative;
    background: linear-gradient(0deg, #DDE9FF 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 27px 0px rgba(19,22,111,0.56);
    border-radius: 8px;
}

.login_logo {
    width: 120px;
    height: 120px;
    border: 5px solid #93defe;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    line-height: 110px;
    position: absolute;
    top: -60px;
    right: 110px;
}

.login_name {
    text-align: left;
    font-family: Arial;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 20px;
    margin-bottom: 20px;
}

.login_name p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #444;
    padding: 10px 0 20px;
}

.login_logo img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

input[type=text], input[type=file], input[type=password], input[type=email], select {
    border: 1px solid #ECEFF2;
    vertical-align: middle;
    border-radius: 4px;
    height: 48px;
    padding: 0px 60px;
    font-size: 14px;
    outline: none;
    width: 100%;
    line-height: 48px;
    color: #888;
    box-sizing: border-box;
}
#username{
    margin-bottom: 20px;
}
input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
    border: 1px solid #0E74EB;
}

input[type=submit], input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #ffffff;
    background-color: #0E74EB;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

.copyright {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}

#password_text {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #888;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    line-height: 50px;
}

.input-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: #D8D8D8;
    padding-top: 15px;
}

.header {
    background-color: #FFFFFF;
    width: 100%;
    height: 90px
}

.main-div{
    /* background-image: url(../images/bg1.png);
    background-size:cover; */
    width: 100%;
    height: 100%;
    position: relative;
}
.main-div-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit:fill;
}
.mainImg{
    margin-top: 3%;
    position: absolute;
    margin-left: 8%;
    color: red;
    width: 50%;
}

.footer{
    text-align: center;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header table{
    padding-top: 23px;
    margin-left: 120px;
    position: fixed;
}
.header .title{
    margin-left: 20px;
    font-family: AlibabaPuHuiTiM;
    font-size: 25px;
    color: #6b6a6a;
    letter-spacing: 0;
    line-height: 28px;
    border-left-style: solid;
    padding-left: 20px;
    border-color: #6b6a6a;
    border-width: 1px;
}


.login-style-ul{
    padding: 0 !important;
    border-bottom: 1px solid #e1e5f2;
    display: flex;
}
.login-style-li{
    float: left;
    height: 62px;
    line-height:62px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #777e85;
    cursor: pointer;
}
.login-style-choose{
    color: #224fe1;
    border-bottom: 2px solid #224fe1;
}

.btn-code{
    cursor: pointer!important;
    height: 40px;
    width: 35%!important;;
    font-size: 12px!important;;
    line-height: 18px!important;;
    padding: 12px!important;;
    float: right;
    margin-top: 5px!important;;
}
.btn-code-disabled{
    background-color: #8a8a8a!important;
}
.error_message_show{
    color: red;
    margin-top: 5px;
}

.error_message_show_left{
    position: absolute;
    bottom: 10px;
    left: -245px;
}

.form-style-show{
    display: block!important;
}
.form-style-hide{
    display: none;
}

.my-2{
    display: inline-flex;
    width: 100%;
    height: 35px;
}
#passwordManagementForm{
    flex:50;
}

.rem-label{
    position: relative;
    bottom: 3px;
    margin-left: 5px;
}

.mdi{
    color: #0E74EB;
}

#forgotPasswordLink{
    position: relative;
    top: -0.5px;
}
#forgotUsernameLink{
    position: relative;
    bottom: 5px;
}
.username-input-title{
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #8F939F;
    margin-bottom: 10px;
}
.username-input-box{
    width: 100%;
    position: relative;
}
.username-icon{
    width: 20px;
    height: 21px;
    position: absolute;
    left: 15px;
    top: 13px;
    background-image: url(../images/user1.png);
    background-size:cover;
}
.password-icon{
    width: 19px;
    height: 22px;
    position: absolute;
    left: 15px;
    top: 13px;
    background-image: url(../images/pwd1.png);
    background-size:cover;
}
.left-title{
    width: 100%;
    height: 100%;
    position: absolute;
    padding-left: 4%;
    padding-top: 5%;
}
.left-title-icon{
    background-image: url(../images/title-icon.png);
    background-size:cover;
    width: 2.3%;
    height: 2%;
}
.left-title-text{
    margin-top: 4.2%;
    padding-left: 2.1%;
    box-sizing: border-box;
}
.left-title-text span:nth-child(1){
    font-size: 47px;
    font-family: FZZongYi-M05S;
    font-weight: 400;
    color: #B8E5FF;
}
.left-title-text span:nth-child(2){
    font-size: 47px;
    font-family: FZZongYi-M05S;
    font-weight: 400;
    color: #FFFFFF;
}
.left-title-en{
    padding-left: 2.1%;
    margin-top: 1.2%;
    box-sizing: border-box;
}
.left-title-en div{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #6EA0FF;
}
.left-title-line{
    width: 4.3%;
    height: 7px;
    background-image: url(../images/title-line.png);
    background-size:cover;
    margin-top: 28px;
    margin-left: 40px;
}
.login-title span:nth-child(1){
    font-size: 28px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 700;
    color: #3051F2;
}
.login-title span:nth-child(2){
    color: #1D2341;
    font-size: 28px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 700;
}
.login-QRcode{
    position: absolute;
    width: 64px;
    height: 63px;
    background-image: url(../images/QRcode.png);
    background-size:cover;
    right: 3px;
    top: 4px;
    cursor: pointer;
}
.close-QRcode{
    background-image: url(../images/close.png);
    background-size:cover;
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    right: 20px;
    top: 26px;
    display: none;
}
.qr-code-box{
    width: 100%;
    height: 66%;
    background: url(../images/qr-code-icon.png);
    background-size:100% 100%;
    margin: 72px auto;
    display: none;
}
.qr-code-box2{
    display: block;
}
.remember-forget-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.remember-forget-box div:nth-child(2) a{
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #2A58DD;
}
.remember-forget-box div:nth-child(2) a:hover{
    text-decoration:underline;
}
.mobileNumber-icon{
    background-image: url(../images/phone.png);
    background-size:cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.mobileCode-icon{
    background-image: url(../images/lock.png);
    background-size:cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
}
#mobileCode{
    margin-bottom: 20px;
}
#mobileNumber{
    margin-bottom: 20px;
}
.bottom-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.bottom-box a {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#bottom-box2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: red;
}
.bottom-box div:nth-child(1) span:nth-child(1){
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #9B9DA3;
}
.bottom-box div:nth-child(1) span:nth-child(2) a{
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #2A58DD;
}
.bottom-box div:nth-child(2) a{
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #3A68DA;
}
.bottom-box div:nth-child(2) a:hover{
     text-decoration:underline;
 }
.bottom-box div:nth-child(1) span:nth-child(2) a:hover{
    text-decoration:underline;
}

#passwordManagementUserForm {
    display: none;
}