.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;
}
.us_top{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.us_top_t{
width: 90%;
height: 1.8rem;
overflow: hidden;
margin-left: 5%;
padding-top: 0.3rem;
}
.us_top_t_l{
	float: left;
	width: 20%;
	height: 1.2rem;
}
.us_top_t_l_i{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 1rem;
}
.us_top_t_c{
float: left;
width: 50%;
height: 1.2rem;
padding-left: 3%;
}
.us_top_t_c_t{
width: 100%;
height: 0.65rem;
line-height: 0.68rem;
font-size: 0.3rem;
font-weight: bold;
color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.us_top_t_c_b{
width: 100%;
height: 0.5rem;
line-height: 0.5rem;
font-size: 0.24rem;
color: #333;
}
.us_top_t_r{
float: right;
margin-top: 0.3rem;
width: 0.5rem;
height: 0.5rem;
opacity: 0.8;
}
.us_top_bot{
	width: 90%;
	margin: 0;
	margin-left:5%;
	height: 0.8rem;
	line-height: 0.8rem;
	background-color: rgba(255, 152, 93, 0.3);
	border-radius:1rem;
	text-align: center;
	font-size: 0.28rem;
}
.us_cen{
width: 100%;
padding-top: 0.3rem;
height: auto;
overflow: hidden;
}
.us_cen_li{
float: left;
width: 33.33%;
height: 1.3rem;
text-align: center;
}
.us_cen_li_t{
width: 100%;
height: 0.6rem;
line-height: 0.6rem;
font-size: 0.26rem;
color: rgba(0, 0, 0, 0.5);
}
.us_cen_li_b{
width: 100%;
height: 0.5rem;
line-height: 0.4rem;
font-size: 0.3rem;
color: rgba(0, 0, 0, 1);
}
.us_bot{
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.68);
    padding: 5%;
    border-radius: 0.3rem;
    padding-top: 0.5rem;
    margin-top: 0.4rem;
}
.us_bot_li{
	float: left;
	width: 33.33%;
	height: auto;
	padding-bottom:0.4rem;
	text-align: center;
	overflow: hidden;
}
.us_bot_li_i{
	width: 0.9rem;
    height: 0.9rem;
    margin-top: 0.3rem;
}
.us_bot_li_txt{
	width: 100%;
	height: 0.6rem;
	line-height: 0.7rem;
	font-size:0.26rem;
}

.qd_tab{
    width: 75%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin: auto;
    border-radius: 0.2rem;
    overflow: hidden;
}
.qd_tab a{
    width: 50%;
    background: #fff;
    float: left;
    overflow: hidden;
}	
.qd_tab a.cur{
    background: #FF5722;
    color: #fff;
}
.topshow{
	width:100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.26rem;
	text-align: center;
}
.topshow2{
	width:100%;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.26rem;
	text-align: center;
}
.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: 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: 92%;
    margin: 0 4%;
	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;
}
.set{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding-top: 0.3rem;	
}
.set_tis{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;	
}
.set_input{
    width: 95%;
    height: 0.8rem;
    border-radius: 0.2rem;
    padding-left: 5%;
	color:#000;
}
.set_gang{
	width: 100%;
    height: 0.3rem;	
}
.set_an{
	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;
}
.hb_show{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
	display:none;
}
.hb_show_m{
    width: 300px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -320px;	
}
.hb_show_img{
    width: 300px;
    height: 500px;
    background: #fff;
}
.hb_show_b{
	width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background: #f60;
    color: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}
.hb_show_c{
    width: 180px;
    height:  50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background: #fffaf7;
    color: #000000;
    border-radius: 10px;
    margin: auto;
    margin-top: 15px;
	cursor: pointer;
}