body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url('../../images/download/bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
}

.page {
  /* height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.2); */
}
header {
  /* width: 100%;
  height: 1.23rem; */
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* position: fixed;
  top: 0;
  z-index: 999;
  padding: 0 .37rem;
  display: flex;
  justify-content: space-between;
  align-items: center; */
}
header > nav {
  padding: .36rem;
}
/* 
header > img {
  width: .35rem;
	height: .24rem;
}
header .title {
  font-size: .4rem;
  color: #FFF;
  padding-left: 2rem;
  font-weight: bold;
}
header .title > img {
  width: .64rem;
  height: .43rem;
  vertical-align: sub;
}
header .right {
  width: 3.2rem;
  height: .5rem;
  border-radius: .21rem;
  background-color: #FFF;
  font-size: .27rem;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .right > img {
  width: .32rem;
  height: .32rem;
  margin-right: .11rem;
} */
.banner {
  width: 100%;
  height: 5.23rem;
  background: url('../../images/download/beijing.png') center / cover;
  display: flex;
}
.banner > img {
  width: 1.81rem;
  height: 3.95rem;
  margin: 1.33rem 0 0 1.55rem;
}
.text {
  color: #FFF;
  /* margin: 0 auto; */
  /* width: 4.5rem; */
  padding: 2.03rem 0 .56rem;
  text-align: center;

}
.text .title-zh {
  font-size: .59rem;
  font-weight: bold;
  color: #333;
}
.text .title-zh .brand {
  color: #3ccba6;
}
.text .title-en {
  font-size: .27rem;
  margin-top: .13rem;
  color: #333;
}
.text .qr img {
  margin-top: .27rem;
  width: 1.52rem;
  height: 1.52rem;
}
.text .qr {
  width: 1.52rem;
}
.text .qr span {
  font-size: .43rem;
  display: inline-block;
  width: 3.04rem;
  transform: scale(.5);
  position: relative;
  left: -.76rem;
}
.white {
  text-align: center;
}
.white img {
  width: 5.63rem;
  height: 6.73rem;
}
.contact {
  /* width: 2.69rem; */
  margin: .53rem auto 0;
  /* background: url('../../images/product/beijing.png') center / cover; */
  /* padding-left: .4rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .text h4 {
  color: #3ccba6;
  font-size: .4rem;
  font-weight: bold;
  margin-bottom: .8rem;
}
.contact .text .info {
  color: #e6e6e6;
  font-size: .27rem;
  line-height: .48rem;
}
.contact .qr {
  width: 2.67rem;
  text-align: center;
  color: #333;
  font-size: .35rem;
  line-height: .45rem;
}
.contact .qr img {
  /* width: 2.21rem; */
  /* height: 2.21rem; */
  width: 2.67rem;
  height: 2.67rem;
  margin-bottom: .35rem;
}
.contact .qr div {
  font-size: .43rem;
  color: #FFF;
  transform: scale(.5);
  width: 4.42rem;
  position: relative;
  left: -.9rem;
}
/* footer {
  width: 100%;
  height: 1.33rem;
  background-color: #3ccba6;
  color: #FFF;
  font-size: .48rem;
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
}
footer img {
  width: .4rem;
  height: .4rem;
}
footer > div {
  display: inline-block;
  width: 50%;
  text-align: center;
} */