#app input {
  outline-style: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

#app .btn {
  position: absolute;
  width: 200px;
  height: auto;
  left: 50%;
  top: 69%;
  margin-left: -100px;
  z-index: 2;
}

#app .page1 .img3 {
  position: absolute;
  /* width: 43%; */
  left: 6%;
  top: 8.2%;
  text-align: center;
  display: flex;
  align-items: center;
}
#app .page1 .img3 #title1 {
  /* font-family: 'Microsoft Yahei'; */
  font-size: 28px;
  display: inline-flex;
  color: #666;
  font-weight: bold;
}
#app .page1 .img3 #title2 {
  /* font-family: 'Microsoft Yahei'; */
  font-size: 28px;
  display: inline-flex;
  color: #666;
}

#app .page1 .img4 {
  position: absolute;
  width: 420px;
  left: 6%;
  top: 30.4%;
}

#app .page2 .tit {
  position: absolute;
  min-width: 150px;
  left: 6%;
  top: 8.1%;
  font-size: 27px;
  color: #4b4849;
}

#app .page2 .tit input {
  font-size: 25px;
  text-align: center;
  display: inline;
  max-width: 350px;
}

#app .page2 .tip_txt {
  position: absolute;
  width: 384px;
  left: 7%;
  top: 17.4%;
}

#app .page2 .main {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 30%;
}

#app .page2 .main input {
  width: 100%;
  font-size: 27px;
  border-bottom: 1px solid #999999;
  margin-bottom: 30px;
  line-height: 40px;
}

#app .page3 .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#app .page3 .tit {
  position: absolute;
  min-width: 150px;
  left: 6%;
  top: 8.15%;
  font-size: 27px;
  color: #4b4849;
  font-family: "simsun";
  font-weight: bold;
}

#app .page3 .main {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 24%;
  font-family: "SuXinShiGuYinSongJian-1";
}

#app .page3 .main p {
  color: #4a4947;
  font-size: 60px;
  /* height: 90px; */
  /* line-height: 90px; */
  margin-bottom: 28px;
  /* display: flex; */
  /* -webkit-box-align: center; */
  /* align-items: center; */
}

#app .page3 .main p span {
  color: #dc0f16;
}

#app .page3 .main img {
  width: 16px;
  margin-left: 10px;
  margin-top: 15px;
}

#app .page3 .code {
  width: 168px;
  height: 168px;
  left: 5%;
  top: 78%;
}

#app .page3 .pic {
  opacity: 0;
}

#app .page3 .share {
  width: 220px;
  right: 7%;
  top: 10%;
}

#app .imgLoading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}

#app .imgLoading div {
  position: relative;
  width: 200px;
  height: 160px;
  /* border-bottom: none; */
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 14px;
  text-align: center;
}

#app .imgLoading div img {
  width: 20%;
  position: absolute;
  left: 40%;
  top: 30%;
}

#app .imgLoading p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 62%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0;
}