@charset "UTF-8";
@media screen and (max-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 7.2rem;
    overflow: hidden;
    position: relative;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  /*业务外包*/
  .bpo .description {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2rem 0;
  }
  /*服务内容*/
  .service-content {
    background-color: #f4f8fe;
  }
  .service-content .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-content .content-box .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .service-content .content-box .item .icon-box {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    line-height: 6rem;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #ff5c5c;
    border: 0.4rem solid #ff9999;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .service-content .content-box .item .icon-box img {
    height: 50%;
  }
  .service-content .content-box .item h5 {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    color: #666;
    font-weight: 600;
  }
  .service-content .content-box .item p {
    font-size: 1.4rem;
    color: #999;
    margin: 0.5rem auto;
    width: 70%;
  }
  /*服务价值*/
  .service-value .content-box {
    margin-top: 3rem;
  }
  .service-value .content-box .item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-value .content-box .item .icon-box {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    line-height: 6rem;
    background-color: #55a5d8;
    border: 0.4rem solid #c2dff1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    margin-right: 2rem;
  }
  .service-value .content-box .item .icon-box img {
    height: 50%;
  }
  .service-value .content-box .item .icon-box .img-pc {
    display: none;
  }
  .service-value .content-box .item h5 {
    font-weight: 500;
    font-size: 1.6rem;
    color: #666;
    font-weight: bold;
  }
  .service-value .content-box .item p {
    font-size: 1.3rem;
    margin-top: 0.6rem;
    line-height: 1.6;
    color: #999;
  }
  /*服务场景*/
  .service-scenario {
    background-color: #f5f5f5;
  }
  .service-scenario .content-box {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-scenario .content-box.show-pc {
    display: none !important;
  }
  .service-scenario .content-box .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 3rem;
  }
  .service-scenario .content-box .item .icon-box {
    width: 7.6rem;
    height: 7.6rem;
    line-height: 7.6rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .service-scenario .content-box .item .icon-box img {
    height: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service-scenario .content-box .item h5 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .service-scenario .content-box .item p {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  /*合作案例*/
  .cooperation-case .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cooperation-case .content-box .item {
    /* width: 48%; */
    height: 23rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .cooperation-case .content-box .item .image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cooperation-case .content-box .item .image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cooperation-case .content-box .item .image-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cooperation-case .content-box .item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .cooperation-case .content-box .item .content-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 10;
    width: 100%;
  }
  .cooperation-case .content-box .item h5,
  .cooperation-case .content-box .item .description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cooperation-case .content-box .item h5 {
    font-size: 1.6rem;
  }
  .cooperation-case .content-box .item .description {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
}
/*# sourceMappingURL=bpo-mobile.css.map */