.banner {
  width: 100%;
  min-width: 1200px;
}
.banner img {
  width: 100%;
}
.msg {
  margin: 40px 0;
}
.msg .content {
  overflow: hidden;
  margin-top: 40px;
}
.msg .page-r {
  width: 765px;
  float: left;
}
.msg form {
  width: 600px;
  height: 443px;
  background-color: #ffffff;
  box-shadow: 10px 10px 20px 2px rgba(30, 119, 45, 0.1);
  box-sizing: border-box;
  padding: 20px 60px;
  margin-bottom: 80px;
  position: relative;
}
.msg form:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dbe7f6;
  bottom: -40px;
  left: 0;
}
.msg form .form-item {
  height: 54px;
  line-height: 54px;
  background: #ffffff;
  border: solid 1px #7d7d7d;
  margin-bottom: 40px;
  padding: 0 20px;
  font-size: 20px;
  display: flex;
}
.msg form .noborder {
  border: none;
}
.msg form .content {
  height: 130px;
}
.msg form .prompt {
  color: red;
  display: none;
}
.msg form .text {
  width: 100px;
}
.msg form .input {
  flex: 1;
  font-size: 20px;
  border: none;
}
.msg form textarea {
  resize: none;
}
.msg form .msg-btn {
  width: 150px;
  height: 48px;
  background: #1e772d;
  border-radius: 8px;
  border: none;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.msg .msg-list {
  font-size: 24px;
  line-height: 48px;
  color: #020202;
}
.msg .msg-list .question {
  color: #78ad81;
}
.msg .msg-list .answer {
  margin-bottom: 40px;
}
.msg .check-form {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: unset;
}
.msg .check-form .text {
  width:auto;
}
