.download-container {
  background: url("../images/download/download-bg.jpg") no-repeat;
  background-size: cover;
}
.download-container .info-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 0.75rem;
}
.download-container .info-section .info-title {
  font-size: 0.875rem;
  color: #0072fe;
  font-weight: normal;
}
.download-container .info-section .info-desc {
  font-size: 0.3rem;
  color: #3c3c3c;
  font-weight: normal;
  line-height: 1.8;
}
.download-container .info-section .download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: -moz-linear-gradient(0deg, rgb(61, 166, 255) 0%, rgb(76, 123, 255) 50%, rgb(83, 95, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(61, 166, 255) 0%, rgb(76, 123, 255) 50%, rgb(83, 95, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(61, 166, 255) 0%, rgb(76, 123, 255) 50%, rgb(83, 95, 255) 100%);
  box-shadow: 0 0.075rem 0.575rem 0 rgba(59, 59, 59, 0.21);
  width: 4.1rem;
  height: 1rem;
  border-radius: 0.5rem;
  font-size: 0.4rem;
  color: #fff;
}
.download-container .info-section .download-button .iconfont {
  font-size: 0.5rem;
  margin-right: 0.225rem;
}
.download-container .download-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 5%;
  width: 100%;
}
.download-container .download-list.download-list-enterprise {
  padding: 0 20%;
}
.download-container .download-list .download-item {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.download-container .download-list .download-item .content-before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download-container .download-list .download-item .content-before .item-icon {
  font-size: 1rem;
  transition: all 0.1s ease;
}
.download-container .download-list .download-item .content-before .item-name {
  font-size: 0.325rem;
  color: #3c3c3c;
  margin-top: 0.125rem;
  transition: all 0.1s ease;
}
.download-container .download-list .download-item .content-before .item-corners {
  position: absolute;
  top: -0.875rem;
  right: -0.875rem;
  width: 1.75rem;
  height: 1.75rem;
  transform: rotate(45deg);
  background-color: #52b4fe;
  transition: all 0.1s ease;
}
.download-container .download-list .download-item .content-before .item-corners .iconfont {
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  font-size: 0.45rem;
  color: #fff;
}
.download-container .download-list .download-item .content-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download-container .download-list .download-item .content-after .item-icon {
  font-size: 0.75rem;
  color: #009cf5;
  margin-bottom: 0.25rem;
  transform: scale(0);
  transition: all 0.1s ease;
}
.download-container .download-list .download-item .content-after .item-qrcode {
  width: 1.75rem;
  height: 1.75rem;
  transform: scale(0);
  transition: all 0.1s ease;
}
.download-container .download-list .download-item .content-after .item-name {
  font-size: 0.275rem;
  color: #3c3c3c;
  margin-top: 0.125rem;
  transform: translateY(-0.125rem);
  opacity: 0;
  transition: all 0.1s ease;
}
.download-container .download-list .download-item:hover .content-before .item-icon {
  transform: scale(0);
}
.download-container .download-list .download-item:hover .content-before .item-name {
  transform: translateY(-0.125rem);
  opacity: 0;
}
.download-container .download-list .download-item:hover .content-before .item-corners {
  top: -1.375rem;
  right: -1.375rem;
}
.download-container .download-list .download-item:hover .content-after {
  display: flex;
}
.download-container .download-list .download-item:hover .content-after .item-icon {
  transform: scale(1);
}
.download-container .download-list .download-item:hover .content-after .item-qrcode {
  transform: scale(1);
}
.download-container .download-list .download-item:hover .content-after .item-name {
  transform: translateY(0);
  opacity: 1;
}
.download-container .preview-section {
  text-align: center;
}
.download-container .preview-section img {
  width: 16.25rem;
}
.download-container .categ-list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
}
.download-container .categ-list .categ-item {
  width: 3.5rem;
  height: 0.95rem;
  line-height: 0.95rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 0.35rem;
  color: #333;
  cursor: pointer;
}
.download-container .categ-list .categ-item.active {
  background-color: #007DFF;
  color: #fff;
}

/*# sourceMappingURL=download.css.map */
