@charset "utf-8";
body {
  background: #FFFFFF;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.container {
  overflow: hidden;
}
.header {
  width: 100%;
  overflow: hidden;
  background: #FEFEFE;
  position: relative;
  z-index: 8;
}
.header .head-signal {
  width: 100%;
}
.header .head-con {
  height: .88rem;
  overflow: hidden;
  position: relative;
}
.header .head-con .head-return {
  display: block;
  overflow: hidden;
  position: absolute;
  left: .3rem;
  z-index: 2;
  bottom: .25rem;
}
.header .head-con .head-return img {
  display: block;
  width: .4rem;
  height: .4rem;
}
.header .head-con span {
  width: 100%;
  text-align: center;
  line-height: .88rem;
  font-size: .32rem;
  color: #2B333B;
  display: block;
}
.header .head-con .head-sure {
  display: block;
  font-size: .28rem;
  color: #ffffff;
  margin-top: .04rem;
  position: absolute;
  top: .2rem;
  right: .3rem;
  z-index: 9999;
}
.head-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.head-blue {
  background: #4e9fee;
}
.main {
  overflow: hidden;
  overflow-y: auto;
}
.body-blur {
  -webkit-filter: blur(140px) grayscale(0.1);
}
.bottom-line {
  overflow: hidden;
  font-size: .24rem;
  color: #D9DDE1;
  line-height: .24rem;
  position: relative;
  margin: .38rem 0 .48rem;
  text-align: center;
}
.bottom-line:before {
  content: '';
  position: absolute;
  left: 1.03rem;
  top: .13rem;
  width: 1.8rem;
  height: 0.01rem;
  background-image: linear-gradient(135deg, rgba(217, 221, 225, 0) 0%, #d9dde1 100%);
}
.bottom-line:after {
  content: '';
  position: absolute;
  right: 1.03rem;
  top: .13rem;
  width: 1.8rem;
  height: 0.01rem;
  background-image: linear-gradient(-90deg, rgba(217, 221, 225, 0) 0%, #d9dde1 100%);
}
