@charset "UTF-8";
@media screen and (max-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 7.2rem;
    /* height: 20rem; */
    overflow: hidden;
    position: relative;
    /* background-color: #2965ff; */
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  .main-box .show-pc {
    display: none !important;
  }
  .main-box .product-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .main-box .product-nav .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-box .product-nav .tab .tab-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    line-height: 4rem;
    font-size: 1.6rem;
    cursor: pointer;
  }
  .main-box .product-nav .tab .tab-item.active {
    color: #2965ff;
  }
  .main-box .product-nav .tab-content {
    display: none;
  }
  .main-box .product-nav .tab-content.active {
    display: block;
  }
  .main-box .product-nav ul {
    padding: 1rem 2rem 2rem;
  }
  .main-box .product-nav ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
  }
  .main-box .product-nav ul li.active, .main-box .product-nav ul li:hover {
    color: #2965ff;
  }
  /* 案例 */
  .cases .show-more.show-mobile {
    width: 24rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #437bf4;
    color: #fff;
    border-radius: 1rem;
    font-size: 1.6rem;
    margin: 2rem auto;
  }
  .cases-wrap .item {
    color: #333;
    display: block;
    margin: 10px 0 20px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .cases-wrap .item:hover .img-wrap .img-bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cases-wrap .item .img-wrap {
    height: 220px;
    overflow: hidden;
  }
  .cases-wrap .item .img-wrap .img-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cases-wrap .item .logo-wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #999;
    position: absolute;
    left: 20px;
    top: 143px;
    z-index: 9;
    background-color: #fff;
  }
  .cases-wrap .item .logo-wrap img {
    width: 80%;
  }
  .cases-wrap .item .content-text {
    padding: 30px 20px;
  }
  .cases-wrap .item .content-text .sort-name {
    line-height: 1;
    padding: 8px 0;
    display: inline-block;
    border-bottom: 2px solid #437bf4;
  }
  .cases-wrap .item .content-text .name {
    font-size: 16px;
    margin-top: 5px;
  }
  .cases-wrap .item .content-text .category-wrap .category-item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 120px;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin: 10px 0;
  }
  .cases-wrap .item .content-text .category-wrap .category-item.active {
    background-color: #437bf4;
    color: #fff;
  }
  .cases-wrap .item .content-text .desc {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
}
/*# sourceMappingURL=service-cases-mobile.css.map */