.us_hed{
    width: 100%;
    height: 1.1rem;
    position: fixed;
    z-index: 1;
    max-width: 750px;
    background: #ededed;
}
.us_hed_l{
float: left;
width: 17%;
height: 1.1rem;
line-height: 1.1rem;
font-size: 0.26rem;
padding-left: 3%;
}
.us_hed_c{
float: left;
width: 60%;
height: 1.1rem;
line-height: 1.1rem;
font-size: 0.32rem;
text-align: center;
}
.us_hed_r{
float: left;
width: 20%;
height: 1.1rem;
line-height: 1.1rem;
font-size: 0.26rem;
}
.topshow{
	width:100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.26rem;
	text-align: center;
}
.topshow2{
	width:100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.26rem;
	text-align: center;
}
.topshow3{
	width:100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.26rem;
	text-align: center;
	padding-bottom:0.3rem;
}
.nodatatis {
    width: 100%;
    height: 1.2rem;
    line-height:1.2rem;
    font-size: 0.22rem;
    text-align: center;
    color: #888;
}
.tdhed{
    width: 92%;
    margin: 0 4%;
    height:1rem;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 0.26rem;
}
.tdhed_l{
	float: left;
    width: 20%;
    height: 1rem;
    line-height: 1rem;
    box-shadow: 0.01rem 0 0 rgba(0, 0, 0, 0.1);
}
.tdhed_c{
    float: left;
    width: 20%;
    height: 1rem;
    line-height:1rem;
    box-shadow: 0.0168rem 0 0 rgba(0, 0, 0, 0.1);
}
.tdhed_r{
	float: left;
	width: 20%;
	height: 1rem;
	line-height: 1rem;
}
.tdboy{
    width: 92%;
    margin: 0 4%;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.3rem;
    overflow: hidden;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}
.tdboy:nth-child(2n+1) {
	background-color: rgba(255, 239, 210, 0.3);
}
.tdboy_l{
	float: left;
	width: 25%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0.3rem;
	padding-bottom:0.3rem;
	overflow: hidden;
	box-shadow: 0.0168rem 0 0 rgba(0,0,0,0.1);
}
.tdboy_c{
	float: left;
	width: 25%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0.3rem;
	padding-bottom:0.3rem;
	overflow: hidden;
	box-shadow: 0.0168rem 0 0 rgba(0,0,0,0.1);
}
.tdboy_r{
	float: left;
	width: 25%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0.3rem;
	padding-bottom:0.3rem;
	overflow: hidden;
	line-height:0.35rem;
}