ï»¿.buy-banner .banner-text {
    padding-top: 12rem;
}
.buy-banner:after{
    background: transparent;
}
@media only screen and (max-width: 479px){
.buy-banner {
    height: 17rem;
}
.buy-banner .banner-text {
    font-size: 2.0rem;
    padding-top: 0px;
    letter-spacing: 0.25rem;
}
}
.search {
    display: flex;
    justify-content: space-between;
    border: 1px solid #959595;
    padding: 5px 30px;
    padding-right: 10px;
}

    .search input {
        display: block;
        width: calc(100% - 40px);
        font-size: 20px;
        color: #999999;
        line-height: 30px;
    }

    .search div {
        cursor: pointer;
    }

.instructions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5rem;
    /* height: 15rem; */
}

    .instructions .ins {
        cursor: pointer;
        text-align: center;
    }
   .instructions .ins img{
    height: 80px;
    width: auto;
}
    .instructions h4 {
        font-size: 20px;
        color: #333333;
        padding-bottom: 10px;
        border-bottom: 4px solid transparent;
        display: inline-block;
    }

    .instructions .select h4,
    .instructions .ins:hover h4 {
        border-bottom: 4px solid #4f8309
    }


.pages {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.total-page {
    font-size: 1.8rem;
    line-height: 1;
    color: #333333;
}

.page-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-item {
    width: 44px;
    height: 44px;
    position: relative;
    color: #454545;
    font-size: 1.8rem;
    font-weight: normal;
    margin-left: 10px;
    z-index: 2;
}

    .page-item:first-child {
        margin-left: 0;
    }

.prevpage,
.nextpage {
    font-size: 3.2rem;
}

.page-item:hover:before,
.page-item.on:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-bottom: 23px var(--dark-green) solid;
    border-left: 22px transparent solid;
    border-right: 22px transparent solid;
}

.page-item:hover:after,
.page-item.on:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 22px var(--dark-green) solid;
    border-left: 22px transparent solid;
    border-right: 22px transparent solid;
}

.page-item:hover,
.page-item.on {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}


.pr_box {
    background: #f8f8f8;
    padding: 30px 0px;
}

.prolist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prolist_item {
    display: flex;
    justify-content: center;
    width: 49%;
    margin-bottom: 50px;
}

.prolist_item_img {
    width: 26%;
    border: 1px#dadada solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.prolist_item_img div{
    display: flex;
    justify-content: center;
    align-items: center;
} 
.prolist_item_img img{
    max-height: 90%;
}
.prolist_item_text {
    width: 74%;
    padding: 2rem 0 2rem 2rem;
    position: relative;
    padding-bottom: 6.1rem;
}

    .prolist_item_text h4 {
        font-size: 22px;
        color: #666666;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 3rem;
        min-height: 3rem;
    }

    .prolist_item_text p {
        font-size: 18px;
        color: #999999;
        min-height: 80px;
        display: flex;
        line-height: 30px;
        font-weight: 500;
        word-break: break-word;
        margin: 10px 0px;
    }
.preview {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: calc(100% - 2rem);
    bottom: 2rem;
}

    .preview a {
        width: calc(50% - 2px);
        border: 1px solid #d3d2d2;
        padding: 8px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .preview a:last-child {
            width: calc(50% - 1px);
            border-left: 0px;
        }

        .preview a span {
            font-size: 14px;
            color: #666666;
            margin-left: 10px;
            font-weight: bold;
        }

        .preview a img {
            height: 14px;
            width: auto;
        }

        .preview a .pr_img {
            display: none;
        }

.prolist_item:hover .prolist_item_text p,
.prolist_item:hover .prolist_item_text h4 {
    color: #629023;
}

.preview a:hover {
    background: #629023;
}

    .preview a:hover img {
        display: none;
    }

    .preview a:hover .pr_img {
        display: block;
    }

    .preview a:hover span {
        color: #fff;
    }
.swiper-button-prev-instructions,
.swiper-button-next-instructions{
    display: none;
}
@media screen and (max-width:1024px) {
    .w1200 {
        padding: 0px 1rem;
    }

    .prolist_item_text h4 {
        font-size: 20px;
        line-height: 30px;
        min-height: 60px;
    }

    .prolist_item_text p {
        font-size: 16px;
        min-height: 90px;
    }
}



@media screen and (max-width:850px) {
    .search {
        padding: 5px 20px;
    }

        .search input {
            font-size: 16px;
        }

    .prolist_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .prolist_item_text h4 {
        font-size: 18px;
    }

    .prolist_item_text p {
        font-size: 14px;
    }
    .prolist_item_img {
        width: 45%;
    }

    .prolist_item_text {
        width: 55%;
        padding: 1rem 0 1rem  1rem;
        padding-bottom: 5rem;
    }
    .preview {
        width: calc(100% - 1rem);
        bottom: 1rem;
    }
    
    .pages {
        justify-content: center;
        flex-wrap: wrap;
    }

    .total-page {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .instructions{
     margin-top: 3.5rem;
    }
    .instructions h4{
        font-size: 14px;
        margin-bottom: 2.2rem;
    }
    .instructions .ins img{
        height: 60px;
    }
}
<!--ºÄÊ±1751465792.1578Ãë-->