@charset "UTF-8";
section, section .container, section .container .list_left, section .container .list_left .lists ul, section .container .content {
  *zoom: 1; }
  section:before, section .container:before, section .container .list_left:before, section .container .list_left .lists ul:before, section .container .content:before, section:after, section .container:after, section .container .list_left:after, section .container .list_left .lists ul:after, section .container .content:after {
    content: "";
    display: table; }
  section:after, section .container:after, section .container .list_left:after, section .container .list_left .lists ul:after, section .container .content:after {
    clear: both; }

section .container .list_left .lists ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

section .container .lists h3:after {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none; }

section .container .lists h3:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section {
  background: #fff; }
  section .container {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    min-height: 600px;
    position: relative;
    padding-bottom: 50px; }
    section .container .list_left {
      box-sizing: border-box;
      height: auto;
      float: left;
      padding-top: 111px; }
      section .container .list_left .lists {
        width: 397px;
        text-align: left;
        background: #F8F9FA; }
        section .container .list_left .lists h3 {
          box-sizing: border-box;
          font-size: 20px;
          height: 59px;
          line-height: 59px;
          background: #F9F9F9;
          padding-left: 26px;
          cursor: pointer;
          position: relative;
          font-weight: 600;
          border-bottom: 1px solid #E1E1E1; }
          section .container .list_left .lists h3.active:after {
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            -moz-transform-origin: top;
            transform-origin: top;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg); }
          section .container .list_left .lists h3:after {
            content: "";
            display: block;
            width: 11px;
            height: 11px;
            background: url("../img/help/icon.png")/*tpa=http://static.http.cnapi.cc/static/index/src/img/help/icon.png*/ no-repeat;
            position: absolute;
            right: 20px;
            top: 55%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #333;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        section .container .list_left .lists ul {
          display: none;
          margin-bottom: 19px; }
          section .container .list_left .lists ul li a {
            display: block;
            height: 55px;
            line-height: 55px;
            color: #2F3C42;
            padding: 0 5px 0 15px;
            cursor: pointer;
            font-size: 16px;
            position: relative; }
            section .container .list_left .lists ul li a:hover {
              color: #3899FF; }
            section .container .list_left .lists ul li a.active {
              color: #3899FF; }
            section .container .list_left .lists ul li a:before {
              content: "";
              display: inline-block;
              width: 0;
              height: 0;
              border-top: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid transparent;
              border-left: 6px solid #3899FF; }
            section .container .list_left .lists ul li a:after {
              content: "";
              display: block;
              position: absolute;
              bottom: 0;
              left: 7px;
              background: url("../img/help/line.png")/*tpa=http://static.http.cnapi.cc/static/index/src/img/help/line.png*/ repeat-x;
              width: 380px;
              height: 1px; }
          section .container .list_left .lists ul li:last-child a:after {
            background: none; }
    section .container .content {
      box-sizing: border-box;
      width: 860px;
      float: right;
      text-align: justify;
      padding-bottom: 50px; }
      section .container .content h1 {
        font-size: 30px;
        margin: 50px 0 24px;
        text-align: center; }
      section .container .content p {
        font-size: 16px;
        line-height: 26px;
        color: #666666; }
      section .container .content img {
        width: 100%; }
  section .return_top {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 1;
    width: 80px;
    height: 80px;
    background-color: #c0c2c7;
    text-align: center;
    right: 60px;
    bottom: 150px; }
    section .return_top:hover a {
      opacity: 1;
      filter: alpha(opacity=100); }
    section .return_top i {
      display: block;
      line-height: 80px;
      color: #fff;
      font-size: 47px; }
    section .return_top a {
      opacity: 0;
      top: 23px;
      position: absolute;
      left: -107px;
      display: block;
      width: 93px;
      height: 33px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      line-height: 33px;
      border-radius: 3px;
      background-color: #777c86; }
      section .return_top a:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 2px solid transparent;
        border-left: 9px solid #777c86;
        border-bottom: 5px solid transparent;
        position: absolute;
        display: block;
        right: -8px;
        top: 6px; }

/*# sourceMappingURL=help.css.map */
