.uim-footer-wrap .foot-link {
	display: none
}
.uim-touzi-list li .text-2 dl dt.rate span em {
	margin-left: -6px;
}
i.jiaxi {
	display: inline-block;
	background: #f1684e;
	padding: 2px 4px;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: absolute;
	margin-left: 3px;
	top: -10px;
	text-align: left
}
i.jiaxi::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0px;
	height: 0px;
	border-color: rgba(241,104,78,1) transparent transparent rgba(241,104,78,1);
	border-width: 4px;
	border-style: solid;
}
b.butie {
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	background: #ffd700;
	display: inline-block;
	border-radius: 3px;
	color: #222;
	padding: 3px 8px;
	top: 50px;
	left: 42px;
}
b.butie:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #ffd700;
	border-top: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	right: 0;
}

/* 页面头部样式 */
.mts-page-header {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #1e3a5f 100%);
    padding: 40px 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.mts-page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.mts-page-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0,212,170,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.mts-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.mts-page-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.mts-page-title svg {
    width: 40px;
    height: 40px;
    stroke: #00d4aa;
}

.mts-page-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* 筛选面板样式 */
.mts-filter-panel {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    border-radius: 0 0 16px 16px;
}

.mts-filter-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.mts-filter-group {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.mts-filter-group:last-child {
    margin-bottom: 0;
}

.mts-filter-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
    padding-top: 8px;
    min-width: 60px;
}

.mts-filter-title svg {
    width: 16px;
    height: 16px;
    stroke: #00d4aa;
}

.mts-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.mts-filter-btn {
    padding: 8px 18px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    color: #475569;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.mts-filter-btn:hover {
    background: #e2e8f0;
    color: #1e293b;
    border-color: #cbd5e1;
}

.mts-filter-btn.active {
    background: linear-gradient(135deg, #00d4aa 0%, #00b894 100%);
    border-color: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 212, 170, 0.35);
}

/* VIP推荐按钮样式 */
.mts-filter-vip {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #fbbf24;
    color: #92400e;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mts-filter-vip svg {
    fill: #fbbf24;
}

.mts-filter-vip:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-color: #f59e0b;
    color: #fff;
}

.mts-filter-vip:hover svg {
    fill: #fff;
}

.mts-filter-vip.active {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.mts-filter-vip.active svg {
    fill: #fff;
}

/* 球迷分享按钮样式 */
.mts-filter-fan {
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    border-color: #38bdf8;
    color: #0369a1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mts-filter-fan svg {
    stroke: #38bdf8;
}

.mts-filter-fan:hover {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border-color: #0ea5e9;
    color: #fff;
}

.mts-filter-fan:hover svg {
    stroke: #fff;
}

.mts-filter-fan.active {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4);
}

.mts-filter-fan.active svg {
    stroke: #fff;
}

.mts-filter-experts {

}

.mts-expert-btn {
    background: #f8fafc;
    border-color: #e2e8f0;
    font-size: 12px;
    padding: 6px 14px;
}

.mts-expert-btn:hover {
    background: #00d4aa;
    border-color: #00d4aa;
    color: #fff;
}

/* 球迷按钮样式 */
.mts-fan-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #7dd3fc;
}

.fan-name {
    color: #0369a1;
    font-weight: 500;
}

.fan-rate {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
}

.rank-vip-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: linear-gradient(135deg, #ff4757 0%, #ff2e43 100%);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	border-radius: 50%;
	margin-left: 8px;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(255, 71, 87, 0.5);
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	animation: vip-pulse 2s ease-in-out infinite;
}

@keyframes vip-pulse {
	0%, 100% { transform: scale(1); box-shadow: 0 2px 8px rgba(255, 71, 87, 0.5); }
	50% { transform: scale(1.05); box-shadow: 0 4px 12px rgba(255, 71, 87, 0.7); }
}

/* VIP专家在风云榜中的特殊样式 */
.expert-rank-item-simple.vip-expert {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border: 1px solid #fbbf24;
}

.expert-rank-item-simple.vip-expert .rank-avatar-simple {
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
	box-shadow: 0 2px 8px rgba(251, 191, 36, 0.4);
}

.mts-fan-btn:hover {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border-color: #0ea5e9;
}

/* 分析师列表中VIP专家的按钮样式 */
.vip-expert-btn {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
	border-color: #fbbf24 !important;
}

.vip-expert-btn .fan-name {
	color: #92400e;
	font-weight: 600;
}

.vip-expert-btn .fan-vip-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, #ff4757 0%, #ff2e43 100%);
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	border-radius: 50%;
	margin: 0 4px;
	border: 2px solid #fff;
	box-shadow: 0 2px 6px rgba(255, 71, 87, 0.4);
}

.vip-expert-btn:hover {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
	border-color: #f59e0b !important;
}

.mts-fan-btn:hover .fan-name {
    color: #fff;
}

.mts-fan-btn:hover .fan-rate {
    background: #fff;
    color: #0ea5e9;
}

.mts-filter-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 15px 0;
}

/* 列表头部样式 */
.mts-list-header {
    background: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mts-list-title-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mts-list-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0284c7;
}

.mts-list-icon svg {
    width: 26px;
    height: 26px;
}

.mts-list-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 5px 0;
}

.mts-list-subtitle {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.mts-list-stats {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mts-stat-item {
    text-align: center;
}

.mts-stat-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #e56c69;
    line-height: 1;
}

.mts-stat-label {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
}

.mts-stat-divider {
    width: 1px;
    height: 40px;
    background: #e2e8f0;
}

/* 新列表样式 */
.mts-match-table {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.mts-table-header {
    display: grid;
    grid-template-columns: 100px 1fr 280px;
    gap: 20px;
    padding: 18px 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #e8e8e8;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.mts-table-row {
    display: grid;
    grid-template-columns: 100px 1fr 280px;
    gap: 20px;
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    transition: all 0.3s ease;
}

.mts-table-row:hover {
    background: #f8fffe;
}

.mts-table-row:last-child {
    border-bottom: none;
}

.match-league-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.match-info-cell {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.match-time-info {
    font-size: 13px;
    color: #999;
}

.teams-display {
    display: flex;
    align-items: center;
    gap: 15px;
}

.team-display-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.team-logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-name-display {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
}

.vs-badge {
    font-size: 12px;
    font-weight: 700;
    color: #00d4aa;
    padding: 4px 10px;
    background: rgba(0, 212, 170, 0.1);
    border-radius: 12px;
}

.experts-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.expert-name-link {
    display: inline-block;
    padding: 6px 14px;
    background: #f5f7fa;
    border-radius: 16px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #e8e8e8;
}

.expert-name-link:hover {
    background: #e56c69;
    color: #fff;
    border-color: #e56c69;
}

/* VIP专家标识样式 */
.expert-name-link.expert-vip {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #fbbf24;
    color: #92400e;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.expert-name-link.expert-vip:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-color: #f59e0b;
    color: #fff;
}

.vip-icon {
    width: 14px;
    height: 14px;
    fill: #f59e0b;
}

.expert-name-link.expert-vip:hover .vip-icon {
    fill: #fff;
}

/* 分页样式 */
.mts-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-top: 25px;
    margin-bottom: 25px;
}

.mts-page-info {
    font-size: 14px;
    color: #666;
}

.mts-page-total,
.mts-page-current {
    color: #e56c69;
    font-weight: 700;
    font-size: 16px;
}

.mts-page-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
}

.mts-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.mts-page-num {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #e0e0e0;
}

.mts-page-num:hover {
    background: #e56c69;
    color: #fff;
    border-color: #e56c69;
}

.mts-page-active {
    background: #e56c69;
    color: #fff;
    border-color: #e56c69;
    font-weight: 700;
}

.mts-page-prev,
.mts-page-next {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.mts-page-prev:hover,
.mts-page-next:hover {
    background: #f5f5f5;
    border-color: #ccc;
    color: #333;
}

.mts-page-disabled {
    background: #f5f5f5;
    color: #bbb;
    border-color: #e0e0e0;
    cursor: not-allowed;
}

.mts-page-disabled:hover {
    background: #f5f5f5;
    color: #bbb;
    border-color: #e0e0e0;
}

@media (max-width: 768px) {
    .mts-pagination {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .mts-page-numbers {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* 侧边栏样式 */
.mts-sidebar-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.mts-sidebar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.mts-sidebar-title::before {
    content: '';
    width: 4px;
    height: 18px;
    background: #00d4aa;
    border-radius: 2px;
}

/* 统计面板 */
.stats-grid-simple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.stat-item-simple {
    text-align: center;
    padding: 20px 15px;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f7 100%);
    border-radius: 10px;
}

.stat-value-simple {
    font-size: 28px;
    font-weight: 800;
    color: #00d4aa;
    margin-bottom: 5px;
}

.stat-label-simple {
    font-size: 13px;
    color: #666;
}

/* 专家排行 */
.expert-rank-simple {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.expert-rank-item-simple {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.expert-rank-item-simple:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.rank-num {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    background: #e8e8e8;
}

.rank-num.top1 { background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%); color: #fff; }
.rank-num.top2 { background: linear-gradient(135deg, #c0c0c0 0%, #a0a0a0 100%); color: #fff; }
.rank-num.top3 { background: linear-gradient(135deg, #cd7f32 0%, #b87333 100%); color: #fff; }

.rank-avatar-simple {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, #00d4aa 0%, #00b894 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
}

.rank-avatar-simple img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rank-info-simple {
    flex: 1;
}

.rank-name-simple {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 3px;
}

.rank-rate-simple {
    font-size: 12px;
    color: #00d4aa;
    font-weight: 600;
}

body {
	background: #f5f5f5;
}
