@media (min-width: 1200px) {
    .col-md-8 {
        padding-right: 0px;
        width: 68.666667%;
    }

    .col-md-4 {
        width: 31.333333%;
        padding-left: 10px;
    }
}
.md-autosave{
    right: 90px;
    z-index: 222;
}
.question-richtext {
    max-height: 480px;
    position: relative;
    overflow: hidden;
}

.question-richtext .read-more {
    display: block;
    position: absolute;
    top: 386px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 55px 0 15px 0;
    /*background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0%, #ffffff 75%);*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
}

.layui-layer-confirm{
    display: none;
}
.question-title .expired, .question-title .countdown {
    font-size: 14px;
    color: #fb5746;
}

.article-header {
    background: #fff;
    padding: 20px;
}

@media (max-width: 480px) {
    .article-header {
        padding: 15px 0;
    }
}

.ask-tag {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    color: var(--main-bg-color);
    vertical-align: top;
    border-radius: 100px;
    background: rgba(5, 109, 232, 0.1);
    margin-right: 2px;
}

[class*=" ri-"], [class^=ri-] {
    margin-right: 2px;
}

.followed {
    padding: 0 22px;
}

/*邀请用户*/

.invite-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}

.invite-left {

}

.invite-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
}

.invite-right {
    width: 100%;
    margin-left: 55px;
}

.invite-nickname {
    color: #151414;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.invite-introduction {
    font-size: 14px;
    width: 17rem;
    color: #666;
}

.invite-button {
    width: 100px;
    height: 40px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.cut-line {

    height: 30px;
    width: 100%;
    position: relative;
    text-align: center
}

.line-wrap {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 15px auto;
}

.line-wrap div {
    line-height: 20px;
    font-size: 15px;
}

.line-wrap div:after, .line-wrap div:before {
    position: absolute;
    top: 50%;
    background: #ebebeb;
    content: "";
    height: 1px;
    width: 42%;
}

.line-wrap div:before {
    left: 0;
}

.line-wrap div:after {
    right: 0;
}

@media (max-width: 767px) {
    .line-wrap div:after, .line-wrap div:before {
        width: 35%;
    }
}

.content-full {
    display: none;
    cursor: initial;
}

.content-summary {
    display: block;
    overflow: hidden;
}


.answer-down .ri-arrow-down-s-fill {
    font-size: 21px;
}

.open-answer {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    color: #205290;
}

.close-answer {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #205290;
}

.btn-close-more {
    position: relative;
    right: 0px;
    bottom: 0;
    display: none;
}

.open-answer:before {
    display: block;
    content: "";
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, var(--sns-bg-white) 90%, var(--sns-bg-white));
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: -130px;
    height: 130px;
}
.comment-footer{
    background: #ffffff;
}
.fixed-bar {
    position: fixed;
    z-index: 2;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: #ffffff;
    animation: slideUp .2s;
}

@keyframes slideUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}