#header {
  background-color: #f8f9fc;
}

.menu {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #F0F1F5;
  box-shadow: 0px 0px 30px 0px rgb(78 106 161 / 10%);
}

.two-menu .menu-title:hover {
  color: #2B81FF;
}

.menu-item {
  display: inline-block;
  float: left;
}

.menu-item a {
  width: 100%;
  display: flex;
  align-items: center;


}

.three-menu2-2,
.three-menu3-3 {
  display: none;
}

.menu {
  width: 100%;
  position: absolute;
  padding: 25px 0;
  display: none;
  position: fixed;
  left: 50%;
  top: 74px;
  transform: translateX(-50%);
  /* display: block !important; */
}

.two-menu {
  width: 100%;
  display: flex;
  padding-bottom: 28px;
  border-bottom: 2px solid #E8F1FF;
}

.two-menu .menu-title {
  margin: 0 30px;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
}

.three-menu-font {
  padding-left: 10px;
}

.menu-item {
  padding: 10px 0;
}

.three-menu {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}

.active-1 {
  background: linear-gradient(90deg, rgba(43, 129, 255, 0.2) 0%, rgba(217, 217, 217, 0) 100%);
  border-left: 1px solid #2B81FF;
}

.active-1 .three-menu-font {
  color: #2B81FF;
}

.menu-item {

  margin-top: 40px;
  width: 50%;
  cursor: pointer;
}

.menu-item .menu-img {
  width: 26px;
  height: 26px;
  margin-left: 5px;
}

.menu-item .menu-img img {
  width: 100%;
  height: 100%;
}

.two-menu .menu-title:first-child {
  margin-left: 0;
}

.two-menu .active {
  color: #2B81FF;
}

.menu span:nth-of-type(odd) {
  margin-left: 20px;
}

/* .menu-span img {
  width: 32px;
  height: 32px;
} */

.blbg {
  background: linear-gradient(90deg, #e6efff, #ffffff);
  border-left: 3px solid #3767F9;
}

.menu-span:hover {
  background: linear-gradient(90deg, #e6efff, #ffffff);
  border-left: 3px solid #3767F9;
}

.menu span:hover {
  color: #1C5EE5;
}


.three-menu2-2 {}

/* 以上是pc */
/* 以下是移动端 */
/* .phone-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #3838386f;
  width: 100%;
  height: 100vh;
  z-index: 99;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.phone-menu-font {
  width: 100%;
  text-align: right;


}

.bi-x {
  font-size: 30px;
}

.down {
  width: 100%;
  height: 100vh;
  background: #E6EEF7;
  border-radius: 15px;
}

.phoen-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}