* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
}
a {
	color: #2196f3;
	text-decoration: none
}
a:hover {
	color: #ff3300
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
img {
	border: none
}
img, label, input, select, textarea {
	outline: none;
	vertical-align: middle
}
input, button, textarea, select {
	font-size: 12px
}
body {
	font: 12px "ו", Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	min-width: 1200px;
}

/* 可利用的功能类（工具类） */
.clear-float {
	clear: both;
}
.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.default-font {
	font-family: "Microsoft Yahei";
}
/* 从 .clearfix 到  .affix 的样式 摘取自 Bootstrap v2.3.2 */
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.affix {
	position: fixed;
}
.margin-left-10 {
	margin-left: 10px;
}
/* 对layDate插件专门设置容器样式 */
.laydate_box,
.laydate_box * {
	box-sizing: content-box!important;
}



/* 图片灰色样式 */
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/* all new skin begin */
/* components */
.btn {
	border: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #fff;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary {
	position: relative;
	height: 28px;
	padding: 0 16px;
	background-color: #009fd9;
	border: none;
	line-height: 27px;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	text-decoration: none;
	background-color: #0089d9;
	outline: none;
}
.btn-primary:focus:active,
.btn-primary:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082cd', endColorstr='#009ffc');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0082cd), to(#009ffc));
	background: -moz-linear-gradient(top, #0082cd, #009ffc);
	background: -ms-linear-gradient(top, #0082cd, #009ffc);
	background: linear-gradient(top, #0082cd, #009ffc);
	color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
button.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background: #7fddff;
	cursor: not-allowed;
}
.btn-primary {
	background-color: #2196f3;
	padding: 0 18px;
}
.btn-strong {
	height: 28px;
	line-height: 27px;
	border: none;
	padding: 0 16px;
	background-color: #ff8800;
	outline: none;
	color: #fff;
}
.btn-strong.btn-strong-high {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.btn-strong:hover,
.btn-strong:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ff7700;
}
.btn-strong:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d95700', endColorstr='#ff7700');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d95700), to(#ff7700));
	background: -moz-linear-gradient(top, #d95700, #ff7700);
	background: -ms-linear-gradient(top, #d95700, #ff7700);
	background: linear-gradient(top, #d95700, #ff7700);
	color: #fff;
}
.btn-strong.disabled,
.btn-strong[disabled],
fieldset[disabled] .btn-strong,
.btn-strong.disabled:hover,
.btn-strong[disabled]:hover,
fieldset[disabled] .btn-strong:hover,
.btn-strong.disabled:focus,
.btn-strong[disabled]:focus,
fieldset[disabled] .btn-strong:focus,
.btn-strong.disabled.focus,
.btn-strong[disabled].focus,
fieldset[disabled] .btn-strong.focus,
.btn-strong.disabled:active,
.btn-strong[disabled]:active,
fieldset[disabled] .btn-strong:active,
.btn-strong.disabled.active,
.btn-strong[disabled].active,
fieldset[disabled] .btn-strong.active {
	background: #ffc37f;
	cursor: not-allowed;
}
.btn-strong {
	background-color: #ff8800;
	padding: 0 18px;
}
input.input {
	width: 180px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	padding-left: 10px;
}
input.input:focus {
	border-color: #2196f3;
}
input.input-short {
	width: 100px;
}
input.input-long {
	width: 300px;
}
select.select {
	width: 100px;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #f7f7f7;
}
select.select:focus {
	border-color: #2196f3;
}
/* main */
.main-area {
	padding: 30px 30px 0 30px;
}
/* content title */
.title-bar {
	padding-bottom: 13px;
	border-bottom: 1px solid #e6e6e6;
}
.title-bar div {
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	border-left: 3px solid #2196f3;
	color: #2196f3;
	font-size: 16px;
}
/* search */
.search-box {
	height: 30px;
	line-height: 30px;
	margin: 20px 0;
	font-size: 12px;
	color: #666;
}
.search-box form {
	display: inline-block;
}





