.banner {
    position: relative;
    margin-bottom: 20px;
  }

  .banner img {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 41%;
    left: 19%;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 50px;
    line-height: 70px;
    color: #FFFFFF;
    font-weight: 600;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 30px;
    line-height: 60px;
    color: #FFFFFF;
  }

  @media(max-width:1200px) {
    .banner-text {
      top: 40%;
      left: 10%;
    }

    .banner-text>p:nth-of-type(1) {
      font-size: 38px;
      line-height: 70px;
    }

    .banner-text>p:nth-of-type(2) {
      font-size: 20px;
      line-height: 35px;
    }
  }

  @media(max-width:768px) {
    .banner-text {
      width: 100%;
      left: 0;
    }

    .banner-text>p {
      width: 100%;
      text-align: center;
    }

    .banner-text>p:nth-of-type(1) {
      font-size: 26px;
      line-height: 40px;
    }

    .banner-text>p:nth-of-type(2) {
      font-size: 18px;
      line-height: 30px;
    }
  }

  @media(max-width:768px) {
    .banner {
      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: center;
      height: 240px;
      margin-bottom: 10px;
    }

    .banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 240px;
    }
  }

  .option-title {
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-size: 36px;
    color: #333333;
    padding: 50px 13.6% 40px;
    font-weight: bold;
  }

  .breadcrumb-box {
    padding: 0px 13.6%;
  }

  @media(max-width:768px) {
    .breadcrumb {
      margin-bottom: 0;
    }

    .option-title {
      font-size: 20px;
      padding: 30px 0 20px 0;
    }

    .breadcrumb-box {
      padding: 0 0 0 10px !important;
    }

    .breadcrumb li {
      font-size: 10px;
      line-height: 22px;
    }

    .breadcrumb-item img {
      width: 10px !important;
      height: 10px !important;
      margin-bottom: 2px !important;
    }
  }

  .solution-category-item {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .solution-category-item img {
    width: 54px;
    height: 54px;
    display: inline-block;
  }

  .solution-category-item span {
    font-size: 20px;
    font-weight: 600;
  }

  .solution-category {
    width: 100%;
    height: auto;
  }

  .solution-category ul {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .solution-category ul>li {
    width: 33.33%;
    min-width: 400px;
    padding: 0 39px;
    border: 1px solid rgba(97, 97, 97, 0.1);
    height: 110px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
  }

  .solution-category ul>li:hover {
    height: 207.5px;
  }

  .solution-category-item {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .solution-category-item img {
    width: 54px;
    height: 54px;
    display: inline-block;
  }

  .solution-category-item span {
    font-size: 20px;
    font-weight: 600;
  }

  .main-features {
    margin-left: -30px;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    background-color: #7CBC26;
  }

  .main-features:hover {
    height: 207.5px;
  }

  .main-features>div:first-of-type {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    margin: 40px 0px 15px 0px;
  }

  .main-features>div:last-of-type {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    padding: 0px 40px;
  }

  .look-main-features {
    display: inline-block;
    cursor: pointer;
  }

  .look-main-features:hover~div {
    height: 207.5px;
  }

  /*方案特点*/
  .big-data-characteristic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 24px 90px 24px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

  }

  .big-data-characteristic-item {
    width: 49%;
    height: auto;
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.15);
    display: flex;
    align-items: center;
    border-radius: 8px;
  }

  .big-data-characteristic-item img {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 49px 30px 49px 40px;
  }

  .big-data-characteristic-item div {
    display: inline-block;
    padding-right: 40px;
  }

  .card-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 28px;
  }

  .basic-ability {
    background-color: white;
  }

  .basic-ability .card-box {
    margin-top: 30px;
  }

  .card-unit>p:first-child {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 13px;
    font-weight: 600;
  }

  .card-unit>p:last-child {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
  }

  .basic-ability .big-data-characteristic-item {
    width: 320px;
    height: 256px;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }

  .basic-ability .big-data-characteristic-item img {
    margin: 0px;
  }

  .basic-ability .card-unit p:first-child {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .basic-ability .card-unit p:last-child {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
  }

  .marketing-ability {
    display: flex;
    color: #333333;
    letter-spacing: 0;
    padding: 0px 18% 90px;
    background-color: #F8FAF8;
  }

  .marketing-ability img {
    width: 491px;
    height: 409px;
  }

  .marketing-box {
    flex-grow: 1;
  }

  .marketing-title {
    font-size: 24px;
    font-weight: 600;
  }

  .marketing-header {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px;
  }

  .marketing-header>span:first-child {
    margin-right: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #7CBC26;
    border-radius: 5px;
  }

  .marketing-content {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 27px;
  }

  .marketing-content>span:first-child {
    display: inline-block;
    width: 16px;
  }

  .distribution-container {
    display: flex;
    padding: 120px 18%;
  }

  .distribution-container img {
    width: 990px;
    height: 358px;
  }

  .distribution-tab {
    margin-left: 55px;
  }

  .distribution-title {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    padding-left: 32px;
    margin-bottom: 17px;
  }

  .distribution-box {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    border-left: 1px solid #E8E8E8;
    padding-left: 32px;
  }

  .distribution-box>div {
    padding-top: 40px;
    cursor: pointer;
    position: relative;
  }

  .distribution-box>div:first-child {
    padding-top: 8px;
  }

  .distribution-box>div:last-child {
    padding-bottom: 8px;
  }

  .distribution-box div:hover,
  .distribution-box div.active {
    color: #7CBC26;
    font-weight: 600;
  }

  .distribution-box div.active::before {
    content: '';
    position: absolute;
    left: -34px;
    display: inline-block;
    width: 3px;
    background-color: #7CBC26;
    height: 32px;
  }

  @media(max-width:1024px) {
    .big-data-characteristic-item>.card-unit>p:nth-of-type(2) {
      font-size: 14px;
    }
  }

  @media(max-width:768px) {
    .big-data-characteristic-item>.card-unit>p:nth-of-type(2) {
    }

    .big-data-characteristic {
      padding: 0px 12px 30px 12px !important;
    }
    .card-box{
      flex-wrap: wrap;
    }
    .big-data-characteristic>.card-box:nth-of-type(1) {
      margin-top: 0;
    }


    .big-data-characteristic>.card-box:nth-of-type(2) {
      margin-top: 0px;
    }

    .big-data-characteristic-item {
      border-radius: 10px;
      width: 100%;
      flex-direction: row;
      margin-top: 15px;
    }

    .big-data-characteristic-item img {
      width: 50px;
      height: 50px;
      margin: 15px;
    }

    .card-unit>p:first-child {
      font-size: 18px;
    }

    .big-data-characteristic-item div {
      padding: 15px 12px;
    }
    .big-data-characteristic>.card-box:nth-of-type(1)>.big-data-characteristic-item:nth-of-type(1) {
      margin-top: 0;
    }
  }

  /*模式定义*/
  .other-marketing {
    max-width: 1400px;
    padding: 0 12px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    color: #333333;
    letter-spacing: 0;
    padding-bottom: 70px;
    align-items: center;
  }

  .other-marketing img {
    width: 50%;
  }

  .other-marketing-box {
    width: 50%;
    display: flex;
    align-items: center;
    background-color: white;
  }

  .other-marketing-unit {
    display: flex;
    flex-direction: column;
  }

  .other-marketing-unit div:nth-child(1) {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 600;
  }

  .other-marketing-unit div:nth-child(2) {
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #7CBC26;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .other-marketing-unit div:nth-child(3) {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
  }

  .title-0 {
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
  }

  .title-1 {
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
  }

  .title-2 {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
  }

  .title-3 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
  }

  .case-show {
    display: flex;
    padding: 0px 16% 70px;
    color: #333333;
    letter-spacing: 0;
  }

  .case-img {
    width: 750px;
    height: 750px;
    padding-top: 65px;
    padding-left: 50px;
    flex-shrink: 0;
  }

  .case-img-box {
    width: 653px;
    height: 653px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(255, 203, 55, 0.1);
  }

  .case-img-box>img:first-child {
    position: absolute;
    left: 75px;
    top: -35px;
  }

  .case-img-box>img:last-child {
    position: absolute;
    right: 28px;
    top: 60px;
  }

  .case-box {
    display: flex;
    align-items: center;
    padding-left: 50px;
  }

  .case-unit div:nth-child(2) {
    margin-top: 18px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
  }

  .case-unit div:nth-child(4) {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 24px;
    color: #666666;
    line-height: 39px;
    font-weight: 400;
  }

  .case-unit div:nth-child(6) {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
  }

  .case-unit div:nth-child(7) {
    margin-top: 10px;
    font-size: 24px;
    color: #666666;
    line-height: 39px;
    font-weight: 400;
  }

  .lr-radius {
    position: relative;
    padding-left: 50px;
    line-height: 50px;
    border: solid 1px #ffffff;
    width: 240px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .lr-radius img {
    display: inline-block;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 5px
  }

  @media(max-width:768px) {
    .other-marketing {
      padding: 0 12px 30px 12px;
      width: 100%;
      flex-direction: column;
    }

    .other-marketing img {
      width: 100%;
      height: auto;
    }

    .other-marketing-box {
      padding-top: 20px;
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
    }

    .other-marketing-unit>div {
      padding-left: 12px;
    }

    .other-marketing-unit>div:nth-of-type(2) {
      margin-left: 12px;
    }

  }

  /*方案类别*/
  .o2o-category {
    padding: 0px 12px 30px 12px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .o2o-category>div {
    width: 350px;
    height: 106px;
    display: flex;
    align-items: center;
  }

  .o2o-category>div>img {
    width: 76px;
    height: 76px;
    margin: 12px 38px;
  }

  .o2o-category>div>span {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
  }

  @media(max-width:1024px) {
    .big-data-characteristic>.card-box:nth-of-type(1) {
      margin-top: 0;
    }

    .option-title {
      font-weight: 600;
      font-size: 30px;
      padding: 30px 15px !important;
    }

    .o2o-category>div>img {
      width: 50px;
      height: 50px;
      margin: 12px 20px;
    }

    .o2o-category>div>span {
      font-size: 16px;
    }
  }

  @media(max-width:768px) {
    .o2o-category {
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 12px 0px 12px !important;
    }

    .o2o-category>div {
      padding: 20px 0;
      margin-bottom: 18px;
      flex-direction: column;
      width: 46%;
      height: auto;
    }

    .o2o-category>div>img {
      width: 50px;
      height: 50px;
    }

    .o2o-category>div>span {
      font-size: 16px;
    }
  }

  /*主要功能*/
  .main-ability {
    padding: 0px 0 32px;
    width: 100%;
    background-color: #F8FAF8;
  }

  .main-ability-box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 0 12px;
    margin: 0 auto;
    margin-bottom: 38px;
    justify-content: center;
  }

  .main-ability-box>div:first-child {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    width: 115px;
  }

  .main-ability-box>div:last-child {
    border: 2px dashed rgba(124, 188, 38, 1);
    border-radius: 12px;
  }

  .main-ability-unit {
    width: 1000px;
    padding-bottom: 19px;
    padding-right: 19px;
    display: flex;
    flex-wrap: wrap;
  }

  .main-ability-unit>div {
    display: inline-block;
    width: 136px;
    height: 42px;
    background: rgba(124, 188, 38, 0.1);
    font-size: 16px;
    color: #7CBC26;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 19px 0px 0px 19px;
  }

  @media(max-width:1200px) {
    .main-ability {
      padding: 0 0px 32px;
    }
  }

  @media(max-width:768px) {
    .option-title {
      font-weight: 600;
      font-size: 20px;
      padding: 30px 15px !important;
    }

    .main-ability-unit>div {
      width: 120px;
    }

    .main-ability-unit>div.safe-password {
      font-size: 14px;
    }
  }

  @media(min-width:768px) and (max-width:1200px) {
    .option-title {
      font-size: 30px !important;
    }
  }