body {
  margin: 0;
  color: #666;
  background: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a {
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
    "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
}

body {
  background: #fff;
}

#main {
  max-width: 1170px;
  margin: 0 auto;
  display: none;
}

#banner {
  width: 100%;
}

#banner .banner-top {
  width: 100%;
  position: relative;
}

#banner .banner-top .title {
  position: absolute;
  width: 100%;
  top: 48px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}

#banner .banner-top .title .text {
  width: 100%;
  max-width: 380px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-img-box {
  width: 100%;
}

.banner-img-box img {
  display: block;
  width: 100%;
}

.banner-down-box {
  position: absolute;
  bottom: 14px;
  width: 100%;
  text-align: center;
}

.down-btn {
  display: inline-block;
  width: 178px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px #9dbdc8 solid;
  border-radius: 4px;
  color: #fff;
  background: #9dbdc8;
  font-size: 20px;
}

.down-btn .icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
}

.android-btn {
  margin-left: 30px;
}

.ios-btn {
  margin-right: 30px;
}

@media screen and (max-width: 800px) {
  .down-qrcode {
    display: none;
  }
}

.down-qrcode {
  position: absolute;
  top: 30%;
  right: 12.22222%;
  text-align: center;
}

.down-qrcode img {
  width: 100px;
  height: 100px;
}

.down-qrcode .lable {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.screenshot_box {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.screenshot_box img {
  vertical-align: top;
  width: 18%;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
}

.score_warp {
  padding-top: 36px;
}

.score_warp .lable {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.score-box {
  text-align: center;
  font-size: 0;
}

.score-box .star {
  margin-top: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-repeat: no-repeat;
}

.score-box .star_small {
  margin-top: 14px;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  background-size: contain;
}

.real_star {
  background-image: url(./img/star.png);
}

.empty_star {
  background-image: url(./img/empty_star.png);
}

#content {
  padding: 0 100px;
  background: #3b547c;
  padding-bottom: 95px;
}

.app_logo_box {
  padding: 30px 0;
}

.app_logo_box .app_logo {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.app_logo_box .app_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

#content .app_details {
  font-size: 14px;
  color: #fff;
}

#content .app_details .lable {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #fff;
}

#footer {
  padding: 0 30px 0 30px;
  background: #3b547c;
}

#footer .line {
  height: 1px;
  background: #999;
  width: 100%;
}

#footer .desc {
  padding: 35px 0 35px 0;
  text-align: center;
  font-size: 14px;
  color: #999;
}

#footer .desc a {
  color: #999;
}
.notice {
  position: relative;
}
.notice .logo {
  position: absolute;
  width: 13%;
  top: 7.4vw;
  left: 10vw;
}
.notice .android_header {
  width: 100%;
  border-bottom: 6px solid #f2f2f2;
}
.product {
  text-align: center;
  color: #000;
  font-size: 14px;
}
.product .logo {
  width: 20%;
  padding: 30px 0 16px;
}
.download_btn {
    background: #4d86f5;
    width: 80%;
    color: #fff;
    text-align: center;
    margin: 50px auto 0;
    padding: 6px;
    border-radius: 6px;
    line-height: 30px;
}
.download_btn img {
    height: 20px;
    vertical-align: -3px;
}
#bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.9);
    text-align: end;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

#bg img {
    width: 93%;
    height: auto;
}
