.view-mb {
  /* padding-bottom: 2rem; */
}
.mb-banner-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: white;
  display: none !important;
}

.mb-banner-fixed .mb-banner {
  background: url(./footer.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 60px;
}

.mb-banner-fixed img {
  /* width: 3rem; */
  cursor: pointer;
}
.view_h5_tips_box ul{
  padding: .133333rem;

 display: flex;
 flex-wrap: wrap;
}
.view_h5_tips_box ul li {
  font-size: 12px;
}
/* .view_h5_tips_box ul li {
  width: 50% !important;
} */
.view-pc  {
  /* padding-bottom: 40px; */
}
#view_pc_tips_box {
  /* position:fixed; */
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 12px 0px #666;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .mb-banner-fixed {
    display: block !important;
  }
  #view_pc_tips_box {
    display: none !important;
  }
}
