:root{  
  /* new year
    --basecolor: #f443369e; /*#849bb3;
    --basecolorlight: #9bbad8cc;   /*#a4bbd3;    
  */
  /* spring */
    --basecolor: #7bcbeb;
    --basecolorlight: #58aad2;
  }
em, cite{
    font-style: normal;
}
.bg-dark {
    background-color: var(--basecolor) !important;
}
/*首页图标及导航栏*/
.logo-2 {
    width: auto;
    height: 4rem;
    max-width: 256px;
}
.navbar {
    padding: 0 1rem!important;
}
.forumlist {/* margin-top: 1rem; */padding-left: 1rem;}
.forumlist > dl {font-size: 14px;padding-top: 0.5rem;padding-bottom: 0.5rem;margin-bottom: 0rem;display: block;}
.forumlist > dl > dt {  color: rgba(255, 255, 255, 0.5); text-align: left; overflow: hidden;}
.forumlist > dl > dd { color: #fff; }
.forumlist > dl > dd  > a { color: #f8f9fa; margin-right: 0.5rem; padding: 1px; display: inline-block !important}
.forumlist > dl > dd  > a:hover, .forumlist > dl > dd  > a.active { color:var(--basecolor); background-color: white; padding: 1px 1px;text-decoration: none; border-radius: 4px;}
.forumlist > dl > dd  > a.active { font-weight: 800;}
.forum_list .card-header, .forum_list .card-body { padding: 0.25rem 1rem;}
a.fname-a:hover {text-decoration: none; color:var(--basecolor);}
.navbar-nav .nav-item+.nav-item { margin-left: 0;}
/*版块统计区*/
div#chart {font-size: 12px;}
p.chart.z { margin: 0;}
.row.bbsinfo {margin-bottom: 1rem;margin-top: 1rem;}
.align_bottom {position: absolute;bottom: 0;}
span.pipe { margin-left: 0.2rem; margin-right: 0.2rem;}
.sx-basecolor{color:var(--basecolor);}
/*版块列表区*/
.forum_list .ct .old {
    background: url(../img/old.gif) 0 center no-repeat;
}
.forum_list .ct .new {
    background: url(../img/new.gif) 0 center no-repeat;
}
.forum_list .fname {
    font-size: 14px;
}
.forum_list .ct .old, .forum_list .ct .new, .forum_list .ct .lock {
    padding: 10px 5px 10px 45px;
    color: #444;
    font-size: 12px;
    font-weight: 100;
    min-height:  35px;
    width: 25%;
    display: inline-block;    
}
.forum_list .card {
    margin-bottom: -0.1rem;
}
th.new span {
    color: red;
}
/*header3列表*/
.bbs_home_page_row_div:hover {
    background: #e9ecef;
}
.pb-1, .py-1 {
    padding-bottom: 0rem !important; 
}
span.icon-xiuno {
    color: lightslategrey;
}
#nav_pc li.nav-item.index-logo:hover {
    border-bottom: 0px solid #fff!important;
}
/*headimglist 列表*/
img.headimglist-img {
    max-width: 320px;
    max-height: 240px;
    width: 100%;
    height: 100%;
    padding-bottom: 0.5rem;
}
/*按钮颜色*/
.btn-info, .btn-primary {
    color: #fff;
    background-color: var(--basecolor);
    border-color: var(--basecolor);
}
.btn-info:hover , .btn-primary:hover{
    background-color: var(--basecolorlight);
    border-color: var(--basecolorlight);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-info.dropdown-toggle {
    background-color: var(--basecolorlight);
    border-color: var(--basecolorlight);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem var(--basecolorlight);
}
.btn-primary:not(:disabled):not(.disabled):active{
    background-color: var(--basecolorlight);
    border-color: var(--basecolorlight);
}
.btn-primary:focus, .btn-info:focus, .btn-perimary.focus, .btn-info.focus {
    box-shadow: 0 0 0 0rem var(--basecolorlight);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
     box-shadow: 0 0 0 0rem var(--basecolorlight);
}
.btn{
    border-radius: 0rem;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/*下拉按钮组*/
.sx-downmenu {
    position: absolute;
    transform: translate3d(0px, 22px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    min-width: 4rem;
    width: 4rem;
    padding-left: 0.5rem;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    /*padding: 3px 20px;*/
    font-size: 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
/*所有按钮和输入框阴影效果*/
.form-control:focus{box-shadow: 0 0 0 0.1rem var(--basecolorlight);border-color: var(--basecolorlight);}
/*面包导航*/
ol.breadcrumb {
    padding: 0rem 0rem 0rem 1rem;
}
li.breadcrumb-item {
    line-height: 2.2rem;
}
.breadcrumb_maxwidth{
    max-width: 15rem;
}
img.forum_icon {
    margin-right: 0.5rem;
    width: 5rem; 
    height: 5rem; 
}
/*回复列表*/
td.postlist-tdleft {
    width: 15%;
    min-width: 4rem; 
    max-width: 8rem; 
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
td.postlist-tdright {
    padding: 0.25rem 0.5rem 1.5rem 1rem;
}
.postlist-body {
    position: relative;
    min-height: 8rem;
}
.postlist-content {
    position: inherit;
    margin-left: 0.5rem;
}
.postlist-footer {
    position: absolute;
    bottom: -1.5rem;
    right: -1rem;
    width: 100%;
}
dl.pl-f-content {
    display: table;
    width: 100% !important;
    clear: both;
    margin: 0px;
    padding: 0px;
}
dl.pl-f-content > dd{
    display: table-cell;
    vertical-align: middle;
    width: 100% ;
}
.message {
    font-size: 1.1rem;
    font-weight: 400;
    color: black;
}
/* span.floor.mr-1 {
    margin-right: 0!important;
}
dl.row, ul.row {
    display: table;
    width: 100% !important;
    clear: both;
    margin: 0px;
    padding: 0px;
}
dl.row > dd{
    display: table-cell;
    vertical-align: middle; 
}
dd a.floor-right {
    margin-right: -0.5rem !important;
}
.message.mt-1.break-all {
    margin-left: 0.5rem;
}
td.vtop {
    background-color: #e9ecef;
}
table.table.postlist {
    background-color: #e9ecef2e;
} */
/* 页脚 */
.text-muted {color: var(--basecolorlight) !important;}

/*侧边帖子列表优化*/
div.card ul.text-middle {
	list-style-type: circle;
    -webkit-padding-start: 5px;  
}

/* 图片移动端 */
    @media screen and (max-device-width: 991px) {
        .container {
            padding-left:0!important;
            padding-right:0!important;
        }
        .row {
            margin-left: 0px!important; 
            margin-right: 0px!important; 
        }
        .pic img{
            height:75px!important; 
        } 
        #nav_mobile_icon a.nav-link{
            font-size: 1.2rem;
        }
    }
    @media screen and (max-device-width: 415px) {
        .pic img{
            height:60px!important; 
        }
        /*移动端页面边距*/
        .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
             padding-right: 0rem; 
             padding-left: 0rem; 
        } 
        .thread-title{
           font-size: 90%; 
        }
        img.forum_icon {
            margin-right: 0.2rem;
            width: 3rem; 
            height: 3rem; 
        }
       /* .thread-post-avatar{
            display: none;
        }  会导致回复界面变形*/ 
    }
    @media screen and (max-device-width: 321px) {
        .pic img{
            height:50px!important; 
        }   
    }



/* 列表行padding */
.threadlist-card-block {
        padding: 0rem; 
}        
 
div.tlist-num span {
    display: inline-block;
    background: #dee2e6;
    width: 4rem;
    height: 3rem;
    padding: 4px 0;
    margin: 0 0 0 10px;
    border-radius: 0.25rem;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
div.tlist-num em {
    display: block;
    font-weight: 700;
}
.avatar-3 {
    width: 3rem;
    height: 3rem;
    border-radius: 0.25rem;
}
/*列表行图标风格*/
i.icon-sx-top-1 {
    color: #f8f9fa;
    padding: 0.20rem 0.5rem;
    background-color: #00BCD4;
    border-radius: 1rem;
    font-size: 12px;
}
i.icon-sx-top-2 {
    color: #f8f9fa;
    padding: 0.20rem 0.5rem;
    background-color: #9c27b0;
    border-radius: 1rem;
    font-size: 12px;
}
i.icon-sx-top-3 {
    color: #f8f9fa;
    padding: 0.20rem 0.5rem;
    background-color: #f44336;
    border-radius: 1rem;
    font-size: 12px;
}
/*帖子类型文字按钮*/
.sx-flag{
  padding: 2px 4px;
}


/* 内容页大图出格处理 */
.message img {max-width: 100%;height:auto!important;}
	
/*附件图标大小*/
.message ul{
	-webkit-padding-start: 20px;  
}

ul.attachlist{
	list-style-type: none; 
	background-color: #fffcf7;
}
.message ul.attachlist li a{
    color: blue;
    font-size: small;
}
.icon.sxfiletype {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -webkit-background-size: 1rem 1rem;
    background-size: 2rem;
    background-repeat: no-repeat;
    vertical-align: middle;
}
/*引用风格*/
.blockquote {
    border-style: dashed;
    border-width: 1px;
    border-radius: 0.5rem;
    border-color: rgba(31, 73, 119, 0.5);
    background-image: none;
}
/*消息数量*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #5bc0de;
    border-radius: 10px;
}
.badge:hover {
    color: #fff;
    background-color: var(--basecolorlight);
    border-color: #2aabd2;
}
.badge-list {
    background-color: #5bc0de!important;
    border: 1px solid #5bc0de!important;
    padding: 2px 0!important;
}

/*热门图片列表 banner*/
.banner *{margin:0;padding:0}
.banner ul, li{list-style: none;}
.banner{position: relative;overflow: auto;text-align: center;width:320px;max-height: 240px;overflow: hidden;border-radius: 0.25rem;margin:0 auto}
.banner .dots{position:absolute;left:0;right:0;top:1rem;z-index:3;}
.banner .dots li{display:inline-block;width:10px;height:10px;margin:0 4px;text-indent:-999em;border:2px solid #fff;border-radius:6px;cursor:pointer;opacity:.4;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s}
.banner .dots li.active{background:#fff;opacity:1}
.banner .arrow{position:absolute;width:20px;height:37px;top: 50%; margin-top: -18px; overflow: hidden;z-index: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.banner #al{left:15px}
.banner #ar{right:15px}
.banner ul{z-index: 1;width: 600%;overflow: hidden;}
.banner ul .slider-item {width:320px; float: left;height:240px; position: relative; overflow: hidden;}
.banner ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 320px;max-height: 56px;padding: 15px;text-align:left;line-height: 16px;color: #fff;font-size: 14px;font-weight: bold;background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));background: url(../images/slider-info-bg.png) \9;}
.banner .progress{position:absolute;left:0;bottom:0;width:15%;min-height:3px;overflow:hidden;z-index:2;height:1px;background:#f60}

/*用户组图标*/
.group {
    width: 37px;
    height: 13px;
    display: inline-block;
    background: url(http://ww1.sinaimg.cn/large/5665e2cdly1fgo79385xuj201108xaa2.jpg) no-repeat;
}

.group-0 {
    background-position: 0px 0px;
}

.group-1 {
    background-position: 0px -156px;
}

.group-2 {
    background-position: 0px -143px;
}

.group-3 {
    background-position: 0px -130px;
}

.group-4 {
    background-position: 0px -130px;
}

.group-5 {
    background-position: 0px 0px;
}

.group-6 {
    background-position: 0px -195px;
}

.group-7 {
    background-position: 0px -169px;
}

.group-8 {
    background-position: 0px -208px;
}

.group-9 {
    background-position: 0px 0px;
}

.group-10 {
    background-position: 0px 0px;
}

.group-20 {
    background-position: 0px -234px;
}

.group-21 {
    background-position: 0px 130px;
}

.group-101 {
    background-position: 0px -13px;
}

.group-102 {
    background-position: 0px -26px;
}

.group-103 {
    background-position: 0px -39px;
}

.group-104 {
    background-position: 0px -52px;
}

.group-105 {
    background-position: 0px -65px;
}

.group-106 {
    background-position: 0px -78px;
}

.group-107 {
    background-position: 0px -91px;
}

.group-108 {
    background-position: 0px -104px;
}

.group-109 {
    background-position: 0px -117px;
}

.group-21 {
    background-position: 0px -221px;
}


/*小设备下距离顶部问题*/
@media (min-width: 576px)
#body {
    padding-top: 2rem!important;
}
@media (min-width: 576px)
.container {
    max-width: 700px;
}
@media (min-width: 576px)
.avatar-3 {
    display: none;
}
/* 小屏: only small screen */
@media (max-width: 576px) {
    #body {
      padding-top: 0.5rem;
    }
    #body > .container > .row > div {
      padding: 0.5rem 0!important;
    }
    .postlist-body {
        position: relative;
        min-height: 4.5rem;
    }
    p.chart.z { margin-left: 0.5rem;}
    .input-group {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
  }