body {
    font-family: Arial, sans-serif;
    background-image: url('../images/accmng/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 1;
    box-sizing: border-box;
}

html, body {
    overflow: auto !important;
}

.nav {
    background-image: url('../images/accmng/bg-topbar.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.nav .left {
    padding: 0 30px !important;
}

.nav .left a {
    padding: 0 12px;
}

.nav .logo {
    display: none;
}

.off img:last-child {
    display: none;
}

.off img:first-child {
    margin-top: -10px;
}

.off img:nth-child(2) {
    display: none;
}

.music_btn img {
    position: absolute;
}

.download-tag img {
    width: 0.86rem;
    height: 0.32rem;
}

#yuyue-dialog .download-btn img {
    width: 2.66rem;
    height: 0.71rem;
}

.btn-tese img {
    width: 0.55rem;
    height: 0.32rem;
}

.btn-news img {
    width: 0.59rem;
    height: 0.32rem;
}

.btn-h img {
    width: 0.56rem;
    height: 0.32rem;
}

.left-menu ul li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -5px;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
    line-height: inherit;
}

.left-menu ul li.icon-register::before {
    background-image: url('../images/accmng/icon-reg-user-on.png');
}

.left-menu ul li.icon-change-pwd::before {
    background-image: url('../images/accmng/icon-password-off.png');
    width: 17px;
    height: 21px;
}

.left-menu ul li.icon-change-phone::before {
    background-image: url('../images/accmng/icon-phone-off.png');
    width: 16px;
    height: 22px;
}

.left-menu ul li a {
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.left-menu ul li a:hover {
    text-decoration: underline;
}

.left-menu ul li:hover {
    cursor: pointer;
}

.account-management {
    width: 1150px;
    margin: 0 auto;
}

.account-management .title {
    color: #4686d5;
    padding: 10px 0 15px;
    margin: 28px 0 25px;
    font-size: 38px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items:end;
    justify-content: space-between;
}

.title .username {
    right: 65px;
    bottom: 15px;
    width: 300px;
    text-align: right;
    font-weight: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    z-index: 9;
    flex: 1;
    padding-right: 20px;
}

.title .btn-logout {
    color: inherit;
    right: 0;
    bottom: 15px;
    width: 40px;
    text-align: right;
    font-weight: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    z-index: 9;
    display: none;
}

.center {
    overflow: hidden;
}

.line {
    width: 9px;
    height: 110px;
    vertical-align: top;
    float: left;
    overflow: visible;
    position: relative;
}

.line .l {
    width: 1px;
    height: 110px;
    background: #ccc;
    margin-left: 5px;
}

.line .icon-indicator {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background: #4686d5;
    border-radius: 50%;
    overflow: visible;
    position: absolute;
}

.left-menu {
    width: 241px;
    float: left;
    text-align: left;
    vertical-align: top;
}

.left-menu ul {
    list-style: none;
    margin-top: 0;
    padding-left: 20px;
}

.left-menu ul li {
    margin-bottom: 20px;
    font-weight: bold;
    color: #999;
}


/* 表单区域 */
.right-form {
    width: 900px;
    float: left;
    text-align: left;
    vertical-align: top;
    padding-bottom: 40px;
}

.form-item {
    margin-bottom: 20px;
}

.form-item .label {
    display: inline-block;
    width: 100px;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    /* 移除原有的 *，避免重复显示 */
    text-indent: -1em;
    text-align: left !important;
}

.form-item .label::before {
    content: '*';
    color: red;
    margin-right: 4px;
}

.form-item .input-wrapper {
    padding: 4px;
    border: 1px solid #ddd;
    width: 450px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
}

.input-wrapper input {
    width: 100%;
    border: none;
    padding: 5px;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;
}

.input-wrapper input:disabled {
    background-color: #ddd;
}

.form-item input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    height: 22px;
}

.input-wrapper.disabled {
    background-color: #ddd;
}

::placeholder {
    color: #aaaaaa;
    opacity: 1;
    /* Firefox 会默认降低透明度，这里设置为 1 恢复正常 */
}

:-ms-input-placeholder {
    color: #bbb;
}

::-ms-input-placeholder {
    color: #bbb;
}

.input-wrapper .get-code {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: #4686d5;
    color: white;
    padding: 0 10px;
    width: 130px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
}

.input-wrapper .get-code:hover {
    cursor: pointer;
}

.form-item .tip {
    color: red;
    margin-left: 10px;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
}

.btn-wrapper {
    text-align: center;
    width: 500px;
    font-size: 17px;
}

.submit-btn {
    margin: 25px 0;
    clear: both;
    background: #4686d5;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: bold;
    width: 160px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
}

.name-idcard-box {
    padding: 10px 0 1px 20px;
    margin-left: -20px;
    margin-bottom: 20px;
    border-radius: 6px;
    width: 770px;
    position: relative;
}

.name-idcard-box .bg-color {
    width: 590px;
    height: 100%;
    background: #F2F7FD;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.name-idcard-box .privacy-tip {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 102px;
}

#id-card-upload {
    display: none;
}

#upload-btn {
    display: block;
    background-color: #4787D2;
    outline: none;
    color: white;
    margin: 0 auto;
    width: 120px;
    height: auto;
    padding: 5px;
    font-size: 12px;
    border-radius: 2px;
    outline: none;
}

#id-card-preview {
    text-align: center;
    margin-top: 20px;
    max-width: 200px;
    max-height: 200px;
    margin: 20px auto;
    overflow: hidden;
}

#id-card-preview img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

#success-template {
    padding: 25px 30px 40px;
}
#success-template .title {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
#success-template .acc {
    font-size: 18px;
    color: red;
    margin-bottom: 15px;
}
#success-template .tip {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    .modal-content {
        background: #fff;
        color: #959595;
        font-size: 15px;
        line-height: 30px;
        padding: 20px;
    }

    .modal-dialog {
        width: 700px;
        margin-top: 10%;
    }

    .modal-header {
        border-bottom: none;
        color: #959595;
        text-align: center;
        line-height: 40px;
    }

    .AgreementBtn {
        color: #166ced;
        text-decoration: underline;
    }

    .BtnBox {
        width: 500px;
        height: 40px;
        margin: 0 auto;
        margin-top: 30px;
        overflow: hidden;
    }

    .BtnBox a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        float: left;
        margin-left: 100px;
    }

    .BtnBoxA1 {
        background: #5a90d4;
    }

    .BtnBoxA2 {
        background: #b81c22;
    }

    .username-h5 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-image: url('../images/accmng/bg-mini.jpg');
    }

    .modal-content {
        background: #fff;
        color: #959595;
        font-size: 1rem;
        line-height: 3rem;
    }

    .modal-dialog {
        width: 96%;
    }

    .modal-header {
        border-bottom: none;
        color: #959595;
        text-align: center;
        line-height: 3rem;
    }

    .AgreementBtn {
        color: #166ced;
        text-decoration: underline;
    }

    .BtnBox a {
        width: 40%;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        margin-top: 1rem;
    }

    .BtnBoxA1 {
        background: #5a90d4;
    }

    .BtnBoxA2 {
        background: #b81c22;
    }

    .account-management {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .account-management .title {
        padding: 10px 30px;
        margin: 10px 0 20px;
        font-size: 22px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .username-h5 {
        color: #4686d5;
        padding-left: 30px;
    }

    .username-h5 .btn-logout {
        color: #4686d5;
    }

    .title .username {
        display: none;
    }

    .title .btn-logout {
        display: none !important;
    }

    .form-item {
        padding: 0 30px;
        margin-bottom: 0;
    }

    .form-item .label {
        display: block;
        margin-bottom: 5px;
        margin-left: 10px;
        font-size: 14px;
    }

    .form-item .input-wrapper {
        display: block;
        width: 100% !important;
        background-color: #fff;
    }

    .form-item .tip {
        margin-bottom: 10px;
    }

    .line,
    .left-menu {
        display: none;
    }

    .right-form {
        width: 100%;
        max-width: 100%;
    }

    .btn-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .name-idcard-box {
        border-radius: 3px;
        width: 100%;
        width: calc(100% + 20px);
    }

    .name-idcard-box .privacy-tip {
        margin-left: 30px;
    }

    .name-idcard-box .bg-color {
        width: 100%;
    }

    .nav {
        display: none;
    }
}