img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.form_s{
	padding: 1rem 5%;
}
.form_ipt{
	padding-bottom: 1rem;
}
.form_ipt input{
	width: 100%;
	line-height: 3.5rem;
	background: #bbb;
	padding-left: 5%;
	font-size: 1.4rem;
}
.form_dx{
	padding-bottom: 1rem;
}
.form_ipt button{
	width: 100%;
	line-height: 3.5rem;
	background: red;
	color: #fff;
	font-size: 1.4rem;
}
.list {
	list-style:none;
	overflow:hidden;
	text-align: center;
	height: 2rem;
	
}
.list li {
	width:100%;
	height:2rem;
	position:relative;
	animation:myfirst 6s infinite;
	line-height:2rem;
	text-align:center;
	font-size:0.9rem;
	color:#2A2A2A;
}
@keyframes myfirst {
	0% {
	top:0rem;
}
25% {
	top:0rem;
}
50% {
	top:-2rem;
}
75% {
	top:-4rem;
}
100% {
	top:-6rem;
}
}
.bmrs{
	margin: 1rem 0;
	position: relative;
	height: 2rem;
}
.bmrs i{
	height: 0.1rem;
	background-color: rgb(223,223,223);
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.bmrs p{
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 70%;
	background: #fff;
	z-index: 9;
	position: absolute;
	line-height: 2rem;
	
}
.bmrs p span{
	color: #338815;
	padding: 0 3%;
}
.btn_s{
	padding: 1rem 20%;
}
.btn_s a{
	display: block;
	line-height: 3.5rem;
	color: #Fff;
	font-size: 1.4rem;
	background-color: red;
	text-align: center;
}
.tc_btm{
	color: yellow;
	background-color: red;
	line-height: 3.5rem;
	width: 94%;
	margin: 0 3%;
	position: fixed;
	text-align: center;
	font-size: 1.4rem;
	bottom: 1rem;
	left: 0;
	right: 0;
}
.footer_box{
	display: none !important;
}