.main-banner {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  height: 360px;
  background: no-repeat;
  background-position: center;
  background-size: 1920px 360px;
}
.main-banner .inner {
  padding-top: 60px;
  color: #fff;
  text-align: center;
}
.main-banner .inner .btn {
  margin-top: 150px;
  display: inline-block;
  text-align: center;
  width: 282px;
  height: 66px;
  line-height: 66px;
  color: #fff;
  background: #5fb55b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
}
.main-banner .inner .btn.disabled {
  background: #ccc;
}
.main-banner .inner .btn img {
  margin-right: 10px;
}
.main-banner .p1 {
  font-size: 30px;
  margin-bottom: 35px;
}
.main-banner .p2 {
  font-size: 24px;
}
.help-box {
  margin-top: 24px;
  margin-bottom: 66px;
  background: #fff;
  border: 1px solid #eee;
  min-height: 700px;
}
.help-box .help-tab-bar {
  height: 136px;
  border-bottom: 1px solid #eee;
}
.help-box .help-tab-bar .tab {
  float: left;
  padding-top: 25px;
  width: 180px;
  height: 135px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #eee;
  background: #fff;
}
.help-box .help-tab-bar .tab img {
  margin-bottom: 20px;
}
.help-box .help-tab-bar .tab.active {
  height: 142px;
  margin-top: -5px;
  margin-bottom: -2px;
  border-top: 2px solid #5fb55b;
}
.help-box .qa-list {
  padding: 30px 36px 30px 80px;
}
.help-box .qa-item {
  position: relative;
  text-align: left;
  padding: 16px 5px;
  border-bottom: 1px solid #eee;
}
.help-box .qa-item:before {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  left: -50px;
  width: 28px;
  height: 27px;
  background: url("/static/img/icos/qa.png") no-repeat;
  background-size: 28px 27px;
}
.help-box .qa-item:last-child {
  border-bottom: none;
}
.help-box .qa-item .q {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.help-box .qa-item .a {
  padding-right: 60px;
  line-height: 24px;
  color: #666;
}
.help-box .show-more {
  height: 40px;
  margin: 36px;
  line-height: 38px;
  border: 1px solid #eee;
  cursor: pointer;
  text-align: center;
  color: #999;
}
/*# sourceMappingURL=index.css.map */