.new {
  margin-bottom: 50px;
}
.new .new_top {
  height: 175px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.new .new_top h1 {
  font-size: 36px;
  text-align: center;
  color: #ff1f4f;
  margin-top: 35px;
}
.new .new_top p {
  text-align: center;
  padding: 5px 0 25px 0;
}
.new .new_top span {
  display: block;
  width: 240px;
  height: 35px;
  margin: 0 auto;
}
.new .new_top span ul li {
  float: left;
}
.new .new_top span ul li:nth-child(1) {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 5px;
  background: url('../image/new_png_08.png');
}
.new .new_top span ul li:nth-child(2) {
  color: #ff1f4f;
  font-size: 16px;
  line-height: 35px;
  width: 90px;
  margin-right: 20px;
}
.new .new_top span ul li:nth-child(3) {
  width: 28px;
  height: 21px;
  margin-top: 7px;
  margin-right: 5px;
  margin-left: 10px;
  background: url('../image/new_png_13.png');
}
.new .new_top span ul li:nth-child(4) {
  color: #ff1f4f;
  font-size: 16px;
  line-height: 35px;
  width: 58px;
}
.new .new_box {
  width: 97%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 35px;
  height: auto;
}
.new .new_btn {
  width: 100%;
  height: 45px;
}
.new .new_btn span:nth-child(1) {
  float: left;
  font-size: 16px;
  line-height: 45px;
}
.new .new_btn span:nth-child(1) a {
  font-size: 16px;
  line-height: 45px;
  color: #000;
}
.new .new_btn span:nth-child(2) {
  float: right;
  width: 140px;
  height: 40px;
  margin-top: 2.5px;
  background-color: #ff1f4f;
}
.new .new_btn span:nth-child(2) a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.new .message {
  width: 100%;
  height: 510px;
  margin-top: 65px;
}
.new .message form {
  width: 100%;
  height: 100%;
  position: relative;
}
.new .message form div span em:nth-child(1) {
  font-size: 16px;
}
.new .message form div span em:nth-child(2) {
  font-size: 16px;
  color: #f83266;
}
.new .message form div span i {
  display: inline-block;
  font-size: 12px;
  color: red;
  padding-left: 20px;
  display: none;
}
.new .message form div:nth-child(1) textarea {
  width: 98.5%;
  height: 168px;
  resize: none;
  margin-top: 8px;
  outline: none;
  padding-top: 15px;
  padding-left: 20px;
}
.new .message form div:nth-child(2) input {
  width: 98%;
  height: 50px;
  resize: none;
  margin-top: 8px;
  outline: none;
  padding-left: 25px;
}
.new .message form div:nth-child(3) input {
  width: 98%;
  height: 50px;
  resize: none;
  margin-top: 8px;
  outline: none;
  padding-left: 25px;
}
.new .message form div:nth-child(4) {
  width: 250px;
  height: 60px;
  background-color: #f83266;
  text-align: center;
  line-height: 60px;
  color: #fff;
  margin-top: 20px;
  font-size: 24px;
  cursor: pointer;
}
.new .message form div:nth-child(5) {
  width: 200px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  position: absolute;
  left: 505px;
  top: 63px;
  display: none;
}