.my-header2 {
  position: fixed;
  height: 56px;
  top: 0;
  width: 100%;
  z-index: 199999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-tabs::-webkit-scrollbar {
  display: none;
}
.img-l {
  width: 92px;
  margin-left: 20px;
}
.img-more , .img-close{
  width: 31px;
  margin-right: 20px;
}
.img-close {
  display: none;
}
.home-banner img {
  width: 100%;
}

.mfooter {
  width: 480px;
  padding-top: 26px;
  padding-bottom: 26px;
  background: #2e3033;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0px 0px 0px 0px;
}
.mfooter .yl {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 13px;
  text-indent: 20px;
}
.main-youl {
  margin: 0 20px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youlian a {
  font-weight: 400;
  font-size: 15px;
  color: #d8d8d8;
}
.log-new {
  width: 92px;
  height: 26px;
  margin-bottom: 9px;
  margin-left: 20px;
}
.mfooter .tel {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  text-indent: 20px;
  margin-bottom: 9px;
}
.footer_copyright {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 20px;
}

.footer_copyright a {
  color: #fff;
}
.chosed-fixed {
  height: calc(100vh - 56px);
  position: fixed;
  top: 56px;
  left: 0;
  /* display: flex; */
  align-items: center;
  width: 100%;
  z-index: 9999;
  justify-content: space-between;
  display: none;
}
.lfe-fix {
  width: 147px;
  height: calc(100vh - 56px);
  background-color: #f6f7fc;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 15px;
  justify-content: flex-start;
}
.rig-f {
  width: calc(100% - 146px);
  height: calc(100vh - 56px);
  background-color: #fff;
  /* display: flex; */
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  display: none;
  position: fixed;
  right: 0;
  top: 56px;
}
.lfe-fix .mea-item {
  width: calc(100% - 20px);
  margin-bottom: 31px;
  font-weight: 400;
  font-size: 20px;
  color: #262626;
  margin-left: 20px;
  line-height: 28px;
}
.me-item {
  margin-left: 20px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  color: #1a2840;
  line-height: 28px;
}
.menu-titles.active {
  font-weight: 400;
  font-size: 20px;
  color: #0046DC;
}

.flex-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
