.bmx_list ul li{
	display: flex;
	justify-content:space-evenly;
	margin-top: 0.5rem;
}
.bmx_list ul li div:nth-child(1){
	width: 60%;
	background-color: #195fff;
	line-height: 3rem;
	padding-left:3%;
	color: #ffffff;
	font-size: 1.2rem;
	
}
.bmx_list ul li div:nth-child(2){
	width: 30%;
	background-color: #ff6243;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
}
.bmx_list ul li div a{
	color: #ffffff;
	}
.nian_kill{
	background-color: #d63b29;
    margin: 1rem 0;
	padding: 1rem 2% 2rem 2%;
	
}
.tg_mian{
	text-align: center;
	line-height: 3rem;
	font-size: 1.3rem;
	color: #ffffff;
}
.tg_mian span{
	font-size: 1.8rem;
	font-weight: bold;
}
.nian_kill form input{
	    width: 60%;
	    line-height: 3rem;
	    font-size: 1.25rem;
	    padding-left: 2%;
	    border-radius: 0.5rem;
	    margin-left: 3%;
}
.nian_kill form button{
	width: 30%;
	line-height: 3rem;
	font-size: 1.25rem;
	border-radius: 0.5rem;
	margin-left: 3%;
}