/* 共用-start */
.title-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.title-wrapper .section-title {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: bold;
    font-size: 60px;
    color: #333333;
    line-height: 80px;
    text-align: center;
}

.title-wrapper .sub-title {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: 400;
    font-size: 20px;
    color: #646464;
    line-height: 26px;
    padding-top: 19px;
}

.blue-bg-section {
    background: linear-gradient(300deg, #F5F9FC 14%, #FFF8F3 46%, #EAF8F9 89%);
}
/* 共用-end */

/* 头部大图-start */
#headSection {
    margin-top: 193px;
}

#headSection .my-container {
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.84);
    border-radius: 18px;
    max-height: 645px;
}

#headSection .my-container .left-wrapper {
    width: 45%;
    padding-top: 197px;
    padding: 197px 46px 202px 66px;
}

#headSection .my-container .left-wrapper .line-1 {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    padding-bottom: 7px;
}

#headSection .my-container .left-wrapper .line-2 {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: bold;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 94px;
    padding-bottom: 22px;
}

#headSection .my-container .left-wrapper .line-3 {
    /* font-family: DM Sans, DM Sans; */
    font-weight: 400;
    font-size: 16px;
    color: #FBFBFB;
    line-height: 30px;
}

#headSection .my-container .right-wrapper {
    width: 55%;
    padding-top: 85px;
    position: relative;
}

#headSection .swiper-wrapper {
    transform: translateX(0px) !important;
}

#headSection .wel-swiper {
    width: 100%;
    height: 560px;
    margin-right: -152px;
    margin-top: 60px;
}

#headSection .swiper-slide {
    width: 100% !important;
}

#headSection .swiper-3d .swiper-slide-shadow {
    background-color: rgba(0, 0, 0, 0);
}

#headSection .swiper-slide-next {
    opacity: 0.8;
}

#headSection .swiper-slide-prev {
    opacity: 0.6;
}

#headSection .wel-pic {
    max-width: 100%;
    /* height: 530px; */
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}
/* 头部大图-end */

/* 荣誉-start */
#honorSecton .my-container {
    padding-top: 160px;
    padding-bottom: 160px;
}

#honorSecton .honor-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#honorSecton .honor-list .honor-item {
    width: 30%;
    height: 275px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    border-radius: 18px 18px 18px 18px;
    border-bottom: 5px solid #E73724;
    padding: 42px 18px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.page-en #honorSecton .honor-list .honor-item{
	height: 325px;
}

#honorSecton .honor-list .honor-item:hover {
    transform: scale(1.02); 
    box-shadow: 0px 12px 36px rgba(149, 157, 165, 0.4); 
    z-index: 1; 
}

#honorSecton .honor-list .honor-item .honor-details {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#honorSecton .honor-list .honor-item .honor-details .num {
    /* font-family: Roboto Serif, Roboto Serif; */
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    line-height: 47px;
    padding-bottom: 13px;
}

#honorSecton .honor-list .honor-item .honor-details .txt {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 14px;
}

#honorSecton .honor-list .honor-item .honor-details .detail {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: 400;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.9);
    line-height: 30px;
}
/* 荣誉-end */

/* 落單流程-start */
#processSection .my-container {
    padding-bottom: 160px;
}

#processSection .step-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#processSection .step-list.pc {
    display: flex;
}

#processSection .step-list.mobile {
    display: none;
}

#processSection .step-list .left-wrapper,
#processSection .step-list .right-wrapper {
    width: 46%;
}

#processSection .step-list .s-item {
    height: 253px;
    padding-top: 40px;
    box-sizing: border-box;
}

#processSection .step-list .left-wrapper .s-item {
    padding-right: 52px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

#processSection .step-list .right-wrapper .s-item {

    padding-left: 52px;

}

#processSection .step-list .s-item .empty-img {
    width: 155px;
    height: 155px;
    background: #D9D9D9;
    border-radius: 14px;
    margin-top: 24px;
}

#processSection .step-list .s-item .step-img {
    height: 155px;
    border-radius: 14px;
    margin-top: 24px;
}

#processSection .step-list .s-item .num-circle {
    width: 52px;
    height: 52px;
    /* background: #E73724; */
    border-radius: 61px;
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: 400;
    font-size: 29px;
    color: #FFFFFF;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

#processSection .step-list .s-item .num-circle {
    background-color: #D9D9D9;
    /* 默认灰色 */
    transition: background-color 0.3s ease;
}

#processSection .step-list .s-item .num-circle.active {
    background-color: #E73724;
    /* 激活时的红色 */
}

#processSection .step-list .s-item .s-title {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: bold;
    font-size: 16px;
    color: #D9D9D9;
    line-height: 19px;
    padding-bottom: 20px;
}

#processSection .step-list .s-item .s-detail {
    /* font-family: Microsoft YaHei, Microsoft YaHei; */
    font-weight: 400;
    font-size: 15px;
    color: #D9D9D9;
    line-height: 28px;
}


.page-en #processSection .step-list .s-item .s-detail{
	line-height: 23px; font-size:14px;
}




#processSection .step-list .s-item.active .s-title,
#processSection .step-list .s-item.active .s-detail {
    color: #333333;
}

#processSection .step-list .progress-container {
    width: 4px;
    height: 100%;
    background-color: #DADAE2;
    position: relative;
    overflow: hidden;
}

#processSection .step-list .progress-bar {
    width: 100%;
    height: 0;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(to bottom, #FFDFDC, #FF8073, #E73724);
    position: absolute;
    left: 0;
    top: 0;
}

#processSection .step-list .mid-wrapper {
    position: relative;
}

#processSection .step-list .mid-wrapper .grey-circle {
    width: 32px;
    height: 32px;
    background: #DADAE2;
    border-radius: 16px;
    position: absolute;
    bottom: -32px;
    left: -14px;
}

/* 落單流程-end */

/* 常見問題-start */
#faqs {
    padding: 50px 0;
}

.faq-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
	padding:0px 15px;
}

.faq-container .title h3 {
    font-weight: bold;
    font-size: 42px;
    color: #072968;
    line-height: 49px;
    text-align: center;
}

.faq-container .title p {
    font-size: 20px;
    color: #646464;
    line-height: 26px;
    text-align: center;
    margin: 20px 0 50px 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin: 30px 10px;
}

.faq-item {
    padding: 25px 30px;
    background-color: #F7F7F7;
    position: relative;
    min-height: 0;
    cursor: pointer;
}

.faq-item .question {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.faq-item .question h5 {
    font-weight: bold;
    font-size: 20px;
    color: var(--font-color);
    line-height: 30px;
}

.faq-item .question img {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease-in-out;
}

.faq-img.active {
    transform: rotate(180deg);
}

.faq-item .answer {
    margin-top: 20px;
    display: none;
}

.faq-item .answer p {
    font-size: 17px;
    color: #333333;
    line-height: 28px;
}

.faq-item .answer.active {
    display: block;
}

.load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.load-more a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.load-more img {
    width: 50px;
    height: 50px;
    transform: all 0.3s ease;
}

/* 定义旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.load-more a:hover img {
    animation: rotate 1s linear infinite;
}

.load-more span {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}

.faq-list2 {
    display: none;
}

.faq-list2.active {
    display: flex;
}

/* 常見問題-end */

/* 過往作品-start */
#previousSection .my-container {
    padding-top: 160px;
    padding-bottom: 160px;
}

.newest-section .product-swiper {
    width: 100%;
    /* height: 460px; */
    min-height: 460px;
    height: auto;
}
.product-swiper .swiper-pagination {
	position: relative;
	margin-top: 24px;
}

.newest-section .product-swiper.film {
    /* height: 256px; */
    min-height: 256px;
    height: auto;
    padding-bottom: 60px;
}

.newest-section .product-swiper .swiper-slide {
    position: relative;
}

/* 图片下的文字内容样式 */
.newest-section .product-swiper .slide-content {
    width: 100%;
    height: 100%;
}

.newest-section .product-swiper .swiper-pagination-bullet {
    background-color: #e2e2e2;
}

.newest-section .product-swiper .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.newest-section .product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.newest-section .product-list .product-item {
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.newest-section .bg-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.newest-section .product-item:hover .bg-img {
    transform: scale(1.1);
}

/* 過往作品-end */


/* 國際認證 */
#certificationSection {
    padding: 100px 0;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

#certificationSection .certification-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    padding: 0 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#certificationSection .cert-row {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    width: 100%;
}

#certificationSection .cert-row:first-child {
    margin-bottom: 40px;
}

#certificationSection .cert-item {
    width: 100%;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

#certificationSection .cert-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

#certificationSection .cert-item img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    filter: grayscale(20%);
    transition: all 0.4s ease;
}

#certificationSection .section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

