﻿/*会员首页*/
.pubessaybox {
    text-align: right;
}

.essayinput {
    width: 100%;
    *width: 98%;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin: 7px 0 3px;
    box-shadow: inset 1px 1px 4px 0 rgba(220,220,220,1);
    padding: 5px;
    height: 55px;
    font-size: 1em;
    font-family: Tahoma,宋体;
    line-height: 1.285em;
    overflow-y: auto;
    overflow-x: hidden;
    transition: height .3s;
    box-sizing: border-box;
}

#ss_pub {
    width: 70px;
    height: 30px;
}

#otherbox {
    overflow-y: auto;
}

    #otherbox div.right {
        float: right;
        text-align: right;
        padding-bottom: 2px;
    }

        #otherbox div.right .limits {
            float: left;
            position: relative;
        }

        #otherbox div.right a {
            display: inline-block;
            color: #333;
            font-size: 0.8em;
            *float: left;
            *height: 30px;
            *line-height: 30px;
        }

            #otherbox div.right a em {
                display: inline-block;
                width: 15px;
                height: 5px;
                margin-left: 2px;
                background: url("/images/user/ico.png?1") 0px -230px no-repeat;
                vertical-align: middle;
            }

            #otherbox div.right a:hover {
                color: #999;
            }

                #otherbox div.right a:hover em {
                    background-position: 0px -236px;
                }

#sellimitsrank {
    position: absolute;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.2);
    width: 0;
    height: 0;
    border-width: 0;
    margin-left: 80px;
    overflow: hidden;
    transition: width .5s,height .5s,padding .5s,margin-left .5s;
    z-index: 2;
}

    #sellimitsrank li a {
        white-space: nowrap;
        width: 50px;
        padding: 0 15px;
        color: #333;
        display: block;
        cursor: pointer;
        text-decoration: none;
        font-size: .8em;
        height: 30px;
        line-height: 30px;
    }

        #sellimitsrank li a:hover {
            background-color: #f6f6f6;
            color: #6ece0a;
        }

        #sellimitsrank li a.cur {
            background-color: #cdeeaa;
            color: #333;
        }

.essaytips {
    color: #999;
}

    .essaytips span {
        font-family: Constantia,Georgia;
        font-size: 22px;
        font-weight: 700;
        color: #000;
    }

#numtip {
    text-align: right;
    height: 27px;
    transition: height .3s;
}

#otherbox div.left {
    float: left;
}

    #otherbox div.left a, .cmtdetail .replybox .replypanel .pa_l a, .btnwrapper a.showfaces {
        font-size: .8em;
        margin: 0 15px 0 0;
        display: inline-block;
        height: 14px;
        padding: 2px 0 2px 19px;
        line-height: 14px;
        background: url("/images/user/ico.png") no-repeat;
        color: #6EAFD5;
    }

#otherbox div a.img {
    background-position: 0 -32px;
}

#otherbox div a.video {
    background-position: 0 -67px;
}

#otherbox div a.vote {
    background-position: 0 -170px;
}

#otherbox div a.long {
    background-position: 0 -206px;
}

.uploadmultiimg li {
    width: 5.714em;
    height: 5.714em;
    line-height: 5.714em;
    position: relative;
    margin: .3em;
    display: inline-block;
    text-align: center;
}

    .uploadmultiimg li img {
        vertical-align: middle;
    }

    .uploadmultiimg li a.del {
        display: none;
        position: absolute;
        font-size: .875em;
        cursor: pointer;
        color: white;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=60);
        opacity: .6;
        background: #000;
    }

    .uploadmultiimg li:hover a {
        display: block;
    }
/*会员首页结束*/
/*日志列表*/
.addblog {
    text-align: right;
}

    .addblog a {
        display: inline-block;
        text-align: center;
        height: 2em;
        width: 100px;
        line-height: 2em;
    }

.blog_list {
    padding: 0 .2em .5em;
}

    .blog_list:hover {
        background: #f2f2f2;
    }

.blog_title {
    font-size: .875em;
    line-height: 2em;
}

    .blog_title a {
        font-size: 1.142em;
    }

.blog_act {
    text-align: right;
    font-size: .875em;
}
/*日志列表结束*/
/*写日志*/
.log_l {
    height: 1.8em;
    line-height: 2em;
    margin-top: 0.1em;
}

.log_r {
    overflow: auto;
}

#logTitle .commonipt {
    width: 95%;
}

.tagsinput {
    float: left;
    width: 90px;
    margin: 0 3px 3px 0;
    border: 1px solid #ccc;
    padding: 2px;
}

#logOK .btn {
    width: 8em;
}
/*写日志结束*/

/*我的评论*/
.cmtlist {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dashed;
    overflow: auto;
}

    .cmtlist:first-child {
        padding-top: 10px;
    }

    .cmtlist .avatar {
        float: left;
        width: 8%;
        *width: 7%;
        padding: 0 1%;
    }

        .cmtlist .avatar img {
            width: 100%;
        }

.cmtdetail {
    float: right;
    width: 90%;
}

    .cmtdetail .cmtcontent {
        line-height: 1.5em;
        margin-bottom: 5px;
        color: #666;
        word-wrap: break-word;
    }

        .cmtdetail .cmtcontent img {
            vertical-align: text-bottom;
        }

    .cmtdetail a, .cmtdetail span {
        color: #0082CB;
        cursor: pointer;
    }

    .cmtdetail span {
        color: #999;
    }

    .cmtdetail .cmtwas {
        color: #999;
        font-size: .875em;
        line-height: 1.5em;
    }

        .cmtdetail .cmtwas a {
        }

.cmtbot {
    font-size: .875em;
    height: 1.5em;
    line-height: 1.5em;
}

    .cmtbot .cmtbot_l {
        float: left;
        color: #999;
    }

    .cmtbot .cmtbot_r {
        float: right;
    }

        .cmtbot .cmtbot_r span {
            padding: 0 5px;
        }

.replybox .replytop {
    height: 8px;
    text-align: right;
}

    .replybox .replytop span {
        color: #F5F5F5;
        font-size: 25px;
        line-height: 21px;
        height: 11px;
        width: 22px;
        font-family: "宋体";
    }

.replybox .replypanel {
    background: #F5F5F5;
    border-radius: 2px;
    padding: 10px;
    overflow: auto;
}

    .replybox .replypanel .iptarea {
        text-align: right;
        padding-bottom: 5px;
    }

    .replybox .replypanel textarea {
        width: 96%;
        line-height: 18px;
        padding: .167em;
        margin: 0;
        border: .083em solid #ccc;
        font-size: 12px;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
        font-family: Tahoma,宋体;
        outline: none;
        vertical-align: middle;
    }

    .replybox .replypanel .processarea {
        padding-left: 4%;
    }

    .replybox .replypanel .pa_l {
        float: left;
        margin-left: -0.5em;
    }

    .replybox .replypanel .pa_r {
        float: right;
    }

        .replybox .replypanel .pa_r .btn {
            padding: 0 10px;
        }
/*我的评论结束*/
/*用户信息*/
#userlist li {
    margin-top: 6px;
    float: left;
    overflow: hidden;
    width: 100%;
    font-size: .875em;
    height: 1.5em;
}

    #userlist li.head {
        font-weight: 700;
        text-align: right;
    }

    #userlist li span {
        float: left;
    }

        #userlist li span.u_left {
            width: 20%;
            text-align: right;
            padding-right: 1%;
            color: #333;
            white-space: nowrap;
        }

#m_userinfo {
    margin-top: 10px;
}

    #m_userinfo li {
        height: 2.5em;
    }

        #m_userinfo li span {
            float: left;
        }

            #m_userinfo li span.u_left {
                width: 110px;
                text-align: right;
                padding-right: 20px;
                color: #333;
            }

#u_intro, #u_PS {
    width: 350px;
    height: 80px;
}

#m_userinfo li.special {
    height: 95px;
}

.tagscontainer {
    width: 435px;
}
/****avatar***/
#m_useravatar {
    margin-top: 10px;
}

    #m_useravatar li {
        overflow: auto;
        zoom: 1;
        margin-bottom: 5px;
    }

        #m_useravatar li span {
            float: left;
        }

            #m_useravatar li span.u_left {
                width: 90px;
                text-align: left;
                padding-left: 20px;
            }

        #m_useravatar li.tip {
            padding-left: 40px;
        }

#avatar {
    width: 200px;
}
/***avatar end***/
/*用户信息结束*/


/*说说下面的按钮*/
.operatebar input {
    height: 25px;
    line-height: 25px;
}

.uploadimgbox {
    padding-top: 25px;
    text-align: center;
}

    .uploadimgbox #selectimg {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-decoration: none;
    }

#imageessay {
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    left: auto;
    font-size: 21px;
    opacity: 0;
    filter: alpha(opacity:1);
}
/*essayvideo*/
#videoaddbox {
    margin: 10px 0 0 10px;
}

    #videoaddbox #videoUrl {
        width: 300px;
        margin-right: 5px;
    }

    #videoaddbox #videotips {
        height: 30px;
        line-height: 30px;
        color: Red;
    }

.videobtn {
    margin: 25px 0 0 -80px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    text-indent: 4px;
    font-size: 21px;
    border: 2px solid #eee;
    font-family: arial;
    color: #eee;
    position: absolute;
}

    .videobtn:hover {
        text-decoration: none;
        color: White;
        border-color: White;
    }
/*essayvideo end*/
/*说说下面的按钮*/
/*用户名片*/
#usermenu {
    overflow: auto;
}

    #usermenu .u_head_left {
        float: left;
        width: 16%;
        padding: 0 2%;
    }

        #usermenu .u_head_left img {
            width: 100%;
        }

    #usermenu .u_head_right {
        float: right;
        width: 80%;
    }

        #usermenu .u_head_right div {
        }

        #usermenu .u_head_right .username {
            line-height: 1.5em;
            font-size: 14px;
            font-weight: 700;
            height: 30px;
        }

            #usermenu .u_head_right .username i {
                font-size: 12px;
                color: #2fb700;
                background: url(/images/icon/right.png) 0 3px no-repeat;
                padding-left: 13px;
                margin-left: 5px;
                font-weight: normal;
                font-style: normal;
            }

        #usermenu .u_head_right .userps {
            line-height: 1.5em;
            color: #999;
            word-break: break-all;
        }

        #usermenu .u_head_right .userstats {
            line-height: 1.5em;
            color: #666;
        }

            #usermenu .u_head_right .userstats strong {
                margin-right: 5px;
            }
/*用户名片结束*/
/*follow*/
a.followbtn {
    margin-left: 5px;
    display: inline-block;
    width: 45px;
    height: 1.7em;
    line-height: 1.7em;
    font-size: .75em;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #59926d;
    background: white;
}

    a.followbtn:hover {
        text-decoration: none;
    }

    a.followbtn img {
        vertical-align: middle;
        _vertical-align: baseline;
    }

    a.followbtn em {
        font-style: normal;
    }

.followed {
    margin-left: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 90px;
    height: 1.7em;
    line-height: 1.7em;
    font-size: .75em;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #ccc;
    background: white;
}

    .followed em {
        font-style: normal;
        padding: 0 3px 0 2px;
    }

    .followed a {
        color: #548967;
    }
/*follow end*/
/*subject right*/
.subjectright {
    overflow: auto;
    margin-bottom: .7em;
}

.u_s_left {
    float: left;
    width: 26%;
    padding: 0 2%;
}

    .u_s_left img {
        width: 100%;
        display: block;
    }

.u_s_right {
    float: left;
    width: 70%;
}

.etitle {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.esubtitle {
    font-size: 12px;
    font-style: italic;
    color: #999;
}

.edes {
    line-height: 20px;
    text-indent: 15px;
    color: #666;
    margin-top: 5px;
}
/*subject right end*/
/*search*/
.srhbox {
    overflow: auto;
    margin-bottom: 1em;
}

    .srhbox input {
    }

    .srhbox .commonipt {
        width: 50%;
    }

    .srhbox .btn {
        width: 4em;
        height: 2.4em;
        margin-left: .3em;
    }

.list_person {
    margin: 10px 0;
    font-size: .875em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    overflow: auto;
}

.person_pic {
    float: left;
    width: 8%;
    padding: 0 2%;
}

    .person_pic img {
        width: 100%;
        height: auto;
    }

.person_detail {
    float: left;
    width: 88%;
}

    .person_detail a {
        color: #59926d;
    }

.p_d_top {
    height: 50px;
    overflow: hidden;
}

.p_d_top_l {
    float: left;
    line-height: 25px;
}

.p_d_top_l_t a {
    font-size: 14px;
}

.p_d_top_r {
    float: right;
}

.p_d_bot div {
    line-height: 22px;
}

.person_detail .sel {
    color: Red;
}

#search_no {
    text-indent: 20px;
}

    #search_no p {
        color: #666666;
        margin: 15px 0;
        font-size: 14px;
    }

        #search_no p span {
            color: red;
        }

    #search_no dl {
        color: #999999;
        line-height: 18px;
    }
/*search end*/
/*left info*/
dl.person_info {
    overflow: auto;
    _zoom: 1;
    margin: .5em 0;
}

.person_info dt {
    float: left;
    display: inline;
    width: 16%;
    padding: 0 2%;
}

    .person_info dt img {
        width: 100%;
        display: block;
    }

.person_info dd {
    float: left;
    width: 80%;
    padding: 0 0 8px;
    display: block;
    overflow: visible;
    word-break: break-word;
    word-wrap: break-word;
}

    .person_info dd a {
        color: black;
        font-weight: 700;
        height: auto;
        white-space: normal;
    }

.user_atten {
    overflow: auto;
    _zoom: 1;
    margin: .6em 0;
    height: 2.3em;
}

    .user_atten li {
        float: left;
        width: 30%;
        text-align: center;
    }

        .user_atten li strong, .user_atten li span {
            display: block;
            line-height: 1.1em;
        }
/*end*/
/*essaydetail.aspx*/
.nextprev {
    text-align: center;
    font-size: .875em;
    margin: .5em 0;
}

    .nextprev a {
        color: #0082CB;
    }

        .nextprev a.next {
            margin-left: 10px;
        }
/*essaydetail.aspx end*/
