.hot_search_inner {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

	.hot_search_inner h2 {
		font-size: 1.8em;
		font-weight: 500;
		text-align: center;
		margin-bottom: 20px;
	}

	.hot_search_inner .wrapper {
		padding: 50px 0;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

/*-----風格敘述-----*/
.style_desc {
	display: block;
	max-width: 1000px;
	height: 500px;
	margin: 0 auto;
	background-image: url(/images/HotInteriorDesign/circle.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

	.style_desc strong {
		display: block;
		font-size: 7em;
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		margin-top: 30px;
	}

	.style_desc h1 {
		font-size: 2.5em;
		font-weight: 500;
	}

	.style_desc p {
		width: 60%;
		margin: 0 auto;
	}

/*-----案例影片-----*/
.style_video {
	display: block;
	background: #e2d9d1;
	background: -moz-linear-gradient(bottom, #e2d9d1 0%, #e2d9d1 57%, #e2d9d1 57%, #ffffff 57%);
	background: -webkit-linear-gradient(bottom, #e2d9d1 0%,#e2d9d1 57%,#e2d9d1 57%,#ffffff 57%);
	background: linear-gradient(to top, #e2d9d1 0%,#e2d9d1 57%,#e2d9d1 57%,#ffffff 57%);
}

.main_video .style_video_box {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 56.25%;
	}

.title {
	display: block;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 16%, rgba(0,0,0,0.62) 68%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.62) 68%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.62) 68%,rgba(0,0,0,0.65) 100%);
}

	.title a {
		color: #fff;
	}

.style_video_box i {
	position: absolute;
	z-index: 10;
	top: -10%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(255,255,255,.7);
	width: 150px;
	height: 150px;
	font-size: 50px;
	line-height: 150px;
	padding-left: 8px;
	transition: all .3s;
	color: #333;
	border-radius: 100%;
	text-align: center;
	box-sizing: border-box;
}

	.style_video_box i:hover, .sub_video_style a:hover i {
		background-color: rgba(000,000,000,.7);
		color: #fff;
	}

.title {
	display: block;
	width: 100%;
	font-size: 2em;
	font-weight: 500;
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.4em;
	z-index: 5;
}

.main_video .video_style h4 {
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 8px;
}

.sub_video {
	display: flex;
	max-width: 1000px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.sub_video_style a {
	display: block;
	position: relative;
}

.sub_video div {
	max-width: 280px;
	overflow: hidden;
	margin: 15px 8px 0 8px;
}

	.sub_video div img {
		width: 100%;
	}

.sub_video_style i {
	background-color: rgba(255,255,255,.7);
	width: 70px;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	padding-left: 8px;
	transition: all .3s;
	color: #333;
	border-radius: 100%;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	top: -40%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.sub_video h3 {
	font-size: 1.25em;
}

.sub_video h3, .sub_video h4 {
	font-weight: 500;
	line-height: 1.4em;
}

.sub_video h4 {
	margin-top: 5px;
}

/*-----推薦設計師-----*/
.commend_designer.wrapper {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.commend_designer_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recommend_designer_profile {
	z-index: 3;
	position: relative;
}

	.recommend_designer_profile a {
		display: block;
		max-width: 190px;
		height: auto;
		position: relative;
		z-index: 3;
		text-align: left;
	}

		.recommend_designer_profile a i {
			display: block;
			width: 190px;
			height: 190px;
			position: relative;
			z-index: 3;
			overflow: hidden;
		}

		.recommend_designer_profile a img {
			width: 100%;
		}

		.recommend_designer_profile a:hover img {
			transition: scale(1.03);
			-webkit-transform: scale(1.03, 1.03);
			-moz-transform: scale(1.03, 1.03);
			-ms-transform: scale(1.03, 1.03);
			-o-transform: scale(1.03, 1.03);
			transform: scale(1.03, 1.03);
			-webkit-transition: all 200ms ease-out;
			-moz-transition: all 200ms ease-out;
			-o-transition: all 200ms ease-out;
			-ms-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
		}

		.recommend_designer_profile a h3 {
			display: block;
			margin-top: 10px;
			font-size: 18px;
			color: #000;
			width: 160px;
			margin-left: -10px;
			line-height: 1.3em;
		}

		.recommend_designer_profile a strong {
			display: block;
			width: 160px;
			font-size: 14px;
			margin-left: -10px;
		}

	.recommend_designer_profile span {
		content: "";
		display: block;
		width: 180px;
		height: 180px;
		border: 1px solid #999;
		position: absolute;
		top: 100px;
		left: -30px;
		z-index: 1;
	}

	.recommend_designer_profile a:hover h3 {
		color: #e0373b;
	}

	.recommend_designer_profile a:hover span {
		border: 1px solid #e0373b;
	}

.commend_designer .more {
	display: inline-block;
	color: #e0373b;
	position: absolute;
	top: 60px;
	right: 0;
	font-weight: 500;
}

/*-----最新作品-----*/
.style_newest_case.wrapper {
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.style_newest_case ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}

	.style_newest_case ul li {
		display: inline-block;
		/*width: 30%;*/
		/*width: 100%;*/
		background-color: #fff;
		text-align: center;
	}

		.style_newest_case ul li img {
			width: 100%;
			/*height: calc(100vw*0.3/3*2);*/
			/*height:210px;*/
		}

		.style_newest_case ul li strong {
			display: inline-block;
			width: auto;
			height: 16px;
			line-height: 1.6em;
			padding: 0 8px;
		}

		.style_newest_case ul li .date {
			padding: 5px 0;
			text-align: center;
			font-size: 13px;
		}

.style_newest_case {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

	.style_newest_case .btn_preview {
		position: absolute;
		top: 50px;
		right: -10px;
	}

.btn_preview a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 100;
	color: #000;
	text-align: center;
}

/*-----箭頭-----*/
.btn_preview a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 100;
	color: #000;
	text-align: center;
}

	.btn_preview a i {
		color: #000;
	}

	.btn_preview a:hover {
		color: #009688;
	}

		.btn_preview a:hover i {
			color: #009688;
		}

.btn_project_info_show {
	color: #000;
	border: 1px solid #000;
	margin: 10px;
	border-radius: 3px;
}

	.btn_project_info_show:hover {
		background-color: #009688;
		color: #fff;
		border: 1px solid #009688;
	}


/*-----最新文章-----*/
.newest_aritcle {
	background-color: #e2d9d1;
}

.aritcle_box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	flex-wrap: wrap;
}

.aritcle {
	width: 22%;
	overflow: hidden;
}

	.aritcle img {
		width: 100%;
		/*height: calc(100vw*0.22/3*2);*/
		/*height: 180px;*/
	}

.aritcle_box .btn_preview {
	position: absolute;
	top: -70px;
	right: -10px;
}

.aritcle a:hover h3 {
	color: #009688;
}

.aritcle a:hover img {
	transition: scale(1.03);
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/*-----專題報導-----*/
.feature_article_box {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.feature_article_box a {
		display: block;
		max-width: 525px;
	}

		.feature_article_box a img {
			width: 100%;
		}


.accordion {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

	.accordion li {
		display: block;
		border-top: 3px solid #000;
	}

		.accordion li a {
			display: block;
			font-size: 1.25em;
			font-weight: 500;
			background-color: #e2d9d1;
			padding: 10px;
			box-sizing: border-box;
			position: relative;
		}

			.accordion li a:after {
				display: inline-block;
				content: "+";
				position: absolute;
				right: 10px;
				font-size: 1.25em;
				top: 5px;
			}

		.accordion li span {
			display: inline-block;
			width: 30px;
			height: 30px;
			border-radius: 100%;
			background-color: #fff;
			text-align: center;
			font-weight: 600;
			margin-right: 10px;
		}

	.accordion table th, .accordion table td strong {
		font-size: 1.25em;
		font-weight: 500;
	}

	.accordion table th {
		width: 50%;
	}

	.accordion table td strong {
		display: block;
	}

	.accordion table th, .accordion table td {
		padding: 15px 10px;
	}

	.accordion table tr {
		border-bottom: 1px solid #e2d9d1;
	}

	.accordion table td strong {
		margin-bottom: 8px;
	}


@media screen and (min-width:320px) and (max-width:1024px) {
	.IsWeb .container.content {
		padding-top: 0;
	}

	.hot_search_inner .wrapper {
		padding: 50px 20px;
		box-sizing: border-box;
	}

	.commend_designer .more {
		right: 20px;
	}

	.style_newest_case .btn_preview {
		right: 10px;
	}

	.commend_designer_box {
		justify-content: center;
	}

	.recommend_designer_profile a {
		margin: 30px 40px;
	}

	.feature_article_box {
		justify-content: center;
	}

		.feature_article_box a {
			margin-bottom: 20px;
		}
}



@media screen and (min-width:320px) and (max-width:780px) {
	.style_desc strong {
		font-size: 4em;
		margin-top: 80px;
	}

	.hot_search_inner h2 {
		font-size: 1.6em;
	}

	.style_desc p {
		width: 80%;
	}

	.sub_video div {
		width: 200px;
	}

	.sub_video_style i {
		width: 60px;
		height: 60px;
		line-height: 60px;
		top: -50px;
		top: -110px;
	}

	.btn_project_info_show {
		width: 50px;
	}
}

@media screen and (min-width:320px) and (max-width:640px) {
	.sub_video div {
		width: 170px;
	}

	.sub_video h3 {
		font-size: 1em;
	}

	.sub_video_style i {
		top: -100px;
	}

	.commend_designer .more {
		right: 10px;
	}

	.style_newest_case .btn_preview {
		top: 60px;
	}

	.aritcle_box .btn_preview {
		top: -50px;
	}

	.style_newest_case ul, .aritcle_box {
		justify-content: center;
	}

		.style_newest_case ul li {
			width: 80%;
			margin-bottom: 30px;
		}
			/*.style_newest_case ul li img {
				width: 100%;
				height: calc(100vw/3*2);
			}*/

	.aritcle {
		width: 80%;
		margin-bottom: 30px;
	}

		/*.aritcle img {
			width: 100%;
			height: calc(100vw/3*2);
		}*/
	.title {
		font-size: 1.25em;
	}

	
}

@media screen and (min-width:320px) and (max-width:480px) {
	.hot_search_inner .wrapper {
		margin-bottom: 0;
	}

	.hot_search_inner h2 {
		text-align: left;
	}

	.style_desc strong {
		font-size: 3.5em;
		line-height: 1em;
		margin-bottom: 20px;
	}

	.style_desc h1 {
		font-size: 1.5em;
	}

	.style_video {
		background: -moz-linear-gradient(bottom, #e2d9d1 0%, #e2d9d1 57%, #e2d9d1 67%, #ffffff 67%);
		background: -webkit-linear-gradient(bottom, #e2d9d1 0%,#e2d9d1 57%,#e2d9d1 67%,#ffffff 67%);
		background: linear-gradient(to top, #e2d9d1 0%,#e2d9d1 57%,#e2d9d1 67%,#ffffff 67%);
	}

	.hot_search_inner h2 {
		font-size: 1.4em;
	}

	.sub_video_style:nth-child(3) {
		display: none;
	}

	.style_newest_case ul li, .aritcle {
		width: 100%;
	}

	.recommend_designer_profile a i {
		width: 250px;
		height: 250px;
	}

	.recommend_designer_profile span {
		width: 250px;
		height: 250px;
	}

	.accordion li span {
		display: none;
	}
}

@media screen and (min-width:320px) and (max-width:375px) {
	.style_desc p {
		width: 100%;
	}

	.sub_video {
		display: none;
	}

	.title {
		font-size: 1em;
	}

	.style_video {
		background: -moz-linear-gradient(bottom, #e2d9d1 0%, #e2d9d1 37%, #e2d9d1 37%, #ffffff 37%);
		background: -webkit-linear-gradient(bottom, #e2d9d1 0%,#e2d9d1 37%,#e2d9d1 37%,#ffffff37%);
		background: linear-gradient(to top, #e2d9d1 0%,#e2d9d1 37%,#e2d9d1 37%,#ffffff 37%);
	}

	.recommend_designer_profile a i {
		width: 220px;
		height: 220px;
	}

	.recommend_designer_profile span {
		width: 220px;
		height: 220px;
	}

	.accordion li a, .accordion table td strong {
		font-size: 18px;
	}
}

.sub_video_style i.shi-play {
	filter:invert(0);
	border:0;
}
.sub_video_style a:hover i.shi-play {
	filter: invert(1);
	background-color: rgba(255,255,255,.7);
}