/* 样式重置 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none; 
}
ul{
	list-style: none;
}
input,button{
	outline: none;
	border: none;
}

/* 主体内容 */
.zhuti{
	width: 100%;
	background-image: url(/images/bengbu/month20200501/bj.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.classimg{
	width: 100%;
}

/* 模块一 */
.module_one{
	position: relative;
	margin-top: 40px;
	padding: 0 13px;
}
.one_one{
	display: block;
	width: 38%;
	height: 10%;
	position: absolute;
	bottom: 19%;
	left: 31%;
}
/* 模块二 */
.module_two{
	position: relative;
	margin-top: 40px;
	padding: 0 13px;
}
.two_one{
	display: block;
	width: 38%;
	height: 5%;
	position: absolute;
	bottom: 18%;
	left: 31%;
}
/* 模块三 */
.module_three{
	position: relative;
	margin-top: 40px;
	padding: 0 13px;
}
.three_one{
	display: block;
	width: 38%;
	height: 8%;
	position: absolute;
	bottom: 18%;
	left: 31%;
}
/* 模块四 */
.module_four{
	position: relative;
	margin-top: 40px;
	padding: 0 13px;
}
.four_one{
	display: block;
	width: 38%;
	height: 8%;
	position: absolute;
	bottom: 18%;
	left: 31%;
}
/* 模块五 */
.module_five{
	position: relative;
	margin-top: 40px;
	padding: 0 13px;
}
.five_one{
	display: block;
	width: 38%;
	height: 8%;
	position: absolute;
	bottom: 20%;
	left: 31%;
}
/* 模块七 */
.module_seven{
	position: relative;
	margin-top: 40px;
	padding: 0 16px;
}
/* 模块六 */
.module_six{
	margin-top: 50px;
	padding: 0 11px;
	padding-bottom: 2rem;
	position: relative;
}
.module_six_box{
	width: 100%;
	height: 28%;
	position: absolute;
	top: 17%;
	left: 0;
}
.module_six_box form{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.six_btn_in{
	width: 80%; 
	height: 1.2rem;
	background-color: #fff;
	border-radius: 6px!important;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 16px;
}
.six_box_btn{
	border-radius: 6px!important;
	width: 80%;
	height: 1.2rem;
	margin-top: 5px;
	background: linear-gradient(to bottom, #ffb880,#ee571e);
	font-size: 20px;
	color: #fff;
}
.six_gundong{
	width: 90%;
	height: 33%;
	position: absolute;
	bottom: 16%;
	left: 5%;
	border-radius: 6px;
	background-color: rgba(255,0,0,.25);
	overflow: hidden;
	color: #fff;
	font-size: .4rem;
}
.clearfix{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}