#header{
	margin-bottom: 50px;
}
.product-nav{
	z-index: 20;
    position: absolute;
    top: 44px;
    width: 100%;
    max-width: 1920px;
}
.scrolled-nav-pc{
	top: 0;
}
@media (min-width: 834px) {
    .scrolled-nav-pc {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 88;
    }
}
@media(max-width: 833px){
	#header{
		margin-bottom: 46px;
	}
	.product-nav {
      top: 48px;
  }
	.scrolled-nav{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 88;
    }
}
.product-nav-wrapper{
	height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	background-color: #121212;
	background-color: #000;
	transition: background 466ms cubic-bezier(.4,0,.6,1) 80ms;
}
.scrolled-nav-pc .product-nav-wrapper,
.scrolled-nav .product-nav-wrapper{
	background-color: rgba(22, 22, 23, 0.8);
	backdrop-filter: saturate(1.8) blur(20px);
}
.product-nav-container{
	display: flex;
	max-width: 1024px;
	padding: 0 22px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
    height: 100%;
}
.product-nav-title{
	height: 100%;
	display: flex;
	align-items: center;
}
.product-nav-title ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-nav-title ul li{
	display: flex;
	align-items: center;
}
.product-nav-menu{
	display: flex;
	align-items: center;
	height: 100%;
}
.product-nav-menu .menu-list{
	height: 100%;
	display: flex;
	align-items: center;
}
@media(min-width: 834px){
	.product-nav-menu .menu-list{
		max-height: unset!important;
	}
}
.product-nav-menu .menu-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 24px;
	align-items: center;
	height: 100%;
}
.product-nav-menu .menu-list li{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.product-nav-menu .menu-list li a{
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	opacity: .8;
}
.product-nav-menu .menu-list li a:hover{
	opacity: 1;
}
.product-nav-menu .menu-list li.current a{
	opacity: 1;
}
.product-nav-menu .menu-list li.current:after{
	content: "";
	height: 1px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
    transform: translateX(-50%);
    left: 50%;
}
.product-nav-title .product-title a{
	font-size: 19px;
	line-height: 1.25;
	color: #fff;
	font-weight: 600;
}
.menu-action-down{
	display: none;
}
.menu-action-buttons{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-left: 24px;
}
.shop-list-popup-btn{
	all: unset;
	display: inline-block;
	font-size: 12px;
	padding: 5px 16px;
	line-height: 18px;
	border-radius: 14px;
	overflow: hidden;
	background-color: #2468de;
	color: #fff;
	cursor: pointer;
}
.shop-list-popup-btn:hover{
	background-color: #0f5ada;
}
.shop-list-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.shop-list-popup.active {
  display: flex;
  opacity: 1;
}

.shop-list-popup-content {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 16px;
	position: relative;
	max-width: 440px;
	width: calc(100% - 32px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.3);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.3, 1);
}

.shop-list-popup.active .shop-list-popup-content {
  transform: scale(1);
  opacity: 1;
}

.shop-list-popup-close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  border: none;
  background: none;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  margin:0;
  padding: 0;
  background-color: #333336;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-list-popup-close-btn:hover{
	background-color: rgb(55, 55, 58);
}
.shop-list-popup-close-btn svg{
	width: 20px;
	height: 20px;
}
.shop-list-popup-close-btn svg path{
	fill: rgba(255, 255, 255, 0.8);
}
.shop-list-popup-close-btn:hover svg path{
	fill: rgba(255, 255, 255, 1);
}
.shop-list-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.shop-list-wrapper ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	width: 100%;
}
.shop-list-wrapper ul li .link-left{
	display: flex;
	align-items: center;
	gap: 20px;
}
.platform-icon{
	font-size: 0;
}
.platform-icon svg{
	width: 40px;
	height: 40px;
}
.platform-icon img{
	/*height: 32px;*/
	width: 95px;
	aspect-ratio: 165 / 56;
}
.platform-name{
	color: #6e6e73;
	font-weight: 600;
	font-size: 16px;
}
.shop-list-box{
	padding: 40px 0;
}
.shop-list-title{
	margin-bottom: 40px;
	padding: 0 40px;
}
.shop-list-title h3{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #191b1f;
	font-weight: 600;
	font-size: 21px;
	padding: 5px 0;
}
.shop-list-wrapper{
	padding: 0 40px;
	max-height: 500px;
	min-height: 200px;
	overflow-y: auto;
	scrollbar-width: thin;
   scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.shop-list-wrapper::-webkit-scrollbar { /* Chrome & Safari */
  width: 8px;
}
.shop-list-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.shop-list-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.shop-list-wrapper::-webkit-scrollbar-button {
  display: none;
}
/* Firefox 支持 */
.shop-list-wrapper{
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.buy-now-url-btn{
	text-decoration: none;
	font-size: 14px;
	padding: 0 20px;
	vertical-align: middle;
/*	line-height: 22px;*/
	height: 32px;
	border-radius: 16px;
    overflow: hidden;
    background-color: #2468de;
    color: #fff;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}
.buy-now-url-btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #0f5ada;
}
.buy-now-url-btn:focus{
	color: #fff;
	text-decoration: none;
	background-color: #0f5ada;
}
.menu-action-down{
	align-items: center;
}
.menu-action-down-btn{
	height: 46px;
	align-items: center;
	cursor: pointer;
	display: flex;
}
.menu-action-down svg{
	width: 16px;
	height: 9px;
	color: #fff;
}
.menu-actions{
	display: flex;
	align-items: center;
	gap: 24px;
}



/*扩大桌面端宽度，如想恢复苹果宽度可注释以下内容*/
.product-nav-container{
	max-width: 1280px;
}




@media(max-width: 833px){
	.product-nav-container{
		position: relative;
		padding: 0 16px;
		display: block;
	}
	.scrolled-nav-pc .product-nav-wrapper.expanded, 
	.scrolled-nav .product-nav-wrapper.expanded{
		background-color: rgb(22, 22, 23);
	}
	.menu-actions{
		position: absolute;
		right: 16px;
		top: 0;
	}
	.product-nav-title ul li{
		height: 46px;
	}
	.product-nav-title .product-title a{
		font-size: 17px;
	}
	.product-nav-wrapper{
		height: auto;
		min-height: 46px;
	}
	.shop-list-popup-btn{
		padding: 3px 12px;
		border-radius: 12px;
	}
	.product-nav-wrapper{
		border-bottom: none;
	}
	.product-nav-menu .menu-list{
		position: absolute;
		top: 46px;
		z-index: 10;
		width: 100%;
		left: 0;
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
		height: auto;
	}
	.product-nav-menu .menu-list.expanded{
		max-height: none;
	}
	.menu-action-buttons{
		margin-left: 0;
	}
	.menu-action-down{
		display: flex;
	}
	.menu-actions{
		gap: 16px;
	}
	.product-nav-menu .menu-list ul{
		flex-direction: column;
		padding: 27px 16px;
		width: 100%;
		background-color: #121212;
		background-color: #000;
		gap: 0;
		height: auto;
		transition: background 466ms cubic-bezier(.4,0,.6,1) 80ms;
	}
	.scrolled-nav-pc .product-nav-menu .menu-list ul,
	.scrolled-nav .product-nav-menu .menu-list ul{
		background-color: rgba(22, 22, 23, .8);
		backdrop-filter: saturate(1.8) blur(20px);
		transition: background 466ms cubic-bezier(.4,0,.6,1) 80ms;
	}
	.scrolled-nav-pc .product-nav-wrapper.expanded .product-nav-menu .menu-list ul,
	.scrolled-nav .product-nav-wrapper.expanded .product-nav-menu .menu-list ul{
		background-color: rgba(22, 22, 23, 1);
	}
	.product-nav-menu .menu-list li{
		width: 100%;
		padding: 0 16px;
		display: block;
	}
	.product-nav-menu .menu-list li.current:after{
		width: 1px;
		height: 12px;
		left: 0;
		bottom: auto;
		transform: translateX(0);
		transform: translateY(-50%);
		top: 50%;
	}
	.product-nav-menu .menu-list li a{
		line-height: 34px;
		display: block;
	}
	#menu-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		background-color: rgba(51, 51, 54, 0.4);
		backdrop-filter:blur(20px);
		display: none;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
	}
	#menu-overlay.active{
		opacity: 1;
		pointer-events: auto;
	}
	.shop-list-popup-close-btn{
		top: auto;
		right: auto;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
	}
	.shop-list-wrapper{
		max-height: 50vh;
	}
}
@media(max-width: 430px){
	.shop-list-title{
		padding: 0 24px;
	}
	.shop-list-wrapper{
		padding: 0 24px;
	}
	.platform-name{
		font-size: 14px;
	}
	.buy-now-url-btn{
		font-size: 12px;
		height: 30px;
		border-radius: 15px;
		padding: 0 14px;
	}
}