﻿.manager_system_user{
	overflow: hidden;
}
.manager_system_user>div{
	float: left;
	background-color: #F0F0F0;
}
.user_wrap{
	width: 300px;
	padding: 30px 20px 90px;
}
.user_photo{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #D7D7D7;
	margin: 0 auto;
	overflow: hidden;
}
.user_photo img{
	display: block;
	width: 100%;
	height: 100%;
}
.user_info{
	width: 100%;
	height: 400px;
	margin-top: 30px;
}
.user_info .info_list{
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #e9e8e8;
}
.user_info .info_list span{
	display: block;
	height: 100%;
	float: left;
	font-size: 14px;
	color: #333;
}
.user_info .info_list span:nth-of-type(2){
	margin-left: 15px;
	color: #666;
}
.user_pay{
	width: calc(100% - 340px - 100px);
	height: 700px;
	margin-left: 100px;
	position: relative;
}
.user_scan{
	width: 40px;
	height: 244px;
	position: absolute;
	left: -40px;
}
.user_scan .scan_list{
	width: 100%;
	height: 40px;
	padding: 20px 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #D7D7D7;
	margin-bottom: 2px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.user_scan .scan_select{
	background-color: #F0F0F0;
}
.user_special{
	height: 100%;
}
.special_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
	z-index: 1;
	overflow-y: auto;
}
.special_select{
	z-index: 2;
}
.special_list table{
	width: 100%;
	border-collapse: collapse;
}
.special_list table tr{
	border-bottom: 1px solid #e9e8e8;
}
.special_list table .title{
	border: none;
}
.special_list table tr td{
	width: 130px;
	height: 49px;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}
#buy_table tr td:nth-of-type(1){
	width: 200px;
}
.special_list table .title td{
	height: 50px;
	font-weight: bold;
}
/*评论*/
#comment_table{
	color: #333;
	font-size: 14px;
}
#comment_table .comment_title{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
#comment_table .comment_title p{
	width: 20%;
	height: 50px;
	float: left;
}
#comment_table>div p:nth-of-type(1){
	width: 60%;
}
.comment_wrap{
	border-bottom: 1px solid #e9e8e8;
}
.comment_area,.review{
	width: 100%;
	overflow: hidden;
}
.comment_area p{
	float: left;
	width: 14%;
	text-align: center;
	padding: 2% 3%;
}
.comment_content{
	overflow: hidden;
}
.comment_content p{
	width: 20%;
	text-align: center;
	float: left;
	padding: 2% 0;
}
.comment_content .comment_main{
	width: 54%;
	padding: 2% 3%;
	text-align: left;
}
.answer{
	width: calc(100% - 6%);
	padding: 10px 3%;
	font-size: 14px;
}
.answer_wrap{
	width: calc(100% - 10px);
	padding: 5px;
	background-color: #D7D7D7;
}
.answer_tip,.answer_time{
	height: 30px;
	line-height: 30px;
}
.answer_time{
	text-align: right;
}
.review li{
	float: left;
	text-align: center;
	padding: 2% 3%;
	font-size: 14px;
}
.review .review_name{
	width: 14%;
}
.review .review_content{
	width: 54%;
	text-align: left;
}
.review .review_time{
	width: 14%;
}