/**
 * 问答模块
 */
.module-ask-list-base h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    color: #333333;
}

.module-ask-list-base h2 i {
    font-size: 30px;
    color: var(--color-main);
}

.module-ask-list-base .content .list-left {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

.module-ask-list-base .content .list-right {
    width: calc(100% - 5rem);
}

.module-ask-list-base .content ul li:nth-of-type(1) .list-left.mini-top-reply {
    background: linear-gradient(150deg, #FC6761 0%, #ED4540 100%);
}

.module-ask-list-base .content ul li:nth-of-type(2) .list-left.mini-top-reply {
    background: linear-gradient(150deg, #FFA12A 0%, #FF8605 100%);
}

.module-ask-list-base .content ul li:nth-of-type(3) .list-left.mini-top-reply {
    background: linear-gradient(150deg, #FFCE90 0%, #FFAA4E 100%);
}

.module-ask-list-base .content .list-left.mini-top-reply {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.3rem;
}

.module-ask-list-base .content .list-right.mini-top-reply {
    width: calc(100% - 3rem);
}

.module-ask-list-base .content .list-left.mini-reply {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.3rem;
    background-color: transparent;
    color: #ccc;
    font-size: 1.2rem;
    scale: 0.7;
}

.module-ask-list-base .content .list-right.mini-reply {
    width: calc(100% - 3rem);
}

/**
 * 问答详情
 */
.ask-project-img {
    width: 8.4rem;
    height: 8.4rem;
    margin-right: 1.6rem;
}


/**
 * 评论列表
 */
 .comments-list .am-alert-secondary {
    background-color: #fcfcfc;
    border-color: #f5f5f5;
}
.comments-list ul li img {
    width: 4.8rem;
    height: 4.8rem;
}
.comments-list ul li div img {
    width: 3.6rem;
    height: 3.6rem;
}
.comments-list ul li .right-content {
    width: calc(100% - 6rem);
}
.comments-list ul li .right-content .right-content {
    width: calc(100% - 4.8rem);
}
.comments-list a {
    text-decoration: none;
}
.comments-list .view-all-comments-submit,
.comments-list .view-more-comments-submit {
    color: #555;
}
.comments-list ul li:hover .comments-content,
.reply-comments-list .item:hover .reply-content,
.comments-list .view-all-comments-submit:hover,
.comments-list .view-more-comments-submit:hover,
.comments-list .view-comments-reply-submit:hover {
    color: #333;
}
.comments-list .reply-comments-text {
    background: #f3fafc;
    border: 0.1rem solid #e5f6ff;
    color: #617580;
}
.comments-list .more-comments {
    background: #f6f6f6;
}
.textarea-btn {
    color: #FFFFFF !important;
}

/**
 * 点赞、回复操作
 */
.detail-bottom-container a,
.right-content-operate a {
    text-decoration: none;
}
.right-content-operate>a:not(:last-child) {
    margin-right: 1.5rem;
}
.right-content-operate a:hover,
.right-content-operate a:focus {
    color: #666;
}
.detail-bottom-container a.am-active,
.right-content-operate a.am-active {
    color: var(--color-main) !important;
}
.detail-bottom-container .item > i {
    font-size: 1.8rem;
}
.detail-bottom-container .item > font {
    font-size: 1.2rem;
}
@media only screen and (min-width: 1400px) {
    .detail-bottom-container {
        position: fixed;
        left: calc(50% - 69rem);
        top: 50%;
        z-index: 1050;
        padding: 0 1.5rem;
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
    }
    .detail-bottom-container .item {
         margin-right: 0 !important;
    }
    .detail-bottom-container>a:first-of-type {
         padding-top: 1rem;
    }
    .detail-bottom-container>a,
    .detail-bottom-container>.am-dropdown {
         display: block;
         margin: 0;
         padding: 0 0 1rem 0;
    }
    .detail-bottom-container>a {
         margin-bottom: 1rem;
         position: relative;
    }
    .detail-bottom-container>a::before {
         content: '';
         width: 2rem;
         height: 0.1rem;
         background-color: #f3f3f3;
         position: absolute;
         bottom: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .detail-bottom-container {
        left: calc(50% - 84rem);
    }
}
@media only screen and (max-width: 1400px) {
    .detail-bottom-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .detail-bottom-container a {
        flex-direction: row;
    }
    .detail-bottom-container a i {
        margin-right: 0.5rem;
    }
}

/**
 * 表情
 */
.plugins-ask .emoji-container {
    position: absolute;
    width: calc(100% - 6rem);
    max-width: 35rem;
    top: 12.5rem;
    display: none;
    left: 3rem;
    z-index: 5;
}
.plugins-ask .emoji-container .am-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.plugins-ask .emoji-container .module-content {
    height: 20rem;
    background: #fff;
    border: 0.1rem solid #eee;
    resize: none;
    -webkit-box-shadow: 0.1rem 0.3rem 1rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0.1rem 0.3rem 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 0.6rem;
    text-align: center;
}
.plugins-ask .emoji-container ul li {
    height: 5rem;
}
.plugins-ask .emoji-container ul li a.emoji-icon {
    font-size: 3rem;
    text-decoration: none !important;
}
.plugins-ask .emoji-container ul li a:hover {
    font-size: 3.2rem;
}
#comments-reply-modal .am-modal-dialog {
    width: 30rem;
}

/**
 * 回复
 */
.plugins-ask .reply-container {
    position: relative;
}
.plugins-ask .reply-container img {
    width: 4.8rem;
    height: 4.8rem;
}
.plugins-ask .reply-container .comment-content {
    width: calc(100% - 6rem);
 }
.plugins-ask .am-comments-content .comment-content,
.plugins-ask .reply-container .comment-content {
    position: relative;
    background-color: #f5f5f5;
    padding: 0.6rem;
}
.plugins-ask .am-comments-content textarea,
.plugins-ask .reply-container textarea {
    margin-bottom: 4.3rem;
    padding: 0.6rem;
    border: 0;
}
.plugins-ask .am-comments-content textarea,
.plugins-ask .am-comments-content .not-login-textarea-comments,
.plugins-ask .reply-container textarea,
.plugins-ask .reply-container .not-login-textarea-comments {
    width: 100%;
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    resize: none;
    max-width: 100%;
}
.plugins-ask .am-comments-content .not-login-textarea-comments,
.plugins-ask .reply-container .not-login-textarea-comments {
    padding: 3rem 1rem;
    margin: 0;
    cursor: pointer;
}
.plugins-ask .reply-bottom-content {
    line-height: 3rem;
}
.plugins-ask .reply-bottom-content .emoji-submit {
    vertical-align: middle;
    margin-bottom: -1.5rem;
}
.plugins-ask .reply-bottom-content > div > span {
    position: relative;
    top: 0.6rem;
}