body {
	background: url(../img/form-bg.png);
	background-size: 100%;
}

.warp2>a>img {
	width: 100%;
	height: 188px;
	    margin-top: 76px;
		object-fit: cover;
}

.content {
	background-color: #ffffff;
	padding: 15px;
}

.content h1 {
	font-size: 22px;
	text-align: center;
	margin: 10px 0;
}

.content>p {
	font-size: 16px;
	text-align: center;
}

form {
	font-size: 16px;
	margin-top: 25px;
}

form .mui-input-row {
	margin-top: 5px;
}

form .mui-input-row label {
	font-size: 16px;
}

form .mui-input-row select {
	margin-top:5px;
	width: 100%;
	height: 50px;
	font-size: ;
	margin-bottom: 5px;
}

form .mui-input-row select:hover {
	border-color: orange;
	transition: all 0.5s;
}

form .mui-input-row>input {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	height: 46px;
	font-size: 16px;
	border: 1px solid #cecece;
}

form .mui-input-row>input:hover {
	border-color: orange;
	transition: all 0.5s;

}

form button {
	width: 120px;
	height: 40px;
	background-color: #0070e7;
	border: 0px;
	border-radius: 5px;
	margin-top: 15px;
	margin-left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}
form button:active{
	background-color: #0061c2;
}

.bitian {
	display: inline-block;
	padding: 1px 3px;
	border: 1px solid red;
	color: red;
	font-size: 12px;
	border-radius: 200px;

}

.fbq {
	font-size: 12px !important;
	color: gray;
}
.danxuanbtn{
	margin: 10px 0;
}
.checkboxes {
	margin: 5px 0;
	margin-right: 15px;
}
