@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

input::-webkit-input-placeholder {
  color: #9DA4B2; }
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9DA4B2; }
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9DA4B2; }
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9DA4B2; }

.header-thumb-lang {
  width: 20px;
  height: 20px;
  background-image: url("../../index/img/header/header_thumb_lang.svg");
  background-size: auto 20px;
  background-repeat: no-repeat; }
  .header-thumb-lang.htlang1 {
    background-position: 0px 0px; }
  .header-thumb-lang.htlang2 {
    background-position: -25px 0px; }
  .header-thumb-lang.htlang3 {
    background-position: -50px 0px; }
  .header-thumb-lang.htlang4 {
    background-position: -75px 0px; }
  .header-thumb-lang.htlang5 {
    background-position: -100px 0px; }
  .header-thumb-lang.htlang6 {
    background-position: -125px 0px; }
  .header-thumb-lang.htlang7 {
    background-position: -150px 0px; }
  .header-thumb-lang.htlang8 {
    background-position: -175px 0px; }

.bg-body {
  height: 920px;
  margin: 0 0;
  padding: 0 0;
  position: relative;
  background: linear-gradient(0deg, #FAFCFD 0%, #FAFCFD 100%), linear-gradient(0deg, #F5F6FA 0%, #F5F6FA 100%), #F7F7F7; }
  .bg-body .header_wrap {
    position: relative;
    height: 60px; }
    .bg-body .header_wrap .logo_wrap {
      position: absolute;
      top: 20px;
      left: 40px; }
    .bg-body .header_wrap .top_content {
      position: absolute;
      top: 20px;
      right: 40px;
      display: flex; }
      .bg-body .header_wrap .top_content a {
        margin-left: 30px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-size: 16px;
        line-height: 25px;
        color: #15357A; }
        .bg-body .header_wrap .top_content a.hover_d {
          position: relative; }
          .bg-body .header_wrap .top_content a.hover_d::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #15357a;
            transition: all 0.3s; }
          .bg-body .header_wrap .top_content a.hover_d:hover::after {
            width: 100%; }
      .bg-body .header_wrap .top_content .lang {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 30px;
        height: 25px;
        cursor: pointer; }
        .bg-body .header_wrap .top_content .lang .header-thumb-lang,
        .bg-body .header_wrap .top_content .lang img {
          margin-right: 11px !important;
          width: 20px;
          height: 20px; }
        .bg-body .header_wrap .top_content .lang > .lang_logo {
          width: 18px;
          height: 18px;
          position: relative;
          background: url(../../index/img/new_header/lang.svg) no-repeat center;
          background-size: 100% 100%;
          margin-right: 5px; }
        .bg-body .header_wrap .top_content .lang .ssssd {
          display: flex;
          align-items: center;
          font-family: 'Ubuntu';
          font-style: normal;
          font-size: 16px;
          line-height: 18px;
          color: #15357A; }
          .bg-body .header_wrap .top_content .lang .ssssd img {
            margin-left: 6px !important;
            margin-right: 0;
            transition: all 0.5s;
            display: block;
            width: 14px; }
          .bg-body .header_wrap .top_content .lang .ssssd span.hover_d {
            position: relative;
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 15px */
            text-transform: capitalize; }
            .bg-body .header_wrap .top_content .lang .ssssd span.hover_d::after {
              content: "";
              display: block;
              position: absolute;
              bottom: 0px;
              left: 0;
              width: 0;
              height: 1px;
              background-color: #15357a;
              transition: all 0.3s; }
            .bg-body .header_wrap .top_content .lang .ssssd span.hover_d:hover::after {
              width: 100%; }
        .bg-body .header_wrap .top_content .lang .lang-select {
          display: none;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 40px;
          width: 145px;
          padding: 10px;
          background-color: #ffffff;
          box-shadow: 0px 6px 10px 1px rgba(24, 28, 50, 0.1);
          border-radius: 4px;
          border: 1px solid #e9ecf1;
          z-index: 9; }
          .bg-body .header_wrap .top_content .lang .lang-select::after {
            content: "";
            position: absolute;
            left: 50%;
            top: -24px;
            width: 119px;
            height: 26px;
            transform: translateX(-50%); }
          .bg-body .header_wrap .top_content .lang .lang-select .select-cont {
            max-height: 360px; }
            .bg-body .header_wrap .top_content .lang .lang-select .select-cont::-webkit-scrollbar {
              width: 3px; }
            .bg-body .header_wrap .top_content .lang .lang-select .select-cont::-webkit-scrollbar-thumb {
              background-color: #E9EFF9;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 4px; }
            .bg-body .header_wrap .top_content .lang .lang-select .select-cont a img {
              width: 20px;
              height: 20px; }
          .bg-body .header_wrap .top_content .lang .lang-select .opt {
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: 400;
            color: #15357a;
            line-height: 40px;
            padding-left: 15px;
            margin-left: 0; }
            .bg-body .header_wrap .top_content .lang .lang-select .opt > div {
              display: none; }
            .bg-body .header_wrap .top_content .lang .lang-select .opt:hover {
              background-color: #f6f9fe; }
        .bg-body .header_wrap .top_content .lang:hover .txt img {
          transform: rotateZ(-180deg); }
        .bg-body .header_wrap .top_content .lang:hover .lang-select {
          display: block;
          animation: show linear 0.3s; }
        .bg-body .header_wrap .top_content .lang:hover .ssssd img {
          transition: all 0.5s;
          transform: rotate(-180deg); }
  .bg-body .wap-header {
    display: none;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #E7E8F2; }
    .bg-body .wap-header .header-right {
      width: 24px;
      height: 24px;
      background-image: url("../img/wap/menu.svg");
      background-repeat: no-repeat;
      background-position: center; }
      .bg-body .wap-header .header-right.show {
        background-image: url("../img/wap/nor.svg"); }
  .bg-body .head-right-pop {
    display: none;
    position: fixed;
    right: -100%;
    top: 60px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    padding-bottom: 70px;
    transition: all 0.5s;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 20px 120px; }
    .bg-body .head-right-pop.show {
      right: 0; }
    .bg-body .head-right-pop .pop-top .li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 35px; }
      .bg-body .head-right-pop .pop-top .li:nth-last-of-type(1) {
        margin-bottom: 0; }
      .bg-body .head-right-pop .pop-top .li p {
        font-size: 15px;
        font-family: Ubuntu-Medium;
        color: #042040;
        line-height: 15px; }
      .bg-body .head-right-pop .pop-top .li i {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("../img/wap/ico_right.svg");
        background-repeat: no-repeat;
        background-position: center; }
    .bg-body .head-right-pop .pop-bom > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 47px;
      font-size: 17px;
      font-family: Ubuntu-Medium;
      color: #0e6fde;
      border-radius: 4px;
      border: 1px solid #0e6fde; }
      .bg-body .head-right-pop .pop-bom > a:nth-of-type(2) {
        color: #ffffff;
        margin-top: 15px;
        background-color: #0e6fde; }
  .bg-body .login-box {
    display: flex;
    padding: 80px 400px 0px 400px;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
    flex: 1 0 0;
    align-self: stretch; }
    .bg-body .login-box.changer_pwd {
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0; }
      .bg-body .login-box.changer_pwd > .login-box-left {
        padding-top: 0; }
    .bg-body .login-box > .login-box-left {
      display: flex;
      width: 410px;
      padding-top: 50px;
      flex-direction: column;
      align-items: flex-start;
      gap: 30px; }
      .bg-body .login-box > .login-box-left > .title {
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 26px;
        font-style: normal;
        font-weight: 650;
        line-height: 150%;
        /* 39px */ }
      .bg-body .login-box > .login-box-left > .text-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch; }
        .bg-body .login-box > .login-box-left > .text-list > .li {
          display: flex;
          align-items: flex-start;
          gap: 20px;
          align-self: stretch; }
          .bg-body .login-box > .login-box-left > .text-list > .li > div {
            display: flex;
            align-items: center;
            gap: 8px;
            flex: 1 0 0; }
            .bg-body .login-box > .login-box-left > .text-list > .li > div > span {
              color: var(--PIA24-BK-01, #042040);
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 500;
              line-height: 100%;
              /* 14px */ }
      .bg-body .login-box > .login-box-left > .logo-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px 30px; }
        .bg-body .login-box > .login-box-left > .logo-box > img {
          display: block;
          width: 110px;
          margin: 0 auto; }
      .bg-body .login-box > .login-box-left > .line {
        width: 410px;
        height: 1px;
        margin: 0 auto;
        background: #F4F4F5; }
      .bg-body .login-box > .login-box-left > .login-star {
        display: block;
        width: 86px; }
      .bg-body .login-box > .login-box-left .award_winning_txt {
        color: var(--PIA24-BK-01, #042040);
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 15px;
        font-family: "Open Sans"; }
      .bg-body .login-box > .login-box-left .award_winning_img {
        width: 300px; }
    .bg-body .login-box > .login-box-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      border-radius: 6px;
      border: 1px solid var(--PIA24-Line-03, #E9EEF2);
      background: #FFF;
      /* 投影1 */
      box-shadow: 0px 5px 15px 0px rgba(4, 32, 64, 0.05); }
      .bg-body .login-box > .login-box-right.reset-right {
        margin-top: 120px; }
      .bg-body .login-box > .login-box-right > .right-top {
        display: flex;
        width: 440px;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        position: relative;
        padding-bottom: 71px; }
        .bg-body .login-box > .login-box-right > .right-top > .title {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
          align-self: stretch;
          font-weight: 550; }
          .bg-body .login-box > .login-box-right > .right-top > .title > p {
            margin: 0 auto; }
          .bg-body .login-box > .login-box-right > .right-top > .title > p:first-child {
            color: var(--PIA24-BK-01, #042040);
            text-align: center;
            font-family: "Open Sans";
            font-size: 22px;
            font-style: normal;
            font-weight: 650;
            line-height: 100%;
            /* 22px */ }
          .bg-body .login-box > .login-box-right > .right-top > .title > p:last-child {
            color: var(--PIA24-BK-02, #55687D);
            text-align: center;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */ }
        .bg-body .login-box > .login-box-right > .right-top > .g_a_login {
          width: 375px; }
          .bg-body .login-box > .login-box-right > .right-top > .g_a_login .g_id_signin {
            width: 100%; }
          .bg-body .login-box > .login-box-right > .right-top > .g_a_login #appleid-signin {
            height: 40px;
            margin-top: 10px; }
        .bg-body .login-box > .login-box-right > .right-top > .or {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 13px;
          align-self: stretch;
          position: relative; }
          .bg-body .login-box > .login-box-right > .right-top > .or > .line {
            position: absolute;
            width: 100%;
            height: 1px;
            background: #DEE0E9; }
          .bg-body .login-box > .login-box-right > .right-top > .or > p {
            background: #fff;
            position: relative;
            z-index: 2;
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 13px */
            text-transform: uppercase;
            padding: 0 9px; }
        .bg-body .login-box > .login-box-right > .right-top > .input_list {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
          align-self: stretch; }
          .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            align-self: stretch; }
            .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list p {
              margin: 0; }
            .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: flex-start;
              gap: 8px;
              align-self: stretch;
              position: relative; }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > p {
                color: var(--PIA24-BK-01, #042040);
                font-family: "Open Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 100%; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > p > i {
                  color: var(--PIA24-Tip-01, #E30B34);
                  font-family: "Open Sans";
                  font-size: 16px;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 100%; }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box {
                display: flex;
                height: 40px;
                padding: 15px;
                align-items: center;
                gap: 10px;
                align-self: stretch;
                border-radius: 4px;
                border: 1px solid var(--PIA24-Line-01, #DEE0E9); }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box > input, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > input {
                  width: 400px;
                  border: 0;
                  outline: none; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box input[type="number"]::-webkit-inner-spin-button,
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box input[type="number"]::-webkit-outer-spin-button, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box input[type="number"]::-webkit-inner-spin-button,
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box input[type="number"]::-webkit-outer-spin-button {
                  -webkit-appearance: none;
                  margin: 0; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box input[type="number"], .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box input[type="number"] {
                  -moz-appearance: textfield; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box input[type="number"], .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box input[type="number"] {
                  -webkit-appearance: none;
                  -moz-appearance: textfield;
                  appearance: none; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box .form-control.form-control-solid, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box .form-control.form-control-solid {
                  background: unset !important; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box > img, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > img {
                  position: absolute;
                  right: 15px; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box > .user_clear, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > .user_clear {
                  display: none;
                  cursor: pointer; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box > .eyele_pop, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > .eyele_pop {
                  position: absolute;
                  right: 7px;
                  top: 28px;
                  display: none;
                  cursor: pointer; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box:hover > .eyele_pop, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box:hover > .eyele_pop {
                  display: block; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box.err, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err {
                  border-radius: 4px;
                  border: 1px solid var(--PIA24-Tip-01, #E30B34);
                  background: #FFF7F8; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box.err input, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err input {
                    color: #E30B34;
                    background: #FFF7F8; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box.err > .eyele_pop, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err > .eyele_pop {
                    right: 30px; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box.err > .user_clear, .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err > .user_clear {
                    display: block; }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box {
                display: flex;
                align-items: center;
                gap: 15px;
                width: 100%; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box {
                  flex: 1; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box > .box > input {
                    width: 100%; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box .send-btn {
                  display: flex;
                  padding: 8px 30px;
                  justify-content: center;
                  align-items: center;
                  gap: 10px;
                  align-self: stretch;
                  border-radius: 4px;
                  border: 1px solid var(--PIA24-VI-01, #0E6FDE);
                  cursor: pointer;
                  color: var(--PIA24-VI-01, #0E6FDE);
                  font-family: "Open Sans";
                  font-size: 13px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 100%;
                  text-transform: capitalize;
                  flex-shrink: 0; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box .send-btn:hover {
                    border-radius: 4px;
                    border: 1px solid rgba(14, 111, 222, 0.8);
                    color: rgba(14, 111, 222, 0.8); }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box .send-btn.disabled {
                    display: inline-flex;
                    height: 40px;
                    padding: 14px 30px;
                    justify-content: center;
                    align-items: center;
                    gap: 6px;
                    border-radius: 4px;
                    border: 1px solid var(--PIA24-Line-01, #DEE0E9);
                    background: var(--PIA24-BG-01, #F5F5F7);
                    color: var(--PIA24-BK-03, #94A3B8);
                    font-family: "Open Sans";
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 100%;
                    text-transform: capitalize;
                    cursor: not-allowed; }
                    .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box .flex-box .send-btn.disabled:hover {
                      border-radius: 4px;
                      border: 1px solid var(--PIA24-Line-01, #DEE0E9);
                      color: var(--PIA24-BK-03, #94A3B8); }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box {
                display: flex;
                height: 40px;
                padding: 15px;
                align-items: center;
                gap: 10px;
                align-self: stretch;
                border-radius: 4px;
                border: 1px solid var(--PIA24-Line-01, #DEE0E9); }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > input {
                  width: 400px;
                  border: 0;
                  outline: none; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > img {
                  position: absolute;
                  right: 15px; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > .user_clear {
                  display: none;
                  cursor: pointer; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box > .eyele {
                  position: absolute;
                  right: 7px;
                  top: 28px;
                  display: none;
                  cursor: pointer; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box:hover > .eyele {
                  display: block; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err {
                  border-radius: 4px;
                  border: 1px solid var(--PIA24-Tip-01, #E30B34);
                  background: #FFF7F8; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err input {
                    color: #E30B34;
                    background: #FFF7F8; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err > .eyele {
                    right: 30px; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .box.err > .user_clear {
                    display: block; }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > span {
                color: var(--PIA24-Tip-01, #E30B34);
                font-family: "Open Sans";
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%;
                /* 13px */ }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .input-box > .error_tip {
                display: none; }
            .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom {
              width: 100%;
              height: 14px; }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom > .remeber {
                display: flex;
                align-items: center;
                gap: 10px;
                align-self: stretch;
                cursor: pointer;
                float: left; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom > .remeber > .select {
                  width: 14px;
                  height: 14px;
                  border-radius: 2px;
                  border: 1px solid var(--PIA24-Line-01, #DEE0E9); }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom > .remeber > span {
                  color: var(--PIA_BK-02, #55687D);
                  font-family: "Open Sans";
                  font-size: 13px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 100%;
                  /* 13px */ }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom > a {
                display: block;
                color: var(--PIA_BK-01, #042040);
                text-align: right;
                font-family: "Open Sans";
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%;
                /* 13px */
                position: relative;
                float: right; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom > a::after {
                  content: "";
                  display: block;
                  width: 0;
                  height: 1px;
                  background: #042040;
                  transition: all .3s ease;
                  position: absolute;
                  left: 0;
                  bottom: -3px; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom > a:hover::after {
                  width: 100%; }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom.register-bottom > .remeber {
                width: 100%;
                gap: 0; }
                .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom.register-bottom > .remeber > span {
                  color: var(--PIA_BK-02, #55687D);
                  font-family: "Open Sans";
                  font-size: 13px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 100%;
                  /* 13px */
                  margin-left: 7px; }
                  .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .address-bottom.register-bottom > .remeber > span > a {
                    color: var(--PIA24-VI-01, #0E6FDE);
                    font-family: "Open Sans";
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 100%; }
            .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .log_in {
              display: flex;
              height: 40px;
              padding: 10px 30px;
              margin-top: 10px;
              justify-content: center;
              align-items: center;
              gap: 10px;
              align-self: stretch;
              border-radius: 4px;
              background: var(--PIA24-VI-01, #0E6FDE);
              color: var(--PIA_BK-White, #FFF);
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%;
              /* 14px */
              text-transform: capitalize;
              cursor: pointer; }
              .bg-body .login-box > .login-box-right > .right-top > .input_list > .address_list > .log_in.disabled {
                opacity: .3; }
        .bg-body .login-box > .login-box-right > .right-top > .address_list_bottom {
          display: flex;
          padding: 14px 21px;
          justify-content: center;
          align-items: flex-start;
          gap: 5px;
          align-self: stretch;
          border: 1px solid var(--PIA24-Line-03, #E9EEF2);
          background: var(--PIA24-BG-01, #F5F5F7);
          position: absolute;
          width: 100%;
          height: 41px;
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px;
          left: 0;
          bottom: 0; }
          .bg-body .login-box > .login-box-right > .right-top > .address_list_bottom > p {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 13px */
            margin: 0; }
            .bg-body .login-box > .login-box-right > .right-top > .address_list_bottom > p > a {
              color: var(--PIA24-VI-01, #0E6FDE);
              font-family: "Open Sans";
              font-size: 13px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%;
              /* 13px */
              position: relative; }
              .bg-body .login-box > .login-box-right > .right-top > .address_list_bottom > p > a::after {
                content: "";
                display: block;
                width: 0;
                height: 1px;
                background: #0E6FDE;
                transition: all .3s ease;
                position: absolute;
                left: 0;
                bottom: -3px; }
              .bg-body .login-box > .login-box-right > .right-top > .address_list_bottom > p > a:hover::after {
                width: 100%; }
  .bg-body .pop-box-res {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1485745;
    background-color: rgba(0, 0, 0, 0.8); }
    .bg-body .pop-box-res .pop-activity {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 30px 40px; }
      .bg-body .pop-box-res .pop-activity .machine_test {
        padding: 30px 34px;
        width: 541px;
        background: #F9F9FB;
        border: 1px solid #E1E0E5;
        border-radius: 4px;
        text-align: center; }
        .bg-body .pop-box-res .pop-activity .machine_test .machine_p {
          font-family: 'Open Sans';
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 33px;
          color: #042040; }
          .bg-body .pop-box-res .pop-activity .machine_test .machine_p.hk_m_p {
            font-size: 32px; }
        .bg-body .pop-box-res .pop-activity .machine_test .machine_sp {
          display: inline-block;
          margin: 10px 0 25px;
          font-family: 'Open Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 25px;
          color: #55687D; }
          .bg-body .pop-box-res .pop-activity .machine_test .machine_sp.hk_s_p {
            font-size: 22px; }
        .bg-body .pop-box-res .pop-activity .machine_test #example1 {
          margin: 0 auto;
          width: 300px; }
      .bg-body .pop-box-res .pop-activity .pop-close {
        position: absolute;
        right: -7px;
        top: 14px;
        cursor: pointer; }

.login_google_pop {
  padding: 20px; }
  .login_google_pop .googp_p1 {
    color: var(--PIA_BK-01, #042040);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; }
  .login_google_pop .txt_left {
    text-align: left; }
  .login_google_pop .googp_p2 {
    color: var(--PIA_BK-02, #55687D);
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
    .login_google_pop .googp_p2 > span {
      color: var(--PIA24-BK-01, #042040);
      font-family: "Open Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration-line: underline; }
  .login_google_pop .googp_line {
    width: 100%;
    height: 1px;
    background-color: #F4F4F5; }
  .login_google_pop .btn_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px; }
    .login_google_pop .btn_box .com_btn,
    .login_google_pop .btn_box .com_btn1 {
      height: 34px;
      padding: 10px 20px; }

.pop-safety {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
  padding-top: 35px;
  text-align: center; }
  .pop-safety .pop-close-safety {
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer; }
  .pop-safety h4 {
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--PIA_BK-01, #042040);
    text-align: center;
    font-family: Open Sans-Regular, Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 20px */ }
  .pop-safety h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #042040;
    margin-top: 20px; }
  .pop-safety h6 {
    margin-bottom: 30px;
    color: var(--PIA_BK-02, #55687D);
    text-align: center;
    font-family: Open Sans-Regular, Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .pop-safety .step-nav {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    width: 351px;
    margin: 0 auto; }
    .pop-safety .step-nav .nav-li {
      width: 50%;
      line-height: 35px;
      text-align: center;
      background-color: #EBEFF5;
      color: var(--Luna-BK_01, #22264B);
      font-family: Open Sans-Regular, Open Sans;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 33px;
      /* 13px */
      cursor: pointer; }
      .pop-safety .step-nav .nav-li.active {
        background-color: #fff;
        color: #22264B;
        position: relative; }
        .pop-safety .step-nav .nav-li.active::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          top: 1px;
          left: 0;
          border-top: 2px solid var(--PIA_VI-01, #0E6FDE); }
  .pop-safety .second-qr {
    margin-top: 20px; }
    .pop-safety .second-qr .qr-box {
      margin: 0 auto;
      padding: 10px;
      width: 140px;
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .pop-safety .second-qr .qr-txt {
      padding: 10px;
      background-color: #F7FBFF;
      color: var(--PIA_Text-03, #5F6368);
      text-align: center;
      font-family: Open Sans-Regular, Open Sans;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 18.2px */ }
  .pop-safety .account-info {
    margin-top: 40px; }
    .pop-safety .account-info .acinfo-li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 15px;
      line-height: 20px; }
      .pop-safety .account-info .acinfo-li .l-p {
        color: var(--PIA_BK-02, #55687D);
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */ }
      .pop-safety .account-info .acinfo-li .r-cont {
        display: flex;
        align-items: center; }
        .pop-safety .account-info .acinfo-li .r-cont p {
          color: var(--PIA_BK-01, #042040);
          text-align: right;
          font-family: Open Sans-Regular, Open Sans;
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 13px */
          margin-right: 5px; }
          .pop-safety .account-info .acinfo-li .r-cont p .overtxtellipsis {
            max-width: 238px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .pop-safety .account-info .acinfo-li .r-cont i {
          display: block;
          width: 16px;
          height: 16px;
          background-image: url("../img/pay/icon_copy.svg");
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer; }
          .pop-safety .account-info .acinfo-li .r-cont i:hover {
            background-image: url("../img/pay/icon_copy1.svg"); }
    .pop-safety .account-info .line {
      width: 100%;
      border-bottom: 1px dashed #E4E8F0;
      margin: 13px 0; }
  .pop-safety .code-box {
    margin-top: 20px; }
    .pop-safety .code-box p {
      margin-bottom: 10px;
      color: var(--PIA_BK-01, #042040);
      text-align: center;
      font-family: Inter;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */ }
  .pop-safety .uct-btn {
    height: 34px;
    margin-top: 20px;
    color: #FFF;
    font-family: Open Sans-Regular, Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 13px */ }

.verificode_box {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .verificode_box.wh_35_45 .code_liipt {
    width: 35px;
    height: 45px; }
  .verificode_box .code_liipt {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid var(--PIA_BK-Line01, #DEE0E9);
    background: var(--white-100, #FFF);
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--PIA_BK-02, #55687D);
    margin-right: 10px; }
    .verificode_box .code_liipt:nth-last-of-type(1) {
      margin-right: 0; }
    .verificode_box .code_liipt:focus {
      border: 1px solid var(--PIA_VI-01, #0E6FDE);
      color: var(--PIA_VI-01, #0E6FDE); }

.com_btn {
  display: flex;
  height: 30px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--PIA_VI-01, #0E6FDE);
  color: var(--PIA_BK-White, #FFF);
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  cursor: pointer; }
  .com_btn:hover {
    background-color: #16396C; }

.com_btn1 {
  height: 38px;
  padding: 8px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #E2E4E5;
  background: var(--PIA_BK-White, #FFF);
  color: var(--PIA_BK-01, #042040);
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer; }
  .com_btn1:hover {
    background: #F6F6F9; }

/*# sourceMappingURL=login.css.map */
