﻿/* ====================
     公共样式
==================== */
.empty_list{
	width: 100%;
	height: 40px;
	background-color: #f2f2f2;
	line-height: 40px;
	text-align: center;
}
.usBox {
	background: #f2f2f2;
	width: 928px;
	margin: 0px auto;
}
.usBox_2 {
	background: #fff;
	text-align: left;
	padding: 43px 153px 60px 123px;
}
.message_tip{
	text-align: center;
	width: 80%;
	margin: 25px auto;
}
.message_tip .message_tip_info{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.usBox{
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
	padding: 1px;
	width: 928px;
	margin: 30px auto;
}
.usBox_2{background:#fff; text-align:left; padding:43px 153px 60px 123px;}
.btn_css {
	color: #fff;
	border: none;
	padding: 0px 15px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	background: #e60012;
	font-size: 14px;
	vertical-align: middle;
}
.listEmpty{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
}