.page {
  width: 100%;
  min-height:400px;
  background-color: #fff;
}
.nowap{
  display: block;
}
.wap{
  display: none;
}
.li-b-help{
  color:#46B96C !important;
}
.help-banner{
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: relative;
  background: url(../img/wap_help_bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 24px;

  font-weight: 500;
  color: #FFFFFF;
}
.help-title{
  width: 95%;
  text-align: left;
  height: auto;
  margin: 60px 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  line-height: 34px;
}
.help-text{
  width: 90%;
  text-align: left;
  height: auto;
  margin:20px 5% 0 5%;
  font-size: 16px;

  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.paddings{
  padding-bottom: 50px;
}
.help-content {
    min-width: 100%;
}
.help-content-center {
  width:90%;
  margin: auto;
}
