.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;
}
.nodatatis {
    width: 100%;
    height: 1.2rem;
    line-height:1.2rem;
    font-size: 0.22rem;
    text-align: center;
    color: #888;
}
.txalert_m{
    width: 90%;
    padding: 0 5%;
    overflow: hidden;
}
.txalert_m_tis{
    width: 100%;
    height: 0.6rem;
    line-height:0.6rem;
    font-size:0.3rem;
    color: rgba(0,0,0,0.5);
}
.txalert_m_ml{
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
	font-size:0.3rem;
}
.txalert_m_mls{
    width: 100%;
    height: 0.8rem;
    line-height: 1rem;
    font-size: 0.3rem;
    text-align: center;
    border-top: 0.0168rem solid rgb(196, 196, 196);
    margin-top: 0.3rem;
}
.txalert_m_an{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    text-align: center;
    margin-top: 0.3rem;
    background: #ddd;
	color: #333;
	border-radius: 0.2rem;
}
.txalert_m_ans{
	width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    text-align: center;
    margin-top: 0.3rem;
    background: #07c160;
    color: #fff;
    border-radius: 0.2rem;
}
.txalert_m_tiss{
    width: 100%;
    height: auto;
    line-height: 0.35rem;
    font-size: 0.28rem;
    color: rgb(255 0 0);
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.tdhed{
    width: 100%;
    height:1rem;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 0.26rem;
}
.tdhed_l{
	float: left;
    width: 25%;
    height: 1rem;
    line-height: 1rem;
    box-shadow: 0.01rem 0 0 rgba(0, 0, 0, 0.1);
}
.tdhed_c{
    float: left;
    width: 25%;
    height: 1rem;
    line-height:1rem;
    box-shadow: 0.0168rem 0 0 rgba(0, 0, 0, 0.1);
}
.tdhed_r{
	float: left;
	width: 25%;
	height: 1rem;
	line-height: 1rem;
}
.tdboy{
	width: 100%;
	background-color:rgba(255,255,255,1);
	text-align: center;
	font-size: 0.26rem;
	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;
}