#middle-goods {
	width: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
}
#middle-goods .wrapper{
	width: 1230px;
	margin: 0 auto;
	margin-top: 20px;
}
.App-user {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 0;
}
.App-user .App-user-title {
	margin-bottom: 12px;
}
.App-user .App-user-title h3 {
	font-size: 18px;
	display: inline-block;
	color: #e25e9c;
	font-weight: normal;
}
.App-user span {
	font-size: 14px;
	color: #777;
	margin-left: 10px;
}
.goods-list {
	position: relative;
	background-color: #fff;
	padding-top: 20px;
}
.goods-list ul {
	width: 1090px;
	margin: 0 auto;
}
.goods-list .left-arrows,
.goods-list .right-arrows {
	width: 50px;
	height: 50px;
	background-color: #999;
	border-radius: 25px;
	text-align: center;
	position: absolute;
	top: 133px;
}
.goods-list .right-arrows:hover,
.goods-list .left-arrows:hover {
	background-color: #777;
}
.goods-list .left-arrows {
	left: 6px;
}
.goods-list .right-arrows {
	right: 6px;
}
.goods-list .left-arrows span,
.goods-list .right-arrows span {
	display: inline-block;
	width: 15px;
	height: 28px;
	background-image: url(../img/home/left.png);
	margin: 0;
	margin-top: 12px;
}
.goods-list .right-arrows span {
	background-image: url(../img/home/right.png);
}
.goods-list li {
	display: inline-block;
	position: relative;
	width: 210px;
	height: 320px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
}
.goods-list li:nth-child(5n) {
	margin: 0;
}
.goods-list li img{
	width: 210px;
	height: 210px;
}
.goods-list li p{
	font-size: 14px;
	color: #333333;
}
.goods-list li .goods-name{
	margin: 10px 0;
}
.goods-list li .download-btn{
	box-sizing: border-box;
	color: #ec4f46;
	font-size: 14px;
	padding: 6px 29px;
	margin: 10px 0 16px 0;
  	background-color: rgba(236, 79, 70, 0.1);
	border: none;
	border: solid 1px #ec4f46;
}
.goods-list li .mask-wrap {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.goods-list li .mask-wrap .mask {
	display: inline-block;
	width: 210px;
	height: 320px;
	background-color: #000;
	margin: 0;
	opacity: .5;
}
.goods-list li .mask-wrap .dowmCode {
	margin: 0;
	width: 180px;
	height: 180px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -90px;
}
.suffply {
	margin-bottom: 18px;
}
.suffply .suffply-title,
.floor-list .floor-list-title {
	margin-bottom: 14px;
}
.floor-list .floor-list-title a:hover {
	color: #EC4F46;
}
.suffply .suffply-title h3,
.floor-list .floor-list-title h3 {
	position: relative;
	font-size: 18px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: normal;
}
.suffply .suffply-title h3:before, 
.floor-list .floor-list-title h3:before {
	content: "";
	width: 5px;
	height: 18px;
	position: absolute;
	left: 0;
	background-color: #4a4a4a;
}
.suffply .suffply-title span,
.floor-list .floor-list-title span {
	font-size: 16px;
	color: #777;
	vertical-align: bottom;
}
.goods-Img-wrap .goods-Img-left {
	font-size: 0;
	float: left;
	margin-right: 10px 
}
.goods-Img-wrap .one {
	width: 248px;
	height: 342px;
	vertical-align: top;
}
.goods-Img-wrap .goods-Img-left .two {
	display: inline-block;
	height: 342px;
	width: 350px;
	margin-left: 12px;
}
.goods-Img-wrap .goods-Img-left .two img{
	width: 350px;
	height: 166px;
}
.goods-Img-wrap .goods-Img-left .two img:first-child {
	margin-bottom: 12px;
}
.goods-Img-wrap .goods-Img-right {
	float: left;
	font-size: 0;
}
.goods-Img-wrap .goods-Img-right .two {
	display: inline-block;
	height: 342px;
	width: 350px;
	margin-left: 12px;
}
.goods-Img-wrap .goods-Img-right .two img{
	width: 350px;
	height: 166px;
}
.goods-Img-wrap .goods-Img-right .two img:first-child {
	margin-bottom: 12px;
}
.floor-list .floor-list-title ul {
	float: right;
	font-size: 0;
}
.floor-list .floor-list-title li {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-right: 30px;
}
.floor-list .floor-list-title li:last-child {
	margin-right: 0;
}
.floor-list .floor-goods-list {
	margin-bottom: 20px;
}
.floor-goods-list .floor-entry {
	position: relative;
    float: left;
    width: 238px;
    height: 620px;
}
.floor-goods-list .floor-entry img {
    width: 238px;
    height: 620px;
}
.floor-goods-list .floor-entry .hint-label {
	display: table;
	font-size: 0;
	position: absolute;
	bottom: 149px;
	left: 0;
	text-align: center;
	cursor: pointer;
}
.floor-goods-list .floor-entry .hint-opacity {
	width: 50px;
	display: table-cell;
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
	background-color: #000;
	height: 72px;
	line-height: 22px;
	opacity: .8;
	vertical-align: middle;
}
.floor-goods-list .floor-entry .hint-opacity1 {
	position: relative;
    display: table;
    width: 126px;
    height: 72px;
}
.floor-goods-list .floor-entry .hint-background {
    display: inline-block;
    width: 124px;
    height: 72px;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}
.floor-goods-list .floor-entry .hint-opacity1 p {
    position: relative;
    width: 90px;
    padding: 0 17px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
}
.floor-goods-list .goods-wrap {
	width: 982px;
	margin-left: 10px;
	float: left;
}
.floor-goods-list .goods-wrap ul {
	font-size: 0;
}
.floor-goods-list .goods-wrap li {
	width: 238px;
	height: 305px;
	box-sizing: border-box;
	border: 1px solid transparent;
	font-size: 0;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	vertical-align: middle;
}
.floor-goods-list .goods-wrap li:nth-child(4n) {
	margin-right: 0;
}

.floor-goods-list .goods-wrap li:hover {
	border-color: #ec4f46;
}
.floor-goods-list .goods-wrap .goods-imgs{
	position: relative;
    width: 198px;
    height: 198px;
    margin: 15px auto 10px auto;
}
.floor-goods-list .goods-wrap .img-mask {
	display: none;
	width: 198px;
	height: 198px;
	background-color: #fff;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.floor-goods-list .goods-wrap .goods-imgs:hover .img-mask {
	display: inline-block;
}
.floor-goods-list .goods-wrap .floor-goods-recommend {
	width: 218px;
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	margin: 0 auto;
	line-height: 18px;
}
.floor-goods-list .goods-wrap .floor-goods-recommend:hover {
	color: rgb(255, 59, 48);
}
.floor-goods-list .goods-wrap .floor-goods-price {
	color: #d0021b;
	font-size: 18px;
	margin-top: 6px;
}