﻿.max-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#banner {
    max-width: 700px;
    /* position: sticky; */
    overflow: hidden;
    top: 0px;
    margin: 0 auto;
}

.thumb {
    max-width: 700px;
    padding: 0 40px;
    position: relative;
}

.mySwiper {
    margin-top: 10px;
}
.swiper-container {
    visibility: hidden;
}
.swiper-slide {
    width: auto;
    box-sizing: border-box;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 0;
}

.summary {
    max-height: 200px;
    overflow: hidden;
}

.collapse-summary {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid rgb(130 129 129);
    width: 80px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    color: rgb(130 129 129);
    font-size: 12px;
}

.swiper-slide-thumb-active {
    border: 1px solid #73788a;
}

.swiper-slide img {
    width: 100%;
}

.productdetails {
    margin: 15px auto 50px auto;
    display: flex;
}

.productdetails-left {
    width: 50%;
    box-sizing: border-box;
}

.productdetails-right h1 {
    color: #1b2061;
    font-size: 25px;
    margin-bottom: 22px;
    margin-top: 35px;
    word-break: break-word;
}

@media screen and (max-width: 768px) {
    .productdetails-right h1 {
        font-size: 20px;
    }
}

.productdetails-right .brand {
    color: #73788A;
    margin-bottom: 14px;
}

.productdetails-right .reviews {
    display: flex;
    font-size: 16px;
    align-items: center;
    color: #73788A;
    padding-left: 0;
}

.productdetails-right .holder {
    display: flex;
    flex-direction: column;
    background-color: #fbecd2;
    width: 220px;
    justify-content: center;
    align-items: left;
    padding: 10px;
    border-radius: 4px;
    margin-top: 14px;
}

.productdetails-right .holder span {
    margin-left: 24px;
}

.productdetails-right .price {
    font-size: 22px;
    padding-top: 20px;
    font-weight: 700;
    color: #1b2061;
}

.productdetails-right .advantage {
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

.productdetails-right .advantage span {
    margin: 6px 0;
    color: #1b2061;
}

.productdetails-right .option {
    margin-bottom: 20px;
    margin-top: 20px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 14px;
    font-weight: 700;
}

.productdetails-right .option .option-title .title {
    font-size: 14px;
}

.productdetails-right .option .option-title em {
    color: #e95144;
    margin: 0 6px;
}

.productdetails-right .option .option-title i {
    font-size: 12px;
    color: #73788A;
}

.productdetails-right .option .option-content {
    display: flex;
    flex-wrap: wrap;
}

.productdetails-right .option .option-content p {
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin: 10px 10px 10px 0;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    color: #73788A;
    transition: all 0.5 linear;
    cursor: pointer;
}

.productdetails-right .option .option-content p:hover {
    box-shadow: 0 0 0 4px #ddd;
}

.shadow {
    box-shadow: 0 0 0 4px #ddd;
}

.productdetails-right .quantity {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 10px;
    flex-wrap: wrap;
}

.productdetails-right .btns {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.btns div {
    text-align: center;
    margin-right: 20px;
}

.productdetails-right .quantity .quantity-content {
    display: flex;
    width: 140px;
    margin-right: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    justify-content: space-between;
    border-radius: 4px;
    margin-top: 10px;
    align-items: center;
}

.productdetails-right .quantity .quantity-content button {
    border: none;
    background-color: #f9f9f9;
    padding: 0 20px;
    font-size: 20px;
    color: #999;
}

@media screen and (max-width: 768px) {
    .productdetails-right .quantity .quantity-content{
        width: 80px;
        padding: 6px;
        margin-top: 2px;
    }
    .productdetails-right .quantity .quantity-content button {
        padding: 0 5px;
    }
}

.productdetails-right .buy-now,
.productdetails-right .add-to-cart {
    display: flex;
    width: 480px;
}

.productdetails-right .add-to-cart .add {
    background-color: #fff;
    color: #222;
    font-size: 16px;
    border-radius: 4px;
    padding: 14px 15px;
    flex: auto;
    border: 1px solid #73788A;
    margin-bottom: 10px;
}

.productdetails-right .buy-now .buy {
    margin-bottom: 10px;
    background-color: #1b2061;
    border: 1px solid #1b2061;
    color: #fff;
    padding: 14px 15px;
    font-size: 16px;
    border-radius: 4px;
    flex: auto;
}

.productdetails-right .add-to-cart i {
    padding: 14px;
    border: 1px solid #73788A;
    margin-left: 16px;
    color: #73788A;
    border-radius: 4px;
    text-align: center;
    flex: 0.1;
}

.quantity-box {
    display: flex;
    margin-top: 14px;
    width: 100%;
    flex-wrap: wrap;
}

.content-nav {
    background-color: #f3f3f3;
    margin-bottom: 60px;
}

.content-nav ul {
    display: flex;
    justify-content: center;
}

.content-nav ul li {
    cursor: pointer;
}

.content-nav ul li h3 {
    padding: 23px 20px;
    font-size: 17px;
    color: #1b2061;
    font-weight: 500;
}

.y-panel-title {
    width: 100%;
    display: none;
    padding: 15px 20px;
    color: #73788a;
    font-weight: 400;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}

.y-panel-title span {
    flex: 1;
    color: #1b2061;
    font-size: 16px;
    font-weight: 500;
}

.main-content .loading-more {
    width: 100%;
    text-align: center;
    margin: 25px 0;
    color: #3d4246;
}

.main-content .text-load-more {
    color: initial;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 6px 17px;
    line-height: 1.2;
    font-weight: 700;
}

.main-content .container {
    padding: 0 20px;
    color: #73788a;
    line-height: 25px;
}

.main-content .container p {
    margin-bottom: 30px;
}

/* .main-content .description {
    margin: 0 50px 20px;
    margin-bottom: 20px;
}

.main-content .description .description-banner {
    position: relative;
    margin: 0 auto;
    background-color: #eee;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

.main-content .description .description-banner img {
    width: 100%;
    position: absolute;
    height: 100%;
} */

.main-content .faq-panel {
    display: flex;
    padding: 0 20px;
}

.main-content .faq-panel .faq-panel-detail {
    padding: 0 20px;
    flex: 50%;
    margin-bottom: 20px;
}

.main-content .faq-panel h3 {
    font-size: 17px;
    color: #1b2061;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
}

.main-content .faq-panel li {
    border-bottom: 2px solid #ddd;
}

.main-content .faq-panel li p {
    padding: 20px 10px;
    border-top: 2px solid #ddd;
    color: #73788a;
}

.main-content .faq-panel h4 {
    color: #296fc2;
    font-size: 15px;
    display: block;
    font-weight: 500;
    padding: 20px 0;
    display: flex;
    cursor: pointer;
}

.main-content .faq-panel h4 span {
    margin: 0 20px;
    flex: 1;
}

.main-content .faq-panel h4 i {
    color: #ddd;
    font-size: 22px;
}

.main-content .faq-panel h4 i.expand {
    color: #7b7b7b;
    font-size: 16px;
}

/* 面包屑 */
.breadcrumbs_box{
  margin: 15px auto 0 auto;
  max-width: 1600px;
}


/*导航点击样式 */

.click-color {
    background-color: #fff;
    display: block;
}

/* 
.characteristics {
    margin: 0 50px;
}

.characteristics .title h2 {
    text-align: center;
    font-size: 40px;
    color: #1b2061;
}

.characteristics ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.characteristics ul li .text-box {
    width: 50%;
    text-align: left;
}

.characteristics ul li .text-box span {
    font-size: 18px;
    color: #595959;
}

.characteristics ul li .img-box {
    width: 48%;
    height: 0;
    padding-bottom: 27%;
    background-color: #eee;
    margin-top: 20px;
    position: relative;
}

.characteristics ul li .img-box img {
    width: 100%;
    position: absolute;
    height: 100%;
}

.characteristics ul li .text-box h3 {
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0;
} */
/* 
.introduce {
    margin: 20px 50px;
    padding: 40px 0;
    background-color: #f3f3f3;
    text-align: center;
}

.introduce img {
    width: 80%;
} */
/* 
.quick-link {
    padding: 10px 50px;
}

.quick-link h2 {
    font-weight: 400;
    margin-bottom: 10px;
}

.quick-link span {
    background-color: #e6e6e6;
    color: #73788a;
}

.quick-link a {
    color: #00aaff;
    text-decoration: underline;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
} */

.evaluate {
    margin: 50px;
}

.evaluate .score {
    display: flex;
    flex-flow: wrap;
}

.evaluate .score .average {
    padding: 20px;
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: 0 2px 0 #eee;
    border-radius: 8px;
}

.evaluate .score .average h2 {
    font-size: 48px;
    color: #333;
}

.evaluate .score .average .star {
    display: flex;
    justify-content: center;
}

.evaluate .score .average .star img {
    width: 60%;
}

.evaluate .score .detailed-evaluation {
    width: 30%;
    margin: 0 50px;
}

.evaluate .score .detailed-evaluation .detailed-evaluation-content {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    color: #73788a;
}

.evaluate .score .detailed-evaluation .detailed-evaluation-content .schedule {
    width: 60%;
    background-color: #eee;
    height: 4px;
    margin: 0 20px;
}

.evaluate .score .detailed-evaluation .detailed-evaluation-content .schedule span {
    display: block;
    width: 80%;
    background-color: #FDBC00;
    height: 4px;
}

.evaluate .score .blueprint {
    display: flex;
    flex-direction: column;
}

.evaluate .score .blueprint .img-box {
    display: flex;
    margin-top: 10px;
}

.evaluate .score .blueprint .img-box .photos {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border: 1px solid #999;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.evaluate .score .blueprint .img-box .photos img {
    width: 100%;
}

.evaluate .score .blueprint .img-box .many {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    font-size: 40px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
}

.evaluate .score .blueprint .edit-but {
    background-color: #FDBC00;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    width: 156px;
    margin-top: 20px;
    cursor: pointer;
}

/* 
.advantage {
    margin: 20px 0;
}

.advantage ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advantage ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 50px 0;
}

.advantage ul li h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
} */

.main-content .user-evaluate {
    margin: 20px;
    border-top: 1px solid #eee;
}

.user-evaluate-detail {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.main-content .user-evaluate .view-conditions {
    display: flex;
    padding: 20px 10px 10px 0;
    flex-flow: wrap;
}

.main-content .user-evaluate .view-conditions span {
    display: block;
    padding: 10px 20px;
    margin-right: 10px;
    border: 1px solid #eee;
    cursor: pointer;
    margin-bottom: 10px;
}

.main-content .user-evaluate .view-conditions span.active {
    border-color: #63ac49;
}

.user-evaluate-detail .detail-box {
    border: 1px solid #eee;
    padding: 14px;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 10px 20px 0 0;
}

.user-evaluate-detail .detail-box .user-img {
    width: 100%;
    height: 300px;
    color: #eee;
}

.user-evaluate-detail .detail-box .user-img img {
    width: 100%;
    height: 100%;
}

.user-evaluate-detail .detail-box .user-avatar {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.user-quotation {
    word-wrap: break-word;
}

.user-evaluate-detail .detail-box .user-avatar p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e95144;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
}

.user-evaluate-detail .detail-box .user-avatar .username span {
    font-size: 14px;
    font-weight: 600;
}

.user-evaluate-detail .detail-box .user-avatar .username .uesr-nation {
    display: flex;
    margin-right: 6px;
}

.user-evaluate-detail .detail-box .user-avatar .username .uesr-nation span {
    font-weight: 400;
}

.user-evaluate-detail .detail-box .user-avatar .username .uesr-nation img {
    width: 16px;
    margin-right: 4px;
}

.user-evaluate-detail .detail-box .user-title {
    font-weight: 700;
    margin: 7px 0;
    color: #333;
}

.user-evaluate-detail .detail-box .user-score {
    display: flex;
    align-items: center;
    color: #73788A;
    margin: 10px 0;
}

.user-evaluate-detail .detail-box .user-operate {
    display: flex;
    margin-top: 20px;
}

.user-evaluate-detail .detail-box .user-operate span {
    padding: 4px 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
}

.satisfaction {
    width: 100px;
}

.bestsellers {
    margin-bottom: 30px;
}

/* 商品价格 */
.mrs_skin_product_detail_price {
    color: #9b3c44;
    font-style: normal !important;
    font-weight: 400 !important;
    margin-right: 5px;
}

.money {
    color: rgba(119, 119, 119, 1) !important;
    font-size: 16px !important;
    text-decoration: line-through;
    display: inline;
}

.text-truncate {
    color: #9b3c44 !important;
    font-weight: 400 !important;
    display: inline;
}

/* 畅销商品 */

.bestsellers h2 {
    color: #1b2061;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    margin: 20px;
}

.bestsellers-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 20px;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img {
    width: 100%;
    position: relative;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
    font-size: 0;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover {
    opacity: 0;
    transition: all 0.5s linear;
    font-size: 0;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img:hover .img-hover {
    opacity: 1;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    background-color: #fff;
    border-radius: 4px;
}

/* .bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box span, .bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box a {
    display: block;
    padding: 14px;
    white-space: nowrap;
    font-size: 20px;
    color: #757a8b;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box span:hover, .bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box a:hover {
    color: #e95144;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .box-title {
    position: absolute;
    width: 100%;
    line-height: 50px;
    left: 0;
    bottom: 15px;
    background-color: #1b2061;
    color: #FFF;
    border: 1px solid rgb(27, 32, 97);
    border-radius: 50px;
    font-size: 18px;
    z-index: 10;
    text-align: center;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .box-title:hover {
    color: rgb(27, 32, 97);
    background-color: #fff;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box span:nth-child(1) {
    border-right: 0.1px solid #999;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.bestsellers-list .bestsellers-list-box .bestsellers-text-box {
    position: static;
    z-index: 20;
}

.bestsellers-list .bestsellers-list-box .bestsellers-text-box h3 {
    margin: 0;
    font-size: 18px;
    color: #1b2061;
    padding-top: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}

.yd-bestsellers {
    display: none;
}

.properties {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;

}

.properties .properties-item {
    margin-right: -1px;
    margin-bottom: -1px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    padding: 8px 0 8px 8px;
    width: 15%;
    background-color: #eee;
}

.properties .properties-item-v {
    width: 35%;
    background-color: transparent;
}

.no-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
    margin: auto;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: border-box;
}

.no-review .no-review-stars {
    display: flex;
    margin-top: 40px;
    margin-bottom: 6px;
}

.no-review .no-review-text {
    margin-bottom: 16px;
}

.no-review button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    font-family: Poppins, "Arial", "sans-serif";
    font-size: 14px;
    color: #000;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 8px 18px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
    user-select: none;
    letter-spacing: 1px;
}

.no-review button:hover {
    background-color: #e8e8e8;
}

.no-review button.unavailable {
    color: #fff;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    cursor: default;
}


/* 宽度1600px */

@media screen and (max-width:1670px) {}


/* 宽度1500px */

@media screen and (max-width:1500px) {}


/* 宽度1400px */

@media screen and (max-width:1400px) {}


/* 宽度1300px */

@media screen and (max-width:1300px) {}


/* 宽度1200px */

@media screen and (max-width:1200px) {
    .advantage ul {
        flex-flow: wrap;
    }

    .advantage ul li {
        flex: 0 0 50%;
        margin: 10px 0;
    }

    .advantage ul li h2 {
        font-size: 14px
    }

    .advantage ul li img {
        width: 30px;
    }
}


/* 宽度1100px */

@media screen and (max-width:1100px) {}

@media screen and (max-width:1000px) {
    .characteristics ul li .img-box {
        width: 100%;
        padding-bottom: 56%;
    }

    .characteristics .title h2 {
        font-size: 18px;
    }

    .characteristics ul li {
        display: block;
    }

    .characteristics ul li .text-box {
        width: 100%;
    }

    .characteristics ul li .text-box h3 {
        text-align: center;
        font-size: 14px;
    }

    .characteristics ul li .text-box span {
        font-size: 16px;
    }

    .evaluate .score .average {
        width: 20%;
    }

    .evaluate .score .detailed-evaluation {
        width: 50%;
    }

    .bestsellers {
        display: none;
    }

    .yd-bestsellers {
        display: block;
        width: auto;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .yd-bestsellers h2 {
        text-align: center;
        padding: 24px 0 40px 0;
        font-size: 25px;
        font-weight: 400;
        color: #1b2061;
    }

    .yd-bestsellers .bestsellers-box .bestsellers-list-box {
        width: 100%;
    }

    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-box-img {
        width: 100%;
        padding-bottom: 100%;
        height: 0;
        position: relative;
        display: block;
    }

    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-box-img img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .yd-bestsellers .bestsellers-box .bestsellers-list-box a.btn-select {
        width: 100%;
        margin: 0 auto;
        display: block;
        line-height: 40px;
        border-radius: 30px;
        border: 1px solid #000D41;
        color: #1b2061;
        background-color: #fff;
        margin-top: 10px;
        text-align: center;
    }

    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-text-box h3 {
        font-size: 14px;
        padding-top: 20px;
        color: #1b2061;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-text-box span {
        color: #73788a;
        font-size: 16px;
    }
}



@media screen and (min-width:768px) {
    .tap-panel.active {
        display: block;
    }

    .productdetails-right {
        width: 44%;
        padding: 0 36px;
        overflow-y: auto;
    }

    .pc-bestsellers-box {
        display: block;
    }

    .m-bestsellers-box {
        display: none;
    }

    .rich-text-comm {
        padding: 0 3px;
    }

    .tap-panel{
        display: none;
    }

    .active .tap-panel {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .bestsellers-text-box h3 {
        font-size: 14px;
        color: #1b2061;
        font-weight: bold;
        margin: 0;
    }

    .bestsellers-text-box p {
        margin-bottom: 10px;
    }

    .btns div {
        margin-right: 0;
    }

    .pc-bestsellers-box {
        display: none;
    }

    .m-bestsellers-box {
        display: block;
    }

    .productdetails-right .btns {
        flex-wrap: wrap;
    }

    .content-nav {
        display: none;
    }

    .tap-panel.y-active {
        display: block;
    }

    .y-panel-title {
        display: flex;
    }

    .productdetails {
        flex-flow: wrap;
        margin-top: 15px;
    }

    .productdetails-left {
        width: 100%;
    }

    .productdetails-right {
        width: 100%;
    }

    .productdetails-right h2 {
        font-size: 25px;
    }

    .productdetails-right .price {
        font-size: 20px;
    }

    .productdetails-right .advantage {
        font-size: 14px;
    }

    .evaluate .score {
        justify-content: center;
    }

    .evaluate .score .detailed-evaluation {
        width: 100%;
        margin: 0;
    }

    .evaluate .score .blueprint {
        width: 100%;
    }

    .main-content .faq-panel {
        flex-flow: wrap;
    }

    .main-content .faq-panel .faq-panel-detail {
        flex: 100%;
    }

    .properties .properties-item {
        width: 40%;
    }

    .properties .properties-item-v {
        width: 60%;
    }

    .swiper-container .swiper-slide {
        max-width: 100%;
    }

    .thumb .swiper-slide {
        width: 47.5px;
    }

    .rich-text-comm{
        padding: 0 20px;
    }
    .tap-panel{
        display: none;
    }
  
    .y-active .tap-panel {
        display: block;
    }

    .no-review button {
        width: 100%;
        height: 36px;
        font-size: 12px;
    }

    .no-review .no-review-stars {
        margin-top: 0;
    }
}

/* 评论星级 */
.ratings-row {
    margin: 0px 1rem 1rem;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-weight: bold;
    color: rgb(0, 25, 82);
}

.ratings-list {
    display: flex;
    align-items: baseline;
    cursor: pointer;
}

.prod-review-summary {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.prod-review-summary:hover,
.prod-review-summary:visited {
    color: rgb(51, 51, 51);
}

.ratings-list .icon {
    width: 19px;
    height: 16px;
    fill: #001952;
}

.ratings-row a {
    color: rgb(0, 25, 82);
}

.ratings-row .ratings-num {
    margin-left: 1rem;
    margin-right: 0.25rem;
}

.ratings-row .anchor {
    margin-left: 0.25rem;
}

/* 评论 */
.reviews .title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    letter-spacing: 0.015625rem;
    border-bottom: 1px solid rgb(51, 51, 51);
    box-sizing: border-box;
}

.reviews-content .header .action-bar {
    position: relative;
    margin: 20px auto 7px;
    padding: 0 7px 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.reviews-content .header{
    margin: auto;
}

.reviews-content .header .action-bar .review-action-bar_summary{
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
}

.reviews-content .header .action-bar .review-action-bar_summary .review{
    display: flex;
}

.review-action-bar_summary .ratings-list{
    margin-right: 10px;
}

.review-action-bar_summary .ratings-list i{
    font-size: 24px;
}

.reviews-control{
    position: relative;
    display: flex;
    align-items: center;
}

.reviews-content .header .action-bar h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    user-select: none;
    white-space: nowrap;
    /* margin-bottom: 20px; */
}

.reviews-content .header .action-bar h2 i{
    font-weight: 700;
}

.reviews-content .header .action-bar .reviews-dist{
    position: absolute;
    top: 40px;
    display: none;
    width: 403px;
    padding: 20px 20px 24px 20px;
    margin-top: 4px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 4px;
    transform-origin: top center;
    box-shadow: 0px 6px 14px -4px rgb(0 0 0 / 14%);
    z-index: 1;
    box-sizing: border-box;
}

.icon-shaixuan{
    font-size: 20px;
}

.reviews-filter-dist{
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    margin-top: 4px;
    padding: 20px 20px 8px;
    width: 275px;
    background-color: #fff;
    box-shadow: 0px 6px 14px -4px rgb(0 0 0 / 14%);
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 1;
}

.reviews-filter-dist .sorting-title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.reviews-content .header .action-bar .reviews-control .reviews-filter-dist button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 0 0 20px 0;
    margin-bottom: 4px;
    border: none;
    font-size: 14px;
}

.reviews-content .header .action-bar .reviews-control .reviews-filter-dist button:hover{
    background-color: #fff;
}

.reviews-content .header .action-bar .reviews-dist span{
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    width: 100px;
}

.reviews-content .header .action-bar .reviews-dist span .icon-pingjiaxingxing{
    font-size: 32px;
    margin-right: 12px;
}

.reviews-dist-content .progress-section table{
    width: 100%;
}

.reviews-dist-content .progress-section td{
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.progress-bar{
    width: 204px;
    height:10px;
    background-color:#F5F5F5;
    border-radius: 2px;
}

.progress-bar-value{
    height: 100%;
    background-color: #7D7D7D;
    border-radius: 2px;
    transition: width 0.2s;
}

.reviews-content .header .action-bar button {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    color: #000;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease-in-out;
}

.reviews-content .header .action-bar button:hover{
  background-color: #E8E8E8;
}

.reviews-content .header .section-summary {
    /*margin: 0 10px;*/
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.reviews-content .header .section-summary .left,
.reviews-content .header .section-summary .right {
    width: 50%;
}

.reviews-content .header .section-summary .left h3,
.reviews-content .header .section-summary .right h3 {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.reviews-content .header .section-summary .left>p {
    margin: 0 5px 5px;
    padding: 0 5px 5px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.list-reviews-content .content-item .content-header{
    display: flex;
    align-items: center;
}

.header .left .flex-container-column {
    width: 62%;
    min-width: 200px;
    margin: 10px 10px 20px;
    display: flex;
    flex-direction: column;
}

.header .left .star-container {
    margin: 3px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .left .star-container .ratings-star {
    padding: 5px 3px;
    display: flex;
    font-size: 14px;
    letter-spacing: .2em;
    color: #666;
}

.header .left .star-container .ratings-bar {
    width: 90%;
    padding: 0 10px 0;
    font-size: 14px;
    color: #666;
}

.header .left .star-container .secondary-ratings-container {
    position: relative;
    height: 10px;
    display: block;
    border-radius: 2px;
    background-color: #ccc;
}

.header .left .star-container .stats-width {
    width: 73%;
    height: 10px;
    display: block;
    border-radius: 2px;
    background-color: #ffb400;
}

.header .left .star-container .ratings-score {
    width: 20%;
    font-size: 14px;
    text-align: center;
    color: #666;
}

.header .right .average-ratings {
    margin: 10px 10px 20px;
    line-height: 23px;
    display: flex;
    align-items: baseline;
    height: 23px;
}

.header .right .average-ratings .ratings-list {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.header .right .average-ratings .ratings-list .icon {
    width: 12px;
    height: 12px;
    fill: #333;
}

.header .right .average-ratings .rating-summary {
    font-size: 14px;
    color: #666;
}

.header .right .average-ratings .rating-stars {
    width: 144px;
    padding-left: 20px;
}

.header .right .average-ratings .score {
    /* padding-left: 25px; */
    font-size: 14px;
    color: #666;
}

.header .control-bar {
    margin-right: 10px;
    /* margin-left: 10px; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 22px;
    color: #333;
    font-size: 14px;
    background: #f7f7f7;
}

.header .control-bar .control-bar-count {
    padding: 10px;
    flex: 1;
    float: left;
    font-size: 16px;
}

#loadMore{
    display: block;
    margin: 26px auto 75px auto;
    padding: 6px 12px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    transition: background-color 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

#loadMore:hover{
    background-color: #e8e8e8;
    color: #000;
    -webkit-tap-highlight-color: transparent;
}

.footer .control-bar {
    justify-content: space-between;
    display: flex;
    background-color: #f7f7f7;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
}

.footer-pagaintion .next,
.footer-pagaintion .prev {
    cursor: pointer;
    border: 1px solid #7f7f7f;
    padding: 5px;
}

.footer-pagaintion .prev {
    margin-right: 10px;
}

.footer-pagaintion .prev.disabled,
.footer-pagaintion .next.disabled {
    background-color: rgb(204 204 204 / 80%);
    color: #757575ab;
}

.header .control-bar-sort {
    float: right;
}

.error-label {
    display: none;
    color: red;
}

.error-label.error {
    display: block;
}

.header .control-bar-sort select {
    border: none;
    outline: none;
    background: #f7f7f7;
}

.header .expand-filter-button {
    width: 36px;
    height: 32px;
    margin: 4px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    background-color: #ededed;
    cursor: pointer;
}

.header .expand-filter-button .icon {
    width: 14px;
    height: 14px;
}

.reviews-content .content-filter {
    display: none;
}

.reviews-content .content-filter .filter-select {
    margin: 10px;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.reviews-content .content-filter .active-filters {
    margin-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    background: #f7f7f7;
}

.reviews-content .content-filter .active-filters h4 {
    margin-bottom: 5px;
}

.reviews-content .content-filter .active-filters .filters-list {
    display: flex;
    align-items: flex-start;
}

.reviews-content .content-filter .active-filters .filters-list .tag-item {
    padding: 0.5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    border: none;
    background-color: #001952;
    cursor: pointer;
}

.active-filters .filters-list .tag-item span:last-child {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    color: #333;
    background: #fff;
}

.active-filters .filters-list .tag-item span:last-child .icon {
    width: 8px;
    height: 8px;
}

.reviews-content .content-filter .active-filters .filters-list .filters-clear-btn {
    padding: 0.5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    color: #333;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

.active-filters .filters-list .filters-clear-btn span:last-child {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #333;
}

.active-filters .filters-list .filters-clear-btn span:last-child .icon {
    width: 8px;
    height: 8px;
}

.list-reviews-content{
  display: flex;
  flex-direction: column;
}

.list-reviews-content .content-item {
    margin: 7px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.1s ease-out;
}

.list-reviews-content .content-item:hover{
   background-color: #f8f8f8;
}

.list-reviews-content .content-item .ratings-list {
    margin-right: 0.3em;
}

.list-reviews-content .content-item .ratings-list .icon {
    width: 12px;
    height: 12px;
    fill: #333;
}

.list-reviews-content .content-item .author {
    margin-right: 0.3em;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    order: 0;
}

.list-reviews-content .content-item .datetime {
    color: #767676;
    font-size: 13px;
    padding: 5px 0 0;
    height: 20px;
}

.list-reviews-content .content-item .datetime::before{
    content: '·';
    margin: 0 4px;
}

.list-reviews-content .content-item .ratings-item{
    height: 20px;
}

.list-reviews-content .content-item .ratings-item i{
    font-size: 16px;
}

.list-reviews-content .content-item>h3 {
    margin-bottom: 0.25em;
    padding: 10px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
}

.list-reviews-content .content-item .content-summary {
    padding: 10px 0;
    font-size: 14px;
    line-height: 19px;
}

.list-reviews-content .content-item .content-summarytext {
    word-wrap: break-word;
    margin-bottom: 5px;
    padding-top: 5px;
}

.list-reviews-content .content-item .recommend {
    margin-bottom: 1.25em;
    padding: 10px;
    display: flex;
    align-items: center;
}

.list-reviews-content .content-item .recommend .label {
    margin-right: 5px;
    line-height: 1.7em;
    font-weight: 700;
}

.list-reviews-content .content-item .feedback {
    display: flex;
    align-items: center;
}

.list-reviews-content .content-item .feedback .request {
    padding: 2px 10px;
    color: #666;
}

.list-reviews-content .content-item .feedback .feedback-yes,
.list-reviews-content .content-item .feedback .feedback-no {
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    color: #333;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.reviews-content .footer {
    margin-bottom: 0.25em;
    /* padding: 20px; */
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}

.reviews .questions h2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.questions-form {
    position: relative;
    display: none;
}

.reviews .questions .questions-expand-btn {
    margin: 0 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #009cd9;
    text-decoration: underline;
    cursor: pointer;
}

.questions-form .close-questions {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    background-color: #767676;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
}

.questions-form .required-text {
    margin-bottom: 1em;
    padding: 0 20px;
    display: block;
    font-size: .9em;
    color: #333;
}

.questions-form .item {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #ddd;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.questions-form .item label {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.questions-form .item label .name {
    padding-right: 0.5em;
}

.questions-form .item label .hint {
    font-size: 14px;
    color: #666;
}

.questions-form .item textarea {
    width: calc(100% - 40px);
    height: 90px;
    margin: 10px 20px;
    padding: 0.5em 1em;
    line-height: 1.5em;
    display: inline-block;
    color: #666;
    border-radius: 0.25em;
    border-color: #757575;
    box-sizing: border-box;
    outline: none;
}

.questions-form .item input {
    width: calc(100% - 40px);
    margin: 10px 20px;
    line-height: 1.2em;
    padding: 0.5em 1em;
    border-radius: 0.25em;
    border: 1px solid#757575;
    box-sizing: border-box;
    outline: none;
}

.questions-form .item input[type="checkbox"] {
    width: 1.25em;
    height: 1.4em;
    margin: 0 0.25em 0 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    border-radius: 0.25em;
    cursor: pointer;
}

.questions-form .item>span {
    margin-top: 5px;
    margin-bottom: 1em;
    padding: 0 20px;
    display: block;
    font-size: .76em;
    color: #333;
}

.questions-form .item>button {
    margin-left: 20px;
    padding: 0.5em 1em;
    line-height: 19px;
    border: none;
    color: #fff;
    font-size: 13px;
    background-color: #001952;
    cursor: pointer;
}

.review_img img {
    width: 11%;
    /* height: 130px; */
    margin-top: 5px;
    margin-right: 1%;
    cursor: pointer;
}

.coment-con {
    padding: 16px;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    font-family: poppins, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 7px 32px 7px;
    overflow: hidden;
    padding: 0 20px;
    display: none;
}

.coment-title {
    border-bottom: 1px solid #f7f7f7;
    color: #333;
    font-size: 18px;
    height: 63px;
    line-height: 63px;
    padding: 0 8px;
    position: relative;
    font-family: Poppins, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.coment-title .review-close {
    color: #333;
    cursor: pointer;
    font-size: 16px !important;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 21px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}

.coment-con .form-wrap {
    padding: 30px 40px;
}

.coment-con .form-wrap .form-item {
    margin-bottom: 20px;
}

.form-label {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    vertical-align: text-bottom;
}

.c-muli-semibold {
    font-family: Poppins, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.c-uploader {
    display: inline-block;
    width: 100%;
}

.c-btn {
    display: block;
    margin-top: 34px;
    width: 216px;
    height: 44px;
    color: #fff;
    font-family: Poppins, sans-serif;
    border: 1px solid #000;
    border-radius: 4px;
    background: #000;
    transform-origin: left center;
    transform: scale(1, 1);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    cursor: pointer
}

.coment-con .form-wrap .form-item .form-title {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
    font-family: Poppins, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.radiogroup {
    display: inline-flex;
}

.coment-con .form-wrap .form-item .form-title.required::before {
    color: #e61717;
    content: "*";
}

.c-rate-item {
    position: relative;
}

.c-icon--star_full {
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: font_family, sans-serif !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    display: block;
    width: 1em;
    line-height: 1em;
}

.ratings-item .icon-pingjiabanxing,
.ratings-item .icon-pingjiaxingxing-kongxin,
.ratings-item .icon-pingjiaxingxing,
.reviews-dist .icon-pingjiaxingxing {
    color: #F7D528;
}

.c-rate-item .c-icon--star_full {
    color: #F7D528;
}

.c-icon--star_full::before {
    content: '\e6c5';
}

.c-icon--star_full.half::before {
    content: "\e6d8";
}

.coment-con .form-wrap .form-item .form-title {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
    font-family: Muli-SemiBold, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.coment-con .form-wrap .form-item .input-nav {
    margin-top: 4px;
}

.coment-con .form-wrap .form-item .input-nav textarea {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #fff;
    transition: border .1s;
    color: #333;
    cursor: text;
    padding: 12px;
    cursor: inherit;
    font-family: Poppins, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    width: 100%;
    resize: none;
}

.coment-con .form-wrap .form-item .form-title {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    vertical-align: text-bottom;
    font-family: Poppins, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.c-uploader__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.c-uploader__input-wrapper {
    position: relative;
}

.uploader-wrapper {
    border: 1px solid #d8d8d8;
    text-align: center;
    box-sizing: border-box;
}

.upload-img-delete {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .6);
    padding: 2px 4px;
    color: #fff;
    font-size: 12px;
}

.upload-img-delete:hover {
    background-color: rgba(0, 0, 0, 1);
}

.file-upload-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.m-add-review{
    padding: 6px 9px;
    margin: 0 7px 14px 7px;
    width: calc(100% - 14px);
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.pc-add-review{
    margin-right: 7px;
}

.auto-prod-text-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.auto-prod-title{
    font-family: Poppins, sans-serif !important;
}

.auto-prod-text-box, .auto-prod a, .prod-review .ratings-list li{
    font-family: Poppins, sans-serif !important;
}

.form-review-score{
    display: flex;
    align-items: center;
}

.review_btn {
  display: flex;
  margin-top: 5px;
  gap: 0 2em ;
  font-size: 13px;
  user-select: none;
}
.review_btn .visited {
  color: #ccc;
}
.review_btn .helpful,
.review_btn .unhelpful {
  cursor: pointer;
}

.list-reviews-content .content-item:last-child{
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .upload-img-wrapper {
        width: 136px;
        height: 136px;
        margin-right: 5px;
        border: 1px solid #d8d8d8;
        position: relative;
    }

    .review_img img {
        width: 11%;
        /* height: 130px; */
        margin-right: 1%;
    }

    .reviews {
        width: 100%;
        /* max-width: 90rem; */
        /* margin: 3.125rem auto; */
        padding: 0px 1rem;
        color: rgb(51, 51, 51);
        box-sizing: border-box;
    }

    .m-add-review,.m-reviews-dist{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .coment-con .form-wrap {
        padding: 15px 5px;
    }

    .coment-con .form-wrap input {
        margin: 20px auto;
    }

    .c-uploader__wrapper{
        gap: 2px;
    }

    .upload-img-wrapper {
        width: 96px;
        height: 96px;
        margin-right: 0;
        border: 1px solid #d8d8d8;
        position: relative;
    }

    .review_img img {
        width: 22%;
        /* height: 130px; */
        margin-right: 1%;
    }

    .reviews {
        width: 100%;
        max-width: 90rem;
        margin: 0 auto;
        /*padding: 0px 1rem;*/
        color: rgb(51, 51, 51);
        box-sizing: border-box;
    }

    .reviews-dist{
        display: none;
    }

    .pc-add-review{
        display: none !important;
    }

    .reviews-content .header .action-bar{
       justify-content: stretch;
       flex-wrap: wrap;
    }

    .reviews-control{
        order: 2;
    }

    .reviews-content .header .action-bar .reviews-dist{
        position: relative;
        left: 0;
        top: 0;
        order: 3;
        padding: 20px 0;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .m-reviews-dist .reviews-dist-content span{
        display: flex;
        align-items: center;
        font-size: 40px;
        font-weight: 600;
        margin: auto;
        width: 100px;
    }

    .review-action-bar_summary{
        flex-grow: 1;
        order: 1;
    }

    .uploader-wrapper{
        height: 98px;
        width: 98px;
        padding-top: 35px;
    }
    
    .uploader-icon{
        height: 26px;
        width: 26px;
    }

    .m-add-review{
        width: calc(100% - 10px);
        margin: 0 5px 10px 5px;
    }

    .reviews-content .header .action-bar{
        padding-left: 5px;
        padding-right: 5px;
    } 

    .list-reviews-content .content-item{
        margin: 5px;
    }

    #loadMore{
        margin: 25px auto 40px auto;
    }

    .coment-con{
        margin-left: 5px;
        margin-right: 5px;
    }

    .auto-prod{
        padding-left: 0;
        padding-right: 0;
    }

    .reviews-content .header{
      padding-top: 10px;
    }
}

@media (min-width: 769px) {
    .uploader-wrapper {
        height: 136px;
        padding-top: 48px;
        width: 136px;
    }

    .uploader-icon {
        height: 40px;
        width: 40px;
    }
}

.c-uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}

.coment-con .form-wrap .form-item .input-nav textarea {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    width: 100%;
    resize: none;
    font-family: Poppins, sans-serif !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
    background: rgb(255, 255, 255);
    transition: border 0.1s ease 0s;
    padding: 12px;
}

.coment-con .form-wrap .form-item .input-nav input {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: rgb(51, 51, 51);
    font-family: Poppins, sans-serif !important;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
}

.c-rate-item {
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    .header .control-bar,
    .reviews-content .header .section-summary {
        flex-direction: column;
        display: none;
    }
    .header .left .flex-container-column,
    .reviews-content .header .section-summary .left,
    .reviews-content .header .section-summary .right {
        width: 100%;
    }
}