.hide{
    display: none;
}
.lf{
	float: left;
}
.lr{
	float: right;
}
.red, .red a,.red a h5, .red a p{
    color:#FF0000 !important;
}

.main-group{
	width:100%;
	margin:80px auto;
}
.ranking-title{
	text-align: center;
	padding:0 0 40px 0;
}
.ranking-title .title{
	font-size:28px;
	font-weight: bold;
	color: #dd393d;
}
.ranking-title .brand{
	margin:5px auto 10px auto;
	width:30px;
	height:3px;
	background: #fdc936;
	border-radius: 20px;
}
.ranking-title .desc{
	font-size:12px;
}
.ranking-nav-group{        
	border-bottom: 1px solid #f5f5f5;
    text-align: center;
    padding: 20px 0px;
    clear: both;
    height: auto;
}
.ranking-nav-group div{
    font-size: 14px;
    color: #dd393d;
    cursor: pointer;
    padding: 5px 25px;
    margin-right: 10px;
    border: 1px solid #dd393d;
	
	
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
}
.ranking-nav-group div.self{
	color: #fff;
	background: #dd393d;	
}

.items-box-group .items-group .item-group{
	display: flex;
	align-items:center;
	background: #fff;
	margin-top:5px;
	padding:20px 0;
}
.items-box-group .items-group .item-group .img{
	width:10%;
	text-align: center;
	background: url(../imgs/sort.png) no-repeat;
	background-size: 30px 30px;
	background-position: 50% 50%;
	height:40px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 14px
}
.items-box-group .items-group .item-group .item-data{
	width:70%;
}
.items-box-group .items-group .item-group .buttin-group{
	width:20%;	
}

