@charset "utf-8";
.question{
    display: flex;
    overflow: hidden;
    margin-top: 15px;
}

/*左*/
.question  .question-content {
    overflow: hidden;
    width: 880px;
    margin-right:20px;
}
.question .question-content .main-content{
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.forum-show {
    position: relative;
    padding: 15px 0 5px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}


.forum-show .title {
    height: auto;
    display: block;
    line-height: 45px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
}
.forum-show h1 {
    text-align: left;
    font-size: 22px ;
    padding: 20px 20px 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*时间*/
.forum-show .meta{
    border-bottom: 1px #f0f0f0 solid;
    margin: 15px 25px 15px 25px;
    display: block;
    position: relative;
    font-size: 12px;
    color: #999;
}
.forum-show .meta dd {
    padding: 0 16px;
    min-width: 40px;
    line-height: 40px;
    float: left;
}
.forum-show .meta .time {
    overflow: hidden;
    padding-left:5px;
}
.forum-show .meta .name{
    position: absolute;
    top: 0;
    right: 0;
}
.forum-show .meta .name i{
    padding-right: 8px;
    font-size: 16px;
    float: left;
    color: #ccc;
    margin-top: -1px;
}
.forum-show .meta .name dd{
    padding: 0 12px;
    min-width: 40px;
    float: left;
}
.forum-show .meta .name dd::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin-left: 15px;
    margin-top: 14px;
    background-color: rgba(170, 170, 170, .2);
    transition: all .36s ease;
}
.forum-show .meta .name dd:last-child::after {
    width: 0;
}
.forum-show .meta .time dd:nth-child(1){
    float: left;
    padding-left: 0;
}
.forum-show .meta::after{
    border-bottom: 2px #35b449  solid;
    width: 125px;
    height: 1px;
    left: 0;
    bottom: -1px;
    position: absolute;
    content: " ";
}

/*内容*/
.forum-show .content{
    padding: 20px 20px 0;
    color: #666;
    width: 100%;
    text-align: left;
    min-height: 100px;
    box-sizing: border-box;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.8;
}
.details .content p,.details .content h1{
    margin-bottom: 15px;
    line-height: 1.8;
}




/*标签*/
.forum-show .tag {
    display: block;
    overflow: hidden;
    padding: 20px 20px 0 0;
}
.forum-show .tag .catname{
    z-index: 3;
    height: 24px;
    float: left;
    margin-top: 2px;
    line-height: 24px;
    padding: 0 15px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    background-color: #cdefdb;
    color: #46c37b;
    border-radius: 4px;
}
.forum-show .tag .catname:hover{
    background-color: #23ac38;
    color: #fff;
}

/*点赞*/
.action{
    width: 830px;
    font-size: 14px;
    margin:30px auto;
    text-align: center;
}
.action >a{
    padding: 9px 20px;
    width: 108px;
    background-color: #ffffff;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    transition: color .3s cubic-bezier(.25,.1,.25,1),border-color .3s cubic-bezier(.25,.1,.25,1),background-color .3s cubic-bezier(.25,.1,.25,1);
    border-radius: 100px;
    line-height: 20px;
    margin-right: 15px;
}
.action .like{
    border: 1px solid #F6A0A0;
    color: #EC4141;
}
 .action .like:hover{
    background: #FFF2F2;
}
.like .status-txt{
    height: 20px;
    line-height: 20px;
}
.like .status-txt .txt{
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
}
.like .status-txt>i{
    font-size: 16px;
    margin-right: 8px;
}
.like .status-txt .count{
    padding-left: 11px;
    font-size: 14px;
    line-height: 20px;
}
.action .favorite{
    color: #FFA414;
    border: 1px solid #FFC56A;
}
.action .favorite:hover{
    background-color: #FFF2DD;
    border: 1px solid #FFC56A;
}
.favorite .status-txt{
    height: 20px;
    line-height: 20px;
}
.favorite .status-txt .txt{
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
}
.favorite .status-txt>i{
    font-size: 16px;
    margin-right: 8px;
}
.favorite .status-txt .count{
    padding-left: 11px;
    font-size: 14px;
    line-height: 20px;
}


/*评论*/
.comment-content-body{
    border-radius: 2px;
    background-color: #fff;
    margin-top: 15px;
}
.comment-card-header {
    position: relative;
    padding: 0 15px;
    color: #333;
    border-radius: 2px 2px 0 0;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
    border-color: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.comment-list {
    padding: 20px 25px 25px;
    border-bottom: 1px #f7f7f7 solid;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
}
.commentList-user {
    width: 100%;
}
.commentList-user .avatar {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
    border-radius: 50% !important;
}
.commentList-user .userInfo {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}
.commentList-user .userInfo .nickname {
    font-size: 14px;
    padding-bottom: 5px;
    color: #555555;
    font-weight: 600;
}

.commentList-user .userInfo  .New-Level {
    display: inline-block;
    position: relative;
    vertical-align: 3px;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    top: 2px;
    color: #ffffff !important;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 6px;
    background-color: #8CDBF4;
}
.comment-list .comment-content {
    overflow: hidden;
    font-size: 12px;
    color: #393E46;
    line-height: 22px;
    word-wrap: break-word;
}
.comment-list .content-bottom {
    line-height: 24px;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}
.comment-list .content-bottom .agree-disagree {
    background-color: #f5f5f5;
    margin-right: 15px;
    display: inline-block;
    float: left;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
}
.comment-list  .agree-disagree div {
    height: 24px;
    padding: 0 10px;
    color: #999;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    float: left;
}

.comment-list  .agree-disagree .data-agree i {
    padding-right: 5px;
    font-size: 12px;
}
.comment-list  .agree-disagree .data-disagree i {
    padding-right: 5px;
    font-size: 12px;
}
.comment-list .content-bottom span {
    padding-left: 5px;
}
.agree-disagree div + div {
    border-left: 1px solid #ebebeb;
}
.comment-list .comment-count {
    background-color: #5291fc70;
    margin-right: 15px;
    display: inline-block;
    float: left;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.comment-list .data-reply {
    cursor: pointer;
}

.comment-list .comment-count i {
    position: relative;
    font-size: 14px;
    float: left;
    padding-right: 5px;
    top: 1px;
}

.comment-list .more-operate {
    min-height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.comment-list .data-time {
    font-size: 12px;
    color: #999;
}
/*二级回复框*/
.comment-list .j-child-form {
    padding: 15px 0 0 !important;
    webkit-animation: commentOpen 120ms ease-in-out;
    animation: commentOpen 120ms ease-in-out;
}
 .comment-list .layui-form{
    display: flex;
}
.comment-list .layui-form-item{
    flex: 10;
}
.comment-list .comment-textarea {
    display: block;
    width: 603px;
    min-height:15px;
    height: 15px;
    line-height: 15px;
    resize: vertical;
    padding: 11px;
    border-radius: 3px 0 0 3px;
    -webkit-transition: height .1s;
    transition: height .1s;
    border: 1px solid #e7eaf1;
    background-color: #fff;

}
.comment-list .layui-form-item:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.comment-list .form-button {
    display: contents;
}
.comment-list .comment-publish {
    border-radius: 0 !important;
}
.layui-btn-normal {
    background-color: #5291fc !important;
    color: #ffffff !important;
}
.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 5px;
}
.layui-btn-report {
    background-color: #393D49 !important;
    border-color: #393D49 !important;
}
/*二级回复框*/

/*二级回答*/
.comment-list  .children {
    padding-left: 66px;
    padding-top: 15px;
}
.comment-list  .children .reply-list {
    overflow: hidden;
    display: block;
    padding: 15px 0;
    border-top: 1px #f7f7f7 solid;
    line-height: 22px;
}
.comment-list  .children  .avatar {
    width: 35px !important;
    height: 35px !important;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
    border-radius: 50% !important;
}
.comment-list .children a {
    color: #5291fc;
    padding-right: 8px;
    line-height: 1 !important;
}
.comment-list  .children .reply-list  span {
    color: #ccc;
    padding-right: 8px;
}
.comment-list  .children  a {
    color: #5291fc;
    padding-right: 8px;
    line-height: 1 !important;
}
.comment-list  .children .reply-list .content-bottom {
    line-height: 1 !important;
}
.comment-flow-more{
    padding: 10px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}
/*评论框*/
.question-comment{
    margin-top: 15px;
    display: block;
    clear: both;
    width: 100%;
    border-radius: 3px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
}
 .question-comment .forum-reply-forum {
    position: relative;
     padding: 42px 42px 20px 42px;
}
.question-comment .form {
    font-size: 14px;
    color: #616161;
}
.question-comment .forum-reply-forum .form .controls {
    padding: 5px 5px 5px 5px;
    background: #f7f7f7;
}
.forum-reply-forum .form .content-text {
     width: 786px;
     height: 53px;
     font-size: 14px;
     line-height: 20px;
     color: #919191;
     background-color: #fff;
     border: 1px solid #e1e1e1;
     resize: vertical;
     padding: 10px;
     border-radius: 5px;
     -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
.question-comment .user-info {
    display: flex;
    padding: 0 ;
    min-height: auto;
    margin-bottom: 0;
    margin-top: 15px;
}
.question-comment .user-info .avatar {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50% ;
}

.question-comment .user-info .nickname {
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 0 ;
    margin-bottom: 0 ;
    line-height: 40px;
}
.question-comment .user-info .no-login-link {
    line-height: 40px;
}
.question-comment .user-info .no-login-link a {
    margin: 0 10px;
    color: #333;
}
.question-comment .user-info .New-Level {
    display: inline-block;
    position: relative;
    vertical-align: 3px;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    top: 2px;
    color: #ffffff ;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 6px;
    background-color: #8CDBF4;
}
.question-comment .form-button {
    position: absolute;
    right: 44px;
    bottom: 22px;
}
.question-comment .form-button .layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    background-color: #5291fc;
    color: #ffffff ;
}
/*右*/
.main-sidebar{
    width: 308px;
}
/*用户模块*/
.user-module{
    position: relative;
    margin-bottom:10px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.user-module  .author-top{
    position: relative;
    height: 109px;
    overflow: hidden;
}
.user-module  .author-top .author-bg{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 120%;
    background-repeat: no-repeat;
    filter: blur(6.3px);
    transform: scale(1.1);
}
.user-module .author-avatar{
    position: relative;
    z-index: 100;
    margin-top: -40px;
    text-align: center;
}
.user-module .author-avatar .avatar{
    display: inline-block;
    width: 95px;
    height: 95px;

}
.user-module .author-avatar .avatar>img{
    display: inline-block;
    width: 84px;
    height: 84px;
    border-radius: 80px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
}
.avatar-panel .avatar::after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}
.user-module .user-body{
    padding: 0 15px 15px;
}
.user-body>p{
    text-align: center;
    margin: 0 0 11px;
}
.user-body .user-panel{
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
    margin-top: 5px;
}
.user-body .intro{
    word-break: break-all;
    word-wrap: break-word;
    color: #999;
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 22px;
    max-height: 60px;
    overflow: hidden;
}
.user-body .article-newest{
    margin-top: 25px;
    margin-bottom: 0;
}
.user-body .article-newest .article-tit{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.article-newest .article-tit .tit{
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #FFF;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #EF3E3A;
}
.article-newest .article-tit::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E9E9E9;
}

.user-body .article-newest>li{
    margin-bottom: 0;
}
.user-body .article-newest>li>a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    color: #76838f;
}
.user-body .article-newest>li>a:hover {
    color:#15ab47;
}
.user-body .article-newest>li>a>i{
    color: #BEBEBE;
    font-size: 15px;
    padding-right: 3px;
}
.user-body .article-newest>li>a:hover>i{
    color:#15ab47;
}

.hot-right-article{
     margin-top: 0;
}