.m-detail {
  font-family: arial;
  font-size: 0.75rem;
  background-color: #f5f5f5;
  color: #333333;
}
.m-detail .m-detail-region {
  background-color: #fff;
  padding: 0 0.625rem;
  margin-bottom: 0.625rem;
}
.m-detail .footer-more {
  padding-bottom: 0.9375rem;
  text-align: center;
  font-size: 0.875rem;
  color: #999999;
  background-color: transparent;
  line-height: 1;
}
.m-detail.m-detail-noauth {
  margin-bottom: 0;
}
.m-detail-page-top {
  position: fixed;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
}
.m-detail-page-center {
  margin-top: 48px;
  margin-bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
/*------------------------------------------------------------*/
html,
body,
#wing-page-content,
.wing-page-view-index,
.m-page-layout-container {
  height: 100%;
  width: 100%;
}
.m-page-layout-container {
  position: absolute;
  overflow: hidden;
}
.m-page-layout-container .m-page-layout-header {
  position: absolute;
  left: 0;
  top: 0;
  height: 3rem;
  width: 100%;
  z-index: 2;
}
.m-page-layout-container .m-page-layout-center {
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 3.125rem;
  width: 100%;
  z-index: 1;
}
.m-page-layout-container .m-page-layout-center.no-top-position {
  top: 0;
}
.m-page-layout-container .m-page-layout-center .m-page-layout-center-main {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.m-page-layout-container .m-page-layout-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3.125rem;
  width: 100%;
  z-index: 2;
  background-color: #F5F5F5;
}
/** hack fixbug for android **/
/** 兼容Android低版本浏览器postion：absolute导致的详情滚动事件失效问题 **/
.hack-fixbug-for-android {
  height: auto;
}
.hack-fixbug-for-android #wing-page-content,
.hack-fixbug-for-android .wing-page-view-index,
.hack-fixbug-for-android .m-page-layout-container {
  height: auto;
}
.hack-fixbug-for-android .m-page-layout-header {
  position: fixed;
  z-index: 10;
}
.hack-fixbug-for-android .m-page-layout-center {
  position: static;
  margin-top: 3rem;
  margin-bottom: 3.125rem;
  width: 100%;
}
.hack-fixbug-for-android .hack-android-no-header .m-page-layout-center {
  margin-top: 0;
}
.hack-fixbug-for-android .m-page-layout-footer {
  position: fixed;
  z-index: 10;
}
