.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: 360px;
    top: 20%;
    right: 15%;
    background-color: #fff;
    padding: 22px 45px 0;
    border: 1px solid #ced2db;
    z-index: 5;
}
.login-container .tabs-wrap .logo-img {
    width: 336px;
    position: absolute;
    left: 10px;
    top: -52px;
}
.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 {
    line-height: 28px;
    font-size: 20px;
    color: #5584ff;
    text-align: center;
    padding-bottom: 15px;
}
.login-container .tabs-wrap .tabs-nav-o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.login-container .tabs-wrap .tabs-nav-o .tab-item {
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    width: 50%;
    color: rgba(117,117,117,0.5);
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.login-container .tabs-wrap .tabs-nav-o .tab-item.active {
    color: #5584ff;
}
.login-container .tabs-wrap .tabs-nav-o .tab-item.active:after {
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #5584ff;
}
.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: 30px;
}
.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: 30px;
    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 30px;
    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 #DCDEE3;
    padding-bottom: 10px;
    margin-top: 20px;
}
.register .item-show {
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #282828;
}
.register .item.item-code {
    width: 170px;
    position: relative;
}
.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: #6c6c6c;
    font-size: 12px;
}
.register .item .icon {
    font-size: 18px;
    color: #999;
    display: inline-block;
}
.register .item .code {
    width: auto;
    height: 38px;
    position: absolute;
    right: -98px;
    bottom: 0;
    cursor: pointer;
    border: 1px solid #ced2db;
}
.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: 35px;
    line-height: 35px;
    background-color: #5584ff;
    border-radius: 2px;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 14px;
    margin-top: 20px;
    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;
}