/*===review===*/
#review_wrap {
	width: 100%;
	height: 275px;
	/*background: #fafafa;
	border: 1px solid #ddd;*/
}
.forModern{
	width:340px;
	height:310px;
	background: white;
	margin-top:10px;
	color:#333333;
}
.forModern a{
	color:#0075AB;
}
.canvasWrap{
	width: 320px;
	height:250px;
	background:url(/img/chat/ranking/canvas/radar-bg.png) no-repeat left top;
	/*position: relative;*/
	float: left;
}
canvas{
	position: relative;
	top:37px;
	left:73px;
}
.radar-ul{
	margin: 0 auto;
	width: 100% !important;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px !important;
}
.radar-li{
	width: 145px;
	height:30px;
}
.radar-li.review-post{
	width: 145px;
	height:30px;
}


.radar-li a{
	font-size: 13px;
	/* text-indent: 1em; */
	display: block;
	text-decoration: underline;
	display: block;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	font-size: 11px;
	background: #4B5460;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-align: center;
}
.review-post a{background-position: -138px 0;}
.review-view a{background-position: 0 0;}
.review-post a:hover{background-position: -138px -30px; background: #8a8e93;}
.review-view a:hover{background-position: 0  -30px; background: #8a8e93;}
.review-post.disabled a{background-position: -138px -60px;cursor: default;}
.review-view.disabled a{background-position: 0  -60px;cursor: default;}
.review-post.nopost a{background-position: -138px -60px;}
.review-post.nopost a:hover{background-position: -138px 0;}



	.r_body {
		width: 100%;
		height: 15px;
	  font-size: 13px;
	  line-height: 1.3em;
	  overflow: hidden;
	}

@media screen and (min-width:1500px) {
	.r_body {
		width: 100%;
		height: 30px;
	  font-size: 13px;
	  line-height: 1.3em;
	  overflow: hidden;
	}
}

.review-h2 {
	width: 90%;
	border-left: 6px solid #FF5FA0;
	border-bottom: 3px solid #FF5FA0;
    font-size: 15px;
    font-weight: normal;
    height: 17px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
		text-indent: 0.5em;
		font-weight: bold;
	}
	.reviewArticle-ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.reviewArticle-ul li{
		height: 63px;
		font-size: 11px;
		border-bottom: 1px solid #CCCCCC;
	}
	.reviewArticle-ul li:last-child{
		border-bottom: none;
}
.span3 {
  width: 45%;
  float: left;
	position: relative;
  left: -7px;
  zoom: 90%;
  -webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
}
.post_men {
	margin-top: 1px;
	font-size: 11px;
}
.reviewArticle-rate {
	position: relative;
	top: 0px;
	font-size: 11px;
}
.reviewArticle-rate .rate1 {
  background-position: 0 0;
}
.reviewArticle-rate .rate2 {
  background-position: 0 -20px;
}
.reviewArticle-rate .rate3 {
  background-position: 0 -40px;
}
.reviewArticle-rate .rate4 {
  background-position: 0 -60px;
}
.reviewArticle-rate .rate5 {
  background-position: 0 -80px;
}
.reviewArticle-rate > span {
  background-image: url("../ranking/image/rate-splite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  width: 95px;
	position: relative;
	top: 3px;
}
.btn_disp {
	display: block !important;
}
#reviewArticle-li-all{
  margin-top: 5px;
  text-align:left;
  display: none;
}
/*===review===*/
