body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url('https://tp-www.oss-cn-shanghai.aliyuncs.com/tp_partner/dkloginbg.jpg') no-repeat;
  background-size: cover;
}
body #app {
  padding-top: 0.6875rem;
  box-sizing: border-box;
}
body #app .login-box {
  width: 944px;
  height: 546px;
  background: #fff;
  border-radius: 47px;
  margin: 0 auto;
  position: relative;
  padding: 64px 0 0 113px;
  box-sizing: border-box;
}
body #app .login-box .logo {
  width: 80px;
  height: 36px;
  position: absolute;
  top: 27px;
  left: 58px;
}
body #app .login-box .pic-box {
  width: 325px;
  height: 325px;
}
body #app .login-box .pic-box img {
  width: 100%;
  height: 100%;
  margin-top: 44px;
}
body #app .login-box .info-box {
  width: 305px;
  margin-left: 92px;
}
body #app .login-box .info-box .title {
  margin-top: 117px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  color: #eb6106;
}
body #app .login-box .info-box .content {
  width: 305px;
  text-align: center;
  box-sizing: border-box;
}
body #app .login-box .info-box .content .el-input {
  margin-bottom: 22px;
}
body #app .login-box .info-box .content .el-button {
  width: 238px;
  height: 40px;
  background: linear-gradient(-90deg, #eb6106 0%, #fbc400 100%);
  border-radius: 22px;
  border-color: transparent;
  font-size: 18px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
