@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-03-23 11:28:43
 * @version $Id$
 */

html{color:#000;background:#f0f1f2;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{font-family: "Microsoft YaHei";background-color: #f0f1f2;font-size: 14px;line-height: 1.428571429}
img{border:none; max-width: 100%;}
em,strong{font-style:normal;font-weight:normal;}
li{list-style:none;}
table {border-collapse:collapse;border-spacing:0;margin-bottom: 0px;}
h4, h5, h6{font-size:100%;}
q:before,q:after{content:'';}/* 消除q前后的内容 */
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
button,input,td{outline: none;} /*去掉浏览器按钮自带边框*/
button {
	cursor: pointer;
	border: none;
}
a {word-break: break-all;}
::-webkit-input-placeholder {
    color: #a7acbf;
}
::-moz-placeholder {
    color: #a7acbf;
}
:-ms-input-placeholder {
    color: #a7acbf;
}
/*
 * 字体颜色
 */

.font-color-gray-0{
    color: #fff;
}
.font-color-gray-1{
    color: #fafafa;
}
.font-color-gray-2{
    color: #f0f1f2;
}
.font-color-gray-3{
    color: #e3e5e5;
}
.font-color-gray-4{
    color: #cacbcc;
}
.font-color-gray-5{
    color: #8a9399;
}
.font-color-gray-6{
    color: #5c6266;
}
.font-color-gray-7{
    color: #2e3133;
}

/*
 * 背景颜色
 */
.background-color-blue-1{
	background-color: #edf5fa;
}
.background-color-blue-2{
    background-color: #acd0e5;
}
.background-color-blue-3{
    background-color: #2e9fe6;	
}
.background-color-blue-4{
	background-color: #1c84c6;
}
.background-color-blue-5{
	background-color: #0f6499;
}
.background-color-green-1{
	background-color: #edfaf7;
}
.background-color-green-2{
    background-color: #a8e0d5;
}
.background-color-green-3{
    background-color: #2ed1b0;	
}
.background-color-green-4{
	background-color: #1ab394;
}
.background-color-green-5{
	background-color: #0d856d;
}
.background-color-red-1{
	background-color: #f2dadc;
}
.background-color-red-2{
    background-color: #f2c2c6;
}
.background-color-red-3{
    background-color: #ff6b7a;	
}
.background-color-red-4{
	background-color: #ed5565;
}
.background-color-red-5{
	background-color: #bf3947;
}
.background-color-gray-0{
    background-color: #fff;
}
.background-color-gray-1{
    background-color: #fafafa;
}
.background-color-gray-2{
    background-color: #f0f1f2;
}
.background-color-gray-3{
    background-color: #e3e5e5;
}
.background-color-gray-4{
    background-color: #cacbcc;
}
.background-color-gray-5{
    background-color: #8a9399;
}
.background-color-gray-6{
    background-color: #5c6266;
}
.background-color-gray-7{
    background-color: #2e3133;
}

/*
* 字体大小
*/
.font-size-30 {
	font-size: 30px;
}
.font-size-bold-30 {
	font-size: 30px;
	font-weight: bold;
}
.font-size-24 {
	font-size: 24px;
}
.font-size-bold-24 {
	font-size: 24px;
	font-weight: bold;
}
.font-size-20 {
	font-size: 20px;
}
.font-size-bold-20 {
	font-size: 20px;
	font-weight: bold;
}
.font-size-18 {
	font-size: 18px;
}
.font-size-bold-18 {
	font-size: 18px;
	font-weight: bold;
}
.font-size-16 {
	font-size: 16px;
}
.font-size-bold-16 {
	font-size: 16px;
	font-weight: bold;
}
.font-size-14 {
	font-size: 14px;
}
.font-size-bold-14 {
	font-size: 14px;
	font-weight: bold;
}
.font-size-12 {
	font-size: 12px;
}
.font-size-bold-12 {
	font-size: 12px;
	font-weight: bold;
}
.font-size-10 {
	font-size: 10px;
}
.font-size-bold-10 {
	font-size: 10px;
	font-weight: bold;
}

/* 
 * 按钮样式
 */
.btn{
	line-height: 0;
}
button {
	text-align: center;
	border-radius: 2px;
}
.btn-first {
	width: 150px;
	height: 40px;
	font-size: 18px;
}
.btn-second {
	width: 70px;
	height: 34px;
	font-size: 14px;
}
.btn-third {
	width: 50px;
	height: 24px;
	font-size: 14px;
}
.btn-forth {
	width: 30px;
    height: 20px;
    font-size: 12px;
}
.btn-page {
	width: 50px;
	height: 24px;
	font-size: 14px;
}
.btn-two-words-add {
	width: 72px;
	height: 26px;
	font-size: 14px;
}
.btn-four-words {
	width: 70px;
	height: 24px;
	font-size: 14px;
}
.btn-four-words-add {
	width: 100px;
	height: 26px;
	font-size: 14px;
}
.btn-five-words {
	width: 80px;
	height: 24px;
	font-size: 14px;
}
.btn-option {
	width:auto;
	height:26px;
	padding: 0 5px;
	font-size: 12px;
}
.btn-green {
	background-color: #1ab394;
	color: #fff;
	border: 0;
}
.btn-green:hover {
	background-color: #2ed1b0;
	box-shadow: 0px -2px #1ab394 inset;
	color: #fff;
}
.btn-green:active {
	background-color: #1ab394;
	box-shadow: 0px 2px #0d856d inset;
	color: #fff;
}
.btn-green.disable {
	background-color: #1ab394;
	opacity: 0.2;
	color: #fff;
}
.btn-red {
	background-color: #ed5565;
	color: #fff;
	border: 0;
}

.btn-red:hover {
	background-color: #ff6b7a;
	box-shadow: 0px -2px #ed5565 inset;
	color: #fff;
}
.btn-red:active {
	background-color: #ed5565;
	box-shadow: 0px 2px #bf3947 inset;
	color: #fff;
}
.btn-red.disable {
	background-color: #ed5565;
	color: #fff;
	opacity: 0.2;
}
.btn-gray {
	background-color: #e3e5e6;
	color: #5c6266;
	border: 0;
}

.btn-gray:hover {
	background-color: #f0f1f2;
	box-shadow: 0px -2px #e3e5e6 inset;
	color: #5c6266;
}
.btn-gray:active {
	background-color: #e3e5e6;
	box-shadow: 0px 2px #cacbcc inset;
	color: #5c6266;
}
.btn-gray.disable {
	background-color: #e3e5e6;
	color: #5c6266;
	opacity: 0.3;
}
.btn-line-green {
	background-color: rgba(0,0,0,0);
	color: #8a9399;
}
.btn-line-green:hover {
	background-color: rgba(0,0,0,0);	
	color: #1ab394;
}
.btn-line-green:active {
	background-color: rgba(0,0,0,0);
	color: #0d856d;
}
.btn-green-blank {
	background-color: rgba(0,0,0,0);
	border: 1px solid #cacbcc;
	color: #5c6266;
	cursor: pointer;
	border-radius: 2px;
}
.btn-green-blank:hover {
	background-color: rgba(0,0,0,0);
	border: 1px solid #1ab394;
	color: #1ab394;
}
.btn-green-blank:active {
	background-color: rgba(0,0,0,0);
	border: 1px solid #0d856d;
	color: #0d856d;
}
.btn-green-blank.disable {
	background-color: rgba(0,0,0,0);
	border: 1px solid #cacbcc;
	color: #5c6266;
	opacity: 0.3;
}
.btn-blank{
	background-color: #fff;
	border: 1px solid #cacbcc;
	color: #cacbcc;
	border-radius: 0;
}
.btn-tab>button:first-child{
	border-right:0;
}
.btn-tab>.active.btn-blank{
	background-color: #cacbcc;
	color: #5c6266;
}
.btn-tab>.btn-blank:hover {
	color: #5c6266;
}
.btn-line-red {
	background-color: rgba(0,0,0,0);
	color: #8a9399;
}
.btn-line-red:hover {
	background-color: rgba(0,0,0,0);
	color: #ff6b7a;
}
.btn-line-red:active {
	background-color: rgba(0,0,0,0);
	color: #ed5565;
}

.btn-red-blank {
	background-color: rgba(0,0,0,0);
	border: 1px solid #cacbcc;
	color: #5c6266;
}
.btn-red-blank:hover {
	background-color: rgba(0,0,0,0);
	border: 1px solid #ff6b7a;
	color: #ff6b7a;
}
.btn-red-blank:active {
	background-color: rgba(0,0,0,0);
	border: 1px solid #ed5565;
	color: #ed5565;
}
.btn-green-blank.disable {
	background-color: rgba(0,0,0,0);
	border: 1px solid #cacbcc;
	color: #5c6266;
	opacity: 0.3;
}
.btn-green-add {
	background-color: rgba(0,0,0,0);
	border: 1px solid #cacbcc;
	color: #5c6266;
}
.btn-green-add:hover {
	background-color: rgba(0,0,0,0);
	border: 1px solid #2ed1b0;
	color: #2ed1b0;
}
.btn-green-add:active {
	background-color: rgba(0,0,0,0);
	border: 1px solid #0d856d;
	color: #0d856d;
}
.btn-green-add.disable {
	background-color: rgba(0,0,0,0);
	border: 1px solid #cacbcc;
	color: #5c6266;
	opacity: 0.3;
}
.btn-margin-left {
	margin-left: 10px;
}

/*各个图标*/
.circle-edit{
	background: url(./img/icon_gather.png) no-repeat -845px -94px;
	background-color: #2ed1b0;
	width: 30px;
    height: 30px;
    border-radius: 30px;
    vertical-align: middle;
    display: inline-block;
}
.circle-del{
	background: url(./img/icon_gather.png) no-repeat -894px -94px;
	background-color: #8a9399;
	width: 30px;
    height: 30px;
    border-radius: 30px;
    vertical-align: middle;
    display: inline-block;
    opacity: 0.8;
}
.icon-1-1 {
	background: url(./img/icon_gather.png) no-repeat -0px -0px;
}

.icon-1-2 {
	background: url(./img/icon_gather.png) no-repeat -50px -0px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}

.icon-1-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -0px;
	width: 18px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
li:hover > .icon-1-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -100px;

}
li.active > .icon-1-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -200px;

}
.icon-1-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -0px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}

li:hover > .icon-1-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -100px;

}
li.active > .icon-1-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -200px;

}

.icon-1-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -0px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
.icon-8-3 {
	background: url(./img/icon_gather.png) no-repeat -348px -96px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
.icon-8-3:hover{
	background: url(./img/icon_gather.png) no-repeat -348px -196px;
}

li:hover > .icon-1-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -100px;
}
li.active > .icon-1-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -200px;

}
.icon-1-6 {
	background: url(./img/icon_gather.png) no-repeat -250px -0px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
li:hover > .icon-1-6{
	background: url(./img/icon_gather.png) no-repeat -250px -100px;
}
li.active > .icon-1-6{
	background: url(./img/icon_gather.png) no-repeat -250px -200px;

}
.icon-1-7 {
	background: url(./img/icon_gather.png) no-repeat -300px -0px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
.icon-1-8 {
	background: url(./img/icon_gather.png) no-repeat -350px -0px;
}
.icon-1-8:hover {
	background: url(./img/icon_gather.png) no-repeat -350px -100px;
}
.icon-1-8:active {
	background: url(./img/icon_gather.png) no-repeat -350px -200px;
}
.icon-1-10 {
	background: url(./img/icon_gather.png) no-repeat -450px -0px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
li:hover > .icon-1-10{
	background: url(./img/icon_gather.png) no-repeat -450px -100px;
}
li.active > .icon-1-10{
	background: url(./img/icon_gather.png) no-repeat -450px -200px;

}
.icon-1-11 {
	background: url(./img/icon_gather.png) no-repeat -500px -0px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
.icon-11-7 {
	background: url(./img/icon_gather.png) no-repeat -500px -300px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
.icon-11-8 {
	background: url(./img/icon_gather.png) no-repeat -500px -350px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
li:hover > .icon-1-11{
	background: url(./img/icon_gather.png) no-repeat -500px -100px;
}
li.active > .icon-1-11{
	background: url(./img/icon_gather.png) no-repeat -500px -200px;

}
.icon-1-12 {
	background: url(./img/icon_gather.png) no-repeat -550px 0px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}

.icon-1-16 {
	background: url(./img/icon_gather.png) no-repeat -748px 0px;
	width: 34px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}

.touPos:hover>.icon-1-16 {
	background: url(./img/icon_gather.png) no-repeat -748px -100px;
}

li:hover > .icon-1-12 {
	background: url(./img/icon_gather.png) no-repeat -550px -100px;
}
li.active > .icon-1-12 {
	background: url(./img/icon_gather.png) no-repeat -550px -200px;
}
.icon-2-1 {
	background: url(./img/icon_gather.png) no-repeat -0px -50px;
}
.icon-2-2 {
	background: url(./img/icon_gather.png) no-repeat -50px -50px;
}
.icon-2-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -50px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
.icon-2-3:hover {
	background: url(./img/icon_gather.png) no-repeat -100px -150px;
}
li.active>.icon-2-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -250px;
}

.active>span.icon-2-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -250px;
}
.active>td>.icon-2-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -250px;
}
/* .icon-2-3:hover {
	background: url(./img/icon_gather.png) no-repeat -100px -150px;
} */
.icon-2-3:active {
	background: url(./img/icon_gather.png) no-repeat -100px -250px;
}
.icon-2-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -50px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
.icon-2-4:hover {
	background: url(./img/icon_gather.png) no-repeat -150px -150px;	

}
.active .icon-2-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -250px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}

.icon-2-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -50px;
}
.icon-2-6 {
	background: url(./img/icon_gather.png) no-repeat -250px -50px;
}
.icon-2-7 {
	background: url(./img/icon_gather.png) no-repeat -300px -50px;
}
.icon-2-7:hover {
	background: url(./img/icon_gather.png) no-repeat -300px -150px;
}
.icon-2-7:active {
	background: url(./img/icon_gather.png) no-repeat -300px -250px;
}

.icon-2-8 {
	background: url(./img/icon_gather.png) no-repeat -350px -50px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
.icon-2-8:hover {
	background: url(./img/icon_gather.png) no-repeat -350px -150px;
} 
.icon-2-8:active {
	background: url(./img/icon_gather.png) no-repeat -350px -250px;
} 
.icon-2-9 {
	background: url(./img/icon_gather.png) no-repeat -400px -50px;
}
.icon-2-9:hover {
	background: url(./img/icon_gather.png) no-repeat -400px -150px;
}
.icon-2-9:active {
	background: url(./img/icon_gather.png) no-repeat -400px -250px;
}
.icon-2-10 {
	background: url(./img/icon_gather.png) no-repeat -450px -50px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
li:hover > .icon-2-10{
	background: url(./img/icon_gather.png) no-repeat -450px -150px;
}
li.active > .icon-2-10 {
	background: url(./img/icon_gather.png) no-repeat -450px -250px;
}
.icon-2-11 {
     background: url(./img/icon_gather.png) no-repeat -500px -50px;
     width: 18px;
     height: 18px;
     vertical-align: middle;
     display: inline-block;
 }
li:hover > .icon-2-11 {
    background: url(./img/icon_gather.png) no-repeat -500px -150px;
}
li.active > .icon-2-11 {
    background: url(./img/icon_gather.png) no-repeat -500px -250px;
}
.icon-2-12 {
     background: url(./img/icon_gather.png) no-repeat -550px -50px;
     width: 18px;
     height: 18px;
     vertical-align: middle;
     display: inline-block;
 }
li:hover > .icon-2-12 {
    background: url(./img/icon_gather.png) no-repeat -550px -150px;
}
li.active > .icon-2-12 {
    background: url(./img/icon_gather.png) no-repeat -550px -250px;
}
.icon-2-13 {
    background: url(./img/icon_gather.png) no-repeat -600px -50px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
li:hover > .icon-2-13 {
    background: url(./img/icon_gather.png) no-repeat -600px -150px;
}
li.active > .icon-2-13 {
    background: url(./img/icon_gather.png) no-repeat -600px -250px;
}
.icon-2-14 {
     background: url(./img/icon_gather.png) no-repeat -650px -50px;
     width: 18px;
     height: 18px;
     vertical-align: middle;
     display: inline-block;
 }
li:hover > .icon-2-14 {
    background: url(./img/icon_gather.png) no-repeat -650px -150px;
}
li.active > .icon-2-14 {
    background: url(./img/icon_gather.png) no-repeat -650px -250px;
}
.icon-2-15 {
    background: url(./img/icon_gather.png) no-repeat -700px -50px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
li:hover > .icon-2-15 {
    background: url(./img/icon_gather.png) no-repeat -700px -150px;
}
li.active > .icon-2-15 {
    background: url(./img/icon_gather.png) no-repeat -700px -250px;
}
.icon-2-17 {
    background: url(./img/icon_gather.png) no-repeat -800px 0px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}
li:hover > .icon-2-17 {
    background: url(./img/icon_gather.png) no-repeat -800px -100px;
}
li.active > .icon-2-17 {
    background: url(./img/icon_gather.png) no-repeat -800px -200px;
}
.icon-3-1 {
	background: url(./img/icon_gather.png) no-repeat -0px -100px;
}
.icon-3-2 {
	background: url(./img/icon_gather.png) no-repeat -50px -100px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
	 -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.icon-3-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -100px;
}
.icon-3-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -100px;
}
.icon-3-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -100px;
}
.icon-3-6 {
	background: url(./img/icon_gather.png) no-repeat -250px -100px;
}
.icon-3-7 {
	background: url(./img/icon_gather.png) no-repeat -300px -100px;
}
.icon-3-8 {
	background: url(./img/icon_gather.png) no-repeat -350px -100px;
}
.icon-4-1 {
	background: url(./img/icon_gather.png) no-repeat -0px -150px;
}
.icon-4-2 {
	background: url(./img/icon_gather.png) no-repeat -50px -150px;
}
.icon-4-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -150px;
}
.icon-4-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -150px;
}
.icon-4-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -150px;
}
.icon-4-6 {
	background: url(./img/icon_gather.png) no-repeat -250px -150px;
}
.icon-4-7 {
	background: url(./img/icon_gather.png) no-repeat -300px -150px;
}
.icon-4-8 {
	background: url(./img/icon_gather.png) no-repeat -350px -150px;
}
.icon-5-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -200px;
}
.icon-5-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -200px;
}
.icon-5-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -200px;
}
.icon-5-6 {
	background: url(./img/icon_gather.png) no-repeat -250px -200px;
}
.icon-5-8 {
	background: url(./img/icon_gather.png) no-repeat -350px -200px;
}
.icon-6-1 {
	background: url(./img/icon_gather.png) no-repeat -0px -250px;
}
.icon-6-2 {
	background: url(./img/icon_gather.png) no-repeat -50px -250px;
}
.icon-6-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -250px;
}
.icon-6-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -250px;
}
.icon-6-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -250px;
}
.icon-6-6 {
	background: url(./img/icon_gather.png) no-repeat -250px -250px;
}
.icon-6-7 {
	background: url(./img/icon_gather.png) no-repeat -300px -250px;
}
.icon-7-1 {
	background: url(./img/icon_gather.png) no-repeat -0px -300px;
}
.icon-7-2 {
	background: url(./img/icon_gather.png) no-repeat -50px -298px;
	display: inline-block;
	width: 18px;
    height: 18px;
    vertical-align: middle;
}
.icon-7-3 {
	background: url(./img/icon_gather.png) no-repeat -100px -298px;
	display: inline-block;
	width: 18px;
    height: 18px;
    vertical-align: middle;
}
.icon-7-4 {
	background: url(./img/icon_gather.png) no-repeat -150px -300px;
	display: inline-block;
	width: 18px;
    height: 18px;
    vertical-align: middle;
}
.icon-5-7{
	background: url(./img/icon_gather.png) no-repeat -197px -297px;
	display: inline-block;
	width: 18px;
    height: 18px;
    vertical-align: middle;
}
.icon-9-3{
	background: url(./img/icon_gather.png) no-repeat -396px -97px;
	display: inline-block;
	width: 18px;
    height: 18px;
    vertical-align: middle;
}
.icon-9-3:hover{
	background: url(./img/icon_gather.png) no-repeat -396px -197px;
}
.icon-circle-del {
	background: url(./img/icon_gather.png) no-repeat -0px -350px;
	display: inline-block;
	width: 12px;
    height: 12px;
    vertical-align: middle;
}
.icon-calendar {
	background: url(./img/icon_gather.png) no-repeat -650px 0px;
    display:inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    line-height: inherit;
    cursor:pointer

}
.icon-20-5{
	background: url(./img/icon_gather.png) no-repeat -950px -200px;
    display:inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #1ab394;
    vertical-align: middle;
    line-height: inherit;
    cursor:pointer
}
.date-time-pick:hover .icon-calendar{
    background: url(./img/icon_gather.png) no-repeat -650px -100px;
    display:inline-block;
    height: 20px;
    width: 20px;
}
.date-time-pick{
    width: 100%;
    height:100%;
    vertical-align: middle;
    border: 1px solid #cacbcc;
    text-align: left;
}
td > .date-time-pick{
	border: 0;
}
th > .date-time-pick{
	border: 0;
}
.form_datetime{
    border: 0px;
    display: inline-block;
    margin-right: -30px;
    font-size: 14px;
    text-align: left;
}
td > .date-time-pick:hover{
	border: 0;
}
th > .date-time-pick:hover{
	border: 0;
}
.date-time-pick:hover{
	border:1px solid #a8e0d5;
}





/*表格下拉列表的样式*/
.drop-down {
	margin-right: 41px;
	padding-left: 10px;
}
.pull-down-button {
	height:28px;
	width:40px;
	line-height:28px;
	border-left:1px solid #cacbcc;
	float:right;
	cursor:pointer;
	margin-right: -41px;
	margin-top: 6px;
}
.drop-input {
	height:40px;
	width: 100%;
	border:0;
	color: #8a9399;
}
.icon-2-5 {
    height: 8px;
    width: 18px;
    position: absolute;
    display: inline-block;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-select .icon-2-5{
	transform: scale(0.8,0.8);
	vertical-align: initial;
}

.open>.icon-2-5{
	background-position:
}

.select-case:hover .icon-2-5 {
	background: url(./img/icon_gather.png) no-repeat -200px -150px;
}


.table-drop-down {
	position:relative;
}
.table-drop-down-menu {
	z-index: 999;
	position: absolute;
	display:none;
	width:100%;
	background-color: #fff;
	top: 41px;
}
.table-drop-down li {
	height:40px;
	line-height: 40px;
	border: 1px solid #cacbcc;
	border-top: 0px;
	cursor: pointer;
	text-align: left;
	padding-left: 10px;
}
.table-drop-down li:hover {
	background-color: #a8e0d5;
}

/*创建时间 文字的左右边距*/
.padding-10{
    padding-left: 10px;
    padding-right: 10px;
}


/*prompt*/
.erp-prompt,.loading{
    display: none;
    position: fixed;
    z-index: 99999;
    border-radius: 2px;
    background-color: #5c6266;
    color: #fff;
    top: calc(50% - 35px);
    left: calc(50% - 95px);
    font-size: 16px;
    width: 190px;
    height: 70px;
}
.display-table{
    display: table !important;
}
.erp-prompt-box{
    display: table-cell;
    vertical-align: middle;
}
.erp-prompt-img{
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    left: 30px;
    vertical-align: middle;
}
.erp-prompt-right{
    background: url(./img/icon_gather.png) no-repeat 0px -200px;
    width: 30px;
    height: 30px;
}
.erp-prompt-wrong{
    background: url(./img/icon_gather.png) no-repeat -50px -200px;
    width: 30px;
    height: 30px;
}
.erp-prompt-font{
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    margin-left: 45px;
    position: relative;
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    left: 30px;
    vertical-align: middle;
}
.sk-spinner-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.sk-spinner-fading-circle1.sk-spinner {
    margin: 0 auto;
    width: 30px;
    height: 30px;
	position: absolute;
    top: 48%;
    left: 50%;
}
.sk-spinner-fading-circle1 .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-spinner-fading-circle1 .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-fading-circle1 .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-spinner-fading-circle1 .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-spinner-fading-circle1 .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-spinner-fading-circle1 .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-spinner-fading-circle1 .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-spinner-fading-circle1 .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-spinner-fading-circle1 .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-spinner-fading-circle1 .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-spinner-fading-circle1 .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-spinner-fading-circle1 .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-spinner-fading-circle1 .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-spinner-fading-circle1 .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-fading-circle1 .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-fading-circle1 .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-fading-circle1 .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-spinner-fading-circle1 .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-spinner-fading-circle1 .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-spinner-fading-circle1 .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-spinner-fading-circle1 .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-spinner-fading-circle1 .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-spinner-fading-circle1 .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-spinner-fading-circle1 .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}



@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}
@keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}


.search-select {
    float: left;
    border: 1px solid #cacbcc;
    border-radius: 2px;
}
.search-select:hover{
	border: 1px solid #a8e0d5;
}
.input-search:hover{
	border: 1px solid #a8e0d5;
}
.input-search {
	border: 1px solid #cacbcc;
	text-indent: 10px;
	width: 100%;
    height: 100%;
}
.input-search-no-border{
	margin-left: 10px;
    border: 0;
    background-color: #fff;
    text-indent: 0;
}
.select-case {
	position: relative;
    background-color: #fff;
	text-align: left;
}

.select-case input {
	height: 100%;
    border: 0;
    padding-left: 10px;
    color: #2e3133;
	width: 100%;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	padding-right: 20px;
}

.select-icon {
    height: 18px;
    width: 10px;
	position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
	vertical-align: middle;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.select-icon:after {
	content: '';
	display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;

}
.search-drop-down-menu {
    position: absolute;
    width: 150px;
    border: 1px solid #cacbcc;
    z-index: 1010;
    display: none;
    margin-left: -1px;
	max-height:162px;
	overflow: auto;
	background-color: white;
	cursor: pointer;
}

.drop-down-li {
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-top: 1px solid #cacbcc;
    padding-left: 10px;
    cursor: pointer;
    border: 0px;
    color: #2e3133;
	overflow: hidden;
	text-align:left;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    padding-right: 10px;
	font-size: 14px;
}
.drop-down-li:hover {
	background-color: #a8e0d5;
}
.drop-down-li:hover .checkbox-style{
    background: url(./img/icon_gather.png) no-repeat -100px -150px;
}
.drop-down-li:hover .checkbox-style.active{
    background: url(./img/icon_gather.png) no-repeat -100px -250px;
}
.margin-top-10 {
    margin-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}
.title-label {
	float: left;
    font-size: 14px;
    line-height: 35px;
}
.input-group {
	display: table;
	border: 1px solid #cacbcc;
}
.form-control {
	height: 32px;
    border: 0;
    padding-left: 10px;
    width: 100px;
    display: table-cell;
}

.icon-cal {
	width: 40px;
    height: 100%;
    display: table-cell;
    background-color: #fff;
    border-left: 1px solid #cacbcc;
}


/*行内下拉框 fuyu*/
.search-select-table{
    position: relative;
}
.search-select-table .select-case{
    text-align: left;
    position: relative;
    width: 100%;
    height: 100% !important;
}
.table-head .search-select-table .option-input{
    width: 100% !important;
    margin-right: -44px;
}
.table-body .search-select-table .option-input{
    width: 100% !important;
    margin-right: -40px;
}

.table-head .search-select-table .select-icon{
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    height: 20px;
    line-height: inherit;
    vertical-align: middle;
}
.table-body .search-select-table .select-icon{
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    height: 20px;
    line-height: inherit;
    vertical-align: middle;
}
.search-select-table .select-case:hover .select-icon{
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    height: 20px;
    line-height: inherit;
    vertical-align: middle;
}
.search-select-table ul{
	box-sizing: content-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*弹框样式集合*/
/*fuyu*/
.popup{
	position: absolute;
	z-index: 10000;
	box-shadow: 0 4px 10px 3px rgba(46, 49, 51,0.2);
	top: 20px;
	left: 50%;
	display: none;
}
/*弹框尺寸分类*/
/*大弹框宽度1000，高度自动*/
.popup-large{
	width: 1000px;
	margin: 0 auto;
	margin-left:-550px;
	/*margin-top: -300px;*/
	background-color: #fdfdfd;
}
/*中型弹框宽度500，高度自动*/
.popup-middle{
	width: 500px;
	margin-left: -250px;
	/*margin-top: -300px;*/
	background-color: #fff;
}
/*小型弹框宽度500，高度自动*/
.popup-small{
	width: 500px;
	margin-left: -250px;
	/*margin-top: -300px;*/
	background-color: #fff;
}
/*弹框通用*/
/*头部*/
.popup-header{
	background-color: #f0f1f2;
	height: 40px;
	vertical-align: middle;
	cursor: move;
	color: #8a9399;
	font-size: 14px;
}

.popup-middle > .popup-header,.popup-small > .popup-header{
	background-color: #f0f1f2;
	height: 34px;
}
/*标题*/
.popup-title{
	color: #8a9399;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
	line-height: 40px;
	float: left;
}
.popup-point{
	color: #8a9399;
	font-size: 14px;
}
.popup-point-limit{
	display: inline-block;
	line-height: 34px;
	width: 350px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
}
.popup-point-limit-long{
	display: inline-block;
	line-height: 40px;
	width: 850px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
}
.popup-header .float-left{
	float: left;
	line-height: 34px;
}
.popup-header .float-left-long{
	float: left;
	line-height: 40px;
}
.popup-middle .popup-title,.popup-small .popup-title{
	line-height: 34px;
	float: left;
}
/*中部*/
.popup-body{
	margin: 20px 30px;
}
/*尾部*/
.popup-footer{
	margin: 20px 30px;
	text-align: right;
	font-size: 0;
}
.popup-footer button:nth-child(2) {
	margin-left: 10px;
}
/*右上角叉号及其效果*/
.popup-close{
	cursor: default;
	margin-top: 7px;
	margin-right: 10px;
	background: url(./img/icon_gather.png) no-repeat -300px -50px;
	width: 26px;
	height: 26px;
	float: right;
	display: inline-block;
	line-height: 40px;
}
.popup-close-second{
	cursor: default;
	margin-top: 7px;
	margin-right: 10px;
	background: url(./img/icon_gather.png) no-repeat -350px -50px;
	width: 16px;
	height: 16px;
	float: right;
	display: inline-block;
	line-height: 40px;
}
.popup-middle .popup-close,.popup-small .popup-close{
	line-height: 34px;
	margin-top: 4px;
}
.popup-close-second:hover{
	background: url(./img/icon_gather.png) no-repeat -350px -150px;
	width: 16px;
	height: 16px;
}
.popup-close:hover{
	background: url(./img/icon_gather.png) no-repeat -300px -150px;
	width: 26px;
	height: 26px;
}
.popup-close:active{
	background: url(./img/icon_gather.png) no-repeat -300px -250px;
	width: 26px;
	height: 26px;
}
.popup-close-background{
	background: url(./img/icon_gather.png) no-repeat -950px -100px;
	width: 50px;
    height: 50px;
    float: right;
    display: inline-block;
}
.popup-close-background:hover{
	background: url(./img/icon_gather.png) no-repeat -950px -150px;
}

.in-a-line{
	width:100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.in-a-line>label{
	float: left;
	width: 70px;
	margin-top: 8px;
	font-weight: inherit;
}
.in-a-line>div{
	float: left;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.inner-main {
    position: absolute;
    bottom: 20px;
    top: 50px;
    background-color: #fff;
    left: 20px;
    right: 40px;
	border: 1px solid #cacbcc;
}
.top-arrow{
	border-width: 10px;
	border-color: transparent;
	border-style: solid;
	position: absolute;
	border-bottom-color: #cacbcc;
}
.top-arrow:after{
	top: -8px;
	left: -9px;
	border-width: 9px;
	border-color: transparent;
	position: absolute;
	content: "";
	border-style: solid;
	border-bottom-color: white;
}
.bottom-arrow{
	border-width: 10px;
	border-color: transparent;
	border-style: solid;
	position: absolute;
	border-top-color: #cacbcc;
}
.bottom-arrow:after{
	bottom: -8px;
	left: -9px;
	border-width: 9px;
	border-color: transparent;
	position: absolute;
	content: "";
	border-style: solid;
	border-top-color: white;
}

.right-arrow{
	border-width: 10px;
	border-color: transparent;
	border-style: solid;
	position: absolute;
	border-left-color: #cacbcc;
}
.right-arrow:after{
	top: -9px;
	left: -10px;
	border-width: 9px;
	border-color: transparent;
	position: absolute;
	content: "";
	border-style: solid;
	border-left-color: white;
}
.tooltip-innerstyle {
	text-align: center;
	line-height: 21px;
	padding: 10px;
	word-break: break-all;
    margin-top: -5px;
    white-space: normal;
    font-size: 14px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 0px;
}
.tooltip-class {
	width: inherit;
    display: block;
    position: absolute;
	z-index: 99;
    box-shadow: rgba(46, 49, 51, 0.15) 0px 2px 5px;
    border: 1px solid #cacbcc;
    border-radius: 5px;
    background-color: #fff;
}
.tooltip.in {
    opacity: 1 !important;
    filter: alpha(opacity=100);
}
.table-header-time {
    height: 48px;
    width: 98px;
    border-bottom: 1px solid #cacbcc;
    border-right: 1px solid #e3e5e5;
    background: url(./img/table_header_time.png) no-repeat;
}
.table-header-xx {
	height: 40px;
    width: 100px;
    border-bottom: 1px solid #cacbcc;
    border-right: 1px solid #e3e5e5;
    background: url(./img/table_header_100x40.png) no-repeat;
}
.table-header-week {
    height: 50px;
    min-width: 80px;
    border-bottom: 1px solid #cacbcc;
    border-right: 1px solid #e3e5e5;
    background: url(./img/table_header_week.png) no-repeat;
}
.checkbox-style{
    width: 18px;
    height: 18px;
    background: url(./img/icon_gather.png) no-repeat -100px -50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    margin-right: 0px;
}
.checkbox-style:hover,.on-check:active{
    background: url(./img/icon_gather.png) no-repeat -100px -150px;
}
.checkbox-style.active,.on-check,.on-check:hover{
    background: url(./img/icon_gather.png) no-repeat -100px -250px;
}
 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.active .fa:before {
    content: "\2713";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.normal-ul > li {
	line-height: 59px;
	height: 60px;
	padding-left: 20px;
    border-bottom: 1px solid #e3e5e6;
	font-size: 14px;
	color: #2e3133;
	min-width: 325px;
}
.normal-ul > li.selected{
	background-color: #fff;
}
.panel-title {
	line-height: 60px;
	height: 60px;
}
.input-in-table{
	border: 0;
    background: transparent;
   
}
.normal-ul-2 > li {
	padding-left: 10px;
	line-height: 28px;
	font-size: 14px;
	color: #2e3133;
}
.normal-ul-2 > li.common:hover{
	background-color: #daf2ed;
}
.search-part {
	float: right;
}
.width-limit {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
}

.mask {
	display: none;
	position: fixed;
	top: 60px;
	width: 100%;
	bottom: 0;
	filter: alpha(opacity=60);
	background-color: #f0f1f2;
	z-index: 4000;
	left: 0px;
	opacity: 0.5;
}
.mask-in {
	display: none;
	position: fixed;
	top: 60px;
	width: 100%;
	bottom: 0;
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10001;
	left: 0px;
}
.marqueeCont{
	display: inline-flex;
}
.pull-right {
	float: right;
	position: relative;
}
.float-e-margins{
	float: left;
    padding-right: 20px;
    margin-top: 1px;
}
.page-input{
	width: 30px;
	text-align: center;
}

/*分页*/
.pagination .page-number.disable{
	cursor: not-allowed;
}
.prompt .page-input{
    margin-left: 5px;
    margin-right: 5px;
    color: #5c6266;
}
.float-e-margins .prompt{
    color: #5c6266;

}
.icon-16-2 {
	background: url(./img/icon_gather.png) no-repeat -750px -51px;
	display: inline-block;
	width: 9px;
    height: 16px;
    vertical-align: middle;
    cursor:pointer;
}
.icon-17-2 {
	background: url(./img/icon_gather.png) no-repeat -800px -51px;
	display: inline-block;
	width: 9px;
    height: 16px;
    vertical-align: middle;
    cursor:pointer;
}
.icon-16-2:hover{
	background: url(./img/icon_gather.png) no-repeat -750px -151px;
}
.icon-17-2:hover{
	background: url(./img/icon_gather.png) no-repeat -800px -151px;
}
.float-right {
    float: right;
    margin-right: 20px;
}
.all-popup{
	background-color: #fff;
    z-index: 10007;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.in-two-line{
	display: inline-block;
}
.in-two-line>label{
	display: inline-block;
    font-size: 12px;
    color: #2e3133;
}
.in-two-line>div{
	margin-top:5px;
}
.scroll-style-thin::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.scroll-style-thin::-webkit-scrollbar-thumb {
    border-radius: 10px;
    min-height: 32px;
    background-color: rgba(138,147,153,0.8);
}
.scroll-style-thin::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #fff;
}
.scroll-style-thick::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.scroll-style-thick::-webkit-scrollbar-thumb {
    border-radius: 10px;
    min-height: 32px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(138,147,153,0.8);
}
.scroll-style-thick::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #fff;
}
.set-icon{
	background: url(./img/icon_gather.png) no-repeat -700px -50px;
	width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;	
}
.set-icon:hover{
	background: url(./img/icon_gather.png) no-repeat -700px -150px;
}
li.selected>.inline-div{
    display: block;
    position: relative;
    float: right;
    margin-right: 20px;
}
.width-340{
	width:340px;
}
.width-200{
	width: 200px;
}
.width-160{
	width: 160px;
}
.width-240{
	width: 240px;
}
.width-400{
	width: 400px;
}
.width-100{
	width: 100px;
}
.width-300{
	width: 300px;
}
.magnifying-icon {
    float: left;
    height: 14px;
    margin-left: 10px;
    line-height: 14px;
    width: 47px;
    text-align: right;
}
.btn-search {
    float: right;
}
.input-style {
    height: 34px;
    border-radius: 2px;
    width: 150px;
    padding-left: 10px;
    border: 1px solid #cacbcc;
}
.icon-hide {
    visibility: hidden;
}
.head-square-icon {
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 10px;
}
.square-icon {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}
.col-12-1{
	width: 8.33%;
}
.col-12-2{
	width: 16.66%;
}
.col-12-3{
	width: 25%;
}
.col-12-4{
	width: 33.33%;
}
.col-12-5{
	width: 41.67%;
}
.col-12-6{
	width: 50%;
}
.col-12-7{
	width: 58.33%;
}
.col-12-8{
	width: 66.67%;
}
.col-12-9{
	width: 75%;
}
.col-12-10{
	width: 83.33%;
}
.col-12-11{
	width: 91.67%;
}
/*新添加的属性*/
.btn-no-bg{
	border: none;
    
    color: #8a9399;
}
.btn-no-bg:hover{
	color:#1ab394;
}
button[disabled]{
	opacity: 0.2;
}
.bz-tip{
	color: red;
    margin-left: 10px;
    font-size: 10px;
    display: inline-block;
    top: 12px;
    position: relative;
}

.shrink .icon-at{
    background: url(./img/icon_gather.png) no-repeat -247px -297px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.expand .icon-at{
    background: url(./img/icon_gather.png) no-repeat -197px -297px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.select-partion{
	position: relative;
    top: 61px;
    background: white;
    text-align: center;
    left: -27px;
}
.place-s a{
	line-height: 25px;
}
.place-s>li:hover {
    background-color: #a8e0d5;
}
.place-s>li:hover>a {
    color: #fff;
}
.min-250{
	min-width: 250px;
}
.circle-red{
	border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: red;
    display: inline-block;
}
.circle-blue{
	border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: blue;
    display: inline-block;
}
.circle-green{
	border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: green;
    display: inline-block;
}

.circle-violet{
	border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: #ae6ae4;
    display: inline-block;
}
.circle-yellow{
	border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: yellow;
    display: inline-block;
}
.circle-orange{
	border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: orange;
    display: inline-block;
}
a {
    display: block;
	color: #8a9399;
    text-decoration: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}