.design_banner {
	width: 100%;
	height: 240px;
	text-align: center;
	border-radius: 8px;
	background: url(../img/image_new/design_banner.png) center no-repeat;
	display: inline-block;
}
.design_banner .search_box {
	width: 635px;
	height: 40px;
	background: #fff;
	border-radius: 4px;
	margin-top: 125px;
	display: inline-block;
}
.design_banner .search_box .input_1 {
	width: 580px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 4px;
	border: none;
	float: left;
}
.design_banner .search_box .btn_1 {
	width: 55px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: none;
	background: none;
	float: left;
	cursor: pointer;
}
.design_banner .search_box .btn_1 i {
	color: #717785;
	font-size: 22px;
}

.design_info {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.design_info li {
	width: 23%;
	height: 100px;
	line-height: 30px;
	background: #f8f8fb;
	padding: 20px 0;
	border-radius: 8px;
	box-sizing: border-box;
}
.design_info li span {
	color: #111;
	margin-left: 32%;
	font-size: 20px;
}
.design_info li p {
	color: #777;
	line-height: 20px;
	margin-left: 32%;
	font-size: 14px;
}
.design_info .i1 {
	background: #f8f8fb url(../img/image_new/ico_10.png) 15% no-repeat;
}
.design_info .i2 {
	background: #f8f8fb url(../img/image_new/ico_11.png) 15% no-repeat;
}
.design_info .i3 {
	background: #f8f8fb url(../img/image_new/ico_12.png) 15% no-repeat;
}
.design_info .i4 {
	background: #f8f8fb url(../img/image_new/ico_13.png) 15% no-repeat;
}

.design_img_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.design_img_list li {
	width: 15.6%;
	height: 0px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	padding-bottom: 15.6%;
	position: relative;
}
.design_img_list li:after {
	background: #e8ebea;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	opacity: 0.3;
}
.design_img_list li:hover {
	opacity: 0.8;
}
.design_img_list li img {
	z-index: 2;
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	box-shadow: none !important;
}
.design_img_list li em {
	width: 18px;
	height: 22px;
	text-indent: 99px;
	background: url(../img/image_new/ico_14.png) no-repeat;
	position: absolute;
	left: 5px;
	top: 5px;
	overflow: hidden;
}
.design_img_list li .similar{
	width: 30px;
	height: 30px;
	background: #fff url(../img/ico_similar.png) center no-repeat;
	border-radius: 4px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	display: none;
}
.design_img_list li:hover .similar{
	display: block;
}
.design_img_list li .similar:hover{
	opacity: 0.8;
}
/*.design_img_list .layui-flow-more {*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	position: absolute;*/
/*	bottom: 0px;*/
/*	left: 0px;*/
/*}*/

.design_img_list2 {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-bottom: 40px;
}
.design_img_list2 li {
	width: calc((100% - 120px) / 6);
	height: 0px;
	text-align: center;
	margin-bottom: 24px;
	margin-right: 24px;
	background: #e8ebea;
	border-radius: 5px;
	padding-bottom: 15.6%;
	position: relative;
	float: left;
}
.design_img_list2 li:after {
	background: #e8ebea;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	opacity: 0.3;
}
.design_img_list2 li:nth-child(6n) {
	margin-right: 0px;
}
.design_img_list2 li:hover {
	opacity: 0.8;
}
.design_img_list2 li img {
	z-index: 2;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	box-shadow: none !important;
}
.design_img_list2 li .similar{
	width: 30px;
	height: 30px;
	background: #fff url(../img/ico_similar.png) center no-repeat;
	border-radius: 4px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	display: none;
}
.design_img_list2 li:hover .similar{
	display: block;
}

.design_img_list2 .design_title {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.8));
	box-sizing: border-box;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 2;
}
.design_img_list2 .design_title em {
	width: 22px;
	height: 22px;
	text-indent: 99px;
	margin-right: 5px;
	background: url(../img/image_new/ico_14.png) no-repeat;
}
.design_img_list2 .design_title a {
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	
}

/*.design_img_list2 .layui-flow-more {*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	position: absolute;*/
/*	bottom: 0px;*/
/*	left: 0px;*/
/*}*/

.theme_list {
	width: 100%;
	margin: 10px 0 30px 0;
	display: flex;
	overflow: hidden;
}
.theme_list li {
	width: 15.6%;
	height: 0px;
	padding-bottom: 7.7%;
	margin-right: 1.25%;
	position: relative;
	flex-shrink: 0;
}
.theme_list li:last-child {
	margin-right: 0;
}
.theme_list img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
