.packaging1 {
    height: 100vh;
    position: relative;
    z-index: 1
}

.packaging1 .parallax {
    display: flex;
    align-items: center;
    justify-content: center
}

.common_brand {
    position: absolute;
    padding-top: 0;
    top: 133px;
    z-index: 5;
    left: 0
}

.common_brand.white a, .common_brand.white span {
    color: #fff
}

.common_section1.white {
    padding: 0;
    overflow: unset
}

.common_section1.white .wrap .flex .title {
    color: #fff
}

.common_section1.white .wrap .text {
    color: #fff
}

.packaging2 .wrap .content .matter .packSwiper .swiper-slide .item{
    cursor: pointer;
}

.packaging2 {
    padding: 80px 0
}

.packaging2 .wrap .cut {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    gap: 67px
}

.packaging2 .wrap .cut .list {
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    cursor: pointer;
    transition: .6s ease;
    text-transform: uppercase
}

.packaging2 .wrap .cut .list.on {
    color: var(--color)
}

.packaging2 .wrap .content {
    margin: 70px 0 0 0;
    position: relative;
    width: 100%
}

.packaging2 .wrap .content .matter {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.packaging2 .wrap .content .matter.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: .3s
}

.packaging2 .wrap .content .matter.on .button .circle {
    pointer-events: auto
}

.packaging2 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.packaging2 .wrap .content .matter .packSwiper {
    width: 3000px;
    position: relative;
    margin: 0;
    left: 50%;
    transform: translateX(-50%)
}

.packaging2 .wrap .content .matter .packSwiper .swiper-slide .item .img {
    width: 100%;
    height: 580px;
    overflow: hidden
}

.packaging2 .wrap .content .matter .packSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%
}

.packaging2 .wrap .content .matter .packSwiper .swiper-slide .item .text {
    margin: 30px 0 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #111111;
    line-height: 60px;
    text-transform: uppercase
}

.packaging2 .wrap .content .matter .button2 {
    margin: 38px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 26px
}

.packaging2 .wrap .content .matter .button2 .click {
    font-size: 24px;
    color: #111;
    transition: .6s ease;
    cursor: pointer
}

.packaging2 .wrap .content .matter .button2 .click:first-child {
    transform: rotate(180deg)
}

.packaging2 .wrap .content .matter .button2 .click:hover {
    color: var(--color)
}

.packaging2 .wrap .content .matter .button {
    display: flex;
    width: 1245px;
    position: absolute;
    top: 261px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    justify-content: space-between;
    pointer-events: none
}

.packaging2 .wrap .content .matter .button .circle {
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s ease
}

.packaging2 .wrap .content .matter .button .circle:hover {
    background: var(--color)
}

.packaging2 .wrap .content .matter .button .circle:hover .iconfont {
    color: #fff
}

.packaging2 .wrap .content .matter .button .circle:first-child {
    transform: rotate(180deg)
}

.packaging2 .wrap .content .matter .button .circle .iconfont {
    font-size: 20px;
    color: #111;
    transition: .6s ease
}

@media screen and (max-width: 1919px) {
    .common_brand{
        top: 6.9270833333vw;
    }
    .packaging2{
        padding: 4.1666666667vw 0px;
    }
    .packaging2 .wrap .cut{
        gap: 3.4895833333vw;
    }
    .packaging2 .wrap .cut .list{
        font-size: 1.25vw;
    }
    .packaging2 .wrap .content{
        margin: 3.6458333333vw 0px 0px;
    }
    .packaging2 .wrap .content .matter{
        transform: translateY(1.0416666667vw);
    }
    .packaging2 .wrap .content .matter .packSwiper{
        width: 156.25vw;
    }
    .packaging2 .wrap .content .matter .packSwiper .swiper-slide .item .img{
        height: 30.2083333333vw;
    }
    .packaging2 .wrap .content .matter .packSwiper .swiper-slide .item .text{
        margin: 1.5625vw 0px 0px;
        font-size: 1.5625vw;
        line-height: 3.125vw;
    }
    .packaging2 .wrap .content .matter .button2{
        margin: 1.9791666667vw 0px 0px;
        gap: 1.3541666667vw;
    }
    .packaging2 .wrap .content .matter .button2 .click{
        font-size: 1.25vw;
    }
    .packaging2 .wrap .content .matter .button{
        width: 64.84375vw;
        top: 13.59375vw;
    }
    .packaging2 .wrap .content .matter .button .circle{
        width: 3.0208333333vw;
        height: 3.0208333333vw;
    }
    .packaging2 .wrap .content .matter .button .circle .iconfont{
        font-size: 1.0416666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .common_brand {
        top: 88px;
    }
    .packaging2{
        padding: 50px 0;
    }
    .packaging2 .wrap{
        width: 90%;
        margin: auto;
    }
    .packaging2 .wrap .cut{
        gap: 17px 19px;
        flex-wrap: wrap;
    }
    .packaging2 .wrap .cut .list{
        font-size: 14px;
    }
    .packaging2 .wrap .content{
        margin: 35px 0 0 0;
    }

    .packaging2 .wrap .content .matter .packSwiper{
        width: 100%;
    }

    .packaging2 .wrap .content .matter .packSwiper .swiper-slide .item .img{
        height: auto;
    }
    .packaging2 .wrap .content .matter .packSwiper .swiper-slide .item .text{
        margin: 15px 0 0 0;
        font-size: 16px;
        line-height: 25px;
    }

}
