.contain {
  background-color: #fff;
  min-height: 100vh;
}
#grad1 {
  margin: 0 auto;
  margin-top: 1.975rem;
  width: .78rem;
  height: .78rem;
  border-radius: 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: loading 8s linear infinite;
          animation: loading 8s linear infinite;
  background-image: linear-gradient(50deg, #e8e7e7, #e8e7e7 52%, #f1f1f1 55%, #e8e7e7 58%, #e8e7e7);
  background-size: 400% 100%;
}
#grad1 .icon {
    width: 0.78rem;
    height: 0.78rem;
    margin: 0 auto;
}
@-webkit-keyframes loading {
0% {
    background-position: 400% 50%;
}
to {
    background-position: 0% 50%;
}
}
@keyframes loading {
0% {
    background-position: 400% 50%;
}
to {
    background-position: 0% 50%;
}
}
.title {
  margin: 0 auto;
  margin-top: 0.32rem;
  color: #333333;
  font-size: 15px;
}
.detail {
  margin: 0 auto;
  margin-top: 0.04rem;
  color: #999999;
  font-size: 11px;
}
.bottomImg {
  font-size: 0;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottomImg .line {
    width: 2rem;
    height: 1px;
    background-color: #eee;
}
.bottomImg .botom_icon {
    position: absolute;
    width: 0.69rem;
    z-index: 9;
    background: #fff;
    padding: 0 0.18rem;
}
.bottom_des {
  position: absolute;
  margin-left: 0.24rem;
  margin-right: 0.24rem;
  bottom: 0.26rem;
  font-size: 10px;
  color: #cccccc;
}


/*# sourceMappingURL=43.1758895010353.css.map*/