@media (max-width: 1220px) and (min-width: 1020px) {
	.container {
		width: 95%;
	}
}

@media (max-width: 1020px) {
	.container {
		width: 95%;
	}

	.header {
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-top1 {
		height: 20px;
		margin-top: 0;
	}

	.header-mobile {
		display: flex;
		align-items: center;
	}

	.header-mob {
		width: 20px;
		margin-right: 15px;
	}

	.menubtn i {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #ffffff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

	.menubtn i:nth-child(1) {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.menubtn i:nth-child(2) {
		margin-top: 4px;
	}

	.menubtn i:nth-child(3) {
		margin-top: 4px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}

	.menubtn.on i:nth-child(1) {
		-webkit-transform: rotate(28deg);
		-moz-transform: rotate(28deg);
		-ms-transform: rotate(28deg);
		-o-transform: rotate(28deg);
		transform: rotate(28deg);
	}

	.menubtn.on i:nth-child(2) {
		opacity: 0;
	}

	.menubtn.on i:nth-child(3) {
		-webkit-transform: rotate(-28deg);
		-moz-transform: rotate(-28deg);
		-ms-transform: rotate(-28deg);
		-o-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	.COVER {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.2);
		position: fixed;
		top: 0px;
		left: -100%;
		z-index: 1001;
	}

	.MULUS {
		width: 60%;
		height: 100%;
		background-color: #1c1c1c;
		/* display: none; */
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		left: -100%;
		z-index: 1001;
		/* width: 100%;*/
		box-sizing: border-box;
		padding: 10px; 
	}

	.mulu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		width: 100%;
		display: block;
	}

	.mulu1 {
		width: 100%;
		padding: 10px 0;
		color: white;
		font-size: 14px;
		text-transform: uppercase;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header-seach {
		width: 100%;
		background: #424242;
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1001;
	}

	.header-seac {
		width: 100%;
		height: 30px;
		border-radius: 30px;
		background: white;
		overflow: hidden;
		display: flex;
		margin: 20px auto;
	}

	.header-seac input {
		border: none;
		outline: none;
		width: calc(100% - 40px);
		height: 100%;
		padding: 0 15px;
		font-size: 14px;
	}

	.header-seac button {
		border: none;
		outline: none;
		width: 40px;
		height: 100%;
		background-color: white;
		background-image: url(../img/seach_1.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 15px auto;
	}

	.banne1 {
		height: 130px;
	}

	.ban-tit1 {
		font-size: 18px;
	}
.ban-tit1 span {
    margin-right: 50px;
}
	.ban-tit2 {
		font-size: 14px;
	}

	.footer {
		margin: 10px auto;
	}

	.footer-tops {
		padding: 10px 0;
		flex-wrap: wrap;
	}

	.footer-top2 {
		width: 100%;
	}

	.footer-top3_2 {
		display: none;
	}

	.footer-top3_1 {
		font-size: 16px;
	}

	.footer-top1_1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer-top1_2 {
		font-size: 20px;
	}

	.footer-top1_3 {
		font-size: 12px;
	}

	.footer-top1_4 {
		width: 120px;
		height: 30px;
		margin-top: 25px;
		line-height: 30px;
		font-size: 14px;
	}

	.footer-downs {
		padding: 10px 0;
	}

	.footer-down1 {
		font-size: 16px;
	}

	.footer-down2 {
		display: flex;
		flex-wrap: wrap;
	}

	.footer-down2_1 {
		font-size: 12px;
		margin-top: 10px;
	}

	.inde-mobile {
		width: 100%;
	}

	.mobile-fls {
		width: 100%;
		background: #F3F5F6;
	}

	.mobile-fl {
		width: 100%;
		margin: 15px auto;
		display: flex;
		justify-content: space-between;
	}

	.mobile-fl1 {
		width: 25%;
		text-align: center;
		display: block;
		font-size: 16px;
		color: #424242;
	}

	.mobile-fl1 img {
		width: 45px;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}

	.mobile-zzcs {
		width: 100%;
	}

	.mobile-zzc {
		width: 100%;
		margin: 20px auto;
	}

	.mobile-zzc1 {
		width: 100%;
		font-size: 24px;
		color: #424242;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mobile-zzc1 img {
		width: 15px;
	}

	.mobile-zzc1 span {
		margin-left: 20px;
		margin-right: 20px;
	}

	.mobile-zzc2 {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		font-size: 16px;
		color: #424242;
	}

	.mobile-zzc3 {
		width: 100%;
		background: #F3F5F6;
		margin-top: 20px;
		border-radius: 10px;
		padding: 20px;
	}

	.mobile-zzc3_1 {
		width: 100%;
		text-align: center;
		font-size: 22px;
		color: #424242;
	}

	.mobile-zzc3_2 {
		width: 100%;
		display: inline-block;
	}

	.mobile-zzc3_3 {
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-top: 20px;
		text-align: center;
		font-size: 16px;
		color: #424242;
	}

	.mobile-zzc3_3:nth-child(2n) {
		margin-right: 0;
	}

	.mobile-zzc3_3 img {
		width: 15px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.mobile-zzc3_3 div {
		max-width: calc(100% - 30px);
		display: inline-block;
		vertical-align: middle;
	}

	.mobile-zzc4 {
		width: 100%;
		margin-top: 15px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-radius: 10px;
		background: #FEC200;
		color: white;
		font-size: 28px;
	}

	.mobile-sbs {
		width: 100%;
		background: #F3F5F6;
	}

	.mobile-sba {
		width: 100%;
		height: 45px;
		background: white;
		padding: 0 2.5%;
		overflow: hidden;
		overflow-x: auto;
		/* 使容器可以横向滚动 */
		white-space: nowrap;
		/* 防止项目换行 */
	}

	.mobile-sba1 {
		height: 45px;
		line-height: 45px;
		display: inline-block;
		margin-right: 25px;
		font-size: 16px;
		color: #7A7A7A;
	}

	.mobile-sba1:last-child {
		margin-right: 0;
	}

	.mobile-sba1.on {
		color: #424242;
		position: relative;
	}

	.mobile-sba1.on::after {
		content: '';
		width: 35px;
		height: 4px;
		background: #FEC200;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

	.mobile-sba2 {
		height: 45px;
		line-height: 45px;
		display: inline-block;
		margin-right: 25px;
		font-size: 16px;
		color: #7A7A7A;
	}

	.mobile-sba2:last-child {
		margin-right: 0;
	}

	.mobile-sba2.on {
		color: #424242;
		position: relative;
	}

	.mobile-sba2.on::after {
		content: '';
		width: 35px;
		height: 4px;
		background: #FEC200;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

	.mobile-sbb {
		width: 100%;
		display: none;
	}

	.mobile-sbb1 {
		width: 100%;
		margin: 10px auto;
	}

	.mobile-sbc {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		/* 使容器可以横向滚动 */
		white-space: nowrap;
		/* 防止项目换行 */
	}

	.mobile-sbc1 {
		display: inline-block;
		margin-right: 15px;
		min-width: 150px;
		height: 30px;
		background: white;
		border-radius: 30px;
		text-align: center;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
		color: #424242;
	}

	.mobile-sbc1:last-child {
		margin-right: 0;
	}

	.mobile-sbc1.on {
		background: #FEC200;
		color: white;
	}

	.mobile-sbd {
		width: 100%;
		display: none;
	}

	.mobile-sbd1 {
		width: 100%;
		background: white;
		padding: 10px;
		display: flex;
		align-items: center;
		margin-top: 15px;
	}

	.mobile-sbd2 {
		width: 120px;
		height: 90px;
		display: block;
		margin-right: 20px;
		object-fit: cover;
		object-position: center;
	}

	.mobile-sbd3 {
		width: calc(100% - 140px);
	}

	.mobile-sbd3_1 {
		width: 100%;
		font-size: 14px;
		color: #424242;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mobile-sbd3_2 {
		width: 100%;
		margin-top: 5px;
		font-size: 12px;
		color: #828282;
		display: -webkit-box;
		/* 显示多行文本容器 */
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/*显示行数*/
		overflow: hidden;
		/*隐藏多出部分文字*/
		text-overflow: ellipsis;
		/*用省略号代替多出部分文字*/
	}

	.mobile-sbe {
		width: 100%;
		display: none;
	}

	.mobile-sbe1 {
		width: 100%;
		margin: 10px auto;
		background: white;
		padding: 10px;
		display: flex;
	}

	.mobile-sbe2 {
		width: 48%;
		font-size: 12px;
		color: #424242;
	}

	.mobile-sbe3 {
		width: 42%;
		margin-left: 10%;
	}

	.mobile-sbe3 img {
		width: 100%;
		height: 85px;
		margin-bottom: 15px;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.mobile-sbe3 img:last-child {
		margin-bottom: 0;
	}

	.mobile-sbe4 {
		width: 30%;
		padding: 10px 5px;
		font-size: 12px;
		color: #424242;
		background-image: url(../img/bg_2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.mobile-sbe5 {
		width: 64%;
		margin-right: 6%;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile-sbe5 img {
		width: 47%;
		height: 80px;
		margin-right: 6%;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.mobile-sbe5 img:nth-child(2n) {
		margin-right: 0;
	}

	.ny-bo {
		margin-bottom: 30px;
	}

	.tit-box {
		padding: 10px 0;
		font-size: 16px;
	}

	.tit-box span {
		margin-left: 10px;
		margin-right: 10px;
	}

	.ny-mobile {
		width: 100%;
		display: inline-block;
	}

	.fllx-mobile {
		width: 100%;
		background: white;
		padding: 0 2.5%;
		margin-top: 10px;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}

	.fllx-mob {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		color: #7A7A7A;
		margin-right: 20px;
		display: inline-block;
	}

	.fllx-mob:last-child {
		margin-right: 0;
	}

	.fllx-mob.on {
		color: #424242;
		position: relative;
	}

	.fllx-mob.on::after {
		content: '';
		width: 35px;
		height: 2px;
		background: #FEC200;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

	.fllxt-mobile {
		width: 100%;
	}

	.fllxt-mob {
		width: 100%;
		margin-top: 20px;
		display: flex;
	}

	.fllxt-mob1 {
		width: 115px;
		height: 35px;
		background: white;
		border-radius: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
		color: #FEC200;
	}

	.fllxt-mob2 {
		width: calc(100% - 115px);
		display: flex;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}

	.fllxt-mob2_1 {
		display: none;
		min-width: 55px;
		height: 35px;
		background: white;
		border-radius: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
		color: #424242;
		padding: 0 15px;
		margin-left: 15px;
	}

	.fllxt-mob2_1.on {
		color: #FEC200;
	}

	.fllxt-mob2_2 {
		display: block;
		min-width: 55px;
		height: 35px;
		background: white;
		border-radius: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
		color: #424242;
		padding: 0 15px;
		margin-left: 15px;
	}

	.fllxt-mob2_3 {
		display: block;
		min-width: 55px;
		height: 35px;
		background: white;
		border-radius: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
		color: #424242;
		padding: 0 15px;
		margin-left: 15px;
	}

	.fllxt-mob2_3.on {
		color: #FEC200;
	}
.fllxt-mob2_4 {
		display: block;
		height: 35px;
		background: white;
		border-radius: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
		color: #424242;
		padding: 0 15px;
		margin-left: 15px;
	}

	.fllxt-mob2_4.on {
		color: #FEC200;
	}
	.fllxt-mob2_5 {
			display: block;
			height: 35px;
			background: white;
			border-radius: 35px;
			text-align: center;
			line-height: 35px;
			font-size: 14px;
			color: #424242;
			padding: 0 15px;
			margin-left: 15px;
		}
	
		.fllxt-mob2_5.on {
			color: #FEC200;
		}
	.xgwq-left {
		border-top: 2px solid #FEC200;
		width: 100%;
		padding-top: 15px;
		margin-top: 20px;
	}

	.cpjs-cjwd-fl {
		background: white;
	}

	.cpjs-cjwd-fl1 {
		width: 120px;
		font-size: 14px;
	}

	.cpjs-cjwd-fl1.on {
		position: relative;
	}

	.cpjs-cjwd-fl1.on::after {
		content: '';
		width: 35px;
		height: 2px;
		background: #FEC200;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

	.cpjs-cjwd-li {
		border-bottom: 0;
		display: flex;
		align-items: center;
		padding: 10px;
		background: white;
		margin-top: 15px;
	}

	.cpjs-cjwd-li1 {
		width: 120px;
		height: 90px;
		margin-right: 10px;
	}

	.cpjs-cjwd-li2 {
		width: calc(100% - 130px);
	}

	.cpjs-cjwd-li2_1 {
		font-size: 14px;
	}

	.cpjs-cjwd-li2_2 {
		font-size: 12px;
		margin-top: 5px;
		-webkit-line-clamp: 2;
	}

	.pages {
		margin-top: 25px;
	}

	.pagination a {
		font-size: 12px;
		background: white;
		margin: 5px;
	}

	.pagination span {
		font-size: 12px;
		margin: 5px;
	}

	.cpjs-cjwd-wts {
		margin-top: 25px;
		background: white;
		padding: 10px 15px;
		display: none;
	}

	.cpjs-cjwd-wt1 {
		font-size: 16px;
	}

	.cpjs-cjwd-wt2 {
		display: flex;
		flex-wrap: wrap;
	}

	.cpjs-cjwd-wt3 {
		width: 32%;
		margin-top: 10px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.cpjs-cjwd-wt3:nth-child(5n) {
		margin-right: 2%;
	}

	.cpjs-cjwd-wt3:nth-child(3n) {
		margin-right: 0;
	}

	.mobile-box {
		width: 100%;
		background: #F3F5F6;
		padding: 15px 0;
	}

	.mobile-ejfl {
		width: 100%;
		margin-bottom: 20px;
	}

	.mobile-ejfl:last-child {
		margin-bottom: 0;
	}

	.mobile-ejfl1 {
		width: 100%;
		background: white;
		padding: 10px 2.5%;
		margin-bottom: 15px;
	}

	.mobile-ejfl1_1 {
		width: 100%;
		font-size: 18px;
		color: #FEC200;
		text-align: center;
	}

	.mobile-ejfl1_1 span {
		color: #424242;
	}

	.mobile-ejfl1_2 {
		width: 100%;
		text-align: center;
		font-size: 12px;
		color: #424242;
	}

	.mobile-ejfl2 {
		width: 100%;
		background: white;
		padding: 10px 2.5%;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile-ejfl2_1 {
		width: 50%;
		margin: 5px 0;
	}

	.mobile-ejfl2_2 {
		max-width: 90%;
		width: 225px;
		height: 140px;
		margin: auto;
		display: block;
		position: relative;
	}

	.mobile-ejfl2_2 img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.mobile-ejfl2_2 div {
		width: 100%;
		height: 35px;
		text-align: center;
		line-height: 35px;
		padding: 0 10px;
		background: rgba(255, 255, 255, 0.9);
		font-size: 14px;
		color: #424242;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.mobile-ejfl3 {
		width: 100%;
	}

	.mobile-ejfl3_1 {
		width: 100%;
		background: white;
		padding: 15px 2.5%;
		margin-bottom: 15px;
		display: flex;
		align-items: flex-start;
	}

	.mobile-ejfl3_1:last-child {
		margin-bottom: 0;
	}

	.mobile-ejfl3_2 {
		width: 130px;
		height: 100px;
		margin-right: 15px;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.mobile-ejfl3_3 {
		width: calc(100% - 145px);
	}

	.mobile-ejfl3_4 {
		width: 100%;
		font-size: 14px;
		color: #424242;
		display: flex;
		align-items: center;
	}

	.mobile-ejfl3_4 img {
		width: 10px;
		margin-left: 10px;
	}

	.mobile-ejfl3_4 div {
		width: calc(100% - 20px);
	}

	.mobile-ejfl3_5 {
		width: 100%;
		margin-top: 10px;
		font-size: 12px;
		color: #696969;
	}

	.mobile-ejfl4 {
		width: 100%;
		margin-top: 15px;
		display: flex;
		justify-content: center;
	}

	.mobile-ejfl4_1 {
		width: 60px;
		height: 25px;
		border-radius: 5px;
		background: white;
		margin-right: 40px;
		text-align: center;
		line-height: 25px;
		font-size: 14px;
		color: #C5C5C5;
		display: block;
	}

	.mobile-ejfl4_1:last-child {
		margin-right: 0;
	}

	.mobile-ejfl5 {
		width: 100%;
		background: white;
		padding: 15px 2.5%;
	}

	.ejflc-bo .swiper {
		width: 100%;
		height: 100%;
	}

	.ejflc-bo .swiper-slide {
		width: 100%;
		height: 100%;
		padding: 5px;
	}

	.ejflc-bo1 {
		height: 160px;
	}

	.mobile-ejfl5 .swiper-slide-active .ejflc-bo1 {
		transform: scale(1);
	}

	.gywm-box {
		width: 100%;
		background: #F3F5F6;
		padding: 15px 0;
	}

	.gywm-gsjj {
		width: 100%;
		background: white;
	}

	.gywm-gsj {
		width: 100%;
		margin: 20px auto;
	}

	.gywm-gsjj1 {
		border-left: 2px solid #FEC200;
		width: 100%;
		padding: 0 10px;
		font-size: 12px;
		color: #424242;
	}

	.gywm-gsjj1 span {
		margin-right: 10px;
		font-size: 18px;
	}

	.gywm-gsjj2 {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
		color: #424242;
	}

	.gywm-gsjj2 img {
		max-width: 100%;
	}

	.gywm-xczs {
		width: 100%;
		margin-top: 15px;
	}

	.gywm-xczs1 {
		width: 100%;
		padding: 10px 2.5%;
		background: white;
	}

	.gywm-xczs1_1 {
		border-left: 2px solid #FEC200;
		width: 100%;
		padding: 0 10px;
		font-size: 12px;
		color: #424242;
	}

	.gywm-xczs1_1 span {
		margin-right: 10px;
		font-size: 18px;
	}

	.gywm-xczs2 {
		width: 100%;
	}

	.gywm-xczs3 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gywm-xczs3_1 {
		width: 85px;
		height: 35px;
		background: #FFFFFF;
		font-size: 14px;
		color: #424242;
		text-align: center;
		line-height: 35px;
		margin-top: 15px;
	}

	.gywm-xczs3_1.on {
		background: #E6E6E6;
	}

	.gywm-xczs4 {
		width: 100%;
		display: none;
	}

	.gywm-xczs5 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.xczs-bo3_1 {
		height: 95px;
		margin-top: 15px;
	}

	.xczs-bo3_1 div {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.seach-num {
		padding: 10px 0;
		font-size: 14px;
	}

	.seach-left {
		width: 100%;
	}

	.zwsj {
		width: 215px;
		margin: 45px auto;
		font-size: 16px;
	}

	.mobile-wzys {
		width: 100%;
		background: #F3F5F6;
		display: inline-block;
	}

	.mobile-wztop {
		width: 100%;
		background: white;
	}

	.mobile-wztop1 {
		width: 100%;
		display: block;
	}

	.mobile-wztop2 {
		width: 100%;
		padding: 15px 2.5%;
	}

	.mobile-wztop2_1 {
		width: 100%;
		font-size: 18px;
		color: #424242;
	}

	.mobile-wztop2_2 {
		border-bottom: 1px solid #F3F5F6;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile-wztop2_3 {
		height: 25px;
		background: #F3F5F6;
		line-height: 25px;
		padding: 0 15px;
		margin: 10px 0;
		margin-right: 10px;
		border-radius: 6px;
		font-size: 12px;
		color: #FEC200;
	}

	.mobile-wztop2_4 {
		width: 100%;
		margin-top: 10px;
	}

	.mobile-wztop2_5 {
		width: 100%;
		font-size: 12px;
		color: #696969;
	}

	.mobile-wztop2_5 span {
		color: #424242;
	}

	.mobile-wzdeta {
		width: 100%;
		background: white;
		margin-top: 10px;
		padding: 15px 2.5%;
	}

	.mobile-wzdeta1 {
		border-left: 1px solid #FEC200;
		width: 100%;
		padding: 0 10px;
		font-size: 18px;
		color: #424242;
	}

	.mobile-wzdeta2 {
		width: 100%;
		margin-top: 15px;
		font-size: 12px;
		color: #424242;
	}

	.mobile-wzdeta2 img {
		max-width: 100%;
	}

	.mobile-wztjs {
		width: 100%;
		margin-top: 10px;
	}

	.mobile-wztj1 {
		width: 100%;
		background: white;
		padding: 10px 2.5%;
	}

	.mobile-wztj1_1 {
		border-left: 1px solid #FEC200;
		width: 100%;
		padding: 0 10px;
		font-size: 18px;
		color: #424242;
	}

	.mobile-wztj2 {
		width: 100%;
		padding: 0 2.5%;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile-wztj2_1 {
		width: 48%;
		display: block;
		margin: 10px 0;
		margin-right: 4%;
		border-radius: 10px;
		background: white;
		overflow: hidden;
	}

	.mobile-wztj2_1:nth-child(2n) {
		margin-right: 0;
	}

	.mobile-wztj2_2 {
		width: 100%;
		height: 120px;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.mobile-wztj2_3 {
		width: 100%;
		padding: 10px;
	}

	.mobile-wztj2_4 {
		width: 100%;
		font-size: 16px;
		color: #424242;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mobile-wztj2_5 {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.mobile-wztj2_5_1 {
		font-size: 12px;
		color: #D5D5D5;
		line-height: 25px;
		margin-top: 10px;
	}

	.mobile-wztj2_5_2 {
		width: 55%;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile-wztj2_5_3 {
		width: 49%;
		height: 25px;
		margin-right: 2%;
		margin-top: 10px;
		border-radius: 6px;
		background: #F3F5F6;
		text-align: center;
		line-height: 25px;
		font-size: 12px;
		color: #FEC200;
		padding: 0 5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mobile-wztj2_5_3:nth-child(2n) {
		margin-right: 0;
	}

	.mobile-wzxgtj {
		width: 100%;
		background: white;
		padding: 10px 2.5%;
		margin-bottom: 15px;
	}

	.mobile-wzxgtj1 {
		border-left: 1px solid #FEC200;
		width: 100%;
		padding: 0 10px;
		font-size: 18px;
		color: #424242;
	}

	.mobile-wzxgtj2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile-wzxgtj2_1 {
		border: 1px solid #F3F5F6;
		width: 48%;
		height: 40px;
		padding: 0 10px;
		margin-right: 4%;
		margin-top: 10px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		color: #424242;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mobile-wzxgtj2_1:nth-child(2n) {
		margin-right: 0;
	}

}