/* 当屏幕宽度小于或等于768px时，显示手机内容并隐藏桌面内容 */
@media (max-width: 768px) {
    .mobile-content {
        display: block;
    }
    .desktop-content {
        display: none;
    }

    .headerBox{     
        background-size: cover;
        width: 100%;
        height: 682px;
        overflow: hidden;
        position: relative;
        background-image: url(../images/mb_bg0.png);
        background-repeat: round;
    }
    .headerHead{
        position: absolute;
        top: 30px;
        width: 100%;
        height: 50px;
        left: 0px;
        /* background-color: aliceblue; */
        display: flex;
        justify-content: space-between;
        padding-left: 10px;
    }
    .headerImg{
        position: absolute;
        top: 150px;
        width: 60%;
        height: auto;
        right: 0px;
        opacity: 0.3;
    }
    .mb-logov{
        display: flex;
        justify-content: start;
    }
    .mb-logo{
        width: 44px;
        height: 44px;
        background-image: url(../images/logo.png);
        background-size: cover;
    }
    .mb-logot{
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        float: left;
        height: 44px;
        line-height: 44px;
        margin-left: 10px;
      }
    .mb-download {
        background-color: rgb(95,95,255);
        height: 38px;
        width: 100px;
        line-height: 38px;
        border: none;
        border-radius: 19px;
        color: white;
        font-size: 14px;
        text-align: center;
        margin-right: 30px;
    }
    .headerContent{
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0px;
        padding-left: 10px;
    }
    .headerContent h2{
        font-size: 32px;
        line-height: 44px;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 30px;
      }
    .headerContent p{
        font-size: 16px;
        color: rgb(255,255,255);
        margin-top: 0px;
        line-height: 22px;
        margin-bottom: 40px;
      }
    .centerlrview {
        display: flex;
        justify-content: center;
    }
    .headerbtnview{
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0px;
        padding-left: 10px;
    }
    .serveBox{
        width: 100%;
        /* height: px; */
        /* background-color: blue; */
        /* padding-bottom: 200px; */
    }
    .mb-tit{
        font-size: 34px;
        font-weight: 600;
        line-height: 44px;
        margin-top: 40px;
        margin-bottom: 20px;
        color: rgb(0, 6, 25);
        text-align: center;
    }
    .tit-mb{
      font-size: 32px;
      font-weight: 600;
      line-height: 44px;
      color: rgb(0, 6, 25);
    }
    .mb-tab-des{
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        color: #000;
        opacity: 0.65;
        margin-bottom: 30px;
        text-align: center;
    }
    .tab-row{
        width: 100%;
        height: 390px;
        /* background-color: aquamarine; */
        /* overflow: scroll; */
        display: flex;
        
        overflow-y: hidden;
            overflow-x: scroll;
            position: relative;
    }
    .tab-row-feed{
      width: 100%;
      height: 360px;
      /* background-color: aquamarine; */
      /* overflow: scroll; */
      display: flex;
      
      overflow-y: hidden;
          overflow-x: scroll;
          position: relative;
  }
    .box2{
        display: flex;
        position: absolute;
     }
    .pr10 {
      padding-right: 10px;
    }
    .pr20 {
      padding-right: 20px;
    }
    .pl10{
      padding-left: 10px;
    }
    .pl20{
      padding-left: 20px;
    }
    .ml10{
      margin-left: 10px;
    }
    .ml20{
      margin-left: 20px;
    }
    .mr10 {
      margin-right: 10px;
    }
    .mr20 {
      margin-right: 20px;
    }
    .mb10{
      margin-bottom: 10px;
    }
    .mb20{
      margin-bottom: 20px;
    }
    .tab-cell{
        display: inline-block; /* 内部元素作为行内块显示 */
        width: 320px;
        height: 340px;
        margin-right: 0px;
        /* background-color: red; */
    }
    .tab-cell-feed{
      display: inline-block; /* 内部元素作为行内块显示 */
      width: 330px;
      /* height: 350px; */
      /* margin: 10px; */
      /* background-color: red; */
      /* padding-right: 150px; */
      /* margin-right: 10px; */
  }
    .mb-phone{
        width: 90%;
        height: auto;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .mb-paydata-tit{
        font-size: 34px;
        font-weight: 600;
        line-height: 80px;
        color: rgb(0, 6, 25);
        text-align: left;
      }
      .mb-paydata-des {
        font-size: 16px;
        color: rgb(114, 114, 114);
        margin-top: 5px;
        /* margin-bottom: 10px; */
        /* margin-left: 15px; */
        margin-right: 15px;
        line-height: 28px;
        text-align: left;
      }
      .mb-timeview{
        background: linear-gradient(to right, 
                      rgb(138, 56, 245) 25%,  /* 黄色，25% 的位置 */
                      rgb(88, 72, 202) 50%,  /* 绿色，50% 的位置 */
                      rgb(38, 84, 163) 100%); /* 蓝色，结束位置，可以与上一个相同以保持平滑过渡 */
        background-size: cover;
        width: 100%;
        height: 674px;
        overflow: hidden;
        position: relative;
    }
    .mb-work-view{
        width: 100%;
        margin: 10px auto;
        text-align: center;
        padding-top: 70px;
        background-color: rgb(242, 242, 255);
        margin: 0 auto;
      }
    .work-phone {
        width: 80%;
        height: auto;
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .mb-download-btn {
        display: flex;
        justify-content: center;
        width: 165px;
        height: 48px;
        margin-left: 10px;
        margin-right: 10px;
        border: none;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, 
                      rgb(222, 151, 120) 25%,  /* 黄色，25% 的位置 */
                      rgb(187, 126, 177) 50%,  /* 绿色，50% 的位置 */
                      rgb(148, 96, 242) 75%,  /* 蓝色，75% 的位置 */
                      rgb(148, 96, 242) 100%); /* 蓝色，结束位置，可以与上一个相同以保持平滑过渡 */
      }
      .mb-absolute-layer {
        position: absolute;
        top: 260px;  
        right: 0px; 
        width: calc(100% - 20px);
        height: 132px;
        background-size: cover;
      }
      .mbdownload-card {
        background-color: rgb(138, 56, 246);
        width: calc(100% - 20px);;
        height: 132px;
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 70px;
        /* margin-left: calc(50% - 300px); */
        display: flex;
        align-items: center
      }
      .mb-download-cardt {
        font-size: 18px;
        color: white;
        font-weight: 600;
      }
      .mb-download-cardd {
        font-size: 14px;
        color: rgb(204, 204, 204);
        text-align: center;
      }
      .mb-download-cardl {
        background-color: #fff;
        width: 1px;
        height: 80px;
        margin-top: 10px;
      }
      .mb-absolutet {
        position: absolute;
        top: 0px;  
        left: 0px; 
        width: 100%;
        height: 320px;
        background-color: rgb(242, 242, 255);
        background-size: cover;
        display: flex;
        justify-content: center;
      
      }
      .mb-absoluteb {
        position: absolute;
        bottom: 0px;  
        right: 0px; 
        width: 100%;
        top: 420px;
        background-color: #fff;
        background-size: cover;
        padding-top: 0px;
      }
      .feed-card {
        margin-top: 10px;
        margin-bottom: 20px;
        background-color: rgb(245, 245, 255);
        /* width: 100%; */
        height: 270px;
        border-radius: 10px;
        margin-left: 20px;
        /* margin-right: 20px; */
        padding: 20px;
      }
  .star{
    width: 18px;
    height: 18px;
  }
  .mb-foot-notice {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 24px;
    font-size: 18px;
    color: rgb(138, 56, 245);
    text-align: center;
  
  }
  .mb-page-footer {
    width: 100%;
    background-color: rgb(242, 242, 255);
    background-size: cover;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }
  .mb-download-card-title {
    font-size: 28px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .mb-download-card-line {
    background-color: #fff;
    width: 1px;
    height: 80px;
    margin: 40px;
  }
  .mb-bordercard {
    width: 320px;
    height: 340px;
    /* background-color: red; */
    box-shadow: 
      -3px 0 0 0 rgba(0, 0, 0, 0.1), /* 左侧阴影 */
      3px 0 0 0 rgba(0, 0, 0, 0.1), /* 右侧阴影 */
      0 -3px 0 0 rgba(0, 0, 0, 0.1), /* 顶部阴影 */
      0  3px 0 0 rgba(0, 0, 0, 0.1); /* 底部阴影 */
    border-radius: 3px;
    text-align: center;
    align-self: center;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  
  }
  .mb-tabcardd {
    font-size: 14px;
    color: rgb(114, 114, 114);
    margin-top: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    /* margin-left: 15px; */
    margin-right: 15px;
    max-lines: 3;
    overflow: auto;
  }
  .timeline-titl {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
  }
  .timeline-desl {
    color: rgb(221, 221, 221);
    font-size: 16px;
    line-height: 22px;
  }
  .ta-r {
    text-align: right;
  }
  .timeline-txtcl{
    width: 40%; height: 25%; align-items: center; margin-left: 60%;display: flex; align-items: center;
  }
  .timeline-txtcr{
    width:40%; height: 25%; align-items: center; display: flex; align-items: center; justify-content: end;
  }
  .timeline-txtfv{
    position: absolute; left: 0px; top: 20px; bottom: 20px; width: 100%;
  }
  .timeline-point1{
    background-color: rgb(81, 255, 255); width: 10px; height: 10px;border-radius: 5px;
  }
  .timeline-point1f{
    width: 100%; height: 25%; align-items: center;
  }
  .timeline-point1ff{
    position: absolute; left: 10%; top: 20px; bottom: 20px; width: 80%;
  }
  .timelime-point2{
    background-color: rgb(81, 255, 255); width: 16px; height: 16px;border-radius: 8px;opacity: 0.5;
  }
  .timeline-point2f{
    width: 100%; height: 25%; align-items: center;
  }
  .timeline-point2ff{
    position: absolute; left: 10%; top: 20px; bottom: 20px; width: 80%;
  }
  .timeline-point3{
    background-color: rgb(81, 255, 255); width: 24px; height: 24px;border-radius: 12px;opacity: 0.3;
  }
  .timeline-point3f{
    width: 100%; height: 25%; align-items: center;
  }
  .timeline-point3ff{
    position: absolute; left: 5%; top: 20px; bottom: 20px; width: 90%;
  }
  .timelime-pointb{
    position: absolute; left: calc(50% - 5px); width: 10px; height: 10px;background-color: rgb(81, 255, 255); bottom: 7px; border-radius: 5px;
  }
  .timelime-pointt{
    position: absolute; left: calc(50% - 5px); width: 10px; height: 10px;background-color: rgb(81, 255, 255); top: 7px; border-radius: 5px;
  }
  .timelime-line{
    position: absolute; left: calc(50% - 2px); width: 4px; top: 10px; bottom: 10px; background-color: rgb(81, 255, 255);
  }
  .download-mb-now {
    background-color: rgb(95,95,255);
    height: 48px;
    width: 160px;
    line-height: 48px;
    border: none;
    border-radius: 24px;
    color: white;
    font-size: 16px;
    text-align: center;
  }
  .connect-mb-now{
    height: 48px;
    width: 160px;
    line-height: 48px;
    border-radius: 24px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .buy-img{
    width: 60px;height: 60px; margin-left: 20px;background-color: #fff; box-shadow: #000 ;border-radius: 30px;
    box-shadow: 0 0px 3px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0px 3px 4px rgba(0,0,0,0.1); 
    -moz-box-shadow: 0 0px 3px 4px rgba(0,0,0,0.1);  
    -o-box-shadow: 0 0px 3px 4px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0px 3px 4px rgba(0,0,0,0.1);  

  }
  .mb-buy-con{
    width: 100%;
    height: 380px;
  }
  .mb-buy-bg{
    background-color: rgb(242, 242, 255);
    border-top-right-radius: 100px;
    width: 100%;
    height: 180px;
    position: absolute;
    top: 200px;
  }
  .mb-buy-img{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 90%;
    height: auto;
  }

  .mb-buy-bg1{
    background-color: rgb(242, 242, 255);
  }
  .mb-buy-tit{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: rgb(0, 6, 25);
  }
}