.view-mb {
  padding-bottom: 6rem;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(../img/banner/gg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;


}

.mb-banner-fixed img {
  width: 3rem;
  cursor: pointer;
  margin-right: 10px;

}
.view_h5_tips_box ul{
  padding: .133333rem;

 display: flex;
 flex-wrap: wrap;
}
/* .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;
}
@media screen and (max-width: 750px) {
  .mb-banner-fixed {
    display: block !important;
  }
}
