.login-container {
    width: 100vw;
    height: 100vh;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('../images/login/bg.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.login-box {
    width: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.login-box>img {
    width: 97.27%;
    margin-bottom: 45px;
}

.login-panel {
    width: 100%;
    background: rgba(23, 51, 98, 0.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 3px;
    font-size: 13px;
}

.login-tab {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-around; */
    color: #fff;
    position: relative;
    text-align: center;
}

.login-tab-item {
    display: inline-block;
    cursor: pointer;
    padding: 28px 15px;
}

.tab-bottom-bar {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #329AE8;
    transition: left .3s;
}

.errorTip {
    color: red;
    height: 20px;
    margin: 25px 0 0 0;
}

.login-tabPane {
    width: 100%;
    height: 297px;
    padding: 5px 45px 10px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-formItem {
    width: 100%;
    height: 44px;
    display: flex;
    margin: 9px 0;
    border: 1px solid rgba(207, 213, 223, 0.6705882352941176);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-field {
    flex: 1;
    height: 100%;
    padding: 0 10px;
    border: 0 solid;
    background-color: rgba(207, 213, 223, 0.6705882352941176);
    color: #fff;
}

.login-field:focus {
    background-color: #fff;
    color: #000;
}

.whiteItem {
    border: 1px solid #fff;
}

.whiteItem .login-field {
    background-color: #fff;
    color: #000;
}

.login-field::placeholder {
    color: #3E4D6B;
    font-size: 13px;
}

.login-field::-ms-input-placeholder {
    color: #3E4D6B;
    font-size: 13px;
}

.login-field::-webkit-input-placeholder {
    color: #3E4D6B;
    font-size: 13px;
}

.login-captcha {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 30px;
}

.login-icon {
    width: 50px;
    height: 100%;
    padding: 10px 15px;
}

.username-icon {
    background: url("../images/login/username.png") no-repeat;
    background-origin: content-box;
    background-size: 100% 100%;
}

.password-icon {
    background: url("../images/login/password.png") no-repeat;
    background-origin: content-box;
    background-size: 100% 100%;
}

.phone-icon {
    background: url("../images/login/phone.png") no-repeat;
    background-origin: content-box;
    background-size: 100% 100%;
}

#resetPassword {
    align-self: flex-end;
    color: #3094E0;
}

.dragBar {
    position: relative;
    background-color: #939CB0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 23px auto;
    border-radius: 20px;
    box-shadow: 5px 5px 30px #0A1638;
}

.dragBar .handler {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -1px;
    width: 78px;
    height: 100%;
    cursor: move;
    border-radius: 20px;
    background-size: 100% 100%;
}

.handler_bg {
    background: url(../images/login/slider.png) no-repeat;
}

.handler_ok_bg {
    background: url(../images/login/icon_right.png) no-repeat;
}

.dragBar .drag_bg {
    background-color: #4466a6;
    height: 100%;
    width: 0px;
    border-radius: 20px;
}

.dragBar .drag_text {
    position: absolute;
    top: 0px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: #3E4D6B;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.login-signUp {
    color: #3094E0;
    text-decoration: underline;
    margin-bottom: 35px;
}

.msgCodeBtn {
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    letter-spacing: 2px;
    background: #3390DA;
    color: #C5D5F4;
    white-space: nowrap;
    cursor: pointer;
}

.disabled {
    background: #9E9E9E;
}

.loginButton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    outline: 0;
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .035);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .035);
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 23px;
}

.loginButton:hover {
    text-decoration: none;
    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
}

.service_line {
    color: white;
    font-size: 14px;
    padding-top: 20px;
}

.header {
    display: flex;
    background: #05193a;
    justify-content: space-between;
    position: relative;
    height: 44px;
    width: 100%;
}

.ponshine_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    /* background: #264577; */
}

.platform_title {
    color: white;
    font-size: 14px;
    /* padding: 10px; */
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.header_left {
    display: flex
}

.platform_title {
    color: white;
    font-size: 14px;
    /* padding: 10px; */
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.home_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    margin-left: 20px;
}

.home_button:hover {
    background: #264577;
}