input::-webkit-input-placeholder {
    /* Edge */
    color: #999;
    font-size: 13px;
    line-height: 1em;
}

input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 13px;
    line-height: 1em;
}

input::placeholder {
    color: #999;
    font-size: 13px;
    line-height: 1em;
}

#layout {
    background: url(/images/login-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.main-wrap {
    position: relative;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    position: absolute;
    height: 50px;
    top: 30px;
    left: 30px;
}

.logo img {
    height: 100%;
}

.login-container {
    max-width: 100%;
    margin: 0 auto 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.login-container .title {
    font-size: 28px;
    font-weight: 600;
    color: #060879;
    line-height: 48px;
    text-align: center;
}

.top-title {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
}

.top-title:after {
    content: "";
    height: 4px;
    width: 40px;
    position: absolute;
    bottom: 2px;
    background: #ff5001;
    border-radius: 2px;
    left: 50%;
    margin-left: -20px;
}

.tab-btn {
    width: 110px;
    margin: 30px 0;
    height: 530px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    padding-top: 60px;
    box-sizing: border-box;
}

.btn-item {
    color: #B5B5B5;
    font-size: 13px;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    height: 42px;
}

.btn-item a {
    color: #B5B5B5;
}

.btn-item.on a {
    color: #060879;
}

.btn-item.on:before {
    content: "";
    width: 5px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 1px;
    background: #060879;
}

.btn-item .iconfont {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    height: 19px;
}

.btn-item .btn-txt {
    display: block;
}

.login-panel {
    padding: 50px 50px 30px;
    min-width: 406px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
}

.login-desc {
    width: 613px;
    flex-shrink: 0;
}

.blue-color {
    color: #060879;
    font-weight: 700;
}

.login-item {
    margin: 30px 0;
    position: relative;
}

.login-item:last-child {
    margin-bottom: 20px;
}

.ipt {
    width: 100%;
    padding: 0 40px 0 40px;
    height: 44px;
    border: none;
    background: none;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
}

.ipt:hover {
    border: 1px solid #3468f5;
}

.ipt.error {
    border-color: #E55C5D;
}

.ipt-icon,
.ipt-before-icon {
    color: #999;
    top: 50%;
    position: absolute;
    font-size: 16px;
    transform: translateY(-50%);
}

.ipt-icon {
    right: 15px;
}

.ipt-before-icon {
    left: 10px;
}

.password-icon {
    /*position: absolute;*/
    /*font-size: 16px;*/
    /*color: #ddd;*/
    /*top: 15px;*/
    /*right: 17px;*/
    cursor: pointer;
}

.password-icon:hover {
    color: #333;
}

.verify {
    width: 100%;
    padding-right: 140px;
}

.verify-code {
    height: 46px;
    width: 130px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
}

.verify-code img {
    vertical-align: middle;
    height: 42px;
    width: 120px;
    display: block;
    float: right;
}

.login-forgot {
    text-align: right;
    display: flex;
    justify-content: space-between;
}

.login-forgot a {
    color: #B5B5B5;
    white-space: nowrap;
    /*text-decoration: underline;*/
}

.login-forgot .besp {
    color: #396aff;
    /*text-decoration: underline;*/
}

.login-forgot a:hover {
    color: #396aff;
}

.login-container .login-btn {
    width: 100%;
    margin: 30px auto 10px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #1273ff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    touch-action: none;
}

.login-container .login-btn .iconfont {
    font-size: 24px;
}

.login-container .login-btn .loader {
    display: inline-block;
    animation: spin2 infinite 0.5s linear;
    font-size: 16px;
}

.login-container .login-btn:hover {
    opacity: .8;
}

.login-resigter {
    overflow: hidden;
}

.login-type {
    color: #1B1D1F;
}

.login-resigter-text {
    color: #CED4DB;
}

.signup-link {
    color: #B5B5B5;
    text-align: center;
    margin-top: 30px;
}

.login-img {
    position: absolute;
    right: 50px;
    background: url(/images/login-bg-v3.png);
    width: 375px;
    height: 655px;
    background-size: cover;
    top: -30px;
}

.login-img .txt {
    position: absolute;
    bottom: 137px;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    left: 50px;
}

.login-img .contact-list {
    position: absolute;
    bottom: 60px;
    left: 50px;
}

.login-img .contact-list a {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 22px;
    color: #6563ba;
}

.login-img .contact-list a .iconfont {
    font-size: 13px;
}

.policy-wrap {
    color: #999;
    text-align: left;
}

.policy-wrap a {
    color: #3468f5;
}

.ipt-policy {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    vertical-align: -3.5px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}

.ipt-policy.checked {
    color: #fff;
    background: #3468f5;
    border-color: #3468f5;
}

.ipt-policy .iconfont {
    display: none;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -1px;
}

.ipt-policy.checked .iconfont {
    display: block;
}

.login-error {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    color: #E55C5D;
    margin-top: -8px;
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 750px) {

    #north,
    #south {
        display: none;
    }

    body,
    #center {
        /* background: #fff; */
    }

    .logo {
        left: 50%;
        transform: translateX(-50%);
    }

    #center {
        padding: 0 3vw;
    }

    .login-desc {
        display: none;
    }

    .login-container {
        width: 100%;
        /* padding: 142px 0 5vw; */
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0;
    }

    .login-img {
        width: 100%;
        height: 206px;
        top: 0;
        left: 0;
        background: url(/images/login-m-top.jpg) center;
    }

    .login-img .txt {
        left: unset;
        right: 50px;
        bottom: 100px;
        font-size: 24px;
    }

    .login-img .contact-list {
        display: none;
    }

    .tab-btn {
        width: 100%;
        border: none;
        height: 90px;
        padding: 0;
        margin: 0 auto;
        z-index: 1;
        position: relative;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 25px 25px 0 0;
        float: none;
    }

    .btn-item {
        margin: 0;
        width: 50%;
        float: left;
        color: #fff;
        line-height: 46px;
        height: 46px;
    }

    .btn-item a {
        color: #fff;
    }

    .btn-item.on:before {
        display: none;
    }

    .btn-item .iconfont {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        margin-bottom: 0;
    }

    .btn-item .btn-txt {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

    .btn-item.on {
        background: #fff;
        border-radius: 25px 25px 0 0;
    }

    .btn-item.on:after {
        content: "";
        height: 30px;
        position: absolute;
        right: -29.3px;
        bottom: 0;
        /* background: url(/images/login-half-circle.png?v=20240611192106) center; */
        background-size: 100% auto;
        width: 30px;
        background-image: radial-gradient(circle 30px at 100% 0, transparent 30px, #fff 50%);
    }

    .login-panel {
        width: 100%;
        min-width: 0;
        float: none;
        margin-left: 0;
        padding: 50px 25px 60px;
        border-radius: 10px;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .login-desc {
        margin-top: 60px;
    }
}