/* 头部样式 */
.rebate-container {
  box-sizing: border-box;
   min-height: calc(100vh - 70px);
}

.rebate-header-wrapper {
  width: 100%;
  margin: 0 auto;
  /* height: 460px; */
  position: relative;
  background-color: #E7ECF7;
  background: url('/statics/imgs/rebate-bg.webp') no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 70px 0;
  overflow: hidden;
}

.rebate-header-content {
  width: 60%;
  margin-left: 5%;
}

.rebate-header-content h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 10% 0 20px;
}

.rebate-header-content p:nth-of-type(1) {
  margin: 40px 0;
  font-size: 18px;
  color: #666;
  line-height: 2em;
}

.rebate-header-btn {
  padding: 12px 12px 12px 15px;
  background: linear-gradient(116deg, #3B83F8 0%, #599FFD 100%);
  color: #fff;
  border-radius: 8px;
  width: 125px;
  border: none;
  cursor: pointer;
  transition:box-shadow 0.4s;
}

.rebate-header-btn .iconfont {
  display: block;
}
.rebate-header-btn:hover{
    box-shadow: 2px 2px 12px #3B83F8;
    color: #fff;
}
/* .rebate-header-img {
  position: absolute;
  bottom: 10px;
  right: 0px;

} */

.rebate-header-img img {
  width: 370px;
  display: block;
  /* position: relative; */
}

.rebate-header-btn .iconfont {
  display: block;
  animation: moveLeftRight 2s infinite alternate;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(0);
  }
}



.rebate-steps ul i.icon-xiayibu {
  font-size: 30px;
  color: #999;
}

/* 推广步骤 */
.rebate-steps {
  padding: 30px 12px;
  margin-bottom: 30px;
}

.rebate-steps h4 {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}

.rebate-steps ul {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.rebate-steps ul li{
    padding: 0 20px;
}
.rebate-steps ul li i.icon-zhuce1,
.rebate-steps ul li i.icon-fenxiang,
.rebate-steps ul li i.icon-yongjin {
  /* width: 60px; */
  display: block;
  font-size: 50px;
  color: #2877FF;
  margin: 15px auto;
}

.rebate-steps ul li p:nth-of-type(1) {
  font-size: 20px;
  line-height: 2.5em;
  font-weight: bold;
}

.rebate-steps ul li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 28px;
  color:#666 ;
}

.rebate-steps-btn {
  display: block;
  width: 180px;
  border-radius: 10px;
  height: 52px;
  line-height: 52px;
  padding-left: 30px;
  margin: 30px auto 0;
  transition: all 0.3s;
  color: #3B83F8;
  border: 1px solid #3B83F8;
  background: #FFFFFF;
  position: relative;
}

.rebate-steps-btn:hover {
  box-shadow: 0 0 14px rgba(59, 131, 248, 0.6);
   /*background-color: #3B83F8; */
   /*color: #fff;*/

}

.rebate-steps-btn .icon-dianji {
  position: absolute;
  font-size: 24px;
}


/* 推广带表的展示----------------------------- */

.rebate-showcase {
  background-color: #F9FAFB;
  padding: 20px 0 70px;
}

.rebate-showcase-content ul.ul-1 {
  padding-top: 30px;
}

.rebate-showcase-content ul.ul-1 li {
  width: 32%;
  border-radius: 8px;
  border: 1px solid #F9FAFB;
  background-color: #fff;
  padding: 8px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 20px;
  padding: 30px 20px;
}

.rebate-showcase-content ul.ul-1 li:last-child {
  margin-right: 0;
}

.rebate-showcase-content ul.ul-1 li:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.rebate-showcase-content-header {
  margin-bottom: 20px;
}

.rebate-showcase-content-header-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  /*background-color: pink;*/
  margin-right: 10px;
  overflow: hidden;
}
.rebate-showcase-content-header-img img{
    width:100%;
}

.rebate-showcase-content-header-info p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}

.rebate-showcase-content-header-info p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  line-height: 34px;
}

.rebate-showcase-content-header-info p:nth-of-type(3) span:first-child {
  font-size: 14px;
  color: #666;
  padding: 4px 6px;
  margin-right: 10px;
  color: #69BAF9;
  background-color: #DEF6FF;
  border-radius: 4px;
}

.rebate-showcase-content-header-info p:nth-of-type(3) span:last-child {
  font-size: 14px;
  color: #999;
}

.rebate-showcase-content-info {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
}

.rebate-showcase-content-footer div {
  text-align: center;
  background-color: #F9FAFB;
  border-radius: 6px;
  padding: 14px 20px;
}

.rebate-showcase-content-footer div:first-child {
  margin-right: 5%;
}

.rebate-showcase-content-footer div p:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #3B83F8;
  margin-bottom: 4px;
}

.rebate-showcase-content-footer div p:last-child {
  font-size: 14px;
  color: #999;
}

/* 推广规则 ---------------------------------*/
.rebate-rules-list {
  margin-bottom: 70px;
}

.rebate-rules .rebate-rules-list li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.rebate-rules .rebate-rules-list li:last-child {
  border-bottom: none;
}

.rebate-rules .rebate-rules-list li p {
  line-height: 34px;
  color: #666;
}

.rebate-rules .rebate-rules-list li p:first-child {
  /* padding: 0 12px; */
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.rebate-rules .rebate-rules-list li p span {
  padding-right: 4px;
}

/* 标题 */
.rebate-content-title {
  font-size: 26px;
  font-weight: bold;
  margin: 50px 0 30px;
  text-align: center;
  position: relative;
}

.rebate-content-title:after {
  position: absolute;
  content: '';
  bottom: -13px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border-top: 3px solid #eee;
}


/* 移动端样式------------------------------------------------ */
@media screen and (max-width: 1199px) {
    
    .rebate-header-wrapper {
    background: none;
    background-color: #F0F4F8;
    /* PC背景色的浅色部分 */
    flex-direction: column;
    align-items: center;
    padding: 5px 12px 20px;
    height: auto;
  }

  .rebate-header-wrapper .flex-sb {
    flex-direction: column;
    align-items: center;
  }
  .rebate-header-content{
    width: 100%;
    margin: 0;
  }
  .rebate-header-img {
    position: static;
    order: -1;
    /* 图片在上 */
    margin-bottom: 10px;
  }

  .rebate-header-content h1 {
    font-size: 30px;
    margin: 20px auto;
  }

  .rebate-header-content {
    text-align: center;
    padding-left: 0;
    order: 1;
    /* 文字在下 */
  }
    .rebate-header-btn {
    margin: 0 auto;
    display: block;
    display: flex;
    letter-spacing: 2px;
  }
  .rebate-header-img img {
     width: 60%;
    /* 移动端图片缩小 */
    margin: 0 auto;
    display: block;
  }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .rebate-steps-btn{
    display: block;
  width: 160px;
  font-size:14px;
  border-radius: 10px;
  height: 48px;
  line-height: 48px;
  padding-left: 30px;
  margin: 30px auto 0;
    }
    .rebate-steps-btn .icon-dianji {
  font-size: 20px;
}
  .rebate-rules .rebate-rules-list li p:first-child{
      font-size:16px;
  }
  .rebate-rules .rebate-rules-list li p{
      font-size: 14px;
      line-height: 28px;
  }

  .rebate-header-content p:nth-of-type(1) {
    font-size: 14px;
    line-height: 2em;
    margin: 20px 0;
  }


  /* 推广步骤 */
  .rebate-steps,
  .rebate-rules {
    padding: 0 12px;
  }

  .rebate-content-title {
    font-size: 24px;
    margin: 30px 0;
  }

  .rebate-steps ul {
    flex-direction: column;
    align-items: center;
  }

  .rebate-steps ul i.icon-xiayibu {
    /* width: 30px;
    margin: 30px;
    display: inline-block; */
    margin: 40px auto;
    transform: rotate(90deg);
    font-size: 20px;
    color: #999;
  }

  .rebate-steps h4 {
    font-size: 16px;
    line-height: 32px;
    
  }

  .rebate-steps ul li i.icon-zhuce1,
  .rebate-steps ul li i.icon-fenxiang,
  .rebate-steps ul li i.icon-yongjin {
    /* width: 60px; */
    display: block;
    font-size: 40px;
    color: #2877FF;
    margin: 8px auto;
  }

  /* -----------------------案例展示 */
  .rebate-showcase {
    padding: 20px 0 40px;
  }

  .rebate-showcase-content ul.ul-1 {
    flex-wrap: wrap;
  }

  .rebate-showcase-content ul.ul-1 li {
    width: 90%;
    margin: 10px auto;
  }

  .rebate-showcase-content ul.ul-1 li:last-child {
    margin: 10px auto;
  }
}

@media screen and (max-width:768px){

    .rebate-header-img img {
     width: 50%;
    /* 移动端图片缩小 */
    margin: 0 auto;
    display: block;
  }
  
  
}