@media screen and (max-width:750px) {
	body {
		background: #0850c1;
	}

	.pc {
		display: none;
	}

	.mb {
		display: inline-block;
	}

	.wrap {
		padding-bottom: .8rem;
		padding-top: .5rem;
	}

	.contents {
		padding-bottom: .4rem;
		top: 0;
	}

	.container {
		width: 100%;
	}

	.header {
		height: .7rem;
		z-index: 10000;
	}

	.header .logo {
		width: 20%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.header .menu {
		height: 100%;
		display: none;
	}

	.heads {
		display: none;
	}

	.headMb {
		width: 100%;
	}

	.searchs {
		width: 100%;
		top: 2.8rem;
		font-size: 0.5rem;
	}
	.searchs img {
	    width: 100%;
		height: 1rem;
	}
	
	.searchs .mmm input {
		width: 1.5rem;
		height: .4rem;
		left: 1.3rem;
		font-size: 0.18rem;
	}
	
	.searchs .mmm2 input {
		top: .55rem;
		width: 1.5rem;
		height: .4rem;
		left: 1.3rem;
		font-size: 0.18rem;
	}
	
	.searchs .mmm .excel {
		width: .8rem;
		height: .8rem;
		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: .1rem;
		right: 0.45rem;
	}
	
	.searchs .mmm2 .numbers {
		width: 1.3rem;
		height: 0.6rem;
		position: absolute;
		top: 0.2rem;
		left: 3rem;
	}
	

	.notice {
		height: .5rem;
	}

	.notice .con {
		padding-left: .4rem;

	}

	.notice img {
		width: .2rem;
		margin-right: .03rem;
	}

	.notice .con span {
		font-size: .16rem;
		color: #63320e;
		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;
	}

	.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;
		z-index: 1000;

	}

	.downMenu .item {
		width: 25%;
		height: .8rem;
		display: block;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #3d2c26;
		padding: .08rem 0;
	}

	.downMenu .item:nth-child(2n) {
		background-color: #332b28;
	}

	.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: #3d2c26;
	}

	.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: 100%;
		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: #3d2c26;
	}

	.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: #3d2c26;
		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;
	}
	.turn-container {
	  padding: 10px 0 10px;
	  text-align: center; }
	
	.turn-container .turn-page {
	  display: inline-block; }
	
	.turn-container .turn-page span {
	  float: left;
	  width: 18px;
	  height: 18px;
	  line-height: 18px;
	  font-size: 12px;
	  text-align: center;
	  color: #333;
	  margin: 0 5px; }
	
	.turn-container .turn-page span.active {
	  display: inline-block;
	  width: 24px;
	  height: 24px;
	  line-height: 24px;
	  font-size: 12px;
	  text-align: center;
	  border-radius: 4px;
	  margin-left: 10px;
	  cursor: pointer;
	  border: none;
	  color: #fff;
	  background-color: #3d2c26; }
	
	.turn-container .turn-page a {
	  float: left;
	  display: inline-block;
	  width: 24px;
	  height: 24px;
	  line-height: 24px;
	  font-size: 12px;
	  text-align: center;
	  color: #333;
	  background: #f4f4f5;
	  border-radius: 4px;
	  margin: 0 5px;
	  cursor: pointer; }
	
	.turn-container .turn-page a.prev {
	  width: 25px;
	  height: 24px; }
	
	.turn-container .turn-page a.prev.disabled {
	  background: #ccc; }
	
	.turn-container .turn-page a.next {
	width: 25px;
	height: 24px; }
	
	.turn-container .turn-page a.next.disabled {
	  background-color: #ccc; }
	
	.turn-container .turn-page a:hover {
	  color: #fff;
	  background-color: #3d2c26; }
	
	.turn-container .turn-page .active {
	  color: #fff;
	  background-color: #3d2c26; }
	
	.turn-container .turn-page input {
	  float: left;
	  width: 36px;
	  height: 24px;
	  line-height: 24px;
	  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; }
}