html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-image: url("../file/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.登录主界面 {
    height: 100%;
    width: 100%;
    font-family: SourceHanSansCN-Regular;
}

.图标LGOGO-图标 {
    display: inline-block;
    margin: 17px auto auto 24px;
}

.图标LGOGO-文字 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    position: absolute;
    left: 67px;
    top: 10px;
}

.login-top {
    height: 60px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 40px;
    /* background-color: #148be4; */
    border-radius: 12px;
    font-family: SourceHanSansCN-Regular;
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #1677ff;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    
}

.bg1 {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .1;
    border-radius: 0 74px 0 0;
    position: absolute;
    left: 0;
    top: 43px;
}

.bg2 {
    display: inline-block;
    width: 94px;
    height: 94px;
    background: #fff;
    opacity: .1;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px;
}

.登录容器 {
    width: 90%;
    max-width: 438px;
    height: 520px;
    border-radius: 12px;
    border: 1px solid rgba(121, 121, 121, 0);
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow:0 5px 12px 4px rgba(0, 0, 0, 0.16)	;
}

.登录容器-标题 {
    font-size: 28px;
    font-weight: 700;
    color: #1890ff;
    display: block;
    margin: 35px auto 12px auto;
    text-align: center;
}

.登录容器-提示 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    display: block;
    margin: 10px auto 25px auto;
    text-align: center;
}

.登录表单容器-表单表项 {
    /* width: 335px; */
    width: calc(100% - 100px);
    height: 38px;
    margin: 0 auto;
    margin-bottom: 15px;
    /* margin-left: 53px; */
}

.记住密码与更换验证码 {
    margin-left: 53px;
}

.更换验证码 {
   font-size: 12px;
  color: #666666;
  cursor: pointer;
  white-space: nowrap;
      position: absolute;
    bottom: 18px;
    right: 40px;
}
/* 平板及以下设备 */
@media (max-width: 768px) {
  .记住密码与更换验证码 {
    margin-left: 56px;
    margin-right: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .更换验证码 {
    margin-top: 10px;
    /* margin-left: 120px; */
    position: absolute;
    bottom: 18px;
    right: 27px;
  }
}

/* 手机设备 */
@media (max-width: 480px) {
  .记住密码与更换验证码 {
    margin-left: 56px;
    margin-right: 10px;
  }
  
  .记住密码与更换验证码 input[type="checkbox"] {
    transform: scale(1.2);
  }
  
  .更换验证码 {
    font-size: 11px;
    margin-top: 8px;
            position: absolute;
        bottom: 25px;
        right: 3px;
  }
}

/* 超小屏幕设备 */
@media (max-width: 320px) {
  .记住密码与更换验证码 {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .更换验证码 {
    font-size: 10px;
  }
}

.登录容器-登录按钮 {
    /* width: 335px; */
     width: calc(100% - 80px);
    font-size: 16px;
    margin-left: 53px;
}

.登录容器-协议提示 {
    display: block;
    width: 100%;
    font-size: 11px;
    text-align: center;
    position: relative;
    top: -10px;
}

.登录容器-协议提示-协议按钮 {
    color: #1e9fff;
    background-color: #ffffff;
    border: 0px none;
}

.登录容器-协议提示-协议按钮:hover {
    border: none;
    cursor: pointer;
}

.注册账号,
.忘记密码 {
    font-size: 14px;
    color: #1e9fff;
    display: block;
    margin-left: 327px;
     width: fit-content;
  text-align: right;
}
@media (max-width: 768px) {
  .注册账号,
  .忘记密码 {
    margin-left: auto;
    margin-right: 15px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .注册账号,
  .忘记密码 {
    margin-right: 10px;
    font-size: 12px;
  }
}
.备案号 {
    width: 100%;
    height: 15px;
    font-size: 13px;
    color: #1890ff;
    position: fixed;
    bottom: 23px;
    left: auto;
    text-align: center;
}


