* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}
a {
    text-decoration: none!important;
}
body {
    background:#f5f5f5
}
    a:hover {
        color: #ff003c !important;
    }

li {
    list-style: none;
}

.main-box {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}

.main {
    width: 1200px;
    min-width: 1200px;
}

/* 一条信息栏 */
.statistics {
    margin-top:10px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0 10px;
    background: #fff;
    border-radius: 4px;
}
    .statistics div {
        padding:10px 0;
    }
/*发帖按钮*/
.post {
    width: 100px;
    height: 40px;
    background: linear-gradient(0deg, #FF0066 0%, #FF8181 100%);
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 60, 0.4);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff
}

    .post img {
        width: 20px;
        height: 20px;
    }

.main-bottom {
    margin-top: 10px;
    width: 100%;
}

.main-bright {
    float:right
}
.main-bleft {
    width:210px;
    float: left;
    margin-right: 10px;
    height:3150px;
    margin-bottom:20px;
}
.side-list {
    background:#fff
}
/* 左侧列表顶部标题样式 */
.sidelist-top {
    width: 210px;
    height: 40px;
    background: linear-gradient(90deg, #C6FAFD 0%, #C0DCFF 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #5583F7;
}

    .sidelist-top img {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
/* 左侧列表快速入口样式 */
.postlist-box>li:last-child {
    margin-bottom: 10px;
    border: none;
}

.postslist {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
}

    .postslist img {
        width: 7px;
        height: 11px;
    }

    .postslist p {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
    }

        .postslist p img {
            width: 8px;
            height: 8px;
            margin-right: 10px;
        }

.quick-tab {
    position: absolute;
    width: 300px;
    padding: 20px 10px;
    right: -300px;
    top: 0px;
    background: #fff;
    z-index: 5;
    box-shadow: #999 0 0 5px;
    border-radius: 4px;
}
.quick-tabs {
    position: absolute;
    width: 300px;
    padding: 20px 10px;
    right: -300px;
    top: 0px;
    background: #fff;
    z-index: 5;
    box-shadow: #999 0 0 5px;
    border-radius: 4px;
}
    .quick-tabs li {
        padding-bottom:20px
    }
    .quick-tabs li p {
        font-weight:bold;
        display:flex;
        align-content:center;
        margin-bottom:10px;
    }
    .quick-tabs li p img{
        width:20px;
        height:20px;
    }
    .quick-tabs li a {
        display:inline-block;
        padding:0 5px;
        margin:5px 0;
    }
    .quick-tab li {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        border-bottom: 1px dashed #e5e5e5;
    }
.quick-tab li a { 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

        .quick-tab li:last-child {
            border-bottom: 1px dashed #e5e5e5;
        }

        .quick-tab li p {
            font-size: 12px;
        }

.more-boxs {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

    .more-boxs a {
        font-size: 12px;
    }





/* 左侧选择器样式 */
.dis {
    display: none;
}

.layui-tree-icon {
    border: none !important;
}

.layui-icon-subtraction {
    background-image: url('../image/open.png');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

.layui-icon-addition {
    background: url('../image/putaway.png');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

.layui-tree-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-tree-box {
    width: 210px;
    padding-bottom: 10px;
}

.collection-box img {
    width: 12px;
    height: 12px;
}

.layui-tree-set {
    margin-top: 5px;
}
.layui-tree-setHide:first-child{
    margin-top:0;
}
.layui-tree-main:hover .layui-tree-txt {
    color: #5583F7!important;
}
.layui-tree-setHide>.layui-tree-entry {
    width:210px;
    height:40px;
    background: linear-gradient(90deg, #C6FAFD 0%, #C0DCFF 100%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}
.layui-tree-setHide > .layui-tree-entry >.layui-tree-main>.layui-tree-txt {
    color: #5583F7!important;
}
.layui-tree-setHide > .layui-tree-entry >.layui-tree-main{
    margin-top:0px;
}
    .layui-tree-setHide > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
        width: 23px;
        height: 23px;
        background-size: 20px 20px;
        line-height: normal;
        background-image: url('../image/seekhelp.png');
        margin-right: 12px;
        background-repeat: no-repeat;
        background-position: center center
    }
.layui-tree-setHide > .layui-tree-entry > .layui-tree-main > .layui-tree-icon > .layui-icon {
    display:none;
}
.layui-tree-setHide:nth-child(2) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/product.png');
    background-size: 18px 21px;
}
.layui-tree-entry {
    height:24px;
}
.layui-tree-setHide:nth-child(2) > .layui-tree-entry > .layui-tree-main a {
    cursor:pointer!important
}
.layui-tree-setHide:nth-child(3) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/download.png');
    background-size: 19px 20px;
}
.layui-tree-setHide:nth-child(4) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/activity.png');
    background-size: 17px 20px;
}
.layui-tree-setHide:nth-child(5) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/brand.png');
    background-size: 20px 20px;
}
.layui-tree-setHide:nth-child(6) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/industry.png');
    background-size: 21px 20px;
}
.layui-tree-setHide:nth-child(7) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/repair.png');
    background-size: 22px 22px;
}
.layui-tree-setHide:nth-child(8) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/workplace.png');
    background-size: 20px 23px;
}
.layui-tree-setHide:nth-child(9) > .layui-tree-entry > .layui-tree-main > .layui-tree-icon {
    background-image: url('../image/administration.png');
    background-size: 21px 22px;
}
.layui-tree-setHide >.layui-tree-pack{
    height:auto;
    display:block!important   
}
.layui-icon-file{
    display:none!important
}
.layui-tree-main {
    margin-top:6px;
}
.layui-tree-iconClick {
    width:12px
}
/* 置顶帖子 */
.swiper-container {
    width: 300px;
    height: 195px;
}  
.toppost {
    overflow: hidden;
    width: 980px;
    padding: 0px 10px 20px 10px;
    background-color: #fff;
    border-radius: 4px;
}

.toppost-top {
    display: flex;
    border-bottom: 1px solid #eee;
    height: 56px;
    align-items: center;
    justify-content:space-between
}

.toppost-nav {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    border-bottom: 3px solid #fff;
}

.naved {
    border-bottom: 3px solid #FF003C;
}
.naved a {
    color: #ff003c;
}
.nave{
     border-bottom: 3px solid #FF003C;
}
.nave a{
     color: #ff003c!important;
}
.weeklyed {
    box-shadow: #999 0 0 5px;
    border-radius: 20px;
}

.weekly-box {
    width: 100px;
    height: 40px;
    background-image: url('../image/weekly-box.png');
    background-size: 100px 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .weekly-box img {
        width: 20px;
        height: 19px;
        margin-right: 5px;
    }

    .weekly-box a {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF!important;
    }

        .weekly-box a:hover {
            color: #FFFFFF !important;
        }

.toppost-bottom {
    width: 100%;
    padding-top: 20px;
    display: flex;
}

.postrotation {
    width: 300px;
    height: 165px;
    margin-right: 10px;
    position: relative;
}

    .postrotation img {
        width: 100%;
        height: 165px;
    }

    .rotation-title { 
        width: 300px;
        height: 30px;
        text-align:center;
        line-height:30px;
        background: rgba(0,0,0,0.6);
        border-radius: 0 0 4px 4px;
        color: #f5f5f5;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.toppost-list-box {
    width: 630px;
    display: flex;
    justify-content: space-between;
}

.toppost-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 195px;
}

    .toppost-list li {
        width: 295px;
        display: flex;
        align-items: center;
        margin: 6px 15px 6px 15px;
    }

        .toppost-list li a {
            font-size: 14px;
            font-weight: 400;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .toppost-list li img {
            width: 4px;
            height: 4px;
            margin-right: 5px;
        }

.demo-tree-box a{
    font-size:14px
}

.mainbright-bottom {
    margin-top: 10px;
    display: flex;
}
/* 技术帖 */
.posttemplate {
    width: 740px;
    background: #fff;
    padding: 20px 10px 20px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.posttemplate-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.posttemplate-title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    align-items: center;
}

.shu {
    width: 4px;
    height: 16px;
    background: #FF003C;
    border-radius: 2px;
    margin-right: 4px;
}

.more a {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.postcontent {
    padding: 0px 10px 20px 10px;
    width: 100%;
}

.postcontent-tab:not(:nth-child(1)):hover{
    padding: 0 5px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
}
.postcontent-tab {
    height:30px;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    transition: .2s;
    align-items: center;
    cursor: pointer;
    /* padding: 0 10px; */
    border-radius: 4px;
}

.postcontent-tab:hover a {
    color: red;
}

.postcontent-tab:hover .visits {
    color: red;
}

.postcontent li:first-child {
    color: #999999;
}
    .postcontent li:first-child .visits {
        color: #999999;
    }
.titles {
    font-size:14px;
    width: 85%;
    overflow:hidden;
    /*margin-right: 20px;*/
    display: flex;
    align-items: center;
}

    .titles img {
        width: 12px;
        height: 17px;
    }

    .titles a {
        max-width:85%;
        letter-spacing:0.5px;
        color:#333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size:14px;
    }

.nickname {
    width: 11%;
    margin-right: 30px;
    text-align:right;
}
    .nickname a {
        color:#666!important;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    }
.nicknames {
    /*width: 13%;
    margin-right: 40px;*/
    text-align:right;
}

.visits {
    width: 14%;
    margin-right: 40px;
    text-align:right;
    color:#2361FF;
}

.plate {
    /*width: 14%;*/
    width: 70px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    float: left;
    text-align:right;
}
    .plate a {
        color:#666!important
    }

.money-box {
    font-size: 13px;
    font-weight: 400;
    color: #FEB236;
    display: flex;
    align-items: center;
}

    .money-box img {
        width: 13px;
        height: 14px;
        margin: 0 5px;
    }

.answer {
    min-width:39px;
    width: 42px;
    height: 16px;
    background: #4BE627;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    margin:0 5px;
}

/* 右侧荣誉榜 */
.listtemplate {
    width: 230px;
    background: linear-gradient(0deg, #FFF6F2 0%, #FFFEF8 100%);
    border-radius: 4px;
    padding: 20px 10px 0 10px;
    margin-bottom:10px;
}

.listtemplate-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 11px;
}

    .listtemplate-nav p {
        width: 90px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        cursor: pointer;
    }

.ped {
    color: #333333 !important;
}

.listtemplate-list {
    width: 100%;
    height: 36px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .listtemplate-list div {
        display: flex;
        align-items: center;
    }

        .listtemplate-list div div {
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            font-weight: 400;
            color: #333333;
            margin-right: 12px;
        }

            .listtemplate-list div div img {
                width: 20px;
                height: 20px;
            }

        .listtemplate-list div p {
            display: flex;
            align-items: center;
            font-size: 12px;
            font-weight: 400;
            color: #333333;
        }

            .listtemplate-list div p img {
                width: 16px;
                height: 16px;
                margin-right: 3px;
            }

    .listtemplate-list span {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
    }
.templatelist-box {
    height:360px;
}
.templatelist-box .listtemplate-list:last-child {
    border-bottom: none;
}



/* 公告区 */
.announcement {
    width: 230px;
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.announcement-list {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    align-items: center;
}

    .announcement-list a {
        width: 190px;
        font-size: 13px;
        font-weight: 400;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .announcement-list img {
        width: 14px;
        height: 14px;
    }



/* 人气榜 */
.popularity-box {
    width: 230px;
    background: linear-gradient(0deg, #FFF6F2 0%, #FFFEF8 100%);
    border-radius: 4px;
    padding: 20px 10px 0 10px;
}

.popularity {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.popularity-nav {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    align-items: center;
}

    .popularity-nav p {
        cursor: pointer;
    }

        .popularity-nav p:nth-child(2) {
            margin-left: 23px;
            margin-right: 23px;
        }



/* 顶部广告 */
.banner-top {
    display: flex;
    justify-content: space-between;
}



/* 下面广告 */
.banner-bottom {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

    .banner-bottom div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


.bbsulcon dd a{
    color:#484848!important
}
.y_nav1 {
    width:930px!important
}
#ul1 li {
    width:auto!important
}
#ul1{
    justify-content:space-between
}
.layui-tree-line .layui-tree-pack {
    padding-left: 16px!important;
}
.bbsulcon {
    width:1000px!important;
    border:none!important;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    padding: 10px 0;
}
.bbsulcon dd {
    padding: 0 10px;
}
.statusboxs {
    min-width:30px;
    width:30px;
    height:15px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:5px;
}
.topping{
    background: #FF003C;
}
.reprint {
    background: #00A8FF;
}
.seekhelp{
    background: #FFB400;
}
.original{
    background: #0030FF;
}
.essence{
    background: #FF6C00;
}
.preferred {
    background: #AE00FF;
}
.pack-more {
    font-size:14px;
    margin-left:45px;
    margin-top:5px;
    cursor:pointer
}
    .pack-more:hover {
        color:#ff003c
    }