.nav-link {
    color: #000 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-link:hover,
.nav-link.active {
    color: #ff69b4 !important;
}
.btcolor{
    color: #b73122;
}
.fbtcolor {
    color: #d38d94!important;
}
.banner {
    /* height: 500px;
    background: url('images/banner.jpg') center/cover; */
}
.banner img {
    max-width: 1922px;
    margin: 0 auto;
    width: 100%;
}
.about-img {
    height: 400px;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        padding: 20px;
    }
}
.navbar-brand {
    max-height: 80px; /* 控制logo容器高度 */
}
.desktop-logo {
    height: 70px; /* PC logo高度 */
}
.mobile-logo {
    height: 42px; /* 移动端logo高度 */
}

@media (max-width: 768px) {
    .navbar-white .navbar-toggler {
        border-color: #ddd;
    }
}
.navbar-toggler {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 16px 15px;
}
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    /*border: 1px solid transparent;*/
    /*border-radius: 3px;*/
}
/***/
.product-card {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 420px;
    position: relative;
    width: 252px;
}

.product-image-wrapper {
    height: 252px;
    overflow: hidden;
    position: relative;
}


.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-bt {
    font-size: 16px;
}

.product-content {
    padding: 20px;
    height: 156px;
    background: white;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
    overflow: hidden;
    word-wrap: break-word; 
    overflow-wrap: break-word;
}

.product-card:hover .product-content {
    /* transform: translateY(-100%); */
    height: 306px;
    background: rgba(255, 255, 255, 0.95);
    /* box-shadow: 0 -5px 20px rgba(0,0,0,0.1); */
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

/* Swiper自定义样式 */
.product-slider {
    padding: 20px 0px 50px 0;
    position: relative;
    overflow: hidden;
}

/* .product-slider .swiper-wrapper {
    overflow: hidden;
} */

.product-slider .swiper-slide {
    /* width: calc(25% - 30px); */
    padding-bottom: 20px;
    /* margin: 0 15px; */
}

.product-slider .swiper-menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 10;
}

.product-slider .product-next,
.product-slider .product-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.product-next::after,.product-prev::after {
    font-size: inherit!important;
}

.product-next::after,
.product-prev::after {
    font-size: 18px;
    color: #b73122;
}

.product-next:hover,
.product-prev:hover {
    background: #b73122;
}

.product-next:hover::after,
.product-prev:hover::after {
    color: white;
}

@media (max-width: 991px) {
    .product-slider .swiper-slide {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 767px) {
    .product-slider .swiper-slide {
        width: calc(50% - 30px);
    }
}

@media (max-width: 575px) {
    .product-slider .swiper-slide {
        width: 80%;
    }
}
/***/
.process-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.process-row {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.process-row:last-child {
    margin-bottom: 0;
}

.process-item {
    flex: 1;
}

.process-inner {
    display: flex;
    background-color: #fde6e9;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    /* gap: 20px; */
}

.process-inner:hover {
    background: #f9f9f9;
    transform: translateY(-5px);
}

.process-image {
    flex: 0 0 232px;
    height: 180px;
    overflow: hidden;
}

.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-content {
    flex: 1;
    padding: 20px;
}

.process-content h3 {
    font-size: 18px;
    color: #b73122;
    margin-bottom: 12px;
}

.process-content p {
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .process-row {
        flex-direction: column;
        gap: 30px;
    }
    
    .process-inner {
        flex-direction: column;
    }
    
    .process-image {
        flex: 0 0 180px;
        width: 100%;
    }
}
/***/
.photo-slider-wrapper {
    position: relative;
}

.event-slider {
    overflow: hidden;
}


/* .event-slider .swiper-wrapper .swiper-slide{
    width: calc((100% - 80px) / 3);
} */

.slider-image {
    width: 100%;

    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.photo-item:hover .slider-image {
    transform: scale(1.02);
}

.swiper-controls {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 10;
}

.photo-slider-wrapper .event-prev,
.photo-slider-wrapper .event-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.photo-slider-wrapper .event-prev::after,
.photo-slider-wrapper .event-next::after {
    font-size: 18px;
    color: #b73122;
}

.photo-slider-wrapper .event-prev:hover,
.photo-slider-wrapper .event-next:hover {
    background: #b73122;
}

.photo-slider-wrapper .event-prev:hover::after,
.photo-slider-wrapper .event-next:hover::after {
    color: white;
}

@media (max-width: 768px) {
    .slider-image {
        height: 400px;
    }

    .photo-slider-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .slider-image {
        height: 300px;
    }
}
/***/
.location-content p {
    font-size: 2rem;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.location-content p:hover {
    transform: translateX(5px);
}

.h5 {
    font-size: 2.2rem !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .location-content p {
        font-size: 1rem;
    }
    .h5 {
        font-size: 1.1rem !important;
    }
}
/****/
.contact-form {
    padding-top: 50px;
}
.contact-form input,
.contact-form textarea {
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #ff69b4;
    box-shadow: 0 0 8px rgba(255,105,180,0.2);
}

.btn-pink {
    background: #ff69b4;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-pink:hover {
    background: #ff1493;
    transform: translateY(-2px);
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    height: 490px;
}

@media (max-width: 767px) {
    .map-container {
        height: 300px;
    }
    
    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
}
/****/
/* 联系信息样式 */
.info-item p {
    color: #333;
    font-size: 1.05rem;
}

/* 社交媒体图标样式 */
.social-icon {
    margin: 0 15px;
    color: #ff69b4;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

.social-icon img {
    transition: filter 0.3s ease;
}

.social-icon:hover img {
    filter: brightness(0.8);
}

/* 自定义图标尺寸 */
.fa-2x {
    font-size: 1.8em!important;
}

@media (max-width: 576px) {
    .info-item p {
        font-size: 0.95rem;
    }
    
    .social-icon {
        margin: 0 10px;
    }
}

        .shine-span {
            background: #f24d5e linear-gradient(to left, transparent, #5aefe8, transparent) no-repeat 0 0;
            background-size: 30% 100%;
            background-position: 0 0;
            background-clip: text!important;
            -webkit-background-clip: text;
            color: transparent;
            animation: shine 3s infinite!important;
        }

        @keyframes shine {
            from {
                background-position: 0% 0%;
            }

            to {
                background-position: 100% 100%;
            }
        }
        
    .slide-in {
            opacity: 0;
            transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 更流畅的曲线 */
            transform: translateX(-100%);
            backface-visibility: hidden; /* 修复移动端渲染问题 */
    }

    .slide-in.slide_active {
            opacity: 1;
            transform: translateX(0);
    } 