@media screen  and (min-width:996px){.gp-pc-layout-pid-b61f2f6c-d649-48ba-8ce8-6c3987168834:nth-child(1){width: 290px;}.gp-pc-layout-pid-b61f2f6c-d649-48ba-8ce8-6c3987168834:nth-child(2){flex: 1;}}


/*侧栏标题显示出来*/
.pid-b61f2f6c-d649-48ba-8ce8-6c3987168834{}


.page {
      display: table;
      width: 100%;
      max-width: 687px;
      height: 100%;
      /*margin: auto 0;*/
      margin: 0 auto;
    }

    .page__cell {
      display: table-cell;
      vertical-align: middle;
    }

    .auth-query {
      position: relative;
      display: inline-block;
      width: 687px;
      max-width: 100%;
      height: 602px;
      overflow: hidden;
      text-align: left;
      background-color: #94070a;
      background-image: url("https://demo.gpowersoft.com/editor_saas/api/page/siteResource/view/01d0736bdaaf1c2057cae56b0fe2882a");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    
    @media screen and (max-width: 1300px) {
        .auth-query {
            width:587px;
        }
    }

    .auth-query__title {
      position: absolute;
      top: 7.39%;
      left: 50%;
      margin: 0;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #fff;
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .auth-query__form {
      margin: 0;
    }

    .auth-query__input,
    .auth-query__button {
      display: block;
      position: absolute;
      left: 19.21%;
      width: 63.03%;
      height: 10.34%;
      border: 0;
      border-radius: 0;
      font-family: inherit;
      font-size: 16px;
      line-height: 1.625;
      outline: none;
      -webkit-transition:
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        color 0.22s ease,
        -webkit-transform 0.22s ease;
      transition:
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease;
    }

    .auth-query__input {
      padding: 0 36px;
      color: #424242;
      background: #fff;
      box-shadow: none;
    }

    .auth-query__input:hover {
      background: #fffafa;
      box-shadow: 0 8px 18px rgba(65, 0, 0, 0.14);
      -ms-transform: translateY(-1px);
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px);
    }

    .auth-query__input:focus {
      background: #fff;
      box-shadow:
        0 9px 20px rgba(65, 0, 0, 0.18),
        inset 0 0 0 2px rgba(127, 0, 3, 0.55);
      -ms-transform: translateY(-1px);
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px);
    }

    .auth-query__input:nth-of-type(1) {
      top: 21.86%;
    }

    .auth-query__input:nth-of-type(2) {
      top: 35.76%;
    }

    .auth-query__input:nth-of-type(3) {
      top: 49.79%;
    }
    
    .auth-query__input:nth-of-type(4) {
      top: 63.42%;
    }

    .auth-query__input::placeholder {
      color: #424242;
      opacity: 1;
    }

    .auth-query__button {
      top: 78.93%;
      color: #fff;
      font-weight: 700;
      cursor: pointer;
      background: #7f0003;
    }

    .auth-query__button:hover {
      background: #97070a;
      box-shadow: 0 10px 22px rgba(65, 0, 0, 0.26);
      -ms-transform: translateY(-2px);
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }

    .auth-query__button:active {
      background: #690507;
      box-shadow: 0 4px 10px rgba(65, 0, 0, 0.2);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    .auth-query__button:focus {
      box-shadow:
        0 10px 22px rgba(65, 0, 0, 0.26),
        0 0 0 3px rgba(255, 255, 255, 0.62);
    }

    @media (prefers-reduced-motion: reduce) {
      .auth-query__input,
      .auth-query__button {
        transition: none;
      }

      .auth-query__input:hover,
      .auth-query__input:focus,
      .auth-query__button:hover,
      .auth-query__button:active {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
      }
    }

@media screen and (max-width: 996px) {
    .page {
      margin: 0 auto !important;
    }
    .auth-query__input,
      .auth-query__button {
        font-size: 14px;
      }
      .auth-query__title {
        font-size: 20px;
      }
}

    @media screen and (max-width: 735px) {

      .page {
        /*max-width: none;*/
      }

      .auth-query {
        width: 100%;
        height: 0;
        padding-top: 75.9825%;
      }
    }

    @media screen and (max-width: 480px) {
      .auth-query__title {
        font-size: 18px;
      }

      .auth-query__input,
      .auth-query__button {
        font-size: 12px;
      }

      .auth-query__input {
        padding-left: 22px;
        padding-right: 22px;
      }
    }

