@charset "utf-8";
/* CSS Document */

/*top*/
.wmzs-top {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  background: url(./20211018wmzs_top-back.jpg) center no-repeat;
  position: relative;
}

/*tit*/
.wmzs-tit {
  width: 1200px;
  height: 69px;
  background: url(./20211018wmzs_tit-back.png) center no-repeat;
  margin: 50px auto;
  text-align: center;
  font-weight: normal;
}
.wmzs-tit a {
  width: 238px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  display: block;
}

/*留言*/
.wmzs-ly {
  width: 1200px;
  height: auto;
  text-align: center;
}
.wmzs-ly .wmzs-zd {
  width: 588px;
  height: 68px;
  position: relative;
}
.wmzs-ly .wmzs-zd input {
  width: 468px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c9c9c9;
  padding-left: 118px;
  position: absolute;
  top: 0;
  left: 0;
}
.wmzs-ly .wmzs-zd span {
  width: 88px;
  height: 26px;
  line-height: 26px;
  border-right: 1px solid #eee;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 1;
}
.wmzs-ly .wmzs-zd span i {
  width: auto;
  height: 100%;
  color: red;
}
.wmzs-ly .wmzs-zdnr {
  width: 1198px;
  height: 406px;
  border: 1px solid #c9c9c9;
  position: relative;
}
.wmzs-ly .wmzs-zdnr textarea {
  width: 1146px;
  height: 330px;
  line-height: 36px;
  padding: 56px 26px 20px 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.wmzs-ly .wmzs-zdnr span {
  width: 88px;
  height: 26px;
  line-height: 26px;
  border-right: 1px solid #eee;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
.wmzs-ly .wmzs-zdnr span i {
  width: auto;
  height: 100%;
  color: red;
}
.wmzs-ly .wmzs-zdnr p {
  width: auto;
  height: 26px;
  line-height: 26px;
  color: #555;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 118px;
  z-index: 1;
}
.wmzs-ly .wmzs-yzm {
  width: 1200px;
  height: 42px;
  margin-top: 26px;
  position: relative;
}
.wmzs-ly .wmzs-yzm input {
  width: 162px;
  height: 40px;
  line-height: 40px;
  color: #c9c9c9;
  padding-left: 130px;
  border: 1px solid #c9c9c9;
  position: absolute;
  top: 0;
  left: 0;
}
.wmzs-ly .wmzs-yzm span {
  width: 100px;
  height: 26px;
  line-height: 26px;
  border-right: 1px solid #eee;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 1;
}
.wmzs-ly .wmzs-yzm span i {
  width: auto;
  height: 100%;
  color: red;
}
.wmzs-ly .wmzs-yzm img {
  width: 78px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 302px;
  z-index: 1;
}
.wmzs-ly .wmzs-yzm p {
  width: auto;
  height: 26px;
  line-height: 26px;
  color: #555;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 390px;
  z-index: 1;
}
.wmzs-ly .wmzs-ly-an {
  width: 100%;
  height: 170px;
}
.wmzs-ly .wmzs-ly-an input {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #d64316;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 50px 30px 70px 30px;
}

/*分割线*/
.wmzs-fgx {
  width: 100%;
  min-width: 1200px;
  height: 2px;
  background: #c9c9c9;
}

/*回复*/
.wmzs-hf {
  width: 1200px;
  height: auto;
}
.wmzs-hflist {
  width: 1198px;
  height: auto;
  max-height: 734px;
  border: 1px solid #c9c9c9;
  overflow-y: scroll;
}
.wmzs-hflist .wmzs-hflist-w {
  width: 1126px;
  height: auto;
  padding: 16px 36px;
  background: #fcfcfc;
  border-bottom: 1px dashed #c9c9c9;
  font-size: 18px;
  line-height: 28px;
}
.wmzs-hflist .wmzs-hflist-w span {
  color: #0b71b3;
}
.wmzs-hflist .wmzs-hflist-d {
  width: 1126px;
  height: auto;
  padding: 36px 36px;
  border-bottom: 1px dashed #c9c9c9;
  line-height: 28px;
}
.wmzs-hflist .wmzs-hflist-d span {
  color: #999;
}

/*foot*/
.wmzs-foot {
  width: 100%;
  min-width: 1200px;
  height: 61px;
  background: #fcfcfc;
  border-top: 2px solid #0b71b3;
  text-align: center;
  margin-top: 50px;
  background: url("./20211018wmzs-bottom-back.png") bottom center no-repeat;
}
