.bill_white_content {
	display: none;
	position: fixed;
	top: 30px;
	bottom:30px;
	left: 28%;
	width: 670px;
	/* height: 600px; */
	border-radius: 5px 5px 0 0;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.bill_confirm_content {
	display: none;
	position: fixed;
	top: 150px;
	/* bottom:30px; */
	left: 38%;
	width: 400px;
	/* height: 400px; */
	border-radius: 5px 5px 0 0;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
.u-margintop-10{
	 margin-top: 10px;
}
.u-margintop-20 {
    margin-top: 20px;
}
.clearfloat:after{
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfloat{
    zoom:1;
}
.small{
	font-size: 0.7em;
}

.btn {
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
}

.btn-edit {
	margin-top: 2px;
	margin-right: 5px;
	padding: 1px 10px;
	line-height:20px;
	background-color: #26C3C7;
}

.btn-save {
	background-color: #26C3C7;
}

.btn-cancel {
	background-color: #aaa;
}

.btn-save {
	margin-left: 10.667%;
	padding: 8px 15px;
}

.btn-cancel {
	margin-left: 5.667%;
	padding: 8px 15px;
}

.pop-box {
	width: 100%;
	/*暂定宽度，随时可调，最好在540以上*/
	margin: 0 auto;
	background-color: #fff;
}

.m-popbox-heading {
	background-color: #26C3C7;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
}

.m-popbox-content {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.flexlayout {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	min-height: 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tab-group {
	width: 450px;
	margin-left:100px;
	font-size: 14px;
	min-height: 30px;
}

.tab-group .tab-label {
	padding: 5px 20px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	margin-right: 30px;
	float: left;
}

.tab-group .tab-label.active {
	padding: 4px 19px;
	border: 2px solid #FDC941;
	background-image: url(image/duigou.png);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	transition: border-color 0.3s;
}

.invoice-tips {
	box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #FADB85;
	background-color: #FFFBDD;
	color: #FF9950;
}

.invoice-name {
	float: left;
	width: 24.666%;
	text-align: right;
	line-height: 30px;
}

.confirm-name {
	float: left;
	width: 39%;
	text-align: right;
	line-height: 30px;
	font-weight:bold;
}

.invoice-name-choose {
	float: left;
	width: 60.334%;
	line-height: 30px;
	display: inline-block;
}

.invoice-form {
	width: 54.334%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	border: 1px solid #dfdfdf;
	outline: 0;
}

.invoice-name-choose>div {
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dfdfdf;
	outline: 0;
	cursor: pointer;
}

.invoice-name-choose>div>span {
	display: inline-block;
	overflow: auto;
	width: 80.66%;
}

.invoice-name-choose>div.active {
	height: 30px;
	line-height: 28px;
	padding-left: 9px;
	padding-right: 9px;
	border: 2px solid #FDC941;
	background-image: url(image/duigou.png);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	transition: border-color 0.3s;
}

.invoice-content {
	display: inline-block;
	width: 54.334%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
    padding: 0;
  box-sizing: border-box;
  font-size:30px;
}


