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

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

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

body {
    background: #f9f9f9;
}

#center {
    padding: 80px 0;
    min-height: calc(100vh - 478px);
    box-sizing: border-box;
    background: linear-gradient(90deg, #E7E7EA 0%, #FEF9EE 100%);
}

.login-container {
    position: relative;
    width: 970px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 auto;
    padding: 1px 0;
    background: #fff;
    box-shadow: 9.95px 9.95px 43.26px 0px #000E752B;
}

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

.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 {
    width: 330px;
    float: left;
    margin-left: 50px;
}

.login-desc {
    margin-top: 130px;
    color: #B5B5B5;
}

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

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

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

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

.ipt-icon {
    color: #ddd;
    right: 15px;
    top: 12px;
    position: absolute;
    font-size: 16px;
    color: #F3BF4A;
}

.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;
    margin-top: -10px;
}

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

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

.login-container .login-btn {
    width: 46px;
    margin: 30px auto 10px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #F4BF49;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 46px;
    cursor: pointer;
    font-size: 14px;
}

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

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

.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?v=20250429165117);
    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;
}

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

    #north,
    #south {
        display: none;
    }

    body,
    #center {
        background: #fff;
    }

    #center {
        padding: 0;
    }

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

    .login-img {
        width: 100%;
        height: 206px;
        top: 0;
        left: 0;
        background: url(/images/login-m-top.jpg?v=20250429165117) 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: auto;
        float: none;
        margin-left: 0;
        padding: 1px 8vw 0;
        margin-top: -45px;
        border-radius: 0 25px 0 0;
        background: #fff;
        position: relative;
        z-index: 1;
    }

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