body{
    transition: all 0.5s;
    /* cursor: pointer; */
    position: relative;
}
body.overflow{
    height: 100%;
    overflow: hidden;
}
.comments-wrap img{
    display: block;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.wrap{
    padding:10px;
}
.comments-wrap .title{
    overflow:hidden;
    line-height: 36px;
    padding:5px 0;
    border-bottom:4px solid #e2e2e2;
    color:#666;
}
.star-score{
    color:#FFBA53;
    font-size: 12px;
    float:right;
}
.star-score b,.comments-wrap .title h3{
    font-size:17px;
}
.comments-wrap .title h3{
    background:none;
    color:#666;
    padding-left:0;
    float:left;
}

.customer-show{
    margin:15px 0;
    /*border-bottom:1px solid #e2e2e2;*/
}
.show-title{
    position: relative;
    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;
}
.view-more i{
    vertical-align: middle;
    color:#ffba53;
}

.imgs-container{
    border-radius: 5px;
    margin-bottom:15px;
   z-index: 0;
}
.comments-list{
    margin:20px 0 10px;
}
.list-item{
    padding: 15px 0;
    border-bottom: 5px solid #eee;

}
.customer-info,.comment-footer{
    overflow: hidden;
}
.avatar,.customer-name{
    float:left;
    margin-right:15px;
    line-height: normal;
}
.avatar{
    width: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{
    float:right;
    margin-top: 20px;
}

.read-more{
    position: relative;
    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 p{*/
    /*height: 4.5vh;*/
    /*overflow: hidden;*/
    /*margin-bottom:5px;*/
/*}*/
/*.comment-content p.all{*/
    /*height: auto;*/
/*}*/
.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-pics ul li{*/
    /*width: 50%;*/
    /*display: inline-table;*/
    /*float: none!important;*/
    /*border: 0;*/
    /*padding:0;*/
    /*margin-right:5px;*/
/*}*/
.comment-pics ul li img{

}
.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;
    position: relative;
    background: #ececec;
    color:#333;
    font-size: 14px;
}
.reply span{
    display: block;
    position: relative;
    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;
}
.view-more-btn button{
    border-radius:25px;
    background:none;
    border:1px solid #ccc;
    padding:8px 30px;
}

.all-comments,.photo-gallery-container{
    background: #fff;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    bottom: 0;
    right: -300%;
    margin:0 auto;
    /*padding:0 10px;*/
    transition: all .5s;
}
.photo-gallery-container{
    background:#f2f2f2 ;
}

.fixed-top{
    position: fixed;
    width: 100%;
    left:0;
    right: -300%;
    top: 0;
    margin:0 auto;
}
.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{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px;
    font-size: 20px;
}
.pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.pagination ul li{
    margin: 0 10px;
}
.pagination ul li.on{
    color: #ff0000;
}
.pagination .more{
    margin-right: 10px;
}

@media screen and (max-width: 656px){
    .comment-content p{
        font-size: 14px;
    }
}

@media screen and (max-width: 375px){


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

}

/*photo-gallery.html css*/

.photo-gallery{
    margin-top:35px;
    height: 100%;
    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;
}

.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;
}
.comment .header{
    border-bottom:1px solid #e2e2e2;
    display: none;
}
.comment .star-score i{
    font-size:14px;
}

.comment .comment-content{
    padding:0 8px;
    overflow: hidden;
    /*height: 26px;*/
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.comment .customer{
    position: relative;
    padding:0;
}
/*.comment  .customer span,.customer i{*/
    /*color:#333;*/
/*}*/
.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{
    display: none;
}
.gallery-zoom  .comment .customer .agree{
    position: static;
    color:#f2f2f2;
}
.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;
}
.zoom-container{
    display: none;
}
.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{
    width:100%;
    margin:0 auto;
    background:rgba(0,0,0,.8);
    position: fixed;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 88888;
}
.zoom-content{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto;
    height: fit-content;
    max-width: 600px;
    width: 100%;
    z-index: 99999;
}

.zoom-content .back{
    background:rgba(0,0,0,.8);
    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%;
}
.pic-zoom{
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}




/************瘨娍踎�滨�争�祇��踎�羓�琜蕭  2019.9.24���踎��CSS******************/
.zoom{
    position: fixed;
    background: rgba(0,0,0,.8);
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto auto;
    width:100%;
    z-index: 99999;
    color:#f2f2f2;
    display: none;
}
.comment-zoom-container{
    display: block;
}

.customerShow-zoom .slide-img{
    height:auto;
    overflow: hidden;
    margin:15% 5% 12px;
}
.customerShow-zoom .comment{
    padding:0 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    height: 15%;
    z-index: 999;
}

@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: 24px;
    border:1px solid #e2e2e2;
    right: 5px;
    top:5%;
    z-index: 99999999;
}
.zoom .close i{
    color:#f2f2f2;
}

.comment-zoom-container .close{
    top:10%;
    right:5%;
}
.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 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 ;
}
@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;
}



/*�鰵憓墧見撘�*/
.customer-name p , .comment-content 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 .customer-show {
	margin: 15px 0;
	border-bottom:0px;
	padding: 0 8px;
}
.comments-wrap-new .star-score .icon-chevron-right1{display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
.comments-wrap-new .comments-list , .comment-layer .comments-list{
	margin: 0px 0 10px;
	padding-top: 10px;
}
.comments-wrap-new .comment-pics ul li , .comment-layer  .comment-pics ul li{
	border-radius: 3px;
}
.comment-layer .comments-list{border-top: 1px solid #eee;}
.comments-wrap-new .comments-list .list-item  , .comment-layer .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;
}


/*敶��*/
.coupon-item{max-width: 640px;}
.comment-layer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 50%;
	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;
}

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

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

.cover-title {
	overflow: hidden;
	line-height: 55px;
	padding:10px;
	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: bold;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; position: absolute;top: auto;bottom: 0;left: 50%; right: auto; margin-left: -60px;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;}

/*2019.10.25�鰵憓� CSS*/
.comment3_2 .title{
    border-bottom:0;
}
.comment3_2 .title h4{
    font-size: 16px;
    color:#555;
    font-weight: bold;
    margin: 8px 0;
}
.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;
}

.list .xingxing i{
    font-size: 14px;
}
.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;
}
.h-customer .xingxing i{
    font-size: 14px;
}
.abbreviate-comment{
    width:62%;
}
.comment3_2 .comment-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    padding: 0 5px;
}
.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{
    /*width: 100px!important;*/
    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 .h-customer .xingxing{
    float: right;
}
.vertical-list .comment-footer .spec{
    width:auto;
}
.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;
    height: auto;
    float:left;
    margin-right: 5px;
}
.vertical-list  .comment-pics ul li:last-child{
    margin:0;
}
.pages-container{
    text-align: center;
    padding: 20px 0 10px;
}
.pages-container .pagination{
    overflow: hidden;
    display: inline-flex;
    margin:0 0 0 8px;
    padding: 0;
}
.pages-container .pagination+span{
    margin-right: 8px;
}
.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-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;
}

.star-progress-container .star-score{
    float:left;
    width: 18%;
    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;
}
.star-progress-container .score span{
    font-size: 14px;
}

.star-progress-container .progress{
    width: 75%;
    height: 6rem;
    background: none;
}
.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: 90px;
    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{
        width: 30px;
        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 .progress li span{
        width: 33%;
    }
    .star-progress-container li .progress-bar{
        width: 65%!important;
    }
    .star-progress-container .star-score i{
        font-size: 16px;
    }
    /*�銁��𧢲㦤蝡舀𧒄 霂�霈箸遬蝷�3銵䕘�𣬚洵4銵峕�睃��*/
    .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 .customer-info .avatar,.Dir .customer-info .customer-name,.Dir .comment-footer .spec{float:right;}
.Dir .comment-content,.Dir .comment-footer .spec, .Dir .comment-pics{text-align: right;}
.Dir .comment-footer .action,.Dir .customer-info .date{float:left;}

