header.bg-dark, footer.bg-dark{
    background-color: #fff !important;
}
header.navbar-dark .navbar-brand{
    color: #333 !important;
}
header .nav-link {
    color: #333 !important;
}
header .navbar-nav .nav-link{padding: 0.5rem 0.8rem !important;}
footer.
#nav > ul:first-child > li:not(:first-child) {
    padding-left: 0;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    outline: 0;
    padding: 0.25rem 0;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgb(255 255 255 / 0%);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 1.3em;
    height: 1.3em;
}
.wx{display: flex;flex-wrap: wrap;}
.wx:after{display: table;content:"";clear: both;}
.wx-1{width:8.333333% !important;}
.wx-2{width:16.666667% !important;}
.wx-3{width:25% !important;}
.wx-4{width:33.333333% !important;}
.wx-5{width:41.666667% !important;}
.wx-6{width:50% !important;}
.wx-7{width:58.333333% !important;}
.wx-8{width:66.666667% !important;}
.wx-9{width:75% !important;}
.wx-10{width:83.333333% !important;}
.wx-11{width:91.666667% !important;}
.wx-12{width:100% !important;}


.thread_new {padding: 10px;padding-bottom: 0;}
.thread_new_title{
    padding: 15px 15px 0;   
    font-weight: 600;
}
.thread_new li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #eaeaea;
    overflow: hidden;
}

.thread_new li:last-child {
    border: 0;
}
.thread_new .number {
    float: left;
    margin: 13px 0 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    background: #bbb;
    color: #fff;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}
.thread_new .number1,.thread_new .number2,.thread_new .number3 {
    background: #ed4040 !important;
}
.thread_new .over_one {
    float: right;
    width: 257px;
    height: 42px;
    font-size: 15px;
}
.user_new{
    padding: 15px 8px 0;
}
.user_new_title{
    padding: 15px 15px 0;
    font-weight: 600;
}
.user_new li{
    padding: 6px 0;
}
.user_new li span{
    display: block;
    height: 20px;
    overflow: hidden;
    padding: 0 10px;
}