/* download */

.download {
  width: 100%;
  height: 580px;
}

.downloadBg {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.downloadListParent {
  position: relative;
  z-index: 1;
}

.downloadDesc {
  font-family: poppinMedium;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  color: #000000;
}

.downloadType {
  width: 244px;
  height: 73px;
}

.downloadPhone {
  width: 260px;
  height: 520px;
}

/* footer */
.footer {
  padding-top: 50px;
  background-color: #ffffff;
}

.footerList {
  margin-bottom: 20px;
}

.footerLogo {
  width: 53px;
  height: 53px;
}

.logo {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  color: #ec1e22;
}

.footerDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #707070;
}

.footerTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: "#000000";
  font-family: poppinSemiBold;
  margin-bottom: 20px;
}

.footerLinks {
  list-style: none;
}

.footerLinks a {
  font-family: poppinMedium;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footerDownloadType {
  width: 123px;
  height: 36px;
  margin-bottom: 20px;
}

.footerFacebook {
  width: 50px;
  height: 50px;
}

.copyRight {
  text-align: center;
  border-top: 1px solid #cacaca8a;
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyRightDesc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.copyRightCompany {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #186eb7;
}

@media only screen and (max-width: 992px) {
  .download {
    width: 100%;
    height: auto;
  }

  .downLoadList {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .downloadDesc {
    font-size: 25px;
  }

  .downloadType {
    width: 144px;
    height: 43px;
  }

  .footerList {
    margin-bottom: 30px;
    row-gap: 25px;
  }

  .footerTitle {
    margin-bottom: 20px;
  }

  .footerDownloadType {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
}
