@charset "utf-8";
/* CSS Document */

.num_p {
	float: left;
	font-size: 16px;
	color: #242b31;
	margin: 10px 0 0 10px;
	line-height: 35px;
}

 .num_p .gren_num {
	color: #54b20a;
	margin-left: 10px;
}

.num_p .blue_num {
	color: #38a2be;
	margin-left: 10px;
}

.num_p .yellow_num {
	color: #e9930d;
	margin-left: 10px;
}

.accessory_p {
	width: 95px;
	float: left;
	margin: 10px 0 0 10px;
	line-height: 28px;
	clear: both;
	overflow: hidden;
	text-align: center;
}

.accessory_p .num_span {
	float: left;
	line-height: 24px;
	padding: 0 8px;
	color: #FFF;
/* 	background: #f0a94d; */
	background: #38a2be;
	border-radius: 2px;
	margin: 3px 0 0 10px;
}

.upload_p {
	float: left;
	margin: 10px 0 0 10px;
	line-height: 28px;
	color: #000;
	background: url(../images/file_icon.png) left center no-repeat;
	padding-left: 20px;
}

.upload_a {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9999em;
	background: url(../images/xiazai_icon.png) no-repeat;
	margin: 18px 0 0 30px;
}

.del_a {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9999em;
	background: url(../images/error_icon.png) no-repeat;
	margin: 18px 0 0 20px;
	cursor: pointer;
}

.attachment_title {
	background: #7bc7db;
	height: 36px;
	line-height: 36px;
 	width: 300px;
	color: #FFF;
	margin-left: 50px;
	margin-top: 10px;
	font-size: 16px;
	clear: both;
}

.add_a {
	float: right;
	width: 36px;
	height: 36px;
/* 	margin-left: 300px; */
	margin-top: 0px;
	background: url(../images/add_icon.png) no-repeat;
	text-indent: -9999em;
	display: block;
	clear: both;
}

.add_a:hover {
	background: url(../images/add_hover.png) no-repeat;
}


.access_plan {
	height: 26px;
	float: left;
	margin: 10px 0 0 10px;
	width: 170px;
}

.access_plan p {
	line-height: 14px;
	font-size: 12px;
	color: #727272;
}

.access_plan p span {
	float: right;
	color: #68bc2a;
}

.access_plan .plan1 {
	height: 6px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	margin-top: 3px;
}

.access_plan .plan1 .plan2 {
	height: 7px;
	border-radius: 2px;
	width: 0px;
	background: #6db835;
}

.stop_a {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9999em;
	background: url(../images/stop_icon.png) no-repeat;
	margin: 18px 0 0 20px;
}
