html, body{
	min-height: 100%;
}
*{
	margin:0;
	padding:0;
	font-size: 12px;
}
ul{
	list-style:none;
}
.hide{
    display: none;
}
.lf{
	float: left;
}
.lr{
	float: right;
}
.red, .red a,.red a h5, .red a p{
    color:#FF0000 !important;
}

html{
	background: #f9f9f9;
}
.logo{ padding: 20px 0 20px 20px;}
.logo img{width:100px;}
.main-group{
	width:100%;
	margin:0 auto;
}
.ranking-title{
	text-align: center;
	padding:40px 0 40px 0;
	background: #d4d4d4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #d4d4d4,  #F2F2F2,#d4d4d4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #d4d4d4,  #F2F2F2,#d4d4d4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.ranking-title .title{
	font-size:28px;
	font-weight: 200;
	color: #E2E2E;
}
.ranking-title .brand{
	margin:5px auto 10px auto;
	width:70px;
	height:2px;
	background: #dd393d;
	border-radius: 20px;
}
.ranking-title .desc{
	font-size:12px;
	color: #E2E2E;
	font-weight: 200;
}
.ranking-nav-group{
	display: flex;
	background: #fff;
}
.ranking-nav-group div{
	width:33.3%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #66666;
	cursor: pointer;
}
.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%;	
}

.item-data .title{
	font-size: 20px;
	font-weight: bold;
}
.item-data .title span{
	color: #9e9e9e;
	margin-left:10px;
}
.item-price{
	display: flex;
	margin-top:10px;
}
.item-price div{
	width:33.33%;
	font-size: 30px;
	font-weight: bold;
	color: #dd393d;
}
.item-price div span{ 
	font-size: 24px
}
.item-price div p{
	font-size: 14px;
	color: #9e9e9e;
	font-weight: 400;
}
.buttin-group a{
	width:80%;
	height:36px;
	line-height: 36px;
	border:0;
	background: #dd393e;
	color: #fff;
	border-radius: 30px;
	display:inline-block;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

.zwlb{background: #fff;
    margin-top: 5px;
    padding: 10px 15px;
	font-size: 14px;
 line-height: 22px;
 color: #666;
}
.zwlb dd a{font-size: 14px;color: #666;}
.zwlb dt{ font-size: 16px; line-height: 40px; font-weight: 600; color: #dd393d; }

.zwlb dd{ margin-bottom: 15px;font-size: 14px; line-height: 28px;padding-left: 15px; background: url(../imgs/ico.jpg) no-repeat left 8px;}
h3{font-size: 16px; line-height: 38px;padding-left: 25px; background: url(../imgs/ico2.png) no-repeat left 8px; margin: 10px 0 0 15px; color: #666;
}
h3 span{ font-size: 12px; font-weight: 200; padding-left: 10px;}