.container {
  position: relative;
  width: 100%;
  height: 100%;
}
.isPC {
  display: block;
}
.isMove {
  display: none;
}
.leftbg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.leftbg .pageonebg1 {
  position: absolute;
  width: 3rem;
  left: 2.6rem;
}
.leftbg .pageonebg2 {
  position: absolute;
  width: 4rem;
  left: -0.4rem;
  top: 0.5rem;
}
.leftbg .pageonebg3 {
  position: absolute;
  width: 1rem;
  left: 0;
  bottom: -0.3rem;
}
.leftbg .pageonebg4 {
  position: absolute;
  width: 4rem;
  left: 0.3rem;
  bottom: 0;
}
.centerItem {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.centerItem .left {
  width: 1.8rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-1.4rem);
}
.centerItem .left img {
  width: 100%;
}
.centerItem .left .phoneimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2222;
}
.centerItem .right {
  width: 2.1rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(1.4rem);
}
.centerItem .right .title1 {
  font-size: 0.25rem;
  font-weight: bold;
}
.centerItem .right .title2 {
  font-size: 0.15rem;
  margin-top: 0.1rem;
}
.centerItem .right .title3 {
  font-size: 0.1rem;
  margin-top: 0.2rem;
}
.centerItem .right .erweima {
  display: flex;
}
.centerItem .right .codeImg {
  width: 0.7rem;
  margin-top: 0.2rem;
}
.centerItem .right .btns {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  margin-right: 0.2rem;
}
.centerItem .right .btns .btn {
  width: 0.7rem;
  height: 0.2rem;
  font-size: 0.08rem;
  color: #fff;
  background: #36f;
  margin-right: 0;
  margin-top: 0.1rem;
  text-align: center;
  line-height: 0.2rem;
  border-radius: 0.8rem;
  cursor: pointer;
  display: inline-block;
}
/*# sourceMappingURL=index.css.map */