.service-order001 {
  padding-top: 0.8rem;
  position: relative; }
  .service-order001 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: max-content;
    z-index: -1; }
    .service-order001 .bg::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, #fff, white);
      opacity: 0.5; }
    .service-order001 .bg img {
      width: 100%;
      height: auto; }
  .service-order001 .layout .inner-box {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .service-order001 .layout .inner-box .left-box {
      width: calc(100% - 4.8rem);
      background-color: #fff;
      padding: 0.5rem;
      box-sizing: border-box;
      border-radius: 0.1rem;
      height: 100%; }
      .service-order001 .layout .inner-box .left-box ul {
        display: flex;
        flex-direction: column;
        margin-top: 0.2rem; }
        .service-order001 .layout .inner-box .left-box ul li {
          padding: 0.06rem 0.2rem;
          border-radius: 4px;
          background-color: #eef3f6;
          text-align: center;
          margin-top: 0.4rem;
          position: relative;
          font-size: 0.16rem; }
          .service-order001 .layout .inner-box .left-box ul li.first {
            margin-top: 0; }
            .service-order001 .layout .inner-box .left-box ul li.first:before, .service-order001 .layout .inner-box .left-box ul li.first:after {
              display: none; }
          .service-order001 .layout .inner-box .left-box ul li:before, .service-order001 .layout .inner-box .left-box ul li:after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%); }
          .service-order001 .layout .inner-box .left-box ul li:before {
            border-left: 0.06rem solid var(--mainColor);
            bottom: calc(100% + 0.12rem);
            height: 0.25rem; }
          .service-order001 .layout .inner-box .left-box ul li:after {
            font-size: 0;
            width: 0;
            height: 0;
            border: 0.1rem solid transparent;
            border-top-color: var(--mainColor);
            bottom: calc(100% - 0.07rem); }
          .service-order001 .layout .inner-box .left-box ul li span {
            color: #444;
            font-weight: bold; }
      .service-order001 .layout .inner-box .left-box .bottom-ul {
        display: flex;
        justify-content: space-between; }
        .service-order001 .layout .inner-box .left-box .bottom-ul ul {
          width: 48%;
          margin-top: 0; }
      .service-order001 .layout .inner-box .left-box .tips {
        font-size: 0.16rem;
        color: var(--ruifox-color-primary-1);
        font-weight: bold;
        text-align: center; }
      .service-order001 .layout .inner-box .left-box h1 {
        margin-bottom: 0.4rem; }
      .service-order001 .layout .inner-box .left-box p {
        line-height: 2;
        font-size: 0.16rem; }
      .service-order001 .layout .inner-box .left-box .more001 {
        margin-top: 0.4rem; }
    .service-order001 .layout .inner-box .right-box {
      width: max-content;
      min-width: 3.2rem;
      padding: 0.3rem;
      background: var(--ruifox-color-primary-3);
      display: flex;
      justify-content: center; }
      .service-order001 .layout .inner-box .right-box .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 0.2rem; }
        .service-order001 .layout .inner-box .right-box .item img {
          max-width: 2rem; }
        .service-order001 .layout .inner-box .right-box .item p {
          text-align: center;
          font-size: 0.18rem;
          color: white;
          margin-top: 0.15rem; }
  @media (max-width: 960px) {
    .service-order001 {
      padding-top: 40px !important;
      margin-top: 20px; }
      .service-order001 .layout .inner-box {
        display: block; }
        .service-order001 .layout .inner-box .left-box {
          width: 100%;
          padding: 20px;
          height: max-content !important;
          margin-right: 0; }
          .service-order001 .layout .inner-box .left-box h2 {
            font-size: 18px; }
          .service-order001 .layout .inner-box .left-box h1 {
            margin-bottom: 20px; }
          .service-order001 .layout .inner-box .left-box .more001 {
            margin-top: 20px; }
        .service-order001 .layout .inner-box .right-box {
          width: 100%; }
          .service-order001 .layout .inner-box .right-box .item {
            max-width: 45%; }
            .service-order001 .layout .inner-box .right-box .item img {
              max-width: 100%; } }

/*# sourceMappingURL=service-order001.css.map */
