* {
    box-sizing: border-box;
    font-family: PingFangSC, "Microsoft Yahei", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, Heiti, SimSun, sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
body {
    display: block;
}
html, body {
    background-color: #f5f6f9;
    margin: 0;
}
a {
    text-decoration: none;
    color: #2a75ed;
}
[v-cloak] {
    display: none !important;
}
.loginContainer {
    position: absolute;
    min-height: 730px;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    position: absolute;
    top: 3%;
    left: 2%;
    z-index: 1;
    height: 35px;
    cursor: pointer;
}
.login-wrapper {
    width: 1000px;
    height: 550px;
    display: flex;
}
.login-wrapper .login-bg {
    position: relative;
    width: 480px;
    height: 100%;
}
.login-wrapper .login-bg .login-img {
    width: 100%;
    height: 100%;
}
.login-wrapper .login-container {
    width: 520px;
    height: 100%;
    padding: 40px 70px;
    background: white;
    position: relative;
}
.account-wrapper .account-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
}
.picture-tag {
    position: absolute;
    right: 33px;
    top: 33px;
    display: flex;
    justify-content: flex-start;
}
.picture-tag .picture-tag-name {
    position: relative;
    margin: 0;
    margin-right: 8px;
    box-sizing: content-box;
    width: 87px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    background: #d9e5ff;
    border: 1px solid #bad0ff;
    color: #3778ff;
}
.picture-tag .picture-icon {
    position: relative;
    top: -4px;
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.account-wrapper .account-title .account-title-item {
     position: relative;
     margin: 0 29px;
     font-size: 18px;
     color: #999;
     font-weight: 500;
     cursor: pointer;
}
.account-wrapper .account-title .account-title-active {
    color: #333;
}
.account-wrapper .account-title .account-title-active .account-title-line {
    width: 40px;
    background-color: #105CFB;
}
.account-login-wrapper {
    margin-top: 50px;
}
.account-wrapper .account-title .account-title-line {
     position: absolute;
     bottom: -10px;
     left: 50%;
     transform: translateX(-50%);
     display: inline-block;
     width: 0;
     height: 2px;
     transition: all 0.2s linear;
}
.account-login-wrapper .account-operate {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 380px;
}
.account-login-wrapper .login-btn {
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    width: 380px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
    border-radius: 28px;
    cursor: pointer;
    color: #fff;
    background-color: #105cfb;
    outline: none;
    transition: all 100ms ease;
}

.account-login-wrapper .account-input-list .account-input-item:last-child {
    margin-bottom: 25px;
}
.account-login-wrapper .account-input-item {
    margin-bottom: 45px;
}
.big-button {
     letter-spacing: 2px;
     background-color: #105CFB !important;
}
.phoneWrapper {
    color: #353535;
    position: relative;
}
.inputText {
     color: #999;
     transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
     font-size: 16px;
     margin: 0;
     line-height: 35px;
     transform: translate3d(0, 28px, 0) scale(1);
     transform-origin: left top;
     position: absolute;
     bottom: 30px;
}
.inputBox input {
    font-size: 16px;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    line-height: 34px;
    height: 36px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: solid 1px #d4d9e2;
    background: transparent;
    color: #333;
    transition: all 0.2s linear;
}
.inputTextFocus {
    transform: translateZ(0) scale(0.75);
}
.inputBox.alert .inputAlert.hasTitle {
    margin-left: 66px;
}
.inputBox.alert .inputAlert {
    display: block;
    color: #ff3366;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
    position: absolute;
    right: 0;
    bottom: -18px;
}
.inputBox.alert input {
    border-color: #ff3366;
}
.inputBox .inputAlert {
     display: none;
}
.passwordWrapper .inputBox input {
    padding-right: 30px;
}
.passwordWrapper .eyes {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #d4d9e2;
    cursor: pointer;
    font-size: 24px;
}
.inputBox .inputAlert {
    display: none;
}
.passwordWrapper {
    color: #353535;
    position: relative;
}
.inputBox {
    position: relative;
    width: 100%;
    height: 36px;
}
.xiaoeDesc {
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom: 3.6%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    min-width: 600px;
}
.xiaoeDesc .xiaoe-des {
    position: relative;
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #666666;
}
.xiaoeDesc .xiaoe-records {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
}
.xiaoeDesc .xiaoe-des .xiaoe-line-left {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #888;
    width: 30px;
    top: -3px;
}
.xiaoeDesc .xiaoe-des .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 3px 5px;
    border-radius: 50%;
    background-color: #888888;
}
.account-login-wrapper .account-des {
    position: absolute;
    bottom: 86px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    text-align: center;
    color: #666;
    font-size: 13px;
}
.account-login-wrapper .account-des a {
    color: #105cfb;
    font-size: 13px;
}
.account-login-wrapper a {
 color: #666;
 font-size: 12px;
}
.account-login-wrapper .account-operate {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 380px;
}
.account-login-wrapper .account-operate .remind-pwd {
    position: relative;
}
.account-login-wrapper a {
    color: #666;
    font-size: 12px;
}
.xiaoeDesc .xiaoe-des .xiaoe-line-right {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #888;
    width: 30px;
    top: -3px;
}
.verify-login-wrapper {
    margin-top: 50px;
}
.verify-login-wrapper .verify-input-item {
    margin-bottom: 45px;
}
.phoneWrapper {
    color: #353535;
    position: relative;
}
.invalidPhoneWrapper {
    color: #353535;
    position: relative;
}
.invalidPhoneWrapper .verify-code-box {
    position: relative;
    top: -10px;
    z-index: 1;
}
.verify-code-box {
    float: right;
}
.verify-btn {
    background-color: transparent;
    color: #105CFB;
}
.blueBtn {
    width: 104px;
    height: 36px;
    border-radius: 22px;
    border: solid 1px #2a75ed;
    line-height: 34px;
    font-size: 12px;
}
.blueBtn {
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #2a75ed;
    cursor: pointer;
}
.register-wrapper .register-title {
    position: relative;
    margin: 0;
    padding-top: 35px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.register-wrapper .register-title .register-title-line {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #105CFB;
}
.register-wrapper .register-input-list {
    margin-top: 50px;
}
.register-wrapper .register-input-item {
    margin-bottom: 40px;
}
.phoneWrapper {
    color: #353535;
    position: relative;
}
.register-wrapper .register-operate {
    margin: 0;
    margin-bottom: 32px;
    line-height: 14px;
    display: flex;
    align-items: center;
    width: 380px;
    color: #999999;
    font-size: 12px;
}
.register-wrapper a {
    font-size: 12px;
}
.register-wrapper .register-btn {
    margin-bottom: 20px;
    width: 380px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    color: #fff;
    background-color: #105cfb;
    outline: none;
}
.big-button {
    letter-spacing: 2px;
    background-color: #105CFB !important;
}
.register-wrapper .register-des {
    margin: 0;
    text-align: center;
    color: #666;
    font-size: 13px;
}
.register-wrapper .register-des a {
    color: #105cfb;
    font-size: 13px;
}
.invalidPhoneWrapper {
    color: #353535;
    position: relative;
}
.verify-btn {
    background-color: transparent;
    color: #105CFB;
}
.blueBtn {
     width: 104px;
     height: 36px;
     border-radius: 22px;
     border: solid 1px #2a75ed;
     line-height: 34px;
     font-size: 12px;
}
.blueBtn {
     display: inline-block;
     text-align: center;
     background: #fff;
     color: #2a75ed;
     cursor: pointer;
}