.MainBox .Framework_order {
    background: #fff !important;
}

.order-page-contenter {
    overflow-y: auto;
}
.header-box-logo {
    margin-right: 80px;
}

.headerBox {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.order-page-content {
    width: 1070px;
    margin: 40px auto;
}

.user-info-box {
    border-radius: 8px;
    padding: 20px 40px;
    color: #fff;
    background: rgba(92, 93, 90, 1);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
}

.user-info-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.uib-user-name {
}

.uib-user-detail {
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0;
}

.uib-user-detail div {
    margin-right: 20px;
}

.uib-user-detail div:last-child {
    margin-right: 0;
}

.qysm-content {
    margin-top: 40px;
}

.qysm-title1 {
    font-size: 16px;
    font-weight: 600;
}

.qysm-title-tip {
    font-size: 12px;
    color: #d81e06;
    cursor: pointer;
}

.qysm-title-tip img {
    height: 14px;
    width: auto;
    margin-right: 5px;
}

.qysm-box {
    margin-top: 10px;
}
.ccmd_disc_content {
    width: 100%;
    height: auto;
    background: rgb(255, 230, 180);
    border-radius: 20px;
    padding: 30px 0 !important;
    position: relative;
    margin: 10px 0 0;
}

.ccmd_disc_item_vip {
    width: 130px;
    border-right: 1px solid rgb(255, 211, 122);
    height: 100%;
}

.ccmd_disc_img_vip1 {
    width: 40px;
    margin: 0 0 20px !important;
}

.ccmd_disc_img_vip2 {
    width: 90px;
}

.ccmd_disc_item {
    width: 25%;
    padding: 0 25px !important;
}
.ccmd_disc_item1 {
    width: 20%;
    padding: 0 15px !important;
}
.ccmd_disc_img {
    width: 40px;
    margin: 0 0 10px !important;
}

.ccmd_disc_text1 {
    color: #491f03;
    font-weight: bold;
    margin: 0 0 5px !important;
    width: 100%;
    text-align: center;
}

.ccmd_disc_text1 span {
    font-size: 24px;
    margin-right: 5px;
}

.ccmd_disc_text2 {
    font-size: 12px;
    color: #491e03;
    text-align: center;
}

.ccmd_buy {
    color: rgb(0, 0, 238, 1);
    font-size: 12px;
    margin-top: 5px;
}

.ccmd_buy:hover {
    text-decoration: underline;
}

.ccmd_privlege_content {
    margin: 40px 0 0 !important;
    border-radius: 20px;
    background: #fff9ea;
}

.ccmd_privlege {
    border-radius: 20px;
    margin: 20px 0 0 !important;
    height: auto;
    background: #fff9ea;
    padding: 30px 0 !important;
    box-sizing: border-box;
}

.ccmd_img_lujing {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
}

#checkout_counter_popup .price_desc {
    text-align: left;
    margin-left: 24px;
    font-size: 12px;
    color: #958989;
}

.ccmd_privlege_item {
    width: 33.33%;
    border-right: 1px solid rgb(255, 211, 122);
}

.ccmd_privlege_item:last-child {
    border-right: 0;
}

img.ccmdp_img_title {
    width: 120px;
    margin: 0 0 5px !important;
}

.ccmdp_text {
    font-size: 12px;
    margin: 0 0 5px !important;
    color: #491e03;
}

.ccmdp_text::before {
    content: '';
    display: inline-block;
    width: 4px; /* 圆点宽度 */
    height: 4px; /* 圆点高度 */
    border-radius: 50%; /* 变成圆形 */
    background: #958989; /* 圆点颜色 */
    margin-right: 4px !important; /* 可选：调整间距 */
}

.ccmd_privlege_title {
    color: #9b6643;
    font-weight: bold;
    font-size: 28px;
    margin-top: 40px;
    text-align: center;
}

.tab-container {
    width: 100%;
    margin: 0 auto;
}
.tab-header {
    display: flex;
}
.tab-btn {
    padding: 10px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    background: none;
    border-bottom: 3px solid transparent;
}
.tab-btn:hover {
    color: #491f03;
    font-weight: bold;
}
.tab-btn.active {
    border-bottom: 4px solid #491f03;
    color: #491f03;
    font-weight: bold;
}
.ac-tab-content {
    padding: 20px 0;
    border-top: none;
    display: none;
}
.ac-tab-content.active {
    display: block;
}

.order-tab-container {
    margin: 40px 0;
    width: 100%;
}

/* 表格容器 */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.data-table thead th {
    background-color: #f2f2f2; /* 灰色背景 */
    padding: 12px 15px;
    text-align: left;
    font-weight: bold;
    border: none; /* 移除默认边框 */
    color: #333;
}

.data-table tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0; /* 只有底部边框 */
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.data-table tbody tr:last-child td {
    border-bottom: none;
}

.data-table tbody tr:hover {
    background-color: #f9f9f9;
}

/* 分页按钮通用样式 */
.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination1 {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item {
    margin: 0 3px;
}

.page-link {
    display: block;
    padding: 8px 15px;
    background-color: #f3f2f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

/* 当前选中页样式 */
.page-item.active .page-link {
    background-color: #4262d7;
    color: white;
    border-color: #4262d7;
}

/* 禁用状态样式 */
.page-item.disabled .page-link {
    color: #aaa;
    cursor: not-allowed;
    background-color: #f5f5f5;
}

/* 悬停效果 */
.page-item:not(.active):not(.disabled) .page-link:hover {
    background-color: #f0f0f0;
}

span.status-use {
    font-weight: bold;
    color: #de253d;
}

span.status-expired {
    font-weight: bold;
    color: #989898;
}
