/**************************
 ---------商品列表---------
 --------author:cd-------
 ------date:2019-03-01-----
 *************************/
/*主容器*/
body{
	font-family: "微软雅黑";
}
#container{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #FFFFFF;
	margin-top: 110px;
}

/**主体内容**/
#container #content{
	width: 1200px;
	background: #FFFFFF;
	margin: 0 auto;
}
.title{
	color: rgba(76, 81, 84, 100);
	font-size: 20px;
	font-weight: 600;
}
.brand-content{
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid #BBBBBB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.brand-item{
	padding: 0 15px;
	cursor: pointer;
}
.brand-content .cur{
	background-color: #57D0D9;
	color: #ffffff;
	border-radius: 16px;
}
.category-content{
	display: flex;
	flex-wrap: wrap;
	height: 50px;
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid #BBBBBB;
	padding-bottom: 10px;
}
.category-item{
	padding: 0 15px;
	cursor: pointer;
}
.category-content .active{
	background-color: #57D0D9;
	color: #ffffff;
	border-radius: 16px;
}

#display-area{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	min-height: 400px;
}
#display-area a{
	width: 23.5%;
	text-decoration: none;
	display: flex;
	margin-right: 1.5%;
	margin-bottom: 30px;
	margin-top: 35px;
	cursor: pointer;
}
.newest-item{
	display: flex;
	flex-direction: column;
}
.title{
	margin-top: 50px;
	margin-bottom: 20px;
	color: rgba(76, 81, 84, 100);
	font-size: 22px;
	font-weight: 600;
	font-family: SourceHanSansSC-bold;
}
.newest-item{
	display: flex;
	flex-direction: column;
}
.inner-img{
	width: 280px;
	height: 280px;
	text-align: center;
	align-self: center;
	border-radius: 16px;
}
.img0{
	background-color: #F5F6F8;
}
.img1{
	background-color: #F3FCFD;
}
.img2{
	background-color: #F5F6F8;
}
.img3{
	background-color: #FDF3F3;
}
.inner-img img{
	width: 196px;
	height: 180px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.brand{
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	margin-bottom: 12px;
}
.brand img{
	width: 90px;
	height: 20px;
	align-self: center;
}
.brand span{
	font-weight: 600;
    color: #4C5154;
    text-decoration: underline;
}
.inner-title{
	color: #4C5154;
	font-size: 14px;
	font-family: SourceHanSansSC-regular;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 40px;
	overflow: hidden;
}
.inner-bottom{
	display: flex;
	justify-content: space-between;
}
.price{
	color: rgba(16, 16, 16, 100);
	font-size: 16px;
	font-weight: 600;
	font-family: SourceHanSansSC-bold;
}
.sale{
	color: rgba(126, 136, 140, 100);
	font-size: 12px;
	font-family: SourceHanSansSC-regular;
}
.iconfont{
	color:rgba(76, 81, 84, 100);
	font-size: 23px;
	font-weight: 600;
}
#page{
margin-bottom: 20px;
}
.layui-laypage-curr{
	font-style: normal;
	font-size: 20px;
	align-self: center;
}
.layui-box{
	display: flex;
	justify-content: center;
}
.layui-box a{
	align-self: center;
	margin: 0 10px;
	color: #BBBBBB;
}
.layui-laypage-prev, .layui-laypage-next{
	text-decoration: none!important;
	color: #ffffff!important;
	background-color: #57D0D9;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 25px;
	text-align: center;
	border-radius: 5px;
	margin: 10px 10px;
	box-shadow: 0 0 5px #bbbbbb;
}
.layui-laypage-prev:hover, .layui-laypage-next:hover{
	color: #ffffff;
}
/*正在加载*/
.weui-loadmore{
	margin: 0px auto;
}
/*没有更多了*/
#content .get-more{
	margin-bottom: 5px;
	background: #F7F7F7;
	font-size: 14px;
}

/*插件样式修改*/
.weui-dialog__bd{
	line-height: 1.5;
	color: #666666;
}
.weui-dialog__btn{
	color: #FA8B54;
}
.weui-dialog__btn:hover{
	color: #FA8B54;
}
.weui-dialog .weui-dialog__btn.default{
	color: #666666;
}
.weui-dialog .weui-dialog__btn.default:hover{
	color: #666666;
}


