.layui-logo {
    /*width:200px;*/
    /*text-align: center;*/
    padding-left: 30px;
    /*line-height:60px;*/
    color:#333;
    /*background: #fff;*/
    float:left;
    font-size: 16px;
}

.layui-logo img {
    margin-right:20px;
}

.layui-body iframe {
    height:100%;
    width:100%;
}
.layui-body .layui-tab {
    margin:0;
}

.layui-body .layui-tab .layui-tab-item {
    height:100%;
}

.layui-body .layui-tab .layui-tab-content {
    padding:0;
}

.layui-footer {
    background:#c2c2c2!important;
    text-align:center;
    line-height:44px;
}

.right-click-menu {
    position: absolute;
    width: 120px;
    line-height: 24px;
    z-index: 999;
    background: #FFF;
    border: 1px solid #F2F2F2;
    border-bottom: none;
    border-radius: 3px;
    display: none;
}
.right-click-menu li a {
    display: block;
    padding: 4px 10px;
    color: #CCC;
    border-bottom: 1px solid #F2F2F2;
}

.right-click-menu li a:hover {
    background: #EEE;
    color: #666;
}

.layui-table th, .layui-table td {
    text-align:center;
}

dl.fence_list {
    display:block;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}
dl.fence_list dd{
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
dl.fence_list dd:hover {
    background-color: #f2f2f2;
}

.tips_box {
    overflow: hidden;
    white-space: nowrap;
}
.tips {
    display: inline;
    background-color:#e0e9cf;
    padding:3px 5px;
    border-radius:4px;
    margin-right:3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
}
.tips i {
    cursor: pointer;
}
.tips_search {
    position:absolute;
    top:38px;
    width: 100%;
    z-index:1;
}

.pull-triangle {
    width:0;
    height:0;
    border-width:20px;
    border-style:solid;
    border-color:#009688 transparent transparent transparent;
    position: absolute;
    /* bottom: -40px; */
    margin: 0 auto;
    left: 0;
    right: 0;
}


/*transport_detail -- task_map_styles*/
#task-map-container{
    width:96%;
    height:300px;
    margin:0 auto;
    border:1px solid #ddd;
    overflow: hidden;
    margin-bottom:30px;
}







