@import "./footer.less";
@import "./header.less";

@white: #fff;
@yellow: #f2ad00;
@black: #222;
@gray: #999;
@container-width: 1200px;

@media screen and (max-width: 1024px) {
  html {
    width: 100%;
  }
  .area-container {
    width: 100%;
  }
  .introduce {
    padding: 0 20px !important;
  }
  .down-arrow {
    display: none;
  }
  // banner
  .slide-box {
    height: 60vh;
    .prev,
    .next {
      display: none;
    }
    .homepage-video-wrap {
      .vedio-float {
        h3 {
          font-size: 24px;
        }
        .platform {
          margin: 10px 0 10px 0;
          font-size: 35px;
        }
        .find-job {
          width: 150px;
          height: 42px;
          line-height: 42px;
          text-align: center;
          background: #f2ad00;
          border-radius: 30px;
          color: #fff;
        }
      }
    }
  }
  // 关于我们
  .about-us-mobile {
    .title {
      font-size: 40px;
      margin-bottom: 30px;
    }
    .slider-container {
      display: none;
    }
    .slider-container-mobile {
      overflow-x: auto;
      width: 100%;
      padding-left: 20px;
      .scroll-wrapper {
        width: 1040px;
        overflow-x: scroll;
        overflow-y: hidden;
        .slider-item {
          width: 240px;
          height: 400px;
          color: #000;
          overflow: hidden;
          position: relative;
          float: left;
          margin-right: 20px;
          border-radius: 10px;
          .common {
            // display: flex;
            // flex-direction: column;
            // justify-content: center;
            // align-items: center;
            box-sizing: border-box;
          }
          .info {
            height: 300px;
          }
          .drawer {
            padding-top: 100%;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.1);
            color: #fff;
            text-align: left;
            h2 {
              font-size: 24px;
              padding: 0 10px;
              padding-bottom: 16px;
            }
            p {
              font-size: 16px;
            }
            .detail-info {
              height: 50px;
              font-size: 12px;
              font-weight: 400;
              color: #ffffff;
              text-align: left;
              max-width: 350px;
              padding: 0 10px;
            }
          }
        }
        .slider-item-1 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/about_fruit_1.png)
            no-repeat center/cover;
        }
        .slider-item-2 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/about_frozen_2.png)
            no-repeat center/cover;
        }
        .slider-item-3 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/about_vegetable_3.png)
            no-repeat center/cover;
        }
        .slider-item-4 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/about_milk_4.png) no-repeat
            center/cover;
        }
      }
    }
  }
  // 标果团队
  .bingo-team {
    height: auto !important;
  }
  .bingo-team-mobile {
    padding-top: 40px;
    .team-slide-box {
      display: none;
    }
    .team-slide-box-mobile {
      display: flex;
      flex-direction: column;
      .bd {
        margin-right: 0;
        margin-bottom: 20px;
        li {
          max-height: 260px;
          overflow: hidden;
        }
        img {
          width: 100%;
          height: auto;
          border-radius: 10px;
        }
      }
      .hd {
        margin-bottom: 20px;
        .hd-list {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }
        li {
          width: 100%;
          border-radius: 10px;
          padding: 25px 30px;
          box-sizing: border-box;
          transition: all 0.2s linear;
          margin-bottom: 8px;
          cursor: pointer;
          &:last-of-type {
            margin-bottom: 0;
          }
          p {
            max-width: 400px;
            font-size: 12px;
            font-weight: 400;
            color: #ffffff;
            margin-top: 10px;
            display: none;
          }
          &.on {
            font-size: 20px;
            height: auto;
            padding: 20px;
            background: #ffb806;
            p {
              display: block;
            }
          }
        }
      }
    }
  }
  // 服务赋能
  .bingo-product-mobile {
    .title {
      // font-size: 26px;
      white-space: nowrap;
      margin-bottom: 22px;
    }
    .area-container {
      margin-top: 30px;
    }
    .bingo-product-box {
      display: none;
    }
    .bingo-product-box-moblie {
      display: block;
      position: relative;
      height: auto !important;
      width: 100%;
      padding: 0 20px;
      li {
        width: 100%;
        overflow: hidden;
        .product-img {
          width: 100%;
          height: 223px;
          float: none;
          border-radius: 10px 10px 0 0;
        }
        .product-img-1 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/empower_1.png) no-repeat
            center/cover;
        }
        .product-img-2 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/empower_2.png) no-repeat
            center/cover;
        }
        .product-img-3 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/empower_3.png) no-repeat
            center/cover;
        }
        .product-intro {
          width: 100%;
          min-height: 257px;
          padding: 20px;
          padding-bottom: 0;
          box-sizing: border-box;
          float: none;
          .product-title {
            font-size: 24px;
            font-weight: 600;
            color: #222222;
            margin-bottom: 14px;
          }
          .info {
            font-size: 14px;
            font-weight: 400;
            color: #222222;
            li {
              display: flex;
              align-items: center;
              &::before {
                content: "";
                display: inline-block;
                width: 6px;
                height: 6px;
                background-color: #d8d8d8;
                border-radius: 4px;
                margin-right: 6px;
              }
            }
          }
        }
      }
      .prev,
      .next {
        position: absolute;
        bottom: 15px;
        width: 32px;
        height: 32px;
      }
      .prev {
        left: 44px;
        background: url(https://ugc-pro.biaoguoworks.com//officialsite/product_arrow_left.png)
          no-repeat center/cover;
      }
      .next {
        left: 104px;
        background: url(https://ugc-pro.biaoguoworks.com//officialsite/product_arrow_right.png)
          no-repeat center/cover;
      }
    }
  }

  // 最新动态
  .latest-update-mobile {
    .title {
      // font-size: 26px;
      margin-bottom: 22px;
    }
    .area-container {
      margin-top: 30px;
    }
    .latest-update-box {
      display: none;
    }
    .latest-update-box-moblie {
      display: block;
      position: relative;
      height: auto !important;
      width: 100%;
      padding: 0 20px;
      li {
        width: 100%;
        overflow: hidden;
        .latest-update-img {
          width: 100%;
          height: 247px;
          float: none;
          border-radius: 10px 10px 0 0;
        }
        .latest-update-img-1 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/latest-update-1-v19.jpg)
            no-repeat top/cover;
        }
        .latest-update-img-2 {
          background: url(https://ugc-pro.biaoguoworks.com//officialsite/gouqi_mb.png) no-repeat
            center/cover;
        }
        .latest-update-intro {
          width: 100%;
          min-height: 257px;
          padding: 20px;
          padding-bottom: 0;
          box-sizing: border-box;
          float: none;
          .latest-update-title {
            font-size: 24px;
            font-weight: 600;
            color: #222222;
            margin-bottom: 14px;
          }
          .info {
            font-size: 14px;
            font-weight: 400;
            color: #222222;
            li {
              display: flex;
              align-items: center;
              &::before {
                content: "";
                display: inline-block;
                width: 6px;
                height: 6px;
                background-color: #d8d8d8;
                border-radius: 4px;
                margin-right: 6px;
              }
            }
          }
        }
      }
      .prev,
      .next {
        position: absolute;
        bottom: 15px;
        width: 32px;
        height: 32px;
      }
      .prev {
        left: 44px;
        background: url(https://ugc-pro.biaoguoworks.com//officialsite/product_arrow_left.png)
          no-repeat center/cover;
      }
      .next {
        left: 104px;
        background: url(https://ugc-pro.biaoguoworks.com//officialsite/product_arrow_right.png)
          no-repeat center/cover;
      }
    }
  }

  // 合作招商
  .attract-investment-mobile {
    .sink-font {
      white-space: nowrap;
    }
    .attract-investment-box {
      display: none;
    }
    .attract-investment-box-moblie {
      display: block;
      width: 100%;
      padding: 0 20px;
      .attract-investment-item {
        // width: 48%;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        .attract-investment-intro {
          height: 100%;
        }
        .attract-investment-title {
          text-align: center;
          padding-top: 20px;
          h2 {
            margin: 0 0 16px;
          }
        }
        .info-1 {
          padding-top: 16px;
          div {
            width: 50%;
            height: 300px;
          }
          .attract-investment-img2 {
            background: url(https://ugc-pro.biaoguoworks.com//officialsite/investment_2_V3.png)
              no-repeat center 30px;
            background-size: 180px;
            width: 100%;
            position: relative;
            .textLine {
              position: absolute;
              bottom: 32px;
              height: auto;
              width: 100%;
            }
            p {
              font-size: 14px;
              text-align: center;
              font-weight: 600;
            }
          }
        }
        .info-2 {
          display: flex;
          justify-content: space-between;
          padding: 30px 30px 16px 30px;
          flex-direction: column;
          height: 316px;
          .modsItem {
            background: rgba(0, 0, 0, 0.04);
            padding-left: 16px;
            overflow: hidden;
            display: flex;
            align-items: center;
            font-size: 14px;
            .mods {
              padding: 16px 0;
              margin-left: 16px;
              background: rgba(0, 0, 0, 0);
              border: none;
              outline: none;
              flex-grow: 1;
            }
            .selectModes {
              margin-right: 16px !important;
            }
          }
          button {
            border: none;
            padding: 16px 0;
            background-color: @yellow;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            &:active {
              background-color: rgba(242, 173, 0, 0.8);
            }
          }
        }
      }
    }
  }

  // 加入我们
  .join-us-wrapper-mobile {
    .join-us {
      display: none;
    }
    .join-us-mobile {
      height: 400px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: url(https://ugc-pro.biaoguoworks.com//officialsite/join-us_v2.png) no-repeat
        center/cover;
      .join-btn {
        width: 170px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background: #f2ad00;
        border-radius: 15px;
        color: #fff;
        margin-top: 18px;
      }
      .meet {
        color: #fff;
        h3 {
          font-size: 36px;
        }
        p {
          font-size: 16px;
        }
      }
    }
  }
}

@media screen and (min-width: 1024px) {
  .slider-container-mobile {
    display: none !important;
  }
  .team-slide-box-mobile {
    display: none !important;
  }
  .bingo-product-box-moblie {
    display: none !important;
  }
  .latest-update-box-moblie {
    display: none !important;
  }
  .attract-investment-box-moblie {
    display: none !important;
  }
  .join-us-mobile {
    display: none !important;
  }
}
