.header__group {
	position: relative
}
.header__group:before, .header__group:after {
	background: transparent;
	bottom: -5px;
	height: 16px;
	position: absolute;
	width: 16px
}
.header__group:before {
	border-bottom-right-radius: 8px;
	box-shadow: 6px 6px 0 #2c2c2c;
	left: -16px
}
.header__style_user .header__dropdown {
	left: inherit;
	right: -130px;
	border-radius: 8px;
	width: 400px;
	top: 30px;
}
.header__group_user .header__dropdown .header__link > a {
	color: #8495a0
}
.header__group_user .header__dropdown .header__link > a:hover {
	color: #fff
}
.header__group_user.active:before {
	content: none
}
.header__group.active .header__cat {
	background: #fff;
	box-shadow: 0 5px 0 0 #fff;
}
.header__cat a {
	color: #fff;
}
.header__cat .dian {
	background: #ff5780;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	right: 13px;
	top: 26px;
}
.header__group.active .header__cat:after {
	display: none
}
.header__group.active .header__title {
	color: #fff
}
.header__group.active .header__dropdown {
	display: block
}
.header__group_cart.active:before, .header__group_cart.active:after {
	content: none !important
}
@media only screen and (max-width: 767px) {
.header__group_user.active .header__cat {
	background: none;
	box-shadow: none
}
}
@media only screen and (max-width: 767px) {
.header__group_user.active .header__dropdown {
	display: none
}
}
.header__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.header-box {
	color: #8495a0;
}
.header-box {
	margin: 0 20px;
	padding: 15px 0;
}
.refresh-header-top {
	width: 100%;
}
.header-box {
	color: #8495a0;
}
.header-box {
	margin: 0 20px;
	padding: 15px 0;
}
.header-box {
	color: #fff
}
.refresh-header-top {
	width: 100%;
}
.header-top {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px dashed #34495e;
}
.header-top img {
	float: left;
	width: 45px;
	border-radius: 50%;
	margin-top: 2px;
	margin-right: 10px;
	height: 45px;
}
.header-top .logout {
	position: absolute;
	right: 0;
	top: 0;
	color: #888;
}
.header-top .logout:hover {
	color: #E91E63;
}
.user-names {
	max-width: 100px;
	overflow: hidden;
	display: block;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	font-size: 14px;
}
.wp-VIP {
	margin-left: 10px;
	font-style: normal;
	color: #fff;
	font-size: 12px !important;
	background-color: #fd7a25;
	padding: 2px 8px;
	border-radius: 10px;
}
.header-top .group-name {
	background: linear-gradient(90deg, #fd731f, #fe822f);
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 12px;
	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
}
.header-top .group-name.vip-bg, .page-profile .inset-header .about-me .user-name small.badge.vip-bg {
	background: #ff5780;
}
.header-top .group-name.authors-bg, .page-profile .inset-header .about-me .user-name small.badge.authors-bg {
	background: #2aa461;
}
.header-top p {
	margin-top: 10px;
	font-size: 12px;
	color: #8495a0;
	cursor: pointer;
}
.header-bottom {
	padding-top: 15px;
}
.header-bottom {
	position: relative
}
.header-bottom .my-home {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.header-bottom ul {
	padding: 1px;
	display: flex;
	text-align: center;
	margin: auto;
	list-style: none;
}
.header-bottom li {
	float: left;
	width: 20%;
	cursor: pointer;
}
.header-bottom li i {
	background-color: #eee;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 0;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}
.header-bottom li i:hover {
	opacity: 0.8
}
.header-bottom li i.ico_1 {
	background-image: url(../fonts/shoucang.svg)
}
.header-bottom li i.ico_2 {
	background-image: url(../fonts/xiangmu.svg)
}
.header-bottom li i.ico_3 {
	background-image: url(../fonts/anquan.svg)
}
.header-bottom li i.ico_4 {
	background-image: url(../fonts/dingdan.svg)
}
.header-bottom li i.ico_5 {
	background-image: url(../fonts/xiazai.svg)
}
.header-top p {
	margin-top: 10px;
	font-size: 12px;
	color: #8495a0;
	cursor: pointer;
}
.header-dropdown {
	font-size: 12px;
}
.header-top p {
	margin: auto;
}
.header__cat {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10px;
	border-radius: 8px 8px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	padding-top: 0;
}
