﻿body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体", sans-serif;
}

article, body, div, figure, form, h1, h2, h3, h4, html, img, label, li, nav, p, span, strong, ul, dd {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

textarea {
    outline: none;
    resize: none;
}

h2 {
    font-size: 2em;
    line-height: 1.1em;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0082CB;
}

.red {
    color: red;
}

.colorgreen {
    color: red;
}

.commonipt {
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 4px;
    padding: 3px;
    outline: none;
    border: 1px #cacaca solid;
}

.btn {
    font-size: .875em;
    background: #63bfb2;
    border: 0;
    height: 2em;
    color: white;
    font-weight: 700;
    border-radius: 2px;
}

    .btn:hover {
        background: #63bfb2;
        background: rgba(99,191,178,.7);
        text-decoration: none;
        cursor: pointer;
    }
/* LAYOUT -------------- */
body {
    background-color: #f6f6f6;
    border-left: .625em solid transparent;
    font-size: 1em;
}

#header {
    height: 4.375em;
}

#main {
    float: left;
    width: 70%;
    min-height: 800px;
    background: white;
    border-radius: 0 .625em .625em 0;
    box-shadow: .125em 0 .125em .07em rgba(0,0,0,.05);
    border-left: .062em solid #eee;
    margin-bottom: 2em;
    padding-top: .7em;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=4);
}

aside {
    float: right;
    width: 28%;
    font-size: .875em;
    line-height: 1em;
    padding-right: 1%;
}

    aside h3 {
        font-size: 1.3em;
        line-height: 1.5em;
        margin-top: .5em;
    }

footer {
    float: left;
    width: 100%;
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    font-size: .875em;
}

    footer a {
        color: #0082CB;
    }

    footer a, footer span {
        padding: 5px;
    }
/* HEADER COMPONENTS ---- */
#header #logo {
    float: left;
    height: 4.375em;
    width: 10em;
    border: solid #eee;
    border-width: 0 .062em;
    position: relative;
    background: white;
    padding-left: 5em;
}

    #header #logo img {
        position: absolute;
        left: 15px;
        top: 2px;
        width: 55px;
    }

    #header #logo div.logo1 {
        font-size: 2em;
        height: 1.3em;
        line-height: 1.6em;
        letter-spacing: .1em;
        color: black;
    }

    #header #logo div.logo2 {
        font-size: .75em;
        height: 2em;
        line-height: 2em;
        position: relative;
    }

        #header #logo div.logo2 span {
            -ms-transition: all .3s;
            transition: all .3s;
            position: relative;
            color: #a675a2;
            display: inline-block;
        }

            #header #logo div.logo2 span:hover {
                color: #e0cfdf;
            }

            #header #logo div.logo2 span:nth-child(3n) {
                color: #a675a2;
                -webkit-transform: rotate(0deg);
                transform: rotate(0);
            }

            #header #logo div.logo2 span:nth-child(3n+1) {
                -webkit-transform: rotate(10deg);
                -ms-transform: rotate(10deg);
                transform: rotate(10deg);
                color: #6ece0a;
            }

            #header #logo div.logo2 span:nth-child(3n+2) {
                -webkit-transform: rotate(-10deg);
                -ms-transform: rotate(-10deg);
                transform: rotate(-10deg);
                color: #3e8dd2;
            }

            #header #logo div.logo2 span:nth-child(3n):hover {
                color: #e0cfdf;
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }

            #header #logo div.logo2 span:nth-child(3n+1):hover {
                color: #cdeeaa;
                -webkit-transform: rotate(370deg);
                transform: rotate(370deg);
            }

            #header #logo div.logo2 span:nth-child(3n+2):hover {
                color: #bcd8f0;
                -webkit-transform: rotate(250deg);
                transform: rotate(290deg);
            }

#header ul li.hnitem {
    float: left;
    width: 5em;
    border-right: .07em solid #eaeaea;
    border-right: .07em solid rgba(0,0,0,.05);
    position: relative;
}

#header ul li.last {
    display: none;
}

#header ul li.hnitem ul {
    transition: height .3s,padding .3s,border-width .3s;
    height: 0;
    width: 5em;
    border-width: 0;
    position: absolute;
    background: white;
    background: #c9e9e5;
    background: rgba(201,233,229,.9);
    border-radius: 0 0 .3em .3em;
    overflow: hidden;
    filter: alpha(opacity=90);
    z-index: 1000;
}

    #header ul li.hnitem ul li {
        height: 1.8em;
        line-height: 1.8em;
        transition: color .3s,background-color .3s;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
    }

        #header ul li.hnitem ul li a {
            color: inherit;
            *color: #888;
        }

            #header ul li.hnitem ul li a:hover {
                text-decoration: underline;
                color: #333;
            }

#header ul li.hnitem:hover ul {
    height: 9em;
    padding: .5em;
    border: .08em solid #63bfb2;
    border-top: none;
}

#header ul li.hnitem a.a1 {
    display: block;
    height: 3.45em;
    line-height: 3.45em;
    padding-top: .925em;
    transition: color .3s,background-color .3s;
    text-align: center;
    color: #b0b0b0;
    color: rgba(0,0,0,.3);
    *color: #b0b0b0;
    text-decoration: none;
}

    #header ul li.hnitem a.a1:hover {
        background-color: #ff6;
        color: #676729;
        color: rgba(0,0,0,.6);
        *color: #676729;
    }

#header .mobiletips {
    position: absolute;
    top: .4em;
    right: 1em;
    font-size: .75em;
    color: #b0b0b0;
    color: rgba(0,0,0,.3);
    *color: #b0b0b0 !important;
    display: inline;
}

    #header .mobiletips a {
        text-decoration: underline;
        color: rgba(0,0,0,.3);
        *color: #b0b0b0 !important;
    }
/* MAIN CONTENT COMPONENTS -- */
/*essaylist*/
#maincontent {
    float: right;
    width: 73%;
    padding: 0 2% 1em;
    font-size: .875em;
}

    #maincontent dl.essaywrap {
        padding: 0 0 15px 0;
        margin: 17px 0 0;
        zoom: 1;
        border-bottom: .0716em dotted #E1E4E5;
    }

    #maincontent dl.istop:nth-child(6n+1) {
        border-bottom-color: #63bfb2;
    }

    #maincontent dl.istop:nth-child(6n+2) {
        border-bottom-color: #6ece0a;
    }

    #maincontent dl.istop:nth-child(6n+3) {
        border-bottom-color: #ebd203;
    }

    #maincontent dl.istop:nth-child(6n+4) {
        border-bottom-color: #a675a2;
    }

    #maincontent dl.istop:nth-child(6n+5) {
        border-bottom-color: #f0717c;
    }

    #maincontent dl.istop:nth-child(6n+6) {
        border-bottom-color: #3e8dd2;
    }

    /*#maincontent dl.essaywrap dt.face {
        float: left;
        display: inline;
        width: 50px;
        padding: 3px 0 6px;
    }

        #maincontent dl.essaywrap dt.face img {
            width: 50px;
            height: 50px;
        }*/

    #maincontent dl.essaywrap dd.break {
        margin: 0 0 0 60px;
        line-height: 1.571em;
        position: relative;
    }

    #maincontent dl.essaywrap div.info img.thumb {
        position: absolute;
        left: -60px;
        top: 3px;
        width: 50px;
        height: 50px;
        border-radius: 2px;
    }

    #maincontent.essaydetail dl.essaywrap div.info img.thumb {
        left: 0px;
    }

    #maincontent dl.essaywrap div.info span {
        position: absolute;
        right: 5px;
        top: 0px;
        width: 30px;
        height: 20px;
        border-radius: 2px;
        background: url('/Images/icon/arrowdown.gif') center no-repeat;
    }

    #maincontent dl.essaywrap dd.break p {
        padding: 0 0 10px;
        zoom: 1;
    }

        #maincontent dl.essaywrap dd.break p.essayinfo {
            padding: 0.1em 0;
            font-size: 12px;
            overflow: auto;
        }

            #maincontent dl.essaywrap dd.break p.essayinfo img {
                height: 1.5em;
                vertical-align: text-bottom;
                margin: 0 .2em 0 .3em;
                transition: all .3s;
            }

                #maincontent dl.essaywrap dd.break p.essayinfo img:hover {
                    transform: rotate(360deg);
                }

            #maincontent dl.essaywrap dd.break p.essayinfo span.rightcon {
                float: right;
                display: inline;
            }

                #maincontent dl.essaywrap dd.break p.essayinfo span.rightcon a {
                    margin-left: .3em;
                }

            #maincontent dl.essaywrap dd.break p.essayinfo a {
                color: #6EAFD5;
            }

                #maincontent dl.essaywrap dd.break p.essayinfo a.showcomments {
                    margin-left: 5px;
                }

            #maincontent dl.essaywrap dd.break p.essayinfo span.leftcon {
                float: left;
            }

            #maincontent dl.essaywrap dd.break p.essayinfo a.date {
                margin: 0 10px 0 0;
            }

        #maincontent dl.essaywrap dd.break p a {
            color: #0082CB;
        }

    #maincontent dl.essaywrap .e_head span.estips {
        float: right;
        color: #ccc;
        visibility: hidden;
        transition: opacity .3s;
        *display: none;
    }

    #maincontent dl.essaywrap dd.break div.text {
        font-style: normal;
        font-weight: normal;
        word-wrap: break-word;
    }

        #maincontent dl.essaywrap dd.break div.text img {
            vertical-align: text-bottom;
        }

    #maincontent dl.essaywrap dd.break ul {
        height: auto;
        zoom: 1;
    }

        #maincontent dl.essaywrap dd.break ul li {
            display: inline-block;
            vertical-align: top;
            *display: inline;
        }

    #maincontent dl.essaywrap dd.break li.img img {
        cursor: url("/images/cur/big.cur"), auto;
    }

    #maincontent dl.essaywrap dd.break .esvideo {
        vertical-align: top;
        cursor: pointer;
    }

    #maincontent .expendwarp, #maincontent dl.essaywrap dd.break p.escomments {
        border: 1px solid #E1E4E5;
        zoom: 1;
        line-height: 20px;
        padding: 15px 20px 13px;
        font-size: 12px;
        margin: 0 0 7px;
        background: #FBFBFB;
        border-radius: 2px;
    }
    /*说说详细页*/
    #maincontent.essaydetail dl.essaywrap dd.break {
        margin-left: 0;
    }

        #maincontent.essaydetail dl.essaywrap dd.break .info a:nth-child(2n) {
            font-size: 15px;
            position: absolute;
            top: 2px;
        }

        #maincontent.essaydetail dl.essaywrap dd.break .info {
            padding-bottom: 8px;
        }

    #maincontent.essaydetail dl.essaywrap div.info img.thumb {
        position: inherit;
        width: 34px;
        height: 34px;
        vertical-align: text-top;
        box-sizing: border-box;
        margin-right: 8px;
        border-radius: 50%;
        border: .0625rem solid #e4e4e4;
    }

    #maincontent.essaydetail dl.essaywrap dd.break p.essayinfo span.leftcon {
        position: absolute;
        left: 42px;
        top: 22px;
        font-size: 12px;
        line-height: 12px;
    }

#operatehandler a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #888;
    border-bottom: .0716em dotted #E1E4E5;
    position: relative;
}

    #operatehandler a:nth-child(2n) {
        background-color: #f6f6f6;
    }

    #operatehandler a:last-child {
        border-bottom: none;
    }

    #operatehandler a:hover {
        background-color: #ffff66;
        color: #333;
    }

    #operatehandler a::after {
        width: 10px;
        height: 5px;
        background-color: #63bfb2;
        position: absolute;
        right: 0;
        top: 3px;
    }

    #operatehandler a.siteadmin::after {
        content: "";
        background-color: #63bfb2;
    }

    #operatehandler a.groupadmin::after {
        content: "";
        background-color: #6ece0a;
    }

.aligncenter {
    text-align: center;
}

.e_head a {
    padding-right: 10px;
}

.e_body {
    text-align: center;
}


.textwrapper {
    text-align: right;
    padding-bottom: 5px;
}

p.escomments textarea.comment_input {
    border: .083em solid #ccc;
    overflow: hidden;
    padding: .416em .333em;
    font-size: 1em;
    font-family: Tahoma, 宋体;
    word-wrap: break-word;
    line-height: 1.5em;
    outline: none;
    height: 1.5em;
    width: 96%;
    vertical-align: middle;
}

p.escomments .btnwrapper {
    height: 20px;
    padding-left: 4%;
}

    p.escomments .btnwrapper input {
        float: right;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
    }

    p.escomments .btnwrapper a.showfaces {
        float: left;
        margin-left: -0.832em;
    }

.escomment {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

    .escomment dt {
        float: left;
        display: inline;
        width: 30px;
        height: 30px;
        overflow: hidden;
        padding: 3px 0 0;
    }

    .escomment dd {
        margin: 0 0 0 40px;
        line-height: 21px;
        word-wrap: break-word;
        zoom: 1;
        vertical-align: text-bottom;
    }

        .escomment dd .cmtcontent img {
            vertical-align: text-bottom;
        }

        .escomment dd .cmtaction {
            text-align: right;
        }
/*end*/


/*hot*/
#main ul#hot {
    float: left;
    width: 23%;
    *width: 22%;
}

    #main ul#hot li.l1 {
        border-left: .625em solid;
        padding-bottom: 2em;
        transition: border-color .3s;
    }

    #main ul#hot li .a1 {
        font-weight: 700;
        color: black;
    }

    #main ul#hot li.l1#hot1 {
        border-left-color: #c9e9e5;
    }

        #main ul#hot li.l1#hot1:hover {
            border-left-color: #63bfb2;
        }

    #main ul#hot li.l1#hot2 {
        border-left-color: #cdeeaa;
    }

        #main ul#hot li.l1#hot2:hover {
            border-left-color: #6ece0a;
        }

    #main ul#hot li.l1#hot3 {
        border-left-color: #f9f0a8;
    }

        #main ul#hot li.l1#hot3:hover {
            border-left-color: #ebd203;
        }

    #main ul#hot li.l1#hot4 {
        border-left-color: #e0cfdf;
    }

        #main ul#hot li.l1#hot4:hover {
            border-left-color: #a675a2;
        }

    #main ul#hot li.l1#hot5 {
        border-left-color: #faced2;
        display: none;
    }

        #main ul#hot li.l1#hot5:hover {
            border-left-color: #f0717c;
        }

    #main ul#hot li.l1#hot6 {
        border-left-color: #bcd8f0;
    }

        #main ul#hot li.l1#hot6:hover {
            border-left-color: #3e8dd2;
        }

    #main ul#hot li a {
        display: block;
        padding: .25em .5em .25em 20%;
        color: #888;
        transition: color .3s,background-color .3s;
        white-space: nowrap;
        overflow: hidden;
    }

        #main ul#hot li a:hover {
            background-color: #ffff66;
            color: #333;
        }

.loadmore {
    text-align: center;
    margin: 2em 0;
}

    .loadmore span {
        padding-left: 20px;
        background: url('/images/loading.gif') left center no-repeat;
    }
/*pager*/
.pager {
    text-align: right;
    height: 2em;
    line-height: 2em;
    _vertical-align: top;
    font-size: .875em;
}

    .pager * {
        margin: .214em;
        padding: .214em .5em;
        color: white;
        border-radius: .243em;
        _vertical-align: baseline;
    }

    .pager a {
        text-decoration: none;
        background: #262626;
        transition: background .3s;
    }

        .pager a:hover {
            background: #548967;
        }

    .pager span {
        background: #548967;
    }
/*pager end*/
/*heat*/
.heat {
    height: 20px;
    display: inline-block;
    position: relative;
}

    .heat span {
        display: inline-block;
    }

.heatbtn {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 11px;
    background: white;
    position: relative;
    z-index: 1;
}

.heatdegree {
    height: 14px;
    line-height: 14px;
    border: solid #ccc;
    border-width: 1px 1px 1px 0;
    text-indent: 2px;
    padding: 0 5px;
    font-size: 10px;
    font-style: italic;
    position: relative;
    left: -3px;
    z-index: 0;
}

.heated {
    color: #ccc;
    cursor: default;
}
/*heat end*/
/* SIDEBAR COMPONENTS ---- */
.indexcomments li {
    font-family: Tahoma,宋体;
    padding-bottom: 5px;
    margin: 5px 0 10px;
    border-bottom: 1px dashed #ccc;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 18px;
}

/*commonlist*/
.commonlist li {
    height: 25px;
    line-height: 25px;
}

.commonlist a {
    float: left;
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    color: #0082CB;
}

.commonlist span {
    float: right;
    color: #ccc;
    width: 29%;
    padding-right: 1%;
    text-align: right;
}

aside a:hover {
    text-decoration: underline;
}
/*commonlist end*/

/* FOOTER COMPONENTS ---- */


/* TEXT ----------------- */


/* FORMS ---------------- */
/*messagebox*/
.messagebox {
    position: fixed;
    font-size: .875em;
    background: #fff;
    border: .36em solid;
    border-color: gray;
    border-color: rgba(102,102,102,.5);
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=-45,strength=2);
}

.m_tri {
    height: 30px;
    color: #ccc;
    color: rgba(102,102,102,.5);
    font-size: 40px;
    overflow: hidden;
    position: absolute;
    top: -30px;
}

.m_wrap {
}

.m_top {
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    text-indent: 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
}

.m_close {
    float: right;
    padding-right: 10px;
    color: #000;
}

.m_body {
}

.m_bot {
    height: 30px;
    background: #eee;
}

    .m_bot input {
        width: 50px;
        height: 25px;
        float: right;
        margin: 2px 5px;
    }

.mask {
    position: fixed;
    _position: absolute;
    width: 100%;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.m_closebtn {
    background: #6ece0a;
}

    .m_closebtn:hover {
        background: #6ece0a;
        background: rgba(111,206,10,.7);
    }
/*end*/
/*login box*/
#ltitle {
    padding-left: 25px;
    background: url('/Images/logo20.png') left center no-repeat;
}

#l_wxqrcode {
    text-align: center;
}

#l_d_wximgqrcode {
    border: 1px solid #999;
    width: 212px;
    height: 212px;
    margin: 4% auto;
    background: #fff;
    position: relative;
}

    #l_d_wximgqrcode.loading {
        background: url('/Images/icon/sys.gif') center no-repeat;
    }

    #l_d_wximgqrcode #expiremask {
        display: none;
        padding-top: 90px;
        height: 122px;
        color: #fff;
        background: #000;
        opacity: 0.8;
        cursor: pointer;
    }

    #l_d_wximgqrcode img {
        opacity: 1;
        transition: opacity 0.3s;
    }

    #l_d_wximgqrcode.loading img {
        opacity: 0;
    }

    #l_d_wximgqrcode.expire #expiremask {
        display: block;
    }

    #l_d_wximgqrcode.expire img {
        filter: blur(3px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false);
    }


#l_wxqrcode #l_d_wximgqrcode img, #l_wxqrcode #l_d_wximgqrcode #expiremask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#l_wxqrcode div#l_wxqrcodetips {
    font-size: 114.286%;
}

    #l_wxqrcode div#l_wxqrcodetips span {
        color: #a675a2;
        padding-left: 30px;
        background: url('/Images/icon/wx.png?1') left center no-repeat;
    }
/*end*/
/*pop*/
#showpop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 380px;
    height: 100px;
    display: none;
    background: white;
    border: 1px solid #ccc;
    box-shadow: -2px -2px 3px #ddd;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=-45,strength=2);
}

    #showpop span.close {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        color: #999;
    }

#popcontentwarpper {
    width: 400px;
    height: 60px;
    overflow: hidden;
    position: relative;
    padding: 20px 0 0 20px;
}

    #popcontentwarpper .title {
        font-size: 14px;
        font-weight: 700;
        color: #999;
        padding-bottom: 10px;
    }

#popcontent {
    position: absolute;
}

    #popcontent li {
        float: left;
        width: 350px;
        padding-right: 10px;
        line-height: 17px;
        overflow: hidden;
    }

        #popcontent li a {
            font-weight: 700;
            font-size: 14px;
        }

        #popcontent li span {
            color: #999;
        }

#popwarpperpager {
    text-align: center;
}

    #popwarpperpager span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
    }

        #popwarpperpager span.sel {
            background: #ddd;
        }

.shortcutbtn {
    position: fixed;
    right: -65px;
    border: solid #ccc;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 5px 10px 5px 0;
    width: 84px;
    text-decoration: none;
    transition: right 0.3s ease-in-out 0s;
    _display: none;
    color: #000;
    background: white;
}

    .shortcutbtn:hover {
        right: 0;
        text-decoration: none;
    }

    .shortcutbtn i {
        text-align: center;
        overflow: hidden;
        display: inline-block;
        font-style: normal;
        font-weight: 700;
        vertical-align: text-bottom;
        *vertical-align: baseline;
    }

#back2top {
    bottom: 160px;
}

    #back2top i {
        font-size: 25px;
        height: 16px;
        width: 30px;
    }

#fbbtn {
    bottom: 210px;
}

    #fbbtn i {
        font-size: 14px;
        height: 18px;
        width: 35px;
        font-size: 20px;
        *line-height: 18px;
    }

#FBformWrapper {
    position: fixed;
    right: 0;
    border: solid #ccc;
    border-width: 1px 0 1px 1px;
    padding: 5px;
    width: 0px;
    height: 0;
    bottom: 210px;
    background: white;
    transition: all .5s ease-in-out 0s;
    overflow: hidden;
}

    #FBformWrapper textarea {
        width: 344px;
        height: 60px;
        padding: 2px;
        border: 1px solid #ccc;
        margin: 0;
        display: block;
    }

    #FBformWrapper .fb_b {
        margin-top: 2px;
        overflow: hidden;
        height: 30px;
    }

    #FBformWrapper .fb_b_left {
        float: left;
    }

        #FBformWrapper .fb_b_left input {
            width: 153px;
            padding: 0;
            border: 1px solid #ccc;
            margin: 0;
        }

    #FBformWrapper .fb_b_right {
        float: right;
    }

        #FBformWrapper .fb_b_right input {
            float: left;
            height: 25px;
            display: inline-block;
        }

#fbresulttips {
    width: 100%;
    height: 104px;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    text-align: center;
    line-height: 92px;
}
/*pop content*/
/***********---At----Start-----*/
#atWho {
    width: 140px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #DBDBDB;
    float: left;
    display: none;
    overflow: hidden;
    display: none;
    position: absolute;
    background: white;
    z-index: 10003;
}

#atTip {
    margin-left: 6px;
    line-height: 22px;
    color: #404040;
    font-size: 12px;
    float: left;
    display: inline;
    overflow: hidden;
}

.name {
    width: 134px;
    padding-left: 6px;
    line-height: 22px;
    font-size: 12px;
    float: left;
    display: inline;
    overflow: hidden;
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

#atWho .sel {
    background: #DCDCDC;
}
/***********---At----End-----*/
/***********---TAB-------*/
.tab {
    font-size: .875em;
    overflow: auto;
}

    .tab li {
        float: left;
        margin-right: 5px;
        padding: 0 6px;
        height: 1.875em;
        line-height: 1.875em;
        border-radius: 4px 4px 0px 0px;
        border: .09em solid #ebd203;
        cursor: pointer;
        border-bottom-width: 0;
        background: #f9f0a8;
        background: rgba(249,240,168,.5);
    }

        .tab li.on {
            cursor: default;
            background: white;
        }

        .tab li a {
            color: black;
        }
/***********---TAB----End-----*/
/*face*/
.giffaces {
    overflow: auto;
    margin-bottom: 5px;
}

    .giffaces li {
        float: left;
        height: 22px;
        padding: 2px;
        text-align: center;
        border: solid #ccc;
        border-width: 0 1px 1px 0;
        white-space: nowrap;
        font-size: 12px;
        cursor: pointer;
        overflow: hidden;
        *float: left;
    }

        .giffaces li:hover {
            margin: -1px 0 0 -1px;
            border-color: #eb7350;
            border-width: 1px;
            *position: relative;
        }

.facetitle {
    font-size: 12px;
    color: #888;
    text-indent: 1em;
}

.faces {
    font-size: .875em;
    border: solid #ccc;
    border-width: 1px 0 0 1px;
    overflow: auto;
}

    .faces li {
        float: left;
        width: 6em;
        height: 2em;
        text-align: center;
        line-height: 2em;
        border: solid #ccc;
        border-width: 0 1px 1px 0;
        white-space: nowrap;
        font-size: 12px;
    }

        .faces li a {
            display: block;
            color: black;
        }

            .faces li a:hover {
                text-decoration: none;
                background: #ccc;
            }
/*face end*/

.commentbox {
    margin-top: 1em;
}

    .commentbox .cmtboxbt {
        display: none;
    }

    .commentbox #replyCon {
        transition: height .3s;
        height: 51px;
        *height: 45px;
        border-radius: 3px;
        box-shadow: inset 1px 1px 4px 0 rgba(220,220,220,1);
    }

.show .cmtboxbt {
    display: block;
}

.show #replyCon {
    height: 60px;
}

.commentbox .avatar, .cmtitem .avatar {
    float: left;
    width: 47px;
    height: 47px;
    overflow: hidden;
    padding: 2px;
}

.cmtitem:nth-child(2n+1) .avatar img {
    transform: rotate(-5deg);
}

.cmtitem:nth-child(2n+2) .avatar img {
    transform: rotate(5deg);
}

.commentbox .cmttextarea {
    margin-left: 60px;
    _display: inline;
}

    .commentbox .cmttextarea .cmtboxbt {
        overflow: auto;
    }

.commentbox textarea {
    padding: 2px;
    margin: 0;
    line-height: 18px;
    border: 1px solid #C6C6C6;
    font-size: 14px;
    overflow: hidden;
    overflow-y: auto;
    outline-style: none;
    resize: none;
    word-wrap: break-word;
    word-break: break-all;
    font-family: Tahoma,宋体;
    box-sizing: border-box;
    width: 100%;
    *width: 98%;
    vertical-align: bottom;
}

#cancelreply {
    color: #0082CB;
    cursor: pointer;
    margin: 0 3px;
    display: none;
    font-size: .86em;
}

.commentbox .cmtboxbt .cmtboxbtleft {
    float: left;
    padding-top: 5px;
}

    .commentbox .cmtboxbt .cmtboxbtleft a {
        margin-right: 5px;
        display: inline-block;
        height: 14px;
        padding: 2px 0 2px 19px;
        line-height: 14px;
        background: url("../images/user/ico.png") no-repeat;
    }

        .commentbox .cmtboxbt .cmtboxbtleft a:hover {
            text-decoration: none;
        }

.commentbox .cmtboxbt .cmtboxbtright {
    float: right;
    padding-top: 3px;
    *margin-right: 6px;
}

.commentbox #btnAddComment {
    width: 55px;
    height: 25px;
    font-weight: 700;
    vertical-align: bottom;
}

.commentbox #cmttips {
    color: #999;
    margin-right: 5px;
}

    .commentbox #cmttips span {
        font-family: Constantia,Georgia;
        font-size: 22px;
        font-weight: 700;
        color: #000;
    }


.comments {
    font-size: .875em;
}

    .comments li {
        font-family: Tahoma,宋体;
        padding-bottom: 10px;
        margin: 5px 0 10px;
        border-bottom: 1px dashed #ccc;
        word-wrap: break-word;
        word-break: break-all;
    }

        .comments li.noncomment {
            font-size: 14px;
        }

        .comments li.cmtitem {
            overflow: auto;
            zoom: 1;
        }

.cmtitem .cmtbody {
    margin-left: 60px;
}

    .cmtitem .cmtbody .cmtcontent {
        line-height: 21px;
    }

        .cmtitem .cmtbody .cmtcontent a {
            color: #6EAFD5;
        }

        .cmtitem .cmtbody .cmtcontent img {
            vertical-align: text-bottom;
        }

    .cmtitem .cmtbody .cmtbt {
        padding-top: 10px;
    }

        .cmtitem .cmtbody .cmtbt .time {
            color: #999;
            float: left;
        }

        .cmtitem .cmtbody .cmtbt .cmtbtright {
            float: right;
        }

            .cmtitem .cmtbody .cmtbt .cmtbtright .cmtreply {
                color: #0082CB;
                cursor: pointer;
                margin-left: 5px;
            }

#replyContent .cmtname, .cmtitem .cmtname {
    color: #0082CB;
}

.cmtmotherbody {
    font-family: Tahoma,宋体;
    background: #E1E1E1;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    line-height: 21px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: .875em;
}

.cmtitem .cmtbody .cmtmotherbody .time {
    color: #999;
    margin-left: 5px;
}

.commenthead {
    border-top: .3125em solid #41b7d8;
    margin-top: 1em;
    line-height: 2em;
}

.hotcmts {
    color: #3e8dd2;
    border-top: .3125em solid #f0717c;
}
/*comment box end*/
/*日志列表*/
.artlist li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.artlist .artlist_t {
}

    .artlist .artlist_t h4 {
        display: inline-block;
        margin-right: 10px;
    }

    .artlist .artlist_t span {
        line-height: 20px;
        color: #999;
        font-size: .875em;
    }

.artlist .artlist_b {
    line-height: 1.8em;
    font-size: .875em;
}

    .artlist .artlist_b span {
        margin-right: 10px;
        color: #444;
    }
/*日志列表结束*/

/*shareto*/
.shareto {
    text-align: right;
}

    .shareto a {
        display: inline-block;
        margin: 0 4px;
        background-image: url(../images/shareto.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
    }

        .shareto a.share-weibo:hover {
            background-position: 0 -16px;
        }

        .shareto a.share-qqt {
            background-position: -16px 0;
        }

            .shareto a.share-qqt:hover {
                background-position: -16px -16px;
            }

        .shareto a.share-renren {
            background-position: -32px 0;
        }

            .shareto a.share-renren:hover {
                background-position: -32px -16px;
            }

        .shareto a.share-wx {
            background-position: -64px 0;
        }

            .shareto a.share-wx:hover {
                background-position: -64px -16px;
            }
/*shareto end*/
/*tips*/
.tips {
    position: absolute;
    top: 0;
    right: 2em;
    width: 190px;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    padding: 7px 0;
    border-radius: 0 0 2px 2px;
    z-index: 10;
    font-size: .75em;
}

    .tips a.close {
        position: absolute;
        right: 4px;
        top: 0;
        color: #333;
        text-decoration: none;
    }

        .tips a.close:hover {
            color: #ccc;
        }

    .tips ul li {
        text-indent: 15px;
        line-height: 21px;
    }

    .tips ul a {
        color: #0082CB;
    }
/*tips end*/
/*nocontenttips*/
.nocontenttips {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
/*nocontenttips end*/
/*tagswarpper*/
.tagswarpper {
    padding: 0.1em 0 0.1em 1.5em;
    background: #fff url(/Images/icon/tag1.png) left center no-repeat;
    background-size: auto 1.2em;
    overflow-y: auto;
}

    .tagswarpper span, .tagswarpper a {
        display: inline-block;
        float: left;
        font-size: 83.857%;
        padding: .05em .3em 0.05em 0;
        margin-right: 0;
    }
/*tagswarpper end*/
