.login-container {
    height: 100vh;
    position: relative;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #f0f2f5;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.login-back {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.login-container .tabs-wrap {
    position: absolute;
    width: 350px;
    top: calc(50%);
    /* top: 21%; */
    transform: translateY(-50%);
    right: 18%;
    background-color: #fff;
    padding: 0 44px 30px;
    box-shadow: 0px 9px 18px 0px rgba(0,31,114,0.08);
    border-radius: 2px;
    z-index: 5;
}
.login-container .tabs-wrap .logo-img {
    width: 314px;
    position: absolute;
    left: 18px;
    top: -60px;
}
.login-container .tabs-wrap .tabs-back {
    position: absolute;
    top: 15px;
    left: 5px;
    padding: 15px;
    cursor: pointer;
    color: #5584ff;
    font-size: 12px;
}
.login-container .tabs-wrap .tabs-nav {
    padding: 48px 26px 20px;
    display: flex;
    justify-content: center;
}
.login-container .tabs-wrap .tabs-nav-o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 26px 20px;
}
.login-container .tabs-wrap .tabs-nav-o .tab-item,.login-container .tabs-wrap .tabs-nav .tab-item {
    height: 25px;
    line-height: 20px;
    font-size: 17px;
    text-align: center;
    width: 50%;
    color: #999999;
    padding-bottom: 0px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    font-family: PingFangSC-Regular, PingFang SC;
}
.login-container .tabs-wrap .tabs-nav-o .tab-item.active {
    font-weight: bold;
    color: #1D73FF;
}
.login-container .tabs-wrap .tabs-nav .tab-item.active {
    font-weight: bold;
    color: #1D73FF;
}
.login-container .tabs-wrap .tabs-nav-o .tab-item.active:after {
    content: '';
    width: 67px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 51%;
    transform: translateX(-50%);
    display: block;
    background: #1D73FF;
    border-radius: 4px;
}
.login-container .tabs-wrap .tabs-nav.register-nav {
    font-size: 16px;
    color: #5584ff;
    padding-bottom: 5px;
    padding-top: 10px;
}
.login-container .tabs-wrap .tabs-content {
    margin-bottom: 28px;
}
.login-container .tabs-wrap .tabs-content .wwchat-tab {
    height: 280px;
    position: relative;
    top: 25px;
    overflow: hidden;
}
.login-container .tabs-wrap .tabs-content .wechat-tab {
    height: 290px;
    overflow: hidden;
    padding-top: 130px;
}
.login-container .tabs-wrap .tabs-other-line {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-family: MicrosoftYaHei;
    color: rgba(0,0,0,.2);
    height: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    position: relative;
}
.login-container .tabs-wrap .tabs-other-line:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 25%;
    height: 0;
    top: 7px;
    left: 16px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.login-container .tabs-wrap .tabs-other-line:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 25%;
    height: 0;
    top: 7px;
    right: 16px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.login-container .tabs-wrap .tabs-other-type {
    width: 80%;
    margin: 0 auto -10px;
    text-align: center;
}
.login-container .tabs-wrap .tabs-other-type img {
    width: 28px;
    height: 28px;
    margin-right: 30px;
    cursor: pointer;
}
.login-container .tabs-wrap .tabs-other-type img:first-child {
    margin-left: 8px;
}
.login-container .tabs-wrap .tabs-other-type img:last-child {
    margin-right: 0;
}

.register {}
.register .code-tip {
    height: 18px;
    line-height: 10px;
    color: #6c6c6c;
    font-size: 12px;
    margin-top: 10px;
}
.register .code-tip i {
    color: #7ef705;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: -3px;
}
.register .item {
    border-bottom: 1px solid #D8D8D8;
    margin-top: 27px;
    padding-bottom: 7px;
}
.register .item-show {
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #282828;
}
.register .item.item-code {
    position: relative;
    padding-right: 82px;
}
.register .item.item-phone-code {
    position: relative;
}
.register .item .phone-code {
    position: absolute;
    right: 10px;
    bottom: 0;
    line-height: 40px;
}
.register .item .phone-code a {
    text-decoration: none;
    color: #1D73FF;
    font-size: 12px;
}
.register .item .icon {
    font-size: 17px;
    color: #999;
    display: inline-block;
}
.register .item .code {
    width: auto;
    height: 32px;
    position: absolute;
    right: 0px;
    bottom: 6px;
    cursor: pointer;
}
.register .item input {
    border: none;
    outline: none;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    margin-left: 2px;
    width: calc(100% - 30px);
}
.register button, .form-submit {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #5684FF;
    border-radius: 2px;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 14px;
    margin-top: 35px;
    cursor: pointer;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}
.register button:hover, .form-submit:hover {
    background-color: #779dff;
}
.register button:active, .form-submit:active {
    background-color: #4d77e6;
}

.is-disabled,is-disabled:focus,.is-disabled:active {
    color: #FFF;
    background-color: #aac2ff !important;
    border-color: #aac2ff !important;
    cursor: not-allowed !important;
}

.item-link {
    color: #5584ff;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    border: 0!important;
    outline: 0!important;
    box-shadow: inset 0 0 0 1000px #fff!important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {}

.forgetPasswordNew {
    text-align: right;
    margin: 15px auto 0px;
    color: #9b9ea0;
    font-size: 12px;
}
.forgetPasswordNew a {
    color: #9b9ea0;
    text-decoration: none;
}