/* 公共style样式写入 */
*{margin:0; padding:0;}
ul{list-style:none;}
img{border:0;}
body{font-family: "Microsoft YaHei" !important; font-size:14px; overflow-x:hidden;padding: 0 !important;width: 100vw;}
a{text-decoration:none; outline:none;}
a:link{text-decoration:none; outline:none;}
a:hover{color:red;}
a:active{color:#f90;}
html {
    overflow-y: scroll;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
/*分页统一*/
.pagination>a,.pagination>span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>a.active,.pagination>span.active{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #007bff;
    border-color: #007bff;
}

input[type=radio]{
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 0px;
    height: 0px;
    position: relative;
}
input[type=radio]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: " ";
    background-color: #fff;
    border: 1px solid #666;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 50%;
    cursor: pointer;
}
input[type=radio]:checked:after {
    width: 100%;
    height: 100%;
    border: 5px solid #007bff;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
}
input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 0px;
    height: 0px;
    position: relative;
}
input[type=checkbox]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: " ";
    background-color: #fff;
    border: 1px solid #666;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 2px;
    cursor: pointer;
}
input[type=checkbox]:checked:after {
    width: 100%;
    height: 100%;
    border: 1px solid #007bff;
    background-color: #007bff;
    content: "\2713";
    font-size: 18px;
    color:#fff;
    line-height: 100%;
}

/* loadingModal 遮罩层 */
.loading_modal {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1070;
}
.loading_modal>div{
    width: 200px;
    height: 20px;
    z-index: 20000;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.loading_modal .progress-bar{
    background-color: #007bff;
}
body>header{
    min-height: 50px;
}
#platformNav{
    min-height: 40px;
    margin-bottom:12px;
}
#manageNav{
    min-height: 77px;
}
#ul_liebiao{
    min-height: 226px;
}
