.search-hide {
	display: none !important;
}

.overflow-hidden {
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.grey {
	color: #666666;
	font-size: 1.1rem;
}

#search-helper {
	padding-bottom: 3rem;
}

#search-helper>section {
	display: flex;
	flex-flow: row wrap;
	margin: 3.5rem 0 0;
}

#search-helper>section#search-history {
	margin-top: 1.71rem;
}

#recommended-event .section-title>a,
#popular-brand .section-title>a {
	width: fit-content;
}

#search-helper>section .search-show-more {
	width: 1rem;
}

#search-helper>section:not(#search-history):not(#popular-brand):not(#recommended-hashtag):not(#realtime-popular),
#search-history .section-title,
#popular-brand .section-title,
#recommended-hashtag .section-title,
#realtime-popular .section-title {
	padding: 0 1.6rem;
}

#search-helper .section-title {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.3rem;
}

#search-helper .slide {
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 1rem 0 0.4rem 0;
	-ms-overflow-style: none;
	flex-flow: row nowrap;
	align-items: flex-start;
}

#search-helper .slide::-webkit-scrollbar {
	display: none;
}

#search-history .history-chip {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
	margin-right: 0.6rem;
	padding: 0.6rem 1rem 0.5rem;
	border-radius: 1.4rem;
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
}

#search-history .history-chip:first-child,
#popular-brand .designer-card:first-child,
#recommended-hashtag .hashtag-card:first-child {
	margin-left: 1.6rem;
}

#search-history .history-no-data {
	margin-left: 1.6rem;
	font-weight: 300;
}
/*
#search-history .history-chip:nth-last-child(2),
#popular-brand .designer-card:nth-last-child(2),
#recommended-hashtag .hashtag-card:nth-last-child(2) {
	margin-right: 1.6rem;
} */

#search-history .history-chip img {
	width: 0.8rem;
	margin-left: 1rem;
	margin-top: 0.2rem;
}

#popular-brand .designer-card {
	display: flex;
	flex-flow: column wrap;
	position: relative;
	width: 6rem;
	margin-right: 0.7rem;
	justify-content: start;
	align-items: center;
}

#popular-brand .designer-card .designer-logo {
	display:flex;
	align-items:center;
	width:6rem;
	height: 6rem;
	word-break:break-all;
	justify-content: center;
	font-size:1.1rem;
	overflow:hidden;
	border-radius: 50%;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	background-color: #fff;
  text-align: center;
  word-break: keep-all;
}

#popular-brand .designer-card .designer-name {
	margin-top: 0.7rem;
	color: #020202;
	font-family: 'Noto' !important;
	font-size: 1.1rem;
	width: 100%;
	display:block;
	overflow: hidden;
	text-align: center;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#popular-brand .slide .btn-more { width:auto; padding-right:1.54rem; }
#popular-brand .slide .btn-more .more-link { text-align:center; }
#popular-brand .slide .btn-more .more-link .more-arrow-box { display:flex; justify-content:center; align-items:center; width:6rem; height:6rem; overflow:hidden; border-radius:3rem; background:#f9f9f9; }
#popular-brand .slide .btn-more .more-link .more-arrow-box img { display:block; width:auto; }
#popular-brand .slide .btn-more .more-text { margin-top:0.7rem; color:#333; font-family: 'Noto' !important; font-size:1.1rem; }

#recommended-keyword .keyword-chunk {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	margin-top: 1rem;
	max-height:7rem;
	overflow:hidden;
}

#recommended-keyword .keyword-chip {
	display: block;
	flex: 0 0 auto;
	padding: 0.42rem 1.03rem;
	border-radius: 1.4rem;
	border: 1px solid #E5E5E5;
	margin: 0 0.6rem 1.2rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	max-width: 100%;
	box-sizing: border-box;
	letter-spacing:-0.043rem;
	line-height:1.43;
}

#recommended-hashtag .hashtag-card {
	display: flex;
	flex-flow: column wrap;
	margin-right: 0.4rem;
	justify-content: center;
	box-sizing: border-box !important;
	border: 1.5px solid #fff;
	border-radius: 0.4rem;
	align-items: center;
	width: 6.8rem;
	flex: 0 0 auto;
	font-size: 1.1rem;
}

#recommended-hashtag .hashtag-card img {
	margin-bottom: 0.4rem;
	border-radius: 4rem;
}

#recommended-hashtag .hashtag-card .hashtag {
	text-align: center;
	line-height: 1.6rem;
}

#recommended-event .event-banner-wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	width: 100%;
}

#recommended-event .event-banner {
	background-color: #FFFFFF;
	border-radius: 0.4rem;
	width: 100%;
	height: 6.8rem;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0.6rem;
}

#recommended-event .event-banner-img-wrapper,
#recommended-event .event-banner-img-wrapper img {
	display: block;
}

#recommended-event .event-banner-text-wrapper {
	display: flex;
	flex-flow: column;
	align-items: baseline;
	justify-content: center;
	padding: 0 1.5rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#recommended-event .banner-title {
	color: #000;
	font-weight: bold;
	position: relative;
	font-size: 1.3rem;
	font-family: lato !important;
	letter-spacing: -0.02rem !important;
	font-stretch: condensed;
}

#recommended-event .banner-subtitle {
	font-family: 'Noto' !important;
	font-weight: normal;
	margin-top: 0.6rem;
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.1rem;
}

#popular-keyword .section-title {
	margin-bottom: 0.6rem;
}

#popular-keyword .section-title .update {
	margin-left: 0.5rem;
	color: #999999;
	font-size: 1rem;
	font-weight: normal;
}

#popular-keyword .keyword-page-container .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 1.3rem 0 1.3rem 0;
	border-bottom: 1px solid #f1f1f1;
}

#popular-keyword .keyword-page-container .row>a {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	width: 100%;
}

#popular-keyword .keyword-page-container .row:after,
#popular-keyword .keyword-page-container .row>a:after {
	content: '';
	display: block;
	clear: both;
}

#popular-keyword .keyword-page-container .row .n {
	float: right;
	position: relative;
	width: 5rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	vertical-align: top;
	box-sizing: border-box;
	font-family: 'Lato';
}

#popular-keyword .keyword-page-container .row .n:before {
	content: '';
	display: block;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 0.7rem;
	height: 0.1rem;
	margin-top: -0.1rem;
	background: #999999;
}

#popular-keyword .keyword-page-container .row .n.up:before {
	width: 0;
	height: 0;
	margin-top: -0.3rem;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 0.8rem solid #bd083d;
	background: transparent;
}

#popular-keyword .keyword-page-container .row .n.down:before {
	width: 0;
	height: 0;
	margin-top: -0.4rem;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.8rem solid #666666;
	background: transparent;
}

#popular-keyword .keyword-page-container .row .n.new { width:auto; padding-right:0.5rem; color:#bd083d; font-size:0.9rem; }
#popular-keyword .keyword-page-container .row .n.new::before { display:none; }
#popular-keyword .keyword-page-container .row .n.up span { color:#bd083d; }
#popular-keyword .keyword-page-container .row .n.down span { color:#666666; }
#popular-keyword .keyword-page-container .row .no {
	width: 2.5rem;
	padding-left:0.5rem;
	font-size: 1.2rem;
	color: #222222;
	font-weight: bold;
}

#popular-keyword .keyword-page-container .row .name {
	line-height: 1.5rem;
	word-break: keep-all;
	display: block;
	float: unset;
	width: 100%;
	color: #000;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#popular-keyword .keyword-page-container .swiper-slide {
	padding-bottom: 3rem;
	width: 334px;
}

#popular-keyword .keyword-page-container .swiper-pagination-bullets {
	position: absolute;
	bottom: 0;
}

#popular-keyword .keyword-page-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000000;
	border: 1px solid #000000;
}

#popular-keyword .keyword-page-container .swiper-pagination-bullet {
	margin: 0 0.3rem;
	background-color: #dbdbdb;
	border: 1px solid #dbdbdb;
	width: 0.6rem;
	height: 0.6rem;
}

#ongoing-event .slide-banner-wrap {
	position: relative;
	margin-top: 1rem;
	border-radius: 0.3rem;
}

#ongoing-event .slide-banner-wrap .page {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 2rem;
	padding: 0 0.5rem;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	color: #E5E5E5;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 1em;
	overflow: hidden;
}

#ongoing-event .slide-banner-wrap .page span {
	color: #FFFFFF;
	margin: 0 0.2rem;
}

#ongoing-event .slide-banner {
	display: block;
	position: relative;
}

#ongoing-event .slide-banner img {
	display: block;
}

#ongoing-event .slide-banner .title {
	position: absolute;
	top: 1.6rem;
	left: 0;
	width: 100%;
	padding: 0 1.6rem;
	color: #020202;
	font-size: 1.4rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-break: break-all;
	box-sizing: border-box;
}

#ongoing-event .slide-banner .desc {
	position: absolute;
	top: 3.8rem;
	left: 0;
	width: 100%;
	padding: 0 1.6rem;
	color: #666666;
	font-size: 1.1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-break: break-all;
	box-sizing: border-box;
}

.layer-popular-keyword {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: 9;
	overflow-y: scroll;
}

.layer-popular-keyword .layer-title {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.7rem 0;
	color: #020202;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0.18rem 0.18rem #EEEEEE;
	background: #FFFFFF;
	z-index: 1;
}

.layer-popular-keyword .layer-title .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	background: url('https://i.balaan.io/mobile/img/icons/icon-close-20.svg') center center no-repeat;
	background-size: 2rem 2rem;
}

.layer-popular-keyword .layer-container {
	padding: 0 1.6rem 3rem;
}

.layer-popular-keyword .layer-container li {
	border-bottom: 0.1rem solid #EEEEEE;
}

.layer-popular-keyword .layer-container li:last-of-type {
	border: 0;
}

.layer-popular-keyword .layer-container li a {
	display: block;
	padding: 1.3rem 0;
	display: flex;
	color: #222222;
	font-size: 1.2rem;
	justify-content: space-between;
}

.layer-popular-keyword .layer-container li .no {
	width: 3rem;
	font-weight: bold;
}

.layer-popular-keyword .layer-container li .name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.layer-popular-keyword .layer-container li .n {
	display:flex;
	align-items:center;
	float: right;
	position: relative;
	width: 5rem;
	font-size: 1rem;
	font-weight: bold;
}

.layer-popular-keyword .layer-container li .n span {
	display: none;
}

.layer-popular-keyword .layer-container li .up span,
.layer-popular-keyword .layer-container li .new span,
.layer-popular-keyword .layer-container li .down span {
	display: block;
}

.layer-popular-keyword .layer-container li .n::before {
	content: '';
	display: block;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 0.7rem;
	height: 0.1rem;
	margin-top: -0.05rem;
	background: #CCCCCC;
}

.layer-popular-keyword .layer-container li .new {
	width:auto;
	padding-right:0.5rem;
	font-size:0.9rem;
	color: #bd083d;
}

.layer-popular-keyword .layer-container li .new::before {
	display: none;
}

.layer-popular-keyword .layer-container li .up {
	color: #bd083d;
}

.layer-popular-keyword .layer-container li .up::before {
	width: 0;
	height: 0;
	margin-top: -0.3rem;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 0.8rem solid #BD083D;
	background: transparent;
}

.layer-popular-keyword .layer-container li .down {
	color: #666666;
}

.layer-popular-keyword .layer-container li .down::before {
	width: 0;
	height: 0;
	margin-top: -0.3rem;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.8rem solid #666666;
	background: transparent;
}

.layer-popular-keyword .layer-container .btn-more {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 1.2rem 0;
	color:#000000;
	border: 0.01rem solid #999999;
	border-radius: 0.35rem;
	overflow: hidden;
}

.layer-popular-keyword .layer-container .btn-more::after {
	content: '';
	display: block;
	width: 1.71rem;
	height: 1.71rem;
	margin-left: 0.5rem;
	background: url('https://i.balaan.io/balaanfront/mobile/img/common/icon-plus-black-20.svg') no-repeat;
}

/* 헤더_검색전_리스트 */
.lySearch {
	padding: 0 0 0 !important;
}

.lySearch .inputSearch {
	padding: 1.2rem 1.6rem 0 !important;
	border-bottom: 0;
}

.lySearch .inputSearch>picture {
	width: 2rem;
	margin-right: 0.4rem;
}

.lySearch .inputSearch img.go-back-icon {
	width: 2rem;
}

/* 검색결과 */
.inputSearch.schRst {
	padding: 1rem 1.6rem 0
}

.inputSearch input {
	width: 100%;
	font-weight: 300 !important;
	height: auto !important;
	padding: 1px 4px 0 5px !important;
	color: #000;
	font-size: 1.2rem !important;
	font-family: 'hs', 'noto' !important;
	vertical-align: middle !important;
	line-height: normal !important;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inputSearch input::placeholder {
	width: 100%;
	color: #333;
	font-weight: 400;
}

.inputSearch input::-webkit-input-placeholder {
	width: 100%;
	color: #333;
	font-weight: 400;
}

.inputSearch input::-moz-placeholder {
	width: 100%;
	color: #333;
	font-weight: 400;
}

.inputSearch input::-ms-input-placeholder {
	width: 100%;
	color: #333;
	font-weight: 400;
}

.inputSearch .searchAll:after {
	/*content: none;*/
}

.inputSearch .schwrap .icon-search {
	display: block;
	width: 2rem;
	height: 2rem;
	padding: 0;
	background: url('//static.balaan.co.kr/mobile/img/icon/search/icon-search-40@2x.png') center center no-repeat;
	background-size: 100%;
}

#search-helper #autocomplete-keyword {
	margin-top:1.8rem;
	flex-flow: column nowrap;
}

#autocomplete-keyword .autocomplete-brand-container {
	display: flex;
	flex-flow: column nowrap;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	/*flex: 1;*/
	width: 100%;
}

#autocomplete-keyword .autocomplete-brand-row {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 0.5rem 0;
}

#autocomplete-keyword .autocomplete-brand-row:not(.first) {
	border-top: 1px solid #f6f6f6;
}

#autocomplete-keyword .autocomplete-brand-row picture {
	width: fit-content;
	margin-right: 1rem;
	display: flex;
}

#autocomplete-keyword .autocomplete-brand-row img {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 3rem;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

#autocomplete-keyword .autocomplete-brand-row .brand-official-store {
	font-size: 1.2rem;
	max-width: 15rem;
	height: 4.4rem;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: center;
	font-family: 'Lato';
	letter-spacing: -0.04rem;
	word-spacing: 0.15rem;
}

#autocomplete-keyword .autocomplete-brand-row .brand-official-store .brand-name-kr {
	font-size: 1.1rem;
	font-weight: 400;
	margin-top: 0.2rem;
	color: #999;
}

#autocomplete-keyword .autocomplete-brand-row .brand-official-store.wide {
	max-width: 22rem;
}

#autocomplete-keyword .autocomplete-brand-row button.to-store {
	margin-left: auto;
	font-size: 0.9rem;
	color: #666;
}

#autocomplete-keyword .autocomplete-keyword-container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	font-weight: 300;
	width: 100%;
}

#autocomplete-keyword .autocomplete-keyword-container .autocomplete-row {
	padding: 1rem 0 1rem;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	font-size: 1.2rem;
	word-break: keep-all;
}

#autocomplete-keyword .autocomplete-keyword-container .autocomplete-event-row.first {
	align-items: center;
	padding-top: 2rem;
	border-top: 1px solid #e5e5e5;
}

#autocomplete-keyword .autocomplete-keyword-container .autocomplete-keyword-row.last {
	padding-bottom: 2rem;
}

#autocomplete-keyword .autocomplete-keyword-container .autocomplete-row span.token.mr-1 {
	margin-right: 0.4rem;
}

#autocomplete-keyword .autocomplete-keyword-container .autocomplete-row span.token.ml-1 {
	margin-left: 0.4rem;
}

.autocomplete-type-chip {
	margin-left: 1rem;
	font-size: 0.9rem;
	color: #1C1073;
	background-color: #E7E8F9;
	padding: 0.3rem 0.7rem;
	border-radius: 1rem;
	font-weight: 400;
	letter-spacing: -0.02rem;
}

#autocomplete-keyword .gender-picker {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	background-color: white;
	padding-bottom: 0.6rem;
	width: 100%;
}

#autocomplete-keyword .gender-picker-inner {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	background-color: #f6f6f6;
	padding: 0.25rem 0;
	border-radius: 0.6rem;
}

#autocomplete-keyword .gender-picker-inner .gender.on {
	background-color: white;
	border-radius: 0.6rem;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	color: black;
	border-right: 0;
}

#autocomplete-keyword .gender-picker-inner .gender {
	padding: 0.7rem 0;
	min-width: 4.4rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	width: 100%;
	margin: 0 0.35rem;
}


/* 검색창 리뉴얼 */
.search-wrap {
	display: flex;
	position: sticky;
	top: 0;
	left: 0;
	height: 3.6rem;
	padding: 0.6rem 4.1rem 0.4rem;
	align-items: center;
	background: #FFFFFF;
	border-bottom: 0.2rem solid #10069f;
	z-index: 2;
}

.search-wrap form {
	width: 100%;
	padding-right: 3.2rem;
}

.search-wrap input[type='search'] {
	width: 100%;
	padding: 0;
	font-size: 1.2rem;
	color: #020202;
	border: 0;
}

.search-wrap input[type='search']::placeholder {
	color: #999999;
}

.search-wrap button[class^='btn-'] {
	position: absolute;
	top: 0rem;
	width: 3rem;
	height: 4.6rem;
}

.search-wrap button[class^='btn-'] .blind-txt {
	display: block;
	position: static;
	width: 2.1rem;
	height: 2.1rem;
	margin: 0 auto;
	visibility: visible;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.search-wrap button.btn-hide {
	display: none !important;
}

.search-wrap button.btn-back {
	left: 1.1rem;
}

.search-wrap button.btn-back .blind-txt {
	background-image: url('https://i.balaan.io/mobile/img/icon/search/btn_backx2.png');
}

.search-wrap button.btn-clear {
	right: 4.1rem;
}

.search-wrap button.btn-clear .blind-txt {
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('https://i.balaan.io/mobile/img/icon/search/btn_clearx2.png');
}

.search-wrap button.btn-search {
	right: 1.1rem;
}

.search-wrap button.btn-search .blind-txt {
	background-image: url('https://i.balaan.io/mobile/img/icon/search/btn_searchx2.png');
}

.search-wrap button.btn-qrcode {
	right: 1.1rem;
}

.search-wrap button.btn-qrcode .blind-txt {
	background-image: url('https://i.balaan.io/mobile/img/icon/search/btn_qrcodex2.png');
}



#realtime-popular .filter-wrapper {
	width:100%;
	padding: 0.2rem 0;
	padding-bottom: 0;
}

#realtime-popular .tab-filter {
	border-bottom: 1px solid #f6f6f6;
}

#realtime-popular .tab-filter .swiper-container {
	padding-right:2rem;
}

#realtime-popular .pc2m-ellipse-category .swiper-slide {
	width: fit-content;
}

#realtime-popular .tab-slide .tab-slide-item {
	margin-left: 1.03rem;
	white-space: nowrap;
	padding: 1rem 0.6rem;
	font-family: lato, SpoqaHanSansNeo !important;
	color: #666;
	border: none;
}

#realtime-popular .tab-slide .tab-slide-item.on {
	color:#10069f;
}
#realtime-popular .tab-slide .tab-slide-item.on span {
	font-weight: 600;
}

#realtime-popular .tab-slide .tab-slide-item.on:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0.25rem;
	width: 100%;
	background-color: #10069f;
	left: 0;
	right: 0;
}

#realtime-popular .pc2m-goods,
#realtime-popular .pc2m-ajax-goods {
	padding-left: 1rem;
}

#realtime-popular .pc2m-ajax-goods .swiper-wrapper,
#realtime-popular .pc2m-goods .swiper-wrapper {
	overflow: initial !important;
}

#realtime-popular .slide {
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
}

#realtime-popular .slide .slide-item {
	display: block;
	margin-right: 0.8rem;
	position: relative;
}

#realtime-popular .tab-slide .tab-slide-item:first-child {
	margin-left: 1.6rem;
}

#realtime-popular .swiper-slide {
	width: 36.3%;
}

section.section-new-goods .new-today-box .btn-right-arrow {
	position: absolute;
	right: 1.5rem;
	width: 3.6rem;
	height: 3.6rem;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: rgba(183, 172, 155, 0.2);
	border-radius: 15rem;
}

section.section-new-goods .new-today-box .btn-right-arrow img {
	width: 40%;
	padding: 0 0rem 0 0.3rem;
}

section.section-new-goods .new-today-box .new-today-text {
	font-family: lato, SpoqaHanSansNeo !important;
	font-size: 1.2rem;
	margin-bottom: 0.3rem;
}

section.section-new-goods .new-today-box .new-today-count {
	font-family: Prata !important;
	font-size: 2.5rem;
}

/* new today goods end */

/* slide goods start */
section.section-slide-goods {}

section.section-slide-goods .goods-box,
section.section-slide-goods .goods-box a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

section.section-slide-goods .goods-box .goods-img-box {
	position: relative;
	width: 10rem;
	height: 13.4rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	padding: 0.6rem;
	background: white;
	border-radius: 0.5rem;
}
section.section-slide-goods .goods-box .goods-img-box picture {
	height:100%;
	display:flex;
	align-items:center;
}

section.section-slide-goods .goods-box .goods-img-box .goods-rank-badge {
	font-family: 'lato';
	color: #020202;
	font-size: 1.2rem;
	position: absolute;
	bottom: 0;
	border-radius: 0.2rem;
	background: #eeeeee;
	width: 2.05rem;
	height: 2.05rem;
	text-align: center;
	line-height: 1.8rem;
}

section.section-slide-goods .goods-box .goods-img-box .goods-rank-badge:first-child,
section.section-slide-goods .goods-box .goods-img-box .goods-rank-badge.rank-1 {
	background: #10069f;
	color: white;
}

section.section-slide-goods .goods-box .goods-img {
	/*margin: 1rem 0 0 0;*/
	max-height:100%;
	object-fit: contain;
}


section .table-slide-item .btn-add-goods-wish {
	position: absolute;
	right: 0.2rem;
	top: 1.1rem;
	width: 2.3rem;
}

section.section-slide-goods .goods-box .btn-add-goods-wish {
	position: absolute;
	right: 0.2rem;
	width: 2.2rem;
	top: 0.2rem;
}

section.section-slide-goods .goods-box .goods-info {
	display: flex !important;
	flex-flow: column wrap;
	justify-content: center;
}

section.section-slide-goods .goods-box .goods-info .icon-row {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	margin-bottom: 0.5rem;
	height: 2rem;
}

section.section-slide-goods .goods-box .goods-info .icon-row img {
	width: 4.4rem;
}

section.section-slide-goods .goods-box .goods-info>span {
	margin-bottom: 0.5rem;
}

section.section-slide-goods .goods-box .goods-info .goods-designer {
	font-family: lato, SpoqaHanSansNeo !important;
	font-size: 1.1rem;
	color: #111;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 10.3rem;
	margin-bottom: 0.2rem;
}

section.section-slide-goods .goods-box .goods-info .goods-name {
	font-family: lato, SpoqaHanSansNeo !important;
	font-size: 1.1rem;
	color: #666;
	font-weight: 300;
	width: 10.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

section.section-slide-goods .goods-box .goods-info .goods-price {
	font-family: lato, SpoqaHanSansNeo !important;
	font-size: 1.2rem;
	color: #020202;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

section.section-slide-goods .goods-box .goods-info .goods-price .sale-price {
	letter-spacing: -0.01rem !important;
}

section.section-slide-goods .goods-box .goods-info .goods-price .sale-rate {
	color: #bd083d;
	margin-left: 0.3rem;
}

.time-goods-slide .slide-item.btn-more-item,
section.section-slide-goods .slide .slide-item.btn-more-item {
	margin: auto 0;
	padding: 0 1.6rem;
	height: auto;
}

.slide-item .btn-more>a,
.slide-item .btn-more,
section.section-slide-goods .slide .slide-item .btn-more>a,
section.section-slide-goods .slide .slide-item .btn-more {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.slide-item .btn-more .more-arrow-box,
section.section-slide-goods .slide .slide-item .btn-more .more-arrow-box {
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	height: 7rem;
	border-radius: 4.5rem;
	margin-bottom: 0.7rem;
}

.slide-item .btn-more .more-arrow-box img,
section.section-slide-goods .slide .slide-item .btn-more .more-arrow-box img {
	width: 2.05rem;
}

.slide-item .btn-more .more-text,
section.section-slide-goods .slide .slide-item .btn-more .more-text {
	color: #333;
	font-family: lato, SpoqaHanSansNeo !important;
	font-size: 1.2rem;
}


@media screen and (min-width:550px) {
  .lySearch { width: 550px; left: 50%; transform: translateX(-50%); }

  #recommended-event .event-banner { height: 100%; }
	section.section-slide-goods .goods-box .goods-img-box { padding:0.6rem 0; }
	section.section-slide-goods .goods-box .goods-info { width:10rem; }
}