.page {
  width: 100%;
  min-height:400px;
  background-color: #fff;
}
.nowap{
  display: block;
}
.wap{
  display: none;
}
.li-b-help{
  color:#46B96C !important;
}
.menu-flex .menu-flex-auto .li-b-help::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #46B96C;
  transform: scaleX(1);
}
.help-banner{
  min-width: 1230px;
  line-height: 160px;
  background: url(../img/help_bg.png) no-repeat;
  text-align: center;
  overflow: hidden;
  font-size: 40px;
  font-weight: 600;
  color: #212121;
  text-shadow: 3px 3px 6px #21212180;
}
.help-content-center {
    padding: 0 30px;
    width: 1230px;
}
.help-title{
  height: auto;
  margin: 30px auto 20px auto;
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  line-height: 30px;
  text-shadow: 3px 3px 6px #21212150;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.help-text{
  width: 100%;
  height: auto;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
}
.paddings{
  padding-bottom: 50px;
}
