.down-box {
  display: inline-block;
  text-align: center;
}
.down-box:nth-last-child(1) {
  margin-left: 15px;
}
.down-box-2 .btn {
  background: #7A9F04 !important;
  color: #fff !important;
}
.down-box .down-tips {
  font-size: 12px;
  margin-top: 8px;
}
.down-box .btn {
  min-width: 240px;
  background: #000000;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  padding: 0px 40px;
}
.down-box .btn img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.down-box .btn .txt {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
.down-box .btn .txt strong {
  font-size: 20px;
}
.down-box .btn::before {
  content: none;
}
.bnr {
  padding: 100px 0;
  background: url(/resource/images/download/banner-bg.png) no-repeat;
  background-size: cover;
}
.bnr-box {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
}
.bnr-box .app {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
}
.bnr-box h1 {
  font-size: 64px;
  white-space: nowrap;
}
.bnr-box h1:lang(es),
.bnr-box h1:lang(fr) {
  line-height: 1.2;
}
.bnr-box .desc {
  font-size: 24px;
  margin: 20px 0 35px 0;
}
.bnr-box .list {
  margin-bottom: 40px;
}
.bnr-box .list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}
.bnr-box .list li::before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/images/download/gou_1.svg) no-repeat;
}
@media screen and (max-width: 1380px) {
  .bnr h1 {
    font-size: 48px;
    white-space: normal;
  }
  .bnr-box {
    flex-direction: column;
    text-align: center;
  }
  .bnr-box .list {
    display: inline-block;
    text-align: left;
  }
  .bnr-box .item {
    margin-bottom: 40px;
  }
}
.what {
  padding: 160px 0 0px 0;
}
.what h2 {
  margin-bottom: 100px;
  text-align: center;
}
.what .item {
  max-width: 1160px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.what .item:not(:last-child) {
  margin-bottom: 200px;
}
.what .item-txt {
  max-width: 580px;
}
.what .item h3 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
}
.what .item .ms {
  font-size: 14px;
  max-width: 520px;
}
.what .item .ms:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .what {
    padding: 80px 0;
  }
  .what .item {
    flex-direction: column;
  }
  .what .item:nth-child(3) {
    flex-direction: column-reverse;
  }
  .what .item h3 {
    font-size: 24px;
  }
  .what .item-txt {
    max-width: 100%;
    text-align: center;
  }
  .what .item .ms {
    max-width: 100%;
  }
  .what .item:not(:last-child) {
    margin-bottom: 100px;
  }
}
.makes {
  padding: 200px 0;
}
.makes h2 {
  text-align: center;
  margin-bottom: 80px;
}
.makes-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.makes .item {
  max-width: 304px;
  width: 100%;
  background: #f8f9fa;
  text-align: center;
  padding: 40px 15px;
  border-radius: 16px 16px 16px 16px;
}
.makes .item-name {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 15px 0 20px 0;
}
.makes .item .desc {
  min-height: 95px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .makes-box {
    flex-direction: column;
  }
  .makes-box .item {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.start {
  padding-bottom: 160px;
}
.start-box {
  padding: 80px 0;
  color: #fff;
  background: url(/resource/images/download/bg-kuang.png) no-repeat center;
  background-size: cover;
  text-align: center;
}
.start-box .desc {
  max-width: 800px;
  font-size: 18px;
  margin: 16px auto 40px;
}
.start-box .down-box .btn {
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .start .down-box:nth-last-child(1) {
    margin-left: 0px;
    margin-top: 30px;
    background: #7A9F04;
  }
  .down-box:nth-last-child(1) {
    margin-left: 0px;
    margin-top: 30px;
  }
}
