.deepbg {
  background: #f9fafb;
  border-top: 1px solid #e1e1e1;
}

.helpwrap {
  width: 1200px;
  min-height: 440px;
  margin: 0 auto;
  padding-top: 12px;
}

.helpwrap .breadcrumb {
  font-size: 14px;
}

.helpwrap .breadcrumb a {
  color: #999;
}

.helpwrap .breadcrumb .cite {
  color: #666;
}

.helpwrap .left, .helpwrap .right {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  min-height: 440px;
  margin-top: 12px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.helpwrap .left {
  width: 200px;
  margin-right: 30px;
}

.helpwrap .left ul {
  text-indent: 32px;
}

.helpwrap .left ul li {
  margin: 24px 0;
}

.helpwrap .left ul li.subitem {
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding-left: 32px;
}

.helpwrap .left ul li.subitem:hover {
  color: #ff753a;
}

.helpwrap .left ul .title {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 26px;
  background-image: url(./../images/indexico.png);
  background-position-x: -140px;
}

.helpwrap .left ul .hp1 {
  background-position-y: -63px;
}

.helpwrap .left ul .hp2 {
  background-position-y: -98px;
}

.helpwrap .right {
  width: 900px;
  padding: 20px 24px;
}
