.category-box{
    margin: 0 auto;
    background-color: #FFF;
    padding: 10px;
  }
  .catebox{
    padding-bottom: 20px;
    background-position: 0 -80px;
  }
  .category-box ul{
    padding:0 10px;
  }

  .category-box ul li{
    display: inline-flex;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .category-box ul li a{
    border-bottom:2px solid #FFF;
    margin: 0 14px;
  }

  .category-box ul li a:hover{
    border-bottom:2px solid #2f88d8;
  }

  .category-box ul .colmn-tab{
    margin-bottom: 8px;
    padding: 2px 24px;
    height: 26px;
    line-height: 26px;
    background-color: #2f88d8;
    color: #fff;
    transition: all .3s ease-in-out;
  }

  .cate-items{
      margin: auto;
  }

  .cate-btn{
      height: 25px;
      line-height: 25px;
      padding: 1px 10px;
      font-size: .9rem;
      font-weight: 400;
      border-radius: 0.2rem;
      margin-right:5px;
      background-color: #002339;
      border-color: #002339;
      color: #fff;
      cursor: pointer;
      transform: scale(0.9);
      float: right;
      display: none;
  }

  .cate-btn .icon-close:hover{
      color: #7770f3;
  }

  .cate-btn:hover{
      transition: .1s linear;
      box-shadow: 0px 2px 9px #999;
  }


  .cate-item{
    border:2px solid #eee;
    color: #000;
    border-radius: 5px 5px 0 0;
    padding: 2px 6px;
  }

  .citem-active{
    font-weight: bold;
    border:2px solid #2f88d8;
  }

  .filter-list{
      padding: 20px 0;
      border-bottom: 1px solid rgb(225, 225, 225);
  }
  .filter-list .tab-title{
      font-size: 26px;
  }

  .content-box{
      min-height: 500px;
  }

  /* 字体调整工具 */

  .font-tools{
      display: flex;
      align-items: center;
      padding: 10px 0;
  }

  .font-tools .tool-item{
      margin-right: 10px;
  }

  .font-tools .preview-ipt input{
      padding: 1px 10px 0 10px;
      width: 200px;
      height: 32px;
      line-height: 32px;
      border: 1px solid #cfcfcf;
  }

  .font-tools .size-sel select{
      padding: 1px 10px 0 10px;
      width: 80px;
      height: 32px;
      line-height: 32px;
      border: 1px solid #cfcfcf;
  }

  .reset-btn{
      display: inline-block;
      font-size: 14px;
      text-align: center;
      width: 70px;
      height: 32px;
      line-height: 32px;
      color: #000;
      background-color: #e8e8e8;
      transition: .3s linear;
  }

  .reset-btn:hover{
      background-color: #d6d6d6;
  }

  .colorpicker-item{
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #000;
  }
  .color-btn{
      width: 30px;
      position: absolute;
      bottom: 0;
      opacity: 0;
      z-index: -1;
  }




  /* 分页 */
  .pages-box{
    margin: 7px 0;
}
.pages-box ul{
    padding: 0;
    float: right;
}
.page-item{
    padding:3px 8px 5px 8px;
}
.page-link{
    color: #000;
    font-size: 13px;
}
.page-link:hover{
    color: #2f88db;
    border-bottom: 1px solid #2f88db;
}
.page-item.active{
    padding:2px 10px 4px 10px;
    border: 1px solid #2f88db;
    color: #2f88db;
}
.page-count{
    margin: 7px 0;
    padding:3px 0px 5px 0px;
    font-size: 14px;
    color: darkgrey;
}

/* 字体列表 */

.fonts-box .list-item{
    margin: 12px 0 6px 0;
    border: 1px solid #f0f0f0;
}
.fonts-box .list-item .font-header{
    color: #000;
    height: 34px;
    line-height: 34px;
    padding: 0 13px;
    background-color: #f0f0f0;
}
.font-header .font-name{
    color: #000;
    font-size: 15px;
    font-weight: 550;
}

.font-content{
    min-height: 80px;
}

.font-content .font-img{
    width: 85%;
    padding:5px 0 0 12px;
    margin: auto;
}
.font-content .font-down{
    width: 15%;
    height: 100%;
    position: relative;
}

.font-content .font-down .down-btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    color: #fff;
    background-color: #2f88d8;
    cursor: pointer;
    transform:translate(30%,50%);
}

.font-content .font-down .down-btn:hover{
    background-color: #2f89d8bd;
}

.icon-btn{
    color: rgb(123, 123, 123);
    margin: 0 25px;
}

.check-btn{
    color: #2f88d8;
}



/* 字体合集 */
.top-title{
    text-align: center;
    margin: 20px;
}
.ctitle{
    font-weight: 300;
    font-size: 40px;
}

.collect-count{
    color:red;
    font-size:18px;
}
.collect-img{
    width: 300px;
}
.collect-item{
    margin: 10px;
    padding: 10px;
    background-color: rgba(255, 245, 245, 0.813);
}
.collect-item:hover{
    transition: .2s linear;
    box-shadow: 0px 5px 9px #a5a5a5;
}
.collect-item:hover .cfont{
    transition: .3s linear;
    border-bottom:2px dashed #000;
}

.collect-item:hover .cr-top{
    transition: .2s linear;
    background-color: rgb(173, 173, 173);
    color:#FFF;
}

.cright{
    width: 100%;
    overflow: hidden;
}
.cright .cr-top{
    height: 61px;
    padding-left: 20px;
    background-color: #FFF;
    line-height: 61px;
    position: relative;
}
.cname{
    font-size: 23px;
    font-weight: bold;
}
.cdetail-btn{
    display: block;
    padding: 0 20px;
    background-color:#2f88d8;
    position: absolute;
    color: #FFF;
    right:0;
}

.cdetail-btn:hover{
    transition: .2s linear;
    background-color: #64a4dc;
}

.cfont{
    height: 70px;
    margin-top: 10px;
    padding: 0 10px;
    border-bottom:2px dashed rgba(255, 245, 245, 0.813);
}

.cfont img{
    height: 50px;
    margin-top: 10px;
}

.collect-pagebox{
    width: 100%;
    height: 50px;
    display: flex;
}
.collect-pagebox .pages-box{
    padding: 10px;
    display: inline-block;
    margin: auto;
}
.collect-pagebox .pages-box ul{
    float: none;
}


/* 字体详情 details */

.dtitle{
    display: block;
    margin-top: 20px;
    font-size: 24px;
}

.gather-list{
    padding-top: 25px;
    min-height: 630px;
}

.gather-list ul{
    display: block;
    float: left;
    margin: 5px;
}

.gather-list li {
    display: block;
    width: 82px;
    background: #fff;
    margin-right: -1px;
    margin-bottom: 0px;
    text-align: center;
    float: left;
}
.gather-list li .code-demo {
    display: block;
    height: 82px;
    text-align: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 0 0 -1px;
}
.code-id{
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.table-info{
    margin: 25px 45px;
    width: 90%;
    border: 1px solid #eaeaea;
    padding: 0;
}

.table-info tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.table-info td:first-child {
    border: 1px solid #eaeaea;
    width: 20%;
    color: #fff;
    background-color: rgb(144, 144, 144);
}

.table-info td{
    padding: 10px;
}
.table-info tbody tr{
    background-color: #f0f0f0;
    color: #000;
}

.instruction{
    text-indent: 2em;
    margin: 10px 0;
}

/* 批量下载 */
.bd-box .input-check{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.bd-box .btn:hover{
    transition: .2s linear;
    box-shadow: 1px 1px 5px #999;
}

.bd-box .bd-top{
    padding: 5px;
    margin: 10px;
}

.bd-box .bd-top .form-check-bd{
    padding:5px 0 0 5px;
    line-height: 20px;
    cursor: pointer;
}

.bd-box .bd-top .db-top-btns a{
    padding: 5px 10px;
    color: #000;
    margin-left: 20px;
}

.bds-box{
    padding: 5px;
}

.bds-box .bd-item{
    padding: 5px 0 15px 0;
    margin-bottom: 20px;
    background-color:rgb(233, 232, 232);
    box-shadow: 0 3px 9px lightseagreen;
}

.bds-box a{
    color: #000;
}

.bd-font{
    padding-left: 10px;
}

.bd-font img{
    height: 50px;
}

.bds-removebtn{
    position:absolute;
    top: 10%;
    left: 20%;
    background-color: rgb(193, 193, 193);
    padding: 7px 17px;
}
