.isPC {
  display: none;
}
.isMove {
  display: block;
}
.container {
  position: relative;
  width: 100%;
  height: calc(100% - 1rem);
  background: url("../image/moveConbg.png") no-repeat;
  background-size: 100%;
}
.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40%;
}
.top img {
  width: 3rem;
}
.top span {
  font-size: 0.5rem;
}
.texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.texts .title1 {
  font-size: 0.4rem;
  color: #06f;
  font-weight: bold;
}
.texts .title2 {
  margin-top: 0.2rem;
  color: #666;
}
.btns {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.btns .btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 3rem;
  height: 0.7rem;
  border-radius: 1rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  background: #3b76fe;
}
/*# sourceMappingURL=MoveIndex.css.map */