* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

:root {
  --BG_01:#F8F9FB;
  --BK_01:#081D4D;
  --BK_02:#374459;
  --BK_03:#9FABC2;
  --VI_01:#0060FA;
  --VI_02:#18D2AB;
  --Line_01:#EAEFF9;
  --VI_03:#FF692D;
  --White:#FFF;
  --Tip_01:#E30B34; }

input {
  background: none;
  outline: none;
  border: 0px; }

.cbox {
  font-family: "Poppins";
  visibility: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: #E3E8F4; }
  .cbox .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 100vh;
    padding: 30px 30px 70px 30px;
    background: var(--BG_01); }
    .cbox .banner .b-tl {
      margin-top: 141px;
      color: var(--BK_01);
      font-size: 35px;
      font-weight: 500;
      line-height: 120%;
      /* 40.8px */ }
    .cbox .banner .nav-ul {
      margin-top: 30px; }
      .cbox .banner .nav-ul > li {
        color: var(--BK_01);
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        /* 21px */
        display: flex;
        align-items: flex-start; }
        .cbox .banner .nav-ul > li + li {
          margin-top: 10px; }
        .cbox .banner .nav-ul > li::before {
          content: "";
          margin-right: 5px;
          width: 20px;
          height: 20px;
          background-image: url("../img/true_icon.svg");
          background-size: 100% 100%; }
    .cbox .banner .script-link {
      margin-top: 80px; }
      .cbox .banner .script-link .txt {
        color: var(--BK_02);
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
        /* 14px */ }
      .cbox .banner .script-link .tags {
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px; }
        .cbox .banner .script-link .tags .sf-root {
          display: block;
          width: 43.607px;
          flex: none;
          cursor: default; }
          .cbox .banner .script-link .tags .sf-root a {
            display: block;
            width: 100%;
            pointer-events: none;
            cursor: default; }
          .cbox .banner .script-link .tags .sf-root img {
            width: 100%;
            min-width: auto !important; }

.b1 {
  position: absolute;
  left: 0px;
  top: 0px; }

.b2 {
  position: absolute;
  left: 317px;
  top: 0px; }

.b3 {
  position: absolute;
  right: 0px;
  top: 0px; }

.b4 {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.b5 {
  position: absolute;
  right: 0px;
  bottom: 347px; }

.b6 {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.b7 {
  position: absolute;
  left: 0px;
  bottom: 536px; }

.registerbox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: calc(100% - 360px);
  background: #FFF;
  display: flex;
  padding-top: 180px;
  padding-left: 490px; }
  .registerbox .r1 {
    width: 480px;
    height: 100%; }
    .registerbox .r1 .r1box {
      display: flex;
      align-items: flex-start;
      margin-top: 30px; }
      .registerbox .r1 .r1box img {
        margin-right: 6px; }
      .registerbox .r1 .r1box .r1boxright {
        width: 405px; }
        .registerbox .r1 .r1box .r1boxright .r-1 {
          font-size: 16px;
          font-weight: 500;
          color: #22264b; }
        .registerbox .r1 .r1box .r1boxright .r-2 {
          margin-top: 5px;
          font-size: 14px;
          font-weight: 400;
          color: #718494;
          line-height: 17px; }
  .registerbox .r2 {
    display: flex;
    flex-direction: column; }
  .registerbox .c1b {
    position: relative;
    width: 460px;
    opacity: 1; }
    .registerbox .c1b .t1 {
      color: var(--BK_01);
      text-align: center;
      font-size: 30px;
      font-weight: 500;
      line-height: 100%;
      /* 30px */ }
    .registerbox .c1b .t2 {
      color: var(--BK_02);
      text-align: center;
      font-size: 13px;
      font-weight: 300;
      line-height: 100%;
      /* 13px */
      margin-top: 15px; }
    .registerbox .c1b .other_login {
      margin-top: 30px;
      display: flex; }
      .registerbox .c1b .other_login .g_id_signin {
        width: calc( 100% / 2 - 5px); }
        .registerbox .c1b .other_login .g_id_signin .nsm7Bb-HzV7m-LgbsSe {
          max-width: auto !important;
          width: 100% !important; }
      .registerbox .c1b .other_login #appleid-signin {
        width: 100%; }
        .registerbox .c1b .other_login #appleid-signin > div:first-child {
          max-width: 100% !important; }
          .registerbox .c1b .other_login #appleid-signin > div:first-child:hover {
            background: #F7F9FF; }
          .registerbox .c1b .other_login #appleid-signin > div:first-child > div {
            max-width: 100% !important;
            height: 32px !important;
            cursor: pointer;
            border: 1px solid #dadce0;
            background: #FFFFFF;
            border-radius: 4px; }
            .registerbox .c1b .other_login #appleid-signin > div:first-child > div:hover {
              background: #F7F9FF; }
    .registerbox .c1b .gool_login_sty {
      margin: 30px 0; }
      .registerbox .c1b .gool_login_sty .gol_text {
        position: relative;
        text-align: center; }
        .registerbox .c1b .gool_login_sty .gol_text span {
          display: inline-block;
          padding: 0 15px;
          background: #FFF;
          font-weight: 400;
          font-size: 13px;
          line-height: 13px;
          position: relative;
          color: var(--BK_02);
          z-index: 1; }
        .registerbox .c1b .gool_login_sty .gol_text::after {
          content: "";
          position: absolute;
          top: 12px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #EAEFF9;
          z-index: 0; }
    .registerbox .c1b .form_item {
      position: relative;
      margin-top: 15px; }
      .registerbox .c1b .form_item.error {
        background: #FEF7F7;
        outline: none; }
        .registerbox .c1b .form_item.error label {
          color: #EA4643; }
        .registerbox .c1b .form_item.error input {
          border: 1px solid #EA4643; }
          .registerbox .c1b .form_item.error input:focus {
            outline: none;
            border-color: #EA4643; }
            .registerbox .c1b .form_item.error input:focus + label {
              top: 7px;
              color: #EA4643; }
      .registerbox .c1b .form_item .close {
        position: absolute;
        top: 16px;
        right: 15px;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background-image: url("../img/clear_icon.svg");
        background-size: 100% 100%; }
      .registerbox .c1b .form_item input {
        width: 100%;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid var(--Line_01);
        border-radius: 4px;
        padding-left: 15px;
        font-size: 14px;
        color: #22264B;
        outline: none;
        padding-right: 30px; }
        .registerbox .c1b .form_item input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0PX 1000px #fff inset; }
        .registerbox .c1b .form_item input:focus {
          border: 1px solid #D0D5DD !important; }
          .registerbox .c1b .form_item input:focus + label {
            top: 7px;
            color: #2C68FF; }
        .registerbox .c1b .form_item input::placeholder {
          color: var(--BK_03);
          font-size: 14px;
          font-weight: 400;
          line-height: 160%;
          /* 22.4px */ }
        .registerbox .c1b .form_item input.acim {
          border: 1px solid var(--Tip_01);
          background: #FEF7F9; }
      .registerbox .c1b .form_item .err-text {
        color: var(--Tip_01);
        font-size: 13px;
        font-weight: 300;
        line-height: 14px;
        /* 13px */
        margin-top: 10px;
        display: flex; }
        .registerbox .c1b .form_item .err-text::before {
          content: "";
          width: 14px;
          height: 14px;
          background-image: url("../../../index/img/ucenter/err_14_14.svg");
          background-size: 100% 100%;
          margin-right: 5px;
          flex: none; }
      .registerbox .c1b .form_item .flex-center {
        display: flex;
        gap: 10px; }
        .registerbox .c1b .form_item .flex-center .email-code {
          flex: 1; }
        .registerbox .c1b .form_item .flex-center .info-btn-small {
          padding: 10px 15px;
          background-color: var(--BG_01);
          border: 1px solid #D0D5DD;
          flex: none;
          white-space: nowrap;
          border-radius: 4px;
          cursor: pointer;
          color: var(--BK_01);
          font-size: 14px;
          font-weight: 400;
          line-height: 100%;
          /* 16px */
          display: flex;
          align-items: center;
          justify-content: center; }
        .registerbox .c1b .form_item .flex-center input[type="number"] {
          -moz-appearance: textfield; }
        .registerbox .c1b .form_item .flex-center input::-webkit-outer-spin-button,
        .registerbox .c1b .form_item .flex-center input::-webkit-inner-spin-button {
          -webkit-appearance: none; }
    .registerbox .c1b .forgetdiv {
      text-align: right;
      margin-top: 15px; }
      .registerbox .c1b .forgetdiv .c1ba {
        color: var(--BK_01);
        font-size: 13px;
        font-weight: 400;
        line-height: 100%;
        /* 13px */
        text-decoration: none; }
        .registerbox .c1b .forgetdiv .c1ba:hover {
          color: var(--VI_01);
          text-decoration: underline; }
    .registerbox .c1b .con {
      cursor: pointer;
      margin-top: 30px;
      width: 100%;
      height: 49px;
      background: var(--VI_01);
      border-radius: 4px;
      opacity: 1;
      transition: all .2s;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white; }
    .registerbox .c1b .con:hover {
      background: #1352F0; }
    .registerbox .c1b .for {
      width: 100%;
      font-size: 13px;
      font-weight: 300;
      margin-top: 15px;
      position: relative;
      color: var(--BK_01);
      line-height: 22px;
      padding-left: 19px; }
      .registerbox .c1b .for a {
        color: var(--VI_01);
        text-decoration: none; }
        .registerbox .c1b .for a:hover {
          text-decoration-line: underline; }
    .registerbox .c1b .nbox {
      margin-top: 20px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--BK_01);
      font-size: 13px;
      font-weight: 300;
      line-height: 100%;
      /* 13px */ }
      .registerbox .c1b .nbox a {
        margin-left: 5px;
        color: var(--VI_01);
        cursor: pointer; }
        .registerbox .c1b .nbox a:hover {
          text-decoration-line: underline; }
  .registerbox #login-swiper {
    overflow: hidden; }

.ac {
  outline: 4px solid rgba(44, 104, 255, 0.3); }

.acim {
  outline: 1px solid #ea4643; }

.dan {
  margin-top: 46px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #ea4643;
  position: absolute;
  top: 296px; }
  .dan img {
    margin-right: 4px; }

.regpsdbox {
  position: relative; }

.com-disabled {
  pointer-events: none; }

.getcode {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  margin: 0;
  color: #2c68ff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer; }

.op {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 14px;
  height: 14px;
  background-image: url("../img/op.svg");
  background-size: 100% 100%; }

.cl {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 14px;
  height: 14px;
  background-image: url("../img/cl.svg");
  background-size: 100% 100%; }

.kkk {
  position: absolute;
  top: -2px;
  left: 3px;
  cursor: pointer; }

.kkk2 {
  position: absolute;
  top: 1px;
  left: 3px;
  cursor: pointer; }

.back {
  width: 132px;
  height: 21px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  text-transform: capitalize;
  color: #22264B;
  position: absolute;
  top: 30px;
  right: 25px;
  text-decoration: none; }
  .back.hk {
    width: 65px; }
  .back.vn {
    width: 163px; }
  .back.de {
    width: 176px;
    right: 20px; }

.newchangelang {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  position: absolute;
  top: 29px;
  right: 35px;
  z-index: 2; }
  .newchangelang .hearder-select1 {
    position: absolute;
    top: 0px;
    height: 40px;
    width: calc(100% - 20px); }
    .newchangelang .hearder-select1 .lang-select {
      right: 26px;
      top: 29px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 4px;
      width: 117px;
      cursor: pointer;
      padding: 6px 15px;
      position: relative; }
      .newchangelang .hearder-select1 .lang-select > p {
        opacity: 0;
        font-size: 17px;
        color: #22264B;
        line-height: 22px;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .newchangelang .hearder-select1 .lang-select > i {
        opacity: 0;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center; }
      .newchangelang .hearder-select1 .lang-select .select-list {
        padding: 6px;
        position: absolute;
        right: -6px;
        top: 8px;
        background-color: #ffffff;
        box-shadow: 0px 0px 14px rgba(58, 118, 209, 0.11);
        border-radius: 8px;
        z-index: 9;
        width: 124px;
        display: none;
        background: #ffffff;
        border: 1px solid #e9ecf1;
        flex-wrap: wrap;
        padding: 10px 11px; }
        .newchangelang .hearder-select1 .lang-select .select-list > .li {
          display: block;
          position: relative;
          height: 37px;
          text-decoration: none;
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 37px;
          color: #0B0630;
          text-align: center; }
          .newchangelang .hearder-select1 .lang-select .select-list > .li:hover {
            background: #F7FAFF; }
  .newchangelang .hearder-select1:hover .select-list {
    display: block; }
  .newchangelang .lang-select-box {
    width: 100%; }
  .newchangelang .sc {
    font-size: 15px;
    font-weight: 400;
    color: #22264B;
    line-height: 22px;
    margin-right: 9px;
    cursor: pointer;
    position: relative;
    margin-left: 9px; }
  .newchangelang:hover > p::after,
  .newchangelang:hover .p-a::after {
    width: 100%; }
  .newchangelang:hover > i {
    transform: rotateZ(-180deg); }
  .newchangelang:hover .h-downbox {
    display: block;
    animation: show linear 0.3s; }
  .newchangelang > p,
  .newchangelang .p-a {
    font-weight: 600;
    font-size: 16px;
    color: #22264B;
    line-height: 22px;
    margin-right: 5px;
    position: relative; }
    .newchangelang > p::after,
    .newchangelang .p-a::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 0;
      height: 0.5px;
      background-color: #15357a;
      transition: all 0.3s; }
  .newchangelang > i {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("../../../index/img/header/ico_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s; }

@media screen and (max-width: 820px) {
  .cbox .banner {
    width: 100%; }
    .cbox .banner > a {
      position: absolute;
      z-index: 2;
      top: 15px;
      left: 20px; }

  .newchangelang {
    top: 19px;
    right: 20px; }

  .registerbox {
    width: 100%;
    padding-top: 138px;
    padding-left: 0; }
    .registerbox .r2 {
      padding: 0 20px;
      width: 100%; }
      .registerbox .r2 .c1b {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .registerbox .r2 .c1b .other_login {
          order: 2;
          margin-top: 0;
          flex-direction: column; }
          .registerbox .r2 .c1b .other_login .g_id_signin {
            width: 100%; }
          .registerbox .r2 .c1b .other_login #appleid-signin {
            margin-left: 0;
            margin-top: 10px;
            width: 100%; }
        .registerbox .r2 .c1b .gool_login_sty {
          order: 1; }
        .registerbox .r2 .c1b .t1 {
          font-size: 26px; }
        .registerbox .r2 .c1b .t2 {
          margin-bottom: 35px; }
        .registerbox .r2 .c1b .con {
          height: 46px; } }
