@charset "utf-8";

/* scrollbar for chrome */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #999999;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
/* scrollbar for chrome end */

body, ul, ol, h1, h2, h3, p, form, input, ul, ol, dd, dl, dt {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a:visited,
a:link {
    text-decoration: none;
}

a img {
    border: none;
}

img {
    -ms-interpolation-mode: bicubic
}

form {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

textarea {
    resize: none;
}

li {
    list-style-type: none
}

a:hover{
    /*text-decoration: underline;*/
    color: #00ce9b;
}

i, em {
    font-style: normal;
}

body {
    background: #f1f1f2;
    color: #666;
    font: 12px "Microsoft YaHei";
}
input.form-disabled{
    pointer-events: none;
    background: #dcdcdc;
}
.padding-bt40{
    padding: 0 40px;
}
.paddingLR25{
    padding: 0 25px;
}
.paddingLR20{
    padding: 0 20px;
}
.padding10{
    padding: 10px;
}
.padding15{
    padding: 15px;
}
.soso{
    margin-top: 20px;
    padding: 0;
    margin-bottom: 20px;
    float: left;
}
.soso .form-control{
    width: 300px;
}
.soso .glyphicon-search{
    color: #b6b7ba;
    font-size: 16px;
}
.soso-box{
    overflow: hidden;
}
.soso-box .btn{
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}
.soso-box .btn-ewm{
    background: #73c7e8;
}
.soso-sm{
    position: relative;
}
.soso-sm .navbar-form{
    padding-left: 0;
    padding-right: 130px;
}
.soso-sm .input-click{
    background: #fafafb;
}
.soso-sm .form-control{
    width: 100%;
}
.soso-sm .btn-success{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.soso-gray{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.soso-gray input,
.soso-gray .btn{
    float: left;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #c9c9c9;
}
.soso-gray input{
    border-radius: 4px 0 0 4px;
    width: 300px !important;
}
.soso-gray .btn{
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    background: #eee;
    color: #4298f3;
}
.soso-gray .glyphicon{
    line-height: 28px;
}
.soso-gray .btn:hover{
    background: #4298f3;
    color: #fff;
}

.margintop15{
    margin-top: 15px;
}
.marginB15{
    margin-bottom: 15px;
}
.btn{
    border: none;
    padding: 6px 18px;
    color: #fff;
}
.btn-success{
    background: #00ce9b;
}
.btn-success:hover{
    background: #04b78b;
}
.btn-primary{
    background: #4298f3;
}
.btn-primary:hover{
    background: #3687d2;
}
.btn-default{
    background: #b3bcd0;
}
.btn-default:hover{
    background: #a4b5d9;
    color: #fff;
}








/*------*/
.left{
    width: 200px;
    color: #d1d2d4;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #3b3a3f;
    overflow: auto;
    z-index: 10;
}
.left a{
    color: #d1d2d4;
}
.left .brand{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    line-height: 79px;
}
.leftNav{
    /* margin-top: 70px; */
}
.left li{
    margin-top: 30px;
    text-indent: 60px;
    line-height: 50px;
}
.left li a{
    color: #d1d2d4;
    font-size: 21px;
    display: block;
}
.left li.active a{
    border-right: 4px solid #00ce9b;
    color: #00ce9b;
}
.left li a:hover{
    background: none;
    color: #00ce9b;
}
.right{
    padding-left: 300px;
}
.right-main{
    padding-bottom: 20px;
    overflow: hidden;
}
.right-top{
    height: 80px;
    border-bottom: 1px solid #d1d1d4;
    background: #fafafb;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
[class^="user-"]{
    float: left;
    font-size: 16px;
    line-height: 80px;
    color: #909297;
}
.right-top .user-top{
    float: right;
}
.right-top .user-pic{
    width: 40px;
    height: 40px;
    margin-top: 20px;
    border-radius: 6px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.right-top .user-pic img{
    max-width: 100%;
    max-height: 100%;
}
.right-top .user-quit{
    border-left: 1px solid #d1d1d4;
    line-height: 80px;
    width: 50px;
    margin-left: 20px;
    height: 80px;
}
.right-top .glyphicon{
    line-height: 80px;
}
.top-nav{
    height: 73px;
    border-bottom: 1px solid #d1d1d4;
    line-height: 73px;
}
.top-nav li{
    padding: 0 20px;
    float: left;
    font-size: 22px;
    margin-right: 40px;
}
.top-nav li.active{
    border-bottom: 2px solid #00ce9b;
    line-height: 71px;
}
.top-nav li.active,
.top-nav li.active a{
    color: #00ce9b;
}
.pages{
    background: #e5e6e6;
    text-align: right;
    border: 1px solid #d1d2d4;
    border-top: none;
    padding: 5px;
    padding-bottom: 0;
}
.pages .pagination{
    margin: 0;
}
.pages .pagination>li>a,
.pages .pagination>li>span{
    font-size: 14px;
    color: #8b8d90;
    background: none;
    padding: 5px 6px;
    border: 0;
}
.pages .pagination>li>a:hover{
    color: #4797f1;
    background: none;
}
.pages .pagination li.active a{
    color: #ced0d0;
}
.text-danger{
    color: #ff4433;
}
.rightBox {
    padding-top: 80px;
}
.margintop25{
    margin-top: 25px;
}
.white{
    background: #fff;
}
/*-----layer-----*/
.layui-layer-ico{
    background-position: 0 -41px !important;
}
.layer-btn-border{
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.layer-btn .btn{
    margin: 0 10px;
}
.layer-btn .btn-success{
    position: relative;
    overflow: hidden;
}
.layer-btn input{
    position: absolute;
    top: 0;
    left: -73px;
    height: 32px;
    opacity: 0;
    cursor: pointer;
}
.layerOut{
    display: none;
    padding-bottom: 30px;
}
.layerDetail .form-group{
    margin-bottom: 0;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.row{
    margin: 0;
}
.search .form-control{
    float: left;
    width: 300px;
    border-radius: 6px 0 0 6px;
}
.search .btn-primary {
    width: 45px;
    border: none;
    border-radius: 0 6px 6px 0;
    box-shadow: 1px 1px 4px #444;
    padding: 0;
}
.search .btn-primary {
    float: left;
    height: 34px;
    box-shadow: none;
}
.search .glyphicon {
    font-size: 20px;
    line-height: 34px;
}
.form-absolute-left{
    position: absolute;
    line-height: 34px;
    font-size: 16px;
    padding-left: 3px;
}
.paddingL20{
    padding-left: 20px;
}
.label{
    line-height: normal;
}
.table>tbody>tr>td{
    vertical-align: middle;
}
.map-box{
    width: 100%;
    height: 400px;
    position: relative;
}
.layui-layer-title{
    font-weight: bold;
}
.border{
    border: 1px solid #ddd;
}
.marginR5{
    margin-right: 5px;
}
.left .glyphicon{
    display: inline;
}
.glyphicon:before{
    margin-right: 10px;
}
.glyphicon-0:before{
    content: "\e060";
}
.glyphicon-1:before{
    content: "\e102";
}
.glyphicon-2:before{
    content: "\e008";
}
.glyphicon-3:before{
    content: "\e062";
}
.glyphicon-4:before{
    content: "\e011";
}
.glyphicon-5:before{
    content: "\e032";
}
.glyphicon-6:before{
    content: "\e018";
}
.glyphicon-7:before{
    content: "\e118";
}
.glyphicon-8:before{
    content: "\e019";
}
.padding-bt0{
    padding-bottom: 0;
}
.search-time .form-control{
    margin-right: 10px;
}
.so-area-box select.form-control{
    width: 150px;
    border-radius: 0;
}
.delArea{
    margin-left: 8px;
    cursor: pointer;
}
.search-area .media-body li{
    margin-bottom: 6px;
}
.table>thead>tr>th{
    vertical-align: middle;
}
#addBtn{
    margin-left: 100px;
}
#showTable{
    font-family: "SimSun";
}
.addBox{
    overflow: hidden;
}
.delRel{
    cursor:pointer;
}
.bigShow{
    cursor:url(../images/big.ico),auto;
}