/* CSS Document */
/*-----注册-----*/
#sign{ padding-bottom:100px; position:relative; top:-200px;}
.sign{ width:1100px; margin:0 auto; padding:50px; background:#fefefe; border-radius: 8px;
    font-size: 16px; box-shadow: 0px 2px 4px 0px rgba(40,76,192,0.24);}
.sign .left{ width:700px; float:left; text-align:center;}
.sign .right{ width:280px; float:right; border-left:1px solid #e5e5e5; height:100px; padding-left:100px;}
.sign ul{ padding:30px 80px 0px 50px;}
.sign ul li{ border:1px solid #e6e6e6; height:40px; line-height:40px; background:#fff; margin-bottom:20px;}
.sign ul li span{ display:block; float:left; padding-left:5px; height:40px; border-right:1px solid #e6e6e6; width:40px; line-height:40px;}
/*.sign ul li span img{ padding-top:2px; }*/
.sign ul li input{ margin-left:10px; border:0;  float:left; height:40px; line-height:40px; width:510px;}
.sign .agreement{ font-size:14px;}
.sign .agreement input{ width:16px; height:16px; float:left; margin-right:10px;}
.sign .but{ padding-top:20px; text-align:left; padding-left:50px;}
.sign .but button{ border:0; background:#018ade; width:570px; height:40px; line-height:40px; border-radius:8px; color:#fff; font-size:18px;}
.sign .right h1{ padding-top:30px; font-size:16px;}
.sign .right h2{ display:block; padding-top:20px; font-size:16px; color:#018ade;}
.sign .right .code{ text-align:center; padding-top:30px; color:#888888;}
html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    user-select: none;
}
a, a:hover{
    text-decoration: none;
}
.login{ position:absolute; top:130px; left:220px;}
a:hover {
    color: #018ade;
}
input{
    outline: none;
}

input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px white inset !important;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.wrapper {
    height: auto;
}

.word-box {
    position: absolute;
    left: 137px;
    top: 37.33%;
}

.zh_CN .word-box .desc,
.zh .word-box .desc {
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 67px;
}

.zh_CN .word-box .sub-title,
.zh .word-box .sub-title {
    margin-top: 26px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.en .word-box .desc {
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    font-size: 37px;
    line-height: 63px;
}

.en .word-box .sub-title {
    margin-top: 26px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.sub-title span {
    padding: 0 9px;
    font-size: 20px;
    line-height: 22px;
}

.header-view {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.header-logo {
    margin-left: 125px;
    margin-top: 40px;
    width: 393px;
    height: 50px;
}

.languages {
    float: right;
    display: inline-block;
    margin-right: 128px;
    margin-top: 54px;
    font-size: 16px;
    color: #fff;
}

.languages a {
    color: #fff;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
    padding: 0 126px 65px 126px;
    opacity: 0.7;
}

footer a {
    color: #fff;
}

.footer-a:hover {
    color: #cdccc1;
}

.other-url span{
    color: #c7c7c7;
    margin: 0 24px;
}
.login-wrapper{
    box-sizing: border-box;
    width: 350px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    border-radius: 8px;
}
.ulWrapper {
    padding: 0;
    display: flex;
    margin: 31px 46px 40px 46px;
}
.ulWrapper li {
    width: 50%;
    text-align: center;
    cursor: pointer;
    color: #545D75;
    font-size: 20px;
    line-height: 28px;
}
.ulWrapper li.active{
    color: #018ade;
}
.loginWrapper form {
    display: none;
    padding: 0 24px 36px 24px;
}
.loginWrapper form.active {
	display: block;
}
.login-row{
    display: flex;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(222,225,228,1);
    align-items: center;
    width: 302px;
    height: 42px;
    border-radius: 8px;
}
.login-row i{
    text-align: center;
    font-size: 16px;
    margin-left: 16px;
    margin-right: 12px;
}
.login-row input{
    flex: 1;
    border: 0;
    font-size: 16px;
    line-height: 32px;
}
.login-row.row2{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.login-row.row2 input {
    border: 1px solid #ccc;
    margin-right: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(222,225,228,1);
    width: 170px;
    height: 42px;
    font-size: 16px;
    padding-left: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}
.login-row.row2 {
	border: none;
}
.btn {
    color: #FFFFFF;
    border-color: transparent;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    background: #018ade;
    width: 302px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    padding: 0;
    border-width: 0;
    box-shadow: 0px 2px 4px 0px rgba(40,76,192,0.24);
}
.btn-code {
    width: 120px;
    background: #FFFFFF;
    border: 1px solid rgba(0,90,220,1);
    color: #018ade;
    line-height: 42px;
    height: 42px;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}
a:hover.btn-code {
    color: #Fff;
}
.btn-login{
    width: 100%;
}

.other-url {
    text-align: center;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 0;
}
.other-url a {
    color: #545D75;
}
.other-url a:hover {
    color: #018ade;
}

form label.error {
    float: left;
    font-size: 14px;
    color: #F85359;
    /*padding: 6px 0;*/
    position: absolute;
    padding-top: 3px;
}

.hidden{
    display: none;
}
button{
    outline: none;
}

.code{
    color: #018ade;
    height: 36px;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
}
.errors-msg{
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: #F85359;
    float: left;
    margin-bottom: 17px;
    margin-top:6px;
}

.sending-code {
    font-family: PingFangSC;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 225, 228);
    color: #545D75;
}
.code-wrap {
    margin-top: 24px;
    background: #FFFFFF;
    height: 42px !important;
    box-sizing: border-box;
    border: none;
}
#imgverifycode {
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid rgba(222,225,228,1);
    width: 180px;
    height: 42px;
    box-sizing: border-box;
    border-radius: 8px 0 0 8px;
}
#cimg {
    width: 105px;
    height: 42px;
}