*{
    margin: 0;
    padding: 0;
}
[v-cloak]{
    display:none
}
#app{
  /* background: url("../images/img/page-bac2bk.png"); */
  overflow: hidden;
}
.page {
    position: relative;
    width: 1920px;
    height: 1004px;
    padding-top: 40px;
    background: url("../images/img/page-bac2.jpg") no-repeat;
    background-size: 100%;
    overflow: hidden;
    transform-origin: 0 0;
}

.page .form {
    position: absolute;
    top: 50%;
    right: 0;
    width: 866px;
    height: 300px;
    background: url("../images/img/form-bac.png") no-repeat;
    transform: translate(0%, -50%);
}

@keyframes cartoonIn {
    0% {
      transform: translateX(866px);
    }
  }
  
  .container {
    width: 100%;
    height: calc(100% - 76px);
  }
  
  .container .login-form {
    position: absolute;
    top: 50%;
    right: 0;
    width: 866px;
    background: url("../images/img/form-bac.png") no-repeat;
    overflow: hidden;
    transform: translate(0%, -50%);
    animation: cartoonIn 0.5s ease;
  }
  
  .container .login-form .img-icon {
    position: absolute;
    top: 14px;
    left: 58px;
    width: 22px;
    height: 30px;
  }
  
  .container .register {
    position: absolute;
    top: 734px;
    right: 80px;
    width: 64px;
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
    -webkit-background-clip: text;
    font-weight: 400;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    line-height: 24px;
    animation: cartoonIn 1.7s ease;
    cursor: pointer;
    /* -webkit-text-fill-color: transparent; */
  }
  
  .name {
    margin: 60px 0 16px 144px;
    animation: cartoonIn 0.7s;
  }
  
  .password {
    margin: 0 0 24px 190px;
    animation: cartoonIn 1s;
  }
  
  .btn {
    margin: 0 0 61px 237px;
    animation: cartoonIn 1.3s;
  }
  .el-form-item__error {
    position: absolute;
    top: 18.5px;
    left: 272px;
    width: 250px;
    height: 22px;
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
    -webkit-background-clip: text;
    font-weight: 400;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    line-height: 27px;
    text-align: right;
    /* -webkit-text-fill-color: transparent; */
  }
  
  .el-radio__inner {
    border-color: #28d4c1;
    background-color: #28d4c1;
  }
  
  .el-radio__label {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
    -webkit-background-clip: text;
    font-weight: 400;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    line-height: 36px;
    /* -webkit-text-fill-color: transparent; */
  }
  
  .el-form-item__content {
    position: relative;
    height: 60px;
  }
  
  .el-input {
    width: 540px;
    height: 60px;
    border: 1px solid transparent;
    border-right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    transform: skew(30deg);
  }
  
  .el-input:hover {
    border: 1px solid;
    border-image: linear-gradient(266deg, rgba(0, 158, 255, 0), rgba(255, 255, 255, 0.5)) 1 1;
    border-right: 0;
  }
  
  .el-input:hover .el-input__inner {
    height: 60px;
  }
  
  .el-input__inner::placeholder {
    width: 72px;
    height: 60px;
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
    -webkit-background-clip: text;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    /* -webkit-text-fill-color: transparent; */
  }
  
  .el-input .el-input__inner {
    width: 533px;
    height: 60px;
    padding-left: 105px;
    border: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    transform: skew(-30deg);
  }
  
  input:focus-visible {
    border: 0;
    outline: 0;
    outline-offset: 0;
  }
  
  button:focus-visible {
    border: 0;
    outline: 0;
    outline-offset: 0;
  }
  
  .el-button {
    width: 543px;
    height: 60px;
    border: 0;
    background: linear-gradient(90deg, #009eff 0%, rgba(0, 158, 255, 0) 100%);
    opacity: 0.8;
    transform: skew(30deg);
    cursor: pointer;
  }
  
  .el-button span {
    display: inherit;
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
    -webkit-background-clip: text;
    font-weight: 400;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    line-height: 36px;
    /* -webkit-text-fill-color: transparent; */
    transform: skew(-30deg);
  }
  
  .el-button:hover {
    opacity: 1;
  }
  
  .el-button:hover span {
    display: inherit;
    color: #fff;
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    font-weight: 400;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    line-height: 36px;
    /* -webkit-text-fill-color: transparent; */
    transform: skew(-30deg);
  }
  
  .inputFocus {
    width: 540px;
    height: 60px;
    border: 1px solid;
    border-image: linear-gradient(266deg, rgba(0, 158, 255, 0), #009eff) 1 1;
    border-right: 0;
    border-left: 9px solid #00fe8e;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    transform: skew(30deg);
  }
  
  .inputFocus .el-input__inner {
    width: 533px;
    height: 60px;
    padding-left: 97px;
    border: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    transform: skew(-30deg);
  }
  
  .inputFocus .el-input__inner::placeholder {
    width: 72px;
    height: 60px;
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
    -webkit-background-clip: text;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, sans-serif;
    /* -webkit-text-fill-color: transparent; */
  }
  .el-input__suffix{
    display: none;
  }
  /* 时间 */
  .cnt-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 160px);
    height: 75px;
    margin-left: 80px;
  }
  
  .cnt-top .logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 60px;
  }
  
  .cnt-top .logo .logo-left {
    width: 221px;
    height: 60px;
    /*background: url("../images/img/logo-left.png") no-repeat;*/
    background-size: 100% 100%;
  }
  
  .cnt-top .logo .logo-line {
    width: 2px;
    height: 60px;
    border-radius: 5px;
    margin: 0 43px 0 39px;
    background: linear-gradient(180deg, #2e2c2c 0%, #fff 50%, #2e2c2c 100%);
    opacity: 0.5;
  }
  
  .cnt-top .logo .logo-right .right-top {
    width: 456px;
    height: 38px;
    color: #fff;
    font-weight: 500;
    font-size: 38px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN, sans-serif;
    line-height: 38px;
  }
  
  .cnt-top .logo .logo-right .right-bottom {
    width: 456px;
    height: 17px;
    margin-top: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: DIN-Medium, DIN, sans-serif;
    line-height: 17px;
    letter-spacing: 1.1px;
  }
  
  .cnt-top .local-time {
    width: 180px;
    height: 63px;
    font-family: DIN-Bold, sans-serif;
    text-align: right;
  }
  
  .cnt-top .local-time .time {
    width: 180px;
    height: 46px;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    font-family: DIN-Regular, DIN, sans-serif;
    line-height: 46px;
  }
  
  .cnt-top .local-time .date {
    width: 180px;
    height: 29px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 24px;
    font-family: DIN-Regular, DIN, sans-serif;
    line-height: 29px;
    text-align: right;
  }
  
  