body{
    padding:0;margin:0;
    font-size:14px;
    font-family: 'microsoft yahei',Verdana, Arial, Helvetica, sans-serif , Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f3f3f4;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}


a:link { text-decoration: none;}
　　 a:active { text-decoration:blink}
　　 a:hover { text-decoration:underline;}
　　 a:visited { text-decoration: none;}


.top_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    /*border-bottom: 1px solid #0087dd;*/
    z-index: 1000;
    /*background-image: linear-gradient(to right,#1278f6,#00b4aa);*/
    background: #252a2f;
}

#sidebar{
    height: 100%;
    /*border-right: 1px solid #dddddd;*/
    margin: 0;
    position: fixed;
    top:50px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 200px;
    width: 250px;
    background: #d9dee4;
}
.contentContainer{
    min-width: 1200px;
    margin-left: 250px;
    padding-top: 50px;
}

.list_parent_item_header{
    padding: 10px;
    cursor: pointer;
    color: #6b6b6b;
}
.list_title{
    padding:10px 0 10px 10px;
    font-weight: bold;
    font-size:14px;
    font-family:monospace;
}
.list_title>i{
    font-size: 14px;
}
.list_sub_item{

}
.list_sub_item .item{
    line-height: 40px;
}
.list_sub_item .item>a{
    display: inline-block;
    width:100%;
    color: #6b6b6b;
    text-indent:40px;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.clearFloat{
    clear: both;
}
.ListItemActive {
    /*background: #d5d5d5 !important;*/
    background: #f3f3f4 !important;
    color: #2b2b2b;
}
.list_sub_item .item:hover{
    background: #e7e7e7;
}
#sidebarLeft{
    width:30%;
    /*background: #5e5e5e;*/
    background: #252a2f;
}
#sidebarLeft,#sideRightList{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100%);
    /*height: calc(100% + 50px);*/
}
#sideRightList{
    width: 70%;
    padding-bottom: 50px;
}
#sidebarLeft>ul>.list-item{
    display: block;
    width: 100%;
    text-align: center;
    color:#FFFFFF;
    height: 60px;
    line-height: 25px;
    /*border-bottom: 1px solid #696969;*/
    padding-top: 5px;
    cursor: pointer;
    position: relative;
}
#sidebarLeft>ul>.list-item .number-label{
    top:0;
    right: 0;
}

#sidebarLeft>ul>.list-item>i{
    font-size: 16px;
}
#sidebarLeft .list-item:hover {
    background: #6e6e6e;
}
#sidebarLeft .list-item-active{
    background: #3588ff!important;
}
.navbar-default{

}
.navbar-default{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:none;
    margin-bottom: 0;
}

#pageRouterContainer{
    padding: 10px;
    margin-top: 40px;
    min-width: 1400px;
}
.pt-router-page{
    height: 100%;
    width: 79%;
}
.table th,.table td{
    padding: 10px;
}
.table td{
    color: #7a7a7a;
    font-size: 12px;
}

.money{
    color: #FF5722;font-size: 18px;
    font-weight: bold;
}
.table-hover{
    border:1px solid #f1f1f1;
}
.table-hover tr:hover{
    background-color: #fbfbfb;
}
.table-hover .selection{
    background-color: #eeeeee !important;
}
.table-hover th{
    background-color: #f6f6f6;
}
.table-hover td,.table-hover th{
    border:1px solid #f1f1f1;
}

#pageRouterContainerHeader {
    height: 39px;
   /* border-bottom: 1px solid #e9e9ea;*/
    overflow: hidden;
    position: fixed;
    width: 100%;
    margin-left: 1px;
    background: #151d25;
    z-index: 1000;
}

#pageRouterContainerHeader > ul > li {
    display: inline-block;
    line-height: 40px;
    border-right: 1px solid #1f2d3d;
    /*padding: 0 10px 0 10px;*/
    padding: 0 30px 0 15px;
    height: 40px;
    cursor: pointer;
    /*max-width: 120px;*/
    min-width: 120px;
    width: auto;

    text-align: center;
}

#pageRouterContainerHeader > ul > li span {
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}

#pageRouterContainerHeader > ul > .active {
    background: #f3f3f4;
    border-top: 4px solid #3588ff;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333;
}

#pageRouterContainerHeader .closeBtn {
    height: 15px;
    width: 15px;
    line-height: 10px;
    border-radius: 13px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 15px;
    color: #ccc;
}

#pageRouterContainerHeader .closeBtn:hover {
    color: red;
}
#pageRouterContainerHeader .refreshBtn{
    height: 15px;
    width: 15px;
    line-height: 10px;
    border-radius: 13px;
    text-align: center;
    position: absolute;
    right: 16px;
    top: 1px;
    color: #ccc;
    display: none;
}
#pageRouterContainerHeader .refreshBtn:before{
    font-size: 10px;
}#pageRouterContainerHeader .refreshBtn:hover{
    color: #00A1CB;
}
/*表单验证*/
/*
.Validform_error{
    !*border:1px solid #b10000 !important;*!
    background-color: rgb(177, 0, 0);
}*/
/*编辑、删除按钮*/
.btn_edit{
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
    padding: 6px 7px;
    border-radius: 4px;
}
.btn_delete{
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
    padding: 6px 7px;
    border-radius: 4px;
}

/*滚动条样式*/
#sidebar::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
#sidebar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
#sidebar::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}


#sideRightList::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
#sideRightList::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
#sideRightList::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}

.tipTop3{
    top: 30%!important;
    z-index: 2051!important;
}
.el-row{
    margin-bottom: 15px;
}
.redstart{
    color: #ff0f17;
    padding-right: 6px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.btn-primary {
    background-color: #3588ff;
    border-color: #2f7bff;
    color: #FFF;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    background-color: #3e9aff;
    border-color: #2f7bff;
    color: #FFF;
}
@media screen and (min-width: 1920px) {
    .pt-router-page{
        width:100%;
    }
    #sidebarLeft,#sideRightList{
        height: 100%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    #pageRouterContainer .pt-router-page{
        width:100%;
    }
    #sidebarLeft,#sideRightList{
        height: 100%;
    }
}