/* 专业 */
.selectasd {
		width: 98.5%;
	}

	@media (max-width: 768px) {
		.selectasd {
			width: 100%;
		}
		.fontsizevw{ 
		font-size: 3vw !important;
		}
	}

	#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: 2% 0 0 35%;
}
.qita {
    width: 30%;
    background-color: #FFFFFF;
    padding: 20px;
    /* position: absolute; */
    margin: 2% 0 5% 35% !important;
}
.Closes{
	width: 100%; height: 100vh; margin: 0 auto; display: flex; justify-content: center; align-items: center;
}
.fontsizevw{
	font-size: 2vw;
}
.submitbuttbutton{
	cursor: pointer;
}

/* <!-- 测试 --> */
.custom-file-input {
		display: none;
	}

	.upload-label {
		display: inline-block;
		padding: 8px 16px;
		background-color: #3498db;
		color: white;
		border-radius: 4px;
		cursor: pointer;
		font-size: 14px;
	}

	.upload-text {
		margin-left: 10px;
		font-size: 14px;
	}