@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.ttf");
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Rubik";
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
main .container {
  width: unset;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  main .container {
    width: 100%;
    padding: 0 15px;
    max-width: unset;
  }
}
.banner {
  padding: 14px 0 60px;
  background: url('../img/downloading/mb-banner.png') #fff no-repeat top / cover;
}
.banner h1 {
  width: 170px;
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}
.banner .banner-desc {
  margin-top: 10px;
  color: #374151;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
}
.banner .banner-top {
  padding: 32px 60px 18px 15px;
  background: url('../img/downloading/mb-banner-top.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.banner .banner-bottom {
  margin-top: 20px;
  padding: 40px 10px;
  border-radius: 10px;
  background: url('../img/downloading/mb-banner-bottom.png') no-repeat center / cover;
}
.banner .banner-bottom h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.banner .banner-bottom .bottom-desc {
  margin-top: 16px;
  color: #f3f3f3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.banner .banner-bottom .bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 20px auto 0;
  width: 276px;
  border-radius: 83px;
  background: #fff;
  color: #007bff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}
.banner .banner-bottom .banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.banner .banner-bottom .banner-list .banner-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #606266;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  /* 16.454px */
}
.banner .banner-bottom .banner-pro {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}
.banner .banner-bottom .banner-pro .banner-pro-single {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
