﻿
.bbs_right_login {
    width: 100%;
    margin-bottom: 0.1rem;
    /*overflow: hidden;*/
    background: #f4f4f4;
    padding: 0.15rem;
    zoom: 1;
}

    .bbs_right_login::after{
        content: "";
        display: block;
        opacity: 0;
        visibility: hidden;
        clear: both;
    }

    .bbs_right_pic {
        float: left;
        position: relative;
        width: 1.3rem;
        height: 1.3rem;
    }

    .bbs_right_pic img {
        width: 1.3rem;
        height: 1.3rem;
    }

.bbs_right_loginbtn {
    float: right;
    margin-top: 0.52rem;
    margin-right: 0.1rem;
}

    .bbs_right_loginbtn a {
        color: #666;
    }

.bbs_nologin_tip {
    font-size: 0.18rem;
    color: #333;
}

.bbs_person_info {
    width: 0.8rem;
    height: 1.2rem;
    float: right;
    color: #666;
}

.bbs_person_name {
    display: inline-block;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
}

.bbs_person_username {
    display: block;
    width: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbs_person_rank {
    margin-top: 0.1rem;
    display: inline-block;
    width: 0.4rem;
    height: 0.2rem;
    background: #ccc;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 0.2rem;
    vertical-align: middle;
}

.bbs_person_calendar {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}


.Calendar {
    background: #fff;
    padding-bottom: 0.3rem;
    border: 1px solid #e3e3e3;
    width: 4.8rem;
    z-index: 999;
    display: block;
    position: absolute;
    right: 0px;
    top: 0.3rem;
    display: none;
}

    .Calendar #toyear {
        width: 96%;
        margin: 0.15rem auto;
        text-align: center;
        color: #333;
    }

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex,
.fn-flex {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.Calendar #toyear .year-month {
    height: 100%;
    display: inline-block;
}

.Calendar #toyear #idCalendarPre,
.Calendar #toyear #idCalendarNext {
    text-align: center;
    color: #999;
    cursor: pointer;
}

.Calendar #toyear #idCalendarPre {
    padding-right: 0.7rem;
}

.Calendar #toyear #idCalendarNext {
    padding-left: 0.7rem;
}

.Calendar table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

    .Calendar table tr {
        text-align: center;
    }

        .Calendar table tr td {
            width: 0.3rem;
            height: 0.4rem;
            text-align: center;
            line-height: 0.4rem;
            border: 1px solid #e3e3e3;
            padding: 0;
        }

            .Calendar table tr td span {
                margin: 0 auto;
                display: block;
                border-radius: 100%;
            }

        .Calendar table tr .onToday span {
            background: url('/img/default/rili_bg.png') no-repeat center center;
        }



.bbs_person_signin {
    width: 0.3rem;
    vertical-align: bottom;
    margin-left: 0.05rem;
    cursor: pointer;
}
