#best-wrapper {
    position: relative;
    width: 100%;
    padding: 35px;
    background-color: #f4f4f5;
    margin-bottom: 35px;
}

#best-wrapper > .best-wrapper-inner {
    position: relative;
}

#best-wrapper .swiper-container {
    position: relative;
}

#best-wrapper .swiper-wrapper {
    position: relative;
    height: auto;
}

#best-wrapper .swiper-slide {
    position: relative;
    padding: 0 10px;
}

#best-wrapper .review-box {
    position: relative;
    width: 100%;
    border: 1px solid #d1d5db;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    height: 120px;
    overflow: hidden;
}

#best-wrapper .review-box > .img {
    flex: 1 1 23%;
    max-width: 23%;
}

#best-wrapper .review-box > .img > img {
    width: 100%;
    height: 100%;
}

#best-wrapper .review-box > .content {
    position: relative;
    flex: 1 1 77%;
    max-width: 77%;
    padding: 10px 15px 10px 15px;
}

#best-wrapper .review-box > .content > .list-head {
    display: flex;
}

#best-wrapper .review-box > .content > .list-head > .star {
    align-self: center;
}

#best-wrapper .review-box > .content > .list-head > .star .star_div + .star_div {
    margin-left: 3px;
}

#best-wrapper .review-box > .content > .list-head > .star .star_div:before,
#best-wrapper .review-box > .content > .list-head > .star .star_div:after {
    font-size: 14px;
}

#best-wrapper .review-box > .content > .list-head > .name {
    margin-left: auto;
    font-size: 15px;
    color: #9ca3af;
    align-self: flex-end;
    padding-top: 5px;
    letter-spacing: 1px;
}

#best-wrapper .review-box > .content > .list-subject {
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0;
}

#best-wrapper .review-box > .content > .list-content {
    height: calc(13px * 1.3 * 2);
    color: #9ca3af;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

#best-wrapper .review-box > .content > .list-model {
    position: relative;
    display: flex;
    padding-top: 10px;
    border-top: 1px solid #f3f4f6;
}

#best-wrapper .review-box > .content > .list-model > .model-image {
    flex: 0 0 50px;
    border-radius: 6px;
    overflow: hidden;
}

#best-wrapper .review-box > .content > .list-model > .model-image > img {
    width: 50px;
    height: 50px;
}

#best-wrapper .review-box > .content > .list-model > .model-name {
    align-self: center;
    font-size: 15px;
    padding-left: 10px;
}

#best-wrapper .best-pagination {
    display: none;
}

#best-wrapper .best-button-next,
#best-wrapper .best-button-prev {
    border-radius: 50%;
    background-color: #1f2937;
    color: #fff;
    width: 35px;
    height: 35px;
    transition: opacity 0.5s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

#best-wrapper:hover .best-button-next,
#best-wrapper:hover .best-button-prev {
    opacity: 0.7;
    visibility: visible;
}

#best-wrapper .best-button-next:hover,
#best-wrapper .best-button-prev:hover {
    transform: scale(1.2);
}

#best-wrapper .best-button-prev {
    left: -27px;
}

#best-wrapper .best-button-next {
    right: -27px;
}
#best-wrapper .best-button-next:after,
#best-wrapper .best-button-prev:after {
    color: #fff;
    font-size: 18px;
}

@media(max-width: 768px) {
    #best-wrapper {
        padding: 35px 10px;
    }

    #best-wrapper > .best-wrapper-inner {
    }

    #best-wrapper .swiper-container {
    }

    #best-wrapper .swiper-wrapper {
    }

    #best-wrapper .swiper-slide {
        padding: 0 5px;
    }

    #best-wrapper .review-box {
        position: relative;
        width: 100%;
        border: 1px solid #d1d5db;
        display: flex;
        background-color: #fff;
        border-radius: 8px;
        height: 120px;
        overflow: hidden;
    }

    #best-wrapper .review-box > .img {
        flex: 1 1 30%;
        max-width: 30%;
    }

    #best-wrapper .review-box > .img > img {
    }

    #best-wrapper .review-box > .content {
        flex: 1 1 70%;
        max-width: 70%;
        padding: 10px 5px 10px 8px;
    }

    #best-wrapper .review-box > .content > .list-head {
        display: flex;
    }

    #best-wrapper .review-box > .content > .list-head > .star {
        align-self: center;
    }

    #best-wrapper .review-box > .content > .list-head > .star .star_div + .star_div {
        margin-left: 3px;
    }

    #best-wrapper .review-box > .content > .list-head > .star .star_div:before,
    #best-wrapper .review-box > .content > .list-head > .star .star_div:after {
        font-size: 14px;
    }

    #best-wrapper .review-box > .content > .list-head > .name {
        margin-left: auto;
        font-size: 15px;
        color: #9ca3af;
        align-self: flex-end;
        padding-top: 5px;
        letter-spacing: 1px;
    }

    #best-wrapper .review-box > .content > .list-subject {
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 8px 0;
    }

    #best-wrapper .review-box > .content > .list-content {
        height: calc(13px * 1.3 * 2);
        color: #9ca3af;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 13px;
    }

    #best-wrapper .review-box > .content > .list-model {
        position: relative;
        display: flex;
        padding-top: 10px;
        border-top: 1px solid #f3f4f6;
    }

    #best-wrapper .review-box > .content > .list-model > .model-image {
        flex: 0 0 50px;
        border-radius: 6px;
        overflow: hidden;
    }

    #best-wrapper .review-box > .content > .list-model > .model-image > img {
        width: 50px;
        height: 50px;
    }

    #best-wrapper .review-box > .content > .list-model > .model-name {
        align-self: center;
        font-size: 15px;
        padding-left: 10px;
    }

    #best-wrapper .best-pagination {
        display: none;
    }

    #best-wrapper .best-button-next,
    #best-wrapper .best-button-prev {
        border-radius: 50%;
        background-color: #1f2937;
        color: #fff;
        width: 35px;
        height: 35px;
        transition: opacity 0.5s ease, transform 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }

    #best-wrapper:hover .best-button-next,
    #best-wrapper:hover .best-button-prev {
        opacity: 0.7;
        visibility: visible;
    }

    #best-wrapper .best-button-next:hover,
    #best-wrapper .best-button-prev:hover {
        transform: scale(1.2);
    }

    #best-wrapper .best-button-prev {
        left: -27px;
    }

    #best-wrapper .best-button-next {
        right: -27px;
    }
    #best-wrapper .best-button-next:after,
    #best-wrapper .best-button-prev:after {
        color: #fff;
        font-size: 18px;
    }
}

.top-button-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 8px;
    border-bottom: 2px solid #374151;
}

.top-button-wrap > .btn {
    min-width: 160px;
    border-radius: 5px;
    padding: 0;
    background-color: var(--accent);
    color: #fff;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-button-wrap > .btn > span {
    display: inline-block;
    align-self: center;
}

.top-button-wrap > .btn > span + span {
    margin-left: 3px;
}

#list-wrapper > .list-review-wrapper {
    margin: 0;
}

#list-wrapper .article-desc-list {
    border: 0;
    border-radius: 0;
    padding: 15px 15px 12px 15px;
}

#list-wrapper .article-desc1.article-desc-list ~ .article-desc-list {
    margin: 0;
}

#list-wrapper .article-desc-list + .article-desc-list {
    border-top: 1px solid #e5e7eb;
}

#list-wrapper .article-desc1 > .article-list > .article-image {
    flex: 0 0 70px;
    max-width: 70px;
    padding: 0 10px;
    border-radius: 8px;
    overflow: hidden;
}

#list-wrapper .article-desc1 > .article-list > .article-image > img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}