.common-page {
  width: 19.2rem;
  height: 10.8rem;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page1 {
  background-image: url("../img/page1/3.jpg");
  background-size: 100% 100%;
}
.page1 .page-info {
  width: 13.5rem;
  height: 2rem;
  padding-top: 1.5rem;
  margin: 0 auto;
}
.page1 .page-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.65rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.page1 .info-one {
  width: 11.2rem;
  margin: 0 auto;
  font-size: 18px;
  line-height: 180%;
}
.page1 .btns:hover {
  animation-play-state: paused;
}
.page1 .btns {
  animation: float 4s infinite;
  animation-play-state: running;
  width: 11.5rem;
  margin: 0 auto;
  margin-top: 1rem;
  height: 1rem;
  display: flex;
  justify-content: space-between;
}
.page1 .btns .colom {
  width: 2rem;
}
.page1 .btns .colom2 {
  width: 4.5rem;
}
.page1 .btns .colom2 .btn:first-child {
  height: 0.5rem;
  background-size: 100% 100%;
  background-image: url("../img/page1/btn2.png");
}
.page1 .btns .colom2-info {
  border: 1px solid #01ffff;
  border-radius: 0.25rem;
  padding: 0.1rem 0.1rem;
}
.page1 .btns .colom2-info a {
  color: #fff;
  font-size: 0.18rem;
  display: block;
  text-align: center;
  line-height: 2.5;
}
.page1 .btns a {
  cursor: pointer;
  transition: all ease 0.3s;
}
.page1 .btns a:hover {
  transform: scale(1.1);
}
.page1 .btns .btn {
  height: 0.4rem;
  border: 1px solid #01ffff;
  border-radius: 0.25rem;
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
  justify-content: center;
}
.page1 .btns .btn:first-child {
  height: 0.5rem;
  background-size: 100% 100%;
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 0.21rem;
  border-radius: 0.35rem;
  background-image: url("../img/page1/btn1.png");
}
.page2 {
  background-image: url("../img/page2/2.jpg");
  background-size: 100% 100%;
}
.page2 .btn-ani {
  width: 100%;
  height: 100%;
  position: relative;
  animation: float2 4s infinite;
  animation-play-state: running;
}
.page2 .btns:hover {
  animation-play-state: paused;
}
.page2 .page-info {
  width: 13.5rem;
  height: 2rem;
  padding-top: 1.5rem;
  margin: 0 auto;
}
.page2 .page-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.65rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.page2 .qiu {
  height: 5.5rem;
  width: 12.5rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  position: relative;
}
.page2 .qiu .center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/page2/center.png");
  background-size: 100% 100%;
  z-index: 2;
}
.page2 .qiu .center .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../img/page2/center.png");
  background-size: 100% 100%;
}
.page2 .qiu .left {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.5rem;
  margin-top: -1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 3;
}
.page2 .qiu .left .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../img/page2/left.png");
  background-size: 100% 100%;
}
.page2 .qiu .right {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 0.9rem;
  margin-top: -1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url("../img/page2/right.png");
  background-size: 100% 100%;
  z-index: 1;
}
.page2 .qiu .right .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../img/page2/right.png");
  background-size: 100% 100%;
}
.page2 .qiu .left .bg,
.page2 .qiu .center .bg,
.page2 .qiu .right .bg {
  animation: rotate 2s linear infinite;
}
.page2 .qiu .left div,
.page2 .qiu .center div,
.page2 .qiu .right div {
  position: relative;
  z-index: 1;
}
.page2 .qiu .left p,
.page2 .qiu .center p,
.page2 .qiu .right p {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.page2 .qiu .left div,
.page2 .qiu .center div,
.page2 .qiu .right div {
  font-size: 0.2rem;
  color: #fff;
}
.page2 .qiu .left span,
.page2 .qiu .center span,
.page2 .qiu .right span {
  font-size: 0.4rem;
}
.page2 .qiu .left-btns {
  position: absolute;
  left:  -0.8rem;
  top: 0.4rem;
  height: 5rem;
  width: 2.2rem;
}
.page2 .qiu .left-btns .btn1 {
  margin-bottom: 0.31rem;
}
.page2 .qiu .left-btns .btn1:nth-child(1),
.page2 .qiu .left-btns .btn1:nth-child(6) {
  margin-left: 0.55rem;
}
.page2 .qiu .left-btns .btn1:nth-child(2),
.page2 .qiu .left-btns .btn1:nth-child(5) {
  margin-left: 0.3rem;
}
.page2 .qiu .top-btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0rem;
}
.page2 .qiu .top-btns .btn2 {
  margin-bottom: 0.12rem;
}
.page2 .qiu .bottom-btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.page2 .qiu .bottom-btns .btn2 {
  margin-bottom: 0.12rem;
}
.page2 .qiu .right-btns {
  position: absolute;
  right: -0.75rem;
  top: 0.4rem;
  height: 5rem;
  width: 2.2rem;
}
.page2 .qiu .right-btns .btn3 {
  margin-bottom: 0.31rem;
}
.page2 .qiu .right-btns .btn3:nth-child(1),
.page2 .qiu .right-btns .btn3:nth-child(6) {
  margin-left: -0.55rem;
}
.page2 .qiu .right-btns .btn3:nth-child(2),
.page2 .qiu .right-btns .btn3:nth-child(5) {
  margin-left: -0.3rem;
}
.page2 .btn1 {
  width: 2.2rem;
  height: 0.5rem;
  background-image: url("../img/page2/btn3.png");
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page2 .btn2 {
  width: 2.2rem;
  height: 0.5rem;
  background-image: url("../img/page2/btn3.png");
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page2 .btn3 {
  width: 2.2rem;
  height: 0.5rem;
  background-image: url("../img/page2/btn3.png");
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page2 a {
  cursor: pointer;
  transition: all ease 0.3s;
}
.page2 a:hover {
  transform: scale(1.1);
}



.page3 {
  background-image: url("../img/page3/3.jpg");
  background-size: 100% 100%;
}
.page3 .btn-ani {
  width: 100%;
  height: 100%;
  position: relative;
  animation: float2 4s infinite;
  animation-play-state: running;
}
.page3 .btns:hover {
  animation-play-state: paused;
}
.page3 .page-info {
  width: 13.5rem;
  height: 2rem;
  padding-top: 1rem;
  margin: 0 auto;
}
.page3 .page-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.65rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.page3 .qiu {
  height: 6.5rem;
  width: 9.3rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  position: relative;
}
.page3 .qiu .center:hover {
  transform: scale(1.1);
}
.page3 .qiu .center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.2rem;
  margin-top: -2.2rem;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 2;
}
.page3 .qiu .center .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../img/page3/center.png");
  background-size: 100% 100%;
}
.page3 .qiu .center {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.page3 .qiu .center div {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 0.8rem;
  word-break: break-all;
  max-width: 100%;
}
.page3 .qiu .left div,
.page3 .qiu .right div {
  position: relative;
  z-index: 1;
}
.page3 .qiu .left div,
.page3 .qiu .right div {
  font-size: 0.2rem;
  color: #fff;
}
.page3 .qiu .left-btns {
  position: absolute;
  left: -0.5rem;
  top: 0.4rem;
  height: 5rem;
  width: 2rem;
}
.page3 .qiu .left-btns .btn1 {
  margin-bottom: 1.5rem;
}
.page3 .qiu .left-btns .btn1:nth-child(1),
.page3 .qiu .left-btns .btn1:nth-child(3) {
  margin-left: 0.55rem;
}
.page3 .qiu .bottom-btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.page3 .qiu .bottom-btns .btn2 {
  margin-bottom: 0.12rem;
}
.page3 .qiu .right-btns {
  position: absolute;
  right: -0.8rem;
  top: 0.4rem;
  height: 5rem;
  width: 2.2rem;
}
.page3 .qiu .right-btns .btn1 {
  margin-bottom: 1.5rem;
}
.page3 .qiu .right-btns .btn1:nth-child(1),
.page3 .qiu .right-btns .btn1:nth-child(3) {
  margin-left: -0.55rem;
}
.page3 .btn1 {
  width: 1.93rem;
  height: 0.65rem;
  background-image: url("../img/page3/btn.png");
  background-size: 100% 100%;
  font-size: 0.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page3 a {
  cursor: pointer;
  transition: all ease 0.3s;
}
.page3 a:hover {
  transform: scale(1.1);
}
/*# sourceMappingURL=all.css.map */