body,
html {
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;

    font-family: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset;
}

select {
    font-size: 14px;
}

.register-wrap{
	position: relative;
}

.register-con{
    display: flex;
    min-height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    background: var(--color-theme-1);
}
.register-con.change-theme-color-bg {
    background: var(--color-primary-cover-bg);
}
.register-form{
    background: #fff;
    width:592px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 42px 0px rgba(0,0,0,0.17);
    border-radius:6px;
    padding: 18px 0 42px;
    position: relative;
}
.register-title{
    font-size: 24px;
    color: #333;
    padding-left: 48px;
    line-height: 33px;
}

.register-title a{
	color: var(--color-theme-1);
}

.register-title a:hover{
	list-style: none;
	color: var(--color-theme-1);
	text-decoration: none;
}
.to-cj:hover {
    color: var(--color-theme-1) !important;
    text-decoration: underline !important;
}
.to-cj:focus {
    color: var(--color-theme-1) !important;
    text-decoration: none !important;
}

.register-sub-title{
    padding-left: 48px;
    color: #666;
    line-height: 22px;
    word-break: break-all;
    padding-right: 48px;
}
.register-sub-title .f-org{
    cursor: pointer;
}
.register-sub-title .register-authorize-cj-title .register-authorize-active {
    color:  var(--color-theme-1);
    cursor: pointer;
}
.register-list{
    margin-top: 20px;
    margin-bottom: 0;
    padding: 16px 48px 0px;
}
.register-item{
    position: relative;
    margin-bottom: 4px;
    min-height: 74px;
}
.register-item .item-box{
    width: 49%;
}
.register-item .iconfont{
	position: absolute;
	top: 31px;
	right: 8px;
	cursor: pointer;
	font-size: 12px;
}
.register-item .register-verification-code-send {
	position: absolute;
	top: 31px;
	right: 8px;
	cursor: pointer;
	font-size: 12px;
    color: var(--color-theme-1);
}
.register-item .register-verification-code-send:hover{
    color: var(--color-primary-hover);
}
.register-item .second{
	color: #666;
}
.register-item-title{
    font-size: 12px;
    margin-bottom: 0;
}
.register-item-title .must-icon{
    color: #E02020;
    font-size: 16px;
    vertical-align: middle;
}
.register-item-input{
    width: 100%;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    border:1px solid rgba(216,216,216,1);
		padding: 0 8px;
		font-size: 14px;
}
.phone-register {
    flex: 1;
}
.register-item-input.borderErr{
    border-color: #E02020;
}
.error-message {
	color: #E02020;
	font-size: 14px;
	margin: 0;
}

.name-err-msg {
	width: 496px;
}


.error-message a{
	color: var(--color-theme-1);
}

.privacy-tip {
    position: relative;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    margin-left: 60px;
    margin-bottom: 0;
    color: #666;
}
.privacy-tip .beforeCheckIcon {
    font-size: 14px;
    color: var(--color-font-2);
}
.privacy-tip .beforeCheckIcon:hover {
    color: var(--color-theme-1);
}
.privacy-tip .afterCheckIcon {
    font-size: 14px;
    color: var(--color-theme-1);
}
.register-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: 14px auto;
}
.register-btn:hover{
	background:var(--color-login-btn-bg-hover);
	box-shadow: initial;
}
.register-btn:active{
	background: #AE4500;
}
.f-org{
    color: var(--color-theme-1);
}
.f-org:hover{
    color: var(--color-theme-1);
    text-decoration: underline;
}
.login-tip{
    text-align: center;
    color: #666;
    margin-bottom: 0;
}
.phone-box{
    display: flex;
    align-items: center;
}
.phone-box .countrybox{
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #d8d8d8;
    margin-right: 10px;
    border-radius: 2px;
}
.phone-box .countrytxt{
    color: #333;
    padding: 0 20px 0 9px;
    position: relative;
    display: block;
    cursor: pointer;
}
.phone-box .countrytxt::after{
    content: '';
    border: 5px solid;
    border-color:#333 transparent transparent transparent;
    width: 0;
    height: 0;
    line-height: 1;
    position: absolute;
    right: 4px;
    top: 11px;
}

.phone-box .countrybox-disabled {
    background: #eee;
}

.phone-box .countrybox-disabled .countrytxt {
    color: #999;
    cursor: not-allowed;
}

.phone-box .countrybox-disabled .countrytxt::after {
    color: #999;
    border-color:#999 transparent transparent transparent;
}

.countrybox{
    position: relative;
}
.country-list{
    position: absolute;
    width: 240px;
    top: 32px;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
		z-index: 1;
}
.country-item{
    text-align: left;
    padding: 8px;
    cursor: pointer;
    line-height: 20px;
}
.country-item:hover{
    background: rgba(255, 119, 0, 0.2);
    color: var(--color-theme-1);
}
.country-search{
    width: 224px;
    margin: 7px;
    border: 1px solid #d8d8d8;
    padding-left: 7px;
}

.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{
		width: 396px;
    min-height: 160px;
    min-width: 360px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
}
.confirm-content{
    padding: 30px 50px 52px;
    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-btn:hover {
    background: var(--color-theme-1-1);
}
.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';
}
.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-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('/static/image/login/account.png') no-repeat center center;}
.login-input .password i {background: url('/static/image/login/password.png') no-repeat center center;}
.login-input .password {position: relative;}
.login-input .password .password-eye {width: 16px; height: 10px; background: url('/static/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('/static/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);}
.register-wrap .tooltips {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.register-wrap .tooltips .tipIcon {
    font-size: 12px;
    color: var(--color-theme-1);
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.register-wrap .tooltips:hover .tooltiptext {
    visibility: visible;
}
.register-wrap .tooltips .tooltiptext {
    visibility: hidden;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 2;
    bottom: 22px;
    left: 35px;
    margin-left: -100px;
    word-break: break-word;
    line-height: 1.5;
    margin-right: 10px;
    min-width: 380px;
}
.register-wrap .tooltips .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 70px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,.75) transparent transparent transparent;
}
.register-wrap .tooltips .tooltiptext p {
    margin: 0;
    font-size: 12px;
}
.language-wrapper{
    display: inline-block;
    margin-left: 70px;
}
.signin-with{
    margin: 0 48px;
}
.signin-with-line{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.signin-with-or{
    background: #fff;
    color: #999;
    padding:5px 21px;
    position: relative;
    top: 16px;
    z-index: 1;
}
.signin-with-line:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    top: 31px;
    left: 0;
}
.signin-with-list{
    width: 100%;
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signin-with-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.last-signin-width-item {
    margin-right: 0;
}
.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;
}
.icon {
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.showCode .switchBox {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 8px;
}
.showCode .switchBox.closeSwitchBox {
    margin-bottom: 26px;
}
.showCode .switchBox .switch {
    margin-left: 8px;
    width: 48px;
    height: 24px;
    background: var(--color-theme-1);
    border-radius: 15px;
    position: relative;
    font-weight: bold;
    padding: 0 2px;
}
.showCode .switchBox .switch.closeSwitch {
    background: #E4E4E4;
    padding: 0 4px
}
.showCode .switchBox .switch .switchCircle {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    transition: right 0.3s;
}
.showCode .switchBox .switch.closeSwitch .switchCircle {
    right: 26px;
}
.showCode {
    margin-bottom: 14px;
}

.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;
}