.replay-product-quick-view-con-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .6);
    justify-content: center;
    align-items: center;
    display: none;
}
.no-img-replay-product-quick-view {
    width: 53vw;
}

.replay-product-quick-view-con {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.replay-product-quick-view-con .product-information a.woocommerce-review-link {
    pointer-events: none;
    cursor: auto;
}


.replay-product-quick-view-con .replay-product-quick-view {
    position: relative;
    background: #fff;
    min-height: 542px;
    border-radius: 10px;
    overflow: hidden;
}

.replay-product-quick-view-con .replay-product-quick-view .product-quick-view-close {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
}

.replay-product-quick-view-con .product-quick-view .product-quick-view-hide {
    display: none;
}
.replay-product-quick-view-con .review-content-foot-line {
    margin-top: 24px;
    max-width: 100%;
}

.replay-product-quick-view-con .replay-product-quick-view .product-quick-view-close:before {
    content: "\2716"
}

.replay-product-quick-view-con .replay-product-quick-view .wb-product-quick-view-content {
    padding: 0;
    width: 100%;
    max-width: 53vw;
}

.replay-product-quick-view-con .replay-product-quick-view .single_variation_wrap {
    display: none;
}

.replay-product-quick-view-con .replay-product-quick-view.product-quick-view-link {
    width: 100%;
    margin: 10px 0;
}
.replay-product-quick-view-con .wb-product-quick-view-content {
    display: flex;
}

.replay-product-quick-view-con .product-replay-content {
    padding-left: 20px;
    width: 53vw;
}

.replay-product-quick-view-con .product-replay-content .review-content-foot-comment {
    cursor: unset;
}

.product-img-content-main {
    position: relative;
    min-height: 542px;
}

.replay-product-quick-view-con .product-img {
    width: 360px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    background: #f7f7f7;
    padding: 0 10px;
    display: none;
}
.product-img-content-main .product-img-totals {
    position: absolute;
    bottom: 15px;
    right: 16px;
    width: 68px;
    height: 24px;
    background: #c1c1c1;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
}

/*=====轮播图片======*/

#most_box {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#img_box {
    width: 1000%;
    height: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#img_box img {
    width: 350px;
    height: auto;
    float: left;
}
/*=====前进后退按钮======*/

#change_box {
    color: #999;
    font-size: 24px;
}

#prev,
#next {
    position: absolute;
    top: 50%;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

#prev:hover {
    cursor: pointer;
    background: url('../fonts/comment-prev.svg') no-repeat center rgba(255, 255, 255, 0.06);
}

#next:hover {
    cursor: pointer;
    background: url('../fonts/comment-next.svg') no-repeat center rgba(255, 255, 255, 0.6);
}

#prev {
    left: 0;
    background: url('../fonts/comment-prev.svg') no-repeat center #fff;
}

#next {
    right: 0;
    background: url('../fonts/comment-next.svg') no-repeat center #fff;
}
.product-user-replay {
    padding-top: 40px;
    padding-right: 20px;
}
.product-comment-replay .review-content-star {
    margin-top: 12px;
}

.product-comment-replay li {
    list-style: none;
    margin-top: 32px;
}

.product-comment-replay .review-content-main-img {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-comment-replay .review-content-foot-comment-count ,.review-content-foot-comment {
    pointer-events: none;
}

.product-comment-replay .review-content-name-property-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-comment-replay .review-content-name-property-time .review-content-name-property {
    display: flex;
    align-items: center;
}

.product-comment-replay .review-content-time {
    font-size: 16px;
    color: #666666;
}

.product-comment-replay .review-content-name-property-time .review-content-name-property .review-content-property span {
    font-size: 12px;
    color: #d69341;
    line-height: 14px;
    margin-left: 9px;
    background: rgba(253, 204, 13, 0.11);
    border-radius: 24px;
    padding: 4.5px 12px;
}

.replay-product-quick-view-con-bg .product-other-comment-replay {
    padding-top: 24px;
}

.replay-product-quick-view-con-bg .replay-name-email,.user-nick-name-email-input {
    display: flex;
}

.replay-product-quick-view-con-bg .comment-replay-content {
    height: 95px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    width: 100%;
    padding-top: 40px;
    min-height: 95px;
    font-size: 14px;
    margin-bottom: 16px;
}

.replay-product-quick-view-con-bg .replay-name-email input,.user-nick-name-input,.user-email-input {
    height: 48px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    width: 100%;
    padding-left: 13px;
    font-size: 14px;
}

.replay-product-quick-view-con-bg .replay-name-email .next-input,.user-email-input {
   margin-left: 17px;
}

.replay-product-quick-view-con-bg .comments-user-title {
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}

.replay-product-quick-view-con-bg .replay-opt-content,.user-submit-and-cancel {
    width: 100%;
    text-align: right;
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 33px;
}

.replay-product-quick-view-con-bg .replay-opt-content span,.user-submit-and-cancel span{
    display: inline-block;
    font-size: 16px;
    padding: 15px 47px;
}
.replay-product-quick-view-con-bg .replay-opt-content .replay-opt-content-cancel,.user-cancel-btn {
    border: 2px solid #dddddd;
    border-radius: 8px;
    cursor: pointer;
}
.replay-product-quick-view-con-bg .replay-opt-content .replay-opt-content-submit:hover {
    background: #000000;
    opacity: 0.7;
}

.replay-product-quick-view-con-bg .replay-opt-content .replay-opt-content-submit,.user-submit-btn {
    background: #000000;
    border: 2px solid #000000;
    border-radius: 8px;
    color: #ffffff;
    margin-left: 16px;
    cursor: pointer;
}
.replay-product-quick-view-con-bg .replay-opt-content .replay-opt-content-cancel:hover {
    border: 2px solid #666666;
}

.replay-product-quick-view-con-bg .comment-replay {
    margin-top: 13px;
    position: relative;
}

.replay-product-quick-view-con-bg .replay-product-quick-view-con-tips {
    position: absolute;
    color: #fff;
    z-index: 10;
    background: #000000;
    min-width: 160px;
    left: 50%;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    top: 60px;
    transform: translateX(-50%);
    border-radius: 10px;
    display: none;
}

.replay-product-quick-view-con-bg .product-user-replay-other {
    height: 240px;
    overflow: overlay;
    margin-top: 32px;
    display: none;
}

.replay-product-quick-view-con-bg .show-product-user-replay-other {
    display: block;
}


.replay-product-quick-view-con .show-product-user-replay-other::-webkit-scrollbar {
    width: 4px;
}
.replay-product-quick-view-con .show-product-user-replay-other::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
}
.replay-product-quick-view-con .show-product-user-replay-other::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .2);
}

.replay-product-quick-view-con-bg .product-user-replay-other-one {
    height: 150px;
}

.replay-product-quick-view-con-bg .other-reply-content-heard {
    display: flex;
    align-items: center;
}

.replay-product-quick-view-con-bg .other-reply-content-heard .other-content-heard-name {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}
.replay-product-quick-view-con-bg .other-reply-content-heard .other-content-heard-time {
    font-size: 14px;
    color: #999999;
    padding-left: 12px;
    line-height: 22px;
}

.replay-product-quick-view-con-bg .other-reply-other-content {
    padding-top: 10px;
    padding-right: 20px;
}

.replay-product-quick-view-con-bg .reply-name-or-text-dom {
    position: relative;
    display: none;
    padding-right: 20px;
}

.replay-product-quick-view-con-bg .other-reply-content-foot .other-content-reply-name,.replay-to-user {
    position: absolute;
    top: 20px;
    left: 14px;
    font-size: 14px;
    width: 94%;
    top: 1px;
    background: #fff;
    padding-top: 11px;
}
.replay-product-quick-view-con-bg .other-reply-content-foot .other-content-textarea {
    height: 95px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    width: 100%;
    padding-top: 40px;
    min-height: 95px;
    font-size: 14px;
    margin-bottom: 16px;
}
.replay-product-quick-view-con-bg .other-content-textarea::-webkit-scrollbar,.comment-replay-content::-webkit-scrollbar {
    width: 4px;
}

.replay-product-quick-view-con-bg .other-content-textarea::-webkit-scrollbar-track,.comment-replay-content::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
}
.replay-product-quick-view-con-bg .other-content-textarea::-webkit-scrollbar-thumb,.comment-replay-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .2);
}

.replay-product-quick-view-con-bg .other-content-reply-btn-text {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.replay-product-quick-view-con-bg .other-reply-content-foot {
    padding-top: 16px;
}

.replay-product-quick-view-con-bg .review-content-foot-line-reply {
    margin: 8px 0 0 0;
    max-width: 100%;
}

.replay-product-quick-view-con-bg .other-reply-content .other-reply-content-main {
    padding-top: 24px;
}

.replay-product-quick-view-con-bg .other-content-foot-reply-btn {
    background: url('../fonts/comment-reply.svg') center center no-repeat !important;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.replay-product-quick-view-con-bg .other-content-foot-reply-text {
    font-size: 16px;
    line-height: 22px;
    padding-left: 9px;
    cursor: pointer;
}
