.wrap {
  background-color: #f1f1f1;
}
/* 帮助中心 */
.helpList {
  padding: 0 14px;
  margin: 0.28rem 0.28rem;
  background-color: #fff;
  border-radius: 0.12rem;
}
.helpList li {
  padding: 0.32rem 0;
  border-bottom: 1px solid #eee;
  background: url('../images/icon-r2.png') no-repeat 98% center / 0.14rem 0.24rem;
}
.helpList li a {
  display: block;
  font-size: 0.3rem;
  color: #2f2f2f;
  font-family: Source Han Serif CN;
  font-weight: 400;
}
.helpList li:last-child {
  padding: 18px 0;
  border-bottom: 0px solid #eee;
}
/* 对e家说(主席信箱) */
.eJsay {
  padding: 0.28rem;
}
.put-ques {
  border-radius: 0.1rem;
  text-align: center;
  background-color: #fff;
  padding: 0.28rem;
}
.put-ques .mailcell {
  height: 0.98rem;
  width: 100%;
  background-color: yellow;
  margin-top: 1px;
  border-bottom: 1px #e5e5e5ff solid;
  text-align: left;
}
.put-ques .mailcellnone {
  border: none;
}
.put-ques .question-left {
  background-color: white;
  width: 1.2rem;
  height: 0.98rem;
  line-height: 0.98rem;
  font-size: 0.3rem;
  color: rgba(109, 109, 109, 0.6);
}
.put-ques .question-right {
  background-color: white;
  width: 100%;
  height: 0.98rem;
  line-height: 0.98rem;
  font-size: 0.3rem;
  color: #000000;
  border: none;
}
.put-ques .suggest h2 {
  text-align: left;
  color: #000000;
  font-weight: 600;
  padding: 0.56rem 0 0.3rem;
  font-size: 0.3rem;
}
.put-ques .suggest .ctext {
  display: inline-block;
  width: 100%;
  border: none;
  background-color: #f3f7f9;
  color: #c3c3c3;
  padding: 0.16rem 0.16rem;
  resize: none !important;
  color: #000;
  font-size: 16px;
}
.put-ques .btnCommit {
  width: 3.91rem;
  height: 0.88rem;
  border: none;
  color: white;
  background: linear-gradient(-77deg, #44c0fd, #3ca2f4);
  box-shadow: 0px 0px 0.24rem 0px rgba(104, 115, 121, 0.22);
  border-radius: 0.44rem;
  font-size: 0.3rem;
  font-family: Source Han Serif CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.88rem;
  margin-top: 1rem;
}
/* 维权帮扶 */
.wq ul {
  padding: 0 14px;
  padding-top: 18px;
  padding-bottom: 100px;
}
.wq ul li {
  margin-top: 20px;
}
.wq ul h2 {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wq ul img {
  display: inline-block;
  height: 21px;
  margin-right: 14px;
}
.wq .quesBox {
  font-size: 15px;
  color: #656565;
  text-align: justify;
  display: flex;
  justify-content: flex-start;
  align-items: top;
}
.wq .quesBox .num {
  color: #000;
}
.wq .ansBox {
  background-color: #f2f2f2;
  padding: 16px 18px;
  margin-top: 14px;
  font-size: 14px;
  color: #656565;
  text-align: justify;
}
.wq .ansBox .tit {
  color: #000;
  margin-right: 5px;
  width: 30%;
}
.wq .putBox {
  position: fixed;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.wq .putBox a {
  display: inline-block;
  width: 93%;
  background-color: #40bffd;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 2px;
}
.wq form {
  background-color: #fff;
  text-align: center;
  padding: 0.3rem;
}
.wq form textarea {
  display: block;
  width: 100%;
  padding: 0.28rem;
  background-color: #f3f7f9;
  margin-bottom: 0.5rem;
  border: 0;
  border-radius: 0.12rem;
  font-size: 0.3rem;
}
.wq form button {
  width: 3.91rem;
  height: 0.88rem;
  border: none;
  color: white;
  background: linear-gradient(-77deg, #44c0fd, #3ca2f4);
  box-shadow: 0px 0px 0.24rem 0px rgba(104, 115, 121, 0.22);
  border-radius: 0.44rem;
  font-size: 0.3rem;
  font-family: Source Han Serif CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.88rem;
}
