﻿#share {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
    bottom: 35px;
    left: 88%;
    width: 30px;
    zoom: 1;
    z-index: 1;
}

    #share a {
        border-radius: 20px;
        background-image: url(../img/up_arrow_48px.png);
        background-size: 18px 16px;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-indent: -999px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        #share a#refresh {
            border: 1px solid #2EBFA7;
            background-size: 30px 30px;
            background-image: url(../img/refresh_48px.png);
            position: absolute;
            bottom: 30px;
        }

            #share a#refresh:hover {
            }

        #share a#totop {
            border: 1px solid #1D95BD;
            position: absolute;
            bottom: 68px;
            cursor: pointer;
        }

            #share a#totop:hover {
            }


body {
    background-color: #F5F5F5;
    background: url(../img/backgroundImg.png) no-repeat #F5F5F5 top;
    background-size: 100% 125px;
    font-size: 12px;
}

.container-title {
    text-align: center;
}
.container-span-title {
    font-size: 30px;
    height:60px;
    font-weight: bold;
    color: white;
}
.container-span-title-h2 {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.row {
    margin: 0;
    padding: 0;
}
/* 项目员工桌面 */
.module {
    border: 0px solid red;
    background-color: white;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.module-title {
    border-bottom: 1px solid #dfdfdf;
    /*height: 50px;*/
    /*line-height: 50px;*/
}

.module-title-row1 {
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
}

.module-title-row2 {
    height: 30px;
    line-height: 30px;
    text-align: right
}

.module-content {
    padding: 10px;
}

.module-bottom {
    border-top: 1px solid #dfdfdf;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #4A9AE3
}

span.h1 {
    font-size: 18px;
    font-weight: 900;
}

span.h2 {
    font-size: 12px;
    color: #888;
    /*color: #4A9AE3*/
}

span.title {
    font-size: 14px;
    /*color: #f76c35;*/
}

span.text {
    font-size: 14px;
    color: #666;
}

span.time {
    font-size: 12px;
    color: #F0AD4E;
}

span.time2 {
    font-size: 12px;
    color: #5CB85C;
}

span.timeColorRed {
    font-size: 12px;
    color: red;
}



.mp0 {
    padding: 0;
    margin: 0;
}

.mp10 {
    padding: 5px 0px;
    margin: 0;
}

.col-title {
    line-height: 30px;
    height: 30px;
}

.total {
    font-size: 12px;
    color: #888;
}
