.download-page {
  color: #333;
  background: #ffede1;
  padding: 36px 0;
}
.download-page .title {
  text-align: center;
  margin-bottom: 50px;
}
.download-page .title p:nth-child(1) {
  color: #333;
  font-size: 40px;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.download-page .title p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.download-page .title .logo_type {
  justify-content: center;
  display: flex;
  gap: 80px;
}
.download-page .title .logo_type .svg-icon {
  margin-right: 0;
}
.download-page .download-options {
  width: 1200px;
  margin: 0 auto;
}
.download-page .download-options a {
  color: #333;
  display: block;
}
.download-page .download-options ul {
  width: 775px;
  margin: 0 auto;
}
.download-page .download-options li {
  display: inline-block;
  width: 160px;
  margin-right: 45px;
  cursor: pointer;
}
.download-page .download-options li p {
  text-align: center;
}
.download-page .download-options li:last-child {
  margin-right: 0;
}
.download-page .download-options li:hover p {
  color: #4f7df5;
}
.download-page .download-options .img-svg {
  width: 120px;
  height: 120px;
  background: #fff;
  margin: 0 auto 20px;
  position: relative;
}
.download-page .download-options .img-svg .type {
  width: 54px;
  height: 54px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.download-page .download-options .img-svg a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  transform: translate(-50%, -50%);
  background: #fff;
}
.download-page .download-options .img-svg a svg {
  width: 54px;
  height: 0px;
  margin: 0;
}
.download-page .download-options .img-svg:hover a {
  height: 60px;
}
.download-page .download-options .img-svg:hover a svg {
  height: 60px;
}
.download-page .download-options .img-svg .code-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #4f7df5;
  border-right: 25px solid #4f7df5;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
}
.download-page .download-options .img-svg .code-container {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 22px;
  width: 22px;
}
.download-page .download-options .img-svg .code-container svg {
  height: 22px;
  width: 22px;
  margin-right: 0;
}
.download-page .download-options .img-svg .code-container img {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 100px;
  height: 0px;
}
.download-page .download-options .img-svg .code-container:hover img {
  height: 80px;
  width: 80px;
}

