*{
	padding: 0;
	margin: 0;
}

.sign{
	background:#000;
	height:7rem;
	
}
.date{
	height:8rem;
	width: 100%;
	/*background-color: #9758FF;*/
	background: linear-gradient(to bottom, #ED3E34, #F9493B);
	margin: 0 auto;
	/*margin-top: -4rem;*/
	/*border-radius: 0.4rem;*/
}
.date-one{
	/*height: 1.6rem;*/
}

.date-one ul{
	height:2.2rem;
	background:#000;

}
.one-li{
	margin-left: 0!important; 
	background:#ED3E34!important;

}
.date-one ul{
	display: flex;
	justify-content: space-between;
}
.date-one ul li{
	font-size: 0.7rem;
    color: #fff;
    text-align: center;
    /*line-height: 2.2rem;*/
    background: #312839;
    /*margin-left: 0.12rem;*/
    list-style: none;
    float: left;
    height: 2.2rem;
    width: 13.6%;
}
.date-two{
	/*height: 8rem;*/
	
}
.date-text{
	float: left;
	width: 60%;
}
.date-text p{
	color: #fff;
	font-size: 0.8rem;
	margin-left: 0.85rem;
	margin-top: 1rem;
	line-height: 2rem;
}
.date-text>span{
	color: #fff;
	font-size: 0.8rem;
	margin-left:0.85rem;
	margin-top: 1rem;
}
.date-button{
	margin-top: 0.2rem;
	float: right;
	width: 40%;
	text-align: center;
}
.date-button button{
	
	width: 5rem;
	height: 2.2rem;
	text-align: center;
	margin-top: 1.5rem;
	font-size: 0.7rem;
	background-color:#F28E00;
	color: #fff;
	border: 1px solid #EC6500;
	font-family:"微软雅黑";
}

.jifen{font-size: 1.4rem;line-height:1.5rem; margin-right: 0.2rem;}
