img {
	display: inherit;
}

.box {
	background-color: #df0024;
	overflow: hidden;
}

.banner a {
	display: block;
}

.mskh_name {
	text-align: center;
	padding: 1.5rem 0 1rem;
}

.mskh_name h2 {
	/* color: #facd96; */
}

.mskh_name h2 {
	text-decoration: none;
	font-size: 1.9rem;
	background-image: -webkit-linear-gradient(bottom, #facd96, #feeed5, #feeed5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mskh_name p{
	font-size: 1.2rem;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #facd96, #feeed5, #feeed5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mskh_ctn{
	background-color: #fdefd6;
	margin: 0 5%;
	padding: 1.5rem 5% 0;
}
.mskh_top {
	display: flex;
	justify-content: end;
	color: #cb1528;
}
.mskh_top span{
	display: inline-block;
	line-height: 2rem;
	padding: 0 0.8rem;
	background-color: #cb1528;
	color: #fde4b9;
	font-size: 1.1rem;
	font-weight: bold;
}
.mskh_top h3{
	line-height: 2rem;
	font-size: 1.1rem;
	margin-left: 0.5rem;
}
.mskh_top p{
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 0.8rem;
}
.mskh_btm{
	padding: 0.5rem 0 1rem;
	color: #cb1528;
}
.mskh_btn{
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 10%;
}
.mskh_btn a{
	display: block;
	width: 46%;
	color: #fbe1ac;
	border: 0.05rem solid #fbe1ac;
	line-height: 2.6rem;
	border-radius: 0.8rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.mskh_btn a:nth-child(2){
	color: #df0024;
	background-color: #fbe1ac;
}
.qyxjdps_list{
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qyxjdps_list li{
	width: 48%;
	padding-bottom: 0.8rem;
}
.qyxjdps_list li a{
	display: block;
}
.rmzyxe_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}
.rmzyxe_list li{
	width: 48%;
}
.rmzyxe_list li a{
	display: block;
	position: relative;
}
.rmzyxe_list a p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	line-height: 2.2rem;
	background-color: #fbd193;
	color: #e8151f;
	text-align: center;
	font-weight: bold;
	font-size: 0.9rem;
}
.rmzyxe_btn {
	padding: 1rem 8%;
}
.rmzyxe_btn a{
	display: block;
	line-height: 2.2rem;
	text-align: center;
	border: 0.05rem solid #fbd193;
	color: #fbd193;
	background-color: #e60112;
}
.mskhpd_list{
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mskhpd_list li{
	width: 48%;
	padding: 0 0 1rem;
}

.hqxf {
    padding: 0.9rem 3%;
}
.form_name p {
    line-height: 2rem;
}
.form_box {
    background-color: #ffffff;
    padding: 2rem 0 2rem 0;
	border-radius: 0.3rem;
}
.form_name {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    padding-bottom: 1.5rem;
    letter-spacing: 0.1rem;
    color: #333333;
}
.form_name span:nth-child(1) {
    opacity: 0.7;
    color: #e60012;
}
.form_name p:nth-child(2) {
    font-size: 1rem;
    font-weight: 400;
}
.form_list_1 {
    overflow: hidden;
    padding-bottom: 1.8rem;
}
.form_list_1 span {
    display: block;
    float: left;
    width: 16%;
    font-size: 1.3rem;
    padding-left: 5%;
    line-height: 2.5rem;
    opacity: 0.7;
    font-weight: bold;
}
.form_list_1 input {
    width: 78%;
    font-size: 1.2rem;
    border: none;
    line-height: 3rem;
    background-color: #eeeeee;
    border-radius: 0.5rem;
    padding-left: 1rem;
    height: 3rem;
}
.jxxdf_ys {
    text-align: center;
    color: #848484;
}
.form_list_btn {
    padding: 1rem 3% 0;
}
.form_list_btn button {
    width: 100%;
    line-height: 3rem;
    border: none;
	color: #fff;
    background-color: #e60012;
    font-size: 1.5rem;
    border-radius: 0.5rem;
}