* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%; }

.login {
  width: 100vw;
  height: 100%;
  min-height: 800px;
  min-width: 1280px;
  position: relative;
  overflow: hidden; }
  .login .bg {
    position: absolute;
    overflow: hidden; }

@keyframes move1 {
  0% {
    background-position-y: -480px; }
  50% {
    background-position-y: -460px; }
  100% {
    background-position-y: -480px; } }

@keyframes move2 {
  0% {
    opacity: 1;
    background-position-x: 350px; }
  50% {
    opacity: 1;
    background-position-x: 370px; }
  100% {
    opacity: 1;
    background-position-x: 350px; } }

@keyframes move3 {
  0% {
    background-position-x: -580px; }
  50% {
    background-position-x: -560px; }
  100% {
    background-position-x: -580px; } }

@keyframes move4 {
  0% {
    background-position-y: -100px; }
  50% {
    background-position-y: -60px; }
  100% {
    background-position-y: -100px; } }

@keyframes move-top {
  0% {
    top: 0; }
  50% {
    top: -20px; }
  100% {
    top: 0; } }

@keyframes shine {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes transCube1 {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -50px;
    opacity: 0.8; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes transCube2 {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -40px;
    opacity: 0.8; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes transCube3 {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -20px;
    opacity: 0.8; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes transCube4 {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -35px;
    opacity: 0.8; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes transCube5 {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -55px;
    opacity: 0.8; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes transCube6 {
  0% {
    top: 0;
    opacity: 1; }
  50% {
    top: -35px;
    opacity: 0.8; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes scaleLb {
  0% {
    transform: scale(1);
    top: 0;
    left: 0; }
  50% {
    top: -40px;
    left: -40px;
    transform: scale(1.2); }
  100% {
    top: 0;
    left: 0;
    transform: scale(1); } }
  .login .bg1 {
    top: 0;
    left: 0;
    width: 1000px;
    height: 185px;
    background: url(../img/1.png) no-repeat;
    background-size: 100%;
    background-position-y: -480px;
    background-position-x: -263px;
    animation: move1 4s infinite linear; }
  .login .bg2 {
    top: 0;
    right: 0;
    width: 600px;
    height: 230px;
    background: url(../img/2.png) no-repeat;
    background-size: 100%;
    background-position-y: -200px;
    background-position-x: 350px;
    animation: move2 4s infinite linear; }
  .login .bg3 {
    top: 80px;
    left: 0;
    width: 253px;
    height: 430px;
    background: url(../img/3.png) no-repeat;
    background-position-x: -580px;
    animation: move3 4s infinite linear; }
  .login .bg4 {
    top: 80px;
    left: 0;
    width: 100%;
    height: 830px;
    background: url(../img/4.png) no-repeat;
    background-position-y: -100px;
    animation: move4 10s infinite linear; }
  .login .content {
    width: 1230px;
    height: 700px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85px;
    overflow: hidden; }
    .login .content .logo {
      width: 629px;
      height: 95px;
      background: url(../img/logo.png) no-repeat center/100% 100%;
      left: 55px;
      position: absolute;
      top: 0; }
    .login .content ._bg {
      position: absolute;
      top: calc(95px + 19px);
      width: 805px;
      height: 579px;
      background: url(../img/bg_.png) no-repeat center/100% 100%; }
      .login .content ._bg > div {
        position: absolute;
        top: 0;
        width: 805px;
        height: 579px; }
      .login .content ._bg ._5g {
        background: url(../img/5g.png) no-repeat center/100% 100%;
        animation: move-top 1.5s infinite linear; }
      .login .content ._bg ._5g-shine {
        background: url(../img/5gShine.png) no-repeat center/100% 100%;
        animation: shine 1.5s infinite linear; }
      .login .content ._bg .party {
        background: url(../img/party.png) no-repeat center/100% 100%;
        animation: move-top 2s infinite linear; }
      .login .content ._bg .party-shine {
        background: url(../img/party-shine.png) no-repeat center/100% 100%;
        animation: shine 2s infinite linear; }
      .login .content ._bg .bar-shine {
        background: url(../img/bar-shine.png) no-repeat center/100% 100%;
        animation: shine 2s infinite linear; }
      .login .content ._bg .cube1 {
        background: url(../img/cube1.png) no-repeat center/100% 100%;
        animation: transCube3 2s infinite linear; }
      .login .content ._bg .cube2 {
        background: url(../img/cube2.png) no-repeat center/100% 100%;
        animation: transCube3 2s infinite linear; }
      .login .content ._bg .cube3 {
        background: url(../img/cube3.png) no-repeat center/100% 100%;
        animation: transCube3 2s infinite linear; }
      .login .content ._bg .cube4 {
        background: url(../img/cube4.png) no-repeat center/100% 100%;
        animation: transCube3 2s infinite linear; }
      .login .content ._bg .cube5 {
        background: url(../img/cube5.png) no-repeat center/100% 100%;
        animation: transCube3 2s infinite linear; }
      .login .content ._bg .cube6 {
        background: url(../img/cube6.png) no-repeat center/100% 100%;
        animation: transCube3 2s infinite linear; }
      .login .content ._bg .lb {
        background: url(../img/lb.png) no-repeat center/100% 100%;
        animation: move-top 4s infinite linear; }
      .login .content ._bg .ract {
        background: url(../img/ract.png) no-repeat center/100% 100%;
        animation: move-top 3s infinite linear; }
      .login .content ._bg .ract-shine {
        background: url(../img/ract-shine.png) no-repeat center/100% 100%;
        animation: shine 2s infinite linear; }
    .login .content .form {
      width: 396px;
      height: 512px;
      background: #fff;
      box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.06);
      right: 10px;
      position: absolute;
      top: 60px;
      padding: 60px 48px 39px 48px;
      transition: right 0.5s;
      overflow: hidden; }
      .login .content .form.hidden {
        right: -100%; }
      .login .content .form .title {
        font-size: 24px;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #353535;
        line-height: 36px;
        text-align: center;
        margin-bottom: 30px; }
      .login .content .form .row {
        margin-bottom: 16px; }
        .login .content .form .row .warp {
          height: 46px;
          width: 300px;
          background: rgba(0, 0, 0, 0.03);
          border-radius: 23px;
          padding: 11px;
          display: flex;
          align-items: center;
          border: 1px solid transparent;
          transition: all 0.3s linear; }
          .login .content .form .row .warp .icon {
            width: 24px;
            height: 24px;
            object-fit: contain; }
            .login .content .form .row .warp .icon.hide {
              display: none; }
          .login .content .form .row .warp.focus {
            border-color: rgba(13, 221, 185, 0.8);
            background-color: rgba(13, 221, 185, 0.03); }
            .login .content .form .row .warp.focus .line {
              background-color: rgba(13, 221, 185, 0.8); }
          .login .content .form .row .warp .line {
            width: 1px;
            height: 16px;
            display: block;
            background-color: rgba(0, 0, 0, 0.3);
            margin: 0 8px; }
          .login .content .form .row .warp input {
            width: calc(100% - 24px - 1px - 16px);
            font-size: 14px;
            background-color: transparent;
            outline: none;
            border: unset;
            color: #555; }
            .login .content .form .row .warp input::placeholder {
              color: rgba(0, 0, 0, 0.3); }
            .login .content .form .row .warp input.error::placeholder {
              color: #ff2600; }
          .login .content .form .row .warp img:hover {
            cursor: pointer;
            opacity: 0.8; }
          .login .content .form .row .warp img.hide {
            display: none; }
        .login .content .form .row.yzm {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .login .content .form .row.yzm .warp {
            width: 185px; }
          .login .content .form .row.yzm .captcha {
            width: 110px;
            cursor: pointer; }
          .login .content .form .row.yzm .btn {
            width: 110px;
            height: 46px;
            border-radius: 23px; }
            .login .content .form .row.yzm .btn .code {
              border: 1px solid #ff8e0c;
              width: 100%;
              height: 100%;
              line-height: 1;
              white-space: nowrap;
              cursor: pointer;
              -webkit-appearance: none;
              text-align: center;
              box-sizing: border-box;
              outline: none;
              margin: 0;
              transition: .1s;
              font-weight: 400;
              -moz-user-select: none;
              -webkit-user-select: none;
              -ms-user-select: none;
              font-size: 14px;
              background: #fff;
              border-radius: 23px;
              color: #ff8e0c; }
              .login .content .form .row.yzm .btn .code:hover {
                opacity: 0.8; }
              .login .content .form .row.yzm .btn .code:active {
                background: rgba(255, 142, 12, 0.6);
                border-color: rgba(255, 142, 12, 0.6);
                color: #fff; }
              .login .content .form .row.yzm .btn .code.disabled, .login .content .form .row.yzm .btn .code.disabled:hover, .login .content .form .row.yzm .btn .code.disabled:focus, .login .content .form .row.yzm .btn .code.disabled:active {
                cursor: not-allowed;
                color: #c0c4cc;
                background-image: none;
                background-color: #fff;
                border-color: #ebeef5; }
      .login .content .form .rember {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        cursor: pointer; }
        .login .content .form .rember .checkbox {
          margin-right: 8px;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          display: inline-block;
          position: relative;
          border: 1px solid #dcdfe6;
          box-sizing: border-box;
          background-color: #fff;
          z-index: 1;
          transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46); }
          .login .content .form .rember .checkbox:hover {
            border-color: #0dddb9; }
          .login .content .form .rember .checkbox::after {
            box-sizing: content-box;
            content: "";
            border: 1px solid #fff;
            border-left: 0;
            border-top: 0;
            height: 7px;
            left: 7px;
            position: absolute;
            top: 4px;
            transform: rotate(45deg) scaleY(0);
            width: 3px;
            transition: transform .15s ease-in .05s;
            transform-origin: center; }
          .login .content .form .rember .checkbox.checked {
            background-color: #0dddb9;
            border-color: #0dddb9; }
            .login .content .form .rember .checkbox.checked::after {
              transform: rotate(45deg) scaleY(1); }

        .login .content .form .rember .checkbox2 {
          margin-right: 8px;
          width: 20px;
          height: 20px;
          flex-shrink: 0;
          display: inline-block;
          position: relative;
          border: 1px solid #dcdfe6;
          box-sizing: border-box;
          background-color: #fff;
          z-index: 1;
          transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46); }
        .login .content .form .rember .checkbox2:hover {
          border-color: #0dddb9; }
        .login .content .form .rember .checkbox2::after {
          box-sizing: content-box;
          content: "";
          border: 1px solid #fff;
          border-left: 0;
          border-top: 0;
          height: 7px;
          left: 7px;
          position: absolute;
          top: 4px;
          transform: rotate(45deg) scaleY(0);
          width: 3px;
          transition: transform .15s ease-in .05s;
          transform-origin: center; }
        .login .content .form .rember .checkbox2.checked {
          background-color: #0dddb9;
          border-color: #0dddb9; }
        .login .content .form .rember .checkbox2.checked::after {
          transform: rotate(45deg) scaleY(1); }

        .login .content .form .rember .label {
          white-space: nowrap;
          font-size: 14px;
          color: #555; }
      .login .content .form .errTips {
        height: 18px;
        font-size: 12px;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: rgba(255, 38, 0, 0.8);
        line-height: 18px;
        margin-bottom: 8px; }
      .login .content .form .button {
        width: 300px;
        height: 46px;
        border-radius: 23px;
        display: inline-block;
        margin-bottom: 30px; }
        .login .content .form .button .btn {
          width: 100%;
          height: 100%;
          line-height: 1;
          white-space: nowrap;
          cursor: pointer;
          border: 1px solid #0dddb9;
          color: #606266;
          -webkit-appearance: none;
          text-align: center;
          box-sizing: border-box;
          outline: none;
          margin: 0;
          transition: .1s;
          font-weight: 500;
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none;
          padding: 12px 20px;
          font-size: 14px;
          background: #0dddb9;
          border-radius: 23px;
          font-size: 16px;
          color: #fff; }
          .login .content .form .button .btn:hover {
            opacity: 0.8; }
          .login .content .form .button .btn:active {
            background: rgba(13, 221, 185, 0.6);
            border-color: rgba(13, 221, 185, 0.6);
            color: #fff; }
      .login .content .form .bottom {
        position: absolute;
        width: 300px;
        top: 435px;
        left: 50%;
        transform: translateX(-50%); }
        .login .content .form .bottom .diver {
          font-size: 12px;
          font-family: SourceHanSansCN-Regular, SourceHanSansCN;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.6);
          line-height: 18px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 10px; }
          .login .content .form .bottom .diver::before, .login .content .form .bottom .diver::after {
            content: '';
            display: block;
            width: 80px;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.1); }
          .login .content .form .bottom .diver span {
            margin: 0 10px; }
        .login .content .form .bottom .account {
          display: flex;
          align-items: center;
          justify-content: center; }
          .login .content .form .bottom .account img {
            cursor: pointer; }
            .login .content .form .bottom .account img:hover {
              opacity: 0.8; }
      .login .content .form.ty .qrcode,
      .login .content .form.ty .accLogin {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px; }
      .login .content .form.ty .accLogin {
        display: none; }
      .login .content .form.ty .box {
        position: absolute;
        top: 126px;
        transition: top 0.5s;
        left: 50%;
        transform: translateX(-50%); }
        .login .content .form.ty .box.hidden {
          top: -100%; }
        .login .content .form.ty .box.qrlogin .img {
          width: 200px;
          height: 200px;
          margin-bottom: 14px; }
          .login .content .form.ty .box.qrlogin .img img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .login .content .form.ty .box.qrlogin .label {
          text-align: center; }
      .login .content .form.ty .button .btn {
        border: 1px solid #ff8e0c;
        background: #ff8e0c; }
        .login .content .form.ty .button .btn:active {
          background: rgba(255, 142, 12, 0.6);
          border-color: rgba(255, 142, 12, 0.6);
          color: #fff; }
  .login .footer {
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(13, 221, 185, 0.6);
    line-height: 21px; }

  .login .bottomBox{
    position: absolute;
    left: 50%;
    bottom:10px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .login .bottomBox .bottomText{
    font-size: 12px;
    color:#c0c0c0;
  }
