.avatar,
.comment-footer,
.comments-wrap .title,
.customer-info,
body.overflow {
    overflow: hidden
}

.show-title,
body {
    position: relative
}

body {
    transition: all .5s
}

body.overflow {
    height: 100%
}

.comments-wrap img {
    display: block
}

.fl {
    float: left
}

.fr,
.star-score {
    float: right
}

.wrap {
    padding: 10px
}

.comments-wrap .title {
    line-height: 36px;
    padding: 5px 0;
    border-bottom: 4px solid #e2e2e2;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.star-score {
    color: #FFBA53;
    font-size: 12px
}

.comments-wrap .title h3,
.star-score b {
    font-size: 17px
}

.comments-wrap .title h3 {
    background: 0 0;
    color: #666;
    padding-left: 0;
    float: left
}

.comments-wrap .comment-keywords {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: .5rem 0
}

.comments-wrap .comment-keywords .key-item {
    background: #f9e6e6;
    border-radius: 45px;
    padding: .25rem .625rem;
    margin: .25rem;
    width: max-content;
    text-align: center;
    font-size: 13px;
    color: #333
}

.comments-wrap .comment-keywords.hide {
    display: none
}

.customer-show {
    margin: 15px 0
}

.show-title {
    margin: 8px 0
}

.show-title h3 {
    font-size: 15px
}

.show-title .view-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ffba53;
    font-size: 12px;
    font-weight: 600
}

.read-more,
.reply,
.reply span {
    position: relative
}

.view-more i {
    vertical-align: middle;
    color: #ffba53
}

.imgs-container {
    border-radius: 5px;
    margin-bottom: 15px;
    z-index: 0
}

.imgs-container .swiper-wrapper .swiper-slide {
    display: inline-flex;
    align-items: center;
    background-color: #aaa
}

.comments-list {
    margin: 20px 0 10px
}

.list-item {
    padding: 15px 0;
    border-bottom: 5px solid #eee
}

.avatar,
.customer-name {
    float: left;
    margin-right: 15px;
    line-height: normal
}

.Dir .comment-footer .spec,
.Dir .customer-info .avatar,
.Dir .customer-info .customer-name,
.date,
.vertical-list .h-customer .xingxing {
    float: right
}

.avatar {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #e2e2e2
}

.avatar img {
    border-radius: 100%
}

.customer-name i {
    font-size: 13px
}

.customer-name p {
    font-size: 15px
}

.date {
    margin-top: 20px
}

.read-more {
    font-size: 12px
}

.read-more .icon-down {
    display: inline-block;
    font-size: 12px;
    margin-right: 2px
}

.read-more:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .9))
}

.read-more.open:after {
    display: none
}

.read-more.open .icon-down {
    transform: rotate(180deg)
}

.comment-content {
    margin: 8px 0;
    line-height: normal !important
}

.comment-content a {
    color: #397eb9
}

.comment-pics {
    margin: 8px 0 !important;
    padding-bottom: 0 !important
}

.comment-pics ul {
    overflow-x: hidden;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.comment-footer div {
    font-size: 12px;
    color: #908f8f
}

.comment-footer .spec {
    width: 90%
}

.comment-footer span {
    display: inline-table
}

.action {
    text-align: right
}

.action span {
    cursor: pointer
}

.action span b {
    margin-right: 2px
}

.action .agree+span {
    display: none
}

.reply {
    padding: 10px;
    margin: 5px 0;
    border-radius: 3px;
    background: #ececec;
    color: #333;
    font-size: 14px
}

.reply span {
    display: block;
    padding-left: 5px;
    font-weight: 600
}

.reply span:before {
    content: '';
    height: 60%;
    width: 0;
    border: 1px solid #cc4948;
    position: absolute;
    left: 0;
    bottom: 2px
}

.view-more-btn {
    text-align: center;
    margin-bottom: 30px
}

.all-comments,
.fixed-top,
.photo-gallery-container {
    position: fixed;
    width: 100%;
    right: -300%;
    margin: 0 auto;
    left: 0;
    top: 0
}

.view-more-btn button {
    border-radius: 25px;
    background: 0 0;
    border: 1px solid #ccc;
    padding: 8px 30px
}

.all-comments,
.photo-gallery-container {
    background: #fff;
    bottom: 0;
    transition: all .5s
}

.photo-gallery-container {
    background: #f2f2f2
}

.fixed-top i {
    position: absolute;
    left: 0
}

.fixed-top span {
    font-weight: 600;
    font-size: 15px
}

.translate {
    right: 0;
    transition: all .5s;
    z-index: 9999
}

.back {
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    background: #fff
}

.back i {
    font-size: 26px;
    color: #666;
    cursor: pointer
}

.pagination,
.photo-gallery-container .go-back .icon-arrow-left {
    font-size: 20px
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px
}

.pagination ul li {
    margin: 0 10px
}

.pagination ul li.on {
    color: red
}

.pagination .more {
    margin-right: 10px
}

.photo-gallery,
.photo-gallery-container .back.go-back {
    max-width: 768px;
    margin: 0 auto
}

.customerShow-zoom .arrow-l.swiper-button-prev:after,
.customerShow-zoom .arrow-r.swiper-button-next:after {
    display: none
}

.photo-gallery-container .go-back .icon-arrow-left::before {
    content: "\e7cd"
}

.customerShow-zoom .swiper-button-next:after {
    font-size: 16px !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

@media screen and (max-width:656px) {
    .customerShow-zoom .swiper-container .comment {
        height: 30%;
        padding: 10px 10px 30px
    }
    .customerShow-zoom .swiper-container .swiper-next-button1 {
        bottom: 10px;
        border: none;
        outline: 0
    }
    .comment-content p {
        font-size: 14px
    }
}

@media screen and (max-width:320px) {
    body {
        font-size: 12px
    }
}

.photo-gallery {
    height: calc(100% - 40px);
    overflow: auto;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch
}

.imgs-list ul {
    float: left;
    width: 50%
}

.photo-gallery ul li {
    text-align: center;
    width: 100%;
    margin: 5px auto;
    padding: 5px;
    overflow: hidden
}

.photo-gallery ul li img {
    border-radius: 5px 5px 0 0;
    width: auto !important;
    max-width: 100%
}

.comment-pics ul li {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    float: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0
}

.photo-gallery .back i {
    float: left
}

.photo-gallery .back span {
    font-weight: 600;
    font-size: 15px
}

.photo-gallery .comment {
    text-align: left;
    font-size: 14px;
    padding: 8px;
    background: #fff;
    border-radius: 0 0 5px 5px
}

.zoom,
.zoom-content .back,
.zoom-mask {
    background: rgba(0, 0, 0, .8)
}

.comment .header {
    border-bottom: 1px solid #e2e2e2;
    display: none
}

.comment .star-score i {
    font-size: 14px
}

.comment .comment-content {
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.comment .customer {
    position: relative;
    padding: 0
}

.comment .customer img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #e2e2e2
}

.comment .customer .agree {
    position: absolute;
    right: 15px;
    top: 2px
}

.short-title {
    margin-left: 4px
}

.gallery-zoom .comment .header {
    display: block
}

.gallery-zoom .comment .cus-avatar,
.zoom-container {
    display: none
}

.gallery-zoom .comment .customer .agree {
    position: static;
    color: #f2f2f2
}

.zoom-content,
.zoom-mask {
    position: fixed;
    width: 100%
}

.gallery-zoom .comment .customer span,
.gallery-zoom .customer i {
    color: #f2f2f2
}

.gallery-zoom .comment .comment-content {
    height: auto;
    white-space: normal
}

.gallery-zoom .comment .comment-content p {
    overflow: visible;
    color: #f2f2f2
}

.comment-zoom-container .zoom-container {
    display: block
}

.comment-zoom .zoom-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto
}

.zoom-mask {
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 88888
}

.zoom,
.zoom-content {
    margin: auto;
    bottom: 0
}

.zoom-content {
    top: 0;
    right: 0;
    left: 0;
    height: fit-content;
    max-width: 600px;
    z-index: 99999
}

.zoom-content .back {
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    right: 10%;
    z-index: 9999;
    border: 1px solid #ddd
}

.zoom-content .back i {
    color: #ccc;
    font-size: 18px
}

.zoom-content ul li {
    width: 100%;
    padding: 0 8%
}

.zoom-content ul li img {
    width: 90%;
    margin: 0 auto;
    display: block
}

.zoom-content .comment {
    display: block;
    color: #f2f2f2;
    margin-top: 10px
}

.arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    line-height: 40px;
    padding: 0 5px
}

.arrow-right {
    right: 0;
    left: auto
}

.arrow i {
    font-size: 24px;
    color: #eee
}

.zoom-content .close {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    padding: 0;
    border-radius: 100%;
    left: auto;
    right: 0;
    top: -20px;
    border: 1px solid #ddd
}

.zoom-content .close i {
    font-size: 16px;
    color: #f2f2f2
}

.comment-zoom .zoom-content .close {
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic-zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999
}

.zoom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    color: #f2f2f2;
    display: none
}

.comment-zoom-container {
    display: block
}

.customerShow-zoom .slide-img {
    height: auto;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.customerShow-zoom .comment {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    height: 15%;
    z-index: 999;
    width: 100%
}

.zoom .swiper-slide .swiper-container {
    height: auto
}

.zoom .swiper-slide img,
.zoom .swiper-slide video {
    width: auto;
    max-width: 96%;
    margin: 0 auto;
    display: block
}

.customerShow-zoom.zoom .swiper-pagination {
    margin: 0 auto
}

@media screen and (max-width:414px) {
    .customerShow-zoom .comment {
        height: 24%
    }
    .customerShow-zoom .swiper-pagination {
        margin: 0 auto 10%
    }
}

.zoom .close {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
    border: 1px solid #e2e2e2;
    right: 2%;
    top: 5%;
    z-index: 99999999
}

.zoom .close i {
    color: #f2f2f2
}

.zoom .swiper-slide {
    overflow: hidden;
    max-width: 1140px;
    margin: auto
}

.coupon-item,
.cover-content {
    max-width: 640px
}

.comment-zoom-container .close {
    top: 10%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-zoom-container .swiper-pagination-fraction {
    width: 40px;
    margin: 0 auto;
    right: 0
}

.comment-zoom-container .zoom-content {
    height: fit-content;
    overflow: hidden
}

.comment-zoom-container .zoom-content .swiper-container {
    height: fit-content
}

.comment-zoom img {
    width: 85%;
    margin: 0 auto;
    display: block
}

.customerShow-zoom .swiper-pagination {
    width: 35px;
    right: 0;
    margin: 0 auto 12%
}

.color,
.color i {
    color: #d00219
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none
}

.slide-comment .icon-arrow-down1,
.slide-comment .icon-arrow-up {
    font-size: 20px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.slide-comment .icon-arrow-down1 {
    top: auto;
    bottom: 0;
    animation: opacity 1s infinite
}

.slide-comment .swiper-next-button1 {
    left: 10px;
    right: 10px;
    margin: auto
}

.customerShow-zoom.zoom .swiper-pagination {
    width: auto
}

@keyframes opacity {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: .1
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: .1
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: .1
    }
}

@-o-keyframes opacity {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: .1
    }
}

.slide-comment .icon-arrow-up {
    top: 2%;
    display: none
}

.slide-img .arrow-l,
.slide-img .arrow-r {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    display: none
}

.slide-img i {
    font-size: 18px;
    color: #fff
}

.next-screen {
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: 45px;
    text-align: center
}

.comment-content .agree {
    text-align: right
}

.show {
    display: block !important
}

.detail-block h4 {
    display: none !important
}

.comment-pics ul li img {
    border-radius: 0 !important
}

.comment-content p,
.customer-name p {
    margin-bottom: 0
}

.comment-content .agree,
.gallery-zoom .comment .header {
    line-height: 25px
}

.gallery-zoom .comment .comment-content p {
    line-height: 20px;
    display: -webkit-box
}

.comments-wrap-new {
    background-color: #fff;
    padding: 0
}

.comments-wrap-new .title {
    padding: 5px 8px
}

.comments-wrap-new .star-box {
    display: flex;
    align-items: center
}

.AR-rtl .star-score .iconfont.icon-star-half2 {
    transform: rotateY(180deg)
}

.comments-wrap-new .customer-show {
    margin: 15px 0;
    border-bottom: 0;
    padding: 0 8px
}

.comments-wrap-new .star-score .icon-chevron-right1 {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px
}

.comment-layer .comments-list,
.comments-wrap-new .comments-list {
    margin: 0 0 10px;
    padding-top: 10px
}

.comment-layer .comment-pics ul li,
.comments-wrap-new .comment-pics ul li {
    border-radius: 3px;
    margin: 0 3px
}

.comment-layer .comments-list {
    border-top: 1px solid #eee
}

.comment-layer .comments-list .list-item,
.comments-wrap-new .comments-list .list-item {
    padding: 8px;
    border-bottom: 1px solid #eee
}

.comments-list-new form .list-item:nth-child(1) {
    padding-top: 0
}

.comment-btn-box {
    text-align: center;
    padding: 15px
}

.comment-btn {
    width: auto;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    border-radius: 24px;
    padding: 0 12px 0 18px;
    font-size: 12px;
    color: #E51C23;
    border: 1px solid #E51C23
}

.comment-btn i {
    vertical-align: middle;
    font-size: 14px;
    margin-top: -2px;
    display: inline-block
}

.comment-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s 80ms;
    will-change: opacity;
    bottom: var(--safe-area-inset-bottom);
    height: 100%;
    width: 100%
}

@media screen and (max-width:640px) {
    .comment-layer {
        margin-left: 0;
        left: 0
    }
}

.comment-layer.show {
    pointer-events: auto;
    opacity: 1;
    z-index: 2000
}

.comment-layer .cover-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5)
}

.comment-layer.show .cover-bg {
    background-color: rgba(0, 0, 0, .5)
}

.cover-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);
    border-radius: 10px 10px 0 0;
    padding-top: 50px;
    margin: 0 auto
}

.comment-layer.show .cover-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cover-title {
    overflow: hidden;
    line-height: 55px;
    color: #101010;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 100px;
    height: 60px
}

.cover-title h3 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 55px
}

.cover-title .icon-edit {
    margin-left: 5px
}

.cover-comment-add {
    position: absolute;
    left: 10px;
    color: #6a6a6a;
    font-size: 12px;
    cursor: pointer
}

#coverClose {
    font-weight: 700;
    position: absolute;
    right: 12px
}

.cover-content .comments-list .list-item {
    display: none
}

.cover-content .comments-list {
    height: 100%;
    overflow-y: scroll;
    padding-top: 5px
}

.cover-content .comments-list .customer-name {
    line-height: 28px
}

.cover-content .comments-list .customer-name p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0
}

.cover-content .comments-list .avatar {
    width: 28px;
    margin-right: 8px;
    height: 28px
}

.cover-content .comments-list .date {
    margin-top: 0;
    font-size: 12px
}

#commentLoad {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

#commentLoad img {
    width: 30px;
    display: inline-block
}

#commentLoad p {
    text-align: center;
    line-height: 30px;
    font-size: 14px
}

.swiper-next-button1 {
    width: 120px;
    height: 80px;
    margin: 0 auto 0 -60px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    text-align: center;
    padding-top: 20px;
    cursor: pointer
}

.swiper-next-button1 .next-screen {
    position: static;
    bottom: auto
}

.swiper-next-button1 .icon-arrow-down1 {
    margin-top: 5px
}

.comment3_2 .title {
    border-bottom: 0
}

.comment3_2 .title h4 {
    font-size: 16px;
    color: #555;
    font-weight: 700;
    margin: 8px 0
}

.h-customer .xingxing i,
.list .xingxing i {
    font-size: 14px
}

.comment3_2 .title .icon-arrow-right2 {
    color: #666
}

.list {
    background: #fff;
    border-top: 12px solid #f5f5f5;
    border-bottom: 12px solid #f5f5f5;
    padding: 0 10px 10px
}

.praise {
    color: #f02;
    display: none
}

.horizontal-list li {
    background: #f2f2f2;
    padding: 5px 8px;
    border-radius: 3px
}

.h-customer {
    overflow: hidden
}

.h-customer span {
    vertical-align: -webkit-baseline-middle
}

.h-customer .xingxing {
    color: #f8a11e;
    margin-left: 5px
}

.abbreviate-comment {
    width: 62%
}

.comment3_2 .comment-content p,
.comments-list-new .comment-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 5px
}

.abbreviate-comment .spec {
    font-size: 12px;
    color: #999
}

.product-img {
    width: 35%;
    margin-top: 20px
}

.product-img img {
    margin: 0 auto
}

.comment-vertical .title {
    border-bottom: 1px solid #ddd
}

.vertical-list li {
    padding: 15px 0 0
}

.vertical-list .comment-footer i {
    margin-right: 5px;
    color: #ccc;
    vertical-align: middle
}

.vertical-list .comment-footer .spec {
    width: auto
}

.vertical-list .comment-pics {
    overflow: auto !important
}

.vertical-list .comment-pics ul {
    display: inline-block;
    width: auto;
    height: 90px;
    border-radius: 5px;
    overflow: hidden
}

.vertical-list .comment-pics ul li {
    display: inline-flex;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    vertical-align: middle
}

.vertical-list .comment-pics ul li:last-child {
    margin: 0
}

#commentsList ul {
    width: auto;
    overflow-x: auto
}

#commentsList ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle
}

.pages-container {
    text-align: center;
    padding: 20px 0 10px
}

.pages-container .pagination {
    overflow: hidden;
    display: inline-flex;
    margin: 0;
    padding: 0
}

.pages-container .pagination+span {
    margin: 0 5px
}

.pages-container .pagination li {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 5px
}

.pages-container .pagination .active {
    background: #FFBA53;
    border-color: #FFBA53;
    color: #fff
}

.title.title-with-bar {
    align-items: baseline;
    flex-direction: column
}

.title-with-bar h4 {
    position: relative;
    padding-left: 8px
}

.title-with-bar h4:before {
    content: '';
    display: block;
    height: 70%;
    width: 3px;
    border-radius: 25%;
    background: linear-gradient(to bottom, #dd3952, #e97e4b);
    position: absolute;
    left: 0;
    top: 6px
}

.title-with-bar .star-progress-container {
    width: 100%;
    display: flex
}

.star-progress-container .star-score {
    float: left;
    width: 14%;
    position: relative;
    padding: 0 0 10px
}

.star-progress-container .star-score:after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    border-right: 2px solid #f2f2f2;
    position: absolute;
    right: -20px;
    top: 0
}

.star-progress-container .star-score i {
    font-size: 18px
}

.star-progress-container .score {
    color: #333;
    font-size: 26px;
    text-align: center
}

.AR-rtl #goods-comment .comments-wrap-new,
.Dir .comment-content,
.Dir .comment-footer .spec,
.Dir .comment-pics {
    text-align: right
}

.star-progress-container .score span {
    font-size: 14px
}

.star-progress-container .progress {
    width: 75%;
    min-height: 6rem;
    height: auto;
    background: 0 0;
    margin-left: 5px
}

.star-progress-container .progress ul {
    width: 100%
}

.star-progress-container .progress li {
    line-height: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.star-progress-container .progress i {
    color: #d9d9d9
}

.star-progress-container .progress li span {
    display: inline-block;
    width: 100px;
    vertical-align: middle
}

.star-progress-container li .progress-bar {
    background: #d9d9d9;
    height: 4px;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    margin-left: 8px
}

.star-progress-container .progress-bar b {
    display: list-item;
    width: 50%;
    height: 100%;
    background: #f8a11e
}

@media screen and (max-width:480px) {
    .h-customer .avatar {
        margin-right: 8px
    }
    .product-img {
        height: 80px;
        overflow: hidden
    }
    .star-progress-container .star-score {
        width: 30%
    }
    .star-progress-container .star-score:after {
        right: 5px
    }
    .star-progress-container .progress {
        width: 68%
    }
    .star-progress-container li .progress-bar {
        width: 65% !important
    }
    .star-progress-container .star-score i {
        font-size: 16px
    }
    .comment3_2 .comments-list .comment-content p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width:375px) {
    .h-customer span {
        font-size: 12px
    }
    .h-customer .xingxing i {
        width: 12px
    }
    .star-progress-container .star-score:after {
        right: 0
    }
    .star-progress-container .progress li span {
        width: 38%
    }
    .star-progress-container li .progress-bar {
        width: 60% !important
    }
}

.Dir .comment-footer .action,
.Dir .customer-info .date {
    float: left
}

.comments-wrap video,
.zoom video {
    width: 100%
}

li.has-video {
    height: 90px !important;
    position: relative;
    overflow: hidden
}

.swiper-slide.has-video {
    height: auto !important
}

.swiper-slide.has-video video {
    width: 100%;
    height: auto
}

.has-video video {
    width: auto;
    height: 100%
}

.swiper-slide .iconbofanganniu {
    display: none
}

.has-video .iconbofanganniu {
    position: absolute;
    font-size: 36px;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0
}

.has-video .iconbofanganniu::before {
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px
}

.AR-rtl .show-title .view-more {
    right: auto;
    left: 0
}

.AR-rtl .show-title .view-more i {
    display: inline-block;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1)
}

.AR-rtl .detail-content .comment3_2 .title,
.AR-rtl .h-customer,
.comment-body .stars {
    display: flex;
    align-items: center
}

.AR-rtl .reply span:before {
    left: auto;
    right: -2px
}

.AR-rtl .h-customer .avatar {
    margin-right: 0
}

.AR-rtl .h-customer .avatar+span {
    margin: 0 10px
}

.AR-rtl .detail-content .comment3_2 .title {
    justify-content: space-between
}

#stars .iconfont.icon-star-half2 {
    transform: rotateY(180deg)
}

#stars #star {
    max-width: 97px;
    overflow: hidden
}

.cover-comment-add {
    display: none
}

.comment-horizontal.list {
    width: 100%
}

.random-purchase-num {
    padding: 0 3px;
    display: inline-block;
    color: #ff9f16;
    border: 1px solid #ff9f16;
    font-size: 12px;
    line-height: 24px;
    border-radius: 4px;
    margin: 0 5px
}

.star-progress-container .star-score .xingxing,
.vertical-list .h-customer .xingxing {
    display: flex;
    align-items: center
}

.AR-rtl .comments-wrap .pages-container {
    display: flex;
    justify-content: center
}

.AR-rtl .comments-wrap .pages-container .iconfont {
    transform: rotate(180deg)
}

.AR-rtl .customer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.AR-rtl .customer-info .date {
    flex: 1;
    text-align: left
}

.AR-rtl .photo-gallery .comment {
    text-align: right
}

.AR-rtl .comment .customer .agree {
    right: auto;
    left: 15px
}

.AR-rtl .star-progress-container .star-score:after {
    right: auto;
    left: 0
}

.AR-rtl .star-progress-container .progress {
    margin-right: 5px;
    margin-left: 0
}

@media (min-width:768px) {
    .vertical-list .comment-pics::-webkit-scrollbar {
        display: none
    }
}