body {
  background-color: #F5F5F5;
}
.cf {
  zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.report .info_form {
  padding: 22px 40px;
  background-color: #fff;
  margin-bottom: 20px;
}
.report .info_form .title {
  color: #004097;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 20px;
  font-weight: bold;
}
.report .info_form .button {
  width: 220px;
  line-height: 58px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 36px auto 0;
  font-size: 16px;
  background-color: #004097;
  cursor: pointer;
}
.report .info_form .notes {
  float: right;
  color: #004097;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}
.report .info_form .notes .ds {
  display: flex;
  justify-content: space-between;
}
.report .info_form .notes .ds p {
  font-size: 12px;
  width: 65px;
  margin-top: 0;
  display: inline-block;
  color: #666;
}
.report .info_form .notes .ds div span {
  color: #999;
  margin-right: 20px;
  display: inline-block;
}
.report .info_form ul {
  margin-top: 10px;
}
.report .info_form ul li {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.report .info_form ul li label {
  position: relative;
}
.report .info_form ul li #fileinp {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
.report .info_form ul li #btn {
  padding: 0 16px;
  height: 48px;
  background: #F0F0F0;
  color: #666;
  border: none;
  font-size: 16px;
  border-radius: 6px;
}
.report .info_form ul li #text {
  color: red;
  display: block;
}
.report .info_form ul li p {
  color: #333;
  width: 280px;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
}
.report .info_form ul li .item {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  position: relative;
  margin-right: 200px;
  border-radius: 6px;
}
.report .info_form ul li .item.description {
  height: 150px;
}
.report .info_form ul li .item textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding: 2%;
  outline: none;
  height: 100%;
  resize: none;
}
.report .info_form ul li .item input {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding-left: 20px;
  outline: none;
}
.report .info_form ul li .item input::-webkit-input-placeholder,
.report .info_form ul li .item textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
.report .info_form ul li .item input:-moz-placeholder,
.report .info_form ul li .item textarea:-moz-placeholder {
  color: #B3B3B3;
}
.report .info_form ul li .item input::-moz-placeholder,
.report .info_form ul li .item textarea::-moz-placeholder {
  color: #B3B3B3;
}
.report .info_form ul li .item input:-ms-input-placeholder,
.report .info_form ul li .item textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
@media screen and (min-width: 1500px) {
  .report .info_form .notes {
    width: calc(100% - 280px);
  }
  .report .info_form .notes div {
    width: calc(100% - 65px);
  }
  .info li .item {
    width: calc(100% - 480px);
    height: 48px;
  }
  .info li .item input {
    width: 100%;
  }
  .info li .item textarea {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .report .info_form .notes {
    width: calc(100% - 280px);
  }
  .report .info_form .notes div {
    width: calc(100% - 65px);
  }
  .info li .item {
    width: calc(100% - 480px);
    height: 48px;
  }
  .info li .item input {
    width: 100%;
  }
  .info li .item textarea {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .report .info_form .notes {
    width: calc(100% - 280px);
  }
  .report .info_form .notes div {
    width: calc(100% - 65px);
  }
  .info li .item {
    width: calc(100% - 480px);
    height: 48px;
  }
  .info li .item input {
    width: 100%;
  }
  .info li .item textarea {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .report .info_form .notes {
    width: calc(100% - 280px);
  }
  .report .info_form .notes div {
    width: calc(100% - 65px);
  }
  .info li .item {
    width: calc(100% - 480px);
    height: 48px;
  }
  .info li .item input {
    width: 100%;
  }
  .info li .item textarea {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .report .info_form .notes {
    width: 100%;
  }
  .report .info_form .notes div {
    width: 100%;
  }
  .report form ul li {
    flex-wrap: wrap;
  }
  .report form ul li p {
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .report form ul li .item {
    width: 100%;
    margin-right: 0;
  }
  .report form .notes {
    width: 100%;
  }
  .report form .button {
    font-size: 14px;
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .report .info_form .info li .item {
    width: 100%;
    height: 30px;
  }
  .report .info_form .info li .item input {
    width: 300px;
    height: 100%;
  }
  .report .info_form .info li .item textarea {
    width: 300px;
  }
  .report .info_form .button {
    margin-left: 15% !important;
    line-height: 40px;
  }
}
<!--ºÄÊ±1756505762.1398Ãë-->