/* ========================================
   CPS推广 / 代理伙伴 - 响应式样式
   基于实际 class 结构重写
   ======================================== */

/* ==========================================
   桌面端补充样式
   ========================================== */
.cps-link { color: #fff; text-decoration: none; }
.cps-link:hover { color: #fff; }

/* 推广优势 - CPS 左侧卡片背景 */
.cps .advantage-left {
  background: url(../assets/img/reward/group-10.png) no-repeat;
}

/* ==========================================
   平板 (768px - 991px)
   ========================================== */
@media (max-width: 991px) {
  /* Banner */
  .banner-reward {
    min-height: 320px;
    background-size: cover;
    background-position: center;
  }
  .banner-reward h1 { font-size: 26px; }
  .banner-reward .server-banner-desc {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.6;
  }

  /* 推广优势 */
  .agent-advantage.cps .advantage.fboxRow {
    flex-direction: column;
  }
  .agent-advantage.cps .advantage-left {
    min-width: auto;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
  }
  .agent-advantage.cps .advantage-right {
    flex-direction: column;
  }
  .agent-advantage.cps .advantage-right-box {
    display: flex;
  }
  .agent-advantage.cps .advantage-right-box .advantage-box {
    flex: 1;
    height: auto;
    padding: 30px 20px;
    flex-direction: column;
  }
  .agent-advantage.cps .advantage-right-box:first-child .advantage-box {
    border-right: none;
  }
  .agent-advantage.cps .advantage-right-box .advantage-box:first-child {
    border-bottom: none;
    border-right: 1px solid #EDEDED;
  }

  /* 推广流程 */
  .server-sustain.cps .sustain.fboxWrap {
    flex-wrap: wrap;
  }
  .server-sustain.cps .sustain-box2 {
    flex: 0 0 calc(50% - 30px);
    margin-right: 0;
    margin: 10px;
  }
  .server-sustain2 .sustain .sustain-box2::before {
    content: none;
  }

  /* 常见问题 */
  .agent-question .question {
    padding: 30px 15px;
    margin-top: 30px;
  }
  .agent-question .item .title {
    font-size: 15px;
  }
  .agent-question .question .item .des {
    font-size: 13px;
    padding: 15px 50px 15px 15px;
  }
}

/* ==========================================
   手机 (<768px)
   ========================================== */
@media (max-width: 767px) {
  /* Banner */
  .banner-reward {
    min-height: 240px;
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
  }
  .banner-reward .section-content {
    padding: 40px 15px;
  }
  .banner-reward h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner-reward .server-banner-desc {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .banner-reward .btn-normal {
    padding: 8px 24px;
    font-size: 14px;
  }

  /* 推广优势 */
  .agent-advantage.cps .advantage.fboxRow {
    flex-direction: column;
  }
  .agent-advantage.cps .advantage-left {
    width: 100%;
    min-width: auto;
    height: 160px;
    background-size: contain;
    background-position: center;
    padding: 30px 20px;
  }
  .agent-advantage.cps .advantage-right {
    flex-direction: column;
  }
  .agent-advantage.cps .advantage-right-box {
    flex-direction: column;
  }
  .agent-advantage.cps .advantage-box {
    height: auto !important;
    padding: 20px 15px !important;
    flex-direction: row;
    align-items: flex-start;
  }
  .agent-advantage.cps .advantage-box img {
    min-width: 56px;
    width: 56px;
    height: 56px;
    margin-right: 14px;
  }
  .agent-advantage.cps .advantage-box h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .agent-advantage.cps .advantage-box p {
    font-size: 13px;
    line-height: 1.5;
  }
  .agent-advantage.cps .advantage-right-box:first-child .advantage-box {
    border-right: none !important;
  }
  .agent-advantage.cps .advantage-right-box .advantage-box:first-child {
    border-bottom: 1px solid #EDEDED !important;
  }

  /* 推广流程 */
  .server-sustain.cps .sustain.fboxWrap {
    flex-direction: column;
    margin-top: 30px;
  }
  .server-sustain.cps .sustain-box2 {
    flex: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
  .server-sustain2 .sustain .sustain-box2::before {
    display: none !important;
  }
  .server-sustain.cps .sustain-box2 .sustain-head h4 {
    font-size: 48px;
  }
  .server-sustain.cps .sustain-box2 .sustain-head img {
    width: 80px;
    height: 80px;
  }
  .server-sustain.cps .sustain-box2 .font20 {
    font-size: 18px;
  }
  .server-sustain.cps .sustain-box2 .title-desc {
    font-size: 13px;
    margin-top: 10px;
  }
  .server-sustain.cps .sustain-box2 .btn {
    margin-top: 10px;
  }

  /* 常见问题 */
  .agent-question .question {
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 6px;
  }
  .agent-question .question .item {
    margin: 16px 0;
  }
  .agent-question .question .item .title {
    font-size: 14px;
    padding-right: 40px;
    line-height: 1.5;
  }
  .agent-question .question .item .icon {
    right: 15px;
    width: 14px;
    height: 14px;
  }
  .agent-question .question .item .des {
    font-size: 12px;
    padding: 12px 40px 12px 12px;
  }
  .agent-question .question .item .des img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .agent-question .question .item.active .des .icon {
    margin-top: 16px;
  }
}

/* ==========================================
   小屏手机 (<480px)
   ========================================== */
@media (max-width: 480px) {
  /* Banner */
  .banner-reward {
    min-height: 200px;
  }
  .banner-reward .section-content {
    padding: 30px 12px;
  }
  .banner-reward h1 {
    font-size: 18px;
  }
  .banner-reward .server-banner-desc {
    font-size: 12px;
  }

  /* 推广优势 */
  .agent-advantage.cps .advantage-left {
    height: 120px;
    padding: 20px 15px;
  }
  .agent-advantage.cps .advantage-box {
    padding: 15px 12px !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .agent-advantage.cps .advantage-box img {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .agent-advantage.cps .advantage-box h4 {
    font-size: 15px;
  }
  .agent-advantage.cps .advantage-box p {
    font-size: 12px;
  }

  /* 推广流程 */
  .server-sustain.cps .sustain-box2 {
    padding: 10px 15px 0 15px;
  }
  .server-sustain.cps .sustain-box2 .sustain-head h4 {
    font-size: 40px;
  }
  .server-sustain.cps .sustain-box2 .sustain-head img {
    width: 64px;
    height: 64px;
  }
  .server-sustain.cps .sustain-box2 .font20 {
    font-size: 16px;
  }
  .server-sustain.cps .sustain-box2 .title-desc {
    font-size: 12px;
  }

  /* 常见问题 */
  .agent-question .question {
    padding: 15px 8px;
  }
  .agent-question .question .item .title {
    font-size: 13px;
  }
  .agent-question .question .item .des {
    font-size: 11px;
    padding: 10px 35px 10px 10px;
  }
}
