dl#biaodan{
	max-width: 450px;
	margin: 0 auto 40px;
}

dl#biaodan dt,
dl#biaodan dd{
	width: 100%;
}

dl#biaodan dd + dt{
	margin-top: 40px;
}

dl#biaodan dt{
	color: #627373;
	font-size: 18px;
	font-weight: 600;
}

dl#biaodan dd{
	margin: 10px 0 0 0;
}

dl#biaodan dt.required::after{
	content: "*";
	color: red;
	padding-left: 0.2em;
}

dl#biaodan span.mwform-tel-field>input{
	width: 80px;
}
dl#biaodan span.mwform-tel-field>input:first-child{
	width: 70px;
}

dl#biaodan input{
	border: none;
    outline: none;
	border-radius: 0;
    border-bottom: 2px solid #999;
    padding: 5px 10px;
}
dl#biaodan input:focus{
	border-bottom-color: #FF2442;
}

.mw_wp_form_confirm.mw_wp_form_preview #mw_confirm{
    display: block !important;
	width: fit-content;
	margin: 0 auto 40px;
}

#anniu button{
	color: #fff;
	margin: 10px 20px;
	background: #FF2442;
	border: none;
	padding: 0 30px;
	font-size: 24px;
	line-height: 60px;
	border-radius: 30px;
}
#anniu button:hover{
	opacity: 0.5;
	transform: scale(1.1);
}
#anniu button.bai{
	color: #FF2442;
	background: #FFFFFF;
	border: 2px solid #FF2442;
}