body, html {
    padding: 0;
    margin: 0;
}

.header {
    background-color: #31313b;
    height: 47px;
    line-height: 47px;
    padding: 0 32px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .logo {
    display: flex;
    text-decoration: none;
    white-space: nowrap
}

.header .logo img {
    margin-right: 14px;
    vertical-align: middle
}

.header .logo span {
    padding-left: 14px;
    font-size: 14px;
    border-left: 1px solid hsla(0,0%,100%,.2);
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    vertical-align: middle
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    width: 100%
}

@media(max-width: 320px) {
    .logo span {
        display:none
    }
}

.mHeader-inner {
    position: relative;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 45px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mHeader-icon {
    position: absolute;
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 21px;
    font-size: 24px
}

.mHeader-title {
    font-size: 18px;
    font-weight: 600;
    color: #242526;
    line-height: 24px
}

.footer {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    background: #2c2c34;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-content {
    width: 1170px;
    display: inline-block;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.footer-content.i18n-oos-en {
    width: 1300px;
}

.footer-content .left {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    display: inline-block
}

.footer-content .left address {
    font-style: normal;
    margin-bottom: 0;
}

.footer-content .right {
    float: right
}

.footer-content .right a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    display: inline-block;
    padding: 0 5px
}

.footer-content .right a+a {
    border-left: 1px solid #fff
}

@media(max-width: 1170px) {
    .footer-content {
        width:100%;
        text-align: center
    }

    .footer-content .right {
        display: none
    }
}

.rg {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    height: 100%
}

.mHeader {
    display: none
}

.footer {
    height: 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rg_wrapper {
    min-height: calc(100vh - 119px);
    overflow: hidden;
    position: relative;
    padding-top: 47px;
}

@media screen and (max-width: 768px) {
    .rg {
        height:auto
    }

    .layout-content {
        min-height: 100vh;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .footer, .header {
        display: none
    }

    .mHeader {
        display: block
    }
}

.right-container {
    width: 100%;
    border-radius: 4px;
    background: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.right-container-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .right-container {
        padding:25px
    }

    .footer {
        margin-top: 20px
    }
}

.login {
    background: url(./img/login-background.png);
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 23px;
    height: 100%;
    width: 100%
}

.login-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.login-ad {
    width: 600px;
    min-height: 390px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background-size: cover;
    background-position: 50%;
    border-radius: 5px;
}

.login-ad.i18n-oos-zh {
    background-image: url("./img/login-oos-zh.png");
}
.login-ad.i18n-oos-en {
    background-image: url("./img/login-oos-en.png");
}
.login-ad.dark .login-ad-btn {
    border: 1px solid #181818;
    color: #181818
}

.login-ad.dark .login-ad-btn:hover {
    border-color: #fff;
    background: #fff
}

.login-ad.light .login-ad-btn {
    border: 1px solid #fff;
    color: #fff
}

.login-ad.light .login-ad-btn:hover {
    background: #fff;
    color: #181818
}

.login-form {
    width: 380px;
    min-height: 390px;
    background: #fff;
    box-shadow: 0 0 8px rgba(100,110,144,.0952242);
    border-radius: 5px;
}

.login-form .login-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
    padding: 30px;
}

.login-logo {
    display: none
}

@media screen and (max-width: 768px) {
    .login {
        position:static;
        background-image: none
    }

    .login-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .login-ad {
        display: none
    }

    .login-logo {
        display: block;
        height: 37px;
        margin: 56px auto 30px
    }

    .login-form {
        width: 100%;
        height: auto
    }
}

#login-main {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#mfaBtn,
#loginBtn,
#goLoginBtn,
#button-findpwd,
#switchAccount,
#registerbtn {
    box-sizing: border-box;
    padding: 8px 0;
    margin-top: 12px;

    width: 320px;
    height: 40px;

    border-radius: 3px;
    background: linear-gradient(109.9deg,red 30.4%,#ff6b00 77.46%);

    font-size: 14px;
    line-height: 24px;

    outline: none;
    border: none;
    color: #fff;

    cursor: pointer;
}

.input-error {
    background: #FFF2F0 !important;
    border-color: #FF4545 !important;
    box-shadow: 0 0 0 1000px #FFF2F0 inset !important;
}

#registerLink {
    width: 320px;
    text-align: right;
    margin-top: 8px;
}

#login-already {
    height: 315px;
    margin: 0 auto;
    text-align: center;
    display: none;
    overflow: hidden;
}

#chkAutoLogin {
    display: inline;
    width: 16px;
    height: 16px;
}

.login input {
    box-sizing: border-box;
    display: block;
    width: 320px;
    height: 40px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    outline: none;
    padding: 11px 12px;
    margin: 0;
}

.login input:hover {
    border-color: #666;
}

.login input[disabled], input[readonly] {
    cursor: not-allowed;
}

.login input:focus {
    border-color: #3D73F5;
}

.login nput:-webkit-autofill {
    box-shadow:0 0 0 1000px white inset;
}

.login input:-internal-autofill-previewed,
.login input:-internal-autofill-selected {
    -webkit-text-fill-color: #333;
    transition: background-color 5000s ease-in-out 0s;
}

.content{
    background: #fff;
    padding: 35px;
    box-shadow: 0 0 8px rgba(100,110,144,.0952242);
    border-radius: 5px;
}