.page_list a{
    display: inline-block;
          border-radius: 3px;
           border: 1px solid rgba(0,0,0,.4);
            padding: 3px 8px; 
            transition-duration: .5s; 
            margin:15px 2px;}

 .page_list a:hover, .active{
  
    background-color: #5a98de;
    color:#fff;
    border-color: rgba(255,255,255,.46);
    text-decoration: none;
 }           
.mt_10{margin-top: 10px;}
 .page-container>.select-box { width: 10%;
    margin-left: 10px;
}
 .page-container>i{font-style: normal;
              line-height: 30px;
              float: left;
              padding-top: 12px;}
.input-text,
.fix-center {
    color: #888;
}
.po_fix{ position:fixed;
      width: 100%;
      height: 100%;
      display: none; 
      left: 0;
      top: 0;
      background-color: #f5fafe;
      padding-top: 10%;

  }
.page{ display: inline-block; }

.bianhao{ display: none; }
.page-container> .row{ line-height: 31px;
padding-bottom: 15px;  }
.page-container>.row>.form-label{

    text-align: right;
}
.tab_list{  }

.form-horizontal .form-label{ color: #888; }
.fix-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.dislib {
    display: inline-block;
}

.hide_j{ display: none; }

.f14{ font-size: 14px; }
.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.navbar-wrapper>.navbar-fixed-top {
    height: 44px;
}

.header>.fix-center {
    padding-top: 7px;
}

.container-fluid>.pos-a {
    width: 100%;
}

/*.page-container> .mt-20::-webkit-scrollbar-track-piece { 
background-color:#f8f8f8;
}
.page-container> .mt-20::-webkit-scrollbar {
width:9px;
height:5px;
border-radius: 20px;}
.page-container> .mt-20::-webkit-scrollbar-thumb {
background-color:#dddddd;
background-clip:padding-box;
min-height:1px;
}
.page-container> .mt-20::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}*/

.page-container> .mt-20{ overflow-y: hidden; }
.fix-center>label {
    margin: 0 3px;
    position: relative;
    z-index: 5;
    width: 60%
}
 .no-p{white-space:nowrap;}
.fix-center>label>select {
    width: auto;
    border-radius: 3px;
}

.Hui-aside em {
    position: absolute;
    left: 15%;

    padding-left: 10px;
    font-style: normal;
}
.search {
   width: 25%;
}

.search i {
    width: 32px;
    top: 0px;
    right: 0px;
    color: #888;
    font-size: 20px;
    cursor: pointer;
}
.uploader-thum-container #btn-star {
    margin-left: 23.1%;
}

.formControls>textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
}

.mg_no {
    margin-bottom: 0;
}

.fxs_detail>p {
    padding: 2px 10px;
}

.fxs_detail>p:hover {
    color: #555;
    cursor: pointer;
}

.Hui-aside .menu_dropdown dd ul {
    padding: 0;
}

.Hui-aside .menu_dropdown li {
    padding: 3px 8px;
}

.Hui-aside .menu_dropdown li:hover {
    color: #148cf1;
    background-color: #fafafa
}

#shangchuan {
    padding-top: 15px;
}

#shangchuan button {
    height: 23px;
    padding: 0 6px;
}

.tabCon label {
    display: block;
    padding-top: 15px;
}

.Hui-aside .menu_dropdown li {
    position: relative;
    height: 32px;
}

.Hui-aside .menu_dropdown li a {
    position: absolute;
    left: 14%;
}

.no-p {
    white-space: nowrap;
}
.breadcrumb .radius{ margin-top: 4px!important; }

@media (max-width: 767px) {
    .ds_n {
        display: none;
    }
    .btn-primary,
    .btn-danger {
        line-height: 25px!important;
        font-size: 14px;
        height: 30px;
    }
    .breadcrumb {
        margin-top: 28px;
    }


    .btn,
    .btn.size-M {
        padding: 2px 6px;
        font-size: 14px;
        height: 31px;
    }
    .breadcrumb>.radius {
        line-height: 30px!important;
        padding: 0px 8px;
        margin-top: 4px!important;
    }

    .dataTables_wrapper .dataTables_filter {
        padding-left: 0;
        width: 100%;
    }
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
    }
    .layui-layer-title {
        margin-top: 28px;
    }
    .layui-layer-setwin {
        top: 40px!important;
    }
    .nav-toggle,
    a.nav-toggle {
        z-index: 15;
    }
    .form-horizontal>.cl {
        margin: 8px 0 8px 0;
    }
    .form-horizontal .cl button {
        margin: 2% 2%;
        font-size: 14px;
        height: 30px;
    }
    .page-container {
        margin-top: 25px;
    }
    .layui-layer {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
    }
    .permission-list>dd>dl>dd {
        width: 60px;
    }
       .search{width: 100%;
    margin-top: 5px;} 
}

@media( max-width: 550px) {

    .header>.fix-center {
        padding-top: 35px;
        padding-bottom: 5px;
    }
  /*  .fix-center>label {
        width: 95px;
    }*/
    .navbar-wrapper>.navbar-fixed-top {
        height: auto;
    }

    #menu-article {
        padding-top: 28px;
    }
    .text-success {
        padding-top: 20px
    }

}

.Hui-tabNav-wp,
.Hui-tabNav-more {
    display: none;
}

.layer_op{ line-height: 100px; }

.page_buju {margin-top:15px; 
}
.page_buju a{color: #888;
    margin:0 .1rem;
}
.mt-20 .r {display: block;
    padding-bottom: 20px;
          }

 #loginform .form-label{ text-align: right; }        