body, html {height: 100%; position: relative; font-family: 'Microsoft yahei'; font-size: 13px; font-weight: 400;}
img {vertical-align: middle;}
a, a:hover, a:active, a:focus {text-decoration: none; -webkit-user-drag: none; outline: none; color: #000;}
a i{font-size: 13px;}

::-webkit-scrollbar{box-sizing:border-box;width:9px;height:9px}
::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.25)}
::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.2)}

.style-color{color:#fd521d;}

/* 数据表格 */
body{font-size: 12px;}
#main .bootstrap-table{padding: 0 15px;}
.table i{font-size: 12px; color: #000;}
.bootstrap-table .table>thead>tr>th{border-bottom: none;}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{padding: 12px 8px;}
/* 分页 */
/*.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{background: #f5f5f5; color: #000; border-color: #7d7d7d;}*/
/*.pagination>li>a, .pagination>li>span{color: #000;}*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{background-color: #999;}
/* bootstrap */
/*.jconfirm .jconfirm-box .jconfirm-buttons button{-webkit-border-radius: 0; border-radius: 0;}*/
.btn:active{-webkit-box-shadow: none; box-shadow: none;}
/* input */
body .jconfirm{z-index: 999;}
.jconfirm-content form{margin-top: 10px;}
.crudDialog{padding: 0 0 2px;}
.dialog-buttons a{font-weight: bold;}
.form-group{margin-bottom: 10px;}
.form-group label{position: absolute; line-height: 2; font-size: 16px; font-weight: normal; transition: all .2s; pointer-events: none; color: #999;}
.form-group .active{transform: translateY(-65%); font-size: 12px; color: #337ab7;}
.form-group .form-control{font-size: 14px; box-shadow: none; padding-left: 0; padding-right: 0; border-radius: 0; border: none; border-bottom: 2px solid #eee; outline: none; transition: all .5s;}
.form-group .form-control:focus{box-shadow: none; border-color: #337ab7;}
.checkbox-view .form-control-feedback{display:none !important;}
/**
**@author  guopengcheng
**@unit  huaruixin
**@date  2020-06-01
**@trem  hrxCloud
*/
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}
.light-blue{
    color: #a3c6fd;
}
.orange, .orange:hover, .orange:focus, .orange:active{
    color: #fa905c;
}
.text-blue{
    color: #0B61C3;
}
.text-drak-blue{
    color: #297ab2;
}
.text-white{
    color: #fff;
}
.gradual-btn, .gradual-btn:active{
    padding: 10px 40px;
    color: #fff;
    background: linear-gradient(to right, #2977af, #71daed);
    border: 0;
}
.gradual-btn:hover, .gradual-btn:active, .gradual-btn:focus{
    box-shadow: 0 0 8px #fff inset;
    color: #fff;
    outline: none;
}
.default-btn{
    background-color: #2472d7;
    color: #fff;
    border: 0;
    border-radius: 5px;
    outline: none;
}
.default-btn:hover{
    background-color: #2484d7;
}
.inline-block{display: inline-block;}
/*checkbox radio*/
.checkbox-view, .radio-view{
    margin-right: 5px;
    width: 16px;
    height: 16px;
    color: #0B61C3;
    position: relative;
}
input.checkbox-input, input.radio-input{
    margin: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/*login regist*/
.form-view{
    margin-top: 10px;
}
.form-view .control-label{
    font-size: 14px;
    font-weight: normal;
    color: #494949;
    position: inherit;
}
.form-view .required{
    margin-left: 5px;
    line-height: 1;
    color: #f00;
    vertical-align: middle;
}
.form-view .form-control{
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}
.form-view .tip-view{
    position: relative;
}
.tip-view:hover .form-control, .form-view .form-control:focus{
    background-color: #fff;
    border: 1px solid #0B61C3;
}
.clear-value{
    margin: auto 0;
    height: 16px;
    line-height: 1;
    color: #ccc;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    z-index: 1;
}
.has-feedback label~.form-control-feedback{
    top: 37px;
}
.has-error .help-block, .has-error .form-control-feedback{
    color: #f00;
}
/*flex*/
.flex-box{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flex-justify-m{-webkit-box-pack: center;-moz-justify-content: center;-webkit-justify-content: center;justify-content: center;}
.flex-justify-l{-webkit-box-pack: start;-moz-justify-content: flex-start;-webkit-justify-content: flex-start;justify-content: flex-start;}
.flex-justify-r{-webkit-box-pack: end;-moz-justify-content: flex-end;-webkit-justify-content: flex-end;justify-content: flex-end;}
.flex-justify-s{-webkit-box-pack: justify;-moz-justify-content: space-between;-webkit-justify-content: space-between;justify-content: space-between;}
.flex-justify-sm{-moz-justify-content: space-around;-webkit-justify-content: space-around;justify-content: space-around;}
.flex-align-c{-webkit-box-align: center;-moz-align-items: center;-webkit-align-items: center;align-items: center;}
.flex-align-t{-webkit-box-align: start;-moz-align-items: flex-start;-webkit-align-items: flex-start;align-items: flex-start;}
.flex-align-b{-webkit-box-align: end;-moz-align-items: flex-end;-webkit-align-items: flex-end;align-items: flex-end;}
.flex-align-tb{-webkit-box-align: stretch;-moz-align-items: stretch;-webkit-align-items: stretch;align-items: stretch;}
.flex-align-s{-webkit-box-align: baseline;-moz-align-items: baseline;-webkit-align-items: baseline;align-items: baseline;}
.flex-row-l{-webkit-box-direction: normal;-webkit-box-orient: horizontal;-moz-flex-direction: row;-webkit-flex-direction: row;flex-direction: row;}
.flex-row-r{-webkit-box-pack: end;-webkit-box-direction: reverse;-webkit-box-orient: horizontal;-moz-flex-direction: row-reverse;-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}
.flex-column-t{-webkit-box-direction: normal;-webkit-box-orient: vertical;-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
.flex-column-b{-webkit-box-pack: end;-webkit-box-direction: reverse;-webkit-box-orient: vertical;-moz-flex-direction: column-reverse;-webkit-flex-direction: column-reverse;flex-direction: column-reverse;}
.flex-no-shrink{flex-shrink:0;}
.flex-wrap{flex-flow:row wrap;}
.flex-grow{flex-grow:1;}
.flex-across{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;}

/*page*/
.nav-view{
    padding: 10px 20px;
    width: 100%;
    height: 60px;
    background-color:#0363BA;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.nav-view .logo-img{
    width: auto;
    height: 40px;
}
.nav-title{
    margin-left: 10px;
    color: #fff;
}
.nav-title .name{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.nav-title .name-en{
    font-size: 12px;
}
.nav-right{
    line-height: 40px;
    color: #fff;
}
.nav-right a,.nav-right a:hover{color:#fff;}
.nav-right .login, .nav-right .logout{
    color: #f2914c;
}
.nav-right .regist{
    margin-left: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: #00b7ee;
    color: #fff;
}
.nav-right .userinfo{
    margin: 0 6px;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
}
.nav-right .userinfo-content{
    background-color: #fff;
    box-shadow: 0 2px 10px #bbb;
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
}
.nav-right .userinfo-content a{
    padding: 0 15px;
    white-space: nowrap;
    color: #333;
    display: block;
}
.nav-right .userinfo-content a:hover{
    color: #297ab2;
    background-color: #e6e6e6;
}
.nav-right .show-userinfo{
    width: 10px;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.nav-right .point-tranform{
    transform: rotate(90deg);
}
.empty{
    padding: 30px 0;
}
.empty-img{
    width: 200px;
    margin-bottom: 20px;
}