
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}

img{
	border: 0;
}
a {
    color: #b3b3b3 ;
    text-decoration: none;

}
ol, ul {
	list-style: none;
}

body {
    font-size: 12px;
    font-family: "Microsoft Yahei", sans-serif;
	line-height: 1;
	background-color: #ebebeb;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
button>span>a{
	text-decoration: none;
	color: #ffffff;
}
span{
	font-family: MicrosoftYaHei;
	font-size: 12px!important;
}
/*大模块的标题*/
.c_model_title{
	font-size: 18px;
	font-weight: bold;
	color: rgba(27,27,31,1);
}

.c_nav_title{
	font-size: 14px;
	color: rgba(27,27,31,1);
}

.c_navi_title{
	font-size: 14px;
	font-weight: bold;
	color: rgba(27,27,31,1);

}
.c_total_font{
	font-size: 12px;
	color: rgba(27,27,31,0.40);
}
.c_navi_title:after{
	display: block;
	content: '';
	width: 100%;
	margin-top: 15px;
	/*border-bottom: 1px solid rgba(27,27,31,0.10);*/
	height: 1px;
	background-color: rgba(27,27,31,0.10);
}

/*表格表单标题*/
.c_tableForm_title{
	font-size: 16px;
	font-weight: bold;
	color: rgba(27,27,31,1);
}

/*颜色最浅字体*/
.c_auxiliary_text{
	color: rgba(27,27,31,.4);
}

/*模块padding设置*/
.c_model{
	padding:15px;
	box-sizing: border-box;
}
/*表格padding设置*/
.c_table_model{
	padding-left: 20px;
	box-sizing: border-box;
}
/*搜索模块*/
.c_model_search{
    padding: 15px 0px 0px 20px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}

/*白色背景*/
.c_bg_white{
	background-color: #ffffff;
}
/*表单padding设置*/
.c_form_model{
	padding-left: 20px;
	box-sizing: border-box;
}
/*按钮距离设置*/
.c_button{
	margin: 22px 10px 22px 0px;
}
/*label距离设置*/
.c_label{
	margin:22px 20px 22px 10px!important;
}
/*首个label距离设置*/
.c_label_first{
	margin:22px 20px 22px 0px!important;
}
/*主题页面设置*/
.c_page{
	/* float: right; */
	margin-top: 1px;
	width: 100%;
	background-color: #fff;
	justify-content: flex-end;
}
.c_page .el-pagination{
	float: right;
	padding: 5px 5px;
}
.c_page .el-button{
	margin-top: 5px;
}
/*tab距离设置*/
.c_tab{
	margin-top: 15px;
}
/*表格删除字体设置*/
.c_table_del{
	color: #ff4949;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
}
.c_table_del:hover{
	text-decoration: underline;
}

/*表格修改字体设置*/
.c_table_edit{
	color: #20a0ff;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
}
.c_table_edit:hover{
	text-decoration: underline;
}

/*input常规宽度设置*/
.c_input{
	width: 180px!important;
}
.c_half_input{
	width: 90px!important;
}
.c_w80{
	width: 80px!important;
}
.c_w300{
	width: 300px!important;
}
.c_w400{
	width: 400px!important;
}
.c_w500{
	width: 500px!important;
}
.c_w220{
	width: 220px!important;
}
.c_w600{
	width: 600px!important;
}
.c_w800{
	width: 800px!important;
}
.c_notb{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

/*常用距离设置*/
.c_mr30{
	margin-right: 30px!important;
}
.c_mr20{
	margin-right: 20px!important;
}
.c_mr10{
	margin-right: 10px!important;
}
.c_ml20{
	margin-left: 20px!important;
}
.c_ml0{
	margin-left: 0px!important;
}
.c_ml10{
	margin-left: 10px!important;
}
.c_ml15{
	margin-left: 15px!important;
}
.c_mb20{
	margin-bottom: 20px!important;
}
.c_mb10{
	margin-bottom: 10px!important;
}
.c_mb15{
	margin-bottom: 15px!important;
}
.c_mt20{
	margin-top: 20px!important;
}
.c_mt7{
	margin-top: 7px!important;
}
.c_mt10{
	margin-top: 10px!important;
}
.c_mt15{
	margin-top: 15px!important;
}
.c_pb20{
	padding-bottom: 20px!important;
}
.c_pb10{
	padding-bottom: 10px!important;
}
.c_pl20{
	padding-left: 20px!important;
}
.c_pl10{
	padding-left: 10px!important;
}
.c_pl5{
	padding-left: 5px!important;
}
.c_pt15{
	padding-top: 15px!important;
}
.c_pl80{
	padding-left: 80px!important;
}
.c_ml80{
	margin-left: 80px!important;
}
.c_pt20{
	padding-top: 20px!important;
}
/*14号字体设置*/
.c_font_14{
	font-size: 14px;
}
/*连接按钮样式*/
.c_link_button{
	color: #fff;
	background-color: #20a0ff;
	border-color: #20a0ff;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border:1px solid rgb(32,160,255);
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 10px;
	text-decoration: none;
	vertical-align: middle;
}
.c_link_button:hover{
	background-color: rgb(77,179,255);
	border-color:rgb(77,179,255);
}
/*添加按钮样式*/
.c_add_button{
	color: #fff;
	/* background-color: rgb(247,186,42); */
	background-color: #e1aa4b;
	border-color: rgb(247,186,42);
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border:1px solid rgb(247,186,42);
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
	margin-left: 10px;
	vertical-align: middle;
}
.c_add_button:hover{
	background-color: rgb(249,200,85);
	border-color:rgb(249,200,85);
}

/*取消按钮*/
.c_btn_cancel{
	color: #475568;
	background-color: #ffffff;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border:1px solid rgba(71,85,104,.5);
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
	margin-left: 10px;
	vertical-align: middle;
}
.c_btn_del{
	color: rgb(255,255,255);
	background-color:rgb(255,0,0);
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border:1px solid rgba(71,85,104,.5);
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
	margin-left: 10px;
}

.c_btn_cancel:hover{
	background-color: #F7BA2A;
	color: #ffffff!important;
	border-color: #F7BA2A!important;
}

/*小取消按钮*/
.c_btn_smallcancel{
	color: #475568;
	background-color: #ffffff;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border:1px solid rgba(71,85,104,.5);
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 9px;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
	margin-left: 10px;
}
.c_btn_smallcancel:hover{
	background-color: #F7BA2A;
	color: #ffffff!important;
	border-color: #F7BA2A!important;
}


/*表单中固定高度的按钮字体*/
.c_form_span{
	display: inline-block;
	height: 80px!important;
	padding: 23px 10px;
	color: rgb(72,87,106)
}
.c_form_span>span{
	font-size: 14px;
	line-height: 16px;
}

/*文字区域*/
.c_textarea{
	width: 100%;
}
/*文字对齐方式*/
.c_align_center{
	text-align: center;
}
.c_align_right{
	text-align: right;
}
.c_align_left{
	text-align: left;
}

/*浮动*/
.c_float_right_top{
	float: right;
	margin-top: 10px;
}
.c_float_left{
	float: left;
}
.c_float_right{
	float: right;
}


/*图片*/
.c_img{
	width:300px!important;
}



/*清除浮动*/
.c_clear:after{
	display: block;
	height: 0;width: 0;
	overflow:hidden;
	clear: both;
	content: "";
}

/*弹出框*/
.c_dw300>.el-dialog{
	width: 400px;
}
.c_dw600>.el-dialog{
	width: 600px;
}
.c_dw800>.el-dialog{
	width: 800px;
}
.c_dw1000>.el-dialog{
	width: 1000px;
}



/* 常规背景 */
.c_nbg{
    background: #f7f7f7;
}
/* 文字大小 */
.font18{
    font-size: 18px;
}
.font16{
    font-size: 16px;
}
.font14{
    font-size: 14px;
}
.font13{
    font-size: 13px;
}

/* 标题部分 */

/* 重要标题 */
.c_mtitle{
   font-size: 18px;
   font-weight: bold;
}
.mtitle{
     font-size: 18px;
   font-weight: bold;
   padding: 10px 0;
}
/* 提示框 */
.c_dtitle{
     font-size: 16px;
   font-weight: bold;
}
/* 普通标题 */
.c_ctitle{
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
    font-size: 14px;
    font-weight: bold;

}

/* 按钮部分 */

/* 常规按钮 */
.c_lbtn{
    display: inline-block;
    width: 88px;
    height: 36px;
    line-height: 36px;
    background: #F7BA2A;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
/* 辅助按钮 */
.c_mbtn{
    display: inline-block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    background: #F7BA2A;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
}
/* 标签按钮 */
.c_sbtn{
    display: inline-block;
    width: 58px;
    height: 24px;
    line-height: 24px;
    background: #F7BA2A;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
.c_nbtn:hover,.c_mbtn:hover,.c_sbtn:hover{
   background: rgba(247,186,42,0.70);
}


/* 表格 */

/* 操作项 */
/* 编辑 */
.c_tedit{
   font-size: 13px;
   color: #20A0FF;
}
/* 删除 */
.c_tdel{
    font-size: 13px;
    color: #FF4949;
}
.c_tedit:hover,.c_tdel:hover{
    text-decoration: underline;
}
/* 其它 */
.c_tother{
    font-size: 13px;
    color: #FF4949;
}

/*input*/
/* 常用输入框 */
/* .c_input{
    width: 180px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #D1D1D2;
    border-radius: 4px;
} */
/* 小输入框 */
.c_minput{
    width: 180px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #D1D1D2;
    border-radius: 4px;
}

/* 宽度 */
.c_w180{
    width: 180px;
}

/* 表单布局 */
/* 表单 */
.c_from{
    width: 930px;
}
.c_fcell{
    width:280px;

}

.c_w200{
    width: 200px;
}

/* 工单 */
.a_fcell{
  width: 400px;
}
.w300{
  width: 300px !important;
}
.approval_search{
	padding: 20px;
	width: 550px;
}


.line{
	text-align: center;
}
/*label前加红色星*/
.mustLabel>label:before{
	content: '*';
    color: #ff4949;
    margin-right: 4px;
}

/*cascader 常用样式*/
.b-cascader{
	width: 180px!important;
	height: 36px;
}
/*tag修改*/
.el-icon-close{
	background-color: transparent;
}
.el-dialog__close{
	background-color: transparent!important;
}

/*.el-icon-close:hover{
	background-color:#D49C17!important;
}*/

/*查看详情按钮样式*/
.c_btn_detail{
	border: 1px solid #D3DCE6;
	border-radius: 4px;
	display: inline-block;
	width: 76px;
	height: 30px;
	font-size: 13px;
	color: #475568;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
}
.c_btn_detail:hover{
	border-color: rgb(246,185,48);
	color: rgb(246,185,48);
}

/*添加阴影*/
.c_shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

/* tab */
.mes_tab{
        padding-top: 20px;
		height:42px;
		background: #ffffff;
		border-bottom: 1px solid #e8e8e8;

}
.mes_tablist{
	padding-left: 20px;

}
.mes_tablist li{
	font-size: 14px;
	color: #475568;
	letter-spacing: 0;
	line-height: 42px;
	height: 42px;
	width: 88px;
	text-align: center;
	-webkit-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;

	-webkit-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;

	border-top-left-radius: 4px;
	float: left;
	margin-right: 33px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}
.mes_tablist .active{
	color: #F7BA2A;
	 background: #FFFFFF;
	 border-bottom: 3px solid #d9a01a

}
.mes_num{
	position: absolute;
	left: 76px;
	top: -10px;
	background: #FF4949;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	width: 27px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 12px;
    color: #FFFFFF;
}

/* 页面布局 */
.table_wrap{
	margin-top: 20px !important;
	width: 100%;
}

.brand_awrap,.shop_wrap,.approval_wrap{
    padding: 20px;
  }
.bi_con{
	position: relative;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.bi_del{
	width: 80px;
	height: 30px;
	left: 520px;
	top: 35px;
	position: absolute;
}
.bi_add{
	float: left;
	line-height: 30px;
}
.bi_top{
	height: 30px;
	padding: 10px 0;

}
.bi_top h3{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
/* 通用行*/
.c_cell{
        margin-bottom: 22px;
  }
.c_cell_ht{
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	color: rgb(72, 87, 106);
	line-height: 1;
	padding: 11px 12px 11px 0;
	box-sizing: border-box;
	width: 120px;
	display: inline-block;
}
.c_cell_hb{
   float: left;
}
.clear{
	clear: both;
}
.addbrand_awrap{
	width: 540px;
}
.info_item{

 }
 .info_img{
 	margin-top: 8px;
 	width: 40px;
 	height: 40px;
 	overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
    float: left;
 }

 .info_title{
 	    padding-top: 20px;
    width: 150px;
    height: 30px;
    float: right;
    line-height: 1;
 }

/*统一修改所有输入框的边框颜色*/
.el-input__inner,.el-textarea__inner{
	border-color: #D1D1D2!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#A4A4A5!important;
    font-size: 12px!important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#A4A4A5!important;
    font-size: 12px!important;
}

.el-textarea__inner,.el-textarea__inner{
	border-color: #D1D1D2!important;
	font-size: 12px!important;
	font-family: microsoft-yahei;
}

input:-ms-input-placeholder{
    color:#A4A4A5!important;
    font-size: 12px!important;
}

input::-webkit-input-placeholder{
    color:#A4A4A5!important;
    font-size: 12px!important;
}

textarea:-ms-input-placeholder{
    color:#A4A4A5!important;
    font-size: 12px!important;
}

textarea::-webkit-input-placeholder{
    color:#A4A4A5!important;
    font-size: 12px!important;
}

/*统一修改所有表格内部的颜色以及边框*/
table thead tr th{
	background-color: #f7f7f7!important;
}
table thead tr th .cell{
	background-color: #f7f7f7!important;
}



/* 工单 */
.write_wrap{
	width: 900px;
	padding: 20px 0 50px 20px;
}
.apply_userinfo{
    min-height: 95px;
    padding: 20px 0px;
    font-size: 14px;
    color: #5F5F62;
    border-bottom: 1px solid rgba(27,27,31,0.10);
    margin-bottom: 20px;
  }
  .apply_userimg{
   float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
  }
  .apply_other{
     float: left;
    height: 50px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
  }
  .apply_other p{
     font-size: 14px;
     color: #5F5F62;
     line-height: 1.5;
  }
.clone_flag{
		padding: 0px 0px 20px 0px;
	}
.clone_row{
	border: 1px dashed #ccc;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}
.clone_title{
	display: inline-block;
	width: 130px;
	text-align: right;
	font-size: 14px;
    color: rgba(27,27,31,0.70);
    font-weight: bold;
     vertical-align: middle;
	    line-height: 1;
    padding: 11px 12px 11px 0;
    box-sizing: border-box;
}
.clone_del{
	position: absolute;
	top: -12px;
	right:-12px;
	width: 25px;
	height: 25px;

	border-radius: 100%;
	color: #FF4949;
	font-size: 25px;
	cursor: pointer;
}


.d_item {
    margin-bottom: 22px;
}
.d_label {
	width: 130px;
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: rgb(72, 87, 106);
    line-height: 1;
    padding: 11px 12px 11px 0;
    box-sizing: border-box;
}
.d_content {
    line-height: 36px;
    position: relative;
    font-size: 14px;
    margin-left: 130px;
}
.d_item:after,.d_content:after {
	content: "";
    clear: both;
}
.btns_wrap{
		margin-left: 130px;
}
.records_wrap{
	margin-left:130px;
	border-left: 2px solid #E8E8E8;
	padding-left: 17px;

}
.auditlist_wrap{
	overflow: hidden;
	margin-left: 130px;
	padding: 20px 0;
}
.audititem{
	width: 60px;
	position: relative;
	float: left;
}
.audititem img{
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
}
.sugradio{
	float: left;
}
.sugradio .el-radio__label{
	display: none !important;
}
.sug_list{
	float: left;
	margin-left: 20px;
}
.audititem p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
   color: #A4A4A5;
   text-align: center;
}
.del_audit{
	position: absolute;
	width: 14px;
	height: 14px;
	overflow: hidden;
	border-radius: 100%;
	right: 0;
	top: 0;
	color: #D1D1D2;
	font-size: 14px;
}
.splitline{
	margin-top: 40px;
	float: left;
	display: block;
	border: 1px solid  #E8E8E8;
	height:0px;
	width: 50px;
}
.suggest_wrap{

	border-top: 1px solid rgba(27,27,31,0.10);
	border-bottom: 1px solid rgba(27,27,31,0.10);
	padding: 20px;
	margin-bottom: 10px;

}

.suggestitem{
	border: 1px solid #D49C17;
    border-radius: 4px;
	height: 20px;
	line-height: 20px;
	padding: 2px 4px;
	font-size: 12px;
   color: #D49C17;
   float: left;
}
.suggest_group{
	margin-bottom: 10px;
}
.suggestsplitline{
	margin-top: 10px;
	float: left;
	display: block;
	border: 1px solid #D49C17;
	height:0px;
	width: 10px;
}

.suggest_num{
	float: right;
	height: 24px;
    line-height: 24px;
	font-size: 12px;
    color: #5F5F62;
    margin-right: 20px;
}
.solid_btn{
	width: 60px;
	font-size: 12px;
    color: #A4A4A5;
    height: 24px;
    line-height: 24px;
    text-align: center;
	border: 1px solid #D1D1D2;
    border-radius: 4px;
}
.sugfr{
	float: right;
	margin: 10px !important;
}
.solid_btn{
	float: right;
}
.role_org{
	margin-left: 20px;
	float: left;
	width: 182px;
	overflow: hidden;
}
.only_role_org{
	margin-left: 20px;
	float: left;
	width: 302px;
	overflow: hidden;
}
.tab_con{
	border: 1px solid rgba(27,27,31,0.20);
	border-top: 0px;
	float: left;
	width: 160px;
	height: 348px;
	padding: 10px;
	overflow: auto;
}
.only_tab_con{
	border: 1px solid rgba(27,27,31,0.20);
	border-top: 0px;
	float: left;
	width: 280px;
	padding: 10px;
	overflow: auto;
}
.people_list,.choose_list{
	position: relative;
	margin-top:40px;
	margin-left: 20px;
	border: 1px solid rgba(27,27,31,0.20);
	padding: 10px;
	float: left;
	width: 160px;
	height: 348px;
	overflow: auto;
}
.people_list .org_list li{
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.people_list .org_list img{
	height: 40px;
	width: 40px;
	vertical-align: middle;
}
.people_list .ro_page .el-pagination{
	white-space: normal
}

.people_list .org_list li:hover{
	background-color: #e4e8f1;
}

.only_choose_list{
	position: relative;
	margin-top:40px;
	margin-left: 20px;
	border: 1px solid rgba(27,27,31,0.20);
	padding: 10px;
	float: left;
	width: 260px;
	height: 368px;
}
.ro_page{
  position: absolute;
  bottom: 0;
  right: 0;
}
.ouser{
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 10px;
}
.choose_user{
	background: rgba(247,186,42,0.10);
	border: 1px solid rgba(247,186,42,0.20);
	border-radius: 4px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 12px;
   color: #D49C17;
}
.delchoose{
	font-size: 12px;
	color: #D49C17;

}
.tabrole li{
		background:rgb(244,245,244);
		border: 1px solid rgb(244,245,244);

		border-radius: 78px;
		height: 36px;
		line-height: 36px;
		width: 130px;
		  margin-bottom: 10px;
		 padding-left: 15px;
		 cursor: pointer;

		 overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
}
.tabrole li:hover{
	background: rgba(247,186,42,0.10);
	border: 1px solid rgba(247,186,42,0.20);
}

.info_dialog .el-dialog--small{
	width: 1000px ;
}
.taborganization_wrap{
	/* min-width: 180px; */
	height: 368px;
	/* overflow: auto; */
}
.taborganization_wrap .el-tree-node__children{
	/* display: inline-block!important; */
}
.taborganization_wrap .el-tree-node>.el-tree-node__children{
	overflow: visible;

}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content>.el-tree-node__label{
	background-color: #edf7ff;
}
.el-tree-node__content:hover>.el-tree-node__label{
	background-color: #e4e8f1;
}
.el-tree-node__content>.el-tree-node__label{
	vertical-align: baseline;
}
.taborganization_wrap .el-tree {
    cursor: default;
    background: #fff;
    border: 0px !important;
}
.only_taborganization_wrap{
	width: 280px;
	height: 368px;
	overflow: auto;
}
.only_taborganization_wrap .el-tree {
    cursor: default;
    background: #fff;
    border: 0px !important;
}
.tab_org{
	overflow: hidden;
}
.tab_org li{
	height: 40px;
	width: 90px;
	float: left;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #D1D1D2;
	font-size: 14px;
    color: rgba(27,27,31,0.40);
 	cursor: pointer;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

}
.tab_org .active{
	border: 1px solid #D1D1D2;
	border-bottom: 0px;
	color: #D49C17;
}
.only_tab_org{
	overflow: hidden;
}
.only_tab_org li{
	height: 40px;
	width: 150px;
	float: left;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #D1D1D2;
	font-size: 14px;
    color: rgba(27,27,31,0.40);
 	cursor: pointer;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

}
.only_tab_org .active{
	border: 1px solid #D1D1D2;
	border-bottom: 0px;
	color: #D49C17;
}
.ac_btn{
	float: right;

	margin-top: 20px !important;
	margin-bottom: 15px !important;
}
.notice{
	    font-size: 14px;
    color: rgb(72, 87, 106);
}
.ca_dialog .el-dialog--small{
	width: 400px !important;
}
.ftw50{
	width: 50% !important;
}
.ftw95{
	width: 95% !important;
}

.module_view{
	padding:0px 20px;
}
.module_wrap{
  min-width: 1000px;
}
.m_set{
	background: #FAFAFA;
   box-shadow: 0 2px 10px 0 rgba(0,0,0,0.50);
   padding: 20px;
}
.tool_setwrap{
	overflow: hidden;
	background: #f7f7f7;
	padding-top:10px;
	border: 1px solid #D1D1D2;
	border-radius: 4px;
}
.tool_list{
	padding: 15px;
	overflow: hidden;
}
.tool_list li{
	background: #FFFFFF;
	border: 1px solid #D1D1D2;
	border-radius: 4px;
	float: left;

	width: 98px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
    color: #5F5F62;
    cursor: pointer;
}
.tool_list li:hover{
	background: #F7BA2A;
    border-radius: 4px;
    color: #FFFFFF;
    border: 1px solid #F7BA2A;
}
.formsetitem{
	padding: 15px;
	background: #FFFFFF;
box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.40);
border-radius: 4px;


}
.el_btn_wrap{
	margin-top: 20px;
}
.mcell .el-radio-group{
	margin-top: 10px;
}
.mcell:after{
	display: block;
	content: '';
	clear: both;
	width: 0;
	height: 0;
}
.mcell h3{
	font-weight: bold;
   font-size: 12px;
	color: rgba(-2147483648,-2147483648,-2147483648,0.70);

	line-height: 16px;
	/* height: 16px; */
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	width: 60%;
}
.mcell h3 i{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: rgba(-2147483648,-2147483648,-2147483648,0.40);
	letter-spacing: 0;
	line-height: 16px;
}
.m_item{
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #D1D1D2;
	border-radius: 4px;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;

}

.m_item .label {

    font-size: 14px;
    color: rgba(27,27,31,0.70);
    float: left;
    text-align: right;
    width: 20%;
    vertical-align: middle;
    line-height: 1;
    padding: 11px 12px 11px 0;
    box-sizing: border-box;

}
.m_content{
	float: left;
	width: 60%;
}
.m_oper{
	float: left;
	width:20%;
}

.m_del,.m_up,.m_down{
		margin-top: 2px;
		 display: inline-block;
		 width: 15px;
		 height: 15px;
		 border-radius: 100%;
		 margin-left: 3px;
}
.nullfalg{
		font-style: normal;
	    color: #ff4949;
	    margin-right: 4px;
}
.clone_setitem{
	padding: 5px 3px;
	margin-top:10px;
	border-top: 1px dashed #ccc;
}

/*统一设置表格字体*/
table{
	font-size: 12px!important;
}
.el-table__body-wrapper{
	font-size: 12px!important;
	color: rgba(27,27,31,0.70)!important;
	line-height: 14px!important;
}
.el-table__body-wrapper .warning-row{
	color: #ff0000;
}
.el-table__header-wrapper{
	font-size: 12px!important;
	font-weight: bold;
}
.el-form-item__label{
	font-size: 12px!important;
	color:rgba(27,27,31,0.70)!important;
}
.el-input{
	vertical-align: middle!important;
}
.el-input__inner{
	height:30px!important;
	font-size: 12px!important;

}
.el-select{
	vertical-align: middle!important;
}
.el-form-item{
	margin-bottom: 18px!important;
}
.el-select-dropdown__item{
	font-size: 12px!important;
}
.el-select-dropdown{
	border-color: rgb(209,209,210)!important;
}
.el-select-dropdown__item.hover{
	background-color: #f4f4f4!important;
}
.el-cascader .el-input__icon.el-icon-caret-bottom::before{
	color: rgba(27,27,31,0.40);
}
.el-cascader .el-input__icon.el-icon-caret-bottom{
	font-size: 12px;
}
.el-icon-caret-top{
	color: rgba(27,27,31,0.40)!important;
}
.el-icon-date{
	color: rgba(27,27,31,0.40)!important;
}
.el-dialog{
	z-index: 9999;
}
.el-pager li{
	font-size: 12px!important;
}
.el-pager li:hover{
	color: #F7BA2A!important;
}
.el-pager li.active{
	background-color: #F7BA2A!important;
	border-color:#F7BA2A!important;
}
.btn-next:hover,.btn-prev:hover{
	color: #F7BA2A!important;
}
.el-table .cell{
	line-height: 18px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.el-upload__tip{
	margin-top: 0px!important;
}
.el-button{
	padding:7px 15px!important;
	font-size: 12px!important;
	vertical-align: middle!important;
}

.sep{
	padding-left:3px;
	padding-right: 5px;

}

.c_vl{
    vertical-align: middle;

}
.f_img img{
	max-width: 700px;

}
.cs_content{
	float: left;
	width: 80%;
}
.cs_item{
	float: left;
	width: 48%;
	margin-top: 10px;
}
.cs_title{
	float: left;
	width: 30%;
}
.cs_con{
	float: left;
	width: 70%;
}
.none{
	display: none;
}
.is-ready{
	display: none !important;
}
.statistics_wrap{
	padding: 0 15px;
}
.s_row{
	margin-bottom: 20px;
}
.s_item{
	height: 100px;
	background: #F7F7F7;
    box-shadow: 1px 0 0 0 #E8E8E8;
   box-sizing: border-box;
    padding: 20px 0;
}
.s_split{
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;

}
.s_num{
	font-family: ArialMT;
	font-size: 30px;
	color: #20A0FF;
	line-height: 33px;
	text-align: center;
}
.s_title{
	text-align: center;
	font-size: 12px;
	color: rgba(27,27,31,0.70);
  	line-height: 20px;
}
.s_info_title{
	height: 50px;
}
.s_info_title span{
	display: inline-block;
	height: 16px;
    margin-top: 17px;
    line-height: 16px;
    border-left: 5px solid  #F7BA2A;
    font-size: 12px;
   color: rgba(27,27,31,0.70);
   font-weight: bold;
  padding-left: 10px;
}
.pay_top p{
	line-height: 24px;
	font-size: 16px;
   color: rgba(-2147483648,-2147483648,-2147483648,0.70);
}
.pay_money i{
	font-style: normal;
	color: #FF4949;
}
.pay_choose{
	margin-top: 10px;
}
.pay_list{

	height: 40px;
}
.pay_list li{
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #fff;
}
.pay_list .active{
	color:#D49C17;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #D1D1D2;
	border-bottom: 0;
}
.pay_detial{

	padding: 15px;
	border: 1px solid #D1D1D2;
    border-radius: 0 4px 4px 4px;
}
.pay_xianxia{
/*	height: 207px;*/
	width: calc(100% - 32px);
}

.pay_notice{
	padding: 5px 10px;
	background: rgba(247,186,42,0.10);
	border: 1px solid rgba(247,186,42,0.20);
	border-radius: 4px;
	font-size: 12px;
	color: rgba(-2147483648,-2147483648,-2147483648,0.70);
	letter-spacing: 0;
	line-height: 16px;
}
.pay_notice i{
	font-style: normal;
	color: #FF4949;
}
.pay_con{
	margin-top: 15px;
	overflow: hidden;
}
.pay_qr{
  width: 150px;
	float: left;
}
.pay_qr img{
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.pay_qr p{
	font-size: 12px;
color: rgba(27,27,31,0.70);
letter-spacing: 0;
text-align: center;
}
.pay_btns{
	float: left;
	margin-left: 20px;
	padding-top: 120px;

}
.completetime {
    float: right;
    height: 50px;
    margin-right:  15px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 14px;
}
#print_wrap .d_item {
    margin-bottom: 10px;
}
#print_wrap .apply_userinfo {
    height: 60px;
    padding: 10px 0px;
    font-size: 14px;
    color: #5F5F62;
    border-bottom: 1px solid rgba(27,27,31,0.10);
    margin-bottom: 10px;
}
#print_wrap .c_ctitle {
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;

}
.store_nav{
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	padding: 4px 0;
	height: 52px;
	position: relative;
}
.service_wrap{

	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	background: #fff;
	z-index: 100;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.sublist_item{


}
.store_cell{
	line-height: 40px;
	width: 100%;
}
.store_ct{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
    color: rgba(27,27,31,0.40);
}
.store_cb{
	/* float: left; */
	margin-left: 100px;
	font-size: 12px;
}
.store_cb span{
	cursor: pointer;
 display: inline-block;
 padding: 0 25px;
color: rgba(27,27,31,0.70);
}
.store_cb span:hover{
	    color: #C89620 !important;
}
.store_navlist{
	overflow: hidden;
}
.store_navlist li{
	cursor: pointer;
	float: left;
	height: 60px;
	width: 100px;
	text-align: center;


}
.store_navlist li span{
	display: inline-block;
	height: 49px;
	line-height: 49px;
	padding: 0 5px;
	font-size: 14px!important;
	color: #1B1B1F;
}
.store_navlist .active span{
	border-bottom:3px solid #F7BA2A;
}
.store_swiper{
	margin-top: 15px;
}
.store_type_wrap .type_cell:last-child{
   border-bottom: 0!important;
}
.banner_wrap{
	height: 290px;
	text-align: center;
}
.store_info{
	width: 1010px;
	margin: 0 auto;
}
.store_type_wrap{
	margin: 40px 0px 0px 0px;
	border: 1px solid #D1D1D2;
}
.type_cell{
	line-height: 40px;
	width: 100%;
}
.type_bb{
	border-bottom:1px dashed #D1D1D2;
}
.type_ct{
	width: 90px;
	padding-left: 10px;
	float: left;
	background: #F7F7F7;
	font-size: 12px;
	color: rgba(27,27,31,0.40);
}
.type_cb{
	margin-left: 100px;
}
.type_cb span{
	cursor: pointer;
	padding: 0 20px 0 10px;
	font-size: 12px;
	color: rgba(27,27,31,0.70);
}
.type_cb span:hover{
    color:#C89620 !important;
}
.product_t{
	padding: 30px 0;
	text-align: center;
}
.product_ttop{
	height: 40px;


}
.product_icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align:middle
}

.product_tname{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 20px !important;
	padding: 0 20px;
}
.sub_product_name{
	height: 40px;
	font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: rgba(27,27,31,0.40);
}
.product_item{
	float: left;
	width: 245px;
	margin-right: 10px;
}
.product_itemimg{
	width: 245px;
	height: 245px;
	overflow: hidden;
}
.product_itemimg img{
	max-width: 100%;
}
.product_item:nth-child(4n){
	margin-right: 0px;
}
.p_label{
	height: 30px;
	line-height:30px;
	text-align: center;
}
.p_label span{
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding:0 5px;
	background: #f7ba2a;
	color: #fff;
}
.p_name{
	text-align: center;
	font-size: 14px;

	line-height: 20px;
	font-weight: bold;
}
.p_price{

	text-align: center;


}
.p_price i{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color:  red;
	width: 135px;
	border-bottom: 1px solid #D1D1D2;
}
.p_other{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: rgba(27,27,31,0.40);
}
.st{
	color: #C89620 !important;

}
.chart_two i{
	display: inline-block;
	width: 24px;
	height: 12px;
	border-radius: 2px;
	background: #e8e8e8;
	line-height: 16px;
	vertical-align: -1px;

}
.chart_two span{
	font-size: 12px;
	color:rgba(27,27,31,0.70);
	cursor: pointer;
}
.chart_two{
	text-align: center;
}
.chart_two .active_i1{
	background: #FF6464;
}
.chart_two .active_i2{
	background: #FFC335;
}
.chart_two .active_i3{
	background: #6DCF9B;
}
.store_wrap{
	margin-bottom: 30px;
}
.product_wrap{
	overflow: hidden;
}
.el-input.is-disabled .el-input__icon.el-icon-caret-top{
	cursor: not-allowed;
}

.chooseshopbtn{
	float: right;
	margin-right: 50px;
	cursor: pointer;
}
.digest_wrap{
	width: 164px;
}
.digest_wrap p{
	width: 164px;
	height: 18px;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.task_wrap{
		margin-left: 20px;
	}
	.task_date{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.taskoverview{
		width: 1100px;
		overflow: hidden;
	}
	.taskoverview_wrap{
		width: 740px;
		float: left;
		margin-right: 20px;
	}
	.my_tasklist li{
		height: 100px;
		float: left;
		width:165px;
		background: #FAFAFA;
		border: 1px solid #E8E8E8;
		border-radius: 8px;
		margin-right: 20px;

	}
	.pointer{
		cursor: pointer;
	}
	.my_tasklist li:last-child{

		margin-right:0;
	}
	.task_icon{
		margin:20px 5px 20px 5px;
		float: left;
		width: 58px;
		height: 58px;
		text-align: center;
		line-height: 58px;
		border-radius: 100%;
		background: #fff;
	}
	.task_icon img{
		width: 30px;
		height: 30px;
		overflow: hidden;
		vertical-align: middle;

	}
	.task_items{
		float: left;
	}
	.task_items p{
		margin-top: 5px;
		padding: 0 8px;
		width: 75px;
		height: 24px;
		line-height: 24px;
		background: #FAFAFA;
		border: 1px solid #E8E8E8;
		border-radius: 100px;
		font-size: 12px;
color: rgba(-2147483648,-2147483648,-2147483648,0.70);
	}
	.task_items p i{
		margin-left: 5px;
		font-style: normal;
		font-weight: bold;
	}
	.taskoverview_list{
		overflow: hidden;
		margin-bottom: 40px;
	}
	.receivetask{
		position: relative;
		background: #FAFAFA;
		border: 1px solid #E8E8E8;
		border-radius: 0 8px 8px 8px;
	}
	.rt_top{
		position: absolute;
		left: -1px;
		top: -28px;
		height: 28px;
		font-size: 14px;
        color: #6475FF;
        font-weight: bold;
        width: 110px;
        height: 28px;
        line-height: 28px;
        padding-left: 20px;
        background: url('/static/image/tit_bg.png') no-repeat;
        background-size: 130px 28px;
	}
	.rt_con{
		height: 100px;
		margin: 20px 0;
		padding-left: 20px;
	}
	.tasklabel_list{
		overflow: hidden;
	}
	.tasklabel_list li{
		float: left;
		margin-right: 20px;
		height: 24px;
		line-height: 24px;
		padding: 0 5px;
		font-size: 12px;
        color: #D39F25;
		background: rgba(247,186,42,0.10);
        border: 1px solid rgba(247,186,42,0.20);
       border-radius: 4px;
	}
	.taskintr_wrap{
		width: 320px;
		padding-left: 17px;
		float: left;
		background: rgba(247,186,42,0.10);
		border: 1px solid #FFE9B4;
		border-radius: 8px;
		color: #D39F25;
		height: 334px;
	}
	.task_intr_top{

		font-size: 14px;
		background: url('/static/image/help.png') no-repeat 0 center;
		background-size: 18px;
		height: 44px;
		line-height: 44px;
		padding-left: 22px;
	}

	.taskintr_con p{
	    font-size: 12px;
		padding-bottom: 9px;
		line-height: 16px;
	}
	.task_num{
		margin-top: 21px;
		height: 42px;
		line-height: 42px;
		font-size: 30px;
        color: #6475FF;
        text-align: center;
	}
	.task_type{
		font-size: 14px;
        color: rgba(27,27,31,0.70);
        text-align: center;
	}
	.rt_item{
		float: left;
		width: 100px;
		height: 100px;
		background: #FFFFFF;
		border: 1px solid #E8E8E8;
		border-radius: 8px;
	}
	.rt_main{
		width: 440px;
		float: left;
		background: #FFFFFF;
		border: 1px solid #E8E8E8;
		border-radius: 8px;
	}
	.rt_info{
		border-left: 1px solid #E8E8E8;
		float: left;
		height: 100px;
		width: 330px;
		overflow: auto;
	}
	.noborder{
		border: 0;

	}
	.rt_label{
		float: left;
		margin: 5px;
		padding: 0 15px;
		height: 24px;
		line-height: 24px;
		background: #FAFAFA;
		border: 1px solid #E8E8E8;
		border-radius: 100px;
		font-size: 12px;
		color: rgba(-2147483648,-2147483648,-2147483648,0.70);
   }
   .rt_label i{
    margin-left: 5px;
    font-style: normal;
    font-weight: bold;
     color: #6475FF;
   }
   .tmr20{
   	  margin-right: 20px;
   }
   .rt_other{
   	    padding-left: 20px;
   	    overflow: hidden;
    	margin-bottom: 25px;
   }
   .tasklabel_list .t_warning{
		background: rgba(255,100,100,0.10);
		border: 1px solid rgba(255,100,100,0.20);
		color: #FF6464;
   }
   .taskintr_label{
		display: inline-block;
		padding-left: 7px;
		width: 70px;
		height: 24px;
		line-height: 24px;
		background: url('/static/image/help_bg.png') no-repeat;
		background-size: 77px 24px;
		margin-left: 8px;
		margin-bottom: 5px;

   }
.store_infowrap {
    border: dashed #ccc 1px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 10px;

}
.mrecord_del{
	font-size: 24px !important;
	text-align: center;
	line-height: 25px;
}
.store_infowrap .el-col .el-form-item  .el-form-item__content {
    margin-left:130px!important;
}
.task_btnwrap {
    padding-left: 120px;
    margin-bottom: 50px;
}
.el-pager .number.active:hover{
	color: #fff!important;
}


.pmb20 {
    margin-bottom: 20px;
}

.publish_wrap {
    padding-top: 30px;
}

.addinfo_wrap {
    width: 720px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-bottom: 20px;
}

.addinfo_top {
    height: 36px;
    line-height: 36px;
    background: #F7F7F7;
    font-size: 14px;
    color: #5F5F62;
    padding-left: 15px;
    position: relative;
}

.addinfo_con {
    padding: 15px;
}

.infoitem {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: table;
    width: 100%;
    min-height: 55px;
}

.infoitem_title {
    width: 99px;
    background: #F7F7F7;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: rgba(27, 27, 31, 0.70);
}

.infoitem_list {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    position: relative;
}

.addinfo_btn {
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    height: 22px;
    line-height: 22px;
    border: 1px solid rgba(27, 27, 31, 0.20);
    border-radius: 4px;
    padding: 0 10px 0 5px;
    font-size: 12px;
    color: rgba(27, 27, 31, 0.70);
}

.addinfo_btn i {
    font-size: 10px;
    padding: 0 5px;
}

.sel_shop_el {
    margin-right: 10px;
}

.mt5 {
    margin-top: 5px;
}

.ml10 {
    margin-left: 10px;
}
.tag_btn_wrap{
	padding: 20px 0;
}
.upload_btn{
    display: inline-block;
    padding: 0px 10px;
    background-color: #20a0ff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}
.upload_btn input{
	cursor: pointer;
}
.head_img{
width: 100px;
height: 140px;
margin-top: 20px;
}
.head_dis{
	font-size: 12px;
    color: rgb(131, 145, 165);
}
.g-core-image-corp-container .btn-upload{
    background: #f7ba2a!important;
    border-color: #f7ba2a!important;
}
.bankInfoList{
	padding-top: 20px;
}
.bankInfoList:after{
	clear: both;
	overflow:hidden;
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.bankInfo{
	width: 25%;
	height: 40px;
	padding: 5px;
	float: left;
	box-sizing: border-box;
}
.bankInfo.choose{
	border:1px solid red;
}
.bankInfo img{
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
	cursor: pointer;
}
.c_tr{
	text-align:right;
}


.mar_info>div>div{
		float: left;
	}
	.mar_info>div:after{
		content: '';
		height: 0;
		width: 0;
		display: block;
		overflow: hidden;
		clear: both;
	}
	.mar_phone{
		width: 375px;
		height: 667px;
		position: relative;
	}
	.mar_phone h3{
		position: absolute;
		top: 150px;
		left: 80px;
		width: 216px;
		text-align: center;
		font-size: 24px;
		color: #D12C1E;
		letter-spacing: 0;
		font-weight: bold;
	}
	.mar_phone .qrCode_img{
		width: 181px;
		height: 181px;
		position: absolute;
		top: 247px;
		left: 98px;

	}
	.mar_phone p{
		position: absolute;
		width: 154px;
		left: 110px;
		top: 438px;
		text-align: center;
		font-family: PingFangSC-Regular;
		font-size: 14px;
		color: #333333;
		letter-spacing: 0;
	}
	.mar_step{
		width: 500px;
		background: #FFFFFF;
		border: 1px solid #E8E8E8;
		border-radius: 4px 4px 4px 4px;
		padding: 20px;
		margin-left: 10px;
	}
/*	.mar_step .el-form-item__content{
		margin-left: 0px!important;
	}*/
	.mar_step .el-form-item{
		margin-bottom: 0!important;
	}
	.phone_img{
		width: 100%;
	}
	.m_message{
		display: block;
		float: left;
		width: 120px;
		height: 85px;
		background: #F4F4F4;
		border-radius: 8px;
		font-size: 12px;
		color: #999999;
		letter-spacing: 0;
		line-height: 14px;
		padding: 10px;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
	}
	.m_message.active{
		background: rgba(247,186,42,0.10);
		border: 1px solid rgba(247,186,42,0.20);
		color: #D49C17;
	}
	.choose_icon{
		position: absolute;
		left: 10px;
		bottom: 10px;
	}

	.coupon_phone{
		width: 375px;
	    height: 667px;
	    position: relative;
/*	    background-image: url(../../../static/image/yh_bg.jpg);*/
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    text-align: center;
	}
	.phone_bgImg{
		width: 70px;
		height: 133.4px;
		margin-top: 10px;
	}
	.couponInfo{
		width: 285px;
		height: 353px;
		background: #E74134;
		position: absolute;
		top: 129px;
		left: 45px;
	}
	.couponTop{
    width: 100%;
    height: 50%;
    border-bottom: 1px dashed #9F190F;
    padding-top: 20px;
    box-sizing: border-box;
    color: #FFD378;
  }
  .couponTop h3{
    color: #FFD378;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
  .couponTop span{
  	font-size: 64px !important;
  }
  .couponBottom{
    color: #FFD378;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 20px;
  }
  .couponBottom button{
    text-align: center;
    color: #FFD378;
    font-weight: bold;
    width: 120px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    background: #F95043;
    box-shadow: 0 5px 10px 0 rgba(119,10,1,0.30);
    border-width: 0;
    border-radius: 22px;
    margin-top: 20px;
  }
  .table_img{
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .member_tag{
	cursor: pointer;
	display: inline-block;
	background: rgba(247,186,42,0.10);
	border: 1px solid rgba(247,186,42,0.20);
	border-radius: 4px;
	font-size: 12px;
	color: #D49C17;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
}
   .membershipCard_phone{
   	width: 346px;
    height: 750px;
    background-color: #f4f4f4;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
}
	.membershipCard_phone .memberCard_title{
		position: relative;
	    line-height: 44px;
	    color: #fff;
	    background-color: black;
	    font-size: 16px;
	    text-align: center;
	}
	.membershipCard_phone .return{
		position: absolute;
	    left: 18px;
	    font-size: 13px;
	    color: #fff;
	}
	.membershipCard_phone  .card_bg{
		height:188px;
		background-color: white;

	}
	.membershipCard_phone  .card_bg .card_color{
		height:168px;
		background-color: green;
		margin: 12px;
        border-radius: 10px;

	}
  .membershipCard_phone .member_list{
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    margin-top: 10px;
    padding-left: 16px;
    box-sizing: border-box;
  }
.membershipCard_phone .member_list p{
   text-align: left;
}
.membershipCard_phone .mCard{
    font-size: 24px;
    margin: auto 0;
    padding-top: 36px;
}
    .chartArea{
        height: 300px;
				width: 100%;
				background: #fff;
				margin-top: 20px;
		}
		.block-org{
			background: #fff;
			padding: 15px 0 ;
			overflow: hidden;
		}
    .chartArea:after{
        display: block;
        clear: both;
        height: 0;
        width: 0;
        overflow: hidden;
        content: '';
    }
    .chartArea .carea{
        position: relative;
        width: 50%;
        height: 100%;
        float: left;
    }
    .carea_title{
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 12px;
        color: #333333;
    }
    .abd>label:before{
		content: "*";
		color: red;
		margin-right:4px;
	}
	.el-tag .el-icon-close{
		top: -3px!important;
	}
	.tag_dialog .tag_line{
    background: rgba(27,27,31,0.10);
    height: 1px;
    margin-bottom: 20px;
  }
  .tag_dialog .tag_list_line{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .tag_dialog .tag_list_line.tag_choose{
    border-color: #FCEBC2;
  }
  .tag_table{
    min-height: 55px;
	width: 100%;
  }
  .tag_list_line.tag_choose .tag_left_title{
    background-color: #FEF8E9;
    border-right-color: #FCEBC2;
    color: #f7ba2a;
  }
  .tag_list_line .tag_left_title{
    min-width: 100px;
    width: 14%;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-radius: 4px 0 0 4px;
    background: #F7F7F7;
    vertical-align: middle;
  }
  .tag_list_line .tag_right_tags{
    width: 80%;
    background-color: #fff;
    padding: 5px 10px 10px 10px;
  }
  .tag_dialog .el-dialog__title{
    font-size: 16px!important;
    color: #1F2D3D;
	}

	.el-select .el-tag{
		padding:0;
	}

	.el-form-item {
		padding-left: 10px;
	}
	.el-form--inline .el-form-item {
		margin-right: 0;
	}
	.search-box .el-form-item {
			margin-bottom: 0px!important;
	}
	.radiosource {
		padding: 10px;
		overflow: hidden;
	}
	.el-radio-group {
		float: right;
	}
	.addbrand_awrap .el-radio-group{
		float: none
	}
	.active{
			color: #20a0ff;
			border-color: #20a0ff;
	}


	/* 重置elementui中的多选组件样式 start */
	.el-select__tags{
		overflow: hidden;
	}
	.reset-multiple-select .el-select__tags {
			white-space: nowrap;
			margin-left: 3px;
	}
	.reset-multiple-select .el-select__tags > span {
			white-space: nowrap;
	}
	.reset-multiple-select .el-select__tags .el-tag {
			color: #696773;
			border-color: transparent;
			background-color: transparent;
			padding: 0;
			margin: 3px 0px;
	}
	.reset-multiple-select .el-select__tags .el-tag__close {
			display: none;
	}
	.reset-multiple-select .el-select__tags .el-tag:nth-last-child(n+2)::after {
			content: ',';
	}
	.mulselect_close{
			position: relative;
			float: right;
			margin-right: 8px;
			width: 16px;
			height: 16px;
			background: #fff;
			margin-top: 11px;
			z-index: 99!important;
			cursor: pointer;
			right: 26px;
	}

	/* 自定义tooltip start */
	.custom-tooltip {
			position: relative;
			width: 100%;
			height: 0;
	}
	.custom-tooltip-container {
			position: absolute;
			top: 2px;
			left: 0px;
			min-width: 150px;
			padding: 10px;
			background: #fff;
			border: 1px solid #E2E1E6;
			border-radius: 4px;
			color: #696773;
			box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
			font-size: 12px;
			line-height: 17px;
			word-break: break-all;
			word-wrap: break-word;
			z-index: 1000;
	}
	.custom-tooltip-container::before,
	.custom-tooltip-container::after {
			position: absolute;
			display: block;
			left: 20px;
			content: '';
			width: 0;
			height: 0;
			border-top: none;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid transparent;
	}
	.custom-tooltip-container::before {
			top: -8px;
			border-bottom-color: #E2E1E6;
	}
	.custom-tooltip-container::after {
			top: -7px;
			border-bottom-color: #fff;
	}



  /* 滚动条 */
  ::-webkit-scrollbar {
    width: 8px!important;
    height: 8px!important;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2)!important;
    -webkit-border-radius: 3px!important;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px!important;
    background-color: rgba(125, 125, 125, 0.7)!important;
    -webkit-border-radius: 3px!important;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 10px!important;
    background-color: rgba(125, 125, 125, 0.7)!important;
    -webkit-border-radius: 3px!important;
}

/* 自定义tooltip start */
.custom-tooltip {
	position: relative;
	width: 100%;
	height: 0;
}
.custom-tooltip-container {
	position: absolute;
	top: 2px;
	left: 0px;
	min-width: 150px;
	padding: 10px;
	background: #fff;
	border: 1px solid #E2E1E6;
	border-radius: 4px;
	color: #696773;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	font-size: 12px;
	line-height: 17px;
	word-break: break-all;
	word-wrap: break-word;
	z-index: 1000;
}
.custom-tooltip-container::before,
.custom-tooltip-container::after {
	position: absolute;
	display: block;
	left: 20px;
	content: '';
	width: 0;
	height: 0;
	border-top: none;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.custom-tooltip-container::before {
	top: -8px;
	border-bottom-color: #E2E1E6;
}
.custom-tooltip-container::after {
	top: -7px;
	border-bottom-color: #fff;
}
/* 重置elementui中的多选组件样式 start */
.reset-multiple-select .el-select__tags {
	white-space: nowrap;
	margin-left: 3px;
}
.reset-multiple-select .el-select__tags > span {
	white-space: nowrap;
}
.reset-multiple-select .el-select__tags .el-tag {
	color: #696773;
	border-color: transparent;
	background-color: transparent;
	padding: 0;
	margin: 3px 0px;
}
.reset-multiple-select .el-select__tags .el-tag__close {
	display: none;
}
.reset-multiple-select .el-select__tags .el-tag:nth-last-child(n+2)::after {
	content: ',';
}
/* 数字输入框高度变化 */
.el-input-number .el-input__inner{
	height: 36px!important;
}
/* 首页菜单 */
/* .el-menu-item span{
	display: inline!important;
} */
.approlPage .c_page{
	width: 100%
}
.apply_list a p{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	height: 39px;
}
.el-table .el-checkbox__inner{
  z-index: auto !important;
}
.el-table::after{
  z-index: auto !important;
}
