/*
 * 主按钮色:#2C68FF
 * hover色:#427EFF
 * 次按钮边框色:rgba(0, 0, 0, 0.2);背景色:ffffff;字体色:000000
 * 次按钮hover边框色:427EFF;背景色:ffffff;
 * 
 * 通用字体大小:14px;颜色:000000;
 * input边框色:1px solid #D0D0D0; hover:1px solid #427EFF;
 *
 * */
/*input输入框*/
span,a{
	font-size: 14px;
}
.text_1 ,.text_0,.text_7{
	height: 30px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #000000 !important;
}
.text_4{
	 font-size: 14px !important;
    border-radius: 0px !important;
     color: #000000 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}
textarea{
	font-size: 14px !important;
    border-radius: 0px !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #000000 !important;
}

/* 文字溢出 */
.text_ellipsis{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:100%;
}
/*登入输入*/
#wrapers .account .user_input,#wrapers .code .passwd_1, #wrapers .code .passwd_2 {
   font-size: 14px !important;
    border-radius: 4px !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #000000 !important;
}
.text_1:hover,
.text_1:focus,
.text_7:hover,
.text_7:focus,
.text_4:hover,
textarea:hover,
.text_4:active,
#wrapers .account .user_input:focus,
#wrapers .code .passwd_1:focus, 
#wrapers .code .passwd_2:focus,
#wrapers .account .user_input:hover,
#wrapers .code .passwd_1:hover, 
#wrapers .code .passwd_2:hover{
	 border-color: #427EFF !important;
	 box-shadow: none !important;
}

/*搜索条件 -时间控件*/
.text_22,.text_33{
    height: 30px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    background: #fff url(../images/month2_bg.gif) no-repeat 136px 9px !important;
    margin-top: 0px !important;
    vertical-align: baseline;
}
/*时间控件*/
.text_2,.text_3{
	height: 30px !important;
  font-size: 14px !important;
	border-radius: 0px !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
	background: #fff url(../images/month2_bg.gif) no-repeat 156px 9px !important;
	margin-top: 0px !important;
	vertical-align: baseline;
}
.text_2:hover,.text_3:hover,.text_2:focus,.text_3:focus{
	 border-color: #427EFF !important;
	  box-shadow: none !important;
		color: #427EFF;
}
.title_1,.title_2,.title_3,.title_4{
	color: #000000;
	font-size: 14px !important;
	font-weight: bold !important;
}

/*确定按钮*/
.but_1,.but_3,.but_32{
	height: 36px !important;
	line-height: 36px !important;
	background: #2C68FF !important;
	color: #fff !important;
	font-size: 14px !important;
	border-radius: 2px !important;
	border-width:0 !important ;
	outline: none;
	text-align: center;
}
.but_1:hover,.but_3:hover,.but_32:hover,.truck_content .copy:hover {
	 background: #427EFF !important;
}
/*取消按钮*/
.but_2,.but_4,.but_42{
	height: 36px !important;
	line-height: 36px !important;
    font-size: 14px !important;
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px !important;
     outline: none;
		 box-sizing: border-box;
}
.but_2:hover,.but_4:hover,.but_42:hover{
	 background: #FFFFFF !important;
    border: 1px solid #427EFF !important;
		color: #427EFF !important;
}
/*复制按钮*/
.truck_content .copy {
	 background: #2C68FF !important;
    font-size: 14px !important;
    border-radius: 2px !important;
    border-width:0 !important ;
    outline: none;
}
/*下拉框的字体大小*/
.CRselectBoxOptions a{
	font-size: 14px !important;
}
.CRselectBox{
	border-color: #BFBFBF !important;
	background-position-y:11px !important;
	border-radius: 0px !important;
    height: 29px !important;
    line-height: 29px !important;
    color: #000000 !important;
}
.CRselectBox a.CRselectValue{
	height: 32px !important;
	font-size: 14px !important;
	color: #000000 !important;
	line-height: 32px !important;
}
.CRselectBoxHover{
	border: 1px solid #427EFF !important;
	color: #427EFF !important;
}
/*表格的名字*/
.w1,.w2,.w3,.w4{
	font-size: 14px !important;
	color: #000000;
}
.w1 span,.w2 span,.w2 div{
	font-size: 14px !important;
	color: #000000;
}
.back a{
	color: #2C68FF !important;
	font-size: 14px !important;
	float: left !important;
}
.back a:hover{
	color: #427EFF !important;
}

.main-btn{
	display: inline-block !important;
	height: 36px!important;
    line-height: 36px!important;
    text-align: center!important;
    color: #fff !important;
    text-decoration: none;
    background: #2C68FF!important;
    padding: 0 16px;
    border: none !important;
    font-size: 14px !important;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background .2s ease-in;
    transition: background .2s ease-in;
    position: relative;
    border-radius: 2px !important;
}
.add_carte{
	font-size: 0;
}
.add_carte .main-btn{
	margin-right: 12px;
}
.main-btn:hover{
	background: #427EFF !important;
	 text-decoration: none;
	 border-radius: 2px !important;
}
.main-btn:hover:before{
	content: none !important;
}
.sub-btn{
	display: inline-block;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center !important;
    color: #111111 !important;
    text-decoration: none;
    font-weight: none;
    background: #ffffff !important;
   	padding: 0 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    font-size: 14px !important;
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 2px !important;
}
.sub-btn:hover{
	background: #FFFFFF !important;
    border: 1px solid #427EFF !important;
    text-decoration: none !important;
		color: #427EFF !important;
}
.add_p1 a:before {
    content: none !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 0px;
    background: #f26228;
    display: block;
    -webkit-transition: height 0.17s linear;
    -moz-transition: height 0.17s linear;
    transition: height 0.17s linear;
    z-index: -1;
}
.layui-table-cell a{
	color: #2C68FF;
    text-decoration: none;
    margin-right: 16px;
    cursor: pointer;
}
.layui-table-cell a:last-child{
	 margin-right: 0;
}
.layui-table-cell .gray{
	color: #747474;
    font-size: 14px;
    text-align: center;
    color: #c1c1c1;
    margin-right: 16px;
}
.layui-table-cell .gray:last-child{
	margin-right: 0;
}
.layui-table-cell .line{
	padding: 0 7px;
	color: #D8D8D8;
	display: none;
}

#search_list li{
	color: #000000 !important;
	font-size: 14px !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#search_list li:hover{
	background: #EBEBEB !important;
}
.layui-icon {
    font-family: layui-icon!important;
    font-size: 14px !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
    -moz-osx-font-smoothing: grayscale;
}
.cur-name{
	display: inline-block;
    width: 52px;
}
.truck_content #search_list {
	left: 73px !important;
}
/*查询按钮*/

#table1 .line{
	padding: 0 7px;
}
.truck_content .screenBox .btn_poss,
.manage_content .screenBox .btn_poss{
	width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #2C68FF !important;
    padding: 0 16px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background .2s ease-in;
    transition: background .2s ease-in;
    position: relative;
    behavior: url(css/pie2.htc);
    float: right;
}
.btn_reset,.btn-reset {
	width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    background: #ffffff !important;
     border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 0 16px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background .2s ease-in;
    transition: background .2s ease-in;
    position: relative;
    behavior: url(css/pie2.htc);
    float: right;
}
.truck_content .screenBox .btn_poss:hover{
    background: #427EFF !important;
}
.btn_reset:hover,.btn-reset:hover {
     border: 1px solid #427EFF !important;
     background: #FFFFFF !important;
		 color: #427EFF !important;
}
.manage_content .manage_l .search .btn_reset{
	margin:2px 0 0 8px;
}
.truck_content .screenBox .btn_reset
{
	margin: 2px 0 0 0;
}
.truck_content .screenBox .btn_poss
{
	margin-right: 12px;
}
.manage_content .manage_l .search .btn_poss {
    height: 32px !important;
    background: #2C68FF url(../images/search_ico.png) no-repeat 20px 8px !important;
    font-size: 14px !important;
    border-radius: 2px !important;
}
.manage_content .manage_l .search .no-bg-img {
    background: #2C68FF !important;
}
.manage_content .manage_l .search .btn_poss:hover {
      background: #427EFF url(../images/search_ico.png) no-repeat 20px 8px !important;
}
.manage_content .manage_l .search .no-bg-img:hover {
    background: #427EFF !important;
}
.manage_content .manage_l .search .input_close {
    right: 77px !important;
    top: 9px !important;
}

.truck_content .screenBox tr td {
     border: 0px solid #f8f9fb; 
    height: 40px !important;
    font-size: 14px !important;
    color: #000000;
    text-align: left;
}
.truck_content .screenBox .cue_1 {
    /* margin: 9px 0 0 0 !important; */
		color: #000000;
}
.truck_content #search_box {
    border-bottom: 1px solid #ebebeb !important;
}

/*带+号的按钮*/
.truck_content .action .add_carte2 {
    float: left;
    height: 36px;
    overflow: hidden;
		/* margin-right: 12px; */
}
/*设置内容区域距离右边24px*/
.truck_content {
	width: auto;
    height: 100%;
    margin: 14px auto;
    margin-right: 16px !important;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 0 0 10px;
}
/*翻页右对齐*/
 .page {
   margin: 0 !important;
    text-align: right !important;
}
#table1{
	opacity: 0;
}
/*复制按钮*/
.data_content .copy{
	background: #2C68FF !important;
	border-radius: 2px !important;
}
.data_content .copy:hover {
    background: #427EFF !important;
}
.manage_content {
    width: auto !important;
    height: 100%;
    margin-top: 16px!important;
    margin-right: 24px !important;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.outfit_list .col{
	color: #2C68FF !important;
	margin-top: 22px !important;
	font-size: 20px !important;
}
.outfit_list .name{
	font-size: 14px !important;
	color: #000000 !important;
	width: 100% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 18px !important;
}
.outfit_list .address{
	font-size: 14px !important;
	width: 100% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.outfit_list .ztree li{
	/*height: 57px !important;*/
	
}
.but-ul{
	left: 148px !important;
    width: 116px !important;
    border: 1px solid #2C68FF !important;
    border-radius: 4px !important;
}
.but-ul li:hover {
    background: #2C68FF !important;
    color: #fff !important;
}
.but-ul li {
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #2C68FF !important;
    color: #2C68FF !important;
    font-size: 14px;
}
.but-ul-a{
	left: 148px !important;
    width: 116px !important;
    border: 1px solid #2C68FF !important;
    border-radius: 4px !important;
}
.but-ul-a li a:hover {
    background: #2C68FF !important;
    color: #fff !important;
}
.but-ul-a li a {
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #2C68FF !important;
    color: #2C68FF !important;
}
.but-ul-width{
	left: 128px !important;
}
.but-ul-a li a:before {
   content: none;
}
.more a {
    color: #000000 !important;
    font-size: 14px !important;
    text-decoration: none;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.more a:hover {
    color: #2C68FF !important;
    text-decoration: none;
}
.more a .dos {
    width: 14px !important;
    height: 7px !important;
    background: url(../images/down2.png) no-repeat !important;
    background-size: 100% 100% !important;
    display: inline-block;
    margin: 0 0 0 6px !important;
		display: none !important;
}
.more a:hover .dos {
    width: 14px !important;
    height: 7px !important;
    /* background: url(../images/down_on.png) no-repeat !important; */
    background-size: 100% 100% !important;
    display: inline-block !important;
    margin: 0 0 0 6px;
		display: none !important;
}
form .more {
    width: 118px;
    text-align: center;
    color: #414040;
    height: 36px;
    line-height: 36px;
    /* background: url(../images/search_down.gif) no-repeat !important; */
    margin: -1px auto 20px;
    overflow: hidden;
    position: relative;
    z-index: 99;
		text-align: center;
}
.more a .ups {
    width: 14px !important;
    height: 7px !important;
    /* background: url(../images/up_off1.png) no-repeat left top !important; */
    display: inline-block !important;
    position: absolute !important;
    top: 13px !important;
    left: 79px !important;
		display: none !important;
}
.more a:hover .ups {
    width: 14px !important;
    height: 7px !important;
    /* background: url(../images/up_act.png) no-repeat !important; */
    display: inline-block !important;
    position: absolute !important;
    top: 13px !important;
    left: 79px !important;
		display: none !important;
}
.remote select,.info_content select{
	font-size: 14px !important;
	color: #000000 !important;
	border-radius: 0px !important;
	border-color: #bfbfbf !important;
}
.remote select:hover,.info_content select:hover{
	border-color: #427EFF !important;
	color: #427EFF !important;
}
/*表格*/
.truck_content #table1 th {
    height: 48px;
    line-height: 48px;
    text-align: left;
    background: #F7F7F7;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 0 16px;
    border: 0 solid #F7F7F7 !important;
		border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}
.truck_content #table1 tr td {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    text-align: left;
		color: rgba(0, 0, 0, 0.7);
    font-size: 14px !important;
    border: none;
    border-bottom: 0px solid #e5e6f0 !important;
}
.truck_content #table1 tr {
	 background: #FFFFFF !important;
}
.truck_content #table1 tr:nth-child(even) {
	 background: #FAFAFA !important;
}
.truck_content #table1 tr:hover {
    background: #E7EEFF !important;
}
.truck_content .action .add_Print li.add_p2 a:before {
    content: none !important;
}
.truck_content .action .add_Print li.add_p2 a,
.truck_content .action .add_Print li.add_p1 a{
	width: auto !important;
}

.pic_1 .info {
	font-size: 14px;
}
.mb-0{
	margin-bottom: 0px !important;
}
.pb-12{
	padding-bottom: 14px !important;
}
.height-49{
	height: 49px;
}
.info_content .remarks{
	font-size: 14px;
	color: #000000;
}
.pt-24{
	padding-top: 40px;
}
.manage_content .manage_l{
	height: 700px;
}
.pb-12{
	    border-width: 1px !important;
    padding-bottom: 14px !important;
}
.layui-table-view{
	clear: both;
}
.content-out-box{
	width: auto !important;
	margin-top: 16px !important;
	margin-right: 24px !important; 
}
.pop-invoice{
	padding: 20px;
}
.pop-invoice p{
	height: 18px;
}
.pop-invoice-span{
	width: 60px;display: inline-block;padding-right: 16px;
}
.pop-invoice-warm span{
	display: inline-block;
	height: 18px;
	line-height: 18px;
	background: #FCEFEE;
	color: D93026;
}
.mb-12{
	margin-bottom: 14px;
}

.rloe_content .data_wd {
    /* margin-bottom: 14px; */
}
.mon-left ul .active {
    background: #2C68FF !important;
}
.truck_content #table1 .nodata {
    color: #000000;
    text-align: center;
    display: block;
}
label.r_on {
    background: url(../images/radio_1.gif) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}
label.r_on:hover {
    background: url(../images/radio_1.gif) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
		box-sizing: border-box;
}
.label_radio:hover {
}
/*监控中心*/
.mon-left ul .active,.mon-left ul .active {
    background: #2C68FF !important;
    color: #FFFFFF;
}
/*橙色需要替换图片*/
.mon-all-list li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/car_ico.png) no-repeat;
    background-size: 100% 100%;
    top: 10px;
    left: 20px;
}
/*个人中心头像*/
.person-head{
	width: 38px;
	height: 38px;
	background: url(../images/icon-head.png) no-repeat;
	background-size: 100% 100%;
	margin: 32px auto;
}
.info_content .edit a {
    background: url(../../images/ico/user_edit.png) no-repeat left 1px;
    color: #2C68FF;
}
.info_content .edit a:hover {
    color: #427EFF;
}
#wrapers .wapper .box .title {
    color: #2C68FF !important;
}
#wrapers .button #bar{
	background: #427EFF !important;
}
/*用户管理*/
.user-header{
	background: url(../images/icon-head.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mt-20{
	margin-top: 20px !important;
}
.car_list .tr-circle{
	border: 2px solid #1e8e3e
}
.car_list .error {
    border: 2px solid #d93026;
}
[data-field='select'] span{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}
[data-field='select'] span:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 7px;
	background: url(../images/cbox_0.gif) no-repeat;
}
.data-filed-select:before{
	background: url(../images/cbox_1.gif) no-repeat !important;
	background-size: 100% 100% !important;
}
.park-select{
	background: #fff url(../images/parkpull.png) no-repeat 154px 5px !important;
	background-position: right center !important;
	cursor: pointer;
	padding-right: 40px !important;
}
.park-select:hover,.park-select:focus{
	background: #fff url(../images/parkpull-on.png) no-repeat 154px 5px !important;
	background-position: right center !important;
}
.park-select:focus{
	cursor: text;
}
.input_drop_down{
	width: 20px;
    height: 20px;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 170px;
    top: 11px;
    cursor: pointer;
}
.input_drop_down_hover{
	background: #fff url(../images/parkpull-on.png) no-repeat 154px 5px !important;
	background-position: right center !important;
}
.input_drop_down_186{
	left: 186px;
}
.input_drop_down_189{
	left: 189px;
}
.input_drop_down_165{
	left: 165px;
}
.input_drop_down_add{
	left: 225px;
    top: 15px;
}
.close-l-170{
	left: 150px !important;
}
.close-l-150{
	left: 150px !important;
}
.close-l-225{
	left: 225px !important;
}


.unfold {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/off.png);
    background-repeat: no-repeat;
    background-size: 5px 11px;
    background-position: center;
}
.unfold-on {
    transform: rotate(90deg);
}
.unfold-tr{
	display: none;
}
.ml-30{
	margin-right: 30px;
}
/*复选框下面的加阴影背景的子内容,通道添加和计费规则*/
.check-inner-box{
	display: inline-block;
    padding: 20px;
    background: #F7F7F7;
    margin: 8px 0;
    width: 650px;
}
.quesion {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: default;
    background:#ffffff;
		border: 1px solid #8C8C8C;
    color: #8C8C8C !important;
    font-weight: normal;
    border-radius: 50%;
    margin-right: 8px;
		position: relative;
}
#search_box .quesion{
	margin-right: 0px;
}
.quesion:hover .quesion-div{
	display: block;
}
.quesion-div{
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translate(0, -50%);
	height: auto;
	padding: 8px;
	border: 1px solid #eee;
	background: #3c3c3c;
	color: #ffffff !important;
	z-index: 999999;
	width: 200px;
	border-radius: 4px;
	text-align: left;
	line-height: 1.5;
	display: none;
}
.quesion-div:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -16px;
	top: 50%;
	transform: translate(0, -50%);
	border: 8px solid #3c3c3c;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.quesion-div-left{
	left: auto;
	right: 28px;
}
.quesion-div-left:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: auto;
	right: -16px;
	top: 50%;
	transform: translate(0, -50%);
	border: 8px solid #3c3c3c;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.quesion-pop {
    position: absolute;
    padding: 14px;
    width: 400px;
    z-index: 9999;
    background: #8D8D8D;
    border-radius: 4px;
    bottom: 30px;
    left: 0px;
    color: #FFFFFF;
    display: none;
}
.quesion-pop:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8D8D8D8D;
}
/*进度条*/
.my-step{
	margin: 24px 0;
	font-size: 0;
	clear: both;
	box-sizing: border-box;
	min-width: 1136px;
}
.my-step-item{
	display: inline-block;
	position: relative;
	font-size: 14px;
	width: 200px;
	text-align: left;
	color: #8D8D8D;
}
.my-step-item:last-child{
	width: 100px;
}
.my-step-num{
	position: relative;
	width: 100%;
	height: 24px;
}
.my-step-num span{
	display: inline-block;
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 2px solid #8D8D8D;
	text-align: center;
	border-radius: 50%;
	color: #8D8D8D;
	position: absolute;
	z-index: 2;
	background: #fff;
}
.my-step-line{
	position: absolute;
	top: 14px;
	height: 2px;
	width: 100%;
	background: #8D8D8D;
	z-index: 0;
}
.my-step-title{
	height: 24px;
}
.my-step-state{
	margin-top: 8px;
}
.my-step-dig{
	position: relative;
}
/*进行中*/
.my-step-going{
	color: #000000;
}
.my-step-going .my-step-num span{
	border: 2px solid #2C68FF;
	color: #FFFFFF;
	background: #2C68FF;
}
.my-step-going .my-step-title{
	font-weight: bold;
}
.my-step-going .my-step-state{
	/*font-weight:bold ;*/
}

/*完成*/
.my-step-active{
	color: #2C68FF;
}
.my-step-active .my-step-line{
	background: #2C68FF;
}
.my-step-active .my-step-dig:after{
	content: '';
    position: absolute;
    background: #FFFFFF;
    width: 24px;
    height: 24px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #2C68FF;
	text-align: center;
	border-radius: 50%;
}
.my-step-active .my-step-dig:before{
	content: '';
    position: absolute;
    background: #FFFFFF;
    width: 14px;
    height: 6px;
    z-index: 5;
    left: 5px;
    top: 7px;
    border-left: 2px solid #2C68FF;
    border-bottom: 2px solid #2C68FF;
    color: #2C68FF;
    transform: rotate(-45deg);
}
.my-step-link{
	display: inline-block;
    position: absolute;
    width: 110px;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 10;
}
.my-step-btn{
	/*margin-left: 24px;*/
	margin-bottom: 14px;
}
.my-step-btn span{
	color: #8D8D8D;
	position: relative;
	padding-left: 18px;
	margin-left: 8px;
}
.my-step-btn a{
	display: inline-block;
	text-align: center;
}
.my-step-btn a:hover{
	text-decoration: none;
}
.my-step-btn span:before{
	color: #8D8D8D;
	position: absolute;
	content: '!';
	width: 14px;
	height: 14px;
	line-height: 14px;
	top: 1px;
	left: 0;
	text-align: center;
	border: 1px solid #8D8D8D;
	border-radius: 50%;
}
.setp-edit{
	width: 1065px;
	position: relative;
	height: 24px;
	margin-top: 14px;
}
.setp-edit .edit{
	position: relative;
	float: right;
	padding-left: 14px;
	z-index: 999;
	margin-left: 8px;
}
.setp-edit .delete{
	position: relative;
	float: right;
	padding-left: 28px;
	z-index: 999;
}
.setp-edit .edit:before{
	content: url(../images/edit_cat.png);
	position: absolute;
	right: 26px;
}
.setp-edit .delete:before{
	content: url(../images/delete_cat.png);
	position: absolute;
	right: 26px;
}
.setp-edit a:hover{
	text-decoration: none;
}
.prestep, .nextstep{
	width: 100px;
	margin: 0 8px 0 0 !important;
}
/*layui tab*/
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 3px solid #2C68FF !important;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #2C68FF !important;
}
.dis-btn{
	opacity: 0.8;
	cursor: not-allowed;
}
.global-note{
	display: inline-block;
	height: 32px;
	padding: 0 16px;
	background: #F7F7F7;
	margin: 4px 0;
}
.global-note .global-note-icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/note-icon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.global-note .global-note-text{
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	vertical-align: middle;
	padding-left: 4px;
}
.global-note .global-note-close{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../js/skin/default/win_close.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 8px;
}
.global-tip{
	position: relative;
	display: inline-block;
	float: left;
}
.global-tip-icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #5a5a5a;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 50%;
	margin-top: 8px;
	cursor: default;
}
.global-tip:hover .global-tip-content,.global-tip:hover .global-tip-bottom{
	display: block;
}
.global-tip-content{
	display: none;
	position: absolute;
	right: 30px;
	top: -14px;
	width: 250px;
	padding: 8px 16px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 1px 4px #F2F2F2;
	z-index: 99999;
	line-height: 20px;
	box-sizing: border-box;
	color: #000000;
	transition: all 0.2s;
}
.global-tip-bottom{
	display: none;
	position: absolute;
	left:26px;
	top: -23px;
	width: 250px;
	padding: 8px 16px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 1px 4px #F2F2F2;
	z-index: 99999;
	line-height: 20px;
	box-sizing: border-box;
	color: #000000;
	transition: all 0.2s;
}
.global-tip-bottom:before{
	content: '';
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    background: #FFFFFF;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
    z-index: 99998;
}
.global-tip-content:before{
	content: '';
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    background: #FFFFFF;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    z-index: 99998;
}
.date-btn-par{
	display: inline-block;
	font-size: 0;
	border: 1px solid #d3d5d5;
	border-radius: 3px;
	margin-right: 12px;
}
.date-btn{
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	/*margin: 0 8px;*/
	height: 32px;
	line-height: 32px;
	/*padding: 0 8px;*/
	width: 60px;
	text-align: center;
	border-right: 1px solid #D3D5D5;
}
.date-btn:last-child{
	border-right: 0px solid #D3D5D5;
}
.date-btn-active{
	background: #2C68FF;
	color: #FFFFFF;
}
.date-select-month{
	width: 64px !important;
    padding-right: 21px !important;
    cursor: pointer;
    margin-top: -2px !important;
    margin-left: 8px;
}
.manage_mid{
	float: left;
	width: 2%;
	height: 700px;
	position: relative;
}
.manage_min_bg{
	position: absolute;
	top: 50%;
	width: 20px;
	height: 50px;
	margin-top: -25px;
	background: url(../images/icon_shouqi.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.manage_min_bg1{
	position: absolute;
	top: 50%;
	width: 20px;
	height: 50px;
	margin-top: -25px;
	background: url(../images/icon_zhankai.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#pull_merchant_list{
	  width: 232px;
    min-height: 33px;
    max-height: 202px;
    background: #fff;
    border: 1px solid #d0d0d0;
    box-shadow: 1px 1px 1px 0 #ececec;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    position: absolute;
    left: 12px;
    top: 46px;
    z-index: 9999;
    border-radius: 2px;
}
#pull_merchant_list li{
  width: 100%;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  text-indent: 7px;
}
#pull_merchant_list li:hover{
	background: #EBEBEB !important;
}
.truck_content .action{
	margin-bottom: 0;
}
.truck_content .action .add_Print li.add_p2 a, .truck_content .action .add_Print li.add_p1 a {
    margin-left: 12px;
}
.truck_content .action .add_Print{
	float: left;
}
.CRselectBoxOptions{
	min-height:60px;
	max-height: 200px;
	height: auto !important;
	overflow: auto !important;
}
li .input-check{
	vertical-align: sub;
}
.mr-btn{
	margin-right: 12px;
}
.data_content .line_s {
    width: 100%;
    height: 1px;
    background: #000000;
    overflow: hidden;
    margin: 15px 0 15px 0px;
		opacity: 0.1;
}
.load-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0);
	z-index: 999999998;
}
.mr-4{
	margin-right: 4px;
}
.mr-8{
	margin-right: 8px;
}
.flex{
	display: flex;
}
.align-center{
	align-items: center;
}
.align-end{
	align-items: end;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-sub{
	flex: 1;
}
.justify-center{
	justify-content: center;
}
.justify-around{
	justify-content: space-around;
}
.justify-between{
	justify-content: space-between;
}
.flex-direction{
	flex-direction: column;
}
.el-add-input{
	width: 255px;
}
.info-title-mb{
	margin-bottom: 22px;
}
.info-back-mt{
	margin-top: 8px;
}