@charset "utf-8";
.box.register,
.box.login {
    width: 100%;
    height: 760px;
    position: relative;
}
.box .image {
    width: 37.03%;
    position: absolute;
    left: 10.41%;
    top: 195px;
    height: 536px;
}
.box .image img {
    width: 100%;
}
.box .form-block {
    position: absolute;
    left: 61.88%;
    top: 112px;
    width: 349px;
    padding: 20px;
    border: 1px rgba(255,255,255,0.6) solid;
    border-radius: 8px;
}
.box .form-block .title {
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}
.box .form-block .form-content {
    margin-top: 52px;
}
.box.login .form-block .form-content {
    display: none;
}
.box .form-block .form-content .form-item {
    width: 100%;
    height: 43px;
    margin-top: 30px;
    color: #ffffff;
    line-height: 42px;
}
.box .form-block .form-content .form-item .retrieve {
    float: right;
}
.check-label .check-input + i,.check-label2 .check-input + i {
    font-size: 14px;
    color: #ffffff;
    padding-left: 26px;
}
.check-label .check-input + i::before,.check-label2 .check-input + i::before {
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background: #ffffff;
    border: none;
    font-size: 12px;
    line-height: 13px;
}
.check-label .check-input:checked + i::before,.check-label2 .check-input:checked + i::before {
    color: #ffffff;
}
.box .form-block .form-content .label-block {
    width: 100%;
    height: 43px;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.box .form-block .form-content .label-block .layui-input {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    line-height: 42px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px #ffffff solid;
    border-radius: 0;
}
.box .form-block .form-content .verification {
    position: relative;
    pointer-events: none;
}
.box .form-block .form-content #sc {
    width: 100%;
    height: 100%;
    margin: 0;
    background: linear-gradient(-6deg,#E8E8E8,#FFFFFF);
    border-radius: 5px;
    overflow: hidden;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
}
.box .form-block .form-content .verification .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 2;
    background: linear-gradient(-6deg,#E8E8E8,#FFFFFF);
    line-height: 43px;
    font-size: 14px;
    padding-left: 70px;
    border-radius: 5px;
}
.box .form-block .form-content .label-block i {
    font-size: 22px;
    position: absolute;
    left: 10px;
    color: #ffffff;
    line-height: 42px;
    top: 0;
}
.box .form-block .form-content .colse-hint {
    cursor: pointer;
    font-size: 16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.box .form-block .form-content .label-block input {
    padding-left: 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    caret-color: #ffffff;
}
.box .form-block .form-content .label-block input:-internal-autofill-previewed,
.box .form-block .form-content .label-block input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    font-size: 16px;
    transition: background-color 5000s ease-in-out 0s !important;
}
.box .form-block .form-content .label-block input::-webkit-input-placeholder ,textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
}
.box .form-block .form-content .label-block input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
}
.box .form-block .form-content .label-block input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
}
.box .form-block .form-content .label-block input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
}


.box .form-block .form-content .phone-hint {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0 16px;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 6px;
    display: inline-block;
    /* position: absolute; */
}
.box .form-block .form-content .phone-hint i {
    font-size: 20px;
    margin-left: -16px;
    margin-right: 6px;
    vertical-align: top;
}
.box .form-block .form-content .phone-code .label-block{
    width: 233px;
    float: left;
}
.box .form-block .form-content .phone-code .getcode {
    background: #FFFFFF;
    width: 111px;
    height: 44px;
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    margin-left: 4px;
}
.box .form-block .form-content .label-block .eyes {
    position: absolute;
    right: 9px;
    left: auto;
    cursor: pointer;
    top: 0;
}
.box .form-block .form-content .agreement{
    height: 17px;
    line-height: 17px;
    margin-top: 25px;
    color: #AAE3FF;
    font-size: 14px;
    padding-bottom: 9px;
}
.box .form-block .form-content .agreement a,.box .form-block .form-content .login a {
    color: #ffffff;
}
.box .form-block .form-content .agreement a:hover,.box .form-block .form-content .login a:hover {
    color: #ffffff !important;
}
.box .form-block .form-content .form-item .form-submit,
.box .form-block .form-content .form-item .login-submit,
.box .form-block .form-content .form-item .bind-submit,
.box .form-block .form-content .form-item .reset-submit {
    background: #FFFFFF;
    border-radius: 43px;
    width: 100%;
    height: 100%;
    font-size: 24px;
}
.box .form-block .form-content .login {
    font-size: 16px;
    line-height: 1;
    margin-top: 23px;
    text-align: center;
    display: block;
}

.login-tabs {
    width: 100%;
    margin-top: 40px;
}
.login-tabs .tabs-item {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.login-tabs .tabs-item i.account-login {
    width: 56px;
    height: 56px;
    font-size: 28px;
    color: #ffffff;
    background: #1b6ebe;
    border: 2px solid #1b6ebe;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    line-height: 54px;
    opacity: 0.8;
}
.login-tabs .tabs-item i.phone-login {
    width: 56px;
    height: 56px;
    font-size: 30px;
    color: #ffffff;
    background: #FFCC00;
    border-radius: 50%;
    border: 2px solid #FFCC00;
    vertical-align: middle;
    box-sizing: border-box;
    display: block;
    line-height: 54px;
    opacity: 0.8;
}
.login-tabs .tabs-item i.wechat-login {
    width: 56px;
    height: 56px;
    font-size: 34px;
    color: #ffffff;
    background: #15d075;
    border: 2px solid #15d075;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    line-height: 48px;
    opacity: 0.8;
}
.login-tabs .tabs-item i.qq-login {
    width: 56px;
    height: 56px;
    font-size: 36px;
    color: #ffffff;
    background: #00aaf2;
    border: 2px solid #00aaf2;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    line-height: 46px;
    opacity: 0.8;
}
.login-tabs .tabs-item.active {
    color: #ffffff;
}
.login-tabs .tabs-item.active i {
    border-color: #ffffff;
    opacity: 1;
}
.login-tabs .tabs-item p{
    margin-top: 13px;
}
.box .form-block .form-content .register-hint {
    font-size: 14px;
    color: #ffffff;
    line-height: 29px;
    margin-top: 25px;
}
.box .form-block .form-content .register-hint i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 6px;
    vertical-align: middle;
}
.box .form-block .form-content .wechat-box {
    width: 349px;
    /* margin-top: ; */
}
.box .form-block .form-content .wechat-box .wechat-code {
    width: 349px;
    height: 349px;
    border-radius: 10px;
    box-shadow: 5px 9px 0  0 rgba(0,0,0,0.15);
}
.box .form-block .form-content .wechat-box .wechat-code img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.box .form-block .form-content .wechat-box .wechat-hint {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    margin-top: 26px;
    text-align: center;
}
.box .form-block .form-content .account-massge {
    margin-top: 27px;
}
.box .form-block .form-content .account-massge .account-massge-left {
    width: 46px;
    height: 46px;
    border: 1px #45c7ff solid;
    border-radius: 50%;
}
.box .form-block .form-content .account-massge .account-massge-right {
    font-size: 14px;
    line-height: 18px;
    color: #aae3ff;
    padding-left: 12px;
}
.box .form-block .form-content .account-massge .account-massge-right b {
    color: #ffffff;
}
.register-bottom {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 16px;
    color: #7a7a7a;
}
/* 2022年8月8日17:36:53 改版样式 */
.new .box.login {
    background: url(/static/cloud/images/home/login2/bg.jpg);
    background-size: cover;
}
.new .box.login .image {
    background: url(/static/cloud/images/home/login2/bg_left_01.png);
}
.new .box.register, .new .box.login {
    height: 21rem;
}
.new .box .form-block .form-content {
    margin-top: 42px;
}
.new .box .form-block .form-content .form-item {
    line-height: 54px;
    height: 54px;
    margin-top: 24px;
}
.new .box .form-block .form-content .form-item.login-btn {
    height: 64px;
    margin-top: 34px;
    line-height: 64px;
    position: relative;
}
.new .box .form-block .form-content .form-item.login-btn > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 54px;
    z-index: 1;
}
.new .box .form-block .form-content .form-item.login-btn > button {
    position: relative;
    z-index: 2;   
}
.new .box .form-block {
    padding: 1.05rem 1.6rem;
    box-sizing: border-box;
    width: 11.925rem;
    background-color: #fff;
    top: 139px;
}
.new .box .form-block .title {
    font-size: 0.75rem;
    color: #616161;
}
.box .form-block .form-content .label-block {
    height: 54px;
}
.new .box .form-block .form-content .label-block .layui-input {
    border: 1px solid #616161;
    color: #616161;
    height: 54px;
    line-height: 54px;
    border-radius: 54px;
    caret-color: #666666;
    padding-left: 50px;
    padding-right: 60px;
}
.new .box .form-block .form-content .label-block i {
    color: #616161;
    line-height: 54px;
    left: 23px;
    font-size: 16px;
}
.new .box .form-block .form-content .label-block .eyes {
    left: auto;
    font-size: 18px;
}
.new .box .form-block .form-content .label-block input::-webkit-input-placeholder ,textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #616161;
    font-size: 0.4rem;
    line-height: 1.725rem;
}
.new .box .form-block .form-content .label-block input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #616161;
    font-size: 0.4rem;
    line-height: 1.725rem;
}
.new .box .form-block .form-content .label-block input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #616161;
    font-size: 0.4rem;
    line-height: 1.725rem;
}
.new .box .form-block .form-content .label-block input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #616161;
    font-size: 0.4rem;
    line-height: 1.725rem;
}
.new .login-tabs .tabs-item i {
    background: #fff;
}
.new .login-tabs .tabs-item i.account-login {
    color: #1b6ebe;
    border-color: #1b6ebe;
}
.new .login-tabs .tabs-item i.phone-login {
    color: #73aede;
    border-color: #378ed4;
}
.new .login-tabs .tabs-item i.wechat-login {
    border-color: #0ed072;
    color: #9decc5;
}
.new .login-tabs .tabs-item i.qq-login {
    border-color: #007cff;
    color: #5babff;
}
.new .login-tabs {
    margin-top: 26px;
}
.new .box .form-block .form-content .phone-code .label-block {
    width: 232px;
}
.new .box .form-block .form-content .phone-code button[disabled] {
    opacity: .7;
    background: #fff !important;
}
.new .register-bottom {
    height: 203px;
}
.new .box .form-block .form-content .form-item .login-submit.disable {
    opacity: .7;
}
.new .box .form-block .form-content .form-item .login-submit.disable ~ div {
    display: none;
}
.new .box .form-block .form-content .form-item .login-submit.disable[disabled="disabled"] {
    opacity: 1;
    color: #fff !important;
}
.new .box .form-block .form-content .login-submit {
    opacity: 1;
    background: transparent;
    color: #fff !important;
}

.new .box.register {
    background: url('/static/cloud/images/home/login2/reg_bg_02.jpg') !important;
    background-size: cover !important;
}
.new .box.register .form-block .form-content .label-block .layui-input {
    border-color: #9e9e9e;
}
.new .box.register .form-block .form-content .label-block input::-webkit-input-placeholder ,textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #bfbfbf;
}
.new .box.register .form-block .form-content .label-block input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
}
.new .box.register .form-block .form-content .label-block input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #bfbfbf;
}
.new .box.register .form-block .form-content .label-block input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bfbfbf;
}
.new .box.register .form-block .form-content .phone-code {
    position: relative;
}
.new .box.register .form-block .form-content .phone-code  input {
    padding-right: 110px;
}
.new .box.register .form-block .form-content .phone-code .label-block {
    width: 100%
}
.new .box.register .form-block .form-content .phone-code .label-block ~ button {
    position: absolute;
    top: 0;   
    right: 30px;
    line-height: 54px;
    height: 100%;
    background: none;
    width: initial;
}
.new .box.register .check-label2 .check-input + i {
    color: #9e9e9e;
    line-height: 17px;
}
.new .box.register .form-block .form-content .login {
    color: #616161 !important;
    margin-top: 38px;
}
.new .box.register .form-block .form-content .agreement a:hover, .new .box.register  .form-block .form-content .login a:hover {
    color: #999 !important;
}
.new .box.register .form-block .form-content .agreement {
    padding-left: 10px;
    padding-bottom: 0px;
}
.new .box.register .form-block .form-content .label-block .layui-input {
    padding-left: 62px;
}
.new .box .form-block .form-content .label-block .eyes {
    right: 30px;
}
.new .box .form-block .form-content .label-block .eyes[data-status="1"] {
    top: -3px;
}
.new .box .form-block .form-content .label-block .eyes[data-status="2"] {
    display: none;
}
.check-label2 {
    position: relative;
}
.check-label2 .check-input + i::before {
    cursor: pointer;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px #cfcfcf solid;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: iconfont;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    content: '\e622';
}
.new .box .form-block .form-content .label-block input:-internal-autofill-previewed,
.new .box .form-block .form-content .label-block input:-internal-autofill-selected {
    -webkit-text-fill-color: #616161 !important;
}
@media only screen and (max-width: 1593px) {
    body .new-header2 .content {
        width: 34.7rem;
    }
    body .navigation-list .navigation-list-item {
        margin-left: 0.8rem;
    }
    body .new-header2 .navigation-bar {
        padding-left: 1rem;
    }
}   
@media only screen and (max-width: 1366px) {
    body .new-header2 .navigation-bar {
        padding-left: 0rem;
    }
}