﻿@charset "utf-8";
/* 公共样式 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, span, form, input, select, fieldset, p, blockquote, textarea, th, td, iframe {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:active, a:hover,a:focus {
	outline: 0;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-tap-highlight-color: transparent;
}
a img{border:0;}
em{
	font-style:normal;	
}
ul, ol, li {
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.inline-block {
	display: inline-block;
}
.cursor {
	cursor: pointer
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*省略*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*内容居中*/
.text-center {
	text-align: center !important;
}
.clearfix:after {content:""; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
body {
	font: 12px "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
	width: auto;
	height: 100%;
}
/*标题*/
.text-name {
	margin: 0 10px;
	padding-top: 10px;
	font-size: 14px;
	color: #565656;
}
/*输入框*/
.text-input {
	height: 36px;
	padding-right: 8px;
	padding-left: 10px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #000;
	background-color: #fcfcfc;
	border: 1px solid #fcfcfc;
	border-radius: 2px;
	-moz-box-shadow:0 3px 7px rgba(0,0,0,.1) inset; 
	-webkit-box-shadow:0 3px 7px rgba(0,0,0,.1) inset; 
	box-shadow:0 3px 7px rgba(0,0,0,.1) inset; 
}
/*多行输入框*/
.text-textarea {
	height: 75px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #505050;
	line-height: 22px;
	background-color: #fcfcfc;
	border: 1px solid #fcfcfc;
	border-radius: 2px;
	-moz-box-shadow:0 3px 7px rgba(0,0,0,.1) inset; 
	-webkit-box-shadow:0 3px 7px rgba(0,0,0,.1) inset; 
	box-shadow:0 3px 7px rgba(0,0,0,.1) inset; 
}

/*输入框提示*/
.text-input::-webkit-input-placeholder, .text-textarea::-webkit-input-placeholder {
 color: #a7a7a7;
}
.text-input::-moz-placeholder, .text-textarea::-moz-placeholder {
 color: #a7a7a7;
}
.text-input:-ms-input-placeholder, .text-textarea:-ms-input-placeholder {
 color: #a7a7a7;
}
/*去掉ie X*/
.text-input[type="text"]::-ms-clear {
 display:none;
}
/*点击输入框*/
.text-input:focus, .text-textarea:focus {
	background-color:#fff;
	-webkit-box-shadow:  0 0 7px rgba(25, 118,215, .2);
	-moz-box-shadow: 0 0 7px rgba(25, 118,215, .2);
	box-shadow: 0 0 7px rgba(25, 118,215, .2);
}
/*输入框信息验证错误*/
.text-error {	
	background-color: #fff;
	border: 1px solid #f6a19d;
	-webkit-box-shadow: 0 0 7px rgba(246, 161, 157, .35);
	-moz-box-shadow:0 0 7px rgba(246, 161, 157, .35);
	box-shadow: 0 0 7px rgba(246, 161, 157, .35);
}
/*宽度自定义*/
.am-btn {
	display: inline-block;
	height: 36px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
/*默认按钮*/
.am-btn-default {
	color: #fff;
	background-color: #5496d9;
	border: 1px solid #306ead;
	-webkit-transition: 0.2s cubic-bezier(0.42, 0.6, 0.29, 0.62);
	-moz-transition: 0.2s cubic-bezier(0.42, 0.6, 0.29, 0.62);
	transition: 0.2s cubic-bezier(0.42, 0.6, 0.29, 0.62)
}
.am-btn-default:hover {
	color: #FFF;
	background-color: #1976d5;
	border: 1px solid #276bb0;
}
.amback-btn {
	width:95px;
	text-align:left;
	text-indent:46px;
	background-image:url(../Images/ms-icon02.png);
	background-repeat:no-repeat;
	background-position:19px center;
}
.am-search-btn{
	width:76px;
	margin-left:2px;
	text-align:left;
	text-indent:34px;
	background-image:url(../Images/search-icon.png);
	background-repeat:no-repeat;
	background-position:14px center;	
}
/*多选*/
.amcheckbox-wrap {
	display: block;
	width:auto;
	height:31px;
	line-height:normal;
}
.amcheckbox-wrap input[type="checkbox"] {
	display: none;
	margin: 3px 3px 0px 5px;
}
.amcheckbox-wrap label {
	display: inline-block;
	padding: 6px 0 5px 30px;
	margin-top:2px;
	margin-right: 35px;
	font-size: 12px;
	color: #6f6f6f;
	background: url(../Images/check-01.png) no-repeat left center;
	cursor: pointer;
}
.amcheckbox-wrap label:hover {
	background:url(../Images/check-02.png) no-repeat left top;
	background-position:-5px;
	cursor: pointer;
}
.amcheckbox-wrap label.checked {
	background:url(../Images/check-03.png) no-repeat left center;
}
/*头部*/
.page-header-content {
	width: 100%;
	height:92px;
	padding:0 30px;
	line-height: 92px;
	background-color:#f1f2f6;
	border-bottom: 1px solid #d3d3d3;
}
/*select 下拉*/
.select-content {
	width: auto;
	height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #505050;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
}
.select-content:hover{
	-webkit-box-shadow:  0 0 7px rgba(196, 195, 195, .33);
	-moz-box-shadow: 0 0 7px rgba(196, 195, 195, .33);
	box-shadow:  0 0 7px rgba(196, 195, 195, .33);
}
/*查询*/
.search-main {
	float: left;
	width: auto;
	height: auto;
}
.search-main .search-control ,.search-main .fl{
	margin-top: 28px;
	margin-right: 5px;
}
.search-main span {
	padding: 0 1px;
	font-size:14px;
	color:#565656;
}
.search-main span.title {
	padding-right: 6px;
	padding-left: 10px;
	font-size: 14px;
	color: #565656;
}
.search-main em {
	font-style: normal;
	font-size: 12px;
	color: #565656;
}
.time-wrap {
	width: 125px;
	height:36px!important;
	background-color:#fff; 
	border: 1px solid #fff !important;
	box-shadow:none;
}
.time-wrap:focus {
	-webkit-box-shadow:  0 0 7px rgba(196, 195, 195, .33);
	-moz-box-shadow: 0 0 7px rgba(196, 195, 195, .33);
	box-shadow:  0 0 7px rgba(196, 195, 195, .33);
}
/*分类搜索*/
.search-container {
	float: right;
	width: auto;
	height: 53px;
	line-height: 53px;
}
.search-container .am-btn{
	margin-top:28px;
	margin-left:5px;	
}
/****搜索****/
.search-control {
	float: left;
	height: 36px;
	border-radius: 2px;
}
.search-control input {
	float: left;
	width: 210px;
	height: 36px;
	padding-right: 5px;
	padding-left: 10px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #505050;
	border: 1px solid #fff;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-control input:focus {
	background-color: #fff;
	-webkit-box-shadow:  0 0 7px rgba(196, 195, 195, .33);
	-moz-box-shadow: 0 0 7px rgba(196, 195, 195, .33);
	box-shadow:  0 0 7px rgba(196, 195, 195, .33);
}
.search-control .search-icon {
	float: left;
	width: 40px;
	height: 36px;
	background: #5496d9 url(../Images/search-icon.png) no-repeat center center;
	border: 1px solid #dbdbdb;
	border-left: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	cursor: pointer;
}
.search-control .search-icon:hover{
	background-color:#1976d5;
} 
/****表格****/
.table-contain {
	width: auto;
	height: auto;
	padding:0 30px;	
	margin-top: 27px;
}
.table-contain table {
	width: 100%;
	height: auto;
	background-color: #FFF;
	border: 1px solid #e1e1e3;
}
.table-contain th {
	height: 40px;
	padding-left: 20px;
	font-size: 14px;
	color: #4880e5;
	text-align: left;
	background-color:#f5f8fd;
	border-bottom: 1px solid #e8e9ed;
}
.table-contain tbody tr td {
	height: 40px;
	padding-left: 20px;
	font-size: 12px;
	color: #000;
	border-top: 1px solid #e8e9ed;
}
.table-contain tbody tr:nth-child(2n+0) {
	background-color: #fafafa;
}
.table-contain tbody tr td:first-child {
	padding-left: 18px;
	border-left: 2px solid transparent;
}
.table-contain tr th:last-child, .table-contain tbody tr td:last-child {
	padding-left: 0;
	text-align: center;
}
.table-contain tbody tr:hover td:first-child {
	border-left: 2px solid #4880e5;
}
.table-contain tbody tr:hover {
	background-color: #f5f8fd;
}
.table-contain tbody tr:last-child td {
	box-sizing: content-box;
}
.table-contain tbody tr:first-child td {
	border-top: 0;
}

/*操作*/
.table-operate {
	display: inline-block;
	width: auto;
	min-width: 47px;
	height: 20px;
	margin-right: 3px;
	margin-left: 2px;
	padding: 0 10px;
	font-size: 12px;
	color: #525252;
	line-height: 19px;
	text-align: center;
	background-color: #efefef;
	border-radius: 9px;
	cursor: pointer
}
/*修改*/
.table-contain tbody tr:hover td .table-edit {
	color: #FFF;
	background-color: #1976d5;
}
/*删除*/
.table-contain tbody tr:hover td .table-delete {
	color: #FFF;
	background-color: #f6a19d;
}
/*禁用*/
.table-contain tbody tr:hover .disable{
	color: #f6a19d;
}
.table-contain tbody tr:hover td .table-disable {
	color: #FFF;
	background-color: #f6a19d;
}
/*启用*/
.table-contain tbody tr:hover .enable{
	color: #8fc7ff;
}
.table-contain tbody tr:hover td .table-enable {
	color: #FFF;
	background-color: #8fc7ff;
}
.table-contain .text-input {
	width:180px;
	height: 28px;
	margin-left:-10px;
	font-size:12px;
	color:#000;
	line-height: 28px;
}

/*无数据提示*/
.nodata-wrap{
	width:auto;
	height:200px;
	line-height:200px;
	text-align:center;
}
.nodata-wrap img{
	vertical-align:middle;
	margin-top:-5px;	
}
/*文本宽度定义*/
.text-w72 {
	width: 72px !important;
}
.text-w130 {
	width: 130px !important;
}
.text-w190{
	width: 190px !important;
}
.text-w295 {
	width: 295px !important;
}
/****分页****/
.page-wrap {
	position: relative;
	clear: both;
	width: auto;
	height: 70px;
}
.am-page {
	height: 29px;
	padding: 20px 0;
	padding-left: 0;
}
.am-page > li {
	display: inline;
	margin-left: 4px;
}
.am-page > li > a {
	display: inline-block;
	overflow: hidden;
	width: 29px;
	height: 29px;
	color: #525252;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	background-color: #fcfcfc;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}
.am-page > .disabled> a, .am-page > .disabled>a:focus {
	color: #525252 !important;
	cursor: not-allowed;
	background-color: #fcfcfc !important;
	border: 1px solid #dbdbdb !important;
}
.am-page >.active > a {
	color: #FFF;
	background-color: #1976d5;
	border: 1px solid #2c6dae;
}
.am-page a:hover {
	color: #FFF;
	background-color: #7eb2e7;
	border: 1px solid #6099d3;
}
.am-page-first, .am-page-prev, .am-page-next, .am-page-last {
	font-family: "宋体";
}
.submit-operate {
	position: absolute;
	top: 15px;
	right: 0;
}
.submit-operate .am-cancel {
	width: 70px;
}
.submit-operate .am-submit-edit {
	width: 130px;
	margin-left: 8px;
	margin-right: 10px;
}
/*only safari*/
_::-webkit-full-page-media, _:future, :root .am-page-first {
 font-family:inherit;
}
_::-webkit-full-page-media, _:future, :root .am-page-prev {
 font-family:inherit;
}
_::-webkit-full-page-media, _:future, :root .am-page-next {
 font-family:inherit;
}
_::-webkit-full-page-media, _:future, :root .am-page-last {
 font-family:inherit;
}
.am-page-first a, .am-page-next a, .am-page-last a {
	margin-left: -4px;
}
.am-page-prev a {
	margin-right: -4px;
	margin-left: -4px;
}
/*only safari input line-height*/
_::-webkit-full-page-media, _:future, :root input {
 line-height:normal;
}
