@charset "UTF-8";
input:focus{
	outline: none;
}
input[disabled],select[disabled],button[disabled] {
	/* background: #F8F8F8 !important; */
	background: #E0E0E0 !important;
}
input[type='button'][disabled],button[disabled]{
	border: 1px solid #F8F8F8;
}
input,select,textarea {
	-webkit-appearance: none;
}
body,html {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei","Tahoma";
	font-size: 14px;
	background: #FCFCFC;
	min-width: 1080px;
	overflow: auto;
	color: #212121;
}
body {
	height: auto;
}
.container {
	overflow: auto;
	min-width: 870px;
}
/* 单选、复选 */
.checkbox,.radio {
	position: relative;
	/* height: 20px; */
	display: block;
	margin: 5px 20px 10px 15px;
	float: left;
}
.checkbox input[type="checkbox"],.radio input[type="radio"]{
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	opacity: 0;
}
.checkbox label,.radio label {
	position: relative;
	float: left;
	left: 0;
	left: 10px;
	top: 0;
	/* height: 20px; */
	line-height: 20px;
	width: auto;
}
.checkbox label:hover,.radio label:hover {
	cursor: pointer;
}
.checkbox label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -20px;
	height: 20px;
	border: 0;
	background: rgba(20,20,20,0.3);
	width: 15px;
	height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.radio label::before {
	content: '';
	position: absolute;
	top: 2px;
	left: -20px;
	height: 20px;
	border: 0;
	background: rgba(20,20,20,0.3);
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.checkbox label::after,.radio label::after {
	content: '';
	position: absolute;
	top: 4px;
	left: -15px;
	width: 4px;
	height: 8px;
	border: 0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(40deg);
}
.checkbox input[type='checkbox']:checked + label::before,.radio input[type='radio']:checked + label::before {
	background: #2B579A;
	background: #00879b;
	border-color: #2B579A;
	border-color: #00879b;
	background: #1d74b2;
	border-color: #1d74b2;
}
.checkbox input[type='checkbox']:checked + label::after,.radio input[type='radio']:checked + label::after {
	background: #2B579A;
	background: #00879b;
}
.checkbox input[type='checkbox']:disabled + label::before,.radio input[type='radio']:disabled + label::before,.checkbox input[type='checkbox']:disabled + label::after,.radio input[type='radio']:disabled + label::after {
	background: #DDD;
}


.checkbox input[disabled]:checked + label::before, .radio input[disabled]:checked + label::before {
    background: #2B579A;
	background: #00879b;
    border-color: #2B579A;
    border-color: #00879b;
	background: #1d74b2;
	border-color: #1d74b2;
}
.checkbox input[type='checkbox']:checked + label::before, .radio input[type='radio']:checked + label::before {
    background: #2B579A;
	background: #00879b;
    border-color: #2B579A;
    border-color: #00879b;
	background: #1d74b2;
	border-color: #1d74b2;
}

.checkbox input[type='checkbox']:checked:disabled + label::before, .radio input[type='radio']:checked:disabled + label::before, .checkbox input[type='checkbox']:checked:disabled + label::after, .radio input[type='radio']:checked:disabled + label::after {
    background: #2B579A;
	background: #00879b;
	background: #DDD;
	background: #00879b;
	background: #1d74b2;
}

/*table 表格*/
table.table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-collapse:collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #E1E1E1;
	box-sizing: border-box;
}
table.table caption {
	/*color: #A0242C;*/
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
}
table.table tr td,table.table tr th,table.table tbody {
	padding: 10px 5px;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ebeef5;
	line-height: 22px;
	box-sizing: border-box;
}
table.table tr th {
	background: #2B579A;
	background: #EAEEF5;
}
table.table tr:hover td {
	background: #F4F4F4;
	border-width: 1px;
	border-style: solid;
	border-color: #ebeef5;
}
table.table tr td b {
	font-weight: bold;
}
table.table tr td a{
	color: #212121;
}
table.table tr td a:hover{
	color: #0068a6;
}
table.table tr td a.dels:hover,table.table tr td a.invalids:hover{
	color: #EA3629;
}
table.table tr td a.complete:hover,table.table tr td a.showcom:hover,table.table tr td a.effectives:hover{
	color: #43A72D;
}
table.table tr td a.edits:hover,table.table tr td a.looks:hover,table.table tr td a.examines:hover,.table tr td a.download:hover,.table tr td a.linkA:hover{
	color: #2B579A;
}
table.table tr td a i {
	margin: 0 2px;
}
table.table tr td a:hover i {
	font-weight: bold;
}
table.table tr td a.aBtn {
	background: #1d74b2;
	color: #FFF;
	width: 50px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	margin: 0 auto;
}
table.table tr td a.aBtn:hover{
	cursor: pointer;
	background: #0068a6;
}
/*滚动条样式*/
/* div::-webkit-scrollbar,ul::-webkit-scrollbar{
	width:4px;
	height:4px;
}
div::-webkit-scrollbar-track,ul::-webkit-scrollbar-track{
	background: #f6f6f6;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
div::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{
	background: #aaa;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
div::-webkit-scrollbar-thumb:hover,ul::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
div::-webkit-scrollbar-corner,ul::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
body::-webkit-scrollbar,html::-webkit-scrollbar{
	width:4px;
	height:4px;
}
body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{
	background: #f6f6f6;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{
	background: #aaa;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
body::-webkit-scrollbar-corner,html::-webkit-scrollbar-corner{
	background: #f6f6f6;
} */
/*颜色*/
.red {
	color: #EA3629 !important;
}
.redBg {
	background: #EA3629 !important;
}
.yellow {
	color: #FFA035 !important;
}
.yellowBg {
	background: #FFA035 !important;
}
.green {
	color: #43A72D !important;
}
.greenBg {
	background: #43A72D !important;
}
.blue {
	color: #1d74b2 !important;
}
.blueBg {
	background: #1d74b2 !important;
}
.gray {
	color: #999999 !important;
}
.grayBg {
	background: #999999 !important;
}
.c_web {
	color: #0068a6 !important;
}
/*表格背景颜色标记*/
.bgRed {
  background: #FF5D5D !important;
}
.bgYellow {
  background: #EDE06C !important;
}
.bgBlue {
  background: #7EBFFF !important;
}
.bgPink {
  background: #F5B4CB !important;
}
.bgGreen {
  background: #89DEBF !important;
}
.bgLgray {
  background: #F4F4F4 !important;
}
.bgLblue {
	background: #EAEEF5 !important;
}
.hide{
	display: none;
}
.loadinga,.loading,.loading_txt {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed !important;
	_position: fixed !important;
	position: -ms-page;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
.loadinga {
	background: rgba(0,0,0,0.1);
}
.loading-img {
	width: auto;
	height: 100px;
	position: absolute;
	box-sizing: border-box;
	padding: 0 40px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	/* 设置纵向、横向居中时，设置display为flex或inline-flex */
	display: inline-flex;
	/* 纵向居中 */
	align-items: center;
	/* 横向居中 */
	justify-content: space-around;
	vertical-align: middle;
}
.loading-img img {
	width: 30px;
	height: 30px;
	border: 0;
}
.loading_txt .loading-img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0,0,0,0.7);
	padding: 0 30px;
	height: 60px;
	color: #FFF;
}
/*系统及浏览器提示*/
.osDiv,.browserShade,.apiShenheShade {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed !important;
	_position: fixed !important;
	position: -ms-page;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
}
.osCon,.bCon {
	background: #FFF;
	width: 400px;
	height: 310px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -155px;
}
.osCon h1,.bCon h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.osCon p,.bCon p {
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
}
a.closeOs {
    position: absolute;
    z-index: 12;
    right: 3px;
    top: 3px;
    background: #EA3629;
    color: #FFF;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0;
	text-decoration: none;
}
a.links {
	color: #0068a6;
	text-decoration: none;
	margin-left: 10px;
	font-size: 14px;
}
a.links:hover {
	color: #223142;
	text-decoration: underline;
}
.linksList p {
	margin: 5px 0;
}
.api_shenhe_textarea {
	width: 100%;
	height: 160px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 5px 10px;
	background: none;
	border: 1px solid #E1E1E1;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 10px 0;
	font-size: 14px;
}
.btnsDiv {
	margin: 30px 0 20px 0;
	text-align: center;
}
.btnsDiv input.btns {
	width: 80px;
    height: 30px;
    line-height: 30px;
    border: 0;
    margin-top: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1d74b2;
    color: #FFF;
	margin: 0 auto;
}
.bottomIcon {
	position: fixed;
	bottom: 70px;
	right: 5px;
	z-index: 999;
	border-radius: 5px;
	box-shadow: 0 0px 5px #004a88
}
.bottomIcon ul li {
	/* float: left; */
	background: #1d74b2;
	width: 40px;
	height: 42px;
	display:block;
	border-bottom: 1px solid #FFF;
}
.bottomIcon ul li:hover {
	background: #004a88;
}
.bottomIcon ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 42px;
}
.bottomIcon ul li a:hover {
	color: #FFF;
}
.bottomIcon ul li:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.bottomIcon ul li:last-child {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 0;
}
.mAlign {
	/* 设置纵向、横向居中时，设置display为flex或inline-flex */
	display: inline-flex;
	/* 纵向居中 */
	align-items: center;
	/* 横向居中 */
	justify-content: space-around;
	vertical-align: middle;
}
.jdBtn1 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	margin-right: 0 !important;
	border-right: 0 !important;
	padding-right: 0 !important;
}
.jdBtn2 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	border-left: 0 !important;
}
.jdBtn3 {
	border-radius: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	padding: 0 !important;
}
.jdBtn4 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	margin-left: 0 !important;
}
