#store {
	background-size:cover;
	padding-bottom:4.16667vw;
}
#store .tabs-content {
	margin:0 auto;
	overflow:hidden;
}
#store .tabs-content-item {
	display:none;
	transition:display .3s ease-in
}
#store .tabs-content-item.active {
	display:block
}
#store .tabs-content-item .content-layout {
	overflow: hidden;
	height: 555px;
}
#store .shop-left-box {
	display:inline-block;
	height:28.125vw;
	position:relative;
	width:49.5%;
	float: left;
	overflow: hidden;
}
#store .shop-left-box .shop-info {
	display:flex
}
#store .shop-left-box .shop-shows {
	background:#f7f7f7;
	border-radius:7px;
	height:14vw;
	margin-right:1.2vw;
	position:relative;
	width:17vw;
}
#store .shop-left-box .shop-shows img {
	bottom:0;
	left:0;
	margin:auto;
	max-height:100%;
	max-width:100%;
	-o-object-fit:contain;
	object-fit:contain;
	position:absolute;
	right:0;
	top:0;
	transform:scale(.98)
}
#store .shop-left-box .shop-info-desc {
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding-right:1.04167vw
}
#store .shop-left-box .shop-title {
	color:#ec6c00;
	font-size:2.1875vw;
	font-weight:700;
	line-height:2.1875vw;
	margin-bottom:2.8125vw
}
#store .shop-left-box .shop-text {
	color:#555555;
	font-size:1.25vw;
	font-weight:500;
	line-height:1.5625vw;
	margin-bottom:1.77083vw
}
#store .shop-left-box .shop-text:last-child {
	margin-bottom:0
}
#store .shop-left-box .shop-text .label {
	color:#333333;
}
#store .shop-left-box .shop-text .labels{
	font-size: 2.4rem;
    color: #ec6c00;
}
#store #shop-swiper {
	height:6vw;
	margin:0 50px;
	width:575px;
}
#store .shop-left-bottom {
	bottom:1.5625vw;
	left:0;
	position:absolute;
	width:100%;
}
#store .shop-swiper {
	overflow:hidden
}
#store .swiper-wrapper {
	display:flex;
	transition:transform .3s;
}
#store .swiper-slide {
	border-radius:50%;
	background-color:#f7f7f7;
	cursor:pointer;
	height:6vw;
	margin-right:1.7vw;
	width:6vw
}
#store .swiper-slide:hover{
	background-color: #ec6c00;
	transition: all .3s linear;
}
#store .swiper-slide:last-child {
	margin-right:0
}
#store .swiper-slide img {
	border-radius:50%;
	height:6vw;
	-o-object-fit:contain;
	object-fit:contain;
	transform:scale(.98);
	transition:background-color .3s;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	width:6vw
}
#store .swiper-button-next {
	height:44px;
	right:-30px;
}
#store .swiper-button-prev {
	height:44px;
	left:-30px;
}
#store .swiper-slide-active {
	background-color:#ec6c00;
}
#store .shop-left-box img{width: 100%;height: 100%;}
#store .shop-right-box {
	display:inline-block;
	height:28.125vw;
	position:relative;
	width:49.5%;
	float: right;
	overflow: hidden;
}
/* #store .shop-right-box img{width: 100%;} */
#store .shop-right-box .rrimg{overflow: hidden;height: 256px;margin-bottom: 1%;}
#store .shop-right-box .rightimg1{
	float: left;
	width: 49%;
}
#store .shop-right-box .rightimg2{
	float: right;
	width: 49%;
}
#store .shop-right-box .rightimg3{margin-top: 2%;}
.section>.content .content-inner {
	display:flex;
	flex-direction:column;
	width:100%
}
.section.w-full>.content {
	max-width:100%;
	min-width:100%;
	width:100%
}
.swiper-button-next,.swiper-button-prev {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:.8vw 1.3vw;
	height:5.20833vw;
	outline:none;
	width:5.20833vw
}
.swiper-button-next:after,.swiper-button-prev:after {
	display:none
}
.swiper-button-next {
	background-image:url(../images/arrow_right-gray.png);
	right:1.5625vw
}
.swiper-button-next.swiper-button-disabled {
	background-image:url(../images/arrow_right-white.png)
}
.swiper-button-prev {
	background-image:url(../images/arrow_left-gray.png);
	left:1.5625vw
}
.swiper-button-prev.swiper-button-disabled {
	background-image:url(../images/arrow_left-white.png);
}
.card {
	border:none
}
.tab::-webkit-scrollbar {
	display:none
}
.tab{margin: 60px 0 80px 0;}
.tab .tab-ul {
	background-color: #f7f7f7;
	overflow: hidden;
}
.tab .tab-ul li {
	color:#666;
	cursor:pointer;
	flex:0 0 auto;
	/* font-size:1.25vw; */
	list-style:none;
	position:relative;
	text-align:center;
	width: 33.33%;
    float: left;
    padding: 15px 0;
}
.tab .tab-ul li:last-child {
	margin-right:0
}
.tab .tab-ul li.active {
	color:#333
}
.tab .tab-ul li.active .tab-text {
	position:relative;
	width: 100%;
	display: inline-block;
}
.dark .tab .tab-ul li {
	color:#333;
	width: 33.33%;
	float: left;
	padding: 15px 0;
}
.dark .tab .tab-ul li.active {
	background-color: #ec6c00;
	color: #ffffff;
}
.hoverimg{overflow: hidden;transition: all .4s ease;}
.hoverimg img{transition: all .4s ease;}
.hoverimg:hover img{
	transition: transform 0.4s ease; 
	transform: scale(1.1); 
}
@media screen and (min-width:1920px) {
	.tab .tab-ul li {font-size:24px;}
}
@media screen and (max-width:968px) {
	.tab{margin: 40px 0 5% 0;}
	#store .swiper-button-next {
		height: 45px !important;
		right: 0 !important;
	}
	#store .swiper-button-prev{
		height: 45px !important;
    	left: 0 !important;
	}
	#store .tabs-content-item .content-layout{
		height: auto !important;
	}
	#store .shop-right-box{width: 100% !important;margin-top: 2%;}
	#store .shop-left-box img{height: auto;}
	#store .shop-left-box{width: 100% !important;height: auto !important;}
	#store .shop-right-box .rightimg1 img{width: 100% !important;}
	#store .shop-right-box .rightimg2 img{width: 100% !important;}
	#store .shop-right-box{height: auto !important;}
	#store .shop-right-box .rrimg{max-height: 150px;}
	#store .shop-right-box .rightimg3{display: none !important;}
}

