/* MANGO */
#mango h2 {
  background-image: linear-gradient(134deg, #ff7c25, #ff4610);
  -webkit-background-clip: text;
  color: transparent;
}


/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #mango {
    padding: 68px;
    height: auto;
  }

  .mango {
    padding-bottom: 0;
  }

  .mango_left {
    width: 24%;
  }

  .mango_right {
    width: 75%;
  }

  #mango .w-1120 {
    width: 888px;
  }

  #mango .w-1152 {
    width: 888px;
  }
  .mango_left ul li:first-child{
    padding-top: 20px;
  }
  .mango_left ul li:first-child h3,  .mango_left ul li:first-child h3 strong{
    font-size: 24px;
    line-height: 32px;
  }
  .mango_left ul li:last-child h3{
    font-size: 20px;
    line-height: 28px;
  }
  #mango{
    margin-bottom: 0;
    padding-bottom: 68px;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 992px) {
    #mango .mango_left {
        display: none;
    }

    #mango .mango_right {
        width: 100%;
    }
} */



/* 移动端 */
@media (max-width: 1023px) {
  #mango .w-1120 {
    width: 100% !important;
  }

  #mango .w-1152 {
    width: 100% !important;
  }
  .mango_left ul li:first-child h3, .mango_left ul li:first-child h3 strong{
    font-size: 20px;
    line-height: 28px;
  }
  .mango_left ul li:last-child h3{
    font-size: 16px;
    line-height: 24px;
  }
  #mango{
    margin-bottom: 0;
    padding-bottom: 48px;
  }
  /* mango */
  #mango {
    padding: 8vw 4.267vw;
    background-color: #fff;
    height: auto;
  }

  #mango h2 {
    font-size: 5.33vw !important;
    line-height: normal;
    margin-bottom: 0 !important;
    width: 100%;
  }

  .mango {
    display: block;
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
  }

  .mango_left {
    width: 100%;
    order: 2;
  }

  .mango ul {
    display: flex;
    justify-content: space-between;
  }

  .mango ul li:nth-child(2) {
    padding-top: 5vw;
  }

  .mango ul .fs-48 {
    font-size: 7.467vw;
    line-height: normal;
  }

  .mango ul .fs-20 {
    font-size: 3.733vw;
    line-height: normal;
  }

  .mango ul .fs-40 {
    font-size: 5.867vw;
    line-height: normal;
  }

  .mango .w-848 {
    width: 100%;
    height: 62.4vw;
    margin-bottom: 2.133vw;
    order: 1;
  }
    /* mango */
    #mango {
      padding: 48px 4.267vw;
      background-color: #fff;
    }
  
    #mango h2 {
      font-size: 6.400vw;
      padding-bottom: 0;
      width: 100%;
      line-height: normal;
    }
  
    #mango p {
      font-size: 3.2vw;
      line-height: 5.33vw;
      margin-bottom: 3.200vw;
    }
  
    .mango {
      display: block;
      display: flex;
      flex-flow: column;
      padding-bottom: 0;
    }
  
    .mango h3 {
      font-size: 3.733vw;
      line-height: 5.867vw;
    }
  
    .mango h3 b {
      margin-bottom: 2.133vw;
    }
  
    .mango_left {
      width: 100%;
      order: 2;
    }
  
    .mango ul {
      display: flex;
      justify-content: space-between;
    }
  
    .mango ul li {
      width: 100%;
      height: auto;
      margin-bottom: 0;
      padding: 16px;
    }
  
    .mango ul li .mango ul li:nth-child(2) {
      padding-top: 5vw;
    }
  
    .mango ul .fs-48 {
      font-size: 7.467vw;
      line-height: normal;
    }
  
    .mango ul .fs-20 {
      font-size: 3.733vw;
      line-height: normal;
    }
  
    .mango ul .fs-40 {
      font-size: 5.867vw;
      line-height: normal;
    }
  
    .mango .w-848 {
      width: 100%;
      height: 62.4vw;
      margin-bottom: 2.133vw;
      order: 1;
    }
}