.design-up{
	width: 100%;
	position: relative;
}
.design-up img{
	width: 100%;
}
.design-up-box{
	width: 600px;
	height: 196px;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 27%;
}
.design-up-box p{
	color: #FFFFFF;
	margin: 0 40px;
}
.design-up-box p:first-child{
	font-size: 36px;
	margin-top: 20px;
}
.design-up-box p:nth-child(2){
	font-size: 16px;
	margin-top: 9px;
	position: relative;
}
.design-up-box p span{
	display: inline-block;
	width: 40px;
	height: 4px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: -16px;
}
.design-up-box p:nth-child(3){
	font-size: 16px;
	margin-top: 24px;
	line-height: 28px;
}
.design-down{
	width: 100%;
	min-height: 400px;
}
.design-down-box{
	width: 1100px;
	height: 234px;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.design-down-box-img{
	width: 245px;
	height: 234px;
	position: relative;
}
.design-down-box-img img{
	width: 100%;
	height: 100%;
}
.design-name{
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.design-down-box-text{
	flex: 1;
	height: 234px;
}
.design-down-box-text p{
	margin: 12px;
	line-height: 24px;
}
.design-down-box-text p:first-child{
	font-size: 24px;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 36px;
}
.design-down-box-text p span{
	margin-left: 24px;
}
.showPcImg{
	display: block;
}
.showPhoneImg{
	display: none;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.design-up-box{
		top: 15%;
	}
	.design-down-box{
		width: 90%;
		height: auto;
	}
	.design-down-box-text{
		height: auto;
	}
}
@media only screen and (min-width: 100px) and (max-width: 920px) {
	.design-up-box{
		top: 5%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
	body{
		background: #ffffff;
	}
	.design-up img{
		height: 180PX;
	}
	.design-up-box{
		width: 300px;
		height: 140px;
		margin-left: -150px;
		top: 20px;
	}
	.design-up-box p{
		margin: 0 12px;
	}
	.design-up-box p:first-child{
		font-size: 16px;
		margin-top: 12px;
	}
	.design-up-box p:nth-child(2){
		font-size: 12px;
		margin-top: 4px;
	}
	.design-up-box p span{
		width: 20px;
		height: 1px;
		left: 0;
		bottom: -6px;
	}
	.design-up-box p:nth-child(3){
		font-size: 12px;
		margin-top: 12px;
		line-height: 20px;
	}
	.design-down-box{
		width: 85%;
		border: #f1f1f1 1px solid;
		padding: 10px 10px 0 10px;
		margin: 20px auto;
	}
	.design-down-box-img {
	    width: 81px;
	    height: 78px;
	}
	.design-name{
		width: 66px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.design-down-box-text p{
		margin: 5px 0 5px 10px;
		line-height: 20px;
		font-size: 12px;
		color: #666666;
	}
	.design-down-box-text p:first-child{
		font-size: 14px;
		margin-top: 0px;
		font-weight: bold;
	}
	.design-down-box-text p span{
		margin-left: 24px;
	}
	.showPcImg{
		display:none;
	}
	.showPhoneImg{
		display:block;
	}
}