body{
    background-color:var(--default-main-content-bg-color);
}
.thread-div{
    width:100%;height:auto;
}
.thread-div h2{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}
.thread-create-info{
    height:40px;line-height: 40px;
}
.thread-create-info .user-a{
    display:inline-block;float:left;height:32px;width:auto;text-decoration: none;
}
.thread-create-info .user-a img{
    width:32px;height:32px;
    border-radius: 1px;border-radius: 50%;margin-top:2px;
}
.thread-create-info .user-a span{
    color:#444;position: relative;bottom:10px;left:5px;
}

.thread-create-info .thread-time{
    float:right;color:#888;
}
.thread-content{
    height:auto;
    text-size-adjust: none;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    margin:20px 0 30px 0;
    position: relative;
}
.thread-content p{
    margin-top: 0;
    margin-bottom: 8px;
    min-height: 24px;
}
.thread-content img{
    max-width:100% !important;
}

.content-nav{
    width:110px;min-height:100px;background-color:#ffffff;
    position: absolute;left:-150px;
}

.thread-action{
    height:auto;
}
.action-button-div{
    height:auto;
}
.action-button-div .button-a{
    padding:5px 10px;text-decoration: none;
    font-size:12px;margin-right:10px;
    color:var(--default-a-next-color);
    /* background-color:#ccc; */
}
.action-button-div .button-a:hover{
    background-color:var(--default-a-hover-color);border-radius: 2px;
    color:#FFFFFF;
}
.action-button-div .button-a span{
    margin-left:3px;
}
.action-button-div .button-a i{
    display:inline-block;width:15px;height:15px;
    position: relative;top: 3px;right: 3px;
}
.action-button-div .button-a i.icon_collect{
    background:url(../img/icon_collect.png) no-repeat center center;background-size:15px;
}
.action-button-div .button-a i.icon_zan{
    background:url(../img/icon_zan.png) no-repeat;background-size:14px 14px;
    background-position: top;
}
.action-button-div .button-a i.icon_share{
    background:url(../img/icon_share.png) no-repeat center center;background-size:15px;
}
.action-button-div .button-a i.icon_comment{
    background:url(../img/icon_comment.png) no-repeat center center;background-size:15px 15px;
}

.login-tips{
    height:40px;line-height:40px;font-size:14px;color:#333;margin-top:20px;
    border-bottom:1px solid #EEEEEE;
}
.login-tips a{
    color:var(--default-a-hover-color);font-size:16px;
}

.comment-num{
    height:30px;line-height:30px;color:var(--default-a-color);
    position: relative;top:15px;
}

.comment-floor{
    width:100%;height:auto;background-color:#fcfcfc;position: relative;
    padding:20px;margin-top:18px;box-sizing: border-box;
    border:1px solid var(--default-content-bg-color);
}
.comment-floor>.comment-floor,.comment-floor>.comment-floor>.comment-floor>.comment-floor{
    background-color: #FFFFFF !important;
}
.comment-floor>.comment-floor>.comment-floor,.comment-floor>.comment-floor>.comment-floor>.comment-floor>.comment-floor{
    background-color:#fcfcfc !important;
}
.comment-floor>.comment-div{
    height:auto;width:auto;
}
.comment-floor>.comment-div::after{
    display:none;content:"";position: absolute;top:0px;bottom:0px;left:0px;right:0px;
    pointer-events:none;
}
.comment-floor>.comment-div:hover::after{
    display:block;box-shadow:#ccc 0 0 10px;
}
.comment-floor .user-a{
    display:inline-block;float:left;height:20px;width:auto;text-decoration: none;
}
.comment-floor .user-a img{
    width:20px;height:20px;
    border-radius: 1px;
}
.comment-floor .user-a span{
    color:var(--default-a-next-color);position: relative;bottom:5px;left:3px;
}
.comment-floor span.best-answer{
    background-color:var(--st-pink);color:#FFFFFF;display:inline-block;float:left;
    font-size:12px;padding:0 5px;margin-left:10px;border-radius: 1px;
}
.comment-floor span.time-span{
    display:inline-block;float:right;color:var(--default-a-next-color);
    font-size:12px;
}
.comment-floor>.comment-div>p{
    display:block;
    width:100%;line-height: 1.5;overflow: hidden;
    margin:10px 0;font-size:14px;color:var(--default-a-color);
    /* max-height:40px;
     display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
.comment-floor .action-button-div{
    width:100%;height:auto;margin-top:15px;
}
.comment-floor .action-button-div .button-a{
    padding:5px 10px;text-decoration: none;
    font-size:12px;margin-right:10px;
    color:var(--default-a-next-color);
    /* background-color:#ccc; */
}
.comment-floor .action-button-div .button-a:hover{
    background-color:var(--default-a-hover-color);border-radius: 2px;
    color:#FFFFFF;
}
.comment-floor .action-button-div .button-a span{
    margin-left:3px;
}
.comment-floor .action-button-div .button-a i{
    display:inline-block;width:15px;height:15px;
    position: relative;top: 3px;right: 3px;
}
.comment-floor .action-button-div .button-a i.icon_collect{
    background:url(../img/icon_collect.png) no-repeat center center;background-size:15px;
}
.comment-floor .action-button-div .button-a i.icon_zan{
    background:url(../img/icon_zan.png) no-repeat;background-size:14px 14px;
    background-position: top;
}
.comment-floor .action-button-div .button-a i.icon_share{
    background:url(../img/icon_share.png) no-repeat center center;background-size:15px;
}
.comment-floor .action-button-div .button-a i.icon_comment{
    background:url(../img/icon_comment.png) no-repeat center center;background-size:15px 15px;
}


/* 相似问题 */
.hot-info-ul{
    display:block;margin-top:10px;
}
.hot-info-ul>li{
    display:block;height:auto;overflow: hidden;padding-bottom:10px;
    border-bottom:1px solid var(--default-content-bg-color);margin-bottom:10px;
}
.hot-info-ul>li:last-child{
    border:0px;margin-bottom:0px;
}
.hot-info-ul>li a{
    text-decoration: none;color:var(--default-a-color);
}
.hot-info-ul>li .info-order{
    width:25px;height:25px;background-color:#E1EEFA;line-height:25px;
    text-align: center;color:var(--default-a-hover-color);float:left;
    position: relative;top:3px;
}
.hot-info-ul>li .info-div{
    width:285px;float:right;
}
.hot-info-ul>li .info-div h4{
    width:100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom:10px;
}
.hot-info-ul>li .info-div .tag{
    padding:1px 5px;background-color:#999;color:#FFFFFF;
    float:right;font-size:13px;
}
.hot-info-ul>li .info-div .tag-ok{
    background-color: var(--default-a-hover-color);
}
.hot-info-ul>li .info-answer-num {
    float: left;
    height:25px;line-height:20px;
    font-size: 13px;
    color: var(--default-a-next-color);
    position: relative;
    bottom:2px;
}
.hot-info-ul>li .info-answer-num::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: relative;
    right: 5px;
    top: 5px;
    background: url(../img/icon_answer.svg);
    background-size: cover;
}
.hot-info-ul>li a:hover h4{
    color:var(--default-a-hover-color);
}

.comment-post-div{
    height:auto;
}
.base-edit-div{
    min-height:145px;width:100%;overflow:hidden;border:1px solid #EFEFEF;
}
.base-edit-bar{
    height:35px;line-height:35px;width:100%;background-color: #EFEFEF;
}
.edit-bar-ul{
    display:inline-block;margin-left:5px;
}
.edit-bar-ul li{
    display:inline-block;width:25px;height:25px;color:#666;box-sizing: border-box;
    line-height:25px;text-align: center;cursor: pointer;
}
.edit-bar-ul li:hover{
    background-color:var(--st-light-blue);
    color: #ffffff;
}
.diy-textarea,.no-login-textarea{
    display:inline-block;width:100%;max-width:100%;
    min-height:100px;padding:10px;
}
.diy-textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

.diy-textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.diy-textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}
.no-login-textarea{
    background: rgba(0,0,0,0.02);
    line-height:100px;text-align: center;
}
.edit-more{
    margin-right:10px;text-decoration: none;color:#333;
}
.edit-more:hover{
    color:var(--st-light-blue);text-decoration: underline;
}


.common-full-div{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 2px;
}
.edit-parent-div{
    width:960px;margin:0px auto;
    padding:20px;
}
.field-div-input {
    width: 100%;
    height: 40px;
    border: 2px solid #EFEFEF;
    box-sizing: border-box;
    padding: 10px;
}
.field-div-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

.field-div-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.field-div-input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}

.diy-input-div{
    width:100%;height:auto;min-height:40px;border:1px solid #EFEFEF;box-sizing: border-box;
    padding:10px;position: relative;padding:0px;
}
.diy-input-div span.tips{
    display:inline-block;width:100%;color: #999;
    font-size: 14px;padding-left:10px;padding-top:10px;
}
.tag-ul{
    display:inline-block;padding-top:10px;padding-left:10px;padding-right:40px;
}
.tag-ul li{
    display: inline-block;float:left;background-color:#E1EEFA;
    margin-right:8px;padding:2px 30px 2px 10px;position: relative;bottom:2px;
    margin-bottom:5px;
}
.tag-ul li span.tag-close{
    display:inline-block;width:25px;text-align: center;
    color:var(--st-light-blue);position: absolute;right:0px;top:0px;bottom:0px;
    cursor: pointer;
}
.tag-ul li span.tag-close:hover{
    background-color:var(--st-light-blue);color:#ffffff;
}
.tag-ul li span.tag-close i{
    position: relative;top:5px;
}
.tag-select-div{
    height:255px;background-color:var(--default-main-content-bg-color);
    position: absolute;left:-1px;right:-1px;z-index:9;bottom:-270px;
    box-shadow: 0 0 0.714285rem 0 rgba(0,0,0,0.1);transition: all .1s;
}
.tag-select-left{
    width:160px;height:255px;float:left;
    overflow-y: scroll;
    overflow-x: hidden;;
}
.tag-select-right{
    /*width:650px;*/position: absolute;left:170px;right:0px;
    height:255px;float:right;
    overflow-y: auto;padding:10px;box-sizing: border-box;
}
.tag-select-son::-webkit-scrollbar{
    width:5px;background-color:#E5E5E5;
}
.tag-select-son::-webkit-scrollbar-thumb {
    width:5px;
    background:var(--st-light-blue);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.tag-parent-ul{
    display:inline-block;position: relative;left:5px;
}
.tag-parent-ul li{
    color:var(--st-light-blue);width:145px;height:25px;line-height:27px;
    text-align: left;padding-left:8px;box-sizing: border-box;
    margin-top:5px;cursor: pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tag-parent-ul li:hover{
    background-color:#E1EEFA;
}
.tag-parent-ul li.checked{
    background-color:var(--st-light-blue);color:#fff;
}
.tag-select-dl{
    display:inline-block;width:100%;
    margi-right:10px;
}
.tag-select-dl dt{
    display:block;color:var(--st-light-blue);padding:3px 10px;
    cursor: pointer;
}
.tag-select-dl dt:not(.checked):hover{
    background-color:#E1EEFA;
}
.tag-select-dl dd{
    display:inline-block;float:left;padding:3px 10px;
    cursor: pointer;margin-right:10px;margin-top:5px;margin-bottom:5px;
}
.tag-select-dl dd:not(.checked):hover{
    background-color:#E1EEFA;
}
.tag-select-dl .checked{
    background-color:var(--st-light-blue);color:#ffffff;
}
.power-div{
    display: inline-block;width:20px;height:20px;border:1px solid var(--st-light-blue);
    color:var(--st-light-blue);position: absolute;right:10px;top:10px;line-height:20px;text-align: center;
    cursor: pointer;
}
.power-div span{
    position: relative;top:3px;
}
.power-div:hover{
    background-color:var(--st-light-blue);color:#ffffff;
}
.power-div .power-off-span,.power-on .power-on-span{
    display:none;
}
.power-on .power-off-span{
    display:inline-block;
}
.power-on{
    border:1px solid red;color:red;
}
.power-on:hover{
    background-color:red;color:#ffffff;
}
.field-div label{
    font-weight:bold;font-size:15px;color:var(--default-a-color);
}

.comment-post-div{
    height:auto;
}
.base-edit-div{
    min-height:145px;width:100%;overflow:hidden;border:1px solid #EFEFEF;
}
.base-edit-bar{
    height:35px;line-height:35px;width:100%;background-color: #EFEFEF;
}
.edit-bar-ul{
    display:inline-block;margin-left:5px;
}
.edit-bar-ul li{
    display:inline-block;width:25px;height:25px;color:#666;box-sizing: border-box;
    line-height:25px;text-align: center;cursor: pointer;
}
.edit-bar-ul li:hover{
    background-color:var(--st-light-blue);
    color: #ffffff;
}
.diy-textarea,.no-login-textarea{
    display:inline-block;width:100%;max-width:100%;
    min-height:100px;padding:10px;
}
.diy-textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

.diy-textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.diy-textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}
.no-login-textarea{
    background: rgba(0,0,0,0.02);
    line-height:100px;text-align: center;
}
.edit-more{
    margin-right:10px;text-decoration: none;color:#333;
}
.edit-more:hover{
    color:var(--st-light-blue);text-decoration: underline;
}


.conent-info h1{
    font-size:18px;font-weight:bold;
}
.img-word-ul{
    display:block;width:100%;height:auto;
}
.img-word-ul li{
    display:block;width:100%;height:auto;overflow: hidden;margin-bottom:15px;
}
.img-word-ul li:last-child{
    margin-bottom:5px;
}
.img-word-ul li a.v-left{
    display:block;width:90px;height:64px;overflow: hidden;float:left;
    position: relative;
}
.img-word-ul li a.v-left img{
    width:100%;height:100%;transition: all .5s;
}
.img-word-ul li a.v-left:hover img{
    transform: scale(1.1);
}
.img-word-ul li .v-right{
    float:left;width:220px;margin-left:10px;
}
.img-word-ul li .v-right .v-title{
    text-decoration: none;width:220px;height:40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.img-word-ul li .v-right .v-title h4{
    color:var(--default-a-color);font-size:13px;font-weight:normal;
    line-height:1.4;

    overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;
}
.img-word-ul li .v-right .v-title h4:hover{
    color:var(--default-a-hover-color);
}
.v-cate{
    display:inline-block;padding:1px 2px;text-decoration: none;
    color:var(--default-a-hover-color) !important;font-size:12px;
    border:1px solid var(--default-a-hover-color) !important;
}
.v-cate:hover{
    background-color:var(--default-a-hover-color) !important;
    color:#FFFFFF !important;
    box-shadow: 0 0 0.14rem 0 rgba(60, 180, 230,0.1);
}
.img-word-ul li .v-right span.time-span {
    display:block;float:right;
    color: var(--default-small-a-color);
    font-size: 12px;
    position: relative;
    top: 4px;
}
.img-word-ul li .v-right span.time-span i{
    margin-right:5px;
}

.thread-create-action{
    text-align: center;
}
.up-down-button{
    padding:10px 40px;font-size:16px;
}
.red-a-button{
    background-color:rgb(230, 0, 126);
}
.red-a-button:hover{
    background-color:rgba(230, 0, 126,.9);
    box-shadow: rgba(230, 0, 126, 0.12) 0px 0.214285rem 0.357142rem 0px;
}

.thread-info-div{
    border-bottom:1px solid #e5e5e5;color:#999;
    height:35px;line-height:25px;font-size:13px;
}
.thread-info-div span{
    margin-right:30px;
}
.thread-create-footer{
    height:auto;line-height:40px;border-bottom:1px solid #e5e5e5;
    text-align: right;padding-bottom:5px;
}
.diy-back-list{
    /*float:right;box-sizing: border-box;display:inline;*/
}


#modmenu{
    height:30px;line-height:30px;background-color:#fcfcfc;
    padding-bottom:0px !important;margin-bottom:15px !important;
    padding-left:15px !important;
}
#modmenu a{
    font-size:12px;
}
#modmenu .pipe{
    margin:0 4px;
}
.t_fsz{
    height:auto !important;
    min-height:auto !important;
}
.thread_action{
    height: 30px;
    line-height: 30px;
    background-color: #fcfcfc;
    padding-left:15px;
}
.thread_action a{
    background:none !important;font-size:12px;color:#369;
    margin-right:10px;
}


/* 超小屏幕（手机，小于 768px） */
@media screen and (max-width:768px){
    .main{
        width:50rem;
    }
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) and (max-width: 992px){
    .main{
        width:57.142857rem;
    }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:992px) and (max-width: 1200px){

}
/* 大屏幕（大桌面显示器，大于等于 1200px）,默认一般就这个了 */
@media  screen and (min-width: 1200px) {

}

@media  screen and (min-width: 1366px) and (max-width: 1920px){

}