@media screen and (max-width:750px) {
	body {
		background: #0850c1;
	}

	.pc {
		display: none;
	}

	.mb {
		display: inline-block;
	}

	.wrap {
		padding-bottom: .8rem;
		padding-top: .4rem;
	}

	.contents {
		padding-bottom: .4rem;
	}

	.container {
		width: 100%;
	}

	.header {
		height: .4rem;
	}

	.header .logo {
		width: 40%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}

	.header .menu {
		height: 100%;
		display: none;
	}

	.heads {
		display: none;
	}

	.headMb {
		width: 100%;
	}

	.searchs {
		width: 94%;
	}

	.searchs .mmm input {
		width: 2rem;
		height: .24rem;
		left: 1.42rem;
	}

	.searchs .mmm2 input {
		width: 1.2rem;
		height: .24rem;
		top: .351rem;
		left: 1.42rem;
	}

	.searchs .mmm .excel {
		width: .5rem;
		height: .5rem;
		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: .05rem;
		right: 1rem;
	}

	.searchs .mmm2 .numbers {
		width: .8rem;
		height: .3rem;
		position: absolute;
		top: .3rem;
		left: 2.78rem;
	}

	.notice .con {
		padding-left: .8rem;

	}

	.notice .con span {
		font-size: .16rem;
		color: #0439c3;
		white-space: nowrap;
	}

	.notice .con .cScroll {
		width: calc(100% - 1.3rem);
		height: 100%;
		/* background-color: aqua; */
		margin-left: .1rem;
		overflow-x: hidden;

	}

	.notice .con .cScroll p {
		font-size: .16rem;
		white-space: nowrap;
		position: relative;
		animation: mover 25s infinite alternate;
	}

	.info {
		width: 90%;
		margin: .1rem auto;
		font-size: .18rem;
		color: #fff;
	}

	.info span {

		font-size: .18rem;
		color: #e12e2e;

	}

	.desc {
		font-size: .18rem;
	}

	.title {
		margin: .3rem 0 .2rem;
	}

	.active_table {
		margin: auto;
		width: 90%;
		background-color: #333;
		border-spacing: 1px;
	}

	.active_table th,
	.active_table td {
		font-size: .15rem;
		height: .4rem;
		/* padding: 0 .05rem;
		box-sizing: border-box; */
	}

	.active_table thead {
		background-color: #f1d32e;
		/* 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; */
	}


	.subtitle {
		width: 90%;
		margin: .2rem auto;
		position: relative;
	}

	.subtitle img {
		width: 2.5rem;
	}

	.subtitle p {
		font-size: .2rem;
		color: #2744b6;
		position: absolute;
		left: .1rem;
		top: 50%;
		transform: translateY(-50%);
	}

	.footer {
		width: 100%;
		font-size: .16rem;
		color: #999;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: .2rem;
	}

	.downMenu {
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;

	}

	.downMenu .item {
		width: 25%;
		height: .8rem;
		display: block;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #0c6cd1;
		padding: .08rem 0;
	}

	.downMenu .item:nth-child(2n) {
		background-color: #0d7add;
	}

	.downMenu .item img {
		width: .3rem;
	}

	.downMenu .item span {
		font-size: .18rem;
		margin-top: .05rem;
		color: #fff;
	}

	.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: .16rem;
		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 {
		width: 90%;
	}

	.dialog-content * {
		box-sizing: border-box;

	}

	.query_container {
		width: 100%;
		border-radius: 18px;
		background-color: #fff;
		padding-bottom: .1rem;
	}

	.query_container .query_head {
		border-radius: .1rem .1rem 0 0;
		height: .6rem;
		padding: 0 .2rem;
		background: #0956c0;
	}

	.query_container .query_head p {
		font-size: .16rem;
		color: #fff;
		line-height: .6rem;
	}

	.query_container .query_head img {
		display: block;
		width: .3rem;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.query_container .query_list {
		margin: .2rem;
		overflow-x: scroll;
	}

	.query_container .query_list table {
		width: 180%;
		text-align: center;
	}

	.query_container .query_list table th,
	.query_container .query_list table td {
		font-size: .16rem;
		height: .3rem;
	}

	.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 #000;
		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: .5rem;
		height: .25rem;
		text-align: center;
		line-height: .25rem;
		font-size: .16rem;
		color: #fff;
		background-color: #007aff;
		border-radius: 5px;
		margin: auto;
		cursor: pointer;
	}
	.showPost{
		padding: 10px 20px;
		background-color: rgba(0, 0, 0, 0.8);
		border-radius: 10px;
		font-size: 12px;
		color: #fff;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 1000;
		display: none;
	}
}