.esg-content {
  display: flex;
  height: 6.53rem;
  margin-bottom: 0.8rem;
}
.esg-content .left {
  width: 9.62rem;
  height: 100%;
}
.esg-content .right {
  width: calc(100% - 9.62rem);
  height: 100%;
  background-color: #fff;
  padding: 0.5rem 0.68rem 0;
}
.esg-content .right .title {
  font-size: 0.18rem;
  font-weight: 700;
  color: #51575c;
  line-height: 0.4rem;
  text-align: left;
}
.esg-content .right form {
  margin-top: 0.15rem;
}
.esg-content .right form .form p {
  width: 100%;
  height: 0.36rem;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: flex;
  margin-bottom: 0.12rem;
  align-items: center;
  padding: 0 0.15rem 0 0.2rem;
}
.esg-content .right form .form p.desc {
  height: 1rem;
  align-items: start;
  line-height: 0.36rem;
}
.esg-content .right form .form p span {
  font-size: 0.14rem;
  font-weight: 350;
  color: #51575c;
}
.esg-content .right form .form p span.label {
  line-height: 0.36rem;
  position: relative;
}
.esg-content .right form .form p input,
.esg-content .right form .form p textarea {
  height: 100%;
  flex: 1;
  border: none;
  outline: none;
}
.esg-content .right form .form p textarea {
  height: calc(100% - 0.2rem);
  font-size: 0.14rem;
  margin: 0.1rem 0;
  resize: none;
}
.esg-content .right form .form .code-box {
  display: flex;
}
.esg-content .right form .form .code-box p {
  flex: 1;
  margin-right: 0.1rem;
}
.esg-content .right .submit_div {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.esg-content .right .submit_div .submit {
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.16rem;
  color: #e60000;
  border: 1px solid #e60000;
  border-radius: 4px;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
}
.esg-content .right .submit_div .alert-box {
  position: absolute;
  right: 2rem;
  margin-top: 0.15rem;
}
@media screen and (max-width: 750px) {
  .esg-content {
    display: block;
    height: auto;
  }
  .esg-content .left,
  .esg-content .right {
    width: 100%;
  }
  .esg-content .left {
    height: auto;
  }
  .esg-content .left img {
    height: auto;
    max-height: auto !important;
    min-height: auto !important;
  }
}
