<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.idx_main_wrap {
	width: 100%;
	min-width: 1200px;
	max-width: 1520px;
	margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.idx_main_wrap &gt; div {
	border-radius: 15px;
	background: #f5f5f5;
}

.idx_main .item {
	position: relative;
	border-radius: 15px;
}

.idx_main .item a {
	display: block;
	width: 100%;
	height: 700px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -100px;
	overflow: hidden;
}

.idx_main .bt_wrap {
	position:absolute;
	top: 20px;
	right: 20px;
	font-size: 0;
}

.idx_main .bt_add.main,
.idx_main .bt_del.main {
	display: inline-block;
	border-color: #777;
	background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.idx_main .bt_del.main {
	margin-left: 5px;
}

.idx_products_wrap,
.idx_insta_wrap {
	margin: 80px auto 0 auto;
    box-sizing: border-box;
	text-align: center;
}

.idx_products_wrap &gt; strong,
.idx_insta_wrap &gt; strong {
	display: block;
	margin-bottom: 40px;
	line-height: 100%;
	font-size: 32px;
	font-weight: 300;
}

.idx_products_wrap {
	width: 100%;
	min-width: 1200px;
	max-width: 1520px;
    padding: 0 50px;
}

.idx_products_wrap .bx-wrapper .bx-controls-direction a {
	top: 81px;
	width: 24px;
	height: 46px;
	margin-top: 0;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 24px;
}

.idx_products_wrap .bx-wrapper .bx-prev {
	left: -95px;
	background-image: url(/resources/img/index/idx_products_prev.png);
}

.idx_products_wrap .bx-wrapper .bx-next {
	right: -95px;
	background-image: url(/resources/img/index/idx_products_next.png);
}

.idx_products .item .image {
	display: block;
	width: 220px;
	height: 220px;
	margin-bottom: 28px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 300px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70%;
	text-indent: -500px;
	overflow: hidden;
	
}

.idx_products .item .name {
	line-height: 100%;
	font-size: 17px;
	font-weight: 300;
}

.idx_products .bt_change.prdt {
	margin: 16px auto 0 auto;
	border: 1px solid #ddd;
	color: #999;
}

.idx_insta_wrap {
	width: 100%;
	min-width: 1200px;
	max-width: 1350px;
	padding: 0 50px;
	box-sizing: border-box;
	font-size: 0;
}

.idx_insta li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.idx_insta li:nth-child(6n-5) {
	margin-left: 0;
}

.idx_insta a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

@media (max-width: 1000px ) {
	.idx_main_wrap {
		min-width: 320px;
		padding: 0;
	}
	
	.idx_main_wrap &gt; div {
		background-size: 120px;
	}
	
	.idx_main .item a {
		height: 300px;
		border-radius: 0;
	}
	
	.idx_main_wrap .bx-controls-direction {
		display: none;
	}
	
	.idx_products_wrap {
		min-width: 320px;
		margin-top: 40px;
		padding: 0;
	}
	
	.idx_products_wrap &gt; strong, .idx_insta_wrap &gt; strong {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.idx_products_wrap .bx-viewport {

	}
	
	.idx_products .item .image {
		width: 60px;
		height: 60px;
		margin: 0 auto 14px auto;
	}
	
	.idx_products .item .name {
		font-size: 14px;
	}
	
	.idx_products_wrap .bx-wrapper .bx-controls-direction a {
		top: 20px;
		width: 10px;
		height: 20px;
		background-size: 10px;
		overflow: hidden;
	}
	
	.idx_products_wrap .bx-wrapper .bx-prev {
		left: -30px;
	}
	
	.idx_products_wrap .bx-wrapper .bx-next {
		right: -30px;
	}
	
	.idx_insta_wrap {
		min-width: 320px;
		margin-top: 40px;
		padding: 0 20px;
	}
	
	.idx_insta li {
		margin-left: 5px;
	}
	
	.idx_insta li:nth-child(6n-5) {
		margin-left: 5px;
	}
	
	.idx_insta li:nth-child(4n-3) {
		margin-left: 0;
	}
	
	.idx_insta a {
	}
}</pre></body></html>