
@media screen and (max-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 7.2rem;
    overflow: hidden;
    position: relative;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  /* 薪税保服务 */
  .payroll-tax .description {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2rem 0;
  }
  /*企业痛点*/
  .enterprise-pain-points .content-box {
    background-color: #f5f5f5;
    margin-top: 3rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  }
  .enterprise-pain-points .content-box .left {
    width: 100%;
    height: 20rem;
    overflow: hidden;
  }
  .enterprise-pain-points .content-box .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .enterprise-pain-points .content-box .right ul {
    padding: 1rem 0;
  }
  .enterprise-pain-points .content-box .right ul li {
    padding: 1rem 3rem;
    font-size: 1.5rem;
    position: relative;
  }
  .enterprise-pain-points .content-box .right ul li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333;
    border-right: 6px solid transparent;
    position: absolute;
    left: 1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .enterprise-pain-points .content-box .right ul li .num {
    display: none;
  }
  /*服务内容*/
  .service-content .content-box {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-content .content-box .item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    height: 16rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 2rem 0;
    margin-bottom: 2rem;
  }
  .service-content .content-box .item h5 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
  }
  /* 主要解决问题 */
  .mainly-solve-the-problem {
    background: url("../image/four-bg-mobile.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainly-solve-the-problem,
  .mainly-solve-the-problem .tit-main,
  .mainly-solve-the-problem .tit-english {
    color: #fff;
  }
  .mainly-solve-the-problem .content-box {
    margin-top: 3rem;
  }
  .mainly-solve-the-problem .content-box.show-pc {
    display: none;
  }
  .mainly-solve-the-problem .content-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
  }
  .mainly-solve-the-problem .content-box .item .icon-box {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    margin-right: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mainly-solve-the-problem .content-box .item .icon-box img {
    height: 50%;
  }
  .mainly-solve-the-problem .content-box .item .desc {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /* 服务价值 */
  .service-value .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 3rem;
  }
  .service-value .d-flex .mobile-img {
    height: 25.6rem;
  }
  .service-value .d-flex .mobile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service-value .content-box .item {
    position: relative;
    padding: 1rem 0 1rem 2.4rem;
  }
  .service-value .content-box .item::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #c2d2fb;
    border: 3px solid #2965ff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .service-value .content-box .item .arrow {
    display: none;
  }
  .service-value .content-box .item h5 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .service-value .content-box .item h5 br {
    display: none;
  }
  /*服务优势*/
  .service-advantage {
    background-color: #f5f5f5;
  }
  .service-advantage .content-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
  }
  .service-advantage .content-box .item .icon-wrap {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 50%;
    text-align: center;
    background-color: #77a5f5;
    margin-right: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service-advantage .content-box .item .icon-wrap img {
    width: 50%;
  }
  .service-advantage .content-box .item h5 {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .service-advantage .content-box .item .desc {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    line-height: 1.5;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
}
/*# sourceMappingURL=payroll-tax-mobile.css.map */