.gg{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgb(244 210 200);
    height: 0.8rem;
    position: sticky;
    top: 1.1rem;
}
.gg_l{
    float: left;
    width: 10%;
    height: 0.8rem;	
    line-height: 0.8rem;	
    font-size: 0.4rem;	
}
.gg_c{
    float: left;
    width: auto;
    height: 0.8rem;	
    line-height: 0.8rem;	
    font-size: 0.26rem;	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gg_r{
    float: right;
    width: 20%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    text-align: right;		
}
.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: 18%;
    height: 0.8rem;
}
.gmlist li .l img{
	width: 0.8rem;
    height: 0.8rem;
	border-radius:0.4rem;	
}
.gmlist li .c{
    width: 66%;
    height:0.8rem;
	line-height:0.8rem;
    overflow: hidden;
    float: left;
}
.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{
    width: 15%;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
    float: right;
    text-align: center;
    background-image: linear-gradient(to bottom, #F44336, #E91E63);
    border-radius: 5rem;
    color: #fff;
}
.gmlist li .b{
	width: 100%;
    cursor: pointer;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    color: #666;
    font-size: 0.26rem;
}
.gmlist li .bs{
	width: 100%;
    cursor: pointer;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    color: #f00;
    font-size: 0.24rem;
}
.gmlist li .bd{
	width: 100%;
    cursor: pointer;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    color: #f00;
    font-size: 0.26rem;
}
.gmlist li .b1{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.gmlist li .b1_an1{
    background-image: linear-gradient(to bottom, #feab91, #ff4747);
    width: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 5rem;
    font-weight: 400;
    float: left;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-right: 0.2rem;
	cursor: pointer;
}
.gmlist li .b1_an2{
    background-image: linear-gradient(to bottom,#57e1ff,#7fbbff);
    width: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 5rem;
    font-weight: 400;
    float: left;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-right: 0.2rem;
	cursor: pointer;
}
.gmlist li .b1_an3{
    background-image: linear-gradient(to bottom,#7fbbff , #2196F3);
    width: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 5rem;
    font-weight: 400;
    float: left;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-right: 0.2rem;
	cursor: pointer;
}
.gmlist li .b1_an4{
    background-image:linear-gradient(to bottom, #a4f04c, #8BC34A);
    width: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 5rem;
    font-weight: 400;
    float: left;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-right: 0.2rem;
	cursor: pointer;
}
.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: -275px;	
}
.hb_show_img{
    width: 300px;
    height: 450px;
    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;
}