.login-content {
  width: 100%;
  height: 920px;
  background: url(../../static/images/1eb1f03056bd71d096f707d397d7e40d.png) no-repeat center;
  display: flex;
  align-items: center;
}
.login-content .box {
    width: 1200px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    height: 540px;
    display: flex;
}
.login-content .box .left {
      width: 60%;
}
.login-content .box .left .title-img {
        margin: 30px 0 0 30px;
}
.login-content .box .left .el-carousel__indicators {
        text-align: left;
        margin-left: 200px;
        margin-top: 30px;
}
.login-content .box .left .el-carousel__indicators .el-carousel__indicator button {
          width: 21px;
          height: 4px;
}
.login-content .box .left .el-carousel__indicators .el-carousel__indicator.is-active button {
          background: #ca3525 !important;
}
.login-content .box .right {
      width: 40%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      margin-bottom: 32px;
}
.login-content .box .right .login-code {
        position: absolute;
        right: 0;
        top: 0;
}
.login-content .box .right::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 70%;
        background: #f4f4f4;
        margin: auto 0;
}
.login-content .box .right .title {
        font-size: 24px;
        font-weight: bold;
}
.login-content .box .right .tip {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        margin-top: 30px;
}
.login-content .box .right .qr-img {
        width: 240px;
        height: 224px;
        margin-top: 15px;
}

