 /*****************改版设计师详情*************************/

.designer_detail_page {
	width: 100%;
	height: auto;
	position: relative;
}

.actual_container {
	width: 1200px;
	margin: 0 auto;
}

.commonnew_nav {
	width: 100%;
	margin: 28px 0;
	font-size: 14px;
	color: #9F9F9F
}

.commonnew_nav a {
	color: #9F9F9F;
}

.commonnew_nav label {
	color: #2B2B2B;
}

.designer_describe_form {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
    position: relative;
}

.designer_describe_left {
	width: 880px;
	float: left;

}

.designer_describe {
	width: 100%;
	background-color: #FAFAFA;
	padding: 24px;
	display: flex;
	align-items: center;
	height: 380px;
	/*justify-content: space-between;*/
}

.designer_describe .designer_img {
	width: 340px;
	height: 340px;
	margin-right: 20px;
}

.designer_describe .describe {
	width: 880px;
	height: 380px;
	display: flex;
	flex-direction: column;
}

.commonnew_titl {
	background: url(/images/designer/left.png) left center no-repeat;
	padding-left: 10px;
	font-size: 20px;
	color: #2B2B2B;
}
.top-des{
	margin-top: 19px;
}

.commonnew_titl span {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
	margin-left: 10px;
}

.designer_describe ul {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.designer_describe ul li {
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #2B2B2B
}

.designer_describe ul li label {
	height: 24px;
	line-height: 24px;
	color: #2B2B2B
}

.designer_describe ul li span {
	height: 24px;
	line-height: 24px;
	color: #777777
}

.designer_describe .btn_share {
	display: flex;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 30px;
}

.designer_describe .btn_share a {
	width: 104px;
	height: 40px;
	display: block;
	background: url(/images/designer/btn1.png) left center no-repeat;
	background-size: 100%;
	
}

.designer_describe .btn_share a:hover {
	background: url(/images/designer/btn2.png) left center no-repeat;
	background-size: 100%;

}

.designer_describe .share {
	display: flex;
	margin-left: 200px;
}

.designer_describe .share img {
	margin-left: 10px;
}

.designer_describe p {
	width: 100%;
	color: #777777;
	margin-top: 16px;
}

.designer_case_building_service {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.dcbs_nav {
	width: 100%;
	height: 50px;
	background-color: #FAFAFA;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	color: #2B2B2B;
	margin-bottom: 24px;
}

.dcbs_nav li {
	width: 100px;
	height: 100%;
	text-align: center;
	line-height: 50px;
}

.dcbs_nav .active {
	background-color: #fff;
	border-top: 2px solid #FB368E;
	color: #FB368E;
	border-bottom: none;
	padding-bottom: 1px;
    padding-bottom: 47px;
}

.dcbs_item {
	width: 100%;
	display: flex;
}

.dcbs_item  .case_item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.dcbs_item  .case_item .commonnew_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.dcbs_item  .case_item .commonnew_top a {
	color: #666666;
	font-size: 14px;
}

.dcbs_item  .case_item .caseitem {
	display: flex;
	flex-direction: column;
}

.dcbs_item  .case_item .caseitem .item {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE; 
}

.dcbs_item  .case_item .caseitem .item:last-child {
	border-bottom: none;
}

.dcbs_item  .case_item .caseitem .item .item_img {
	width: 280px;
	height: 200px;
	margin-right: 30px;
}

.dcbs_item  .case_item .caseitem .item .item_describe {
	display: flex;
	flex-direction: column;
}

.dcbs_item  .case_item .caseitem .item .item_describe h3 {
	font-size: 18px;
	color: #2B2B2B;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.dcbs_item  .case_item .caseitem .item .item_describe ul {
	display: flex;
	color: #777777;
	margin-bottom: 20px;
}

.dcbs_item  .case_item .caseitem .item .item_describe ul li {
	margin-right: 40px;
}

.dcbs_item  .case_item .caseitem .item .item_describe ul li span {
	color: #2B2B2B;
	margin-left: 5px;
}

.dcbs_item  .case_item .caseitem .item .item_describe p {
 	color: #777777
 }

.dcbs_item  .case_item .caseitem .item .item_describe a {
	width: 104px;
	height: 30px;
	background: url(/images/designer/btn4.png) left center no-repeat;
	background-size: 100%; 
	margin-top: 35px;
}

.dcbs_item  .case_item .caseitem .item .item_describe a:hover {
	background: url(/images/designer/btn5.png) left center no-repeat;
	background-size: 100%; 
}

.pagination_css{
	width: 880px;
	text-align: center;
}

.dcbs_item  .building_item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.dcbs_item  .building_item .commonnew_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.dcbs_item  .building_item .commonnew_top a {
	color: #666666;
	font-size: 14px;
}



.dcbs_item  .building_item .item {
	display: flex;
	padding: 10px 0;
}

.dcbs_item  .building_item .item .item_img {
	width: 280px;
	height: 200px;
	margin-right: 30px;
}

.dcbs_item  .building_item .item .item_describe {
	display: flex;
	flex-direction: column;
}

.dcbs_item  .building_item .item .item_describe h3 {
	font-size: 18px;
	color: #2B2B2B;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.dcbs_item  .building_item .item .item_describe ul {
	display: flex;
	color: #777777;
	margin-bottom: 20px;
}

.dcbs_item  .building_item .item .item_describe ul li {
	margin-right: 40px;
}

.dcbs_item  .building_item .item .item_describe ol {
	display: flex;
	/*align-items: center;*/
	margin-top: 20px;
}

.dcbs_item  .building_item .item .item_describe ol .li {
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
    margin-left: -22px;
}

.dcbs_item  .building_item .item .item_describe ol .li label {
	font-size: 12px;
	color: #F11075;
	margin-top: 3px;
}

.dcbs_item  .building_item .item .item_describe ol li:nth-of-type(2n){
	width: 100px;
	background-color: #DDDDDD;
	height: 1px;
	margin-top: 8px;
	margin-left: -22px;
}

.dcbs_item  .building_item .item .item_describe ol li:nth-of-type(2n).active{
	width: 100px;
	background-color: #F11075;
	height: 1px;
	margin-top: 8px;
	margin-left: -22px;
}

.dcbs_item  .building_item .item .item_describe ol li:nth-of-type(2n).active{
	width: 100px;
	background-color: #F11075;
	height: 1px;
	margin-top: 8px;
	margin-left: -22px;
}


.dcbs_item  .service_item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.dcbs_item  .service_item .commonnew_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.dcbs_item  .service_item .commonnew_top a {
	color: #666666;
	font-size: 14px;
}

.dcbs_item  .service_item .serviceitem {
	display: flex;
	flex-direction: column;
}

.dcbs_item  .service_item .serviceitem .item {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE; 
}

.dcbs_item  .service_item .serviceitem .item:last-child {
	border-bottom: none;
}

.dcbs_item  .service_item .serviceitem .item .item_img {
	width: 280px;
	height: 200px;
	margin-right: 30px;
}

.dcbs_item  .service_item .serviceitem .item .item_describe {
	display: flex;
	flex-direction: column;
}

.dcbs_item  .service_item .serviceitem .item .item_describe h3 {
	font-size: 18px;
	color: #2B2B2B;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.dcbs_item  .service_item .serviceitem .item .item_describe ul {
	display: flex;
	color: #777777;
	margin-bottom: 15px;
	margin-top: 15px;
}

.dcbs_item  .service_item .serviceitem .item .item_describe ul li {
	margin-right: 20px;
	display: flex;
}

.dcbs_item  .service_item .serviceitem .item .item_describe ul li label{
	display: flex;
	align-items: center;
}


.dcbs_item  .service_item .serviceitem .item .item_describe ul li span {
	color: #2B2B2B;
	margin-left: 5px;
}

.dcbs_item  .service_item .serviceitem .item .item_describe p {
 	color: #777777
 }

 .dcbs_item  .service_item .serviceitem .item .item_describe ul li .icon_service {
 	width: 20px;
 	height: 16px;
	background: url(/images/designer/icon1.png) left center no-repeat; 
	background-size: 100%; 
	display: block;
	margin-right: 5px;
}

 .dcbs_item  .service_item .serviceitem .item .item_describe ul li .icon_case {
 	width: 20px;
 	height: 16px;
	background: url(/images/designer/icon2.png) left center no-repeat; 
	background-size: 100%; 
	display: block;
	margin-right: 5px;
}

 .dcbs_item  .service_item .serviceitem .item .item_describe ul li .icon_num {
 	width: 20px;
 	height: 16px;
	background: url(/images/designer/icon3.png) left center no-repeat; 
	background-size: 100%; 
	display: block;
	margin-right: 5px;
}

 .dcbs_item  .service_item .serviceitem .item .item_describe .service_btn {
 	display: flex;
 }

 .dcbs_item  .service_item .serviceitem .item .item_describe a {
 	width: 104px;
 	height: 30px;
 	display: block;
 	margin-right: 20px;
 }

 .dcbs_item  .service_item .serviceitem .item .item_describe .more {
 	background: url(/images/designer/btn6.png) left center no-repeat; 
	background-size: 100%; 
 }

  .dcbs_item  .service_item .serviceitem .item .item_describe .more:hover {
 	background: url(/images/designer/btn7.png) left center no-repeat; 
	background-size: 100%; 
 }

 .dcbs_item  .service_item .serviceitem .item .item_describe .designer {
 	background: url(/images/designer/btn8.png) left center no-repeat; 
	background-size: 100%; 
 }

  .dcbs_item  .service_item .serviceitem .item .item_describe .designer:hover {
 	background: url(/images/designer/btn9.png) left center no-repeat; 
	background-size: 100%; 
 }

 .dcbs_item  .service_item .serviceitem .item .item_describe .building {
 	background: url(/images/designer/btn10.png) left center no-repeat; 
	background-size: 100%; 
 }

  .dcbs_item  .service_item .serviceitem .item .item_describe .building:hover {
 	background: url(/images/designer/btn11.png) left center no-repeat; 
	background-size: 100%; 
 }

 .designer_service_btn {
 	width: 100%;
 	display: flex;
 	justify-content: space-between;
 	margin: 20px 0;
 }

 .designer_service_btn a {
 	width: 416px;
 	height: 50px;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	border: 1px solid #DDDDDD;
 	border-radius: 6px;
 	background-color: #fff;
 }

  .designer_service_btn a:hover {
 	border: 1px solid #F11075;
 	background-color: #F11075;
 	color: #fff
 }


 .designer_service_btn a .icon_prev {
 	width: 10px;
 	height: 6px;
 	background: url(/images/designer/icon_prev.png) left center no-repeat;
 	background-size: 100%; 
 	margin-right: 5px;
 }

 .designer_service_btn a .icon_next {
 	width: 10px;
 	height: 6px;
 	background: url(/images/designer/icon_next.png) left center no-repeat;
 	background-size: 100%; 
 	margin-right: 5px;
 }

.designer_service_btn a:hover .icon_prev {
 	background: url(/images/designer/icon_prev1.png) left center no-repeat;
 	background-size: 100%; 
 }

.designer_service_btn a:hover .icon_next {
 	background: url(/images/designer/icon_next1.png) left center no-repeat;
 	background-size: 100%;  
 }


 .commonnew_form {
 	width: 300px;
    display: flex;
    flex-direction: column;
 }

.case_detail_case .commonnew_form {
	 	width: 300px;
	    display: flex;
	    flex-direction: column;
	    position: absolute;
	    right: 0;
	    top: 0;
 }

 .commonnew_form .form_item {
 	padding: 10px;
 	background-color: #fff;
 	box-shadow: 0 0 5px 5px #eee;
 	border-radius: 2px;
 	display: flex;
 	flex-direction: column;
 	margin-bottom: 10px;
 }

  .commonnew_form .form h3 {
  	margin-bottom: 10px;
  }

 .commonnew_form .form .form_group {
 	width: 100%;
 	height: 42px;
 	border-radius: 2px;
 	border: 1px solid #EFEFEF;
 	background-color: #FDFDFD;
 	padding-left: 10px;
 	margin-bottom: 10px;
 }

 .commonnew_form .form span {
 	width: 100%;
 	display: block;
 	text-align: center;
 	font-size: 14px;
 	color: #777777;
 }

  .commonnew_form .form span i {
  	color: #F11075;
  	margin-right: 5px;
  }

  .commonnew_form .form span label {
  	color: #F11075;
  	margin-left: 5px;
  }

 .commonnew_form .form a {
 	width: 100%;
 	height: 42px;
 	background-color: #FB368E;
 	display: block;
 	color: #fff;
 	text-align: center;
 	line-height: 42px;
 	margin-top: 20px;
 }

 .commonnew_form .case .commonnew_top {
 	width: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

.commonnew_form .case .form_case_item {
	display: flex;
	flex-direction: column;
} 

.commonnew_form .case .form_case_item .item {
	padding: 5px;
	display: flex;
	margin-top: 10px;
}

.commonnew_form .case .form_case_item .item img {
	width: 100px;
	height: 72px;
	background-color: #FAFAFA;
	margin-right: 10px;
}

.commonnew_form .case .form_case_item .item .item_describe {
	display: flex;
	flex-direction: column;
}

.commonnew_form .case .form_case_item .item .item_describe label {
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #2B2B2B
}

.commonnew_form .case .form_case_item .item .item_describe a {
	border: 1px solid #FB368E;
	color: #FB368E;
	width: 68px;
	height: 22px;
	display: block;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	
}

.commonnew_form .case .form_case_item .item .item_describe a:hover {
	border: 1px solid #FB368E;
	color: #fff;
	background-color: #FB368E
}

.commonnew_form .img img{
	width: 100%;
	height: 200px;
	display: block;
}

.designer_recommend_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.designer_recommend_item .commonnew_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.designer_recommend_item .commonnew_top a {
	display: flex;
	align-items: center;
}

.designer_recommend_item .commonnew_top a .icon_push {
	width: 17px;
	height: 14px;
	display: block;
	background: url(/images/designer/push.png) no-repeat ;
	background-size: 100%;
	margin-right: 10px;
}

.designer_recommend_item  .recommend_item {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.designer_recommend_item  .recommend_item .item {
	width: 596px;
	height: 240px;
	border:1px solid #EEEEEE;
	display: flex;
	padding: 10px;
}

.designer_recommend_item  .recommend_item .item img {
	width: 230px;
	height: 220px;
	border-radius: 4px;
	margin-right: 14px;
}

.designer_recommend_item  .recommend_item .item h3 {
    color: #2B2B2B;
    margin-top: 10px;
    font-weight: normal;
    font-size: 18px;
}

.designer_recommend_item  .recommend_item .item h3 span {
	color: #777777;
	font-size: 14px;
	font-weight: normal;
}

.designer_recommend_item  .recommend_item .item ul {
	margin: 20px 0 20px 0;
}

.designer_recommend_item  .recommend_item .item ul li {
	font-size: 14px;
	color: #777777;
	margin-bottom: 5px;
}

.designer_recommend_item  .recommend_item .item ul li span {
	color: #2B2B2B
}

.designer_recommend_item  .recommend_item .item .btn {
	display: flex;
    margin-top: 25px;
}

.designer_recommend_item  .recommend_item .item .btn a {
	width: 104px;
	height: 30px;
	display: block;
	margin-right: 30px;
}

.designer_recommend_item  .recommend_item .item .btn .look {
	background: url(/images/designer/btn12.png) no-repeat;
	background-size: 100% 
}

.designer_recommend_item  .recommend_item .item .btn .look:hover {
	background: url(/images/designer/btn13.png) no-repeat;
	background-size: 100% 
}

.designer_recommend_item  .recommend_item .item .btn .yueta {
	background: url(/images/designer/btn14.png) no-repeat;
	background-size: 100% 
}

.designer_recommend_item  .recommend_item .item .btn .yueta:hover {
	background: url(/images/designer/btn15.png) no-repeat;
	background-size: 100% 
}

.advert {
	margin-bottom: 80px;
}

.common_detail_item {
	width: 100%;
	height: auto;
	background-color: #FAFAFA;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

.common_detail_item h3 {
	font-size: 28px;
	color: #2B2B2B;
	font-weight: normal;
	margin-top: 30px;
}

.common_detail_item ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
}

.common_detail_item ul li {
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #9F9F9F;
}

.common_detail_item ul li span {
	color: #2B2B2B;
	margin-left: 5px;
}

.common_detail_item ul li .share {
	display: flex;
	align-items: center;
}

.common_detail_item ul li .share img {
	margin-right: 5px;
}

.common_detail {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.common_detail p img {
	margin: 0 auto
}

.common_detail p {
	margin: 10px 0;
	padding: 0 20px;
	width: 100%;
}


.common_detail .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.common_detail .item p {
	color: #2B2B2B;
	font-size: 16px;
	text-indent: 30px;
	margin-bottom: 10px;
}

.common_detail .item .img {
	width: 100%;
	height: 496px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	
}

.common_detail .item .img img{
	width: 100%;
	height: 100%;
	display: block;

}

.common_detail .item label {
	color: #2B2B2B;
	font-size: 18px;
	margin: 20px 0;
}

.common_detail .item .model_label {
	position: absolute;
	bottom: 30px;
	padding: 5px 30px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
}

.commonnew_form .designer {
	display: flex;
	flex-direction: column;
}

.commonnew_form .designer .img_describe {
	display: flex;
	margin-top: 15px
}

.commonnew_form .designer .img_describe .img {
	margin-right: 10px;
}

.commonnew_form .designer .img_describe img {
	width: 108px;
	height: 108px;
	display: block;
}

 .commonnew_form .designer .img_describe .img .commonnew_headimg {
	 display: block;
	 width: 100%;
	 height: 108px;
 }

.commonnew_form .designer .img_describe .img .commonnew_yyue {
	width: 90px;
	height: 28px;
	border: 1px solid #FB368E;
	display: block;
	text-align: center;
	line-height: 27px;
	color: #FB368E;
	border-radius: 2px;
	margin-top: 10px;
}

.commonnew_form .designer .img_describe .img .commonnew_yyue:hover {
	width: 90px;
	height: 28px;
	border: 1px solid #fb368e;
	display: block;
	text-align: center;
	line-height: 27px;
	color: #fff;
	border-radius: 2px;
	margin-top: 10px;
	background-color: #fb368e
}

.commonnew_form .designer .img_describe .describe {
	display: flex;
	flex-direction: column;
	color: #000000;
}

.commonnew_form .designer .img_describe .describe h4 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

.commonnew_form .designer .img_describe .describe ul li label{
	color: #777777
}

.designer_recommend_item .crecommend_item {
	display: flex;
	flex-wrap: wrap;
} 

.designer_recommend_item .crecommend_item .citem {
	width: 596px;
	height: 136px;
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: flex;
	margin-bottom: 8px;
} 

.designer_recommend_item .crecommend_item .citem:hover {
	box-shadow: 0 0 2px 2px #eee;
} 

.designer_recommend_item .crecommend_item .citem img {
	width: 220px;
	/*height: 116px;*/
	margin-right: 20px;
}

.designer_recommend_item .crecommend_item .citem .case_recommend_des {
	display: flex;
	flex-direction: column;
}

.designer_recommend_item .crecommend_item .citem .case_recommend_des h4 {
	color: #2B2B2B;
	font-size: 16px;
	font-weight: normal; 
	margin-bottom: 5px;
}

.designer_recommend_item .crecommend_item .citem .case_recommend_des p {
	width: 340px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.designer_recommend_item .crecommend_item .citem .case_recommend_des label {
	color: #999999;
    margin-bottom: 5px;
}

.designer_recommend_item .crecommend_item .citem .case_recommend_des label span {
	color: #2B2B2B
}

.case_common_detail {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.case_common_detail .case_common_nav {
	display: flex;
	flex-direction: column;
	padding: 20px 40px;
	border: 1px solid #DDDDDD;
	background-color: #fff
}

.case_common_detail .case_common_nav .nav {
	display: flex;
	align-items: center;
	height: 80px;
}

.case_common_detail .case_common_nav .nav_top {
	border-bottom: 1px dotted #DDDDDD;
}

.case_common_detail .case_common_nav .nav .nav_group {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	justify-content: center;
}

.case_common_detail .case_common_nav .nav .nav_group label {
	color: #2B2B2B;
	font-size: 18px;
}

.case_common_detail .case_common_nav .nav .nav_group span {
	color: #9F9F9F;
	font-size: 14px;
}

.case_common_detail .case_common_nav .nav i{
	font-style: normal;
	color: #DDDDDD
}

.case_common_detail .casenav_item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.case_common_detail .casenav_item .casenav_item_casenav {
	z-index: 1001;
	margin-top: 0
}

.case_common_detail .casenav_item .casenav {
	height: 50px;
    width: 840px;
    line-height: 50px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    background: #fff;
    position: relative;
    z-index: 5;
    left: 0px;
    display: flex;
    justify-content: flex-start;
}

.case_common_detail .casenav_item .casenav1 {
    color: #212628;
    font-size: 18px;
}

.navactive {
	color: #FB368E
}

.case_common_detail .casenav_item .casenav li {
	width: 100px;
	display: flex;
	justify-content: center;
	height: 100%
}

.case_common_detail .casenav_item .casenav .active {
    border: 1px solid #DDDDDD;
    margin-left: -1px;
	border-top: 2px solid #FB368E;
	background-color: #fff;
	padding: 24px;
	margin-top: -1px;
}

.case_common_detail .caseimg_item .caseimgitem {
	display: flex;
	flex-direction: column;
	clear: both;

}

.case_common_detail .caseimg_item .caseimgitem .item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.case_common_detail .caseimg_item .caseimgitem .item .img {
	width: 100%;
	/*height: 506px;*/
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
	position: relative;
}

.case_common_detail .caseimg_item .caseimgitem .item .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.case_common_detail .caseimg_item .caseimgitem .item .img h4 {
	padding: 5px 20px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 34px;
	left: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}


/*.case_common_detail .caseimg_item .caseimgitem .item:first-child .img{
	border-top: none;
}*/

.case_common_detail .caseimg_item .caseimgitem .item .susp {
	margin: 16px 0;
	color: #2B2B2B;
	font-size: 12px;
}

.caseddescribe {
	width: 100%;
	/*height: 136px;*/
	border: 1px solid #DDDDDD;
	padding: 10px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-top: none;
}

.caseddescribe h4 {
	font-size: 22px;
	color: #2B2B2B;
	font-weight: normal;
}

.caseddescribe span {
	width: 58px;
	height: 4px;
	background-image: linear-gradient(to right , #F51C6B, #FF5690); 
	display: block;
	border-radius: 4px;
	color: #fff;
	margin: 5px 0 15px 0;
}

.caseddescribe p {
	width: 100%;
	text-indent: 32px;
	color: #2B2B2B;
	padding-bottom: 20px
}

.common_news_item {
    padding: 30px 0;
	width: 100%;
	background-color: #FAFAFA;
}

.common_news_item .news_item {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.common_news_item .news_item .item {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.common_news_item .news_item .item .group {
	width: 80%;
	display: flex;
	height: 60px;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
}

.common_news_item .news_item .item .group:last-child {
	border-bottom: none;
} 

.common_news_item .news_item .item .group label {
	color: #2B2B2B;
	font-size: 14px;
	font-weight: 600;
	margin-right: 20px;
}

.common_news_item .news_item .item .group .des {
	width: 286px;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2B2B2B;
    margin-right: 40px;
}

.common_news_item .news_item .item .group .date span{
	margin-left: 14px;
}

.commonnew_form .news .commonnew_top {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.commonnew_form .news .form_news_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 5px;
}

.commonnew_form .news .form_news_item .item {
	width: 100%;
	display: flex;
	align-items: center;
	border-top: 1px solid #EEEEEE;
	padding: 10px 0;
}

.commonnew_form .news .form_news_item .item i {
	margin-right: 8px;
}

.commonnew_form .news .form_news_item .item span {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.hot_detail .case_common_nav {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.hot_detail .case_common_nav .case_common_nav_left {
	width: 290px;
	height: 220px;
	margin-right: 15px;
}

.hot_detail .case_common_nav .case_common_nav_left .swiper-container {
	width: 100%;
	height: 100%;
}

.hot_detail .case_common_nav .case_common_nav_left img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.hot_detail .case_common_nav .case_common_nav_right {
	width: 535px;
}
.commonnew_hr{
	width: 470px;
	margin-bottom: 10px;
}
.commonnew_hr hr{
	border: 1px solid #eeeeee;
}
.commonnew_slide{
	width: 470px;
	height: 145px;
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.commonnew_slide::-webkit-scrollbar{
	width: 4px; 
	height: 4px;
}
.commonnew_slide::-webkit-scrollbar-thumb{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.commonnew_slide::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.commonnew_titl1 {
	background: url(/images/left.png) left center no-repeat;
	padding-left: 10px;
	font-size: 18px;
	color: #2B2B2B
}

.hot_detail .case_common_nav .commonnew_titl1 {
	font-size: 18px;
	color: #2B2B2B;
	margin-top: 5px
}

.hot_detail .case_common_nav p {
	color: #777777;
	font-size: 14px;
	margin-top: 15px;
}

.hot_detail .case_common_nav_right  ul {
	display: flex;
	align-items: center;
    margin: 20px 0;
}

.hot_detail .case_common_nav_right  ul li {
	display: flex;
	align-items: center;
}

.hot_detail .case_common_nav_right  ul li i {
	margin-right: 1px;
}

.hot_detail .case_common_nav_right .btn {
	display: flex;
	align-items: center;
}

.hot_detail .case_common_nav_right .btn a {
	width: 114px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	border-radius: 2px;
}

.hot_detail .case_common_nav_right .btn .yuyue {
	border:1px solid #FB368E;
	color: #FB368E;
	margin-right: 30px;
	
}

.hot_detail .case_common_nav_right .btn .yuyue:hover {
	border:1px solid #FB368E;
	color: #fff;
	background-color: #FB368E;
	
}

.hot_detail .case_common_nav_right .btn .look {
	border:1px solid #B5CDF5;
	color: #B5CDF5
}

.hot_detail .case_common_nav_right .btn .look:hover {
	border:1px solid #B5CDF5;
	color: #fff;
	background-color: #B5CDF5;
}
/*****************装修百科*****************/
.wiki .designer_describe_left {
	display: flex;
	flex-direction: column;
}

.wiki_item {
	width: 100%;
	display: flex;
	padding: 10px;
	margin-bottom: 10px;
}

.wiki_item .item_img {
	width: 220px;
	/*height: 150px;*/
	margin-right: 20px;
}

.wiki_item .item_img img {
    width: 220px;
	display: block;
}

.wiki_item .item_des {
	display: flex;
	flex-direction: column;
}

.wiki_item .item_des .commonnew_titl1 {
	color: #2B2B2B;
	font-size: 18px;
}

.wiki_item .item_des p {
	color: #777;
	font-size: 14px;
	margin: 20px 0 30px 0;
}

.wiki_item .item_des ul {
	display: flex;
}

.wiki_item .item_des ul li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.wiki_item .item_des ul li i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.wiki_item .item_des ul li i img {
	width: 100%;
	display: block;
}

.wiki_item .item_des ul li label {
	color: #777;
	margin-right: 5px;
}

.wiki_item .item_des ul li span {
	color: #2B2B2B
}


.wiki_item:hover {
	box-shadow: 0 0 5px 5px #eee
}

.wiki_item:hover p{
	color: #777777
}

.wiki_item:hover label{
	color: #777777
}

.wiki_item:hover span{
	color: #2b2b2b
}

.designer_more .recommend_item {
	display: flex;
	justify-content: space-between;
}

.designer_more .recommend_item .more_item {
	width: 288px;
	display: flex;
	flex-direction: column;
}

.designer_more .recommend_item .more_item .item_img {
	width: 100%;
	height: 216px;
	position: relative;
}

.designer_more .recommend_item .more_item .item_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.designer_more .recommend_item .more_item .item_img .img_model {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 30px;
	display: none;
}

.designer_more .recommend_item .more_item .item_img .img_model span {
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
}

.designer_more .recommend_item .more_item:hover .designer_more .recommend_item .more_item .item_img .img_model span {
	color: #fff
}

.designer_more .recommend_item .more_item:hover .img_model {
	display: block;
}

.designer_more .recommend_item .more_item .item_des {
	width: 288px;
	height: 114px;
	display: flex;
	align-items: center;
	padding: 12px;
	border:1px solid #E9E9E9;
}

.designer_more .recommend_item .more_item .item_des .des_img {
	width: 80px;
	height: 80px;
	margin-right: 10px
}

.designer_more .recommend_item .more_item .item_des .des_img img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.designer_more .recommend_item .more_item .item_des .des {
	display: flex;
	flex-direction: column;
}

.designer_more .recommend_item .more_item .item_des .des .tit {
	width: 164px;
	font-size: 16px;
	color: #2B2B2B;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 5px;
}

.designer_more .recommend_item .more_item .item_des .des label {
	font-size: 14px;
	color: #777777;
}

.designer_more .recommend_item .more_item .item_des .des .btn {
	width: 96px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	border:1px solid #AAAAAA;
	color: #AAAAAA;
	margin-top: 8px;
	border-radius: 3px;
}

.designer_more .recommend_item .more_item .item_des .des .btn:hover {
	width: 96px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	border:1px solid #FB368E;
	color: #fff;
	background-color: #FB368E;
}

.news_detail_page .page_detail {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main-sidebar .sidebar-form {
     padding: 0px; 
    background-color: #fff;
}


.case_common_nav_left .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 0%;
    background: #000;
    opacity: .2;
}

.case_common_nav_left .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.case_common_nav_left .swiper-button-next, .case_common_nav_left .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 25px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

/* 99人性化细节 */
.servicedetail_nav{
    width: 1200px;
    min-height: 40px;
    margin: 0 auto;
    display: flex;
}
.servicedetail_nav>div{
    flex: 1;
    height: 80px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicedetail_nav>div:hover{
    background-color: #151515;
    color: #FFFFFF;
    cursor: pointer;
}
.servicedetail_nav_active{
    background-color: #151515;
    color: #FFFFFF;
}
.servicedetail_main{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.servicedetail_box01{
    width: 3.6rem;
    position: absolute;
    top: 63%;
    left: 7%;
}
.servicedetail_box01_pos{
    width: 30px;
    height: 30px;
}
.service_item_img{
    width: 320px;
    display: none;
}
.servicedetail_box02{
    width: 3.6rem;
    position: absolute;
    top: 57%;
    left: 24%;
}
.servicedetail_box02_pos{
    width: 30px;
    height: 30px;
}
.servicedetail_box03{
    width: 3.6rem;
    position: absolute;
    top: 67%;
    left: 29%;
}
.servicedetail_box03_pos{
    width: 30px;
    height: 30px;
}
.servicedetail_box04{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 81%;
    left: 31%;
}
.servicedetail_box04_pos{
    width: 30px;
    height: 30px;
}
.servicedetail_box05{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 48%;
    left: 38%;
}
.servicedetail_box05_pos{
    width: 30px;
    height: 30px;
}
.servicedetail_box06{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 57%;
    left: 45%;
}
.servicedetail_box06_pos{
    width: 30px;
    height: 30px;
}
.servicedetail_box07{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 46%;
    left: 55%;
}
.servicedetail_box07_pos{
    width: 30px;
    height: 30px;
}
.servicedetail_box08{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 39%;
    right: 11%;
}
.servicedetail_box08_pos{
    width: 30px;
    height: 30px;
}
.servicedetail_two_box01{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 48%;
    right: 7.3%;
}
.servicedetail_two_box01_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_two_box02{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 69%;
    right: 7.3%;
}
.servicedetail_two_box02_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_two_box03{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 77%;
    right: 11.3%;
}
.servicedetail_two_box03_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_two_box04{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 66%;
    right: 57%;
}
.servicedetail_two_box04_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_two_box05{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 21%;
    left: 2.5%;
}
.servicedetail_two_box05_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_three_box01{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 43%;
    left: 10.5%;
}
.servicedetail_three_box01_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_three_box02{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 43.5%;
    left: 35.5%;
}
.servicedetail_three_box02_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_three_box03{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 52%;
    left: 44.5%;
}
.servicedetail_three_box03_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_three_box04{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 68%;
    right: 15%;
}
.servicedetail_three_box04_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_three_box05{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 66%;
    right: 2.5%;
}
.servicedetail_three_box05_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box01{
    width: 3.6rem;
    display: flex;
    position: absolute;
    bottom: 9%;
    right: 11.5%;
}
.servicedetail_four_box01_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box02{
    width: 3.6rem;
    display: flex;
    position: absolute;
    bottom: 44%;
    right: 27.5%;
    z-index: 20;
}
.servicedetail_four_box02_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box03{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 35.5%;
    right: 28.5%;
    z-index: 20;
}
.servicedetail_four_box03_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box04{
    width: 3.6rem;
    display: flex;
    position: absolute;
    bottom: 27%;
    right: 38%;
}
.servicedetail_four_box04_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box05{
    width: 3.6rem;
    display: flex;
    position: absolute;
    bottom: 9%;
    right: 54%;
}
.servicedetail_four_box05_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box06{
    width: 3.6rem;
    display: flex;
    position: absolute;
    bottom: 5%;
    left: 34%;
}
.servicedetail_four_box06_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box07{
    width: 3.6rem;
    display: flex;
    position: absolute;
    top: 33%;
    left: 34.5%;
}
.servicedetail_four_box07_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box08{
    width: 3.6rem;
    display: flex;
    position: absolute;
    bottom: 38%;
    left: 40%;
}
.servicedetail_four_box08_pos{
    width: 40px;
    height: 40px;
}
.servicedetail_four_box09{
    width: 3.6rem;
    display: flex;
    position: absolute;
    bottom: 28%;
    left: 43%;
}
.servicedetail_four_box09_pos{
    width: 40px;
    height: 40px;
}
