
/* ---------  圈子列表  --------- */
body{
    background-color: #f3f3f3;
}
/* --- 二级菜单 --- */
.navTab {
    background-color: #fff;

}
.navTab span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;

    cursor: pointer;
}
.navTab span a {
    color: #333;
}
.navTab span.on {
    color: #c49c52;
    border-bottom: 1px solid #c49c52;
}
.navTab span.on a {
    color: #c49c52;
}
.navTab span:hover {
    color: #9d814d;
    border-bottom: 1px solid #9d814d;
}
.navTab span:hover a {
    color: #9d814d;
}
/* --- 场馆列表 --- */
.venue {
    min-height: 500px;
    margin-top: 20px;
    padding-bottom: 50px;
}
.cgList{
    margin-top: 15px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.cgBox{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.cgBox a:hover span {
    color: #c49c52;
    text-decoration: none;
}
.cgBox .imgBox{
    margin-top: 12px;
    height: 130px;
    overflow: hidden;
    position: relative;
    background-color: #fff;

}
.cgBox .imgBox img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cgBot{
    width: 100%;
    height: 80px;
    background-color: #fff;
    margin-bottom: 12px;
    padding: 5px 10px 10px;
    -moz-transition: all .2s ease;       /* Firefox 4 */
    -webkit-transition: all .2s ease;   /* Safari 和 Chrome */
    -o-transition: all .2s ease;       /* Opera */
    transition: all .2s ease;
}
.cgBot>span{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cgBot>p{
    display: block;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 2px 0 3px 0;
}
.cgBox:hover{
    background-color: #fff;
    box-shadow: 0 0 10px #bbb;
}
.cgBox:hover .cgBot {
    background-color: #f7f8fa;
}

/* --- 发布帖子按钮 --- */
#setcircle{display:none;position: fixed;right: 1em;top: 40%;width: 70px;height: 70px;cursor: pointer;}
#setcircle img{width: 100%;height: 100%;}
/*样式*/
.img_div {
    padding: 0;
    margin-bottom: 20px;
}
.img_div img {
    width: 100px;
    height: 100px;
}
.isImg{
    position: relative;
}
.isImg, .a-upload {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 5px;
    margin-top: 8px;

}

.a-upload {
    background-image: url(../images/post-bg.png);
    background-size: 100%;
}
.a-upload input {
    opacity: 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.removeBtn {
    position: absolute;
    height: 30px;
    width: 100px;
    bottom: 0;
    border: none;
    background-color: #be1d2da1;
    display: none;
    color: #fff;
    cursor: pointer;
}
.isImg:hover .removeBtn {
    display: block;
}
/* -------------  详情页  -------------- */
.breadcrumb {
    padding-left: 0;
    /*background-color: white;*/
    margin-bottom: 0;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb a:hover {
    color: #c49c52;
}

.tzInfo {
    min-height: 500px;
  padding-botton:50px;
}
.cir-user  {
    background: #ffffff;
    padding: 21px 30px;
    margin-bottom: 20px;
}
.cir-user img {
    width: 100px;
    height: 100px;
    margin-bottom: 2em;
}
.cir-user p {
    color: #666;
}

.cir-box  {
    background: #fff;
    padding: 21px 30px;
    min-height: 263px;
}
.cir-box .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}
.cir-box .cir-txt {
    color: #999;
    font-size: 1.1em;
}

/* ------- 评论样式 ------- */
.content {
    padding: 10px 35px;
  padding-botton:50px;
    background-color: #fff;
    margin-top: 12px;
    padding-top: 20px;

}
.btitle {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}
.btitle:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #c49c52;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.m-l {
    margin-left: 1rem !important;
}
.m-b {
    margin-bottom: 1rem !important;
}
.b-l {
    border-left: 1px solid rgba(24, 91, 212, 0.19);
    text-shadow: 0 0 black;
}
.streamline {
    position: relative;
    border-color: rgba(12, 121, 230, 0.13);
}
.streamline:after {
    top: auto;
    bottom: 0;
}
.streamline:after {
    top: auto;
    bottom: 0;
}
.streamline:after, .streamline .sl-item:before, .streamline .sl-icon:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    top: 6px;
    left: 0;
}
.sl-item {
    border-color: rgba(120, 130, 140, 0.13);
    position: relative;
    padding-bottom: 1px;
}
.sl-left {
    float: left;
    position: relative;
    z-index: 1;
    margin-left: -20px;
    margin-bottom: 24px;
}
.sl-left img {
    max-width: 40px;
}
.img-circle {
    border-radius: 100%;
}
.sl-left + .sl-content {
    margin-left: 36px;
}
.sl-content {
    margin-left: 24px;
    padding-bottom: 16px;
}
.sl-item:after {
    top: 2px;
    bottom: auto;
}
.sl-item::after {
    display: block;
    content: "";
    clear: both;
}
.text-muted {
    color: inherit !important;
    opacity: 0.6;
}
.sl-date {
    font-size: 0.85em;
}
.sl-author {
    margin-bottom: 10px;
}
.sl-footer {
    margin-bottom: 10px;
}
.btn.white, .btn.btn-default, .btn.btn-secondary {
    border-color: #aaa;
}
.btn.white:hover {
    border-color: #ff9800;
}

.box-footer {
    padding: 1rem;
}
.back-msg {
    background-color: #f2f2f2;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    /*border-left: 1px solid red; */
}
.media, .media-body {
    /*overflow: inherit;*/

}
.back-msg img {
    width: 30px;
    height: 30px;
    /*    position: relative;
        left: -30px;
        top: -10px;*/
}
.back-msg h5 {
    color: #666;
}
.back-msg span {
    color: #333;
}
h4{
    display: block;
    margin-bottom: 10px;
}
.cir-user p{
    display: block;
    margin-bottom: 10px;
}


