.banner {
  padding: 107px 0 240px 0;
  text-align: center;
  color: #fff;
  background: url(/images/bg.png) no-repeat center;
  background-size: cover;
}
.banner .banner-title {
  font-size: 50px;
  font-weight: 600;
}
.banner .banner-desc {
  font-size: 34px;
  margin-top: 25px;
  line-height: 1.5;
}
.download {
  margin-top: -170px;
}
.download .container {
  display: flex;
  border-radius: 30px;
  background: url(../img/download-all-in-one/box-bg.png) no-repeat center;
  background-size: cover;
  background-color: #e2eded;
  box-shadow: 0px 4px 13px 0px rgba(102, 158, 158, 0.2);
}
.download .download-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 453px;
  background: #fff;
  border-radius: 30px 0px 0px 30px;
  box-sizing: border-box;
  padding: 27px 34px;
  line-height: 1.5;
  text-align: center;
}
.download .download-left_title {
  color: #01966B;
  font-size: 22px;
  font-weight: 600;
  margin-top: 26px;
}
.download .download-left_desc {
  color: #5B5B5B;
  font-size: 18px;
  margin-top: 13px;
}
.download ul {
  border-radius: 10px;
  background: #F2F9F5;
  padding: 0 34px 20px 34px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 26px;
}
.download ul .include {
  border-radius: 0px 0px 10px 10px;
  background: #01966B;
  color: #fff;
  width: max-content;
  margin: 0 auto;
  padding: 5px 45px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}
.download ul li {
  text-align: left;
  margin-left: 30px;
  color: #435650;
  font-size: 16px;
  margin-top: 13px;
  list-style-image: url(../img/download-all-in-one/Vector.png);
}
.download .download-right {
  padding: 36px 32px;
  flex: 1;
}
.download .download-right .download-right_item {
  display: flex;
  column-gap: 34px;
  align-items: center;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  height: 290px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 13px 0px rgba(102, 158, 158, 0.2);
}
.download .download-right .win-model {
  margin-bottom: 43px;
}
.download .download-right .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 100%;
  background: url(/images/img.png) no-repeat center;
  background-size: cover;
}
.download .download-right .icon img {
  width: 100px;
  height: 100px;
}
.download .download-right .info-title {
  color: #46B874;
  font-size: 24px;
  font-weight: 600;
}
.download .download-right .info-system {
  color: #FFA114;
  font-size: 14px;
  margin-top: 21px;
}
.download .download-right .btn {
  border-radius: 10px;
  background: #46B874;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  padding: 17px 47px;
  display: block;
  margin-top: 27px;
  width: max-content;
}
.download .download-right .btn:hover {
  background: #2EA45E;
}
.download .download-right .tip {
  color: #5B5B5B;
  font-size: 18px;
  font-weight: 400;
  margin-top: 22px;
}
@media (max-width: 780px) {
  .banner {
    background-image: url(../img/download-all-in-one/mobile-bg.png);
    padding-bottom: 138px;
  }
  .banner .banner-title {
    font-size: 36px;
  }
  .banner .banner-desc {
    font-size: 26px;
  }
  main {
    background: #E1ECEC;
  }
  .download {
    margin-top: -80px;
  }
  .download .container {
    box-shadow: unset;
    flex-wrap: wrap;
    background: unset;
  }
  .download .download-left {
    flex: 1;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 10px;
    padding: 27px 13px 15px 13px;
  }
  .download .download-left_title {
    font-size: 20px;
    white-space: nowrap;
  }
  .download .download-left_desc {
    font-size: 15px;
  }
  .download ul li {
    font-size: 14px;
    white-space: nowrap;
  }
  .download .download-right {
    padding: 0;
    margin-top: 43px;
  }
  .download .download-right .download-right_item {
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    line-height: 1.5;
  }
  .download .download-right .win-model {
    margin-bottom: 36px;
  }
  .download .download-right .icon {
    border-radius: 15px 15px 0px 0px;
    background-color: #F2F9F5;
    width: 100%;
    height: auto;
    padding: 14px 0;
  }
  .download .download-right .icon img {
    width: 76px;
    height: 76px;
  }
  .download .download-right .info {
    padding: 23px 0;
    text-align: center;
    width: 100%;
  }
  .download .download-right .btn {
    margin: 11px auto;
    font-size: 18px;
    padding: 15px 45px;
  }
  .download .download-right .info-title {
    font-size: 20px;
  }
  .download .download-right .info-system {
    font-size: 14px;
  }
  .download .download-right .tip {
    font-size: 19px;
  }
}