@charset "UTF-8";

body {
  width: 100% !important;
  font-family: "Hiragino Sans GB W3", "Microsoft YaHei", "微软雅黑";
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background: url('/image/downloadpage/download-bg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.download-bg {
  width: 100%;
  background: url('/image/downloadpage/download-banner.png') no-repeat;
  background-size: 16.3265rem auto;
  background-position: center;
  position: relative;
}

.download-logo {
  width: 3.79733rem;
  height: 3.79733rem;
  margin: 0 auto;
  position: relative;
  top: 30%;
  background: url("/image/downloadpage/download-logo.png") no-repeat;
  background-size: cover;
}

.download-text {
  position: relative;
  top: 35%;
}

.download-text li {
  font-size: 0.59733rem;
}

.download-btn {
  display: block;
  width: 4.74069rem;
  height: 1.60085rem;
  margin: 0 auto;
  border-radius: 0.800425rem;
  line-height: 1.60085rem;
  background: #F54D42;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.59733rem;
  position: relative;
  top: 40%;
}

.download-line {
  width: 100%;
  height: 8.4rem;
  position: absolute;
  bottom: 0;
  background: url("/image/downloadpage/download-line.png") no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
}
.download-tips{
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 0.68267rem;
  line-height: 1.0144rem;
  padding-top: 3.5rem;
  box-sizing: border-box;
  display: none;
  background-image: url("/image/downloadpage/download-tips.png");
  background-size: 13.864rem;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}