.sec1 {
    padding: 80px 0 110px;
    background: #F9F8F6;
}

.sec1 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec1 .wrap .crumbs {
    margin: 0 0 80px;
}

.sec1 .wrap .box {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .box .img_box {
    width: 600px;
}

.sec1 .wrap .box .img_box .big_swiper {
    width: 100%;
    height: 520px;
    margin: 0 0 10px;
    background: #FFFFFF;
}

.sec1 .wrap .box .img_box .big_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec1 .wrap .box .img_box .big_swiper .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;

}
.sec1 .wrap .box .img_box .big_swiper .swiper-slide-active .slide-img {
    opacity: 1;
}
.sec1 .wrap .box .img_box .big_swiper .swiper-slide .slide-img > img {
    transition: 3s;
    width: 100%;
}

.sec1 .wrap .box .img_box .big_swiper .swiper-slide .slide-img .label {
    position: absolute;
    top: 21px;
    left: 21px;
    width: 70px;
    z-index: 5;
}

.sec1 .wrap .box .img_box .big_swiper .swiper-slide:hover .slide-img > img {
    transform: scale(1.1);
}

.sec1 .wrap .box .img_box .small_swiper .swiper-slide {
    width: 140px;
    height: 100px;
    cursor: pointer;
    border: 1px solid rgba(246, 171, 0, 0);
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .box .img_box .small_swiper .swiper-slide .small-slide-img {
    width: 140px;
    height: 100%;
    background: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.4s;
}

.sec1 .wrap .box .img_box .small_swiper .swiper-slide .small-slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .box .img_box .small_swiper .swiper-slide .small-slide-img:hover img {
    transform: scale(1.2);
}

.sec1 .wrap .box .img_box .small_swiper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #f6ab00;
}

.sec1 .wrap .box .img_box .small_swiper .swiper-slide.swiper-slide-thumb-active .small-slide-img {
    transform: scale(0.93);
}

.sec1 .wrap .box .info_box {
    width: 560px;
    padding: 24px 0 0;
}

.sec1 .wrap .box .info_box .title {
    font-family: 'Poppins sb';
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 45px;
}

.sec1 .wrap .box .info_box .content {
    padding: 0 0 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sec1 .wrap .box .info_box .content h5 {
    font-family: 'Poppins sb';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 22px;
}

.sec1 .wrap .box .info_box .content ul li {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    padding: 0 0 0 17px;
    position: relative;
}
.sec1 .wrap .box .info_box .content p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}
.sec1 .wrap .box .info_box .content td {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}
.sec1 .wrap .box .info_box .content ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    left: 0;
}

.sec1 .wrap .box .info_box .img_info {
    padding: 40px 0 0;
}

.sec1 .wrap .box .info_box .img_info p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 56px;
    gap: 15px 15px;
}

.sec1 .wrap .box .info_box .img_info p img {
    width: 52px;
    display: block;
}

.proInfo_link {
    height: 60px;
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    border-bottom: 1px solid #F9F8F6;
    background: #ffffff;
    z-index: 99;
}

.proInfo_link .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.proInfo_link .wrap .item {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin-right: 70px;
    line-height: 60px;
    transition: 0.6s;
    position: relative;
    cursor: pointer;
}

.proInfo_link .wrap .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #F6AB00;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    transition: 0.6s;
}

.proInfo_link .wrap .item:hover, .proInfo_link .wrap .item.on {
    color: #F6AB00;
}

.proInfo_link .wrap .item:hover:after, .proInfo_link .wrap .item.on:after {
    transform: scaleX(1);
}

.author .wrap {
    width: 1200px;
    margin: 0 auto;
}

.author .wrap .author_title {
    margin-bottom: 40px;
}

.author .wrap .author_title h5 {
    font-family: 'Poppins sb';
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.author .wrap .author_title p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.sec2 {
    padding: 138px 0 0;
}

.sec2 .wrap .content {
    padding: 0 0 90px;
    border-bottom: 1px solid #000000;
}

.sec2 .wrap .content img {
    display: block;
    width: 100%;
}

.sec3 {
    padding: 97px 0;
}

.sec3 .wrap .content {
    width: 100%;
}

.sec3 .wrap .content table {
    width: 100%;
    border: 1px solid #DADADA;
}

.sec3 .wrap .content table tr {
    border-bottom: 1px solid #DADADA;
}

.sec3 .wrap .content table tr th {
    font-family: 'Poppins sb';
    height: 76px;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
}

.sec3 .wrap .content table tr td {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #111111;
    padding: 8px 0;
}
.sec3 .wrap .content table tr td[rowspan]{
    border-right: 1px solid #DADADA;
}
.sec4 {
    padding: 100px 0 90px;
}

.sec4 .wrap .content .item {
    margin-bottom: 20px;
}

.sec4 .wrap .content .item .down {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.sec4 .wrap .content .item .down:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F6AB00;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left;
}

.sec4 .wrap .content .item .down p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    opacity: 0.6;
    transition: 0.6s;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec4 .wrap .content .item .down .iconfont {
    font-size: 22px;
    color: #999999;
    transition: 0.6s;
}

.sec4 .wrap .content .item .down:hover:after {
    transform: scaleX(1);
}

.sec4 .wrap .content .item .down:hover p {
    opacity: 1;
}

.sec4 .wrap .content .item .down:hover .iconfont {
    color: #F6AB00;
}

.sec5 {
    padding: 90px 0 100px;
    background: #F9F8F6;
}

.sec5 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec5 .wrap .title {
    margin-bottom: 50px;
}

.sec5 .wrap .title h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.sec5 .wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.sec5 .wrap .content .item {
    width: 360px;
    margin-bottom: 40px;
}

.sec5 .wrap .content .item .img {
    width: 100%;
    height: 360px;
    border: 1px solid #FFFFFF;
    transition: 0.6s;
}

.sec5 .wrap .content .item .img .img_box {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 1s;
}

.sec5 .wrap .content .item .img .img_box img {
    display: block;
    width: 100%;
}


.sec5 .wrap .content .item .img .img_box img:nth-child(2) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    opacity: 0;
}

.sec5 .wrap .content .item p {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin: 12px 0 0;
    transition: 0.6s;
}
.sec5 .wrap .content .item:hover .img {
    border: 1px solid #E9E9E9;
}
.sec5 .wrap .content .item:hover .img .img_box {
    background: unset;
}

.sec5 .wrap .content .item:hover .img .img_box img:nth-child(2) {
    opacity: 1;
}

.sec5 .wrap .content .item:hover p {
    color: #F6AB00;
}

.sec5 .wrap .content .item:not(:nth-child(3n)) {
    margin-right: 60px;
}

/*# sourceMappingURL=productInfo.css.map */

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 4.1666666667vw 0px 5.7291666667vw;
    }

    .sec1 .wrap {
        width: 62.5vw;
    }

    .sec1 .wrap .crumbs {
        margin: 0px 0px 4.1666666667vw;
    }

    .sec1 .wrap .box .img_box {
        width: 31.25vw;
    }

    .sec1 .wrap .box .img_box .big_swiper {
        height: 27.08333333333333vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .sec1 .wrap .box .img_box .big_swiper .swiper-slide .slide-img .label {
        top: 1.09375vw;
        left: 1.09375vw;
        width: 3.6458333333vw;
    }

    .sec1 .wrap .box .img_box .small_swiper .swiper-slide {
        width: 7.2916666667vw;
        height: 5.2083333333vw;
    }

    .sec1 .wrap .box .img_box .small_swiper .swiper-slide .small-slide-img {
        width: 7.2916666667vw;
    }

    .sec1 .wrap .box .info_box {
        width: 29.1666666667vw;
        padding: 1.25vw 0px 0px;
    }

    .sec1 .wrap .box .info_box .title {
        font-size: 1.5625vw;
        margin: 0px 0px 2.34375vw;
    }

    .sec1 .wrap .box .info_box .content {
        padding: 0px 0px 2.6041666667vw;
    }

    .sec1 .wrap .box .info_box .content h5 {
        font-size: 0.9375vw;
        margin-bottom: 1.1458333333vw;
    }

    .sec1 .wrap .box .info_box .content ul li {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        padding: 0px 0px 0px 0.8854166667vw;
    }
    .sec1 .wrap .box .info_box .content p {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .sec1 .wrap .box .info_box .content td {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .sec1 .wrap .box .info_box .content ul li::after {
        width: 0.3125vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
        top: 0.78125vw;
    }

    .sec1 .wrap .box .info_box .img_info {
        padding: 2.0833333333vw 0px 0px;
    }

    .sec1 .wrap .box .info_box .img_info p {
        margin-bottom: 2.9166666667vw;
        gap: 0.78125vw 0.78125vw;
    }

    .sec1 .wrap .box .info_box .img_info p img {
        width: 2.7083333333vw;

    }

    .proInfo_link {
        height: 3.125vw;
        top: 4.1666666667vw;
    }

    .proInfo_link .wrap {
        width: 62.5vw;
    }

    .proInfo_link .wrap .item {
        font-size: 0.9375vw;
        margin-right: 3.6458333333vw;
        line-height: 3.125vw;
    }

    .proInfo_link .wrap .item::after {
        height: 0.1041666667vw;
    }

    .author .wrap {
        width: 62.5vw;
    }

    .author .wrap .author_title {
        margin-bottom: 2.0833333333vw;
    }

    .author .wrap .author_title h5 {
        font-size: 1.5625vw;
        margin-bottom: 1.3020833333vw;
    }

    .author .wrap .author_title p {
        font-size: 0.9375vw;
    }

    .sec2 {
        padding: 7.1875vw 0px 0px;
    }

    .sec2 .wrap .content {
        padding: 0px 0px 4.6875vw;
    }

    .sec3 {
        padding: 5.0520833333vw 0px;
    }

    .sec3 .wrap .content table tr th {
        height: 3.9583333333vw;
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .content table tr td {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        padding: 0.4166666667vw 0px;
    }
    .sec3 .wrap .content table tr td[rowspan]{
        border-right: 1px solid #DADADA;
    }
    .sec4 {
        padding: 5.2083333333vw 0px 4.6875vw;
    }

    .sec4 .wrap .content .item {
        margin-bottom: 1.0416666667vw;
    }

    .sec4 .wrap .content .item .down {
        height: 3.125vw;
    }

    .sec4 .wrap .content .item .down p {
        font-size: 0.9375vw;
    }

    .sec4 .wrap .content .item .down .iconfont {
        font-size: 1.1458333333vw;
    }

    .sec5 {
        padding: 4.6875vw 0px 5.2083333333vw;
    }

    .sec5 .wrap {
        width: 62.5vw;
    }

    .sec5 .wrap .title {
        margin-bottom: 2.6041666667vw;
    }

    .sec5 .wrap .title h5 {
        font-size: 1.5625vw;
        margin-bottom: 1.3020833333vw;
    }

    .sec5 .wrap .content .item {
        width: 18.75vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec5 .wrap .content .item .img {
        height: 18.75vw;
    }


    .sec5 .wrap .content .item p {
        font-size: 0.9375vw;
        margin: 0.625vw 0px 0px;
    }

    .sec5 .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 3.125vw;
    }
    
}

@media screen and (max-width: 1024px) {
    .sec1 {
        padding: 80px 0 40px;
    }

    .sec1 .wrap {
        width: 90%;
    }

    .crumbs a:nth-last-child(1), .crumbs a:nth-last-child(3) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec1 .wrap .crumbs {
        margin-bottom: 40px;
    }

    .sec1 .wrap .box {
        display: block;
    }

    .sec1 .wrap .box .img_box {
        width: 100%;
    }

    .sec1 .wrap .box .img_box .big_swiper {
        height: 60vw;
        margin: 0px 0px 20px;
    }

    .sec1 .wrap .box .img_box .small_swiper .swiper-slide .small-slide-img {
        width: 100%;
    }

    .sec1 .wrap .box .img_box .small_swiper .swiper-slide {
        height: 15vw;
    }

    .sec1 .wrap .box .info_box {
        width: 100%;
        padding: 40px 0 0;
    }

    .sec1 .wrap .box .info_box .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sec1 .wrap .box .info_box .content h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec1 .wrap .box .info_box .content ul li {
        font-size: 14px;
        line-height: 2;
        padding: 0 0 0 15px;
    }
    .sec1 .wrap .box .info_box .content p {
        font-size: 14px;
        line-height: 2;
    }
    .sec1 .wrap .box .info_box .content td {
        font-size: 14px;
        line-height: 2;
    }
    .sec1 .wrap .box .info_box .content ul li::after {
        width: 6px;
        height: 6px;
        top: 11px;
        border-radius: 50%;
    }

    .sec1 .wrap .box .info_box .content {
        padding: 0 0 20px;
    }

    .sec1 .wrap .box .info_box .img_info p img {
        width: 40px;

    }

    .sec1 .wrap .box .info_box .img_info {
        padding: 20px 0 0;
    }

    .sec1 .wrap .box .info_box .img_info p {
        margin-bottom: 20px;
        gap: 8px 8px;
    }

    .proInfo_link {
        display: none;
    }

    .author .wrap {
        width: 90%;
    }

    .sec2 {
        padding: 60px 0 0;
    }

    .author .wrap .author_title {
        margin-bottom: 30px;
    }

    .author .wrap .author_title p {
        font-size: 20px;
    }

    .sec3 {
        padding: 60px 0 0;
    }

    .sec3 .wrap .content table {
        overflow-x: scroll;
        display: block;
        height: unset !important;
    }

    .sec3 .wrap .content table tbody {
        width: max-content;
        display: block;
    }

    .sec3 .wrap .content table tr th {
        font-size: 16px;
        height: 40px;
        white-space: nowrap;
        padding: 0 15px;
    }

    .sec3 .wrap .content table tr td {
        font-size: 16px;
        line-height: 2;
        padding: 8px 15px;
    }
    .sec3 .wrap .content table tr td[rowspan]{
        border-right: 1px solid #DADADA;
    }
    .sec5 {
        padding: 60px 0;
    }

    .sec5 .wrap {
        width: 90%;
    }

    .sec5 .wrap .title {
        margin-bottom: 30px;
    }

    .sec5 .wrap .title h5 {
        font-size: 20px;
    }

    .sec5 .wrap .content {
        display: block;
    }

    .sec5 .wrap .content .item {
        display: block;
        width: 100%;
        margin: 0 0 40px !important;
    }

    .sec5 .wrap .content .item .img {
        height: 90vw;
    }

    .sec5 .wrap .content .item p {
        font-size: 18px;
        margin: 15px 0 0;
    }
    .author .wrap .author_title img {
        display: block;
        width: 100% !important;
        height: auto;
    }
}
