.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
@keyframes expand {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.download {
  padding-top: 60px;
}
.download-bg {
  color: #333333;
  width: 100%;
  min-width: 1200px;
  background: url("/images/download/bg.png") no-repeat center;
  background-size: 100% 1180px;
}
.download .btn-download {
  transition: background 0.3s;
  background-color: #fff;
  border: 1px solid #2254f5;
  color: #2254f5;
  animation: fadeIn 1s ease-in-out forwards;
}
.download .btn-download:hover {
  background-color: rgba(34, 84, 245, 0.1);
}
.download .btn-download:active {
  background-color: rgba(34, 84, 245, 0.2);
}
.download-client {
  padding-top: 129px;
  padding-bottom: 96px;
}
.download-client .title {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  margin-bottom: 10px;
}
.download-client .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.download-cards {
  margin-top: 60px;
}
.download-cards ul {
  width: 1160px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.download-cards ul > li {
  min-height: 380px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 360px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(37, 70, 153, 0.15);
}
.download-cards-icon {
  margin: 0 auto 10px auto;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.download-cards-icon svg {
  width: 100%;
  height: 100%;
}
.download-cards-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.download-cards .btn-group {
  margin: 0 auto;
  width: 220px;
  padding-bottom: 15px;
}
.download-cards .btn-group .com-btn {
  margin-bottom: 15px;
  height: 40px;
  border-radius: 6px;
}
.download-cards-links {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-cards-links .divider {
  display: block;
  height: 18px;
  width: 1px;
  background-color: #999;
}
.download-cards-links .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.download-cards-links .text:hover {
  color: #2254f5;
}
.download .market {
  color: #333;
  padding-top: 80px;
  padding-bottom: 80px;
  min-width: 1200px;
  background: #eff3fd url("/images/download/mbg.png") no-repeat left top / cover;
}
.download .market-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 10px;
}
.download .market-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.download .market-btn {
  width: 220px;
  height: 44px;
  box-shadow: 0px 4px 5px 0px rgba(67, 127, 236, 0.1);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  transition: color 0.3s;
  background-color: #2254f5;
  color: #fff;
}
.download .market-btn:hover {
  background-color: #3a67f6;
}
.download .market-btn:active {
  background-color: #0a3bda;
}
.download .market .btn-suffix {
  margin-left: 10px;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.download .market .btn-suffix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.download .market .btn-suffix use {
  fill: #fff;
}
.download .market .btn-suffix path {
  fill: #fff;
}
.wap-block {
  display: none;
}
