
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
/* //////////////////////////////////// */
.content{
	width: 80%;
	margin: 20px auto;
	background-color: #f1f1f1;
}
.bill_title>ul{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	padding-left: 115px;
	background-color: #f3f3f3;
}

.bill_title>ul>li{
	float: left;
	width: 100px;
	text-align: center;
}
.bill_title>ul>li:nth-of-type(2)>a{
	color: #ff6501;
	background-color: #fff;
}
.bill_title>ul>li>a{
	color: #049;
	display: block;
	font-size: 16px;
}
.bill_title>ul>li>a:hover{
	border-bottom: 2px solid #ff6501;
	color: #ff6501;
}
.bill_list{
	width: 90%;
	margin: 20px auto;
	color: #444;
}
.bill_list>div{
	color: #444;
	font-size: 16px;
	padding: 10px;
	background-color: #fff;
}
.bill_list>ul:nth-of-type(1){
	font-weight: bolder;
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
}
.bill_list>ul{
	height: 40px;
	line-height: 40px;
}
.bill_list>ul>li{
	float: left;
	width: 16%;
	height: 40px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.bill_list>ul>li:nth-of-type(1){
	width: 20%;
}
.bill_list>ul>li>input{
	margin-right:10px;
}
/* 开票方式 */
.bill_content{
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
}

.bill_content>ul>li{
	float: left;
}
.bill_content_left{
	color: #444;
	padding: 20px;
}
/* 发票抬头 */
.bill_content_left_title>li{
	line-height: 30px;
}
.bill_content_left_title>li>span{
	width: 100px;
	display: inline-block;
	text-align: right;
}
/* 发票内容 */
.bill_content_left_content>ul>li{
	line-height: 30px;
	margin-top: 10px;
}
.bill_content_left_content>div{
	display: none;
}
.bill_content_left_content>div>span{
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	font-weight: bolder;
}
.bill_content_left_content>div>em{
	font-style: normal;
}
.bill_content_left_content>ul>li>input{
	height: 30px;
	line-height: 30px;
	width: 300px;
	border-color: #B8B8B8 gainsboro gainsboro #B8B8B8;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 3px #DDD inset;
	outline: none;
	border-radius: 0;
}
.bill_content_left_content>ul>li>span{
	width: 100px;
	display: inline-block;
	text-align: right;
}

.bill_nav>input{
	border: none;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-bottom: none;
	color: #900;
	font-size: 16px;
	background: url('/Public/Home/images/button.png') 0px -62px no-repeat;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 300px;
}
/* 右边提示 */
.bill_content_right{
	margin-top: 110px;
}
.bill_content_right>div{
	width: 400px;
	padding: 20px;
	background-color: #FEFDED;
	color: #787878;
	border: 1px solid #EFE0C6;
}
.bill_content_right>div>div{
	color: #E73A40;
	font-weight: bolder;
}
.bill_content_right>div>ol{
	list-style-type:none;
	counter-reset: sectioncounter;
	width: 100%;
	line-height: 30px;
}
.bill_content_right>div>ol>li:before{
	content: " ( "counter(sectioncounter)" ) ";
	counter-increment: sectioncounter;
}