/* 二维码入场 */
.selectasd {
		width: 98.5%;
	}

	@media (max-width: 768px) {
	
	#tupianstr {
    margin: 5% 0 0 0;
}

	.Ty_codescans {
			font-size: 2.3vw !important;
		}
		#mrxs {
			height: 95vh;
			text-align: center;
			width: 90% !important;
			background-color: #FFFFFF;
			padding: 20px;
			/* position: absolute; */
			margin: 3% 0 0% 5% !important;
		}
			.paddingLet {
		padding: 0 0 10% 0 !important;
	}

		.font_sizeb {
			font-size: 2.5vw !important;
		}

		.right_topsw {
			font-size: 2vw !important;
		}

		.right_topsn {
			font-size: 2vw !important;
		}

		.nextfonts {
			margin-top: 16px;
		}

		#mrxsNexts {
			text-align: center;
			width: 90% !important;
			background-color: #FFFFFF;
			padding: 16% 0 3.5% 0 !important;
			/* position: absolute; */
			margin: 0% 0 5% 5% !important;
		}
	.cotentobjectnext{
		height: 60vh !important;

	}


		.selectasd {
			width: 100%;
		}

	
	}

	#map {
		height: 30vh;
		width: 100%;
	}

	#map1 {
		height: 30vh;
		width: 100%;
	}

	#map2 {
		height: 30vh;
		width: 100%;
	}

	.hidden {
		display: none;
	}

	.asd-ticket-item.selected {
		/* border-color: yellow;  */
		border: 2px solid #FFA300;
	}

	#industry {
		/* font-size: 12px;  */
	}

	body {
		background-color: #CEDDD4;
	}

	#selection {
		/* font-weight: bold; */
		margin: 5px 0;
		width: 100%;
		padding: 3px;
		border: 1px solid #ccc;
		font-size: 16px;
		background-color: #DEDEDE;
	}

	.asd-ticket-items {
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
		padding: 10px;
		border-radius: 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

	.asd-ticket-items.selected {
		/* border-color: yellow;  */
		border: 2px solid #FFA300;
	}

	.classtexts:hover {
		background-color: #FFFFFF;
	}

	/* 禁用按钮的样式 */
	button.disabled-ticket {
		background-color: #333;
		/* 设置禁用时的背景颜色为深灰色 */
		color: #fff;
		/* 设置文字颜色为白色 */
		cursor: not-allowed;
		/* 禁止点击时显示不可点击的光标 */
	}

	/* 禁用按钮内的内容 */
	button.disabled-ticket span {
		color: #959595;
		/* 禁用时票价部分的文字变为灰色 */
	}

	.seectxgau {
		padding: 8px;
		width: 100%;
		background-color: #DEDEDE;
		border: none;
	}

	.textonjsss.disabled {
		/* background-color: #c8c8c8; */
	}

	/* CSS for the spinning loader */
	.spinner {
		border: 4px solid #f3f3f3;
		/* Light grey */
		border-top: 4px solid #3498db;
		/* Blue color */
		border-radius: 50%;
		width: 20px;
		height: 20px;
		animation: spin 1s linear infinite;
	}

	@keyframes spin {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	/* 这里是如果你需要自定义水波纹效果的样式 */
	.ripple {
		position: relative;
		overflow: hidden;
		transform: translate3d(0, 0, 0);
	}

	.ripple:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 5px;
		height: 5px;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0;
		border-radius: 100%;
		transform: scale(1, 1) translate(-50%);
		transform-origin: 50% 50%;
	}

	.ripple:hover:after {
		animation: ripple-effect 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	@keyframes ripple-effect {
		to {
			opacity: 0;
			transform: scale(50, 50);
		}
	}

	.box {
		width: 200px;
		height: 200px;
		background: #3498db;
		margin: 100px auto;
		cursor: pointer;
	}

	#mrxs {
		text-align: center;
		width: 30%;
		background-color: #FFFFFF;
		padding: 20px;
		/* position: absolute; */
		margin: 3% 0 0% 35%;
	}

	#mrxsNexts {
		text-align: center;
		width: 30%;
		background-color: #FFFFFF;
		padding: 20px;
		/* position: absolute; */
		margin: 0% 0 3% 35%;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
		/* display: flex; */
	}


	#qrcode-container_pro {
		text-align: center;
		/* 让内部内容居中 */
		margin: 20px auto;
		/* 上下 20px，左右自动（居中） */
	}

	#tupianstr {
		display: inline-block;
		margin: 9% 0 0 0;
		/* 使二维码可以居中 */
	}


	/* 二维码 */
	.boxS {
		text-align: justify;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: translate(0%, 0%);
		width: 140px;
		height: 140px;
		box-sizing: border-box;
		overflow: hidden;
		/* border: 2px solid #bda810; */
		color: white;
		margin: 0 auto;
		/* padding-top: 5px; */
	}

	.boxS:before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.1);
		transition: 0.5s;
		pointer-events: none;
	}

	.boxS:hover:before {
		left: -50%;
		transform: skewX(-5deg);
	}

	.boxS .boxChild {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}

	.boxS .boxChild:nth-child(1) {
		transform: rotate(0deg);
	}

	.boxS .boxChild:nth-child(2) {
		transform: rotate(90deg);
	}

	.boxS .boxChild:nth-child(3) {
		transform: rotate(180deg);
	}

	.boxS .boxChild:nth-child(4) {
		transform: rotate(270deg);
	}

	.boxS .boxChild:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 4px;
		/* background: #50dfdb;  */
		background: #f8bf30;
		animation: animate 4s linear infinite;
	}

	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}

		50% {
			transform: scaleX(1);
			transform-origin: left;
		}

		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}

		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}

	/* 容器采用 2x2 网格布局 */
	.cotentobjectnext {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 0;
		position: relative;
		padding: 0;
		width: 100%;
		height: 94vh;
		min-height: 600px;
	}

	/* 每个区域 */
	.grid-item {
		padding: 0 5px;
		box-sizing: border-box;
		border: 1px solid transparent;
		background-color: #ffffff;
		/* display: flex
; */
		/* align-items: center; */
		/* justify-content: center; */
		/* font-size: 20px; */
		position: relative;
	}

	/* 中心十字线：纵线 */
	.cotentobjectnext::before {
		/* content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 1px;
		background-color: #ccc;
		z-index: 10; */
	}

	/* 中心十字线：横线 */
	.cotentobjectnext::after {
		/* content: "";
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		height: 1px;
		background-color: #ccc;
		z-index: 10; */
	}

	.contentRstyle {
		width: 100%;
		height: auto;
		margin: 0 0 1% 0;
	}

	.dislafiEx {
		display: flex;
	}

	.unificationbold {
		margin: 5% 0 0 0;
		font-weight: bold;
		font-size: 1.6em;

	}

	.unificationfontsiz {
		font-size: 1.06em;
	}

	.scanges {
		width: 100%;
	}

	.codescans {
		/* height: 80px; */
		/* width: 80px; */
		/* text-align: left; */
		/* background: aqua; */
	}

	.Ty_codescans {
		text-align: center;
		font-size: 0.7vw;
	}

	.Customercc {
		height: 9vh;
		width: 9vh;
		margin-top: 5%;
	}

	.Customenum {
		height: auto;
		width: 92%;
	}

	.paddingwu {
		/* padding: 0 1% */
	}

	.contentspecORolk {
		display: flex;
		margin-bottom: 20px;
	}

	.contentspecORolk .tab-item {
		padding: 10px 20px;
		background-color: #eee;
		border-radius: 5px;
		cursor: pointer;
		font-weight: bold;
		transition: all 0.3s ease;
	}

	.contentspecORolk .tab-item:hover {
		background-color: #ddd;
	}

	.contentspecORolk .tab-item.active {
		background-color: #000000;
		color: #fff;
	}

	.marginlefts {
		margin: 0 0 0 5px;
	}

	.paddingLet {
		padding: 0 0 20px 0;
		color: red;
		text-align: left;
	}

	.tab-item {
		padding: 10px 20px;
		background-color: #CEDFD6;
		color: white;
		border-radius: 6px;
		font-weight: bold;
		cursor: pointer;
		display: inline-block;
		transition: all 0.3s ease;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		text-align: center;
	}

	.tab-item:hover {
		background-color: #e68a00;
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
		transform: translateY(-1px);
	}

	.marginlefts {
		margin-left: 10px;
	}

	.right_topsw {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #000;
		padding-bottom: 0px;
		margin-bottom: 8px;
		font-size: 0.7vw;
	}

	.right_topsn {
		display: flex;
		justify-content: space-between;
		font-size: 0.7vw;
	}

	.font_sizeb {
		font-size: 0.7vw;
		font-weight: 600;
	}

	.marn_tops {
		margin: 10% 0 0 0;
	}

	.paddingwubody {
		margin: 18.8% 0 0 0;
	}
	}