:root {
  --main-color:#4095e5 ;
}

.point {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point span {
  background: #fff;
}

.fnt_24 {
  font-size: 0.24rem;
}

.no_data {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.post {
  padding: 10px 20px;
  background: var(--main-color);
  color: #fff;
  position: fixed;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 60px;
  font-size: 14px;
}