.opacity{
	opacity:0
}
.tr_item{
	background-color: #fff;
}
.actionGroup{
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.actionGroup .batch_detail {
	display: none;
	padding: 15px 0px;
	border-radius: 8px;
	background-color: white;
	position: absolute;
	width: 180px;
    left: -110px;
    top: 31px;
	box-shadow: 0 1px 17.5px 0 #eaeaea80;
	z-index: 2;
}
.actionGroup .batch_detail > div {
	color: #333333;
	position: relative;
	line-height: 30px;
	text-align: left;
	font-size: 12px;
	padding-left: 15px;
}
.actionGroup .batch_detail > div:hover {
	background-color: #ecf5ff;
	color: #409EFF;
}
.actionGroup .batch_detail > div:hover i.iconfont {
	color: #409EFF;
}
.actionGroup .batch_outer {
	position: relative;
    width: 80px;
    margin-right: 8px;
    color: #333333;
}
.actionGroup .batch_outer > i.iconfont {
	position: relative;
    top: 1px;
	margin-right: 7px;
	color: #9b9b9b;
	font-size: 14px;
}
.actionGroup .batch_detail i.iconfont {
	color: #BCC1CA;
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 14px;
}
.actionGroup .batch_outer:hover .batch_detail {
	display: block;
}
.actionGroup .batch_detail::before {
	content: '';
	position: absolute;
	border-top: 0px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	right: 20px;
	top: -5px;
}
.page_control_selectBtn{
	/*float:right;*/
	margin-right:5px;
}
@media (max-width:1900px){
	.page-table-content.showheader{
		height: calc(100% - 70px);
	}
}
.page-table-content.showheader{
	/*height:100%;*/
	/*margin-top:40px;*/
	background-color: #fff;
}
.page_control_selectWords{
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	margin-right:5px;
}
.page_sale_operate{
	padding:0 10px;
}
.page_sale_operate span{
	display: inline-block;
	height:45px;
	line-height: 45px;
	padding-left: 17px;
	cursor: pointer;
}
.page_sale_operate .span_line{
	height: 12px;
    width: 2px;
    padding-left: 0;
    display: inline-block;
    background-color: #eeeeee;
    vertical-align: top;
    margin-left: 5px;
    margin-right:5px;
    margin-top:16px;
}
/* .page_control_state{
	margin-left:5px;
}
.page_control_store{
	margin-left:5px;
}
.page_control_canal {
	margin-left: 5px;
} */
.button-operate > div{
	margin-bottom: 10px;
}
.button-operate .cm_c_selectbox {
	margin-right: 5px;
	vertical-align: top;
	border-radius: 3px;
}

.page_control_dateGroup{
	vertical-align: top;
}
.page_control_selectBtn{
	display: inline-block;
	margin-left:10px;
	vertical-align: top;
	border-radius: 3px;
	-webkit-border-radius:3px;
	width: 60px;
}
.page_control_dateGroup{
	margin-left:5px;
}
.page_control_ownerstore{
	margin-left:5px;
}

.cm_table .refreshStatus{
	/*background: url("images/c_mainMenu_2nd_icon15.png") no-repeat 8px center;*/
	/*padding:0 0 0 25px;*/
	/*text-align: left;*/
}

.actionBtn.cm_button{
	width: 40px;
	margin-left: 5px;
}

.page_viewer table{
	width: 100%;
	display: block;
}
.page_viewer table tbody,.page_viewer table tbody tr {
	width: 100%;
	display: block;
	position: relative;
}
.page_viewer td{
	line-height: 36px;
	text-align: left;
	display: inline-block;
	float: left;
	/* overflow: auto; */
	text-overflow: clip;
	white-space: normal;
	height: 36px;
}
.page_viewer td:first-child{
	width: 15%;
	padding-left:10px;
}
.page_viewer td:last-child {
	width: 85%;
}
.page_viewer .half td{
	width: 50%;
}
.page_viewer .half td p:first-child {
	width: 30%;
	float: left;
    color: #888;
}
.page_viewer .half td p:last-child {
	width: 70%;
	float: left;
	padding-left: 48px;
	color: #2c2c2c;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page_viewer .half td p:last-child .icon-tuanchang_huaban1 {
	margin-left: 15px;
    color: #00B7EE;
    vertical-align: top;
    display: inline-block;
}
.page_viewer .half .control_btn:hover {
	color: #832688;
    background-color: rgba(248,242,248,1);
    border-color: #832688;
}
.page_viewer .half .control_btn {
	position: absolute;
	cursor: pointer;
    left: 370px;
    line-height: 24px;
    padding: 0px 5px;
    text-align: center;
    border-radius: 3px;
    color: #2e2e2e;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.page_viewer tr:nth-child(2n+1){
	background-color: #f3f3f3;
}
.privilege_icon,.group_bug_icon{
	display: none;
	vertical-align: top;
	width: 18px;
  height: 18px;
  margin-left: 3px;
}
.privilege_icon{
  background: url(images/privilege_icon.png) no-repeat center center;
  background-size: 18px 18px;
}
.group_bug_icon{
  background: url(images/group_bug_icon.png) no-repeat center center;
  background-size: 18px 18px;
}
.privilege_icon.show{
	display: inline-block;
}
.group_bug_icon.show{
  display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.actionBtn.cm_button.selected.view{
	/* border: 1px solid #dedede; */
	background: #fff;
  color: #7E2A7F;
}
.cancel_verification, .delivery, .refund {
	display: inline-block;
    /* background-color: #7D297F; */
    width: 36px;
    height: 18.5px;
    text-align: center;
    vertical-align: top;
    border-radius: 2px;
    color: #7D297F;
    /* line-height: 19px; */
    margin-left: 6px;
}
.delivery {
	background-color: #6ABB6C;
}
.page-table-content table tbody tr:hover {
	background-color: unset !important;
}
/* .refund {
	background-color: #E12B2B;
} */
#hexiao_mendian .boxInner{
    width: 550px;

}

#hexiao_mendian .title-div {
    margin-top: -10px;
    text-align: left;
}

#hexiao_mendian .title-span {
    height: 20px;
    border-left: 4px solid #782f84;
    line-height: 20px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: bold;
}
#hexiao_mendian .cm_form_tit{
    float: left;
    margin-left: 20px;
}
#hexiao_mendian #consumestore{
    width: 380px;
    height: 25px;
    background: url(img/cm_select_ico.png)  no-repeat 360px center;
    margin-left: -35px;
    border-radius: 4px;
    border-color: #e5e5e5;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
#page_remark .content{
	border: none;
}

#rlprinter .table-content-head{
	/* min-width: 1224px; */
	overflow: hidden;
	/* display: none; */
}
#rlprinter .table-content-list{
	/* min-width: 1224px; */
	/* top: 70px; */
	background-color: transparent;
	/* overflow: auto; */
}
.table_box {
	/* position: relative; */
	width: 1720px;
	min-height: 100%;
	box-sizing: content-box;
	/* overflow: auto; */
}
.table-content-list::-webkit-scrollbar{
	position: relative !important;
	right: -6px !important;
	top: 14px !important;
}
.table-content-list::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
.table-content-list::-webkit-scrollbar-thumb {
	position: absolute !important;
	right: -6px !important;
	top: 14px !important;
}
/* .table-content-list .data_head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
} */
.table-content-list .data_item {
	width: 1720px;
	margin-bottom: 10px;
	padding-top: 32px;
	background-color: #fafafa;
	position: relative;
}
.table-content-list .data_item:last-child {
	margin-bottom: 7px;
}
.table-content-list .data_item .base_info {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 1720px; */
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #555;
	font-size: 12px;
	padding-left: 8px;
	background-color: #fafafa;
}
.table-content-list .data_item .base_info span {
	margin-right: 15px;
	vertical-align: top;
}
.table-content-list .data_item .base_info span.groupBuyLeader {
	color: #fff;
    position: relative;
    background-color: #00B7EE;
    margin: 0;
    padding: 0px 3px;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: text-bottom;
}
.table-content-list .data_item .base_info .groupBuyNum {
	box-sizing: border-box;
	color: #00B7EE;
	position: absolute;
    left: 30px;
    height: 16px;
    top: 0;
    border: 1px solid #00B7EE;
    border-radius: 0 2px 2px 0;
    line-height: 14px;
    font-size: 12px;
    padding: 0 2px;
}
.table-content-list .data_item .base_info span.time {
	color: #acacac;
}
.table-content-list .data_item .base_info span.name {
	color: #813A86;
	cursor: pointer;
}
.table-content-list .data_item .base_info span.newMember {
	display: inline-block;
	padding: 0 3px;
	background-color: #F4B491;
	border-radius:3px;
	color: #fff;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-bottom;
	margin-right: 8px;
}
.table-content-list .data_item .base_info span.name i{
	vertical-align: top;
}
.table-content-list .data_item .base_info span.logisticsFee {
	color: #555;
}
.table-content-list .data_item .table_info {
	/* width: 100%; */
	width: 1720px;
	/* padding-left: 436px;
	padding-right: 198px; */
	/* overflow: auto; */
	position: relative;
}
.tdwrap {
	color: #222;
	height: 40px;
	line-height: 40px;
}
.table-content-head .icon_billboard {
	height: 30px;
	display: none;
}
.table-content-head .icon_billboard .icon_item {
	float: left;
	font-size: 12px;
	color:#909090;
	width: 46px;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
	margin-right: 8px;
}
.table-content-head .icon_billboard .icon_item i {
	vertical-align: middle;
}
.table-content-head tr,
.table-content-list tr {
	/* height: 46px !important; */
	height: 40px;
	overflow: unset;
}
.table-content-head td,
.table-content-list td {
	/* height: 46px !important; */
	height: 40px;
	overflow: unset;
}
.table-content-head .table_info .table_body,
.table-content-list .table_info .table_body{
	width: 1720px;
	/* width: 100%; */
	/* box-sizing: border-box; */
	/* padding-left: 501px; */
	/* padding-right: 213px; */
	/* overflow: auto; */
}
.table-content-head .table_info .table_body::-webkit-scrollbar,
.table-content-list .table_info .table_body::-webkit-scrollbar{
	width: 0 !important;
	height: 0 !important;
}
.table-content-head .table_info .table_body::-webkit-scrollbar-track-piece,
.table-content-list .table_info .table_body::-webkit-scrollbar-track-piece{
	background-color: transparent !important;
	opacity: 0 !important;
}
.table-content-head .table_info .table_fixed_left,
.table-content-list .table_info .table_fixed_left{
	position: absolute;
	left: 0;
	top: 0;
	width: 397px;
	overflow: hidden;
	box-shadow: 4px 0 6px -4px rgba(0,0,0,.2);
}
.table-content-head .table_info .table_fixed_right,
.table-content-list .table_info .table_fixed_right{
	position: absolute;
	right: 0;
	top: 0;
	width: 206px;
	/* transform: translateX(-8px); */
	box-shadow: -4px 0 6px -4px rgba(0,0,0,.2);
}
.table-content-list .table_info .table_fixed_right {
	/* transform: translateX(-8px); */
}
.table-content-head .scroll_right.m_right {
	right: 8px;
	overflow: unset;
} 
.table-content-head .scroll_right.m_right::after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: -8px;
	width: 9px;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}
.table-content-list .table_fixed_right::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: -2px;
	width: 3px;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}
.table-content-list .tr_item.refund td{
	color: #B2B2B2;
}
.table-content-list .data_item .table_info .table_fixed_left td,
.table-content-list .data_item .table_info .table_fixed_right td{
	/* box-sizing: content-box; */
}
.table-content-list .data_item .table_info .table_fixed_right td {
	box-sizing: content-box;
}
.table-content-list .data_item .table_info .table_fixed_right .batch_btn {
	position: absolute;
	top: -34px;
	height: 34px;
	left: 0;
	line-height: 34px;
	background-color: #fafafa;
}
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_onekey_refund,
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_refund,
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_deliver{
	width: 59px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	/* color: #fff; */

	color: #2e2e2e;
	border: 1px solid #dfdfdf;
	background-color: #fff;
}
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_refund:hover,
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_deliver:hover {
	opacity: 0.7;
}
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_onekey_refund {
	border: none;
	background-color: transparent;
	color: #7e2a7f;
}
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_onekey_refund:hover {
	color: #974398;
}
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_refund {
	/* background-color: #7D297F; */
	margin-left: 2px;
	margin-right: 4px;
}
.table-content-list .data_item .table_info .table_fixed_right .batch_btn .batch_deliver {
	/* background-color: #69BB6B; */
	/* margin-left: 2px; */
}
.table-content-list .data_item .table_info .control_btn {
	display: inline-block;
	width: 40px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	margin-left: 5px;
	border-radius: 3px;

	color: #2e2e2e;
	border: 1px solid #dfdfdf;
	background-color: #fff;
}
.table-content-list .data_item .table_info .control_btn:hover {
	opacity: 0.7;
}
/* 查看 */
/* .table-content-list .table_info .view{
	color: #2e2e2e;
	border: 1px solid #dfdfdf;
	background-color: #fff;
} */
/* 退款 */
/* .table-content-list .table_info .refund{
	color: #fff;
	border: 1px solid #e12b2b;
	background-color: #e12b2b;
} */
/* 核销 */
/* .table-content-list .table_info .use{
	color: #fff;
	border: 1px solid #40c9c9;
	background-color: #40c9c9;
} */
/* 发货 */
/* .table-content-list .table_info .deliver{
	color: #fff;
	border: 1px solid #69bb6b;
	background-color: #69bb6b;
} */
/* .table-content-list .table_info .view:hover,
.table-content-list .table_info .refund:hover,
.table-content-list .table_info .use:hover,
.table-content-list .table_info .deliver:hover{
	opacity: 0.7;
} */
.page-main{
	min-width: 0;
}
.page-table-header{
	min-width: 1172px;
	height: auto;
	margin-bottom: 0;
	padding-right: 160px;
	position: relative;
}
.backup {
	padding: 5px 40px 5px 5px;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.backup-edit {
	position: absolute;
	right: 5px;
	/* width: 30px;
	height: 30px; */
	/* background: #f00; */
	background: url("images/card_edit_white_icon.png") no-repeat  center;
	background-size: 12px 16px;
	top: 50%;
	transform: translateY(-50%);
}
.status-wrap {
	height: 24px;
	/* text-align: center; */
	overflow: hidden;
}
.status-wrap .status {
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 24px;
}
.status-wrap .selected {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width: 40px;
	line-height: 24px;
}
/* .actionBtn.cm_button.deliver {
	background-color: #6abb6c;
	color: #fff;
} */
.actionBtn.cm_button.delivered {
	background-color: #9b9b9b;
	color: #fff;
}
th,td {
	padding: 0 8px;
	text-align: left;
}
#page_viewer .un_use{
	color: #69BB6B;
}
#page_viewer .warning{
	height:48px;
	position:relative;
	margin-bottom:4px;
}
#page_viewer .warning:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
#page_viewer .warning_img{
	height:48px;
	width:70px;
	float: left;
	background:url("../img/waning.png") no-repeat top center;
}
#page_viewer .warning_text{
	float: left;
}
#page_viewer .warning_text div:first-child{
	margin-bottom: 4px
}
#page_viewer .warning_bod{
	float: left;
	height: 48px;
	width: 900px;
	position: relative;
}
#page_viewer  .reason{
	font-size: 12px;
	color:#cd3e36;
	background-color: #fff2f1;
	width: 900px;
	text-align: left;
	line-height: 26px;
	margin-left: 70px;
	margin-bottom: 5px;
	padding: 2px;
	box-sizing: border-box;
}
#page_viewer  .reason .icon-reason{
	background-image:url('css/img/reason.png');
	background-repeat:no-repeat;
	background-size: 14px 14px;
	background-clip: padding-box;
	background-position: center center;
	width:20px; 
	height:26px; 
	display: inline-block;
}
#page_viewer  .reason .icon-reason:before {
	content:'\3000';
}
#page_viewer .warning_text div{
	color:#E12B2B;
	font-size: 14px;
	text-align: left;
	height:18px;
	line-height: 18px;
}
#page_viewer .warning_text div:last-child{
	color:#666;
}
#page_viewer .btn.disabled{
	position: absolute;
	right:70px;
	top:14px;
	font-size: 12px;
	width:282px;
	height:30px;
	border-radius:2px;
	border:1px solid #DEDEDE;
	color:#DDDDDD;
	background:url("../img/checkbox__inner.png")  no-repeat left center;
	background-size: 5%;
	background-origin: content-box;
	padding-left: 9px;
}
#page_viewer .btn.undisabled{
	position: absolute;
	right:70px;
	top:14px;
	font-size: 12px;
	width:282px;
	height:30px;
	border-radius:2px;
	border:1px solid #DEDEDE;
	color:#90208C;
	background:url("../img/checkbox__inner_after.png")  no-repeat left center;
	background-size: 5%;
	background-origin: content-box;
	padding-left: 9px;
}
#page_viewer .tkbtn{
	position: absolute;
	right:376px;
	top:14px;
	font-size: 12px;
	width:70px;
	height:30px;
	border-radius:2px;
	border:1px solid #DEDEDE;
	background-size: 5%;
	background-origin: content-box;
}
#page_viewer .tkbtn:hover{
	cursor: pointer;
}
#page_viewer .btn{
	cursor: pointer;
}
#page_viewer .margin_m{
	margin-left: 14px;
	margin-right: 2px;
}

#preventRobot,
#batch_refund_smscode {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1005;
	display: none;
}
#preventRobot .wrapper,
#batch_refund_smscode .wrapper {
	background: #ffffff;
	width: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fdc;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	padding: 15px;
	font-size: 14px;
}
#batch_refund_smscode .wrapper {
	background: #fff;
}
#preventRobot .wrapper .title {
	font-size: 12px;
	color: #e33;
	font-weight: bold;
}
#batch_refund_smscode .cm_msgcode .cm_msgcode_explain {
	padding-left: 0;
}
#preventRobot .wrapper .close,
#batch_refund_smscode .wrapper .close {
	font-size: 24px;
	cursor: pointer;
	float: right;
	line-height: 18px;
}
#preventRobot .wrapper .close::before,
#batch_refund_smscode .wrapper .close::before {
	content: "\00d7";
}
#preventRobot .wrapper .preventRobot-tip {
	color: #e33;
	margin-bottom: 11px;
	margin-top: 8px;
}
#preventRobot .wrapper .code {
	width: 129px;
	height: 30px;
	padding-left: 9px;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	border: 1px solid #eeeeee;
}
#preventRobot .wrapper .codeImg {
	width: 63px;
	height: 26px;
	margin-left: 6px;
	margin-bottom: 2px;
}
#preventRobot .wrapper .button,
#batch_refund_smscode .wrapper .button {
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	border: solid 1px #ddd;
	border-radius: 2px;
	color: #000;
	background-color: #fff;
}

#preventRobot .wrapper .sure,
#batch_refund_smscode .wrapper .sure {
	background-color: #e33;
	border-color: #e33;
	color: #fff;
}

#batch_refund_smscode .wrapper {
	width: 400px;
}

#page_confirm_refund .box {
	transform: translate(-50%,-50%);
}

#page_confirm_refund .boxInner {
	transform: translate(0,0);
}
.page-main .cm_datepickerGroup{
	width: 228px;
	border-radius: 3px;
}
.page-main .cm_datepickerGroup_date{
	display: inline-block;
	height: 100%;
	width: 72px;
	vertical-align: top;
	padding-left: 0;
	background: none;
}
.page-main .cm_datepickerGroup_date input {
	padding-left: 3px;
}
#page_addTags .add-wrap {
	margin-top: 10px;
}
#page_addTags .add-wrap-input {
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #222;
	border: 1px solid #e7e7e7;
    border-radius: 3px;
}
#page_addTags .box_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* .page-main .button-batch-expiredate {
	margin-right: 8px;
	width: 30px;
	height: 30px;
	font-size: 12px;
	color: #9b9b9b;
} */
#batch_expire_date .tip_txt {
	text-align: left;
}
#batch_expire_date .tip_txt .tip_number {
	color: red;
	font-weight: bold;
}
#batch_expire_date #batch_date_box {
	margin: 10px 0;
	text-align: left;
}
#batch_expire_date #batch_date_box .tip {
	margin-right: 20px;
}
.page-main .button-print{
	float: right;
	padding-left: 0;
	width: 30px;
	height: 30px;
	font-size: 12px;
	background: #fff url(img/button-print-ico.png) no-repeat 8px center;
}
.page-main .button-print:hover {
	background: #d7d7d7 url(img/button-print-ico.png) no-repeat 8px center;
}
/* .page-main .button-add-tags{
	float: right;
	padding-left: 0;
	width: 30px;
	height: 30px;
	font-size: 12px;
	margin-right: 8px;
	background: #fff url(img/addTags.png) no-repeat 8px center;
}
.page-main .button-add-tags:hover {
	background: #d7d7d7 url(img/addTags.png) no-repeat 8px center;
} */
.page-main .button-excel,
.page-main .button-batch-refund{
	float: right;
	padding-left: 0;
	width: 30px;
	height: 30px;
	font-size: 12px;
	color: #9b9b9b;
	margin-right: 8px;
}

.push_list {
	margin-bottom: 17px;
}
#page_remark .content,
#page_deliver .content,
#page_confirm_batch_refund .content,
#page_confirm_batch_deliver .content {
	padding: 13px;
	text-align: left;
}
#page_confirm_batch_refund .content_title ,
#page_confirm_batch_deliver .content_title {
	text-align: left;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #000;
}
#page_remark .cm_form_tit ,
#page_deliver .cm_form_tit ,
#page_confirm_batch_refund .cm_form_tit ,
#page_confirm_batch_deliver .cm_form_tit {
	width: 57px;
	font-size: 12px;
}
#page_remark .comment_tit {
	font-size: 12px;
}
#page_confirm_batch_refund .check_list ,
#page_confirm_batch_deliver .check_list {
	margin: 15px 0 27px;
} 
#page_remark .content_right_box ,
#page_deliver .content_right_box ,
#page_confirm_batch_refund .content_right_box ,
#page_confirm_batch_deliver .content_right_box {
	display: inline-block;
	width: 380px;
	margin-left: 10px;
}
#page_confirm_batch_refund .content_right_box .all-in,
#page_confirm_batch_deliver .content_right_box .all-in{
	display: block;
}
#page_confirm_batch_refund .content_right_box .sales,
#page_confirm_batch_deliver .content_right_box .sales{
	display: inline-block;
	width: 49%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#page_confirm_batch_refund .content_right_box .cm_c_select {
	width: 100%;
	border: 1px solid #E5E5E5;
	background-position-x: 353px;
}
#page_deliver .content_right_box .cm_c_select ,
#page_confirm_batch_deliver .content_right_box .cm_c_select {
	width: 226px;
	border: 1px solid #E5E5E5;
	background-position-x: 198px;
}
#page_deliver .content_right_box .warning_text,
#page_confirm_batch_refund .content_right_box .warning_text,
#page_confirm_batch_deliver .content_right_box .warning_text{
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #909090;
}
#page_deliver .content_right_box .warning_text span,
#page_confirm_batch_refund .content_right_box .warning_text span,
#page_confirm_batch_deliver .content_right_box .warning_text span{
	color: #5aabe2;
}
.push_list .push_content_txt {
	display: inline-block;
	width: 100%;
	height: 65px;
	background: rgba(255,255,255,1);
	border-radius: 3px;
	border: 1px solid rgba(229,229,229,1);
	padding: 10px;
	overflow: auto;
	resize: none;
}
.push_list .input_text {
	padding: 7px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	width: 100%;
	font-size: 12px;
	margin-right: 2px;
}
#page_remark .push_list {
	margin: 0;
}
#page_remark .push_content_txt {
	height: 104px;
}

.tab_box {
	z-index: 1;
	width: auto;
	height: 42px;
	position: absolute;
	left: 224px;
	line-height: 42px;
	font-size: 12px;
}
.left_fix {
	left: 105px;
}

.cm_checkbox label input[type="checkbox"] {
	visibility: hidden;
}

.cm_checkbox .cm_form_checkboxGroup>label {
	margin-right: 0px;
}

.cm_checkbox .cm_form_checkboxGroup {
	font-size: 0;
}

.cm_checkbox .cm_form_checkboxGroup>label {
	background-image: url(./images/checkbox_unchecked.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	line-height: 22px;
	font-size: 12px;
	color: #555;
	cursor: pointer;
}

.cm_checkbox .cm_form_checkboxGroup>label.selected {
	background-image: url(./images/checkbox_checked.png);
}

.tab_box .tab_box_nav, .tab_box .tab_content {
	display: inline-block;
}
.tab_box .tab_content .tab_list {
	display: inline-block;
	margin-left:20px;
}

.goods_name {
	font-size: 12px;
	font-weight:bold;
	color:#333;

	display: inline-block;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 254px;
}


.page-modalWindow .box .title {
	border-bottom: 2px solid #f3f3f3;
}

.page-modalWindow .box .title .bordLeft {
	border-left: 6px solid #832688;
}
.page-modalWindow .box .cm_form_tit {
	font-weight: 400;
}
.page-modalWindow .content .push_list .cm_form_tit {
	font-weight: 400;
}

.page-modalWindow.page_deliver .title {
	padding: 0;
}

#page_deliver .cm_form_select.logisticsCompany, #page_confirm_batch_deliver .cm_form_select.logisticsCompany {
	width: 200px;
}

#page_deliver .cm_form_select.logisticsCompany select, #page_confirm_batch_deliver .cm_form_select.logisticsCompany select {
	background: url(img/cm_select_ico.png) no-repeat 174px center;
}

#page_confirm_batch_refund .box .all_in_box, #page_confirm_batch_deliver .box .all_in_box {
    margin-left: 10px;
}

#page_confirm_batch_refund .box .merge_good, #page_confirm_batch_deliver .box .merge_send_good {
	margin-left: 71px;
}

#merge_store .consumestore {
	width: 320px;
    height: 25px;
    background: url(img/cm_select_ico.png)  no-repeat 296px center;
    border-radius: 4px;
    border-color: #e5e5e5;
    appearance:none;
    -moz-appearance:none;
	-webkit-appearance:none;
	padding-right: 30px;
}

.data_item .hasDelIver {
	cursor: default;
}

.page_viewer .box .content {
	max-height: 590px;
    overflow: auto;
}
@media only screen and (max-height:600px){
	.page_viewer .box .content{
    max-height: 390px;
  }
}
.page_viewer .box .boxInner {
	width: 824px;
}
.page_viewer .info .table_info tbody {
	padding: 0;
}
.page_viewer .content .info .info_item .title {
    padding-left: 68px;
}
.page_viewer .content .info .info_item .groupBuyTr {
	padding-left: 68px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.page_viewer .content .info .info_item .empty {
	height: 60px;
	padding-left: 68px;
	color: #333;
	text-align: center;
}
.page_viewer .content .info .info_item .empty .emptyTd{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #888;
}
.page_viewer .content .info .info_item .empty .retry{
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	color: #e33;
}
.page_viewer .content .info .info_item .groupBuyTr td{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_viewer .content .info .info_item .groupBuyTr .name {
	color: #813A86;
    cursor: pointer;
}
.page_viewer .content .info .info_item .groupBuyTr .no_exist {
	opacity: 0.3;
}
.page_viewer .content .info .info_item .groupBuyTr .icon-tuanchang_huaban1 {
	position: absolute;
    margin-left: 10px;
    color: #00B7EE;
    font-size: 14px;
    right: 0;
    top: 2px;
}

.table_info .tr_item .un_use {
	color: #69BB6B;
}

.table_box .data_item .tr_item.tip_color, .table_box .data_item .tr_item .tip_color1 {
	/* color: #B2B2B2; */
	color: #222;
}

.table_box .data_item .store_icon {
	font-weight: normal;
	font-size: 16px;
  color: #909090;
  margin-right: 8px;
  vertical-align: -1.5px;
}

.page-modalWindow .buttons .update-remarke-confirm {
	margin-right: 0;
}

.table_fixed_left .tr_item td {
	border-right: 1px solid #f4f4f4;
}

.table_fixed_left .tr_item .font_bolder {
	font-weight: 600;
}
.table_body .tr_item .font_bolder {
	font-weight: 600;
}
.table-content-head th .tdwrap {
	font-size: 12px;
	color:#acacac;
	font-weight: normal;
}
.table-content-head .table_fixed_left th {
	border-right: 1px solid #f4f4f4;
}

.page-table-content table tbody tr td {
	height: 40px;
	/* border-bottom: none; */
}

.page-table-content table thead tr {
	height: 40px;
}
.page-table-content table tr:nth-child(even) {
	background-color: #fff;
}

.cm_c_selectbox .cm_c_select .cm_c_selectname {
	width: 56px;
}
.cm_c_selectbox .cm_c_select {
	width: 130px;
	background: #fff url(img/cm_select_ico.png) no-repeat 111px center;
}
.page_control_selectWords .cm_selectinput_input {
	width: 71px;
}

.page_control_selectWords .cm_selectinput_input .to_out_date {
	display: inline;
    float: left;
    width: 50px;
    height: 30px;
}

.page_control_selectWords .cm_selectinput_input .to_out_date::-webkit-outer-spin-button,
.page_control_selectWords .cm_selectinput_input .to_out_date::-webkit-inner-spin-button { -webkit-appearance: none; }
.page_control_selectWords .cm_selectinput_input .to_out_date[type="number"]{ -moz-appearance: textfield; }

.table_box .data_item .refresh_icon {
    font-size: 14px;
		/* margin-left: 12px; */
		color: #909090;
}
.comment_width {
	position: relative;
	/* border-right: 0 !important; */
}
.updateinfoDiv {
	display: none;
	position: absolute;
  left: 7px;
  top: 32px;
	width: 119px;
	height: auto;
  line-height: 20px;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #d4d4d4;
	padding: 3px 5px;
	z-index: 12;
	white-space: normal;
	word-break: break-all;
}
#popup_sort .tip{
	color: #999;
}

#date_box {
    display: inline-block;
}
#date_box .block {
	width: 230px;
	height: 30px;
    display: inline-block;
}
#date_box .el-date-editor .el-range-separator{
	width: 22px;
    line-height: 20px;
    font-size: 12px;
}

#date_box .el-date-editor.el-input__inner {
	width: 100%;
	height: 100%;
	padding: 4px 2px 2px 9px;
}
#date_box .el-date-editor .el-range-input {
	width: 48%;
}
#date_box .el-date-editor .el-range__icon, #date_box .el-date-editor .el-range__close-icon {
	line-height: 22px;
}

.page-modalWindow .content_right_box.logistics_boxs {
	position: relative;
}

.logistics_boxs .logistics_box {
	display: none;
	position: absolute;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
	overflow: hidden;
	top: 36px;
}

.logistics_boxs .logistics_box .commonly_used {
	font-size: 0;
}

.logistics_boxs .logistics_box .usually_txt {
	display: inline-block;
	vertical-align: middle;
    width: 33px;
    height: 104px;
    font-size: 13px;
    color: #fff;
    background-color: #B177B4;
    padding: 34px 8px;
    text-align: center;
    line-height: 16px;
}

.logistics_boxs .logistics_box .logistics_txt {
	display: inline-block;
	vertical-align: middle;
    font-size: 12px;
    color: #191919;
    line-height: 28px;
}

.logistics_boxs .logistics_box .distance_txt {
	padding-left: 12px;
	cursor: pointer;
	color: #7e2a7f;
}

.logistics_boxs .logistics_box .distance_txt:last-child {
	padding-right: 20px;
}

.logistics_boxs .logistics_box .logistics_list {
	border-top: 0.5px solid #fff;
    font-size: 0;
	height: 30px;
	overflow: hidden;
}
.logistics_boxs .logistics_box .logistics_list1 {
    background-color: #F7F7F7;
}
.logistics_boxs .logistics_box .number_letter {
	display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #C4C4C4;
    width: 33px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.logistics_boxs .logistics_box .distance_txt1 {
	padding-left: 12px;
    display: inline-block;
	font-size: 12px;
	cursor: pointer;
}
.logistics_boxs .logistics_box .distance_txt1:last-child {
	padding-right: 20px;
}
.logistics_boxs .logisticsCompanys_box {
	width: 200px;
	height: 30px;
    border: 1px solid #e5e5e7;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(img/cm_select_ico.png) no-repeat 174px center;
	overflow: hidden;
	cursor: pointer;
}
.logistics_boxs .logisticsCompanys {
	display: inline-block;
    width: 84%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
	color: #333;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-style: none ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
}
.logistics_boxs .logistics_lists {
	height: 320px;
    overflow: auto;
}


#page_viewer.page-modalWindow .content {
	padding: 22px 5px 0;
}

.table-content-list .data_item .base_info .no_exist {
	opacity: 0.3;
}


/* 改版 */
.page-main {
	z-index: 1;
}
.page-main-center{
	position: relative;
	z-index: 2;
}
.page-bg-white{
	position: absolute;
	background: white;
	left: 0;
	bottom: 0;
	right: 0;
	top: 52px;
	z-index: 2;
}
#rlprinter .table-content-list{
	min-width: 100%;
}
.table-laosu .table-content-list .data_item
{
	width: 100%;
	/* background:rgba(243,243,243,1); */
	border-radius:2px;
}
.table-laosu .table-content-list .data_item .table_info {
	width: 100%;
	background: #fff;
}
.table-content-head .table_info .table_body, .table-content-list .table_info .table_body{
	width: 100%;
	min-width: 1230px;
}
.table-laosu .table-content-list .data_item *{
	box-sizing: border-box;
}
.table-laosu .tdwrap{
	height: auto;
	line-height: normal;
	overflow: visible;
}
.td_info_remark, .tdwrap{
	white-space: normal;
}

.table-laosu td{
	padding: 0;
	white-space: normal;
	color:rgba(34,34,34,1);
}
.td_info{
	padding: 10px 12px;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.td_info_img{
	width: 68px;
}
.td_info_body{
	flex: 1;
	width: 0;
	margin-left: 12px;
}
.td_info_name{
	width:auto;
	min-height:15px;
	font-size:12px;
	font-weight:bold;
	color:rgba(34,34,34,1);
	line-height:15px;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.td_info_bar{
	margin-top: 10px;
}

.td_info_tag{
	width:29px;
	height:16px;
	background:rgba(160,160,160,1);
	border-radius:2px;
	line-height: 15px;
	text-align: center;
	color: white;
	display: inline-block;
}

.old_price{
	text-decoration: line-through;
	height:17px;
	font-size:13px;
	font-family:MicrosoftYaHeiUI;
	color:rgba(153,153,153,1);
	line-height:17px;
}

.cur_price{
	height:17px;
	font-size:13px;
	font-family:MicrosoftYaHeiUI;
	color:rgba(34,34,34,1);
	line-height:17px;
}
.table-laosu .td_info .price {
	font-size:14px;
	font-weight:bold;
	color:rgba(34,34,34,1);
	line-height:18px;
}
.table-laosu .td_info .wlf {
	margin-top: 5px;
	font-size: 12px;
	color:rgba(34,34,34,1);
	line-height:15px;
}
.td_info_address{
	color:rgba(34,34,34,1);
	line-height:19px;
	margin-top: 4px;
}
.td_info_type{
	color:rgba(153,153,153,1);
}
.table-laosu .td_info_type .store_icon{
	margin-right: -2px;
}
.td_info_status.no_user{
	color:rgba(105,187,107,1);
}
#rlprinter .table-content-list{
	top: 36px;
}
.table-laosu thead th{
	border-color: transparent;
}
.table-laosu .table-content-list .data_item .base_info{
	background: #F3F3F3;
}
.table-laosu .table-content-list .data_item .base_info .time{
	color: #222;
}
.table-laosu .table-content-list .data_item .table_info .control_btn {
	margin-left: 0;
	transition: .3s all ease;
}
.table-laosu .table-content-list .data_item .table_info .control_btn.other_btns_1{
	border: none;
}
.table-laosu .table-content-list .data_item .table_info .control_btn.other_btns_1 .icon-more{
	display: none;
	width: auto;
}
.table-laosu .other_btns.other_btns_1 .other_btns_list .other_btns_warp {
	background: transparent;
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.table-laosu .other_btns.other_btns_1 .other_btns_list .other_btns_warp::after{
	display: none;
}
.table-laosu .other_btns.other_btns_1 .other_btns_list {
	display: inline;
	position: static;
	width: auto;
}
.table-laosu .table-content-list .data_item .table_info .other_btns_1 .other_btns_list .control_btn{
	width: 40px;
	line-height: auto;
	border: 1px solid #dfdfdf;
}
.table-laosu .table-content-list .data_item .table_info .other_btns_1 .other_btns_list .control_btn.cancelReserve{
	width: 60px;
}
.table-laosu .table-content-list .data_item .table_info .other_btns_1 .other_btns_list .control_btn:hover{
	border-color: #832688;
}
.table-laosu .table-content-list .data_item .table_info .other_btns_1:hover .other_btns_list .control_btn{
}

@media screen and (min-width: 1480px) {
	.table-laosu .table-content-list .data_item .table_info .control_btn {
		margin-left: 0;
	}
	.table-laosu .table-content-list .data_item .table_info .control_btn.other_btns_2{
		border: none;
	}
	.table-laosu .table-content-list .data_item .table_info .control_btn.other_btns_2 .icon-more{
		display: none;
		width: auto;
	}
	.table-laosu .other_btns.other_btns_2 .other_btns_list .other_btns_warp {
		display: flex;
		justify-content: space-between;
		width: 84px;
		background: transparent;
		margin: 0;
		box-shadow: none;
		padding: 0;
	}
	.table-laosu .other_btns.other_btns_2 .other_btns_list .other_btns_warp::after{
		display: none;
	}
	.table-laosu .other_btns.other_btns_2 .other_btns_list {
		display: inline;
		position: static;
		width: auto;
	}
	.table-laosu .table-content-list .data_item .table_info .other_btns_2 .other_btns_list .control_btn{
		width: 40px;
		border: 1px solid #dfdfdf;
	}
	.table-laosu .table-content-list .data_item .table_info .other_btns_2 .other_btns_list .control_btn:hover{
		border-color: #832688;
	}
}
@media screen and (min-width: 1480px) {
	.table-laosu .table-content-list .data_item .table_info .control_btn {
		margin-left: 0;
	}
	.table-laosu .table-content-list .data_item .table_info .control_btn.other_btns_3{
		border: none;
	}
	.table-laosu .table-content-list .data_item .table_info .control_btn.other_btns_3 .icon-more{
		display: none;
		width: auto;
	}
	.table-laosu .other_btns.other_btns_3 .other_btns_list .other_btns_warp {
		display: flex;
		/* justify-content: space-between; */
		width: 128px;
		background: transparent;
		margin: 0;
		box-shadow: none;
		padding: 0;
	}
	.table-laosu .other_btns.other_btns_3 .other_btns_list .other_btns_warp::after{
		display: none;
	}
	.table-laosu .other_btns.other_btns_3 .other_btns_list {
		display: inline;
		position: static;
		width: auto;
	}
	.table-laosu .table-content-list .data_item .table_info .other_btns_3 .other_btns_list .control_btn{
		width: 40px;
		/* height: 20px; */
		border: 1px solid #dfdfdf;
	}
	.table-laosu .table-content-list .data_item .table_info .other_btns_3 .other_btns_list .control_btn:hover{
		border-color: #832688;
	}
}

.table-laosu .other_btns{
	position: relative;
}
.table-laosu .table-content-list .data_item .table_info .control_btn{
	opacity: 1;
}
.table-laosu .table-content-list .data_item .table_info .control_btn:hover{
	/* opacity: 0.9; */
}
.table-laosu .table-content-list .data_item .table_info .control_btn:hover >span{
	color: #832688;
}

.table-laosu .other_btns .other_btns{
	background: transparent;
}
.table-laosu .other_btns .other_btns_list{
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	width: 88px;
	z-index: 100;
	background: transparent;
}
.table-laosu .other_btns .other_btns_list .other_btns_warp{
	position: relative;
	margin-top: 5px;
	padding: 5px 0;
	box-shadow:0px 1px 6px 0px rgba(0,0,0,0.21);
	background: white;
}
.table-laosu .other_btns .other_btns_list .other_btns_warp::after{
	display: inline-block;
	content: '';
	width:0;
	height:0;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	border-bottom:6px solid white;
	position: absolute;
	right: 14px;
	top: -5px;
}
.table-laosu .other_btns .other_btns_list .btns{
	width:88px;
	height:24px;
}
.table-laosu .table-content-list .data_item .table_info .other_btns_list .control_btn {
	width:88px;
	height:24px;
	border:none;
	background: white;
	margin-right: 4px;
}
.table-laosu .table-content-list .data_item .table_info .table_fixed_right .batch_btn{
	background: transparent;
}
.table-laosu .table-content-list .data_item .table_info .other_btns_list .control_btn:hover
{
	color: #832688;
	background:rgba(248,242,248,1);
}

.table-laosu .table-content-list .data_item .table_info .control_btn:hover{
    color: #832688;
		background-color:rgba(248,242,248,1);
		border-color: #832688;
}
.table-laosu .other_btns:hover .other_btns_list{
	display: block;
}
.table-laosu .td_info_coustem{
}
.table-laosu .td_info_remark{
	display: inline-block;
	max-height: 48px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.table-laosu .td_info{
	padding: 10px 8px;
}
.table-laosu .td_info.price {
	padding: 13px 8px 10px 8px;
}
.table-laosu .backup-edit{
	display: inline-block;
	position: static;
	right: 0;
	top: 0;
	transform: translateY(0px);
	vertical-align: middle;
	background: none;
	cursor: pointer;
	color: #999;
}
.page-table-content.table-laosu table tbody tr:hover {
	cursor: default;
}
.table-laosu .table-content-list .data_item table tbody .tr_item{
	transition: .3s all ease;
}
.table-laosu .table-content-list .data_item:hover table tbody .tr_item {
	/* background-color: #fafafa !important; */
}
.table-laosu .table-content-list .data_item:nth-of-type(2n+1) .tr_item{
	/* background: #fefefe !important; */
}
.table-laosu .table-content-list .data_item .table_info .control_btn {
	cursor: pointer;
	background: transparent;
}
.table-laosu .table_box{
	width: 100%;
	min-width: 1230px;
}
.table-laosu .td_info_tag{
}
.table-laosu .table_box *{

	box-sizing: border-box;
}
.table-laosu .table_box .table_body{

	border-top:1px solid #E8E8E8;
}
.table-laosu .table-content-list .data_item .table_info .table_fixed_right .batch_btn {
	left: auto;
	right: 12px;
}
.table-laosu .btns{
	display: flex;
}
.table-laosu .btns .other_btns{
	margin-left: 4px !important;
}
.table-content-list .table_info .table_fixed_left{
	display: none;
}
/* .table-laosu .table_body .cm_table tr,
.table-laosu .table_body .cm_table th {
	display: block;
} */
.table-laosu .table_body .cm_table tr .itemchoose {
	position: relative;
}
.table-content-head .chooseall {
	position: absolute;
    /* width: 325px; */
    height: 40px;
    background: white;
    z-index: 100;
    box-shadow: 0 0 10px #ababab;
    border-radius: 3px;
	display: flex;
	align-items: center;
	padding-right: 40px;
}
.table-content-head .chooseall-limit {
	width: 195px;
}
.table-content-head .chooseall-limit p span.tip {
	display: none;
}
.table-content-head .chooseall p {
	font-size: 12px;
    padding-left: 10px;
    color: #333333;
}
.table-content-head .chooseall .tip {
	color: #409eff;
    margin-left: 10px;
    cursor: pointer;
}
.table-content-head .chooseall .tip:hover {
	text-decoration: underline;
}
.table-content-head .chooseall .close {
	margin-left: 5px;
    color: #d4d4d4;
	position: absolute;
    right: 12px;
}
.table-content-head .chooseall .close:hover {
	color: #c2c2c2;
}
.table-content-head .chooseall::before {
	content: "";
    position: absolute;
    top: -15px;
    left: 6px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.table-laosu .table_body .cm_table tr .itemchoose label {
	width: 16px;
	height: 16px;
}
.table-laosu .table_body .cm_table tr .itemchoose div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.table-laosu .table_body .cm_table tr th:nth-of-type(2),
	.table-laosu .table_body .cm_table tr td:nth-of-type(2){
		/* width: 240px; */
		border-right:none;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(3),
	.table-laosu .table_body .cm_table tr td:nth-of-type(3){
		width: 110px;
		border-right:none;
	}
	.table-laosu .table_body .cm_table tr td:nth-of-type(3){
		vertical-align: top;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(4),
	.table-laosu .table_body .cm_table tr td:nth-of-type(4){
		width: 50px;
	}
	.table-laosu .table_body .cm_table tr td:nth-of-type(5){
		vertical-align: top;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(5),
	.table-laosu .table_body .cm_table tr td:nth-of-type(5){
		width: 110px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(6),
	.table-laosu .table_body .cm_table tr td:nth-of-type(6){
		width: 128px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(7),
	.table-laosu .table_body .cm_table tr td:nth-of-type(7){
		width: 76px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(8),
	.table-laosu .table_body .cm_table tr td:nth-of-type(8){
		width: 74px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(9),
	.table-laosu .table_body .cm_table tr td:nth-of-type(9){
		width: 120px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(10),
	.table-laosu .table_body .cm_table tr td:nth-of-type(10) {
		width: 120px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(12),
	.table-laosu .table_body .cm_table tr td:nth-of-type(12) {
		width: 125px;
	}
	@media screen and (max-width: 1365px) {
		#rlprinter .table-content-list{
			overflow: auto;
		}
		.table-content-list .table_body table{
			width: 1224px;
		}
	}
@media screen and (min-width: 1366px) {
	.table-content-list .table_body table{
		width: 100%;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(2),
	.table-laosu .table_body .cm_table tr td:nth-of-type(2){
		/* width: 240px; */
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(3),
	.table-laosu .table_body .cm_table tr td:nth-of-type(3){
		width: 110px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(4),
	.table-laosu .table_body .cm_table tr td:nth-of-type(4){
		width: 50px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(5),
	.table-laosu .table_body .cm_table tr td:nth-of-type(5){
		width: 100px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(6),
	.table-laosu .table_body .cm_table tr td:nth-of-type(6){
		width: 128px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(7),
	.table-laosu .table_body .cm_table tr td:nth-of-type(7){
		width: 76px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(8),
	.table-laosu .table_body .cm_table tr td:nth-of-type(8){
		width: 74px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(9),
	.table-laosu .table_body .cm_table tr td:nth-of-type(9){
		width: 120px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(10),
	.table-laosu .table_body .cm_table tr td:nth-of-type(10) {
		width: 120px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(12),
	.table-laosu .table_body .cm_table tr td:nth-of-type(12){
		width: 100px;
	}


}
@media screen and (min-width: 1480px) {
	.table-laosu .table-content-list .data_item .table_info .table_fixed_right .batch_btn{
		left: 10px;
		right: auto;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(12),
	.table-laosu .table_body .cm_table tr td:nth-of-type(12)
	{
		width: 200px;
	}
}
@media screen and (min-width: 1410px) {
	.table-laosu .table_body .cm_table tr th:nth-of-type(2),
	.table-laosu .table_body .cm_table tr td:nth-of-type(2){
		/* width: 280px; */
	}
}
@media screen and (min-width: 1920px) {
	.table-laosu .table_body .cm_table tr th:nth-of-type(2),
	.table-laosu .table_body .cm_table tr td:nth-of-type(2){
		/* width: 320px; */
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(3),
	.table-laosu .table_body .cm_table tr td:nth-of-type(3){
		width: 120px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(4),
	.table-laosu .table_body .cm_table tr td:nth-of-type(4){
		width: 50px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(5),
	.table-laosu .table_body .cm_table tr td:nth-of-type(5){
		width: 115px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(6),
	.table-laosu .table_body .cm_table tr td:nth-of-type(6){
		width: 165px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(7),
	.table-laosu .table_body .cm_table tr td:nth-of-type(7){
		width: 111px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(8),
	.table-laosu .table_body .cm_table tr td:nth-of-type(8){
		width: 97px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(9),
	.table-laosu .table_body .cm_table tr td:nth-of-type(9){
		width: 120px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(10),
	.table-laosu .table_body .cm_table tr td:nth-of-type(10) {
		width: 120px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(11),
	.table-laosu .table_body .cm_table tr td:nth-of-type(11){
		width: 312px;
	}
	.table-laosu .table_body .cm_table tr th:nth-of-type(12){}
}

#page_viewer .reason .icon.icon-reason{
	display: none;
}
#page_viewer .reason{
	width: auto;
	margin-left: 0 !important;
	margin-top: 10px;
	display: inline-block !important;
	padding: 0 10px;
}
#page_viewer .warning{
	height: auto;
	overflow: hidden;
	padding-left: 40px;
	text-align: left;
}
#page_viewer .warning_bod{
	height: auto;
	text-align: left;
}
#page_viewer .warning_text{
	width: 427px;
	float: none;
}
#page_viewer .warning_text .icon-tishi{
	margin-left: -20px;
}
#page_viewer .btn.undisabled{
	right: 0;
}
#page_viewer .warning_bod{
	float: none;
	width: 100%;
}
#page_viewer .tkbtn{
	right: 220px;
	text-align: center;
}
#page_viewer .btn.undisabled::before{
	display: block;
	content: '';
	clear: both;
}
#page_viewer .btn.disabled,
#page_viewer .btn.undisabled{
	margin-top: 10px;
	position: static;
}

/* .table-laosu{
	background: red;
} */


.table-laosu .cm_table tr th, .table-laosu .cm_table tr td{
	border-color: #E8E8E8;
}
.table-laosu .table-content-list .data_item{
	border: 1px #E8E8E8 solid;
	border-bottom-color: transparent;
	transition: .3s all;
}
.table-laosu .table-content-list .data_item:hover{
	border: 1px #a1a1a1 solid;
	border-radius:0px 0px 2px 2px;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.19);
}

.table-laosu .table-content-head .cm_table tr th, .table-laosu .table-content-head .cm_table tr td{
	border-color: transparent;
}

#page_viewer.page-modalWindow .expireWriteOffTime{
    border: 1px solid #E5E5E7;
    border-radius: 3px;
    height: 24px;
}

#page_viewer.page-modalWindow .icon-bianji4{
	cursor: pointer;
}

#page_viewer.page-modalWindow .expireWriteOffTimeSpan{
	margin-right:10px;
}


input.expireWriteOffTime{
	width: 120px;
}

.addBox,.confirmBtn,.cancelBtn{
	display:inline-block;
}
.confirmBtn,.cancelBtn{
	margin-right: 5px;
	cursor:pointer;
}
.pointDesc.outer{
	display: -webkit-box;
    width: 100px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	white-space: normal;
}
.pointDesc.pop{
	display: inline-block;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 200px;
}
.page_viewer .half td p.pointDesc.pop.displayId.enable {
	color: #48BBEE;
	cursor: pointer;
}
.page-tip {
	position: fixed;
	z-index: 999;
	background: #fff;
	padding: 0 10px;
	border: 1px solid #e8e4e4;
	max-width: 340px;
    padding: 8px;
    background: #fafafa;
    box-shadow: 1px 1px 3px #cecece;
	-webkit-box-shadow: 1px 1px 3px #cecece;
}
.page_good_classSelect .as-selector{
	margin-right:0;
}

/* 审批 */
.modalDialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}
#auditApplyDiv .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 512px;
  background: #FFFFFF;
  border: 1px solid #E4E7ED;
  box-shadow: 0 1px 12px 0 rgba(0,0,0,0.06);
  border-radius: 4px;
  padding: 20px 22px;
}
#auditApplyDiv .main .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 35px;
  height: 35px;
  background: url(../images/icons_sprite/close_employee.png) center center no-repeat;
  background-size: 15px 15px;
  padding: 0 10px;
  cursor: pointer;
}
#auditApplyDiv .main .close::before,
#auditSuccessDiv .main .close::before {
	content: "\00d7";
  font-size: 24px;
}
#auditApplyDiv .main .header {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e1e1e1 url(./images/default_custmerIcon.png) no-repeat 0px 0px;
  background-size: 22px 22px;
  vertical-align: middle;
  margin-right: 5px;
}
#auditApplyDiv .main .header img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
#auditApplyDiv .main .title {
  font-weight: Bold;
  font-size: 13px;
  color: #222222;
}
#auditApplyDiv .main .tips {
  height: 37px;
  line-height: 37px;
  background: #FFEDF0;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 26px;
  font-size: 12px;
}
#auditApplyDiv .main .tips .iconfont {
  color: #F56C6C;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 8px;
}
#auditApplyDiv .main p {
  font-size: 12px;
  color: #222222;
  margin-bottom: 7px;
}
#auditApplyDiv .main .textareaBox {
  height: 82px;
  padding: 16px 20px;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
  margin-bottom: 10px;
}
#auditApplyDiv .main .textareaBox textarea {
  color: #222222;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  resize: none;
  font-size: 12px;
}
#auditApplyDiv .main .adminList {
  font-size: 12px;
  color: #999999;
  margin-bottom: 25px;
}
#auditApplyDiv .main .adminList .admin {
  margin-left: 0px;
  margin-right: 20px;
}
#auditApplyDiv .main .adminList .admin .header {
  width: 27.5px;
  height: 27.5px;
  display: inline-block;
  border-radius: 50%;
  background-size: 27.5px 27.5px;
}
#auditApplyDiv .main .adminList .admin .header img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
#auditApplyDiv .main .adminList .admin .name {
  color: #222222;
}
#auditApplyDiv .main .btn {
  text-align: right;
  font-size: 16px;
}
#auditApplyDiv .main .btn .cancel {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 61px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF;
  border: 1px solid #DFE1E8;
  border-radius: 2px;
  font-size: 12px;
  color: #666666;
  margin-right: 11px;
}
#auditApplyDiv .main .btn .cancel:hover{
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
#auditApplyDiv .main .btn .confrim {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 61px;
  height: 37px;
  line-height: 37px;
  background: #409EFF;
  border: 1px solid #409EFF;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
}
#auditApplyDiv .main .btn .confrim:hover{
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
#auditSuccessDiv .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 646px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.33);
  border-radius: 6px;
  padding: 20px;
}
#auditSuccessDiv .main .memHeader{
  cursor: pointer;
  color:#00b7ee
}
#auditSuccessDiv .main .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 35px;
  height: 35px;
  background: url(../images/icons_sprite/close_employee.png) center center no-repeat;
  background-size: 15px 15px;
  padding: 0 10px;
  cursor: pointer;
}
#auditSuccessDiv .main .tipsAdmin{
  margin-bottom: 10px;
}
#auditSuccessDiv .main .tipsAdmin .admin{
  margin-left: 20px;
}
#auditSuccessDiv .main .tipsAdmin .moreAdmin {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
#auditSuccessDiv .main .title {
  font-weight: Bold;
  font-size: 13px;
  color: #333;
  margin-bottom: 23px;
}
#auditSuccessDiv .main .tips1{
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
#auditSuccessDiv .main .tips2 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 20px;
}
#auditSuccessDiv .main .header {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e1e1e1 url(./images/default_custmerIcon.png) no-repeat 0px 0px;
  background-size: 22px 22px;
  vertical-align: middle;
  margin-right: 5px;
}
#auditSuccessDiv .main .header img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  vertical-align: baseline;
}
#auditSuccessDiv .main .detailBox {
  background: #FAFCFF;
  border: 1px solid #EBEEF5;
  border-radius: 3px;
  padding: 11px 15px;
  margin-bottom: 13px;
}
#auditSuccessDiv .main .detailBox p {
  display: inline-block;
  width: 49%;
  font-size: 14px;
  line-height: 24px;
}
#auditSuccessDiv .main .detailBox p > span:last-child {
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
	max-width: calc(100% - 80px);
}
#auditSuccessDiv .main .detailBox p > span:first-child {
  color: #999;
  display: inline-block;
  width: 70px;
}
#auditSuccessDiv .main .more .remark {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  width: 49%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#auditSuccessDiv .main .more .adminList {
  display: block;
  width: 50%;
  font-size: 12px;
  color: #999999;
  margin-bottom: 25px;
}
#auditSuccessDiv .main .more .adminList .admin {
  margin-left: 20px;
}
#auditSuccessDiv .main .more .adminList .admin:first-of-type {
	margin-left: 0;
}
#auditSuccessDiv .main .more .adminList .admin .header {
  width: 27.5px;
  height: 27.5px;
  display: inline-block;
  border-radius: 50%;
  background-size: 27.5px 27.5px;
}
#auditSuccessDiv .main .more .adminList .admin .header img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
#auditSuccessDiv .main .more .adminList .admin .name {
  color: #222222;
}
#auditSuccessDiv .main .btn {
  text-align: center;
}
#auditSuccessDiv .main .btn .cancel {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 107px;
  height: 37px;
  line-height: 37px;
  background: #409EFF;
  border: 1px solid #409EFF;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
}
#auditSuccessDiv .main .btn .cancel:hover{
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
#auditDetailDiv .main {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 620px;
  background: #FFFFFF;
  padding: 28px 30px;
  transform: translateX(-100%);
  transition: all 0.1s;
}
#auditDetailDiv .main .statusImg{
  width: 71px;
  height: 71px;
  position: absolute;
  top: 25px;
  right: 18px;
  background: url(./images/pending.png) no-repeat center center;
  background-size: 71px 71px;
}
#auditDetailDiv .main .memHeader{
  cursor: pointer;
  color:#00b7ee
}
#auditDetailDiv .main.show{
  transform: translateX(0);
}
#auditDetailDiv .main .title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
#auditDetailDiv .main .header {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e1e1e1 url(./images/default_custmerIcon.png) no-repeat 0px 0px;
  background-size: 22px 22px;
  vertical-align: middle;
  margin-right: 5px;
}
#auditDetailDiv .main .header img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  vertical-align: baseline;
}
#auditDetailDiv .main .tips {
  height: 37px;
  line-height: 37px;
  background: #FFEDF0;
  border-radius: 4px;
  margin-bottom: 15px;
}
#auditDetailDiv .main .tips .iconfont {
  color: #FF003A;
  font-size: 14px;
  margin: 0 6px;
}
#auditDetailDiv .main .detailBox {
  background: #FAFCFF;
  border: 1px solid #EBEEF5;
  border-radius: 3px;
  padding: 11px 15px;
  margin-bottom: 18px;
}
#auditDetailDiv .main .detailBox .detailTitle {
  font-weight: Bold;
  font-size: 15px;
  color: #222222;
  margin-bottom: 13px;
}
#auditDetailDiv .main .detailBox>p>p {
  display: inline-block;
  width: 49%;
  font-size: 14px;
  line-height: 24px;
}
#auditDetailDiv .main .detailBox p > span:last-child {
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 135px;
  vertical-align: middle;
}
#auditDetailDiv .main .detailBox p > span:first-child {
  color: #999;
  display: inline-block;
  width: 70px;
}
#auditDetailDiv .main .more {
  margin: 0px 16px;
  margin-bottom: 26px;
  font-size: 0;
}
#auditDetailDiv .main .more p {
  display: inline-block;
  width: 49%;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-top;
  margin-bottom: 3px;
}
#auditDetailDiv .main .more p:last-child{
  white-space: normal;
  position: relative;
  padding-left: 70px;
}
#auditDetailDiv .main .more p:last-child > span:first-child{
  position: absolute;
  left: 0;
  top: 0;
}
#auditDetailDiv .main .more p > span {
  color: #222222;
}
#auditDetailDiv .main .more p > span.auditInfo{
	display: inline-block;
	line-height: 16px;
	padding-top: 4px;
}
#auditDetailDiv .main .more p > span:first-child {
  color: #999;
  display: inline-block;
  width: 70px;
}
#auditDetailDiv .main .adminList {
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  color: #999999;
  padding: 17px 15px;
}
#auditDetailDiv .main .adminList .admin {
  margin-left: 5px;
  margin-right: 10px;
}
#auditDetailDiv .main .adminList .admin .header {
  width: 27.5px;
  height: 27.5px;
  display: inline-block;
  border-radius: 50%;
  background-size: 27.5px 27.5px;
}
#auditDetailDiv .main .adminList .admin .header img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
#auditDetailDiv .main .adminList .admin .name {
  color: #222222;
}
#auditDetailDiv .main .btn {
  width: 107px;
  height: 37px;
  line-height: 37px;
  background: #409EFF;
  border-radius: 2px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 28px;
  right: 30px;
  cursor: pointer;
}
#auditDetailDiv .main .btn:hover{
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
#auditApplyDiv .moreAdmin,
#auditSuccessDiv .moreAdmin,
#auditDetailDiv .moreAdmin {
  margin-left: 20px;
  display: inline-block;
  width: 27.5px;
  height: 27.5px;
  line-height: 27.5px;
  background: #EFEFEF;
  border-radius: 50%;
  font-size: 12px;
  color: #333333;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#auditApplyDiv .moreAdmin .moreAdminBox,
#auditSuccessDiv .moreAdmin .moreAdminBox,
#auditDetailDiv .moreAdmin .moreAdminBox {
  display: none;
  position: absolute;
  width: 263px;
  max-height: 150px;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.15);
  transform: translateX(-40%);
  padding: 19px 17px 9px;
  margin-top: 15px;
  text-align: left;
  z-index: 1;
}
#auditApplyDiv .moreAdmin .moreAdminBox .admin,
#auditSuccessDiv .moreAdmin .moreAdminBox .admin,
#auditDetailDiv .moreAdmin .moreAdminBox .admin {
  display: inline-block;
  width: 49%;
  margin: 0 !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding-bottom: 10px;
}
#auditApplyDiv .moreAdmin .moreAdminBox::before,
#auditSuccessDiv .moreAdmin .moreAdminBox::before,
#auditDetailDiv .moreAdmin .moreAdminBox::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
  left: 126px;
}
.el-dialog__header .el-dialog__title {
	font-size: 16px;
}
.el-dialog__wrapper .el-dialog__body {
	padding: 20px;
}
.el-dialog__body .graysmall {
	font-size: 12px;
	color: #666666;
}
.el-dialog__body .el-input input {
	height: 32px;
}
.el-dialog__body .icon-tixingtishi {
	color: #E6A23C;
	font-size: 23px;
    position: relative;
    margin-right: 6px;
    top: 3px;
}
.el-dialog__body .el-input .el-input__suffix .el-select__caret {
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-dialog__wrapper .dialog-footer .el-button {
	width: 61px;
	height: 37px;
	font-size: 12px;
	padding: 12px 16px;
}
.hasNoPermission .el-dialog__body img {
	width: 300px;
	margin-left: 19px;
}
#page_addPromotionEmp .as-emp_advanced_selector {
	width: 100%;
}
#page_addPromotionEmp .as-selector {
	width: 80%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    position: relative;
    z-index: 9999;
}
.auditApplyDiv .adminList .adminBox,
.auditSuccessDiv .adminList .adminBox,
.auditDetailDiv .adminList .adminBox {
  margin-bottom: 20px;
  padding-left: 22px;
  position: relative;
  display: flex;
  align-items: center;
}
.auditApplyDiv .adminList .adminBox:last-child,
.auditSuccessDiv .adminList .adminBox:last-child,
.auditDetailDiv .adminList .adminBox:last-child {
  margin-bottom: 0;
}
.auditApplyDiv .adminList .adminBox:last-child::after,
.auditSuccessDiv .adminList .adminBox:last-child::after,
.auditDetailDiv .adminList .adminBox:last-child::after {
  width: 0;
}
.auditApplyDiv .adminList .adminBox::before,
.auditSuccessDiv .adminList .adminBox::before,
.auditDetailDiv .adminList .adminBox::before {
  content: "\e9d8";
  font-family: "iconfont" !important;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #D8D8D8;
}
.auditApplyDiv .adminList .adminBox::after,
.auditSuccessDiv .adminList .adminBox::after,
.auditDetailDiv .adminList .adminBox::after {
  content: '';
  width: 1px;
  height: 22px;
  position: absolute;
  top: 26px;
  left: 8px;
  background: #D8D8D8;
}