.home-box {
    font: var(--font-size-16) / 1.15 'SourceHanSansCN-Regular', 'Arial', '微软雅黑', 'sans-serif', 'microsoft yahei';
    --font-size-72: max(0.72rem, 26px);
    --font-size-64: max(0.6rem, 26px);
    --font-size-60: max(0.6rem, 26px);
    --font-size-56: max(0.56rem, 26px);
    --font-size-50: max(0.56rem, 25px);
    --font-size-48: max(0.48rem, 24px);
    --font-size-40: max(0.4rem, 24px);
    --font-size-36: max(0.36rem, 24px);
    --font-size-34: max(0.34rem, 24px);
    --font-size-32: max(0.32rem, 22px);
    --font-size-30: max(0.3rem, 22px);
    --font-size-28: max(0.28rem, 22px);
    --font-size-26: max(0.26rem, 20px);
    --font-size-24: max(0.24rem, 16px);
    --font-size-22: max(0.22rem, 16px);
    --font-size-20: max(0.2rem, 16px);
    --font-size-18: max(0.18rem, 14px);
    --font-size-16: max(0.16rem, 14px);
    --font-size-14: max(0.14rem, 12px);
    --font-size-12: max(0.12rem, 12px);
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .h5 {
        display: none !important;
    }

    .header-nobg {
        background-color: rgba(0, 0, 0, 0) !important;
        ;
        position: fixed !important;
    }

    .header-nobg .content nav.pc>ul>li>a {
        color: #fff;
    }
}

h2 {
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    letter-spacing: 0px;
    text-align: left;
    font-size: 64px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
        line-height: 1.15;
    }
}

.home-box {
    padding: 1.2rem 1.6rem;
}

.box1 {
    width: 100%;
    height: 10.8rem;
    padding: 0;
}

.home-swiper1 .swiper-slide {
    height: 10.8rem;
}

.home-swiper1 .swiper-slide video {
    width: 100%;
    height: 100%;
}

.video-title {
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 0.64rem;
    bottom: 1.48rem;
    width: calc(100% - 1.28rem);
}

.video-title h2 {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: 96px;
    line-height: 200%;
    letter-spacing: 0px;
    vertical-align: bottom;
    color: #fff;
}

@media (max-width: 768px) {
    .video-title h2 {
        font-size: 24px;
        line-height: 1.15;
    }
}

.box2 {
    padding: 0;
    position: relative;
    height: 10.80rem;
}

.box2::before {
    content: '';
    display: block;
    border-right: 1px solid #fff;
    height: calc(100% - 0.5rem);
    position: absolute;
    right: 1.2rem;
    top: 0;
}

.box2::after {
    content: '';
    display: block;
    border-top: 1px solid #fff;
    width: calc(100% - 0.3rem);
    position: absolute;
    bottom: 1.2rem;
    left: 0;
}

@media (max-width: 768px) {

    .box2::before,
    .box2::after {
        display: none;
    }
}

.box2 .right-box {
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    right: 0.18rem;
    bottom: 1.2rem;
    background: #fff;
    transform: translateY(50%);
}

.box2 .bottom-box {
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    right: 1.2rem;
    bottom: 0.38rem;
    background: #fff;
    transform: translateX(50%);
}

.box2 .bg-box {
    width: 100%;
    height: 100%;
}

.box2 .text-box {
    position: absolute;
    right: 1.78rem;
    bottom: 1.34rem;
}

.box2 .text-box h2 {
    font-family: PingFang SC;
    font-weight: 600;
    font-style: Semibold;
    font-size: 78px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: bottom;
    color: #fff;
    text-align: right;
    margin-bottom: 0.12rem;
}

.box2 .text-box h2 .focus-box {
    font-family: PingFang SC;
    font-weight: 600;
    font-style: Semibold;
    font-size: 78px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: bottom;
    display: inline-block;
    color: #e60012;
    background-image:
        linear-gradient(90deg, #e60012 0 14px, transparent 14px),
        linear-gradient(180deg, #e60012 0 14px, transparent 14px),
        linear-gradient(90deg, transparent calc(100% - 14px), #e60012 calc(100% - 14px) 100%),
        linear-gradient(180deg, #e60012 0 14px, transparent 14px),
        linear-gradient(90deg, transparent calc(100% - 14px), #e60012 calc(100% - 14px) 100%),
        linear-gradient(0deg, #e60012 0 14px, transparent 14px),
        linear-gradient(90deg, #e60012 0 14px, transparent 14px),
        linear-gradient(0deg, #e60012 0 14px, transparent 14px);
    background-repeat: no-repeat;
    background-size:
        14px 3px,
        3px 14px,
        14px 3px,
        3px 14px,
        14px 3px,
        3px 14px,
        14px 3px,
        3px 14px;

    background-position:
        left top,
        left top,
        right top,
        right top,
        right bottom,
        right bottom,
        left bottom,
        left bottom;
    box-sizing: border-box;
    padding: 0 15px;
    margin-right: 30px;
}



.box2 .text-box p {
    font-family: MiSans;
    font-weight: 330;
    font-style: Regular;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
    opacity: .6;
    color: #fff;
}

@media (max-width: 768px) {
    .box2 .text-box {
        top: 120px;
        width: 6.54rem;
        left: calc((100% - 6.54rem) / 2);
        right: unset;
        bottom: unset;
    }

    .box2 .text-box h2,
    .box2 .text-box h2 .focus-box {
        font-size: var(--font-size-56);
        text-align: left;
    }

    .box2 .text-box p {
        font-size: var(--font-size-24);
        text-align: left;
    }
}

.box3 {
    padding: 0;
    height: 10.8rem;
    position: relative;
}

.box3 .bg-box {
    width: 100%;
    height: 100%;
}

.box3 .text-box {
    width: 13.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: 88px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-image:
        linear-gradient(90deg, #fff 0 14px, transparent 14px),
        linear-gradient(180deg, #fff 0 14px, transparent 14px),
        linear-gradient(90deg, transparent calc(100% - 14px), #fff calc(100% - 14px) 100%),
        linear-gradient(180deg, #fff 0 14px, transparent 14px),
        linear-gradient(90deg, transparent calc(100% - 14px), #fff calc(100% - 14px) 100%),
        linear-gradient(0deg, #fff 0 14px, transparent 14px),
        linear-gradient(90deg, #fff 0 14px, transparent 14px),
        linear-gradient(0deg, #fff 0 14px, transparent 14px);
    background-repeat: no-repeat;
    background-size:
        14px 3px,
        3px 14px,
        14px 3px,
        3px 14px,
        14px 3px,
        3px 14px,
        14px 3px,
        3px 14px;

    background-position:
        left top,
        left top,
        right top,
        right top,
        right bottom,
        right bottom,
        left bottom,
        left bottom;
    box-sizing: border-box;
    padding: 0.3rem;
}

.box3 .text-box span {
    color: #e60012;
}

@media (max-width: 768px) {
    .box3 .text-box {
        width: 6.4rem;
        font-size: var(--font-size-48);
    }
}

.box4 {
    background: #f8f8f8;
    padding: 1.2rem 1.6rem;
}

.box4 .desc,
.box5 .desc {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--font-size-18);
    line-height: 36px;
    letter-spacing: 0%;
    color: #000;
    padding: 0 0.2rem;
}

.box4 .desc p,
.box5 .desc p {
    margin-top: 0.32rem;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav .list {
    border-bottom: 2px solid #B2B2B2;
    position: relative;
    display: flex;
    padding-bottom: .1rem;
    margin: 0 auto;
}

.nav .item {
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
}

.nav .item .icon {
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    margin-right: 0.1rem;
    position: relative;
}

.nav .item .icon::before {
    content: '';
    display: block;
    background: #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav .item:nth-last-child(1) {
    margin-right: 0;
}

.nav .text {
    white-space: nowrap;
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    opacity: .5;
}

.nav .active {
    color: #000000;
    opacity: 1;
    position: relative;
}

.nav {
    padding: 0 0.2rem;
    margin-top: 0.56rem;
}


.nav .lineR {
    background-color: #d4251f;
    height: 2px;
    width: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.home-swiper2,
.home-swiper2 .swiper-container-horizontal {
    overflow: visible;
}

.home-swiper2 .swiper-slide,
.home-swiper3 .swiper-slide {
    opacity: 0;
}

.home-swiper2 .swiper-slide-active,
.home-swiper3 .swiper-slide-active {
    opacity: 1;
}

.swiper2-child {
    margin-top: 0.4rem;
}

.swiper2-child .swiper-slide {
    opacity: 1;
    width: 6.4rem !important;
    /* height: 5.66rem; */
    background: #fff;
    background-image:
        linear-gradient(90deg, #000 0 16px, transparent 16px),
        linear-gradient(180deg, #000 0 16px, transparent 16px),
        linear-gradient(90deg, transparent calc(100% - 16px), #000 calc(100% - 16px) 100%),
        linear-gradient(180deg, #000 0 16px, transparent 16px),
        linear-gradient(90deg, transparent calc(100% - 16px), #000 calc(100% - 16px) 100%),
        linear-gradient(0deg, #000 0 16px, transparent 16px),
        linear-gradient(90deg, #000 0 16px, transparent 16px),
        linear-gradient(0deg, #000 0 16px, transparent 16px);
    background-repeat: no-repeat;
    background-size:
        16px 3px,
        3px 16px,
        16px 3px,
        3px 16px,
        16px 3px,
        3px 16px,
        16px 3px,
        3px 16px;

    background-position:
        left top,
        left top,
        right top,
        right top,
        right bottom,
        right bottom,
        left bottom,
        left bottom;
    box-sizing: border-box;
    padding: 0.4rem;
}

.swiper2-child .swiper-slide .image-box {
    width: 100%;
    height: 2.94rem;
}

.swiper2-child .swiper-slide .image-box img {
    width: 100%;
    height: 100%;
}

.swiper2-child .swiper-slide .text-box {
    margin-top: 0.4rem;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.25rem;
}

.swiper2-child .swiper-slide .text-box .name {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: var(--font-size-32);
    line-height: 160%;
    letter-spacing: 0px;
    color: #000;
}

.swiper2-child .swiper-slide .text-box .more-btn {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: var(--font-size-16);
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
}

.swiper2-child .swiper-slide .text-box .more-btn a {
    color: #D4251F;
    transition: color 0.3s ease;
}

.swiper2-child .swiper-slide .text-box .more-btn:hover a {
    color: #a00d08;
    /* 深一些的红色 */
}

/* 箭头颜色变化 */
.swiper2-child .swiper-slide .text-box .more-btn::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #D4251F;
    border-right: 1px solid #D4251F;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: border-color 0.3s ease;
}

.swiper2-child .swiper-slide .text-box .more-btn:hover::after {
    border-top: 1px solid #a00d08;
    border-right: 1px solid #a00d08;
}

.swiper2-child .swiper-slide .child-desc {
    margin-top: 0.12rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--font-size-20);
    line-height: 160%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.6);
}

.swiper2-child .swiper-pagination-warp {
    margin-top: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper2-child .swiper-pagination-warp .swiper-button-prev,
.swiper2-child .swiper-pagination-warp .swiper-button-next {
    position: relative;
    width: 0.56rem;
    height: 0.56rem;
    background: #f8f8f8;
    text-align: center;
    cursor: pointer;
}

.swiper2-child .swiper-pagination-warp .swiper-button-prev::before,
.swiper2-child .swiper-pagination-warp .swiper-button-next::before {
    content: '';
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    position: relative;
    z-index: 2;
    margin-top: 0.18rem;
    margin-left: -0.08rem;
}



.swiper2-child .swiper-pagination-warp .swiper-button-prev::before {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
    margin-left: 0.08rem;
}

.swiper2-child .swiper-pagination-warp .swiper-button-next::before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.swiper2-child .swiper-pagination-warp .swiper-button-disabled::before {
    border-color: #ccc;
}

.swiper2-child .swiper-pagination-warp .swiper-button-prev img,
.swiper2-child .swiper-pagination-warp .swiper-button-next img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


.swiper2-child .swiper-pagination-warp .swiper-pagination {
    position: unset;
    margin: 0 2rem;
}

.swiper2-child .swiper-pagination-warp .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: #D9D9D9;
    border-radius: 0%;
    margin: 0 0.08rem;
}

.swiper2-child .swiper-pagination-warp .swiper-pagination-bullet-active {
    background: #D4251F;
}

.swiper3-child {
    margin-top: 0.4rem;
    display: flex;
}

.swiper3-child .child-slide {
    opacity: 1;
    width: 2.2rem !important;
    position: relative;
    height: 7.2rem;
    margin-left: 0.12rem;
    transition: all .6s ease;
}

.swiper3-child .child-slide:nth-child(1) {
    margin-left: 0;
}

.swiper3-child .child-slide.active {
    width: 9.04rem !important;
}

.swiper3-child .open,
.swiper3-child .more-btn {
    display: none;
}

.swiper3-child .child-slide.active .open,
.swiper3-child .child-slide.active .more-btn {
    display: block;
}

.swiper3-child .child-slide.active .close {
    display: none;
}

.swiper3-child .child-slide .image-box {
    width: 100%;
    height: 100%;
}

.swiper3-child .child-slide .image-box img {
    width: 100%;
    height: 100%;
}

.swiper3-child .child-slide .text-box {
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
    width: calc(100% - 0.6rem);
}

.swiper3-child .child-slide.active .text-box {
    border-top: 1px solid #fff;
}

.swiper3-child .child-slide .text-box .name {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: var(--font-size-32);
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding-top: 0.12rem;
}

.swiper3-child .child-slide.active .text-box .name {
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    font-size: var(--font-size-64);
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
}

.swiper3-child .child-slide.active .text-box .more-btn {
    width: 2.56rem;
    height: 0.48rem;
    text-align: center;
    line-height: 0.48rem;

    box-sizing: border-box;
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: var(--font-size-16);
    letter-spacing: 0px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.swiper3-child .child-slide.active .text-box .more-btn::before {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-image:
        linear-gradient(90deg, #fff 0 10px, transparent 10px),
        linear-gradient(180deg, #fff 0 10px, transparent 10px),
        linear-gradient(90deg, transparent calc(100% - 10px), #fff calc(100% - 10px) 100%),
        linear-gradient(180deg, #fff 0 10px, transparent 10px),
        linear-gradient(90deg, transparent calc(100% - 10px), #fff calc(100% - 10px) 100%),
        linear-gradient(0deg, #fff 0 10px, transparent 10px),
        linear-gradient(90deg, #fff 0 10px, transparent 10px),
        linear-gradient(0deg, #fff 0 10px, transparent 10px);
    background-repeat: no-repeat;
    background-size:
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px;

    background-position:
        left top,
        left top,
        right top,
        right top,
        right bottom,
        right bottom,
        left bottom,
        left bottom;
    position: absolute;
    left: -2px;
    top: -2px;
}

.swiper3-child .child-slide.active .text-box .more-btn:hover {
    background: #e60012;
    border-color: #e60012;
}

@media (max-width: 768px) {

    .box4,
    .box5,
    .box6 {
        padding: 1.2rem 0.48rem;
    }

    .nav .text {
        font-size: var(--font-size-24);
        margin-right: 0.8rem;
    }

    .swiper2-child {
        overflow: hidden;
    }

    .swiper2-child .swiper-pagination-warp .swiper-pagination {
        /* margin: 0 20px; */
        width: auto;
        height: 0.56rem;
    }


    .swiper2-child .swiper-pagination-warp .swiper-button-prev,
    .swiper2-child .swiper-pagination-warp .swiper-button-next {
        flex-shrink: 0;
    }

    .swiper3-child .child-slide {
        width: 100% !important;
        height: 1.6rem !important;
        margin-left: 0;
        margin-bottom: 0.12rem;
    }

    .swiper3-child .child-slide.active {
        width: 100% !important;
        height: 4.4rem !important;
        ;
    }

    .swiper3-child {
        flex-direction: column;
    }

    .swiper3-child .child-slide .text-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0.24rem;
    }

    .swiper3-child .child-slide.active .text-box .more-btn {
        width: 1.36rem;
        line-height: 1.5;
        font-size: var(--font-size-12);
    }

    .swiper3-child .child-slide.active .text-box .more-btn::before {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        background-image:
            linear-gradient(90deg, #fff 0 6px, transparent 6px),
            linear-gradient(180deg, #fff 0 6px, transparent 6px),
            linear-gradient(90deg, transparent calc(100% - 6px), #fff calc(100% - 6px) 100%),
            linear-gradient(180deg, #fff 0 6px, transparent 6px),
            linear-gradient(90deg, transparent calc(100% - 6px), #fff calc(100% - 6px) 100%),
            linear-gradient(0deg, #fff 0 6px, transparent 6px),
            linear-gradient(90deg, #fff 0 6px, transparent 6px),
            linear-gradient(0deg, #fff 0 6px, transparent 6px);
        background-repeat: no-repeat;
        background-size:
            6px 2px,
            2px 6px,
            6px 2px,
            2px 6px,
            6px 2px,
            2px 6px,
            6px 2px,
            2px 6px;

        background-position:
            left top,
            left top,
            right top,
            right top,
            right bottom,
            right bottom,
            left bottom,
            left bottom;
        position: absolute;
        left: -2px;
        top: -2px;
    }

    .swiper3-child .child-slide.active .text-box .name {
        padding: 0;
        font-size: var(--font-size-40);
    }
}

.box6 {
    background: #f8f8f8;
}

.box6 .box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box6 .box-title h2 {
    font-family: MiSans;
    font-weight: 380;
    font-style: Medium;
    font-size: var(--font-size-64);
    line-height: 150%;
    letter-spacing: 0px;
    color: #000000;
}

.box6  .more-btn {
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    width: 1.64rem;
    height: 0.48rem;
    position: relative;
    cursor: pointer;
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
}

.box6 .more-btn:hover {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
}

.box6 .more-btn::before {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-image:
        linear-gradient(90deg, #000 0 10px, transparent 10px),
        linear-gradient(180deg, #000 0 10px, transparent 10px),
        linear-gradient(90deg, transparent calc(100% - 10px), #000 calc(100% - 10px) 100%),
        linear-gradient(180deg, #000 0 10px, transparent 10px),
        linear-gradient(90deg, transparent calc(100% - 10px), #000 calc(100% - 10px) 100%),
        linear-gradient(0deg, #000 0 10px, transparent 10px),
        linear-gradient(90deg, #000 0 10px, transparent 10px),
        linear-gradient(0deg, #000 0 10px, transparent 10px);
    background-repeat: no-repeat;
    background-size:
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px;

    background-position:
        left top,
        left top,
        right top,
        right top,
        right bottom,
        right bottom,
        left bottom,
        left bottom;
    position: absolute;
    left: -2px;
    top: -2px;
}


.box6 .box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.56rem;
}

.box6 .box-content .box-item {
    height: 5.01rem;
    width: 4.4rem;
    position: relative;
}

.box6 .box-content .box-item.active {
    width: 6.96rem;
}

.box6 .box-content .box-item img {
    width: 100%;
    height: 100%;
}

.box6 .box-content .box-item .text-box {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.08rem;
}

.box6 .box-content .box-item .text-box .text-warp {
    padding: 0.32rem;
    background-image:
        linear-gradient(90deg, #fff 0 10px, transparent 10px),
        linear-gradient(180deg, #fff 0 10px, transparent 10px),
        linear-gradient(90deg, transparent calc(100% - 10px), #fff calc(100% - 10px) 100%),
        linear-gradient(180deg, #fff 0 10px, transparent 10px),
        linear-gradient(90deg, transparent calc(100% - 10px), #fff calc(100% - 10px) 100%),
        linear-gradient(0deg, #fff 0 10px, transparent 10px),
        linear-gradient(90deg, #fff 0 10px, transparent 10px),
        linear-gradient(0deg, #fff 0 10px, transparent 10px);
    background-repeat: no-repeat;
    background-size:
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px,
        10px 2px,
        2px 10px;
    background-position:
        left top,
        left top,
        right top,
        right top,
        right bottom,
        right bottom,
        left bottom,
        left bottom;
}

.box6 .box-content .box-item .text-box .text-warp h3 {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: var(--font-size-32);
    line-height: 160%;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
}

.box6 .box-content .box-item .text-box .text-warp .line {
    margin: 0.12rem 0;
    opacity: .3;
    border-bottom: 1px solid #fff;
    position: relative;
}

.box6 .box-content .box-item .text-box .text-warp .line::before {
    content: '';
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    position: absolute;
}

.box6 .box-content .box-item .text-box .text-warp .line::after {
    content: '';
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    position: absolute;
}

.box6 .box-content .box-item .text-box .text-warp p {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--font-size-20);
    line-height: 160%;
    letter-spacing: 0px;
    color: #fff;
}

@media (max-width: 768px) {
    .box6 .box-content {
        flex-direction: column;
    }

    .box6 .box-content .box-item,
    .box6 .box-content .box-item.active {
        width: 100%;
        margin-bottom: 0.48rem;
        height: 4.4rem;
    }

    .box6 .box-content .box-item .text-box .text-warp p {
        font-size: var(--font-size-16);
    }
}