#best-wrapper {
    position: relative;
    width: 100%;
}

#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;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

#best-wrapper .review-box > .img {
    width: 100%;
}

#best-wrapper .review-box > .img > img {
    width: 100%;
    height: 100%;
}

#best-wrapper .review-box > .content {
    position: relative;
    padding: 10px;
}

#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: 16px;
}

#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: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0;
}

#best-wrapper .review-box > .content > .list-content {
    height: 60px;
    color: #9ca3af;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

#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: -7px;
}

#best-wrapper .best-button-next {
    right: -7px;
}
#best-wrapper .best-button-next:after,
#best-wrapper .best-button-prev:after {
    color: #fff;
    font-size: 18px;
}

#best-wrapper + #list-wrapper {
    margin-top: 35px;
}

.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;
}