﻿.recommend-designer {
	margin: 165px auto 0;
	width: 1440px;
	height: 589px;
	position: relative;
	background-image: url(../images/bg-gray.png?v=Qf0YeN81IoStC5gyVaAerQ%3D%3D);
	-webkit-background-size: cover;
	background-size: cover
}

.recommend-designer .base-info {
	position: absolute;
	top: -135px;
	margin-left: -400px;
	left: 50%;
	width: 800px;
	height: 400px;
	display: flex;
	justify-content: space-between
}

.base-info .designer-img {
	width: 300px;
	height: 400px;
	position: relative;
	cursor: pointer
}

.base-info .designer-img>a>img {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2
}

.base-info .designer-img .sign {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 140px;
	height: 90px;
	z-index: 3;
	overflow: hidden
}

.base-info .designer-img .sign img {
	width: 100%;
	height: 100%
}

.base-info .designer-img>a>img:last-of-type {
	width: 270px;
	height: 360px;
	position: absolute;
	top: 40px;
	left: 15px;
	-ms-filter: blur(30px);
	filter: blur(30px);
	z-index: 1
}

.base-info .designer-info {
	width: 470px;
	height: 400px;
	position: relative
}

.designer-info .tip {
	position: absolute;
	right: 0;
	top: 0;
	font-family: SourceHanSans-Light;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 14px
}

.designer-info .tip::before {
	position: absolute;
	left: -120px;
	top: 7px;
	display: inline-block;
	width: 100px;
	height: 1px;
	content: '';
	background-color: #ddd
}

.designer-info .designer-name {
	display: inline-block;
	margin-top: 134px;
	font-family: SourceHanSans-Medium;
	font-size: 28px;
	color: #333;
	letter-spacing: 0;
	line-height: 28px;
	cursor: pointer
}

.designer-info .info-summary {
	margin-top: 10px;
	padding-left: 10px;
	border-left: 1px solid #D6BD86;
	font-family: SourceHanSans-Light;
	font-size: 14px;
	color: #CCA24A;
	letter-spacing: 0;
	line-height: 25px
}

.designer-info .info-detail {
	margin-top: 10px;
	height: 100px;
	font-family: SourceHanSans-Light;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.designer-info .control {
	margin-top: 22px;
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.designer-info .praise,.designer-info .pv {
	font-family: SourceHanSans-Light;
	font-size: 12px;
	color: #999;
	letter-spacing: 0;
	line-height: 12px
}

.designer-info .pv {
	margin-right: 20px
}

.designer-info .praise {
	padding: 10px
}

.icon-praise,.icon-pv {
	display: inline-block;
	width: 18px;
	height: 18px;
	-webkit-background-size: cover;
	background-size: cover;
	vertical-align: -5px
}

.icon-pv {
	background-image: url(../images/ic-pv.png?v=4BSkqmiRp60wLVqQalfNng%3D%3D)
}

.icon-praise {
	background-image: url(../images/ic-praised-empty.png?v=29y5kzzxJMMxhMj3HzBdjg%3D%3D)
}

.designer-info .btn-see-detail {
	width: 80px;
	height: 36px;
	background-color: #222;
	text-align: center;
	font-family: SourceHanSans-Light;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 0;
	line-height: 36px;
	cursor: pointer
}

.designer-info .btn-see-detail:hover {
	background-color: #3e3e3e
}

.recommend-designer .magnum-opus {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 1200px;
	height: 214px
}

.magnum-opus .opus-list {
	width: 1200px;
	display: flex
}

.magnum-opus .opus-item {
	margin-right: 20px;
	position: relative;
	cursor: pointer
}

.magnum-opus .opus-item:last-of-type {
	margin-right: 0
}

.magnum-opus .opus-img {
	width: 284px;
	height: 214px;
	background-color: #f8f8f8
}

.magnum-opus .opus-img>a {
	display: inline-flex;
	width: 284px;
	height: 214px;
	justify-content: center;
	align-content: center
}

.magnum-opus .opus-img img {
	max-width: 100%;
	max-height: 100%
}

.banner {
	margin: 0 auto;
	width: 1440px;
	height: 200px;
	background-image: url(../images/bg-ingenuity-banner.jpg?v=w2XrTNYuoxAEInz9mw5GZw%3D%3D);
	-webkit-background-size: cover;
	background-size: cover
}

.banner p {
	width: 420px;
	margin: 0 auto;
	text-align: center
}

.banner p:first-of-type {
	padding-top: 84px;
	font-family: SourceHanSans-Regular;
	font-size: 32px;
	color: #FFF;
	letter-spacing: 10px;
	line-height: 32px
}

.banner p:last-of-type {
	padding-top: 20px;
	font-family: SourceHanSans-Light;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 42px;
	line-height: 12px
}

.designer-list .designer {
	margin-bottom: 90px;
	padding-top: 60px;
	border-top: 1px solid #eee;
	width: 1200px;
	display: flex
}

.designer-list .designer:first-of-type {
	border: none
}

.designer-list .designer-avatar {
	width: 300px;
	height: 400px;
	margin: 0 40px;
	position: relative;
	cursor: pointer
}

.designer-list .designer-avatar::before {
	display: inline-block;
	position: absolute;
	bottom: -40px;
	width: 80px;
	height: 80px;
	content: '';
	background-color: #D6BD86;
	z-index: -1
}

.designer-list .designer:nth-of-type(odd) .designer-avatar::before {
	left: -40px
}

.designer-list .designer:nth-of-type(even) .designer-avatar::before {
	right: -40px
}

.designer-list .designer-avatar img {
	width: 100%;
	height: 100%
}

.designer-list .designer-avatar img:last-of-type {
	width: 270px;
	height: 360px;
	position: absolute;
	top: 40px;
	left: 15px;
	-ms-filter: blur(30px);
	filter: blur(30px);
	z-index: -1
}

.designer-list .designer-info {
	width: 820px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative
}

.designer-list .designer-name {
	position: absolute;
	top: 58px;
	margin: 0
}

.designer-info .designer-social {
	display: flex;
	align-items: center;
	margin-top: 10px
}

.designer-list .designer-name:hover {
	color: #7A4618
}

.designer-list .designer:nth-of-type(odd) .designer-name {
	left: 0
}

.designer-list .designer:nth-of-type(even) .designer-name {
	right: 0;
	z-index: 2
}

.designer-list .designer:nth-of-type(even) .designer-social {
	justify-content: flex-end
}

.designer-list .designer-desc {
	width: 820px;
	height: 50px;
	font-family: SourceHanSans-Light;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.designer-list .designer:nth-of-type(even) .designer-desc {
	text-align: right
}

.designer-list .designer-opus {
	margin-top: 30px;
	width: 100%;
	height: 196px
}

.designer-list .designer-opus .opus-item {
	width: 260px;
	height: 196px;
	position: relative;
	cursor: pointer
}

.designer-list .designer:nth-of-type(even) .designer-opus .opus-item {
	float: right;
	margin-left: 20px
}

.designer-list .designer:nth-of-type(odd) .designer-opus .opus-item {
	float: left;
	margin-right: 20px
}

.designer-list .designer:nth-of-type(even) .opus-item:last-of-type {
	margin-left: 0
}

.designer-list .designer:nth-of-type(odd) .opus-item:last-of-type {
	margin-right: 0
}

.designer-list .designer-opus .opus-img {
	background-color: #F8F8F8
}

.designer-list .designer-opus .opus-img {
	display: inline-block;
	width: 260px;
	height: 196px
}

.designer-list .designer-opus .opus-img>a>img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.designer-list .designer-opus .opus-img>img {
	width: 100%;
	height: 100%
}

.magnum-opus .scene-img,.magnum-opus .scene-img video {
	width: 285px;
	height: 214px
}

.designer-list .scene-img,.designer-list .scene-img video {
	width: 260px;
	height: 196px
}

.tag-case {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 24px;
	background-image: url(../images/tag-bg.png?v=4J1gtJIaMYwb1Tw8FEDakw%3D%3D);
	background-size: cover;
	text-align: left;
	line-height: 24px;
	font-family: SourceHanSans-Regular;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0;
	padding-left: 10px
}