 .banner {
     background: url('./../img/InterviewBg.png') no-repeat center / cover;
     height: 216px;
     position: relative;
     box-sizing: border-box;
 }

 .interview-section {
     padding-bottom: 120px;
     min-height: calc(100% - 218px);
     box-sizing: border-box;
     background: #F4F5F7;
 }

 .interview-section .container {
     width: 1440px;
     margin: 0 auto;
     box-sizing: border-box;
     position: relative;
     overflow: hidden;
 }

 .interview-section .banner-title {
     height: 46px;
     font-family: 'PingFang SC-Medium';
     font-weight: 500;
     font-size: 38px;
     color: #FFFFFF;
     line-height: 46px;
     text-align: center;
     margin-bottom: 12px;
 }

 .interview-section .subtitle {
     height: 22px;
     font-size: 14px;
     color: #FFFFFF;
     line-height: 22px;
     text-align: center;
     font-weight: 600;
 }

 .interview-section .subtitle span {
     font-weight: 400;
     color: rgba(255, 255, 255, 0.65);
 }

 .interview-content {
     margin-top: 48px;
 }

 .interview-container-L {
     width: 1016px;
     margin-right: 32px;
 }

 .interview-container-R {
     width: 392px;
     background: rgba(255, 255, 255, 0.6);
     border-radius: 18px;
     border: 1px solid rgba(23, 23, 23, 0.05);
 }

 /* 主图轮播 */

 .main-swiper {
     /* width: 100%; */
     /* height: 400px; */
     width: 1016px;
     height: 564px;
     border-radius: 18px;
     overflow: hidden;
     position: relative;
 }

 .main-swiper img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* 缩略图轮播 */
 .thumbnail-swiper {
     width: 1016px;
     padding: 24px 0;
     box-sizing: border-box;
     overflow: hidden;
     position: relative;
 }

 .thumbnail-swiper .swiper-wrapper {
     padding-bottom: 5px;
 }

 .thumbnail-swiper .swiper-slide {
     width: 113px !important;
     height: 63px;
     border-radius: 4px;
     overflow: hidden;
     position: relative;
 }

 .thumbnail-swiper .swiper-slide span {
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     width: 113px !important;
     height: 63px;
     background: rgba(243, 243, 246, 0.56);
 }

 .thumbnail-swiper .swiper-slide img {
     width: 100%;
     height: 100%;
     /* object-fit: cover; */
     /* border-radius: 4px;
    transition: all 0.3s ease; */
 }
 .thumbnail-swiper .swiper-slide-thumb-active{
    border: 2px solid #FF6933;
    box-sizing: border-box;
 }
 .thumbnail-swiper .swiper-slide-thumb-active span {
     display: none;
 }
 .anim_swiper-button-next:after,
.swiper-container-rtl .anim_swiper-button-prev:after,
.anim_swiper-button-prev:after,
.swiper-container-rtl .anim_swiper-button-next:after {
  content: '';
}

.ani-button-disabled {
  cursor: not-allowed !important;
}

.anim_swiper-button-prev,
.anim_swiper-button-next {
  top: 63px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 99;
}

 .swiper-button-next,
 .swiper-button-prev {
     color: #fff;
     opacity: 0.7;
 }

 .swiper-button-next:hover,
 .swiper-button-prev:hover {
     opacity: 1;
 }
 /* .swiper-box_item{
    display: none;
 }
 .swiper-box_item-active {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
*/

 /* 面包屑导航 */
 .breadcrumb {
     font-size: 14px;
     color: #666;
     padding: 42px 0 24px 0;
 }

 .breadcrumb a {
     font-size: 14px;
     color: rgba(255, 255, 255, 0.65);
     line-height: 22px;
 }

 .breadcrumb a:hover {
     color: #ff7c43;
     text-decoration: none;
 }

 /* .breadcrumb > * {
    display: inline;
}

.breadcrumb > *:not(:last-child)::after {
    content: '>';
    margin: 0 10px;
    color: #666;
} */
 .breadcrumb .currentTitle {
     height: 22px;
     font-family: 'PingFang SC-Medium';
     font-weight: 500;
     font-size: 14px;
     color: #FFFFFF;
     line-height: 22px;
 }

 /* 页面标题 */
 /* .page-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.page-title h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.page-title .subtitle {
    color: #666;
    font-size: 16px;
    font-style: italic;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #ff7c43;
    border-radius: 3px;
} */

 /* 主要内容区域 */
 .main-content {
     display: flex;
     gap: 40px;
     margin-bottom: 80px;
     background-color: #fff;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
 }

 /* .interview-content {
    flex: 3;
    padding: 40px;
} */

 .sidebar {
     flex: 1;
     padding: 40px 20px 40px 0;
 }

 /* 图片样式 */

 /* 采访问题和答案 */
 .interview-qa {
     font-size: 16px;
     color: #222222;
     line-height: 24px;
 }
 .question {
     font-weight: 600;
     font-family: 'PingFang SC-Semibold';
     margin-bottom: 4px;
     margin-top: 32px;
 }

 .question:nth-of-type(1) {
     margin-top: 0;
 }
 .answer a {
     color: #ff7c43;
     text-decoration: none;
 }

 .answer a:hover {
     color: #e66c33;
     border-bottom-style: solid;
 }

 /* 侧边栏评论 */
 .review-box {
     width: 392px;
     background: rgba(255, 255, 255, 0.6);
     border-radius: 18px;
     border: 1px solid rgba(23, 23, 23, 0.05);
     padding: 28px 28px 88px 28px;
     box-sizing: border-box;
 }

 .reviewer-avatar {
     font-family: 'PingFang SC-Semibold';
     font-weight: 600;
     font-size: 22px;
     color: #181818;
     line-height: 30px;
     width: 60px;
     height: 60px;
     line-height: 60px;
     /* background-color: #ff7c43; */
     border-radius: 50%;
     text-align: center;
     overflow: hidden;
 }
 .reviewer-avatar >img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .reviewer-name {
     font-family: 'PingFang SC-Semibold';
     font-weight: 600;
     font-size: 22px;
     color: #181818;
     line-height: 30px;
     margin: 12px 0 8px 0;
 }

 .review-text {
     font-size: 16px;
     color: #737373;
     line-height: 24px;
 }

 .review-text strong {
     font-family: 'PingFang SC-Semibold';
     font-weight: 600;
     font-size: 18px;
     line-height: 26px;
 }

 .shareBtns {
     margin-top: 48px;
 }

 .shareBtn {
     width: 72px;
     height: 28px;
     line-height: 28px;
     background: #1A77F2;
     border-radius: 4px;
     text-align: center;
     color: #fff;
     margin-right: 24px;
 }

 .postBtn {
     width: 72px;
     height: 28px;
     line-height: 28px;
     background: #000000;
     border-radius: 999px;
     text-align: center;
     color: #fff;
 }

 .shareBtn img,
 .postBtn img {
     vertical-align: top;
     display: inline-block;
     margin-top: 6px;
     margin-right: 2px;
 }

 /* 标签按钮 */
 /* .tags {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #ff7c43;
}

.tag-btn {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.tag-btn:hover {
    background-color: #ff7c43;
    color: white;
    border-color: #ff7c43;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 124, 67, 0.2);
} */

 /* 响应式设计 */
 /* @media (max-width: 1024px) {
    .main-content {
        gap: 30px;
    }

    .interview-content {
        padding: 30px;
    }

    .sidebar {
        padding: 30px 15px 30px 0;
    }
}

@media (max-width: 768px) {
    .main-content {
        flex-direction: column;
        gap: 0;
    }

    .interview-content {
        padding: 25px;
        width: 100%;
    }

    .sidebar {
        padding: 25px;
        width: 100%;
        border-top: 1px solid #f0f0f0;
    }

    .nav-links {
        display: none;
    }

    .page-title h1 {
        font-size: 28px;
    }

    .question {
        font-size: 18px;
    }

    .answer {
        font-size: 15px;
    }

    .carousel-container {
        margin-bottom: 30px;
    }

    .main-swiper {
        height: 300px;
    }

    .thumbnail-swiper .swiper-slide {
        width: 113px;
height: 63px;
border-radius: 4px;
overflow: hidden;
margin: 24px 16px 24px 0;
    }

    .thumbnail-swiper .swiper-slide img {
        height: 100%;
    }
}

@media (max-width: 480px) {
    .interview-content,
    .sidebar {
        padding: 20px;
    }

    .page-title h1 {
        font-size: 24px;
    }

    .main-swiper {
        height: 250px;
    }

    .login-btn {
        padding: 10px 16px;
        font-size: 14px;
    }

    .tag-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
} */
