* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.login-backGround-img-content {
    z-index: 8;
    width: 680px;
    height: 680px;
    margin-right: 88px;
    -webkit-transform: translate(0px, -58px);
    -ms-transform: translate(0px, -58px);
    transform: translate(0px, -58px)
}

.login-backGround-img-content .login-backGround-img-logo {
    width: 680px;
    height: 680px
}

.login-backGround-img {
    background-image: url("/assets/admin/img/login/login_bg.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    min-height: 730px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.login-wrapper {
    width: 100%;
    height: 496px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-wrapper .login-bg {
    position: relative;
    width: 440px;
    height: 100%
}

.login-wrapper .login-bg .login-img {
    width: 100%;
    height: 100%
}

.login-wrapper .login-bg-hover:hover {
    cursor: pointer
}

.login-wrapper .login-container {
    width: 408px;
    min-width: 408px;
    height: 85%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 64px 40px 40px 40px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(42, 94, 173, 0.06);
    box-shadow: 0px 8px 24px 0px rgba(42, 94, 173, 0.06)
}

.login-wrapper .login-container .horse-race-lamp-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    opacity: 1;
    -webkit-box-shadow: 4px 8px 20px 0px rgba(42, 94, 173, 0.1);
    box-shadow: 4px 8px 20px 0px rgba(42, 94, 173, 0.1);
    padding: 0 16px 0 42px;
    width: 408px;
    position: absolute;
    bottom: -56px;
    left: 0px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    background: white;
    overflow: hidden
}

.login-wrapper .login-container .horse-race-lamp-box .horse-race-lamp {
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 350px;
    -webkit-animation-name: around;
    animation-name: around;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.login-wrapper .login-container .horse-race-lamp-box :hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.login-wrapper .login-container .horse-race-lamp-box .notice-img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 15px
}

.login-wrapper .login-container .horse-race-lamp-box .horse-race-lamp-content {
    width: 381px;
    overflow: hidden;
    cursor: pointer
}

.picture-tag {
    position: absolute;
    right: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.picture-tag .picture-tag-name {
    position: relative;
    margin: 0;
    margin-right: 8px;
    -webkit-box-sizing: content-box;
    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-tag-name::before {
    border: 6px solid transparent;
    border-left-color: #bad0ff;
    z-index: 1;
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px
}

.picture-tag .picture-tag-name::after {
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #d6e4f7;
    -webkit-transform: translateX(0.5px);
    -ms-transform: translateX(0.5px);
    transform: translateX(0.5px);
    margin-left: -2px;
    z-index: 1
}

.picture-tag .picture-icon {
    position: relative;
    top: 0px;
    width: 72px;
    height: 72px;
    cursor: pointer
}

.btn-wx-tips {
    cursor: pointer;
    position: absolute;
    right: 72px;
    top: 22px;
    width: 106px;
    height: 28px;
    background: url("https://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/ky2mz4yl0px8.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #1472FF
}

.btn-wx-tips span {
    margin-left: 8px
}

.passwordWrapper {
    color: #353535;
    position: relative
}

.passwordWrapper .LoginEyes {
    position: absolute;
    bottom: 9px;
    right: 16px;
    color: #B2B2B2;
    cursor: pointer;
    font-size: 20px
}

.passwordWrapper .inputBox input {
    padding-right: 30px
}

.passwordWrapper .inputBox ::-webkit-input-placeholder {
    color: #B2B2B2
}

.account-login-wrapper {
    margin-top: 40px
}

.account-login-wrapper a {
    color: #333333;
    font-size: 12px
}

.account-login-wrapper a:hover {
    color: #2a75ed
}

.account-login-wrapper .account-input-item {
    position: relative;
    margin-bottom: 32px
}

.account-login-wrapper .account-input-item .ss-input-theme .ss-code-cell-wrap {
    height: 40px
}

.account-login-wrapper .account-input-item .ss-phone-input .ss-input-wrap .ss-input__inner {
    height: 40px;
    color: #333 !important;
    padding: 8px !important
}

.account-login-wrapper .account-input-item .ss-phone-input input::-webkit-input-placeholder {
    color: #B2B2B2 !important;
    font-weight: 400
}

.account-login-wrapper .account-input-item .ss-input-theme .ss-code-cell-wrap .ss-code-cell {
    padding: 0 8px 0 16px;
    color: #333333;
    font-weight: 500
}

.account-login-wrapper .account-input-item .ss-phone-input .ss-code-cell-wrap .ss-code-cell .sense-icon-down {
    color: #333333
}

.account-login-wrapper .account-input-item .nation-delete-icon-class {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 13px;
    cursor: pointer;
    font-size: 16px;
    color: #B2B2B2
}

.account-login-wrapper .nation-code-input-error .ss-phone-input .ss-code-cell-wrap {
    border: 0.5px solid red;
    border-right: none
}

.account-login-wrapper .nation-code-input-error .ss-phone-input .ss-input-wrap .ss-input__inner {
    border: 0.5px solid red;
    border-left: none
}

.account-login-wrapper .account-input-list .account-input-item:last-child {
    margin-bottom: 32px
}

.account-login-wrapper .nation-code-error-tip {
    position: absolute;
    margin: 0px;
    top: 45px;
    color: #FF2929;
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.account-login-wrapper .account-operate {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 328px
}

.account-login-wrapper .account-operate .remind-pwd {
    position: relative
}

.account-login-wrapper .account-operate .remind-pwd a {
    color: #333333
}

.account-login-wrapper .account-operate .righticon {
    position: absolute;
    top: 2px
}

.account-login-wrapper .login-btn {
    position: absolute;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    outline: none;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    width: 328px;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #1472ff
}

.account-login-wrapper .login-btn:hover {
    background-color: #136ffe
}

.account-login-wrapper .login-btn-disable {
    color: #bbb !important;
    cursor: not-allowed;
    background: #f8f8f8 !important;
    border: 1px solid #e5e5e5 !important
}

.account-login-wrapper .login-btn-disable:hover {
    background-color: #f8f8f8 !important
}

.account-login-wrapper .account-des {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    text-align: center;
    color: #666;
    font-size: 13px
}

.account-login-wrapper .account-des a {
    color: #1472FF;
    font-size: 13px
}

.account-login-wrapper .slide-wrapper {
    position: absolute;
    bottom: 195px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    width: 380px;
    height: 270px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.account-login-wrapper .slide-wrapper::before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 5;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px -1px rgba(115, 115, 115, 0.2);
    box-shadow: 1px 1px 2px -1px rgba(115, 115, 115, 0.2);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.account-login-wrapper .slide-wrapper .slide-img {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.account-wrapper .login-account-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.account-wrapper .login-account-title .account-title-item {
    position: relative;
    margin-right: 40px;
    cursor: pointer;
    font-weight: 700;
    color: #666;
    font-size: 20px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px
}

.account-wrapper .login-account-title .passWord-account-title-active {
    color: #333333;
    font-weight: 700
}

.account-wrapper .login-account-title .passWord-account-title-active .account-title-line {
    width: 80px
}

.account-wrapper .login-account-title {
    color: #333333;
    font-weight: 700
}

.account-wrapper .login-account-title .account-title-line {
    width: 100px
}

.account-wrapper .login-account-title .account-title-line {
    color: #333;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 3px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #1472FF
}

.loginContainer {
    position: absolute;
    min-height: 730px;
    width: 100%;
    height: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    position: absolute;
    top: 3%;
    left: 2%;
    z-index: 1;
    height: 38px;
    cursor: pointer
}

.Desc {
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom: 1.2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 0;
    min-width: 600px
}

.Desc .des {
    position: relative;
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #999;
    font-weight: 400;
    text-align: center
}

.Desc .des .line-left {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #999;
    top: -3px;
    width: 40px;
    -webkit-border-radius: 0.5px;
    border-radius: 0.5px;
    margin-right: 16px
}

.Desc .des .line-right {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #999;
    top: -3px;
    width: 40px;
    -webkit-border-radius: 0.5px;
    border-radius: 0.5px;
    margin-left: 16px
}

.Desc .des .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 3px 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #888888
}

.Desc .records {
    margin: 8px 0 0;
    font-size: 12px;
    color: #999
}

.inputText {
    color: #ff2929;
    font-size: 14px;
    margin: 0;
    line-height: 16px;
    margin-left: 4px
}

.danger-error-tip {
    display: none
}

.danger-error-tip {
    width: 16px;
    height: 16px
}

.inputBox {
    position: relative;
    width: 100%;
    height: 40px
}

.inputBox:focus {
    border: 1px solid #000
}

.inputBox {
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    background-position: left 10px center;
    background-repeat: no-repeat
}

.inputBox input {
    font-size: 14px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d4d9e2;
    background: transparent;
    color: #333;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.inputBox input:focus {
    border: solid 1px #2a75ed
}

.inputBox .deleteInput-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 11px;
    cursor: pointer
}

.inputBox .deleteInput-icon .delete-img {
    font-size: 16px;
    color: #B2B2B2
}

.inputBox input::-webkit-input-placeholder {
    color: #B2B2B2
}

.inputBox.alert input {
    border-color: #ff2929
}

.inputBox.alert .inputAlert {
    display: block;
    color: #ff2929;
    font-size: 14px;
    margin: 0;
    line-height: 12px;
    position: absolute;
    bottom: -20px;
}

.inputBox .inputAlert {
    display: none
}

.big-button:hover {
    background-color: #136ffe !important
}

.big-button:active {
    background-color: #0e52e1 !important
}

.wx-wrapper a {
    color: #c4c4c4;
    font-size: 14px
}

.wx-wrapper .wx-title {
    font-size: 20px;
    color: #333;
    text-align: left;
    font-weight: 600;
    font-family: "PingFang SC"
}

.wx-wrapper .wx-des {
    position: absolute;
    z-index: 5;
    margin: 0;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC"
}

.wx-wrapper .wx-des a {
    color: #1472ff;
    font-size: 14px
}

.wx-wrapper .login-qrcode-back-Img-box {
    z-index: 8;
    position: absolute;
    left: 50%;
    top: 3px;
    cursor: pointer;
    -webkit-transform: translate(-50%, 60%);
    -ms-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%)
}

.wx-wrapper .login-qrcode-back-Img-box .login-qrcode-back-Img {
    width: 196px;
    height: 196px
}

.wx-wrapper .xe_qr_container {
    margin: 30px auto 0;
    width: 200px;
    height: 200px;
    display: block;
    position: relative
}

.wx-wrapper .xe_qr_container .xe_qr_img {
    width: 200px
}

.wx-wrapper .xe_qr_container .verify-refresh-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: black;
    -webkit-background-size: 190px 190px;
    background-size: 190px 190px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "PingFang SC";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    -webkit-filter: opacity(80%);
    filter: opacity(80%)
}

.wx-wrapper .xe_qr_container .verify-refresh-img .refresh-img-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    margin-right: 0px
}

.wx-wrapper .xe_qr_container .verify-refresh-img .verify-refresh-text {
    margin-right: 0px
}

.wx-wrapper .verify-type-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    font-family: "PingFang SC";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-52%, 18px);
    -ms-transform: translate(-52%, 18px);
    transform: translate(-52%, 18px)
}

.wx-wrapper .verify-type-box .type-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.wx-wrapper #login_container {
    margin: 30px auto 0;
    width: 200px;
    height: 200px;
    display: block
}

.wx-wrapper .wx-tip {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
    margin: 0;
    margin-top: 56px
}

.wx-wrapper .wx-login-faild {
    text-align: center
}

.wx-wrapper .wx-login-faild img {
    width: 80px;
    margin-top: 20px;
    height: 80px
}

.wx-wrapper .wx-login-faild .title {
    font-size: 18px;
    color: #333333;
    margin: 20px 0
}

.wx-wrapper .wx-login-faild .cont {
    font-size: 18px;
    margin: 0
}

.wx-wrapper .wx-login-faild button {
    margin-top: 88px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #105cfb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none
}

.wx-wrapper .wx-login-faild button:hover {
    background-color: #136ffe
}

.btn-tips {
    cursor: pointer;
    position: absolute;
    right: 72px;
    top: 22px;
    width: 78px;
    height: 28px;
    background: url("https://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/ky2mz4yr0487.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #1472FF
}

.btn-tips span {
    margin-left: 8px
}

