.reviewss{
	background: #fff;
	padding: 20px 0px;
    border-radius: 10px;
}
#review{
    width: 100%;
    height: auto;
	background: #fff;
	border-radius: 5px;	
}
.profile_img{
	width: 30px;
    height: 30px;
    border-radius: 30%;
}
.r_p_star {
    list-style: none;
	height: 28px;
}
.r_p_star li {
    list-style: none;
    display: inline;
}
.r_p_star img {
    width: 13px;
}
.star-result .r_p_star img {
    width: 15px !important;
}
.module-line{
    width: 100%;
    background: #f5f5f5;
    height: 5px;
}
.review-content{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
    background: #ffffff;
    margin-bottom: 5px;
	position: relative;
}
.review-content:last-of-type {
    border-bottom: 0px solid #ddd;
}
.review-title{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 15px 0 10px;
}
.review-title>div{
    display: flex;
    align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.review-title>div p{
    margin-left: 8px;
}
.review-txt{
    line-height: 1.5rem;
    padding: 6px 0px;
	font-size: 13px;
}
.review-img-video{
    width: 95%;
	display: grid;
    grid-template-columns: repeat(3,33.3%);
    grid-gap: 6px;
}
.revew-btns{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.review-img-video img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    height: auto;
}
.toReview,.view-review{
    color: #828282;
}
.review-b{
    width: 40%;
    display: flex;
    justify-content:flex-end;
    align-items: flex-end;
	position: absolute;
	right: 0;
    bottom: 0;
}

.userInput{
    width: 90%;
    height: 220px;
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    margin: 100px auto;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
}
.userInput textarea{
    width: 96%;
    height: 70px;
    border-radius: 5px;
    border-color: #a9a9a9;
    padding: 3px 5px;
    box-sizing: border-box;
}
.userInput .send{
    display: block;
    width: 50px;
    height: 30px;
    background: #4c4948;
    color: white;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    font-size: 1rem;
    margin-left: 80%;
    margin-top: 10px;
}

.review-childs{
    width: 98%;
    height: auto;
    margin-top: 10px;
    display: none;
}
.review-child{
    width: 100%;
    height: auto;
    padding: 5px;
    display: flex;
    flex-direction: column;
	background: #f5f5f5;
    border-radius: 5px;
    margin: 5px;
}
.review-child img{
    width: 25px;
}
.review-child p {
    margin-left: 5px;
}
.childUserMsg{
    width: 100%;
    display: flex;
    align-items: center;
}
.userMsg{
    width: 90%;
    margin-left: 9%;
    line-height: 15px;
    margin-top: 3px;
    word-break: break-word;
}

.review_2_back{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 19px;
    bottom: 80px;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .8);
    display: none;
}

#review_2 .review-top{
	display:none;
	#display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ded8d8;
    align-items: center;
    position: static;
    left: 0;
    top: 0px;
    background: #fff;
    z-index: 888;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
}
#review_1 .review-top{
    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #ded8d8;
    align-items: center;
}
.review-top p {
    padding: 5px 5px;
    font-size: .9rem;
}
.review-top p span {
    padding: 5px 5px;
    font-size: .9rem;
}

.review-top p:nth-child(2){
   color: #ffa500; 
}

.review-contents{
	padding-top: 10px;
    width: 100%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
	overflow-y: scroll;
	max-height: 87vh;
	scroll-behavior: smooth;
}
.moduleLine{
    width: 100%;
    height: 10px;
    background: #f5f5f5;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body, html {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.inputFile {
    border: none;
    background: #f5f5f5;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.upload{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.loadSet{
	width: 65px;
    height: 65px;
    border: 1px solid #e0dfdf;
    border-radius: 5px;
    background: #f5f5f5;
    font-size: 3rem;
    font-weight: lighter;
    text-align: center;
    line-height: 65px;
    color: #8c8c8c;
}
.srcFile{
    display: none;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.clear{
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(10 10 10 / 80%);
    text-align: center;
    line-height: 20px;
    display: inline-block;
    color: white;
    z-index: 999;
    display: none;
    font-size: .5rem;
    right: -1px;
    top: 0px;
}
.headerBack{
    width: 22px;
    margin-left: 5px;
}
.headerSend{
    margin-right: 15px;
    color: orangered;
}
.loadingSend{
    width: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 30%;
    display: none;
}
.userInput img{
    width: 20px;
}
.userPhone {
    border-bottom: 1px solid #d0cccc;
    height: 35px;
    width: 86%;
    padding-left: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-left: 3%;
    padding-top: 10px;
}
.userPp{
    display: flex;
    align-items: center;
    height: 50px;
}
.nameAndP{
	margin-left: 8px;
    display: flex;
    flex-direction: row;
    height: 20px;
    align-items: center;
    justify-content: space-between;
}
.nameAndP p{
    height: 20px;
    line-height: 20px;
	overflow: hidden;
}

.loadingSecondR{
    width: 70px;
    position: fixed;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    display: none;
}
.reviews-png{
    margin: -2px 5px 0px 5px;
}
.reviews-png img{
    width: 20px;
}
.count{
    width: 78px;
    color: #385898;
}
.reviews{
    display: flex;
    margin-top: 30px;
	position: relative;
}
.thumbs{
    margin-left: 20%;
}
.thumbs-count{
    margin-left: 5px;
    color: #606770;
}
.secondReviewDialog{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.input-title{
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 1rem;
    color: #4a4a4a;
}
.srd-close{
    position: absolute;
    right: 10px;
    top: 0;
}
.thumbs img{
	width: 18px;
    padding: 2px;
}

.more-views{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: 999;
    border-radius: 10px 10px 0px 0px;
}

.star-probability{
    background: #fff;
	border-radius: 10px 10px 0px 0px;
}
.star-probability,.star-probability ul{
    width: 100%;
}
.star-probability ul{
    padding: 5px;
    box-sizing: border-box;
}
.star-probability>ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.star-probability ul li span{
    display: inline-block;
    text-align: center;
}
.probability-num{
    width: 18%;
}
.percentage{
    width: 18%;
}
.probability{
    border-radius: 6px;
    width: 55%;
    height: 5px;
    background: #e2dfdf;
    position: relative;
	margin-left: 5px;
}
.probability-progress{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4b215;
    border-radius: 8px;
}
.star-p{
    height: 40px;
    position: relative;
	display: flex;
    flex-direction: column;
	flex-grow: 1;
	width: 85%;
}
.star-p div:nth-child(2){
    top: 10px;
	margin-left: 8px;
}
.star-p .layui-rate li i.layui-icon{
    font-size: 16px !important;
}
.custom-evaluate p{
    height: 25px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #555;
}
.review-notice{
	border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 10px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.review-notice span{
	margin: 5px;
}
.probability-results .pr-1{
    padding:5px;
	margin-top: 12px
}
.probability-results{
    
}
.result-rate{
	font-size:22px;
	color:#ffa500;
	font-weight:600;
}
.custom-evaluate div:nth-child(2){
    text-align: center;
	 margin-top: -10px;
}
.review_video {
	width: 210px;
    height: 210px;
	margin: 5px 5px 0px 0px;
	float: left;
}

.review_video div{
	width:100%;
	height:100%;
	object-fit: cover;
    border-radius: 6px;	
}
.review_video video{
	width:100%;
	height:100%;
	object-fit: cover;
    border-radius: 6px;	
}
.review-img-video div:first-child{
	grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
.review_img{
	border-radius: 6px;
	margin: 5px 0px 0px 0px;	
	height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.video-js .vjs-big-play-button {
    font-size: 20px !important;
}
.video-js{ /* 给.video-js设置字体大小以统一各浏览器样式表现，因为video.js采用的是em单位 */
  font-size: 14px;
}
.video-js button{
  outline: none;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3{ /* 视频占满容器高度 */
  height: 100%;
  background-color: #161616;
}
.vjs-poster{
  background-color: #161616;
}
.video-js .vjs-big-play-button{ /* 中间大的播放按钮 */
  font-size: 2.5em;
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: rgba(115,133,159,.5);
  border-width: 0.12em;
  margin-top: -1.25em;
  margin-left: -1.75em;
}
.video-js.vjs-paused .vjs-big-play-button{ /* 视频暂停时显示播放按钮 */
  display: block;
}
.video-js.vjs-error .vjs-big-play-button{ /* 视频加载出错时隐藏播放按钮 */
  display: none;
}
.vjs-loading-spinner { /* 加载圆圈 */
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}
.video-js .vjs-control-bar{ /* 控制条默认显示 */
  display: flex;
}
.video-js .vjs-time-control{display:block;}
.video-js .vjs-remaining-time{display: none;}

.vjs-button > .vjs-icon-placeholder:before{ /* 控制条所有图标，图标字体大小最好使用px单位，如果使用em，各浏览器表现可能会不大一样 */
  font-size: 22px;
  line-height: 1.9;
}
.video-js .vjs-playback-rate .vjs-playback-rate-value{
  line-height: 2.4;
  font-size: 18px;
}
/* 进度条背景色 */
.video-js .vjs-play-progress{
  color: #ffb845;
  background-color: #ffb845;
}
.video-js .vjs-progress-control .vjs-mouse-display{
  background-color: #ffb845;
}
.vjs-mouse-display .vjs-time-tooltip{
  padding-bottom: 6px;
  background-color: #ffb845;
}
.video-js .vjs-play-progress .vjs-time-tooltip{
  display: none!important;
}
.all-review{
	display:none;
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    font-size: 14px;
}
.review_cover{
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    touch-action: none;
}
.review-close{
	position: absolute;
    right: 3px;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 999;
}
.main-review{
	padding: 10px 5px;
}
.main-review-content{
	border-bottom: 1px solid #e8e8e8;
}
.main-review-header{
	background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;	
	border-bottom: 1px solid #ded8d8;
	padding: 5px;
	font-size:13px;	
}
.more-reviews{
	display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.more-reviews-text{
	font-weight: 550;
}
.bottom-line{
	border-bottom: 1px solid #e2dfdf;
}
.review_bg_img{
	width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
	margin:5px;
    background-position: center;	
	border-radius: 6px;	
}
.loading-more{
	width: 20px;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
}
.end-loading-reviews{
	font-size: 12px;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
}
.review-summary{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
	padding: 10px 0px 10px 0px;
}
.review-summary-left{
	display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-start;
    flex-wrap: nowrap;
	width:30%;
	font-size: 15px;
    font-weight: 600;
}
.rr-score{
	width: 100%;
	height: 20px;
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: baseline;
}
.review-summary-right{
	width:65%;
	margin-right: 10px;
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}
.review-summary-right img {
	height: 14px;
}
.np-name{
	margin-right:5px;
}
.star-package{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;		
}
.package_sku{
	font-size: 12px;
	color: #7c7c7c;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-left: 5px !important;
	width: 80%;
}
.c-title-logo{
	display: flex;
    align-items: center;
}
.comment-logo img{
	width:25px;
	margin-right:5px;
}
.review-star{
	width:25%;
}
.show-10-line{
	display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.user-head-logo{
	#width:15%;
}
.write-review-notice{
	font-size:12px;
	text-align: center;
}
.toReviewTop{
	position: fixed;
    bottom: 10%;
    z-index: 101;
    width: 8%;
    right: 3%;
}
.score-notice{
	text-align: right;
    margin-right: 10px;
}
