.reviewss{
	background: #fff;
}
#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;
}
.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;
    border-bottom: 1px solid #e8e8e8;
    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: 5px 0;
}
.review-title>div{
    display: flex;
    align-items: center;
}
.review-title>div p{
    margin-left: 8px;
}
.review-txt{
    line-height: 16px;
    padding: 6px 0px;
	font-size: 13px;
}
.review-img-video{
    width: 95%;
	display: grid;
    grid-template-columns: repeat(3,33.3%);
    grid-gap: 5px;
}
.revew-btns{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.review-img-video img{
	width: 100%;
    height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.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;
}
.viewMore{
    width: 100%;
    text-align: center;
    display: flex;
    /* display: none; */
    justify-content: center;
	padding: 5px;
}
.viewMore img{
    height: 35px;
    display: none;
}
.viewMore p{
    text-align: center;
    width: 167px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    color: #757575;
    border: 1px solid #757575;
}

.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: 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{
    width: 100%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
}


.moduleLine{
    width: 100%;
    height: 10px;
    background: #f5f5f5;
}

.review-dialog{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.review-send-main{
    background: #ffffff;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 5px;
}

input[name='phone']{
    border-bottom: 1px solid #d0cccc;
    height: 30px;
    width: 81%;
    padding-left: 5px;
    box-sizing: border-box;
}
#review-phone{
    width: 25px;
    margin-right: 5px;
}
.evluateTxt-phone{
    display: flex;
    align-items: center;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body, html {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.evaluate-title {
    width: 96%;
    height: auto;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 5px 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.evaluate-title img {
    width: 18%;
}

.evaluate-title>div {
    width: 80%;
}

.evaluate-title>div p {
    font-size: .8rem;
    margin-bottom: 5px;
}

.evaluate-title .name {
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    font-size: 12px;
}
.evaluate-title .attr{
    color: #8a8787;
    font-size: .7rem;
}
.evluateTxt{
    width: 96%;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 8px;
    border-radius: 8px;
    padding: 5px 5px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.evluateTxt textarea{
    width: 100%;
    height: 80px;
    border: none;
    resize: none;
    padding: 5px 1px;
    outline: none;
    box-sizing: border-box;
    margin-top: 10px;
}
.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;
}
.evaluateHeader{
    width: 100%;
    height: 40px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    border-radius: 5px;
    position: relative;
}
.headerBack{
    width: 22px;
    margin-left: 5px;
}
.headerSend{
    margin-right: 15px;
    color: orangered;
}
.review-close{
    position: absolute;
    right: 12px;
    top: 10px;
}
.review-close img{
    width: 20px;
}
.send-review{
    border: none;
    background: #f40;
    color: white;
    padding: 10px 16px;
    border-radius: 4px;
    margin-right: 5px;
}

.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{
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-around; */
    height: 20px;
}
.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{
    width: 100%;
    height: calc(100% - 50px);
    background: #fff;
    position: fixed;
    left: 100%;
    top: 0;
	overflow:auto;
	overflow-x: hidden;
    z-index: 999;
}
#review_2 .review-contents {
    padding-top: 50px;
}

.upload .pic{
    position: absolute;
}
.upload .pic img{
    width: 50px;
    height: 50px;
}
.upload .pic0{
    left: 0;
    top: 0;
}
.upload .pic1{
    left: 75px;
    top: 0;
}
.upload .pic2{
    left: 150px;
    top: 0;
}
.clears{
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: black;
    color: white;
    z-index: 888;
    right: -10px;
    top: -3px;
    text-align: center;
    line-height: 15px;
}
.uploads img {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid orangered;
    display: none;
}
.uploads {
    position: relative;
}

.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: 5px;
    width: 60%;
    height: 8px;
    background: #e2dfdf;
    position: relative;
    border-radius: 8px;
}
.probability-progress{
    /* width: 70%; */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: orange;
    border-radius: 8px;
}
.reviewStar{
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.custom-evaluate{
    width: 98%;
    background: #fff;
    //line-height: 38px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.star-p{
    height: 40px;
    position: relative;
    width: 210px;
	display: flex;
    flex-direction: column;
}
.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: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 211px;	
}
.review_img{
    height: 100px;
	margin: 5px 0px 0px 0px;	
	float: left;
}
.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;
}
