.review-header-nav{
  margin-top:20px;
}
.review-header-nav label,span{
  color:#787878;
  font-size:14px;
}
.review-content-box{
  margin-top:80px;
  cursor: pointer;
}
.review-content-editors{
  width:180px;
}
.review-content-users{
  margin-left:20px;
  width:260px;
}
.review-content-editors span,.review-content-users span{
  font-size:18px;
  color:#999;
  font-weight:bold;
}
.review-content-editors p,.review-content-users p{
  opacity: 0;
  width:100%;
  height:4px;
  margin-top:6px;
}
.review-active span{
  color:#000;
}
.review-active p{
  opacity: 1;
  background-color:#000;
}
.review-list-box{
  margin-top:40px;
}
.review-item-box{
  border-top:1px solid #e5e5e5;
  flex-wrap:wrap;
}
.review-item-box img{
  margin-left:20px;
  width:198px;
}
.review-item-text{
  margin-left:10px;
  padding: 35px 0 27px 0
}
.review-item-text h4{
  font-size:16px;
  color:#000;
  font-weight:bold;
}
.review-item-text p{
  margin-top:26px;
  margin-bottom:0;
}
.review-item-text p a{
  color:#219aea;
}
.review-list-users{
  display:none;
}
@media (min-width: 350px){

}
@media (min-width: 768px){

}

@media (min-width: 992px){
  .review-content-editors{
    width:260px;
  }
  .review-content-users{
    margin-left:60px;
  }
  .review-content-editors span,.review-content-users span{
    font-size:28px;
  }
  .review-item-box{
    height:220px;
    flex-wrap:nowrap;
  }
  .review-item-text{
    margin-left:60px;
  }
  .review-item-text{
    padding:0;
  }
  .review-item-text h4{
    margin-bottom:0;
  }
}

@media (min-width: 1200px){

}