/*标记-可放内容*/
.box-badge {
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	min-width: 10px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	border-radius: 16px;
	background-color: #f0485f;
}

/* 上传图片 */
.uploadPic:after {
	display: block;
	content: "";
	clear: both;
}
.uploadPic .box-picList li {
	position:relative;
	float: left;
}
.uploadPic .box-picList li img {
	display:block;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
}
.uploadPic .box-picList li .box-del {
	position: absolute;
	top: -6px;
	right: -8px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #ff3d3d;
	transform-origin-x: 0;
	transform: scale(0.80);
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.80);
	cursor:pointer;
}
.uploadPic .box-picList li .box-reUpload {
	position:absolute;
	bottom:0;
	left:0;
	right: 0;
	font-size:12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 0 0 4px 4px;
	background-color: rgba(0,0,0,0.5);
}
/*.uploadPic .box-picList li .btn-group {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	background-color: rgba(0,0,0,0.4);*/
/*}*/
/*.uploadPic .box-picList li .btn-group .box-wrap {*/
/*	display: flex;*/
/*}*/
/*.uploadPic .box-picList li .btn-group .box-item {*/
/*	flex: 1;*/
/*	line-height: 14px;*/
/*	margin-top: 6px;*/
/*	margin-bottom: 6px;*/
/*	border-right: 1px solid rgba(255,255,255,0.7);*/
/*	cursor: pointer;*/
/*}*/
/*.uploadPic .box-picList li .btn-group .box-item:last-child {*/
/*	border: none;*/
/*}*/
.uploadPic .box-picList li .loading {
	position:absolute;
	top:0;
	left:0;
	display: none;
	font-size:12px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.uploadPic .box-addBtn {
	float:left;
	text-align:center;
	color: #999999;
	border-radius: 4px;
	border-width: 1px;
	border-style: dashed;
	cursor: pointer;
}
.uploadPic .box-addBtn i {
	display: block;
	margin-bottom: 6px;
	line-height: normal;
}
.uploadPic .box-addBtn em {
	font-size:12px;
	line-height: normal;
}
.uploadPic .box-tips {
	line-height:16px;
	font-size:12px;
	font-weight:200;
	transform-origin-x: 0;
	transform: scale(0.90);
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.90);
	color: #c6cace;
}
@-moz-document url-prefix(){
	.uploadPic .box-tips {
		font-size:10px;
		transform: inherit;
	}
}

/*步骤流程*/
.module-steps .box-icon {
	position: relative;
	z-index: 1;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #e1e1e1;
}
.module-steps .icon-succ {
	background-color: #2aaf2a;
}
.module-steps .icon-succ i {
	display: block;
	margin: 0 auto;
	width: 9px;
	transform-origin-x: 0;
	transform: scale(0.55);
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.55);
}
.module-steps .icon-fail {
	background-color: #f0485f;
}
.module-steps .icon-fail i {
	display: block;
	margin: 0 auto;
	width: 8px;
	transform-origin-x: 0;
	transform: scale(0.62);
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.62);
}
.module-steps .icon-waiting {
	background-color: #f9772d;
}
.module-steps .icon-waiting div {
	display: inline-block;
	margin-top: 8px;
}
.module-steps .icon-waiting i {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #fff;
}
.steps-horizonal ul {
	display: flex;
}
.steps-horizonal li {
	flex: 1;
}
.steps-horizonal .box-steps {
	display: inline-block;
}
.steps-horizonal .box-steps li:before {
	position: relative;
	top: 11px;
	display: inline-block;
	width: 100%;
	content: "";
	border-top: 2px dashed #e1e1e1;
}
.steps-horizonal .box-steps li:last-child {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
}
.steps-horizonal .box-steps li:last-child:after {
	display: none;
}
.steps-horizonal .box-steps .box-pass:before {
	border-top-style: solid;
}
.steps-vertical li {
	position: relative;
	padding-bottom: 30px;
}
.steps-vertical li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	display: inline-block;
	content: "";
	border-left: 2px dashed #e1e1e1;
}
.steps-vertical li:last-child {
	padding-bottom: 0;
}
.steps-vertical li:last-child:before {
	display: none;
}
.steps-vertical .box-pass:before {
	border-left-style: solid;
}
.steps-vertical li .box-inner {
	margin-left: 34px;
	margin-top: -18px;
	font-size: 13px;
	color:#b7b7b7;
}
.steps-vertical li .box-inner .box-title {
	font-size: 12px;
	line-height: 18px;
}
.steps-vertical li .box-inner .box-title span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.steps-vertical li .box-inner .box-info {
	margin-top: 4px;
	line-height: 24px;
	color:#888;
}
.steps-vertical li .box-inner p {
	margin: 0;
}
.steps-vertical li .box-inner .box-remark {
	display: inline-block;
	margin-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	background-color: #f0f0f0;
}


/*下拉列表容器（可选可搜索）*/
.select-dropdown {
	position: relative;
	z-index: 2;
}
.select-dropdown .box-input-query {
	position: relative;
	z-index: 1;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	box-sizing: border-box;
}
.select-dropdown .box-input-query input {
	padding-right: 25px;
	height: 34px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.select-dropdown .box-input-query .arrow-down {
	position: absolute;
	top:0;
	bottom: 0;
	right: 9px;
	z-index:-1;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #999999;
}
.select-dropdown .box-input-query .arrow-down:before {
	content: "\e60b";
}
.select-dropdown .selector-wrap {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	display: none;
	border:1px solid #e1e1e1;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 10px rgba(124,135,144,0.1);
	background-color: #fff;
	box-sizing: border-box;
}
.select-dropdown .selector-wrap .box-input-search {
	margin: 4px;
	border-color: #e5e6eb;
	border-radius: 0;
	box-sizing: border-box;
}
.select-dropdown .select-item {
	max-height: 200px;
	overflow-y: auto;
}
.select-dropdown .select-item li {
	display: flex;
	align-items: flex-start;
	padding: 7px 9px;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #000;
	cursor: pointer;
}
.select-dropdown .select-item li:hover {
	background-color: #e8f4f4;
}
.select-dropdown .select-item li .item-con {
	flex: 1;
	margin-left: 7px;
}
.select-dropdown .select-bottom {
	display: flex;
	align-items: center;
	padding: 4px 9px;
	font-size: 13px;
	border-top: 1px solid #e5e6eb;
}
.select-dropdown .select-bottom div {
	flex: 1;
	color: #23b130;
}
.select-dropdown .select-bottom .box-count {
	margin-left: 3px;
	margin-right: 3px;
}
.select-dropdown .select-bottom .box-btn,
.select-dropdown .select-bottom .box-btn:hover {
	width: 42px;
	height: 26px;
	font-size: 13px;
	line-height: 24px;
	border-radius: 4px;
	box-sizing: border-box;
}
.select-dropdown .transparent-layer {
	z-index: -1;
}

/*多级联动选择容器*/
.cascade-selector {
	position: relative;
}
.cascade-selector .selector-wrap {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 9;
	width:100%;
	max-height: 192px;
	background-color: #fff;
	border:1px solid #e1e1e1;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 4px 10px rgba(124,135,144,0.1);
	overflow-y: auto;
}
.cascade-selector .select-level {
	display: flex;
}
.cascade-selector .select-level ul {
	border-right:1px solid #e1e1e1;
}
.cascade-selector .select-level ul:last-child {
	border: none;
}
.cascade-selector .select-level ul li {
	display: flex;
	align-items: center;
	padding: 7px 8px 7px 10px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #999;
	cursor: pointer;
}
.cascade-selector .select-level ul li .box-name {
	flex: 1;
	color: #000;
}
.cascade-selector .select-level ul li:hover,
.cascade-selector .select-level ul li.box-cur {
	background-color: #e8f4f4;
}
.cascade-selector .select-level ul li .icon-right-arrow:before {
	content: "\e608";
}
.cascade-selector .select-level .select-level-2 {
	border: none;
	display: none;
}
.cascade-selector .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index:8;
	display: none;
}
.cascade-selector.box-input {
	position: relative;
	z-index: 1;
	border-radius:4px;
	border:1px solid #e1e1e1;
	background-color: #fff;
}
.table_form .cascade-selector.box-input input[type="text"],
.table_form .cascade-selector.box-input input[type="password"],
.cascade-selector.box-input input {
	padding-left: 9px;
	padding-right: 25px;
	float: none;
	width: 100%;
	height: 34px;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	cursor: pointer;
}
.cascade-selector.box-input .arrow-down {
	position: absolute;
	top:0;
	bottom: 0;
	right: 9px;
	z-index:-1;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #999999;
}
.cascade-selector.box-input .arrow-down:before {
	content: "\e60b";
}

/* 表单结构 */
.form-group {
	font-size:14px;
	text-align: left;
}
.form-group .box-row {
	padding-top:15px;
	padding-bottom:15px;
	line-height:40px;
}
.form-group .box-row:after {
	display: block;
	content: "";
	clear: both;
}
.form-group .box-row .box-label {
	float:left;
}
.form-group .box-row .box-input,
.form-group .box-row .box-select {
	position:relative;
	padding-left:10px;
	font-size:14px;
	line-height:40px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}
.form-group .box-row .box-input input,
.form-group .box-row .box-select select {
	width: 100%;
}
.form-group .box-row .box-select i:before {
	position: absolute;
	top:0;
	right:12px;
	z-index:0;
	content: "\e600";
	color:#dcdcdc;
	transform: scale(0.80);
	-webkit-transform: scale(0.80);
}
.form-group .box-row .box-input input,
.form-group .box-row .box-select select {
	position:relative;
	z-index:1;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	height:20px;
	font-size:14px;
	line-height: 20px;
	border:none;
	background-color:transparent;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.form-group .box-row .box-input input {
	height: 40px;
}
.form-group .box-row .box-select select {
	height: 42px;
}
.form-group .box-row .input-disabled {
	color:#000;
	border:1px solid #e5e5e5;
	background-color: #f8f8f8;
}

/*【鼠标悬停-样式1】灰色背景色，无边框线*/
.popoverItem {
	position: relative;
}
.popover {
	position: absolute;
	z-index: 2;
	display: none;
	text-align: left;
}
.popover .popover-content {
	border-radius: 8px;
	background-color: #f5f5f5;
}
.popover .popover-arrow {
	position: absolute;
	z-index: -1;
}
.popover .popover-arrow-top {
	top: -6px;
}
.popover .popover-arrow-bottom {
	bottom: -7px;
}
.popover .popover-arrow:after {
	display: inline-block;
	content: " ";
	height: 14px;
	width: 14px;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	background-color: #f5f5f5;
}
.popoverItem:hover>.popover {
	display: block;
}
/*【鼠标悬停-样式2】白色背景色，边框线*/
.popover-bor {
	position: absolute;
	z-index: 1002;
	display: none;
	text-align: left;
	border-radius: 8px;
	border: .5px solid #e1e1e1;
	box-shadow: 0 0 5px #e8e8e8;
}
.popover-bor .popover-content {
	position: relative;
	z-index: 1;
	border-radius: 8px;
	background-color: #fff;
}
.popover-bor .popover-arrow {
	position: absolute;
}
.popover-bor .popover-arrow:after {
	display: inline-block;
	content: " ";
	height: 14px;
	width: 14px;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	background-color: #fff;
	box-shadow: 0 0 2px #cbcbcb
}
.popover-bor .popover-arrow-top {
	top: -4px;
}
.popover-bor .popover-arrow-bottom {
	bottom: -5px;
}
.popoverItem:hover>.popover-bor {
	display: block;
}

.poptip {
	position: absolute;
	z-index: 2;
	display: none;
	padding: 10px 15px;
	min-width: 160px;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 5px #e1e1e1;
	background-repeat: no-repeat;
	background-color: #fff;
}
.poptip .arrow-left {
	position: absolute;
	top:12px;
	left:0;
}
.poptip .arrow-left .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-right: 8px solid #e1e1e1;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.poptip .arrow-left .arrow-1 {
	left: -9px;
	border-right-color: #e1e1e1;
	box-shadow: 0 0 5px #e1e1e1;
}
.poptip .arrow-left .arrow-2 {
	left: -7px;
	z-index: 1;
	border-right-color: #fff;
}
.poptip .arrow-right {
	position: absolute;
	top:12px;
	right:0;
}
.poptip .arrow-right .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid #e1e1e1;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.poptip .arrow-right .arrow-1 {
	right: -9px;
	border-left-color: #e1e1e1;
	box-shadow: 0 0 5px #e1e1e1;
}
.poptip .arrow-right .arrow-2 {
	right: -7px;
	z-index: 1;
	border-left-color: #fff;
}
.poptip .arrow-topLeft {
	position: absolute;
	top:0;
	left:10px;
}
.poptip .arrow-topLeft .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #e1e1e1;
}
.poptip .arrow-topLeft .arrow-1 {
	top: -9px;
	border-bottom-color: #e1e1e1;
	/*box-shadow: 0 0 5px #e1e1e1;*/
}
.poptip .arrow-topLeft .arrow-2 {
	top: -7px;
	z-index: 1;
	border-bottom-color: #fff;
}
.poptip .arrow-topRight {
	position: absolute;
	top:0;
	right:20px;
}
.poptip .arrow-topRight .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #e1e1e1;
}
.poptip .arrow-topRight .arrow-1 {
	top: -9px;
	border-bottom-color: #e1e1e1;
	box-shadow: 0 0 5px #e1e1e1;
}
.poptip .arrow-topRight .arrow-2 {
	top: -7px;
	z-index: 1;
	border-bottom-color: #fff;
}