h3 {
	background-repeat: no-repeat;
	background-position: center;
	font-size: 24px;
	font-weight: initial;
	display: flex;
	justify-content: center;
}

.busy-load-container {
	z-index: 9 !important;
}

.common-header .header-search-fixed {
	box-shadow: none !important;
}

.board-warp .banner {
	width: 100%;
	padding-top: 23.4%;
	height: 0;
	background-repeat: no-repeat;
}
.board-warp .banner-load {
	background-size: 100% auto;
}

.bg-box {
	display: flex;
}

.content-box {
	margin: 0 auto;
	padding-bottom: 60px;
	flex: 1;
}

.nav-tab-warp {
	width: 100%;
	height: 80px;
	margin-top: 61px;
}
.nav-tabs-fixed{
	position: sticky;
	left: 0;
	top: 60px;
	z-index: 10;
	width: 100%;
}
.nav-tab-box{
	width: 1200px;
	margin: 0 auto;
}
.nav-tabs-fixed .nav-tab-box {
	width: 100%;
}

.nav-tabs-fixed .nav-tab-box .nav-tabs {
	border-radius: 0 !important;
	margin: 0 auto !important;
}

.nav-tabs {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	font-size: 16px;
	border-radius: 16px;
	justify-content: space-around;
	border: 0;
}

.nav-tabs .tab {
	cursor: pointer;
	position: relative;
	line-height: 80px;
	transition: all .2s;
}

.nav-tabs .tab:before, .nav-tabs .tab.active:before {
	content: '';
	width: 100%;
	height: 4px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	border-radius: 2px;
	transition: all .2s;
}

.floor {
	position: relative;
	margin-top: 111px;
}

.floor .title {
	width: 364px;
	height: 60px;
	line-height: 60px;
	border-radius: 8px;
	position: absolute;
	left: calc(50% - 182px);
	top: -50px;
	/*box-shadow: px;*/
}
.product-box {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	background-color: #fff;
	padding: 40px 8px 0 8px;
	min-height: 394px;
}
.product-card {
	/* height: 325px; */
	/*border: none;*/
}

.product-card-box {
	margin-right: 17px;
	margin-bottom: 30px;
}

.product-card-box:nth-child(5n) {
	margin-right: initial;
}

.product-card .view-detail-a img {
	border: none;
}

.product-card .listed {
	padding: 0;
}

.product-card .addToQueue {
	margin: 0;
}

.addToQueue-box {
	padding: 5px 3px;
	/*width: calc(100% - 6px);*/
}

.busy-load-container {
	height: 100vh !important;
	background: #fff !important;
}

.floor .busy-load-container {
	height: 100% !important;
}
