.table {
	width: 50%;
	height: 300px;
	margin: 0 auto;
	border: none;
	font-size: 14px;
	border-collapse: collapse;
}
.table input {
	width: 100%;
	height: 35px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 12px;
	border-color:none;
	text-indent: 10px;
	margin: 10px 0;
	font-family: "微软雅黑";
}

.table input[type="checkbox"] {
	width: 20px;
	height: 20px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 4px;
	border-color:none;
	text-indent: 0px;
	margin: 0px 0;
	font-family: "微软雅黑";
}

.table input[type="radio"] {
	width: 20px;
	height: 20px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 0px;
	border-color:none;
	text-indent: 0px;
	margin: 0px 0;
	font-family: "微软雅黑";
}

.table select {
	width: 100%;
	height: 35px;
	outline: none;
	border:1px #ccc solid;
	position: relative;
	top: 12px;
	border-color:none;
	text-indent: 10px;
	margin: 10px 0;
	font-family: "微软雅黑";
}

.table textarea {
	text-indent: 10px;
	width: 100%;
	height: 100px;
	resize: none;
	position: relative;
	top: 10px;
	padding-top: 10px;
	border:1px #ccc solid;
	font-family: "微软雅黑";
}


.message .button {
	width: 30%;
	height: 40px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	margin-left: 5%;
	margin-bottom: 20px;
	border: none;
	background-color: #ff9900;
	color: white;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border-radius: 10px;
}

@media (max-width: 768px) {
  .message_bak20251017 {
		width: 100%;
		margin-top:0px;
		position: relative;	
	}
  
  .table {
		width: 100%;
		height: 300px;
		margin: 0 auto;
		border: none;
		font-size: 14px;
		border-collapse: collapse;
	}

	.message_bak20251017 .button {
		width: 90%;
		height: 40px;
		line-height: 30px;
		text-align: center;
		margin-top: 20px;
		margin-left: 5%;
		margin-bottom: 20px;
		border: none;
		background-color: #ff9900;
		color: white;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
		outline: none;
		border-radius: 10px;
	}
}