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

	.banner {
		width: 100%;
		margin-top: .5rem;
	}

	.mb {
		display: inline-block;
	}

	.wrap {
		padding: .2rem .25rem .5rem;
		box-sizing: border-box;
		background-image: url('../img/shouji.png');
	}

	.contents {
		margin-top: .5rem;
		top: 0;
		background-image: url("../img/37.png");
	}

	.container {
		width: 100%;
	}

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

	.header .logo {
		width: 50%;

	}

	.header .menu {
		height: 100%;
	}

	.header .menu-item {
		flex-direction: column;
		height: 100%;
		padding: .03rem .15rem;
		border-radius: .1rem;
	}

	.menu-item span {
		color: #fff;
		font-size: .16rem;
	}

	.menu-item img {
		width: .28rem;
		margin-right: 0;
		margin-bottom: .05rem;
	}

	.heads {
		width: 100%;
	}



	.searchs {
		width: 94%;
		display: none;
	}

	.searchs2 {
		width: 94%;
		display: block;
		margin: auto;
	}

	.searchs2 .row {
		width: 100%;
		margin-top: .2rem;
		position: relative;
	}

	.searchs2 .mmm {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 .2rem 0 .35rem;
		box-sizing: border-box;
	}

	.searchs2 img {
		width: 100%;
		height: .7rem;
	}

	.searchs2 .name {
		width: 1rem;
		font-size: .23rem;
		font-weight: bold;
		color: #a85b18;
	}

	.searchs2 .mmm input {
		width: 3rem;
		height: .5rem;
		outline: none;
		font-size: .2rem;
		color: #000;
		background-color: #a85b18;
		border: none;
		border-radius: .05rem;
		padding: 0 .05rem;
		box-sizing: border-box;

	}

	.searchs2 .mmm2 {
		position: relative;
	}

	.searchs2 .mmm2 .numbers {
		width: 1rem;
		height: .4rem;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: .08rem;
		transform: translateY(-50%);
	}

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

	.searchs2 .mmm2 input {
		width: 2rem;
		height: .5rem;
		outline: none;
		font-size: .2rem;
		color: #000;
		margin-right: .05rem;
		background-color: #a85b18;
		border: none;
		border-radius: .05rem;
		padding: 0 .05rem;
		box-sizing: border-box;

	}

	.searchs2 .mmm .sumbit {
		line-height: .5rem;
		font-size: .2rem;
		color: #fff;
		border-radius: .05rem;
		padding: 0 .1rem;
		background-color: #d40909;
		cursor: pointer;
	}

	.title {
		width: 70%;
		height: .5rem;
		line-height: .5rem;
		text-align: center;
		background-image: url('../img/3.png');
		background-size: 100% 100%;
		font-size: .2rem;
		font-weight: bold;
		color: #000;
		text-align: center;
		margin: auto;
		position: relative;
		transform: translateY(-50%);
	}

	.info {
		width: 90%;
		margin: .0 auto;
		font-size: .18rem;
		line-height: .28rem;
		color: #fff;
	}

	.info span {
		font-size: .18rem;
	}

	.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;
	}

	.showRedpag .box {
		width: 4rem;
	}

	.showRedpag .box .integral {
		font-size: .45rem;
		color: #000;
		position: absolute;
		left: 50%;
		top: 38%;
		transform: translateX(-69%);
	}

	/* 表格容器样式，可调整与输入框的间距 */
	.table-container {
		margin: 20px 0;
		/* 上下间距20px，与输入框分隔开 */
		padding: 0 10px;
	}

	/* 核心表格样式 */
	.fee-table {
		width: 100%;
		border-collapse: collapse;
		/* 合并边框 */
		text-align: center;
            background: linear-gradient(to bottom, #fea436 0%, #fec957 40%, #fee470 100%);
	}

	/* 表头样式 */
	.fee-table thead th {
		border: 1px solid #ffffff;
		padding: 8px;
		font-size: .18rem;
		font-weight: bold;
    color: #ffffff !important;
	}

	/* 表格内容单元格样式 */
	.fee-table tbody td {
		border: 1px solid #edda8e;
		padding: 6px;
		font-size: .17rem;
		color: #ffffff;
	}
	
    .gjj-wrap{
  background: transparent;
}

.gjj-title-box{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:0 auto 18px;
}

.gjj-title-box h3{
  position:relative;
  margin:0;
  padding:10px 42px;
  color:#ffe57a;
  font-size:32px;
  font-weight:900;
  letter-spacing:4px;
  text-align:center;
  border:1px solid rgba(255,229,122,.85);
  border-radius:36px;
  background:
    linear-gradient(180deg,rgba(255,223,112,.16),rgba(0,0,0,.25)),
    linear-gradient(90deg,#2b1d0b,#4a320f,#2b1d0b);
  box-shadow:
    inset 0 0 12px rgba(255,225,120,.28),
    0 0 18px rgba(255,205,70,.32);
  text-shadow:0 2px 0 #5b3b00, 0 0 10px rgba(255,219,92,.75);
}

.gjj-title-box h3::after{
  content:"";
  position:absolute;
  top:0;
  left:-40%;
  width:35%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
  transform:skewX(-25deg);
  animation:titleShine 3s linear infinite;
}
.gjj-title-box h3{
    overflow:hidden;
}
.gjj-title-box .line{
  width:180px;
  height:2px;
  background:linear-gradient(90deg,transparent,#ffe57a,transparent);
  box-shadow:0 0 10px rgba(255,225,122,.8);
}

@keyframes titleShine{
  0%{left:-45%;}
  100%{left:110%;}
}

.gjj-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  background:rgba(0,0,0,.22);
}

.gjj-table th,
.gjj-table td{
  border:1px solid rgba(255,245,190,.85);
  text-align:center;
  vertical-align:middle;
  height:54px;
  font-size:24px;
  font-weight:700;
  color:#f5f5f5;
  box-sizing:border-box;
}

.gjj-table th{
  color:#ffd52e;
  font-size:24px;
  height:58px;
}

.gjj-table th:nth-child(1),
.gjj-table td:nth-child(1){width:15%;}

.gjj-table th:nth-child(2){width:22%;}

.gjj-table th:nth-child(3),
.gjj-table td:nth-child(3){width:18%;}

.gjj-table th:nth-child(4),
.gjj-table td:nth-child(4){width:28%;}
.gjj-table th:nth-child(5){width:17%;}

.gjj-table .merge{
  font-size:25px;
  line-height:1.7;
  color:#fff;
}

.gjj-table .red{
  color:#d00000;
  font-weight:800;
}

@media screen and (max-width:768px){
  .gjj-wrap{padding:10px;}

  .gjj-title-box{
    gap:8px;
    margin-bottom:12px;
  }

  .gjj-title-box .line{
    width:45px;
  }

  .gjj-title-box h3{
    font-size:20px;
    padding:8px 22px;
    letter-spacing:2px;
  }

  .gjj-table th,
  .gjj-table td{
    font-size:13px;
    height:38px;
  }

  .gjj-table th{font-size:13px;}

  .gjj-table .merge{
    font-size:13px;
    line-height:1.6;
  }
}
