.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;
}
.soso{
    width: 90%;
    height: 1rem;
    background: #ededed;
    overflow: hidden;
    position: sticky;
    top: 1.1rem;
    display: block;
    padding-left: 5%;
    padding-right: 5%;
}
.soso_m{
    width: 100%;
    height: 0.8rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}
.soso_l{
    width: 80%;
    height: 0.8rem;
    color: #000;
    font-size: 0.3rem;
    line-height: 0.8rem;
    float: left;
    text-indent: 0.5rem;
}
.soso_r{
width: 20%;
    height: 0.8rem;
    color: #000;
    font-size: 0.45rem;
    line-height: 0.8rem;
    float: left;
    text-align: center;
}
.gmlist{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0.2rem;
    height: auto;
    overflow: hidden;	

}
.gmlist li{
    padding: 5%;
    background: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.gmlist li .l{
    float: left;
    width: 21%;
    height: 1.1rem;
}
.gmlist li .l img{
	width: 1rem;
    height: 1rem;
	border-radius:0.6rem;	
}
.gmlist li .c{
    float: left;
    width:55%;
    height: 1.1rem;
    overflow: hidden;
}
.gmlist li .c b{
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.28rem;
    display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gmlist li .c p{
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	font-size: 0.23rem;
}
.gmlist li .c p i{
	color: #03A9F4;
    font-style: normal;
}
.gmlist li .r{
	float: right;
    width: 20%;
    cursor: pointer;
    height: auto;
    overflow: hidden;
}
.gmlist li .r_an1{
    background-image: linear-gradient(to bottom, #feab91, #ff4747);
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 5rem;
    font-weight: 400;
}
.gmlist li .r_an2{
    background-image: linear-gradient(to bottom,#57e1ff,#7fbbff);
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 5rem;
    font-weight: 400;
}
.gmlist li .r_an1.cur{
    background-image: linear-gradient(to bottom,#57e1ff,#7fbbff);
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 5rem;
    font-weight: 400;
}