			*{
				margin: 0;
				padding: 0;
				box-sizing: border-box;
				outline:0 none;
	 			-webkit-tap-highlight-color:rgba(0,0,0,0); /*去除focus时蓝色边框*/				
			}
			body{
			  color: #333;
				font-family:"黑体", "Helvetica Neue",Helvetica,Arial,sans-serif;
			  font-size: 14px;
			  line-height: 1.42857143;
			}
			.require:after{
				content: ' *';
				color: red;
				box-sizing: border-box;
    		font-style: normal;				
			}
			label{
				min-width: 22%;
				text-align: right;
				display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
			}
			input[type=radio] {
    position: relative;
    top: 6px;
    color: #ccc;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 20px;
    background: #ccc;
			}
			input[type=radio]:checked {
			}	
			  input[type=radio]:checked::after {
    content: '';
    display: block;
    position: relative;
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    background: red;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  }		
			button{
				min-width: 74px;
				margin-top: 10px;				margin-right: 20px;
			}
	.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top,#444,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image: -webkit-linear-gradient(top,#444,#222);
    background-image: -o-linear-gradient(top,#444,#222);
    background-image: linear-gradient(to bottom,#444,#222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-gray{
	color: #fff;
	background-color: gray;
}
	.btn-inverse:active,.btn-inverse:focus{
		color: #fff;
	}
	.btn {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-default,.btn-default:active,.btn-default:focus,.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-dashed,.btn-dashed:active,.btn-dashed:focus,.btn-dashed:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-style: dashed;
    font-size: 15px;
}
.btn-success,.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #0082FE;
    border-color: #0082FE;
}
.btn-block {
    display: block;
    width: 100%;
    padding: 10px 12px;
		font-size: 16px;
    font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font: inherit;
    color: inherit;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h5, h5 {
    font-size: 14px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.i-file {
	display: none;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border: 1px dashed #ccc;
	border-radius: 4px;
	margin: 10px 0;
	padding: 10px 12px;
	text-align: center;
}

.i-file p {
	font-size: 15px;
	font-weight: 600;
}

.i-file input[type=file] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.close{
    border-radius: 45px;
    border: 1px solid red;
    background-color: red;
    color: #fff;
    position: absolute;
    font-style: normal;
    font-size: 11px;
    margin-top: -18px;
    margin-left: -4px;
    font-weight: 700;
    height: 20px;
    width: 20px;
}
.ui-loading-block {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
 .ui-loading-block.show {
    display: -webkit-box;
    display: box;
}
.ui-loading-block .ui-loading-cnt {
    width: 130px;
    height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}
.ui-loading-block .ui-loading-bright {
    margin: 18px 0 8px;
}
.ui-loading-bright {
    width: 37px;
    height: 37px;
    display: block;
    background-image: url(../img/loading_sprite_white.png);
    -webkit-background-size: auto 37px;
    -webkit-animation: am-rotate2 1s steps(12) infinite;
}
@-webkit-keyframes am-rotate2 {
  from {
    background-position: 0 0; }
  to {
    background-position: -444px 0; } }
.carContent{
	position: absolute;top: 25%;left: 10%;right: 10%;width: 80%;border: 1px solid #e5e5e5;border-radius: 5px;background-color: #fff;
}
#addCar,#deleteCar{
	display: none; position: absolute;top: 0;left: 0;z-index: 10;width: 100%;height: 100%; background-color: rgba(0,0,0,0.2);
}
.button-footer{
	float: left;width: 50%;text-align: center;
}


input[type=text],input[type=tel],input[type=password]{
	width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px; 
  line-height: 1.62857143; 
  color: #555;
  background-color: #fff; 
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  display: inline-block;
}
#invoiceType{
  width: 35%;
  display: inline-block;
  float: left;
  margin-top: 12px;
  padding: 6px 0;
  margin-right: 2%;
}
.icon-add::before{
	background: url(../img/icon_add.png) no-repeat;
	width: 32px;
	height: 32px;
	content: '';
	background-size: contain;
	float: left;
	margin-right: 5px;
}
input[type=text]::-webkit-input-placeholder ,input[type=tel]::-webkit-input-placeholder{
	color: #CCCCCC;
}
#wfld, #wfxw {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    height: 10em;
    list-style: none;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -10px;
    margin-right: 5px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    z-index: 1000;
    right: 16px;
    left: 16px;
}
#wfld li, #wfxw li {
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    list-style: none;
    text-indent: 1em;
}