.tis{
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #888;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 12px;
    text-indent: 20px;
    border-radius: 5px;
}
.bd_tit{
	width: 100%;
    height:60px;
    line-height: 70px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}
.bd_men{
    width: 100%;
    height: auto;
    overflow: hidden;
	margin-bottom:15px;
}
.bd_men li{ 
    float: left;
    width: auto;
    height: 40px;
    background: #fff;
    border-radius: 33px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
.bd_men li.cur{
	background: linear-gradient(180deg,#55ffff,rgba(85, 255, 127, 1.0));
}
.bd_men li:hover{
	background: linear-gradient(180deg,#55ffff,rgba(85, 255, 127, 1.0));
}
.bd_men li h1{ 
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
	font-size: 13px;
}

.gmm{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gmli{
	width: 348.7px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-right: 15px;
    position: relative;
}
.gmli:nth-child(4n+4){
	margin-right:0;
}
.gmli_tag{
    width: 60px;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.gmli_tag img {
	width: 60px;
    height: 60px;
}
.gmli_tag span{
    width: 46px;
    height: 30px;
    line-height: 15px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 6px;
    right: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 100;
}
.gmli_l{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 15px;
}
.gmli_c{
    padding-left: 3%;
    width: 75%;
    height: auto;
    float: left;
}
.gmli_c_name{
    width: 100%;
    height: auto;
    overflow: hidden;	
}
.gmli_c h1{
    float: left;
    width: 77%;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gmli_c_name i{
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: rgba(0, 0, 0, 1.0);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    display: inline-block;
    width: auto;
    float: right;
    font-style: normal;
    margin-top: 0;
}
.gmli_c p {
    width: 100%;
    height: 20px;
    line-height: 19px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}
.gmli_c_bq{
    width: 100%;
    height: 30px;
}
.gmli_c_bq span{
	padding-left: 5px;
    padding-right: 5px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 5px;
    float: left;
}
.gmli_c_bq .s1{
	border: 0.01rem solid rgba(255, 85, 0, 0.3);
    background-color: rgba(255, 85, 0, 0.1);	
}
.gmli_c_bq .s2{
	border: 0.01rem solid rgba(255, 170, 0, 0.3);
    background-color: rgba(255, 170, 0, 0.1);		
}
.gmli_c_bq .s3{
    border: 0.01rem solid rgba(255, 0, 255, 0.3);
    background-color: rgba(255, 0, 255, 0.1);		
}
.gmli_ewm{
    position: absolute;
    top: 20px;
    left: 5%;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
}
.gmli_ewm canvas{
    width: 60px;
    height:  60px;
    line-height: 60px;
}
.gmli_r{
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}
.gmli_r_ewm{
	width: 30%;
    text-align: center;
    float: left;
    background: -webkit-linear-gradient(0deg, #FFEB3B, #FFC107);
    background: linear-gradient(180deg, #FFEB3B, #FFC107);
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 5%;
}
.gmli_r_xx{
	width: 30%;
    text-align: center;
    float: left;
    box-shadow: inset 0rem 0rem 0rem 0.02rem rgba(85, 255, 127, 1.0);
	color:#000;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
	font-size: 12px;
	margin-right: 5%;
}
.gmli_r_dow{
    width:30%;
    text-align: center;
    float: left;
    background: -webkit-linear-gradient(0deg,#55ffff,rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg,#55ffff,rgba(85, 255, 127, 1.0));
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
	font-size: 12px;
}
@media (min-width: 1500px) and (max-width: 1800px) {
.gmli {
    width: 273.7px;
}
.gmli:nth-child(5n+5){
	margin-right:15px;
}
.gmli:nth-child(4n+4){
	margin-right:0px;
}
}
@media (min-width: 1px) and (max-width: 1500px) {
.gmli {
    width:316.6px;
}
.gmli:nth-child(5n+5){
	margin-right:15px;
}
.gmli:nth-child(4n+4){
	margin-right:15px;
}
.gmli:nth-child(3n+3){
	margin-right:0px;
}
}