.headbox {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: .65rem;
    margin-bottom: .1rem;
}
.headbox div {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    height: 100%;
    width: 33.333%;
    color: #000;
 
    box-sizing: border-box;
}
.logo_view{
	margin-left: .5rem;
}
.five_box{
	text-align: center;
}
.menubtn{
	text-align: right;
}
.five_box>i {
    /*background: url(../images/jtx@3x.png) 3.3rem .3rem no-repeat;*/
    background-size: .7rem;
    /*padding-right: 2rem;*/
}
.headbox div a i {
    display: inline-block;
    width: .83rem;
    height: .8rem;
    background: #fff url(../images/xiaol.png) -1.43rem -1.183rem;
    background-size: 12rem auto;
    vertical-align: middle;
    margin-top: .08rem;
    box-sizing: border-box;
    background-position:-4.5rem -4.7rem ;
}
.date_qs{
	width:100%;
	border-top: 1px solid #E0E0E0;
	display: flex;
	justify-content:left;
	flex-wrap: wrap;
	align-items: center;
}
.date_qs span{
	padding:0 .5rem ;
	border: 1px solid #ea721a;
	border-radius: .5rem;
	color:#ea721a ;
	font-size:.6rem ;
	margin: .1rem 0;
}
/* 遮罩 * */
.alert{
	background: rgba(0,0,0,.2);
    min-height: 100%;
    overflow: hidden;
    /*position: absolute;*/
    /*top:-100%;*/
    width: 100%;
    z-index: 100;
}
.five_item{
	border-bottom: 1px solid #e0e0e0;
    margin-top: 0;
    background: #fff;
    /* height: 5rem; */
    /* padding: .3rem .15rem; */
    /* font-size: .13rem; */
    display: flex;
    position: relative;
    pointer-events: painted;
    padding: 0 .8rem .2rem .8rem;
    font-size: .65rem;
    justify-content: space-between;
    align-items: center;
}

.five_item a {
   position: relative;
   /*display: none;*/
   text-align: center;

}
.animateds{
	display: block !important;
	animation:myfirsts 0.4s;
	-moz-animation:myfirsts 0.4s; /* Firefox */
	-webkit-animation:myfirsts 0.4s; /* Safari and Chrome */
	-o-animation:myfirsts 0.4s;
}
@keyframes myfirsts
{
0%   { top: 900px}
80% { top:0% }
90% { top:-10% }
100% {top:0%}
}

.five_item a span{
	display: inline-block;
    height: 2.4rem;
    width: 2rem;
    background: url(../images/xiaol.png)  no-repeat;
   background-size:12rem ;
   
}

.five_item .tm span{
	background-position: -2.6rem 0rem;
}
.five_item .zm span{
	background-position: -4.9rem 0rem;
}
.five_item .sx span{
	background-position: -7.2rem 0rem;
}
.five_item .lz span{
	background-position: -9.6rem 0rem;
}

.year_history{
	height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #fff;
    font-size: .65rem;
    color: #333;
    border-top: 1px solid #e0e0e0;
    margin-bottom: .5rem;
}

.num_history{
	background: #FFFFFF;
	position: relative;
	top: 800px;
	/*padding-bottom: 48px;*/
}
.num_history_more{
	height:48px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.num_history .num_row{
	height: 2.5rem;
    display: flex;
    justify-content: flex-start;
    padding: .3rem .1rem .1rem .1rem;
    border-bottom: 1px solid #EEEEEE;
	
}
.his_date{
	width:18%;
	text-align: center;
	line-height: 1.1rem;
	height: 2.2rem;
	font-size: .6rem;
	border-right: 1px solid #eee;
	
	
}
.num_item{
	width:80%;
	float: left;
	margin-left: .5rem;
}
.num_history .num_row .num_item ul li {
    float: left;
    height: 2.5rem;
    line-height: 1.25rem;
    width: 12%;
  	color: #FFFFFF;
    text-align: center;
    
}
.num_history .num_row .num_item ul li p {
    border-radius: 50%;
    font-size: .7rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    color: #000;
    font-weight: 550;
}
.num_history .num_row .num_item ul li div{
	color: #000000;
	font-size: .6rem;
	line-height: 1rem;
	/*float: left;*/
	/*margin-left: .3rem;*/
}
.active{
	background-color: #ea721a;
    color: #fff !important;
}
