.designer-banner{
	height: 700px;
}

/*设计师列表样式*/
.designer-list-container .designer-item-content{
	height: 500px;
	width: 100%;
	position: relative;
	background: #232323;
	margin-bottom: 15px;
}
.designer-list-container .designer-item-content .designer-introduce{
	width: 480px;
	height: 100%;
	padding: 35px 170px 35px 30px;
	box-sizing: border-box;
	float: left;
}
.designer-list-container .designer-item-content .designer-works{
	width: 720px;
	height: 100%;
	float: left;
}
.designer-list-container .designer-item-content .designer-headImg{
	position: absolute;
	left: 360px;
	bottom: 0;
	width: 280px;
	height: 400px;
}
.designer-introduce .designer-introduce-title{
	font-family: 'PingFang SC';
	font-size: 48px;
	color: #e0aa87;
	height: 1em;
	line-height: 1em;
	letter-spacing: 3px;
    font-weight: 500;
}
.designer-introduce .designer-introduce-name{
	margin: 35px 0;
	height: 35px;
	line-height: 1em;
	color: #fff;
	font-size: 30px;
}
.designer-introduce .designer-introduce-name .designer-introduce-honor{
	margin-left: 15px;
	font-size: 18px;
}

.designer-introduce .designer-introduce-list{
	height: 230px;
}
.designer-introduce .designer-introduce-list .designer-introduce-item{
	margin-bottom: 25px;
}
.designer-introduce-list .designer-introduce-item span{
	font-size: 20px;
	color: #e0aa87;
}
.designer-introduce-list .designer-introduce-item .designer-introduce-item-desc{
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
}
.designer-introduce-footer {
	display: flex;
	justify-content: space-between;
}
.designer-introduce-footer .designer-introduce-btn{
	display: block;
	width: 85px;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #e0aa87;
	color: #fff;
	cursor: pointer;
}

/*弹窗*/
.designer-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	z-index: 999;
	display: none;
}
/*预约设计师弹窗*/
.appointment-popup{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 420px;
	height: 500px;
	box-sizing: border-box;
	background: #fff;
}
.appointment-popup h3{
	font-weight: 500;
	height: 105px;
	box-sizing: border-box;
	padding: 45px 0 30px;
	font-size: 28px;
	line-height: 1em;
	text-align: center;
}
.appointment-popup .closebtn {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 34px;
	color: #d21111;
	cursor: pointer;
}
.appointment-popup .input-box{
	padding: 0 74px;
	height: 280px;
}
.appointment-popup .input-box>li{
	width: 100%;
	height: 47px;
	margin-bottom: 23px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	position: relative;
}
.appointment-popup .input-box li input{
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	border-radius: 6px;
	outline: none;
	padding: 0 10px;
	font-size: 16px;
}
.appointment-popup button{
	width: 272px;
	height: 50px;
	line-height: 50px;
	border: 0;
	outline: none;
	text-align: center;
	margin: 5px 74px 25px;
	background: #d21111;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.appointment-popup .form-tips{
	text-align: center;
	color: #b3b3b3;
	font-size: 14px;
	line-height: 1em;
}

/*预约设计师下拉框样式*/
.appointment-popup .input-box li .selection-head .default{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 6px;
	padding: 0 10px;
	font-size: 16px;
	color: #797575;
	line-height: 45px;
}
.appointment-popup .input-box li .selection-list {
	z-index: 99;
	border: 1px solid #d6d6d6;
	border-top: 0px;
	background: #fff;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 46px;
	max-height: 150px;
	overflow: auto;
}
.appointment-popup .input-box li .selection-list li {
	padding: 4px 10px;
	cursor: pointer;
}
.appointment-popup .input-box li .selection-list li:hover{
	background: #ebeaea;
}