/* 公共基础样式 - 多文件复用的通用类 */
.pic {
    font-size: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    
}
.swiper-grid .unit-list__item {
    max-width: unset;
}
.case-wrapper .case-box.on li {
    display: block;
}
#unit-xGuFexCN3G .unit-list__item-inner {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}
.pagination-meta {
    display: none !important;
}
#unit-xGuFexCN3G .base-image__item {
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    background: #FFFFFF;
    border:1px solid #eee;
}
#unit-xGuFexCN3G .base-image__img {
    height: 100%;
    width: 100%;
}
#module-8tTe4csWtJ {
    color: #000;
    padding-bottom: 5vw;
    padding-top: 10vw;
}
#cell-243wSfhLZW, #unit-nRRecLg0kA {
    padding-top: 2vw;
}
[package-group] {
    position: sticky;
    top: 0px;
}
[package-item='unit'] {
    padding-bottom: 10px;
    padding-top: 10px;
}
.swiper-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.unit-list__item {
    padding: 1.5vw;
}

#grid-Jd3bPv69EW, #grid-e36dbONzkk {
    padding-left: 4vw;
    padding-right: 4vw;
}
.pic img {
    width: 100%;
    transition: transform .8s ease;
    -webkit-transition: transform .8s ease;
    -moz-transition: transform .8s ease;
    -ms-transition: transform .8s ease;
    -o-transition: transform .8s ease;
}

.page-box {
    padding: 84px 0 120px;
}

.page-caption {
    font-size: 48px;
    color: #000;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 40px;
}

.box-container {
    width: 1536px;
    margin: 0 auto;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

/* 内容通用样式 */
.content,
.content div:not(.page-caption) {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

/* -------------------------- 模块1：caseinfo-wrapper (view_photo.css) -------------------------- */
.caseinfo-wrapper {
    padding-bottom: 0 !important;
}

.caseinfo-wrapper .top {
    position: relative;
    margin-bottom: 60px;
    padding-right: 180px;
}

.caseinfo-wrapper .top .page-caption {
    margin-bottom: 0;
}

.caseinfo-wrapper .top .brief {
    font-size: 18px;
    color: var(--blue);
    line-height: 30px;
    margin-top: 21px;
}

.caseinfo-wrapper .return {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
    font-size: 16px;
    color: #666;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
}

.caseinfo-wrapper .return i {
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../image/return.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
}

.caseinfo-wrapper .base-box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
}

.caseinfo-wrapper .base-box .info,
.caseinfo-wrapper .base-box .pic {
    width: 50%;
}

.caseinfo-wrapper .base-box .info {
    background-color: var(--blue);
    padding: 72px 120px 0 80px;
}

.caseinfo-wrapper .base-box .author,
.caseinfo-wrapper .base-box .content {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.caseinfo-wrapper .author {
    text-align: right;
    margin-top: 50px;
}

.caseinfo-wrapper .content {
    line-height: 30px;
}

.caseinfo-wrapper .tag {
    font-size: 120px;
    color: #fff;
    opacity: .2;
    height: 32px;
    line-height: 90px;
    margin-bottom: 16px;
}

/* -------------------------- 模块2：case-wrapper (case.css) -------------------------- */
.case-wrapper {
    padding-top: 0 !important;
}

.case-wrapper .case-box {
    padding-top: 100px;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
}

.case-wrapper .case-box.on {
    margin-top: 120px;
    padding-bottom: 120px;
    background-color: #f5f6f7;
}

.case-wrapper .case-box.on:first-child {
    margin-top: 0;
}

.case-wrapper ul {
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px;
    transition: height .8s ease;
    -webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
}

.case-box ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-flow: wrap;
}

.case-box li,
.case-box .swiper-slide {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-top: 40px;
}

.case-box li:nth-child(4n),
.case-box .swiper-slide:nth-child(4n),
.case-box li:last-child,
.case-box .swiper-slide:last-child {
    margin-right: 0;
}

.case-box li:nth-child(-n+4),
.case-box .swiper-slide:nth-child(-n+4) {
    margin-top: 0;
}
[package-item='unit'] {
    padding-bottom: 10px;
    padding-top: 10px;
}
.case-box li a,
.case-box .swiper-slide a {
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.case-box .pic img {
    height: 269px;
    object-fit: cover;
}

.case-box .info {
    position: relative;
    padding: 24px 46px 35px 30px;
}

.case-box .name {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
}

.case-box .desc {
    font-size: 14px;
    line-height: 18px;
    margin: 7px auto 5px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
}

.case-box .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 16px;
    top: -23px;
    z-index: 1;
    background-image: url(../image/circle-right.png);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

/* case-box hover 效果 */
.case-box li:hover .icon,
.case-box .swiper-slide:hover .icon {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.case-box li:hover .pic img,
.case-box .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.case-box li:hover .name,
.case-box .swiper-slide:hover .name {
    color: var(--blue);
}

/* 更多按钮样式 */
.page-more {
    width: 49.34%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
}

.page-more:before,
.page-more:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--blue);
    display: inline-block;
}

.page-more a,
.page-more a i {
    display: inline-block;
}

.page-more a {
    font-size: 16px;
    color: var(--blue);
    line-height: 24px;
    padding: 0 8px;
    min-width: 11px;
}

.page-more i {
    position: relative;
    top: -1px;
    width: 15px;
    height: 8px;
    background-image: url(../image/down3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
}

.page-more a.on i {
    transform: rotateX(180deg);
}

/* -------------------------- 模块3：catalog-wrapper (download.css) -------------------------- */
.catalog-wrapper .download {
    font-size: 16px;
    color: var(--blue);
    line-height: 24px;
}

.catalog-wrapper .list ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-flow: wrap;
}

.catalog-wrapper .list ul li {
    width: 23.4375%;
    margin-right: 2.083%;
    margin-top: 64px;
}

.download .list li:nth-child(4n) {
    margin-right: 0 !important;
}

.catalog-wrapper .list ul li a {
    display: block;
    font-size: 12px;
}

.catalog-wrapper .pic {
    box-shadow: 0 0 20px 0 rgba(21, 29, 44, 0.08);
    border-radius: 5px;
}

.catalog-wrapper .pic img {
    height: 470px;
    object-fit: contain;
}

.catalog-wrapper .name {
    font-size: 24px;
    color: #212020;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    font-weight: 700;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    margin: 24px auto 8px;
}

.catalog-wrapper .download img {
    position: relative;
    top: 1px;
    margin-right: 6px;
}

/* catalog-wrapper hover 效果 */
.catalog-wrapper .list ul li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.catalog-wrapper .list ul li:hover .name {
    color: var(--blue);
}

/* -------------------------- 响应式样式 (按屏幕宽度从大到小) -------------------------- */
@media (max-width: 767px) {
    .gcol-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* 屏幕宽度 ≤ 1600px */
@media screen and (max-width: 1600px) {
    /* 公共样式 */
    .page-box {
        padding: 74px 0 110px;
    }

    .box-container {
        width: 1366px;
    }

    .page-caption {
        font-size: 44px;
        line-height: 60px;
    }
    .page-nav-wrapper .nav>a {
        font-size: 17px;
        line-height: 80px;
        padding: 0 32px;
    }

    /* caseinfo-wrapper 样式 */
    .caseinfo-wrapper .base-box .author,
    .caseinfo-wrapper .base-box .content {
        font-size: 22px;
        line-height: 32px;
    }

    .caseinfo-wrapper .base-box .info {
        padding: 64px 100px 0 70px;
    }

    .caseinfo-wrapper .top {
        margin-bottom: 50px;
    }

    /* case-wrapper 样式 */
    .case-wrapper .case-box.on,
    .accessory-wrapper .goods-box.on {
        padding-bottom: 110px;
        margin-top: 110px;
    }

    .case-wrapper .case-box,
    .accessory-wrapper .goods-box {
        padding-top: 90px;
    }

    .case-box .pic img {
        height: 240px;
    }

    .goods-box .name,
    .case-box .name,
    .remo-wrapper .box-2 a>p,
    .remo-wrapper .box-3 .title,
    .remo-wrapper .box-2 .title {
        font-size: 22px;
    }

    /* catalog-wrapper 样式 */
    .catalog-wrapper .list ul li {
        margin-top: 56px;
    }

    .catalog-wrapper ul li {
        margin-top: 54px;
    }

    .catalog-wrapper .pic img {
        height: 418px;
    }

    .catalog-wrapper .name {
        font-size: 22px;
    }
}

/* 屏幕宽度 ≤ 1440px */
@media screen and (max-width: 1440px) {
    /* 公共样式 */
    .page-box {
        padding: 64px 0 100px;
    }

    .box-container {
        width: 1200px;
    }

    .page-caption {
        font-size: 40px;
        line-height: 56px;
    }
    .page-nav-wrapper .nav>a {
        font-size: 16px;
        line-height: 76px;
        padding: 0 30px;
    }

    /* caseinfo-wrapper 样式 */
    .caseinfo-wrapper .base-box .author,
    .caseinfo-wrapper .base-box .content {
        font-size: 20px;
        line-height: 30px;
    }

    .remo-wrapper .box-3 .desc,
    .content,
    .content div:not(.page-caption) {
        font-size: 15px;
    }

    .caseinfo-wrapper .base-box .info {
        padding: 58px 90px 0 60px;
    }

    .caseinfo-wrapper .top .brief {
        font-size: 17px;
    }

    .caseinfo-wrapper .top {
        margin-bottom: 44px;
    }

    .w1280 {
        width: 1180px;
    }

    /* case-wrapper 样式 */
    .case-wrapper .case-box.on,
    .accessory-wrapper .goods-box.on {
        padding-bottom: 100px;
        margin-top: 100px;
    }

    .case-wrapper .case-box,
    .accessory-wrapper .goods-box {
        padding-top: 80px;
    }

    .goods-box li,
    .case-box li,
    .goods-box .swiper-slide,
    .case-box .swiper-slide {
        width: calc((100% - 45px) / 4);
        margin-top: 15px;
        margin-right: 15px;
    }

    .case-box .pic img {
        height: 210px;
    }

    .case-box .info {
        padding: 24px 30px 30px 26px;
    }

    .goods-box .name,
    .case-box .name,
    .remo-wrapper .box-2 a>p,
    .remo-wrapper .box-3 .title,
    .remo-wrapper .box-2 .title {
        font-size: 20px;
    }

    .case-box .icon {
        width: 40px;
        height: 40px;
        top: -20px;
    }

    /* catalog-wrapper 样式 */
    .catalog-wrapper .name {
        font-size: 20px;
        line-height: 26px;
        height: 52px;
    }

    .catalog-wrapper ul li {
        margin-top: 48px;
    }

    .catalog-wrapper .list ul li {
        margin-top: 50px;
    }

    .catalog-wrapper .pic img {
        height: 367px;
    }
}

/* 屏幕宽度 ≤ 1366px */
@media screen and (max-width: 1366px) {
    /* caseinfo-wrapper 样式 */
    .caseinfo-wrapper .tag {
        font-size: 100px;
    }

    .page-caption {
        font-size: 36px;
        line-height: 48px;
    }

    /* case-wrapper 样式 */
    .case-wrapper .case-box.on,
    .accessory-wrapper .goods-box.on {
        padding-bottom: 90px;
        margin-top: 90px;
    }
    .page-nav-wrapper .nav>a {
        line-height: 74px;
        padding: 0 28px;
    }
}

/* 屏幕宽度 ≤ 1004px */
@media screen and (max-width: 1004px) {
    /* 公共样式 */
    .page-box {
        padding: 50px 0;
    }
     .caseinfo-wrapper .base-box {
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .box-container,
    .w1200,
    .w1280 {
        width: 100%;
        padding: 0 15px;
    }

    .page-caption {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    /* caseinfo-wrapper 样式 */
    .caseinfo-wrapper .base-box .info,
    .caseinfo-wrapper .base-box .pic {
        width: 100%;
    }

    .caseinfo-wrapper .base-box .author,
    .caseinfo-wrapper .base-box .content {
        font-size: 15px;
        line-height: 24px;
    }

    .caseinfo-wrapper .author {
        margin-top: 40px;
    }

    .caseinfo-wrapper .content {
        line-height: 24px;
    }

    .content,
    .content div:not(.page-caption) {
        font-size: 14px;
    }

    .caseinfo-wrapper .tag {
        font-size: 60px;
        height: 17px;
        line-height: 50px;
        margin-bottom: 6px;
    }

    .caseinfo-wrapper .base-box .info {
        padding: 30px;
    }

    .caseinfo-wrapper .return i {
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }

    .caseinfo-wrapper .return {
        top: -20px;
        font-size: 12px;
    }

    .caseinfo-wrapper .top .brief {
        font-size: 13px;
        line-height: 22px;
        margin-top: 12px;
    }

    .caseinfo-wrapper .top {
        margin-bottom: 30px;
        padding-right: 0;
    }

    /* case-wrapper 样式 */
    .case-wrapper .page-more {
        display: none;
    }

    .page-more a {
        font-size: 12px;
        line-height: 20px;
    }

    .page-more i {
        width: 12px;
        height: 6px;
        margin-right: 6px;
    }

    .case-wrapper .case-box {
        padding-top: 30px;
    }

    .case-wrapper ul {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    .case-box ul {
        display: block;
    }

    .case-wrapper .case-box ul li {
        float: none;
    }

    .goods-box li,
    .case-box li {
        margin-bottom: 15px;
    }

    .goods-box li,
    .case-box li,
    .goods-box .swiper-slide,
    .case-box .swiper-slide {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    .case-box li>a {
        background-color: #fbfbfb;
    }

    .case-box .pic img {
        height: auto;
    }

    .case-box .info {
        padding: 24px;
    }

    .goods-box .name,
    .case-box .name {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }

    .case-box .icon {
        width: 32px;
        height: 32px;
        right: 12px;
        top: -16px;
    }

    /* catalog-wrapper 样式 */
    .catalog-wrapper .list ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .catalog-wrapper .list ul li:nth-child(-n+2) {
        margin-top: 0;
    }

    .catalog-wrapper .list ul li {
        width: 48%;
        margin-right: 0;
        margin-top: 30px;
    }

    .catalog-wrapper .pic img {
        height: auto;
    }

    .catalog-wrapper .name {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin: 18px auto 4px;
    }

    .catalog-wrapper .download {
        font-size: 12px;
        line-height: 20px;
    }
    
    
    .page-nav-wrapper {
        position: relative;
        z-index: 9;
        height: auto;
        margin-top: 0;
    }
        .page-nav-wrapper .box-container {
        height: auto;
        padding: 0;
    }
    .page-nav-box {
        width: 100%;
        background: #f4f4f4;
    }
    .page-nav-wrapper .page-nav-box {
        padding-right: 0;
    }
    .page-nav-box .intruction-caption {
        position: relative;
        display: block;
        line-height: 50px;
        padding: 0 15px;
        background: var(--blue);
        color: #fff;
        font-size: 15px;
    }
        .page-nav-box .intruction-caption:after {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 10;
        content: "";
        width: 13px;
        height: 100%;
        background: url(../image/down.png) no-repeat center center;
        background-size: contain;
    }
    .page-nav-box .nav {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        width: 100%;
        padding: 10px 0;
        background: #f7f8f9;
        display: none;
        max-height: 353px;
        overflow-y: auto;
    }
    .page-nav-box .nav a:first-child {
        border-top: none;
    }
    .page-nav-box .nav>a.on, .page-nav-box .nav>a:hover {
        background: none;
        color: var(--blue);
    }
        .page-nav-box .nav>a.on, .page-nav-box .nav>a:hover {
        background: none;
        color: var(--blue);
    }
    .page-nav-box .nav a:first-child {
        border-top: none;
    }
        .page-nav-box .nav a {
        display: block;
        width: 100%;
        text-align: left;
        line-height: 42px;
        padding: 0 15px;
        border-top: 1px solid #f2f2f2;
    }
}

/* 仅桌面端 (≥1024px) 的 case-wrapper 样式 */
@media screen and (min-width: 1024px) {
    .case-wrapper ul li:nth-child(-n+4) {
        display: block;
    }
    .case-wrapper ul li {
        display: none;
    }
    .page-nav-wrapper {
        position: relative;
        z-index: 9;
    }
    .page-nav-wrapper .nav>a {
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        padding: 0 40px;
        line-height: 100px;
        min-width: 124px;
        font-weight: 700;
        transition: background .3s ease;
        -webkit-transition: background .3s ease;
        -moz-transition: background .3s ease;
        -ms-transition: background .3s ease;
        -o-transition: background .3s ease;
    }
      .page-nav-wrapper .page-nav-box {
        position: relative;
        z-index: 1;
    }
     .page-nav-wrapper .intruction-caption {
        display: none;
    }
    .page-nav-wrapper .nav {
        font-size: 0;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        justify-content: center;
    }
    
    .page-nav-wrapper .nav>a.on, .page-nav-wrapper .nav>a:hover {
        color: #fff;
        background-color: var(--blue);
    }
    
}
@media (min-width: 768px) {
    #module-8tTe4csWtJ, #module-5xj72APPcm {
        padding-bottom: 3vw;
        padding-top: 6vw;
    }
    .unit-list__item {
        padding: .8vw;
    }
}
@media (min-width: 1200px) {
    #module-8tTe4csWtJ {
        padding-bottom: 2vw;
        padding-top: 2vw;
    }
     .gcol-xl-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}