/*container*/
html,
body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	background-color: #f0f0f0;
}

a {
	display: inline-block;
}

.fl_left {
	float: left
}

.fl_right {
	float: right
}

.margin_top {
	margin-top: 10px
}

.unFade {
	position: relative;
}

.unFade .cloBg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999999;
	width: 36px;
	height: 36px;
	transition: 1s;
	background: url(../img/close.png) no-repeat;
}

.main {
	width: 100%;
	/*position: absolute;
    left: 200px;
    top: 100px;
    z-index: 99999;*/
	background: #ebf0f4;

	padding-bottom: 30px;

}

/****dialog弹出框*****/
.margin_auto {
	min-width: 1000px;
}

.margin_auto_2 {
	min-width: 450px;
}

.main_top {
	background: #fff;
}

.width_w {
	width: 1000px;
	margin: 0 auto;
}

.main_form {
	padding: 20px 30px 20px 30px;
}

.minH500 {
	max-height: 500px;
	overflow-y: auto;
}

.main_form form {
	/*padding: 24px; */
	/*padding: 0px 24px 64px 24px;*/
	/* height: 240px; */
	max-height: 600px;
	overflow: auto;
}

.main_form .dalog_title_info {
	line-height: 50px;
	font-weight: 700;
	font-size: 20px;
	border-bottom: 1px solid #efefef;
}

form.mar_b_0 {
	padding-bottom: 0px !important;
}

.dalog_title {
	height: 50px;
	border-bottom: 1px solid #d7d7d7;
}

.dalog_title .dalog_title_info {
	text-align: center;
	height: 50px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: normal;
}

.dalog_title .dalog_title_info .lin_w {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 2px;
	background: #0dc2b3;
}

.main_form .item_list {
	/* border: 1px solid #cccccc; */
	/* margin-top: 16px;
	padding-top:6px;
	padding-left:10px;
	padding-right: 30px; */
}

.main_form .item_list.item_active {
	background-color: #fffbf3;
}

.main_form .form_list {
	min-height: 120px;
}

.main_form .form_list .form_lay {
	display: inline-block;
	/*position: relative;*/
}

.main_form .form_list .form_addres {
	display: inline-block;
	width: 850px;
}

.main_form .form_list .address_w {
	display: inline-block;
	width: 900px;
}

.main_form .form_list li {
	/* margin: 18px 0; */
	line-height: 50px;
}

.main_form .form_list .form_lay .required {
	font-weight: bold;
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 18px;
	background: url(../img/stars.png) no-repeat 106px center;
	/*width: 130px;
	background: url(../img/stars.png) no-repeat 115px center;*/
}

.main_form .form_list .form_lay .span_w {
	font-weight: bold;
	display: inline-block;
	width: 145px;
	text-align: right;
	padding-right: 18px;
	background: url(../img/stars.png) no-repeat 132px center;
}

.main_form .form_list .form_lay .vertical_align {
	vertical-align: top;
}

.main_form .form_list .form_lay .pic_none {
	background: none;
}

.main_form .form_list .form_lay select {
	background: #ebebeb;
	border: none;
}

.main_form .form_list .form_lay .form_lay_text {
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding-left: 28px;
	padding-right: 35px;
	font-family: "微软雅黑";
	border: none;
	border: 1px solid #d7d7d7;

}

.main_form .form_list .form_lay .text_padding {
	padding-left: 35px;
}

/*.main_top .main_form .form_list .form_lay .true_icon{
	position: absolute;
	top: 0px;
    right: 1px;
    width: 35px;
    height: 35px;
	background: url(../img/true.png) no-repeat;
}*/
.main_form .form_list .form_lay .form_lay_w {
	/*width: 300px;*/
	width: 220px;
}

.main_form .form_list .form_lay .address_width {
	width: 320px;
}

.main_form .form_list .form_lay .form_addres_width {
	width: 750px;
}

.main_form .form_list .form_lay .form_addres_w {
	width: 720px;
}

.main_form .form_list .form_lay .stat_and_end {
	width: 143px;
}

.form_lay input[disabled] {
	background: #ebebeb url(../img/disable.png) no-repeat 6px;
}

.form_lay .form_pic {
	display: inline-block;
	width: 720px;
	height: 90px;
	line-height: 90px;
}

.form_lay .form_pic a {
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.form_lay div a.add_pic {
	border: 2px dotted #999999;
	margin-right: 40px;
}

.form_lay div .add_pic .add_pic_p {
	position: absolute;
	font-size: 24px;
	left: 50%;
	margin-left: -13px;
	line-height: 90px;
	color: #999999;
}

.form_lay div a.add_pic .subFile {
	opacity: 0;
}

.form_lay div .pic_notes {
	display: inline-block;
	/*height:90px;*/
	padding: 20px 0;
	font-size: 14px;
	color: #999999;
}

.pic_notes .size:first-of-type {
	margin-left: 165px;
	margin-right: 35px;
}

.pic_notes .size {
	display: inline-block;
	font-weight: normal;

}

.form_lay div .pic_notes i {
	margin: 0 20px 0 20px;
	font-style: normal;
	color: #0dc2b3;

}

.form_footer {
	width: 455px;
	margin-bottom: 40px;
	margin-left: 40px;
	text-align: center;
}

.form_footer button {
	border-radius: 5px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border: none;
}

.form_footer button.submit {
	width: 150px;
	background: #c60e1c;
}

.form_footer button.ctrs {
	width: 120px;
	background: #0dc2b3;
	margin-left: 30px;
}

.form_footer button.cancel {
	width: 100px;
	background: #c1c3c5;
	margin-left: 30px;
}

.form_list li .add_name {
	min-height: 100px;

}

.add_name p {
	margin-left: 110px;
	margin-top: 15px;
}

.add_name p i {
	font-style: normal;
	color: #0DC2B3;
	margin-right: 15px;
}

/*.title{*/
/*width: 100%;*/
/*height: 33px;*/
/*background-color: #e7e7e7;*/
/*padding: 0 30px;*/
/*}*/
.title h4 {
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}

#allmap {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
}

.min_h_scroll {
	height: 450px;
	overflow-y: scroll;
}

.min_h_scroll_1 {
	height: 400px;
	overflow-y: scroll;
}

.min_h_scroll_2 {
	height: 480px;
	overflow-y: scroll;
}

/***小的弹出框***/
.min_dialog_box {
	padding: 22px 25px 15px 25px;
}

.min_dialog_box .dialog_title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.min_dialog_box .dialog_price {
	height: 43px;
	text-align: center;
	font-size: 36px;
	color: #ff9133;
	font-family: 'lightregular';
}

.min_dialog_box .ipt_price .push_dialog {
	display: inline-block;
}

.min_dialog_box .ipt_price .ipt_cz {
	margin-left: 20px;
	height: 36px;
}

.min_dialog_box .ipt_price {
	padding-top: 23px;
}

.min_dialog_box .ipt_price .ipt_cz_w {
	width: 80%;
}

.min_dialog_box .ipt_price .ipt_cz_w2 {
	width: 70%;
}

.btn_dialog {
	text-align: center;
	padding-top: 25px;
}

.btn_dialog .btn_dia_con {
	color: white;
	width: 90px;
	height: 35px;
	background: #0dc2b3;
	border: none;
	border-radius: 4px;
}

.min_dialog_box .waterAcc_title {
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	padding-left: 22px;
	background: #cbdaea;
}

.min_dialog_box .tab_1 {
	width: 100%;
	border: 1px solid #d7d7d7;
	margin-top: 14px;
}

.border_line {
	border-bottom: 1px solid #d7d7d7;
}

.min_dialog_box .tab_1>thead {
	background: #ebebeb;
	font-size: 14px;
}

.min_dialog_box .tab_1>thead>tr {
	height: 26px;
}

.min_dialog_box .tab_1>thead>tr>th {
	font-weight: normal;
	text-align: center;
}

.min_dialog_box .tab_1>thead>tr>th:first-child {
	text-align: left;
	padding-left: 100px;
}

.min_dialog_box tbody tr:nth-child(odd) {
	background-color: white !important;
}

.min_dialog_box .tab_1>tbody>tr>th {
	padding-top: 6px;
	padding-bottom: 8px;
}

.min_dialog_box .tab_1>tbody>tr>td {
	font-weight: normal;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 8px;
}

.min_dialog_box .tab_1>tbody>tr>td:first-child {
	text-align: left;
	padding-left: 100px;
}

.min_dialog_box .tab_1>tbody>tr>td span {
	margin: 0 30px 0 15px;
}

.color_org {
	color: #ff9133;
}

.tab_2 {
	border-collapse: collapse;
	width: 100%;
	margin-top: 24px;
}

.tab_2 td {
	border: 1px solid #d7d7d7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tab_2 .first {
	width: 20%;
	padding-left: 35px;
}

.tab_2 .two {
	padding-left: 45px;
}

.dirve_item {
	padding-left: 25px;
	width: 430px;
}

.dirve_item li {
	display: inline-block;
	width: 130px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.dirve_item li span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #333333;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 20px;
	text-align: center;
}

.dirve_item li span.active {
	position: relative;
	border-color: #0dc2b3;
}

.dirve_item li span.active i {
	position: absolute;
	left: -2px;
	top: -2px;
	font-size: 24px;
	color: #0dc2b3;
}

.dirve_item li p {
	display: inline-block;
	vertical-align: middle;
}

/***dialog审核按钮***/
.dia_footer {
	width: 100%;
	height: 60px;
	background-color: #f1f4f5;
	line-height: 60px;
}

.dia_footer .footer_w {
	text-align: center;
	/*width: 450px;*/
	margin: 0 auto;
}

.dia_footer button {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	border-radius: 5px;
	color: #fff;
}

.dia_footer .dia_submit {
	width: 120px;
	/*margin-left: 100px;*/
	background-color: #0dc2b3;
	border: 1px solid #0dc2b3;

}

.dia_footer .dia_save {
	width: 120px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #0dc2b3;
	border: 1px solid #10978c;
}

.dia_footer .dia_cancel {
	width: 120px;
	background-color: #c1c3c5;
	border: 1px solid #999a9a;
}

.dia_footer ._margin {
	margin-left: 25px;
}

/***油站账号信息***/
.relation_dialog {
	padding: 30px 15px 0px 15px;
	overflow: hidden;
}

form.account_w {
	width: 925px;
	margin-left: 50px;
}

form.search_bg {
	width: 860px;
	background: #f0f0f0;
}

form .static_dialog {
	width: 665px;
}

/***placeholder颜色设置**/
.static_dialog p input::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #aaa;
}

.static_dialog p input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #aaa;
}

.static_dialog p input::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #aaa;
}

.static_dialog p input:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #aaa;
}

.search_bg .static_dialog input {
	height: 32px;
	color: #333;
	padding-left: 15px;
	border: 1px solid #d7d7d7;
}

.search_bg .static_dialog .margin_bottom {
	margin-bottom: 22px;
}

input.static_name {
	width: 170px;
	margin-left: 4px;
}

.search_bg .static_dialog input.static_city {
	width: 230px;
	margin-left: 24px;
	margin-right: 36px;
}

.search_bg .static_dialog input.static_sever {
	width: 150px;
}

.search_bg .static_dialog input.static_addr {
	/*width: 420px;
	margin-left: 36px;*/
	width: 420px;
	margin-left: 24px;
}

.relation_btn {
	margin-top: 62px;
}

.relation_btn button {
	width: 70px;
	height: 34px;
	border: none;
	border-radius: 4px;
}

.relation_btn button.reset {
	background-color: #fff;
	margin-right: 24px;
}

.relation_btn button.search {
	background-color: #ff9133;
	color: #fff;
}

.table_1 {
	border-collapse: collapse;
}

​.table_1 tbody th {
	font-size: 24px;
}

.table_1,
.table_1 td,
.table_1 th {
	border: 1px solid black;

}

/*.form_lay .city-picker-span{border:1px solid #ccc; border-bottom: none;}*/
/***员工管理***/
.form_wrap {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: flex;
	flex-flow: row;
	width: 100%;
}

.form_wrap .city_left {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	display: flex;
	flex-flow: column;
	flex-direction: column;
	flex-wrap: initial;
	width: 200px;
	min-width: 200px;
	height: 700px;
	border: 1px solid #d7d7d7;

}

.form_wrap .content_right {
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	display: flex;
	flex-flow: column;
	min-width: 990px;
	border: 1px solid #d7d7d7;
	margin-left: 24px;
	background: #fff;
}

.main_form .form_list .address_w .form_textare {
	display: inline-block;
	width: 575px;
	height: 130px;
	vertical-align: middle;
	resize: none;
	background-color: #ebebeb;
}

.form_w_min {
	width: 670px;
}

.form_w_bt {
	padding-bottom: 25px;
}

.main_form .form_list .form_lay .span_w_min {
	font-weight: bold;
	display: inline-block;
	width: 95px;
	text-align: right;
	padding-right: 18px;
	background: url(../img/stars.png) no-repeat 80px center;
}

.main_form .form_list .form_lay .form_minw {
	width: 230px;
}

.footer_bg {
	background: none;
	margin-top: 50px;
}

.staff_dia_h {
	height: 480px;
	overflow: hidden;
}

/****角色管理*****/
/*.role:before, .role:after {
        content: "";
        display: inline-block;
        vertical-align:middle;
        width: 100px;
        border-top: 1px solid #123456;
    }*/
.role {
	background: #fff;
	min-width: 880px;
	overflow: hidden;
}

.role .role_form_lay {
	padding: 20px 30px 10px 22px;
}

.role .role_form_lay .information {
	padding: 32px 20px 36px 20px;
}

.role_check .title_check input {
	font-size: 16px;
	vertical-align: middle;
}

.role_check .title_check .role_title {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.role_info {
	margin-left: 60px;
	margin-top: 32px;
}

.role_info li {
	margin-bottom: 32px;
}

.role_info .info {
	display: inline-block;
}

.role_info .info .info_title {
	font-weight: bold;
	display: inline-block;
	width: 85px;
	text-align: right;
	padding-right: 18px;
	background: url(../img/stars.png) no-repeat 70px center;
}

.role_info .info .info_title_w {
	font-weight: bold;
	display: inline-block;
	width: 105px;
	text-align: right;
	padding-right: 18px;
	background: url(../img/stars.png) no-repeat 90px center;
}

.role_info .info input,
.role_info .info select {
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	padding-left: 30px;
	padding-right: 35px;
	font-family: "微软雅黑";
	border: none;
	border: 1px solid #d7d7d7;
}

.role_info .info .info_ipt_w {
	width: 285px;
}

.role .role_cont {
	padding: 5px 0 0 27px;
	margin-top: 5px;
}

.role_check {
	position: relative;
	padding: 36px 100px 10px 100px;
	border: 1px dashed #999999;
}

.role_check .title_check {
	position: absolute;
	left: 32px;
	top: -13px;
	display: inline-block;
	padding: 0 3px 0 3px;
	background: #fff;

}

.list_type .line_type {
	/*text-align: center;*/
	margin-bottom: 24px;
}

.list_type .line_type .chose {
	display: inline-block;
	text-align: left;
	width: 105px;
}

.list_type .line_type .chose_fl {
	float: left;
}

.list_type .line_type .chose_fc {
	margin-left: 110px;
}

.list_type .line_type .chose_fr {
	float: right;
}

.info input[disabled] {
	background: #ebebeb url(../img/disable.png) no-repeat 6px;
}

/*区域城市*/
.cancel_mr {
	margin: 0 15px 0 100px;
}


/***审核管理***/
.search_wrap label .sc_lay {
	display: inline-block;
	width: 105px;
}


.list_min_w {
	width: 1249px;
}

/***订单信息弹出***/
.order {
	padding: 16px 14px 92px 14px;
	height: 450px;
	overflow-y: scroll;
}

.order .order_wrap {
	border: 1px solid #d7d7d7;
}

.order .order_wrap .order_top {
	padding: 23px 14px 24px 14px;
	color: #333333;
}

.order .order_wrap .order_top .order_top_t {
	font-size: 16px;
	color: #666666;
	margin-bottom: 16px;
}

.order .order_wrap .order_top .order_info {
	text-align: center;
}

.order_top .order_info p {
	display: inline-block;

}

.order_top .order_info .order_num {
	float: left;
}

/*.order_top .order_info .order_time{*/
/*float: left;*/
/*}*/
.order_top .order_info .order_city {
	float: right;
}

.order_info_list {
	align: center;
	bgcolor: red;
	cellspacing: 1;
	width: 800px;
	color: #333333;
}

.order_info_list thead tr th {
	background: #0dc2b3;
	height: 48px;
	text-align: center;
	color: #ffffff;
}

.order_info_list tbody tr td {
	height: 46px;
	text-align: center;
}

.order_info_list tbody tr {
	border-bottom: 1px solid #d7d7d7;
}

.price {
	color: #333333;
}

.price .price_list {
	display: inline-block;
	float: right;
	padding-right: 78px;
}

.price .price_list .price_box_botm {
	padding: 16px 24px 16px 4px;
	border-bottom: 1px solid #d7d7d7;
}

.price .price_list .price_list_price {
	margin-bottom: 6px;
}

.price .price_list .price_list_price span {
	display: inline-block;
	width: 105px;
	text-align: right;
}

.price .price_list .price_sum {
	padding: 16px 0px 24px 28px;
}

.order_state {
	border: 1px solid #d7d7d7;
	margin-top: 20px;
}

.order_state .order_t {
	padding: 0 24px;
	background-color: #f5f5f5;
	line-height: 33px;
	font-size: 14px;
	font-weight: normal
}

.order_state .state_current {
	padding: 16px 0 24px 24px;
}

.order_state .state_current .order_state_time {}

/*ul{
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}*/
ul .time_list_padding {
	margin-top: 8px;
	color: #333333;
}

ul .time_list_padding p {
	display: inline-block;
	text-align: right;
}

ul .time_list_padding .state_time_1 {
	width: 100px;
}

ul .time_list_padding .state_time_2 {
	width: 70px;

}

ul .time_list_padding .state_time_1 {
	margin-left: 20px;
}

ul .time_list_padding .state_time_2 {
	margin-left: 4px;
}

.width_700 {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: #d7d7d7;
	margin-top: 24px;
}

.price_list_price strong {
	font-weight: normal;
}

.price_sum strong {
	font-size: 20px;
	color: #dc3232;
}

.info_color {
	color: #0dc2b3;
}

.state_current_pad {}

.top_bottom {
	margin-top: 8px;
	margin-bottom: 8px;
}

from.search_bg {
	padding: 0;

}

.mar_l_btn {
	margin-left: 24px !important;
}

.cancel_marl {
	margin-left: 24px;
}

/***审核管理***/
/*.btn_color_red{
	width: 120px;
	background-color: #c60e1c;
    border: 1px solid #930e19;
}
.btn_color_green{
	width: 120px;
	margin-left: 20px;
    margin-right: 20px;
    background-color: #0dc2b3;
    border: 1px solid #10978c;
}
.btn_color_white{
	width: 120px;
    background-color: #ffffff;
    border: 1px solid #999999 !important;
    color: #333333!important;
}*/

.chose_c .city-picker-span {
	border-radius: 4px;
}

/****记账管理****/
.container_wrap_min {
	min-width: 1250px;
}

.member {
	/*padding-top: 20px;*/
	/*padding-left: 25px;*/
	background: white;
}

.member_min_wrap {
	min-width: 1200px;
	width: 100%;
}

.member_min_wrap>div {
	/*width: 33%;*/
	/* padding: 0 6px; */
	min-width: 300px;
	/* border: 6px solid #fff; */
}

.member_min {
	/* display: inline-block; */
	margin-right: 30px;
	width: 550px;
	height: 240px;
	position: relative;
	border: 1px solid #cccccc;
	background: url(../../assets/img/shuiyin2.png) no-repeat 342px 123px;
}

.MainCard {
	margin-bottom: 40px;
}

/*.OilCard{ width: 1600px;}*/
.member_min .member_name_min {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 240px;
	background: #0DC2B3;
	text-align: center;
	padding-top: 50px;
}

.member_min .member_price_min {
	position: absolute;
	left: 145px;
	min-width: 240px;
	line-height: 60px;
	/* padding-top: 42px; */
	padding-left: 24px;
	max-width: 428px;
	width: 428px;
}

.member_name_min .mem_icon {
	width: 55px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	line-height: 55px;
	text-align: center;
	border: 2px solid white;
	border-radius: 50%;
}

.member_name_min .mem_com {
	padding-top: 10px;
	color: white;
	font-size: 20px;
}

.member_name_min .mem_icon i {
	font-size: 40px;
	color: white;
}

.member_price_min .mem_pr_title {
	font-size: 20px;
}

.member_price_min .mem_acc_price {
	font-size: 26px;
	/* padding-top: 8px; */
}

.member_min .acc_det_min {
	position: absolute;
	left: 400px;
	line-height: 60px;
	/* height: 240px; */
	/* padding-top: 20px; */
}

.member_min .acc_det_min .btn_det {
	padding: 5px 20px;
	background: #7dd6c2;
	border-radius: 4px;
	color: white;
	font-size: 16px;
}

.member_min .acc_det_min .btn_det i {
	color: white;
	font-size: 16px;
}

.member_min .det_lay_min {
	position: absolute;
	right: 10px;
	padding-top: 20px;
}

.member_min .det_lay_min i {
	font-size: 16px;
	color: #f0f0f0;
}

.mem_acc_allow {
	font-size: 20px;
	padding-top: 6px
}

.member_card {
	width: 600px;
	height: 240px;
	position: relative;
	border: 1px solid #cccccc;
	background: url(../../assets/img/shuiyin.png) no-repeat 515px 119px;
}

.member_card .member_car_name {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 240px;
	background: #0DC2B3;
	text-align: center;
	padding-top: 50px;
}

.member_card .member_car_price {
	position: absolute;
	left: 170px;
	min-width: 240px;
	line-height: 60px;
	max-width: 428px;
	width: 428px;
	/* height: 240px; */
	/* padding-top:50px; */
	/* padding-left: 40px; */
}

.member_car_name .mem_icon {
	width: 55px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	line-height: 55px;
	text-align: center;
	border: 2px solid white;
	border-radius: 50%;
}

.member_car_name .mem_com {
	padding-top: 10px;
	color: white;
	font-size: 20px;
}

.member_car_name .mem_icon i {
	font-size: 40px;
	color: white;
}

.member_car_price .mem_pr_title {
	font-size: 18px;
}

.member_car_price .mem_acc_price {
	font-size: 26px;
	/* font-size: 32px; */
	/* padding-top: 10px; */
}

.member_card .acc_det {
	position: absolute;
	left: 462px;
	line-height: 60px;
	/* height: 200px; */
	/* padding-top:20px;
	padding-left: 40px; */
}

.member_card .acc_det .btn_det {
	padding: 5px 20px;
	background: #7dd6c2;
	border-radius: 4px;
	color: white;
	font-size: 16px;
}

.member_card .acc_det .btn_det i {
	color: white;
	font-size: 24px;
}

.member_card .det_lay {
	position: absolute;
	right: 20px;
	padding-top: 18px;
}

.member_card .det_lay i {
	font-size: 20px;
	color: #f0f0f0;
}

.footer_btn {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 445px;
}

.footer_btn .add_drive_btn {
	padding: 8px 30px;
	border: 1px solid #0DC2B3;
	color: #0DC2B3;
	border-radius: 4px;
	margin-right: 26px;
}

.footer_btn .add_drive_btn.active {
	background: #0DC2B3;
	color: white;
}

.member_card .footer_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 0;
}

.bg_table {
	background: #f0f0f0;
	padding-top: 20px;
}

.mem_table {
	width: 100%;
	border: 1px solid #d7d7d7;
	border-bottom: none;

}

.mem_table thead th {
	background: #f8f8f9;
	padding: 10px;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}

.mem_table tbody td {
	padding: 10px;
	background: white !important;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}

.footer_btn .red {
	background: #c60e1c;
	color: white;
	border: none;
}

.footer_btn .green {
	background: #0dc2b3;
	color: white;
	border: none;
}

.footer_btn .black {
	background: #c1c3c5;
	color: white;
	border: none;
}

.card_box {
	display: inline-block;
}

.position_btn {
	/*padding: 10px 0 10px 188px;*/
	width: 650px;
	margin-top: 5px;
}

.position_btn .add_drive_btn {
	display: inline;
	line-height: 30px;
	padding: 6px 10px;
	border: 1px solid #0DC2B3;
	background: #0DC2B3;
	color: white;
	border-radius: 4px;
	margin-left: 26px;
	float: right;
	margin-right: 16px;
}

.cardscroll {
	max-height: 280px;
	overflow-y: scroll;
}

/***提现***/
.bank_card {
	background: white;
}

.bank_header {
	height: 46px;
	line-height: 46px;
	background: #f9f9f9;
}

.bank_content {
	padding: 0 72px 0 72px;
}

.bank_cont_mar {
	padding-top: 28px;
	padding-bottom: 28px;
}

.bank_cont_mar .bank_l_title {
	width: 120px;
	display: inline-block;
	padding-top: 12px;
	font-size: 14px;
	font-weight: bold;
}

.bank_cont_mar .bank_r_title {
	width: 80%;
	display: inline-block;
}

.bank_money_ba {
	margin-left: 15px;
}

.bank_money_ba i {
	font-size: 20px;
	color: #ff9133;
	font-style: normal;
}

.bank_title_left {
	margin-left: 40px;
}

.bank_title_right {
	margin-right: 120px;
	color: #0DC2B3;
}

.bank_cont_mar .bank_r_title .bank_type {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d7d7d7;
}

.bank_cont_mar .bank_r_title .bank_type .iconfont {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 16px;
	margin-right: 15px;
	border-radius: 50%;
	background: #d7d7d7;
	vertical-align: middle;
}

.bank_cont_mar .bank_r_title .bank_type .active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #d7d7d7;
	background: #666666;
}

.bank_cont_mar .bank_r_title .bank_type img {
	width: 25px;
	height: 25px;
	margin-right: 13px;
}

.bank_cont_mar .bank_r_title .bank_type .bank_tilte_type {
	margin-right: 30px;
}

.bank_cont_mar .bank_r_title .bank_type .bank_quick {
	padding: 3px;
	background: #0DC2B3;
	color: white;
	margin-left: 15px;
	margin-right: 60px;
}

.bank_mar_l {
	padding-left: 40px;
}

.bank_mar_t {
	margin-top: 15px;
}

.bank_ipt {
	width: 100%;
	height: 50px;
}

.bank_ipt_m {
	display: inline-block;
	width: 116px;
	height: 50px;
}

.bank_ipt input {
	width: 235px;
	height: 32px;
	padding-left: 15px;
}

.payment_date .iconfont {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	border-radius: 50%;
	background: #d7d7d7;
	vertical-align: middle;
}

.payment_date .active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #d7d7d7;
	background: #666666;
}

.footer_next_btn {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 120px;
}

.footer_next_btn .add_next_btn {
	padding: 8px 30px;
	border: 1px solid #0DC2B3;
	color: #0DC2B3;
	border-radius: 4px;
	color: white;
}

.footer_next_btn .green {
	background: #0dc2b3;
	color: white;
	border: none;
}

/*处理结果*/
.present_header {
	padding-left: 115px;
	padding-right: 115px;
	padding-top: 20px;
	background: #f4f5fa;
}

.present_header .present_title {
	height: 30px;
	border-bottom: 1px solid #d7d7d7;
}

.present_header .present_true {
	padding-top: 15px;
	padding-bottom: 15px;
}

.present_content {
	padding-left: 115px;
	padding-right: 115px;
	background: white;
}

.present_content .present_p {
	text-align: center;
	line-height: 80px;
}

.speed_of_progress {
	padding-left: 100px;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px dashed #d7d7d7;
}

.speed_of_progress .lin_w {
	position: absolute;
	top: 15px;
	width: 200px;
	height: 2px;

}

.speed_of_progress .lin_w_1 {
	left: 225px;
	background: #0DC2B3;
}

.speed_of_progress .lin_w_2 {
	left: 451px;
	background: #d7d7d7;
}

.speed_of_progress .lin_w_3 {
	left: 451px;
	background: #0DC2B3;
}

.speed_of_progress li {
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
}

.speed_of_progress li .present_1 {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: white;
}

.speed_of_progress li .black {
	background: #d7d7d7;
}

.speed_of_progress li .green {
	background: #0DC2B3;
}

.speed_of_progress li .present_txt {
	margin-top: 12px;
	font-size: 14px;

}

.speed_of_progress li .present_data {
	font-size: 12px;
}

.present_footer {
	text-align: center;
	line-height: 80px;
	color: #0DC2B3;
}

.present_footer span {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
}

.present_bank {
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 40px;
}

.present_bank .bank_card_info {
	display: inline-block;
	padding-top: 8px;
}

.present_bank .bank_info {
	display: inline-block;
	margin-left: 15px;
}

.present_bank .bank_info h6 {
	font-weight: bold;
}

.present_bank .bank_info p {
	font-size: 12px;
}

.footer_info {
	padding: 10px 120px;
}

.present_tab {
	border-collapse: collapse;
	min-width: 700px;
	width: 100%;
}

.present_tab,
td,
th {
	border: 1px solid #d7d7d7;
}

.present_tab th {
	padding: 8px 0;
	text-align: right;
}

.present_tab td {
	padding: 8px 10px;
	text-align: right;
	width: 50%;
}

/*提交信息*/
.card_pay {
	padding-left: 115px;
	padding-right: 115px;
	padding-top: 20px;
}

.card_pay h5 {
	padding: 12px 0;
	font-size: 16px;
	font-weight: normal;
}

.card_info {
	border: 1px solid #c6dcf1;
	width: 800px;
}

.card_info ._bg {
	background: #ebf2f9;
	padding: 35px 0 20px 100px;
}

.card_info .card_info_l {
	display: inline-block;
	width: 100px;
	text-align: right;
	font-size: 15px;
	margin-right: 25px;
	vertical-align: top;
	padding-top: 3px;
}

.card_info .card_info_r {
	display: inline-block;
}

.card_info .card_info_r .card_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.card_info .card_info_r .card_num span {
	font-size: 18px;
	font-weight: bold;
}

.card_info .card_info_r .card_money {
	font-size: 16px;
	color: #ff9133;
}

.card_info .card_info_r .card_data {
	font-size: 16px;
	color: #f3553c;
}

._margin_top {
	margin-top: 20px;
}

.card_footer {
	padding: 35px 0 20px 100px;
	border-top: 1px solid #c6dcf1;

}

.card_footer .card_info_r {
	color: #999999;
}

.card_footer .card_info_r .card_brder {
	width: 200px;
	height: 30px;
	padding-left: 2px;
	line-height: 30px;
	border: 1px solid #ccc;
	margin-top: 18px;
}

.card_footer .card_info_r .card_brder span {
	display: inline-block;
	width: 29px;
	height: 25px;
	text-align: center;
	border-right: 1px solid #cccccc;
}

.card_footer .card_info_r .card_brder span:last-child {
	border-right: none;
}

.card_pay_pro {
	margin-top: 5px;
}

.sub_btn {
	padding-left: 110px;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.sub_btn .sub_confirm {
	padding: 5px 25px;
	line-height: 30px;
	color: white;
	background: #0DC2B3;
	border: 1px solid #0DC2B3;
	border-radius: 4px;
}

.sub_btn .sub_return {
	border: none;
	background: transparent;
	color: #0DC2B3;
}

.Upload {
	position: relative;
}

.Upload input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.Upload .file_op {
	opacity: 0;
}

.item_list .sub_input {
	padding: 20px 0;
	display: inline-block;
}

.margin_left {
	padding-left: 10%;
}

.margin_left .excel_title {
	padding: 10px 0;
	color: #0DC2B3;
	font-size: 14px;
}

.margin_left img {
	max-width: 625px;

}

.margin_left button {
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-color: #0dc2b3;
	border: 1px solid #0dc2b3;
	text-align: center;
	border: none;
	border-radius: 5px;
	color: #fff;
	outline: none;
}

#qrcode {
	text-align: center;
}

#qrcode img {
	width: 128px;
	height: 128px;
	text-align: center;
}


/***加油卡设置开关是否分配按钮***/
/**********************************************************/
.testswitch {
	position: relative;
	float: left;
	width: 90px;
	margin: 0;
	margin-left: 77px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.testswitch-checkbox {
	display: none;
}

.testswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}

.testswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.testswitch-inner::before,
.testswitch-inner::after {
	display: block;
	float: right;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family:
		Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.testswitch-inner::after {
	content: attr(data-on);
	padding-left: 10px;
	background-color: #0DC2B3;
	color: #FFFFFF;
}

.testswitch-inner::before {
	content: attr(data-off);
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.testswitch-switch {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	margin: 4px;
	background: #FFFFFF;
	top: 2px;
	bottom: 0;
	right: 56px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.testswitch-checkbox:checked+.testswitch-label .testswitch-inner {
	margin-left: 0;
}

.testswitch-checkbox:checked+.testswitch-label .testswitch-switch {
	right: 0px;
}

.titles {
	width: 75px;
	position: absolute;
	left: -75px;
	line-height: 35px;
}

/*************************************************************************/
.name,
.carNum,
.oil {
	font-style: normal;
}

.oil {
	color: red;
}

.Oil {
	color: red !important;
	font-weight: bold;
}


.border-list>li .form_lay .form_lay_text:focus {
	outline: none;
	border: 1px solid red;
}


.search-form li {
	display: inline-block;
	vertical-align: middle;
	min-height: 28px;
	line-height: 28px !important;
	text-align: left;
	margin: 4px 22px 4px 0;
	color: #333;
}

.search-form li .topic {
	min-width: 80px;
	min-height: 28px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.search-form li .form-right {
	width: 160px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.search-form li .form-right input,
.search-form li .form-right select,
.search-form li .form-right textarea {
	width: 160px !important;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 0 18px 0 12px;
	line-height: 28px;
	height: 28px;
	position: relative;
	margin: 0 !important;
	vertical-align: middle;
	color: #333;
}

.search-form li button {
	margin: 0 12px 0 0;
	float: none;
}

.search-form li .btn-default {
	margin-left: 8px;
}