.home-mobile {
  width: 100vw;
  height: 100vh;
  background: url(../images/home/mobile/bg.png?v=2.0.0) no-repeat;
  background-size: cover;
}
.home-mobMain {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 4.48rem;
  background: url(../images/home/mobile/bg-tit.png?v=2.0.0) no-repeat;
  background-size: contain;
}
.home-mobMain-learn {
  width: 3.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
	text-align: center;
  font-size: 0.32rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 22px;
}

