.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 100;
    cursor: pointer;
}

/* 消息区域样式 */
.message-tabs {
    display: flex;
    margin-bottom: 20px;
}

.message-tabs .tab-item3 {
    color: #000;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.message-tabs .tab-item3.active {
    color: #CFA164;
}

.messages-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.messages-table th,
.messages-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.messages-table th {
    font-weight: bold;
    background-color: #F0F1F2;
}

.delete-btn {
    background-color: #CFA164;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

/* 分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-btn {
    padding: 5px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
}

.page-btn.active {
    background-color: #ff6b6b;
    color: white;
    border-color: #ff6b6b;
}

.page-ellipsis {
    margin: 0 5px;
}

.bk {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
}

#floating-container {
    position: fixed;
    top: 400px;
    left: 0;
    width: 206px;
    /* 调整为适合的宽度 */
    height: 477px;
    /* background-color: #f0f0f0; 可选，用于区分背景与内容 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 301;
    margin: 8px;
    right: 50%;
    margin-right: -768px;
    border-radius: 10px;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

#embedded-page-a {
    width: 100%;
    /* 或者指定固定宽度 */
    max-width: 100%;
    box-sizing: border-box;
    z-index: 301;
}

.personal-center {
    display: flex;
    margin-top: 0px;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.left-nav {
    margin: 10px;
    width: 200px;
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

/* 用户信息区域 */
.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    border: 2px solid #e0e0e0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-details {
    text-align: center;
}

.username {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.user-id {
    font-size: 12px;
    color: #999;
}

/* 导航菜单 */
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.nav-item8 {
    display: flex;
    align-items: center;
    padding: 15px 45px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-size: 14px;
    border-left: 3px solid transparent;
}

.nav-item8:hover {
    background-color: #f5f5f5;
    color: #333;
}

.nav-item8.active {
    background-color: #F0F1F2;
    color: #000;
    border-left-color: #bababb;
}

.nav-item8 i {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Tooltip 样式 */
.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.4;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* 绑定手机弹窗样式 */
.bind-phone-content {
    width: 500px;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.popup-header {
    color: #000;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header div {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.popup-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.input-container {
    position: relative;
}

.form-input {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    background-color: #F8F8F8;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.progress {
    height: 100%;
    background-color: rgba(255, 0, 0, 0.3);
}

.get-code-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #CFA164;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.form-description {
    background: #f5d5874d;
    padding: 15px;
    border-radius: 4px;
}

.form-description p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.popup-footer {
    padding: 0 20px 20px;
}

.bind-submit-btn {
    width: 100%;
    background-color: #CFA164;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.bind-submit-btn1 {
    width: 100%;
    background-color: #CFA164;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}


/* 客服按钮 */
.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-size: 14px;
}

.service-btn:hover {
    background-color: #f5f5f5;
    color: #333;
}

.service-btn i {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-image: url("service-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 图标样式 */
.icon-game {
    background-image: url("game-icon.png");
}

.icon-money {
    background-image: url("money-icon.png");
}

.icon-promotion {
    background-image: url("promotion-icon.png");
}

.icon-service {
    background-image: url("service-icon.png");
}

.icon-friends {
    background-image: url("friends-icon.png");
}

/* 选中状态下的图标颜色变化 */
.nav-item.active .icon-game {
    background-image: url("game-icon-active.png");
}

.nav-item.active .icon-money {
    background-image: url("money-icon-active.png");
}

.nav-item.active .icon-promotion {
    background-image: url("promotion-icon-active.png");
}

.nav-item.active .icon-service {
    background-image: url("service-icon-active.png");
}


.nav-item.active .icon-friends {
    background-image: url("friends-icon-active.png");
}

.right-content {
    flex: 1;
    margin: 10px 10px 10px 0;
    border-radius: 5px;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.content-section2 {
    display: none;
}

.content-section2.active {
    display: block;
}

.content-section3 {
    display: none;
}

.content-section3.active {
    display: block;
}

.content-section4 {
    display: none;
}

.content-section4.active {
    display: block;
}

.content-section5 {
    display: none;
}

.content-section5.active {
    display: block;
}

.content-section6 {
    display: none;
}

.content-section6.active {
    display: block;
}

/* 游戏成就样式 */
.achievements-container {
    margin-top: 20px;
}

.achievement-item {
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.achievement-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.achievement-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.achievement-info {
    flex: 1;
}

.achievement-info h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.achievement-info p {
    margin: 0 0 10px 0;
    color: #666;
    font-size: 14px;
}

.progress-bar {
    width: 150px;
    height: 40px;
    margin-right: 10px;
    background-color: #FF1C20;
}

.progress {
    height: 100%;
    background-color: #da0000;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.progress-text {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

/* 在线收益样式 */
.earnings-container {
    margin-top: 20px;
}

.earnings-summary {
    display: flex;
    margin-bottom: 20px;
}

.summary-item {
    flex: 1;
    text-align: center;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-right: 15px;
}

.summary-item:last-child {
    margin-right: 0;
}

.summary-item .label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.summary-item .value {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #da0000;
}

.earnings-details {
    margin-top: 20px;
}

.earnings-details h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.earnings-table {
    width: 100%;
    border-collapse: collapse;
}

.earnings-table th,
.earnings-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.earnings-table th {
    background-color: #f9f9f9;
    font-weight: bold;
}

/* 我的推广样式 */
.promotion-container {
    margin-top: 20px;
}

.promotion-stats {
    display: flex;
    margin-bottom: 20px;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-right: 15px;
}

.stat-item:last-child {
    margin-right: 0;
}

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #da0000;
    margin-bottom: 5px;
}

.stat-label {
    display: block;
    font-size: 14px;
    color: #666;
}

.promotion-code {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.promotion-code h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.code-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.code-box span {
    flex: 1;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.copy-btn {
    padding: 10px 20px;
    background-color: #da0000;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.copy-btn:hover {
    background-color: #b80000;
}

.code-tip {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.promotion-rules {
    margin-top: 20px;
}

.promotion-rules h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.promotion-rules ul {
    margin: 0;
    padding-left: 20px;
}

.promotion-rules li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}

/* 我的客服样式 */
.service-container {
    margin-top: 20px;
}

.service-item {
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.service-item i {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-image: url("service-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.service-info {
    flex: 1;
}

.service-info h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.service-info p {
    margin: 0 0 10px 0;
    color: #666;
    font-size: 14px;
}

.contact-btn {
    padding: 8px 16px;
    background-color: #da0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* 我的钱包样式 */
.wallet-container {
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    border-radius: 8px;
}

.welfare-gold {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    flex: 1;
}

.welfare-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.welfare-value {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.welfare-desc {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
}

.balance-label {
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}

.balance-value {
    font-size: 25px;
    font-weight: bold;
    color: #CF1533;
    margin-top: 4px;
}

.platform-red-packet {
    background-color: #fff2f2;
    padding: 20px;
    border-radius: 8px;
    flex: 1;
    text-align: center;
}

.red-packet-value {
    font-size: 36px;
    font-weight: bold;
    color: #ff4757;
    margin-bottom: 10px;
}

.withdraw-btn {
    color: #CF1533;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    margin: 6px 0 0 10px;
    font-size: 14px;
    height: 30px;
    background: rgba(207, 21, 51, .2);
}

.checkin-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.checkin-streak {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}

.checkin-cards {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.checkin-card {
    width: 128px;
    height: 130px;
    background-image: url('hf.png');
    background-size: 100% 100%;
    text-align: center;
    flex: 1;
    transition: all 0.3s ease;
}

.checkin-card.active {
    background-color: #fff;
    border-top-color: #CFA164;
}

/* TK图片弹窗样式 */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    border-radius: 8px;
    padding: 20px;
    width: 1191px;
    background-image: url(./static/999pk/tk.png);
    background-size: 100% 100%;
    height: 710px;
    overflow: hidden;
}

.popup-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.popup-close:hover {
    color: #333;
}

.checkin-card.active {
    background-color: #fff;
    border-top-color: #CFA164;
}

.checkin-day {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: bold;
}

.checkin-icon {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 11px;
}

/* 勾选图标样式 */
.checked-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    background-image: url('duidui.png');
    background-size: 100% 100%;
}

/* 金币图标样式 */
.gold-icon {
    width: 60px;
    height: 60px;
    background-image: url('yuanbao.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.checkin-reward {
    font-size: 12px;
    color: #666;
}

.icon-gold {
    color: #daa520;
}

/* 保留一个.checkin-reward样式定义 */

.wallet-forms {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.withdraw-info,
.mail-info {
    flex: 1;
}

.withdraw-info h3,
.mail-info h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.withdraw-form,
.mail-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-item label {
    font-size: 14px;
    color: #666;
    width: 80px;
}

.form-item input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.save-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    width: fit-content;
}

.save-btn:hover {
    background-color: #0056b3;
}

.wallet-container {
    margin-bottom: 10px;
}

.wallet-balance {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0 200px 0 42px;
    background-image: url('qbbeij.png');
    background-size: 100% 100%;
    background-color: #fff6f5;
    border-radius: 5px;
    margin-top: 20px;
    height: 135px;
}

.balance-amount {
    font-size: 24px;
    font-weight: bold;
    color: #da0000;
}

.wallet-actions {
    display: flex;
}

.wallet-actions button {
    padding: 8px 16px;
    margin-left: 10px;
    background-color: #da0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wallet-actions button:hover {
    background-color: #b80000;
}

.transaction-history {
    margin-top: 20px;
}

.transaction-history h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.transaction-table {
    width: 100%;
    border-collapse: collapse;
}

.transaction-table th,
.transaction-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.transaction-table th {
    background-color: #f9f9f9;
    font-weight: bold;
}

/* 游戏成就样式 */
.achievements-container {
    margin-top: 20px;
}

.level-progress {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.level-icons {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.hexagon {
    width: 90px;
    height: 90px;
}

.level-icon.active .hexagon {
    color: #fff;
}

.level-number {
    text-align: center;
}

.level-info {
    text-align: left;
    font-size: 14px;
    color: #999999;
}

/* 进度条样式 */
.progress-bar-container {
    width: 94px;
    height: 10px;
    background-color: #999999;
    overflow: hidden;
}

.level-icon {
    height: 100%;
    background-color: #191919;
    transition: width 0.3s ease;
}

/* TOP推荐样式 */
.top-recommendations-container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.game-card {
    min-width: 150px;
    background-color: #000;
    border-radius: 8px;
    transition: transform 0.3s ease;
    text-align: center;
}

.game-card:hover {
    transform: translateY(-5px);
}

.game-image {
    width: 150px;
    height: 120px;
    background-color: #000;
    overflow: hidden;
    border-radius: 5px;
}

.game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.game-card:hover .game-image img {
    transform: scale(1.1);
}

.game-info {
    flex: 1;
}

.game-info h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #333;
}

.game-meta {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.game-type {
    margin-right: 15px;
}

.game-stats {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.players {
    margin-right: 15px;
}

.play-btn {
    padding: 8px 20px;
    background-color: #da0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

.play-btn:hover {
    background-color: #b80000;
}

/* 我玩过的样式 */
.played-games-container {
    margin-top: 20px;
}

.played-games-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.played-games-table th,
.played-games-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.played-games-table th {
    background-color: #f9f9f9;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.played-games-table td {
    color: #666;
    font-size: 14px;
}

.view-btn {
    padding: 5px 12px;
    background-color: #CFA164;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 12px;
}

.view-btn:hover {
    background-color: #40a9ff;
}

/* 钱包明细样式 */
.wallet-details {
    background-color: #fff;
    border-radius: 8px;
}

.detail-tabs {
    display: flex;
}

/* 明细内容区域样式 */
.detail-content {
    display: none;
}

.detail-content.active {
    display: block;
}

.tab-item2 {
    padding: 12px 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.tab-item2.active {
    color: #CFA164;
}

/* 明细表格样式 */
.detail-table-container {
    margin-bottom: 20px;
}

.detail-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.detail-table th {
    background-color: #f9f9f9;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    font-size: 14px;
}

.detail-table td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 14px;
}

.detail-table tr:hover {
    background-color: #fafafa;
}

/* 分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.page-btn {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    min-width: 36px;
    text-align: center;
}

.page-btn:hover {
    border-color: #ff4757;
    color: #ff4757;
}

.page-btn.active {
    background-color: #ff4757;
    color: #fff;
    border-color: #ff4757;
}

.prev-btn,
.next-btn {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    min-width: 36px;
}

.prev-btn:hover,
.next-btn:hover {
    border-color: #ff4757;
    color: #ff4757;
}

/* 分页省略号样式 */
.page-ellipsis {
    padding: 0 10px;
    color: #999;
    font-size: 14px;
}

/* 账号安全样式 */
.security-container {
    max-width: 800px;
    margin: 0 auto;
}

.level-label {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

.level-value {
    font-size: 20px;
    color: #ff4757;
    font-weight: bold;
    margin-left: 20px;
}

.security-progress {
    display: flex;
}

.progress-fill {
    height: 100%;
    background-color: #ff4757;
    border-radius: 5px;
    transition: width 0.3s ease;
}

.security-shield {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shield-icon {
    width: 80px;
    height: 80px;
}

.security-items {
    background-color: #fff;
    padding: 0 20px 20px 20px;
    border-radius: 8px;
    margin-top: 10px;
}

.security-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.security-item:last-child {
    border-bottom: none;
}

.security-status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.security-status.success {
    background-color: #e8f5e8;
    color: #4caf50;
}

.security-status.warning {
    background-color: #fff3e0;
    color: #ff9800;
}

.check-icon {
    width: 40px;
    height: 40px;
}

.warning-icon {
    width: 40px;
    height: 40px;
}

.security-info {
    flex: 1;
}

.security-info p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.security-action {
    display: flex;
    align-items: center;
}

.action-btn {
    width: 90px;
    height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.binded-btn {
    background-color: #e0e0e0;
    color: #666;
    cursor: default;
}

.bind-btn,
.authenticate-btn,
.contact-btn {
    background-color: #fff;
    border: 1px solid #F0F1F2;
    color: #000;
}

/* 弹窗样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 400px;
    max-width: 100%;
}

.modal-content h3 {
    margin-top: 0;
    font-size: 18px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.form-actions button {
    padding: 8px 16px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn {
    background-color: #da0000;
    color: #fff;
}

.submit-btn:hover {
    background-color: #b80000;
}

.cancel-btn {
    background-color: #f0f0f0;
    color: #333;
}

.cancel-btn:hover {
    background-color: #e0e0e0;
}

/* 在线充值样式 */
.recharge-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

/* 充值步骤指示器 */
.recharge-steps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-number {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.step-item.active .step-number {
    color: #09BB07;
    border: 1px solid #09BB07;
}

.step-text {
    font-size: 12px;
    color: #666;
}

.step-item.active .step-text {
    color: #09BB07;
}

.step-line {
    width: 100px;
    height: 2px;
    position: relative;
    margin-top: -22px;
    background-color: #e0e0e0;
}

.step-line.active {
    background-color: #09BB07;
}

/* 账号信息 */
.account-info {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    border: none;
}

.account-details {
    display: flex;
    justify-content: flex-start;
}

.account-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.account-label {
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}

.account-value {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.account-value.balance {
    color: #da0000;
}

/* 充值金额输入 */
.recharge-amount {
    margin-bottom: 10px;
}

.amount-input {
    display: flex;
    align-items: center;
    background-color: #DEDEDE;
    border-radius: 5px;

    height: 22px;
    border: 0.5px solid #dedede;
    margin-top: -12px;
}

.amount-label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

#amount {
    width: 300px;
    height: 44px;
    font-size: 18px;
    padding-left: 10px;
}

.confirm-btn {
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    width: 88px;
    height: 44px;
    background: #cfa164;
    margin-top: -10px;
}

/* 充值套餐选择 */
.recharge-packages {
    margin-bottom: 20px;
}

.packages-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.package-item {
    width: 275px;
    height: 164px;
    border: 1px solid #F0F1F2;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
}

.package-item:hover {
    border: 1px solid #CFA164;
}

.package-item.active {
    border: 1px solid #CFA164;
}

.package-amount.active {
    font-size: 40px;
    font-weight: bold;
    color: #daa520;
}

.package-amount {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-top: 33px;
}

.package-bonus {
    margin-top: 44px;
    background-color: #F0F1F2;
    font-size: 14px;
    padding: 5px;
}

.package-bonus.active {
    font-size: 14px;
    color: #fff;
    background-color: #CFA164;
    padding: 5px;
}

/* 支付信息 */
.payment-info {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}

.payment-container {
    display: flex;
    align-items: center;
}

.qr-code {
    text-align: center;
}

.qr-code img {
    width: 200px;
    height: 200px;
    border: none;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}

.payment-details {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.payment-item {
    display: flex;
    font-size: 14px;
}

.payment-label {
    color: #666;
}

.payment-value {
    font-weight: bold;
    color: #CFA164;
    font-size: 40px;
    margin-top: -26px;
}

.payment-methods {
    display: flex;
    margin-top: 10px;
}

.payment-methods img {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;
}

.payment-text {
    font-size: 14px;
    color: #666;
    margin-top: 9px;
}