.page-content p{
    text-indent: 2em;
    line-height: 1.5em;
  }
  .page-content a{
    color:blue;
  }
  #helpproduct .barner{
      position: relative;
  }
  #helpproduct .barner-text {
      position: absolute;
      color: #fff;
      width: 4rem;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  #helpproduct .barner img {
      width: 100%;
      display: block;
  }
  #helpproduct .barner-text-h1 {
      font-size: 0.24rem;
      margin-bottom: 0.4rem;
      text-align: center;
  }
  #helpproduct .helpcenter-title {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    margin-top: 0.55rem;
  }
  #helpproduct .helpcenter-title .helpproduct-a {
    display: inline-block;
    color: #000;
    padding: 0 10px;
  }
  #helpproduct .helpcenter-title .helpproduct-a + .helpproduct-a {
    border-left: 1px solid #ccc;
  }
  #helpproduct .helpproduct-title-div {
    padding: 30px;
    background: #f5f6f6;
    margin: 30px 0 60px 0;
  }
  #helpproduct .helpproduct-title-div .text {
    margin: 20px 0;
    line-height: 1.6;
  }
  #helpproduct .div-model {
    display: flex;
    flex-wrap: wrap;
  }
  #helpproduct .bzxh-breadcrumb a {
    color: #000;
    font-weight: bold;
  }
  #helpproduct .breadcrumb__inner {
    color: #1a68ff !important;
    font-weight: normal !important;
  }
  #helpproduct .pag-model {
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px 0px #bbbbbb;
    border: 1px solid #cccccc;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-right: 0.3rem;
  }
  #helpproduct .pag-model:hover {
    border: 1px solid #e6af8b;
    -webkit-box-shadow: 0 0 6px #1a68ff;
    box-shadow: 0 0 6px #1a68ff;
  }
  #helpproduct .pag-model:nth-child(2n + 2) {
  }
  #helpproduct .pag-model.select {
    border-top: 1px solid #f68001;
  }
  #helpproduct .pag-model .img {
    padding: 0 20px;
  }
  #helpproduct .pag-model .font-18 {
    margin-bottom: 15px;
  }
  #helpproduct .pag-model .a-list a {
    display: inline-block;
    color: #000;
    padding: 0 8px;
    line-height: 1.1;
    margin-bottom: 5px;
    cursor: pointer;
  }
  #helpproduct .pag-model .a-list a:first-child {
    padding-left: 0;
  }
  #helpproduct .pag-model .a-list a:hover {
    color: #1a68ff;
  }
  #helpproduct .pag-model .a-list a + a {
    border-left: 1px solid #000;
  }
  #helpproduct .rdwt {
    margin-bottom: 60px;
    width: 800px;
  }
  #helpproduct .rdwt .font-18 {
    margin: 70px 0 35px 0;
  }
  #helpproduct .rdwt a {
    margin-top: 10px;
    display: block;
    color: #000;
  }
  #helpproduct .sider {
    width: 250px;
    background: #f6f8ff 100%;
    padding-bottom: 10px;
  }
  #helpproduct .help-panel {
    flex: 1;
    padding: 20px;
  }
  #helpproduct .detail-wrapper {
    margin-top: 0.55rem;
    padding-bottom: 100px;
    position: relative;
    align-items: flex-start;
  }
  #helpproduct .sb-zx {
    overflow: hidden;
    line-height: 58px;
    border-bottom: 1px solid #e8e8e8;
  }
  #helpproduct .sb-zx .main-title {
    color: #333;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
    float: left;
    padding-left: 20px;
    font-weight: 700;
  }
  #helpproduct .sb-zx .all {
    float: right;
    position: relative;
    right: 10px;
    top: 22px;
    display: inline-block;
    font-family: Comic Sans MS;
    font-size: 14px;
    width: 25px;
    height: 4px;
    line-height: 58px;
    cursor: pointer;
    border-top: 3px solid #666;
    border-bottom: 3px solid #666;
    background-color: #666;
    padding: 4px 0;
    background-clip: content-box;
  }
  #helpproduct .book-div {
    border-top: 1px solid #dcdee5;
    border-bottom: 1px solid #dcdee5;
    padding: 20px 0;
  }
  #helpproduct .book-name {
    color: #1a68ff;
    margin: 0 auto 15px;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 700;
    cursor: pointer;
  }
  #helpproduct .inline-input {
    margin-left: 20px;
    width: 200px;
    position: relative;
  }
  #helpproduct .inline-input .dropdown-menu {
    width: 100%;
  }
  #helpproduct .inline-input .dropdown-menu .glyphicon-triangle-top {
    color: #fff;
  }
  #helpproduct .inline-input .dropdown-header {
    padding: 0 20px;
    margin: 0;
    line-height: 34px;
    cursor: pointer;
    color: #606266;
    font-size: 14px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #helpproduct .input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
  }
  #helpproduct .menu {
    line-height: 40px;
    max-height: calc(100vh - 330px);
    overflow-y: auto;
  }
  #helpproduct .minus-item {
    cursor: pointer;
    color: #000;
    display: block;
    line-height: 40px;
  }
  #helpproduct .minus-item .glyphicon {
    padding-right: 6px;
    cursor: pointer;
  }
  #helpproduct .minus-item.child-hide .glyphicon-menu-down {
    transform: rotate(-90deg) translateX(2px);
    margin-right: 5px;
  }
  #helpproduct .minus-item.child-hide dd {
    display: none;
  }
  #helpproduct .minus-item.child-hide li {
    display: none;
  }
  #helpproduct .minus-item dd.select {
    background-color: #dde1f0;
  }
  #helpproduct .minus-item dd.select a {
    color: #1a68ff;
  }
  #helpproduct .minus-item dd a:hover {
    color: #1a68ff;
  }
  #helpproduct .has-sub-minus1 {
    padding-left: 18px;
  }
  #helpproduct .has-sub-minus2 {
    padding-left: 36px;
  }
  #helpproduct .has-sub-minus3 {
    padding-left: 54px;
  }
  #helpproduct .has-sub-minus4 {
    padding-left: 72px;
  }
  #helpproduct .has-sub-minus5 {
    padding-left: 90px;
  }
  #helpproduct .has-sub-minus6 {
    padding-left: 108px;
  }
  #helpproduct .main-title2 {
    color: #333;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
  }
  #helpproduct .page-content {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  #helpproduct .el-divider {
    border: 1px solid #dcdfe6;
  }
  #helpproduct .divider-oter {
    margin: 20px 0;
  }
  #helpproduct .divider-oter .hasNext {
    color: #000;
  }
  #helpproduct .divider-oter .hasNext:hover {
    color: #1a68ff;
  }
  #helpproduct .divider-oter a {
    color: #666;
    cursor: pointer;
  }
  #helpproduct .all-products-wrapper .all-products dl dd .new,
  #helpproduct .all-products-wrapper .all-products dl dd .recommended {
    color: #f12d39;
    margin-left: 5px;
  }
  #helpproduct .all-products-wrapper {
    max-height: calc(100vh);
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 1px #eee;
    box-shadow: 0 0 2px 1px #eee;
    position: absolute;
    z-index: 9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    top: 1px;
    opacity: 0;
    display: none;
    left: 251px;
  }
  #helpproduct .all-products-wrapper.select {
    display: block;
    opacity: 1;
  }
  #helpproduct .all-products-wrapper .all-products {
    display: flex;
    width: 100%;
    margin-top: -25px;
    flex-wrap: wrap;
  }
  
  #helpproduct .all-products-wrapper .all-products .col {
    line-height: 20px;
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    /* width: 20%; */
  }
  #helpproduct .all-products-wrapper .all-products dl {
    margin: 20px 20px 0;
  }
  #helpproduct .all-products-wrapper .all-products dl dt {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 1px;
    color: #2f2f2f;
  }
  #helpproduct .all-products-wrapper .all-products dl dd {
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    line-height: 30px;
    color: #404a58;
  }
  #helpproduct .all-products-wrapper .all-products dl dd a {
    color: #404a58;
  }
  
  /*# sourceMappingURL=/helpproduct.4a0ee1ca.css.map */
  