body{
	background: #fff;
}
.header{
	height: 110px;
}
.articles--header--cat{
	margin-top: 45px;
	height: 65px;
	padding-top: 6px;
	width: 100%;
	overflow-x: scroll;
	zoom: 1;
}
.articles--header--cat--content{
	width: auto;
	height: 60px;
	overflow-x: scroll;
	display: inline-flex;
	padding-left: 10px;
}
.articles--header--cat--item{
	width: 65px;
	height: 60px;
	position: relative;
	font-size: 12px;
	margin-right: 15px;
	padding: 0 1px;
}
.articles--header--cat--item img{
	width: 25px;
	margin-top: 6px;
}
.articles--header--cat--item div{
	color: #fff;
}
.articles--header--cat--item--avtive{
	background-color: #fff;
	border-radius:10px 10px 0 0 ;
}
.articles--header--cat--item--avtive div{
	color: #f3ae24;
}



.item--list--box{
	margin-top: 2px;
	background-color: #fff;
	margin: 15px 12px 0;
	padding-bottom: 15px;
	box-shadow: 0 3px 12px rgba(200,200,200,0.8);
	border-radius: 10px;
	font-size: 14px;
}
.item--list--box--img img{
	width: 100%;
}
.item--list--box--info{
	padding: 0 9px;
}
.item--list--box--title{
	margin-top: 8px;
	white-space: normal;
}
.item--list--box--buttom{
	margin-top: 12px;
}
.item--list--box--price{
	font-size: 18px;
	font-weight: bold;
	color: #ef8e20;
	float: left;
}
@media only screen
and (max-device-width : 360px)
and (orientation : portrait) {
	.item--list--box--team--user{
		display: none;
	}
}
.item--list--box--team--user{
	width: 60px;
	float: left;
	margin-left: 10px;
	margin-top: -5px;
}
.item--list--box--team--user img{
	border-radius: 50px;
}
.item--list--box--count{
	font-size: 12px;
	float: left;
}
.item--list--box--count span{
	color: #ef8e20;
}
.item--list--box--buy{
	font-size: 12px;
	background-color: #ef8e20;
	color: #fff;
	width: 75px;
	height: 25px;
	text-align: center;
	padding: 2px 0 0;
	float: right;
	border-radius: 20px;
	margin-top: -5px;
	box-shadow: 0 3px 12px rgba(239,142,32,0.8);
}
