.buyer-framework-header{
  background: #ffffff;
  height: 80px;
  border-bottom: 1px solid #eeeeee;
}
.buyer-framework-container {
	width:1200px;
	margin: 0px auto;
}
.buyer-framework-container >ul{
  padding-top:8px;
	float: left;
}
.buyer-framework-container >ul>li{
	float: left;
    height:64px;
}
.buyer-framework-container >ul>li>img {
	height:50px;
}
.buyer-framework-logo {
	display: inline-block;
	width: 199px;
	height:50px;
	border-right: 1px solid #e5e5e5;
	margin-right: 20px;
	margin-top:6px;
}
.buyer-framework-logo img{
  width:180px;
  height: 60px;
  margin-top: -6px;
}
.buyer-framework-title {
	color:#e43636;
	font-size: 16px;
	margin-top:20px;
	display:inline-block;
}
/*选中样式*/
.buyer-framework-header .ant-menu-horizontal .ant-menu-item-selected{
  border-bottom: 0px solid transparent;
}
.buyer-framework-header .ant-menu-item a{
  color: #999 !important;
  font-size: 16px;
}
.buyer-framework-header .ant-menu-item-selected a{
  color: #333 !important;
  font-size: 16px;
}
.buyer-framework-header .ant-menu-item:hover a{
  color: #333 !important;
}

.buyer-framework-header .ant-menu-item{
  padding:0px 25px;
}
/*头部菜单hover底部样式*/
.buyer-framework-header .ant-menu-item:hover{
  border-bottom:0px solid transparent;
}
/*头部菜单调整*/
.buyer-framework-header .ant-menu-horizontal{
  padding-top:13px;
}

.buyer-framework-header .ant-menu-horizontal li:last-child{
  padding:0 0 0 25px;
}