/* 主容器样式 */
.index-container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    overflow-x: hidden;
}

/* Header 样式 */
.index-container .header {
    width: 100%;
}

/* Banner 区域样式 */
.index-container .header-banner {
    background-color: #5FD1D5;
    width: 100%;
    height: 48px;
}

.index-container .banner-content {
    padding: 8px 0;
    box-sizing:border-box;
}

.index-container .banner-content img {
    display: block;
}

.index-container .banner-content img:not(:last-child) {
    margin-right: 25px;
}

.index-container .banner-img-1 {
    width: 32px;
    height: 32px;
}

.index-container .banner-img-2 {
    width: 26px;
    height: 26px;
}

.index-container .banner-img-3 {
    width: 46px;
    height: 28px;
}

.index-container .search-img img {
    width: 30px;
    height: 30px;
    flex: 1;
    cursor: pointer;
}

/* Swiper Section 样式 */
.index-container .swiper-section {
    position: relative;
    width: 100%;
    height: 585px;
}

.index-container .main-swiper {
    width: 100%;
    height: 100%;
}

.index-container .main-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.index-container .main-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 固定按钮容器 */
.index-container .fixed-buttons {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px; /* 按钮之间的间距 */
    z-index: 10;
}

.index-container .swiper-button {
    width: 270px;
    height: 56px;
    background-color: rgba(72, 192, 163, 0.5);
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 4px; /* 可选：添加圆角 */
    transition: background-color 0.3s; /* 可选：添加悬停效果 */
}

.index-container .swiper-button img {
    display: block;
    margin-right: 17px;
}

.index-container .swiper-button span {
    display: inline-block;
}

/* 新闻部分基础样式 */
.index-container .news-section {
    padding: 32px 0;
    box-sizing: border-box;
}

/* 标题行样式 */
.index-container .section-header {
    margin-bottom: 40px;
}

.index-container .header-title {
    gap: 16px;
    align-items: center!important;
}

.index-container .header-title h2 {
    font-size: 36px;
    font-weight: 400;
    color: #333;
}

.index-container .title-icon {
    width: 24px;
    height: 27px;
    vertical-align: middle;
}

.index-container .more-button .more-link button {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    outline: none;
    font-size: 12px;
    color: #858585;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    cursor: pointer;
    background: none;
}
.index-container .more-button .more-link .white-btn {
    color: #FFFFFF;
}

/* 内容区域样式 */
.news-content {
    gap: 20px;
}

/* 左侧内容样式 */
.news-left {
    width: 590px;
    position: relative;
}
.news-left-tip {
    position: absolute;
    top: 7px;
    right: 8px;
    z-index: 9;
    padding: 4px 8px;
    background-color: rgba(72, 192, 163, 0.5);
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 4px;
}

.featured-image {
    width: 590px;
    height: 330px;
    overflow: hidden;
    margin-bottom: 36px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.featured-title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 24px;
    font-weight: 400;
}

.featured-desc {
    font-size: 16px;
    line-height: 26px;
    color: #858585;
}

/* 右侧列表样式 */
.news-right {
    flex: 1;
}

.news-item:not(:last-child) {
    margin-bottom: 32px;
}

.news-date {
    color: #48C0A3;
    font-size: 14px;
    min-width: 77px;
    font-weight: 500;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #48C0A3;
    text-align: right;
}
.news-date p {
    margin: 0;
    color: #48C0A3;
    font-size: 16px;
}
.news-date p:first-child {
    font-size: 20px;
}
.news-info {
    flex: 1;
}
.news-info .featured-title {
    line-height: 25px;
}
.news-info .featured-desc{
    font-size: 14px;
}

.news-title {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: normal;
}

.news-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 视频部分样式 */
.video-section {
    padding: 48px 0;
    margin-top: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/part4_bg.png');
    width: 100%;
    /*height: 572px;*/
    background-size: 100% 100%;
}


/* 视频项目样式 */
.video-item {
    cursor: pointer;
}

.video-thumb {
    position: relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
    margin-bottom: 15px;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: rgba(0, 0, 0, 0.5);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon img {
    width: 48px;
    height: 48px;
    /*opacity: 0.7;*/
    backdrop-filter: blur(8px);
    border-radius: 50%;
}

.video-title {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
}

/* Swiper 自定义样式 */
.video-swiper {
    margin-top: 40px;
}
.video-swiper .swiper-slide {
    /*width: calc((calc(100% - 60px))/3)!important;*/
}
.video-swiper .swiper-wrapper {
    padding-bottom: 83px;
}
/* 自定义箭头样式 */
.video-swiper .swiper-button-next, .video-swiper .image-swiper-rtl .swiper-button-prev{
    background-image: url("../images/rh_arrow.png")!important;
}
.video-swiper .swiper-button-prev, .video-swiper .image-swiper-rtl .swiper-button-next {
    background-image: url("../images/lf_arrow.png")!important;
}
.video-swiper .swiper-button-next,
.video-swiper .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -30px;
    transform: translateY(-50%);
    width: 50px;
    height: 40px;
    margin-top: 0;
    background-image: url('../images/arrow.png');
    background-size: contain;
}
/* 左箭头位置 */
.video-swiper .swiper-button-prev {
    left: calc(50% - 70px);
}

/* 右箭头位置 */
.video-swiper .swiper-button-next {
    right: calc(50% - 70px);
}

/* 清除 Swiper 默认箭头样式 */
.video-swiper .swiper-button-next:after,
.video-swiper .swiper-button-prev:after {
    display: none;
}
/* 确保内容在背景图片上可见 */
.video-section .section-header h2,
.video-section .more-button button {
    color: #fff;
}

/* Swiper 自定义样式 */

/* 学者轮播样式 */
.news-part {
    margin-top: 24px;
}
.scholar-swiper {
    padding-bottom: 42px;
}
.scholar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 头像圆形边框 */
.scholar-avatar-border {
    width: 214px;
    height: 214px;
    border: 1px solid #A4DBCE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

/* 头像容器 */
.scholar-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.scholar-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 学者信息样式 */
.scholar-info {
    text-align: center;
}

.scholar-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}

.scholar-name-en {
    font-size: 16px;
    color: #858585;
    margin-bottom: 16px;
}

.scholar-desc {
    font-size: 16px;
    color: #858585;
    line-height: 1.5;
}

/* Swiper 分页器样式 */
.scholar-swiper .swiper-pagination {
    bottom: 0!important;
}

.scholar-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.scholar-swiper .swiper-pagination-bullet-active {
    background: #48C0A3;
}

/* 公共样式 */
.mb-16 {
    margin-bottom: 16px;
}

/* 时间轴-剪影 */
.timeline {
    width: 100%;
    background-color: #fff;
    height: 990px;
  }
  .timeline .image-swiper {
    /* height: 674px; */
    /*height: 905px;*/
    height: 850px;
    padding-top: 150px;
    width: 100%;
    position: relative;
  }
  .timeline .image-swiper .image-swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }
  .timeline .image-swiper .image-swiper-slide {
    position: static;
  }
  .timeline .image-swiper .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
  }
  .timeline .image-swiper .image-swiper-slide .timeline-title {
    position: absolute;
    /* left: calc(50% - 260px); */
    left: 0;
    right: 0;
    top: -150px;
    color: #333;
    margin: auto;
    z-index: 2;
    text-align: center;
    width: 216px;
  }
  .timeline .image-swiper .image-swiper-slide .timeline-title .name {
    font-size: 24px;
  }
  .timeline .image-swiper .image-swiper-slide .timeline-title .time {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .timeline .image-swiper .image-swiper-slide .timeline-text {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    margin: auto;
    text-align: center;
  }
  .timeline .image-swiper .image-swiper-slide .timeline-text .title{
    font-size: 20px;
    line-height: 25px;
    color: #333;
    margin-bottom: 16px;
  }
  .timeline .image-swiper .image-swiper-slide .timeline-text .desc{
    font-size: 16px;
    line-height: 20px;
    color: #858585;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .timeline .image-swiper .tl-swiper-pagination {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
  }
  .timeline .image-swiper .tl-swiper-pagination::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #48C0A3 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    z-index: -1;
  }
  .timeline .image-swiper .swiper-pagination-bullet:not(:last-child) {
    margin-right: 9%!important;
  }

  .timeline .image-swiper .swiper-pagination-bullet {
    position: relative;
    width: 18px;
    height: 18px;
    text-align: center;
    opacity: 1;
    background: #fff;
    color: #48C0A3;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .timeline .image-swiper .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 3px solid #48C0A3;
    background-color: transparent;
    transition: .2s;
  }
  .timeline .image-swiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #48C0A3;
  }

  /* 添加最外层的新边框 */
  .timeline .image-swiper .swiper-pagination-bullet {
    position: relative;
  }

  .timeline .image-swiper .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #48C0A3;
  }
  .timeline .image-swiper .swiper-pagination-bullet-active {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #48C0A3;

  }
  .timeline .image-swiper .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height:28px;
    border-radius: 100%;
    border: 1px solid #48C0A3;
    z-index: 3;
  }

  .timeline .image-swiper .swiper-pagination-bullet-active::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(72, 192, 163, 0.6);
    z-index: 2;
  }
  .timeline .image-swiper .swiper-pagination-bullet-active .bullet-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 100%;
    border: 1px solid rgba(72, 192, 163, 0.3);
    z-index: 3;

  }
  .timeline .image-swiper .tl-swiper-button-next,
  .timeline .image-swiper .tl-swiper-button-prev {
    background-size: 20px 20px;
    top: 0;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
  }
  .timeline .image-swiper .tl-swiper-button-prev {
    left: calc(50% - 270px);
    width: 25px;
    height: 46px;
    background-size: 100%;
    background-image: url("../images/timeline_lf_arrow.png");
  }
  .timeline .image-swiper .tl-swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  .timeline .image-swiper .tl-swiper-button-next {
    right: calc(50% - 270px);
    width: 25px;
    height: 46px;
    background-size: 100%;
    background-image: url("../images/timeline_rh_arrow.png");
  }
  .timeline .image-swiper .tl-swiper-button-next:hover {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
.timeline .inner-swiper {
    width: auto; /* 3 * 1200px */
    overflow: hidden;
}
.timeline .inner-swiper .swiper-slide {
    width: 1200px !important;
    /*height: 674px;*/
    height: 758px;
    box-sizing: border-box;
    padding: 80px 0;
    background-color: #5FD1D5;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8); /* 默认缩小 */
    transform: scale(0.8);
    margin-top: 90px;
}
.timeline .inner-swiper .swiper-slide img {
    /*width: 75%;*/
    /*height: 75%;*/
    /*height: 100%;*/
    aspect-ratio: 16 / 9;
    width: 903px;
    height: auto;
    border-radius: 8px;
}
.timeline .inner-swiper .swiper-slide-active,
.timeline .inner-swiper .swiper-slide-duplicate-active {
    -webkit-transform: scale(1); /* 中间slide放大到1 */
    transform: scale(1);
    background-image: url("../images/active_time_bg.png");
    background-size: 100% 100%;
}
.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.inner-swiper-button-prev,.inner-swiper-button-next {
    width: 37px!important;
    height: 72px!important;
    color: rgba(255, 255, 255, 0.5);
}
.inner-swiper-button-prev {
    left: calc(50% - 583px)!important;
    background-image: url("../images/lf_line_arrow.png")!important;
    background-size: 100%;
}
.inner-swiper-button-next{
    right: calc(50% - 583px)!important;
    background-image: url("../images/rh_line_arrow.png")!important;
    background-size: 100%;
}
/* 创意产品列表样式 */
.creative-products {
    margin-top: 40px;
    margin-bottom: -60px;
}
.creative-products .product-row {
    align-items: flex-start!important;
}


.product-item {
    width: calc((calc(100% - 60px))/3);
    max-width: 387px;
    margin-right: 20px;
    margin-bottom: 60px;
}

.product-item:last-child {
    margin-right: 0;
}
.product-image {
    height: 218px;
    margin-bottom: 32px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-title {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

/* 汉学百科样式 */
.hantui-encyclopedia {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
}

.encyclopedia-left {
    width: 590px;
    height: 332px;
    overflow: hidden;
}
.encyclopedia-left a{
    width: 100%;
    height: 100%;
    display: none;
}
.encyclopedia-left a:first-child{
    display: block;
}
.encyclopedia-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.encyclopedia-right {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    height: 332px;
    justify-content: flex-end;
}
.encyclopedia-right-list > a{
    display: none;
}
.encyclopedia-right-list > a:first-child{
    display: block;;
}
.encyclopedia-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    font-weight: normal;
}

.encyclopedia-desc {
    font-size: 14px;
    line-height: 26px;
    color: #858585;
    margin-bottom: 27px;
}

.encyclopedia-images {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.encyclopedia-images a{
    display: block;
    width: 100%;
}
.encyclopedia-images img {
    flex: 1;
    height: 103px;
    /*max-width: 184px;*/
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 16/9;
}

/*wap样式*/
@media screen and (max-width: 750px) {
    .index-container .swiper-section {
        padding: 0 1rem;
        box-sizing: border-box;
        min-height: 256px;
        height: auto;
    }
    .index-container .swiper-section .main-swiper {
        height: 194px;
        margin-bottom: 14px;
    }
    .index-container .fixed-buttons {
        width: calc(100% - 2rem);
        bottom: 0!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-container .fixed-buttons a {
        display: block;
        width: calc((calc(100% - 108px))/2);
    }
    .index-container .swiper-button {
        height: 48px;
        background-color: #5FD1D5;
        width: 100%;
        font-size: 14px;
    }
    .index-container .swiper-button img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .index-container .news-section {
        padding: 2rem 1rem 0;
        box-sizing: border-box;
    }
    .index-container .section-header {
        margin-bottom: 20px;
    }
    .index-container .header-title {
        gap: 8px;
    }
    .index-container .title-icon {
        width: 14px;
        height: 20px;
    }
    .index-container .header-title h2 {
        font-size: 18px;
    }
    .index-container .more-button .more-link button {
        border: none;
        text-align: right;
    }
    .news-section .news-content {
        flex-direction: column!important;
    }
    .news-section .news-content .news-item {
        padding-bottom: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .news-section .news-content .news-item:not(:last-child) {
        margin-bottom: 12px;
    }
    .news-section .news-content .news-item .news-info {
        width: calc(100% - 70px);
    }
    .news-section .news-content .news-item .news-info .featured-title {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .news-section .news-content .news-item .news-image {
        width: 108px;
        height: 61px;
        border-radius: 6px;
        margin-left: 8px;
    }
    .news-section .news-content .news-item .news-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video-section {
        padding: 1rem 1rem 2rem;
        box-sizing: border-box;
    }
    .video-thumb {
        height: 170px;
    }
    .video-swiper .swiper-slide {
        width: 302px !important;
    }
    .video-swiper .swiper-wrapper {
        padding-bottom: 32px;
    }
    .video-swiper {
        margin-top:0;
    }
    .video-title {
        font-size: 16px;
    }
    .scholar-swiper .swiper-slide {
        /*width: calc(50% - 25px)!important;*/
    }
    .scholar-section {
        padding-top: 2rem!important;
    }
    .scholar-avatar-border {
        width: 132px;
        height: 132px;
        margin: 0 auto 16px;
    }
    .scholar-avatar {
        width: 120px;
        height: 120px;
    }
    .scholar-name {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .scholar-name-en {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .scholar-desc {
        font-size: 14px;
    }
    .scholar-swiper {
        padding-bottom: 40px;
    }
    .index-container .news-section.image-news-section {
        padding:2rem 0 0!important;
    }
    .index-container .news-section .prod-section.flex-column, .image-section.flex-column,.hantui-section.flex-column {
        flex-direction: row!important;
        justify-content: space-between;
        align-items: center;
    }
    .index-container .news-section .image-section .mb-16 ,.prod-section .mb-16,.hantui-section .mb-16{
        margin-bottom: 0!important;
    }
    .image-news-section .section-header{
        padding: 0 1rem;
    }
    .timeline {
        height: 420px;
    }
    .timeline .image-swiper {
        padding-top: 126px;
        height: 100%;
    }
    .timeline .image-swiper .tl-swiper-button-prev {
        left: 1.8rem;
    }
    .timeline .image-swiper .tl-swiper-button-next {
        right: 1.8rem;
    }
    .timeline .image-swiper .tl-swiper-pagination {
        top: 70px;
    }
    .timeline .image-swiper .swiper-pagination-bullet::before {
        width: 7px;
        height: 7px;
        top: 55%;
    }
    .timeline .image-swiper .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }
    .timeline .image-swiper .image-swiper-slide .timeline-title {
        width: 260px;
        top: -126px;
    }
    .timeline .image-swiper .image-swiper-slide .timeline-title .time {
        font-size: 16px;
    }
    .timeline .image-swiper .image-swiper-slide .timeline-title .name {
        font-size: 18px;
    }
    .timeline .image-swiper .image-swiper-slide .timeline-text {
        top: -62px;
    }
    .timeline .image-swiper .image-swiper-slide .timeline-text .title {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }
    .timeline .image-swiper .image-swiper-slide .timeline-text .desc {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        display: block;
        width: 90%;
        margin: auto;
    }
    .timeline .image-swiper .swiper-pagination-bullet-active::before {
        width: 18px;
        height: 18px;
    }
    .timeline .image-swiper .swiper-pagination-bullet-active::after {
        width: 26px;
        height: 26px;
    }
    .timeline .image-swiper .swiper-pagination-bullet-active .bullet-outer {
        width: 36px;
        height: 36px;
    }
    .timeline .inner-swiper {
        padding-top: 10px;
    }
    .timeline .inner-swiper .swiper-slide {
        width: 100% !important;
        height: 228px;
        margin-top: 54px;
        transform: scale(1);
        background-image: url("../images/active_time_bg.png");
        background-size: cover;
        padding: 1.75rem 2.1rem;
        box-sizing: border-box;
    }
    .timeline .inner-swiper .swiper-slide img {
        width: auto;
        height: 100%;
    }
    .inner-swiper-button-prev,.inner-swiper-button-next {
        width: 14px!important;
        height: 27px!important;
        margin-top: 0!important;
    }
    .inner-swiper-button-prev {
        left: 0.5rem!important;
        background-image: url("../images/lf_line_arrow_wap.png")!important;
        background-size: cover!important;
    }
    .inner-swiper-button-next{
        right: 0.5rem!important;
        background-image: url("../images/rh_line_arrow_wap.png")!important;
        background-size: cover!important;
    }
    .creative-products {
        margin-top: 0;
        margin-bottom: 0;
    }
    .creative-products .product-row {
        align-items: flex-start!important;
    }
    .product-item {
        width: calc(50% - 9px);
        margin-bottom: 36px;
        margin-right: 0;
    }
    .product-image {
        margin-bottom: 12px;
        height: 92px;
    }
    .product-item:nth-child(2n) {
        margin-left: 18px;
    }
    .product-item:nth-last-child(-n+2){
        margin-bottom: 0;
    }
    .hantui-encyclopedia {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .timeline .image-swiper .swiper-pagination-bullet:not(:last-child){
        margin-right: 5% !important;
    }
}
