@charset "utf-8";
@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
body {
  background-color: #F7F7F7;
}
.nav {
  position: relative;
  width: 100%;
  height: 0.95rem;
  padding: 0rem 0.3rem 0rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
.nav .nav_icon_left img {
  width: .2rem;
  justify-content: flex-start;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav .nav_icon_left .iconfont {
  min-width: 0.55rem;
  color: #292929;
  font-size: 0.32rem;
  height: 100%;
  line-height: 0.93rem;
  -webkit-tap-highlight-color: transparent;
}
.nav .nav_icon_raduis img {
  border-radius: 50%;
}
.nav .nav_content_center {
  height: 0.5rem;
  overflow: hidden;
  padding: 0 0.16rem;
}
.nav .nav_content_center .nav_title {
  height: 0.5rem;
  font-size: 0.36rem;
  font-weight: 500;
  color: #333;
  line-height: 0.5rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.nav .nav_icon_right {
  justify-content: flex-end;
  min-width: 0.55rem;
  display: flex;
  justify-content: center;
  display: block;
  width: 0.55rem;
  height: 0.45rem;
  border-radius: 0.18rem;
  border: 0.02rem solid #FFFFFF;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.41rem;
}
/* .m_container{
  padding: 0 .3rem;
} */
.m_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.m_container_wrap {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.m-info {
  margin-top: .2rem;
  padding: .27rem .25rem .25rem .25rem;
  background-color: #ffffff;
}
