 
/* 导航 */
.community-menu{
    background: #ffffff;
    height: 66px;
    box-shadow: 0px 4px 12px 0px rgba(26,59,85,0.04);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.community-menu .community-nav{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.community-menu .community-nav .community-nav-menu{
    display: flex;
    align-items: center;

}
.community-menu .community-nav .community-nav-menu .menu-item{
    color: #333;
    font-size: 16px;
    margin-right: 28px;
    line-height: 22px;
    cursor: pointer;
    height: 66px;
    display: flex;
    align-items: center;
}
.community-menu .community-nav .community-nav-menu .menu-item:hover{
    color: #FA6400;
}
.community-menu .community-nav .community-nav-menu .menu-item.active{
    color: #FA6400;
    font-weight: bold;
    border-bottom: 3px solid #FA6400;
}

.community-menu .community-nav .community-nav-menu .menu-btn{
    height: 32px;
    border-radius: 16px;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    background-color: #FA6400;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
}

.community-nav .menu-search{
    width: 330px;
    height: 34px;
    background: #F5F5F5;
    border-radius: 23px;
    padding: 0 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.community-nav .menu-search input{
    height: 100%;
    background: transparent;
    color: #666;
    border: 0;
    outline: none;
    width: calc(100% - 50px);
}

.community-nav .menu-search img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.community-menu .community-nav .community-nav-right {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.community-menu .community-nav .community-nav-right div:nth-child(2) img{
   width: 18px;
   height: 18px;
}
.community-menu .community-nav .community-nav-right .point{
    width: 5px;
    height: 5px;
    background: #f00;
    border-radius: 50%;
    top: 0;
    right: -4px;
    position: absolute;
    display: none;
}
.community-menu .community-nav .community-nav-right>div{
    margin-left: 22px;
    line-height: 1;
    font-size: 16px;
    position: relative;
}
.community-menu .community-nav .community-nav-right .login{
    color: #FA6400;
}
.community-menu .community-nav .community-nav-right .login a{
    text-decoration: none;
    color: #FA6400;
    font-size: 16px;
    position: relative;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed{
    position: absolute;
    width: 285px;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    right: -20px;
    top: 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    color: #333;
    display: none;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed:before{
    content: ' ';
    top: -7px;
    right: 30px;
    bottom: unset;
    position: absolute;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed:after{
    content: ' ';
    top: -7px;
    top: -20px;
    right: 0;
    bottom: unset;
    position: absolute;
    width: 62px;
    height: 29px;
    background: rgba(0,0,0,0);

}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-info{
    display: flex;
    padding: 25px 15px;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-info .img{
    margin-right: 15px;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-info .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-info .info .remark{
    margin-top: 10px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-info .info .nickname{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-info .img img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-num{
    display: flex;
    padding: 18px 15px;
    margin: 0 15px;
    justify-content: space-around;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .bottom{
    color: #2469F6;
    font-size: 14px;
    text-align: center;
    padding: 15px ;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-num>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.community-menu .community-nav .community-nav-right .login a .member-fixed .member-num>div>div:last-child{
    margin-top: 14px;
    font-weight: bold;
    font-size: 18px;
}
.community-menu .community-nav .community-nav-right .login img{
    height: 36px;
    height: 36px;
    border-radius: 50%;

}
.community-menu.transparent{
    background: transparent;
}
.community-menu.transparent .menu-item.active{
    color: #fff!important;
    font-weight: bold;
    border-bottom: 2px solid #fff!important;
}
.community-menu.transparent .menu-item{
    color: #fff!important;
}
.community-menu.transparent .menu-btn{
    background: #FFFFFF!important;
    color: #2469F6!important;
}
.community-menu.transparent .community-nav-right>div{
    color: #fff;
}

.community-container{
    display: flex;
    justify-content: space-between;
}
.community-container .community-container-left{
    flex: 1;
    border-radius: 6px;
}
.community-container .community-container-right{
    width: 338px;
    margin-left: 44px;
}
.alert{
    position: fixed;
    top: 10%;
    width: 240px;
    left: calc(50% - 100px);
    z-index: 999;

}
.null-news{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    color: #999;
    flex-direction: column;
}

.null-news img{
    width: 200px;
}
.null-news span{
    color: #999;
    font-size: 14px;
}
