html,body{
	user-select: none;
}

/* ========================= Select ========================= */
.downnew-flexbox {
	display: flex;
	align-items: center;
}

.downnew {
	display: flex;
	align-items: center;
}

.downnew .downnew-type {
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
	min-width: 50px;
}

.myselect {
	position: relative;
	width: 100%;
}

.myselect .select-content {
	width: 100%;
	height: 30px;
	cursor: pointer;
	padding: 0 10px;
	line-height: 30px;
}

.myselect-icon {
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
}

.myselect ul {
	border: 1px solid #7D352B;
	display: block;
	position: absolute;
	border-radius: 6px;
	margin-top: 5px;
	width: 100%;
	background-color: #F3EDE0;
	display: none;
	padding: 0;
	z-index: 99;
	max-height: 300px;
	overflow-y: scroll;
}

.myselect ul li {
	cursor: pointer;
	width: 100%;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* text-align:center;
	*/
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #7D352B;
	z-index: 99;
}

.myselect ul li:hover {
	background-color: #7D352B;
	color: #fff;
}

.bg {
	/* background-image: url(../images/collection/顶部-背景.png); */
	/* background-size: 100%; */
/* 	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; */
	width: 100%;
	min-height: 100vh;
}

.bg:before {
	content: "";
	background: url(../images/collection/boutique/top_bg.png) no-repeat;
	background-color: #F3EDE0;
	background-size: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.section-collection-boutique{
	position: relative;
	margin-top: 130px;
}

.top-box {
	/* border: 1px solid blue; */
	width: 100%;
	height: 36vw;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.top-left-img,
.top-right-img {
	/* border: 1px solid red; */
	position: absolute;
	width: 40%;
	z-index: 1;
}

.top-left-img img,
.top-right-img img {
	width: 100%;
	max-height: 100%;
}

.top-left-img {
	left: 0;
	animation: fadeInLeft 1s linear;
}

.top-right-img {
	right: 0;
	animation: fadeInRight 1s linear;
}

.top-center-img {
	/* border: 1px solid white; */
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: absolute;
	/* animation: bounceIn 1s linear; */
	animation: zoomIn 1.2s linear;

}

.top-center-img img {
	width: 35%;
	max-height: 100%;
	/* border: 1px solid teal; */
}

.top-bottom {
	/* border: 1px solid wheat; */
	height: 27vw;
	background-image: url(../images/collection/boutique/top_bottom.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
	z-index: 50;
}

.container-bg {
	background-color: #F3EDE0;
	min-height: 60vh;
	position: relative;
	z-index: 99;
}

.container-box {
	position: relative;
	/* top: -100px; */
}

.search-box {
	border: 1px solid #7D352B;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0 0px;
}

.search-box-item {
	color: #7D352B;
	font-family: 'font', Open Sans, sans-serif;
}

.search-box-item:not(:last-child) {
	border-right: 1px solid #7D352B;
}

.search-box-item-keyword {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-box-item-keyword-left {
	display: flex;
	align-items: center;
	flex: 1;
}


.search-input {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 5px;
	padding: 0 15px;
	width: 100%;
	height: 25px;
	border-radius: 15px;
	border: none;
	color: #7D352B;
	background-color: #F3EDE0;
}

.search-input::placeholder {
	color: #7D352B;
}

.search-box-item-keyword-right {
	min-width: 80px;
}

.search-box-item-keyword-btn {
	margin: 0 5px;
	width: 70px;
	height: 35px;
	border-radius: 20px;
	border: 1px solid #7D352B;
	color: #F3EDE0;
	background-color: #7D352B;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-box-item-keyword-btn:hover, .search-box-item-keyword-btn:focus {
    background-color: #9b5f57;
    border-color: #9b5f57;
}
.list {
	background-color: #F3EDE0;
	top: 30px;
}

.list-item {
	margin-bottom: 40px;
}

.list-item:hover .common-component-box-cover-horizontal,
.list-item:hover .common-component-box-cover-half,
.list-item:hover .common-component-box-cover-two-thirds,
.list-item:hover .common-component-box-cover,
.list-item:hover .common-component-box-cover-square,
.list-item:hover .common-component-box-cover-vertical,
.list-item:hover .common-component-line-thumbnail-cover,
.list-item:hover .common-component-line-thumbnail-cover-small {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cp-box {
	display: inline-block;
	height: inherit;
	width: 100%;
}

.cp-img {
	width: 100%;
}

.cp-img-box {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: auto 100%;
	background-color:#a4a3a8;
}
.boutique-cover{
	background-size: auto 100%!important;
	background-color:#a4a3a8!important;
}

.cp-title {
	text-align: left;
	padding: 10px 0 0 0;
	color: #7D352B;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'font', Open Sans, sans-serif;
	margin-top: 60px;
	flex-wrap: wrap;
}

.pagination-item {
	padding: 10px;
	margin: 0 5px 10px 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7D352B !important;
}

.pagination-item-active {
	background-color: #7D352B;
	color: #FFFFFF !important;
	border-radius: 50%;
}
.pagination-item-active:hover, .pagination-item-active:focus {
    background-color: #9b5f57;
    border-color: #9b5f57;
}

.pagination-input {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 5px;
	padding: 0 15px;
	width: 60px;
	height: 25px;
	border-radius: 15px;
	border: 1px solid #7D352B;
	color: #7D352B;
	background-color: #F3EDE0;
}

.pagination-btn {
	margin: 0 5px;
	width: 50px;
	height: 25px;
	border-radius: 15px;
	border: 1px solid #7D352B;
	color: #F3EDE0;
	background-color: #7D352B;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-btn:hover, .pagination-btn:focus {
    background-color: #9b5f57;
    border-color: #9b5f57;
}

.pagination-right{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* 切换显示方式 */
.toggle-show-mode > div { fill: #7D352B; }

.toggle-show-mode > div.active {
	background-color: #7D352B;
	fill: white;
}

.grid-view, .list-view {
	flex: 1;
	height: 30px;
	padding: 5px;
	border: 1px solid #7D352B;
	cursor: pointer;
}

.grid-view {
	border-right: 0;
	border-radius: 5px 0 0 5px;
}

.list-view {
	border-left: 0;
	border-radius: 0px 5px 5px 0;
}

.grid-view svg, .list-view svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* 列表 */
.table-list { margin-top: 30px; }

.table-title-box {
	padding: 20px;
	background-color: #7D352B;
}

.table-title {
	color: white;
}

.table-list-item {
	padding: 20px;
	background-color: white;
}

.table-list-item a { color: #7D352B; }

.table-list-item:nth-child(odd) {
	background-color: #f1f1f1;
}

.before-dot::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #7D352B;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
}

.hover-image {
	position: relative;
	margin-left: 10px;
	display: inline-block;
	flex-shrink: 0;
}

.hover-image i {
	font-size: 20px;
	color: #7D352B;
}

.hover-image img:first-of-type {
	display: block;
	width: 20px;
	height: auto;
}

.hover-image img:last-of-type {
	position: absolute;
	top: 120%;
	width: 10rem;
	height: 10rem;
	-o-object-fit: cover;
	object-fit: cover;
	display: none;
	z-index: 1;
}

.hover-image:hover img:last-of-type { display: block; }

.pc-show { display: block; }

.h5-show { display: none; }

@media (max-width: 1699px) {
	.container-box {
		position: relative;
		/* top: -50px!important; */
	}
}

@media (max-width:1450px) {
	.container-box {
		/* top: -20px !important; */
	}
}

@media (max-width:1300px) {
	.container-box {
		/* top: -10px !important; */
	}
}

@media (max-width:991px) {
	.container-box {
		/* top: 0px !important; */
	}
	.search-box {
		font-size: 16px;
	}

	.cp-details-left-btn,
	.cp-details-right-btn {
		display: none !important;
	}

	.cp-details-right-title {
		margin-top: 0!important;
	}

	.cp-details-right {
		display: block !important;
		min-height: auto !important;
	}
	.pagination {
		padding-bottom: 60px!important;
	}
}

@media (max-width:767px) {
	.container-box {
		/* top: -40px !important; */
	}
	.search-box {
		height: 150px !important;
		font-size: 14px;
	}
	.search-box-item {
		height: 49.333333px;
	}
	.search-box-item:nth-child(-n + 2) {
		border-bottom: 1px solid currentColor;
	}
	.search-box-item:not(:last-child) {
		border-right: none;
	}
	#selectBox, #selectBox2, .downnew {
		height: 100%;
	}

	.cp-details-left-box {
		padding: 30px;
	}

	.cp-details-right-box {
		padding: 30px;
	}

	.cp-details-left-swiper .swiper-button-prev {
		left: 0px;
	}

	.cp-details-left-swiper .swiper-button-next {
		right: 0px;
	}

	.table-title-box { display: none !important; }

	.h5-show { display: block; margin-top: 13px; font-size: 15px; }

	.pc-show { display: none; }

	.hover-image:hover img { display: none; }

	.toggle-show-mode > div {
		display: none;
		border-radius: 5px;
	}
	.toggle-show-mode > div.active {
		display: block;
	}

	.search-box-item-keyword { padding-right: 0; }
}

@media (max-width:576px) {}

@media (max-height:700px) {
	.cp-details-left,
	.cp-details-right {
		min-height: 700px !important;
	}
}
