.no-wrap {
  white-space: nowrap!important;
}
.top_9 {
  position: relative;
  background: #fff;
  overflow: hidden;
  background: url(/Templates/CompanyDefault/images/swhz/top_9_bg.png) no-repeat center center;
margin-bottom:-40px;
}

.top_9 > .center {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url(/Templates/CompanyDefault/images/swhz/end.png) no-repeat 0% 100%;
  background-size: 100%;
  position: relative;
}

.top_9 > .center > .top_9_div{
  width: 70%;
  height: 55%;
  margin: 0 auto;
  position: relative;
  top: 22%;
}

.el-input {
z-index:9999!important;
}

/* 
.active>.center>.top_9_div {
  overflow: auto;
} */

.top_9 > .center > div > h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 3%;
}

.top_9 > .center > div > ul {
  display: flex;
  height: 10%;
  justify-content: space-between;
  margin-bottom: 2%;
}

.top_9 > .center > div > ul > li {
  display: flex;
  width: 45%;
  //line-height: 2.5vw;
  border-bottom: 1px solid #999;
}

.top_9 > .center > div > ul > li > p {
  font-size: 15px;
  color: #333;
}

.top_9 > .center > div > ul > li > input {
  border: none;
  width: 75%;
  outline: none;
  padding-left: 10%;
}

.top_9 > .center > div > .liuyan {
  display: flex;
  width: 95%;
  border-bottom: 1px solid #999;
  padding-bottom: 1%;
  margin-bottom: 2%;
}

.top_9 > .center > div > .liuyan > p {
width:80px;
  font-size: 15px;
  color: #333;
    white-space: nowrap;
    overflow: hidden;
}

.top_9 > .center > div > .liuyan > textarea {
  width: 92%;
  border: none;
  outline: none;
  padding-left: 4%;
  height: 50px;
  resize: none;
}

.top_9 > .center > div > p {
  color: #333;
}

.top_9 > .center > div > p > i {
  background: url(/Templates/CompanyDefault/images/swhz/shuoming.png) no-repeat center;
  width: 22px;
  height: 22px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  transform: translate(0px, 5px);
}

.top_9 > .center > div > p > b {

  color: coral;
  font-weight: 600;
}

.top_9 > .center > div > .anniu {
  width: 35%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
padding-bottom: 82px;
}

.top_9 > .center > div > .anniu > button {
  width: 40%;
  height: 50px;
  border-radius: 50px;
  outline: none;
  color: #999;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid;
  transition: 0.5s;
}

.top_9 > .center > div > .anniu > button:first-child {
  background-color: #f06e1b;
  color: #fff;
}

.top_9 > .center > div > .anniu > button:hover {
  background-color: #f06e1b;
  color: #fff;
}

@media only screen and (max-width: 800px) {
.top_9 > .center > .top_9_div{
width:90%!important;
}


  .col-md-12 {
padding-left:0!important;
padding-right:0!important;
}


.top_9  .center  .el-col {
width:100%;
}
}