body,
html {
    height: 100%;
}
body textarea:-webkit-autofill,
html textarea:-webkit-autofill,
body select:-webkit-autofill,
html select:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ffab49 inset;
    -webkit-box-shadow: 0 0 0 1000px #ffab49 inset;
}

.cj-container {
  min-width: 1200px;
}

.login-wrap {
    width: 100%;
    height: 100%;
    min-height:700px;
	  position: relative;
}
.login-wrap .to-home{
	position: absolute;
	right: 100px;
	top: 100px;
	height: 48px;
	width: 48px;
	background: url("../image/login/close-circle.svg") no-repeat center;
}
.xauto {
    margin: 0 auto;
}
.main {
    margin: 0 auto;
    text-align: center;
}
.border {
    border: 1px solid red;
}
.login-header {
    width: 100%;
    height: 9%;
    background-color: #ffab49;
}
.login-header .main {
    display: table;
    text-align: left;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
}
.login-header .main .main-child {
    display: table-cell;
    vertical-align: middle;
}
.login-header .main .main-child a {
    text-align: left;
    display: inline-block;
}
.login-header .main .main-child a img {
    display: inline-block;
}
#gradcontent {
    background: -webkit-linear-gradient(#f8a34f, #ffc762);
    background: -o-linear-gradient(#f8a34f, #ffc762);
    background: -moz-linear-gradient(#f8a34f, #ffc762);
    background: linear-gradient(#f8a34f, #ffc762);
}
.inline-block {
    display: inline-block;
}
.login-content {
    height: 100%;
    background: var(--color-theme-1);
}
.login-content.change-theme-color-bg {
    background: var(--color-primary-cover-bg);
}
.login-register a {
    font-size: 14px;
    color: #fff;
    padding: 0 4px;
    display: inline-block;
}
.login-footer {
    height: 19%;
    text-align: center;
    overflow: hidden;
}
.login-footer #footer-content {
    height: 100%;
    margin-top: 11%;
}
.login-footer #footer-content span {
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
}
.login-footer #footer-content span .copyright-logo {
    padding: 0 5px 0 0;
    font-size: 22px;
    vertical-align: middle;
}
.login-footer #footer-content a {
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
}

.login-from .userimg{
    margin: 0 auto 35px auto ;
    display: block;
}
.login-from-item{
    margin-top: 35px;
    position: relative;
    width: 100%;
}
.qs-login .login-from-item{
    margin-top: 32px;
}
.login-from-item input{
    width: 100%;
    line-height:35px;
    border-bottom: 1px solid #E3E3E3;
    color:rgba(124,124,124,1);
    line-height:28px;
}
.borderErr{
    border-color: red !important;
}
.login-from .tit{
    position: absolute;
}
.err{
	color: #E02020;
	font-size: 14px;
	min-height: 20px;
}
.err-bottom {
    min-height: 48px;
}
.login-footer {
    height: 19%;
    text-align: center;
    overflow: hidden;
}

.login-footer #footer-content {
    height: 100%;
    margin-top: 8%;
}

.login-footer #footer-content span {
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
}

.login-footer #footer-content span .copyright-logo {
    padding: 0 5px 0 0;
    font-size: 22px;
    vertical-align: middle;
}

.login-footer #footer-content a {
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
}
.li-middle .focus{
    bottom: 30px;
    left: 5px;
    font-size: 14px;
    transition:0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #F89129;
    cursor: text;
}
.li-middle label{
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: rgba(124, 124, 124, 1);
    font-weight: initial;
    font-family: PingFangSC-Medium;
    margin: initial;
    transition:0.2s ease all;
    -webkit-transition: 0.2s ease all;
    cursor: text;
}
.li-middle .li-error-tip-wrap {
    /* min-height: 32px; */
    min-height: 48px;
}
.borderpass{
    border-color: #F89129 !important;
}
.fb_iframe_widget {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 70px;
}
/*2019-7-11 xiaoy reg-log修改*/
.login-wrap {
    width: 100%;
    height: 100%;
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    background: rgba(0, 0, 0, 0.5); 
    z-index: 6;
}
#reg-login {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin: 127px auto;  */
    width: 500px; 
    height: 435px; 
    background: rgba(182, 178, 182, 0.473); 
    padding-top: 50px; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    border-radius:6px; 
    background: #fff; 
    z-index: 1;
}
#reg-login input::-webkit-input-placeholder { color: #ccc; }
#reg-login input {color: #666; text-indent: 4px;}
#reg-login section {width: 310px;}
.login-close {position: absolute; right: 20px; top: 20px; width: 20px; height: 20px;  cursor: pointer;}
.login-logo {display: flex; justify-content: center; margin-bottom: 40px;}
.login-logo img { width: 79px; height: 57px; }
.login-font {margin-bottom: 30px; color: #666; text-align: center; font-size: 20px; font-family: Graphik Webfont;}
.login-input {margin-bottom: 40px;}
.login-input .input-area {
    display: flex; justify-content: space-between; width: 310px;
}
.login-input .input-area i {width: 20px; height: 20px;}
.login-input .input-area input{width: 280px; border-bottom: 1px solid #ccc; box-sizing: border-box;}
.login-input .account {margin-bottom: 50px; position: relative;}
.login-input .account i {background: url('../image/login/account.png') no-repeat center center;}
.login-input .password i {background: url('../image/login/password.png') no-repeat center center;}
.login-input .password {position: relative;}
.login-input .password .password-eye {width: 16px; height: 10px; background: url('../image/login/password-hide.png') no-repeat center center; position: absolute; right: 10px; bottom: 6px; cursor: pointer;}
.login-input .password .password-eye.password-show {background: url('../image/login/password-show.png') no-repeat center center;}

.login-btn {display: flex; justify-content: center;}
.login-btn button {
    width: 282px; height: 40px; border-radius:20px; background:#F89129; color: #fff;
}
.login-btn button.disabled{background: rgba(248,145,41,0.5);}
.login-btn .can-login{ background: rgba(248,145,41,1);}
.err-tip {position: absolute; left: 32px; top: 30px; font-size: 12px; color: rgb(255, 17, 0);}
.black-customer-tip {
    /* margin-top: 16px; */
    padding-bottom: 16px;
}
.black-customer-tip .black-customer-tip-help {
    font-size: 12px;
    /* padding: 10px 0; */
}
.black-customer-tip .black-customer-tip-help-contact {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-theme-1);
    line-height: 20px;
}
.black-customer-tip-help-contact:hover {
    text-decoration: underline;
}
.login-main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.login-info,
.login-from{
    height: 628px;
    background: #fff;
    border-radius: 6px;
    color: #999;
    box-shadow:0px 0px 42px 0px rgba(0,0,0,0.17);
}
.login-info{
    width: 450px;
    padding:39px 54px 20px 40px;
    margin-right: 20px;
    position: relative;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.login-info.login-info-box{
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 469px;
    box-shadow: none;
    padding-left: 50px;
    background: url('/static/image/login/login-bg1.png') center center/cover;
}
.login-info.login-info-box-TH {
    background: url('/static/image/login/login-bg-TH.jpg') center center/cover;
    box-shadow: 0px 0px 42px 0px rgba(0,0,0,0.17);
}
.login-info-link{
    color: #fff;
}
.login-info-link:hover{
    cursor: pointer;
    color: var(--color-theme-1);
}
.login-info-text{
    margin-top: 100px;
    font-size: 28px;
    color: #fff;
}
.login-info-text-TH {
    padding-left: 28px;
    width: 318px;
}
.login-logo-title-wrap {
    display: flex;
    align-items: center;
}
.login-logo-title-wrap .login-logo-title-content {
    padding-left: 8px;
    text-align: center;
}
.login-logo-title-wrap .login-logo-title-content .login-logo-title-content-title {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.login-logo-title-wrap .login-logo-title-content .login-logo-title-content-text {
    font-size: 9px;
    color: #FFFFFF;
    line-height: 13px;
    font-style: normal;
    letter-spacing: 2px;
}

.login-info.none{
    width: 0;
    height: 0;
    transition: width 0.5s,height 0.5s,left 0.5s,display 0.5s;
    left: 470px;
    display:none;
}
.login-info .name{
    margin-top: 18px;
    color: var(--color-theme-1);
    font-size: 24px;
    display: block;
}
.login-info .name-hover {
    cursor: pointer;
}
.login-info .name-hover:hover {
    text-decoration: underline;
}
.login-info .img1{
    width: 100%;
    height: 132px;
    background: url('/static/image/login/login-img.png') center center/cover;
}
.login-info .img1_1{
    width: 100%;
    height: 132px;
    background: url('/static/image/login/login-img3.png') center center/cover;
}
.login-info .img2{
    width: 70%;
    height: 258px;
    margin: 126px auto 0;
    display: block;
    background: url('/static/image/login/resgimg_.png') center center/cover;
}
.login-from{
    width: 592px;
    padding: 70px 118px 70px;
    position: relative;
    z-index: 1;
}
.login-from.login-from1{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.login-title{
    margin-bottom: 24px;
}
.newloginTitle {
    margin-bottom: 0;
}
.th-login-title {
    margin-bottom: 100px;
}
.login-title h3, .newloginTitle h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
		margin-bottom: 8px;
}
.login-title .tip{
    font-size: 14px;
    color: var(--color-theme-1);
    margin-top: 5px;
}
.login-title .signUp:hover{
    text-decoration: underline;
}
.signin-btn{
    width:356px;
    line-height:42px;
    background:var(--color-login-btn-bg);
    box-shadow:0px 8px 14px -6px var(--color-theme-1-opacity10);
    border-radius:4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
}
.signin-btn:hover{
	background: var(--color-login-btn-bg-hover);
	box-shadow: initial;
}
.login-pass-item{
    margin-top: 20px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.forget-pass{
    color: var(--color-theme-1);
    cursor: pointer;
}
.forget-pass.login-forget:hover {
    text-decoration: underline;
}
.rember-pass {
    position: relative;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}
.rember-pass:hover .remberPassIcon{
    color: var(--color-theme-1);
}
.rember-pass.check .remberPassIcon{
    color: var(--color-theme-1);
}
.show-icon{
    position: absolute;
    left: -38px;
    top: 20px;
    width: 38px;
    height: 48px;
    background: #fff;
    text-align: center;
    line-height: 48px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.show-icon::after{
    font-family: 'iconfont';
    content: '\e6a8';
    color: #666;
}
.signin-with {
    margin-top: 48px;
}
.qs-login .signin-with {
    margin-top: 24px;
}
.signin-with-line{
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.signin-with-or{
    background: #fff;
    color: #999;
    padding:1px 21px;
    position: relative;
    top: 12px;
    font-size: 14px;
}
.qs-login .signin-with-other {
    text-align: center;
    background: #fff;
    color: #999;
    position: relative;
    font-size: 14px;
}
.signin-with-list{
    display: flex;
    justify-content: center;
    margin-top: 18px;
}
.signin-with-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px;
    cursor: pointer;
}
.signin-with {
    /* margin-top: 48px; */
}
.qs-login .signin-with .cj-authorie-login-btn{
    width:356px;
    line-height:42px;
    background: #FF7700;
    border-radius:4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qs-login .signin-with .cj-authorie-login-btn:hover {
    background-color: #e56a00;
}
.qs-login .signin-with .cj-authorie-logo{
    display: inline-block;
    width: 32px;
    border-radius: 50%;
    height: 32px;
    background-color: #FFFFFF;
    line-height: 32px;
    margin-right: 10px;
    /* background: url('/static/image/login/loginuser.png') no-repeat; */

}
.signin-with .cj-authorie-logo img {
    width: 22px;
}


.last-signin-width-item {
    margin-right: 0;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 }

.signin-with-item.facebook::before{
    font-family: 'iconfont';
    content: '\e713';
    font-size: 19px;
    color: #4267B2;
}
.signin-with-item.apple::before{
    content: '';
    background: url(../image/login/apple.svg) #fff;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px auto;
    border-radius: 50%;
}
.signin-with-item.google::before
{
    content: '';
    background: url(../image/login/google.svg) #fff;
    width: 20px;
    height: 20px;
    background-position: center -7px;
    background-size: 36px auto;
    border-radius: 50%;
}
.signin-with-item.facebook:hover{
    background: #4267B2;
    color: #fff;
    border-color: #4267B2;
}
.signin-with-item.facebook:hover::before{
    color: #fff;
}
.signin-with-item.google:hover{
    background: #4285F4;
    color: #fff;
    border-color: #4285F4;
}
.signin-with-item.apple:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.confirm-box{
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.confirm-main{
    min-height: 160px;
    min-width: 360px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
}
.confirm-content{
    padding: 30px 50px 24px;
    color: #333;
    font-size: 16px;
}
.confirm-btn{
    width: 116px;
    line-height: 32px;
    background: var(--color-theme-1);
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    cursor: pointer;
    transform: translate(-50%, 0);
}
.confirm-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    color: #666;
    font-size: 14px;
}
.confirm-close::after{
    font-family: 'iconfont';
    content: '\e617';
}
.confirm-box.email-send-msg .confirm-content {
    text-align: left;
    padding: 45px 20px 70px;
    max-width: 500px;
}
.confirm-box.email-send-msg a {
    color: var(--color-theme-1);
}
.confirm-box.email-send-msg a:hover {
    text-decoration: underline;
}
.confirm-box.email-send-msg .confirm-btn {
    bottom: 18px;
}
.login-close-btn{
    position: absolute;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    right: 0;
    cursor: pointer;
    top: 0;
    color: #999;
}
.login-close-btn:hover{
    color: var(--color-theme-1);
    text-decoration: none;
}
.login-close-btn:after{
    font-family: 'iconfont';
    content: '\e70d';
    font-size: 24px;
}
.login-from-list .li-middle.passWord {
    position: relative;
}
.login-from-list .li-middle.passWord .eyesIcon{
    font-size: 12px;
    color: var(--color-font-3);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
/*ie*/
.passWord input::-ms-reveal {
    display: none;
}
.passWord input::-ms-clear{
    display: none;
}
/*edge*/
.passWord input::-o-clear{
    display: none;
}
.apple-bind {
    width: 592px;
    min-height: 536px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    margin: 0 auto;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    padding-top:150px;
}
.apple-bind span.t-label {
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    color: #333;
}
.apple-bind span.required {
    color: red;
}
.apple-bind input{
    width: 496px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    padding: 0 10px;
    font-size: 14px;
    margin-top:5px;
}
.apple-bind input::placeholder {
    color: #CDCFD5;
}
.apple-bind .input-box {
    border-top: 1px solid #EEE;
    padding: 40px 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.apple-bind .input-item {
    display: flex;
    flex-direction: column;
}
.apple-bind .input-item:nth-of-type(n+2) {
    margin-top: 24px;
}
.apple-header {
    position: absolute;
    top: 48px;
    left:48px;
}
.apple-welcome {
    color: #333;
    font-size: 24px;
}
.apple-welcome span.clr {
    color: var(--color-theme-1);
}
.apple-tip {
    color: #666;
    font-size: 16px;
}
.apple-confirm-btn {
    width: 334px;
    line-height: 42px;
    background: var(--color-login-btn-bg);
    box-shadow: 0px 8px 14px -6px var(--color-theme-1-opacity10);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.apple-confirm-btn:hover {
    background: var(--color-login-btn-bg-hover);
    box-shadow: initial;
}
.apple-err-tip {
    font-size: 12px; 
    color: rgb(255, 17, 0);
}
.login-from .errorBox {
    padding: 8px 16px;
    border: 1px solid #FFA39E;
    background: rgba(255, 163, 158, 0.1);
    font-size: 16px;
    color: var(--color-font-2);
    line-height: 22px;
    border-radius: 4px;
    margin: 20px 0;
}
.login-from .errorBox .errorIcon {
    font-size: 16px;
    color: #FF6010;
    margin-right: 12px;
}
.signin-with-item .signin-logo{
    background: url('/static/image/login/login_logo1.png') no-repeat;
    background-size: 320px auto;
    width: 36px;
    height: 36px;
    position: relative;
}
.signin-logo.cj-logo{
    background-position: -2px -48px;
}
.signin-logo.cj-logo:hover{
    background-position: -2px -2px;
}
.signin-logo.whatsapp-logo{
    background-position: -58px -48px;
}
.signin-logo.whatsapp-logo:hover{
    background-position: -58px -2px;
}
.signin-logo.facebook-logo{
    background-position: -114px -48px;
}
.signin-logo.facebook-logo:hover{
    background-position: -114px -2px;
}
.signin-logo.google-logo{
    background-position: -170px -48px;
}
.signin-logo.google-logo:hover{
    background-position: -170px -2px;
}
.signin-logo.apple-logo{
    background-position: -226px -48px;
}
.signin-logo.apple-logo:hover{
    background-position: -226px -2px;
}
.signin-logo.shopify-logo{
    background-position: -282px -48px;
}
.signin-logo.shopify-logo:hover{
    background-position: -282px -2px;
}