@charset "utf-8";
body,html{
	width: 100%;
	height: 100%;
	position: relative;
	/*overflow: auto !important;*/
	background: #f2f5f8;
}
html{
	height: 100%;
}
.inp{
	color: #B3B3B3;
}
.spn {
	position: absolute;
	font-size: 12px;
	left: 28px;
	top: 14px;
	z-index: 1;
	display: none;
	color:#B3B3B3;
}
.warpper{
    width: 100%;
    height: 100%;
    background: #f2f5f8;
	overflow: auto;
}
.zuo{
	display: inline-block;
	width: 70px;
	text-align: left;
}
.left_nav{
	height: 100%;
	padding: 0;
}
.nav_list {
    position: fixed;
    height: 100%;
    padding: 0;
    background: #162B3E;
	overflow-y: scroll;
    overflow-x: hidden;
    width: 200px;
    z-index: 10;
}

.nav_list .logo{
	height: 94px;
	width: 200px;
	text-align: center;
	padding-top: 30px;
	/*padding: 50px 0;*/
}
.nav_list .logo img{
	vertical-align: middle;
	
}
.nav_list .first ol{
	display: block !important;  
}
.nav_list  ol li{
	background-color: #102436;
}
.nav_list .first ol li a{
	line-height: 60px;
	height: 60px;
	background: #162b32;
	border: none;
	font-size: 16px;
	border-bottom: 1px solid #274862;

}
.nav_list ul>li>a{
	border-left: 3px solid #102436;
	-webkit-transition: border-left .5s ease-in;
	-moz-transition: border-left .5s ease-in;
	-o-transition: border-left .5s ease-in;
	transition: border-left .5s ease-in;
}
	
.nav_list ul>li:hover>a{
	border-left: 3px solid #28c359;
}

.nav_list li{
    line-height: 60px;
    text-align: center;
    cursor: pointer;
	background-color: #162B3E;
}
.nav_list li a{
    display: block;
    font-size: 14px;
	font-family: "microsoft yahei";
	color: #FFFFFF;
}

.nav_list .first ol{
	display: block;
}
.nav_list li ol{
	height: auto;
	width: 100%;
	background: #102436;
	display: none;
	
}


.nav_list li ol li a{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13px;
	font-family: "microsoft yahei";
	color: #FFFFFF;
	line-height: 44px;
	border-left:3px solid #102436;
	border-bottom: none;
	position: relative;
	-webkit-transition: background-color .6s;
	-moz-transition: background-color .6s;
	-o-transition: background-color .6s;
	transition:background-color .6s;
}
.nav_list li ol li a:hover{
	/*border-left-color:#28c359;*/
	background-color: #28c359;
}

.nav_list li>a:hover a{
	color: #287358;
}
.nav_list ul>li>a{
	position: relative;
}

.nav_list li span.icon2{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../Images/icon/sahngla.png) center center no-repeat;
	float: left;
	background-size:100%;
	position: absolute;
	top: 20px;
	right: 20px;
}

.nav_list li.first ol li a.act{
	background: #274862;
}
.nav_list li ol li a.act{
	background: #157a3a;
	border-left: 3px solid #28c359;
}
.nav_list li.first ol li a{
	position: relative;
}


.weixin{
	display: block;
	width: 26px;
	height: 22px;
	background: url(../Images/icon2/2.png) center center no-repeat;
	position: absolute;
	left: 25px;
	top: 30px;
}
.daili{
	display: block;
	width: 26px;
	height: 24px;
	background: url(../Images/icon2/3.png) center center no-repeat;
	position: absolute;
	left: 25px;
	top: 30px;
}

.mendain{
	display: block;
	width: 26px;
	height: 24px;
	background: url(../Images/icon2/4.png) center center no-repeat;
	position: absolute;
	left: 25px;
	top: 30px;
}

.chezhu{
	display: block;
	width: 26px;
	height: 24px;
	background: url(../Images/icon2/5.png) center center no-repeat;
	position: absolute;
	left: 25px;
	top: 30px;
}
.xiaoshou{
	display: block;
	width: 26px;
	height: 24px;
	background: url(../Images/icon2/6.png) center center no-repeat;
	position: absolute;
	left: 25px;
	top: 30px;
}
.xitong{
	display: block;
	width: 26px;
	height: 24px;
	background: url(../Images/icon2/7.png) center center no-repeat;
	position: absolute;
	left: 25px;
	top: 30px;
}


.nav_right{
    margin-top: 60px;
    position: relative;
	padding:0;
	margin-left: 220px;
	min-width: 1251px;
	padding-bottom: 5px;
}
.nav_right_con{
	/*min-height: 88%;*/
	background: #FFFFFF;
}
.non_bg{
	background: none !important;
}

.head{
	position: fixed;
    top: 0;
  	right: 0;
    height: 40px;
    font-size: 0;
    line-height: 40px;
  
	box-shadow: 0 -1px 8px 1px #bbb;
	z-index: 5;
	background: #FFFFFF;
	width: 100%;
	
}

.head .name{
	overflow: hidden;
	float: left;
    height: 40px;
    margin-left: 222px;
	font-size: 12px;
    
}

.head .name span{
	float: left;
	/*font-size: 14px;*/
	color: #666;
	
}
.head .name b{
	float: left;
	/*font-size: 14px;*/
	color: #666;
	margin-left: 10px;
	
}
.head .name b strong{
	color: #4ab67a !important;
	font-weight: bold;
}

.head_right{
	float: right;
}

.head_right i.icon{
	float: left;
	display: block;
	width: 80px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	height: 40px;
	cursor: pointer;
	margin-right: 25px;
	text-align: center;
	position: relative;
}
.head_right i.icon img{
	width: 20px;
	vertical-align: middle;
}
.head_right .notice{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-style: normal;
	border-radius: 50%;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	background: #ff1212;
	position: absolute;
	left: 41px;
	top: 0;
}

.head_right a.tuichu{
	float: left;
	display: block;
	font-size: 14px;
	color: #828282;
	margin-right: 18px;
	/*border-left:1px solid #E6E6E6;*/
	/*padding-left: 29px;*/
	
	/* line-height: 18px; */
	/* margin-right: 10px; */
}
.head_right a.tuichu .ico{
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.ico img{
	width: 20px;
	vertical-align:middle;
}


.iframeBox{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.iframeBox .contentBox{
	width: 100%;
	background: #FFFFFF;
	border:1px solid #E3E4E6;
	border-radius: 3px;
	height: 100%;
	padding-bottom: 10px;
}


/***********弹窗**************/

/******tan*************/
.anceng{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0.5;
	z-index: 150;
	display: block;
	display: none;
}

.shanchu{
	width: 475px;
	height: 256px;
	background: #FFFFFF;
	position: fixed;
	z-index: 200;
	left: 50%;
	top: 50%;
	margin-left: -238px;
	margin-top: -128px;
	border-radius: 3px;
	display: block;
	display: none;
}
.shanchu .tit{
	width: 100%;
	height: 45px;
	background: #4e5a65;
	border-radius: 3px 5px 0 0;
}
.shanchu .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.shanchu .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}
.shanchu_body{
	height: 144px;
	line-height: 144px;
	text-align: center;
}
.shanchu_bottom{
	height: 74px;
	background: #f0f4f5;
	border-radius:0 0 5px 5px ;
}

.det{
	width: 87px;
	height: 30px;
	background: #18c06c;
	border: none;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	float: right;
	margin-top: 20px;
	font-size: 12px;
}
.cancel{
	width: 87px;
	height: 30px;
	/*line-height: 30px;*/
	background: #FFFFFF;
	border: 1px solid #4AA9C5;
	color: #999;
	margin: 0 22px;
	margin-top: 20px;
	text-align: center;
	border-radius: 3px;
	float: right;
	font-size: 12px;
}

.bianji{
	width: 566px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -283px;
	margin-top: -245px;
	z-index: 200;
	background: #FFFFFF;
	display: none;
	border-radius: 3px 5px 0 0;
}
.bianji .tit{
	width: 100%;
	height: 45px;
	background: #4e5a65;
	border-radius: 3px 5px 0 0;
}
.bianji .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.bianji .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}
.form-control:focus{
	border-color:#CCCCCC;
	box-shadow:none;
}


.bianji_con{
	
	margin: auto;
	overflow: hidden;
}
.bianji form{
	overflow: auto;
}

.bianji_con label{
	/*width: 83px;*/
	/*text-align: left;*/
	/*margin-left: 26px;*/
	/*float: left;*/
	/*line-height: 34px;*/
}
.bianji_con .form-group{
	margin-top: 20px;
	width: 100%;
	position: relative;
}
.bianhao{
	line-height: 34px;
}
#dai{
	width: 418px;
}
.bili{
	width: 418px;
	overflow: hidden;
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
.bili input{
	outline: none;
	border: none;
	vertical-align: middle;
	line-height: 34px;
	padding-left: 12px;
}
.bili i{
	float: right;
	line-height: 34px;
	margin-right: 8px;
	font-style: normal;
}

#fuze{
	width: 418px;
}
#lianxi{
	width: 418px;
}
#kehu{
	width: 418px;
}

.dizhi select{
	width: 100px !important;

}
.dizhi .sele{
	margin: 0 7px;
}

.Btn{
	margin-top: 25px;
	height: 70px;
	background: #f0f4f5;
	border-radius:0 0 5px 5px ;
}

.Btn .det{
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #0f9b55;
	border: none;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	float: right;
	margin-top: 20px;
}
.Btn .cancel{
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #4aa9c5;
	color: #999;
	margin: 0 22px;
	margin-top: 20px;
	text-align: center;
	border-radius: 3px;
	float: right;
}

#dai-error,#fuze-error,#-error,#lianxi-error,#kehu-error{
	position: absolute ;
	font-size: 12px;
	color: red;
	left: 89px;
	top: 28px;
	width: 300px;
}
.footer{
	text-align: center;
	font-size: 14px;
	position: fixed;
	bottom: 20px;
	right: 0;
}





/************内部*************/




.top{
	
	overflow: hidden;
	padding: 0 20px;
	border-bottom: 1px solid #e6e6e6;
	
}
.top_con{
	height: 80px;
	background: #fafafa;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}


#top_from{
	margin-top: 20px;
	overflow: hidden;
}
.shouji{
	margin-left: 10px;
	font-size: 12px;
	/*float: left;*/
	/*margin-right: 15px;*/
}

.shouji666{
	 margin-left: 20px;
 }


.shouji label{

	display: inline-block;
	line-height: 22px;
	margin-right: 12px;
	
}

.shouji input{
	width: 120px !important;
	height: 30px;
	line-height: 15px;
	*line-height: 15px; /* IE7支持 */
	_line-height: 15px; /* IE6支持 */
	-ms-line-height: 15px;/*IE9+支持*/
	-webkit-line-height: 15px; /*chrome safair*/
	-moz-line-height: 15px;/*火狐*/
}
.shouji select{
	width: 85px!important;
	height: 30px;
}
.form-horizontal .control-label{
	text-align: left;
	/*margin-right: 3%;*/
}
.License_plate{
	margin-right: 7px;
}

.shijian{
	
	height: 34px;
	border:1px solid #E3E3E3;
	border-radius: 3px;
}
.shijian .kaishi{
	
	height: 32px;
	padding: 5px;
}

.shijian .dao{
	
	height: 32px;
	padding-left: 5px;
}
.shijian span{
	line-height: 34px;
}
.shi_ico{
	display: inline-block;
	background: url(../Images/rili.png) center center no-repeat;
	height: 34px;
	text-align: center;
	float: right;
	padding: 0;
	
}

.shi_ico img{
	margin-top: 7px;
}
.form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}
.form{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}
.form div{
	padding: 0;
}
.form .btn{
	
	
	
}
.form .seach{
	float: right;
	background: url(../images/serch.png) 10px center no-repeat;
	background-color:#58afde ;
}
.form .rest{
	border:1px solid #162b3e;
	background: url(../images/rest.png) 10px center no-repeat;
	background-color: #FFFFFF;
	margin-left: 16px;
	float: right;
	margin-right: 39px;
}
.first_name{
	float: left;
	margin-right: 17px;
}

.slec{
	float: left;
	margin-right: 17px;
	margin-left: 40px;
}

.btn1{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 12px;
	/* height: 60px; */
}

.btn1 .btn-default{
    padding: 7px;
    border: none;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	/* margin-top: 30px; */
	font-size: 12px;
    margin-right: 20px;
}
.btn1 .btn-default:nth-child(1){
    margin-left: 20px;
}
.btn1 .btnGreen{
    background: #18c06c;
}
.btn1 .btnGreen:hover{
    background: #0f9b55;
}
.btn1 .btnHui{
    background: #d9d9d9;
}
.btn1 .btnHui:hover{
    background: #d9d9d9;
}
.btn1 .btnBlue{
    background: #58afde;
}
.btn1 .btnBlue:hover{
    background: #58afde;
}

.btn1 .btnRed{
    background: #F44426;
}
/*.btn1 .btnRed:hover{*/
    /*background: #b92c28;*/
/*}*/
.btn1 .btnZs{
    background-color: #162b3e;
}
.btn1 .btnZs:hover{
    background-color: #162b3e;
}

.iframeBox .content{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px; 
}
.table{
	/*border: 1px solid #ECECED;*/
	border-radius: 3px;
	text-align: center;
}

.table{
	margin: auto;
	border-radius: 3px;
}
.table thead tr{
	height: 50px;
}
.table tbody tr{
	height: 50px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	vertical-align: middle;
}

.table thead th{
	border: none !important;
	font-size: 12px;

	font-family: "microsoft yahei";
	height: 50px;

}

.table tbody td{
	font-size: 12px;
	font-weight: normal;
	font-family: "microsoft yahei";
	border-top: none!important;
}
.table thead{
	background: #e6e6e6;
	border-radius:3px 3px;
}
 .table-bordered > tbody > tr > th,  .table-bordered > tbody > tr > td{
 	border-color: #f5f5f5;
}
.table-bordered{border: 0;border-collapse:collapse!important;}

.table input[type="checkbox"]{
	width: 16px;
	height: 16px;
}

.table .zhuan{
	width: 70px;
	margin: auto;
}
.table .zhuantai{
	display: block;
	width: 18px;
	height: 18px;
	background: #93e1ac;
	float: left;
	position: relative;
	border-radius: 50%;
}
.table i.at{
	background: #d9d9d9;
	
}
.table .zhuantai b.in{
	background: #727272;
	
}
.table .zhuantai b{
	display: block;
	width: 8px;
	height: 8px;
	background: #28c359;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	border-radius: 50%;
}
.table .last{
	width: 176px;
	margin: auto;
}
.table .kaiguan{
	float: right;
}
.chk_3 {
    opacity: 0;
}
.chk_3 + label {
	background-color: #fafbfa;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	width: 36px;
	height: 22px;
}

.chk_3  + label:after {
	content: ' ';
	position: absolute;
	top: 0;
	-webkit-transition: box-shadow 0.1s ease-in;
	transition: box-shadow 0.1s ease-in;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
}

.chk_3  + label:before {
	content: ' ';
	position: absolute;
	background: white;
	top: 2px;
	left: 1px;
	z-index: 100;
	width: 18px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	height: 18px;
	border-radius: 100px;
	box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}

.chk_3:active + label:after {
	box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.chk_3:active + label:before {
	width: 18px;
}

.chk_3:checked:active + label:before {
	width: 18px;
	left: 20px;
}

.chk_3  + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_3:checked + label:before {
	content: ' ';
	position: absolute;
	left: 18px;
	border-radius: 100px;
}

.chk_3:checked + label:after {
	content: ' ';
	font-size: 1.5em;
	position: absolute;
	background: #4cda60;
	box-shadow: 0 0 1px #4cda60;
}




table thead tr th,table tbody tr th{
	text-align: center !important;
}

.btnEdit{
	text-align: center;
	text-decoration: underline !important;
	/*margin-right: 10px;*/
}
.remov{
	color: #ff5151;
	text-align: center;
	/*margin-left: 10px;*/
	text-decoration: underline !important;
}

.del_move{
    color: #ff5151;
    text-align: center;
    /*margin-left: 10px;*/
    text-decoration: underline !important;
}

.bottom{
	text-align: center;
	line-height: 56px;
}
.bottom p{
	font-size: 12px;
	color: #999999;
	line-height: 70px;
	text-align: center;
}
.page{
	line-height: 56px;
	padding: 0;
}
.page .prev{
	margin-top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background: #a6a6a6;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	font-family: "微软雅黑";
	text-align: center;
	float: left;
	margin-right: 10px;
	opacity: 0.5;
}
.page_on{
	background: #18C06C!important;
	opacity: 1 !important;
}
.page .next{
	margin-top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	/*border-radius: 50%;*/
	background: #a6a6a6;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	font-family: "微软雅黑";
	text-align: center;
	float: left;
	margin-left: 10px;
	opacity: 0.5;
	
}
.page .activation{
	background: #0f9b55;
}

.page .yema{
	margin: 0 5px;
	font-style: normal;
	display: block;
	/*width: 20px;*/
	height: 20px;
	float: left;
	padding: 0 5px;
	/*border-radius: 50%;*/
	border:1px solid #666;
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
}


.page i.acti{
	border:2px solid #666;
	line-height: 16px;
}
.page_con i.dian{
	font-size: 30px;
	float: left;
}
.page_con{
	/*float: left;
	overflow: hidden;*/
}
.page .sel span{
	font-size: 12px;
	color: #999999;
}
.sel{ 
	float: left; 
	margin-left: 20px;
}
.sel span{
	
	font-size: 14px;
	color: #666666;
	font-family: "microsoft yahei";
	
}
.sel input[type="text"]{
	width: 40px;
	height: 26px;
	margin-top: 14px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #EEEEEE;
	float: left;
}
.sel span:first-child{
	margin-right: 5px;
	margin-left: 0px;
	float: left;
}
.sel span{
	margin: 0 8px;
	float: left;
}
#PageGo{
	width: 25px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
	background-color: #58afde;
	border:1px solid #58afde;
	font-size: 10px;
	color: #fff;
	padding: 0;
	margin-top: 18px;
}
.selright{
	padding: 0;
}
.selright span:first-child{
	margin-right: 20px;
	margin-left: 0px;
}
.selright span{
	margin-left: 8px;
	font-size: 12px;
	color: #999999;
	float: left;
	
}
.selright select{
	width: 40px;
	font-size: 12px;
	margin-top: 20px;
	float: left;
}
.footer{
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 0;
	
}




/*.chebx i {display: none; font-size:12px;font-style:normal;display:inline-block;width:16px;height:16px;text-align:center;line-height:16px;color:#fff;vertical-align:middle;margin:-2px 2px 1px 0px;border:#e5e5e5 1px solid;}*/

/**
	字体图标
***/
@font-face {font-family: "iconfont";
	src: url('iconfont.eot?t=1506679190136'); /* IE9*/
	src: url('iconfont.eot?t=1506679190136#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAV0AAsAAAAACBQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW70gVY21hcAAAAYAAAABmAAABlM6EnoNnbHlmAAAB6AAAAYgAAAHggNSNM2hlYWQAAANwAAAAMQAAADYPBrkoaGhlYQAAA6QAAAAgAAAAJAfdA4VobXR4AAADxAAAABAAAAAQD+n//2xvY2EAAAPUAAAACgAAAAoBZgCwbWF4cAAAA+AAAAAfAAAAIAETAF1uYW1lAAAEAAAAAUUAAAJtPlT+fXBvc3QAAAVIAAAALAAAAEAda6uieJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/sU4gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDzTZG7438AQw9zA0AgUZgTJAQAnFgyYeJzFkMENgCAQBOcEeRgLgcT4shpflkHFtKHLyccK3GTY7EKAHDADQWwigl0YXada8z6weB/ZlZPcmKit3LdybdldR7SX3Kd+oyV+k/339Ferr8dIfc51oC+2/KJ50coL4QF8AA5pAAB4nFWPv27TUBjFv3Nvbd+UxMZ/YidOE8dOk0sVCMK4diVEsjA0qEOlTh15ABjJgoQXpA4dOnfoUCH1FTp06DMwsSJ4jTrcNJUoV1f3953zHenokka0/MVveItcekav6B0dEkEfIzFZF7HMJmyMZqw1A8/kciBjY5BM+FsEie75aZ6NAt3QLZjo4XWc5nLCJHazKXuD1O8C7U545Ay3HH6GzZbsfaves0s0o8GWNX1RzZ/PvLTvikXdcdqOcyp0TROMbVgmPgZ+Tatt6tV3zQqbN9EOi1Bvy/DguNHvOB9Osk/dYVADyhJup29ezezQVvdL6LtO23jaEK2wMdj2sPjzpOXWu6PfpA5Tfy03iJdkUUTkxj0EtgkjnkDaUwRqtJUVT1HYyio55XNgnt+t+XmtWLkmL/+t8lV0ttLlo9B953K5/PrQuU2kaorHtcizlxglBuQosaB7Efy0wH7BqdiH4t2KfE+IofBFdXuu3qEQPxT+SyiysTKlENX1hVD0xU/DIPoL4MZL4XicY2BkYGAA4qXLWQ7E89t8ZeBmYQCBq1+spsHo////17MwMDcAuRwMTCBRAGCPDQAAAAB4nGNgZGBgbvjfwBDDwvD/PwMDCwMDUAQFsAAAddsEawQAAAAD6QAABAAAAAQA//8AAAAAAHYAsADwAAB4nGNgZGBgYGEIZGBlAAEmIOYCQgaG/2A+AwAREgFxAHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nGNgYoAALgbsgIWRiZGZkYWRlYGxgr00LzkjNTmbA0wm5VcwMAAAT9QG0w==') format('woff'),
	url('iconfont.ttf?t=1506679190136') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg?t=1506679190136#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-uncheck:before { content: "\e628"; }
.icon-checkbox:before { content: "\e629"; }


#icon-uncheck  path{
	fill: #E5E5E5;
}

#icon-checkbox path{
	fill: #4AA9C5;
}



i{ content: "\e628"; }

i .icon-uncheck:before{
    content: "\e629";
    /*background:#28c359;*/
    display: inline-block;
}




/***********柱形图*****/

.xiaoshou_box{
	width: 95%;
	background: #f5f5f5;
	overflow: hidden;
	margin: 0 auto;
}
.time_box{
	overflow: hidden;
	margin-top: 26px;
}
.xiaoshou_box .time{
	width: 250px;
	background: #FFFFFF;
	float: left;
	height: auto;
	border:1px solid #CCCCCC;
	border-radius: 3px;
}
.xiaoshou_box .time1{
	width: 210px;
	padding-left: 10px;
	background: #FFFFFF;
	height: 30px;
	border: none;
	float: left;
}
.xiaoshou_box .time2{
	width: 150px;
	background: #FFFFFF;
	height: 30px;
	padding-left: 10px;
}
.xiaoshou_box .timeall{
	float: left;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	line-height: 30px;
}
.xiaoshou_box .ion{
	width: 30px;
	height: 30px;
	float: right;
	
}
.xiaoshou_box .ion img{
	margin-top: 7px;
}
.xiaoshouBox{
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 30px;
}
.xiaobo{
	width: 479px;
	overflow: hidden;
	margin: auto;
}

/*.xiaoshouBox .left{*/
	/*width: 48%;*/
	/*height: 133px;*/
	/*float: left;*/
	/*background: #16903c;*/
	/*border-radius: 3px;*/
	/*padding: 15px;*/
	/*position: relative;*/
	/**/
/*}*/
/*.xiaoshouBox .left h6,.xiaoshouBox .right h6{*/
	/*color: #FFFFFF;*/
	/*font-size: 12px;*/
	/*float: left;*/
/*}*/
.ion2{
	display: block;
	margin-right: 39px;
	width: 34px;
	height: 33px;
	
	position: absolute;
	margin-top: 27px;
}
/*.xiaoshouBox .right{*/
	/*width: 48%;*/
	/*height: 133px;*/
	/*float: right;*/
	/*background: #2f4554;*/
	/*border-radius: 3px;*/
	/*padding: 15px;*/
	/*position: relative;*/
/*}*/

/*.xiaoshouBox .text{*/
	/*font-size: 36px;*/
	/*color: #FFFFFF;*/
	/*line-height: 104px;*/
	/*text-align: center;*/
	/*!*border: 1px solid;*!*/
/*}*/
/*.xiaoshouBox .text b{*/
	/*font-size:20px;*/
	/*margin-left: 10px;*/
/*}*/

.home_box{
	overflow: hidden;
	margin: 20px;
}
.home_box .left{
	background-color: #58afde;
	background-image: url(../Images/shouBg.png);
	background-repeat: no-repeat;
	background-position:  right;
	height: 120px;
	width: 32%;
	border-radius:6px;
	position: relative;
	overflow: hidden;
	float: left;

}
.home_box .mind{
	background: #2f4544;
	background-image: url(../Images/zhiBg.png);
	background-repeat: no-repeat;
	background-position:  right;
	height: 120px;
	width: 32%;
	border-radius:6px;
	margin: 0 2%;
	position: relative;
	float: left;

}
.home_box .right{
	background: #18c06c;
	background-image: url(../Images/xianBg.png);
	background-repeat: no-repeat;
	background-position:  right;
	height: 120px;
	width: 32%;
	border-radius:6px;
	position: relative;
	float: left;

}
.homeion2 p{
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.homeion_left{
	margin-left: 20px;
}
.homeion2>img{
	max-width: 100%;

}
.homeion2 img{
	vertical-align: middle!important;
	margin-left: 10px;
	margin-bottom: 5px;
}
.homeion2{
	display: inline-block;
	float: left;
	font-size: 16px;
	margin-left: 0;
	font-weight: bold;
	height: 50px;
	line-height: 50px;

	
}
.left_ion{
	display: block;
	width: 195px;
	margin: auto;
}
.home_box .hon_left{
	float: left;
}

.home_box .text{
	display: block;
	width: 100%;
	border: 1px solid;
	text-align: center!important;
	line-height: 120px;
	color: #FFFFFF;
	font-size:40px;
	text-align: center;
	position: absolute;
	left: 0;
	
}
.home_box .text b{
	font-size: 14px;
	margin-left: 5px;
	
}
.home_box  h6{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 14px;
}


/***********车主详情**************/

.means_top{
	margin-top: 10px;
	height: 113px;
	margin-bottom: 7px;
	position: relative;
}
.means_top .means_bott{
	font-size: 12px;
	margin-top: -6px;
}
.means_top .name{
	text-align: center;
	font-size: 24px;
	margin-left: 60%;
}
.means_top .name .member{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.means_top .phone .icoi1 img{

	float: left;
	display:inline-block;
	margin-right: 10px;
	margin-top: 24px;
	margin-left: 9%;
}
.means_top .phone {
	line-height: 60px;
	font-size: 12px;
	text-align: center;
}





 .num{
	font-size: 24px;
	 color: #52C2E3;
}
 
 .total_num{
	font-size: 24px;
	 color: #52C2E3;
}


.means_top  .vehicle_num{
	font-size: 24px;
	color: #52C2E3;
}
.means_top .aa p{
	color: #58afde !important;
}


.means_top  .time_num{
	font-size: 24px;
	color:#52C2E3;
}
.means_top .money{
	font-size: 24px;
	color: #52C2E3;
}

.means_top  .xiao_num{
	font-size: 24px;
	color: #52c2e3;
}
.means_top .right_table{
	line-height: 60px;
	text-align: center;
	border:none;
	font-size: 12px;
	
}
.means_top .right_table td{
	border: none;
	line-height: 50px;
}


.means_top .fuchuan{
	position: absolute;
	background:rgba(0,0,0,0.5);
	left: 58%;
	top: 76px;
	border-radius: 3px;
	width: 28%;
	display: none;
}
.fu_ta thead{
	background:none;
	border: none;
}
.fu_ta thead th{
	font-size: 12px;
	color: #FFFFFF;
}
.fu_ta td{
	border: none !important;
	color: #FFFFFF;
	font-size:12px;
}
.means_mind{
	height: auto;
	overflow: hidden;
	margin: 0;
}
.means_mind h2.title{
	line-height: 70px;
	font-size: 26px;
	color: #64c08d;
	margin-left: 18px;
}

.means_mind .left{
	max-height: 574px;
	border:1px solid #e6e6e6;
	background: #fafafa;
	border-radius: 3px;
	padding-left: 0;
	padding-right: 0;
}

.means_mind .left_table{
	border: none;
	margin: 0;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	font-size: 12px!important;
}

.means_mind .left_table tbody tr{
	border-bottom: 1px solid #f5f5f5;
}

.means_mind .left .page_box{
	border-top: 2px solid #e6e6e6;
}
.means_mind .left .page{
	position: static;
	float: right;
	
}

.means_mind .right{
	max-height: 574px;
	border:1px solid #e6e6e6;
	background: #fafafa;
	border-radius: 3px;
	padding-left: 0;
	padding-right: 0;
	width: 40%;
	margin-left: 1.5%;
}

.means_mind .right_table{
	border: none;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.means_mind .right_table tbody tr{
	border-bottom: 1px solid #f5f5f5;
}
.means_mind .right_table tbody tr a{
	text-decoration: underline;
}
.means_mind .left_table tbody tr a{
	text-decoration: underline;
}
.means_mind .right .page_box{
	border-top: 2px solid #e6e6e6;
}
.means_mind .right .page{
	position: static;
	float: right;
	width: 400px;
	
}
.means_bigtable h2.title{
	line-height: 70px;
	color: #32ac69;
	font-size: 30px;
	margin-left: 22px;
}
.means_bigtable{
	overflow: hidden;
	border:1px solid #CCCCCC;
	border-radius: 3px; 
	
	margin-top: 20px;
	margin-bottom: 20px;
}
.means_bigtable .table a{
	text-decoration: underline;
}





/********查看详情*********/


.com_top{
	height: 170px;
	width: 640px;
	margin: auto;
	margin-top: 31px;
	margin-bottom: 10px;
}
.com_porder{
	width: 80px;
	height: 80px;
	background: #e2e2e2;
	border-radius: 50%;
	position: relative;
	float: left;
}

.com_porderin{
	position: absolute;
	width: 60px;
	height: 60px;
	background: #cfcfcf;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 67px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.com_line{
	width: 200px;
	height: 10px;
	background: #e2e2e2;
	float: left;
	margin-top: 38px;
}
.com_finish{
	background: #73808b;
}
.com_finish1{
	background: #274862;
}
.com_finish2{
	background: #93a3b0;
}

.com_left{
	width: 49%;
	float: left;
	
}

.com_left .information1{
	width: 100%;
	height: 253px;
	border:1px solid #e6e6e6;
	border-radius: 3px;
	background: #fafafa;
}
.com_left .information1 h2.title{
	line-height: 56px;
	font-size: 20px;
	color: #2baa64;
	margin-left: 20px;
}

.com_left .inf_left{
	margin-left: 20px;
	float: left;
}

.com_left .inf_left li{
	line-height: 40px;
}
.com_left .inf_left li b{
	display: inline-block;
	width: 78px;
	text-align: left;
	font-size: 14px;
}
.com_left .inf_left li span{
	font-size: 14px;
	color: #666666;
}

.com_left .inf_right li span{
	font-size: 14px;
	color: #666666;
}

.com_left .inf_right{
	float: right;
	margin-right: 40px;
	line-height: 40px;
}
.com_left .inf_right li b{
	display: inline-block;
	width: 78px;
	text-align: left;
	font-size: 14px;
}

.service{
	overflow: hidden;
	background: #fafafa;
	border:1px solid #e5e5e5;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.service h2.title{
	line-height: 58px;
	font-family: "微软雅黑";
	color: #47b578;
	margin-left: 20px;
	font-size: 20px;
} 
.ser_tab{
	border: none;
}
.ser_tab thead th{
	font-weight: bold ;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
}


.service_botm{
	line-height: 48px;
	
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	border-top: 2px solid #e6e6e6;
}
.service_botm p{
	margin-left: 20px;
	line-height: 48px;
	
	font-weight: bold;
	font-size: 14px;
}
.service_botm .ser_num{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 3px;
}


.service_botm .ser_money{
	font-size: 14px;
	color: #1fa55b;
	font-weight: bold;
	margin: 0 3px;
}
.com_right{
	width: 48%;
	float: right;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	background: #fafafa;
	position: relative;
}
.com_right .com_bor{
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}
.com_right h3.title{
	line-height: 58px;
	font-family: "微软雅黑";
	color: #47b578;
	margin-left: 20px;
	font-size: 20px;
	line-height: 58px;

}

.creat{
	margin-left: 20px;
	margin-top: 31px;
	overflow: hidden;
	height: 88px;
	
}

.creat i.re_dain{
	display: block;
	width: 18px;
	height: 18px;
	background: #92dab2;
	position: relative;
	border-radius: 50%;
	float: left;
	margin-top: 39px;
	
}
.creat i.re_dain2{
	display: block;
	width: 9px;
	height: 9px;
	background: #009944;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -4.5px;
	margin-top: -4.5px;
	
}
.creat .ti{
	height: 74px;
	background: #FFFFFF;
	line-height: 74px;
	box-shadow: 0 0 5px #818181;
	float: left;
	width: 90%;
	margin-left: 22px;
	border-radius: 3px;
	margin-top: 5px;
}

 #talkbubble {
  margin-left:30px;
  width: 89%;
  height: 80px;
  background: #ffffff;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#talkbubble:before {
  content:"";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid #ffffff;
  border-bottom: 13px solid transparent;
}

.com_right_line{
	width: 1px;
	height: 110px;
	background: #e6e6e6;
	position: absolute;
	left: 28px;
	top: 147px;
}

.com_right_line2{
	width: 1px;
	height: 110px;
	background: #e6e6e6;
	position: absolute;
	left: 28px;
	top: 266px;
}
.com_right_line3{
	width: 1px;
	height: 110px;
	background: #e6e6e6;
	position: absolute;
	left: 28px;
	top: 384px;
}
.com_cer{
	margin-bottom: 47px;
}

.xiadan{
	line-height: 74px;
	float: left;
	margin-left: 19px;
}
.xiadan>span:first-child{
	display: inline-block;
	width: 80px;
	text-align: left;
	color: #666666;
}
.caozuo>span:first-child{
	display: inline-block;
	width: 50px;
	text-align: left;
	color: #666666;
}
.caozuo{
	line-height: 74px;
	margin-left: 20%;
	float: left;
}

/**************权限管理**************/

.mendian .table .zen{
	width: 104px;
	margin: auto;
}
.iconfu{
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	background: #FF0000;
	
}
.mendian .table .zenjia{
	display:inline-block;
	margin-left: 12px;
	line-height: 20px;
	float: right;
	margin-top: 10px;
}

/**************门店广告**********/

.gg{
	border-radius: 3px;
	border:1px solid #E2E2E2;
	overflow: hidden;
	
}
.gg_head{
	width: 75%;
	height: 46px;
	line-height: 46px;
	background: #2f4554;
	text-align: center;
	color: #FFFFFF;
	font-family: "microsoft yahei";
	font-size: 16px;
	margin:auto;
	border-radius: 40px;
	margin-top: 20px;
}

.gg .content{
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.gg .right{
	float: right;
	
}
.gg .left{
	float: left;
	
}
.gg .right_nei>img,.gg .left_nei>img{
	width: 100%;
}
.gg .left_nei{
	width: 90%;
	height: 458px;
	background: #f5f5f5;
	/*margin: auto;*/
	/*line-height: 458px;*/
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "微软雅黑";
	position: relative;
}
.gg .right_nei{
	width: 90%;
	height: 458px;
	background: #f5f5f5;
	margin: auto;
	line-height: 458px;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "微软雅黑";
	cursor: pointer;
}
/*.gg .btnn{*/
	/*width: 297px;*/
	/*height: 50px;*/
	/*text-align: center;*/
	/*margin: auto;*/
	/*line-height: 50px;*/
	/*color: #FFFFFF;*/
	/*font-size: 16px;*/
	/*border: none;*/

	/*border-radius: 3px;*/
	/*cursor: pointer;*/
	/**/
/*}*/

/*.btnn .btn:hover{*/
	/*color: #FFFFFF;*/
/*}*/
.btn_big{
	width: 297px;
	height: 50px;
	font-size: 20px;
}
.btn_ching{
	background: #157a3a;
}
#zwb_upload {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  color: #888;
  background: #fafafa;
  border-radius:10px;
  left: 0;
  top: 0;
}
#zwb_upload input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#zwb_upload:hover {
  color: #444;
  background: #eee;
  border-color: #ccc;
  text-decoration: none;
}
/********弹窗1*********/
.package{
	width: 407px;
	background: #FFFFFF;
	padding-bottom:80px ;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}
.package .tit h1{
	font-size: 18px;
	color: #b3b3b3;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 64px;
	
}
.package .tit{
	width: 380px;
	margin: auto;
	line-height: 64px;
	height: 64px;
}
.package_con thead td{
	font-weight: bold;
	font-size: 12px;

}
.package_con tbody td{
	font-size: 14px !important;

}
.package_con{
	overflow: hidden;
	position: relative;
	
}
.bian{
	color: #99cccc;
	text-decoration: underline;
}
.back{
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin: auto;
	position: absolute;
	bottom: 18px;
	left: 130px;
}
.back .btn_back{
	width: 160px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background: #009966;
	border:none;
	border-radius: 3px;
}




/********弹窗1*********/
.package1{
	width: 407px;
	height: 314px;
	background: url(../Images/bg_3.png) center center no-repeat;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -203.5px;
	margin-top:-157px ;
	
}
.package1 .tit h1{
	font-size: 24px;
	color: #b3b3b3;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 75px;
}
.package1 .tit{
	width: 380px;
	margin: auto;
	line-height: 75px;
	height: 75px;
	border-bottom: 2px dashed #e5e5e5;
	
}
.package_con1{
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	
}
.bian1{
	color: #99cccc;
	text-decoration: underline;
}
.back1{
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin: auto;
	position: absolute;
	bottom: 18px;
	left: 130px;
}
.back1 .btn_back{
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: #009966;
	border:none;
	border-radius: 3px;
}


/********弹2*****/
.modal-header{
	background: #4e5a65;
	color: #FFFFFF;
}
.close{
	color: #FFFFFF !important;
	opacity: 1;
}
.information{
	width: 407px;
	height: 684px;
	background: url(../Images/bg_2.png) center center no-repeat;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -203.5px;
	margin-top:-342px ;
	display: none;
	z-index: 2000;
	
	
}
.information .tit h1{
	font-size: 24px;
	color: #b3b3b3;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 75px;
}
.information .tit{
	width: 380px;
	margin: auto;
	line-height: 75px;
	height: 75px;
	border-bottom: 2px dashed #e5e5e5;
	
}
.information_con{
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	
}
.information_con .agent li{
	width: 100%;
	line-height: 36px;
	margin-bottom: 15px;
}
.information_con .left{
	width: 88px;
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
	margin-left: 15px;
	text-align: left;
	display: inline-block;
}
.information_con b{
	font-size: 14px;
	color: #999999;
}
.scu p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: auto;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-family: "微软雅黑";
	border:none;
	border-radius: 3px;
	position: absolute;
	bottom: 36px;
	text-align: center;
}
.dui{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: left;
	
	border-radius: 50%;
	left: 131px;
	bottom:20px ;
}

/*********新增门店弹窗********/

.addstore{
	width: 620px;
	height: 750px;
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 500;
	margin-left: -310px;
	margin-top: -375px;
	border-radius: 3px 5px 0 0;
	
}
.addstore .tit{
	height: 42px;
	background: #666666;
	line-height: 42px;
	border-radius: 3px 5px 0 0;
}

.addstore .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.addstore .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}

.addstore_con{

	margin: auto;
	overflow: hidden;
}
.addstore_con form{
	overflow-x: auto;

}
.url{
	width: 363px;
	height: 34px;
	display: inline-block;
	overflow: hidden;
}
.addstore_con label{
	
	text-align: left;

	float: left;
	line-height: 34px;
}
.addstore_con .form-group{
	margin-top: 20px;
	width: 100%;
	position: relative;
}
.mendian_dizhi input{
	height: 34px;
	border:1px solid #E2E2E2;
	border-radius: 3px;
	line-height: 34px;
	padding: 6px 12px;
}
.addstore_con .form-group input{

	height: 34px;
	border:1px solid #E2E2E2;
	border-radius: 3px;
	line-height: 17px;
	*line-height: 17px; /* IE7支持 */
	_line-height: 17px; /* IE6支持 */
	-ms-line-height: 17px;/*IE9+支持*/
	-webkit-line-height: 17px; /*chrome safair*/
	-moz-line-height: 17px;/*火狐*/
	padding: 6px 12px;
}
 .qrtang{
	width: 267px;
	height: 267px;
	background:rgba(0,0,0,0.8) ;
	display: none;
	position: absolute;
	left: 150px;
	bottom:127px ;
	border-radius: 3px;
	text-align: center;
	z-index: 10;
}

.PublicEdit


.form-control:focus{
	border-color:#CCCCCC;
	box-shadow:none;
}
.mendian_dizhi select{
	height: 34px;
	border:1px solid #CCCCCC;
	border-radius: 3px;
	margin-right: 4%;
}

.beizhu{
	
	height: 65px;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	resize: none;
	padding-left: 10px;
}
/*.mendain_Btn{*/
	/*width: 100%;*/
	/*height: 67px;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*background: #f0f4f5;*/
/*}*/
/*.mendain_Btn .det{*/
	/*width: 90px;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*background: #0f9b55;*/
	/*border: none;*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*border-radius: 3px;*/
	/*float: right;*/
	/*margin-top: 20px;*/
/*}*/
/*.mendain_Btn .cancel{*/
	/*width: 90px;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*background: #FFFFFF;*/
	/*border: 1px solid #4aa9c5;*/
	/*color: #999;*/
	/*margin: 0 22px;*/
	/*margin-top: 20px;*/
	/*text-align: center;*/
	/*border-radius: 3px;*/
	/*float: right;*/
/*}*/
.wei{
	
}

.wei>label{
	width: 105px;
	font-size: 14px;
}
.wei>input{
	width: 406px !important;
	border: none;
}
.wei .copy{
	font-size: 14px;
	color: #0066cc;
	text-decoration: underline;
}
.qr1{
	width: 89px !important;
	font-size: 14px;
	float: left;
}
.qr{
	width: 50px;
	height: 50px;
	background: #0066CC;
	float: left;
	
	display: inline-block;
}
.qr3{
	display: inline-block;
	color: #666666;
	font-family: "微软雅黑";
	line-height: 46px;
	margin-left: 10px;
}
.jingao{
	width: 100%;
	height: 45px;
	background: #fafafa;
	line-height: 45px;
	text-align: center;
	color: #ffcc99;
	margin: auto;
}
#number1{
	line-height: 50px;
}

/*******新增账号********/

.account{
	width: 575px;
	height: 663px;
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -287.5px;
	margin-top: -331.5px;

	border-radius: 3px 5px 0 0;
}
.account .tit{
	height: 42px;
	background: #666666;
	line-height: 42px;
	border-radius: 3px 5px 0 0;
}

.account .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.account .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}

.account_con{
	
	margin: auto;
	overflow: hidden;
}
.account_con form{
	overflow: hidden;
}
.account_con label{

	text-align: left;

	float: left;
	line-height: 34px;
}
.account_con .form-group{
	margin-top: 20px;
	width: 100%;
	position: relative;
}
.account_con .form-group input,.account_con .form-group select{

	height: 34px;
	border:1px solid #E2E2E2;
	border-radius: 3px;
	line-height: 17px;
	*line-height: 17px; /* IE7支持 */
	_line-height: 17px; /* IE6支持 */
	-ms-line-height: 17px;/*IE9+支持*/
	-webkit-line-height: 17px; /*chrome safair*/
	-moz-line-height: 17px;/*火狐*/
	padding: 6px 12px;
}

.form-control:focus{
	border-color:#CCCCCC;
	box-shadow:none;
}

.account .beizhu{

	height: 118px;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	resize: none;
	padding-left: 10px;
}
.inpu{
	padding: 0;
}
/*.mendain_Btn{*/
	/*width: 100%;*/
	/*height: 67px;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*background: #f0f4f5;*/
/*}*/
/*.mendain_Btn .det{*/
	/*width: 90px;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*background: #0f9b55;*/
	/*border: none;*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*border-radius: 3px;*/
	/*float: right;*/
	/*margin-top: 20px;*/
/*}*/
/*.mendain_Btn .cancel{*/
	/*width: 90px;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*background: #FFFFFF;*/
	/*border: 1px solid #4aa9c5;*/
	/*color: #999;*/
	/*margin: 0 22px;*/
	/*margin-top: 20px;*/
	/*text-align: center;*/
	/*border-radius: 3px;*/
	/*float: right;*/
/*}*/

.jingao{
	width: 468px;
	height: 45px;
	background: #fafafa;
	line-height: 45px;
	text-align: center;
	color: #ffcc99;
	margin: auto;
}
/********编辑定价*******/



.price{
	width: 575px;
	height: 663px;
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -287.5px;
	margin-top: -331.5px;
	overflow: auto;
	z-index: 200;
	border-radius: 3px 5px 0 0;
}
.price .tit{
	height: 42px;
	background: #666666;
	line-height: 42px;
	border-radius: 3px 5px 0 0;
}

.price .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.price .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}

.price_con{

	margin: auto;
	overflow: hidden;
}
.price_con form{
	overflow: hidden;
}
.price_con label{
	
	text-align: left;
	font-size: 14px;
	float: left;
	line-height: 34px;
}
.price_con .form-group{
	margin-top: 20px;
	width: 100%;
	position: relative;
}

.price_con label{
	text-align: left !important;
}
.price_con .form-group input,.price_con .form-group  select{
	
	height: 34px;
	border:1px solid #E2E2E2;
	border-radius: 3px;
	line-height: 17px;
	*line-height: 17px; /* IE7支持 */
	_line-height: 17px; /* IE6支持 */
	-ms-line-height: 17px;/*IE9+支持*/
	-webkit-line-height: 17px; /*chrome safair*/
	-moz-line-height: 17px;/*火狐*/
	padding: 6px 12px;
}
.price_con .form-group .jiage input{
	width: 400px;
	border: none;
	height: 32px;
}
.yuan{
	float: right;
	font-style: normal;
	margin-right: 12px;
}
.price_con .form-group .jiage{
	
	height: 35px;
	display: inline-block;
	border:1px solid #E2E2E2;
	border-radius: 3px;
	line-height: 34px;
	
}

.form-control:focus{
	border-color:#CCCCCC;
	box-shadow:none;
}

.price .beizhu{
	
	height: 118px;
	
	
}
.yuan{
	border-right: 0 !important;
}
.yue{
	border-right: 0 !important;
}
.mendain_Btn{
	width: 100%;
	height: 67px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f0f4f5;
}
.mendain_Btn .det{
	width: 90px;
	height: 30px;
	/*line-height: 30px;*/
	background: #0f9b55;
	border: none;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	float: right;
	margin-top: 20px;
}
.mendain_Btn .cancel{
	width: 90px;
	height: 30px;
	/*line-height: 30px;*/
	background: #FFFFFF;
	border: 1px solid #4aa9c5;
	color: #999;
	margin: 0 22px;
	margin-top: 20px;
	text-align: center;
	border-radius: 3px;
	float: right;
}

.price .jingao{
	width: 468px;
	height: 93px;
	background: #fafafa;
	line-height: 30px;
	text-align: center;
	color: #ffcc99;
	margin: auto;
}

.input-group-addon{
	background-color: transparent!important;
	border-left: none !important;
	border: 1px solid #E2E2E2;
	user-select: none;
	cursor: pointer;
}

.zhi{
	line-height: 30px;
}

/*********新增角色*************/

.role{
	width: 575px;
	height: 663px;
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -287.5px;
	margin-top: -331.5px;
	z-index: 200;
	border-radius: 3px 5px 0 0;
}
.role .tit{
	height: 42px;
	background: #666666;
	line-height: 42px;
	border-radius: 3px 5px 0 0;
}

.role .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.role .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}

.role_con{
	
	margin: auto;
	overflow: hidden;
}
.role_con form{
	overflow: auto;

}
.role_con label{
	
	text-align: left;
	font-size: 14px;
	float: left;
	line-height: 34px;
}
.role_con .form-group{
	margin-top: 20px;
	width: 100%;
	position: relative;
}

.role_con .form-group input{
	
	height: 34px;
	border:1px solid #E2E2E2;
	border-radius: 3px;
	line-height: 17px;
	*line-height: 17px; /* IE7支持 */
	_line-height: 17px; /* IE6支持 */
	-ms-line-height: 17px;/*IE9+支持*/
	-webkit-line-height: 17px; /*chrome safair*/
	-moz-line-height: 17px;/*火狐*/
	padding: 6px 12px;
}



.form-control:focus{
	border-color:#CCCCCC;
	box-shadow:none;
}

.role .beizhu{
	
	height: 118px;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	resize: none;
	padding-left: 10px;
	display: inline-block;
	
}

/*.mendain_Btn .det{*/
	/*width: 90px;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*background: #0f9b55;*/
	/*border: none;*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*border-radius: 3px;*/
	/*float: right;*/
	/*margin-top: 20px;*/
/*}*/
/*.mendain_Btn .cancel{*/
	/*width: 90px;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*background: #FFFFFF;*/
	/*border: 1px solid #4aa9c5;*/
	/*color: #999;*/
	/*margin: 0 22px;*/
	/*margin-top: 20px;*/
	/*text-align: center;*/
	/*border-radius: 3px;*/
	/*float: right;*/
/*}*/
.duoxuan{
	overflow: hidden;
}

.role .jingao{
	width: 468px;
	height: 45px;
	background: #fafafa;
	line-height: 45px;
	text-align: center;
	color: #ffcc99;
	margin: auto;
}

.duoxuan .left{
	display: inline-block;

	float: left;
	line-height: 30px;
}

.duoxuan .chebx b{
	margin-left: 8px;
}
.duoxuan_box{
	
	background: #fafafa;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.duoxuan .lin_box{
	overflow: hidden;
	margin-top:20px;
	padding-left:10px;
}
.duoxuan .lin_box_last{
	margin-bottom: 20px;
}
.duoxuan .lin{
	display: inline-block;
	overflow: hidden;
	width: 300px;
	background: #f0f0f0;
	border-radius: 3px;
	float: left;
}
.duoxuan .lin label{
	margin-left: 10px;
}







/******************登录***********************/

.denglu{
	background: url(../images/bg.png) center center no-repeat ;
	background-size:100% ;
	-webkit-background-size:100% ;
	padding: 0;
	width: 100%;
	height: 100%;
}
.denglu .box{
	position: relative;
	
}
.denglu .content{
	width: 1250px;
	height:678px ;
	position: absolute;
	left: 50%;
	margin-left: -625px;
	top: 50%;
	margin-top: -339px;
	background: #FFFFFF;
	border-radius: 3px;
	opacity: 0.95;
}

.denglu .left{
	width:50%;
	height: 100%;
	
	border-radius: 3px 0 0 5px;
	float: left;
	
}
.denglu .left p{
	font-family: "microsoft yahei";
	font-size: 24px;
	margin-left: 65px;
	margin-top: 64px;
	color: #8e9eab;
}
.denglu .left p b{
	font-weight: bold;
}
.denglu .right{
	width: 50%;
	float: left;
	
}
.denglu .logo{ 
	text-align: center; 
	margin-bottom: 47px;
	margin-top: 47px;
}
.denglu .logo h2{
	font-size: 36px;
	color: #818181;
	font-family: "苹方";
	margin-bottom: 19px;
}

.denglu .user{
	width: 430px;
	height: 50px;
	background: #f7f7fa;
	margin: auto;
	border: 1px solid #ececed;
	border-radius: 3px;
	
}
.denglu .user i{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
}
.denglu .user i img{
	margin-top: 14px;
}
.denglu .user input{
	width: 368px;
	background: none;
	border: none;
	height: 50px;
	line-height: 50px;
	
}
.denglu .mima{
	width: 430px;
	height: 50px;
	background: #f7f7fa;
	margin: auto;
	border: 1px solid #ececed;
	border-radius: 3px;
	margin-top: 30px;
	
}
.denglu .mima i{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
}
.denglu .mima i img{
	margin-top: 14px;
}
.denglu .mima input{
	width: 368px;
	background: none;
	border: none;
	height: 50px;
	line-height: 50px;
	
}

.denglu .check{
	width: 430px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
}
.denglu .chk_1 { 
    display: none; 
} 
 
.denglu .chk_1 + label { 
    background-color: #FFF; 
    border: 1px solid #C1CACA; 
    width: 20px;
    height: 20px;
    border-radius: 3px; 
    display: inline-block; 
    position: relative; 
    top: 5px;
} 

 
.denglu .chk_1:checked + label { 
    background-color: #ECF2F7; 
    border: 1px solid #92A1AC; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); 
    color: #243441; 
} 
 
.denglu .chk_1:checked + label:after { 
    content: '\2714'; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    color: #758794; 
     
    text-align: center; 
    font-size: 1.2em; 
    padding: 1px 0 0 0; 
    vertical-align: text-top; 
} 
.denglu .check span{
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #b2b2b2;
	line-height: 23px;
	margin-left: 10px;
}
.denglu .btn1{
	width: 430px;
	margin: auto;
	margin-top: 20px;
}
.denglu .btn2{
	width: 430px;
	margin: auto;
	margin-top: 20px;
}
.denglu .btn1 input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 3px;
	background: #28c359;
}
.denglu .btn2 input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #494949;
	border-radius: 3px;
	background: none;
	border:1px solid #ececed;
	
}
#com_back{
	display: none;
}
.Agent_number{
	display: none;
}

/**********圆角*****/
tbody{
	 border-collapse: separate
}

/********滚动条优化**********/

.nav_list::-webkit-scrollbar {
	  width: 2px;
} /* 这是针对缺省样式 (必须的) */

.nav_list::-webkit-scrollbar-track {
	  background-color: #e6e6e6;
} /* 滚动条的滑轨背景颜色 */

.nav_list::-webkit-scrollbar-thumb {
	  background-color: rgba(0, 0, 0, 0.2); 
} /* 滑块颜色 */

.nav_list::-webkit-scrollbar-button {
	  /*background-color: #a47171;*/
} /* 滑轨两头的监听按钮颜色 */

.nav_list::-webkit-scrollbar-corner {
	  background-color: black;
}



/**********top***************/

.car_owner,.car_owner .top_con,.car_owner #top_from{
	overflow: visible;
}


.rest1,.seach1{
	/* width: 35px;
	height: 30px;
	float: right;
	line-height: 30px; */
	margin-right:15px;
	/* font-size: 12px;
	padding: 0!important;
	margin-top: 4px; */

}
.seach1 img,.rest1 img{vertical-align: middle!important;}
.seach1::after{
	content: '搜索';
	vertical-align: middle
}
.rest1::after{
	content: '重置';
	vertical-align: middle
}
.car_owner .top_con{
	height: auto;
}



/**********菜单管理***********/

.portrait{
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align:middle;
	border-radius: 3px;
	margin-right: 10px;
}
.portrait>img{
	width: 100%;
	
}
.pro_name{
	display: inline-block;
	line-height: 30px;
    
}

.fir_name{
	display: inline-block;
	padding: 0 20px;
	border-radius: 40px;
	line-height: 24px;
	font-size: 14px;
	background: #eeeeee;
	margin-right: 5px;
}

/*********加入黑名单**********/


.blacklist{
	width: 570px;
	height: 400px;
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -285px;
	margin-top: -200px;	
	border-radius: 3px 5px 0 0;
}
.blacklist .tit{
	height: 42px;
	background: #666666;
	line-height: 42px;
	border-radius: 3px 5px 0 0;
}

.blacklist .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.blacklist .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}

.blacklist_con{
	height: 286px;
	background: #FFFFFF;
	
}
.blacklist_con .tou{
	width: 134px;
	height: 134px;
	background: #0066CC;
	border-radius: 50%;
	margin: auto;
	margin-top: 20px;
	
}
.blacklist_con .text{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	font-family: "微软雅黑";
	color: #333333;
}

.black_btn{
	width: 100%;
	height: 74px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f0f4f5;
	
}


/**********粉丝信息**********/


.fans{
	width: 710px;
	height: 450px;
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -355px;
	margin-top: -225px;	
	border-radius: 3px 5px 0 0;
}
.fans .tit{
	height: 42px;
	background: #666666;
	line-height: 42px;
	border-radius: 3px 5px 0 0;
}

.fans .tit h3{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 45px;
}
.fans .tit a.close{
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 1;
	line-height: 45px;
	margin-right: 23px;
}


.fans_con{
	height: 338px;
	background: #FFFFFF;
	margin-top: 20px;
}

.fans_img{
	width: 134px;
	height: 134px;
	background: #0066CC;
	border-radius: 50%;
	margin: auto;
}

.fans_con .text{
	width: 134px;
	margin: auto;
	margin-top: 20px;
	font-size: 16px;
	color: #666;

	text-align: center;
}
.fans_tex1{
	height: 62px;
	border:1px solid #CCCCCC;
	border-radius: 3px 5px 0 0;
}

.fans_tex2{
	height: 112px;
	border:1px solid #CCCCCC;
	border-radius: 0px 0px 5px 5px;
	border-top: none;
}

.fans_btn{
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
	background: #f0f4f5;
}



/*******公众号管理**************/
.public{
	position: relative;
}
.warn{
	padding: 0 20px;
	border-radius: 40px;
	color: #FFFFFF;
	background: #333366;
	
}
.public .anniu{
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 145px;
	line-height: 45px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "microsoft yahei";
	background: #009966;
	border: none;
	border-radius: 3px;
}



/**********按钮颜色**********/
.btn_red{
	background: #d94931;
}

.btn_heise{
	background: #162b3e;
}


/********错误信息提示*******/

.error_msg{
	font-size: 12px;
	color: #d94931;
	position: absolute;
	left: 0;
	top: 36px;
}



/*模态框*/
/*.modal{margin: 0 auto!important;}*/
.modal-footer{
    height: 70px;
    padding: 0;
    background: #F0F4F5;
}

.taocan{
	background: #fafafa;
	border:1px solid #e5e5e5;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 20px;
}
.tao_title{
	height: 60px;
	line-height: 60px;
	color: #099c4b;
	font-size: 24px;
	margin-left: 18px;
}

.list_tabs{
	background: #f0f0f0;
}
.li_tabs{
	width: 150px;
	text-align: center;
	border-right: 1px solid #e5e5e5;

}
.nav-tabs > li > a:hover{
	border-color: #f0f0f0;
}
.nav-tabs > li > a{
	margin: 0;
}

.list_tabs a{
	color: #909090;
	font-size: 16px;
}

.list_tabs .active{
	border-bottom: 2px solid #28c359;
}
.con_tab{
	margin-top: 20px;

}

.ta_table td{
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
}
.ta_table{
	height: 274px;
}
.ta_table td:first-child{
    width: 10%;
}
.ta_table td{
    width: 10%;
}
.w_tab{
	width: 80px;
}
.center{
	text-align: center !important;
}
.ta_table .shen{
	font-family: "微软雅黑";
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.more:hover{
	text-decoration: underline;
}
.more{
	font-size: 12px;
	font-family: "微软雅黑";
}
.surplus{
	/*color: #4fb582 !important;*/
}

.child{
    display: none;
}
.child p{
    margin-left: 10%;
}

.pickup_top{
	height: 150px;
	padding-top:30px;
}

.pickup_top li{
	background: #F6F6F6;
	border-radius: 40px;
	height: 60px;
	padding: 0;
	margin-left: 1.6%;
	margin-right: 1.6%;
	margin-top: 0px;
	-webkit-transition: box-shadow 1.5s,background .5s;
	-moz-transition: box-shadow 1.5s,background .5s;
	-o-transition: box-shadow 1.5s,background .5s;
	transition: box-shadow 1.5s,background .5s;
	/*transition:background .5s;*/
}
.pickup_top li:hover{
	box-shadow: #dedede 0px 1px 15px;
	background: #ffffff;
}

.pickup_top .text{
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
}
.orange{
	background: -webkit-linear-gradient(#f1b844, #e1940e);
	background: -o-linear-gradient(#f1b844, #e1940e);
	background: -moz-linear-gradient(#f1b844,#e1940e);
	background: linear-gradient(#f1b844, #e1940e);
}
.red{
	background: -webkit-linear-gradient(#eb7332, #ca380b);
	background: -o-linear-gradient(#eb7332, #ca380b);
	background: -moz-linear-gradient(#eb7332, #ca380b);
	background: linear-gradient(#eb7332, #ca380b);
}
.blue{
	background: -webkit-linear-gradient(#28bbea, #1b8bc4);
	background: -o-linear-gradient(#28bbea, #1b8bc4);
	background: -moz-linear-gradient(#28bbea, #1b8bc4);
	background: linear-gradient(#28bbea, #1b8bc4);
}
.qing{
	background: -webkit-linear-gradient(#0fda69, #009944);
	background: -o-linear-gradient(#0fda69, #009944);
	background: -moz-linear-gradient(#0fda69, #009944);
	background: linear-gradient(#0fda69, #009944);
}
.shennlan{
	background: -webkit-linear-gradient(#32628d, #1a4164);
	background: -o-linear-gradient(#32628d, #1a4164);
	background: -moz-linear-gradient(#32628d, #1a4164);
	background: linear-gradient(#32628d, #1a4164);
}
.pickup_top .left{

	text-align: center;
	height: 60px;
	border-radius: 50px 0 0 50px;
}
.pickup_top .left .icon9{display: inline-block;position: relative;height: 60px}
.pickup_top .left .icon9 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);}



.pickup_tit{
	font-size: 14px;
	color: #58afde;
	line-height: 50px;
	padding-left: 20px;

}
.pickup_con{
	margin-top: -30px;
	/*margin-top:30px;*/
}

thead{
	background: #eeeeee!important;
	height:54px;
	color: #727272!important;
}
.pickup_con a{
	color: #58afde;
	text-decoration: underline;
}
.pickup_con td,.pickup_con th{
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}
.pickup_con .left,.pickup_con .right{
	padding: 0;
	box-shadow: 0 2px 9px rgba(212,212,212,.5);
	border-radius: 3px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.pickup_con .table{
	margin-bottom: 0;
}
.statement_list{
	height: 47px;
	line-height: 47px;
	background: #F0F0F0;
}
.statement_list li{
	width: 150px;
	text-align: center;
}
.statement_list .active{
	border-bottom: 2px solid #33cc66;
}
.statements{
	margin-top: 30px;
}




.work_order{
    height: 100px;
}


.bluepencil{
    box-shadow: 0 0 1px #888888;
    margin: 0 20px;
    background: #FFFFFF;
    border-radius: 3px;
	padding-bottom: 10px;
}

.bluepencil_tit{
    font-size: 14px;
    color: #CCCCCC;
    line-height: 50px;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 20px;
    font-weight: bold;

}
.bluepencil form{
    margin-top: 20px;
}
.bluepencil{
	font-size: 12px;
}
.bluepencil label{
    font-size: 12px;
    color: #686868;
    font-family: "微软雅黑";
	padding-left:0!important;
	padding-right:0!important;
	margin-left: 18px;
	color: #333333;
}
.bluepencil .col-lg-9{
	margin-left: -10%;
}
.service_re{
    margin-left: 0 !important;
}

.service_item{

    overflow: hidden;
    background: #FFFFFF;
    margin: 20px 20px 0 20px;
    box-shadow: 0 0 1px #888888;
    border-radius: 3px;
}
.service_itemtit{
    font-size: 16px;
    color: #2aaa63;
    line-height: 57px;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 20px;
    font-weight: bold;

}
.chose{
    color: #019f47;
    text-decoration: underline;
}
.chose:hover{
    color: #019f47;
    text-decoration: underline;
}

.input_num{
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border:1px solid #E5E5E5;
    border-radius: 3px;
}
.inpu_sel{
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border:1px solid #E5E5E5;
    border-radius: 3px;
    padding: 0 10px;

}
.total{
    height: 56px;
    line-height: 56px;
}
.total p{
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.num1{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    font-style: normal;
}
.qian{
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #009933;
}

.bottom_btn{
	margin-top: 30px;
  	 height: 70px;
    border-top: 1px solid #d5d5d5;
	bottom: 10px;

}

.bottom_btn .btn{
    margin-left: 20px;
    margin-top: 20px;
 	padding: 5px 20px;

}
.bottom_btn .btnlv{
	width: 140px;
	height: 40px;
	background: #18c06c;
	border: none;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin-top: 20px;
	font-size: 14px;
}
.bottom_btn .btn_bai{
	width: 140px;
	height: 40px;
	/*line-height: 30px;*/
	background: #FFFFFF;
	border: 1px solid #4AA9C5;
	color: #5d5d5d;
	margin: 0 20px;
	margin-top: 20px;
	text-align: center;
	border-radius: 3px;
	float: left;
	font-size: 14px;

}

/*********编辑工单2*********/

.schedule{
    
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0 0 8px #CCCCCC;
    width: 66% !important;
    overflow: hidden;
}

.scheule_con{
	margin-top: 40px;
	margin-bottom: 40px;
}

.scheule_con li{
	overflow: hidden;
	margin-bottom:20px ;
}
.scheule_con li p{
	line-height: 50px;
	padding: 0;
	text-align: left;
	font-size: 16px;
	color: #727272;	
	
}
.hend{
	background: #f0f0f0;
	height: auto;
	overflow: hidden;
	
	padding: 0;
}
.hend label{
	margin-left: 20px;
	line-height: 50px;
	height: 50px;
	
}
.hend label span{
	font-size: 14px;
	color: #2f3541;
}
.hend label i{
	background: #FFFFFF;
	margin-right: 10px;
}

/******编辑工单3***********/
.deduction p{

    display: inline-block;
    color: #333333;
    font-size: 14px;
    padding-left: 5px;
}
.deduction{
    line-height: 36px;

}
.denum{
    font-weight: bold;
    /*margin-left: 10px;*/
    margin-right: 5px;
}
.deduction input{
    width: 320px;
    display: inline-block;
}
.deyun{
    display: inline-block;
}
.plus{
    font-style: normal;
    color: #CCCCCC;
}
.deyuan input{
    width: 256px;
    border:none;
}
.dec{
    margin-top: 15px;
}

.dec p{
    float: left;
}

.deyuan{
    border-right: none;
    display: inline-block;
    width: 320px;
    border:1px solid #CCCCCC;
    border-radius: 3px;
    height: 37px;
	margin-left: 3px;
	font-size: 12px;

}
.deyuan i{
    float: right;
    line-height: 37px;
    padding-right: 10px;
}

.deyuan input{
    float: left;
}
.deyun{
    font-style: normal;
}
.deoal_num{
    color: #ff0000;
    font-weight: bold;
}
.deduction strong{font-weight: bold}


/*****门店弹窗****/
.modal-header{
    background: #4e5a65;
}
.modal-header h4{
    color: #FFFFFF;
}
.close{
    color: #FFFFFF;
    opacity: 1;
}
.close span{
    color: #FFFFFF;
}

thead{
    background: #eeeeee;
}
.form_top{
    margin-top: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 66px;
    background: #f5f5f5;

}
.form_top>div{
    margin-top: 18px;
}
.service_popups{
    width: 600px;
}
.td_num{
    width: 80px;
    height: 29px;
    border:1px solid #CCCCCC;
    border-radius: 3px;
    background: #f7f7fa;
    text-align: center;
}
.magic_boo{
    margin-bottom: 0;
}

.aout{
    /*height: 600px;*/
    overflow: auto;
	max-height: 400px;

	overflow: scroll;
	overflow-x: hidden;
}

.lin-hid{
	line-height: 30px;
	margin-left: 7PX;
}

.rechargeable_one{
    width: 600px;
    margin: auto;
    background: #FFFFFF;
    height: 700px;
    box-shadow: 0 0 5px #CCCCCC;
    margin-top: 50px;
    overflow: hidden;
}
.rechargeable_two{
    width: 580px;
    margin: auto;
    background: #FFFFFF;
    height: 680px;
    box-shadow: 0 0 5px #CCCCCC;
    margin-top: 10px;
    overflow: hidden;
}
.rechargeable_san{
    width: 560px;
    margin: auto;
    background: #FFFFFF;
    height: 660px;
    box-shadow: 0 0 5px #CCCCCC;
    margin-top: 10px;
}

.rechargeable_tit{
    line-height: 72px;
    font-size: 14px;
    text-align: center;
    color: #57aede;
    font-family: "microsoft yahei";
    font-weight: bold;
}

.rechargeable_che{
    line-height: 30px;
}
.chuzhi_btn{
    width: 140px;
    margin: auto;
    margin-top: 165px;
}
.chuzhi_btn .btn{
    width: 140px;
    color: #FFFFFF;
    background: #00cc66;
}

.edit_service label{
    font-size: 14px;
    color: #666666;
    text-align: left !important;
}
.edit_sermon{
    background: #FFFFFF;
}
.edit_serinput{
    border-right: none;
}
.edit_service{
    overflow: hidden;
}
.edit_service form{
    margin-top: 20px;
}
.edit_tit{
    line-height: 45px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 20px;
}


/******财务记账弹窗********/
.caiwu{
	overflow: hidden !important;
}
.caiwu .modal-body{
	overflow: hidden !important;
}
.xiimu{
	width: 800px;
}

.open_title{
    height: 40px;
    background: #ececec;
	line-height: 40px;
}

.open_title h1{
    font-size: 14px;
    color: #555555;
    width: 155px;
    border-bottom: 2px solid #28c359;
    float: left;
    background: #fafafa;
	height: 100%;
	line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.open_top{
    height: 110px;
    width: 633px;
    margin: auto;
    margin-top: 20px;
    /* margin-bottom: 40px; */
}
.open_porder{
    width: 91px;
    height: 91px;
    background: #e2e2e2;
    border-radius: 50%;
    position: relative;
    float: left;
}

.open_porderin{
    position: absolute;
    width: 67px;
    height: 67px;
    background: #cfcfcf;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 67px;
    left: 50%;
    top: 50%;
    margin-left: -33.5px;
    margin-top: -33.5px;
}

.open_line{
    width: 180px;
    height: 13px;
    background: #e2e2e2;
    float: left;
    margin-top: 38px;
}
.open_finish{
    background: #73808b;
}
.open_finish1{
    background: #274862;
}
.open_finish2{
    background: #93a3b0;
}


.open_form{

padding: 0 20px;
border-bottom: 1px solid #E5E5E5;


}
.open_form_top{
    height: auto;
	margin:  0 auto;
	padding-top: 1px!important;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


.open_form .number{
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 12px;
}
.open_form input,.open_form textarea,.open_form select{
    background: none;
    resize: none;
}
.open_form label{
    font-size: 12px;
    color: #666;
    font-family: "微软雅黑";
}

.open_btn{
    height: 80px;
}
.btn_green{
    background: #18c06c;
}
.open_btnn{
    width: 138px;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 35px;
    font-family: "微软雅黑";
    font-size: 14px;
}
.open_btnn:hover{
    color: #FFFFFF;
}

/***********选择支付********/

.payment{
	/* padding: 0 17px; */
	padding-top:20px;
    margin: auto;
    min-height: 570px;
}
.payment .row{margin-left:30px }
.w_guding{
    width: 120px;
    text-align: left;
    padding-left: 25px;
}
.pay_img img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

}
.pay_img{
    /*width: 160px;*/
	height: 100px;
	margin-right: 20px;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 2px solid #ECECEC;
	background-color: #ffffff;
	cursor: pointer;
	/*background: url("../Images/123.png");*/
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 25px;
}
.payment label{
    font-size: 12px;
    font-family: "微软雅黑";
    color: #666;
}
.pay_chose_on{
	border: 2px solid #18C06C;
	border-radius: 5px;
}
.pay_chose_on .biaozhuan{
	color: #18C06C
}
.pay_chose_on .pay_chose_on_icon{display: block}
.pay_chose_on_icon{
	position: absolute;
	z-index: 5;
	width: 19px;
	height: 19px;
	background: url(../Images/pay_chose.png);
	right: 3px;
	top:3px;
	display: none;
}
.pay_text{
	/*position: absolute;*/
	/*z-index: 2;*/
	font-size: 12px;
	color: #000000;
	line-height: 25px;
	
}
.pay img{
	width: inherit;
}
.payment .row{
	margin-bottom: 30px;
}
.biaozhuan{
	color:#8D8D8D;
	font-size: 14px;
	margin-top: 13px;
	font-weight: bold;
}
.undis{display: none}
.pay{padding-left: 0}
.pay_radio{padding-left: 0}
.hao img{width: 100%;}




.dd input{display: none;}
.dd input + span {
	display: inline-block;
	width: 50px;height: 50px;
	cursor: pointer; 
	border:1px solid #58afde
}
.dd input[type="radio"] + span {border-radius: 3px;}
.dd input[type="radio"]:checked + i {
	background: #58afde;
	display: inline-block;
	width: 50px;
	height: 50px;
}


.airpay{
	font-size: 12px;
    margin-bottom: 8px;
    line-height: 30px;
}
.airpay img{
    float: left;
    margin-right: 10px;

}
.chat{
    margin-bottom: 20px;
    line-height: 30px;
}
.chat img{
    float: left;
    margin-right: 10px;

}


/******支付成功*********/

.pay_bg{
    width: 480px;
    height: 675px;
    background: #FFFFFF;
    margin: auto;
    border-radius: 3px;
    box-shadow: 0 0 5px #888;

}
.pay_tit{
    height: 100px;
    line-height: 100px;
    border-bottom:1px #CCCCCC dashed;
    margin: auto;
}
.pay_tit h1{
    font-size: 20px;
    color: #333333;
    text-align: center;
	line-height: 100px;
	font-weight: bold;


}
.pay_tit h1 img{
	margin-right: 10px;
	vertical-align: middle;
}
.dunxin{
    width: 350px;
    height: 208px;
    border-radius: 3px;
    border:1px dashed #e5e5e5;
    background: #fafafa;
    margin: auto;
    margin-top: 58px;
    padding-top: 67px;
}
.dunxin p{
    text-align: center;
    font-size: 13px;
    color: #8c8c8c;
    font-family: "微软雅黑";
	line-height: 23px;
	font-weight: bold;
}
.dunxin strong{
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
}
.paybtn{

    width: 144px;
    margin: auto;
    margin-top: 107px;
	outline: 0;
}
.btn_pay{
    width: 144px;
    color: #FFFFFF;
    font-size: 16px;
	outline: 0;
}


/*********编辑账号*********/
.classification{
    display: inline-block;
}
.chexx{
    background: #EEEEEE;
    border-radius: 3px;
    padding: 0 10px;
}
.chexx .chebx{
    width: 95px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.classification .chebx{
    padding-bottom: 10px;
}
.maig_top{
    margin-top: 30px;
}


/********门店信息***********/

.fuzhis{
    overflow: hidden;
    line-height: 30px;
    /*display: inline-block;*/
	vertical-align: middle;
    
}
.pad{
    padding-left: 0;
}
.pad_ri{
    padding-right: 0;
}
.qr_bg{
    width: 260px;
    height: 260px;
    text-align: center;
    border-radius: 3px;
    padding: 0 10px;
}
.mesgin{
    height: auto;
}
.shang{
    background: #58afde;
    text-align: center;
    color: #FFFFFF;
    width: 125px;
    margin-left: 10px;
    margin-top: 10px;
}
.shang:hover{
    color: #FFFFFF;
}
.fuzhi{
    text-decoration: underline;
    float: right;
    color: #4aa9c5;
	line-height: 30px;
}
.fuzhi:hover{
    text-decoration: underline;
}

/********修改******/
.icon9{
	display: block;
	margin: auto; 
	width: 24px;
	height: 24px;
}
.icon9 img{width: 100%}
.ma_top{
	margin-top: 24px;
}


.table_yuan{
	border-radius: 0 !important;
}

@media (max-width: 1500px){
	.left_label {width: 10% !important;}
}
@media (min-width: 1200px){
	.nav_right {width: 81.3333%;}
}
@media screen and (min-width:1300px) and (max-width:1400px){
	.nav_right {width: 82.5%;}
}

@media screen and (min-width:1400px) and (max-width:1500px){
	.nav_right {width: 83.5%;}
}
@media screen and (min-width:1500px) and (max-width:1600px){
	.nav_right {width: 84%;}
}
@media screen and (min-width:1600px) {
	.nav_right {width: 85%;}
}

.magi_top{
	margin-top: 20px;
}
.search_xia{
	font-size: 13px;
	width:250px;
	height:30px;
	/* overflow: hidden; */
	width: 100% !important;
}
.search_xia .select2-choice{
	/* width:250px;
	height:30px;
	border: 0;
	line-height: 30px */
}
textarea{
	resize: none;
}
.label_left{
	text-align: left !important;
}

.padind{
	padding: 0;
}
.fuzhi{
	font-size: 12px;
}

.ma_top_0{
	margin-top: 0 !important;
}
.btn_marig{
	margin-right: 20px;
}
.labaa label{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
}
.labaa label b{
	margin-left: 5px;
}


.zuoqi{
	display: inline-block;
	width: 98px;
	text-align: left;
}

.file{
	background: #fff;
	border:1px solid #ccc;
	border-radius: 3px;
	display: inline-block !important;
	width: 118px;
	height: 28px;

	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}
#dao .modal-body>div{
	height: 60px;
	border-bottom: 2px solid #CCCCCC;
}
#dao .modal-body{
	height: 200px;
	padding-left: 0;
	padding-right: 0;
}
.fin_file{
	background: #fff;
	border:1px solid #ccc;
	border-radius: 3px;
	display: inline-block !important;
	width: 118px;
	height: 28px;
	margin-left: 20px;
	position:relative;
	text-align: center;
	line-height: 28px;
	float: left;
	color: #333333;
	font-size: 14px;
}
.ledda{
	margin-left: 12px;
	line-height: 28px;
}
.ledda a{
	margin-left: 5px;
	color: #79c0d5;
	text-decoration: underline;
}
.icon10{
    display: inline-block;
    /*width: 26px;*/
    /*height: 22px;*/
    position: absolute;
    left: 25px;
    top: 20px;

}
.home{
	display: block;
	width: 24px;
	height: 22px;
	background: url(../Images/navicon/1.png) center center no-repeat;
	position: absolute;
	/*left: 35px;*/
	/*top: 20px;*/

}
.jieche{
    width: 22px;
    height: 22px;
    background: url(../Images/navicon/2.png) center center no-repeat;
    /*background-size:100% ;*/
}
.chuzhika{
    width: 24px;
    height: 17px;
    background: url(../Images/navicon/3.png) center center no-repeat;
    /*background-size:100% ;*/
}
.taocanka{
    width: 22px;
    height: 22px;
    background: url(../Images/navicon/4.png) center center no-repeat;
    /*background-size:100% ;*/
}
.kehuguangli{
    width: 25px;
    height: 21px;
    background: url(../Images/navicon/5.png) center center no-repeat;
    /*background-size:100%*/
}
.fuwuxiangmu{
    width: 23px;
    height: 20px;
    background: url(../Images/navicon/6.png) center center no-repeat;
    /*background-size:100%*/
}
.caiwubaobiao{
    width: 22px;
    height: 22px;
    background: url(../Images/navicon/7.png) center center no-repeat;
    /*background-size:100%*/
}
.mendianpeizhi{
    width: 23px;
    height: 21px;
    background: url(../Images/navicon/8.png) center center no-repeat;
    /*background-size:100%*/
}

.filea{
	margin-top: 20px;
	padding-left: 40px;
	display: none;
}

.redis{
	color: #79c0d5;
	padding-left: 10px;
}

#qing .modal-content{
	width: 469px;
	background:rgba(96,104,113,0.8);
	margin: auto;
}
#qing .modal-body{
	height: 153px;
	text-align: center;
	color: #FFFFFF;
	line-height: 153px;
}
#qing .modal-footer{
	border: none;
	background:rgba(78,90,100,0.6);
}
.modal_ma{
	width: 206px;
	margin: auto;
	margin-top: 18px;
}
.modal_ma .btn_bor{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: none;
}
.modal_ma .btn_green{
	border: 1px solid #18c06c;
	color: #FFFFFF;
}


.Successful_operation{
	width: 200px;
	height: 160px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.operation_failed{
	width: 200px;
	height: 160px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);

}
.operation{
	width: 78px;
	height: 78px;
	margin: auto;
	margin-top: 40px;
}
.Successful_operation p{
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.operation_failed p{
	margin-top: 20px;
	color: #c5564d;
	font-size: 14px;
	text-align: center;
}

.wuyemain{
	height: 600px;
	width: 100%;
	text-align: center;
	position: relative;
	
}
.wuyemain>div{
	position: absolute;
	
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.wuyemain p{
	font-size: 16px;
	color: #b3b3b3;
	margin-top: 10px;
}
.operation_none{
	display: none;
}
.loadPage{
	width: 200px;
	height: 160px;
	background: #162b3e;
	opacity: 0.7;
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*background-color: rgba(0,0,0,.5);*/
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;

}

.object {
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;
}

#object_one {
	left: 85px;
	top: 85px;
	width: 30px;
	height: 30px;
}

#object_two {
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#object_three {
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#object_four {
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@-webkit-keyframes animate {
	50% {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes animate {
	50% {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.sub{
	margin-right: 10px;
	float: left;
}
.augment{
	margin-left: 10px;
	float: left;
}
.sub,.augment{
	display:inline-table;
	width: 34px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-style: normal;
	font-size: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	
	
}

/*********储值卡充值**********/

.jiben{
	height: 247px;
	box-shadow: 0 0 5px #888888;
	margin: 20px;
}
.jiben h1{
	color: #cbcbcb;
	font-size: 14px;
	line-height: 59px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
}
.jiben label{
	line-height: 34px;
	padding-right: 0!important;
}
.jiben_left{
	text-align: left;
	
}
.jiben .pad{padding-left: 0;}
.dangci{
	box-shadow: 0 0 5px #888888;
	margin: 20px;
}
.dangci h1{
	color: #cbcbcb;
	font-size: 14px;
	line-height: 59px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.quan_fu{
	position: relative;
	margin-bottom: 20px;
	font-size: 13px;
}
.quan1{
	width: 157px;
	height: 100%;
	text-align: center;
	float: left;
	line-height: 72px;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -20px;
	font-size: 12px;
}
.quan{
	margin-top: 20px;
	float: left;
	width: 54%;
	margin-left: 130px;
	
}

/********派工中**********/

.Dispatched{
	margin: 0 20px;
	box-shadow: 0 0 5px #888888;
	overflow: hidden;
}
.Dispatched h1{
	font-size: 14px;
	color: #CCCCCC;
	line-height: 44px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
}
.dispa{
	width: 850px;
	margin-bottom: 20px;
	font-size: 14px;
}
.dispa_lab{
	width: 80px;
	margin-left: 20px;
	line-height: 34px;
	font-size: 12px;
}
.form_sel{
	width: 370px;
}
.dis_ba{
	background: #f7f7f7;
	border-radius: 3px;
	/*height: 50px;*/
	line-height: 50px;
	width: 725px;
	padding-left: 20px;
}
.dis_ba label.chebx{
	margin-right: 40px;
}
.dis_ba label.chebx span{
	margin-left: 5px;
	font-size: 12px;
}
.dis_ba1{
	font-size: 12px;
	line-height: 50px;
	width: 80px;
	margin-left: 20px;
}
.Dispatched_con{
	margin-bottom: 20px;
}

.desc_con{
	margin:20px;
	box-shadow: 0 0 5px #888888;
	overflow: hidden;
}
.desc_con h1{
	font-size: 14px;
	color: #CCCCCC;
	line-height: 44px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
}
.desc_con textarea{
	width: 649px;
	height: 56px;
	margin: 20px;
}

/*******下单中***********/
.sech{
	margin: 0 20px;
	box-shadow: 0 0 1px #888888;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 3px;
	/* line-height: 46px; */
}
.sechbai{
	margin: 0;
}
.h1_common{
	font-size: 16px;
	line-height: 46px;
	color: #cbcbcb;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	font-weight: bold;
}
.sech h1{
	font-size: 14px;
	line-height: 46px;
	color: #cbcbcb;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	font-weight: bold;
}
.sech_lin {
	height: 83px;
	padding-top: 22px;
	padding-bottom: 21px;
	/* border: 1px solid; */

}
.sech .form-group{
	margin-bottom: 0!important;
}
.sech_lin label{
	width: auto;
	text-align: left;
	margin-left: 25px;
	font-size: 12px;
	color: #5d5d5d;
	font-weight: bold;
	line-height:34px;
}
.sech_lin .sec_input{
	height: 30px;
	padding-left: 0!important;
	padding-right: 0!important;
	/* width:  */
	/* margin-top: 21px; */
}
.sce_btn .btn{
	/* margin-top: 21px; */
	background: #58AFDE;
	color: #FFFFFF;
	width: 110px;
	height: 34px;
	margin-left: 30px;
	font-size: 12px;
	
}
.per_son{
	margin: 0 20px;
	box-shadow: 0 0 1px #888888;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 3px;
}
.per_son h1{
	font-size: 14px;
	line-height: 46px;
	font-weight: bold;
	color: #cbcbcb;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.per_son_lin label{
	width: 100px;
	text-align: left;
	margin-left: 25px;
	font-size: 12px;
	margin-right: -20px;
	line-height: 34px;
} 

.per_son_lin1 label{
	width: 120px;
}
.per_mon{
	line-height: 34px;
	color: #333333;
}
.per_num{
	background: #f7f7f7;
	border-radius: 3px;
}
.per_items{
	width: 153px;
	font-size: 12px;
	color: #333333;
	line-height: 40px;
	margin-left: 20px;
}
.per_muber{
	font-size: 12px;
	color: #333333;
	line-height: 40px;
	color: #77c79b;
	font-weight: bold;
}
.service_itemtit{
	font-size: 14px;
	line-height: 46px;
	color: #cbcbcb;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.ser_bor{
	position: relative;
}
.ser_history{
	border: 1px solid #7ac4f1;
}
.ser_bor input{

}
.ser_bor input:focus{
	border: 1px solid #7ac4f1;
}

.popover-content{
	width: 177px;
	background: #6c7984;
	border-radius: 3px;
	position: absolute;
	left: -12px;
	border: 0;
	top: -55px;
	color: #FFFFFF;
}
.popover.right > .arrow:after{
	border-color:0;
}
.popover.right > .arrow{
	border:0;
}
.popover.right > .arrow:after{
	border:0;
}
.total1{
	line-height: 46px;
	margin-top: 20px;
	padding-left: 20px;
}
.total1>p:first-child{
	font-size: 14px;
	font-weight: bold;
}
.num1{
	color: #009933;
	margin: 0 5px;
}
.total1 p{
	font-size: 14px;
	color: #404550;
}
.total1 .qia{
	color: #333366;
	font-size: 14px;
	font-weight: bold;
}
.ser_ad{
	border:1px solid #e5e5e5;
	border-radius: 3px;
}
.ser_ad .input-group-addon{
	border:1px solid #e5e5e5;
	border-radius: 3px;
}
.wushu h2{
	padding: 50px 0;
	text-align: center;
	color: #cbcbcb;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.example{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
}
.exa:before{
	position: absolute;
	background: #737f8b;
	content: "该价格为上次消费价格";
	display: inline-block;
	width: 177px;
	height: 47px;
	border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 47px;
	right:-165px ;
	top: -54px;
	
}


/******车主详情**********/
.circumstance{
	margin-top: -10px;
}
.circumstance ul.nav{
	background: #f0f0f0;
	line-height: 50px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
}
.circumstance li a{
	line-height: 19px;
	width: 150px;
	border-right: 1px solid #ececec;
	color: #9d9d9d;
	text-align: center;
}
.circumstance .nav-tabs > li.active > a,.circumstance .nav-tabs > li.active > a:hover,.circumstance .nav-tabs > li.active > a:focus{
	border: none;
	border-bottom: 2px solid #28c359;
	font-weight: bold;
}

body{
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	margin: 20px 10px;
	
}
#container1 {
	position: relative;
	margin: 20px 10px;

	
}
.grid {
	width: 274px;
	background: #6a7782;
	margin: 25px 0 0 0px;
	font-size: 12px;
	float: left;
	margin: 0 12px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	margin-bottom: 20px;
}

.grid h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 10px;
	background: #73808b;
	line-height: 40px;
}

.grid_box li {
	line-height: 33px;
}

.grid_box span {
	padding-left: 10px;
	color: #c7c9ca;
	width: 97px;
	text-align: left;
	display: inline-block;
}
grid_box{font-size: 12px}
.grid_box i{
	color: #cfd3d6;
	font-style: normal;
	font-size: 12px;
}

.grid_tit {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 10px;
	background: #73808b;
	line-height: 37px;
}

.grid_tit span {
	display: inline-block;
	width: 60%;
	text-align: left;
	
}

.grid_tit i {
	display: inline-block;
	width: 40%;
	text-align: center;
	font-style: normal;
}

.grid_list li {
	line-height: 42px;
	padding-left: 10px;
	/*font-size: 14px;*/
	color: #8fd3e8;
	border-bottom: 1px solid #636f78;
}


.grid_list span {
	display: inline-block;
	width: 60%;
	text-align: left;
	
}

.grid_list i {
	display: inline-block;
	width: 40%;
	text-align: center;
	font-style: normal;
}

.grid_list li:hover {
	background: #fff;
	border-bottom: 1px solid #FFFFFF;
}


.gu {
	height: 208px;
	cursor: pointer;
}

.gr_tit {
	line-height: 34px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 10px;
	background: #73808b;
	position: relative;
}

.xin_box {
	padding: 15px 15px 40px 15px;
}

.xin_box li {
	line-height: 32px;
	font-size: 12px;
	color: #cccdce;
}

.xin_box span {
	display: inline-block;
	width: 80px;
	text-align: left;
}

.xin_box i {
	font-style: normal;
}
/*.gu :hover .icn{*/
	/*display: block;*/
/*}*/
.icn {
	width:18px;
	height: 18px;
	position: absolute;
	right: 12px;
	top: 5px;
	display: none;
	
}

.grid_add p {
	font-size: 14px;
	color: #cccdce;
	text-align: center;
	margin-top: 15px;
}

.grid_add {
	text-align: center;
}

.grid_img {
	margin: auto;
	margin-top:59px;
	width: 36px;
	height: 36px;
}
.ser_ji table{
	border-collapse: separate;
	border-radius: 3px;
}
.ser_ji{
	margin: 23px;
	overflow: hidden;
	
}
.ser_ji thead{
	background: #FAFAFA !important;
	border-bottom: 0;
}
.ser_ji tbody td{
	background: #fff !important;
}
.ser_ji th{
	color: #727272;
	font-size: 12px !important;
}
.ser_ji a{
	text-decoration:underline ;
	color: #4aa9c5;
}



/*****登录******/
.boy {
	overflow: hidden;
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	overflow: auto;
}

.res_top {
	width: 1251px;
	height: 71px;
	margin: auto;
	overflow: hidden;
}

.res_log {
	display: inline-block;
	overflow: hidden;
	margin-left: 55px;

}
.res_log>img{
	margin-top: 14.5px;
}
.res_phone {
	line-height: 71px;
	margin-right: 120px;
}

.res_phone span {
	font-size: 14px;
	color: #4a4a4a;
}

.res_phone a {
	color: #373737;
	font-size: 14px;
}


.res_bg {
	width: 100%;
	height:493px;
}
.home_text{
	position: absolute;
	left: 55px;
	top: 53.5%;
	margin-top: -217px;
}
.res_body {
	width: 1251px;
	margin: auto;
	height: 493px;
}

.res_ba {
	width: 327px;
	height: 404px;
	background: #fbfcfd;
	margin-top: 45px;
	margin-right: 120px;
}

.res_list ul.nav {
	/* height: 60px;
	line-height: 60px; */
	width: 327px;
	margin: auto;
	background: #FFFFFF;
}

.res_list li {
	border: none;
	width: 50%;
	text-align: center;
	margin: 0;
	/*margin-top: 10px;*/
	height: 60px!important;
	padding: 10px 0;
}

.res_list li a {
	color: #4a4a4a;
	display: inline-block;
	border: 0;
	width: 97%;
}

.res_list li span {
	color: #d8dde9;
}

.res_list.nav-tabs>li.active>a,
.res_list .nav-tabs>li.active>a:hover,
.res_list .nav-tabs>li.active>a:focus {
	border: none;
	color: #099eeb;
	font-weight: bold;
}
.nav-tabs{
	/*border: 0!important;*/
	/*padding: 10px 0;*/
}
.res_list .nav-tabs > li > a:hover{
	background: none;
}
.res_list .nav-tabs>li.active>a,
.res_list .nav-tabs>li.active>a:hover,
.res_list.nav-tabs>li.active>a:focus {
	border: none;
	color: #099eeb;
	font-weight: bold;
}

.res_list .tab-content {
	width: 299px;
	margin: auto;
	border: 1px solid #dbdfeb;
	background-color: #FBFCFE;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding-bottom: 30px;
}

.maaigin_top {
	margin-top: 50px;
}

.res_list .form-group {
	margin-bottom: 27px;
}

.res_list input[type='text'],
.res_list input[type='password']{
	width: 270px;
	height: 40px;
	font-size: 12px;
	border-radius: 3px!important;
	margin: 0 auto;
	text-align: left;
}

.checkb {
	font-size: 12px;
	cursor: pointer;
}

.checkb i {
	display: none;
	background: url(../Images/gou.png) center 9px no-repeat;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: none;
	color: #fff;
	vertical-align: middle;
	margin: -2px 2px 1px 0px;
}

.checkb input[type="checkbox"] {
	display: none;
}

.checkb input[type="checkbox"]:checked+i {
	background: url(../Images/gou2.png) center 9px no-repeat;
	display: inline-block;
}

.remen {
	/*width: 134px;*/
	margin-top: 9px;
}

.res_btn .btn {
	width: 149px;
	height: 36px;
	text-align: center;
	color: #FFFFFF;
	background: #18c06c;
	margin-top: 0;
	border-radius: 3px;
	font-size: 12px;
}

.res_b {
	/*margin-bottom: 20px;*/
	width: 270px;
	/*border: 1px solid;*/
	margin: 0 auto;
}

.forget_res {
	width: 270px;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	color: #007ee5;
	margin-top: 20px;
	padding-left: 10px;
	/*margin-left: 8px;*/
}

.gongsi {
	margin-top: 29px;
}

.gongsi p {
	font-size: 12px;
	color: #585858;
	text-align: center;
	line-height: 24px;
}
.gongsi a{color: #585858;}

.res_bab {
	width: 327px;
	height: 408px;
	background: #FFFFFF;
	margin-top: 45px;
	margin-right: 120px;
}
.res_ba input{
	border-color:#DBDFEB;

}
.res_list .res_tit{
	border-bottom: 0
}

.res_tit {
	width: 327px;
	height: 50px;
	margin: auto;
	padding:0 13px;
	line-height: 50px;
	text-align: center;
	color: #099eeb;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
}
.res_ba .nav-tabs{
	border: 0;
}
.res_bab .sendval{
	width: 270px;
	margin: 0 auto;
}
.res_bab .sendval input{
	width: 184px!important;
}
.res_bab form {
	width: 327px;
	margin: auto;
}

.res_bab .maaigin_top {
	margin-top: 20px;
}

.res_bab input[type='text'],.res_bab input[type='password'] {
	width: 270px;
	height: 40px;
	font-size: 12px;
	border-radius: 3px!important;
	border-color:#DBDFEB;
	margin: 0 auto;
}

.res_bab .form-group,
.res_bab .input-group {
	margin-bottom: 25px;
}

.res_fasong {
	color: #009944;
	font-size: 12px;
	border-color: #DBDFEB;
}

.res_btn2 {
	width: 149px;
	margin: auto;

}

.res_btn2 .btn {
	width: 100%;
	height: 36px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
	/* margin-top: -13px!important; */
	font-size: 12px;
	margin: 0 auto;
}

.gongsi {
	margin-top: 29px;
	margin-bottom: 20px;
}

.gongsi p {
	font-size: 12px;
	color: #585858;
	text-align: center;
	line-height: 24px;
}
.fanhuideng{
	text-align: center;
	font-size: 12px;
	color: #007ee5;
	display: inline-block;
	width: 100%;
	margin-top: 14px;
}


/*********详情页***********/

.cardetails_mes{
	background: #fafafa;
	margin: 0 20px;
	border:1px solid #e5e5e5;
	border-radius: 3px;
}
.cardetails_mes h1{
	padding-left: 22px;
	color: #cbcbcb;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	font-size: 14px;
}
.cardetails_lsit li:first-child{
	margin-top: 5px;
}
.cardetails_lsit li{
	line-height: 44px;
	padding-left: 25px;
}
.cardetails_lsit span{
	color: #636363;
	font-size: 12px;
	display: inline-block;
	width: 80px;
	text-align: left;
}
.cardetails_lsit b{
	font-size: 12px;
	color: #424852;
}

.cardetail_items{
	overflow: hidden;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	margin: 0 20px;
	margin-top: 20px;
	background: #fafafa;
}

.cardetail_items h1{
	padding-left: 22px;
	color: #cbcbcb;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	font-size: 14px;
}
.cardetail_items th{
	font-size: 16px;
	color: #727272;
	/*font-weight: bold;*/
}
.cardetail_items td{
	font-size: 14px;
	color: #333;
}
.num2{
	color: #404550;
}
.cardetail_items_lsit li{
	padding-left: 25px;
	line-height: 42px;

}
.cardetail_items_lsit span{
	width: 309px;
	text-align: left;
	display: inline-block;
	color: #7b7b7b;
	font-size: 12px;
}
.cardetail_items_lsit b{
	color: #494e58;
	font-size: 12px;
	margin-left: 20px;
}
.cardetail_items_lsit p{
	width: 309px;
	text-align: left;
	display: inline-block;
	color: #7b7b7b;
	font-size: 12px;
}
.cardetail_items_lsit i{
	color: #494e58;
	font-size: 12px;
	margin-left: 20px;
	font-style: normal;
}
.jiesian li{
	padding-left: 25px;
	line-height: 42px;
}
.jiesian li span{
	display: inline-block;
	width: 89px;
	text-align: left;
	color: #7b7b7b;
	font-size: 12px;
}
.jiesian li i{
	font-style: normal;
}
.jiesian li b{
	color: #494e58;
	font-size: 12px;
}
.mes_name:before{
	/*height: 60px;*/
	/*line-height: 22px;*/
	/*padding: 20px;*/
	/*color: #FFFFFF;*/
	/*background:rgba(0,0,0,0.8);*/
	/*position: absolute;*/
	/*content: '';*/
	/*font-size: 12px;*/
	/*border-radius: 3px;*/
	/*width:120px;*/
	/*left: 80px;*/
	/*top: -15px;*/
	/*content: attr(data-content);*/
	
}
.form-group{
	margin-bottom: 20px;
}

.msg_er{
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 132px;	
	width: 100%;
	text-align: center;
	color: red;
	display: none;
}
#forgetPass .error{
	position:absolute;
	top:47px;
	text-align:center;
	left:0px;
	right: 0;
	color:red;
	display:none;
	font-size:12px;
}
.fonz{
	font-size: 12px;
}
/*********弹窗通用***********/
#sucModal .modal-body,#failModal .modal-body{
	height:227px;
}
.stateModal-text{
	font-size: 18px;
	color: #0F9B55;
	font-weight: bold;
}
.stateModal-dialog{
	width: 252px;
	text-align: center;
	position: relative;
}
.stateModal-div{
	position: absolute;
	width: 90px;
	height:120px;
	top: 50%;
	left:50%;
	line-height: 30px;
	margin-left: -45px;
	margin-top: -60px;
}
#failModal .stateModal-text{
	color: #d94931;
}
.stateModal-time{
	position: absolute;
	left: 10px;
	top:10px;
	width: 25px;
	height:25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #b5b5bb;
	color:#b5b5bb;
	font-size: 12px;
}
.stateModal-closeBg{
	position: absolute;
	top:0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 40px solid #4D5963;
	border-left: 40px solid transparent;
	cursor:pointer;
}
.stateModal-iconClose{
	position: absolute;
	top:3px;
	right: 6px;
	color: #ffffff;
	cursor:pointer;
}
.borderShadow{
	box-shadow: 0 2px 9px rgba(212,212,212,.5);
	
}
.modal .modal-bodytext{
	display: inline-block;
	font-size: 13px;
	height:30px;
	line-height: 30px;
	color: #5d5d5d;
	vertical-align: middle;
	padding-right: 0px!important;
	text-align: left;
}
.modal .modal-body{
	font-size: 13px;
}
.form-control{font-size: 12px;}
.modal .form-control{font-size: 12px}
.modal .form-control input{
	height: 30px;
	line-height: 30px;
}
.modal-title{
	font-size: 14px;
	line-height: 18px;
}
.open_form .form-horizontal .left_label{text-align: left!important}
.relative{position: relative}
.left_label{margin-left: -2%;margin-right:-5%;}
.starL{
	position: absolute;
	top: -8px;
	left: 0;
	color: red;
}
.star{
	color: red;
	padding-top: 10px;
	margin-right: 10px;
}
.checkBtn{
	color: #5d5d5d;
	text-decoration: underline;
}
.jieBtn{
	color: #337ab7;
	text-decoration: underline;
	margin-left: 10px;
}
.editBtn{
	color: #337ab7;
}
#combine .modal-body{line-height: 100px}
textarea{font-size: 13px!important;}
.mendianPath label{font-size: 12px;}
.mendianPath span{font-size: 12px;}
.mendianPath input,.mendianPath select{background-color: #ffffff}
.mendianPath .open_form{border: 0}
html .btn{border-radius: 3px}
.caiwujizhang .active a{font-weight: bold;}
#searchForm{margin: 0!important;padding: 0px;overflow: hidden;line-height: 50px;}
#searchForm button{margin-left: 0!important;font-size: 12px;}
#searchForm .form-group{padding: 0!important;}
#searchForm .clearfix{float: right;height: 50px;line-height: 50px;}
.overtext{max-width: 200px}
.home_box_text{height: 100%;text-align: left;color: #ffffff}
.home_box_icon{line-height: 88px;margin-right: 20px;}
.home_box_icon img{vertical-align: middle}
.home_box_text i{font-style: normal}
.home_box_text div{margin-top: 10px;font-size: 18px;}
.home_box_div{height: 88px;margin-top: 32px;vertical-align: middle;display: inline-block;vertical-align: middle}
.homt_box_data{font-size: 50px}

@media (max-width: 1466px) {
	.homt_box_data{font-size:40px}
	.home_box_text div{font-size: 16px}
}



/*
字体图标
*/
.icon {
	width: 1em; height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/*伪元素*/

.checkbox-wrap{
	display: inline-block;
}

.checkbox-wrap input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
	margin-top: 8px;
}

.checkbox-wrap label{
	position: relative;
	cursor:pointer;

}

.checkbox-wrap label::before {
	content: "";
	display: inline-block;
	width:16px;
	height: 16px;
	border:1px solid #b3b3b3;
	vertical-align: middle;
	-webkit-box-sizing:border-box;
}

.checkbox-wrap input[type="checkbox"]:checked+label::before {
	width: 16px;
	height: 16px;
	background: url("../Images/checkIcon.png") no-repeat;
	background-position: center center;
}
.checkbox-wrap span,.checkbox-wrap input{vertical-align: middle}
.daochuBtn{
	width: 140px;
	height: 24px;
	display: inline-block;
	border: 1px solid #2D93CA;
	border-radius: 3px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background: url("../Images/saveBtn.png") no-repeat 15px;
	position: absolute;
	top: 0;
}
.chebx b{font-size: 12px}



.chebx input[type="checkbox"]{
	-webkit-appearance: none;
	border: 1px solid #b3b3b3;
	/*border-radius: 4px;*/
	width: 16px;
	height: 16px;
	outline: 0;
	display: inline-block;
	cursor: pointer;
	margin-top: 5px!important;
	font-size: 0;
	vertical-align: middle;
	margin-bottom: 7px;
}
.chebx input[type="checkbox"]:checked{
	background: url("../Images/checkIcon.png") no-repeat;
	background-position: center center;
	border: 0;
}



.chebx input[type="checkbox"]:checked + i{
	content: "\e629"; display:inline-block;
}

.duoxuan .chebx input[type="checkbox"]:checked + i .icon-uncheck:before{

	content: "\e629";
	background:#28c359;
	display: inline-block;
}
.chebx {cursor:pointer;}
.surplus_money{font-size: 14px}
.select2-container{font-size: 12px!important;}
.select2-result-label{font-size: 12px!important;}
.phone_top{font-size: 12px;text-align: center;margin-top: -13px}
.modal label{font-size: 12px}
.ser_ji{font-size: 12px}
#settings .table-bordered > thead > tr > td{
 border: 0;
}
.back_chezhu{
	position: absolute;
	font-size: 14px;
	left: 10px;
	top: 0;
	cursor: pointer!important;
	z-index: 1;
}
.back_chezhu img{
	vertical-align: middle;
}
.back_chezhu span{
	color: #52C2E3;
	text-decoration: underline;
	vertical-align: middle;
	cursor: pointer!important;

}
.means_right{
	margin-left: 5%;
}
.nodata_color{
	color: #a7a7a7!important;
}
.edit_sermon{font-size: 12px}

body ::-webkit-scrollbar {width:10px; height:10px; background-color:transparent;} /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body ::-webkit-scrollbar-track {background-color:#F5F5F5; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);} /*定义滚动条轨道 内阴影+圆角*/
body ::-webkit-scrollbar-thumb {background-color:#D8D8D8;  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);}


/*!*屏幕大于1280*!*/
@media (min-width: 1280px){
	.nav_right{
		min-width: 1000px;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.shouji input{
		line-height:30px;
	}
	.nav_list{
		width: 150px;
	}
	.zuo{
		width:auto;
	}
	.icon10{
		left: 15px;
	}
	.nav_list .logo{
		width: 150px;
	}
	.nav_right{
		margin-top: 50px;
		margin-left: 160px;
	}
	.selright select{
		width: 48px;
	}
	/*.page .prev{*/
		/*line-height: 20px;*/
	/*}*/
	/*.page .next{*/
		/*line-height: 20px;*/
	/*}*/
}