@charset "utf-8";
/* 以下实际使用若已初始化可删除 .nav height父级需逐级设置为100%*/

body,
html {
    height: 100%;
    background-color: #F5F7FA;
    overflow-y: hidden;
}
img{
    max-width: 100%;
}
body, ul, ol {
    margin: 0;
    padding: 0
}

#myTab {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#myTab span.glyphicon-remove {
    cursor: pointer;
    color: #c2c2c2;
}

body {
    font: 12px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
    -webkit-text-size-adjust: 100%;
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    url:"../font/SourceHanSansCN/SourceHanSansCN-Bold.otf";
}
li {
    list-style: none
}
hr{
    margin: 10px 0;
}
.wrapper{
    width: 1300px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.clearfloat{
    zoom: 1;
}
.clearfloat:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt7{
    margin-top: 7px;
    display: inline-block;
}
.line{
    margin: 2px;
    height: 1px;
    background-color: #dbdbdb;
}
.vline{
    margin: 2px;
    height: 50px;
    width: 2px;
    background-color: #dbdbdb;
}

.text_red{
    color: red;
}
.text_green{
    color: green;
}
.font16{
    font-size: 16px;
}
.text_overflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text_center{
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.pull_left{
    float: left;
}
.pull_right{
    float: right;
}

/* 分页 */
select{
    display: inline-block;
    height: 31px;
    padding: 5px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input{
    display: inline-block;
    height: 32px;
    padding: 0 8px;
    border-radius: 5px;
    outline: none;
    /*background: transparent;*/
    border: 1px solid #ccc;
}
input[type='file']{
    border: none;
    padding: 0;
}
button{
    line-height: 32px;
    padding: 0 15px;
    color: white;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
}
.sst_form *{
    vertical-align: middle;
}
.border{
    border: 1px solid #dbdbdb;
}

.checkbox-inline *,
.panel_head *{
    vertical-align: middle;
}

.side-toolbar {
    position: fixed;
    right: 8px;
    bottom: 160px;
    width: 44px;
    z-index: 1999;
}
.side-toolbar a.option-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    background-color: #fff;
    text-align: center;
    height: 44px;
    cursor: pointer;
    margin-top: 8px
}
.side-toolbar a.option-box img {
    display: block;
    width: 24px;
}
