body {
	position: relative;
}

.start-box {
	height: 4.4rem;
	background-color: #FFFFFF;
	overflow: hidden;
}

.stars_num {
	font-size: 0.6rem;
	width: 5rem;
	height: 2.1rem;
	margin-top: 0.83rem;
	margin-left: 1rem;
	float: left;
	text-align: center;
}

.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: 100% 100%;
}

.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.55rem;
}

.input-textarea {
	height: 4.5rem;
	border-top: 1px solid #DFDFDF;
	padding: 0.3rem 0.5rem;
}

.input-textarea textarea {
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	font-size:0.6rem;   
}

.input-title {
	height: 1.2rem;
	line-height: 1.2rem;
}

.w-num {
	border-top: 1px solid #DFDFDF;
}

.img-list {
	background-color: white;
	overflow: hidden;
	padding: 0.3rem 0.5rem;
	border-top: 1px solid #DFDFDF;
}

.img-list ul li {
	width: 75px;
	height: 75px;
	overflow: hidden;
	background-size: 100% 100% !important;
	float: left;
	margin-left: 0.43rem;
	margin-bottom: 0.5rem;
	border: 1px dashed #DFDFDF;
}

.close-img {
	width: 1.2rem;
	height: 1.2rem;
	background-color: white;
	border-radius: 1.5rem;
	float: right;
	background: url(../img/close.png) no-repeat #FFFFFF;
	background-size: 100% 100%;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
}

.img-file {
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: url(../img/up-img.png) no-repeat;
	background-size: 100% 100%;
	border: none !important;
}

.img-file input {
	font-size: 500px;
	opacity: 0;
}

.common-bottom {
	padding: 0.5rem 1rem;
	background-color: white;
}

.common-bottom a {
   background-color: #C91623;
    border-radius: 0.2rem;
    color: white;
    display: block;
    font-size: 0.7rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.p-item {
	height: 2.1rem;
	background-color: white;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding: 0.25rem 0.5rem;
}

.p-img {
	height: 100%;
	width: 2.1rem;
	float: left;
}

.p-img img {
	width: 100%;
	height: 100%;
}

.outer {
	float: left;
	font-size: 0.6rem;
	display: table;
	width: 10rem;
	overflow: hidden;
	height: 2.1rem;
	margin-left: 0.5rem;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.b-img {
	height: 3.0rem;
	width: 3.0rem;
	display: block;
	float: left;
	margin-top: 0.6rem;
	margin-left: 0.8rem;
}

.b-img img {
	width: 100%;
	height: 100%;
}

.show {
	width: 1rem;
	height: 1rem;
	float: right;
	margin-top: 0.55rem;
	background: url(../img/down.png) no-repeat;
	background-size: 100% 100%;
}

.p-item-comment {
	margin: 0 0 0.5rem 0;
}

.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;
}