.header-wrapper{
	width: 100%;
/*	height: 44px;*/
	background-color: #000;
	position: relative;
/*	transition: background-color 0.3s ease-in-out;*/
	z-index: 21;
	transition: background-color 360ms cubic-bezier(.4, 0, .6, 1);
}
.header.hovered .header-wrapper{
	background-color: #161617;
}
.header .wap-logo{
	display: none;
}
.header-container{
	max-width: 1024px;
	width: 100%;
	padding: 0 22px;
	margin: auto;
}
.header-nav-list{
	display: flex;
	padding: 0;
	margin: 0 -8px;
	justify-content: space-between;
	align-items: center;
}
.nav-list-left,
.nav-list-middle,
.nav-list-right{
	display: flex;
	gap: 20px;
}
.nav-list-right{
	position: relative;
}
.list-item-menu,
.menu-list-box{
	display: contents;
}
.main-menu-item-link,
.main-menu-action-link{
	height: 44px;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0 8px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 1;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
}
.header-user-btn img{
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.main-menu-item-link svg,
.main-menu-action-link svg{
	color: rgba(255, 255, 255, 0.8);
}
.main-menu-item-link svg path,
.main-menu-item-link svg polygon,
.main-menu-action-link svg path,
.main-menu-action-link svg polygon{
	fill: rgba(255, 255, 255, 0.8);
}
.main-menu-item-logo-link svg{
	height: 14px;
}
.main-menu-item-link:hover,
.main-menu-item-link:hover svg,
.main-menu-action-link:hover,
.main-menu-action-link:hover svg{
	color: #fff;
}
.main-menu-item-link:hover svg path,
.main-menu-item-link:hover svg polygon,
.main-menu-action-link:hover svg path,
.main-menu-action-link:hover svg polygon{
	fill: #fff
}
.sub-menus-down-wrapper{
	margin-top: 44px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	display: none;
	opacity: 0;
	transform: translateY(-4px); /* 稍微小一点 */
/*	transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.3s ease-in-out;*/
	pointer-events: none;
	transition: max-height 360ms cubic-bezier(.4, 0, .6, 1), 
				opacity 360ms ease-in-out, 
				transform 360ms ease-out, 
				visibility 360ms step-start, 
				background-color 360ms cubic-bezier(.4, 0, .6, 1);
}
.header.hovered .sub-menus-down-wrapper{
	background-color: #161617;
}
.sub-menus-down-wrapper.open{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.sub-menus-down {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.sub-menus-down.active {
	opacity: 1;
}

.sub-menus-down-container{
	max-width: 1024px;
	width: 100%;
	padding: 40px 22px 60px;
	margin: auto;
	display: flex;
	flex-direction: column;
}
.main_menu_with_product_submenu .sub-menus-down-container{
	gap: 40px;
}
.sub-menus-down-container ul{
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 0 8px;
	width: 100%;
}
.list-main_menu_with_product_submenu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-sub-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub-menu-product-url{
	display: block;
}
.sub-menu-product-image{
    border-radius: 10px;
    width: 130px;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
    transition: background-color .3s ease;
}
.sub-menu-product-image-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-menu-product-image-box img{
    max-width: 100px;
    max-height: 100px;
    margin: 0;
    display: block;
    transition: transform .3s ease-in-out;
 	transform-origin: center;
	will-change: transform;
	backface-visibility: hidden; 
}
.sub-menu-product-text-box{
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 8px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}
.sub-menu-product-url:hover .sub-menu-product-image-box img{
    transform: scale(1.06);
}
.sub-menu-product-url:hover .sub-menu-product-image{
	background-color: #fff;
}
.sub-menu-product-url:hover .sub-menu-product-text-box{
	color: #fff;
}
.sub-menus-down-wrapper .series-btn{
	display: flex;
    justify-content: center;
    align-items: center;
}
.sub-menus-down-wrapper .series-btn a{
	height: 36px;
    border-radius: 18px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 20px;
    background-color: #2468de;
    color: rgba(255, 255, 255, .8);
}
.sub-menus-down-wrapper .series-btn a span{
	display: flex;
	align-items: center;
}
.sub-menus-down-wrapper .series-btn a svg{
	width: 14px;
	height: auto;
}
.sub-menus-down-wrapper .series-btn a svg path,
.sub-menus-down-wrapper .series-btn a svg polygon{
	fill: rgba(255, 255, 255, .8);
}
.sub-menus-down-wrapper .series-btn a:hover{
	color: #fff;
	background-color: #0f5ada;
}
.sub-menus-down-wrapper .series-btn a:hover svg path,
.sub-menus-down-wrapper .series-btn a:hover svg polygon{
	fill: #fff;
}
.list-main_menu_with_blog_submenu{
	display: flex;
	flex-direction: column;
}
.sub-menu-blog-title-link,
.sub-menu-text-title-link{
	line-height: 1.3;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	display: inline-flex;
	padding: 8px 0;
	font-weight: 600;
}
.sub-menu-blog-title-link:hover,
.sub-menu-text-title-link:hover{
	color: #fff;
}
.all-blog-btn{
	display: flex;
	padding: 0 8px;
}
.all-blog-btn a{
    display: inline-flex;
    align-items: center;
	font-size: 16px;
	gap: 4px;
	color: rgba(255, 255, 255, .8);
	padding: 8px 0;
}
.all-blog-btn a:hover{
	color: #fff;
}
.sub-menus-down-wrapper .all-blog-btn a span{
	display: flex;
	align-items: center;
}
.sub-menus-down-wrapper .all-blog-btn a svg{
	width: 16px;
	height: auto;
}
.sub-menus-down-wrapper .all-blog-btn a svg path,
.sub-menus-down-wrapper .all-blog-btn a svg polygon{
	fill: rgba(255, 255, 255, .8);
}
.sub-menus-down-wrapper .all-blog-btn a:hover svg path,
.sub-menus-down-wrapper .all-blog-btn a:hover svg polygon{
	fill: rgba(255, 255, 255, 1);
}
.sub-menus-down {
  display: none;
  flex-direction: column;
  gap: 40px;
}
.header-overlay{
    background: rgba(232, 232, 237, .4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
/*    visibility: hidden;*/
	pointer-events: none;
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
/*    transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms, visibility .32s step-end 80ms;*/
    transition: opacity .32s cubic-bezier(.4,0,.6,1);
    background: rgba(0, 0, 0, .4);
}
.header-overlay.active{
    opacity: 1;
/*    visibility: visible;*/
/*    transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms, visibility .32s step-start 80ms;*/
    pointer-events: auto;
}
.action-list-box{
	display: contents;
}
.action-list-sub-menu-box{
	margin-top: 44px;
	position: absolute;
	z-index: 10;
	top: 0;
	padding: 10px;
	right:0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px); /* 稍微小一点 */
	pointer-events: none;
  	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.action-list-sub-menu-box.open{
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.action-list-sub-menu-box .header-action-area {
	/*opacity: 0;
	pointer-events: none;*/
	transition: opacity 0.4s ease, visibility 0.4s ease;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: saturate(180%) blur(20px);
/*	border: 1px solid #dcdcdc;*/
    border-radius: 16px;
    box-shadow: 0 6px 20px #00000014;
	width: 300px;
	display: none;
/*	visibility: visible;*/
}
.action-area-container{
	padding: 20px 0;
}



.action-list-sub-menu-box.open .header-action-area.active {
	/*opacity: 1;
	pointer-events: auto;*/
	display: block;
}
.header-search-area .search-box{
	display: flex;
	justify-content: space-between;
	padding: 0 16px;
	align-items: center;
}
.header-search-area .search-form-box input{
	all: unset;
    box-sizing: border-box;
    border: 1px solid #6e6e73;
    display: block;
    width: 70%;
    font-size: 14px;
    padding: 6px 12px;
    height: 36px;
    width: calc(100% - 32px);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: none;
    color: #1d1d1f;
}
.header-search-area .search-form-box button{
	all: unset;
	display: flex;
	width: 30%;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #2468de;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;
}
.header-search-area .search-form-box button svg{
	width: 16px;
	height: auto;
}
.header-search-area .search-form-box button svg path{
	fill: rgba(255, 255, 255, 0.8);
}
.header-search-area .search-form-box button:hover{
	background-color: #0f5ada;
}
.header-search-area .search-form-box button:hover svg path{
	fill: #fff;
}
.hot-text-box{
	margin-top: 20px;
}
.hot-text-box h4{
	margin: 0;
	padding: 0;
	font-size: 14px;
	padding: 0 16px;
	font-weight: 600;
	fill: #1d1d1f;
}
.hot-text-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.hot-text-box li a{
	font-size: 14px;
	color: #1d1d1f;
	line-height: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #6e6e73;
	padding: 0 16px;
	height: 40px;
	overflow:hidden;
}
.hot-text-box li a span{
	display: inline-flex;
	align-items: center;
	overflow:hidden;
}
.hot-text-box li a svg path{
	fill: #6e6e73;
}
.hot-text-box li a:hover{
	color: #1d1d1f;
	background-color: oklch(0.652974 0.0334661 258.995 / 0.08);
}
.hot-text-box li a:hover svg path{
	fill: #1d1d1f;
}

.choose-language-box.current{
	margin-bottom: 20px;
}
.choose-language-box h4{
	margin: 0;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 600;
	color: #1d1d1f;
	margin-bottom: 10px;
}
.choose-language-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.choose-language-box li a{
	display: flex;
	flex-direction: column;
	padding: 8px 16px;
}
.choose-language-box li a .region{
	color: #1d1d1f;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}
.choose-language-box li a .lang{
	color: #6e6e73;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
}


.choose-language-box li a:hover{
	background-color: oklch(0.652974 0.0334661 258.995 / 0.08);
}
.choose-language-box li a.current{
	background-color: #161617;
	background-color: #313131;
}
.choose-language-box li a.current .region{
	color: #f5f5f7;
}
.choose-language-box li a.current .lang{
	color: #86868b;
}



.user-msg-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.user-msg-box .first-user-button{
	display: flex;
	align-items: center;
	gap: 16px;    
	margin-bottom: 20px;
	padding: 0 16px;
}
.user-msg-box .user-avatar{
	display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
}
.user-msg-box .user-avatar img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.user-msg-box .user-nickname{
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}
.user-msg-box .user-nickname p{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #1d1d1f;
    margin: 0;
    padding: 0;
}
.user-msg-box .user-nickname p a{
	color: inherit;
}
.user-msg-box .actions-line{
	display: flex;
	gap: 16px;
}
.user-msg-box .user-nickname .actions-line button{
	all: unset;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    color: #86868b;
}
.user-msg-box .user-nickname .actions-line a{
	font-size: 14px;
	color: #86868b;
	display: inline-flex;
	gap: 4px;
	align-items: center;
}
.user-msg-box .user-nickname .actions-line a svg{
	width: 14px;
	height: auto;
}
.user-msg-box .user-nickname .actions-line a svg path{
	fill: #86868b;
}
.user-msg-box .user-nickname .actions-line a:hover,
.user-msg-box .user-nickname .actions-line button:hover{
	color: #1d1d1f;
}
.user-msg-box .user-nickname .actions-line a:hover svg path{
	fill: #86868b;
}
.user-msg-box .horizon-button a{
	display: grid;
	grid-template-columns: auto 16px auto 1fr auto;
	align-items: center;
	justify-content: center;
	gap: 0 0;
	color: #1d1d1f;
	font-size: 14px;
	padding: 10px 16px;
}
.user-msg-box .horizon-button a:hover{
	background-color: oklch(0.652974 0.0334661 258.995 / 0.08);
}
.horizon-button-left {
  grid-column: 1;
}
.horizon-button-middle {
  grid-column: 3;
}
.horizon-button-right {
  grid-column: 5;
}
.user-msg-box .horizon-button a svg{
	width: 20px;
	height: auto;
}
.user-msg-box .horizon-button a svg path{
	fill: #1d1d1f;
}

.header .wap-trigger{
	display: none;
}
.header .wap-trigger button{
	all: unset;
	box-sizing: border-box;
}
.header .wap-trigger button{
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,0.8);
	cursor: pointer;
}
.wap-trigger button polyline{
	fill: rgba(255,255,255,0.8);
}
.wap-trigger button:hover{
	color: rgba(255,255,255);
}
.wap-trigger button:hover polyline{
	fill: rgba(255,255,255);
}





/*扩大桌面端宽度，如想恢复苹果宽度可注释以下内容*/
.header-container,
.sub-menus-down-container{
	max-width: 1280px;
}
.main-menu-item-logo-link svg{
	height: 15px;
}
.main-menu-item-link, 
.main-menu-action-link{
	font-size: 13px;
}
.main-menu-action-link.header-search svg{
	width: 16px;
	height: auto;
}
.header-user-btn svg{
	width: 20px;
	height: 20px;
}
.header-user-btn img{
	width: 20px;
	height: 20px;
}
.header-language-btn svg{
	width: 19px;
	height: 19px;
}
.sub-menu-product-image{
	margin-bottom: 20px;
}
.sub-menu-product-text-box{
	font-size: 13px;
}
.sub-menus-down-wrapper .series-btn a{
	font-size: 13px;
}
.sub-menus-down-container ul{
	padding: 0;
}
.all-blog-btn{
	padding: 0;
}





/*主菜单在移动端样式*/
@media only screen and (max-width: 833px){
	.header{
		height: 48px;
		position: relative;
		background: #000;
	}
	.header-wrapper{
		height: 100%;
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		transition: none;
		transition: height 0.24s ease-in-out ,background 466ms cubic-bezier(.4,0,.6,1) 80ms;
	}
	.nav-list-middle .menu-list-box{
		display: none;
	}
	.nav-list-left, 
	.nav-list-right{
		gap: 0;
	}
	.nav-list-middle{
		display: none;
	}
	.main-menu-action-link{
		padding: 0;
		width: 48px;
		height: 48px;
	}
	.list-item-search .main-menu-action-link svg{
		width: 17px;
		height: auto;
	}
	.list-item-user .main-menu-action-link svg{
		width: 21px;
		height: 21px;
	}
	.list-item-language .main-menu-action-link svg{
		width: 19px;
		height: 19px;
	}
	.header-user-btn img{
		width: 20px;
		height: 20px;
	}
	.header-container{
		padding: 0;
	}
	.header-container{
		padding: 0;
		padding-right: 48px;
		position: relative;
	}
	.header .wap-trigger{
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header-nav-list{
		margin: 0;
	}
	.main-menu-item-logo-link{
		padding: 0 16px;
		height: 48px;
	}
	.main-menu-item-logo-link svg{
		height: 16px;
	}
	.header .nav-list-right{
		position: static;
	}
	.header .wap-logo,
	.header .nav-list-left > div,
	.header .nav-list-right .action-list-box > div{
		opacity: 1;
        visibility: visible;
        transition: opacity .24s cubic-bezier(.4,0,.6,1) 80ms, 
        			visibility 0s step-start 80ms;
		pointer-events: auto;
	}
	.header .menu-list-sub-menu-box{
		display: none;
	}
	.header .nav-list-right{
		position: static;
	}
	.header .action-list-sub-menu-box{
		display: block;
		width: 100%;
        margin: 0;
        padding: 0;
	}
	.header .action-list-sub-menu-box .action-area-container{
		padding: 0;
	}
	.header .nav-list-middle .menu-list-box,
	.header .action-list-sub-menu-box .header-action-area{
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 50px 0 100px;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
	}
	.header .nav-list-middle{
		display: contents;
	}
	.header .menu-list-box .main-menu-item{
		margin-bottom: -2px;
		opacity: 0;
		transform: translateY(12px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	.header .list-item-menu .main-menu-item-link{
		color: #e8e8ed;
		padding: 3px 48px 4px;
		display: flex;
		justify-content: flex-start;
		font-size: 26px;
		font-weight: 600;
		letter-spacing: .007em;
		height: 54px;
		line-height: 54px;
	}
	.header .action-list-sub-menu-box{
		display: contents;
        width: 100%;
        margin: 0;
        padding: 0;
        opacity: 1;
        position: static;
        pointer-events: auto;
        transform: none;
        transition: none;
        z-index: auto;
	}
	.header .action-list-sub-menu-box .header-action-area{
		transition: none;
		transform: none;
		background: none;
		backdrop-filter: none;
		border-radius: 0;
		box-shadow: none;
		visibility: hidden;

	}
	.header .choose-language-box ul{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.header .choose-language-box h4{
		margin: 0;
        padding: 0;
        color: #e8e8ed;
        padding: 0 48px;
        display: flex;
        justify-content: flex-start;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: .007em;
        line-height: 1.2;
        margin-bottom: 20px;
	}
	.choose-language-box li{
		padding: 0 28px;
	}
	.header .choose-language-box li a{
		padding: 6px 20px;
		border-radius: 12px;
	}
	.header .choose-language-box li a .region{
		color: #e8e8ed;
        font-size: 20px;
        line-height: 30px;
	}
	.header .choose-language-box li a .lang{
		color: #aeaeb5;
        font-size: 16px;
        line-height: 24px;
	}
	.header .choose-language-box li a.current{
		background-color: rgba(255, 255, 255, .9);
	}
	.header .choose-language-box li a.current .region{
		color: #1d1d1f;
	}
	.header .choose-language-box li a.current .lang{
		color: #545454;
	}
	.header .header-action-area .choose-language-box h4,
	.header .header-action-area .choose-language-box li{
		opacity: 0;
		transform: translateY(12px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}
	.header .header-user-area ul{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.header .user-msg-box .first-user-button{
		padding: 0 48px;
		flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    gap: 20px;
	    margin: 0;
	}
	.header .user-msg-box .user-avatar{
		width: 80px;
		height: 80px;
	}
	.header .user-msg-box .user-nickname{
		gap: 20px;
	}
	.header .user-msg-box .user-nickname p{
		color: #e8e8ed;
	    font-size: 26px;
	    line-height: 1;
	}
	.header .user-msg-box .horizon-button a{
		padding: 3px 48px 4px;
        font-size: 16px;
        color: #e8e8ed;
	}
	.header .user-msg-box .actions-line{
		flex-direction: column;
	}
	.header .user-msg-box .user-nickname .actions-line button,
	.header .user-msg-box .user-nickname .actions-line a{
		font-size: 16px;
	}
	.header .user-msg-box .user-nickname .actions-line a svg{
		width: 16px;
	}
	.header .user-msg-box .horizon-button a svg path{
		fill: #86868b;
	}
	.header .header-user-area .user-msg-box .user-avatar,
	.header .header-user-area .user-msg-box .user-nickname,
	.header .header-user-area .user-msg-box .horizon-button{
		opacity: 0;
		transform: translateY(12px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}
	.header .header-search-area .search-form-box{
		overflow: hidden;
	}
	.header .header-search-area .search-box{
		padding: 0 48px;
		height: 40px;
		flex-direction: row-reverse;
		margin: 0 -10px;
		align-items: center;
	}
	.header .header-search-area .search-form-box input{
		font-size: 24px;
		line-height: 40px;
		font-weight: 600;
		color: #e8e8ed;
		border: none;
		padding: 0;
		width: calc(100% - 40px);
	}
	.header .header-search-area .search-form-box button{
		width: 40px;
		height: 40px;
		background: none;
	}
	.header .header-search-area .search-form-box button svg{
		width: 21px;
	}
	.header .header-search-area .search-form-box button svg path{
		fill: #86868b;
	}
	.header .hot-text-box{
		margin-top: 49px;
	}
	.header .hot-text-box h4{
		font-size: 15px;
		padding: 0 48px;
		color: #86868b;
	}
	.header .hot-text-box li a{
		font-size: 15px;
		color: #e8e8ed;
		font-weight: 600;
		padding: 0 48px;
		line-height: unset;
	}
	.header .hot-text-box li a svg{
		height: 23px;
		width: auto;
	}
	.header .hot-text-box li a svg path{
		fill: #86868b;
	}
	.header .header-search-area .search-box,
	.header .header-search-area .hot-text-box h4,
	.header .header-search-area .hot-text{
		opacity: 0;
		transform: translateY(12px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}
}
/*点击按钮展开菜单后的样式*/
@media only screen and (max-width: 833px){
	html.header-no-scroll,
	body.header-no-scroll{
	    overflow: hidden !important;
	    position: relative;
	    height: 100% !important;
	}
	.header.open .header-wrapper{
		z-index: 9999;
		height: 100vh;
		background: #161617;
		overflow-y: scroll;
	}
	.header.open .wap-logo,
	.header.open .nav-list-left > div,
	.header.open .nav-list-right .action-list-box > div{
		opacity: 0;
        visibility: hidden;
        transition: opacity 0.24s cubic-bezier(.4, 0, .6, 1),
    				visibility 0s step-end 0.24s;
		pointer-events: none;
	}
	.header .menu-list-box.open .main-menu-item{
	  opacity: 1;
	  transform: translateY(0);
	}
	.header .nav-list-middle .menu-list-box.open{
		opacity: 1;
		pointer-events: auto;
	}
	.header .menu-list-box.open .main-menu-item:nth-of-type(1) { transition-delay: 0.05s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(2) { transition-delay: 0.1s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(3) { transition-delay: 0.15s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(4) { transition-delay: 0.2s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(5) { transition-delay: 0.25s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(6) { transition-delay: 0.3s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(7) { transition-delay: 0.35s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(8) { transition-delay: 0.4s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(9) { transition-delay: 0.45s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(10) { transition-delay: 0.5s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(11) { transition-delay: 0.55s; }
	.header .menu-list-box.open .main-menu-item:nth-of-type(12) { transition-delay: 0.6s; }


	.header .action-list-sub-menu-box .header-action-area.open{
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
	}
	.header .header-action-area.open .choose-language-box h4,
	.header .header-action-area.open .choose-language-box li{
		opacity: 1;
        transform: translateY(0);
	}
	.header .header-action-area.open .choose-language-box h4{transition-delay: 0.05s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(1){transition-delay: 0.1s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(2){transition-delay: 0.15s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(3){transition-delay: 0.2s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(4){transition-delay: 0.25s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(5){transition-delay: 0.3s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(6){transition-delay: 0.35s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(7){transition-delay: 0.4s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(8){transition-delay: 0.45s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(9){transition-delay: 0.5s;}
	.header .header-action-area.open .choose-language-box .choose-language-list li:nth-child(10){transition-delay: 0.55s;}


	.header .header-user-area.open .user-msg-box .user-avatar,
	.header .header-user-area.open .user-msg-box .user-nickname,
	.header .header-user-area.open .user-msg-box .horizon-button{
		opacity: 1;
        transform: translateY(0);
	}
	.header .header-user-area.open .user-msg-box .user-avatar{transition-delay: 0.05s;}
	.header .header-user-area.open .user-msg-box .user-nickname{transition-delay: 0.1s;}
	.header .header-user-area.open .user-msg-box .horizon-button:nth-of-type(1){transition-delay: 0.15s;}
	.header .header-user-area.open .user-msg-box .horizon-button:nth-of-type(2){transition-delay: 0.2s;}
	.header .header-user-area.open .user-msg-box .horizon-button:nth-of-type(3){transition-delay: 0.25s;}
	.header .header-user-area.open .user-msg-box .horizon-button:nth-of-type(4){transition-delay: 0.3s;}
	.header .header-user-area.open .user-msg-box .horizon-button:nth-of-type(5){transition-delay: 0.35s;}
	.header .header-user-area.open .user-msg-box .horizon-button:nth-of-type(6){transition-delay: 0.4s;}

	.header .header-search-area.open .search-box,
	.header .header-search-area.open .hot-text-box h4,
	.header .header-search-area.open .hot-text{
		opacity: 1;
        transform: translateY(0);
	}
	.header .header-search-area.open .search-box{transition-delay: 0.05s;}
	.header .header-search-area.open .hot-text-box h4{transition-delay: 0.1s;}
	.header .header-search-area.open .hot-text:nth-of-type(1){transition-delay: 0.15s;}
	.header .header-search-area.open .hot-text:nth-of-type(2){transition-delay: 0.2s;}
	.header .header-search-area.open .hot-text:nth-of-type(3){transition-delay: 0.25s;}
	.header .header-search-area.open .hot-text:nth-of-type(4){transition-delay: 0.3s;}
	.header .header-search-area.open .hot-text:nth-of-type(5){transition-delay: 0.35s;}
	.header .header-search-area.open .hot-text:nth-of-type(6){transition-delay: 0.4s;}
	.header .header-search-area.open .hot-text:nth-of-type(7){transition-delay: 0.45s;}
	.header .header-search-area.open .hot-text:nth-of-type(8){transition-delay: 0.5s;}
	.header .header-search-area.open .hot-text:nth-of-type(9){transition-delay: 0.55s;}
	.header .header-search-area.open .hot-text:nth-of-type(10){transition-delay: 0.6s;}

}
