﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pageNav {
    width: 1200px;
    line-height: 22px;
    padding-left: 25px;
    margin: 10px auto;
    font-size: 14px;
    color: #5b5b5b;
    background: url(/images/location.png) 0px center no-repeat;
}

.bodyCover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000 none repeat scroll 0% 0%;
    opacity: 0.8;
    z-index: 10;
    display: none;
}

.showBox {
    width: 1000px;
    position: fixed;
    z-index: 20;
    display: none;
}

    .showBox .imgBox {
        width: 700px;
        float: left;
        position: relative;
    }

        .showBox .imgBox > img {
            display: block;
            margin: 0 auto;
        }

        .showBox .imgBox .goLeft {
            width: 350px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .showBox .imgBox .goLeft a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(/images/left_hide.png) 20px center no-repeat;
            }

                .showBox .imgBox .goLeft a:hover {
                    background: url(/images/left.png) 20px center no-repeat;
                }

        .showBox .imgBox .goRight {
            width: 350px;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

            .showBox .imgBox .goRight a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(/images/right_hide.png) 285px center no-repeat;
            }

                .showBox .imgBox .goRight a:hover {
                    background: url(/images/right.png) 285px center no-repeat;
                }

    .showBox .commentBox {
        width: 300px;
        float: left;
        background: #ededed;
        height: 100%;
        overflow: auto;
        position: relative;
    }

.advInfo {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 5px 20px;
}

#userName {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #5b5b5b;
}

#dataView {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    color: #999;
    margin: 5px 0;
}

.zanBox {
    background: url(/images/hasZanIcon.png) 10px 10px no-repeat;
    padding: 10px 10px 10px 30px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

    .zanBox a {
        text-decoration: none;
        margin: 5px;
    }

.singlePingBox {
    margin: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #5b5b5b;
}

    .singlePingBox > h3 {
        line-height: 22px;
    }

    .singlePingBox .issuedate {
        font-size: 12px;
        font-weight: normal;
        float: right;
        color: #999;
    }

    .singlePingBox .userName {
        font-size: 14px;
    }

    .singlePingBox .sayContent {
        margin: 5px 0px 10px;
    }

.pingInputBox {
    height: 60px;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin: 10px 15px;
    padding: 5px;
}

#txtContent {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.operator {
    margin: 10px 15px;
}

    .operator a {
        display: inline-block;
        padding: 5px 10px;
        color: #fff;
        background: #5CAAE6;
        font-size: 14px;
        font-weight: bold;
        border-radius: 2px;
        text-decoration: none;
    }

.zanBtn {
    margin-left: 10px;
    padding-left: 20px;
    background: url(/images/zanIcon.png) 0 center no-repeat;
    color: #246AB0;
    cursor: pointer;
}

.advInfo .location {
    background: url(/images/location.png) 0px center no-repeat;
    line-height: 22px;
    font-size: 12px;
    color: #5B5B5B;
    padding-left: 24px;
}

.closeBox {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .closeBox a {
        font-size: 16px;
        text-decoration: none;
        color: #5b5b5b;
    }

        .closeBox a:hover {
            color: #f00;
            font-weight: bold;
        }

