@font-face {
    font-family: 思源黑体;
    /*这里是说明调用来的字体名字*/
    /* src: url(../font/SourceHanSansCN-Normal.ttf); */
    /* /* src: url(../font/NotoSansCJK-DemiLight-4.otf); */
    /*这里是字体文件路径*/
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    /* font-family: STHeitiSC-Light; */
    font-family: "思源黑体", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.apitable {
    padding: 0 10px;
    border-left: 1px solid #cccccc;
}

.apitableLeft {
    border-right: none;
}

.layui-nav {
    background-color: white;
}

.layui-nav .layui-nav-item a {
    color: #333;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #f5f5f5;
    color: #333;
}

.layui-nav-tree {
    width: 180px;
    margin-left: 10px;
}

.paititle {
    color: #333;
    font-size: 20px;
    padding: 10px 10px;
    ;
    padding-bottom: 5px;
    margin-left: 10px;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.apidetail {
    padding: 10px 20px;
}

.apidetail p {
    margin: 15px 0;
}


/*.apidetail p:nth-child(2) {
          font-size: 20px;
      }*/

.apidetail>div>div {
    border: 2px solid #efefef;
    margin: 20px 0;
    margin-top: 10px;
}

.apidetail>div>p {
    font-size: 16px;
}

.apidetail>div>p>a {
    color: #127dd8;
    font-size: 14px;
    margin: 0 5px;
}

.layui-nav .layui-this::after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed::after {
    background-color: #fcd000;
}

.layui-table {
    text-align: center;
}

.layui-table thead th {
    text-align: center;
    font-weight: bolder;
}


/*.apitable .parexplain tbody > tr > td:nth-child(2) {
  color: red;
}*/

.layui-nav-tree {
    width: 180px;
    margin-left: 10px;
}

.layui-nav .layui-this::after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed::after {
    background-color: #fcd000;
}

.layui-nav-tree .layui-this>a {
    background-color: #ffffff;
}