* {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	font-family: "Microsoft YaHei" !important;
}

.mb {
	display: none;
}

img {
	font-size: 0;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-row-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #0850c1;
	margin-top: .22rem;
	background-image: url('../img/1111.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.container {
	width: 1000px;
	height: 100%;
	margin: auto;
	position: relative;
}

/* 顶部 */
.header {
	width: 100%;
	height: .22rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #0956c0;
	border-bottom: 1px solid #ffc52e;
}

.header .logo {
	width: 1rem;
	position: absolute;
	left: 0;
	top: 0;
}

.header .menu {
	height: 100%;
}

.header .menu-item {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: .03rem .05rem;
	cursor: pointer;
	margin-left: .02rem;
	box-sizing: border-box;
}

.header .menu-item:hover,
.header .menu-item.active {
	background-color: #ffef31;
	border-radius: 50px;
}

.header .menu-item:hover span,
.header .menu-item.active span {
	color: #000;
	font-weight: bold;
}

.header .menu-item img {
	width: .09rem;
	margin-bottom: .02rem;
	vertical-align: middle;
}

.header .menu-item span {
	font-size: .06rem;
	color: #fff;
	margin-left: 0.03rem;
	vertical-align: middle;
}

.header .menu-item.act {
	position: relative;
}

.header .menu-item.act span {
	color: #faec82;
}

.header .menu-item.act::after {
	content: '';
	width: .2rem;
	height: 2px;
	background-color: #faec82;
}

/* banner */
.banner {
	width: 100%;
	position: relative;
}

.heads {
	width: 100%;
	position: relative;
	z-index: 50;
}

/* contents */
.contents {
	min-height: 300px;
	background-color: #0956c0;
	position: relative;
	padding-top: .1rem;
	padding-bottom: .2rem;
	border: 1px solid #21aeff;
	border-radius: 10px;
}

.searchs {
	width: 4rem;
	text-align: center;
	position: relative;
	z-index: 60;
	margin: 0 auto .2rem;
}

.searchs img {
	width: 90%;
}

.searchs .mmm {}

.searchs .mmm input {
	width: 1.6rem;
	height: .16rem;
	outline: none;
	font-size: .11rem;
	color: #000;
	margin-right: .2rem;
	/* background-color: transparent; */
	background-color: transparent;
	border: none;
	position: absolute;
	top: 0.395em;
	left: 1.02rem;
}

.searchs .mmm .excel {
	width: .45rem;
	height: .45rem;
	background: url("../img/asddd.png");
	background-size: 100% 100%;
	cursor: pointer;
	font-size: .10rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: .19rem;
	position: absolute;
	top: 0.1em;
	right: .8rem;
}

.searchs .mmm2 {}

.searchs .mmm2 input {
	width: 1rem;
	height: .16rem;
	outline: none;
	font-size: .11rem;
	color: #000;
	position: absolute;
	border: none;
	background-color: transparent;
	top: .255rem;
	left: 1.02rem;
}

.searchs .mmm2 .numbers {
	width: .6rem;
	height: .2rem;
	cursor: pointer;
	position: absolute;
	top: .24rem;
	left: 2.09rem;
}

.searchs .mmm2 .numbers img {
	width: 100%;
	height: 100%;
}

.notice {
	width: 100%;
	text-align: center;
	margin-top: .15rem;
	position: relative;
}

.notice img {
	width: 90%;
}

.notice .con {
	width: 90%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	text-align: left;
	padding-left: .45rem;
}

.notice .con span {
	font-size: .1rem;
	color: #0476a8;
}

.notice .con .cScroll {
	width: calc(100% - .8rem);
	height: 100%;
	/* background-color: aqua; */
	margin-left: .1rem;
	overflow-x: hidden;

}

.notice .con .cScroll p {
	font-size: .09rem;
	white-space: nowrap;
	position: relative;
	animation: mover 25s infinite alternate;
}

@keyframes mover {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

.title {
	width: 100%;
	text-align: center;
	margin-top: .1rem;
}

.title img {
	width: 30%;
}

.info {
	width: 90%;
	margin: .1rem auto;
	font-size: .08rem;
	color: #fff;
}

.info span {

	font-size: .08rem;
	color: #21aeff;

}

.active_table {
	margin: auto;
	width: 90%;
	background-color: #333;
	border-spacing: 1px;
	table-layout: fixed;
}

.active_table th,
.active_table td {
	font-size: .06rem;
	height: .2rem;
}

.active_table thead {
	background-color: #ffc52e;
	/* border-bottom: 1px solid #fff; */
}

.active_table thead th {
	color: #000;
	font-weight: normal;
	text-align: center;
	/* border-right: 1px solid #fff; */
}

.active_table tbody {
	background-color: #f3f3f3;
}

.active_table tbody td {
	color: #000;
	text-align: center;
	/* border-right: 1px solid #fbd77d;
	border-bottom: 1px solid #fbd77d; */
}


.desc {
	width: 90%;
	margin: .1rem auto;
	font-size: .08rem;
	color: #fff;
}

.subtitle {
	width: 90%;
	margin: .1rem auto;
	position: relative;
}

.subtitle p {
	font-size: .1rem;
	color: #0131bc;
	position: absolute;
	left: .1rem;
	top: 50%;
	transform: translateY(-50%);
}

/* foot */
.footer {
	width: 100%;
	font-size: .1rem;
	color: #fff;
	text-align: center;
	padding: .15rem 0;
	bottom: .2rem;
}

.dialog-modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	animation: fade-in 0.25s forwards;
	-webkit-animation: fade-in 0.25s forwards;
	-moz-animation: fade-in 0.25s forwards;
	-o-animation: fade-in 0.25s forwards;
	display: none;
}

.dialog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10003;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.5;
	border-radius: 10px;
	animation: zoom-in 0.25s forwards;
	-webkit-animation: zoom-in 0.25s forwards;
	-moz-animation: zoom-in 0.25s forwards;
	-o-animation: zoom-in 0.25s forwards;
}

.dialog-content-hd {
	position: relative;
	padding: 20px 20px 10px;
	margin-bottom: -25px;
	text-align: center;
}

.dialog-content-hd .dialog-content-title {
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.dialog-content-bd {
	margin: 25px 20px;
	color: #666;
	text-align: center;
}

.dialog-btn {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #007aff;
	font-size: 17px;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	border-radius: 0 0 10px 10px;
	border: none;
	border-top: 1px solid #d5d5d5;
}

.dialog-content * {
	box-sizing: border-box;
}

.query_container {
	width: 1000px;
	border-radius: 18px;
	background-color: #fff;
	padding-bottom: 20px;
}

.query_container .query_head {
	border-radius: 18px 18px 0 0;
	height: 70px;
	padding: 0 20px 0 30px;
	background: #0956c0;
}

.query_container .query_head p {
	font-size: 28px;
	color: #fff;
	line-height: 70px;
}

.query_container .query_head img {
	display: block;
	width: 40px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.query_container .query_list {
	margin: 32px 40px 0;
}

.query_container .query_list table {
	width: 100%;
	text-align: center;
	table-layout: fixed;
	overflow: auto;
}

.query_container .query_list table th,
.query_container .query_list table td {
	font-size: 16px;
	height: 52px;
}

.query_container .query_list table thead {
	background-color: #0956c0;
}

.query_container .query_list table thead th {
	color: #fff;
	text-align: center;
	font-weight: normal;
	/* 	border-right: 1px solid #f50305;
	border-bottom: 1px solid #f50305; */
	padding: 0 10px;
}


.query_container .query_list table tbody {
	background-color: #d8d8d8;
}

.query_container .query_list table tbody td {
	color: #000;
	text-align: center;
	/* border-right: 1px solid #f50305;
	border-bottom: 1px solid #f50305; */
}

.issub {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #007aff;
	border-radius: 5px;
	margin: auto;
	cursor: pointer;
}
.turn-container {
  padding: 30px 0 20px;
  text-align: center; }

.turn-container .turn-page {
  display: inline-block; }

.turn-container .turn-page span {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #333;
  margin: 0 5px; }

.turn-container .turn-page span.active {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  color: #fff;
  background-color: #f43d3c; }

.turn-container .turn-page a {
  float: left;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #333;
  background: #f4f4f5;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer; }

.turn-container .turn-page a.prev {
  width: 35px;
  height: 28px; }

.turn-container .turn-page a.prev.disabled {
  background: #ccc; }

.turn-container .turn-page a.next {
  width: 35px;
  height: 28px; }

.turn-container .turn-page a.next.disabled {
  background-color: #ccc; }

.turn-container .turn-page a:hover {
  color: #fff;
  background-color: #f43d3c; }

.turn-container .turn-page .active {
  color: #fff;
  background-color: #f43d3c; }

.turn-container .turn-page input {
  float: left;
  width: 36px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  font-size: 14px;
  color: #333; }

.turn-container .turn-page a, .turn-container .turn-page span, .turn-container .turn-page input {
  margin-bottom: 5px; }
