.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;
  }
  .case-img img {
    border-radius: 14px;
  }
  @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: 24px;
      line-height: 40px;
  }
  .banner-text>p:nth-of-type(2){
    font-size: 14px;
    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;
  }
  @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-item{
      font-size: 10px;
    }
    .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:hover ul>li {
    height: 207.5px;
  }
    .solution-category .look-main-features{
        position: absolute;
        top: 170px;
    }
  .solution-category-item {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .solution-category-item img {
    width: 54px;
    height: 54px;
    display: inline-block;
  }

  .solution-category-item span {
    font-size: 20px;
    font-weight: 600;
  }
  .two-line{
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main-features {
    margin-left: -39px;
    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;
  }
  @media(max-width:768px){
    .solution-category{
      padding:0 12px 50px 12px!important;
    }
    .solution-category-item span{
      font-size: 16px;
    }
    .solution-category:hover ul>li{
      width: 100%;
      min-width: 0;
    }
    .solution-category ul>li{
      width: 100%;
      min-width: 0;
    }
    .solution-category+div{
      padding-top: 35px !important;
    }
  }
  .big-data-characteristic{
    max-width: 1400px;
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
    background-color: #F8FAF8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }
  .big-data-characteristic-item{
    width: 49%;
    height: 162px;
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(97,97,97,0.15);
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding-right: 15px;
  }
  .big-data-characteristic-item img{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 49px 30px;
  }
  .big-data-characteristic-item div{
    display: inline-block;
  }
  .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: 600;
    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;
  }
  @media(max-width:768px){
    .big-data-characteristic{
      padding: 0 12px;
    }
    .big-data-characteristic-container{
      height: auto !important;
      padding-bottom: 50px;
    }
    .big-data-characteristic-container .big-data-characteristic{
      width: 100%;
    }
    .big-data-characteristic-container .card-box{
      flex-direction: column;
      margin-top: 0;
    }
    .big-data-characteristic>.card-box:nth-of-type(1){
      margin-top: 0;
    }
    .big-data-characteristic-container .big-data-characteristic-item{
      margin-top: 10px;
      width: 100%;
      height: 115px;
    }
    .big-data-characteristic-item img{
      width: 50px;
      height: 50px; 
      margin: 15px;
    }
    .card-unit > p:first-child{
      font-size: 16px;
    }
  }
  /* 基本功能 */
  .basic-ability .card-box .big-data-characteristic-item {
    width: 320px;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    margin: 0 10px;
  }
  .basic-ability .card-box .big-data-characteristic-item:nth-of-type(1){
    margin-left: 0;
  }
  .basic-ability .card-box .big-data-characteristic-item:nth-of-type(4){
    margin-right: 0;
  }
  .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;
  }
  @media(max-width:768px){

    .big-data-characteristic.basic-ability{
      padding-bottom: 50px !important;
    }
    .option-title.base-ability{
      padding-top: 30px !important;
    }
    .basic-ability .card-box .big-data-characteristic-item{
      height: auto;
      padding: 15px 10px 10px 10px;
      width: 49%;
      margin: 0;
      margin-top: 10px;
    }

    .basic-ability .card-box{
      margin-top: 0px;
      flex-wrap: wrap;
    }

  }
  /*营销功能*/
  .marketing-ability-container{
    width: 100%;
    height: 646px;
    background-color: #F8FAF8;
  }
  .marketing-ability {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
    color: #333333;
    letter-spacing: 0;
    padding: 0 24px;
    padding-bottom: 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: 600;
    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;
  }
  @media(max-width:1100px){
    .marketing-box>div:nth-of-type(11){
      display: none;
    }
    .marketing-box>div:nth-of-type(10)::after{
      content: "员等级，增强折扣力度的会员模式";
      display: inline;
      margin-left: -3px;
    }
    .marketing-content{
      padding-left: 32px;
      padding-right: 12px;
      font-size: 12px;
    }
    .marketing-content > span:first-child{
      width: 0;
      display: inline;
    }
  }
  @media(max-width:768px){
    .marketing-ability{
      width: 100%;
      padding: 0 12px;
      flex-direction: column;
      padding-bottom: 30px;
    }
    .marketing-ability img{
      width: 90%;
      height: auto;
      margin: 0 auto;
    }
    .marketing-box{
    }
    .marketing-header{
      margin-top: 12px;
    }
    .marketing-title{
      font-size: 18px;
    }
    .marketing-header{
      font-size: 16px;
    }
    .marketing-content{
      padding-left: 16px;
      padding-right: 12px;
      font-size: 12px;
    }
    .marketing-ability-container{
      height: auto ;
    }
    .marketing-box>div:nth-of-type(11){
      display: none;
    }
    .marketing-box>div:nth-of-type(10)::after{
      content: "员等级，增强折扣力度的会员模式";
      display: inline;
      margin-left: -3px;
    }
    .marketing-content > span:first-child{
      display: none;
      width: 16px;
    }
  }
  /*分销*/
  .distribution-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 120px 0;
    align-items: center;
  }
  .distribution-container img {
    width: 74%;
    aspect-ratio: 2.77;
  }
  .distribution-tab {
    width: 410px;
    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:768px){  
    .distribution-container{
      justify-content: center;
      align-items: center;
      padding: 30px 0;
      flex-direction: column-reverse;
    }
    .distribution-container img{
      width: 100%;
    }
    .distribution-tab{
      padding: 0 12px 10px 12px;
      width: 100%;
      margin-left: 0px;
    }
    .distribution-title{
      font-size: 20px;
      padding-left: 0;
      text-align: center;
    }
    .distribution-box{
      border-left: none;
      font-size: 14px;
    }
    .distribution-box{
      padding-left: 0px;
      width: 100%;
      display: flex;
    }
    .distribution-box > div{
      padding-top: 10px;
      width: 25%;
      text-align: center;
    }
    .distribution-box div.active::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 40px;
    background-color: #7CBC26;
    height: 3px;
    border-radius: 3px;
  }
  .distribution-box > div:first-child{
    padding-top: 10px;
  }

  }
  /*其他分销*/
  .other-marketing-container{
    width: 100%;
    height: 470px;
    background-color: #F8FAF8;
  }
  .other-marketing {
    max-width: 1400px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    color: #333333;
    letter-spacing: 0;
    padding-top: 50px;
    background-color: #F8FAF8;
    align-items: center;
  }
  .other-marketing img {
    width: 40%;
    aspect-ratio: 1.26;
  }
  .other-marketing-box {
    flex-grow: 1;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .title-0 {
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
  }
  .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: 600;
  }
  .other-marketing-title {
    margin-bottom: 30px;
  }
  .other-marketing-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .other-marketing-unit {
    margin: 10px 0px;
  }
  .other-marketing-unit > span:nth-child(2n + 1) {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #7CBC26;
    margin-right: 5px;
  }
  .other-marketing-unit > span:nth-child(2n) {
    display: inline-block;
    width: 160px;
  }
  @media(max-width:768px){
    .other-marketing-container{
      height: auto;
      padding-bottom: 30px;
    }
    .other-marketing{
      padding: 0 12px;
      align-items: center;
      width: 100%;
      flex-direction: column;
      padding-top: 30px;
    }
    .other-marketing img{
      width: 300px;
      height: 222px;
    }
    .other-marketing-unit > span:nth-child(2n){
      width: 140px;
    }
    .other-marketing-title{
      text-align: center;
      font-size: 20px;
      margin-bottom: 10px;
    }
    .other-marketing-unit > span:nth-child(2n){
      font-size: 16px;
    }
  }
  /*案例展示*/
  .case-show-title{
    padding-top: 85px;
    padding-bottom: 50px;
  }
  .case-show-box{
    width: 100%;
  }
  .case-show {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #333333;
    letter-spacing: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:30px 24px;
  }
  .case-show-down-box{
    background-color: #F8FAF8;
  }
  .case-unit{
      width: 100%;
    }
  .case-show-down {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #333333;
    letter-spacing: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:30px 12px;
  }

  .case-img {
    width: 47%;
    height: auto;
  }
  .case-img img {
    width: 100%;
    height: auto;
  }
  .case-box {
    display: flex;
    align-items: center;
    width: 47%;
  }
  .case-unit div:nth-child(2) {
    margin-top: 18px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
    color: #666666;
  }
  .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;
    color: #666666;
  }
  .case-unit div:nth-child(7) {
    margin-top: 10px;
    font-size: 24px;
    color: #666666;
    line-height: 39px;
    font-weight: 400;
  }
  @media(max-width:1200px){
    .case-box .title-1{
      font-size: 20px;
    } 
    .case-unit div:nth-child(2), .case-unit div:nth-child(4), .case-unit div:nth-child(6), .case-unit div:nth-child(7){
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 20px;
    }
  }
  @media(max-width:1024px){
    .case-show-title{
    padding-top: 50px !important;
    padding-bottom: 35px !important;
  }
    .option-title.title-0{
      padding-top: 30px;
      padding-bottom: 20px;
      font-size: 20px;
    }
  }
  @media(max-width:768px){
    .case-show{
      flex-direction: column;
      padding:15px 12px;
    }
    .case-show-down{
      flex-direction: column-reverse;
      padding:15px 12px;
    }
    .case-show-title{
      padding: 30px 0 20px 0 !important;
    }
    .case-img{
      width: 100%;
    }
    .case-box{
      width: 100%;
    }
    .case-box .title-1{
      font-size: 16px;
      margin-top: 15px;
    }
    .case-unit div:nth-child(2),.case-unit div:nth-child(4),.case-unit div:nth-child(6),.case-unit div:nth-child(7){
      line-height: 20px;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  }
  .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(min-width:768px) and (max-width:1200px){
    .option-title{
      font-size: 30px !important;
    }
  }