@charset "utf-8";
/* 公共部分Css */
/* 顶部样式 */
#header{
	margin:0px;	
	
	height: 55px;
	width:auto;
	
}
.bz-tag {
    background: #007fff;
    color: #fff;
    padding: 2px;
    margin: 0 0 0 4px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
}
.nav>li>a{
	padding:8px!important;
}
#user-nav>ul>li>a{
	padding-top:0px!important;
}
.navbar{
	position: fixed!important;
	top: 0px;
	left: 0px;
}
#header .logo{
    position: absolute;
    width: 115px;
    left: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
#header .logo img{
	width:105px;
  	border: 0px!important;
}
.logoSlogan{
	 width:350px;
	 margin-left:137px;
}
.mainBody a{
	text-decoration: none;
}
#user-nav {
  position: absolute;
  left: 120px;
  top: 0px;
  height: 55px;
  z-index: 20;
  margin: 0;
}
#user-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  border:0px!important;
}
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
#user-nav > ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  position: relative;
  cursor: pointer;
  border-left:1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.2) inset; 
}

#user-nav > ul > li > a:hover, #user-nav > ul > li.open > a {
  color: #ffffff;
  background: rgba(0,0,0,0.1);
}
.dropdown{
	background: rgba(0,0,0,0.1);
}
.dropdown-menu {
  min-width: 180px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index:100000!important;
  display: none;
  float: left;
  min-width: 175px; /* 下拉菜单最低宽度 */
  padding: 5px 0;
  margin: 0px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  padding: 3px 10px;
  color: #666;
  font-size: 12px;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.navbar .nav>li {
  float: left;
}
#user-nav > ul > li > a {
  height:55px;
  line-height:54px;
  padding-top:0;
  padding-bottom:0!important;
  padding-left:10px;
  padding-right:10px;
  display: block;
  font-size: 10px;
  color: #e0f0e9;
  width:100%;
  /* height: 100%; */ /*高度100%适配IE11*/
  /* background-color: #549688; */
}
#search {
  position: absolute;
  float: left;
  z-index: 25;
  top: 10px;
  right: 15px;  
  width:35%;
  /* width:500px; */
}
#search input[type=text] {
  /* background-color: #c2ccd0; */
  /* color: #fff; */
  padding: 4px 10px 5px;
  /* border:1px rgb(252,140,36) solid; */
  border-right:0px!important;
  width: 75%; 
  float:left;
  height:37px;
  /* border:2px #21a675 solid; */
 
 
}

#search input[type=text]:focus{
	background-color: #FFFFFF;
	color: #666666;
}
#search button {
  background-color:rgb(252,140,36);
}
#search button {
  
  margin-left: 0px;
  margin-top: 0px;
  /* padding: 12px 14px 12px 14px; */
  height:37.4px;
  line-height:37px;
  padding:0px 15px;
  border:1px rgb(252,140,36) solid;
  border-left:0px!important;
}
#search button:hover i{
	color:#FFFFFF;
}
/* 全局搜索类型 */
.searchType{
	height:37px!important;
	line-height:29px;
	margin:0px;
	border-right:0px!important;
	/* border:2px #21a675 solid; */
	border:2px #f20c00 solid;
}
.navbar .nav>li>a .badge{
	background-color:#ff3300!important;
}
#sidebarLeft{
	height:100%;
	/* background-color:#e9f1f6; */
	background-color: #fafbfc;
	border-right:1px #ededed solid;
	position: fixed;
	top: 55px;
	left: 0px;
	padding:0px;
	float: left;
  	/* width:8.33333333%; */
  	/* width:6.33333333%; */
  	width:74px;
}
#sidebarLeft > ul{
	list-style:none;
	text-align: center;
	width:100%;
	padding: 0px;
}
#sidebarLeft > ul > li{
	display: block;
	/* height: 90px; */
	height:54px;
	/* width: 101%; */
	width:75px;
	margin-top: 20px 0px;
	vertical-align:middle;
	cursor: pointer;
	/* font-size: 16px; */
	font-size:10px;
	font-family: "Microsoft Yahei";
}

#sidebarLeft > ul > li > a{
	padding-top:8px;
	display: block;
	width:100%;
	height: 100%;
	/* color: #4c8dae; */
	color:#2ca9e1;
	/*color:#00a3af;*/
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#sidebarLeft > ul > li > a > i{
	/* font-size: 50px; */
	font-size:24px;
	
}
#sidebarLeft > ul > li > a.active{
  /* color: #48c0a3; */
  color:#656565;
  background: #FFFFFF;
  border-right:0px;
  display:block;
  /* width:101%; */
  width:75px;
  height:100%;
  border:1px #ededed solid;
}
#sidebarLeft >.nav > li > a:hover .active,#sidebarLeft > ul > li > a:hover{
	color:rgb(72,78,90); 
	
	background: #FFFFFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.indexIcon{
	width:50px;
	height:50px;
}

.page-status{
  position: fixed;
  top: 55px;
  /* left: 8.333333333%; */
  /* left:6.33333333%; */
  left:74px;
  z-index: 100;
  width:100%;
  /* box-shadow: 0 1px 2px rgba(0,0,0,.15); */
}
.page-status,.page-status i{
padding:0px 10px;
height:36px;
line-height:33px;
/* background-color:#e9f1f6; */
background-color:#fafbfc;

}

.page-status span a{
font:13px "宋体";
color:#999999;
}
div#content{
position: relative;
margin-left:74px;
overflow: auto;
margin-top: 95px!important;
padding-left:25px;
padding-right:25px;
height:auto;
min-width:1200px;
}
.btn, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ColVis_MasterButton, .fc-state-default{
	border:0px!important;
	/* border-radius: 3px!important; */
	text-transform: uppercase;
}
/* 工单页面 */
.orderHeader{
	padding:15px 20px 5px 0px;
	border-bottom: 1px solid #EDEDED;
}
.orderHeader h3{
	font-size: 24px;
	font-weight: bold;
	font-family: "Microsoft Yahei";
	float: left;
}

.input-search{
	margin:0px!important;
	font:20px bold "Microsoft Yahei" !important;
	color: #392f41 !important;
}
.vehicleInfo{
	/* padding:0px 20px; */
}
.vehicleInfo h3{
	
	/* display:inline; */
	float:left;
	font:13px "Microsoft Yahei" bold;
}
.vehicleInfo .disName{
	display:block;
	float:left;
	font-family:'microsoft Yahei';
	font-size:20px;
	font-weight:700;
	width:100%;
}
.vehicleInfo .vehicleStyle{
	font-family:"microsoft Yahei";
	font-size:13px;
	font-weight:700;
	line-height:25px;
}
.vehicleModel{
	width:300px;
	line-height:32px;
	color:#666;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vehicleNo{
	width:150px;
	/*padding:5px 10px;*/
	height:25px;
	line-height:22px;
	background:#177cb0;
	color:#FFFFFF;
	text-align:center;
	ime-mode:disabled!important;  
}
.vehicleInfo p{
	margin:7px 0px;
	font:13px "Microsoft Yahei";
}
.maintain-vNo{
	font-size:16px!important;
	font-family:"microsoft Yahei";
	font-weight:700;
}
/* VIN号 */
.vehicleInfo h5{
	display:inline;
	padding-left:15px;
	color:red;
}
/*VIN号输入框*/
.vinInput i{
	line-height:32px;
	margin:0px 5px;
	color:#ccc;
}
.txtVIN{
	width:230px;
	height:24px!important;
	display:inline;
  
	padding:0px 0px 0px 3px!important;
	/* border:0px;
	border-bottom:1px #ededed solid; */
	/* margin-top:5px; */
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
}
.vinLine label.valid{
	line-height:13px!important;
}
/* panel距底部距离重写 */
.panel{
  margin-bottom: 10px!important;
}
.amountValue{
	color: red;
	font-size:20px;
}
.stressDes{
  font:16px bold;
  color: green;
}
/* 收付款页面金额输入 */
.inputAmount{
  font-size:24px!important;
  font-weight:700!important;
  /* font-family:"Microsoft Yahei"!important; */
  color: red!important;
  text-align: right;
}
.form-inline .form-control{
  width:60%!important;
}
/*数字输入框，光标居右*/
.input-num{
  text-align: right;
  font-size:14px!important;
  font-family:"Verdana"!important;
  color: #FF2121;
}
/*金额颜色*/
.normal-num{
	color: #FF2121!important;
}

/*优惠金额输入*/
.prefer-num{
  color: #00e09e!important;
}
.onlyNum{
  text-align: center;
  /* font:20px bold "Microsoft Yahei"!important; */
  font-size:16px!important;
  font-weight:700!important;
  font-family:"Microsoft Yahei"!important;
  color: red!important;
  
}
/*数字输入框，光标居右，针对可输入负数的input框*/
.input-num-minus{
  text-align: right;
  /* font:20px bold "Microsoft Yahei"!important; */
  font-size:16px!important;
  font-weight:700!important;
  font-family:"Microsoft Yahei"!important;
  color: red!important;
  
}
/*input-num placeholder样式*/
.input-num:not(.number)::-webkit-input-placeholder { font-size:13px;font-weight:normal;text-align:center }
.input-num:not(.number)::-moz-placeholder { font-size:13px;font-weight:normal;text-align:center }
/* 距顶部距离5px */
.marginTop5{
  margin-top: 5px;
}
/* 弹出框距离左边的距离 */
 .modal{
 /* position: fixed!important;
  top: 0;
  bottom: 0; */
  /* left: 25%!important; */
  /* margin-left:0px!important; */
  right: 0;
  overflow: auto;
  z-index:16160!important;
}
/*
.modal.fade.in{
	top:3%!important;
}

.modal-backdrop{
	opacity: 0.3!important;
} */
/* 大按钮 */
.bigBtn{
  padding:10px 60px!important;
  font:16px bold "Microsoft Yahei"!important;
}
/* div去掉padding */
.no-padding{
  padding:0px!important;
}
/* 客户车辆弹出框样式 */
.modalStyle .form-group{
  padding-top:10px!important;
  padding-bottom: 10px!important;
}
/* 常用项目弹出层 */
.commonItem{
  display: none;
}
.commonItem ul{
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  border: 1px solid #bbcdc5;
  background: #FFFFFF;
  z-index: 100;
}
.commonItem ul li{
    margin: 5px 10px;
    line-height: 25px;
    border-bottom: 1px #EDEDED solid;
    cursor: pointer;
    
}

.commonItem ul li.active,.commonItem ul li:hover{
  background: #177cb0;
}
.commonItem ul li:hover a,.commonItem ul li.active a{
  color: #FFFFFF!important;
}
.commonItem ul li a{
  color: #666666!important;
}
.commonItem ul li:last-child{
  border-bottom:none;
}
/* 登录页面 */
.loginHeader{
  height: 85px;
  background: transparent;
  width:1200px;
  margin:0 auto;
}
.loginHeader .logo{
    position: relative;
    width: auto;
    height: 110px;
    display: flex;
    align-items: center;

}
.loginHeader img{
    width: 80%;
  
}
.loginHeader .loginTitle{

  line-height: 100px;
  font-size:24px;
  font-weight: bold;
}
.loginBanner{
  position: absolute;
  top: 85px;
  left: 0px;
 background-color:#0094c8;
  height: 450px;
  width: 100%;
  z-index: -1;
}
/* 登录页面左边图片 */

.loginContent .leftArea{
  padding: 20px;
  height: 340px;
  width:50%;
}
.loginContent .leftArea img{
 margin:3px -18px;
}
.loginContent{
  position:relative;
  height: 450px;
  padding:25px 0px;
  width:100%;
  margin:20px auto;
  overflow:visible;
 
}
.loginFormArea{
	position:absolute;
	top:150px;
	right:130px; 
  	border-radius: 3px;
 	background: #FFFFFF;
    min-height: 360px;
    height:auto;
    overflow:hidden;
    box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);
    margin-top:auto;
    margin-bottom:auto;
}

.loginFormArea ul li{
  list-style: none;
  float: left;
  width:50%;
  /* text-align:right; */
  text-align:left;
  padding:0px 13px;
}
.loginSwitch{
	position:absolute;
	top:8px;
	right:8px;
	width:50px;
	height:50px;
	cursor:pointer;
}
.loginTip{
	position:absolute;
	top:15px;
	right:54px;
	
}
.loginTipDetail{
	position:relative;
	width:140px;
	text-align:center;
	line-height:25px;
	height:25px;
}
.loginTipContent{
	background-color:#fefcee;
	border:1px solid #f36838;
	color:#f36838;
}
.loginTipArrow{
	position:absolute;
	top:8px;
	right:2px;
}
.loginTipArrow em{
	display:block;
    width:0;
    height:0;
    border-width:6px 0 6px 6px;
    border-style:solid;
    border-color:transparent transparent transparent #f36838;/*透明 透明 透明 黄*/
    position:absolute;
    top:0px;
    left:1px;
}
.loginTipArrow span{
	display:block;
    width:0;
    height:0;
    border-width:6px 0 6px 6px;
    border-style:solid;
    border-color:transparent transparent transparent #fefcee;
    position:absolute;
    top:0px;
    left:0px;
}

.loginArea{
	margin:30px 5px 0px 5px;
}
.loginTit{
	display:inline-block;
	margin-bottom:33px;
	
	padding:0 33px;
}
.loginTit h3{
	font-weight:700;
	font-size:16px;
}
.loginSwitchQrcode{
	 background-image:url(../images/qrCodeLogin.png); 
	 background-repeat:no-repeat; 
	 background-size:100% 100%;
	 -moz-background-size:100% 100%;
	
}
.loginSwitchAccount{
	 background-image:url(../images/accountLogin.png); 
	 background-repeat:no-repeat; 
	 background-size:100% 100%;
	 -moz-background-size:100% 100%;
}
.Wtitle{
	
  padding:0px 160px;
  line-height:85px;
  font-size:24px;
  font-weight:700;
  margin-bottom: 10px;
}
.loginContent .lblItem{
	width:80px;
	padding:10px;
}
.loginFormArea .loginRow{
	/* float:left; */
	width:100%;
	padding:5px 33px;
	overflow:hidden;
	z-index:2!important;
}
.loginFormArea .inputValue{
	width:325px;
	
}
.inputValue .form-control{
	height:40px!important;
	padding-left:20px;
}
.btnRow{
	width:100%!important;
	padding:10px 0px;
}

.loginBtn{
  padding:10px 43%!important;
  color: #FFFFFF;
  font-size:16px!important;
  font-weight:700!important;
  background-color:rgb(255,134,1)!important;
}
.txtAutoLogin{
	float:left;
}
.bottomContent{
  position: relative;
  float: left;
  text-align: center!important;
  width:100%;
  padding: 0px 0px;
}
.bottomContent a{
  padding:0px 10px;
  color: #666666;
  border-right: 1px solid #666666;
}

.bottomContent a:last-child{
  border-right: none;
}
.footer-2{
  margin-top: 10px;
}
/* label字体大小 */
.fontSize12{
	font-size: 12px!important;
	display:inline-block;
	min-width:50px;
	text-align:center;
	padding-left:3px;
	padding-right:3px;
}

/* 关怀提醒数字居右 */
.navbar .dropdown-menu span{
  /* float: right;
  border:1px red solid; */
  overflow: hidden; 
  position: absolute; 
  right: 5px;
}
/* 企业注册标题 */
.regHeading{
  position: relative;
  float: left; 
  width:100%;
  padding:10px 150px;
}
.regHeading .logo{
  float:left;
  width:120px;
  left: 200px;
  margin-top: 13px;
}
.regTitle{
  float: left;
  padding: 10px;
  line-height: 49px;
  width:200px;
}
.regTitle span{
	float:left;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #666;
  font-family: "Microsoft Yahei";
  /* border-left:1px #c2ccd0 solid; */
}
.regContent,.regInput{
  float: left;
  width: 100%;
  padding:30px;
 /*  min-width: 1024px; */
}
.regInput{
  min-height: 350px;
 /*  min-width: 800px; */
}
.regInput label:not(.error){
	line-height:40px;
	padding-top:0px!important;
}
#forgetPwdForm label{
	line-height:32px!important;
}
#forgetPwdForm #codeImg{
	margin-top:3px!important
}
.regInput label.error{
	padding-left:15px;
}
.regContent .steps{
  border-bottom: 1px #ededed solid;
  height: 50px;
  padding:0px 12%;
}
.itemInput{
  padding:0px 17%;
} 
.regContent .steps ul{
  width:1000px;
  margin:0 auto;
  list-style: none;
  height: 48px;
}
.regContent .steps ul li{
  float: left;
  /* padding: 0px 20px; */
  line-height: 47px;
  width:33.33333%;
  position: relative!important;
  text-align:center;
}
.regContent .s4 ul li{
	width:25%!important;
}
.steps ul li i{
  font-style: normal;
  padding:4px 8px; 
  color: #FFFFFF!important;
  -webkit-border-radius: 100%;
  -moz-border-radius:100%;
  border-radius: 100%;
  background: #c2ccd0;
  margin-right: 14px;
  color: #FFFFFF;
  font-size: 16px;
  text-align:center;
  position:relative;
}
.regContent .steps ul li span{
  color: #c2ccd0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Microsoft Yahei";
}
.steps ul li.active{
  border-bottom: 1px red solid;
}
.steps ul li.active i{
  color: #ffffff!important;
  background: red!important;
}
.steps ul li.active span{
  color: #161823!important;
}
.lastStep{
	padding:5px 5px!important;
}
.steps ul li.complete:before{
  position: absolute;
  display:block;
  top:0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.steps ul li.complete i:before{
  background: #c2ccd0;
  z-index: 30;
  content:"\f00c";
  font-family: FontAwesome;
  color: #FFFFFF;
  position: absolute;
  top: 4px;
  left: 5px;
  padding:0px 0px!important;
  line-height:15px;
}
.regEnd i{
  content: "\f00c"!important;
  font-family: FontAwesome;
  color: #FFFFFF;
}
.regContent .regInput{
  position: relative;
  float: left;
  width:100%;
  padding:70px 20% 0px 25%;
}
.ckbClass{
  margin-top:2px!important;
}
.regBtn{
  padding:8px 50px!important;
  font-size:14px!important;
  font-weight: 700!important;
}
.itemTitle{
  font-size: 16px!important;
}
.ckbRow{
	text-align:center!important;
}

/* 注册成功提示语句 */
.successLog{
  font-size: 24px!important;
  color: #ff4200;
  font-family: "Microsoft Yahei";
}
.regSuccessRow{
	width:250px;
	margin:0 auto;
	overflow:hidden;
}
.regMsg{
	margin-top:50px;
}
.regSuccessTit{
	display:table-cell;
	width:100px;
	text-align:right;
	font-size:14px!important;
	color:#666;
}
.regSuccessValue{
	display:table-cell;
	font-size:24px!important;
	color:#ff4200;
}
.startTqb{
  margin-top: 10px;
  font-size: 16px!important;
  font-family: "Microsoft Yahei";
}
/* 忘记密码提示 */
.validErrorTxt{
	color:red;
	width:300px;
	font-weight:700;
}
/* dashboard页面 */
.dailyOp{
 /*  width: 100%; */
  list-style: none;
  text-align: center;
  padding:10px 0px;
}
.dailyOp > ul > li{
  float: left;
  padding:10px 15px;
  /* width:25%; */
}
.AdailyOp{
  position: relative;
  padding:12px 15px!important;
  float: left;
  width:100%;
  background: red;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.AdailyOp:hover{
  opacity: 0.7;
}
.AdailyOp .leftArea,.rightArea{
  float: left;
}
.AdailyOp .leftArea{
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
}
.AdailyOp .leftArea i{
 font-size: 60px;
 color:#f0f0f4;
 opacity: 0.5;
}
.AdailyOp .rightArea{
  width: 75%;
  /* height: 100% */ /*高度问题*/
}
.AdailyOp span{
  font-size:24px;
  font-family: "Microsoft Yahei";
  color:#f0f0f4;
}
.AdailyOp:hover .dailyOp i,.dailyOp span{
  color:#FFFFFF;
}
.AdailyOp p{
  font-size:13px;
  font-family: "Microsoft Yahei";
  color:#f0f0f4;
  margin-top: 5px;
}
.dashboardBtnList{
	margin-bottom:10px;
}
.dashboardBtnList .menuItem{
	position:relative;
	display:inline-block;
	float:left;
	padding:10px 20px;
	margin-right:10px;
	margin-top:10px; 
	height:95px;
	text-align:center;
	color:#FFFFFF;
	cursor:move;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dashboardBtnList .menuItem a{
	display:block;
	width:100%;
	height:100%;
	color:#FFFFFF;
}
.dashboardBtnList .menuItem:last-child{
	margin-right:0px;
}
.dashboardBtnList a:hover,.ABusinessMenu:hover{
	opacity: 0.8;
	color:#FFFFFF!important;
}
.dashboardBtnList a i,.ABusinessMenu  i{
	font-size:50px;
	color:#FFFFFF;
}

.dashboardBtnList a p,.ABusinessMenu a p{
	position:absolute;
	bottom:5px;
	width:100%;
	left:0;
	text-align:center;
/* 	background-color:rgba(0,0,0,0.1) */
}
.dashboardBtnList .Abig{
	width:30%;
}
.dashboardBtnList .Asmall{
	width:15%;
}
.dashboardBtnList .A2Small{
	width:33.5%;
}
/*运营车*/
.ABusinessMenu{
	display:block;
	text-align:center;
	position:relative;
	height:100%;
	color:#FFFFFF;
	padding:10px;
}

.ABusinessMenu p{
	margin-top:5px;
}
.Bblue{
  background: #3b5998;
}
.Bgreen{
  background: #00a497;
}
.Bred{
  background: #e60033;
}
.Byellow{
  background: #727cb6;
}
.Blh{
	background:#008899;
}
.BblueLight{
	background:#3498db;
}
.Borange{
	background:#ff530d;
}
.Bfacebook{
	background:#3b5998;
}
.Bzc{
	background:#8c8861;
}
.Bhp{
	background:#bf783a;
}
.Bll{
	/* background:#1e50a2; */
	background:#93ca76;
}
/*工作看板*/
.taskShow{
	width:100%;
	border:1px #F7F7F7 solid;
	float:left;
	margin-top:-1px;
}
/* .taskShow ul li{
	float:left;
	width:25%;
	padding:13px 3px;
	color:#FFFFFF;
	cursor:pointer;
} */
.taskShow{
	height:51px;
	line-height:51px!important;
	cursor:pointer;
}

.taskShow h3,.taskShow h4{
	
	display:inline-block;
	font-weight:700;
	font-family:"Times New Roman",Georgia,Serif;
	padding-right:10px;
	padding-left:10px;
	color:#FFFFFF;
	line-height:51px;
}
.taskShow h3{
	font-size:14px;
	width:19%;
}
.taskShow h4{
	font-size:14px;
	width:43%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.taskShow .workStatus{
	width:20%;
	color:#FFFFFF;
}
.taskShow .taskVehicleNo{
	/* width:29%; */
	margin-right:20px;
}
.working{
	background-color:#00a497;
}
.finish{
	background-color:#ffc64b;
}
.r-board{
	/* background-color:#ff2121; */
	background-color:#9ed900;
}
.newsList{
	height:80px;
	overflow:hidden;
}
.newsList ul li{
	margin-top:6px;
}
.taskShow label{
	height:32px;
	line-height:32px;
	background:#177cb0;
	text-align:center;
	color:#FFFFFF;
	margin:10px;
	width:85px;
}

.Adailybadge{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFFFFF!important;
 /*  padding:2px 8px;
  border-radius: 100%; */
  
  border-left: 40px solid transparent;
  
 /*  font-size: 13px!important;
  font-weight: 700; */
}
.Adailybadge i{
	position:absolute;
	top:-38px;
	right:3px;
	font-size:16px!important;
}
.repairVip{
	position:absolute;
	top:2px;
	right:2px;
	color:#FFFFFF!important;
	border-left:32px solid transparent;
}
.repairVip i{
	position:absolute;
	top:-30px;
	right:0px;
	font-size:13px!important;
	-webkit-transform:rotate(45deg); 
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)
}
.repairTriangle{
	border-top:32px solid #ffd900;
}
.signFlag{
	position:absolute;
	top:12px;
	right:12px;
	color:#FFFFFF!important;
	border-left:48px solid transparent;
}
.signFlag b{
	position: absolute;
    display: inline-block;
    top: -40px;
    right: 0px;
    width: 30px;
    font-size: 13px!important;
    font-weight:normal;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.signTriangle{
	border-top:48px solid #302833;
}
.signTriangleLeft{
	border-left:48px solid #302833;
}
/*三角符号颜色*/
.triangleRed{
	border-top: 40px solid #e2041b;
}
.triangleGreen{
	border-top: 40px solid #00a3af;
}
.triangleBlue{
	border-top: 40px solid #83ccd2;
}
.triangleYellow{
	border-top:40px solid #b8d200;
}
.triangleSbl{
	border-top:40px solid #21a675;
}
.triangleFox{
	border-top:40px solid #c38743;
}
.Fleft{
  float: left;
}
.remindlog li{
  height: 35px;
  padding:10px 0px;
  border-bottom: 1px #ededed solid;
  
}
.remindlog li a{
	display:inline-block;
	
	text-align:center;
}
.doubleCols{
	width:49%;
}
/*一行两列*/
.remindlog li.doubleCol a {
	width:24%;
}
/*一行一列*/
.remindlog li.singleCol a{
	/* width:36%; */
	width:45%;
}
.remindlog li a.title{
	text-align:left!important;
	padding-left:15px;
}
.remindlog li .numLong{
	float:right;
	width:40%;
}
.remindlog li .numShort{
	float:right;
	width:11%;
}
.remindlog li:last-child{
  border-bottom: none;
}
.busTotal ul li,.todayTotal ul li{
  float: left;
  border-right: 1px solid #EDEDED;
}
.busTotal ul li{
	padding:0px 15px;
}
.todayTotal ul li{
	padding:0px 20px;
}
.busTotal ul li:last-child,.todayTotal ul li:last-child{
  border-right: none;
}
.busTotal ul li i{
	padding-left:5px;
}
/* 材料图片 */
#materialPic{
  border:1px #ededed solid;
  width:90px;
  height: 70px;
}
/* 材料属性 */
.materialProperty{
  min-height: 100px;
  height: auto;
  float: left;
  border:1px #ededed solid;
  background: #F7F7F7;
  padding:10px;
  /* width:930px; */
  width:100%;
}
.materialProperty label{
  font-weight: normal;
}
/* 分页样式 */
.pagers{
  height: 40px;
  padding-top:3px;
}
.btn-paging{
  float: left;
  padding:3px 8px;
  border:1px #ddd solid;
}
.btn-paging-label{
  padding:3px 8px;
  background: #177cb0;
  color: #FFFFFF!important;
}

.pagers a:hover{
  background: #1685a9;
  color: #FFFFFF!important;
  text-decoration:none;
}
.paging{
  float: left;
  list-style: none;
  margin:3px 5px;
 
}
.Pomit{
 line-height: 32px;
 margin:0px 5px;
}
.paging li{
  float: left;
  margin:0 5px;
}
.paging li a{
  padding:0px 6px;
 /*border:1px #ededed solid; */
  margin-left: -1px;
  font-size: 16px!important;
}

.paging li:hover{
  background: #2494F2;
}
.paging li:hover .pading li a{
   color: #FFFFFF!important;
}
.paging li a.active{
	background: #177cb0;
	color: #FFFFFF!important;
}
.paging-more label{
  font-weight: normal!important;
  padding-top: 3px;
}
.paging-more li{
  float: left;
  list-style: none;
  margin:0px 0px 0px 15px;
}
.paging-more .form-inline .form-control{
  width:45px!important;
  height:25px;
  text-align: center;
}
.paging-more .form-inline span{
	margin:0px 10px;
}
.paging-more i label{
  font-style: normal;
  font-size: 16px!important;
  line-height:15px;
  color:red;
}
/*表格自定义样式*/
.table{
	font-size:13px!important;
	cursor: pointer;
}
/*表格文字不换行*/
.table tr td{
	
	overflow:hidden!important; 
	/* text-overflow:ellipsis;
	white-space:nowrap; */
	vertical-align:middle!important;
}

/* 功能菜单权限设置 */
.roleName{
	width:350px;
}
.roleValid{
	margin:5px 20px;
	width:300px;
}
.funcs dl{
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-bottom:10px; 
  border-bottom: 1px #EDEDED solid;
  /* border:2px blue solid; */
  padding:0px!important;
}
.funcs dl:first-child{
  margin-top: 5px;
}
.funcs dt{
  float: left;
  /* margin:6px; */
  width:100px;
  /* border:3px #000 solid; */
  padding:8px 0px;
}
.funcs dd{
 
  width: 100%;
  height: auto;
  float: left;
}
.funcs dd ul li{
  float: left;
  width:170px;
  overflow: hidden;
  margin:8px 0px;
}
.liBranch{
	width:100%!important;
}
.branchDetail{
	width:100%;
}
.branchDetail label{
	font-weight:normal;
	margin-top:16px;
	color:#FF2121;
	margin-right:15px;
}
.funcs dt span{
  font-size: 13px;
}
.funcs dd span{
  font-size: 13px;
}

.chkFuncs{
  width:15px;
  height: 15px;
  background: #FFFFFF!important;
  margin-top: 0px!important;
}
.funcs span{
  float: left;
  /* margin-left: 6px; */
  margin-top: 0px!important;
}
.bottomSolid{
  padding-bottom: 5px;
  border-bottom: 1px #ededed solid;
}
/* 表单验证 */
input.error { border: 1px solid #ff2121; }
label.error {color:#ff2121;float:left;line-height:32px;}
label.valid:before{
	position:absolute;
	top:5px;
	right:-35px;
	/* content:"\f058"; */
	font-family:FontAwesome;
	font-size:16px;
	color:green;	
}
/* 表格选中行样式 */
.trChecked td,.trChecked a,.trChecked span{
	background-color:#4b5cc4!important;
	color:#FFFFFF!important;
}

.trChecked a,.trChecked span{
	text-decoration:underline;
}
.table-hover>tbody>tr.trChecked:hover td{
	background-color:#4b5cc4!important;
	color:#FFFFFF!important;
}

/* 日历字体 */
.datepicker .table-condensed{
	font-size:14px!important;
}
/* 材料分类 */
.DivMaterialCalog{
	position:absolute;
	top:32px;
	left:0px;
	float:left;
	margin:0px 15px;
	z-index:2000!important;
	background-color:#FFFFFF;
	width:93%;
	min-height:70px;
	height:auto;
	border:1px #ededed solid;
	padding:15px;
	display:none; 
	
}
.materialCatelog,.serviceCollection{
	border:1px solid #ededed;
	background:#FFFFFF;
	padding:20px 15px;
	z-index:100;
}
.materialCatelog{
	
	float:left;
	/* top:5px;
	left:5px;
	height:430px;
	width:800px;
	min-height:285px;
	height:auto;
	min-width:800px;
	width:auto; */
}
.serviceCollection{
	position:relative;
	height:359px;
	width:100%;
}
.iDivClose{
	position:absolute;
	font-size:32px!important;
	color:red;
	z-index:101;
	top:10px;
	right:10px;
	cursor:pointer;
}
.materialCatelog dl{
	float:left;
	width:100%;
}
.serviceCollection dl{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.materialCatelog dl dt,.materialCatelog dl dd,.serviceCollection dl dt,.serviceCollection dl dd{
	float:left;
}
.materialCatelog dl dt,.serviceCollection dl dt{
	display:block;
	line-height:25px;
	color:#e45e32;
}
.materialCatelog dl dt{
	/* width:90px; */
	width:118px;
}
.materialCatelog dl dt a{
	color:red;
	line-height:32px;
}
.serviceCollection dl dt{
	width:100%;
	
	font-size:14px;
}
.materialCatelog dl dd{
	/* width:665px; */
	width:635px;
	display:block;
	overflow:hidden;
}
.serviceCollection dl dd{
	padding-bottom:20px;
	display:block;
	overflow:hidden;
}
.materialCatelog dl dd a{
	float:left;
	padding:0px 10px!important;
	margin:7px 0px!important;
	display:block;
	border-left:1px #ededed solid;
	color:#666;
}
.serviceCollection .serviceDetail{
	padding:8px 5px;
	margin-right:10px;
	width:144px;
	text-align:center;
	border:1px #ccc solid;
	cursor:pointer;
	color:#666;
	
}
.serviceCollection .serviceDetail:hover{
	border: 1px rgb(195,0,8) solid;
}
.serviceCollection label.active{
	  background: url(../images/arrow.png) 128px 20px no-repeat;
  	  border: 1px rgb(195,0,8) solid;
}
.materialCatelog dl dd a:hover{
	color:#177cb0;
}
.catelogBcg{
	/* width:810px; */
	min-width:810px;
	width:auto;
	/* height:440px; */
	min-height:295px;
	height:auto;
	position:absolute;
	top:0px;
	left:-140px;
	background:rgba(0,0,0,0.2);
	padding:10px;
	z-index:101899;
}
.catelogBcg img{
	position:absolute;
	right:24px;
	top:20px;
	cursor:pointer;
	
	z-index:103!important;
}
/* div边框 */
.bordered{
	padding-top:15px;
	border:1px #EDEDED solid;
}
/* 收付款弹出框金额合计 */
.panel-finance{
	width:100%;
	padding:10px 15px;
	border:1px #EDEDED solid;
	margin:5px 0px;
}
/* 注册邮箱提示样式 */
.auto-tip{
	left:15px!important;
	background-color:#FFFFFF;
	z-index:10000!important;
	/* height:100px; */
	overflow:auto;
}
.auto-tip li{
	padding:3px;
}
.auto-tip li:hover,.auto-tip li.hoverBg{
	background-color:#177cb0;
	cursor: pointer;
	color:#FFFFFF;
}
/*计量单位显示DIV*/
.unitTxt{
	margin-left:-10px;
	display:inline-block;
	float:left;
}
/*提示语句样式*/
.remindTxt{
	color:red;
}
/*
.select2-search__field{
	margin-top:0px!important;
	border-radius:0px!important;
	-moz-border-radius:0px!important;
	-webkit-border-radius: 0px!important;
	box-shadow:0px!important;
	-moz-box-shadow:0px!important;
	-webkit-box-shadow:0px!important;
}*/
.divSearchBtn{
	padding:5px;
}
.ui-autocomplete {
	z-index:10000001!important;
}
/* 验证码图片 */
#codeImg,#codeImgMobile{
	float:left;
	margin-left:5px;
	margin-top:8px;
}
/* 注册页面验证提示语句 */
#promptTxt,#codeOperatorTxt,#promptTxtMobile,#codeOperatorTxtMobile,#codeOperatorTxtMessage,#clauseValidTxtMobile,#promptPwdTxt,#promptAutoziUser{
	padding:8px 0px!important;
}
#promptTxt span，#codeOperatorTxt span,#codeOperatorTxtMobile span,#clauseValidTxt span,#promptTxtMobile span,#codeOperatorTxtMessage span,#clauseValidTxtMobile span,#promptPwdTxt span,#promptAutoziUser span{
	font-family:"microsoft Yahei";
	color:#666666;
	padding-left:5px;
}
#promptTxt i,#codeOperatorTxt i,#codeOperatorTxtMobile i,#clauseValidTxt i,#promptTxtMobile i,#codeOperatorTxtMessage i,#clauseValidTxtMobile i,#promptPwdTxt i,#promptAutoziUser i{
	font-style:normal;
	font-size:18px;
	
}
#promptTxt i.IsInValid:before,#codeOperatorTxtMobile i.IsInValid:before,#promptTxtMobile i.IsInValid:before,#codeOperatorTxt i.IsInValid:before,#clauseValidTxt i.IsInValid:before,#loginValidMsg i.IsInvalid:before,#codeOperatorTxtMessage i.IsInvalid:before,#clauseValidTxtMobile i.IsInvalid:before,#promptPwdTxt i.IsInvalid:before,#promptAutoziUser i.IsInValid:before{
	content:"\f057";
	font-family:FontAwesome;
	color:rgb(255,115,0);
	margin-left:15px;
}
#promptTxt i.IsValid:before,#codeOperatorTxtMobile i.IsValid:before,#promptTxtMobile i.IsValid:before,#codeOperatorTxt i.IsValid:before,#clauseValidTxt i.IsValid:before,#loginValidMsg i.Isvalid:before,#codeOperatorTxtMessage i.Isvalid:before,#clauseValidTxtMobile i.Isvalid:before,#promptPwdTxt i.Isvalid:before,#promptAutoziUser i.Isvalid:before{
	content:"\f058";
	font-family:FontAwesome;
	color:#057748;
}
.IsInValid{
	margin-top:2px;
}
/*注册页面邮箱字体变大，加底纹*/
.tabDefault a{
	font-size:20px!important;
	background-color:#F7F7F7;
}

/* 登录页面验证提示语句 */
#loginValidMsg{
	position:absolute;
	top:5px;
	left:35px;
	background-color:#ffebeb;
	color:#e4393c;
	font-size:13px;
	font-family:"宋体";
	border:1px solid #faccc6;
	width:325px;
}
/* 密码强度校验 */
#pwdstrength ul{
	list-style:none;
	margin-top:5px;
}
#pwdstrength ul li{
	float:left;
	padding:0px 10px;
	border-left:1px #FFFFFF solid;
	margin-left:-1px;
	width:33%;
	background-color:#e9e7ef;
	text-align:center;
	color:#FFFFFF;
}
/*注册文本框*/
.regControl{
	width:255px;
	height:40px!important;
	margin-left:15px!important;
}
.shortControl{
	width:120px;
}
.authCode{
	width:11%;
}
.regRow{
	width:100%;
	float:left;
	padding:5px 0px;
	/* border:1px solid red; */
	/* overflow:hidden; */
}

.divClause{
	padding-left:22%;
}
/* .tabs-left{
	width:20%;
} */

/* 注册提示语句 */
.userNameReminderTxt,.pwdReminderTxt,.companyReminderTxt{

	background-color:#F7F7F7;
	border:#ededed solid 1px;
	color:#999999;
	min-height:35px;
	line-height:35px;
	margin-left:10px;
}
/* .singleTxt{
	line-height:30px!important;
} */
/* 提示邮件已发送 */
.centerMsg,.findEmail,.warnMsg{
	padding-left:35%;
}
.centerMsg span,.emailAddress,.warnMsg h2{
	font-size:16px!important;
	font-weight:700;
	font-family:"microsoft Yahei";
}
.emailAddress{
	color:red;
}
.centerMsg p{
	font-size:13px;
	color:#333333;
	line-height:30px;
	font-weight:normal;
}
.findEmail{
	padding-top:30px;
}
.warnMsg{
	float:left;
	height:auto;
	padding-top:40px;

	padding-right:20%;
}
.warnMsg h2{
	line-height:40px;
}
.warnMsg p{
	float:left;
	width:100%;
	overflow:hidden;
	line-height:25px;
}
/* 单据日期 */
.orderDate{
	border:none;
	text-align:center;
	border-bottom:1px solid #ededed;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webket-box-shadow:none!important;
	width:85px;
	height:18px!important;
	line-height:18px!important;
	/* padding:auto; */
	padding:0px!important;
}
/* 品牌车系车型下拉选择框select2 */
.select2-selection{
	border-radius:0px!important;
	-moz-border-radius:0px!important;
	-webkit-border-radius:0px!important;
	height:32px!important;
}
.table .select2-selection,.table .select2-dropdown{
	border:0!important
}
.select2-dropdown{
	height:320px;
	overflow:auto;
}
.select2-container{
	z-index:1029!important;
}
.select2-search__field{
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webket-box-shadow:none!important;
	/* width:80px!important; */
}
/*multselect多选样式*/
.checkbox{
  display: block;
  min-height: 20px;
  padding-left: 20px;
  padding-top:4px!important;
}
.btn-select{
	padding:6px 40px!important;
	background-color:#FFFFFF!important;
	border:1px rgb(204,204,204) solid!important;
	border-radius:0px!important;
	-moz-border-radius:0px!important;
	-webkit-border-radius:0px!important;
	color:#333!important;
}
.areaAbb{
	/* margin-left:15px; */
	height:32px;
	/* width:45px; */
	text-align:center;
	border:1px solid #ccc;
	border-right:0px;
	padding:0px 5px!important;
	cursor:pointer;
	/* width:50px!important; */
	float:left;
}
.vehicleNO{
	
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
}

.inputVehicleNo{
	/* margin:0px 0px 0px -15px!important; */
	/* width:50px!important;  */
	display:inline-block;
	float:left;
}

.areaAbb label{
	float:left;
	display:inline-block;
	width:50px;
	line-height:32px;
	font-size:14px!important;
	font-family:"microsoft Yahei";
	color:#666;
	cursor:pointer;
}
.areaAbb i{
	position:absolute;
	top:7px;
	right:5px;
	
	font-size:16px;
}
.areaList{
	position:absolute;
	top:31px;
	left:-1px;
	width:445px;
	height:180px;
	border:1px #ededed solid;
	background:#FFFFFF;
	z-index:10;
	padding:10px;
	display:none;
}
.areaList ul li{
	list-style:none;
	float:left;
	padding:4px 8px;
	margin:5px;
	border:1px #ededed solid;
	cursor:pointer;
	font-size:14px;
	font-family:"microsoft Yahei";
	font-weight:700;
	color:#666;
}

.areaList ul li.active,.areaList ul li:hover{
	background:url(../images/arrow.png) 17px 14px no-repeat;
	border:1px rgb(195,0,8) solid;
}

/* 统计报表样式 */
.chartsTitle{
  padding:20px;
  border-bottom: 1px #ededed solid;
}
.chartsTitle h3{
  font-family: "Microsoft Yahei";
  font-size: 24px;
  font-weight: 700;
}
.searchRow{
  padding-top:10px;
  /* padding-bottom: 10px; */
}
.searchDate,.dateRegion{
	height:35px;
}
.searchDate ul li,.sortList ul li,.dateRegion ul li{
  margin-left: -1px;
  text-align: center;
  background: #F7F7F7;
  cursor: pointer;
  border-left:1px #ededed solid;
  list-style: none;
  float: left;
}

.searchDate ul li{
  width:20%;
}
.searchDate ul li a,.sortList ul li a,.dateRegion ul li a{
	display:block;
	width:100%;
  	/*height:100%;*/
  	padding:8px 0px;
}
#searchDate_ ul li{
	width:16%!important;
	
}
.sortList ul li{
  width:33%;
}
.disabledLi a{
	background-color:#F7F7F7!important;
	color:#999!important;
}
.disabledLi a:hover{
	background-color:#F7F7F7!important;
}
.thirdBlock ul li{
	width:33%!important;
}
.sortList ul li a:hover,.sortList ul li.active,.searchDate ul li a:hover,.searchDate ul li.active,.dateRegion ul li.active{
  background: #177cb0;
  
}
.sortList ul li a:hover,.sortList ul li.active a,.searchDate ul li a:hover,.searchDate ul li.active a,.dateRegion ul li.active a{
  color: #FFFFFF!important;
}
.filter-date{
  line-height: 32px;
}
#tb-bossCharts tr td,#tb-staffCharts tr td,#tb-stuffStatistics tr td,#tb_vehicle_search tr td{
  vertical-align: middle!important;
}
.chartsContent{
	width:100%;
	float:left;
}
/*联系我们*/
.linkUs,.rightWidget{
	position:fixed;
	bottom:5px;
	right:0px;
	width:25px;
	height:76px;
	text-align:center;
	
	font-family:"microsoft Yahei";
	cursor:pointer;
	background-color:#2494F2;
	color:#FFFFFF;
	z-index:200;
}
.linkUs:hover{
	background-color:#161823;
}
.rightWidget{
	padding-top:8px;
	background-color:#180614;
}
.rightWidget a{
	letter-spacing:2px;
}
/*在线客服*/
.callCenter{
	position:fixed;
	bottom:5px;
	right:-41px;
	width:40px;
	height:auto;
	background:#0d0015;
	z-index:1000;
	transition:all 0.5s ease;
}
.collapse.in{
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.callCenter ul li{
	border-top:1px #FFFFFF solid;
	height:40px;
	text-align:center;
	padding:7px;
	cursor: pointer;
}
.callCenter ul li:hover{
	background:#2494F2!important;
}
.callCenter ul li i:hover{
	color:#fff2df;
}
.callCenter ul li i{
	font-size:24px;
	color:#FFFFFF;
}
.weixinDetail,.qqDetail,.phoneDetail,.commentDetail{
	/* display:none; */ 
}

.weixinDetail,.qqDetail,.phoneDetail,.commentDetail{
	
	border:1px solid #EDEDED;
	background:#FFFFFF;
	position:absolute;
	right:100px;
	bottom:0px;
	z-index:1000;
	padding:5px;
	transition:all 0.3s ease;
	opacity:0;
	visibility:hidden;
}
.moveRight{
	transform:translateX(60px);
	-webkit-transform:translateX(60px);
	-moz-transform:translateX(60px);
	-o-transform:translateX(60px);
	-ms-transform:translateX(60px);
	opacity:10;
	visibility:visible;
}
.weixinDetail{
	width:160px;
	height:159px;
}
.qqDetail,.phoneDetail,.commentDetail{
	width:150px;
	height:39px;
	line-height:22px;
}
.qqDetail{
	padding-top:7px;
	bottom:80px;
}
.phoneDetail{
	bottom:40px;
}
.commentDetail{
	bottom:0px;
}
.weixinDetail img{
	width:100%;
	height:100%;
}
.callArrow{
	position:absolute;
	top:13px;
	right:-7px;
	z-index:1000;
}
.callArrow{
	 width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #FFFFFF;
    border-bottom: 5px solid transparent;
}
/*在线客服动画效果*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

/*在线客服动画效果*/
#modifyOtherPaymentFRM{
		position:fixed;
		z-index:32320;
		top:20%!important;
		background:#FFFFFF;
		width:650px;
		border:1px #ededed solid;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
/*产品建议图片添加*/
.imgAdd{
	width:110px;
	height:100px;
	border:2px #999999 dashed;
	text-align:center;
	cursor:pointer;
}
.imgAdd:hover{
	border:2px dashed #e29c45;
}
.imgAdd:hover i{
	color:#e29c45;
}
.imgAdd i{
	line-height:100px;
	font-size:36px;
	color:#999999;
	vertical-align:middle;
}
.fileOpacity{
	opacity：0;
	filter:alpha(opacity=0);
	
}

/*图片上传列表*/

.img_list{
	margin-top:5px;
	position:relative;
	z-index:100;
}
.img_list li{
	float:left;
	margin-right:10px;
	cursor:pointer;
	
}
.imgOperator{
	position:absolute;
	margin:0px 0px 5px 95px;
}
.img_list li i{
	color:red;
	font-size:18px;
	cursor:pointer;
}
.img_list img:hover{
	background:#ededed;
}

.img_list img{
	height:100px;
	width:110px;
	border:1px solid #ddd;
	cursor:pointer;
}
.inputIcon{
	position:absolute;
	margin:12px 0px 10px 12px;
	display:block;
	color:#c2ccd0;
	font-size:18px!important;
}
.loginInput{
	padding:0px 38px!important;
	font-size:16px!important;
}
.multiselect-container li{
	height:auto!important;
	overflow-y:auto!important;
	color:red!important;
}
/*i标签所有字体不倾斜*/
i{
	font-style:normal!important;
}
/*默认去掉文本框内发光效果*/
.form-control{
/* 	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important; */
}
/*表格行高度缩短*/
.table tr td{
	padding:6px!important;
	font-size:10px!important;
}
.table tr th{
	background-color:#F7F7F7!important;
	font-size:12px!important;
}
/*搜索框圆角*/
.input-lg, .form-group-lg .form-control{
	border-radius:4px!important;
}
/*label距离底部*/
label{
	margin-bottom:0px!important;
}
/*弹出窗体500px,居中显示*/
.width500{
	/* left:32%!important; */
	top:45%!important;
}
.datepicker{
	z-index:10000001!important;
}
/*打印 */
.width1200{
  width:950px!important;
  /* left:17%!important; */
 /*  top:50%!important; */
}
.width1300{
	width:1100px!important;
}
.printHeader{
  text-align: center;
  padding:4px;
}
.printHeader h3{
  font-size: 24px;
  /* font-weight: 700; */
}
.printHeader p{
	font-size:16px;
	font-weight: 700;
	margin-top:10px;
}

#tb-orderPrint tr td,#tb-amount tr td,#print-itemList tr td,#print-stuffList tr td,.tbPrint tr td{
  vertical-align: middle!important;
  padding:2px!important;
  background-color:#FFFFFF!important;
  color:#000!important;
}
#tb-orderPrint tr td{
	font-size:1.8rem!important;
    /* font-weight:700; */
}
#tb-smallfontorderprint tr td{
	font-size:1.5rem!important;
	vertical-align: middle!important;
	padding:2px!important;
	background-color:#FFFFFF!important;
	color:#000!important;
	border:1px solid #000!important;
}
#tb-smallfontorderprint th{
	color:#000!important;
 	font-size:14px!important;
 	border:1px solid #000!important;
}
#print-stuffList tr td{
	font-size:13px!important;
  	font-weight:700;
}
#tb-orderPrint tr th{
	color:#000!important;
 	font-size:14px!important;
}
#tb-printInfo{
	border:none!important;
}

.bgcTr{
	background-color:#F7F7F7;
}
.bgcTr td{
	color:red;
}
.reportTb tr td,tr th{
	vertical-align:middle!important;
}
#print-itemList th,#print-stuffList th{
	border-bottom:1px solid #000!important;
	background-color:#FFFFFF!important;
}
#print-itemList tr td,#print-stuffList tr td{
	border-top:1px solid #000!important;
}
#tb-orderPrint tr td,#tb-orderPrint th,.tbPrint th,.tbPrint tr td{
	 border:1px solid #000!important;
}
#tb-printInfo tr td{
	padding:0px!important;
	font-weight:700;
}

#print-stuffListInventory tr td,#print-stuffListInventory th{
	border:1px solid #333;
}

.print-footer{
  padding:10px;
  height:45px;
  border-top:1px #333 solid;
}
#MorderPrint{
  font-size: 10px!important;
}
.print-footer{
  border-top: 1px solid #666;
  width:100%;
}
.print-footer ul li{
  float: left;
  padding:3px 10px;
}
.print-confirm{
  /* border-top: 1px solid #666; */
  width:100%;
}
.print-confirm ul li{
  float: left;
  width: 30%;
 /*  height: 80px; */
  padding: 10px;
  text-align: left;
}

.evaluate{
	height:30px;
	width:100%;
	overflow:hidden
}
.evaluate ul li{
	float:left;
	width:32%;
	
}
.evaluate ul li i{
	padding-left:5px
}
.print-amount{
  height: 32px;
}
.print-amount  ul li{
  float: left;
  width:19%;
  padding:0;
  font-size:20px!important;
  color:#000!important;
 /*  font-weight:700; */
}
.maintainPrint ul li{
	font-size:18px!important;
}
#print-stuffList{
  border-color: #666!important;
}

.printHeader .billStatus{
	position:absolute;
	top:48px;
	right:30px;
}

.printHeader .billStatus label{
	padding:0px 20px;
}

/*卡管理页面查看卡明细*/
.cardManager{
	position:absolute;
	top:20%;
	left:29%;
	z-index:3000!important;
	background-color:#FFFFFF;
	box-shadow:0px 0px 10px #000;;
	padding:0px;
	display:none;
}
.cardManager .cardBody{
	/* border:2px #4c8dae solid */
}
.cardManager #btnClose{
	position:absolute;
	top:0px;
	right:0px;
	font-size:24px;
	color:#FFFFFF;
	padding:3px 6px;
	z-index:3000;
}

/*卡发行卡明细*/
.cardIssue{
	padding:5px;
	height:auto!important;
	/*overflow:auto;*/
}
/*按钮加图标*/
/*保存按钮*/
.saveBtn:before{
	content:"\f0c7";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*预约按钮*/
.reservationBtn:before{
	content:"\f017";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*急盘按钮*/
.adjustStockBtn:before{
	content:'\f042';
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*急采按钮*/
.purchaseUrgentBtn:before{
	content:'\f07a';
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}

/*备注按钮*/
.remarkBtn:before{
	content:'\f044';
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*电子档案按钮*/
.recordBtn:before{
	content:'\f0f6';
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*提交按钮*/
.commitBtn:before{
	content:"\f046";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*审核通过*/
.passBtn:before{
	content:"\f05d";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*确定按钮*/
.sureBtn:before{
	content:'\f2b5';
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*搜索按钮*/
.filterBtn:before{
	content:'\f002';
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*套餐选择图标*/
.packagBtn:before{
	content:'\f0f2';
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*完工按钮*/
.finishBtn:before{
	content:"\f00c";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*审核不通过*/
.failBtn:before{
	content:"\f05c";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*发货*/
.deliverBtn:before{
	content:"\f0d1";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}

/*退出按钮*/
.exitBtn:before{
	content:"\f08b";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*新增按钮*/
.addContinueBtn:before{
	content:"\f067";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*删除按钮*/
.delBtn:before{
	content:"\f014";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:5px;
}
/*修改按钮*/
.modifyBtn:before{
	content:"\f040";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*上传按钮*/
.uploadBtn:before{
	content:"\f0ee";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*开卡按钮*/
.cardBtn:before{
	content:"\f09d";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*结算按钮*/
.settleBtn:before{
	content:"\f157";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*订单按钮*/
.billBtn:before{
	content:"\f016";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*出库按钮*/
.inventoryOutBtn:before{
	content:"\f08b";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*入库按钮*/
.inventoryInBtn:before{
	content:"\f090";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*提醒按钮*/
.remindBtn:before{
	content:"\f0f3";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*发邮件按钮*/
.sendMailBtn:before{
	content:"\f064";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*打印按钮*/
.printBtn:before{
	content:"\f02f";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*盘库按钮*/
.adjustBtn:before{
	content:"\f162";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*预警按钮*/
.warningBtn:before{
	 content:"\f071";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*历史记录按钮*/
.hisToryBtn:before{
	content: "\f1da";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*服务项目按钮*/
.serviceAddBtn:before{
	content:"\f0ad";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*服务项目按钮*/
.stuffAddBtn:before{
	content:"\f085";
	font-family:FontAwesome;
	color:#FFFFFF;
	font-size:13px;
	padding-right:3px;
}
/*省市区下拉选择*/
#province,#city,#area,#street,#catalog1,#catalog2,#catalog3,#catalog4{
	float:left;
	min-width:90px; 
	width:auto;
}
#city,#area,#street,#catalog2,#catalog3,#catalog4{
	margin-left:10px;
}
#provinceSpan,#citySpan,#areaSpan,#streetSpan{
	display:inline-block;
	float:left;
	line-height:32px;
	font-size:13px;
}
#provinceSpan{
	padding-left:15px;
}
/* 品牌选择 */
.brandShow{
	position:absolute;
	top:31px;
	height:300px;
	width:705px;
	border:1px solid #ccc;
	/* box-shadow:0 0 5px #AAA; */
	background:#FFFFFF;
	z-index:99;
	/* overflow:auto; */
	
}
.searchByCharacter{
	height:30px;
	background:#EDEDED;
	padding-left:10px;
	float:left;
	width:100%;
}
.searchByCharacter ul li{
	float:left;
	margin:6px 0px;
}
.searchByCharacter ul li a{
	display:block;
	padding:0px 6px;
	line-height:18px;
}
.brandShow .brandList{
	margin:10px;
	
}
.brandShow .brandList ul{
	margin-left:auto;
	margin-right:auto;
	/* height:300px;
	overflow:auto; */
}
.brandShow .brandList ul li{
	float:left;
	/* margin:10px; */
	/* border:1px red solid; */
	width:20%;
	margin-top:10px!important;
	margin:0px;
	height:auto;
	text-align:center;
}
.brandShow .brandList ul li a{
	display:block;
	width:124px;
	height:57px;
	margin:auto;
}
.searchByCharacter ul li a:hover,.brandShow .brandList ul li a:hover{
	color:red;
	border:1px red solid;
}

.brandShow .brandList ul li img{
	height:40px;
	width:80px;
	margin:0px 5px;
}
.brandShow .brandList ul li h4{
	font-size:13px;
	color:rgb(107,113,123);
	text-align:center;
	background:#f0f0f4;
	width:100%;
	overflow:hidden;
	height:19px;
	line-height:19px;
	text-align:center;
	word-break:break-all;
	padding:0px 4px!important;
	
}
.brandNameShow{
	color:#00a3af;
	font-size:18px;
	font-family:"microsoft Yahei";
	font-weight:700;
}
/*品牌输入框展开图标*/
#brandChevron{
	position:absolute;
	top:0px;
	right:8px;
	line-height:32px;
	color:#ccc;
}
.brandInput{
	position:relative;
	height:32px;
	width:225px;
	border:1px solid #ccc;
	background:#FFFFFF;
	
	z-index:99;
	padding-left:10px;
	cursor:pointer;
}

.brandInput:hover{
	border:1px solid #4d7496;
}
.brandInput span{
	line-height:32px;
}
.brandList{
	display:none;
}
#common{
	display:block;
}
/* 提示框文字messager */
.messenger-message-inner{
	font-size:18px!important;
	font-family:"KaiTi"!important;
}
/*提示框层级关系不允许修改*/
.messenger {
	z-index:100001!important;
	background-color:#000b00!important;
}
/* 右边欠款总额 */
.rightReminder{
	position:absolute;
	top:88px;
	right:50px;
	z-index:2000!important;
	
	padding:18px 0px 20px 20px;
	display:block;
	width:140px;
	height:85px;
	
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	-webkit-box-shadow:5px 5px 7px rgba(33,33,33,.7);
	-moz-box-shadow:5px 5px 7px rgba(33,33,33,.7);
	background:#ffc;
	transform:rotate(25deg);
	-webkit-transform:rotate(25deg);
	-moz-transform:rotate(25deg);
	
}
#pin{
	position:absolute;
	top:5px;
	left:5px;
	width:70px;
	height:20px
	z-index:10000;
}
#pin i{
	color:#ffa400;
	font-size:18px;
}
.rightReminder label{
	font-size:15px!important;
}
.rightReminder p{
	margin-top:10px;
}
/*采购流程*/
.route-steps{
	
	height:30px;
	width:70%;
	margin-top:16px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.route-steps ul{
	float:left!important;
	width:99%;
}
.route-steps ul li{
	float:left;
	
	border-right:none;
	height:10px;
	width:24%;
	border-bottom:3px solid #00a497;
}
.threeStep ul li{
	width:33%!important;
}
.fourStep ul li{
	width:25%!important;
}
.route-steps i#finish:before{
	 content:"\f00c";
  	 font-family: FontAwesome;
}
.route-steps i#finish{
	padding:3px 5px;
}
.route-steps ul li.active{
	border-bottom:3px solid #00a3af;
}
.route-steps ul li.complete{
	border-bottom:3px solid #ccc;
}
.route-steps ul li.unfinished{
	border-bottom:3px solid #ccc;
}
.route-steps ul li.complete i{
	position:relative;
}
.route-steps ul li.complete i:before{
	position:absolute;
	left:5px;
	content:"\f00c";
  	font-family: FontAwesome;
  	background:#ccc;
}
.route-steps dl dt,.purchase-steps dl dd{
	text-align:center;
	
}
.route-steps dl dt i{
	border-radius:100%;
	background:#00a497;
	padding:3px 8px;
	color:#FFFFFF;
}
.route-steps dl dd{
	padding-top:5px;
	
}
.route-steps ul li.active i{
	background:#00a3af!important;
	color:#FFFFFF;
}
.route-steps ul li.active dd{
	color:#00a3af!important;
}
.route-steps ul li.complete i{
	background:#ccc!important;
	color:#FFFFFF;
}
.route-steps ul li.unfinished i{
	background:#ccc!important;
	color:#FFFFFF;
}
.route-steps ul li.complete dd{
	color:#ccc!important;
}
.route-steps ul li.unfinished dd{
	color:#ccc!important;
}
/*报表菜单*/
#reportMenu{
	padding:10px;
	float:left;
	/* border-bottom:1px dashed #ddd; */
	width:100%;
}
#reportMenu ul li{
	float:left;
	width:17%;
	margin:10px;
}
#reportMenu ul li i{
	display:block;
	width:100%;
	text-align:center;
	line-height:50px;
	font-size:36px;
}
#reportMenu ul li a{
	display:block;
	/* width:200px; */
	width:100%;
	height:80px;
	
	padding:0px 3px;
	text-align:center;
	
	font-size:14px;
	font-family:"microsoft Yahei";
	
	color:#ffffff;
}
#reportMenu ul li a:hover{
	background-color:#666!important;
}
#reportMenu ul li p{
	line-height:20px;
	font-size:14px;
}
/*统计报表菜单按钮颜色*/
.bg-lb{
	background-color:#27a9e3!important;
}
.bg-ls{
	background-color:#3b5998!important;
}
.bg-lw{
	background-color:#9b59b6!important;
}
.bg-le{
	background-color:#00aced!important;
}
.bg-lm{
	background-color:#51d4cc!important;
}
.bg-lr{
	background-color:#ff530d!important;
}
.bg-lv{
	background-color:#f74d4d!important;
}
.bg-ly{
	background-color:#d3b17d!important;
}
.bg-ld{
	background-color:#cb3a56!important;
}
.bg-lp{
	background-color:#00a497!important;
}
.bg-qb{
	background-color:#478384!important;
}
.bg-jz{
	background-color:#d0af4c!important;
}
.bg-lxbc{
	background-color:#b3ada0!important;
}
.bg-cr{
	background-color:#b28c6e!important;
}
/**新桥色**/
.bg-xq{
	 background-color:#59b9c6!important; 
	
}
/**蒸栗色**/
.bg-zl{
	background-color:#ede1a9!important;
}
/**菖蒲色**/
.bg-cp{
	background-color:#cc7eb1!important;
}
/**青瓷色**/
.bg-qc{
	background-color:#7ebea5!important;
}
/*枯色*/
.bg-ks{
	background-color:#e0c38c!important;
}
/*若绿色*/
.bg-rl{
	background-color:#98d98e!important;
}
/*浅葱色*/
.bg-qc{
	background-color:#00a3af!important;
}
/*松叶色*/
.bg-sy{
	background-color:#839b5c!important;
}
/*薄蓝色*/
.bg-bl{
	background-color:#0094c8!important;
}
/*底部报表菜单按钮*/
.bottomMenus{
	width: 0px;
	bottom: 10px;
	
	left: 50%;
	right:50%; 
	position:fixed;
	height:50px;
  
	
}

.bottomMenus i{
	font-size:30px;
}

.reportMenu-container {
	height: 50px;
	margin:auto;
	position: absolute;
	border-bottom:1px solid #ededed;
	
}
.reportsMore-container{
	bottom:-50px;
	transition:all 0.3s ease;
}
a.menuItem {
	display: block; 
	
	position: absolute;
	width: 40px; 
	bottom: 5px; 
	text-align: center;
	text-decoration: none;
	
}
a.menuItem:hover i{
	font-size:54px;
}
.menuItem span {
	display: none;
	/* padding-left: 15px; */
	/* width:200px; */
	/* background:#333; */
	font-family:"microsoft Yahei";
	color:#0d0015;
	text-align:center;
	font-size:13px;
	
}
.menuItem img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
/*更多报表*/
.report-more{
	
	position:fixed;
	bottom:-50px;
	left:150px;
	right:150px;
	height:auto;
	transition:all 0.3s ease;
	
}
.moveUp{
	bottom:0px;
}
.report-more .topMenu{
	border-bottom:1px #ddd solid;
	float:left;
	height:23px;
	width:100%;
	text-align:center;
}
.report-more .bomMenus{
	float:left;
	width:100%;
	height:50px
	
}
.attrExtra-more{
	opacity:0.7;
	display:block;
	background-color:#161823;
	width:90px;
	padding:2px 7px;
	
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	transition:all 0.3s ease;
}
.attrExtra-more:hover{
	background-color:#44cef6;
	color:#FFFFFF;
}

/*品牌车系车型选择层*/
.selectCarBox{
	position:absolute;
	top:32px;
	height:330px;
	width:737px;
	background-color:#FFFFFF;
	border:4px solid rgba(0,0,0,0.1);
	z-index:900000;
	margin-top:-1px;
	font-size:13px!important;
	overflow:hidden;
}

.selectCarBox .sel-box{
	width:100%;
	padding:5px 10px;
	
	float:left;
}
.selectCarBox .selStepBox li{
	float:left;
	display:inline;
	width:25%;
	padding:5px 10px;
	
	text-align:center;
	
}
.selectCarBox .selStepBox li a{
	display:block;
	padding:5px 20px;
	
	background-color:#e9f1f6;
}
.selectCarBox .selStepBox li a.active{
	background-color:#fa8c35;
	color:#FFFFFF;
	border:0px;
}
.selectCarBox .selStepBox li i{
	padding:3px 7px;
	background:#FFFFFF;
	border-radius:100%;
	margin-right:2px;
	color:red;
}
.selectDetail{
	width:100%;
	padding:10px;
}
.brandDetail,.typeDetail,.dispDetail,.yearDetail{
	width:100%;
	padding:5px;
	
}
.typeDetail,.dispDetail,.yearDetail{
	margin-top:40px;
}
.dispDetail{
	height:200px;
	overflow:auto;
}
.brandDetail ul li,.typeDetail ul li,.dispDetail ul li{
	float:left;
	height:50px;
	text-align:center;
	margin-left:7px;
	margin-top:7px;
	width:18%;
}
.yearDetail ul li{
	float:left;
	width:70%;
	margin-left:7px;
	margin-top:7px;
}
.brandDetail ul li a,.typeDetail ul li a,.dispDetail ul li a,.yearDetail ul li a{
	display:block;
	/* padding:0px 3px; */
	width:100%;
	height:40px;
	border:#ccc solid 1px;
	line-height:40px;
	overflow:hidden;
}
.brandDetail ul li a.active,.dispDetail ul li a.active,.yearDetail ul li a.active{
	background: url(../images/arrow.png) no-repeat;
	border: 1px rgb(195,0,8) solid;
	background-position:right -2px bottom -2px;
}
.typeDetail dl dd{
	vertical-align:middle; 
	display:table-cell; 
}
.typeDetail dl dd a.active{
	background: url(../images/arrow.png) no-repeat;
	border: 1px rgb(195,0,8) solid;
	background-position:right -2px bottom -2px;
}
.selBrandList .brandDetail ul li a:hover,.typeDetail dd a:hover,.dispDetail ul li a:hover,.yearDetail ul li a:hover{
	/* background: url(../images/arrow.png) 90px 24px no-repeat; */
	border: 1px rgb(195,0,8) solid;
}
.selBrandList .brandDetail ul li img{
	width:35px;
	height:35px;
	float:left;
	margin:2px;
}
.selTypeList,.selDispList,.selYearList{
	width:100%;
}
.selValueShow{
	width:100%;
	padding:5px 20px;
	/* border:1px #ededed solid; */
	background-color:#F7F7F7;
}
.selValueShow ul li{
	float:left;
}
.typeDetail,.yearDetail{
	float:left;
	display:block;
	padding:10px;
	height:200px;
	overflow:auto; 
}
.typeDetail dl{
	float:left;
}
.typeDetail dt{
	padding:5px 0px 5px 10px;
	
}

.typeDetail dd a{
	display:inline-block;
	float:left;
	margin:5px 10px;
	width:97px;
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
    font-size:12px!important;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis
}

.selValueShow{
	position:absolute;
	top:72px;
	left:0px;
}
.selValueShow ul li{
	/* width:100px; */
	margin-left:7px;
}
.selValueShow ul li a{
	float:left;
	display:block;
	height:35px;
	padding:0px 10px;
	border:#ccc solid 1px;
	background-color:#FFFFFF;
	width:auto;
	
	/* overflow:hidden;
	position:relative; */
}
.selValueShow ul li a,.selValueShow span{
	line-height:33px;
}
.selValueShow ul li i{
	color:red;
	float:right;
	line-height:30px;	
	margin-left:5px;
	z-index:100000;
}
/*车型选择显示框*/
.carTypeDetail{
	min-width:470px;
	line-height:32px;
	/* width:auto!important; */
	min-height:32px;
	height:auto;
	/* clear:both; */
	word-wrap: break-word;
	padding:0px 18px 0px 10px;
	font-size:13px!important;
}
/*报表显示高度*/
.chartDetail,.itemDetail{
	float:left;
	width:100%;
	height:550px!important;
	overflow-y:auto;
}
/*车系车型下拉选择框*/
.Vbrand-array-selected,.Vsystem-array-selected,.Vtype-array-selected{
	float:left;
}
.Vbrand-array-selected{
	width:150px;
}
.Vsystem-array-selected{
	width:150px;
}
.Vtype-array-selected{
	width:200px;
}
/*品牌弹出层显示和隐藏*/
.divShow{
	display:block;
}
.divHide{
	display:none;
}

/*没有的品牌添加*/
.brandAdd{
	/* width:300px; */
	width:99%;
	padding-left:25px;
}

/*品牌清空,分类清空*/
#clearBrand,#clearCategory{
	position:absolute;
	top:0px;
	line-height:32px;
	cursor:pointer;
	display:none;
}
#clearBrand{
	right:30px;
}
#clearCategory{
	right:15px;
}
.gridRow #clearCategory{
	right:25px!important
}
/*车型清空*/
#clearCarType{
	position:absolute;
	left:422px;
	top:7px;
	color:red;
	z-index:100;
	display:none;
	cursor:pointer;
	font-size:16px;
}
/*搜索下拉提示*/
.ui-widget-content{
	background-color:#FFFFFF!important;
}

.yearActive{
	background: url(../images/arrow.png) no-repeat;
  	border: 1px rgb(195,0,8) solid!important;
  	background-position:right -2px bottom -2px;
}

/*卡设置增删行按钮*/
.doubleIcon{
	width:99%;
	float:left;
	margin-top:6px;
}
.doubleIcon a{
	width:50%;
	padding:0px 10%;
	font-size:16px;
}
.cardAdd-modal label:not(.error){
	line-height:32px;
}
/*去掉边框*/
.nobordered{
	border:0px!important;
}
/*统计报表垂直居中*/
#tbodyData tr td{
	vertical-align:middle;
}
/*底部导航按钮鼠标放上去*/
.reportMenu-container i{
	cursor:pointer;
}
/*车辆检查表*/
.checkTitle{
	
}
.vehicleCheck h3,.oemSearch h3{
	font-size:24px;
	font-weight:700;
	text-align:center;
	padding:5px;
	border-bottom:1px #ededed solid;
}
.txtVehicleCheck[readonly]{
	background-color:#FFFFFF!important
}
.checkInfo{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.checkInfo ul li{
	list-style:none;
	float:right;
	padding:5px;
}
.customerMsg,.checkDetail{
	width:900px;
	height:auto;
	padding:10px;
	border:1px solid #ededed;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
.tb-customer{
	margin-left:auto;
	margin-right:auto;
}
.tb-customer tr td{
	padding:5px;
	font-size:13px;
	text-align:center;
}

.txtVehicleCheck,.txtShowInput{
	
	border-bottom:1px solid #CCC!important;
	
	padding-bottom:1px!important;
	
}
.txtShowInput{
	height:20px!important;
	margin-top:-3px;
}
.txtVehicleCheck{
	width:200px;
	margin-top:-7px;
}
.tb-checkValue tr td{
	text-align:center;
	vertical-align:middle!important;
	
}
.tb-checkValue .checkValue{
	width:15%;
	background-color:#ededed
}
.bcgColor{
	background-color:#ededed;
}
.RCheck{
	width:20px;
	height:20px;
	margin:0px!important;
	cursor:pointer;
}
.bg-green{
	background-color:#00a3af;
	color:#FFFFFF!important;
	border:0px!important;
}
.bg-red{
	background-color:#ff2121;
	color:#FFFFFF!important;
	border:0px!important;
}
.bg-yellow{
	background-color:#ffc773;
	color:#FFFFFF!important;
	border:0px!important;
}
.vehicleCheckBtnList{
	text-align:right;
	margin-top:10px;
}
.materialProperty label{
	margin-right:5px!important;
}
.lblRadio{
	cursor:pointer;
	font-weight:normal!important;
}
.lblRadio input[type="radio"]{
	margin-top:2px!important;
}
/*新手指导*/
.newGuide{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:2000;
	background:#333;
	opacity:0.9;
}
#closeGuide{
	position:absolute;
	top:0px;
	right:10px;
	font-size:50px;
	color:#FFFFFF;
	cursor:pointer!important;
}
.guideTitle{
	margin-left:auto;
	margin-right:auto;
	margin-top:6%;
	/* border:1px solid red; */
	width:50%;
}
.guideTitle h3{
	opacity:1!important;
	color:#FFFFFF;
	/* background:url(../images/guideH3.png) 0px 0px no-repeat; */
}
.dataInitGuide{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	/* border:1px red solid; */
	width:70%;
	
}
.dataInitGuide ul li{
	position:relative;
	float:left;
	margin:10px;
	width:150px;
	height:60px;
}
.dataInitGuide ul li a{
	display:block;
	width:100%;
	height:100%;
	/* border:1px #FFFFFF solid; */
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	line-height:60px;
	font-size:16px;
	font-family:"Kaiti";
	padding-left:21px;
}
.dataInitGuide ul li p{
	width:100%;
	color:#FFFFFF;
	margin-top:10px;
	font-size:14px;
	font-family:"Kaiti";
}
.stepValue{
	position:absolute;
	left:0px;
	color:#FFFFFF;
	width:35px;
	font-size:36px;
	font-style:italic;
	opacity:0.85;
	font-weight:700;
	font-family:"microsoft Yahei"
}
.dataInitGuide ul li i{
	line-height:60px;
	font-size:32px;
	color:#FFFFFF;
}
.otherGuide{
	position:relative;
	margin-top:140px!important;
	margin-left:auto;
	margin-right:auto;
	width:70%;
	/* border:1px red solid; */
	text-align:center;
}
.otherGuide img{
	height:105px;
}
.btnClose{
	/* display:block; */
	margin-top:15px;
	width:150px;
	height:40px;
	font-size:16px;
	line-height:27px!important;
}
.btnNewGuide{
	position:absolute;
	top:10px;
	right:45px;
	z-index:26!important;
}
.btnNewGuide i{
	font-size:32px;
	color:#FFFFFF;
	line-height:35px;
	cursor: pointer;
}
/**/
.panel-body{
	padding:5px 15px!important;
}
.memberReminder{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ededed;
	width:800px;
	height:200px;
	padding:50px;
	text-align:center;
	margin-top:100px;
}
.memberReminder img{
	width:600px;
	margin-top:-30px;
}
/*表格输入行距*/
.typeTable tr td{
	padding:0px!important;
	margin-top:-1px!important;
	border-bottom:0px!important;
	vertical-align:middle!important;
} 
.typeTable tr td label{
	padding-right:5px;
}
.typeTable tr td input,.typeTable tr td select{
	border:0!important;
	padding-left:10px!important;
}
.typeTable tr td input:focus{
	border:0!important;
}
.qtrRow{
	float:left;
	width:25%;
	padding:10px 5px 0px 0px;
}
.qtrRow label{
	float:left;
	/* width:100px; */
	
	line-height:32px;
	text-align:right;
}
.qtrRow .r-input{
	float:left;
	 width:100px; 

}
/*列表表格行距*/
.listTable tr td{
	padding:6px!important;
	vertical-align:middle!important;
}
/*表格行警告*/
.tdDanger{
	background-color:#f00056!important;
	color:#000;
}
/*弹出框距离顶部距离清空*/
/* .modal-overflow.modal.fade.in{
	top:0px!important;
}  */
/*清空输入*/
.clearInput{
	position:absolute;
	top:10px;
	right:80px;
	color:#808080;
	font-size:24px!important;
	cursor:pointer;
	z-index:101;
}
 #clearInput{
	display:none;
} 
/*查车右边框加粗*/
.tdBold{
	border-right:1px solid #ff461f!important;
}
.vehicleBodyImgList{
	float:left;
	width:auto;
	
	margin-left:auto;
	margin-right:auto;
}
.vehicleBodyImgList ul li{
	float:left;
	padding:5px;
	border:1px solid #ddd
}
.vehicleBodyImgList ul li img{
	width:50px;
	height:50px;
	border:1px #F7F7F7 solid;
}
/*客户车辆列表去掉横线*/
#FrmCustomerVehicle .form-group{
	border-top:0px!important;
	padding-bottom:0px!important
}
#FrmCustomerVehicle .tab-pane{
	min-height:350px;
	height:auto;
}
/*下拉提示加入滚动条  */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* 防止水平滚动条 */
    overflow-x: hidden;
}
/*实盘数*/
.actualNum{
	font-size:18px!important;
	font-family:"Microsoft Yahei"!important;
	font-weight:700!important;
	color:#666;
	text-align:right;
}

/*公共padding*/
.padding10{
	padding:0px 10px;
}
/*表单表格*/
.form-table tr td{
	padding-top:10px;
}
/*添加服务项目快捷按钮*/
.shortcutBtn{
	position:absolute;
	top:0px;
	right:5px;
	font-size:28px;
	color:#ccc;
	z-index:10;
	height:32px;
	line-height:32px;
}
.shortcutBtn i{
	line-height:32px;
}
.shortcutChooseBtn{
	position:absolute;
	top:10px;
	right:35px;
	width:24px;
	background-color:#CCC;
	color:#ccc;
	z-index:10;
	height:24px;
	text-align:center;
	border-radius:5px;
}
.shortcutChooseBtn i{
	line-height:24px;
	color:#FFFFFF;
}
/*工单列表品牌自定义宽度*/
#maintainBrand .brandInput{
	width: 120px!important;
}
/*采购流程*/
.purchase-steps{
	float:left;
	height:30px;
	width:70%;
	margin-top:16px;
	text-align:center;
}
.purchase-steps ul{
	float:left!important;
	width:99%;
}
.purchase-steps ul li{
	float:left;
	
	border-right:none;
	height:10px;
	width:24%;
	border-bottom:3px solid #c7b370;
}
.purchase-steps i#finish:before{
	 content:"\f00c";
  	 font-family: FontAwesome;
}
.purchase-steps i#finish{
	padding:3px 5px;
}
.purchase-steps ul li.active{
	border-bottom:3px solid #00a3af;
}
.purchase-steps ul li.complete{
	border-bottom:3px solid #ccc;
}
.purchase-steps ul li.complete i{
	position:relative;
}
.purchase-steps ul li.complete i:before{
	position:absolute;
	left:5px;
	content:"\f00c";
  	font-family: FontAwesome;
  	background:#ccc;
}
.purchase-steps dl dt,.purchase-steps dl dd{
	text-align:center;
	
}
.purchase-steps dl dt i{
	border-radius:100%;
	background:#b79b5b;
	padding:3px 8px;
	color:#FFFFFF;
}
.purchase-steps dl dd{
	padding-top:5px;
	
}
.purchase-steps ul li.active i{
	background:#00a3af!important;
	color:#FFFFFF;
}
.purchase-steps ul li.active dd{
	color:#00a3af!important;
}
.purchase-steps ul li.complete i{
	background:#ccc!important;
	color:#FFFFFF;
}
.purchase-steps ul li.complete dd{
	color:#ccc!important;
}
/*input*/
.formTb tr td{
	padding:5px;
	line-height:18px;
}
/*布局Table*/
.layoutTb tr td{ 
	/* padding:5px; */
	line-height:18px;
}
.layoutTb #address{
	width:8%;
	
}
.layoutTb #addressInput{
	width:55%;
	
}
.layoutTb #contact{
	width:10%;
	
}
.layoutTb #contactInput{
	width:27%;
	
}

.dataShow{
	padding:0px 10px;
	height:40px;
	width:100%;
	margin:0px auto;
	background-color:#F7F7F7;
	border:1px #ededed solid;
	cursor:pointer;
}
.dataShow ul li{
	float:left;
	line-height:40px;
}
.dataShow ul li i.arrowIcon{
	float:right;
	line-height:40px;
	padding-right:10px;
	font-size:24px;
}
.products{
	height:auto;
	border:1px solid #ededed;
	border-top:0px;
	display:none;
	padding:5px 2px 5px 2px;
}
.locktop{
	background:#FFFFFF;
}
.isStuck{
	top:95px!important;
	z-index:100;
	width:89.4%;
	
}
.templeteList{
	width:55%;
	padding:30px 10px;
	float:left;
}
.templeteList label{
	
	font-weight:normal;
	color:#666;
}
.templeteList p{
	margin-top:15px;
	text-decoration:underline;
	
}
.templeteList p a{
	
	font-size:20px;
}
.dataInitResult{
	float:left; 
	width:44%;
	padding:5px;
	position:relative;
}
.dataInitRemind{
	margin-top:30px;
	float:left;
	width:450px;
}
#searchI{
	cursor:pointer;
}
/* 材料信息清空按钮 */
.clearStuffInfo{
	position:absolute;
	top:7px;
	right:23px;
	font-size:18px!important;
	color:#ccc;
}
/*会员卡设置表格布局*/
.cardSet-layout tr td{
	padding:5px!important;
}
.cardIssue-left{
	float:left;
	width:65%;
	height:auto;
}
.cardIssue-right{
	float:left;
	width:35%;
	height:auto;
	border:1px solid #ededed;
}
.bomDisplay{
	background-color:#FFFFFF;
	overflow: hidden;
    width: 100%;
}
.bomTable{
	float:left;
	
	width:70%;
}
.bomRightBtn{
	/* float:left; */
	width:29%;
	width:160px;
	margin:10px auto;
}
/*单行查询条件*/
.inlineSearch label{
	line-height:32px;
}
/*checkbox点击文字选中*/
.ckbRadio{
	color:#666;
	cursor:pointer;
}
/* 安全库存预警列表品牌框长度 */
#safePartFrm .brandInput{
	width:189px!important;
}
#MsafetyInventoryWarning .modal-body{
	min-height:350px;
}
/* 材料分类输入框padding */
.stuffCatalog{
	width:85%;
	float:left;
}
.iStuffCatalog{
	float:left;
	width:15%;
	display:block;
	height:32px;
	border:1px solid #CCCCCC;
	cursor:pointer;
	color:#888888;
	margin-left:-1px;
	text-align:center;
	line-height:32px!important;
}
/*材料分类放大镜按钮隐藏*/
#searchI{
	display:none;
}
/*更多筛选用Label替代a标签，防止移动设备点击问题*/
.labelForA{
	color:#333;
	font-weight:normal;
	cursor:pointer;
}
.labelForA:hover{
	color:#177cb0;
}
/*日历文字大小*/
.datepicker table tr td span{
	font-size:13px!important;
}
.datetimepicker table tr td span,.datetimepicker table tr th{
	font-size:13px!important;
}
/* Tab页选中样式重写 */
.nav-tabs > li.active > a,.nav-tabs > li >a:hover{
	background-color:#FFFFFF!important;
	color:#fa8c35!important;
	border-top:0px!important;
	border-left:0px!important;
	border-right:0px!important;
	border-bottom:2px solid #fa8c35!important;
}
/*提示语句样式*/
.tooltip-inner{
	background:#008899!important;
	color:#FFFFFF!important;
	text-align:left!important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #008899!important;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #008899!important;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #008899!important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #008899!important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #008899!important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #008899!important;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #008899!important;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #008899!important;
}
/*oem查询页面*/
.dataSearch label{
	line-height:32px;
}
/*提醒设置显示块*/
.blockShow{
	margin-top:20px;
	padding:20px;
	width:600px;
	border:1px #e7e7e7 solid;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.blockShow label{
	padding:0px 10px;
}
/*表单排版Table*/
.formTable label{
	font-weight:normal;
	padding:5px;
}
/*车辆检查拉动条*/
.ui-slider-pips .ui-slider-pip{
	top:8px!important;
}
.ui-slider-horizontal.ui-slider-pips{
	/* margin-bottom:0.6em!important; */
}
.ui-widget-content{
	border:1px solid #9e9478!important;
}
.checkExplain{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	padding-top:15px;
	text-align:center;
	
}
.checkExplain p{
	
}
.checkExplain p i{
	float:right;
	padding-right:10%;
}
.checkExplain i.normal{
	color:#00a3af
}
.checkExplain i.danger{
	color:#ffc773
}
.checkExplain i.dangerous{
	color:#ff2121
}
label.vehicleCheckBox{
	width:100%;
	cursor:pointer;
}
/*正在加载数据*/
.divDoing{
	position:absolute;
	top:50%;
	left:45%;
	width:200px;
	height:42px;
	background:#ebf6f7;
	text-align:center;
	line-height:42px;
	z-index:100;
}
/*洗车项目列表*/
.carWashList{
	border:1px solid #f7f7f7;
	height:auto;
}
.carWashList ul li{
	float:left;
	padding:10px;
}
.carWashList ul li a{
	display:block;
	border:1px #e7e7e7 solid;
	padding:10px 20px;
	color:#333;
}
/*老板一张表*/
.bossNumDetail{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
.numList{
	float:left;
	margin:10px auto 10px auto;
	width:100%;
	cursor:pointer;
	border:1px solid #ddd;	
	border-top:2px #008899 solid!important;
}
.numList ul li{
	float:left;
	width:14.28%;
	border-right:1px solid #ddd;	
	/* margin-left:-1px; */
	height:50px;
	padding:5px;
	text-align:center;
	/* background: -ms-linear-gradient(top, #FFFFFF,  #F2F2Fc);        IE 10
	background:	-moz-linear-gradient(top,#FFFFFF,  #F2F2Fc);火狐 
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%,from(#FFFFFF), to(#F2F2Fc));谷歌 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F2F2Fc));      Safari 4-5, Chrome 1-9
	background: -webkit-linear-gradient(top, #FFFFFF, #F2F2Fc);   Safari5.1 Chrome 10+
	background: -o-linear-gradient(top, #FFFFFF, #F2F2Fc);  Opera 11.10+ */
}
.totalList ul li{
	width:25%!important;
	height:32px!important;
}
.numList ul li:last-child{
	border-right:0px!important;
}
.numList ul li p{	
	font-size:14px;
	color:#333;
	font-family:"microsoft Yahei";
	font-weight:700;
}
.numList ul li label{
	font-size:14px!important;
	color:#fa5e00;
	/* padding-left:15px; */
	
}
.staticNum{
	/* padding-left:10px; */
	font-size:14px;
	color:#161823;
	font-weight:700;
}
.collectNum{
	/* padding-left:10px; */
	/* color:#161823!important; */
}
.numDetail{
	width:100%;
	height:auto;	
}
.numDetail ul li{
	float:left;
	width:23.9%;
	margin-right:10px;
	margin-top:10px;
	border:1px solid #ddd;
	height:180px;
	border-radius:5px;
	padding:10px;
	cursor:pointer;
	background: -ms-linear-gradient(top, #FFFFFF,  #F2F2Fc);        /* IE 10 */
	background:	-moz-linear-gradient(top,#FFFFFF,  #F2F2Fc);/*火狐*/ 
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%,from(#FFFFFF), to(#F2F2Fc));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F2F2Fc));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #FFFFFF, #F2F2Fc);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #FFFFFF, #F2F2Fc);  /*Opera 11.10+*/
}
.numDetail ul li h3{
	text-align:left;
	font-weight:700;
	font-family:"microsoft Yahei";
}
.numDetail ul li .totalNum{
	font-size:24px;
	color:red;
	text-align:center;
}
.numDetail ul li span.totalNum i{
	font-size:16px;
}
.numClauses{
	margin-top:15px;
	width:80%;
	
}
.numClauses tr td{
	text-align:right;
}
.numView{
	font-size:16px;
	color:#fa5e00;
	font-family:"microsoft Yahei";
	font-weight:700;
}
.arrow-up{
	position: relative;
	top:0px;
	display: inline-block;
	width: 17px;
	height: 16px;
	background:url(../images/arrows.png) no-repeat;
	padding-right:20px;
}
.arrow-down{
	position: relative;
	display: inline-block;
	width: 17px;
	height: 16px;
	background:url(../images/arrows.png) 0px -76px no-repeat;
	padding-right:20px;
}

.tb-right{
	float:right;
	width:50%;
}
.tb-right tr td{
	text-align:left;
}
.iconSmall{
	position:relative;
	font-size:13px!important;
	top:-1px;
}
.widthRes{
	width:69%;
}
.btnWidthRes{
  width:10%;
}
.carWashItemList{
	float:left;
	margin:10px 0px;
	width:100%;
	
}
.carWashItemList ul li{
	float:left;
	/* padding:5px 10px; */
	margin-right:10px;
	margin-bottom:10px;
	width:15%;
	position:relative;
}
.carWashItemList ul li a{
	padding:10px;
	height:70px;
	
	width:100%;
	display:block;
	font-size:16px;
	color:#666;
	font-family:"Simhei";
	border:1px #DDD solid;
}
.carWashItemList ul li p{
	position:absolute;
	bottom:5px;
	right:5px;
	text-align:right;
	font-family:Microsoft YaHei,Hiragino Sans GB;
	font-size:20px;
	color:#fa5e00;
}
.carWashItemList ul li i{
	font-size:14px!important;
	color:#fa5e00;
	padding-right:3px;
}
.carWashItemList ul li a:hover{
	border:2px #007bbb solid;
}
.carWashItemList ul li a.active{
	border:2px #007bbb solid;
}
.carWashType{
	width:50%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	
}
.carWashType ul li{
	float:left;
	width:50%;
	height:99px;
	padding:10px;
	
}
.carWashType ul li a{
	height:79px;
	line-height:79px;
	display:block;
	color:#FFFFFF;
	border-radius:4px;
	width:100%;
	font-size:24px;
	font-weight:700;
	font-family:"microsoft Yahei";
	text-align:center;
}

.carWashType ul li i{
	margin-top:2px;
	padding-right:10px;
}
.carWashType ul li a:hover{
	opacity: 0.8;
}
.fa-rmb{
	font-size:14px!important; 
	padding-right:3px;
}
/*弹出框位置*/
#McustomerAdd,#MpartAdd,#MsafetyInventoryWarning,.MmarginTop260{
	margin:-260px auto 0px auto!important;
}
/*服务项目弹出框*/
#MitemAdd,#Msuggest,#supplierAdd,#historyModal,#supplierCarZone,.MmarginTop210{
	margin:-210px auto 0px auto!important;
}
/*收付款,其他收支单*/
#purchasePopup,#paymentAdd,#gatheringAdd,#MotherAccount,#MPriceReference,.MmarginTop220{
	margin:-220px auto 0px auto!important;
}
/*打印弹出框*/
#MorderPrint,#MpurchasePrint,#MinventoryPrint,#MwashOrderPrint,.MmarginTop330{
	margin:-330px auto 0px auto!important;
}
/*收入支出统计分析*/
.chartsContent .detailArea{
	float:left;
	width:26%;
	border:1px #ddd solid;
	margin-left:20px;
}
.chartsContent .detailArea .topArea{
	width:100%;
	margin:0px auto 0px auto;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#FFFFFF;
}
.chartsContent .detailArea .topArea span{
	font-size:24px!important;
	padding-left:15px;
}
.chartsContent .detailArea ul li{
	height:50px;
	width:100%;
	padding:10px;
	line-height:35px;
	/* border-top:1px solid #ddd */
}

.chartsContent .detailArea ul li span.itemName{
	display:block;
	width:30%;
	float:left;
	text-align:right;
	padding-right:10px
}
.chartsContent .detailArea ul li span.itemAccount{
	font-size:18px;
	color:#ffa631
}
.select2-container--default .select2-results>.select2-results__options{
	max-height:400px!important;
}
/*收入支出统计报表*/
.displayShow{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.displayShow:hover,.display.active{
	border:2px #333 solid!important;
}
.displayShow .leftArea{
	float:left;
	width:22%;
	height:auto;
	border:1px #F7F7F7 solid
}

.numListShow ul li{
	border-bottom:1px #F7F7F7 solid;
}
.numListShow ul li a{
	display:block;
	height:30px;
	line-height:22px;
	width:100%;
	padding:5px 10px;
	color:#333;
}
.numListShow ul li a.displayHead{
	color:#FFFFFF!important;
}

.numListShow ul li a span.itemName{
	display:block;
	float:left;
	
	width:35%;
	text-align:right
}
.numListShow ul li a span.numValue{
	display:block;
	float:left;
	width:64%;
	padding-left:10px;
	line-height:22px;
	color:#fa5e00
}
.displayShow .rightArea{
	float:left;
	width:77%;
	height:auto;
	border:1px #F7F7F7 solid;
	margin-left:-1px;
}
.numArea{
	float:left;
	width:20%;
	height:auto;
}
.chartArea{
	float:left;
	width:79%;
	height:auto;
	margin-left:10px;
}
#zhSearchBtn i:hover{
	color:#716246!important;
}
.tr-vehicleType{
	width:18%;
}
.kzFinance{
	position:absolute;
	top:10px;
	right:300px;
}
/*维修单打印*/
.m-printList{
	margin-right:0px!important;
	display:block;
	width:100%;
	height:32px!important;
	line-height:32px;
	text-align:center;
	position:relative;
}
.aPrint{
	display:block;
	height:32px;
	width:70px;
	text-align:center;
	background-color:rgb(240,86,84);
	color:#FFFFFF;
	cursor:pointer;
}
.aPrint:hover{
	color:#FFFFFF;
	background-color:rgba(240,86,84,0.8);
}
.m-printDetail{
	min-width:150px!important;
	width:155px!important;
	
}
.m-printDetail li{
	float:left!important;
	width:100%;
}
.m-printDetail li a{
	width:100%;
	display:block;
}
.underlineW20{
	width:20px;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #333;
}
.Ptit-item{
	float:left;
	width:25%;
}
.r-half{
	float:left;
	width:50%;
}
.r-half .r-tit{
	float:left;
	width:30%;
	line-height:50px;
	text-align:right;
	font-size:24px;
}
.r-half .r-value{
	float:left;
	width:70%;
	display:block;
	height:40px;
	border-bottom:1px #333 solid;
}
.tb-nobordered tr td{
	border:0px!important;
}
.costSettleHeader H3{
	font-family:"KaiTi";
}
.tbPrint{
	border:2px solid black;
    border-collapse:collapse;
}
.tbPrint tr td{
	padding-left:3px;
	overflow:hidden;
	white-space:nowrap;
}
.tbTdNormal tr td{
	white-space:normal!important;
}
/*分店管理共享信息提示框*/
/*总分店数据共享提示层*/
.rightMsg{
	position:fixed;
	top:110px;
	right:120px;
	border:1px solid #ededed;
	padding:10px;
	font-family:"simhei";
	font-size:14px;
	color:#21a675;
	border-radius: 3px;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transform:rotate(-10deg);
}
.rmTit{
	color:#ff2121;
}
.colorRed{
	color:#ff2121;
}
.colorGreen{
	color:#21a675;
}
.multCol{
	float:left;
	line-height:32px;
}
.thirdOfRow{
	width:30%;
}
.multCol label{
	float:left;
	width:110px;
	line-height:32px;
	text-align:right;
	padding-right:15px;
}
.stateAccount td{
	background-color:#c9dd22!important;
}
.o-status-value{
	width:80px;
}
.modalTb{
	width:261px;
	margin:0px auto;
}
.modalTb tr td{
	height:32px;
	line-height:32px;
	font-size:14px;
}

/*客户信息*/
.c-info-block{
	border:1px solid #EDEDED;
	background-color:#fcfcfc;
	height:125px;
	padding:10px;
	position:relative;
	margin-top:5px;
	margin-left:-15px;
	margin-right:-15px;
}
.c-info-toggle{
	height:70px;
	margin-top:10px;
}
.c-info-block-part{
	float:left;
	height:72px;
	
}
.c-info-row{
	width:100%;
	height:25px;
	line-height:25px;
	padding-right:15px;
	/* overflow:hidden; */
	float:left;
	
}
.aEpc{
	height:25px;
	width:60px;
	line-height:25px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000;
	display:inline-block;
	float:left;
	margin-left:10px;
}
.ciTit{
	font-size:13px;
	color:#999;
	margin-right:10px;
}
.cName{
	font-size:16px;
	font-weight:700;
	font-family:"microsoft Yahei";
	display:block;
	width:180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.input-start{
	float:left;
	width:100%;
	
}
.input-start-item{
	float:left;
	line-height:32px;
	margin-left:10px;
}
.subtotal ul li{
	 width:35%!important;
	 float:right;
}
/*选择框*/
.multControl{
	border:1px solid #ccc;
	height:32px;
 	width:100%; 
	padding:0px 2px;
}
.renewalTyle{
	width:700px;
	margin:0 auto;
	overflow:hidden;
}
.renewalType-detail{
	width:100%;
	float:left;
	margin:12px 0px;
	padding-left:10px;
}
.renewalType-detail dt{
	padding-bottom:10px;
	font-size:18px;
	font-weight:700;
	font-family:"microsoft Yahei";
}
.renewalType-detail dd a{
	display:block;
	float:left;
	width:200px;
	height:70px;
	border:1px solid #ededed;
	text-align:center;
	margin-right:25px;
}
.renewalType-detail dd a:hover{
	border:1px solid #FF2121;
}
.renewalTotal{
	height:45px;
	line-height:45px;
	font-size:24px;
	font-family:"Lucida Grande",tahoma,arial;
	color:#FF2121;
}
.renewalType-detail dd a p{
	color:#333;
}
.btn-row{
	width:400px;
	height:60px;
	line-height:60px;
}
.btn-row button{
	width:140px;
	height:45px;
	font-size:16px!important;
	font-weight:700;
}
.m-n-detail {
    border: 1px solid #ededed;
    padding: 10px;
    margin-top: 10px;
}
.m-n-tit {
    text-align: center;
    font-size: 18px;
    font-family: "microsoft Yahei";
    font-weight: 700;
    line-height: 40px;
    border-bottom: 1px solid #EDEDED;
}
.m-n-time {
    width: 100%;
    line-height: 30px;
    text-align: center;
}
.m-n-con {
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}
/*图片轮播*/
.flexslider_A{
	position:absolute;
	top:30px;
	width:1360px;
	left:50%;
	margin-left:-687px;
	height:400px;
	z-index:1!important;
	
}
.flexslider_A .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 40px;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider_A:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider_A:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider_A:hover .flex-next:hover,
.flexslider_A:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider_A .slides a img {
	width: 100%;
	height: 400px;
	display: block;
}
/*图片轮播*/
.r-c-info{
	width:760px;
	float:left;
}
.r-c-info-cell{
	width:33%;
	float:left;
}
.fillTable tr td{
	background-color:#FFFFFF!important;
}

.inputClean{
	color:red;
	font-size:18px!important;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	visibility:hidden;
}
.repairmanList{
	padding:0 10px;
	cursor:pointer;
}
.centerContent{
	width:1000px;
	height:400px;
	margin:0 auto;
	padding:10px;
	border:1px solid #F7F7F7;
}
.waresDetail{
	float:left;
	width:100%;
	margin:0 auto;
}
.seatRow{
	width:100%;
	margin:o auto;
	overflow:hidden;
	padding:5px;
}
.iOperation{
	margin:0 5px!important;
	font-size:14px;
	cursor:pointer;
	line-height:32px!important;
}
.numhplaceholder::-webkit-input-placeholder { font-size:13px!important;font-family:"mocrosoft Yahei"!important;font-weight:normal;text-align:center;line-height:22px; }
.numhplaceholder::-moz-placeholder { font-size:13px!important;font-family:"mocrosoft Yahei"!important;font-weight:normal;text-align:center;line-height:22px; }
.onlyNum::-webkit-input-placeholder{
	font-size:13px;
	font-weight:normal;
	line-hegith:40px;
	
}
.billConRow{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.billConRow label{
	font-weight:normal;
}
.autoziRegContent{
     overflow:hidden;
     width:700px;
     margin:0 auto;
     border:1px solid #F7F7F7;
}
.autoziRegRow{
	float:left;
	width:100%;
	margin:10px 0;
}

.receiveRow{
	width:100%;
	float:left;
	padding:5px 0px;
}
.receiveRow label{
	float:left;
	line-height:32px;
	width:77px;
}
.receiveRow div{
	float:left;
}
.receiveRow input,select{
	width:300px;
}
ul.seviceType,ul.oilLevel{
	width:auto;
}
ul.seviceType li,ul.oilLevel li{
	float:left;
	margin-right:10px;
	margin-top:7px;
}
ul.seviceType li a,ul.oilLevel li a{
	display:inline-block;
	padding:0px 3px;
	line-height:18px;
	color:#666;
}
ul.seviceType li a:hover,ul.seviceType li a.active,ul.oilLevel li a:hover,ul.oilLevel li a.active{
	color:#FFFFFF;
	background-color:#2494F2;
}
.detailRow{
	float:left;
	width:100%;
	min-height:200px;
	height:auto;
	overflow:hidden;
}
.receiveDetail{
	float:left;
	width:100%;
	border:1px solid #f0f0f4;
	padding:10px 20px;
}
.receiveNum{
	color:#FF2121;
	font-size:16px;
}
.receiveDetailRow{
	 float:left;
	 width:100%;
	 margin-bottom:5px;
}
.cardContent{
	float:left;
	padding:5px;
	border-radius:3px;
	overflow:hidden;
	border:1px solid #ededed;
	border-top:3px solid #FF2121;
	width:300px;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
}
.cardNo{
	float:left;
	/* width:200px; */
	width:100%;
	font-size:9px;
}
.cardNoReceiveVehicle{
	float:left;
	width:65%;
}
.cardTop{
	float:left;
	width:100%;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #ededed;
}
.cardMiddle{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
}
.cardType{
	float:left;
	width:65px;
	font-weight:700;
}
.cardInfo{
	float:left;
	width:100%;
	height:32px;
	line-height:32px;
	font-weight:700;
}
.cardInfoDetail{
	float:left;
	width:100%;
	height:auto;
}
.cardInfoItemRow{
	float:left;
	width:100%;
	height:32px;
	font-size:9px;
}
.cardInfoItem{
	float:left;
	line-height:32px;
}

.itemIcon{
	float:left;
	margin:9px;
	width:15px;
}
.cardBottom{
	float:left;
	width:100%;
	border-top:1px solid #ededed;
	line-height:32px;
}
.cardIssueOrg{
	float:left;
	font-size:9px;
}
.cardValid{
	float:left;
	margin-left:15px;
	font-size:9px;
}
.offerMSG{
	width:100%;
}
.offerMSG tr td{
	font-size:12px;
	height:32px;
	padding:0 10px;
}
.offerMSG tr td.offerHead{
	width:100px;
	text-align:right;
}
ul.searchCon li{
	float:left;
	margin:0 5px;
}
ul.searchCon li a{
	display:inline-block;
	padding:5px 8px;
	color:#666;
}
ul.searchCon li a:hover,ul.searchCon li a.active{
	background-color:#2494F2;
	color:#FFFFFF;
}
.searchConRow{
	float:left;
	width:100%;
	margin-bottom:10px;

}
.searchBlock{
	width:100%;
	height:auto;
	margin:15px auto 0px auto;
	overflow:hidden;
	border-bottom:1px solid #EDEDED;
	position:relative;
}
.searchTit{
	float:left;
	width:90px;
	text-align:left;
	line-height:32px;
}
.factoryVehicleList{
	width:100%;
	float:left;
	padding:10px;
}
.factoryVehicle{
	position:relative;
	float:left;
	width:210px;
	height:210px;
	border:1px solid #e9e7ef;
	border-top:3px solid #2494F2;
	margin-left:15px;
	margin-top:15px;
	cursor:pointer;
}
.factoryVehicle:hover{
	border:1px solid #2494F2;
	border-top:3px solid #2494F2;
}
.fvHead{
	width:100%;
	padding:10px;
	overflow:hidden;
}
.repairType{
	float:left;
}
.receiveStatus{
	float:right;
}
.fvCon{
	width:100%;
	height:134px;
	overflow:hidden;
	position:relative;
}
.plateNo{
	width:170px;
	background-color:rgb(70,101,158);
	color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	font-size:24px;
	font-weight:700;
	
	margin-top:30px;
	
}
.fvConRow{
	width:205px;
	margin:0 auto;
	text-align:center;
	margin-top:5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fvBottom{
	width:100%;
	height:30px;
	line-height:32px;
	padding:0px 10px;
}
.dataHeader{
	width:auto;
	padding:0 10px;
	overflow:hidden;
	height:45px;
	line-height:45px;
	background-color:#F7F7F7;
}
.dataList ul li{
	float:left;
	height:auto;
	width:auto;
	margin:5px 5px 5px 0px;
}
.dataList ul li a{
	color:#333;
	padding:0 5px;
	height:40px;
	line-height:40px;
	display:inline-block;
	border:1px solid #F7F7F7;
	position:relative;
}
.dataList ul li a:hover,.dataList ul li a.active{
	border:1px solid rgb(195,0,8);
	background: url(../images/arrow.png) no-repeat;
	background-position:right -2px bottom -2px;
}
.frDisplay ul li{
	width:100%;
}
.vinMulti{
	width:900px;
	position:fixed;
	top:15px;
	left:13%;
	background-color:#FFFFFF;
	overflow:hidden;
	padding:0px 10px 10px 10px;
	border:1px solid #EDEDED;
	z-index:20000000;
	box-shadow:0 0 8px rgba(81, 81,81,0.8);
}
.vinMultiContent{
	width:100%;
	margin:o auto;
	overflow:auto;
	font-size:13px;
	height:500px;
}
.vinHead{
	width:100%;
	height:45px;
	line-height:45px;
	font-size:16px;
}
.vinMultiClose{
	float:right;
	right:20px;
	line-height:45px!important;
	font-size:24px!important;
	color:#FF2121;
	cursor:pointer;
}
.footBtns{
	float:right;
}
.panelClose{
	color:#FF2121;
	font-size:24px!important;
	cursor:pointer;
	margin:0 10px 0px 0px;
}
.messageRow{
	width:97%;
	margin:0 auto;
}
.messageRow li{
	margin-bottom:10px;
}
.messageRow li a{
	padding:5px;
	color:#333;
	
}
.messageCancel{
	color:#FF2121!important;
	text-decoration:underline;
}
.maskdiv{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #000;
    border: 0;
    filter: alpha(opacity=15);
    opacity: .6;
}
.aepContent{
	width:1050px;
	margin:0 auto;
	position:fixed;
	margin:auto;
	left:0; 
	right:0; 
	top:0; 
	bottom:0;
	z-index:100000!important;
	background-color:#FFFFFF;
	border:4px solid rgba(0,0,0,.1);
	border-radius:2px;
	padding:10px;
	height:650px;
	overflow:hidden;
	
}
.aepClose{
	float:right;
	font-size:36px!important;
	line-height:45px;
	cursor:pointer;
}
.aepHead{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:45px;
	background-color:#F7F7F7;
	line-height:45px;
	color:#333;
	padding:0px 10px;
	font-size:18px;
}
.aepTop{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:40px;
	height:70px;
}
.aepTop .aepTopHead{
	line-height:32px;
    text-align:right;
	font-size:16px!important;
	width:80px;
}
.aepTop .aepTopCon{
	width:900px;
	font-size:16px!important;
	color:#FF2121;
}
.aepBottom{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	
}
.aepBottomLeft{
	width:550px;
	height:500px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-right:15px;
	float:left;
}
::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);

}
.aepBottomRight{
	width:355px;
	height:auto;
	overflow:hidden;
	margin-left:40px;
	float:left;
}
.engineerTree{
	width:550px;
	height:auto;
	overflow:hidden;
}
.engineerTree dl{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.engineerTree dt,dd{
	float:left;
	width:100%;
	
}
.engineerTree dt{
	padding-left:5px;
	background-color:#F7F7F7;
	height:32px;
	line-height:32px;
	cursor:pointer;
	border-bottom:1px solid #eee;
}
.engineerTree dd{
	padding-left:10px;
	height:32px;
	line-height:32px;
	width:160px;
	float:left;
	margin-left:15px;
}
.engineerAssignCon{
	width:250px;
	margin:0 auto;
}
.stuffix{
	float:left;
	height:32px;
	width:40px;
	text-align:center;
	background-color:#F7F7F7;
	line-height:32px;
	border:1px solid #ccc;
	margin-left:-1px;
}
.engineerName{
	float:left;
	line-height:32px;
	padding-right:10px;
	width:120px;
	text-align:center;
}
.engineerRow{
	width:400px;
	margin:0px auto 10px auto;
	float:left;
}
.iTeam{
	font-size:24px;
	padding-right:10px;
	padding-left:5px;
	cursor:pointer;
}
.assignEngineerBtnRow{
	position:absolute;
	bottom:10px;
	right:10px;
	overflow:hidden;
}
.employeeDisplay{
	padding-left:5px;
}
.labelCheckbox{
	cursor:pointer;
}
.remindTxt{
	color:#FF2121;
	line-height:32px;
	padding-left:5px;
}
.maintainDetail,.maintainTable{
	width:100%;
	margin-top:10px;
}
.maintainTable tr td{
	border:1px solid #EDEDED;
	font-size:12px;
	height:32px;
	line-height:32px;
}
.maintainHead{
	width:75px;
	background-color:#F7F7F7;
	text-align:center;
}
.barcode{
	float:left;
	width:256px;
	height:80%;
	text-align:center;
}
.barcode img{
	width:200px;
	height:200px;
	border:1px solid #F7F7F7;
	margin-bottom:10px;
}

.remindTR td{
	color:#FF2121;
}
.reportTotal{
	width:60%;
	float:right;
}
.numberStyle{
	font-family: "Lucida Grande",tahoma,arial;
	font-weight:700;
}
.gatheringTotal{
	color:#FF2121;
}
.collectTotal{
	color:#21a675;
}
.preferentialTotal{
	color:#fa8c35;
}
.reportHead{
	width:100%;
	text-align:center;
	font-size:18px;
	font-family:"microsoft Yahei";
	font-weight:700;
	
}
.reportSubHead{
	width:100%;
	border-bottom:1px solid #EDEDED;
	line-height:32px;
	margin-top:10px;
	float:left;
}
.reportContent{
	width:100%;
	margin-top:10px;
}
.dataTotal{
	width:60%;
	float:right;
	overflow:hidden;
	background-color:#F7F7F7;
}
.reportPrint{
	position:absolute;
	right:5px;
	top:5px;
}
.reportPrintArea{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.dataTotalDetail{
	float:left;
	width:25%;
}
.dataTotalForSix{
	width:80%;
}
.sixth{
	width:16.6%;
}
.reportTit{
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:24px;
}
.staffList{
	line-height:32px;
	padding:0px 10px;
	cursor:pointer;
	font-weight:normal;
}
.workTypeList dd{
	width:700px!important;
}
.workTypeList dd ul li{
	width:90px!important;
}
.workTypeList div label{
	float:left;
	line-height:32px;
	padding-right:15px;
}
.settleBarCode{
	position:absolute;
	bottom:-8px;
	right:5px;
}
.halfBarCode{
	float:left;
	width:150px;
	height:160px;
}
.choiseType{
	width:300px;
	margin:0 auto;
}
.tableTopRow{
	margin:10px 0px;
	overflow:hidden;
}
.gatheringContent{
	width:1100px;
	height:auto;
	margin:10px auto;
	border:1px solid #ededed;
	padding:10px;
	overflow:hidden;
}
.gatherHead{
	width:100%;
	font-size:15px;
	line-height:32px;
	margin-top:10px;
	padding-left:5px;
	font-weight:700;
	color:#000;
}
.cWarp{
	width:100%;
	padding:10px;
	border:1px solid #eee;
	overflow:hidden;
}

.gcItem{
	float:left;
	width:25%;
}
.gcItem label{
	float:left;
}
.gcItem span{
	width:70px;
	display:block;
	float:left;
}
.cWarpRow{
	width:100%;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
}
.cWarpRow span{
	width:100px;
	float:left;
	display:block;
	line-height:32px;
}
.cWarpRowCon{
	width:880px;
	float:left;
}
.vipBox{
	width:200px;
	height:32px;
	text-align:center;
	border:1px solid #ccc;
	float:left;
	line-height:32px;
	cursor:pointer;
}
.vipBox:hover,.vipBox.active{
	border: 1px rgb(195,0,8) solid;
}
.vipBox.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.cWarpRowInput{
	float:left;
	width:150px;
}
.coinSign{
	line-height:32px;
	margin-left:5px;
}
.cWarpRowDetail{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.gatheringType{
	width:100px;
	float:left;
}
.crdTit{
	width:70px;
	line-height:32px;
}
.warpItem li{
	float:left;
	margin-right:10px;
}
.warpItem li a{
	color:#333;
	height:32px;
	width:130px;
	border:1px solid #ccc;
	text-align:center;
	line-height:32px;
	display:block;
	text-decoration:none;
}
.warpItem li a:hover{
	border: 1px rgb(195,0,8) solid;
}
.warpItem li a.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.gatheringHead{
	height:40px;
	width:100%;
	background-color:#F7F7F7;
	line-height:40px;
	font-size:18px;
	padding-left:10px;
}
.coinStyle{
	color:#FF2121!important;
}
.otherCoinStyle{
	color:#00e09e!important;
}
.formulaTxt{
	float:left!important;
}
.iFormula{
	float:left;
	line-height:32px!important;
	padding:0 10px;
}
.cRemark{
	width:100%;
	padding-left:10px;
	float:left;
}
.cRemark span,.cRemark label{
	
	color:#999;
	font-weight:normal!important;
}
.cWarpBalance{
	width:100%;
	line-height:32px;
	padding-left:0px;
	margin-bottom:5px;
}
.fontsize9 span,.fontsize9 label{
	font-size:9px!important;
}
.fontsize9 i{
	line-height:20px!important;;
}
.delGatheringRow{
	font-size:18px!important;
	line-height:32px!important;
	margin-left:15px;
	cursor:pointer;
}
.iCoin{
	line-height:20px!important;
	float:left;
}
.perferDesc{
	line-height:32px;
	
	display:none;
}
.perferDesc label{
	float:left;
	margin:0px 5px 0px 0px;
}
.perferDesc i{
	float:left;
	 line-height:32px!important;
}
.maintainAmount{
	width:700px;
	float:right;	
}
.maintainAmount span,.maintainAmount label{
	font-size:13px!important;
	color:#333;
}
/*工单打印*/
.maintainSettlePrint{
	width:1024px;
	height:auto;
	margin:0 auto;
	padding:10px;
	position:relative;
	font-size:16px!important;
	font-family:"Microsoft Yahei", "微软雅黑", SimHei, Tahoma, Simsun, Arial, Helvetica Neue, Hiragino Sans GB, sans-serif!important;	
	color:#000!important;
	/* font-weight:700; */ 
}
/*底部按钮*/
.bottom-button{
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0 auto;
	width:270px;
}
.numTotal{
	position:absolute;
	right:15px;
	top:0px;
}
.input-table tr td{
	padding:0!important;
	background-color:#FFFFFF;
	text-align:center;
}
.input-table tr td input,.input-table tr td select{
	border:0!important;
}
/*去掉文本框加减号*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.payWay li a{
	width:70px!important;
}
.modalContent{
	width:700px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.mSearchParam{
	float:left;
	width:100%;
}
.threeBlock{
	width:1000px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.reportBlock{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.reportBlockItem{
	width:10%;
	float:left;
	margin-right:5px;
	border-radius:3px;
}
.reportBlockItemNumber{
	font-size:32px;
	font-weight:700;
	text-align:center;
	width:100%;
	margin-top:15px;
	color:#FFFFFF;
}
.blockItem{
	width:300px;
	margin-right:33px;
	height:130px;
	border:1px solid #EDEDED;
	float:left;
	border-radius:5px;
}
.itemHead{
	width:100%;
	height:32px;
	line-height:32px;
	color:#FFFFFF;
	padding-left:15px;
}
.count{
	font-size:54px;
	font-weight:700;
	text-align:center;
	width:100%;
	margin-top:15px;
	color:#FFFFFF;
}
.bg01{
	background-color:#1ABC9C;
	cursor:pointer;
}
.bg01:hover,.bg02:hover,.bg03:hover,.bg04:hover,.bg05:hover,.bg06:hover,.bg07:hover{
	border:2px solid #FF2121;
}
.bg02{
	background-color:#d1b993;
	cursor:pointer;
}
.bg03,.bg08{
	background-color:#1a2732;
	cursor:pointer;
}
.bg04{
	background-color:#00a497;
	cursor:pointer;
}
.bg05{
	background-color:#d8a373;
	cursor:pointer;
}
.bg06{
	background-color:#b88884;
	cursor:pointer;
}
.bg07{
	background-color:#e6eae3;
	cursor:pointer;
}
.blockRemark{
	width:1000px;
	margin:20px auto;
	
}
.blockRemark label{
	float:left;
	width:100%;
	line-height:25px;
	color:#FF2121;
}
.chartDetail{
	width:1150px;
	margin:0 auto;
	height:400px;
}
.pointTotal{
	font-size:24px;
	font-weight:700;
}
.select2-selection__rendered{
	font-size:13px;
}
.floatBlock{
	position:absolute;
	top:5px;
	right:50px;
}
.settleBlock{
	height:40px;
	line-height:40px;
	width:100px;
}
.imgLogo{
	width:150px;
	height:67px;
	border:1px solid #F7F7F7;
	margin-left:15px;
}
.goodList{
	width:100%;
	padding-left:30px;
	overflow:hidden;
}
.goodList ul li{
	float:left;
	min-width:70px;
	width:auto;
	display:inline-block;
	padding:0px 5px;
	margin-bottom:10px;
}

.goodList ul li a{
	display:block;
	border:1px solid #EDEDED;
	text-align:center;
	line-height:32px;
	color:#333;
	padding:0px 5px;
}
.warningState ul li{
	min-width:40px!important;
	margin-bottom:0px!important;
}
.warningState ul li a{
	padding:15px!important;
}
.warningState ul li img{
	width:35px!important;
	height:30px!important;
}
.keyRegister{
	width:100%;
	float:left;
	margin-left:35px;
}
.keyCheck{
	float:left;
	width:60px;
	height:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #EDEDED;
	
}
.goodList ul li a:hover,.goodList ul li a.active,.keyCheck.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}


.letterLong ul li{
	width:150px!important;
	margin-bottom:0!important;
}
.labelDesc{
	width:300px;
	margin:10px auto;
}
.labelDesc ul li,.labelDescInside ul li{
	float:left;
	width:75px;
	height:32px;
	padding:5px;
	border:1px solid #adadad;
	margin-left:-1px;
	text-align:center;
}

.labelDesc ul li:hover,.labelDescInside ul li:hover{
	background-color:#F7F7F7;
}
.labelDesc ul li.active,.labelDescInside ul li.active{
	background-color:#4b5cc4;
	color:#FFFFFF;
}
.labelDesc ul li img,.labelDescInside ul li img{
	width:15px;
	height:15px;
	margin-left:3px;
}

.panelInput{
	position:fixed;
	width:350px;
	top:40%;
	left:50%;
	margin-left:-125px;
	background-color:#FFFFFF;
	border:1px solid #F7F7F7;
	z-index:100000;
}
.panelTitle{
	width:100%;
	background-color:#F7F7F7;
	font-size:14px;
	line-height:32px;
	display:block;
	padding-left:10px;
}
.panelCon{
	padding:25px;
}
.batchClose{
	position:absolute;
	right:10px;
	top:7px;
	color:#FF2121;
	cursor:pointer;
}
.toggleSwitch{
	display:block;
	width:150px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:16px;
	background-color:#EDEDED;
	margin-bottom:10px;
	color:#333;
}
.showType{
	float:left;
	margin-left:20px;
}
.showType a{
	float:left;
	display:block;
	padding:6px;
	
	font-size:18px;
	cursor:pointer;
	
	color:#808080;
}
.showType a:hover,.showType a.active{
	background-color:#2494F2;
	color:#FFFFFF;
}
.badge {
    margin-left: 3px!important;
    height: 15px!important;
    line-height: 15px!important;
    padding: 0px 5px!important;
}
.badge-color1 {
    background-color: #fff2df!important;
    color: #FF2121!important;
}
.badge-color2{
	background-color:#e8d3d1!important;
	color:#007bbb!important;
}
.seasonContent{
	width:400px;
	margin:0 auto;
	overflow:hidden;
}
.maintainPrintContent{
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	font-family: "Microsoft Yahei", "微软雅黑", SimHei, Tahoma, Simsun, Arial, Helvetica Neue, Hiragino Sans GB, sans-serif!important;
	color:#000!important;
	font-size:1.5rem;
}
.printHead{
	width:100%;
	height:66px;
}
.headLeft{
	float:left;
	padding:0 5px;
	width:150px;
}
.headLeft img{
	height:66px;
}
.headRight{
	float:left;
	padding-left:20px;
	width:auto;
}
.headRightCon{
	float:left;
	width:100%;
	height:33px;
	line-height:33px;
}
.headRightCon h3{
	font-weight:700;
}
.printTit{
	width:100%;
	padding:10px 0px;
	overflow:hidden;
}
.titLeft{
	float:left;
	width:55%;
	height:76px;
	padding-right:15px;
	
}
.titRight{
	float:left;
	width:45%;
	padding-left:15px;
	border-left:1px dashed #333;
}
.titLeftItem{
	float:left;
	width:50%;
	line-height:32px;
}
.titRightItem{
	float:left;
	width:100%;
	height:38px;
}
.printMsg{
	width:100%;
	float:left;
	height:32px;
	line-height:32px;
	padding:0 10px;
	border-top:1px solid #333;
}
.printTotal{
	float:left;
	width:100%;
	
	border-top:1px solid #333;
	padding:10px;
}
.ptLeft{
	float:left;
	width:65%;
}
.ptRight{
	float:left;
	width:35%;	
	border-left:1px dashed #333;
	padding:0 10px;
	height:70px;
}
.ptLeftItem{
	float:left;
	width:15%;
}
.ptLeft label,.ptRight label{
	width:100%;
	line-height:35px;
}
.msgBell{
	position:fixed;
	width:100px;
	top:60px;
	right:10px;
	z-index:100!important;
}
.companyLogo img{
	width:80px;
	height:80px;
	border:1px solid #EDEDED;
}

.zcEcology{
	position:absolute;
	top:55px;
	left:0px;
	width:500px;
	height:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #EDEDED;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding:20px 10px;
	display:none;
}
.zcEcology ul li{
	float:left;
	width:33%;
	text-align:center;
}

.zcEcology ul li a p{
	line-height:32px;
}
.zcEcology ul li a img{
	width:110px;
	height:50px;
}
.zcEcology ul li a:hover{
	color:#2494F2;
}
.zcEcology ul li a:hover i{
	color:#2494F2;
}
.listMenus ul li a{
	
	
}
.listMenus ul li a i{
	background-color:#e0ebaf;
	display:block;
	width:60px;
	height:60px;
	border-radius:100%;
	margin:0 auto;
	overflow:hidden;
	line-height:60px;
	font-size:48px;
	color:#FFFFFF;
}

#epcTab{
	table-layout:fixed;
}
/*epc表格显示处理*/
.ecpOE{
	overflow: hidden;
	text-overflow:ellipsis;
}
.appBarCode,.appUserNameBind{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000!important;
	background-color:#000;
	opacity:.6;
	display:none;
}
.appBarCodeImg{
	position:absolute;
	width:300px;
	height:300px;
	top:30%;
	left:50%;
	margin-left:-150px;
	background:url(../images/appQrcode.png) no-repeat;
	z-index:9999999!important;
	display:none;
}
.userNameQrcode{
	position:absolute;
	width:300px;
	height:300px;
	top:30%;
	left:50%;
	margin-left:-150px;
	z-index:9999999!important;
	display:none;
}
.appBarCodeImg img,.closeBindQrcode{
	font-size:48px;
	color:#FFFFFF;
	position:absolute;
	right:-100px;
	top:10px;
	cursor:pointer;
}
.orgCode{
	font-size:16px;
	color:#FF2121;
}
.wechatNickname{
	float:left;
	margin-top:30px;
}
.orgDate{
	font-size:16px;
	color:#2494F2;
}
.form-search{
	width:33%;
	float:left;
}
.form-search label{
	float:left;
	line-height:32px;
	text-align:left;
	width:auto;
	padding-right:10px;
}
.form-search input,.form-search select{
	float:left;
	width:60%;
}
.typeList{
	width:1000px;
	margin:0 auto;
	
	margin-top:100px;
	overflow:hidden;
}
.featureMenuList{
	width:100%;
	margin:0!important;
	float:left;
}
.typeList h3{
	font-size:18px;
	width:100%;
	padding:10px;
	margin-bottom:30px;
	border-bottom:1px solid #F7F7F7;
}
.blockDesc{
	font-size:13px;
	margin-left:20px;
	color:#FF2121;
}
.typeList ul li{
	float:left;
	width:25%;
	padding:10px 15px;
}
.featureMenuList ul li{
	width:15%!important;
}
.diviedLine{
	border:1px dashed #EDEDED;
	height:1px;
	float:left;
	width:100%;
	margin:10px 0;
}
.couponItem,.standMenu{
	text-align:center;
	display:block;
	width:100%;
	height:100px;
	cursor:pointer;
	line-height:80px;
	color:#333;
	font-size:20px;
	border-radius:3px;
	position:relative;
	opacity:.8;
}
.standMenu{
	line-height:100px!important;
}
.couponItem:hover,.standMenu:hover{
	opacity:1;
}
.c-color-1{
	background-color:#81CCCD;
}
.c-color-2{
	background-color:#F2A94A;
}
.c-color-3{
	background-color:#2494F2;
}
.c-color-4{
	background-color:#FF2121;
}
.c-color-5{
	background-color:#7ebea5;
}
.c-color-6{
	background-color:#4d5aaf;
}
.c-color-7{
	background-color:#cbb994;
}
.c-color-8{
	background-color:#e9546b;
}
.c-color-9{
	background-color:#c5c56a;
}
.c-color-10{
	background-color:#1e50a2;
}
.c-color-11{
	background-color:#a8c97f;
}
.c-color-12{
	background-color:#005243;
}
.c-color-13{
	background-color:#d7a98c;
}
.c-color-14{
	background-color:#706caa;
}
.c-color-15{
	background-color:#7ebea5;
}
.couponTit,.standMenuTit{
	width:100%;
	height:50px;
	text-align:center;
	font-weight:700;
	color:#FFFFFF;
}
.standMenuTit i{
	font-size:36px;
	line-height:70px;
}
.couponDesc,.standMenuDesc{
	width:100%;
	height:32px;
	font-size:13px;
	line-height:40px;
	color:#FFFFFF;
}
.couponBottom{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:100;
	height:3px;
	width:100%;
	background:url(../images/couponBcg.png) -1px 0px;
}
.addContent{
	width:70%;
	margin:30px auto 0 auto;
	border:1px solid #EDEDED;
	padding:20px;
	overflow:hidden;
}
.btn-row{
	width:140px;
	margin:0 auto;
}
.rowDetail{
	width:100%;
	float:left;
	height:auto;
	line-height:32px;
	margin-bottom:5px;
}
.rowDetail label{
	cursor:pointer;
}
.rowDetail select{
	float:left;
	width:100px;
	margin-left:10px;
}
.content-box{
	width:100%;
	height:auto;
	display:none;
}
.content-box ul li{
	float:left;
	width:100px;
	padding-right:10px;
}
.items-box ul li{
	width:auto!important;
}
.content-box ul li a{
	text-align:center;
	color:#333;
	display:block;
	padding:0 5px;
	height:32px;
	line-height:30px;
	border:1px solid #EDEDED;
}
.classifyList ul li a:hover,.classifyList ul li a.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.itemCon{
	float:left;
	width:auto;
	padding:0 5px;
	
	margin-right:5px;
	cursor:pointer;
	height:auto;
	line-height:32px;
}
.projectItem{
	float:left;
	margin-right:5px;
	border:1px solid #EDEDED;
	padding:0 5px;
	margin-top:5px;
}
.removeItem{
	margin-left:10px;
	color:#FF2121;
}
.addBtn{
	width:32px;
	height:32px;
	text-align:center;
}

.addBtn span{
	line-height:32px;
}
.completeIcon{
	width:100px;
	height:100px;
	margin:0 auto;
}
.condition-tb{
	width:100%;
}
.condition-tb tr td{
	font-size:13px;
	padding-left:10px;
	padding-bottom:5px;
}
.sortBtn{
	float:left;
	width:180px;
	height:32px;
	border:1px solid #F7F7F7;
	line-height:30px;
	text-align:center;
	cursor:pointer;
}
.sortBtn.active{
	background-color:#2494F2;
	color:#FFFFFF;
}
.sortBtn.active i{
	color:#FFFFFF;
}
.sortBtn i{
	margin-left:5px;
	color:#2494F2;
}
.c-info-reserve{
	width:100%;
	height:50px;
	padding:9px;
	background-color:#F7F7F7;
}
.c-r-info-cell{
	float:left;	
}
.c-r-info-cell span,.c-r-info-cell a{
	line-height:32px;
	width:100%;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
}
.reserve-block{
	width:100%;
	padding:10px;
	margin-top:10px;
	float:left;
	border:1px solid #F7F7F7;
}
.r-d-tit{
	font-size:13px;
	font-family:"microsoft Yahei";
	font-weight:700;
	display:block-inline;
}
.r-d-detail{
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
}
.r-d-b-item{
	width:120px;
	height:70px;
	border:1px solid #F8F8F8;
	float:left;
	padding:15px 0;
	cursor:pointer;
	margin:0 5px 5px 0;
}
.r-d-b-item:not(.disabled):hover,.r-d-b-item.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.r-d-b-item.disabled{
	background-color:#F7F7F7;
}
.r-d-b-item p{
	display:block-inline;
	text-align:center;
	height:20px;
	line-height:20px;
}
.reserveTag{
	height:20px;
	width:60px;
	font-size:10px;
	background-color:#00a3af;
	color:#FFFFFF;
	margin:0 auto;
}
.disTag{
	background-color:#EDEDED!important;
	color:#FF2121;
}
.r-d-t-item{
	width:150px;
	height:32px;
	line-height:32px;
	border:1px solid #F7F7F7;
	float:left;
	text-align:center;
	margin-right:5px;
	cursor:pointer;
	margin-bottom:5px;
}
.r-d-t-item.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.reserveTimeTag{
	height:20px;
	width:20px;
	font-size:10px;
	color:#FF2121;

	text-align:center;
	margin-left:10px;
}
.coupon-item{
	position:relative;
	float:left;
	width:240px;
	height:70px;
	border:1px solid #EDEDED;
}
.c-i-left{
	float:left;
	width:100px;
	text-align:center;
	height:70px;
	line-height:70px;
}
.c-i-left-top{
	float:left;
	width:100%;
	height:45px;
	padding:0 10px;
}
.coupon-icon{
	font-size:13px;
	color:#FF2121;
	
	line-height:70px!important;
}
.c-total{
	font-size:24px;
	color:#FF2121;
	line-height:10px;
	width:40px!important;
	line-height:70px!important;
}
.c-desc{
	float:left;
	font-size:14px;
	line-height:45px!important;
	width:70px!important;
}
.coupon-item{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}
.coupon-item:hover,.coupon-item.active{
	
    border: 1px #FF2121 solid;
    background-position: left -1px top -1px!important;
}
.c-i-center{
	float:left;
	width:110px;
	height:70px;
	font-size:9px;
	padding:15px 0;
}
.c-i-circle i{
	position: absolute;
	
    z-index: 3;
    display: block;
    width: 18px;
    height: 9px;
    background: url(../images/mid-circle.png) no-repeat;
    overflow: hidden;
    right: 20px;
   
}
.c-i-circle .i1{
	top:-1px;
	 background-position: 0 -9px;
}
.c-i-circle .i2{
	 bottom:-1px;
}

.c-i-center p{
	width:100%;
	display:block;
	height:20px;
	line-height:20px;
	color:#999;
}
.c-i-left-bottom{
	float:left;
	width:100%;
	text-align:center;
	font-size:9px;
}
.c-i-right{
	float:left;
	width:28px;
	height:68px;
	border-left:1px dashed #FFFFFF;
	/* background-color:#FF2121; */
	/* background-image: linear-gradient(to bottom,#FF2121 0,#f02353 100%); */
}
.c-i-r-tit{
	height:70px;
	width:20px;
	margin:2px 4px;
	display:block;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
}
.qrCodeDis{
	width:200px;
	height:200px;
	
	margin:0 auto;
}
.levelName,.levelDetail{
	padding:0 5px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:3px;
	
	font-size:9px;
	
	color:#FFFFFF;
}
.tag-color-1{
	background-color:#f5b1aa;
}
.tag-color-2{
	background-color:#ffb3a7;
}
.tag-color-3{
	background-color:#3de1ad;
}
.queryTable{
	width:98%;
	margin:0 1%;
}
.queryTable tr td{
	font-size:10px;
	padding-bottom:5px;
	line-height:32px;
}
.queryTable tr td.queryTbTit{
	min-width:70px;
	width:auto;
	text-align:right;
	padding-right:5px;
}
.noPaddingTb tr td{
	padding-bottom:0!important;
}
.questionIcon{
	font-size:14px!important;
	color:#666;
}

.con-detail{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.con-detail-left{
	float:left;
	width:400px;
	height:auto;
}
.con-detail-right{
	margin:0 auto;
	width:1200px;
	height:auto;
}
.con-detail-item{
	width:1200px;
	float:left;
	height:25px;
	line-height:25px;
}
.con-detail-item ul li{
	float:right;
	margin-right:10px;
}
.c-d-tit{
	width:200px;
	display:block;
	margin:10px auto;
	text-align:center;
	font-size:16px;
	font-weight:700;
	
}
.c-d-list{
	width:390px;
	margin-top:30px;
}
.c-d-customer{
	width:1200px;
    height: auto;
    padding: 10px;
    border: 1px solid #ededed;
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
}
.tb-visit tr td,.tb-visit tr th{
	border:1px solid #999;
}
.c-d-call{
	width:100px;
	text-align:right!important;
}
.c-d-area{
	width: 1200px;
    height: auto;
    padding: 10px;
    border: 1px solid #ededed;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.td-cut-out{
	display:block;
	width:150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ckbInput{
	float:left;
	cursor:pointer;
	font-weight:normal;
}
.ckbInput input[type='checkbox'],.ckbInput input[type='radio']{
	width:20px;
	float:left;
	margin-top:10px;
}
.aloneBlock{
	width:900px;
	margin-top:10px;
	overflow:hidden;
	height:auto;
	background-color:#F7F7F7;
	padding:15px;
	margin:10px -15px 0 -15px;
}
.powerBtn{
	width:100%;
	overflow:hidden;
	line-height:32px;
	margin-left:-15px;
}
.maintain-tb tr td input{
	width:80%;
	text-align:right;
}
.powerTit{
	font-size:18px!important;
	font-weight:700;
	color:#0094c8;
}
.powerTit input[type="checkbox"]{
	width:18px;
	height:18px;
	margin-top:8px;
	margin-right:5px;
}
.modalRow{
	width:80%;
	margin:0 10%;
	height:32px;
}
.form-tb{
	width:80%;
	margin:0 10%;
}
.form-tb tr td{
	font-size:13px;
	padding:5px;
}
.inputTit{
	width:100px;
}
.checkGroup{
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.checkGroup input[type="checkbox"],.checkGroup input[type="radio"]{
	float:left;
}
.ckbValue{
	float:left;
	display:block;
	margin-top:1px;
}

.contactBlock{
	width:100%;
	height:60px;
	margin-left:-15px;
	border:1px solid #EDEDED;
	padding:10px;
	position:relative;
}
.contactBlock h3{
	font-size:14px;
	display:block;
}
.contactBlock table{
	height:35px;
}
.contactBlock table tr td{
	padding-left:5px;
	font-size:13px;
}
.tdTit{
	width:5%;
	font-weight:700;
	padding-left:0!important;
	font-size:13px;
}
.rightTopBtn{
	position:absolute;
	top:5px;
	right:5px;
}
.modalTit{
	display:block;
	height:32px;
	line-height:32px;
}
.smallSign{
	border-top: 36px solid #FF2121!important;
	border-right: 32px solid transparent!important;
}
.majorTag{
	padding:0px 3px;
	background-color:#FF2121;
	color:#FFFFFF;
}
.totalLabel{
	float:left;
	line-height:32px;
	margin-left:30px;
	color:#f36838;
	
}
.couponTb{
	width:90%;
	margin:0 5%;
}
.couponDisList{
	width:100%;
}
.ImgReview{
	width:100px;
	height:100px;
	border:1px solid #F7F7F7;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.ImgReview img{
	width:98px;
	height:98px;
}

.alertDiv{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:1000000;
}
.alertContent{
	width:50px;
	height:50px;
	
	background:url(../images/loading1.gif) no-repeat;
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-25px;
	text-align:center;
	
	border-radius:5px;
}
.processTitDiv{
	width:100%;
	height:100%;
	background-color:#333;
	opacity:0.2;
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
	
}
.processTit{
	position:fixed;
	top:40%;
	left:45%;
	margin-left:-25px;
	text-align:center;
	height:50px;
	width:300px;
	background-color:#FFFFFF;
	z-index:10001;
	border-radius:5px;
}
.processTip{
	font-size:20px;
	color:#FF2121;
	line-height:50px;
	text-align:center;
	float:left;
	padding-left:60px;
}
.processLoading{
	width:100px;
	height:10px;
	margin-top:5px;
	background:url(../images/loadingLine.gif) no-repeat ;
	background-size: 100% 100%;
}
.maintainTypelabel{
	width:35px;
	position:absolute;
	top:9px;
	left:42px;
	color:#FFFFFF;
	text-align:center;
	height:20px;
	line-height:20px;
	background-color:#0094c8;
	border-radius:3px;
	font-size:9px;
}
.remindMsg{
	width:700px;
	border:1px solid #F7F7F7;
	margin:10px auto 0 auto;
}
.wechatLogo{
	width:16px;
	height:16px;
}
.nullifyCard{
	background-color: #E2E3E2;
}
<!--看板-->
.board{
	position:relative;
	width:100%;
	height:100%;
}
.boardHead{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background-color:#2494F2;
}
.boardTitLeft{
	float:left;
	width:400px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.boardTitLeft label{
	font-size:25px!important;
	color:#FFFFFF;
}
.boardTitCenter{
	width:400px;
	margin:0 auto;
	text-align:center;
	line-height:50px;
}
.boardTitCenter label{
	font-size:25px!important;
	color:#FF2121;
}
.boardTitRight{
	width:230px;
	position:absolute;
	top:3px;
	right:50px;
}
.boardContent{
	position:absolute;
	width:100%;
	top:50px;
	left:0;
}
.boardContentTit{
	width:100%;
	height:50px;
	background-color:#0094c8;
	color:#FFFFFF;
	font-size:24px;
}
.boardCell{
	float:left;
	height:50px;
	display:table;
	line-height:50px;
	border-right:1px solid #9fa0a0;
	text-align:center;
	font-size:24px;
}
.boardContentBody{
	width:100%;
	height:auto;
	background-color:#2e2930;
}
.borderContentRow{
	width:100%;
	height:50px;
	float:left;
}
.jjColor{
	color:#d6c6af;
} 
.hjColor{
	color:#ffd900;
}
.wgColor{
	color:#7058a3;
}
.jsColor{
	color:#FF2121;
}
.skColor{
	color:#00a3af;
}
.qcColor{
	color:#dccb18;
}
.blockTit{
	width:100%;
	font-size:14px;
	font-weight:700;
	color:#00a497;
}
.blockCon{
	width:100%;
	height:auto;
	margin-top:10px;
}
.blockBody{
	width:100%;
	height:auto;
	border:1px solid #F7F7F7;
	padding:5px;
	overflow:hidden;
	margin-top:10px;
}
.vehicleItem{
	width:180px;
	height:45px;
	border:1px solid #EDEDED;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
}
.itemLeft{
	float:left;
	height:45px;
	width:45px;
	border-right:1px solid #F7F7F7;
	padding:5px;
}
.itemLeft img{
	width:35px;
	height:35px;
}
.itemRight{
	float:left;
	width:130px;
	height:45px;
	line-height:45px;
	font-size:18px;
	text-align:center;
}
.detailCon{
	width:1210px;
	margin:0 auto;
	height:auto;
}
.detailTit{
	width:100%;
	font-size:18px;
	line-height:35px;
	border-bottom:1px solid #666;
	position:relative;
	float:left;
}
.detailList{
	width:100%;
	float:left;
	margin-top:10px;
}
.ckbBalance{
	float:left;
	margin-left:20px;
}
.ckbItem{
	display:block;
	padding-right:10px;
	float:left;
}
.unfollow{
	height:16px;
	width:16px;
	background-image:url(../images/wechatCancel.png);
	background-position:0px 2px;
	display:inline-block;
}

.follow{
	height:16px;
	width:16px;
	background-image:url(../images/wechatHighlight.png);
	background-position:0px 2px;
	display:inline-block;
}
.tbType tr td{
	font-size:14px;
	line-height:32px;
}
.paramInput{
	width:160px;
	cursor:pointer;
}
a.aReplace{
   position:absolute;
   top:7px;
   left:3px;
	display:inline-block;
	color:#FFFFFF;
	padding:2px;
	border-radius:2px;
	background-color:#333;
	width:20px;
	height:20px;
	text-align:center;
}
.couponBtn{
	position:absolute;
	top:16px;
	right:15px;
}
.reportCon{
	width:900px;
	border:1px solid #F7F7F7;
	margin:0 auto;
	padding:10px;
	height:auto;
	overflow:hidden;
}
.reportCon h3{
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:700;
	float:left;
}
.reportBtns{
	float:left;
	text-align:center;
	width:100%;
	margin-top:25px;
}
.imgBcg{
	width:100%;	
}

.imgItem:not(first-child){
	float:left;
	margin-left:5px;
	width:80px;
	height:80px;
	cursor:pointer;
}
.imgItem img{
	width:80px;
	height:62px;
}
.imgItem p{
	background-color:rgba(0,0,0,0.2);
	color:#312520;
	opacity:0.5;
	font-size:7px!important;
}
.imgItem:hover,.imgItem.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.iconLine{
	height:10px;
	margin-top:-2px;
}
.shopBoard{
	font-size:24px;
	color:#FF2121;
	font-weight:700;
}
.orgCodePanel{
	width:142px;
	border:1px solid red;
	height:40px;
	margin:7px auto;
	line-height:38px;
	text-align:center;
	border: 1px solid rgba(0, 0, 0, 0.15);

}
.orgCodeCon{
	width:83px;
	height:38px;
	text-align:center;
	
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.orgCodeStyle{
	font-size:24px;
	color:rgb(255,87,26);
	font-family:arial;

}
.coupon-tit{
	position:absolute;
	top:0;
	left:0;
	font-size:10px!important;
	background-color:rgba(0,0,0,0.3);
	padding-right:10px;
	padding-left:3px;
	color:#FFFFFF;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.loginQrCode{
	width:180px;
	height:180px;
	margin:0 auto;
}
.coagent{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	border-top:1px solid #f4f4f4;
}
.statisticsHead{
	width:100%;
}
.statisticsHead h3{
	height:50px;
	line-height:50px;
	font-weight:700;
}
.fansTb{
	width:100%;
}
.fansTb tr td{
	font-size:13px;
	padding:5px;
}
.trNum td{
	font-size:24px!important;
	color:#2ca9e1;
}
.statisticsMenu ul li{
	float:left;
	color:#333;
}
.headStatisticsMenu ul li{
	float:left;
	color:#333;
}
.headStatisticsMenu ul li a{
	width:100px;
	height:32px;
	line-height:32px;
	text-align:center;
	display:inline-block;
}
.headStatisticsMenu ul li.active{
	background-color:#2792c3;

}
.headStatisticsMenu ul li.active a{
	color:#FFFFFF;
}
.headStatisticsMenu ul li.hover{
	background-color:#eee;
}
.statisticsMenu ul li a{
	width:100px;
	height:32px;
	line-height:32px;
	margin-left:-1px;
	text-align:center;
	border:1px solid #EDEDED;
	display:inline-block;
	color:#333;
}
.statisticsMenu ul li.active a{
	background-color:#2494F2;
	color:#FFFFFF;
}
.statisticsBox{
	float:left;
	width:100%;
	height:auto;
	border:1px solid #ededed;
	margin:10px 0px;
}
.boxHead{
	float:left;
	height:40px;
	line-height:40px;
	width:100%;
	padding-left:10px;
	background-color:#F7F7F7;
}
.boxContent{
	float:left;
	height:auto;
	padding:10px;
	width:100%;
}
.dateSelect{
	height:38px;
	width:100px;
	background-color:#F7F7F7;
	margin-left:15px;
}
.cardTag{
	width:15px;
	height:15px;
	padding:1px 3px;
	background-color:#FF2121;
	color:#FFFFFF;
	font-size:10px;
	margin-left:3px;
	font-weight:normal;
}
.newsTag{
	display:inline-block;
	padding:0 5px;
	border-radius:3px;
	color:#FFFFFF;
	font-size:9px!important;
	margin-right:3px;
}
.platform{
	background-color:rgb(251,84,32);
}
.union{
	background-color:#2792c3;
}
.setContent{
	width:1000px;
	height:500px;
	margin:0 auto;
	border:1px solid #F7F7F7;
}
/*保单销售客户姓名超长省略号*/
.aCutout{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display:inline-block;
}

.tdCutout{
	word-break: keep-all;
	white-space:nowrap;
	color:#333;
}
.policyBtn{
	position:absolute;
	top:68px;
	right:40%;
	width:100px;
	height:40px;
}
.pwdIcon{
	position:absolute;
	top:12px;
	right:30px;
	cursor:pointer;
}
.repair-cardDetail{
	height:auto;
	width:100%;
}
.areaPar{
	float:left;
	margin-left:15px;
	position:relative;
}
.areaSelect{
	width:150px;
	height:32px;
	line-height:32px;
	text-align:center;
	border:1px solid #F7F7F7;
	float:left;
	cursor:pointer;
}
.areaSelect:hover{
	border:1px solid #ff4200;
}
.areaSelect i{
	line-height:32px;
}
.areaDetail{
	width:500px;
	height:300px;
	overflow:auto;
	border:1px solid #F7F7F7;
	position:absolute;
	top:31px;
	left:0px;
	background-color:#FFFFFF;
	z-index:10;
	padding:10px;
	display:none;
}
ul.fix{
	border-bottom:1px solid #ff4200;
	zoom:1;
	height:34px;
}
ul.fix li{
	float:left;
	width:80px;
	border:1px solid #F7F7F7;
	border-bottom:1px soild #FFFFFF;
	text-align:center;
	margin-right:10px;
	height:33px;
	cursor:pointer;
}
ul.fix li.active{
	border:1px solid #ff4200;
	border-bottom:1px solid #FFFFFF;
	height:34px;
}
.areaItem{
	width:100%;
	height:auto;
	float:left;
}
.areaItem li{
	float:left;
	display:none;
	margin-top:10px;
}
.areaItem li.active{
	display:block;
}
.areaItem li span{
	font-size:13px;
	cursor:pointer;
	height:25px;
	line-height:25px;
	width:auto;
	text-align:center;
	padding:0 6px;
	display:inline-block;
}
.areaItem li span:hover{
	background-color:#ff4200;
	color:#FFFFFF;
}
.btn-reset{
	position:absolute;
	top:10px;
	right:45px;
}
.btn-reset a{
	border:1px solid #F7F7F7;
	text-align:center;
	padding:0 15px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#333;
	display:inline-block;
}
.closeBtn {
	position:absolute;
	top:3px;
	right:3px;
	cursor:pointer;
}
.vehicleImgs{
	width:100%;
	float:left;
	margin-top:10px;
}
.vehicleImg{
	float:left;
	margin-right:10px;
	width:100px;
	height:120px;
	position:relative;
	cursor:pointer;
}
.vehicleImg i{
	position:absolute;
	top:31px;
	left:31px;
	font-size:48px;
}
.vehicleImg img{
	float:left;
	width:100px;
	height:100px;
	border:1px solid #F7F7F7;
}
/*运营车*/
.inputHignLight{
	background-color:#fff143!important;
	color:#FF2121!important;
}
.imgUpload{
	width:100%;
	height:100px;
	padding:0 15px;
	
}
.imgUploadAdd,.imgUploadItem{
	height:80px;
	width:80px;
	margin:10px;
	border:1px solid #EDEDED;
	text-align:center;
	cursor:pointer;
	float:left;
	position:relative;
}
.imgUploadAdd img,.imgUploadItem img{
	width:75px;
	height:75px;
}
.imgUploadAdd i{
	font-size:36px;
	margin:20px auto;
	color:#808080;
}
.removeImg{
	position:absolute;
	top:-3px;
	right:-3px;
	height:20px;
	width:20px;
	 background-image:url(../images/delbtn.png); 
	 background-repeat:no-repeat; 
	 background-size:100% 100%;
	 -moz-background-size:100% 100%;
}
.imageReview{
	position:fixed;
	top:0;
	left:0;
	z-index:100000;
	height:100%;
	width:100%;
	background-color:#808080;
	opacity:0.4;
}
.uploadBlock{
	width:500px;
	float:left;
	padding-top:30px;
}
.mapModal{
	position:fixed;
	top:20px;
	left:50%;
	margin-left:-450px;
	z-index:10000!important;
	width:900px;
	height:550px;
	display:none;
	background-color:#FFFFFF;
	border:1px solid #ededed;
	border-radius:3px;
}
.mapHead{
	height:40px;
	width:100%;
	background-color:#F7F7F7;
}
.mapHead img{
	float:right;
	margin-right:20px;
	font-size:18px;
	cursor:pointer;
	width:30px;
	margin-top:5px;
}
.mapContent{
	float:left;
	height:500px;
	width:100%;
	padding:10px;
}
.mapPanel{
	width:100%;
	height:100%;
}
.displayTb{
	width:100%;
	margin-top:10px;
}
.displayTb tr td{
	border:1px solid #ededed;
	height:32px;
	line-height:32px;
	font-size:10px;
}
.displayTb .displayTit{
	background-color:#F9F9F9;
	width:80px;
	text-align:center;
}
.displayTb .displayVal{
	padding-left:5px;
}
.vehicleBrand{
	height:32px;
	margin-right:10px;
}
.printTitleContent{
	float:left;
	width:300px;
}
.menuList{
	width:800px;
	margin:0 auto;
}
.menuList label{
	margin-left:35px;
}
.editMenu{
	background-color:#F7F7F7;
}
.editMenu:hover{
	background-color:#FFFFFF;
}
.cbList{
	margin-right:15px;
}
.vipTag{
	width:30px;
}
.receiveType{
	position:absolute;
	top:9px;
	left:82px;
	background-color:#e60033;
	color:#FFFFFF;
	border-radius:3px;
	height:20px;
	line-height:20px;
	width:35px;
	text-align:center;
	font-size:9px;
}

.itemChangeArea{
	position:absolute;
	width:1000px;
	height:500px;
	top:150px;
	left:-500px;
	margin-left:50%;
	border:10px solid rgba(0,0,0,0.1);
	background-color:#FFFFFF;
	border-radius:3px;
}
.itemChangeTitle{
	width:100%;
	height:45px;
	padding-left:15px;
	line-height:45px;
	font-size:18px;
	border-bottom:1px solid #ededed;
}
.itemSearchArea{
	padding-left:15px;
	margin-top:10px;
}
.aBillNo{
	color:#0094c8;
	font-weight:700;
	line-height:20px;
}
.settlePrintReview{
	float:left;
	margin:0 10px;
	cursor:pointer;
}
.settlePrintReview img{
	width:100px;
	height:100px;
	border:1px solid #D8D8D8;
}

.imgReviewPlugin{
	display:none;

}
.imgMask{
	position:fixed;
	z-index:999999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
}
.imgshow{
	position:fixed;
	top:55px;
	left:50%;
	border-radius:4px;
	z-index:1000000;
	width:800px;
	margin-left:-400px;
	animation: bounceIn 2s;
	-moz-animation: bounceIn  .5s; /* Firefox */
	-webkit-animation: bounceIn  .5s; /* Safari and Chrome */
	-o-animation: bounceIn  .5s; /* Opera */

}
.imgshow img{
	width:800px;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.4, 0.7, 1);
    animation-timing-function: cubic-bezier(0.1, 0.4, 0.7, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }

  20% {
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
 40% {
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  60% {
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
 

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.4, 0.7, 1);
    animation-timing-function: cubic-bezier(0.1, 0.4, 0.7, 1);
  }

   0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }

  20% {
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
 40% {
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  60% {
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

 

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.cleanBillNo{
	color:#FF2121;
	position:absolute;
	top:10px;
	right:5px;
	
}
.classItemAdd{
	display:none;
}
.classItemAddMask{
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.1);
	width:100%;
	height:100%;
	z-index:99999999;
	
}
.classItemAddCon{
	width:700px;
	height:230px;
	background-color:#FFFFFF;
	position:absolute;
	z-index:100000000;
	top:20%;
	left:50%;
	margin-left:-350px;
	
}
.classItemAddTit{
	width:100%;
	height:32px;
	background-color:#ededed;
	line-height:32px;
	padding-left:15px;
}
.classItemAddInput{
	width:100%;
	
}
.classItemAddInputRow{
	width:600px;
	height:32px;
	margin:10px auto;
}
.classItemAddInputRowTit{
	width:100px;
	line-height:32px;
}
.classItemAddBtn{
	width:200px;
	margin:0 auto;
}
/*车辆体检表*/
.vehicleCheckConPanel{
	width:100%;
	height:auto;
	overflow:hidden;
}
.vehicleCheckNormal{
	width:100%;
	height:auto;
	border:1px solid #EDEDED;
	margin-top:10px;
	overflow:hidden;
}
.vehicleCheckTit{
	width:100%;
	height:32px;
	background-color:#EDEDED;
	line-height:32px;
	padding-left:15px;
	cursor:pointer;
}
.checkWarning{
	color:#fa8c35;
}
.checkError{
	color:#FF2121;
}
.vehicleCheckClassic{
	font-weight:700;
	font-size:13px;
	padding-left:15px;
	width:100%;
	line-height:32px;
}
.vehicleCheckIndexValue{
	width:100%;
	float:left;
	line-height:32px;
}
.vehicleCheckIndex{
	font-size:13px;
	padding-left:15px;
	width:15%;
	float:left;
}
.vehicleCheckValue{
	font-size:13px;
	width:85%;
	float:left;
}
.colorItem{
	float:left;
	width:auto;
	padding:0 10px;
	height:32px;
	border:1px solid #ededed;
	line-height:32px;
	margin-right:10px;
	text-align:center;
	position:relative;
	font-size:13px;
}
.colorItem.active,.colorItem:hover{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.tagItem{
	float:left;
	width:auto;
	height:22px;
	line-height:21px;
	padding:0px 5px;
	margin-right:5px;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;

	border-radius:3px;
}
.tagIcon{
	font-size:24px!important;
	color:rgb(142,214,55);
	line-height:32px;
}
.tagRemove{
	margin-left:5px;
	color:#FF2121;
}
.systemTag{
	background-color:#e95464;
	color:#333;
	border:1px solid #EDEDED;
}
.defineTag{
	background-color:#a0d8ef;
	color:#333;
	border:1px solid #EDEDED;
}
.tagAdd{
	height:32px;
	width:32px;
}
.tagItem i{
	cursor:pointer;
}
.wordTag{
	width:18px;
	height:18px;
	line-height:18px;
	border-radius:3px;
	color:#FF2121;
	border:1px solid #FF2121;
	display:inline-block;
	text-align:center;
	font-size:9px;

}
.tagBcg{
	width:810px;
	height:500px;
	background-color:rgba(0,0,0,0.2);
	padding:10px;
	position:fixed;
	top:15%;
	left:50%;
	margin-left:-405px;
	z-index:10000;
}
.tagPanel{
	width:100%;
	height:430px;
	background-color:#FFFFFF;
	padding:10px;
}
.tagPanel dl dd label{
	line-height:32px;
	padding-right:15px;
}
.tagPanel dl dd input[type='radio']{
	margin-top:8px;
}
.tagBtns{
	height:50px;
	width:100%;
	float:left;
	background-color:#FFFFFF;
	padding-top:10px;
}
.tagBtns button{
	float:right;
	margin-right:10px;
}
.tagEditPanel{
	width:800px;
	margin:0 auto;
	padding:10px;
}
.iconRight{
	float:right;
	line-height:32px!important;
	font-size:18px!important;
	margin-right:10px;
}
.fansListDetail{
	position:fixed;
	top:20%;
	left:50%;
	width:550px;
	height:450px;
	margin-left:-275px;
	border:10px solid rgba(0,0,0,0.1);
	background-color:#FFFFFF;
	z-index:10000;

}
.fansListDetailTit{
	width:100%;
	height:32px;
	line-height:32px;
}
.fansListDetailTit i{
	float:right;
	margin-right:15px;
	line-height:32px;
	color:#FF2121;
	cursor:pointer;
}
.fansListDetailCon{
	float:left;
	padding:0 10px;
	width:100%;
}
.selectItemBtn{
	position:absolute;
	right:2px;
	top:5px;
	border:1px solid #EDEDED;
	width:20px;
	height:20px;
	background-color:#F7F7F7;
	padding:0;
}
.selectItemBtn i{
	line-height:20px;
}
.word-flag{
	float:left;
	padding-left:2px;
	font-family:"宋体";
	margin-top:5px;
}
.newDisplayMask{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#333;
	opacity:0.2;
	z-index:101;
}
.newDisplayCon{
	position:fixed;
	top:20px;
	left:50%;
	width:500px;
	height:auto;
	margin-left:-400px;
	background-color:#FFFFFF;
	border:1px solid #F7F7F7;
	z-index:200000;
}
.closeMask{
	position:absolute;
	top:0px;
	right:-100px;
	cursor:pointer;
}
.qrcodeArea{
	position:fixed;
	top:5%;
	left:50%;
	width:1200px;
	margin-left:-600px;
	height:780px;
	background-color:#FFFFFF;
	border:1px solid #EDEDED;
	z-index:10000;
	display:none;
}

.qrcodeCon{
	margin-top:80px;
	width:400px;
	height:300px;
}
.qrcodeTit span{
	height:80px;
	line-height:80px;
	font-size:24px;
	padding-left:15px;
	width:100%;
	float:left;
	display:inline-block;
}
.qrcodeAreaClose{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}
.counterNum{
	width:60px;
	
	height:32px;
	line-height:32px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.alreayInput{
	float:left;
	
	line-height:32px;
	color:#FF2121;
	font-weight:700;
	text-align:center;
}
.counterSign{
	float:left;
	line-height:32px;
}
.counterTotal{
	float:left;
	line-height:32px;
	
	color:#00a3af;
	text-align:center;
}
.carModelDisplay{
	width:300px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.couponBox{
	width:160px;
	padding:0 5px;
	height:32px;
	line-height:32px;
	text-align:center;
	border:1px solid #EDEDED;
	margin-left:40px;
	position:relative;
}
.couponBox b{
	text-align:center;
}
.couponBox i{
	position:absolute;
	top:7px;
	right:5px;
	color:#FF2121;
	cursor:pointer;
}
.orderSign{
	width:30px;
	height:20px;
	line-height:20px;
	background-color:#98d98e;
	color:#FFFFFF;
    padding:3px;
	border-radius:2px;
	margin-left:5px;
}
.vehicleTypeOther{
	border-top:3px solid #FF2121!important;
}
.vehicleTypeOther:hover{
	
	border-left:1px solid #FF2121!important;
	border-right:1px solid #FF2121!important;
	border-bottom:1px solid #FF2121!important;
}
.cameraItems{
	width:250px;
	height:200px;
	border:1px solid #EDEDED;
	float:left;
	margin-right:50px;
	cursor:pointer;
}
.stationArea{
	width:600px;
	overflow:hidden;
	margin:0 auto;
}
.stationItem{
	width:255px;
	height:45px;
	line-height:45px;
	float:left;
	border:1px solid #EDEDED;
	text-align:left;
	padding-left:3px;
	font-size:10px;
	position:relative;
	margin:5px 15px;
}
.stationItem.active{
	background: url(../images/arrow.png) no-repeat;
    border: 1px rgb(195,0,8) solid;
    background-position: right -2px bottom -2px;
}
.stationName{
	float:left;
	
}
.stationVehicle{
	float:left;
	width:70px;
	height:20px;
	text-align:center;
	line-height:20px;
	border-radius:3px;
	background-color:#EDEDED;
	margin-top:12px;
	margin-left:10px;
}
.carNoStyle{
	font-size:16px;
	font-weight:700;
}
.stationLabel{
	display:inline-block;
	position:absolute;
	right:3px;
	top:12px;
	text-align:center;
	width:40px;
	height:20px;
	line-height:20px;
	border-radius:3px;
}
.tag1{
	background-color:#FF2121;
	color:#FFFFFF;
}
.tag2{
	background-color:#0095d9;
	color:#FFFFFF;
}

.bossReportItem{
	width:1300px;
	height:330px;
	overflow:hidden;
	margin:15px auto;
	border:1px solid #EDEDED;
	border-top:2px #008899 solid!important;
}
.bossReportItemRow{
	width:100%;
	
	float:left;
}
.bossReportGrid{
	float:left;
	width:200px;
	height:80px;
	text-align:center;
	padding:10px;
}
.bossReportGrid label{
	line-height:35px;
	width:100%;
}
.bossReportItemLeft{
	float:left;
	height:100%;
	width:100px;
	text-align:center;
	line-height:300px;
}
.bossReportItemRight{
	float:left;
	width:1100px;
}
.coinNum{
	font-size:16px!important;;
	color:#FF2121;
}
@media (min-width:1400px){
	.dropdown-menu .divider {
	  margin: 3px 0px;
	}
}
@media (min-width:991px) and (max-width:1400px){
	.dropdown-menu .divider {
	  margin: 0;
	}
}
@media (min-width:768px) and (max-width:991px){
	
	.AdailyOp .leftArea{
	  padding-left: 0px!important;
	}
	.AdailyOp .leftArea{
	 display:none;
	}
	.AdailyOp .rightArea {
		width:100%;
		padding:0px 20px;
	}
	div#content{
		min-width:auto;
	}
	.loginContent{
	  width:750px; 
	}
	.order_item{
	/* width:24%!important; */
		width:auto;
		padding:0 5px;
		line-height:40px;
	}
	#user-nav ul li span.text{
	   display:none; 
	}
	#user-nav ul li a.mainMenu i{
	  font-size:28px;
	  line-height:54px!important;
	}
	#user-nav ul li a.mainMenu{
		display:block;
		padding:0 15px;
	}
	#user-nav ul li a.mainMenu b{
		display:none;
	}
	#sidebarLeft > ul > li > a > i {
  		font-size: 32px;
	}
	#sidebarLeft{
	width:80px;
	}
	#sidebarLeft > ul > li{
	font-size:12px;
	height:65px;
	width:81px;
	}
	#sidebarLeft > ul > li > a.active{
	width:81px;
	}
	.page-status{
	left:80px;
	}
	div#content{
		margin-left:80px;
		min-width:auto;
	}
	/*全局搜索框*/
	#search{
	right:50px;
	}
	#searchInput{
		width:25%px!important;
	}
	.order_item{
	/* width:35%!important; */
		width:auto;
	padding:0 5px;
	line-height:40px;
	float:left;
	}
	.singleLabel{
	width:39%!important;
	}
	.item_input{
	width:65%!important;
	}
	*:hover{
	none;
	}
	.cardBody ul li .itemName{
	width:70%!important;
	}
	.cardBody ul li .itemTimes{
	width:29%!important;
	}
	.repair-cardDetail .itemList .itemTitle{
	width:45%!important;
	}
	.layoutTb #address{
		width:15%!important;
	}
	.layoutTb #addressInput{
		width:58%;
	}
	.layoutTb #contact{
		width:15%!important;
	}
	.layoutTb #contactInput{
		width:20%;
	}
	.order_msg h3{
	font-size:18px!important;
	line-height:65px;
	}
	.carTypeDetail{
		min-width:390px!important;
	}
	/*注册页面*/
	.regHeading{
		padding:10px!important;
	}
	.regContent{
		padding:15px!important; 
	}
	.desc{
		display:none;
	}
	.regContent .steps ul li span{
	font-size:13px;
	}
	.regContent .steps{
	padding:0px!important;
	}
	.itemInput{
	padding:0px!important;
	}
	.regInput{
	padding:0px!important;
	}
	.tabDefault a {
  	font-size: 16px!important;
	}
    /* .tab-content .form-horizontal label{
	display:none;
	}  */
	.regFirstStep label{
		display:none;
	}
	.tabs-left.tabbable-custom .nav-tabs>li a{
	padding:10px!important;
	}
	.tabDefault span{
		display:none;
	} 
	.tabDefault #mobileWay:before,.tabDefault #emailWay:before,.tabDefault #autoziWay:before{
	 	font-family:FontAwesome;
		color:red;	
		text-align:center!important;
	}
	.tabDefault #mobileWay:before{
	content: "\f10b";
	font-size:30px!important;
	}
	.tabDefault #emailWay:before{
	content: "\f003";
	font-size:20px!important;
	}
	.tabDefault #autoziWay:before{
	content: "\f007";
	font-size:20px!important;
	}
	.divClause{
	padding-left:5%!important;
	}
	.authCode{
		width:15%;
	}
	.shortControl{
	width:120px!important;
	}
	#imgOperatorMobile span,#imgOperator span{
		display:none;
	}
	#imgOperatorMobile a,#imgOperator a{
		margin-left:10px;
		line-height:40px;
	}
	#codeImg,#codeImgMobile{
		margin-top:13px!important;
	}
	#area{
		margin-left:10px!important;
	}	
	#area,#street{
		margin-top:5px!important;
	}
	.widthRes{
	width:93%;
    }
    .btnWidthRes{
    width:7%;
    }
   /*隐藏帮助中心*/
	#helpArrow{
		display:none!important;
	} 
	/*弹出框位置*/
	#McustomerAdd,#MpartAdd,#MsafetyInventoryWarning,.MmarginTop260{
		margin:0px auto 0px auto!important;
	}
	/*服务项目弹出框*/
	#MitemAdd,#Msuggest,#supplierAdd,#historyModal,#supplierCarZone,.MmarginTop210{
		margin:0px auto 0px auto!important;
	}
	/*收付款,其他收支单*/
	#purchasePopup,#paymentAdd,#gatheringAdd,#MotherAccount,#MPriceReference,.MmarginTop220{
		margin:0px auto 0px auto!important;
	}
	/*打印弹出框*/
	#MorderPrint,#MpurchasePrint,#MinventoryPrint,#MwashOrderPrint,.MmarginTop330{
		margin:0px auto 0px auto!important;
	}
/*报表中心手机适配*/
	#reportMenu ul li{
	float:left;
	width:28%;
	margin:10px;
    }
   #reportMenu ul li a{
   height:100px;
   }
   #reportMenu ul li i{
   font-size:40px;
   line-height:60px;
   }
   #reportMenu ul li p{
   font-size:18px;
   }
   .s-rightbtns{
   	width:60%!important;
   }
   .s-left-input{
   	width:25%!important;
   }
   .td-vehicleType{
   	display:none!important;
   	overflow:hidden;
   }
   .qtrRow .r-input{
   	width:75px!important;
   }
   .txtVIN{
   		width:156px;
   }
   .cardIssue{
   		height:700px!important;
   }
   .aDownload{
		width:100%!important;
		display:block;
	}
	.logoSlogan{
		margin-left:150px!important;
	}
	.loginHeader .logo{
		width:auto!important;
	}
	.flexslider_A{
		display:none!important;
	}
	.loginContent{
		display:block!important;
	} 
	.loginFormArea{
		left:50%!important;
		margin-left:-200px!important;
		clear:both;
	}
	.bcgPanel{
		z-index:-1!important;
	}
	#FrmCustomerVehicle .vehicleNO{
		width:84px!important;
	}
}
/*弹出框适配最新浏览器不允许修改*/
.modal-scrollable{
	z-index:100000!important;
}
.modal-body{
	/*overflow:hidden!important; */
}
/*工单选择会员卡单张卡显示问题*/
#selectMember,#selectInsure{ 
	overflow:auto!important;
}
.c-info-inputBlock{
	position:absolute;
	botton:5px;
	left:45%;
}
.chooseBtn{
	display:inline-block;
	width:32px;
	height:32px;
	line-height:32px!important;
	text-align:center;
	border:1px solid #ccc;
	float:left;
	margin-left:-1px;
	cursor:pointer;
}
.headShortcutBtn{
	position:absolute;
	top:15px;
	right:20px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:24px;
	z-index:100;
}
.carModelDress{
	width:auto;
	height:auto;
	margin:5px 5px 5px 0;
	position:relative;
	overflow:visible;
	border:1px solid #eee;
	padding:5px;
}
.contentBox{
	position: relative;
    height: 32px;
    line-height:32px;
    display: inline-block;
    width: 96px;
    background: white;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align:center;
}
.type_position{
	position:absolute;
	top:32px;
	left:-1px;
	width:96px;
	z-index:1000;
}
.type_position a{
	display:inline-block;
	width:100%;
	height:32px;
	line-height:32px;
	border:1px solid #e5e5e5;
	background-color:#FFFFFF;
	
}
.type_position a:hover{
	border:1px solid #FF2121;
}
.carmModelParamList{
	width:100%;
	height:auto;
	overflow：hidden;
	float:left;
}
.carModelParam{
	width:auto;
	float:left;
	margin-right:10px;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}
.carModelParamShow{
	height:32px;
	line-height:32px;
	border:1px solid #EDEDED;
	padding:0px 10px;
}
.carModelValue{
	padding-left:10px;
	color:#FF2121;
}
.carModelParamSelect{
	position:absolute;
	top:35px;
	left:0px;
	border:1px solid #ededed;
	width:100px;
	background:#FFFFFF;
	z-index:1000;
	
	display:none;
}
.carModelParamItem{
	padding:5px;
	border-bottom:1px solid #EDEDED;
	cursor:pointer;
}

.followReplyArea{
	width:900px;
	height:500px;
	margin:0 auto;

}
.followReplyRow{
	width:100%;
	margin-top:15px;
	
	float:left;
	text-align:center;
}
.followReplyRowTit{
	width:200px;
	line-height:32px;
	text-align:center;
	float:left;
}
.followReplyRowInput{
	width:500px;
	float:left;
	line-height:32px;
	position:relative;
}
.imgClear{
	position:absolute;
	top:5px;
	left:85px;
	color:#FF2121;
	cursor:pointer;
}

.followReplyRowInputItem{
	width:100px;
	float:left;
	text-align:left;
}
.followReplyRowInputImg{
	width:100px;
	height:100px;
	border:1px solid #F7F7F7;
	float:left;
}
.wechatMenuSetTit{
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#F7F7F7;
	text-align:center;
}
.wechatMenuSetCon{
	width:100%;
	height:auto;
	
	padding:10px;
}
.wechatMenuSetConNav{
	width:400px;
	height:700px;
	border:1px solid #EDEDED;
	float:left;
}
.wechatMenuSetDetail{
	float:left;
	width:1200px;
	height:700px;
	border:1px solid #EDEDED;
	padding:30px 50px;
	display:none;
}
.wechatMenuSetConNavTop{
	width:100%;
	height:70px;
	line-height:90px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	background:url(../images/wxtop.jpg) 0 0 no-repeat;
}
.wechatMenuSetConNavMiddle{
	width:100%;
	height:580px;
	background-color:#EDEDED;
}
.wechatMenuSetBottom{
	width:100%;
	height:50px;
	background-color:#F7F7F7;
	border-bottom:1px solid #EDEDED;
}
.keyboardBtn{
	float:left;
	background:url(../images/cddz.png) 11px -31px no-repeat;
	height:50px;
	width:50px;
}
.wechatBottomBtn{
	float:left;
	text-align:center;
	width:113px;
	height:50px;
	line-height:50px;
	border-left:1px solid #EDEDED;
	position:relative;
	cursor:pointer;
}
.wechatMenuAdd{
	position:absolute;
	bottom:50px;
	left:0;
	width:113px;
	cursor:pointer;
	background-color:#FFFFFF;
	border:1px solid #F7F7F7;
}
.wechatMenuAdd li{
	width:113px;
	height:50px;
	float:right;
	border-bottom:1px solid #EDEDED;
	margin-bottom:-1px;
}
.wechatMenuAdd li a{
	width:100%;
	height:100%;
	line-height:50px;
	display:block;
}
.wechatMenuAdd i{
	font-size:18px;
	line-height:50px;
}
.wechatMenuAdd li:hover{
	background-color:#EDEDED;
}
.wechatMenuDetailSetTit{
	height:70px;
	line-height:70px;
	border-bottom:1px solid #EDEDED;
}
.wechatMenuDetailSetRow{
	width:100%;
	padding:10px;
	float:left;
}
.wechatMenuDetailSetRowTit{
	line-height:32px;
	width:20%;
	text-align:center;
	float:left;

}
.hrefSysMenu{
	float:left;
	width:33%;
	height:32px;
}
.hrefSysMenu input{
	float:left;
	width:10px;
}
.wechatMenuDetailSetRow input{
	width:80%;
	float:left;
}
.wechatMenuDetailSetBottom{
	width:100%;
	float:left;
	height:50px;
}
.wechatMenuSetShow{
	width:100px;
	height:100px;

	margin:50px auto 0 auto;
}
.checkImgList{
	width:100%;
	height:150px;
	float:left;
	padding:5px;
}
.checkImgList img{
	float:left;
	height:80px;
	width:80px;
	border:1px solid #EDEDED;
	margin-left:10px;
}
.autoRemindSetTit{
	float:left;
	font-size:18px;
	font-weight:700;
	color:#FF2121;
	width:100%;
}
.autoRemindSetRow{
	float:left;
	height:32px;
	line-height:32px;
	width:100%;
	text-align:left;
}
.autoRemindSetItem{
	float:left;
}
.autoRemindControl{
	float:left;
	margin-top:6px;
	margin-left:10px;
}
@media (min-width:320px) and (max-width:767px){

	.AdailyOp .leftArea{
	  padding-left: 0px!important;
	}
	.AdailyOp .leftArea{
	 display:none;
	}
	.AdailyOp .rightArea {
		width:100%;
		padding:0px 20px;
	}
	div#content{
		min-width:auto;
	}
	.loginContent{
	  width:400px;
	  background:none;
	  margin:20px auto;
	}
	.loginHeader .logo {
	  	width: 100px;
	 	left:25px!important;
	}
	.logoSlogan{
		width:310px!important
	}
	.Wtitle {
	  padding: 0px 70px;
	}
	#user-nav ul li span{
	  display:none;
	}
	#user-nav ul li a.mainMenu i{
	  font-size:28px;
	  line-height:54px!important;
	}
	#user-nav ul li a.mainMenu{
		display:block;
		padding:0 15px;
	}
	#user-nav ul li a.mainMenu b{
		display:none;
	}
	#sidebarLeft p{
	   display:none;
	}
	
	#sidebarLeft > ul > li > a > i {
  		font-size: 20px;
	}
	#sidebarLeft > ul > li > a {
	text-align:center;
	padding:10px 0px;
	}
	#sidebarLeft > ul > li{
	height:40px;
	padding:0px;
	}
	/*全局搜索框*/
	#search{
	right:90px;
	}
	#searchInput{
		width:200px!important;
	}
	.more-conditions-detail{
	width:100%;
	}
	.order_item{
	/* width:35%!important; */
		width:auto;
		padding:0 5px;
		line-height:40px;
		float:left;
	}
	
	.singleLabel{
	width:39%!important;
	}
	.item_input{
	width:50%!important;
	}
	*:hover{
	none;
	}
	.cardBody ul li .itemName{
	width:70%!important;
	}
	.cardBody ul li .itemTimes{
	width:29%!important;
	}
	.repair-cardDetail .itemList .itemTitle{
	width:45%!important;
	}
	.layoutTb #address{
		width:10%!important;
	}
	.layoutTb #addressInput{
		width:58%;
	}
	.layoutTb #contact{
		width:12%;
	}
	.layoutTb #contactInput{
		width:20%;
	}
	.order_msg h3{
	font-size:18px!important;
	line-height:65px;
	}
	/*隐藏帮助中心*/
	#helpArrow{
		display:none!important;
	} 
	#reportMenu ul li a{
   height:100px;
   }
   #reportMenu ul li i{
   font-size:40px;
   line-height:60px;
   }
   #reportMenu ul li p{
   font-size:18px;
   }
   .txtVIN{
   		width:125px;
   }
   	/*注册页面*/
	.regHeading{
		padding:10px!important;
	}
	.regContent{
		padding:15px!important; 
	}
	.desc{
		display:none;
	}
	.regContent .steps ul li span{
	font-size:13px;
	}
	.regContent .steps{
	padding:0px!important;
	}
	.itemInput{
	padding:0px!important;
	}
	.regInput{
	padding:0px!important;
	}
	.tabDefault a {
  	font-size: 16px!important;
	}
    /* .tab-content .form-horizontal label{
	display:none;
	}  */
	.regFirstStep label{
		display:none;
	}
	.tabs-left.tabbable-custom .nav-tabs>li a{
	padding:10px!important;
	}
	.tabDefault span{
		display:none;
	} 
	.tabDefault #mobileWay:before,.tabDefault #emailWay:before,.tabDefault #autoziWay:before{
	 	font-family:FontAwesome;
		color:red;	
		text-align:center!important;
	}
	.tabDefault #mobileWay:before{
	content: "\f10b";
	font-size:30px!important;
	}
	.tabDefault #emailWay:before{
	content: "\f003";
	font-size:20px!important;
	}
	.tabDefault #autoziWay:before{
	content: "\f007";
	font-size:20px!important;
	}
	.divClause{
	padding-left:5%!important;
	}
	.authCode{
		width:15%;
	}
	.shortControl{
	width:120px!important;
	}
	#imgOperatorMobile span,#imgOperator span{
		display:none;
	}
	#imgOperatorMobile a,#imgOperator a{
		margin-left:10px;
		line-height:40px;
	}
	#codeImg,#codeImgMobile{
		margin-top:13px!important;
	}
	#area{
		margin-left:0px!important;
	}	
	#area,#street{
		margin-top:5px!important;
	}
	.widthRes{
	width:93%;
    }
    .btnWidthRes{
    width:7%;
    }
    .aDownload{
		width:100%!important;
		display:block;
	}
	.logoSlogan{
		margin-left:25px!important;
		margin-top:15px;
	}
	.loginHeader .logo{
		width:auto!important;
	}
	.flexslider_A{
		display:none;
	}
	.loginContent{
		display:none!important;
	}
	.loginFormArea{
		left:50%;
		margin-left:-200px;
	}
	.bottomContent{
  		margin-top: 400px!important;
	}
	.bcgPanel{
		z-index:-1!important;
	}
}
@media(max-width:319px){

	.AdailyOp .leftArea{
	  padding-left: 0px!important;
	}
	.AdailyOp .leftArea{
	 display:none;
	}
	.AdailyOp .rightArea {
		width:100%;
		padding:0px 20px;
	}
	div#content{
		min-width:auto;
	}
	.loginContent{
	  width:800px;
	}
	#user-nav ul li span{
	  display:none;
	}
	#user-nav ul li a.mainMenu i{
	  font-size:28px;
	}
	#user-nav ul li a.mainMenu{
	padding:13px 15px;
	}
	#user-nav ul li a.mainMenu b{
		display:none;
	}
	#sidebarLeft{
	display:none;
	}
	#sidebarLeft > ul > li > a > i {
  		font-size: 30px;
	}
	#sidebarLeft > ul > li > a > p{
  		display:none;
	}
	#sidebarLeft > ul > li{
	font-size:12px;
	height:65px;
	}
	/*全局搜索框*/
	#searchInput{
		width:100px!important;
	}
	
	.order_item{
	/* width:35%!important; */
	width:auto;
padding:0 5px;
line-height:40px;
float:left;
	}
	
	.singleLabel{
	width:39%!important;
	}
	.item_input{
	width:50%!important;
	}
	*:hover{
	none;
	}
	.cardBody ul li .itemName{
	width:70%!important;
	}
	.cardBody ul li .itemTimes{
	width:29%!important;
	}
	.repair-cardDetail .itemList .itemTitle{
	width:45%!important;
	}
	/*隐藏帮助中心*/
	#helpArrow{
		display:none!important;
	} 
	/*弹出框位置*/
	#McustomerAdd,#MpartAdd,#MsafetyInventoryWarning,.MmarginTop260{
		margin:0px auto 0px auto!important;
	}
	/*服务项目弹出框*/
	#MitemAdd,#Msuggest,#supplierAdd,#historyModal,#supplierCarZone,.MmarginTop210{
		margin:0px auto 0px auto!important;
	}
	/*收付款,其他收支单*/
	#purchasePopup,#paymentAdd,#gatheringAdd,#MotherAccount,#MPriceReference,.MmarginTop220{
		margin:0px auto 0px auto!important;
	}
	/*打印弹出框*/
	#MorderPrint,#MpurchasePrint,#MinventoryPrint,#MwashOrderPrint,.MmarginTop330{
		margin:0px auto 0px auto!important;
	}
	#reportMenu ul li a{
   		height:100px;
   }
   #reportMenu ul li i{
	   font-size:40px;
	   line-height:60px;
   }
   #reportMenu ul li p{
   		font-size:18px;
   }
   .aDownload{
		width:100%!important;
		display:block;
	}
	.logoSlogan{
		margin-left:55px!important;
	}
	.loginHeader .logo{
		width:auto!important;
	}
	.flexslider_A{
		display:none!important;
	}
	.loginContent{
		display:none!important;
	}
	.loginFormArea{
		position:relative!important;
		top:15px!important;
	}
	.bottomContent{
  		margin-top: 400px!important;
	}
	.bcgPanel{
		z-index:-1!important;
	}
}


.o-pay-content{
	float:left;
	margin-top:60px;
	width:100%;
	height:200px;
	text-align:center;
}
.o-pay-type{
	width:1000px;
	margin:10px auto 0px auto;
	border:1px #eee solid;
	height:auto;
	padding:15px;
}
.o-pay-tit{
	width:1000px;
	margin:0px auto;
	height:55px;
	
}
.o-pay-tit h3{
	line-height:55px;
	font-size:18px;
	font-weight:700;
	font-family:"microsoft Yahei";
	color:#312520;
}
.o-pay-type h3{
	
	display:block;
	width:100%;
	border-bottom:1px #ddd solid;
	text-align:left;
	line-height:32px;
	font-size:14px;
	
}
.o-pay-total{
	height:50px;
	padding:10px 0px;
	width:100%;
}
.o-pay-typeDetail{	
	width:100%;
}

.o-pay-typeEle{
	width:100%;
	cursor:pointer;
	padding:10px;
	display:block;
}
.o-pay-typeEle:hover,.o-pay-typeEle.active{
	border:2px solid #00a3af;
}
.o-payment-list ul li.active{
	background:url(../images/arrow.png) 157px 23px no-repeat!important;

}
.o-pay-payEle-tit{
	text-align:left;
	font-size:16px;
	font-family:"microsoft Yahei";
	font-weight:700;
	height:45px;
	line-height:45px;
}
.o-pay-typeEle ul{
	width:100%;
}
.o-payment-list,.o-pay-btn{
	overflow:hidden;
	zoom:1;
}
.o-pay-typeEle ul li{
	float:left;
	list-style:none;
	width:174px;
	height:40px;
	text-align:center;
	border:1px solid #ddd;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px;
}
.o-pay-typeEle ul li:hover{
	border:1px solid rgb(195,0,8);
}
.o-pay-typeEle ul li.active{
	border:2px solid rgb(195,0,8);
	/* background: url(../images/arrow.png) 138px 22px no-repeat; */
}
.o-pay-type-check{
	display:block;
	float:left;
	width:100%;
	cursor:pointer;
	font-size: 16px!important;
    font-family: "microsoft Yahei"!important;
    font-weight: 700!important;
}
.o-pay-type-check input{
	width:15px!important;
	height:15px!important;
	margin-right:5px;
	
}


.bc-content{
	position:relative;
	height:500px;
	width:100%;
	background:url(../images/phone-bg.png) 600px 15px no-repeat;
}
.bc-left{
	position:absolute;
	top:30px;
	left:80px;
	width:300px;
}
.bc-left img{
	float:left;
	width:300px;
	height:300px;
	border:1px solid #eee;
}
.bc-des{
	overflow:hidden;
	zoom:1;
	float:left;
	width:300px;
	height:70px;
	margin-top:10px;
	background-color:rgb(255,118,116);
}
.bc-des img{
	float:left;
	margin-top:10px;
	margin-left:30px;
	width:50px;
	height:50px;
}
.bc-des p{
	display:block;
	text-align:left;
	font-size:14px;
	color:#FFFFFF;
	padding-left:20px;
}
.pd-count{color: #ff2d51;background-color: #FFF8DC;font-size: 12px;padding: 3px 5px;margin-left: 5px;}
.noteText{line-height:32px; color: #7A8B8B; padding-left: 30px;}
.layui-form-radio{
	margin-top: 10px!important;
	width:20px;
	height:20px;
}


.tableEditBtn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}