.moudle-fabric .inbanner-title i{
    font-size: 52px;
    font-weight: var(--font-bolder-600);
    margin-right: 8px;
}

.moudle-fabric .inbanner-title{
    align-items: unset;
    left: 92px;
}

button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.section {
    display: flex;
}


.fabric-section {
    background-color: #fff;
    padding: 48px;
    margin-top: 32px;
    border-radius: 24px;
}

.fabric-btns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    transition: all .4s ease-in-out;
}

.fabric-btn:hover{
    opacity: .85;
    transition: all .4s ease-in-out;
}

.fabric-item {
    display: flex;
    padding: 32px 8px;
    border-top: 1px solid gainsboro;
}

.fabric-item .pic {
    width: 35%;
    height: max-content;
    position: relative;
}

.fabric-item .pic img{
    height: auto;
}

.fabric-item .pic .name {
    font-size: var(--font-48);
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-weight: var(--font-bolder-700);
    color: #fff;
    width: 100%;
    padding: 8px 16px 16px 28px;
}

.fabric-item .fabric-item-content {
    width: 65%;
    padding-left: 32px;
}

.fabric-btns .fabric-btn {
    width: calc(calc(100% - 60px) / 6);
    padding: 8px 5px;
    display: flex;
    align-items: center;
    margin: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.fabric-btn-icon img {
    width: 28px;
    height: auto;
}

.fabric-btn-icon {
    margin-right: 5px;
}

.fabric-btns .fabric-btn .name {
    font-weight: 600;
}

.fabric-item-content {
    display: flex;
    flex-wrap: wrap;
    height: max-content;
}

.fabric-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.fabric-item:nth-child(2n) .fabric-item-content {
    padding-left: 0px;
    padding-right: 32px;
}

.fabric-item-content .content {
    padding: 8px 5px;
}

.fabric-item-content .title {
    display: flex;
    align-items: center;
    font-weight: var(--font-bolder-700);
    font-size: var(--font-20);
    margin-bottom: 5px;
}

.fabric-item-content .title i {
    font-size: var(--font-24);
    margin-right: 10px;
}

.fabric-item-content .font-bold {
    font-weight: var(--font-bolder-600);
}

.fabric-item-content .des {
    font-size: var(--font-18);
    margin-left: 34px;
}

.fabric-item-content .w-100 {
    width: 100%;
}

.fabric-item-content .w-50 {
    width: calc(100% / 2);
}


.fabric-item-content .w-33 {
    width: calc(100% / 3);
}

.view-report-btn {
    background-color: var(--main-color);
    color: #fff;
    font-weight: var(--font-bolder-600);
    border-radius: 20px;
    padding: 5px 22px;
    margin-left: 34px;
    margin-top: 4px;
    padding-bottom: 6px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.view-report-btn:hover{
    background-color: var(--dark-main-color);
    transition: all .4s ease-in-out;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: auto;
    max-height: 90vh;
}

.close-btn {
    position: fixed;
    /*top:0;*/
    /*left: 58vw;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    width: max-content;
    font-size: var(--font-14);
    top: 7vh !important;
    right: 10vw !important;

}

.close-btn i{
    font-size: var(--font-18);
    margin-bottom: 5px;

}

.close-btn:hover{
    color: gainsboro;
}

.gallery {
    width: 100%;
    max-width: 620px;
    margin: 40px auto;
}
.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
    width: auto;
}
.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.js-swiper{
    /*position: relative;*/
    width: calc(100% - 70vw);
    min-width: 400px;
}

.js-swiper-main .swiper-slide img,.js-swiper-thumbs{
    width: calc(100% - 96px);
    margin: auto;
}

.js-swiper-main{
    margin-bottom: 20px;
}

.js-swiper-main .swiper-slide img{
    object-fit: contain;
}

.swiper-button::after{
    display: none;
}

.swiper-button i{
    color: #fff;
    font-size: var(--font-24);
    font-weight: bold;
}

.swiper-button-prev{
    left: 0;
}

.swiper-button-next{
    right: 0;
}


.fabric-item.no-pic .fabric-item-content{
    width: 100% ;
    padding-left: 0 ;
    padding-right: 0 ;
}

.no-pic-name{
    font-size: var(--font-28);
    font-weight: var(--font-bolder-600);
    margin-bottom: 16px;
}

.fabric-item-content .no-pic-name{
    display: none;
}

.fabric-item.no-pic .fabric-item-content .no-pic-name{
    display: block;
}

@media screen and (max-width:1400px) {
    .moudle-fabric .inbanner-title{
        left: 68px;
    }

    .fabric-btns .fabric-btn{
        width: calc(calc(100% - 50px) / 5);
    }

    .fabric-item .fabric-item-content .w-33,.fabric-item .fabric-item-content .w-66{
        width: 100%;
    }

    .fabric-item.no-pic .fabric-item-content .w-33{
        width: 33.333%;
    }

    .fabric-item.no-pic .fabric-item-content .w-66{
        width: 66.66%;
    }

}

@media screen and (max-width: 1200px) {
    .fabric-btns .fabric-btn {
        width: calc(calc(100% - 40px) / 4);
    }

    .fabric-item .pic .name{
        font-size: var(--font-32);
    }
}

@media screen and (max-width: 991px) {
    .fabric-btns .fabric-btn {
        width: calc(100% / 3);
        margin: 5px 0px;
    }

    .fabric-item.no-pic .fabric-item-content .w-33,.fabric-item.no-pic .fabric-item-content .w-66{
        width: 100%;
    }

    .fabric-item,.fabric-item:nth-child(2n){
        display: flex;
        flex-direction: column;
    }

    .fabric-item .pic{
        width: 100%;
        max-width: 350px;
        margin: auto;
        margin-bottom: 16px;
    }

    .fabric-item .fabric-item-content{
        width: 100% ;
        padding-left: 0 ;
        padding-right: 0 ;
    }

    .close-btn{
        /*top: -60px;*/
        /*left: calc(60vw - 20px);*/
    }
}

@media screen and (max-width: 768px) {
    .fabric-btns .fabric-btn {
        width: calc(100% / 2);
    }

    .close-btn{
        right: 2vw !important;
    }

    .moudle-fabric .inbanner-title i{
        font-size: var(--font-32);
    }

    .inbanner-title{
        font-size: var(--font-24);
    }

    .moudle-fabric .inbanner-title{
        left: 24px;
    }
}

@media screen and (max-width: 480px) {
    .moudle-fabric .inbanner-title i{
        font-size: var(--font-24);
    }

    .inbanner-title{
        font-size: var(--font-20);
    }

    .moudle-fabric .inbanner-title{
        left: 16px;
    }

    .swiper-button-prev{
        left: 16px;
    }

    .swiper-button-next{
        right: 16px;
    }

    .js-swiper{
        min-width: 300px;
    }

    .close-btn{
        /*left: calc(90vw - 20px);*/
    }

    .fabric-section{
        padding: 32px 16px;
    }
    .fabric-btns .fabric-btn {
        font-size: var(--font-14);
        padding: 3px;
    }

    .fabric-item-content .title{
        font-size: var(--font-18);
    }


    .fabric-item-content .des{
        font-size: var(--font-16);
    }

    .fabric-item .pic .name{
        font-size: var(--font-28);
    }
}