/*jq-mobile的盒子*/
.ui-loader {
  display: none;
}
html {
  width: 100%;
  overflow-x: hidden;
}
header {
  background: rgba(0, 0, 0, 0.65);
}
#nav-bar #backArrow {
  display: block;
  width: 1rem;
  height: 100%;
  padding: 5px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#backIcon {
  width: 16px;
}
.white_content {
  width: 100%;
  overflow: auto;
  padding: 0.4rem;
  padding-top: 1.8rem;
  /*返回顶部按钮*/
}
.white_content .Mtitle {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #636364;
  letter-spacing: 2px;
  margin-bottom: 17px;
}
.white_content .Mdate {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0.78px;
  margin-bottom: 0.4rem;
}
.white_content .mcontent img {
  width: 100% !important;
  display: block;
}
.white_content .toTop {
  margin: 1rem auto;
  text-align: center;
  cursor: pointer;
}
.white_content .toTop img {
  width: 2.96rem;
}
