.product {
    position: relative;
    padding: 120px 0;
    background-color: RGBA(244, 244, 244, 1);
}

.product-details::before,
.product::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, RGBA(244, 244, 244, 1) 0%, RGBA(244, 244, 244, 1) 66%, #48a176 100%);
}

.product .box1 {
    position: relative;
}

.product .box1 .indexTitle {
    text-align: center;
}

.product .box1 .box-t {
    margin-top: 15px;
}

.product .box1 .box-c {
    position: relative;
    margin-top: 50px;
}

.product .box1 .box-c .picCover {
    padding-top: 28.57%;
    min-height: 280px;
}

.product .box1 .box-c .pic {
    border-radius: 20px;
}

.product .box1 .box-c .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #FAFAFA;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.product .box1 .box-b {
    margin-top: 80px;
}

.productItems {
   /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
   display: flex;
   justify-content: center;
   gap: 72px 27px;
   flex-wrap: wrap;
}
.productItem{
	width: calc(25% - 21px);
}
.productItem .picCover {
    padding-top: 106.06%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.productItem1 .picCover {
    padding-top: 115.15%;
}

.productItem .picCover img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.productItem .text-box {
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 1.66;
    margin-top: 15px;
    transition: all .6s;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    transition: all .6s;
}

.productItem1 .text-box {
    text-align: center;
}

.productItem1 .text-box,
.productItem:hover .text-box {
    color: rgba(0, 127, 65, 1);
}

.product .box1 .pagination {
    margin-top: 70px;
}

.product-details {
    position: relative;
    background-color: RGBA(244, 244, 244, 1);
}

.product-details .box1 {
    position: relative;
    margin-top: 60px;
    z-index: 3;
}

.product-details .box1 .box-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details .box1 .box-c .l {
    width: 42.14%;
}

.product-details .box1 .box-c .l .picCover {
    padding-top: 81.86%;
}

.product-details .box1 .box-c .l .picCover img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.product-details .box1 .box-c .r {
    width: 54.35%;
}

.product-details .box1 .box-c .r-des {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    text-transform: uppercase;
}

.product-details .box1 .box-c .r-title {
    color: #007F41;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    margin: .3em 0 1em;
}

.product-details .box1 .box-c .r .list {
    font-weight: bold;
    font-size: 24px;

    color: rgba(0, 127, 65, 1);
    line-height: 1.5;
}

.product-details .box1 .box-c .r .list li:not(:last-child) {
    margin-bottom: 25px;
}

.product-details .box1 .box-c .r .list li span {
    color: #222;
}

.product-details .box2 {
    position: relative;
    margin-top: 84px;
    z-index: 3;
}

.product-details .box2 .box-c {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 75px 75px 97px;
}

.product-details .box3 .title,
.product-details .box2 .box-c .text-title {
    font-weight: bold;
    font-size: 24px;
    color: #007F41;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}

.product-details .box2 .box-c .text-box {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 50px;
}

.product-details .box3 {
    position: relative;
    padding: 75px 0 116px;
    z-index: 3;
}

.product-details .box3 .box-c {
    margin-top: 40px;
}

.product-details .box3 .box-c .swiper-slide {
    width: 23.57%;
}

.product-details .box3 .box-c .swiper-slide:not(:last-child) {
    margin-right: 1.9%;
}

.product-details .box3 .box-c .btns {
    margin-top: 44px;
    display: flex;
    gap: 10px;
}

.product-details .box3 .box-c .btns .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: rgba(0, 127, 65, 1);
    cursor: pointer;
    transition: all .6s;
}

.product-details .box3 .box-c .btns .btn:not(.swiper-button-disabled):hover {
    background: rgba(0, 127, 65, 1);
    color: #fff;
    box-shadow: 5px 9px 30px 0px rgba(0, 127, 65, 0.3);
}

.product-details .box3 .box-c .btns .btn.swiper-button-disabled {
    opacity: .4;
    cursor: not-allowed;
}

.product-details .box3 .box-c .btns .btn .iconfont {
    font-weight: bold;
}

.package {
    padding: 120px 0 141px;
    background: RGBA(250, 250, 250, 1);
}

.result-search {
    padding: 54px 0 160px;
    background-color: RGBA(250, 250, 250, 1);
}

.result-search .box1 .title {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
    padding-bottom: 1.66em;
    border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.result-search .box1 .box-c .item{
    margin-top: 70px;
}
.result-search .box1 .box-c .item-title span,
.result-search .box1 .title span {
    color: #007F41;
}

.result-search .box1 .box-c .item-title {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-bottom: 1em;
}
@media (max-width:1199px) {
    .result-search{
        padding-bottom: 80px;
    }
    .result-search .box1 .box-c .item{
        margin-top: 60px;
    }
    .package {
        padding: 80px 0;
    }

    .product-details .box1 {
        margin-top: 45px;
    }

    .product-details .box2 {
        margin-top: 80px;
    }

    .product-details .box3 {
        padding: 80px 0;
    }

    .product-details .box1 .box-c .r-des,
    .product-details .box1 .box-c .r .list {
        font-size: 22px;
    }

    .product-details .box1 .box-c .r .list li:not(:last-child) {
        margin-bottom: 15px;
    }

    .product-details .box2 .box-c {
        padding: 60px;
    }

    .product-details .box2 .box-c .text-box {
        margin-top: 20px;
    }

    .product {
        padding: 80px 0;
    }

    .product .box1 .pagination,
    .product .box1 .box-b,
    .product .box1 .box-c {
        margin-top: 45px;
    }
}

@media (max-width:1024px) {
    .result-search{
        padding-bottom: 70px;
    }
    .result-search .box1 .box-c .item{
        margin-top: 50px;
    }
    .product {
        padding: 70px 0;
    }

    .product .box1 .pagination,
    .product .box1 .box-b,
    .product .box1 .box-c {
        margin-top: 40px;
    }

    .product-details .box3 .box-c .btns .btn {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .product-details .box3 .box-c .swiper-slide {
        width: 32%;
    }

    .product-details .box3 .box-c .swiper-slide:not(:last-child) {
        margin-right: 2%;
    }

    .productItem .text-box {
        font-size: 16px;
    }

    .product-details .box1 .box-c .r-des,
    .product-details .box1 .box-c .r .list {
        font-size: 20px;
    }

    .product-details .box1 .box-c .r .list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .product-details .box3 .box-c .btns,
    .product-details .box3 .box-c,
    .product-details .box1 {
        margin-top: 40px;
    }

    .product-details .box2 {
        margin-top: 70px;
    }

    .product-details .box3 {
        padding: 70px 0;
    }

    .package {
        padding: 70px 0;
    }

    .productItems {
        grid-template-columns: repeat(2, 1fr);
        gap: 49px 27px;
    }
    .productItem{
        width:calc(50% - 14px)
    }
    .product-details .box3 .title,
    .product-details .box2 .box-c .text-title {
        font-size: 22px;
    }

    .product-details .box2 .box-c {
        padding: 50px;
    }
    .result-search .box1 .box-c .item-title,
    .result-search .box1 .title{
        font-size: 22px;
    }
    .result-search .box1 .title{
        padding-bottom: 1em;
    }
}

@media (max-width: 768px) {
    .result-search{
        padding-top: 40px;
    }
    .result-search .box1 .box-c .item-title,
    .result-search .box1 .title{
        font-size: 20px;
    }
    .result-search{
        padding-bottom: 60px;
    }
    .result-search .box1 .box-c .item{
        margin-top: 40px;
    }
    .product {
        padding: 60px 0;
    }

    .product .box1 .pagination,
    .product .box1 .box-b,
    .product .box1 .box-c {
        margin-top: 30px;
    }

    .product-details .box3 .box-c .swiper-slide {
        width: 48.5%;
    }

    .product-details .box3 .box-c .swiper-slide:not(:last-child) {
        margin-right: 3%;
    }

    .product-details .box3 .title,
    .product-details .box2 .box-c .text-title {
        font-size: 20px;
    }

    .product-details .box2 .box-c .text-box {
        margin-top: 10px;
        font-size: 16px;
    }

    .product-details .box2 .box-c {
        padding: 40px 30px;
    }

    .product-details .box1 .box-c .r-title {
        margin-bottom: .7em;
    }

    .product-details .box1 .box-c .r-des,
    .product-details .box1 .box-c .r .list {
        font-size: 18px;
    }

    .product-details .box1 .box-c .r .list li:not(:last-child) {
        margin-bottom: 5px;
    }

    .product-details .box1 .box-c .l,
    .product-details .box1 .box-c .r {
        width: 100%;
    }

    .product-details .box1 .box-c .r {
        margin-top: 20px;
    }

    .product-details .box1 .box-c {
        flex-direction: column;
    }

    .product-details .box3 .box-c .btns,
    .product-details .box3 .box-c,
    .product-details .box1 {
        margin-top: 30px;
    }

    .product-details .box2 {
        margin-top: 60px;
    }

    .product-details .box3 {
        padding: 60px 0;
    }

    .package {
        padding: 60px 0;
    }

    .productItem .text-box {
        font-size: 16px;
        margin-top: 8px;
    }

    .productItems {
        gap: 30px 25px;
    }
}

@media (max-width: 500px) {
     .result-search{
        padding-top: 30px;
    }
    .result-search{
        padding-bottom: 50px;
    }
    .result-search .box1 .box-c .item{
        /* margin-top: 35px; */
    }
    .product {
        padding: 50px 0;
    }

    .product .box1 .pagination,
    .product .box1 .box-b,
    .product .box1 .box-c {
        margin-top: 25px;
    }

    .product-details .box3 .box-c .btns .btn {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .product-details .box2 .box-c .text-box {
        margin-top: 4px;
        font-size: 14px;
        line-height: 24px;
    }

    .product-details .box2 .box-c {
        padding: 30px 20px;
    }

    .product-details .box1 .box-c .r-title {
        font-size: 20px;
    }

    .product-details .box1 .box-c .r-des,
    .product-details .box1 .box-c .r .list {
        font-size: 16px;
    }

    .product-details .box3 .box-c .btns,
    .product-details .box3 .box-c,
    .product-details .box1 {
        margin-top: 25px;
    }

    .product-details .box2 {
        margin-top: 50px;
    }

    .product-details .box3 {
        padding: 50px 0;
    }

    .productItems {
        gap: 25px;
    }

    .productItem .text-box {
        font-size: 14px;
    }

    .package {
        padding: 50px 0;
    }
    .result-search .box1 .box-c .item-title, .result-search .box1 .title{
        font-size: 18px;
    }
}