.section-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5.4083vw 7vw 3.125vw 7vw;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(253, 181, 164, 0.2) 0%, rgba(221, 231, 255, 0.2) 51%, rgba(113, 212, 255, 0.2) 100%);
}
.section-center-bg1 {
    background: #ffffff;
}

.section-center .section-title {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
}
.section.active .section-center .section-title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.section-center .section-title::after {
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #F9ABA9;
    opacity: 0.5;
}

.section-center .product-box {
    margin-top: 2%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product-box .product-img {
    width: 32.8125vw;
    height: 32.8125vw;
    object-fit: cover;
}
.section.active .product-box .product-img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.product-box .product-img1 {
    width: 32.8125vw;
    height: 32.8125vw;
    object-fit: cover;
}
.section.active .product-box .product-img1 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.product-content {
    display: flex;
    margin-top: 3.6458vw
}
.product-content .product-num {
    position: relative;
    font-size: 13vh;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: bold;
    color: rgba(0, 37, 47, 1);
    line-height: 13vh;
    opacity: 0.2;
}
.product-content .product-num::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 1.4583vw;
    background-color: RGBA(241, 250, 255, 1);
}
.product-content .product-num1 {
    position: relative;
    font-size: 13vh;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: bold;
    color: rgba(0, 37, 47, 0.2);
    line-height: 13vh;
}
.section.active .product-content .animate__animated {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
.section.active .product-content .animate__animated1 {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
.product-content .product-num1::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 1.4583vw;
    background-color: #ffffff;
}
.product-content .product-detail .title-ch {
    margin-bottom: 1.0417vw;
    font-size: 32px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #CD6B69;
}
.section.active .product-content .product-detail .title-ch {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.product-content .product-detail .title-en {
    margin-bottom: 3.125vw;
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #666666;
}
.section.active .product-content .product-detail .title-en {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.product-content .product-detail .text {
    width: 15.625vw;
    margin-bottom: 5.2083vw;
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    /* white-space:pre-wrap;
    word-wrap: break-word;
    word-break:break-all;
    overflow:hidden; */
}
.section.active .product-content .product-detail .text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.product-content .product-detail .view-more {
    width: 6.875vw;
    height: 2.2917vw;
    text-align: center;
    line-height: 2.2917vw;
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252E;
    border-radius: 22px;
    border: 1px solid #00252E;
}
.section.active .product-content .product-detail .view-more {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.product-content .mar-right60 {
    margin-right: 3.125vw;
}



.content3-more {
    display: flex;
    align-items: center;
    padding: 0.3125vw 0.6771vw;
    background: linear-gradient(88deg, #FCCDDD 0%, #DEE8FF 51%, #76D5FF 100%);
    border-radius: 0px 0px 6px 6px;
}
.section.active .product-detail .content3-more {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.content3-more .more-text {
    margin-right: 0.5208vw;
    font-size: 1.0417vw;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #00252F;
}
.content3-more .icon-mouse {
    height: 1.25vw;
    width: 0.8333vw;
}