html,
body {
    margin: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    font-family: PingFang-SC-Regular;
    background: #F5F7F9;
}

body.login {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#root {
    background-image: url(../images/bj_02-min.png), url(../images/bj_01-min.png), radial-gradient(#001B48 30%, #000 70%), linear-gradient(0deg, #000 0%, #000 100%);
    background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
    -webkit-background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
    background-position-y: 0%, 30%, -84%, 0%;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
    -o-background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
}

#root {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 5;
}
#root .hide {
    display: none;
}
#root .logo {
    margin: 0px;
    padding: 20px;
}

#root .logo div:last-child {
    margin: 0 auto;
    margin-top: 37.3px;
    text-align: center;
}

#root .form-container {
    width: 424px;
    height: 510px;
    margin: 0 auto;
    border-radius: 4px;
    background: linear-gradient(194deg, rgba(38, 129, 255, 0.27) 0%, rgba(0, 20, 61, 0.69) 100%);
}

#root .form-container .form-container-header {
    display: flex;
    text-align: center;
    height: 72px;
    padding-top: 64px;
    font-size: 30px;
    letter-spacing: 0;
    justify-content: center;
    position: relative;
}
#root .corner-mark {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 8px;
    right: 8px;
    border: 0px;
    cursor: pointer;
}

#root .corner-mark-tip {
    width: 84px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 74px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    background: url('../images/corner-mark-tip.png') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    line-height: 20px;
}
#root .download-app {
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 35px;
}
#root .download-app img {
    border: 12px solid #0D67E8;
    border-radius: 4px;
    margin-bottom: 40px;
}
#root .form-container .form-container-header .title {
    font-size: 24px;
}

#root .form-container .form-container-header .title-des {
    font-size: 12px;
    margin-top: 6px;
}


#first {
    margin-top: -56px;
}

#root .form-container #form-group-username {
    width: 312px;
    margin-left: 60px;
    margin-top: 0px;
}

#root .form-container #form-group-password {
    width: 312px;
    margin-left: 60px;
    margin-top: 0px;
}

#form-group-sms{
    width: 312px;
    margin-left: 60px;
    margin-top: 0px;
}

#form-group-code {
    width: 312px;
    margin-left: 60px;
    margin-top: -0px;
}

#send-btn{
    position: absolute;
    width: 130px;
    height: 32px;
    font-size: 14px;
    padding: 5px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    bottom: 15px;
    right: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
}

.btn-disabled{
    color: rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.08) !important; 
    border: 1px solid rgba(255, 255, 255, 0.2) !important; 
    cursor: not-allowed !important;
}

#send-btn:hover {  
    color: #2B99FF;
    border: 1px solid rgba(43, 153, 255, 0.2);
}

#mobile{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}
#mobile:focus{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}
#captchaCode{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}
#captchaCode:focus{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}

#root .form-container #usernameTip,
#root .form-container #passwordTip,#mobileTip,#smsCodeTip {
    margin-top: 68px;
}

#root .form-container .login_svg {
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: block;
    position: absolute !important;
    top: 3px !important;
}

#root .form-container #deleteUserName {
    position: absolute !important;
    top: 70px !important;
    right: 0px !important;
    cursor: pointer;
}

#root .form-container .pwd_active {
    position: absolute !important;
    top: 68px !important;
    right: 0px !important;
    cursor: pointer;
}

#root .form-container .form-group {
    position: relative;
}

#root .form-container .form-group .message {
    font-size: 12px;
    color: #354052;
    line-height: 15.83px;
    margin-bottom: 16px;
    height: 15px;
}

#root .form-container .login-form {
    margin-top: 0px;
}

#root .form-container .login-form .erro-message {
    width: 312px;
    margin-top: 10px;
    margin-left: 60px;
    height: 42px;
}

#root .form-container .login-form .erro-message span {
    line-height: 16px;
    font-size: 14px;
    color: #FF3B30;
}

#root .form-container .login-form .erro-message a:hover {
    color: #00BAF3;
}
#root .forgetPwd {
    color: rgba(255, 255, 255, 0.85) !important;
}

#root .form-container .login-form .erro-message #tenCountDown {
    text-align: center;
    color: #FF3B30;
    float: right;
    margin-right: 8px;
}

#root #loginBtn {
    height: 40px;
    margin: 0px auto 0px;
    padding: 9.5px 0px;
    color: white;
    line-height: 22px;
    background: #0D67E8;
}

#root #loginSmsBtn {
    height: 40px;
    margin: 0px auto;
    padding: 9.5px 0px;
    color: white;
    line-height: 22px;
    background: #0D67E8;
}

#root .form-container .login-form .username {
    height: 68px;
}

#root .form-container .login-form .username #deleteUserName {
    position: absolute !important;
    top: 70px !important;
    right: 0px !important;
}

#root .form-container .login-form .username img:hover {
    cursor: pointer;
}

#root .form-container .login-form .password {
    position: relative;
    height: 61px;
    margin-bottom: 34px;
}

#root .form-container .login-form .password .message {
    margin-top: 19px;
    height: 16px;
}

#root .form-container .login-form .password img {
    top: 28px;
    right: 0px;
    position: absolute;
}

#root .form-container .login-form .password img:hover {
    cursor: pointer;
}

#root .form-container .login-form .form-footer {
    width: 312px;
    height: 20px;
    font-size: 14px;
    color: #666666;
    margin-top: 26px;
}

#root .form-container .login-form .form-footer .checkBox {
    display: none;
}

#root .form-container .login-form .form-footer .active {
    display: inline-block !important;
    border-radius: 25px;
}

#root .form-footer .forgot-pass {
    float: right;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: -60px;
}

#root .form-footer .login-pass {
    float: left;
    text-decoration: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-left: 60px;
    width: 112px;
    height: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px
}


#root .form-container .login-form .form-footer>div {
    display: inline-block;
}

#root .form-container .login-form .form-footer>div img {
    display: inline;
}

#root .form-container .login-form .form-footer>div:hover {
    cursor: pointer;
    border-radius: 25px;
}

#root .footer-nav {
    height: 17px;
    line-height: 17px;
    color: #ffffff;
    letter-spacing: 0;
}

#root .footer-nav .ul-nav {
    font-size: 12px !important;
    width: 312px;
    margin: 0 auto;
}

#root .footer-nav .ul-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#root .footer-nav .ul-nav ul li {
    float: left;
    text-align: center;
}

#root .footer-nav .ul-nav ul li .divide {
    border: 1px solid #fff;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 10px;
    margin-top: 3px;
}

#root .active {
    display: inline-block !important;
}

.footer-copyright {
    display: inline-block;
    font-family: NotoSansCJK-Light;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    line-height: 20px;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 32px;
    z-index: 10;
}

.verifycode-disabled {
    color: #ccc !important;
}

.col-sm-12 {
    width: 100%;

}
.progress-active {
    display: block !important;
}

.hidden {
    display: none;
}
.panel-hidden {
    height: 0px !important;
    width: 0px !important;
    overflow: hidden;
}

.form-control {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    -webkit-text-fill-color: #ffffff;
    background: transparent;
    border-radius: 3px;
    border: none;
    outline: medium;
    padding-bottom: 8px;
}

.forget-container-body .message {
    height: 16px;
    color: #354052;
    line-height: 15.83px;
    font-size: 12px;
    opacity: 0.5;
}

.btn {
    outline: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    width: 312px;
}

.btn-active {
    background: #00BAF3 !important;
    color: #FFFFFF !important;
    letter-spacing: 0 !important;
}

.btn-default {
    color: white;
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    border-radius: 2px;
}

input:-webkit-autofill {
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.tip {
    position: absolute;
    top: 220px;
    left: 417px;
    font-size: 9pt;
    height: 94.60px;
    width: 288.5px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px #E1E1E1;
    *border: 1px solid #666;
    border-radius: 3.33px;
    -moz-border-radius: 3.33px;
    -webkit-border-radius: 3.33px;
}

.tip .content {
    padding: 17px 0px 20.6px 19px;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
}

.tip .tip-content {
    font-size: 12px;
    color: #626262;
}

.tip .tip-content div {
    line-height: 17px;
    height: 17px;
    margin-bottom: 5px;
}

.tip .tip-content div img {
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 2px;
}

.tip s {
    position: absolute;
    top: 20px;
    *top: 20px;
    left: -20px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}

.tip s i {
    position: absolute;
    top: -9px;
    *top: -9px;
    left: -10px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}

.form-group {
    padding-top: 40px;
    position: relative;
}

.form-group input:focus +div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85) !important;
}

.form-group input +div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.form-group label {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 60px;
    font-size: 16px;
    color: #999;
    cursor: text;
    font-family: PingFangSC-Regular;
}

* {
    transition: border-color 0.5s;
}

.focus label {
    color: rgba(255, 255, 255, 0.65);
    animation: myfirst 0.3s;
    animation-fill-mode: forwards;
}

@keyframes myfirst {
    from {
        top: 60px;
    }
    to {
        top: 30px;
        transform: scale(0.9);
        left: -5px;
    }
}

@keyframes myfirst1 {
    from {
        top: 30px;
    }
    to {
        top: 60px;
    }
}