.container {
  font-size: 14px;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background: #FAFAF9 url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%; }
  .container .logo {
    padding: 65px 0 30px; }
    .container .logo img {
      width: 222px; }
  .container .wa {
    position: relative;
    width: 1280px;
    margin: 0 auto; }
    .container .wa img {
      width: 677px; }
    .container .wa .service {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 110px;
      height: 120px;
      background: url(../images/service.png) no-repeat;
      background-size: contain; }
  .container .content {
    margin-top: 60px; }
    .container .content .left {
      position: relative; }
      .container .content .left .phone {
        width: 642px;
        height: 578px; }
      .container .content .left .down {
        position: absolute;
        top: -60px;
        left: -60px;
        width: 254px;
        height: 308px;
        padding-right: 24px;
        background: url(../images/down_bg.png) no-repeat;
        background-size: 100% 100%; }
        .container .content .left .down .qrcode {
          width: 160px;
          height: 160px;
          border: 1px solid #ddd;
          padding: 10px;
          background: linear-gradient(270deg, #FFFFFF 0%, #E5EDFF 29.11%, #FFFFFF 100%);
          box-shadow: 0px 6.54px 5.45px 0px #8095E857;
          border-radius: 22px;
          margin: 10px auto; }
          .container .content .left .down .qrcode img {
            width: 100%;
            height: 100%; }
        .container .content .left .down .text {
          color: #7981A4;
          font-size: 18px;
          font-weight: 500; }
          .container .content .left .down .text .icon {
            width: 48px;
            height: 24px;
            background: url(../images/icon.png) no-repeat;
            background-size: contain; }
    .container .content .lines {
      position: relative;
      width: 725px;
      height: 587px;
      background: url(../images/inner_bg.png) no-repeat;
      background-size: 100% 100%;
      padding: 75px 0 0; }
      .container .content .lines .title {
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        width: 328px;
        height: 63px;
        background: url(../images/title.png) no-repeat;
        background-size: 100% 100%; }
      .container .content .lines .list {
        max-height: 460px;
        overflow: scroll; }
        .container .content .lines .list .row {
          margin: 0 50px 36px; }
          .container .content .lines .list .row .sp {
            font-size: 16px;
            font-weight: 500;
            color: #34A853; }
            .container .content .lines .list .row .sp .icon {
              width: 24px;
              height: 15px;
              background: url(../images/line1.png) no-repeat;
              background-size: contain;
              margin-right: 4px; }
            .container .content .lines .list .row .sp.s1 {
              color: #FB8F02; }
              .container .content .lines .list .row .sp.s1 .icon {
                background: url(../images/line2.png) no-repeat;
                background-size: contain; }
            .container .content .lines .list .row .sp.s2 {
              color: #EA6721; }
              .container .content .lines .list .row .sp.s2 .icon {
                background: url(../images/line3.png) no-repeat;
                background-size: contain; }
            .container .content .lines .list .row .sp.s3 {
              color: #EA3721; }
              .container .content .lines .list .row .sp.s3 .icon {
                background: url(../images/line4.png) no-repeat;
                background-size: contain; }
          .container .content .lines .list .row .name {
            width: 300px;
            height: 46px;
            border-radius: 23px;
            background: #D9DFF0;
            font-size: 20px;
            font-weight: 500;
            color: #51566E; }
          .container .content .lines .list .row .btn {
            width: 160px;
            height: 46px;
            border-radius: 23px;
            background: linear-gradient(135deg, #33D6FC 0%, #127DFE 100%);
            box-shadow: -3.71px -3.71px 3.71px 0px #FFFFFF, 3.71px 3.71px 7.41px 0px #9CADE3B0, 0px 0px 6.76px 1.85px #00D9FF inset;
            font-size: 17px;
            font-weight: 500;
            color: #fff;
            cursor: pointer; }

/*# sourceMappingURL=index-p.css.map */
