﻿.discount-tag
{
    background: linear-gradient(270deg,#c5921c,#f3ab5d 3%,#ffd176 7%,#eea057 18%,#ffd176);
    box-shadow: 0 4px 10px #0000004d;
}
.discount-tag:before
{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 2px 18px 10px;
    border-color: #ffd176;
    border-left-color: transparent;
    position: absolute;
    bottom: 0;
    left: -10px;
}
[dir=rtl] .discount-tag
{
    background: linear-gradient(90deg,#c5921c,#f3ab5d 3%,#ffd176 7%,#eea057 18%,#ffd176);
}
[dir=rtl] .discount-tag:before
{
    left: auto;
    right: -10px;
    border-width: 18px 10px 18px 2px;
    border-color: #ffd176;
    border-right-color: transparent;
}
#comment-swiper-slot
{
    width: 100%;
    overflow: hidden;
}
#comment-swiper-slot .top-swiper-item
{
    margin-bottom: 0;
}
#comment-swiper-slot .top-swiper-item .product-new-comment-content
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-new-comment
{
    background: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 8px 16px;
}
.product-new-comment-header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-new-comment-header .add-time
{
    display: none;
}
.product-new-comment-header .stars-wrap .iconfont
{
    color: #ffba49;
    font-size: 14px;
}
.tab-control .tab-nav
{
    border-radius: 16px 16px 0 0;
}
.tab-control.is-fixed .tab-nav
{
    border-radius: 0;
    margin-left: -8px;
    margin-right: -8px;
}
.reviews .reviews-header
{
    display: none;
}
.reviews .reviews-title
{
    display: block;
}
.reviews .buyer-imgs
{
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
}
.review-modal-content
{
    background: var(--sx-gray-100);
    padding-top: 8px;
}
@media screen and (max-width: 768px)
{
    #comment-swiper-slot .product-new-comment
    {
        margin-bottom: 8px;
    }
}
