﻿.essaystitle {
    background-color: white;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    font-weight: 700;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .essaystitle div {
        float: left;
        width: 33%;
        text-align: center;
        position: relative;
    }

        .essaystitle div.sel {
            color: #977dd6;
        }

    .essaystitle:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 21%;
        height: 2px;
        border-bottom: 2px solid #977dd6;
        transition: left .5s;
    }

    .essaystitle.col0:after {
        left: 6%;
    }

    .essaystitle.col1:after {
        left: 39%;
    }

    .essaystitle.col2:after {
        left: 72%;
    }

.essaylist {
    padding: 2px 3%;
}

    .essaylist a {
        color: #000;
    }

    .essaylist .item {
        background-color: white;
        margin: 4% 0 0 5%;
        border-radius: 25px 0 0;
        position: relative;
        background-clip: padding-box;
    }

        .essaylist .item .top {
            overflow-y: auto;
            background-color: #f2f2f2;
        }

        .essaylist .item .avatar {
            position: absolute;
            left: -5%;
            top: 0;
            width: 14%;
            box-sizing: border-box;
            background-color: #f2f2f2;
            border-radius: 100px;
        }

            .essaylist .item .avatar img {
                width: 100%;
                border-radius: 100px;
                vertical-align: middle;
            }

        .essaylist .item .right {
        }

            .essaylist .item .right div:first-child {
                padding: 3% 0 4% 11%;
                font-size: 110%;
                line-height: 0;
            }

            .essaylist .item .right div:last-child {
                font-size: 88%;
                color: #b4b4b4;
                padding: 1% 0 0% 11%;
                background-color: #fff;
                color: #696969;
            }

                .essaylist .item .right div:last-child span {
                    padding-left: 6%;
                    background: url('/Images/icon/time.png') no-repeat center left;
                    background-size: auto 90%;
                }

        .essaylist .item .action, .groupinfo .action {
            position: absolute;
            right: 0;
            top: 0;
            width: 6%;
            padding-top: 6%;
        }

            .essaylist .item .action:after, .groupinfo .action:after {
                content: "";
                position: absolute;
                padding: 23%;
                border: solid #c7c7cc;
                border-width: 0 2px 2px 0;
                right: 10%;
                top: 10%;
                box-sizing: border-box;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .essaylist .item .content, .essaylist .item .related, .essaylist .item .source, .essaylist .item .place, .essaylist .item .bot2 {
            padding: 5px 5% 5px;
        }

            .essaylist .item .related li {
                display: inline-block;
                margin: 2px 2px 0 0;
                vertical-align: top;
            }

        .essaylist .item .content {
            font-size: 110%;
            line-height: 130%;
            position: relative;
            overflow: hidden;
            word-break: break-all;
        }

            .essaylist .item .content span {
                color: #6eafd5;
            }

        .essaylist .item span.arrow {
            padding-left: 5%;
            margin-top: 10px;
            line-height: 25px;
            height: 25px;
            color: #977dd6;
            font-size: 88%;
        }

        .essaylist .item .source {
            font-size: 90%;
            padding-top: 0px;
            color: #666;
        }

            .essaylist .item .source span, .essaylist .item .source a {
                color: #977dd6;
                padding-left: 5px;
            }

        .essaylist .item .place {
            padding-top: 0px;
        }

            .essaylist .item .place span, .essaylist .item .place a {
                background: url('/Images/icon/nav.png?2') no-repeat center left;
                background-size: auto 100%;
                padding-left: 16px;
                font-size: 85%;
                color: #666;
            }

        .essaylist .item .bot {
            height: 40px;
            border-top: 1px solid #ececec;
            line-height: 40px;
        }

            .essaylist .item .bot div {
                float: left;
                width: 50%;
                text-align: center;
                color: #656565;
                font-size: 110%;
                position: relative;
            }

                .essaylist .item .bot div:first-child:after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 8px;
                    height: 24px;
                    width: 0;
                    border-right: 1px solid #ececec;
                }

                .essaylist .item .bot div span, .essaylist .item .bot div a {
                    background: no-repeat center left;
                    background-size: 16px;
                    padding-left: 20px;
                    color: #656565;
                }

                .essaylist .item .bot div:last-child a {
                    background-image: url('/Images/icon/msg.png?1');
                }

                .essaylist .item .bot div:first-child span {
                    background-image: url('/Images/icon/heart.png');
                }

                    .essaylist .item .bot div:first-child span.sel {
                        background-image: url('/Images/icon/heart3.png?1');
                    }

        .essaylist .item .bot2 {
            height: 30px;
            border-top: 1px solid #ececec;
            line-height: 30px;
        }

            .essaylist .item .bot2 span {
                display: inline-block;
                width: 28px;
                height: 28px;
                margin: 0 2px;
                border-radius: 100px;
                border: 1px solid #ececec;
            }

                .essaylist .item .bot2 span img {
                    width: 100%;
                    border-radius: 100px;
                }

                .essaylist .item .bot2 span:first-child {
                    background: url('/Images/icon/heart.png') no-repeat center;
                    background-size: 20px;
                    border: none;
                }

                    .essaylist .item .bot2 span:first-child.sel {
                        background-image: url('/Images/icon/heart3.png?1');
                    }

    .essaylist .sp::before {
        content: "精";
        position: absolute;
        right: 3px;
        top: 28px;
        width: 19px;
        height: 18px;
        line-height: 18px;
        background-color: #f2af2d;
        font-size: 90%;
        color: white;
        text-align: center;
        border-radius: 2px;
    }

    .essaylist .istop::before {
        content: "顶";
        position: absolute;
        right: 3px;
        top: 28px;
        width: 19px;
        height: 18px;
        line-height: 18px;
        background-color: #ff604e;
        font-size: 90%;
        color: white;
        text-align: center;
    }

.userinfo, .groupinfo {
    background-color: white;
    overflow-y: auto;
    padding: 15px 0;
}

    .userinfo .avatar, .groupinfo .avatar {
        float: left;
        width: 25%;
        box-sizing: border-box;
        text-align: right;
    }

    .userinfo .avatar {
        width: 30%;
    }

        .userinfo .avatar img, .groupinfo .avatar img {
            border-radius: 100px;
            vertical-align: middle;
            box-shadow: 0 0 1px 1px #c9c9c9;
            width: 90px;
        }

    .userinfo .right, .groupinfo .right {
        float: left;
        padding-left: 25px;
    }

        .userinfo .right div:first-child, .groupinfo .right div:first-child {
            padding-top: 3px;
            font-size: 110%;
            height: 28px;
            line-height: 28px;
        }

        .userinfo .right div:last-child, .groupinfo .right div:last-child {
            padding-top: 3%;
        }

            .userinfo .right div:last-child span, .groupinfo .right div:last-child span {
                line-height: 0;
                padding: 3% 0;
            }



.essaylist2 .item {
    padding: 3% 4% 3% 14%;
    position: relative;
}

    .essaylist2 .item:before {
        content: "";
        position: absolute;
        left: 8.3%;
        top: 0px;
        width: 0;
        height: 100%;
        border-right: 1px solid #977dd6;
    }

    .essaylist2 .item:first-child:before {
        top: 4%;
    }

    .essaylist2 .item:after {
        content: "";
        position: absolute;
        left: 6%;
        top: 3.7%;
        padding: 4.2%;
        margin-left: -4px;
        border-radius: 100px;
        background: #f2f2f2 url('/Images/icon/clock3.png') center no-repeat;
        background-size: 100% auto;
    }

    .essaylist2 .item:first-child {
        overflow: hidden;
    }

        .essaylist2 .item:first-child:after {
        }

.essaylist2 .left {
    padding-top: 2%;
    overflow-y: auto;
}

    .essaylist2 .left span:last-child {
        float: left;
        font-size: 115%;
        height: 18px;
        line-height: 18px;
    }

.essaylist2 .right {
    background-color: white;
    border-radius: 5px;
    padding: 2% 4% 0;
    box-sizing: border-box;
    margin-top: 6px;
}

    .essaylist2 .right a {
        color: black;
    }

    .essaylist2 .right .source {
        color: #b4b4b4;
    }

        .essaylist2 .right .source span {
            color: #977dd6;
            padding-left: 5px;
        }

    .essaylist2 .right .content {
        font-size: 110%;
        line-height: 130%;
        padding: 3px 0 5px;
        overflow: hidden;
        word-break: break-all;
    }

        .essaylist2 .right .content span {
            color: #6eafd5;
        }

    .essaylist2 .right .related .relatedbox {
        display: inline-block;
        margin: 2px 2px 0 0;
        vertical-align: top;
    }

.essaylist2 .item .bot {
    height: 40px;
    border-top: 1px solid #f2f2f2;
    line-height: 40px;
    margin-top: 5px;
}

    .essaylist2 .item .bot div {
        float: left;
        width: 50%;
        text-align: center;
        color: #656565;
        font-size: 110%;
        position: relative;
    }

        .essaylist2 .item .bot div:first-child:after {
            content: "";
            position: absolute;
            right: 0;
            top: 8px;
            height: 24px;
            width: 0;
            border-right: 1px solid #e1e1e1;
        }

        .essaylist2 .item .bot div span, .essaylist2 .item .bot div a {
            background: no-repeat center left;
            background-size: 18px;
            padding-left: 20px;
        }

        .essaylist2 .item .bot div:last-child a {
            background-image: url('/Images/icon/msg.png');
        }

        .essaylist2 .item .bot div:first-child span {
            background-image: url('/Images/icon/heart.png');
        }

            .essaylist2 .item .bot div:first-child span.sel {
                background-image: url('/Images/icon/heart3.png');
            }

.groupinfo {
    padding: 0;
    position: relative;
}

    .groupinfo .b1 {
        background-color: #977dd6;
        overflow-y: auto;
        padding: 3% 2% 3.3%;
        color: #fff;
    }

    .groupinfo .avatar {
        overflow: auto;
    }

        .groupinfo .avatar img {
            border-radius: 0;
            border: 1px solid #ccc;
            width: 80px;
            height: 80px;
        }

    .groupinfo .right {
        width: 75%;
        box-sizing: border-box;
        overflow: auto;
    }

        .groupinfo .right div:last-child span.gi {
            margin: 0 5px;
            display: inline-block;
            background: no-repeat center left;
            background-size: 15px auto;
            padding-left: 20px;
        }

            .groupinfo .right div:last-child span.gi:first-child {
                margin-left: 0;
                background-image: url('/Images/icon/member.png');
            }

            .groupinfo .right div:last-child span.gi:nth-child(2n+2) {
                margin-left: 10px;
                background-image: url('/Images/icon/essay.png');
            }

#groupinfo .action {
    right: 3%;
    top: 4%;
}

    #groupinfo .action::after {
        border-color: #fff;
    }

.followbtn {
    margin-left: 5px;
    display: inline-block;
    width: 47px;
    height: 22px;
    line-height: 22px;
    font-size: 90%;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #977dd6;
}

a.followbtn.defollow {
    background-color: transparent;
    color: #fff;
}

.focus {
    position: absolute;
    bottom: 0;
    right: -15px;
    background: rgba(221,221,220,.7) url('/Images/icon/focus2.png') no-repeat center 5px;
    background-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    box-shadow: 0 0 .5px .5px #ccc;
}

.essaylist .focus {
    position: absolute;
    bottom: 0;
    top: 5px;
    right: 50px;
    background: rgba(221,221,220,.7) url('/Images/icon/focus2.png') no-repeat center 5px;
    background-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    box-shadow: 0 0 .5px .5px #ccc;
}

.focus.dis {
    background-image: url('/Images/icon/focusdis.png');
}

.focus::after {
    position: absolute;
    content: "关注";
    bottom: 3px;
    left: 50%;
    margin-left: -12px;
    color: #dd137b;
    font-size: 95%;
}

.focus.dis::after {
    content: "取关";
    color: #666;
}

.focus.ing::after {
    content: "稍候";
    color: #666;
    font-size: 90%;
}

.g-moreinfo {
    padding: 0 3%;
    box-sizing: border-box;
    height: 41px;
    line-height: 41px;
    background: white;
    margin: 0 4%;
}

    .g-moreinfo a {
        display: inline-block;
        width: 100%;
    }

        .g-moreinfo a div:first-child {
            float: left;
            padding-left: 27px;
            text-decoration: none;
            color: #333;
            position: relative;
        }

.groupinfo .g-moreinfo {
    padding: 0;
}

    .groupinfo .g-moreinfo a div:first-child:after {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
        width: 23px;
        height: 23px;
        border-radius: 100px;
        background: no-repeat center;
        background-size: auto 16px;
        background-image: url(/images/icon/jing.png);
    }

.groupinfo .g-moreinfo {
    border-bottom: 1px solid #eee;
}

.g-moreinfo a div:last-child {
    float: right;
    padding-right: 20px;
    background: url(/images/bg/rightarrow.png?1) no-repeat center right;
    background-size: 20px;
    color: #9b9b9b;
    font-size: 90%;
    text-decoration: none;
}

.g-moreinfo.sp a div:first-child:after {
    background-image: url(/images/icon/member2.png);
}

.g-moreinfo.sp2 a div:first-child:after {
    background-image: url(/images/icon/notice.png);
}

.messagesummary .g-moreinfo a div:first-child {
    float: left;
    padding-left: 27px;
    text-decoration: none;
    color: #696969;
    position: relative;
    background: no-repeat left center;
    background-size: 19px;
    background-image: url(/images/icon/jing.png);
}

.groupsel .title {
    line-height: 0;
    background-color: #fff;
    padding: 5% 3%;
    margin-top: 2.8%;
    border: solid #ddd;
    border-width: 1px 0;
}

.groupsel .item {
    background-color: white;
    overflow-y: auto;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

    .groupsel .item .avatar {
        float: left;
        width: 25%;
        box-sizing: border-box;
        text-align: right;
    }

        .groupsel .item .avatar img {
            border-radius: 100px;
            vertical-align: middle;
            border: 1px solid #c9c9c9;
            width: 60px;
            height: 60px;
        }

    .groupsel .item .right {
        float: left;
        padding-left: 15px;
        color: #696969;
    }

        .groupsel .item .right div:first-child {
            padding-top: 3px;
            font-size: 110%;
            height: 28px;
            line-height: 28px;
        }

        .groupsel .item .right div:last-child {
            font-size: 90%;
        }

            .groupsel .item .right div:last-child span {
                display: inline-block;
            }

                .groupsel .item .right div:last-child span:first-child {
                    padding-right: 10px;
                }

    .groupsel .item a {
        display: inline-block;
        width: 100%;
    }


.quancover {
    text-align: center;
    background-color: #fff;
    padding-bottom: 10.4%;
}

    .quancover div:first-child {
        height: 100px;
        padding: 15px 10px 3px;
        box-sizing: border-box;
    }

        .quancover div:first-child a {
            display: inline-block;
            height: 100%;
            width: 80px;
            border: 1px solid #ddd;
            background-size: 70px;
            position: relative;
        }

            .quancover div:first-child a:before {
                content: "";
                position: absolute;
                width: 60px;
                left: 10px;
                top: 50%;
                border-bottom: 4px solid #ddd;
                margin-top: -2px;
            }

            .quancover div:first-child a:after {
                content: "";
                position: absolute;
                height: 70%;
                left: 50%;
                top: 15%;
                border-right: 4px solid #ddd;
                margin-left: -2px;
            }


        .quancover div:first-child img {
            height: 100%;
            display:none;
        }

    .quancover.sel div:first-child a:before {
        content: none;
    }

    .quancover.sel div:first-child a:after {
        content: none;
    }

.quanintro {
    margin: 2.5% 4% 0;
    padding: 3.5%;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
}

    .quanintro textarea {
        height: 85px;
    }

.messagelist .item {
    margin-top: 5px;
    background-color: white;
    border: #eee solid;
    border-width: 1px 0;
}

    .messagelist .item .b1 {
        height: 30px;
        line-height: 30px;
    }

        .messagelist .item .b1 span {
            margin-left: 10px;
        }

        .messagelist .item .b1 img {
            width: 25px;
            height: 25px;
            border-radius: 100px;
            vertical-align: middle;
        }

    .messagelist .item .b2 {
        padding: 3px 0;
        line-height: 20px;
    }

    .messagelist .item .b3 {
        padding: 3px 0;
        line-height: 20px;
        font-size: 80%;
        color: #d0d0d0;
    }

        .messagelist .item .b3 a {
            color: #6eafd5;
        }

    .messagelist .item .b4 {
        font-size: 80%;
        height: 25px;
        line-height: 25px;
        padding-bottom: 3px;
    }

        .messagelist .item .b4 span:first-child {
            float: left;
            color: #d0d0d0;
        }

        .messagelist .item .b4 span:last-child {
            float: right;
            color: #dd137b;
            background: url('/Images/icon/msg2.png') no-repeat left center;
            background-size: 20px;
            padding-left: 23px;
        }

.moreaction {
    position: fixed;
    left: 50%;
    width: 180px;
    top: 30%;
    margin-left: -90px;
    font-size: 14px;
    background: #fff;
    background-clip: padding-box;
    border-radius: 8px;
    z-index: 101;
    opacity: 0;
    transition: opacity .5s;
}

    .moreaction div {
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-top: 1px solid #eee;
        font-size: 120%;
        color: #1d1513;
        transition: height .5s;
    }

        .moreaction div a {
            color: #1d1513;
        }

        .moreaction div:first-child {
            border-top: none;
        }



.memberlist {
    padding-top: 10px;
    overflow: auto;
}

    .memberlist div {
        float: left;
        width: 25%;
        text-align: center;
        padding: 8px 8px 0;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    .memberlist.edit div:after {
        content: "";
        position: absolute;
        top: 7px;
        right: 7px;
        width: 18px;
        height: 18px;
        border: 1px solid white;
        border-radius: 100px;
        background: url('/Images/icon/edit.png?1') no-repeat center;
        background-size: 100% auto;
    }

    .memberlist div.admin:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 18px;
        height: 18px;
        border: 1px solid white;
        border-radius: 100px;
        background: rgba(255,255,255,.6) url('/Images/icon/bluecrown.png') no-repeat center;
        background-size: 14px;
    }

    .memberlist div.owner:before {
        background-image: url('/Images/icon/yellowcrown.png');
    }

    .memberlist div.owner:after {
        content: none;
    }

    .memberlist div img {
        vertical-align: middle;
        width: 100%;
    }

    .memberlist div span {
        display: block;
        height: 22px;
        line-height: 22px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #666;
        width: 100%;
    }

#addgrouphandler {
    padding: 4% 3% 55px;
}

    #addgrouphandler a {
    }

#noticewarpper {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    cursor: pointer;
    text-align: center;
    background: white url(/images/icon/mail.png) center no-repeat;
    background-size: 26px 18px;
    opacity: 0.8;
    z-index: 99;
    border-radius: 50px;
    bottom: -50px;
    right: 15px;
    position: fixed;
    transition: bottom 1s;
    font-size: 80%;
    color: #977dd6;
}

    #noticewarpper.has:after {
        content: "";
        position: absolute;
        right: 2px;
        top: 6px;
        width: 6px;
        height: 6px;
        border-radius: 100px;
        background-color: red;
        -webkit-animation: animate-msg 1s linear infinite;
        animation: animate-msg 1s linear infinite;
    }

@-webkit-keyframes animate-msg {
    0% {
        background-color: #f5f5f5;
    }

    50% {
        background-color: red;
    }

    100% {
        background-color: #f5f5f5;
    }
}

.cmtlist {
    margin-top: 2%;
}
