* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-container {
  width: 100%;
  height: 812rem;
  background-color: #fff;
  /* 背景图 */
  background-image: url(../img/page-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding-top: 143px; */
}

.main-container>.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-container>.logo-container>.logo {
  width: 94px;
  /* height: 109px; */
  /* margin-top: 168px; */
}

.main-container>.logo-container>.app-name {
  font-size: 16px;
  color: #191836;
  margin-top: 11px;
}

.main-container>.logo-container>.h5-url {
  font-size: 9px;
  color: #fff;
  text-decoration: none;
  margin-top: 16px;
}

.main-container>.btn-container {
  /* width: 343px; */
  /* height: 236px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: flex-end; */
  /* background-image: url(../img/btn-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  /* position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 90px;
*/
  justify-content: center;
  margin: 0 auto;
  /* padding: 0 10px; */
  padding-top: 600rem;
}

.main-container>.btn-container>.btn {
  /* background-image: url("../img/btn.png"); */
  background: #222222;
  /* width: 236.95px; */
  border-radius: 1px;
  /* border: 1px solid #FFFFFF; */
  /* border-radius: 1px; */
  color: #fff;
  width: 351rem;
  height: 56rem;
  display: flex;

  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.btn-container>.btn>.icon {
  width: 22rem;
  height: 24px;
  margin-right: auto;
  margin-left: 15rem;
}

.btn-container>.btn>.name {
  font-size: 16rem;
  color: #fff;
  /* background: #FFFFFF; */
  border-radius: 25rem;
  width: 92rem;
  height: 42rem;
  line-height: 42rem;
  text-align: center;
  font-weight: 600;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.line {
  position: fixed;
  top: 106px;
  right: 32px;
  display: flex;
  width: 226px;
  flex-direction: column;
  align-items: flex-end;
}

.line-img {
  width: 65px;
  height: 65px;
}

.tips {
  width: 100%;
}

.tips-item {
  display: flex;
  align-items: center;
  color: white;
  margin-top: 16px;
}

.tips-item:last-child {
  margin-top: 20px;
}

.tips-item>.icon {
  width: 24px;
  height: 24px;
}

.tips-item>.text {
  margin-left: 8px;
  font-size: 16rem;
}

#base_apk {
  /* background: #e4a15a; */
  /* background-image: url("../img/btn2.png"); */
  /* background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; */
  /* border-radius: 1px; */
  /* color: #9d1718; */
  /* border: 2px solid #b9b3b3; */
  overflow: hidden;
}

#ipa {
  /* background: #fff; */
  /* border: 2px solid #222; */
  /* background-image: url("../img/btn1.png"); */
  /* background: #e4a15a; */
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  /* border-radius: 1px; */
  /* margin-right: 20rem; */
  color: #fff;
  margin-bottom: 16rem;
}

#ipa .name {
  color: #fff;
}

#mz {
  background: #222;
}

#mz .name {
  color: #fff;
}

#h5 {
  background: #222;
}

.slogan {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  line-height: 33px;
  text-align: center;
  margin-top: 60px;
}