.qiongpai_market_spread {
  padding: 60px 0 68px;
  position: relative;
}

.qiongpai_market_spread .content_wrapper {
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 244px;
}

.qiongpai_market_spread .content_wrapper .content h2 {
  color: #333;
  text-align: center;
  font-size: var(--font-title-size);
  font-weight: 800;
  line-height: var(--line-height);
}

.qiongpai_market_spread .content_wrapper .content p {
  color: #666;
  text-align: center;
  font-size: var(--font-desc-size);
  font-weight: 400;
  line-height: var(--line-height);
  margin-top: 12px;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.qiongpai_market_spread .qp-btn {
  margin-top: 50px;
  text-align: center;
}

.qiongpai_market_spread .qp-btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  font-size: var(--font-desc-size);
  font-weight: 500;
  line-height: var(--line-height);
  text-transform: capitalize;
}
.qiongpai_market_spread .qp-btn a:hover{
  color: #fff !important;
}

.qiongpai_market_spread .num_list_wrapper {
  margin-top: 50px;
  padding: 0 40px;
}

.qiongpai_market_spread .num_list_wrapper .num_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}

.qiongpai_market_spread .num_list_wrapper .num_item_list .num_item {
  width: calc((100% - 27px * 3) / 4);
  text-align: center;
}

.qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .top .num {
  color: var(--color-primary);
  font-size: 60px;
  font-weight: 600;
  line-height: var(--line-height);
  text-transform: capitalize;
}

.qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .top .decorate {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 600;
  line-height: var(--line-height);
  text-transform: capitalize;
}

.qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .top .decorate.long {
  font-size: 20px;
}

.qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .bottom {
  margin-top: 4px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: var(--line-height);
  text-transform: capitalize;
}

.decorate-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 50%;
  max-width: 940px;
}

.decorate-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1500px) {
  .qiongpai_market_spread .content_wrapper {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 1499px) {
  .qiongpai_market_spread .content_wrapper {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1199px) {
  .qiongpai_market_spread .content_wrapper {
    padding-bottom: 100px;
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .top .num {
    font-size: 40px;
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .top .decorate {
    font-size: 20px;
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .bottom {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {

  .qiongpai_market_spread {
    padding: 30px 0 30px 0;
  }

  .qiongpai_market_spread .content_wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    background-size: contain;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .qiongpai_market_spread .qp-btn {
    margin-top: 30px;
  }

  .qiongpai_market_spread .num_list_wrapper {
    margin-top: 30px;
  }

  .decorate-img {
    z-index: -1;
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list {
    gap: 20px;
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list .num_item {
    width: calc((100% - 20px) / 2);
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .top .num {
    font-size: 30px;
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .top .decorate {
    font-size: 16px;
  }

  .qiongpai_market_spread .num_list_wrapper .num_item_list .num_item .bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .qiongpai_market_spread .qp-btn {
    margin-top: 20px;
  }

  .qiongpai_market_spread .num_list_wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .qiongpai_market_spread {
    padding: 20px 0 20px 0;
  }

  .qiongpai_market_spread .qp-btn {
    margin-top: 12px;
  }

  .qiongpai_market_spread .num_list_wrapper {
    margin-top: 12px;
  }
}