.brands_box {
				background: #fff;
				padding: 30px;
			}
			
			.brands_sort {
				border-bottom: solid #efefef 1px;
				padding-bottom: 10px;
				margin-bottom: 10px;
			}
			
			.brands_box .first {
				float: left;
				margin: 0 10px;
				line-height: 40px;
				color: #666
			}
			
			.brands_box .all {
				float: left;
				width: 1060px;
			}
			
			.brands_box .all a {
				display: inline-block;
				margin: 0 15px;
				line-height: 40px;
			}
			
			.brands_box .all a.active {
				color: #409eff
			}
			
			.brands_box .all a:hover {
				color: #409eff
			}
			
			.product_list {
				display: flex;
				flex-wrap: wrap;
			}
			
			.product_list .item {
				width: 19.2%;
				background: #fff;
				margin: 20px 1% 0 0;
				text-align: center;
				padding: 30px 0;
				transition: all .2s linear;
			}
			
			.product_list .item:hover {
				-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
				box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
				-webkit-transform: translate3d(0, -2px, 0);
				transform: translate3d(0, -2px, 0);
			}
			
			.product_list .item:nth-child(5n) {
				margin-right: 0;
			}
			
			.product_list .item h3 {
				display: block;
				font-size: 16px;
				text-align: center;
				margin: 10px 0 10px;
			}
			
			.product_list .item p {
				color: #888;
			}
			
			.product_list .item p span {
				color: #666;
			}
			
			.product_list .item .btn {
				display: inline-block;
				border: 1px solid #666;
				border-radius: 50px;
				padding: 0px 10px;
				font-size: 14px;
				margin: 10px 0 0;
			}
			
			.product_list .item .btn a {
				color: #666;
			}
			
			.product_list .item:hover a {
				color: #e02e24
			}
			
			.product_list .item:hover p {
				color: #e02e24
			}
			
			.product_list .item:hover p span {
				color: #e02e24
			}
			
			.product_list .item:hover .btn {
				border: 1px solid #e02e24
			}
			
			.product_list .item:hover .btn a {
				color: #e02e24
			}
			#place {width: 60px;}
			.footers{
				width: 100%;
				height: 150px;
				padding-top: 50px;
				text-align: center;
				background:black;
				color: white;
			}
			.footers p a{color: white;margin-right: 10px;padding-left: 10px;}