.slide-content-1-bottom-down {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-content-1-bottom-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 4px; !* 箭头之间的间距，可根据需要调整 *!*/
}

.slide-content-1-bottom-down svg, .sc4-bottom-down svg {
    opacity: 0;
    animation: arrowBlink 1.5s infinite;
}

.slide-content-1-bottom-down svg:nth-child(1), .sc4-bottom-down svg:nth-child(1) {
    animation-delay: 0s;
}

.slide-content-1-bottom-down svg:nth-child(2), .sc4-bottom-down svg:nth-child(2) {
    animation-delay: 0.3s;
}

.slide-content-1-bottom-down svg:nth-child(3), .sc4-bottom-down svg:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes arrowBlink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.area1 .slide-content-1-bottom-down {
    position: absolute;
    top: calc(100svh - 100px);
    left: 50%;
    transform: translateX(-50%);
}

*, span, div {
    font-family: "Microsoft YaHei", "PingFang SC" !important;
}
.jrs-line {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;

    max-width: 1920px !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.jrs-linem,
.jrs-line {
    display: flex;
}

.jrs-linem,
.jrs-linem3 {
    height: 100%;
}

.jrs-linem {
    position: relative;
}

.jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
}

.jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
}

.jrs-linem3 {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}


.jrs-linem1 {
    width: 10.2%;
}

.jrs-nav,
.jrs-linem2 {
    width: 79.1%;
    display: flex;
    transition: all 0.3s ease;
}

.jrs-nav a {
    color: #fff;
    display: inline-block;
    position: relative;
}

.jrs-linem3 {
    width: 25%;
}

.jrs-linem3s {
    width: 33%;
}

.jrs-line {
    height: 100svh;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
}

.jrs-linem,
.jrs-line {
    display: flex;
}

.jrs-linem,
.jrs-linem3 {
    height: 100%;
}

.jrs-linem {
    position: relative;
}

.jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
}

.jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
}

.jrs-linem3 {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.gdd {
    position: absolute;
    background: url(/themes/theme-cnbianya/assets/img/gd.png) center no-repeat;
    opacity: 0.3;
}

.gdd {
    width: 12px;
    height: 100%;
    top: 0;
}

.gdd-l {
    left: -7px;
}

.gdd-r {
    right: -7px;
}

.gdd1 {
    animation: moves1 6s linear infinite;
}

.gdd2 {
    animation: moves2 6s linear infinite;
}

@keyframes moves1 {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes moves2 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-50%);
    }
}




.area-content {
    width: 100%;
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;

    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}


@media screen and (max-width: 1919px){
    .area-content {
        max-width: unset;
        width: 77.2%;
    }
}

@media screen and (max-width: 1675px) {
    .jrs-linem2 {
        width: 188%;
    }
    .area-content {
        max-width: unset;
        width: 87%;
    }
}

@media screen and (max-width: 1000px) {
    .area-content {
        max-width: unset;
        width: 100%;
        padding: 0 20px;
    }
    .jrs-linem1 {
        width: 0;
    }
    .jrs-linem2 {
        width: 400%;
    }
    .jrs-line {
        padding: 0 20px;
    }
}

body {
    background-color: #000026 !important;
}

.content {
    margin-top: calc(-1 * var(--hh));
    background-color: rgba(0, 0, 38, 1);
}

.area1 {
    width: 100vw;
    height: 100svh;
    margin-top: calc(-1 * var(--hh));
}

.area1 .swiper {
    height: 100%;
    width: 100%;
}

.area1 .swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}


.a1c-t {
    display: flex;
    flex-direction: column;
    gap: 18px;
    /*transform: translateY(25svh);*/
    position: relative;
    top: 19svh;
}

.a1c-t1 {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.8px;
}
.a1c-t2 {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 1.2px;
}
.a1c-t3 {
    flex-shrink: 0;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1.28px;
    opacity: 0.8;

    max-width: 700px;
}

.a1-bottom {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.area1 .diy-pagination {
    display: flex;
    gap: 20px;
}


.area1 .diy-pagination span {
    cursor: pointer;
    width: 120px;
    height: 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.area1 .diy-pagination span span {
    /*display: block;*/
    cursor: pointer;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.area1 .diy-pagination span.active span {
    background-color: #ffffff;
    height: 3px;
    width: 0;
    /*transition: all .3s;*/
}


.area1 .diy-buttons {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 100;

    display: flex;
    gap: 40px;
    justify-content: flex-end;
}

.area1 .diy-buttons > div {
    cursor: pointer;
    opacity: .5;
    transition: all .3s;
    transition: all .3s;
}

.area1 .diy-buttons > div:hover {
    opacity: 1;
}


.area2-inner {
    padding-top: 120px;
}

.area2-inner .swiper-slide img {
    transition: all .3s;
}

.area2-inner .swiper-slide:hover .area2-inner-slide-inner-image img {
    transform: scale(1.1);
}

.area2-inner .swiper-slide:hover .area2-inner-slide-inner {
    background-color: #e9e9ec;
}

.area2-inner-slide-inner {
    background: #b3b3bf;
    backdrop-filter: blur(2px);
    height: 595px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;

    display: flex;
    transition: all .3s;
}


.area2-inner-slide-inner .area2-inner-slide-inner-image {
    width: 884px;
    overflow: hidden;
}

.area2-inner-slide-inner .area2-inner-slide-inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.area2-inner-slide-inner .area2-inner-slide-inner-text {
    flex: 1;
    padding: 50px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.area2-inner-slide-inner-text-title {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.56px;
}


.area2-inner-slide-inner-text-desc {
    margin-top: 22px;
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.32px;
}
.area2-inner-slide-inner-text-tags {
    display: flex;
    gap: 12px;
}

.area2-inner-slide-inner-text-tags span {
    color: #212121;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 4px 10px;
    border: 1px solid #212121;
    border-radius: 8px;
}


.area2-inner-slide-inner-text-tags span:nth-child(1) {
    color: #fff;
    background-color: #FF6E00;
    border-color: #FF6E00;
}

.area2-thumbs-inner {
    width: 320px;
    height: 222px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}


.swiper-thumbs {
    margin-top: 23px;
    position: relative; /* 让箭头渐变定位在缩略图容器内 */
}

.area2-thumbs-inner-image {
    position: relative;
}
.area2-thumbs-inner-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 38, 0.8);
    transition: all .3s;
}
.area2-thumbs-inner-image, .area2-thumbs-inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.area2-thumbs-inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.48px;
    transition: all .3s;
}

.thumbs-button-prev, .thumbs-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    border: none;
}

.thumbs-button-prev {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 38, 1) 0%, rgba(0, 0, 38, 0) 100%);
}

.thumbs-button-next {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 38, 1) 0%, rgba(0, 0, 38, 0) 100%);
}

.thumbs-button-prev img, .thumbs-button-next img {
    width: 22px;
    transition: all 0.3s ease;
    opacity: .5;
}

.thumbs-button-prev:hover img, .thumbs-button-next:hover img {
    opacity: 1;
}
.swiper-thumbs .swiper-slide {
    cursor: pointer;
}

.swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-image {
    transform: scale(1.1);
}

.swiper-thumbs .swiper-slide:hover  .area2-thumbs-inner-image::after {
    background-color: rgba(0, 0, 38, 0.5);
}

.swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-text {
    color: #fff;
}

@media screen and (max-width: 1400px) {
  .a1c-t2 { font-size: 48px; line-height: 56px; }
  .a1c-t1 { font-size: 16px; }
  .a1c-t3 { font-size: 15px; line-height: 24px; max-width: 620px; }
  .area1 .diy-pagination span { width: 90px; }
  .area2-inner-slide-inner { height: 540px; }
  .area2-inner-slide-inner .area2-inner-slide-inner-image { width: 720px; height: 100% }
    .area2-inner-slide-inner .area2-inner-slide-inner-image img {height: 100%}
  .area2-thumbs-inner { width: 280px; height: 196px; }
}

@media screen and (max-width: 1200px) {
  .a1c-t { top: 16svh; gap: 14px; }
  .a1c-t2 { font-size: 42px; line-height: 50px; }
  .a1c-t1 { font-size: 15px; letter-spacing: 1.2px; }
  .a1c-t3 { font-size: 15px; line-height: 24px; max-width: 560px; }
  .area1 .diy-buttons { right: 6vw; gap: 24px; padding-right: 0; bottom: 96px; }
  .area1 .diy-pagination { bottom: 96px; }
  .area1 .diy-pagination span { width: 72px; }
  .area2-inner { padding-top: 96px; padding-bottom: 120px; }
  .area2-inner-slide-inner { height: 500px; }
  .area2-inner-slide-inner .area2-inner-slide-inner-image { width: 100%; }
  .area2-inner-slide-inner .area2-inner-slide-inner-text { padding: 36px; }
  .area2-inner-slide-inner-text-title { font-size: 24px; line-height: 30px; }
  .area2-inner-slide-inner-text-desc { font-size: 15px; line-height: 24px; }
  .area2-thumbs-inner { width: 240px; height: 168px; }
  .thumbs-button-prev, .thumbs-button-next { width: 80px; }
}

@media screen and (max-width: 992px) {
  /* 隐藏装饰线条，提升小屏可读性 */
  .jrs-line, .gdd { display: none !important; }

  .a1c-t { top: 14svh; gap: 12px; }
  .a1c-t2 { font-size: 36px; line-height: 44px; }
  .a1c-t1 { font-size: 14px; }
  .a1c-t3 { font-size: 14px; line-height: 22px; max-width: none; }
  .area1 .diy-buttons { right: 24px; bottom: 80px; gap: 16px; }
  .area1 .diy-buttons > div img { width: 24px; height: 24px; }
  .area1 .diy-pagination { bottom: 80px; gap: 12px; }
  .area1 .diy-pagination span { width: 48px; height: 6px; }
  .area1 .diy-pagination span span { height: 2px; }

  .area2-inner { padding-top: 72px; padding-bottom: 96px; }
  .area2-inner-slide-inner { height: auto; flex-direction: column; }
  .area2-inner-slide-inner .area2-inner-slide-inner-image { width: 100%; height: 260px; }
  .area2-inner-slide-inner .area2-inner-slide-inner-image img { width: 100%; height: 100%; object-fit: cover; }
  .area2-inner-slide-inner .area2-inner-slide-inner-text { padding: 24px; }
  .area2-inner-slide-inner-text-title { font-size: 22px; line-height: 28px; }
  .area2-inner-slide-inner-text-desc { font-size: 14px; line-height: 22px; }
  .area2-inner-slide-inner-text-tags span { font-size: 14px; line-height: 20px; padding: 4px 8px; }

  .swiper-thumbs { margin-top: 16px; }
  .area2-thumbs-inner { width: 220px; height: 150px; }
  .thumbs-button-prev, .thumbs-button-next { width: 54px; }
  .thumbs-button-prev img, .thumbs-button-next img { width: 18px; }
}

@media screen and (max-width: 768px) {
  .a1c-t { top: 12svh; }
  .a1c-t2 { font-size: 30px; line-height: 38px; }
  .a1c-t1 { font-size: 13px; }
  .a1c-t3 { font-size: 13px; line-height: 20px; }
  .area1 .diy-pagination { bottom: 64px; }
  .area1 .diy-pagination span { width: 40px; }
  .area1 .diy-buttons { bottom: 64px; right: 16px; }

  .area2-inner-slide-inner .area2-inner-slide-inner-image { height: 220px; }
  .area2-thumbs-inner { width: 200px; height: 140px; }
  .thumbs-button-prev, .thumbs-button-next { width: 40px; }
}

@media screen and (max-width: 576px) {
  .a1c-t2 { font-size: 26px; line-height: 34px; }
  .a1c-t1 { font-size: 12px; }
  .a1c-t3 { font-size: 12px; line-height: 18px; }
  .area1 .diy-pagination { bottom: 56px; gap: 10px; }
  .area1 .diy-pagination span { width: 32px; }
  .area1 .diy-buttons { display: none; }

  .area2-inner { padding-top: 56px; padding-bottom: 72px; }
  .area2-inner-slide-inner .area2-inner-slide-inner-image { height: 200px; }
  .area2-inner-slide-inner .area2-inner-slide-inner-text { padding: 18px; }
  .area2-inner-slide-inner-text-title { font-size: 20px; line-height: 26px; }
  .area2-inner-slide-inner-text-desc { font-size: 13px; line-height: 20px; }
  .area2-thumbs-inner { width: 180px; height: 128px; }
  .thumbs-button-prev, .thumbs-button-next { width: 32px; }
}
.swiper-thumbs .swiper-slide {
    cursor: pointer;
}

.swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-image {
    transform: scale(1.1);
}

.swiper-thumbs .swiper-slide:hover  .area2-thumbs-inner-image::after {
    background-color: rgba(0, 0, 38, 0.5);
}

.swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-text {
    color: #fff;
}

.area3 {
    padding-top: 166px;
  padding-bottom: 70px;
}

/* 顶部分类菜单（可横向换行/滚动） */
.area3-menu {
  display: flex;
justify-content: space-between;
  margin-bottom: 80px;
    overflow-x: auto;
}
.area3-menu::-webkit-scrollbar { display: none; }
.area3-meun-item {
  color: rgba(255,255,255,1);
  font-size: 16px;
  line-height: 20px;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: default;
  transition: all .3s ease;
    flex-shrink: 0;
}
.area3-meun-item:hover, .area3-meun-item.active {
  color: #212121;
  background: #ffffffb3;
}

/* 列表网格 */
.area3-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* 卡片 */
.area3-list-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 10;
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.35);*/
  transition: transform .25s ease, box-shadow .25s ease, scale .25s ease;
  cursor: pointer;
    overflow: hidden;
}
.area3-list-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.area3-list-item-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0,0,38,0) 0%, rgba(0,0,38,0.65) 100%);
  pointer-events: none;
  transition: background .3s ease;
}

.area3-list-item-bg {
    transition: all .3s;
    height: 100%;
}


.area3-list-item:hover .area3-list-item-bg {
    transform: scale(1.1);
}

.area3-list-item:hover .area3-list-item-title {
    opacity: 1;
}

/* 右上角标签（多标签自动纵向堆叠） */
.area3-list-item .area3-list-item-tag {
  position: absolute;
  right: 18px;
  top: 16px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  border: 1px solid rgba(255,255,255, 1);
  border-radius: 8px;
  white-space: nowrap;
}

/* 标题置底显示，双行省略 */
.area3-list-item-title {
  position: absolute;
  width: 100%;
  bottom: 27px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
    opacity: .7;
    transition: all .3s;
}

/* 分页样式微调（深色主题） */
.area3-pagination .pagination { justify-content: center; gap: 9px; }
.page-list-item {
    gap: 9px;
}
.area3-pagination .page-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  transition: all .2s ease;
}
.area3-pagination .page-item a:hover,
.area3-pagination .page-item.active a {
  background: #FF6E00;
  border-color: #FF6E00;
  color: #fff;
}
.area3-pagination .page-item .more { cursor: default; }

/* ============ 断点适配 ============ */
@media screen and (max-width: 1400px) {
  .area3 { padding-bottom: 100px; }
  .area3-list { gap: 20px; }
}
@media screen and (max-width: 1200px) {
  .area3 { padding-top: 72px; padding-bottom: 96px; }
  .area3-list { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .area3-list-item-title { font-size: 17px; line-height: 24px; }
}
@media screen and (max-width: 992px) {
  .area3 { padding-top: 64px; padding-bottom: 80px; }
  .area3-menu { gap: 8px 10px; }
  .area3-meun-item { font-size: 13px; padding: 7px 12px; }
  .area3-list { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .area3-list-item { border-radius: 10px; }
  .area3-list-item .area3-list-item-tag { right: 12px; top: 12px; font-size: 12px; }
  .area3-list-item-title { left: 14px; right: 14px; bottom: 14px; }
}
@media screen and (max-width: 768px) {
  .area3-list { grid-template-columns: 1fr; gap: 14px; }
  .area3-meun-item { font-size: 12px; padding: 6px 10px; }
  .area3-list-item-title { font-size: 16px; line-height: 24px; }
}
@media screen and (max-width: 576px) {
  .area3 { padding-top: 48px; padding-bottom: 64px; }
  .area3-list { gap: 12px; }
  .area3-list-item { aspect-ratio: 16 / 11; }
  .area3-list-item-title { font-size: 15px; line-height: 22px; }
}
.swiper-thumbs .swiper-slide {
    cursor: pointer;
}

.swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-image {
    transform: scale(1.1);
}

.swiper-thumbs .swiper-slide:hover  .area2-thumbs-inner-image::after {
    background-color: rgba(0, 0, 38, 0.5);
}

.swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-text {
    color: #fff;
}
.area3-pagination .page-item .more {
    background-color: unset;
    border: none;
    padding: 0;
    min-width: unset;
}
.area3-pagination .page-item .more:hover {
    background-color: unset;
}


.popup-warp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100svh;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-warp.show {
    display: block;
    opacity: 1;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1522px;
    height: 1080px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 60px 0 rgba(0, 0, 38, 0.25);
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    flex-direction: column;

    padding: 45px 41px;
}

.popup-image {
    width: 100%;
    height: 60%;
    overflow: hidden;
    position: relative;
}

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

.popup-title {
    padding-top: 36px;
    display: flex;
    gap: 19px;
}

.popup-title-tag {
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    background: rgba(255, 110, 0, 0.8);

    display: flex;
    align-items: center;
    padding: 0 10px;
}

.popup-title-content {
    color: rgb(33, 33, 33);
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.56px;
}

.popup-desc {
    margin-top: 23px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    flex-grow: 1;
    overflow-y: auto;
}

.popup-close {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #000026;
    z-index: 10;
    margin: 0 auto;
    opacity: .5;
    flex-shrink: 0;
}

.popup-close:hover {
    opacity: 1;
}

.popup-close::before,
.popup-close::after {
    content: '';
    position: absolute;
    width: 44px;
    height: 1px;
    background: #333;
    transition: background 0.3s ease;
}

.popup-close::before {
    transform: rotate(45deg);
}

.popup-close::after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 1600px) {
    .popup {
        width: 90vw !important;
        height: 90vh !important;
        max-width: 1200px !important;
    }
}
@media screen and (max-width: 1440px) {
    .area2-inner-slide-inner .area2-inner-slide-inner-image {
        width: 60%;
        height: 100%;
    }
    .area2-inner-slide-inner-image img {
        height: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .popup {
        width: 95vw !important;
        height: 85vh !important;
        max-width: 900px !important;
    }

    .popup-title {
        padding: 30px 40px 15px;
    }

    .popup-title-content {
        font-size: 28px;
    }

    .popup-desc {
        margin: 0 40px 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .popup {
        width: 95vw !important;
        height: 90vh !important;
        padding: 20px;
        /*max-width: 500px !important;*/
    }

    .popup-image {
        height: 45%;
    }

    .popup-title {
        padding: 25px 30px 12px;
        gap: 8px;
        display: flex;
        flex-direction: column;
    }
    .popup-title-tag {
        width: fit-content;
    }

    .popup-title-tag {
        font-size: 14px;
    }

    .popup-title-content {
        font-size: 24px;
    }

    .popup-desc {
        margin: 0 30px 25px;
        font-size: 15px;
    }

    .popup-close {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .popup-close::before,
    .popup-close::after {
        width: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .a1c-t {
        top: 16svh;
        gap: 14px;
    }

    .a1c-t2 {
        font-size: 42px;
        line-height: 50px;
    }

    .a1c-t1 {
        font-size: 15px;
        letter-spacing: 1.2px;
    }

    .a1c-t3 {
        font-size: 15px;
        line-height: 24px;
        max-width: 560px;
    }

    .area1 .diy-buttons {
        right: 6vw;
        gap: 24px;
        padding-right: 0;
        bottom: 96px;
    }

    .area1 .diy-pagination {
        bottom: 96px;
    }

    .area1 .diy-pagination span {
        width: 72px;
    }


    .area2-inner {
        padding-top: 96px;
        padding-bottom: 120px;
    }

    .area2-inner-slide-inner {
        height: 500px;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-image {
        width: 60%;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-text {
        padding: 36px;
    }

    .area2-inner-slide-inner-text-title {
        font-size: 24px;
        line-height: 30px;
    }

    .area2-inner-slide-inner-text-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .area2-thumbs-inner {
        width: 240px;
        height: 168px;
    }

    .thumbs-button-prev,
    .thumbs-button-next {
        width: 80px;
    }

    .area3 {
        padding-top: 72px;
        padding-bottom: 96px;
    }

    .area3-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .area3-list-item-title {
        font-size: 17px;
        line-height: 24px;
    }

    .area3-menu {
        gap: 8px 10px;
    }

    .area3-meun-item {
        font-size: 13px;
        padding: 7px 12px;
    }
}

@media screen and (max-width: 767px) {
    .a1c-t {
        top: 12svh;
        gap: 10px;
    }

    .a1c-t2 {
        font-size: 28px;
        line-height: 36px;
    }

    .a1c-t1 {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .a1c-t3 {
        font-size: 13px;
        line-height: 20px;
        max-width: none;
    }

    .area1 .diy-pagination {
        bottom: 64px;
        gap: 10px;
    }

    .area1 .diy-pagination span {
        width: 40px;
        height: 6px;
    }

    .area1 .diy-buttons {
        bottom: 64px;
        right: 16px;
        gap: 12px;
    }

    .area1 .diy-buttons > div img {
        width: 20px;
        height: 20px;
    }

    .area2-inner {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .area2-inner-slide-inner {
        height: auto;
        flex-direction: column;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-image {
        width: 100%;
        height: 200px;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-text {
        padding: 18px;
        gap: 12px;
    }

    .area2-inner-slide-inner-text-title {
        font-size: 20px;
        line-height: 26px;
    }

    .area2-inner-slide-inner-text-desc {
        font-size: 13px;
        line-height: 20px;
        margin-top: 12px;
    }

    .area2-inner-slide-inner-text-tags {
        gap: 8px;
    }

    .area2-inner-slide-inner-text-tags span {
        font-size: 12px;
        line-height: 18px;
        padding: 3px 6px;
    }

    .swiper-thumbs {
        margin-top: 16px;
    }

    .area2-thumbs-inner {
        width: 160px;
        height: 112px;
    }

    .area2-thumbs-inner-text {
        font-size: 16px;
        line-height: 24px;
    }

    .thumbs-button-prev,
    .thumbs-button-next {
        width: 32px;
    }

    .thumbs-button-prev img,
    .thumbs-button-next img {
        width: 14px;
    }

    .area3 {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .area3-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .area3-list-item {
        aspect-ratio: 16 / 11;
        border-radius: 8px;
    }

    .area3-list-item-title {
        font-size: 15px;
        line-height: 22px;
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .area3-list-item .area3-list-item-tag {
        right: 12px;
        top: 12px;
        font-size: 11px;
        padding: 4px 6px;
    }

    .area3-menu {
        margin-bottom: 40px;
        gap: 6px 8px;
    }

    .area3-meun-item {
        font-size: 12px;
        padding: 6px 8px;
    }

    .area3-pagination .flex {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .area3-pagination .pagination {
        font-size: 12px;
    }

    .area3-pagination .page-item a {
        min-width: 28px;
        height: 28px;
        padding: 0 8px;
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .a1c-t2 {
        font-size: 24px;
        line-height: 30px;
    }

    .a1c-t1 {
        font-size: 12px;
    }

    .a1c-t3 {
        font-size: 12px;
        line-height: 18px;
    }

    .area1 .diy-pagination {
        bottom: 56px;
        gap: 8px;
    }

    .area1 .diy-pagination span {
        width: 32px;
    }

    .area1 .diy-buttons {
        display: none;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-image {
        height: 180px;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-text {
        padding: 16px;
    }

    .area2-inner-slide-inner-text-title {
        font-size: 18px;
        line-height: 24px;
    }

    .area2-inner-slide-inner-text-desc {
        font-size: 12px;
        line-height: 18px;
    }

    .area2-thumbs-inner {
        width: 140px;
        height: 98px;
    }

    .area2-thumbs-inner-text {
        font-size: 14px;
        line-height: 20px;
    }

    .area3-list-item {
        aspect-ratio: 16 / 12;
    }

    .area3-list-item-title {
        font-size: 14px;
        line-height: 20px;
    }

    .area3-menu {
        margin-bottom: 32px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .area3-list-item:hover {
        transform: none;
    }

    .area3-list-item:active {
        transform: scale(0.98);
    }

    .area2-thumbs-inner:hover {
        transform: none;
    }

    .swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-image {
        transform: none;
    }

    .swiper-thumbs .swiper-slide:hover .area2-thumbs-inner-text {
        color: rgba(255, 255, 255, 0.7);
    }

    .swiper-thumbs .swiper-slide-thumb-active .area2-thumbs-inner-text {
        color: #fff;
    }

    .area3-meun-item:hover {
        color: rgba(255,255,255,1);
        background: none;
    }

    .area3-meun-item:active {
        color: #212121;
        background: #ffffffb3;
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .a1c-t {
        top: 8svh;
        gap: 8px;
    }

    .a1c-t2 {
        font-size: 24px;
        line-height: 30px;
    }

    .a1c-t3 {
        font-size: 12px;
        line-height: 18px;
    }

    .area1 .diy-pagination {
        bottom: 40px;
    }

    .area1 .diy-buttons {
        bottom: 40px;
    }

    .area2-inner-slide-inner .area2-inner-slide-inner-image {
        height: 150px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .area3-list-item-bg img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

.touch-device .area3-list-item {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.touch-device .area3-meun-item {
    padding: 10px 14px;
    margin: 2px;
}

.mobile-device .area-content {
    /*padding: 0 15px;*/
}

.tablet-device .area-content {
    /*padding: 0 18px;*/
}

.mobile-device .area3-list-item,
.mobile-device .area2-inner-slide-inner,
.mobile-device .area2-thumbs-inner {
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mobile-device {
    overflow-x: hidden;
    max-width: 100vw;
}

.mobile-device .swiper-slide {
    touch-action: pan-y;
}

.mobile-device *,
.tablet-device * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
    .area3-list-item,
    .area2-inner-slide-inner,
    .area2-thumbs-inner,
    .gdd1,
    .gdd2 {
        animation: none !important;
        transition: none !important;
    }
}
