.gongkai-menu {
  width: 8rem;
  height: 2rem;
  background: #ffffff;

border: 1px solid #E7E7E7;
  font-size: 0.5rem;
  line-height: 2rem;
  padding-left: 1rem;
  font-weight: 600;
  color: #2C66A5;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.gongkai-menu-select {
  width: 8rem;
  height: 2rem;
  background: #2C66A5;
  border: 1px solid #E7E7E7;
  font-size: 0.5rem;
  line-height: 2rem;
  padding-left: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
.gongkai-menu-select-item {
  cursor: pointer;
  width: 8rem;
  height: 1.5rem;
  padding-left: 2rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: #2C66A5;
  color: #fff;
}
.gongkai-menu-item {
  cursor: pointer;
  width: 8rem;
  height: 1.5rem;
  padding-left: 2rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.gongkai-menu-item:hover {
  background: #2C66A5;
  color: #fff;
}
.zhengwugongkai-detail {
  padding: 0 8rem;
  font-size: 0.3rem;
  color: #333333;
}
.zf_menu_left {
  /* background-color: rgb(25, 161, 113,0.3); */
  padding:  0.5rem;
  ::-webkit-scrollbar {
    width: 0px; /* 滚动条的宽度 */
  }
}
.zfxx_menu {
  height: 16rem;
  overflow-y: auto;
}



@media (max-width: 1200px) {
	.zf_menu_left {
		width: 100%;
		padding: 0;
	}
	.zfxx_menu {
		width: 100%;
		overflow-x: auto;
		height: auto;
		display: flex;
		position: relative;
		padding-bottom: 46px;
	}
	.gongkai-menu,
	.gongkai-menu-select {
		width: 5rem;
		text-align: center;
		padding-left: 0;
		margin-bottom: 0;
	}
	.gongkai-menu img,
	.gongkai-menu-select img {
		width: 0.88rem;
	}
	.lingdao {
		margin: 1.8rem auto 0 !important;
		border-right: none !important;
	}
	.zwgk-menu-cell {
		width: 30rem;
		position: absolute;
		bottom: 3px;
		overflow-x: auto;
		height: 40px;
		line-height: 40px;
		display: flex;
		margin: 0 !important;
		padding: 0 !important;
		background: #fff;
	}
	.gongkai-menu-item {
		width: auto;
		height: 40px;
		line-height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 0.56rem;
		font-weight: 400;
	}
}

