.content{
    background: #fff;
    overflow: hidden;
}
/*productDesTop*/
.productDesTop{
    /*background: linear-gradient(90deg, var(--main-color,#F4B915) 50%, #F5F5F5 50%);*/
}
.productDesTop-bg{
    display: flex;
    flex-wrap: wrap;
}
.productDesTop .productDesTop-left,.productDesTop .productDesTop-right{
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.productDesTop .productDesTop-right{
    padding: 60px 0;
}
.productDesTop-left::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    min-width: 50vw;
    width: 100%;
    height: 100%;
    background: var(--main-color);
}
.productDesTop-left >div{
    position: relative;
    z-index: 1;
}
.productDesTop-right::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    min-width: 50vw;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}
.location{
    margin-top: 120px;
}
.location a{
    color: #fff;
}
.location a:nth-child(n + 2)::before {
    background: url(../images/location-j.svg) no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 10px;
    background-size: 100% 100%;
}

.productDesTop-left-title{
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 50px;
}
.productDesTop-left-des{
    color: #FFF;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: normal;
    text-transform: capitalize;
    margin-top: 54px;
    margin-right: 60px;
    letter-spacing: 1px;
}
.productDesTop-left-action{
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 103px;
    margin-bottom: 147px;
}
.productDesTop-left-action-back,.productDesTop-left-action-contact{
    display: inline-flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.productDesTop-left-action-back{
    border: 1px solid #FFF;
    color: #fff;
    cursor: pointer;
}
.productDesTop-left-action-contact{
    border: 1px solid #FFF;
    background: #fff;
    color: #333;
}
.productDesTop-left-action img{
    width: 20px;
}

.productDesTop-right-swiper{
    width: 80%;
    aspect-ratio: 1;
}
.productDesTop-right-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}

.productDesTop-right-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    /*background: #D9D9D9;*/
}
.productDesTop-right-swiper .swiper-pagination-bullet-active {
    background: var(--main-color,#F4B915);
}
@media (max-width:1279px) {
    .productDesTop{
        /*background: linear-gradient(180deg, var(--main-color,#F4B915) 50%, #F5F5F5 50%);*/
    }
    .productDesTop-left::before{
        width: 120vw;
        right: -60px;
    }
    .productDesTop-right::before{
        width: 120vw;
        left: -60px;
    }
    .productDesTop .productDesTop-left,.productDesTop .productDesTop-right{
        width: 100%;
        padding: 0;
    }
    .productDesTop .productDesTop-left{
        padding-right: 60px;
    }
}
@media (max-width:767px) {
    .location{
        margin-top: 0;
        visibility: hidden;
    }
    .productDesTop-left-des{
        margin-top: 20px;
        margin-right: 20px;
    }
    .productDesTop-left-action{
        margin-top:20px;
        margin-bottom: 50px;
    }
    .productDesTop-left-title{
        margin-top: 0;
    }
    .productDesTop-left-des{
        font-size: 14px;
    }
    .productDesTop-left-action-back span, .productDesTop-left-action-contact span{
        font-size: 14px;
    }
    .productDesTop .productDesTop-left{
        padding-right: 0;
    }
}
/*productDesTop*/

/*about-profile*/
.about-profile{
    display: flex;
    gap: 133px;
    padding-top: 100px;
    padding-bottom: 65px;
}
.about-profile-title{
    color: var(--dark-color);
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
}
.about-profile-des{
    color: #666;
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 950px;
    line-height: 1.7;
}
@media (max-width:1366px) {
    .about-profile{
        gap: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .about-profile{
        flex-direction: column;
        gap: 20px;
        padding-top: 50px;
    }
}


@media screen and (max-width: 767px) {
    .about-profile{
        flex-direction: column;
        gap: 20px;
        padding-top: 50px;
    }
}

/*about-profile*/


.productDes-title{
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 60px;
    border-top: 1px solid #EEE;
    padding-bottom: 50px;
}

/*parameters*/
.parameters{
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.parameters-table {
    width: 100%;
    overflow-x: auto;
}

.parameters-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.parameters-table th:first-child,
.parameters-table td:first-child {
    max-width: 300px;
    width: 300px;
}

.parameters-table th:not(:first-child),
.parameters-table td:not(:first-child) {
    max-width: 255px;
    width: 255px;
}

.parameters-table th,
.parameters-table td {
    padding: 20px 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.parameters-table thead th {
    background-color: #F5F7F9;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    border-bottom: 2px solid #FCBF4A !important;
}

.parameters-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.parameters-table tbody tr:hover {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .parameters-table {
        margin: 15px -15px;
    }

    .parameters-table table {
        margin: 0 15px;
    }
}
/*parameters*/

/*relevant*/
.relevant{
    margin-bottom: 100px;
}
.productDesRelevant-swiper{
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.productDesRelevant-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    pointer-events: none;
}

.productDesRelevant-swiper .swiper-button-next,.productDesRelevant-swiper .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: rgba(244, 185, 21, 0.5);
    position: absolute;
    z-index: 999999;
}
.productDesRelevant-swiper .swiper-button-next{
    right: 0;
}
.productDesRelevant-swiper .swiper-button-prev{
    left: 0;
}
.productDesRelevant-swiper .swiper-button-next:hover,.productDesRelevant-swiper .swiper-button-prev:hover{
    background: rgba(244, 185, 21, 1);
}

.productDesRelevant-swiper .swiper-button-next.swiper-button-disabled, .productDesRelevant-swiper .swiper-button-prev.swiper-button-disabled{
    background: rgba(0, 0, 0, 0.20);
}

.productDesRelevant-swiper .swiper-button-next::after {
    content: '';
    position: absolute;
    background-image: url('../images/page-next-w.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productDesRelevant-swiper .swiper-button-prev::after {
    content: '';
    position: absolute;
    background-image: url('../images/page-prev-w.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}


.productList-item{
    padding: 40px 20px;
}
.productList-item-content{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.productList-item-content img{
    width: 100%;
}
.productList-item-content-title{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(40px);;
    transition: all 0.4s ease-in-out;
}
.productList-item:hover .productList-item-content-title{
    transform: translateY(0);;
}
.productList-item-content-title-text{
    color: #333;
    text-align: center;
    font-family: "Pontano Sans";
    font-style: normal;
    font-weight: 400;
}

.productList-item-content-more-jt-icon{
    display: flex;
    align-items: center;
    margin-top: 20px;

}
.productList-item-content-more-jt-icon-line{
    width:40px;
    height: 2px;
    background-color: var(--main-color,#F4B915);
    transition: all 0.5s ease-in-out;
    margin-right: -12px;
    border-radius: 0 2rpx 2rpx 0;
}
.productList-item-content-more-jt-icon img{
    width:13px;
    height: 20px;
}
/*relevant*/

