*, *::before, *::after {box-sizing: border-box;}
html, body {height: 100%;display: flex;flex-direction: column;}
a {vertical-align: baseline;background: transparent;text-decoration: none;cursor: pointer;}
ul, li, ol{list-style: none;padding: 0;}
button, input, optgroup, select, textarea {margin: 0;font-family: auto;outline: 0;}
.threadlist{}
.new_post{padding: 10px 0;}
.new_post span{float:right;font-size: 14px;margin-top: 5px;margin-right: 10px;}
.new_post span em{
    font-style: initial;
    color: red;
}
.d_my{
    margin-left:8px;
}
.d_my img{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    vertical-align: middle;
}
.d_my_list{
    display:none;
}
.d_my_list.show{
    display: block !important;
    position: absolute;
    right: 0;
    background: #fff;
    top: 45px;
    padding: 10px;
    border-radius: 2px;
    margin-right: 6px;
    text-align: left;
    box-shadow: 1px 4px 5px rgb(209 209 209 / 50%);
}
.d_my_list.show a{
    display: block;
}
#content{
    flex: 1 0 auto;
}
article{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    word-break: break-all;
}
article h1{font-size: 18px;margin-bottom: 10px;line-height: 1.5;}
article img{max-width:100%;height: auto;}
article .data{
    color: #797979;
    font-size: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
article .data span{margin-left:auto}
article .con{padding: 5px 2px 13px;line-height: 1.5;font-size: 15px;}
article .con .data span{margin-left:0}
article .con .tag{font-size: 15px;margin-top: 15px;}
article .con .tag a{padding: 5px 2px 13px;line-height: 1.5;font-size: 14px;}
article .user-star{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
article .user-star span{
    color: #888;
}
article .user-star .star-users{
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
}
article .user-star .star-users a{
    padding: 0 5px;
    display: inline-flex;
}
article .user-star .star-users img{width: 20px;height: 20px;border-radius: 50%;}
article .foot{
    padding: 10px 0;
    border-top: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
}
.option{
    float:right;
    position: relative;
}
.option .option_click{
    color: #868686;
    cursor: pointer;
    font-size: 16px;
}
.option ul{
    line-height: 100%;
    font-size: 11px;
    border: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
}
.option ul:before,
.option ul:after {
    border-bottom: 7px solid #444444;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 9px;
    position: absolute;
    top: -7px;
}
.option ul.open{display:block;z-index: 999;position: absolute;right: -4px;top: 25px;}
.option ul.open:before, .option ul.open:after {left: inherit;right: 14px;}
.option ul:after {
    border-bottom: 7px solid #fff;
    top: -6px;
}
.option ul a, .option ul a:link, .option ul a:visited, .option ul a:active {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #333 !Important;
    padding: 3px 15px;
    line-height: 18px;
}
.option ul a:hover {
    color: #ffffff !Important;
    text-decoration: none;
    background-color: #004D9F !Important;
}
.forumAdd{
    display: block;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5893cb), color-stop(1, #acd6ff));
    text-shadow: 0 1px 0 #919191;
    box-shadow: inset 0 1px 0 #acd6ff, inset 0 -1px 2px #e9e9e9;
    color: #f0f0f0;
}
.forumAdd:hover{
        display: block;
        text-align: center;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-shadow: none;
        box-shadow: none;
        background: #81bcf8;
        color: #fff;
}
.forumTitle{
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    font-size: 18px;
}
.forumBrief{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.forumInfo{}
.forumInfo li{
    float: left;
    text-align: center;
    width: 25%;
}


.comment_list{
    margin-bottom: 10px;
}
.comment_list .head{
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 5px;
}
.comment_list .reply{
    padding-top: 14px;
}
.comment_list .reply a{
    font-size: 12px;
    margin-right: 15px;
}
.comment_list .reply a i{
    font-size: 12px;
}
.comment_list .reply .rep{color: #b1daea;}
.comment_list .bock{border-bottom: 1px solid #dfdfdf;padding-bottom: 10px;margin-bottom: 10px;}
.comment_list .l{display: flex;align-items: center;}
.comment_list .l .user{
    font-size: 12px;
    color: #9b9b9b;
    margin-left: 10px;
}
.comment_list .m .cont{padding-top: 10px;font-size: 14px;}
.comment_list .m .cont img{max-width:100%}
.comment_list .m .blockquote{font-size: 12px;background: #f3f3f3;padding: 5px;margin: 0 0 10px;color: #333;line-height: 1.8;}
.comment_list .m .blockquote span{color: #1e70d7;margin-right: 5px;height: p;}
.comment_list .m .avatar{width: 20px;margin: 0 5px 0 0;vertical-align: middle;border-radius: 3px;}
.comment_list .r{
}
.comment_list .userinfo{
    display: flex;
    line-height: 1.4;
}
.comment_list .userinfo .avatar{
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 5px;
    margin-right: 10px;
}
.comment_form .put{margin-top:10px}
.comment_form .put .user{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.comment_form .put .user span{
    font-size: 12px;
    color: #979797;
}
.comment_form .put .avatar{
    height: 15px;
    width: 15px;
    margin-right: 5px;
    border-radius: 5px;
    display: none;
}
.comment_form .reply_ing{
    font-size: 12px;
    color: #b1daea;
    display: none;
}
.comment_form .reply_no{
    color: #979797;
}

.cate_top li{
    float:left;
    margin: 8px 0;
}
.cate_top li a{
    padding: 2px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    display: block;
}
.pages{
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pages li a{
    padding: 4px 12px;
    background: #fff;
    margin-left: -1px;
    border: 1px solid #dfdfdf;
    display: block;
} 
.pages li.active a{
    background: #dbc696;
    color: #fff;
}
.reply-kj{
    display: inline-block;
    background-color: #ff914d;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    
}
.tagPostList{
    padding: 0 0px 10px;
}
.tagPostList li{
    float:left;
    padding: 2px 5px;
    margin: 0 5px 5px;
}
.tagPostList li.on{
    background: #e4e4e4;
    border-radius: 3px;
}
.user_new{
    margin-top: 15px;
    padding: 10px 5px;
    background: #fff;
}
.user_new .head{
    padding: 5px 10px 15px;
    font-weight: 600;
    
}
.user_new li{
    color: #ccc;
    overflow: hidden;
    text-align: center;
}
.user_new li a{
    color: #4a4a4a;
    padding: 5px;
    display: block;
    white-space: nowrap;
    font-size: 13px;
}
.user_new li a .avatar{
    color: #4a4a4a;
    width: 38px;
    height: 38px;
    border-radius: 8px;
}
.user_new li a span{
    color: #4a4a4a;
    display: block;
}
.post_ub{
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}
.subtip{
    font-size: 14px;
    color: #f71e1e;
}
.links{}
.links a{
    margin-right: 10px;
}


.forum_list_hot {
}

.forum_list_hot li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #eaeaea;
}

.forum_list_hot li:last-child {
    border: 0;
    overflow: hidden;
}

.forum_list_hot .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;
}

.forum_list_hot .number1,.forum_list_hot .number2,.forum_list_hot .number3 {
    background: #ed4040 !important;
}

.forum_list_hot .over_one {
    float: right;
    width: 257px;
    height: 42px;
    font-size: 15px;
}
.thread-user-info{
    font-size: 11px;
}
.thread-user-info span{
    margin-right: 10px;
    color: #a5a5a5;
}
.thread-user-info .username{
    font-size: 12px;
    font-weight: bold;
}
.thread-user-info .usersign{display: none;}
.thread-user-info > div{display:inline-block}

@media (max-width: 640px){
    .container{width:100%;}
    #content{}
    #content .center{}
    header,footer{}
    footer .center {padding:0 10px}
    .row-col-1,.row-col-2,.row-col-3,.row-col-4,.row-col-5,.row-col-6,.row-col-7,.row-col-8,.row-col-9,.row-col-10,.row-col-11,.row-col-12{width:100% !important}
    main.row-col-9{width: 100% !important;}
    aside.row-col-3{width: 100% !important;}
    .links{padding-left: 12px;}
    .m-none{display:none}
    aside{padding-left: 0 !important;}
}
.item{
    -webkit-box-shadow: 1px 4px 5px rgb(219 219 219 / 50%);
    background: #fff;
}
.item-header{
}
.item-header .ys1 {
    margin: 0;
    font-size: 13px;
    padding: 10px 6px;
    white-space: nowrap;
    color: #333;
    border-bottom: 1px solid #eee;
}
.item-header .ys2 {
}
.item-body{
    padding: 15px;
}
.item-title{
    font-weight: 600;
}
.navlist{
    padding: 0;
    height: 40px;
}
@media (max-width: 640px){
    .vodlist ul li{
        width: 33.333%;
    }
}
.navlist ul{
    white-space: nowrap;
    overflow-x: auto;
    padding: 5px;
}
.navlist ul li{
    text-align: center;
    display: inline-block; /* 或者使用 inline-flex */
    margin-right: 10px;
}
.navlist ul li a{
    color: #3a3a3a;
    font-size: 14px;
    padding: 5px;
}
.navlist ul li a.cur{
    color: #119ddf;
}