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

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

/* 相关推荐 */
.post-article-ul {
    display: block;
}
.post-article-ul li {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding-left: 15px;
    position: relative;
}
.post-article-ul li::before{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--st-light-blue);
    position: absolute;
    left: 0px;
    top: 13px;
}
.post-article-ul li a{
    display: block;width:100%;
    text-decoration: none;
    color:var(--default-a-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.relative_video{
    height:560px;width:100%;overflow-x:hidden;
    overflow-y: auto;box-sizing: border-box;
}
.relative_video::-webkit-scrollbar{
    width:5px;background-color:#E5E5E5;
}
.relative_video::-webkit-scrollbar-thumb {
    width:5px;
    background:var(--st-light-blue);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.floor-video{
    height:auto;
    overflow: hidden;
    padding:0px;
}
/* 视频教程 */
.video-ul{
    display:block;width:100%;height:auto;
}
.video-ul li{
    display:block;width:100%;height:auto;overflow: hidden;margin-bottom:15px;
}
.video-ul li a.v-left{
    display:block;width:90px;height:64px;overflow: hidden;float:left;
    position: relative;
}
.video-ul li a.v-left img{
    width:100%;height:100%;transition: all .5s;
}
.video-ul li a.v-left:hover img{
    transform: scale(1.1);
}
.video-ul li a.v-left .action-button{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    top: 17px;
    left: 30px;
    z-index: 999;
    background-color: rgba(0,0,0,.6);
}
.video-ul li a.v-left .action-button i{
    position: relative;
    left: 2px;
}
.video-ul li a.v-left:hover .action-button::after{
    border-color: var(--default-a-hover-color) transparent transparent;
}
.video-ul li .v-right{
    float:left;width:220px;margin-left:10px;
}
.video-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;
}
.video-ul li .v-right .v-title h4{
    color:var(--default-a-color);font-weight:normal;
    line-height:1.4;
}
.video-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);
}
.video-ul li .v-right span.time-span {
    display:block;float:right;
    color: var(--default-small-a-color);
    font-size: 12px;
    position: relative;
    top: 4px;
}
.video-ul li .v-right span.time-span i{
    font-size:14px;margin-right:3px;
}
.video-header{
    height:auto;
}
.video-header h2{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}
.video-content{
    width:750px;height:520px;margin:0px auto;box-shadow: 0 0 0.714285rem 0 rgba(0,0,0,0.1);
}
.video-action{
    height:40px;line-height:40px;margin-top:10px;
}
.video-action .action-button-div .button-a{
    padding:5px 10px;text-decoration: none;
    font-size:13px;margin-right:10px;
    color:var(--default-a-next-color);
    /* background-color:#ccc; */
}
.video-action .action-button-div .button-a:hover{
    background-color:var(--default-a-hover-color);border-radius: 2px;
    color:#FFFFFF;
}
.video-action .action-button-div .button-a span{
    margin-left:3px;
}
.video-action .action-button-div .button-a i{
    font-size:14px;
}
.video-action .action-button-div span.action-create-time{
    color:var(--default-a-next-color);margin-right:5px;
}

#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;
}

.author-avatar{
    display: inline-block;
    width: 55px;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    /*top: 10px;*/
}
.author-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 55px;

}
.author-info{
    width: 235px;
    height: auto;
    float: left;
    padding-left:15px;
    /*margin-left: 40px;*/
    position: relative;
    bottom: 10px;
    box-sizing:border-box;
}
.author-info .author-info-a{
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}
.author-info .author-info-a h3{
    font-size: 22px;
    color: #333333;
    font-weight:normal;
}
.author-info .author-desc{
    margin: 5px 0;
    color: #999;
}

.author-num-ul{
    display:block;width:auto;height:auto;overflow: hidden;
    width:258px;margin:0px auto;
}
.author-num-ul li{
    display:block;width:86px;height:50px;
    float:left;
}
.author-num-ul li:hover{
    background-color:#fcfcfc;
}
.author-num-ul li a{
    text-decoration: none;display:inline-block;width:100%;height:100%;
}
.author-num-ul li a span{
    display:block;height:23px;line-height:23px;width:100%;text-align: center;
    color:#999;font-size:13px;
}
.author-num-ul li a span:first-child{
    position: relative;top:5px;
}
.author-num-ul li a span:last-child{
    font-weight:bold;position: relative;top:2px;
}
.author-num-ul li:hover a span{
    color:var(--st-light-blue);
}
.user-hr{
    height: 1px;
    border: none;
    border-top: 1px solid #e5e5e5;
}
.global-author-header h3{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    float: left;
    color: #333333;
    position: relative;
}
.team-div-tags-ul{
    display:inline-block;
}
.team-div-tags-ul li{
    display:inline-block;float:left;margin-right:20px;margin-bottom:15px;
}
.team-div-tags-ul li a{
    color:var(--default-a-color);text-decoration: none;
}
.team-div-tags-ul li a:hover{
    /*text-decoration: underline;*/
}
.team-div-tags-ul li a i{
    color:var(--st-light-blue);margin-right:5px;
}

