/* 公共属性 */
/*
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
*/
body,
dl,
dt,
dd,
ol,
ul,
pre,
form,
field,
p,
blockquote,
h1,
h2,
h3,
h4,
h5 {
	font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	-webkit-text-size-adjust: none;
}

th,
td {
	font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif;
	color: #333333;
	font-size: 12px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.xiconfont:after,
.xiconfont:before,
.icon:after,
.icon:before,
.icon>li:after,
.icon>li:before,
.icon>div:after,
.icon>div:before {
	font-family: "xiconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.btn {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.btn:hover {
	opacity: 0.8;
}

.hover:hover {
	opacity: 0.7;
}

.btn:after,
.btn:before {
	font-family: "xiconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	cursor: pointer;
}

a {
	text-decoration: none;
	color: #333;
}

a:link,
a:visited {
	color: #333;
}

a:hover,
a:active {
	text-decoration: none;
	color: #00AD4D;
}

ul,
ol {
	list-style: none;
	list-style-type: none;
}

::-webkit-input-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}

-moz-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}

::-ms-input-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}

::input-placeholder {
	font-size: 14px;
	color: #B8B8B8;
}

input {
	position: relative;
}

.placeholder {
	position: absolute;
	top: 0;
	z-index: 10;
	font-size: 14px;
	line-height: 34px;
	color: #B8B8B8;
}


input,
textarea,
button,
select {
	font-size: 12px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input:hover,
textarea:hover {
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);

}

input:focus,
textarea:focus {
	-moz-box-shadow: 0px 0px 10px 1px rgba(29, 169, 119, 0.6);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(29, 169, 119, 0.6);
	-o-box-shadow: 0px 0px 10px 1px rgba(29, 169, 119, 0.6);
	box-shadow: 0px 0px 10px 1px rgba(29, 169, 119, 0.6);

}


/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	width: 10px;
	background: #eee;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #bbb;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #eee;
}

img {
	border: 0;
}

.img {
	display: block;
}

.icon {
	margin-right: 3px;
	vertical-align: -2px;
}

b {
	font-size: bold;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.clear {
	font-size: 0;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.hide-con {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.box_space {
	height: 10px;
	line-height: 1px;
}

select,
input,
textarea,
button {
	outline: none;
	resize: none;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.input {
	height: 35px;
	line-height: 35px;
	background: #FFFFFF;
	font-size: 14px;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 0px 5px;
}

.input:hover {
	background: #FFFAF0;
	color: #666666;
	border: 1px solid #AAAAAA;
}

.input:focus {
	background: #FFFAF0;
	color: #14238A;
	border: 1px solid #6F8DA9;
}

.input[readonly] {
	background: #eeeeee;
	color: #888888;
	border: 1px solid #CCCCCC;
}

.input[disabled] {
	background: #efefef;
	color: #aaa;
	border: 1px solid #ddd;
}

.input_big {
	height: 45px;
	line-height: 45px;
}

.textarea {
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.textarea:hover {
	background: #FFFAF0;
	color: #666666;
	border: 1px solid #AAAAAA;
}

.textarea:focus {
	background: #FFFAF0;
	color: #14238A;
	border: 1px solid #6F8DA9;
}

.textarea[readonly] {
	background: #eeeeee;
	color: #888888;
	border: 1px solid #CCCCCC;
}

.textarea[disabled] {
	background: #efefef;
	color: #aaa;
	border: 1px solid #ddd;
}

.label{
	display: inline-block;
	font-size: 14px;
	color: #1DA977;
	margin-right: 20px;
	padding:5px 0;
}
.checkbox{
	display: inline-block;
	width:0;
	height:0;
	position: relative;


	margin:0 25px 0 0;
}
.checkbox:after{
	position: absolute;
	left: 0px;
	top: -17px;

	font-family: "xiconfont" !important;
	
	color:#1DA977;
	font-size:20px;
	width: 20px;
	height: 20px;

	content: "\e727";

}
.checkbox:checked:after{
	content: "\e624";
	color:#1DA977;
}
.checkbox-radius{
	display: inline-block;
	width:0;
	height:0;
	position: relative;


	margin:0 25px 0 0;
}
.checkbox-radius:after{
	position: absolute;
	left: 0px;
	top: -17px;

	font-family: "xiconfont" !important;
	
	color:#1DA977;
	font-size:20px;
	width: 20px;
	height: 20px;

	content: "\e7c1";

}
.checkbox-radius:checked:after{
	content: "\e7c0";
	color:#1DA977;
}

.radio{
	display: inline-block;
	width:0;
	height:0;
	position: relative;

	margin:0 25px 0 0;
}
.radio:after{
	position: absolute;
	left: 0px;
	top: -17px;
	
	font-family: "xiconfont" !important;
	content: "\e7c1";
	color:#1DA977;
	font-size:20px;
	width: 20px;
	height: 20px;

}
.radio:checked:after{
	content: "\e601";
	color:#1DA977;
}
.select_div{
	display:inline-block;
	height: 30px;
	position: relative;

	vertical-align:middle;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.select_div>div{
	width: 0;
	height: 0;
	overflow: hidden;
}
.select_div>i{
	box-sizing: border-box;
	display:block;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	margin:0px;
	padding:0px 30px 0 8px;
	position: relative;
	cursor: pointer;
	overflow:hidden;
	text-align:left;
	text-decoration: none;

	color:#656565;
	font-size:14px;
	font-style: normal;

	border-radius: 3px;
}
.select_div:hover>i{
	background: #FFFAF0;
	border: 1px solid #AAAAAA;
	color: #333333;
}

.select_div>i:after{
	content:"";
	
	position:absolute;
	top:0px;
	right:0px;
	width: 28px;
	line-height: 30px;
	text-align: center;
	font-family: "xiconfont" !important;
	content: "\eb22";
	color:#C5C5C5;
	font-size:14px;
}
.select_div:hover>i:after{
	color:#333;
}

.select_div>i[disabled],.select_div:hover>i[disabled]{
	cursor: default;
	border:1px solid #DDDDDD;
	background:#EFEFEF;
	color:#AAAAAA;
	
}
.select_div>i[disabled]:after{
	opacity:.3; 
	filter:alpha(opacity=30); 
}

.select_div>ul{
	box-sizing: border-box;
	position:absolute;
	left:0px;
	top:29px;
	z-index:1000;
	
	display:none;
	
	border:0px;
	width:100%;

	max-height:180px;

	overflow-y:auto;
	overflow-x:hidden;

	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-top:1px;

	border: 1px solid #AAAAAA;
	
}
.select_div>ul.bottom{
	top:auto;
	bottom:29px;
}
.select_div>ul>li{
	margin:0px;
	padding:0px;

}
.select_div>ul>li>i{
	box-sizing: border-box;
	display:block;
	padding:0px 3px;
	text-align:left;
	
	height:30px;
	line-height:30px;
	
	color:#454545;
	font-size:14px;
	background:#fff;
	font-style: normal;
	

	text-decoration:none; 
}
.select_div>ul>li>i:hover { background:#DEDEDE;}
.select_div>ul>li.select>i{background:#368EE0;color:#fff;}
.select_div>ul>li.select>i:hover { color:#FFF50D;}




.blink_tag{
	
	-webkit-animation: blink_tag_ani 0.3s 0.4s 3 ease-in-out;
	animation: blink_tag_ani 0.3s 0.4s 3 ease-in-out;
}

@-webkit-keyframes blink_tag_ani {
	0% {
		-webkit-box-shadow:-1px 0px 1px red, 0px -1px 1px red, 1px 0px 1px red, 0px 1px 1px red;
		-moz-box-shadow:-1px 0px 1px red, 0px -1px 1px red, 1px 0px 1px red, 0px 1px 1px red;
		box-shadow:-1px 0px 1px red, 0px -1px 1px red, 1px 0px 1px red, 0px 1px 1px red;
	}
	100% {
		-webkit-box-shadow:-1px 0px 1px yellow, 0px -1px 1px yellow, 1px 0px 1px yellow, 0px 1px 1px yellow;
		-moz-box-shadow:-1px 0px 1px yellow, 0px -1px 1px yellow, 1px 0px 1px yellow, 0px 1px 1px yellow;
		box-shadow:-1px 0px 1px yellow, 0px -1px 1px yellow, 1px 0px 1px yellow, 0px 1px 1px yellow;
	}
}
@keyframes blink_tag_ani {
	0% {
		-webkit-box-shadow:-1px 0px 1px red, 0px -1px 1px red, 1px 0px 1px red, 0px 1px 1px red;
		-moz-box-shadow:-1px 0px 1px red, 0px -1px 1px red, 1px 0px 1px red, 0px 1px 1px red;
		box-shadow:-1px 0px 1px red, 0px -1px 1px red, 1px 0px 1px red, 0px 1px 1px red;
	}
	100% {
		-webkit-box-shadow:-1px 0px 1px yellow, 0px -1px 1px yellow, 1px 0px 1px yellow, 0px 1px 1px yellow;
		-moz-box-shadow:-1px 0px 1px yellow, 0px -1px 1px yellow, 1px 0px 1px yellow, 0px 1px 1px yellow;
		box-shadow:-1px 0px 1px yellow, 0px -1px 1px yellow, 1px 0px 1px yellow, 0px 1px 1px yellow;
	}
}

.button {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	padding: 6px 15px 6px 15px;

	color: #fff;
	font-size: 14px;
	border: 0;
	background: #22A498;


	border-radius: 2px;

	cursor: pointer;
	text-decoration: none;
}

input.button {
	padding: 4px 15px 4px 15px;

}

.button:hover {
	text-decoration: none;
	border: 0;
	color: #eee;
	background: #2F4050;
	-webkit-transition: all 0.20s ease-in;
	-moz-transition: all 0.20s ease-in;
	-o-transition: all 0.20s ease-in;
	-ms-transition: all 0.20s ease-in;
	transition: all 0.20s ease-in;
}

.button:active {
	text-decoration: none;
	border: 0;
	background: #2F4050;
	box-shadow: inset 3px 3px 5px -2px #cecece;
}

.button:focus {
	border: 0;
	text-decoration: none;
	border-color: #9b9b9b
}

.button[disabled] {
	cursor: default;
	border: 0px;
	background: #E1E1E1;
	color: #AAAAAA;
}

.font_14px {
	font-size: 14px;
}

.font_gray {
	font-size: 12px;
	color: #aaaaaa;
}

.font_red {
	font-size: 12px;
	color: #FF0000;
}

.font_green {
	font-size: 12px;
	color: #46740F;
}

.text_amount {
	font-size: 12px;
	color: #FF0000;
}

.msg_warning {
	background-color: #FDF6EC;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;

	font-size: 12px;
	color: #EAA28B;
}

.dom-loading {
	position: relative;
	min-height: 60px;
}

.dom-loading .dom-loading-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}

.dom-loading .dom-loading-mask>div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -13px;

	border-radius: 100%;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	height: 26px;
	width: 26px;
	background: 0 0 !important;
	display: inline-block;
	animation: dom-loading-text-ani .75s 0s linear infinite;
}

@keyframes dom-loading-text-ani {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(.6);
		transform: rotate(180deg) scale(.6);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}

body .layui-layer-s1 .layui-layer-title {
	background-image: linear-gradient(to bottom, #FFF 0, #ddd 100%);
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

body .layui-layer-s1 .layui-layer-btn {
	border-top: 1px solid #CCCCCC
}

body .layui-layer-s1 .layui-layer-btn a {
	background: #333;
}

body .layui-layer-s1 .layui-layer-btn .layui-layer-btn1 {
	background: #999;
}

 
.list_no_data{
	padding:120px 0 !important;
	margin:0px auto;
	text-align:center;
	font-size:16px;
	pointer-events: none;
}



i.file-type{
	background-image: url(../file-type-doc.png);
	background-size: contain;
	background-repeat: no-repeat;
	font-style: normal;
	display: inline-block;
	width:28px;
	height:26px;
	overflow: hidden;
	vertical-align: middle;
	margin:0 10px 3px 10px;
}
i.file-type.pdf{
	background-image: url(../file-type-pdf.png);
}
i.file-type.doc{
	background-image: url(../file-type-doc.png);
}
i.file-type.jpg{
	background-image: url(../file-type-img.png);
}
i.file-type.png{
	background-image: url(../file-type-img.png);
}
i.file-type.docx{
	background-image: url(../file-type-docx.png);
}
i.file-type.ppt{
	background-image: url(../file-type-ppt.png);
}
i.file-type.pptx{
	background-image: url(../file-type-pptx.png);
}
i.file-type.xls{
	background-image: url(../file-type-xls.png);
}
i.file-type.xlsx{
	background-image: url(../file-type-xlsx.png);
}
i.file-type.mp4{
	background-image: url(../file-type-mp4.png);
}
i.file-type.mp3{
	background-image: url(../file-type-mp3.png);
}
i.file-type.jpg{
	background-image: url(../file-type-jpg.png);
}
i.file-type.png{
	background-image: url(../file-type-png.png);
}
i.file-type.gif{
	background-image: url(../file-type-gif.png);
}


.btn-input-clear{
	position: absolute;
	right: 10px;
	top:0;
	width:40px;
	line-height: 40px;
	display: none;
}
.btn-input-clear::after{
	display: block;
	content: '\e6cb';
	font-size: 14px;
	width:40px;
	line-height: 40px;
	text-align: center;
	color:#CFCFCF;
	display: block;
}
.btn-input-clear:hover::after{
	color:#000;
}
