body{
	font: 14px/18px yh;
	color: #666;
}
.main{
	padding: 20px 30px;
}
.part_time, .part_tip, .part_ban{
	width: 100%;
}
.part_name{
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.title{
	margin: 10px 0;
}
.title i{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center;
}
.bulb{
	background-image: url('../images/bulb.png');
}
.tip{
	background-image: url('../images/tip.png');
}
.ban{
	background-image: url('../images/ban.png');
}
.alert{
	display: inline-block;
	width: 15px;
	height: 14px;
	vertical-align: middle;margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/alert.png');
}
.part_name .title{
	float: left;
}
.part_name h6{
	display: inline-block;
	font: bold 30px/36px yh;
	margin-bottom: 14px;
}
.part_tip{
	margin: 6px 0;
}
.blue_box{
	background: #daf4ff;
	border: 1px solid #92cfe9;
	border-radius: 4px;
	padding: 8px;
	font: 12px/18px sm;
	color: #496f7f;
	position: relative;
}
.blue_box p{
	font: bold 12px/18px yh;
	margin-bottom: 6px;
}
.check2{
	position: absolute;
	right: 10px;
	top: 10px;
}
.check2 li{
	background: #daf4ff;
}
.check li, .check2 li{padding: 4px 0 4px 6px;}
input[type="checkbox"]{
	vertical-align: text-top;
	margin-right: 4px;
}
.yellow_box{
	margin: 10px 0;
	background: #fff6e8;
	border: 1px solid #ffcf7b;
	border-radius: 4px;
	padding: 8px;
	font: 12px/18px sm;
	color: #935824;
}
.ban_list{
	width: 100%;
}
.ban_list thead{
	font: 14px/18px yh;
	color: #666;
	border: 1px solid #b9cedf;
	border-bottom: 2px solid #90a2ff;
}
.ban_list thead th{
	padding: 10px 0;
	border-right: 1px solid #b9cedf;
}
.ban_list tbody tr{
	border-bottom: 1px solid #e3e3e3;
}
.ban_list tbody tr.pink{
	background: #ffecec;
	color: #794545;
	font: 14px/18px yh;
}
.ban_list tbody tr {
	color: #666;
}
.ban_list tbody tr td{
	padding: 10px 0;
	font: 12px/18px sm;
}
.ban_list tbody tr td:first-child{
	text-align: center;
}
.ban_list tbody tr td i.upload{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url('../images/upload.png') no-repeat 0 center;
}
.ban_list tbody tr td a{
	color: #333;
	
}
.order{
	background: url('../images/dashed.png') 0 2px;
}
.order li{
	padding: 4px 6px 4px 0;
	display: inline-block;
	background: #daf4ff;
}


/*---pop2---*/
#agreements{
	background: #fff;
	padding-bottom: 1px;
}
.agrm{
	font: 14px/22px sm;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 
}
.agrm div div{
	margin: 13px 0;
	padding: 0 20px;
	color: #333;
}
.agrm div.welcome{
	font: 16px/28px yh;
	color: #EF3310;
	padding: 20px 0;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
.agrm div.signature{
	text-align:right
}
.agrm div.link a{
	font:12px/18px "simsun";
	color:#EF3310;
	padding:4px 6px;
	border:1px solid #EF3310;
	border-radius:4px;
	margin-right:30px;
}
.agrm div.link a:before{
	content:url('../images/link.png');
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
}

.btnbox{
	text-align: center;
	margin: 26px 0
}
.btnbox a{
	display: inline-block;
	padding: 10px 14px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	font: 14px/22px sm;
	color: #666;
}
.btnbox a.confirm{
	border: 1px solid #EF3310;
	background: #EF3310;
	color: #fff;
}
