.case-details-container{
	overflow: hidden;
	clear: both;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.case-details-container .details-content{
	width: 880px;
	height: auto;

}
.case-details-container .details-content .content-desc{
	width: 798px;
	border: 1px solid #d6d6d6;
	padding: 25px 40px 80px;
	margin-bottom: 28px;
}
.details-content .content-desc header{
	text-align: center;
}
.details-content .content-desc header h3{
	font-weight: 500;
	font-size: 28px;
	height: 1.5em;
}
.details-content .content-desc header hggroup{
	line-height: 2em;
	color: #5f5f5f;
	font-size: 14px;
}
.details-content .content-desc .attribute-box{
	margin: 50px 0 90px;
	width: calc(100% - 78px);
	padding: 20px 39px;
	height: 220px;
	border: 1px solid #d6d6d6;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.details-content .content-desc .attribute-box ul{
	padding: 30px 0;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: center;
}
.details-content .content-desc .attribute-box ul:last-child{
	border-bottom: 0;
}
.details-content .content-desc .attribute-box ul li{
	height: 100%;
	width: calc(100%/3);
	border-right: 1px solid #eee;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	color: #5f5f5f;
	font-size: 16px;
}
.details-content .content-desc .attribute-box ul li span{
	height: 1em;
	line-height: 1em;
}
.details-content .content-desc .attribute-box ul li span:first-child{
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #171717;
}

/*表单*/
.case-details-container .details-content .content-form{
	width: 660px;
	border: 1px solid #d6d6d6;
	padding: 25px 109px;
}
.details-content .content-form h3{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}
.details-content .content-form .input-box{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 40px 0 10px;
}
.details-content .content-form .input-box li{
	width: 308px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
.details-content .content-form .input-box li:nth-child(2n){
	margin-right: 0;
}
.details-content .content-form .input-box li input{
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	border: 0;
	outline: none;
	border-radius: inherit;
	padding: 0 15px;
	font-size: 16px;
}
.details-content .content-form button{
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border: 0;
	width: 200px;
	margin: 0 230px;
	background: #d21111;
	letter-spacing: 1px;
	border-radius: 5px;
}

/*侧边栏*/
.details-sidebar{
	width: 300px;
	padding-bottom: 10px;
}
/*侧边栏--设计师介绍*/
.details-sidebar .sidebar-designer{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 25px 10px;
	box-shadow: 0px 4px 5px #ccc;
	margin-bottom: 75px;
}
.details-sidebar .sidebar-designer h3{
	font-size: 26px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1.5em;
}
.details-sidebar .sidebar-designer hggroup{
	display: block;
	line-height: 1.5em;
	margin-bottom: 15px;
	width: 100%;
	font-size: 17px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.details-sidebar .sidebar-designer img{
	width: 280px;
	height: 400px;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.details-sidebar .sidebar-designer .sidebar-designer-fonter a{
	display: inline-block;
	box-sizing: border-box;
	width: 118px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin: 0 8px;
	border: 1px solid #d21111;
	border-radius: 5px;
	cursor: pointer;
}
.details-sidebar .sidebar-designer .sidebar-designer-fonter a:last-child{
	background: #d21111;
	color: #fff;
}
/*侧边栏--报价表单*/
.details-sidebar .sidebar-form{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 30px;
	box-shadow: 0px 4px 5px #ccc;
}
.details-sidebar .sidebar-form h3{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	height: 1.2em;
	line-height: 1em;
}
.details-sidebar .sidebar-form h3 em{
	font-style: normal;
	color: #d21111;
}
.details-sidebar .sidebar-form input{
	width: 100%;
	outline: none;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
	margin-top: 27px;
}
.details-sidebar .sidebar-form .company-telephone{
	width: 100%;
	height: 66px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}
.details-sidebar .sidebar-form .company-telephone em{
	font-style: normal;
	color: #d21111;
}
.details-sidebar .sidebar-form .form-btn{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	background: #d21111;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

/*推荐内容*/
.case-details-recommend{
	height: 560px;
}
.case-details-recommend .recommend-header{
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.case-details-recommend .recommend-header .title{
	height: 100%;
	position: relative;
	font-size: 22px;
}
.case-details-recommend .recommend-header .title:after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #d21111;
}
.case-details-recommend .recommend-header .more a{
	color: #5f5f5f;
	font-size: 18px;
}
.case-details-recommend .recommend-list{
	overflow: hidden;
	clear: both;
}
.case-details-recommend .recommend-list .recommend-item{
	width: 590px;
	height: 510px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.case-details-recommend .recommend-list .recommend-item:nth-child(2n){
	margin-right: 0;
}
.case-details-recommend .recommend-list .recommend-item .recommend-item-img{
	width: 100%;
	height: 370px;
	overflow: hidden;
}
.case-details-recommend .recommend-list .recommend-item .recommend-item-content{
	height: 120px;
	width: calc(100% - 24px);
	padding: 9px 10px;
	border: 2px solid #eeeeee;
	border-top: 0;
}
.recommend-list .recommend-item .recommend-item-content .item-content-headImg{
	height: 120px;
	width: 120px;
	margin-right: 10px;
	float: left;
}
.recommend-list .recommend-item .recommend-item-content .item-content-info{
	width: calc(100% - 130px);
	padding: 10px 0;
	height: 100px;
	float: left;
	font-size: 14px;
	color: #171717;
	position: relative;
}
.recommend-list .recommend-item .recommend-item-content .item-content-info .info-title{
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.recommend-list .recommend-item .recommend-item-content .item-content-info .info-desc{
	line-height: 1.5em;
}
.recommend-list .recommend-item .recommend-item-content .item-content-info .info-btn{
	position: absolute;
	right: 0;
	bottom: 9px;
	color: #d21111;
	display: block;
	text-align: right;
	width: 300px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
}


/*弹窗*/
.case-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 .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;
}
.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;
}