.start-box {
	height: 3.4rem;
	background-color: #FFFFFF;
	overflow: hidden;
}

.stars_num {
	font-size: 0.75rem;
	width: 5rem;
	height: 2.1rem;
	margin-top: 0.63rem;
	margin-left: 1rem;
	float: left;
	text-align: left;
}

.start-input-item {
	float: left;
}

.start-input-item label {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../img/start-up.png) no-repeat;
	background-size: 100% 100%;
}

.start-input-item input {
	display: none;
}

.start-input-item input:checked + label {
	background: url(../img/start-down.png) no-repeat;
	background-size: 85% 85%;
}

.score {
	float: left;
	margin-left: 0.63rem;
	line-height: 3.4rem;
	color: red;
	font-size: 0.9rem;
}

.score em {
	font-size: 2rem;
}

.common-input {
	border-top: 1px solid #DFDFDF;
	background-color: white;
	text-align: center;
	font-size: 0.6rem;
}

.comment-title-list{
	margin-top: 0.5rem;
	background-color: #fff;
    height: 1.5rem;
    overflow: hidden;
}
.comment-title-list ul li{
	float: left;
	 width: 25%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.6rem;
	text-align: center;
}
.comment-title-list ul li a{
	display: block;
	text-decoration: none;
	color: black;
	width: 100%;
	height: 100%;
}

.select-item{
	color: #331682 !important;
	height:1.4rem !important;
	border-bottom:0.1rem solid red;
	position: relative;
}
.comment-list{
	background-color: white;
}
.comment-info{
	height: 1rem;
	line-height: 1rem;
	padding: 0.2rem 0.5rem;
	border-top:1px solid #DFDFDF ;
	font-size: 0.6rem;
	color: #999;
}
.comment-info span{
	float: left;
}
.comment-info em{
	float: right;
}
.comment-info h1{
	float: left;
}
.comment-info h1 img{
	height: 0.5rem;
	margin: 0.25rem 0 0 0.5rem;
}
.comment-detail{
	border-top:1px solid #DFDFDF ;
	padding: 0.5rem;
	font-size: 0.6rem;
}
.comment-img-list{
	overflow: hidden;
}
.comment-img-list ul li{
	float: left;
	width: 3.5rem;
	height: 3.5rem;
	border: 1px dashed #DFDFDF;
	border-radius: 0.2rem;
	overflow: hidden;
	margin:0 0.2rem 0.5rem 0.2rem;
}
.comment-img-list ul li img{
	max-width: 100%;
	max-height: 100%;
}

.comment-img-msg {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
}

.comment-text {
	position: absolute;
	padding: 0.5rem;
	font-size: 0.6rem;
	color: white;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.5);
}

.swiper-container {
	text-align: center;
	min-height: 25rem;
}

.swiper-container img {
	max-width: 100%;
	max-height: 100%;
}

.comment-msg-header {
	height: 2.2rem;
}

.comment-img-msg .header {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 999;
}
.comment-img-msg .header .h_back{
	position: absolute;
	left: 0.5rem;
}
.swiper-pagination {
	position: absolute;
	height: 2.2rem;
	line-height: 2.2rem;
	top: 0;
	color: white;
	font-size: 0.75rem;
	background-color: rgba(0, 0, 0, 0.5);
}

.box {
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align: middle;
	/*设置水平居中*/
	text-align: center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 175px;
	/*约为高度的0.873，200*0.873 约为175*/
	*font-family: Arial;
	/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width: 16rem;
	height: 28.4rem;
}

.box img {
	/*设置图片垂直居中*/
	vertical-align: middle;
}