/**************************
 ---------商城首页---------
 --------author:cd-------
 ------date:2019-08-09-----
 *************************/
/*主容器*/
body{
	background: #ffffff;
}
#container{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-bottom: 50px;
	margin-top: 171px;
}
/*幻灯片*/
.swiper-container .swiper-slide img{
    width: 100%;
}

/**主体内容**/
#container #content{
	width: 100%;
	background: #FFFFFF;
}
.swiper-pagination-bullet-active{
	background: #333331;
}
.swiper-pagination-bullet{
	background: #DDDDDD;
	opacity: 1;
}
.inner-container{
	display: flex;
	flex-direction: column;
}
.inner-container a{
	display: inline-block;
	width: 23%;
	text-decoration: none;
}
.newest{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.inner-items{
	display: flex;
	justify-content: space-between;
}
.newest-item{
	display: flex;
	flex-direction: column;
}
.title{
	margin-top: 40px;
	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{
	margin-top: 13px;
	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;
}
.more{
	display: inline-block;
	margin: 0 auto;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 16px;
	border: 1px solid #aaaaaa;
	margin-top: 40px;
	margin-bottom: 80px;
	cursor: pointer;
	font-size: 16px;
	color: rgba(76, 81, 84, 100);
}
.iconfont{
	color:rgba(76, 81, 84, 100);
	font-size: 23px;
	font-weight: 600;
}
/*过渡高度*/
.transition-height{
	height: 6px;
	background: #F1F1F1;
}



/*没有更多了*/
#no-more{
	font-size: 14px;
}


