@charset "UTF-8";
.body {
  background-color: #F5F5F5; }

#tagTap {
  display: inline-block;
  height: 72px;
  width: 100%; }

.kong {
  position: relative;
  padding-top: 72px;
  margin-top: -72px; }

.contentTabge {
  width: 1200px;
  margin: 0 auto;
  /* 面包屑 */
  /* 标签的内容 */ }
  .contentTabge .crumbs {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #999999; }
    .contentTabge .crumbs .line {
      width: 15px;
      height: 1px;
      background-color: #999999;
      -webkit-transform: rotate(-65deg);
              transform: rotate(-65deg);
      margin: 0px 5px; }
    .contentTabge .crumbs a {
      color: #999999;
      cursor: pointer; }
    .contentTabge .crumbs .now {
      color: #333333 !important; }
  .contentTabge .contentTage {
    border: 1px solid #EAEAEA;
    /* 首字母搜索 */
    /* 标签列表 */ }
    .contentTabge .contentTage .title {
      height: 60px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px; }
      .contentTabge .contentTage .title h1 {
        font-size: 18px;
        font-weight: bold;
        color: #000000; }
    .contentTabge .contentTage .catalog {
      height: 40px;
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contentTabge .contentTage .catalog span {
        font-size: 16px;
        color: #666666;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .contentTabge .contentTage .catalog ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 10px; }
        .contentTabge .contentTage .catalog ul a {
          display: inline-block;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 18px;
          width: 40px;
          height: 100%;
          color: #838383; }
        .contentTabge .contentTage .catalog ul a:hover {
          color: #fff;
          background-color: #F67524;
          border-radius: 5px; }
    .contentTabge .contentTage .tageListCount {
      background-color: #fff; }
      .contentTabge .contentTage .tageListCount .item .titleBox {
        height: 50px;
        margin: 0px 20px;
        border-bottom: 1px dashed  #CCCCCC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 10px; }
        .contentTabge .contentTage .tageListCount .item .titleBox a:hover {
          cursor: pointer; }
        .contentTabge .contentTage .tageListCount .item .titleBox a:nth-child(1) {
          color: #F67524;
          font-size: 24px; }
        .contentTabge .contentTage .tageListCount .item .titleBox a:nth-child(2) {
          color: #999999;
          font-size: 12px; }
      .contentTabge .contentTage .tageListCount .item .list {
        width: 100%;
        padding: 20px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .contentTabge .contentTage .tageListCount .item .list div a {
          display: inline-block;
          width: 100px;
          height: 30px;
          background-color: #F6F6F6;
          color: #9E9E9E;
          font-size: 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: 5px;
          margin-bottom: 5px; }
        .contentTabge .contentTage .tageListCount .item .list div a:hover {
          cursor: pointer;
          background-color: #FA7728;
          color: white;
          -webkit-box-shadow: 0px 0px 20px rgba(255, 51, 0, 0.2);
                  box-shadow: 0px 0px 20px rgba(255, 51, 0, 0.2); }
