@charset "utf-8";
* {
    margin:0;
    padding:0;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
html {
    _background:url(about:blank);
    text-size-adjust:none;
    font-size:10px;
    width:100%;
    height:100%;
}
body {
    width:100%;
    height:auto;
    background-color:#ddd;
    font-size:1.4rem;
    color:#666;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

input,select,textarea,button{
outline:none;
}
.tacenter {text-align:center;}
.taleft {text-align:left;}
.taright {text-align:right;}

.clearb {clear:both;}

.container {margin-left:175px;}
.content {padding:30px 50px;}
.cp {cursor:pointer;}

.splitTop {
    border-top:2px solid #ccc;
}
.splitBottom {
    border-bottom:2px solid #ccc;
}

.group-item {
    float:left;
    margin:0 10px 5px 0 ;
}
.group-item .item{
    width:80px;
    height:80px;
    padding:10px;
    background:#0c85e0;
    color:#fff;
    text-align:center;
    cursor:pointer;
}
.group-item .item:hover{
    background:#409eff;
}
.group-item .name{
    line-height: 30px;
}
.group-item .account{
    font-size:12px;
}


.beeGroup {
    /*width:100%;*/
    border:0px #ccc solid;
    margin-bottom:20px;
}

.beeTable {
    margin:0;
    border-collapse:collapse;
    empty-cells:hide;
    border:0;
}
.beeTable .beeItem {
    width: 108px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor:pointer;
    margin:0 0 5px 0;
}
.beeTable .leader{
    border:1px solid #0c85e0;
    background:#0c85e0;
    color:#fff;
}
.beeTable .leader:hover{
    border:1px solid #409eff;
    background:#409eff/*  #3a8ee6 */;
}
.beeTable .bee{
    float:left;
    border:1px solid #eee;
    background:#eee;
    margin:0 5px 5px 0;
    color:#000;
    font-size:12px;
}
.beeTable .bee:hover{
    border:1px solid #ccc;
    cursor:pointer;
}
.beeTable .beeOn{
    border:1px solid #ecf5ff;
    background:#ecf5ff/* #b3d8ff */;
    color:#0c85e0;
}
.beeTable .beeOn:hover{
    border:1px solid #0c85e0;
    cursor:pointer;
}

.beeExample {
    margin:0;
    border:10px 0;
    clear:both;
    float:left;
    text-align:left;
    line-height: 40px;
    height: 40px;
}
.beeExample .beeItem {
    width: 110px;
    height: 30px;
    line-height: 30px;
    float:right;
    text-align: center;
    cursor:pointer;
    margin:0 0 0 5px;
}
.beeExample .leader{
    background:#0c85e0;
    color:#fff;
}
.beeExample .bee{
    background:#eee;
    color:#000;
    font-size:12px;
}
.beeExample .beeOn{
    background:#ecf5ff/* #b3d8ff */;
    color:#0c85e0;
}


.taskBees {
}
.taskBees .bee {
    width: 108px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor:pointer;
    margin:0 5px 5px 0;
    background:#eee;
    color:#000;
    font-size:12px;
    float:left;
}
.taskBees .bee:hover, .taskBees .beeOn{
    background:#0c85e0;
    color:#fff;
    cursor:pointer;
}

.taskData {
    clear:both;
    margin-top:10px;
    border-bottom:1px solid #ddd;
    padding-bottom: 10px;
}
.taskData .item {
    float:left;
    position: relative;
    width:90px;
    height:90px;
    background:#eee;
    margin:0 5px 5px 0;
    text-align:center;
}
.taskData .item i{
    margin-top:30px;
}
.taskData .item .title{
    position:absolute;
    width:100%;
    bottom:10px;
    text-align:center;
}
.taskData .item .time{
    position:absolute;
    width:100%;
    bottom:0px;
    font-size:12px;
    text-align:center;
    background-color:#ccc;
    color:#000;
    opacity:0.8;
}
.taskData .item:hover .time{
    background:#0c85e0;
    color:#fff;
}
.taskData .item:hover, .taskData .itemOn {
    background:#0c85e0;
    color:#fff;
    cursor:pointer;
}