@charset "utf-8";
body,html{
    height:100%;
}
.user-section{
     padding-right: 10px;
    min-height: 900px;
 }
.main .fixed{
    position: fixed;
    top: 574px;
    z-index: 1000;
    transition: all .2s ease-in-out;/*bind wechat*/
    overflow: hidden;
    border-radius: 2px;
    height: 195px;
}
.main .fixed2{
    position: fixed;
    top: 70px;
    z-index: 1000;
    transition: all .2s ease-in-out;/*bind wechat*/
    overflow: hidden;
    border-radius: 2px;
    height: 494px;
}
.hot-section{
    min-height: 900px;
}
.user-block, .apply-block{
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}
.apply-block{
    display: none;
}
.user-block .bg-banner{
    width: 100%;
    height: 77px;
    overflow: hidden;
    /*background-color: #ddd;*/
}
.user-block .bg-banner img{
    width: 100%;
    -webkit-filter: blur(15px); /* Chrome, Opera */
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
.user-block .user-img{
    position: absolute;
    width: 61px;
    height: 61px;
  /*  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    left:0;
    right:0;
    top: 35px;
    margin: 0 auto;
}
.user-block .user-img img{
    width: 100%;
    height:100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.user-block .user-detail{
    padding: 16px 6px;
}
.user-block .signin-btn{
    margin: 30px auto;
    display: block;
    width: 100px;
    text-align: center;
    background-color: #398FD1;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 36px;
    display: none;
}
.user-block .user-name{
    text-align: center;
    font-size: 16px;
    margin-top: 7px;
    color: #333;
    display: inline-block;
    width: 100%;
}
.user-block .user-name .tem-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-image:url(/img/tmpuser.svg)
}
.user-block .user-atten{
    height: 35px;
    margin-top: 10px;
    text-align: center;
}
.user-block .user-atten li{
   display: inline-block;
    text-align: center;
    width: 69px;
    border-right: 1px solid #E1E8ED;
    cursor: pointer;
}
.user-block .user-atten li span{
    display: block;
}
.user-block .user-atten li:last-child{
    border-right:none;
}
.user-block .user-atten li a{
    text-decoration: none;
}
.user-block .user-atten li a span:first-child{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    transition: all ease-in-out .2s ;
}
.user-block .user-atten li a span:first-child:hover{
    color: #398FD1;
}
.user-block .user-atten li a span:last-child{
    color: #868686;
    font-size: 12px;
}

.apply-block{
    padding: 22px 20px;
}
.apply-block .apply-title,.apply-block .apply-btn,.apply-block .ggroup-qq{
    text-align: center;
    font-size: 14px;
}
.apply-block .apply-title{
    color: #666;
}
.apply-block .apply-btn{
    background-color: #398fd1;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 40px;
    margin: 10px 0;
    cursor: pointer;
}
.apply-block .ggroup-qq{
    color: #ccc;
}

.recommend-block,.tags-block,.tweets-block{
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}
.recommend-block .recommend-title,.tags-block .tags-title,.tweets-block .tweets-title{
    padding: 13px 16px;
    color: #66757F;
    border-bottom: 1px solid #E1E8ED;
    position: relative;
    font-size: 14px;
}
.tags-block .tags-title .cancel-btn{
    float: right;
    cursor: pointer;
    transition: all .2s ease-in-out;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
}
.tags-block .tags-title .close-icon{
    margin-right: 5px;
}
.recommend-block .recommend-title .refresh,.tweets-block .tweets-title .refresh{
    position: absolute;
    right: 16px;
    cursor: pointer;
}
.recommend-block .recommend-title .refresh-btn,.tweets-block .tweets-title .refresh-btn{
    font-size: 12px;
}
.recommend-block .recommend-title .refresh .rotate,.tweets-block .tweets-title .refresh .rotate{
    animation: rotate 1s infinite linear;
}
.recommend-block .recommend-list{
    padding: 5px 0 15px;
}
.recommend-block .recommend-list .no-user{
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #aaa;
}
.recommend-block .recommend-item{
    padding: 9px 16px;
    transition: all .2s ease-in-out;
}
.recommend-block .recommend-item:hover{
    background-color: #fafafa;
}
.recommend-block .recommend-item:hover .bk-follow-icon{
    color: #398FD1;
}
.recommend-block .recommend-item .item-ava{
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 10px;
}
.recommend-block .recommend-item .item-ava img{
    width: 100%;
    height:100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.recommend-block .recommend-item .recommend-detail{
    font-size: 14px;
}
.recommend-block .recommend-item .recommend-detail .bk-follow-icon{
    border: 1px solid #E1E8ED;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 70px;
    text-align: center;
    line-height: 22px;
    height: 25px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    margin-top: 2px;
    background-color: #fff;
}
.recommend-block .recommend-item .recommend-detail .recommend-name{
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend-block .recommend-item .recommend-detail .recommend-name a{
    text-decoration: none;
    color: #66757F;
}
.recommend-block .recommend-item .recommend-detail .add-icon{
    color: #398FD1;
    font-size: 16px;
    font-weight: 700;
}
.tags-block .tags-list{
    min-height: 195px;
    /*padding: 14px 12px;*/
    border-top: 1px dashed #f2f2f2;
    padding-top: 15px;
}
.tags-block .tags-list .item-container{
    display: inline-block;
    white-space: nowrap;
}
.tags-block .tags-list .tags-item{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 2px;
    padding: 0 4px;
    color: #66757F;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.tags-block .tags-list .tags-item:hover{
    color: #fff;
    background-color: #0f88eb;
}
.tags-block .tags-list .tags-item.on{
    color: #fff;
    background-color: #0f88eb;
}
.tags-block .tags-list .fenceitem{
    padding: 0 4px;
    color: #ccc;
}
.tweets-block .tweet-list{
    padding: 12px 0;
}
.tweets-block .tweet-item{
    padding: 4px 14px;
    transition: all .2s ease-in-out;
}
.tweets-block .tweet-item:hover{
    background: #fafafa;
}
.tweets-block .tweet-item a{
    text-decoration: none;
    color: #66757F;
}
.tweets-block .tweet-item .tweet-title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tweets-block .tweet-detail {
    color: #000;
    margin-top: 2px;
}
.tweets-block .tweet-detail i{
    color: #66757F;
    margin-right: 4px;
}
.tweets-block .tweet-detail .comments-num{
    margin-right: 13px;
}

/*旋转*/
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(540deg);
    }
}
@-o-keyframes rotate {
    0%{
        -o-transform: rotate(0deg);
    }
    100%{
        -o-transform: rotate(540deg);
    }
}
@-webkit-keyframes rotate {
    0%{
        -webkit-transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(540deg);
    }
}
@-moz-keyframes rotate {
    0%{
        -moz-transform: rotate(0deg);
    }
    100%{
        -moz-transform: rotate(540deg);
    }
}

/*空状态*/
.empty-div{text-align: center;padding: 60px;color: #999; height: 600px;}
.empty-p1{font-size: 20px;margin-bottom: 16px;}
.empty-p2{font-size: 14px;}


.anchor .anchor-p{
    width: 100%;
    line-height: 37px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 2px;
}
.anchor .anchor-title{
    width: 100%;
    line-height: 37px;
    font-size: 14px;
    border-radius: 2px;
    padding-left: 17px;
    font-weight: bold;
}
.anchor .anchor-p.on{
    background-color: rgb(239,246,250);
}
.anchor .anchor-p a{
    text-decoration: none;
    color: #555;
    width: 100%;
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
}
.anchor .anchor-p a .count{
    display: inline-block;
    height: 20px;
    width: 31px;
    text-align: center;
    float: right;
    line-height: 20px;
    background-color: #E1E8ED;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
    top: 8px;
}
.anchor .anchor-p a.active .count{
    background-color: #0F88EB;
}
.anchor .anchor-p.on a{
    color: #259;
}
.anchor .anchor-p:hover{
    background-color: rgb(239,246,250);
}
.anchor .anchor-p:hover a{
    color: #259;
}
.anchor .anchor-p .at-num{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #cc0000;
    min-width: 26px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    height: 17px;
    margin-left: 8px;
    padding: 0 9px;
    font-size: 12px;
}
.anchor .anchor-p#followers_item{
    position: relative;
}
.anchor .anchor-p .red-circle{
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;;
    position: absolute;
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #cc0000;
    top: 11px;
    left: 90px;
}
.anchor .anchor-underline{
    height: 20px;
    display: flex;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.anchor .anchor-underline span{
    width: 100%;
    margin-right: 17px;
    display: inline-block;
    border-bottom: 1px solid rgba(180,180,180,.4);
    margin-left: 17px;
    margin-top: 10px;
    height: 1px;
}
/*渐变*/
.gradient{
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to bottom, rgba(255,255,255, 0)0%, rgba(10,10,10,.5)40%,rgba(0,0,0,.9)100% );*/
    background-image: url(/img/community/q_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: contain;
    top: 0;
    background-color: #000;
}

/*背景*/
#container{
    height: 100%;
}
#output {
    width: 100%;
    height: 100%;
    position: fixed;

}
#container .container{
    position: absolute;
    margin: 50px auto 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255,255,255, .1);
    padding-top: 20px;
    min-height: 100%;
    transition: all .2s ease-in-out;/*bind wechat*/
}
@media screen and (max-width: 996px){
    #container .container{
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px){
    #container .container{
        padding-left: 0;
        padding-right: 0;
    }
}


/*框架*/
/*#container .container{
    height:100%;
}*/
#container .container .col-md-2{
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px){
    #container .container {
        width: 1005px;
    }
}

.main>.col-md-7{
    padding-left: 0;
    padding-right: 10px;
    /*width: 60.3%;*/
}
.main>.col-md-3{
    padding-left: 0;
    padding-right: 0;
    width: 23%;
}
@media screen and (max-width: 991px){
    .main>.col-md-7 {
        width: 100%;
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media screen and (min-width: 992px){
    .community .container {
        width: 1020px;
    }
}

@media screen and (min-width: 992px){
    #container .container .col-md-2{
        width: 14.8%;
    }
    #container .container .col-md-10{
        width: 85.2%;
    }
    #container .container .col-md-7{
        width: 62.2%;
        padding-left: 0;
        padding-right: 10px;
    }
    #container .container .col-md-3{
        padding-left: 0;
        padding-right: 0;
        width: 23%;
    }
    #container .container .col-md-9{
        padding-right: 0;
        padding-left: 8px;
        width: 77%;
    }
}
#container .container>.col-md-10{
    padding-left: 1px;
    padding-right: 1px;
}
.anchor{
    width: 222px;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px 0;
}
.group-title{
    width: 100%;
    background: #fff;
    line-height: 42px;
    border-radius: 2px 2px 0 0;
    padding: 0 25px;
    border-bottom: 1px solid #e8eef1;
    position: relative;
}
.group-title .back-tab{
    font-size: 13px;
    color: #0f88eb;
    margin-right: 17px;
}
.group-title .back-tab i{
    font-size: 17px;
    margin-right: 10px;
}
@media screen and (max-width: 767px){
    .group-title .back-tab i{
        margin-right: 0px;
        margin-left: 5px;
    }
}
.group-title .group-tab{
    font-size: 13px;
    color: #868686;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    margin-right: 17px;
}
.group-title .group-tab.on{
    color: #333;
    font-weight: bold;
}
.group-title .right-div{
    float: right;
    font-size: 15px;
    margin-right: 5px;
}
.group-title .right-div .right-span{
    color: #999;
    margin-right: 4px;
}
.group-title .right-div .right-a{
    color: #226dd4;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .group-title{
        padding: 0 5px;
    }
    .group-title .group-tab{
        padding: 0 1px;
        margin-right: 5px;
        font-size: 14px;
        line-height: 25px;
    }
    .group-title .back-tab{
        font-size: 14px;
        margin-right: 5px;
    }
    .group-title .group-tab.on{
        padding: 0 4px;
        font-size: 14px;
    }
    .group-title .right-div{
        display: none;
    }
}

/*标签*/
.tags-block .search,.tags-info .search {
    position: relative;
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
}
.tags-info .search{
    padding: 10px 0;
    margin-bottom: 10px;
}
.tags-block .search .fa,.tags-info .search .fa{
    position: absolute;
    right: 12px;
    padding: 0;
    color: #868686;
    line-height: 26px;
    width: 26px;
}
.tags-info .search .fa{
    line-height: 32px;
    right: 5px;
}
.tags-block .search #tweet_search,.tags-info .search #tweet_search{
    border-radius: 0;
    height: 27px;
    font-size: 12px;
    padding-right: 27px;
    border-color: #E1E8ED;
    outline: none;
}
.tags-block .tags-section{
    padding: 10px 18px;
    height: 264px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.tags-block .tags-section.open{
    height: 715px;
    transition: all .2s ease-in-out;
}
 .tags-list-title{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}
.tags-time,.tags-type{
    margin-bottom: 15px;
}
 .tags-rank{
    margin-bottom: 18px;
}
.tag-time-item,.tag-type-item, .tag-rank-item{
    color: #66757F;
    cursor: pointer;
    height: 19px;
    padding: 0 2px;
    border-bottom: 2px solid #fff;
}

 .tag-time-item.on, .tag-type-item.on, .tag-rank-item.on,.tags-section .tag-time-item:hover,.tags-section .tag-type-item:hover,.tags-section .tag-rank-item:hover{
    border-bottom: 2px solid #0f88eb;
}
 .tag-rank-item-container{
    display: inline-block;
    margin-bottom: 3px;
    height: 22px;
    white-space: nowrap;
}
 .square-num{
    display: inline-block;
    width: 13px;
    height: 13px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    margin-right: 4px;
}
 .square-num0{
    background-color: #ccc;
}
 .square-num1{
    background-color: #ff3300;
}
 .square-num2{
    background-color: #ff9966;
}
 .square-num3{
    background-color: #ffcc66;
}
 .verticale-line{
    color: #f2f2f2;
    font-size: 14px;
}
 .tags-sub-title{
    color: #66757F;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 13px;
}
 .tags-class{
    color: #66757F;
    margin-bottom: 15px;
}
 .verticale-line{
    margin: 0 3px;
}
 .tag-item{
    margin-bottom: 3px;
    display: inline-block;
    cursor: pointer;
    padding: 0 4px;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 19px;
    border-bottom: 2px solid #fff;
}
 .tag-item:hover{
    border-bottom: 2px solid #0f88eb;
}
 .tag-item.on{
    border-bottom: 2px solid #0f88eb;
}
.tags-block .open-close-operate{
    text-align: center;
    cursor: pointer;
    width: 100px;
    margin:0 auto;
    color: #BBBBBB;
    padding-bottom: 15px;
    padding-top: 15px;
}

#search_area .menu .filtrate{
    float: right;
    margin-bottom: 9px;
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 100px;
    top: 0;
    font-size: 13px;
    margin-right: 10px;
}
#search_area .menu .filtrate.on{
    color: #0f88eb;
}
@media screen and (max-width: 348px) {
    #search_area .menu .filtrate{
        right: 10px;
    }
}
.tags-info{
    padding: 10px 0;
}
#search_area .menu{
    display: -webkit-flex;
    position: relative;
}
/*移动端菜单*/
/*#slide_menu {position: fixed;top: 70px;bottom: 0;width: 118px;min-height: 100vh;overflow-y: scroll;
    -webkit-overflow-scrolling: touch;z-index: 999;display: none;left: 0;background-color: rgba(51,51,51,0.9);}
#slide_menu .anchor-p{width: 100%;line-height: 30px;color: #fff;font-weight: 400;font-size: 14px;
    cursor: pointer;transition: all .2s ease-in-out;}
#slide_menu .anchor-p.on{background-color: rgba(160,160,160, .3);}
#slide_menu .anchor-p a{text-decoration: none;color: #fff;width: 100%;display: inline-block;padding-left: 15px;}
#slide_menu .anchor-underline{height: 20px;display: flex;cursor: pointer;transition: all .2s ease-in-out;}
#slide_menu .anchor-underline span{width: 85px;display: inline-block;border-bottom: 1px solid rgba(255,255,255,.4);
    margin-left: 15px;margin-top: 10px;height: 1px;}*/
.slide-toggle-button{position: fixed;left: 3px;bottom: 30px;z-index: 1030;width: 25px;height: 25px;color: #fff;
    background: none;font-size: 22px;display: none;text-shadow: 0 0 5px #000;}
@media (max-width: 991px){
    .slide-toggle-button{display: block;}
}
#container .menu-mask{z-index: 888;position: fixed;top: 0;right: 0;bottom: 0;
    left: 0;background-color: #000;-khtml-opacity: .5;-moz-opacity: .5;opacity: .5;filter: alpha(opacity=50);}
#container #menu_close{position: fixed;left: 90px;bottom: 30px;z-index: 1030;width: 25px;height: 25px;color: #fff;
    background: none;font-size: 22px;display: none;text-shadow: 0 0 5px #000;}

#slide_menu{display: none;}
#slide_menu .phone-fixed {
    position: fixed;
    top: 70px;
    z-index: 1000;
    transition: top .2s ease-in-out;
    bottom: 0;
}
@media (max-width: 360px){
    #slide_menu .phone-fixed {
        top: 61px;
    }
}
#slide_menu .phone-fixed .phone-anchor {
    width: 125px;
    /*background-color: #fff;*/
    background-color: rgba(51,51,51,0.9);
    border-radius: 2px;
    height: 100%;
}
#slide_menu .phone-fixed .phone-anchor .anchor-p {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 2px;
}
#slide_menu .phone-fixed .phone-anchor .anchor-p.on {
    background-color: rgba(255,255,255,0.5);
}
#slide_menu .phone-fixed .phone-anchor .anchor-p a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
}
#slide_menu .phone-fixed .phone-anchor .anchor-p.on a {
    color: #fff;
}
#slide_menu .phone-fixed .phone-anchor .anchor-underline{
    height: 1px;
    display: flex;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
#slide_menu .phone-fixed .phone-anchor .anchor-underline span{
    width: 100%;
    margin-right: 17px;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin-left: 17px;
    height: 1px;
}
.toptic-switch{
    position: absolute;
    right: 12px;
    top: 11px;
    color: #ccc;
    padding: 5px;
}