body,html,p,h2,h6,ul,li{
	margin: 0;
	padding: 0;
}
body{
	/*background-color: #f2f2f2;*/
	width: 100%;
	overflow-x: hidden;
}
*{
	font-family: "黑体";
}
a{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	text-decoration: none;
}
div,input,a,ul,li,p{
	box-sizing: border-box;
}
ul{
	list-style: none;
}
.receipt_header{
	width: 100vw;
	padding: 20px 30px 26px 30px;
	overflow: hidden;
	background-color: #ffffff;
	box-sizing: border-box;
}
.receipt_header h2{
	font-size: 30px;
	color: #2a66af;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-family: 黑体, sans-serif;
}
.receipt_header h6{
	font-size: 18px;
	color: #2a66af;
	display: inline-block;
	vertical-align: bottom;
	font-weight: normal;
	font-size: 20px;
    font-family: sans-serif;
}
.receipt_header h2 + h6:before{
	content: "";
	width: 2px;
	height: 30px;
	display: inline-block;
	vertical-align: bottom;
	background-color: #877dca;
	margin: 0 12px;
}
.back_home{
	float: right;
	color: #2a66af;
	font-size: 14px;
	border: #bbb 1px solid;
	padding: 5px 10px;
	cursor: pointer;
	margin-top: 4px;
}

.receipt_section{
	width: 100vw;
	overflow: hidden;
	background-color: #99ccff;
	padding-bottom: 20px;
}
.receipt_container{
	width: 1200px;
	margin: auto;
}
.magt20{
	margin-top: 20px;
}
.magr20{
	margin-right: 20px;
}
.bg_white{
	background-color: #ffffff;
}
.form_box{
	padding: 20px;
	min-height:calc(100vh - 320px);
}
.receipt_form{
	width: 100%;
	font-size: 0;
	margin:10px 0 30px 0;
	overflow: hidden;
}
.receipt_form p{
	font-size: 14px;
	color: #333333;
	float: left;
	line-height: 40px;
}
.receipt_form input[type="text"]{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	width: 308px;
	height: 40px;
	border: #e9e9e9 1px solid;
	background-color: #fbfbfb;
	border-radius: 5px;
	outline: none;
	padding: 0 10px;
	float: left;
}
.receipt_form input[type="text"]:focus{
	background-color: #ebf6ff;
	border: #106bb4 1px solid;
}
.receipt_form button{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	width: 104px;
	height: 38px;
	border: #1e5292 1px solid;
	background-color: #106bb4;
	border-radius: 5px;
	outline: none;
	box-shadow: 0 2px 0 #1e5292;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}
.receipt_form button:hover{
	background-color: #0d7dd6;
}

.receipt_table{
	width: 100%;
}
.receipt_table table{
	width: 100%;
	text-align: center;
	border-collapse:collapse;
}
.receipt_table table thead{
	background-color: #618fc7;	
}
.receipt_table table thead th{
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	border: #e9e9e9 1px solid;
}
.receipt_table table tbody td{
	height: 40px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	border: #e9e9e9 1px solid;
}
.rmb{
	display: inline-block;
	vertical-align: middle;
}
.rmb:before{
	content: "￥";
}
.apply_btn{
	color: #106bb4;
	font-size: 12px;
	border: #106bb4 1px solid;
	display: inline-block;
	width: 78px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	cursor: pointer;
}
.receipt_footer{
	width: 100vw;
	text-align: center;
	padding: 35px 0 30px 0;
	font-size: 14px;
	background: #ffffff;
}
.receipt_footer div{
	font-size: 0;
	margin-bottom: 16px;
}
.receipt_footer div a{
	display: inline-block;
	vertical-align: middle;
	color: #262626;
	font-size: 14px;
	cursor: pointer;
}
.receipt_footer div a + a:before{
	content: "";
	width: 1px;
	height: 15px;
	background-color: #262626;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.receipt_footer p span{
	display: inline-block;
	vertical-align: middle;
}
.receipt_footer p img{
	display: inline-block;
	vertical-align: middle;
	margin:0 5px 0 20px;
}
.red{
	color: #ff0000;
}
.makeout_time{
	width: 100%;
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
}
.receipt_info{
	width: 100%;
	margin-bottom: 40px;
}
.receipt_info table{
	width: 100%;
	border-collapse:collapse;
}
.receipt_info table td{
	border: red 1px solid;
	padding: 5px 10px;
	font-size: 14px;
}
.receipt_info table td p{
	padding: 5px 10px;
	font-size: 14px;
}
.receipt_info table td p span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.wd90{
	width: 90px;
	text-align: right;
}
.wd16{
	width: 16px;
	display: inline-block;
	font-size: 14px;
	padding: 10px 12px;
}
.makeout_info{
	width: 100%;
	font-size: 0;
	margin-bottom: 12px;
}
.makeout_info li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border: #e9e9e9 1px solid;
	font-size: 0;
	margin-top: -1px;
	margin-left: -1px;
}
.makeout_info li p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.makeout_info_name{
	width: 180px;
	background-color: #f5f5f5;
	text-align: right;
	line-height: 36px;
	border-right: #e9e9e9 1px solid;
	padding: 0 20px;
}
.makeout_info_content{
	width: calc(100% - 180px);
}
.input_box{
	line-height:36px;
	outline: none;
	width: 100%;
	padding: 0 10px;
	border: none;
}
.input_box:focus{
	background-color: #ebf6ff;
}
.check_box{
	margin-bottom: 20px;
}
.check_box input{
	display: none;
}
.check_box input + label{
	padding-left: 24px;
	font-size: 12px;
	line-height: 18px;
	color: #777777;
	display: block;
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
	background: url(../images/checked.png) no-repeat bottom left;
}
.check_box input:checked + label{
	background-position: top left;
}
.notes{
	font-style: normal;
	color: #ababab;
	font-size: 12px;
	display: block;
	margin-bottom: 30px;
}
.invoice_btn{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	width: 104px;
	height: 38px;
	border: #1e5292 1px solid;
	background-color: #106bb4;
	border-radius: 5px;
	outline: none;
	box-shadow: 0 2px 0 #1e5292;
	box-sizing: border-box;
	cursor: pointer;
}
.invoice_btn:hover{
	background-color: #0d7dd6;
}

