.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: 646px; }
      .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: 707px;
      height: 587px;
      background: url(../images/inner_bg.png) no-repeat;
      background-size: 100% 100%;
      padding-top: 5px; }
      .container .content .lines .tab {
        margin-bottom: 32px; }
        .container .content .lines .tab .item {
          width: 197px;
          height: 48px;
          font-size: 22px;
          font-weight: 600;
          color: #51566E;
          cursor: pointer;
          background: #7e73ff4f; }
          .container .content .lines .tab .item.active {
            background: linear-gradient(141.31deg, #AEADFF 3.26%, #7E73FF 93.52%);
            color: #fff; }
          .container .content .lines .tab .item:first-child {
            background: url(../images/tab1.png) no-repeat;
            background-size: 100% 100%;
            padding-left: 42px; }
            .container .content .lines .tab .item:first-child.active {
              background: url(../images/tab1_a.png) no-repeat;
              background-size: 100% 100%;
              color: #fff;
              cursor: default; }
          .container .content .lines .tab .item:last-child {
            background: url(../images/tab2.png) no-repeat;
            background-size: 100% 100%;
            padding-right: 42px; }
            .container .content .lines .tab .item:last-child.active {
              background: url(../images/tab2_a.png) no-repeat;
              background-size: 100% 100%;
              color: #fff;
              cursor: default; }
      .container .content .lines .refresh {
        width: 40px;
        height: 40px;
        background: url(../images/refresh.png) no-repeat center;
        background-size: contain;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 48px;
        transition: all 0.3s; }
        .container .content .lines .refresh:hover {
          transform: rotateZ(180deg); }
      .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;
            min-width: 92px; }
            .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 .sp .text {
              color: #64749C; }
            .container .content .lines .list .row .sp .load {
              width: 22px;
              height: 22px;
              background: url(../images/loading.png) no-repeat;
              background-size: 100% 100%;
              margin-right: 8px;
              animation: myfirst 1.5s infinite linear; }
@keyframes myfirst {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(360deg); } }
          .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(141.31deg, #AEADFF 3.26%, #7E73FF 93.52%);
            box-shadow: -3.71px -3.71px 3.71px 0px #FFFFFF, 3.71px 3.71px 7.41px 0px #9CADE3B0, 0px 0px 6.76px 1.85px #EAEEFF inset;
            font-size: 17px;
            font-weight: 500;
            color: #fff;
            cursor: pointer; }

/*# sourceMappingURL=index-p.css.map */
