* {
    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;
    margin-top:10px;
}

/* 一条信息栏 */
.statistics {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0 10px;
    background: #fff;
    border-radius: 4px;
}
.location {
    color:#999
}
.location a{
    color:#333;
    margin:0 2px;
}
.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
}
.administration {
    width: 100px;
    height: 40px;
    background: linear-gradient(0deg, #82BAFF 0%, #57F3FF 100%);
    box-shadow: 0px 0px 10px 0px rgba(71, 162, 255, 0.4);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff
}
.post img {
    width: 20px;
    height: 20px;
    margin-right:2px
}
.administration img {
    width: 18px;
    height: 18px;
    margin-right:2px
}
.statis-btn {
    display:flex;
}
.statis-btn a:first-child{
    margin-right:20px;
}
.main-bottom {
    margin-top: 10px;
    width: 100%;
}

.main-bleft {
    float: left;
    background: #fff;
    margin-right: 10px;
    margin-bottom:20px;
}
.main-bright {
    float:right;
    background:#fff;
    margin-bottom:10px;
}
/* 左侧列表顶部标题样式 */
.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;
}
    .demo-tree-box a {
        font-size:14px
    }
.collection-box img {
    width: 12px;
    height: 12px;
}

.layui-tree-set {
    margin-top: 5px;
}

.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-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-tree-entry {
    height:24px;
}
.layui-icon-file{
    display:none!important
}
.layui-tree-main {
    margin-top:6px;
}
.layui-tree-iconClick {
    width:12px
}
/* 技术帖 */
.moderator a {
    margin-left:10px;
    position:relative;
    display:inline-block;
}
.moderator a:hover {
    color:#666!important
}
.moderator a img{
    width: 20px;
    height: 20px;
    border-radius:50%;
}
.moderator a:hover div {
    display:block
}
.business {
    height: 56px;
    padding: 10px 10px;
    position: absolute;
    bottom: -61px;
    right: 0;
    background-image: url('http://src.gongkong.com/website/bbs/img/business.png');
    background-repeat: no-repeat;
    background-size: 222px 56px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    white-space: nowrap
}
.bus-name {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.bus-msg {
    margin-top:5px;
    display:flex;
    align-content:center;
    font-size: 5px;
}
.bus-msg span {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.toppost-top {
    display: flex;
    border-bottom: 1px solid #eee;
    height: 56px;
    align-items: center;
}

.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;
}
    .toppost-nav a {
        cursor:pointer
    }
.posttemplate {
    width: 980px;
    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;
}
.naved {
    border-bottom: 3px solid #FF003C;
}
.naved a {
    color: #ff003c;
}
.nave{
     border-bottom: 3px solid #FF003C;
}
.nave a{
     color: #ff003c!important;
}
.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: 0px 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: 80%;
    overflow:hidden;
    /*margin-right: 40px;*/
    display: flex;
    align-items: center;
}

    .titles img {
        width: 12px;
        height: 17px;
    }

    .titles a {
        max-width:90%;
        letter-spacing:0.5px;
        color:#333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size:14px;
    }

.nickname {
    width: 11%;
    margin-right: 20px;
    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: 12%;
    margin-right: 20px;
    text-align:right;
    color:#2361FF;
}

.plate {
    /*width: 14%;*/
    width: 12%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    float: left;
    text-align:right;
    margin-right:20px
}
    .plate a {
        color:#666!important
    }
.plate-time {
     width: 10%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    float: left;
    text-align:right;
}
.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;
}



/* 顶部广告 */
.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;
}
.tz_t a{
    color:#333!important
}
.tz_t a:hover{
    color:#ff003c!important
}
.next {
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    width: 75px;
    height: 30px;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
    border: 1px solid #EEEEEE;
    background-image: url('../image/rightarrow.png');
    background-repeat: no-repeat;
    background-size: 6px 8px;
    background-position: 61px 11.5px;
}
.page-count {
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align: center;
    line-height: 30px;
}
.page-count:hover {
    color:#999!important
}
.jumpbox {
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align: center;
    line-height: 30px;
    color: #999;
    margin-right: 3px;
    margin-left: 3px;
}
.jumpbutton {
    border-radius: 4px;
    width: 40px;
    height: 30px;
    background: #F5F5F5;
    border: 1px solid #EEEEEE;
    color: #999999;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer;
}
.pagerbox {
    text-align:center
}
    .pagerbox a {
        color:#999;
        font-size:12px;
    }
.prev_pager {
    border-radius: 4px;
    display: inline-block;
    width: 75px;
    height: 30px;
    padding-left: 5px;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
    border: 1px solid #EEEEEE;
    background-image: url('http://src.gongkong.com/website/bbs/img/leftarrow.png');
    background-repeat: no-repeat;
    background-size: 6px 8px;
    background-position: 8px 11px;
}

    .next-no:hover {
        color:#999!important
    }
    .pack-more {
    font-size:14px;
    margin-left:45px;
    margin-top:5px;
    cursor:pointer
}
    .pack-more:hover {
        color:#ff003c
    }
.ad {
    margin-top:10px!important;
}