.h-header {
	width: 100%;
	height: 0.75rem;
	border-bottom: 0.01rem solid #F3F5F7;
	box-sizing: border-box;
	padding: 0rem 1.35rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.h-header-logo {
	width: 2.19rem;
	height: 0.48rem;
	cursor: pointer
}

.login-btn {
	display: flex;
	align-items: center;
	color: #F8028B;
	font-size: 0.19rem;
	cursor: pointer;
}

.login-btn .logo {
	width: 0.32rem;
	height: 0.32rem;
}
.h-head-cates{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 0.4rem;
	
}
.cate-item{
	height: 100%;
	position: relative;
	font-size: 0.19rem;
	margin-right: 0.3rem;
	cursor: pointer;
}
.cate-item:hover{
	color: #F8028B;
}
.cate-checked{
	color: #F8028B;
}
.cate-item .cate-checked-line{
	position: absolute;
	width: 100%;
	height: 0.02rem;
	background-color: #F8028B;
	bottom: -0.03rem;
	
}