/*侧边栏样式*/
.hts-navi{
    background: rgb(17,43,117);
}
.hts-navi ul>.active a{
    background: #112B75;
}
.hts-navi .nav > li:hover > a{
    color: #fff;
    background: #112B75;
}
.hts-navi> .nav  >.active  a{
    background: #1E377C !important;
}
.hts-navi> .nav  >.active > a{
    background: #026EFD !important;
}
.hts-navi   .nav-sub .active a{
    position: relative;
}
.hts-navi .nav-sub .active>.hts-last{
    color: #fff !important;
}
.hts-navi .nav-sub .active>.hts-last::before{
    content: '';
    position: absolute;
    left: 35px;
    top: 17px;
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 1000;
}
.hts-navi .hts-last{
    color: #B2BCDB !important;
}
/*上标签栏*/
.navbar-left>div{
    display: inline-block;
}
.hts-nav-top{
    /*height: 54px !important;*/
    height: auto !important;
    position: relative;
    background-color: #fff !important;
    /*line-height: 54px !important;*/
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/
}
.hts-nav-top-right{
    position: absolute;
    right: 15px;
    top: 0;
}
.hts-nav-dropdown{
    left: -94px !important;
}
/*tab*/
.custom_table_{
    border: none !important;
}
thead tr th{
    border: none !important;
    background: #f2f6fe !important;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.custom_table_ > tbody > tr > td{
    /*border: none !important;*/
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
.custom_table_ > tbody > tr{
    background-color: #fff !important;
}
/*分页*/
.pagefixed>div{
    background-color: transparent !important;
}
.pagefixed ul>li a{
    margin-right: 7px !important;
}
/*Xian*/
.hts-lin{
    width: 100%;
    height: 13px;
    background: #F6F6F6;
}
.hts-midd-btn{
    padding: 16px  25px 18px 25px;
    padding: 10px;
}
.hts-midd-btn button{
    border:1px solid #026EFD;
    color: #026EFD !important;
    /*height: 32px;*/
    /*line-height: 32px;*/
    padding:  4px;
    border-radius: 4px;
    margin-right: 10px;
}
/*nav top*/
.HTS-Top>div{
    vertical-align: top;
}
.HTS-Q,.HTS-R,.HTS-W{
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: relative;
    top: 3px;
    margin-right: 14px;
}
.HTS-Q,.HTS-R{
    background: url("/img/hts/navTop/su.png") 0 0 no-repeat;
}
.HTS-W{
    background: url("/img/hts/navTop/me.png") 0 0 no-repeat;
}
.HTS-Q::before,.HTS-R::before,.HTS-W::before{
    content: '';
    position: absolute;
    bottom: 5px;
    right: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.HTS-Q::before,.HTS-R::before{
    background: #04B45B;
}
.HTS-W::before{
    background: #FD0208;
}
.HTS-nav-topInput{
    padding: 8px 14px 7px 14px !important;
    width: 140px; height: 26px;
    border-radius: 20px !important;
    background: #f5f5f5;
}

.HTS-M,.HTS-K,.HTS-L{
    /*width:80px;*/
    height: 30px;
    line-height: 26px;
    background-size: 100%;
    position: relative;
    top: 3px;
    margin: 0 0 0 14px;
    color: #2D2D2D;
    font-size: 12px;
    padding-left: 22px;
    font-family: "Microsoft YaHei";
}
.HTS-M::before,.HTS-K::before,.HTS-L::before{
    content: '';
    position: absolute;
    bottom: 13px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.HTS-M::before{
    background: #026EFD;
}
.HTS-K::before{
    background: #ff7c07;
 }
.HTS-L::before{
    background: #FD0208;
}
.HTS-nav-topbtn button{
    width: 46px !important;
    height: 26px !important;
    border-radius: 3px;
}
/*暂无数据样式*/
.hts-data-textCenter{
    display: inline-block;padding: 8px;
    width: 100%;
    text-align: center;
}