#btnRight {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#btnRight:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74;
}

#indexRight {
    float: left;
    width: 360px;
    margin-top: 89px;
    z-index: -1;
    height: 100%;
    padding-bottom: 100px;
    overflow: hidden;
}

#adRight {
    position: fixed;
    top: 80px;
    width: 360px;
    display: none;
    transition: all 0.2s;
}
.vip_hot_title{
    color: #4a4a4a;
    font-size: 16px;
    text-align:center;
    font-weight:500;
    height:50px;
    line-height:50px;
    background-color:#fff;
    border-bottom:1px solid #dfdfdf;
}
.right_hot_tags {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background-color: #ffffff;
}

.right_hot_tags .right_tag_item {
    width: 25%;
    display: inline-block;
    float: left;
    color: #4a4a4a;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
}

.right_hot_tags .right_tag_select,
.right_hot_tags .right_tag_item:hover {
    box-shadow: 0 0 13px 0px rgba(196, 208, 231, 0.5);
    position: relative;
}

.right_hot_tags .right_tag_item>img {
    width: 26px;
}

.right_hot_tags .right_tag_item>span {
    display: block;
    margin-top: 8px;
}
.right_what_chat{
    padding:0 20px;
    height:50px;
    line-height:50px;
    margin-top:12px;
    background:#fff;
    border-bottom:1px solid #e1e1e7;
}
.right_know_chat{
    float:right;
    font-size:14px;
    color:#9b9b9b
}
.right_follow{
    line-height:20px;
    margin:0 0 5px 22px;
    font-weight:500;
    padding-top:5px;
}
.right_box{
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}
.right_create{
    width:96px;
    height:40px;
    display:inline-block;
    line-height: 40px;
    background:#FFDFC6;
    color:#FF700A;
    font-size:12px;
    text-align:center;
    margin:20px 0;
    border-radius: 3px;
}
.right_become{
    width:96px;
    height:40px;
    line-height: 40px;
    background:#fff;
    display:inline-block;
    color:#9b9b9b;
    font-size:12x;
    text-align:center;
    margin:20px 0;
    border: 1px solid #bbb;
    border-radius: 3px;
}
.right_become:focus{
    color: #9b9b9b;
}
.right_become:hover{
    color:#ff9100;
    border: 1px solid #ff9100;
}
.right_join{
    text-align:center;
    color:#9b9b9b;
    border-top:1px solid #e1e1e7;
    padding:15px 0 0;
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.right_hot_tag_select{
    background-color:#fff;
    height: 40px;
    font-size: 16px;
    line-height:40px;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#FF700A;
}
.right_hot_tag{
    background-color:#fff;
    height: 40px;
    font-size: 16px;
    line-height:40px;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#b1b1b1;
}
.right_publish_chat{
    background:#fff;
    margin-bottom:12px;
    overflow:hidden;
}
.right_publish_chat .publish_box {
    background:url('https://images.gitchat.cn/Fs0yS2EyM5EWaa9YClzJgY64ofPc') center no-repeat;
    background-size:100%auto;
    padding:28px 0 26px;
    text-align: center;
}
.publish_box .txt_title{
    font-size:20px;
    color:#222;
    font-weight:500;
}
.publish_box .txt {
    font-size:18px;
    color:#222;
    margin-top:10px;
    font-weight:400;
}
.publish_box .publish_button{
    border-radius:18px;
    border:2px solid #ADD4FF;
    text-align:center;
    font-size:14px;
    color:#007AFF;
    width:130px;
    height:38px;
    line-height:34px;
    margin:20px auto 0;
    display:block;
    font-weight:500;
}
.publish_line{
    height:1px;
    margin:0 17px;
    background:#edeef2;
}
.my_chat_box{
    display: block;
    padding:8px 17px;
}
.my_chat_box:hover{
    background:#edeff4;
}
.my_chat_box img{
    width:32px;
    vertical-align: middle;
    margin-right:7px;
}
.my_chat_box .my_chat_txt {
    font-size:14px;
    color:#989CA8;
    vertical-align: middle;
    font-weight:500;
}
.my_chat_box .chat_count {
    float:right;
    height:24px;
    border-radius:4px;
    text-align:center;
    color:#989CA8;
    background:#EDEEF2;
    font-size:14px;
    vertical-align: middle;
    line-height:24px;
    display:table-cell;
    padding:0 6px;
    margin-top:5px;
    min-width:24px;
}
.record{
    color:#8590a6;
    font-size:13px;
    margin-top:12px;
    text-align: center;
    display:block;
}
.record:hover{
    color:#175199;
}
.record span{
    vertical-align: middle;
    margin-left:10px;
}