/* PC端 */
@media (min-width: 751px) {}
/* 移动端 */
@media (max-width: 750px) {
  /* ---------- 轮播图 ---------- */
  .swiper{
    height: 200px;
  }
  .container .swiper{
    /* border: 1px solid #0b79ff; */
    margin-top: 0;
  }
  .carousel-item img {
    object-fit:cover;
    /* object-position: 60% 0; */
  }
  .carousel-item .carousel-item-alltitle{
    width: 100% !important;
    top: 25%;
    left: 0;
    transform: none;
    padding: 0 20px;
  }
  .carousel-item .carousel-item-alltitle .carousel-item-title{
    font-size: 18px !important;
    width: 100% !important;
  }
  .carousel-item .carousel-item-alltitle .carousel-item-subtitle{
    font-size: 14px !important;
    width: 100% !important;
  }
  .carousel-indicators{
    width: 100% !important;
    padding: 0 10%;
    bottom: 30px;
  }
  /* ---------- 优势 ---------- */
  .swiper-bottom{
    position: relative;
    bottom: auto;
  }
  .swiper-bottom .bottom-content{
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .swiper-bottom .bottom-content .bottom-item{
    width: 100%;
  }
  /* ---------- 乐数云SCRM系统介绍 ---------- */
  .system-introduction{
    /* border: 1px solid #f00; */
    margin-top: 500px;
  }
  .intorduction-content{
    flex-direction: column;
  }
  .system-introduction .introduction {
    width: 100% !important;
  }
  .intorduction-content .introduction-img{
    width: 100% !important;
    /* border: 1px solid #f00; */
    margin-top: 20px;
  }
  .introduction-img .introduction-img-mac img{
    width: 100%;
  }
  .introduction-img .introduction-img-ipad{
    left: 20px;
  }
  .introduction-img .introduction-img-phone{
    right: 20px;
  }
  /* ---------- 乐数云SCRM专业解决以下问题 ---------- */
  .solve-problem{
    margin-top: 350px;
    height: 510px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .solve-problem .problem-title{
    margin-top: 0;
    position: absolute;
    z-index: 10;
    top: 15px;
    text-align: center;
    /* border: 1px solid #f00; */
    width: 100%;
  }
  .solve-problem .problem-content{
    margin-top: 90px;
  }
  /* 企业困境图标 */
  .center-round{
    display: none;
  }
  .solve-problem .problem-content .content {
    height: auto;
    background-size: cover;
    background-position-x: center;
    /* border: 1px solid #f00; */
  }
  .solve-problem .problem-content .content .txt-title{
    font-size: 12px !important;
  }
  .solve-problem .problem-content .content .txt-subtitle{
    font-size: 10px !important;
  }
  .solve-problem .problem-content .content .content-left{
    width: calc(50% - 20px)
  }
  .solve-problem .problem-content .content .content-left .left-item{
    position: relative;
  }
  .solve-problem .problem-content .content .content-left .left-item:first-child {
    top: 10px;
    left: 20px;
    /* border: 1px solid green; */
  }
  .solve-problem .problem-content .content .content-left .left-item:nth-child(2) {
    top: 10px;
    left: 20px;
    /* border: 1px solid #0932b9; */
  }
  .solve-problem .problem-content .content .content-left .left-item:nth-child(3) {
    top: 10px;
    left: 20px;
    /* border: 1px solid #09b935; */
  }
  .solve-problem .problem-content .content .content-left .left-item:nth-child(4) {
    top: 10px;
    left: 20px;
    /* border: 1px solid #b9b609; */
  }
  .solve-problem .problem-content .content .content-left .left-item:nth-child(5) {
    top: 10px;
    left: 20px;
    /* border: 1px solid #b909a1; */
  }
  .solve-problem .problem-content .content .content-right{
    width: calc(50% - 20px)
  }
  .solve-problem .problem-content .content .content-right .right-item{
    position: relative;
  }
  .solve-problem .problem-content .content .content-right .right-item:first-child {
    top: 10px;
    right: -20px;
    /* border: 1px solid green; */
  }
  .solve-problem .problem-content .content .content-right .right-item:nth-child(2) {
    top: 10px;
    right: -20px;
    /* border: 1px solid #0932b9; */
  }
  .solve-problem .problem-content .content .content-right .right-item:nth-child(3) {
    top: 10px;
    right: -20px;
    /* border: 1px solid #09b935; */
  }
  .solve-problem .problem-content .content .content-right .right-item:nth-child(4) {
    top: 10px;
    right: -20px;
    /* border: 1px solid #b9b609; */
  }
  .solve-problem .problem-content .content .content-right .right-item:nth-child(5) {
    top: 10px;
    right: -20px;
    /* border: 1px solid #b909a1; */
  }
  /* ---------- 我们的解决方案 ---------- */
  .solution-content .solution-item img{
    width: 100%;
    /* border: 1px solid #0066ff; */
  }
  #outboundRight{
    margin-left: 0 !important;
    /* border: 1px solid #f00; */
  }
  .solution-item-opposite-content {
    flex-direction: column;
    /* border: 1px solid #0066ff; */
  }
  .solution-content .solution-item {
    flex-direction: column-reverse;
    /* border: 1px solid #f00; */
    padding: 0 20px 20px;
    margin-top: 0;
  }
  .solution-content .solution-item .left-title{
    /* border: 1px solid #f00; */
    width: 100%;
  }
  .solution-content .solution-item .item-left{
    width: 100%;
    /* border: 1px solid #f00; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .solution-content .solution-item .item-left .item-detail{
    width: 100%;
  }
  
  #channel{
    position: relative;
    /* border: 1px solid #f00; */
  }
  #channelLeft{
    /* border: 1px solid #f00; */
    margin-top: 250px;
  }
  #channelLeft .left-title{
    position: absolute;
    top: -230px;
    /* border: 1px solid #f00; */
    z-index: 10;
  }
  #channelRight{
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
  }

  /* 产品亮点 */
  .highlights{
    height: auto;
    /* border: 1px solid #f00; */
    padding: 40px 20px 30px;
  }
  .highlights .all-info{
    /* border: 1px solid #0400ff; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .highlights .all-info .info-item{
    /* border: 1px solid #f00; */
    width: 100%;
    margin-top: 0;
  }

  /* 公司荣誉 */
  .company-honors{
    /* border: 1px solid #f00; */
    margin-top: 40px;
  }
  .company-honors .honor-wall{
    margin-top: 20px;
    gap: 20px;
  }
  .company-honors .honor-wall .honor-item{
    margin-right: 0;
  }
  /* 新闻咨询 */
  .news-information .news-content{
    /* border: 1px solid #f00; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 0 16px;
  }
  .news-information .news-content .news-item{
    width: 100%;
  }
  .news-information .news-content .news-item .item-top {
    width: 100%;
  }
  .news-information .news-content .news-all-item{
    /* border: 1px solid #f00; */
    width: 100%;
  }
}