body{
  height: 100%;
}

.header {
     background-color: #fff;
     height: 64px;
     line-height: 64px;
     color: #111111;
     font-size: 14px;
  }
  #login{
    background-image: url('https://ems-ylzh.oss-cn-shanghai.aliyuncs.com/files/enterprise/2024/10/1728975202253login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 64px);
  }

  .header img{
    vertical-align: sub;
    margin-right: 8px;
  }
  .w1200{
    width: 1200px;
    margin: 0 auto;
  }

  .w1000{
    width: 1000px;
    margin: 0 auto;
  }
  .w1000 .box{
    padding-top: 120px;
  }
  .w1000 .box .left{
    width: 360px;
    float: left;
  }

  .w1000 .box .left img{
    width: 266px;
    margin-bottom: 64px;
  }
  .w1000 .box .left .title{
    color: #FF8800;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
  }
  .w1000 .box .left .line{
    width: 60px;
    height: 5px;
    background-color:#FF8800;
    margin-top: 20px;
  }
  .w1000 .box .left .desc{
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    float: left;
  }

  .w1000 .box  .right{
    float: left;
    margin-left: 138px;
  }

  .w1000 .box  .right .form{
     background-color: rgba(255, 255, 255, 0.9);
     border-radius: 8px;
     height: 560px;
     width: 436px;
  }

  .w1000 .box  .right .form .title{
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding-top: 80px;
  }

  .w1000 .box  .right .form .diy_form_list{
    text-align: center;
    position: relative;
  }
  .w1000 .box  .right .form .diy_form_list img{
    position: absolute;
    left: 50px;
    top: 30px;
  }

  .w1000 .box  .right .form .diy_form_list input{
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    width: 356px;
    height: 44px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    padding-left: 35px;
  }
  .btn-box{
    text-align: center;
  }
  #submitCheck{
    margin-left: auto;
    margin-right: auto;
    width: 356px;
    height: 44px;
    background-color: #FF8800;
    text-align: center;
    border-radius: 4px;
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
  }
  .svg-code{
    display: flex;
  }
  #svg{
    margin-top: 20px;
    cursor: pointer;
  }
  .login-keyWords img{
    width: 100%;
    margin-top: 70px;
  }