/* 移动端样式修复 */
@media screen and (max-width: 768px) {
  .reward-body {
    max-width: 100%;
  }

  .reward-banner {
    flex-direction: column;
  }

  .reward-banner-item {
    width: 100% !important;
    height: auto !important;
    order: 1;
  }


  .responsive-img {
    height: auto;
    min-height: 300px;
    object-fit: cover;
  }

  .reward-tule-body-title {
    font-size: 16px !important;
    line-height: 1.2;
    margin-top: 21px;
    text-align: center !important;
  }

  .title2 {
    font-size: 24px !important;
    line-height: 1.3;
    margin-top: 15px !important;
        text-align: center !important;
  }

  .font3 {
    font-size: 14px !important;
    line-height: 1.6;
    margin-top: 20px !important;
    text-align: left !important;
    padding: 0 15px;
     text-align: center !important;
  }

  .reward-banner-button {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px !important;
    padding: 0 15px;
  }

  .reward-rule {
    /* padding: 30px 15px !important; */
  }

  .reward-rule-title {
    font-size: 16px !important;
    line-height: 1.2;
  }

  .reward-rule-font {
    font-size: 12px !important;
    line-height: 1.8;
    padding: 0 15px;
    text-align: left;
  }
  .reward-rule-body{
    padding: 30px  0!important;
  }
}

/* 通用样式 */
.reward-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reward-rule-body {
  background: #F9FAFB;
  padding: 64px 56px;
}

.reward-banner-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reward-banner-button-item {
  background: #000000;
  font-family: Neutraface Text Book;
  font-size: 14px;
  color: #FFFFFF;
  padding: 13px 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.reward-banner-button-item a{
  color: #FFFFFF;
  text-decoration: none;
}

.reward-banner-button-item:hover {
  opacity: 0.9;
}

.reward-rule-title {
  text-align: center;
  font-family: Neutraface Text Book;
  color: #000000;
  margin-bottom: 30px;
   font-size: 28px ;
   font-style: normal;
}

.reward-rule-font {
  font-family: Neutraface Text Book;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
  font-style: normal;
}

.reward-rule-font a {
  text-decoration: underline;
  color: #333;
}