    .header_fixed{padding-top: 96px;}
	/* .header_fixed{padding-top: 96px;display: none;} */
	.aw-top-menu-wrap{height: 96px;background-color: #ffffff;top: 0;}
	.headerNav{box-shadow: 0 0px 5px #cccccc;}
	.header_top{width: 100%;height: 36px;background-color: var(--header_black);}
	.header_top a{color: #ffffff;}
	.header_top a:hover{color: var(--active_blue);}
	.aw-user-avatar{height: 32px;width: 32px;}
	.header_top_content{width: 1200px;margin: 0 auto;color: #ffffff;line-height: 36px;}
	.header_body_content{width: 1200px;margin: 0 auto;}
	.header_body{height: 60px;line-height: 60px;background-color: #ffffff;}
	.header_menu{padding: 0 40px;overflow: hidden;}
	.header_menu .nav_list li{margin-right: 15px;color: var(--header_black);font-size: 16px;height: 60px;padding: 0 5px;}
	.header_menu .nav_list li.active{color: var(--active_blue);border-bottom: 3px var(--active_blue) solid;}

	.el-dropdown-link{cursor: pointer;}
	.header_menu .el-dropdown-menu{border-radius:unset;border: none;}
	.el-dropdown-menu__item a div{width: 100%;padding: 5px 10px;}
	.el-dropdown-menu__item{text-align: center;min-width: 100px;}
	.el-popover.el-popper.avatar_popover[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#F6D79E}
	.el-popover.el-popper.avatar_popover{padding: 0;border: none;}
	.el-popover.el-popper.avatar_popover .user_top{padding: 20px;background: linear-gradient(to right,#F2DFBB,#F8D28C);border-radius: 6px 6px 0 0;color: #AB884F;}
	.el-popover.el-popper.avatar_popover .user_top .vip_button{background: linear-gradient(to right,#FFEDCF,#FFD89B,#FFD799);padding: 7px 15px;border-radius: 4px;cursor: pointer;}
	.el-popover.el-popper.avatar_popover .user_body .user_body_top{padding: 20px;}
	.el-popover.el-popper.avatar_popover .user_body .user_body_bottom{padding: 20px 0;margin: 0 20px;border-top: 1px dashed #E5E5E5;}
	.el-popover.el-popper.avatar_popover a{color: inherit;}

	.header_top .vip_img{cursor: pointer;}
	.el-popover.el-popper.publish_popover{min-width: unset;text-align: center;padding: 0;border: none;}
	.el-popover.el-popper.publish_popover[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#409EFF}
	.el-popover.el-popper.publish_popover ul li a{display: block;padding: 5px 0;background-color: #409EFF;color: #ffffff;}
	.el-popover.el-popper.publish_popover ul li a:hover{background-color: #35AFFD;}
	.header_search_active.header_search{
		width: 550px;
		margin: 0 260px;
		/* width:100% */
	}
	.header_search_active .header_search_input{
		width:500px;
		margin-right:20px
	}
	.header_search_active.header_search .el-icon-search{
		right: 0;
	}
	.header_search{
		transition: all 1s;
		width: 90px;
		text-align:center
	}
	.header_search_input{
		height: 36px;
		width: 90px;
		border: none;
		background: #F7F7F7;
		border-radius: 30px;
		padding: 5px 30px 5px 20px;
		transition: all .8s;
	}
	.header_search .el-icon-search{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 7px;
		font-size: 17px;
		transition: all .8s ease .2s;
	}
	#header_vue .search_panel{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		background-color: hsla(0,0%,100%,.96);
	}
	#header_vue .search_panel .search_content{
		width: 830px;
    	margin: 140px auto 0;
	}
	#header_vue .search_panel .search-control {
		padding: 10px 0;
		border-bottom: 1px solid #dadfe6;
	}
	#header_vue .search_panel .search-control .search-text {
		display: block;
		width: 100%;
		border: 0;
		outline: none;
		padding-right: 80px;
		font-size: 30px;
		line-height: 36px;
	}
	#header_vue .search_panel .search-control .el-icon-search{
		cursor: pointer;
		font-size: 25px;
		right: 0;
		top: 15px;
	}
	#header_vue .search_panel .hot-search .title{
		font-size: 16px;
		line-height: 24px;
		color: #262626;
	}
	#header_vue .search_panel .hot-search .hot-search-item{
		display: inline-block;
		min-width: 64px;
		height: 30px;
		overflow: hidden;
		margin-right: 20px;
		padding: 0 14px;
		font-size: 16px;
		line-height: 30px;
		color: #a1a8b3;
		text-align: center;
		border-radius: 15px;
		transition: all .3s;
	}
	#header_vue .search_panel .hot-search .hot-search-item:hover{
		color: #fff;
		background-color: var(--active_blue);
		transition: all .3s;
	}

	@media (min-width: 768px){
		.headerimg{
			width: 100%;
			/* min-width: 1300px; */
			display: none;
		}
		.headerimg img{
			width: 100%;
		}
		.header_close{
			position:absolute;
			top: 39.39px;
			right: 10px;
			transform: translateY(-50%);
			cursor: pointer;
		}
		.header_close img{
			width: 30px;
			height: 30px;
			filter: invert(100%);
		}
	}
	@media screen and (max-width: 767px){
		.headerimg{
			display: none;
		}
		/* .header_fixed{display: none;} */
	}
	.authentication_h_css{
		margin: 0 !important;
		padding: 0 !important;
		font-size: inherit !important;
		font-weight: inherit !important;
		color: inherit !important;
	  }
	
	
	  .header-dropdown-item:hover .header_menu_subitemBox{
		display: block;
	  }
	  .header_menu_subitemBox{
	   position: absolute; ;
	   top:0px;
	   left: 100%;
	   text-align: left;
	   display: none;
	   padding: 0 !important;
		padding-left:24px !important;
	   padding-right: 10px !important;
	  }
	  .header_menu_subitemBox >div{
		padding: 0 !important;
	
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !important;
	   filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03)) !important;
	   border-radius: 5px;
	   overflow: hidden;
	   width: 220px !important;
	  }
	  .header_menu_subitem{
		color: var(--header_black);
		white-space: nowrap;
		padding: 10px 0;
		/*display: inline-block;*/
		background-color: white
	
	  }
	  .header_menu_subitem:hover{
		background-color: #ecf5ff;
	  }
	  .header_menu_subitem.disabled{
		color: #999;
	  }

	