@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 {
    font-size: 14px;
    color: #ffffff;
    padding-left: 26px;
}
.check-label .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 {
    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;
}