.homebanner{
    display: block;
    width: 100%;
    height: calc(100vh - 35px);
    position: relative;
}
.homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.homebanner .text {
    position: absolute;
    display: flex;
    width: 70%;
    left: 15%;
    right: 15%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homebanner .text .title{
    font-family: 'Times New Roman';
    font-style: italic;
    font-size: 45px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 25px;
}
.homebanner .text .description{
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 25px auto;
}
.homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-button-prev{
    left: 30px;
}
.homebanner .swiper-button-next{
    right: 30px;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.0);
    opacity: 0.6;
}
.homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.homebanner .swiper-button-prev:hover,.homebanner .swiper-button-next:hover{
    opacity: 1;
}
.homebanner .swiper-button-next:after,.homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 30px;
}
.homebanner .swiper-pagination{
    bottom: 30px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 16px;
    display: inline-block;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 1;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    position: relative;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 19px;
    margin: -9px 0 0 -10px;
    border: 1px solid #FFF;
    border-radius: 50%;
    box-sizing: border-box;
}
.home-title{
    font-size: 36px;
    font-family: 'Bodoni Moda SC';
    text-align: center;
    color: #849075;
}


.homeproduct{
    padding: 4.21052631578947vw 0 5.26315789473684vw;
}
.homeproduct-box{
    display: block;
    width: 100%;
    min-height:31.05263157894737vw;
    padding-top: 1.84210526315789vw;
    position: relative;
}
.homeproduct-list{
    display: block;
    width: 100%;
    min-height:22.63157894736842vw;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.homeproduct-list .swiper-slide{
    display: block;
    width: 300px;
    height: auto;
    position: relative;
    padding: 22px 22px;
    border-radius: 10px;
    background-color: #FFFFFF;
}
.homeproduct-list .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
}
.homeproduct-list .pic img{
    display: block;
    width: 100%;
    max-height: auto;
    transition: 0.3s;
}
.homeproduct-list .swiper-slide:hover .pic img{
    transform: scale(1.05);
}
.homeproduct-list .text{
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.45;
    height: auto;
    text-align: center;
    padding: 26px 0;
}
.homeproduct-box .swiper-button-prev{
    left: -50px;
    top: 42%;
}
.homeproduct-box .swiper-button-next{
    right: -50px;
    top: 42%;
}
.homeproduct .btn{
    display: block;
    width: 160px;
    margin: 0 auto;
}
.homebagpic{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 39.5vw;
    background: #849075 url("../img/bg-home-bagpic.jpg") no-repeat center center;
    background-size: cover;
}
.homebagpic .item{
    flex: 0 0 32%;
    width: 32%;
    height: 100%;
}
.homebagpic .item a.img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homebagpic .item .pic,.homebagpic .item .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.homebagpic .item .pic img{
    object-fit: cover;
    transition: 0.3s;
}
.homebagpic .item a:hover .pic img{
    transform: scale(1.03);
}
.homebagpic .item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16%;
    height: 100%;
    color: #FFF;
    flex-direction: column;
    text-align: center;
}
.homebagpic .item .text .title{
    font-size: 36px;
    font-family: 'Times New Roman';
    font-style: italic;
    padding-bottom: 30px;
}
.homebagpic .item .text .desc{
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.75;
    padding-bottom: 40px;
}
.homenewcollection{
    display: block;
    width: 100%;
    padding: 80px 0 80px;
    height: auto;
    background: #FFF url("../img/bg-home-newcollection.jpg") no-repeat center center;
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}
.homenewcollection .subtitle{
    font-size: 16px;
    text-align: center;
}
.newcollection-nav {
    display: flex;
    height: 132px;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    padding: 30px 0 60px;
}
.newcollection-nav li{
    display: block;
    font-size: 26px;
    margin: 0 45px;
    line-height: 1;
    font-family: 'Bodoni Moda SC';
    padding-bottom: 2px;
    cursor: pointer;
    transition: .3s;
}
.newcollection-nav li.on{
    font-size: 36px;
    color: #849075;
    padding-bottom: 0;
}
.newcollection-body{
    display: block;
    width: 100%;
    height: auto;
}
.newcollection-body .wrapper{
    display: flex;
    justify-content: space-between;
}
.newcollection-body .left{
    flex: 0 0 50%;
    width: 50%;
    min-height: 36.57894736842105vw;
    height: auto;
    padding-right: 8px;
    padding-top: 5vw;
    padding-bottom: 2vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newcollection-body .left .text{
    display: block;
    width: 33vw;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}
.newcollection-body .left .text .title{
    font-size: 36px;
    color: #849075;
    font-family: 'Times New Roman';
    font-style: italic;
    padding-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
}
.newcollection-body .left .text .desc{
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 2.36842105263158vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-height: 20vw;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}
.newcollection-body .left .text .btn{
    display: block;
    width: 160px;
    margin: 0 0px;
    flex-shrink: 0;
}
.newcollection-body .right{
    width: 50%;
    height: 36.57894736842105vw;
    padding-left: 8px;
}
.newcollection-body .right a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.newcollection-body .right a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.newcollection-body .right a:hover img{
    transform: scale(1.03);
}
.newcollection-box{
    display: block;
    width: 95%;
    padding: 0 10% 0 10%;
    min-height: auto;
    position: relative;
    margin-top: 1.5vw;
    margin-bottom: 1.31578947368421vw;
    flex-shrink: 0;
}
.newcollection-list{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.newcollection-box .swiper-button-prev{
    top: 50%;
}
.newcollection-list .swiper-slide img{ 
    display: block;
    width: 100%;
    height: auto;
}

/* PC端中等屏幕尺寸优化 - 防止缩放时重叠 */
@media (min-width: 769px) and (max-width: 1400px) {
    .newcollection-body .left {
        min-height: 500px;
    }
    
    .newcollection-body .left .text {
        width: 90%;
        max-width: 400px;
    }
    
    .newcollection-body .left .text .desc {
        max-height: 250px;
        overflow-y: auto;
    }
    
    .newcollection-box {
        margin-top: 2vw;
    }
}

/* PC端小屏幕尺寸优化 */
@media (min-width: 1401px) and (max-width: 1600px) {
    .newcollection-body .left {
        min-height: 550px;
    }
    
    .newcollection-body .left .text .desc {
        max-height: 280px;
    }
}

.homestory{
    display: flex;
    margin-top: 60px;
    padding: 0 8px;
    justify-content: space-between;
}
.homestory .item{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 8px;
    position: relative;
}
.homestory .item .wrap{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.homestory .item .pic{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.homestory .item .pic img{
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
}
.homestory .item:hover .pic img{
    transform: scale(1.03);
}
.homestory .item .btn{
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%,0);
    z-index: 10;
}
.homestory .item .text{
    position: absolute;
    top: 90px;
    padding: 0 12%;
    z-index: 10;
    text-align: center;
    color: #FFF;
}
.homestory .item .text .title{
    font-size: 36px;
    font-family: 'Bodoni Moda SC Italic';
    padding-bottom: 30px;
    text-align: left;
}
.homestory .item .text .desc{
    font-size: 14px;
    line-height: 1.75;
    font-weight: normal;
    text-align: left;
}

.homeloveus{
    padding: 70px 0 100px;
}
.loveus-list{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.loveus-list li {
    display: flex;
    width: 320px;
    flex-direction: column;
    align-items: center;
}
.loveus-list li .avatar{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}
.loveus-list li .avatar img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.loveus-list li .title{
    font-size: 24px;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-style: italic;
    padding-bottom: 22px;
}
.loveus-list li .desc{
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    height: 75px;
    overflow: hidden;
    color: #2A2D25;
}
.loveus-list li .btn{
    margin-top: 20px;
}
.loveus-list li .btn a{
    min-width: 132px;
    height: 32px;
    font-size: 18px;
}
.homebanner .text .d01 {
    animation: dazhi 1s steps(100, end) forwards;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0;
    opacity: 0;
}
.homebanner .text .d02 {
    animation: dazhi 1s 1s steps(100, end) forwards;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0;
    opacity: 0;
}
.homebanner .text .d03 {
    animation: dazhi 1s 2s steps(100, end) forwards;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0;
    opacity: 0;
}
.homebanner .text .d04 {
    animation: dazhi 1s 3s steps(100, end) forwards;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0;
    opacity: 0;
}
@keyframes typing {
    0% {
        width: 0;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}
@keyframes dazhis {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        width: 0;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.dazhis {
    animation: dazhis 1s steps(100, end) forwards;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0;
}

@keyframes dazhi {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        width: 0;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.dazhi {
    animation: dazhi 2s steps(100, end) forwards;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0;
    opacity: 0;
}

/* 手机端自适应样式 */
@media (max-width: 768px) {
    /* 修复New Arrivals箭头只显示一半的问题 */
    .homeproduct-box {
        overflow: visible !important;
        padding: 1.84210526315789vw 30px !important;
    }
    
    .homeproduct-box .swiper-button-prev {
        left: 0 !important;
        top: 42% !important;
        width: 30px !important;
        height: 30px !important;
    }
    
    .homeproduct-box .swiper-button-next {
        right: 0 !important;
        top: 42% !important;
        width: 30px !important;
        height: 30px !important;
    }
    
    .homeproduct-box .swiper-button-prev:after,
    .homeproduct-box .swiper-button-next:after {
        font-size: 20px !important;
    }
    
    /* 手机端缩小Banner箭头 */
    .homebanner .swiper-button-prev,
    .homebanner .swiper-button-next {
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
    }
    
    .homebanner .swiper-button-prev:after,
    .homebanner .swiper-button-next:after {
        font-size: 20px !important;
    }
    
    /* 手机端横幅描述文字样式 */
    .homebanner .text .description {
        font-size: 14px !important;
        max-width: 90% !important;
        margin: 0 auto 20px auto !important;
        padding: 0 15px;
    }
    
    .homebanner .text .title {
        margin-bottom: 20px !important;
    }
    
     /* 手机端缩小Collections箭头 - 固定desc高度后居中 */
     .newcollection-box .swiper-button-prev,
     .newcollection-box .swiper-button-next {
         width: 30px !important;
         height: 30px !important;
         padding: 0 !important;
         top: 55% !important;
         margin-top: 0px !important;
     }
     
     .newcollection-box .swiper-button-prev:after,
     .newcollection-box .swiper-button-next:after {
         font-size: 20px !important;
     }
    
    /* 修复New Collection导航切换效果 */
    .newcollection-nav {
        height: auto !important;
        align-items: center !important;
        padding: 20px 0 30px !important;
    }
    
    .newcollection-nav li {
        font-size: 18px !important;
        margin: 0 15px !important;
        padding-bottom: 0 !important;
        transform: scale(1) !important;
        transition: transform 0.3s, color 0.3s !important;
    }
    
    .newcollection-nav li.on {
        font-size: 18px !important;
        transform: scale(1.2) !important;
        color: #849075 !important;
        padding-bottom: 0 !important;
    }
}