.design-one{
	background-image: url(../img/customizationBack.png);
	background-size: cover;
}
.design-one-head{
	position: relative;
	width: 1337px;
	height: 277px;
	margin: 0 auto 50px auto;
}
.design-modle{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:center;
	margin: 120px 0;
}
.design-modle-select{
	font-size: 26px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #3E3A39;
	text-align: center;
	line-height: 38px;
}
.design-modle-select>img{
	width: 76px;
}
.design-modle-but{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	padding: 0 30px;
	height: 73px;
	border: 2px solid #3E3A39;
	border-radius: 37px;
	font-size: 36px;
	margin: 36px 0 26px 0;
}
.design-modle-but>span{
	font-weight: bold;
}

.design-one-type{
	width: 1337px;
	margin: 36px auto 0 auto;
}
.design-type-select{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	width: 100%;
	height: 96px;
	background: #F2F2F2;
	font-size: 28px;
	font-family: SourceHanSansSC;
	color: #383735;
	padding: 0 30px;
	box-sizing: border-box;
}
.design-option{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	padding: 0 36px;
	height: 100%;
	cursor: pointer;
}
.design-option:hover{
	font-weight: bold;
}
.design-option-on{
	background: rgb(230, 230, 230);
}
.design-info{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:center;
	width: 1337px;
	margin: 100px auto 150px auto;
}
.design-info-remind{
	padding: 40px 0 40px 85px;
	background-image: linear-gradient(to right, #F2F2F2,#FFFFFF)
}
.design-info-title{
	font-size: 60px;
	font-family: SourceHanSansSC;
	font-weight: 800;
	color: #3E3A39;
	line-height: 101px;
}
.design-info-yellow{
	color: #D4B573;
}
.design-info-point{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	font-size: 36px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #3E3A39;
	line-height: 61px;
	margin-top: 80px;
}
.design-info-ul{
	font-size: 26px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #3E3A39;
	line-height: 48px;
}
.design-info-ul>li{
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #DCDCDC;
}

.design-plant{
	display: none;
	width: 1337px;
	margin: 0 auto;
	background-color: #fafafa;
}
.design-plant-head{
	width: 1337px;
	margin: 100px auto 80px auto;
}
.design-plant-head>h2{
	font-size: 48px;
	font-family: SourceHanSansSC;
	color: #3E3A39;
	line-height: 86px;
	text-align: center;
	font-weight: normal;
	letter-spacing:2px;
}
.design-plant-headh2>span{
	font-size: 52px;
	font-weight: 800;
}
.design-plant-list{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding-bottom: 90px;
}
.design-plant-model{
	font-size: 20px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #777777;
	line-height: 45px;
	text-align: center;
}
.design-plant-model-img{
	height: 90px;
	margin-bottom: 10px;
}
.design-plant-but{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	font-size: 30px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #D4B572;
	line-height: 32px;
	width: 184px;
	height: 49px;
	background: #3E3A39;
	border-radius: 10px;
	margin-bottom: 5px;
}
.design-plant-english{
	font-size: 16px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #D4B572;
	line-height: 32px;
}
.dotted-plant{
	height: 380px;
	border-left: 2px dashed #777777;
	opacity: 0.22;
}

.design-case{
	display: none;
	width: 1337px;
	margin: 100px auto;
}
.design-case-title{
	text-align: center;
	margin-bottom: 45px;
}
.design-case-title>h2{
	font-size: 46px;
	font-family: SourceHanSansSC;
	font-weight: normal;
	color: #3E3A39;
	line-height: 68px;
	margin-bottom: 20px;
}
.design-case-card{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	padding: 18px;
	box-shadow: 54px 28px 96px 10px rgba(0,0,0,0.1);
}
.design-case-select{
	width: 357px;
	height: 648px;
	font-size: 38px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #3E3A39;
	line-height: 79px;
	text-align: center;
	background-color: #F2F2F2;
	overflow-y:auto;
	overflow-x:none;
}
.design-case-select>li{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	height: 25%;
	box-sizing: border-box;
}
.design-case-select>li:hover{
	font-weight: 800;
	color: #FFFFFF;
	background-color: #D4B572;
	cursor: pointer;
}
.design-case-select-on{
	font-weight: 800;
	color: #FFFFFF;
	background-color: #D4B572;
}
.design-case-select-on::before{
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-width: 20px;
	border-style: solid;
	border-color: transparent transparent transparent #FFFFFF;
}
.design-case-select-on::after{
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-width: 20px;
	border-style: solid;
	border-color: transparent #FFFFFF transparent transparent;
}
.design-case-select-gray{
	color: #7F7F7F;
}
.design-swiper{
	width: 960px;
	height: 648px;
	margin-left: 10px;
}
.design-swiper-img{
	width: 100%;
	height: 100%;
}
.design-swiper .swiper{
	width: 100%;
	height: 100%;
}