.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;
}
.market {
  color: #333;
  padding-top: 80px;
  padding-bottom: 80px;
  min-width: 1200px;
  background: #eff3fd url("/images/download/mbg.png") no-repeat left top / cover;
}
.market-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 10px;
}
.market-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.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;
}
.market-btn:hover {
  background-color: #3a67f6;
}
.market-btn:active {
  background-color: #0a3bda;
}
.market .btn-suffix {
  margin-left: 10px;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.market .btn-suffix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.market .btn-suffix use {
  fill: #fff;
}
.market .btn-suffix path {
  fill: #fff;
}
@media screen and (max-width: 1024px) {
  .market {
    min-width: 0;
  }
  .market .yun-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .market {
    width: 100vw;
  }
  .market .yun-center {
    width: 100vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
