* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-container {
  width: 100%;
  height: 100vh;
  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: #7c7c7c;
  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: 500px;
}

.main-container > .btn-container > .btn {
  /* background-image: url("../img/btn.png"); */
  background: #fff;
  border-radius: 1px;
  color: #0074FF;
  width: 100%;
  height: 56px;
  display: flex;

  display: none;
  justify-content: center;
  align-items: center;
}

.btn-container > .btn > .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.btn-container > .btn > .name {
  font-size: 16px;
  color: #0074FF;
}

.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;
}

#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; */
}
#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: 14px; */
  color: #0074FF;
  margin-bottom: 10px;
}
#ipa .name {
  color: #0074FF;
}

#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;
}
