.case-banner-img {
    width: 100%;
}

.common-section {
    padding: 0 20px 24px;
}

/* 辅导类型标签按钮组 */
.case-tabs {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 4px;
    margin-bottom: 16px;
}
.case-tab {
    font-family: MiSans, sans-serif;
    font-size: 10px;
    color: #333;
    background: #fff;
    /* border: 1px solid #e0e0e0; */
    border-radius: 2px;
    padding: 6px 2px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    -webkit-tap-highlight-color: transparent;
    font-weight: bold;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.case-tab.is-active {
    background: #ED2E41;
    color: #fff;
    border-color: #ED2E41;
}

/* 学术申诉 */
.appeal {
    padding-top: 6px;
}
.appeal-title {
    position: relative;
    font-family: MiSans;
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    text-align: right;
    letter-spacing: 0em;
    
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.01);
    text-align: center;
    margin: 10px 0 14px;
}
.appeal-title::before {
    content: attr(data-en);
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -58%);
    font-size: 16px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    pointer-events: none;
}
.appeal-tabs {
    background: #FFF6F5;
    border-radius: 5px;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.appeal-tab {
    flex: 1 1 auto;
    min-width: 70px;
    font-family: MiSans, sans-serif;
    font-size: 13px;
    line-height: 1;
    padding: 10px 12px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid transparent;
    color: #333;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.appeal-tab.is-active {
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    color: #ED2E41;
    font-weight: 700;
}

/* 申诉案例卡片：左文右图 */
.appeal-case-card {
    margin-top: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    gap: 16px;
    box-sizing: border-box;
}
.appeal-case-left {
    flex: 1 1 240px;
    min-width: 0;
}
.appeal-case-label {
    font-family: MiSans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0 0 4px;
    text-align: left;
    flex:0 0 70px;
}
.appeal-case-text {
    font-family: MiSans, sans-serif;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 12px;
    text-align: left;
}
.appeal-case-text:last-of-type {
    margin-bottom: 0;
}
.appeal-case-right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 280px;
    margin:0 auto;
}
.appeal-case-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* 辅导喜报轮播 - 与 dissertation 问题卡片轮播同款样式 */
.case-report-carousels {
    position: relative;
}
.case-report-carousel-wrap {
    display: none;
    position: relative;
    margin-top: 12px;
}
.case-report-carousel-wrap.is-visible {
    display: block;
}
.case-report-carousel {
    position: relative;
    overflow: visible;
    padding-bottom: 348px;
    padding-top: 12px;
}
.case-report-carousel .swiper-wrapper {
    position: relative;
}
.case-report-carousel .swiper-slide {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    padding: 0;
    transform: translateX(-50%) scale(0.94);
    opacity: 0;
    z-index: 1;
    transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}
.case-report-carousel .swiper-slide.is-active {
    opacity: 1;
    transform: translate(-50%, -6px) scale(1);
    z-index: 3;
}
.case-report-carousel .swiper-slide.is-prev {
    opacity: 0.7;
    transform: translateX(-70%) scale(0.9);
    z-index: 2;
    filter: blur(0.5px);
}
.case-report-carousel .swiper-slide.is-next {
    opacity: 0.7;
    transform: translateX(-30%) scale(0.9);
    z-index: 2;
    filter: blur(0.5px);
}
.case-report-carousel .swiper-slide.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.case-report-img {
    width: 100%;
    height: 387px;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    object-position: center top;
    display: block;
    flex: 1;
}

.case-report-card {
    padding: 20px 24px;
    background: linear-gradient(180deg, #FFB366 0%, #FFE4C4 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: MiSans, sans-serif;
    box-sizing: border-box;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.case-report-summary {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.case-report-card-inner {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.case-report-university {
    font-size: 16px;
    font-weight: 700;
    color: #ED2E41;
    margin-bottom: 10px;
}
.case-report-detail {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #333;
    line-height: 1.8;
}
.case-report-score {
    color: #ED2E41;
    font-weight: 700;
}
.case-report-pagination {
    bottom: 0px;
    width: 100%;
}
.case-report-pagination .swiper-pagination-bullet {
    background: rgba(255, 179, 102, 0.5);
    opacity: 1;
    cursor: pointer;
}
.case-report-pagination .swiper-pagination-bullet-active {
    background: #E67E50;
    width: 16px;
    border-radius: 4px;
}

