/* ==================== 首页 - 板块一 Start ==================== */

.index-section1 {
    position: relative;
    /* margin-bottom: 0.2499rem; */
    /* height: 15.9167rem; */
    width: 100%;
    /* margin-top: 0.2499rem; */
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
}

.index-section1 .image {
    display: block;
}

.index-section1 .image img {
    width: 100%;
}

.index-section1 .common-pagination {
    position: absolute;
    bottom: 3.125vw;
    left: 25%;
    z-index: 4;
    width: 50%;
}

.index-section1 .common-pagination .play-btn,
.index-section1 .common-pagination .swiper-pagination {
    border-color: rgba(255, 255, 255, 0.14);
    background: -webkit-linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -moz-linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(146deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.index-section1 .common-pagination .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
}

.index-section1 .swiper-container,
.index-section1 .index-section1-swiper {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.index-section1 .swiper-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.index-section1 .swiper-slide {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block;
}

.index-section1 .video {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 0;
}

.index-section1 .video video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    vertical-align: top;
    line-height: 0;
    font-size: 0;
}

/* 额外的强制样式来消除任何可能的间隙 */
.index-section1::after,
.index-section1::before,
.index-section1 .swiper-container::after,
.index-section1 .swiper-container::before,
.index-section1 .swiper-wrapper::after,
.index-section1 .swiper-wrapper::before,
.index-section1 .swiper-slide::after,
.index-section1 .swiper-slide::before,
.index-section1 .video::after,
.index-section1 .video::before {
    display: none !important;
    content: none !important;
}

.index-section1,
.index-section1 * {
    box-sizing: border-box !important;
}

.index-section1 .swiper-slide .index-btn {
    position: absolute;
    bottom: 16vw;
    left: 25vw;
    z-index: 40;
    cursor: pointer;
}

.index-section1 .swiper-slide .index-btn:after {
    width: 0.4rem;
    height: 0.4rem;
}

.index-popup video {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1260px) {
    .index-section1 .swiper-slide .index-btn {
        bottom: 4.6167rem;
        left: 7.4rem;
    }
}


/* ==================== 首页 - 板块一 End ==================== */


/* ==================== 首页 - 板块二 Start ==================== */

.index-section2 {
    background-color: #000000;
    /* margin-bottom: 0.2499rem; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-section2 .index-info {
    text-align: center;
    position: absolute;
    top: 2.3334rem;
    left: 0;
    width: 100%;
    z-index: 3;
}

.index-section2 .video {
    position: relative;
    display: block;
    width: 100%;
    height: 15.9167rem;
    z-index: 1;
}

.index-section2 .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index-section2 .btn-group {
    margin-top: 0.8333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-section2 .btn-group .index-btn2 {
    margin-right: 0.6666rem;
}


/* ==================== 首页 - 板块二 End ==================== */


/* ==================== 首页 - 板块三 Start ==================== */

.index-section3 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    height: 15.9167rem;
}

.index-section3 .video {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.index-section3 .video video {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.index-section3 .body1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index-section3 .body1 .info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    width: 100%;
    transform: translateY(-50%);
}

.index-section3 .body1 .info .text1 {
    color: #fff;
    font-size: 0.2666rem;
}

.index-section3 .body1 .info .text2 {
    font-size: 1rem;
    margin-top: 0.3334rem;
    color: #fff;
    line-height: 1;
    font-family: "HYJunhei-85J";
}

.index-section3 .body1 .info .btn-group {
    margin-top: 0.8333rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-section3 .body1 .info .btn-group .index-btn2 {
    margin-right: 0.7501rem;
}

.index-section3 .body1 .info .btn-group .index-btn {
    color: #fff;
}

.index-section3 .body1 .info .btn-group .index-btn:before {
    background-color: #fff;
}

.index-section3 .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 0.1002rem black;
    visibility: hidden;
}

.index-section3 .title .text1 {
    font-size: 0.4rem;
    line-height: 1;
    margin-bottom: 0.3334rem;
    font-family: "HYQiHei_60S";
}

.index-section3 .title .text2 {
    font-size: 1.3334rem;
    line-height: 1;
    font-family: "HYQiHei_60S";
}

.index-section3 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(360deg, #00050D 0%, rgba(0, 26, 68, 0.77) 100%);
    opacity: 0.5;
}

.index-section3 .ny14-play-btn {
    bottom: 0.8333rem;
}


/* ==================== 首页 - 板块三 End ==================== */


.index-section13 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    height: 15.9167rem;
}

.index-section13 .video {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.index-section13 .video video {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.index-section13 .body1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index-section13 .body1 .info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    width: 100%;
    transform: translateY(-50%);
}

.index-section13 .body1 .info .text1 {
    color: #fff;
    font-size: 0.2666rem;
}

.index-section13 .body1 .info .text2 {
    font-size: 1rem;
    margin-top: 0.3334rem;
    color: #fff;
    line-height: 1;
    font-family: "HYJunhei-85J";
}

.index-section13 .body1 .info .btn-group {
    margin-top: 0.8333rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-section13 .body1 .info .btn-group .index-btn2 {
    margin-right: 0.7501rem;
}

.index-section13 .body1 .info .btn-group .index-btn {
    color: #fff;
}

.index-section13 .body1 .info .btn-group .index-btn:before {
    background-color: #fff;
}

.index-section13 .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 0.1002rem black;
    visibility: hidden;
}

.index-section13 .title .text1 {
    font-size: 0.4rem;
    line-height: 1;
    margin-bottom: 0.3334rem;
    font-family: "HYQiHei_60S";
}

.index-section13 .title .text2 {
    font-size: 1.3334rem;
    line-height: 1;
    font-family: "HYQiHei_60S";
}

.index-section13 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(360deg, #00050D 0%, rgba(0, 26, 68, 0.77) 100%);
    opacity: 0.5;
}

.index-section13 .ny14-play-btn {
    bottom: 0.8333rem;
}



/* ==================== 首页 - 板块四 Start ==================== */

.index-section4 {
    position: relative;
    height: 15.9167rem;
    width: 100%;
    margin-top: 0.2499rem;
    /* margin-bottom: 0.2499rem; */
}

.index-section4:after {
    content: "";
    background: linear-gradient(360deg, #021129 0%, rgba(0, 26, 68, 0.5) 100%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index-section4 .video {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-section4 .video video {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
}

.index-section4 .info {
    text-align: center;
    position: absolute;
    top: 5.1168rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
}

.index-section4 .info .text1 {
    font-size: 0.833vw;
    margin-bottom: 1.042vw;
    color: #fff;
}

.index-section4 .info .text2 {
    color: #fff;
    font-size: 3.125vw;
    line-height: 1;
    font-family: "HYJunhei-85J";
}

.index-section4 .info .btn-group {
    display: flex;
    margin-top: 0.8333rem;
    align-items: center;
    justify-content: center;
}

.index-section4 .info .btn-group .index-btn2 {
    margin-right: 0.7501rem;
}

.index-section4 .info .btn-group .index-btn:after {
    margin-top: 0;
}


/* ==================== 首页 - 板块四 End ==================== */


/* ==================== 首页 - 板块五 Start ==================== */

.index-section5 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 0.2499rem;
    height: 15.9167rem;
}

.index-section5 .video1 {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-section5 .video1 video {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
}

.index-section5 .body1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index-section5 .body1 .video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.index-section5 .body1 .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index-section5 .body1 .info {
    text-align: center;
    position: absolute;
    top: 3.3334rem;
    left: 0;
    z-index: 2;
    width: 100%;
    transform: translate(0);
}

.index-section5 .body1 .info .text1 {
    font-size: 0.2666rem;
    color: #fff;
}

.index-section5 .body1 .info .text2 {
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    font-family: "HYJunhei-85J";
    margin-top: 0.2499rem;
}

.index-section5 .body1 .info .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.6666rem;
}

.index-section5 .body1 .info .btn-group .index-btn2 {
    margin-right: 0.6666rem;
}

.index-section5 .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 0.1002rem black;
}

.index-section5 .title .text1 {
    font-size: 0.4rem;
    line-height: 1;
    margin-bottom: 0.3334rem;
    font-family: "HYQiHei_60S";
}

.index-section5 .title .text2 {
    font-size: 1.3334rem;
    line-height: 1;
    font-family: "HYQiHei_60S";
}


/* ==================== 首页 - 板块五 End ==================== */


/* ==================== 首页 - 板块六 Start ==================== */


.index-section6 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
    height: 100vh;
    overflow: hidden;
}

.index-section6-video {
    width: 100%;
    height: 100vh;
    z-index: 12;
    position: relative;
}

.index-section6-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}

.index-section6 .body1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.index-section6 .body1 .index-info {
    width: 11.1667rem;
    text-align: left;
    flex-grow: inherit;
    margin-left: 1.5002rem;
}

.index-section6 .body1 .index-info .text2 {
    margin-top: 0;
}

.index-section6 .body1 .index-info .text3 {
    margin-top: 0.5002rem;
    line-height: 1.6;
}

.index-section6 .body1 .video {
    margin-left: 1.5002rem;
    background: url(../images/img788@800x640.png) no-repeat center;
    width: 13.3334rem;
    height: 10.6666rem;
    flex-shrink: 0;
    background-size: 100%;
    margin-top: 1.1667rem;
}

.index-section6 .body1 .video video {
    width: 10.8333rem;
    height: 8.1667rem;
    object-fit: cover;
    object-position: center;
    border-radius: 0.3002rem;
    overflow: hidden;
    margin-top: 0.4166rem;
    margin-left: 0.4499rem;
}

.index-section6 .body1 .btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.8333rem;
}

.index-section6 .body1 .btn-group .index-btn2 {
    margin-right: 0.6666rem;
}


/* ==================== 首页 - 板块六 End ==================== */


/* ==================== 首页 - 板块七 Start ==================== */

/* .index-section7 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
    overflow: hidden;
}

.index-section7 .index-section7-swiper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2.1334rem;
    overflow: visible;
}

.index-section7 .index-section7-swiper .swiper-wrapper {
    align-items: flex-start;
    height: auto;
}

.index-section7 .index-section7-swiper .swiper-slide {
    width: 12rem;
    height: auto;
    border: 1px solid #888;
    padding: 20px;
    margin-right: 30px;
}

.index-section7 .index-section7-swiper .swiper-slide:nth-child(2) .item .image {
    margin-left: -1.7174rem;
}

.index-section7 .index-section7-swiper .swiper-slide:nth-child(3) .item .image {
    margin-left: -0.64rem;
}

.index-section7 .index-section7-swiper .swiper-slide:nth-child(4) .item .image {
    margin-left: -0.3008rem;
}

.index-section7 .item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.index-section7 .item .image {
    width: 10rem;
    flex-shrink: 0;
}

.index-section7 .item .image img {
    width: 100%;
}

.index-section7 .item .info {
    min-width: 0;
    margin-right: 0.3334rem;
}

.index-section7 .item .text1 {
    font-size: 0.6rem;
    font-weight: 500;
    color: #1E1E20;
    line-height: 1;
    font-family: "HYJunhei-85J";
}

.index-section7 .item .text2 {
    margin-top: 0.5002rem;
    font-size: 0.4333rem;
    color: #1E1E20;
    line-height: 1.6;
}

.index-section7 .item .btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.6666rem;
}

.index-section7 .item .btn-group .index-btn:after {
    margin-top: 0.1em;
}

.index-section7 .item .btn-group .index-btn:first-child {
    margin-right: 1rem;
} */


.index-section7 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .index-section7 .index-section7-swiper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2.1334rem;
    overflow: visible;
  }
  .index-section7 .index-section7-swiper .swiper-wrapper {
    align-items: flex-start;
    height: auto;
  }
  .index-section7 .index-section7-swiper .swiper-slide {
    width: 20rem;
    height: auto;
  }
  .index-section7 .index-section7-swiper .swiper-slide:nth-child(2) .item .image {
    margin-left: -1.7174rem;
  }
  .index-section7 .index-section7-swiper .swiper-slide:nth-child(3) .item .image {
    margin-left: -0.64rem;
  }
  .index-section7 .index-section7-swiper .swiper-slide:nth-child(4) .item .image {
    margin-left: -0.3008rem;
  }
  .index-section7 .item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .index-section7 .item .image {
    width: 10rem;
    flex-shrink: 0;
  }
  .index-section7 .item .image img {
    width: 100%;
  }
  .index-section7 .item .info {
    min-width: 0;
    margin-right: 0.3334rem;
  }
  .index-section7 .item .text1 {
    font-size: 1rem;
    color: #1E1E20;
    line-height: 1;
    font-family: "HYJunhei-85J";
  }
  .index-section7 .item .text2 {
    margin-top: 0.5002rem;
    font-size: 0.4333rem;
    color: #1E1E20;
    line-height: 1.6;
  }
  .index-section7 .item .btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.6666rem;
  }
  .index-section7 .item .btn-group .index-btn:after {
    margin-top: 0.1em;
  }
  .index-section7 .item .btn-group .index-btn:first-child {
    margin-right: 1rem;
  }

/* ==================== 首页 - 板块七 End ==================== */



/* ==================== 首页 - 板块17 Start ==================== */

.index-section17 {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
    /* overflow: hidden; */
}

.index-section17 .index-section17-swiper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2.1334rem;
    overflow: visible;
}

.index-section17 .index-section17-swiper .swiper-wrapper {
    align-items: flex-start;
    height: auto;
}

.index-section17 .index-section17-swiper .swiper-slide {
    width: 12rem;
    height: auto;
    padding: 20px;
    margin-right: 30px;
    
}

.index-section17 .index-section17-swiper .swiper-slide:nth-child(2) .item .image {
    margin-left: -1.7174rem;
}

.index-section17 .index-section17-swiper .swiper-slide:nth-child(3) .item .image {
    margin-left: -0.64rem;
}

.index-section17 .index-section17-swiper .swiper-slide:nth-child(4) .item .image {
    margin-left: -0.3008rem;
}

.index-section17 .item {
    flex-shrink: 0;
    /* display: flex;
    align-items: center; */
}

.index-section17 .item .info {
    display: flex; flex-direction: row;
}
.index-section17 .item .image {
    width: 10rem;
    flex-shrink: 0;
}

.index-section17 .item .img {
    /* border: 1px solid #888; */
    border-radius: 10px;
    width: 160px; 
    height: 50px; 
    text-align: center;
    line-height: 50px;
    margin-right: 30px;
}

.index-section17 .item .text1 {
    font-size: 18px; margin-bottom: 8px; font-weight: 500;
}
.index-section17 .item .text2 {
    color: #888; font-size: 12px;
}




/* ==================== 首页 - 板块17 End ==================== */



/* ==================== 首页 - 板块八 Start ==================== */

.index-section8-bg-video {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    margin-top: -100vh;
}

.index-section8-bg-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index-section8 {
    padding-top: 3.3334rem;
    padding-bottom: 3.3334rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-left: 0.2rem solid #F5F5F7;
    border-right: 0.2rem solid #F5F5F7;
}

.index-section8 .btn-group {
    margin-top: 0.6666rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-section8 .btn-group .index-btn2 {
    margin-right: 0.7501rem;
}


/* ==================== 首页 - 板块八 End ==================== */


/* ==================== 首页 - 板块九 Start ==================== */

.index-section9 {
    background-color: #F5F5F7;
    border: 0.2rem solid #F5F5F7;
}

.index-section9 .itembox {
    display: flex;
    align-items: stretch;
}

.index-section9 .item {
    background-color: #fff;
    width: 32.866%;
}

.index-section9 .item:nth-child(3n-1) {
    margin-left: 0.7%;
    margin-right: 0.7%;
}

.index-section9 .item .info {
    padding-top: 1.6rem;
    padding-left: 0.8333rem;
    padding-right: 0.8333rem;
    width: 100%;
    text-align: center;
}

.index-section9 .item .info .text1 {
    font-size: 1rem;
    color: #1E1E20;
    line-height: 1;
    font-family: "HYJunhei-85J";
}

.index-section9 .item .info .text2 {
    margin-top: 0.5002rem;
    font-size: 0.4333rem;
    color: #1E1E20;
    font-family: "HYJunhei-65J";
}

.index-section9 .item .info .index-btn {
    margin-top: 0.5002rem;
    line-height: 1.1;
}

.index-section9 .item .image {
    margin-top: 0.4rem;
}

.index-section9 .item .image img {
    width: 100%;
}


/* ==================== 首页 - 板块九 End ==================== */


/* ==================== 首页 - 设计美学 Start ==================== */

.index-section-sj {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    text-align: left;
}

.index-section-sj .max-body {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 180px;
}

.index-section-sj .sj-title {
    text-align: center;
}

.index-section-sj .sj-title h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.index-section-sj .sj-title p {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto 60px;
}

.index-section-sj .sj-designers {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.index-section-sj .designer-left,
.index-section-sj .designer-right {
    width: 40%;
}

.index-section-sj .designer-left h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.index-section-sj .designer-list-wrapper {
    overflow-y: auto;
    max-height: 520px;
    /* Adjust as needed */
    padding-right: 15px;
    /* Space for scrollbar */
}


/* Custom scrollbar for webkit browsers */

.index-section-sj .designer-list-wrapper::-webkit-scrollbar {
    width: 6px;
}

.index-section-sj .designer-list-wrapper::-webkit-scrollbar-track {
    background: #222;
}

.index-section-sj .designer-list-wrapper::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}

.index-section-sj .designer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 280px;
}

.index-section-sj .designer-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    border: 2px solid #fff;
    width: 44%;
    margin-right: 10px;
    background-color: #fff;
}

.index-section-sj .designer-item img {
    width: 100%;
    margin-bottom: 10px;
}

.index-section-sj .designer-item p {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #888;
}

.index-section-sj .designer-item span {
    font-size: 10px;
    color: #bbb;
    white-space: normal;
    display: block;
    padding-left: 5px;
    padding-bottom: 20px;
}

.index-section-sj .designer-right p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.index-section-sj .awards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.index-section-sj .awards img {
    height: 35px;
}


/* ==================== 首页 - 设计美学 End ==================== */


.ny3-section2 {
  background-color: #000;
}
.ny3-section2 .ny3-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1.3334rem;
  background-color: #fff;
  background-color: #000;
  color: #fff;
}
.ny3-section2 .body {
  background-color: #000;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny3-section2 .swiper {
  width: 100%;
  display: block;
}
.ny3-section2 .swiper .top {
  padding-left: 4.5002rem;
  padding-right: 4.5002rem;
}
.ny3-section2 .swiper .top .text1 {
  font-size: 1rem;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
  margin-bottom: 0.6666rem;
  color: #fff;
}
.ny3-section2 .swiper .top .text2 {
  font-size: 0.2666rem;
  color: #86868B;
  line-height: 1.8;
  margin-bottom: 1.6666rem;
}
.ny3-section2 .swiper .top .text2 span {
  color: #fff;
}
.ny3-section2 .ny3-section2-swiper {
  width: 100%;
}
.ny3-section2 .ny3-section2-swiper .title {
  font-size: 0.4333rem;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
  color: #FFFFFF;
  margin-right: 1.1667rem;
}
.ny3-section2 .swiper-slide1 {
  padding-left: 4.5002rem;
  padding-right: 4.5002rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny3-section2 .swiper-slide1 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny3-section2 .swiper-slide1 .item {
  width: 3rem;
  margin-left: -0.2666rem;
  box-shadow: -0.0666rem 0 0.3334rem 0.0166rem rgba(0, 0, 0, 0.6);
}
.ny3-section2 .swiper-slide1 .item:nth-child(1) {
  margin-left: 0;
}
.ny3-section2 .swiper-slide1 .item:nth-child(2n-1) {
  margin-top: 1.6666rem;
}
.ny3-section2 .swiper-slide2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 4.5002rem;
}
.ny3-section2 .swiper-slide2 .title {
  margin-top: 0.6666rem;
}
.ny3-section2 .swiper-slide2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 19.6666rem;
  position: relative;
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
}
.ny3-section2 .swiper-slide2 .itembox::before {
  content: "";
  display: block;
  height: 0;
  border-top: 1px dashed #131313;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
}
.ny3-section2 .swiper-slide2 .item {
  padding-top: 0.5002rem;
  padding-bottom: 0.5002rem;
  padding-right: 0.6666rem;
}
.ny3-section2 .swiper-slide2 .item .text1 {
  font-size: 0.2666rem;
  color: #86868B;
  margin-bottom: 0.2499rem;
}
.ny3-section2 .swiper-slide2 .item .text2 {
  font-size: 0.2666rem;
  color: #FFFFFF;
  line-height: 1.2;
}
.ny3-section2 .swiper-slide3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ny3-section2 .swiper-slide3 .swiper-slide3-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.ny3-section2 .swiper-slide3 .title {
  margin-top: 1.6666rem;
  margin-right: 1.1667rem;
  flex-shrink: 0;
}
.ny3-section2 .swiper-slide3 .image {
  width: 14.6666rem;
  display: block;
}
.ny3-section2 .swiper-slide3 .image img {
  width: 100%;
}
.ny3-section2 .swiper-slide3 .slide3-body {
  display: flex;
  flex-wrap: wrap;
  width: 14.8333rem;
}
.ny3-section2 .swiper-slide3 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 0.8333rem;
  width: 100%;
}
.ny3-section2 .swiper-slide3 .itembox:last-child {
  margin-bottom: 0;
}
.ny3-section2 .swiper-slide3 .item {
  min-width: 0;
  flex-grow: 1;
}
.ny3-section2 .swiper-slide3 .item .icon {
  height: 1.1667rem;
  margin-bottom: 0.3333rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ny3-section2 .swiper-slide3 .item .icon img {
  width: auto;
  height: 100%;
}
.ny3-section2 .swiper-slide3 .item .text {
  font-size: 0.2667rem;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  color: #fff;
  text-align: center;
}


.ny3-section3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
.ny3-section3-bg {
    height: 1.6666rem;
    background-color: #fff;
    width: 100%;
  }
  .ny3-section3 .ny3-section3-box {
    display: block;
    width: 100%;
  }
  .ny3-section3 .ny3-title {
    margin-bottom: 1rem;
  }
  .ny3-section3 .ny3-title .text1 {
    margin-bottom: 0.5rem;
  }
  .ny3-section3 .ny3-title .text2 span {
    color: #1E1E20;
  }
  .ny3-section3 .swiper {
    width: 100%;
    display: block;
  }
  .ny3-section3 .swiper .ny3-section3-swiper {
    width: 100%;
    display: block;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-wrapper {
    padding-left: 4.5501rem;
    padding-right: 4.5501rem;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide {
    width: auto;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .itembox {
    display: flex;
    margin-bottom: 0.5rem;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .itembox:last-child {
    margin-bottom: 0;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .item {
    width: 5rem;
    flex-shrink: 0;
    margin-right: 0.8333rem;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .item:last-child {
    margin-right: 0;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .item .icon {
    display: block;
    width: 2.7002rem;
    margin-bottom: 0.3334rem;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .item .info .text1 {
    font-size: 0.2666rem;
    color: #1E1E20;
    line-height: 1.6;
    margin-bottom: 0.1667rem;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .item .info .text2 {
    font-size: 12px;
    color: #949499;
    line-height: 1.8;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 {
    margin-left: 3rem;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 .itembox {
    display: flex;
    margin-bottom: 0.2rem;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 .itembox:last-child {
    margin-bottom: 0;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 .item {
    width: 3.1667rem;
    margin-right: 0.2rem;
    position: relative;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 .item:last-child {
    margin-right: 0;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 .item .image {
    display: block;
    width: 100%;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 .item .image img {
    width: 100%;
  }
  .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide2 .item .text {
    font-size: 0.2333rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.1501rem 0.1667rem;
    text-align: center;
    z-index: 3;
    background-color: rgba(183, 183, 183, 0.23);
    backdrop-filter: blur(0.1667rem);
    -webkit-backdrop-filter: blur(0.1667rem);
    width: 100%;
  }
  @media screen and (max-width: 1400px) {
    .ny3-section3 .swiper .ny3-section3-swiper .swiper-slide1 .item {
      width: 300px;
    }
  }