* {
  padding: 0;
  margin: 0;
}
html,
body {
  background-color: #f6f6f6;
}
body {
  overflow: hidden;
}
a {
  text-decoration: none;
}
.container {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: auto;
  font-size: 0.28rem;
  overscroll-behavior: none
}
/* 头部 */
.header-wrap {
  width: 100%;
  height: 0.88rem;
  padding: 0.2rem 0.24rem;
  background-color: #fff;
  box-sizing: border-box;
}
.header-content {
  text-align: center;
}
.header-content .back-icon {
  float: left;
  width: 0.48rem;
  height: 0.48rem;
}
.header-content h1 {
  line-height: 0.48rem;
  font-size: 0.36rem;
  color: #181818;
  font-weight: 500;
}

/* 底部 */
.bottom-wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 0.24rem;
  right: 0.24rem;
  margin: auto;
}
.footer-wrap {
  padding: 0.4rem 0.24rem;
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.fixed {
  position: fixed;
  bottom: 0.4rem;
  left: 0.24rem;
  right: 0.24rem;
  margin: auto;
}
/* 侧边 */
.float-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0.18rem;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  z-index: 999;
}
.float-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/float-service-icon.png)
    no-repeat;
  background-size: 100% 100%;
}
.float-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.32rem;
  height: 0.32rem;
}