.qs_up {
    padding-top: 80px;
}

.qs_up .userinfo {
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 15px;
    padding-bottom: 60px;
}

.renling{
    font-size:12px;
    background:var(--main-color);
    color:white;
    padding:2px 5px;
    border-radius:4px;
    margin-left: 10px;
}

.qs_up .userinfo .avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 150px;
}

.qs_up .userinfo .right {
    flex: 1;
    padding-left: 50px;
    padding-top: 15px;
}

.qs_up .userinfo .right .top {
    display: flex;
    font-size: 22px;
}

.qs_up .userinfo .right .top .username {
    font-weight: bold;
    display: flex;
    align-items: center;
    max-width: 500px;
    font-size: 22px;
}

.qs_up .userinfo .right .top .username a {
    margin-right: 10px;
    display: inline-flex;
}

.qs_up .userinfo .right .top .username span{
    display: flex;
}

.qs_up .userinfo .right .top .username a.renling{
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.qs_up .userinfo .right .top .username a:first-child {
    margin-left: 10px;
}

.qs_up .userinfo .right .top .username .iconfont {
    font-size: 20px;
}

.qs_up .userinfo .right .top .username .icon-zengzhifuwu {
    color: #f4ea2a;
}

.qs_up .userinfo .right .top .title {
    color: var(--main-color);
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
}

.qs_up .userinfo .right .top .title:hover {
    color: var(--main-color);
}

.qs_up .userinfo .right .top .expand {
    flex: 1;
}

.qs_up .userinfo .right .top button {
    cursor: pointer;
    margin-left: 10px;
    padding: 5px 20px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: #8a919f;
    height: 35px;
    display: flex;
    align-items: center;
    line-height: 35px;
}

.qs_up .userinfo .right .top button.active {
    background-color: var(--main-color);
    color: white;
}

.qs_up .userinfo .right .middle {
    padding-top: 15px;
}

.qs_up .userinfo .right .middle .item {
    margin-right: 50px;
    font-size: 18px;
}

.qs_up .userinfo .right .middle a.item{
    color: #333;
}

.qs_up .userinfo .right .middle .item .number {
    font-weight: bold;
}

.qs_up .userinfo .right .desc {
    padding-top: 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.qs_up .userinfo .right .desc a {
    color: var(--main-color);
}

.qs_up .menu_list {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 15px;
}

.qs_up .menu_list .container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.qs_up .menu_list .container .item {
    margin: 0px 30px;
    padding: 10px 0;
    cursor: pointer;
    color: #8a919f;
}

.qs_up .menu_list .container .item.active {
    border-top: 3px solid black;
    color: black;
    font-weight: bold;
}

.qs_up .menu_list .container .item:hover {
    color: black;
}

.qs_up .category_list {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 15px;
}

.qs_up .category_list .container .item {
    padding: 10px 10px;
    margin-right: 10px;
    background-color: #f8f8f8;
    color: black;
    border-radius: 4px;
    transition: 0.2s ease-in;
    margin-bottom: 10px;
    display: inline-block;
}

.qs_up .category_list .container .item:hover {
    background-color: #8a919f;
}

.qs_up .category_list .container .item i {
    margin-right: 5px;
}

.qs_up .qs_post_list {
    max-width: 960px;
}

.qs_up .empty {
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.qs_up .empty img {
    max-width: 300px;
    width: 100%;
}

.qs_up .qs_up_detail {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    min-height: 500px;
}

.qs_up .qs_up_detail .section {
    padding: 0 15px;
    padding-bottom: 50px;
}

.qs_up .qs_up_detail .section-title {
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    padding-bottom: 15px;
    display: flex;
}
.qinglite_music{
    align-items: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.qinglite_music i{
    color:var(--main-color);
    margin-left: 15px;
    margin-right:3px;
}

.section-body:has(.qinglite_music){
    display: flex;
    flex-direction: column;
}

.qs_up .qs_up_detail .section-title .section-desc {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: black;
}

.qs_up .qs_up_detail .section-title .section-desc svg {
    font-size: 18px;
    margin-right: 3px;
}

.comments .title {
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    padding-bottom: 15px;
    font-size: 14px;
}

.section-desc-item {
    position: relative;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section-desc-item::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    right: -20px;
}

.section-desc-item:last-child::after {
    display: none;
}

.section-desc-item span {
    font-size: 12px;
    color: #8a919f;
}

.section-desc-item .num {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-top: 5px;
}

.qs_up .qs_up_detail .section-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 15px;
    background-color: var(--main-color);
    border-radius: 10px;
}

#changelog {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
    font-family: sans-serif;
    width: 100%;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

#changelog td,
#changelog th {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px;
}

/* #changelog tr:nth-child(even) {
    background-color: #f2f2f2;
}

#changelog tr:hover {
    background-color: #ddd;
} */

#changelog th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f2f2f2;
    /* color: white; */
}

#changelog tr td:first-child {
    width: 200px;
}

#changelog tr td:last-child {
    width: 200px;
}

#changelog tr td {
    min-width: 200px;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
}

#changelog tr th {
    min-width: 200px;
    width: 100%;
}

.qs_up .qs_up_detail .section-body {
    line-height: 1.8;
    text-align: justify;
    word-break: break-word;
}

.qs_up .qs_up_detail .section-body .saci-item .desc{
    text-align: left;
    word-break: normal;
}

.qs_up .qs_up_detail .section-body .swiper{
    overflow: scroll;
    white-space: nowrap;
    margin-bottom: 5px;
}


.qs_up .qs_up_detail .section-body .swiper .qinglite_more{
    background-color: transparent;
    font-size: 14px;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 6px;
    text-align: center;
    line-height: 150px;
    color: gray;
    background: rgba(0, 0, 0, 0.05);
    vertical-align: top;
}

.qs_up .qs_up_detail .section-body .swiper a.qinglite_more{
    color: #777 !important;
}

.qs_up .qs_up_detail .section-body .swiper a.qinglite_more div{
    display: flex;
    justify-content: center;
}


.qs_up .qs_up_detail .section-body .swiper .img_item{
    display: inline-block;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
    background-position: center;
    border: var(--border-normal);
}

.qs_up .qs_up_detail .section-body a {
    color: var(--main-color);
}

.qs_up .qs_up_detail .section-body.product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qs_up .qs_up_detail .section-body.product_list .product_item {
    display: flex;
    width: 30%;
    overflow: hidden;
    margin-bottom: 15px;
    align-items: center;
}

.qs_up .qs_up_detail .section-body.product_list .product_item .icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.qs_up .qs_up_detail .section-body.product_list .product_item .right {
    flex: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.qs_up .qs_up_detail .section-body.product_list .product_item .right .title {
    color: black;
    align-items: center;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qs_up .qs_up_detail .section-body.product_list .product_item .right .desc {
    font-size: 14px;
    color: #8a919f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qs_up .qs_up_detail .section-body.up_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qs_up .qs_up_detail .section-body.up_list .up_item {
    display: flex;
    width: 30%;
    overflow: hidden;
    margin-bottom: 15px;
}

.qs_up .qs_up_detail .section-body.up_list .up_item .icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.qs_up .qs_up_detail .section-body.up_list .up_item .name {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    background-color: gray;
    color: white;
}

.qs_up .qs_up_detail .section-body.up_list .up_item .right {
    flex: 1;
    padding-left: 15px;
}

.qs_up .qs_up_detail .section-body.up_list .up_item .right .username {
    color: black;
    font-size: 14px;
}

.qs_up .qs_up_detail .section-body.up_list .up_item .right .title {
    color: #8a919f;
    font-size: 14px;
}

.qs_up .qs_up_detail .section-body.up_list .up_item .right .desc {
    font-size: 14px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.timeline {
    padding-top: 30px;
}

.qs_up .qs_up_detail .section-body .timeline .timenode {
    padding-bottom: 60px;
    position: relative;
    display: flex;
}

.qs_up .qs_up_detail .section-body .timeline .timenode::before {
    content: "";
    background: #f2f3f4;
    width: 2px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 83px;
    top: 8px;
}

.qs_up .qs_up_detail .section-body .timeline .year {
    font-size: 15px;
    font-weight: 500;
    width: 80px;
    box-sizing: border-box;
    flex: none;
}

.qs_up .qs_up_detail .section-body .timeline .dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ff9400;
    margin: 6px 2rem 0 0;
    flex: none;
}

.qs_up .qs_up_detail .section-body .timeline .timenode:first-child .dot {
    background: #0078ff;
}

.qs_up .qs_up_detail .section-body .timeline .date {
    opacity: 0.6;
    flex: none;
    width: 64px;
    margin-right: 2.5rem;
}

.qs_up .qs_up_detail .section-body .timeline .title {
    display: flex;
}

.qs_up .qs_up_detail .section-body .timeline .tag {
    padding: 0 5px;
    font-weight: 400;
    font-size: 11px;
    margin-right: 0.5rem;
    border-radius: 4px;
}

.qs_up .qs_up_detail .section-body .timeline .tag.is-primary {
    background: #eaf3ff;
    color: #0078ff;
}

.qs_up .qs_up_detail .section-body .timeline .tag.is-golden {
    color: #ff9400;
    background: rgba(255, 148, 0, 0.1);
}

.qs_up .qs_up_detail .section-body .timeline .item {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.qs_up .qs_up_detail .section-body .timeline img {
    max-width: 18px;
    margin-right: 5px;
}

.qs_up .qs_up_detail .section-body.saic-info {
    display: flex;
    flex-wrap: wrap;
}

.qs_up .qs_up_detail .section-body.saic-info .saci-item {
    width: 50%;
    padding-bottom: 20px;
}

.qs_up .qs_up_detail .section-body.saic-info .saci-item .title {
    font-weight: 500;
}

.qs_up .qs_up_detail .section-body.saic-info .saci-item .title a {
    color: black;
}

.qs_up .qs_up_detail .section-body.saic-info .saci-item .title a i {
    margin-left: 5px;
}

.qs_up .qs_up_detail .section-body.saic-info .saci-item .desc {
    color: #8a919f;
}

.qs_up .qs_up_detail .section-body.saic-info .saci-item:nth-child(odd) .desc {
    width: 90%;
}

.company .flow_post_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company .qs_post_list .item {
    margin: 0px;
    position: relative;
    max-width: 178px;
    min-height: 178px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.company .qs_post_list .item.qinglite_more{
    background: rgba(0, 0, 0, 0.05);
    color: #777 !important;
    justify-content:space-around;
}


.company .qs_post_list .item .content {
    flex: 1;
}

.company .qs_post_list>i {
    max-width: 178px;
    width: 100%;
}

.company .qs_post_list .item .content .desc {
    -webkit-line-clamp: 5;
}

.qs_post_list .item .content .subtitle {
    font-weight: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.company .qs_post_list .img .content,
.qs_post_list .video .content {
    min-height: 160px;
    max-height: 160px !important;
}

.company .qs_post_list .item .title_middle {
    -webkit-line-clamp: 1;
}

.company .qs_post_list .item .content .title {
    -webkit-line-clamp: 1;
}

.right .bangdan-tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.qs_up_detail .bangdan-tag-list {
    display: flex;
    flex-wrap: wrap;

}
.qs_up_detail .bangdan-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    /* background-color: #eaf2ff; */
    /* color: var(--main-color); */
    background-color: #f3f3f3;
    color: #666 !important;
    border-radius: 4px;
    font-size: 12px;
    transition: 0.2s ease-in;
}

.followlist .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 15px;
    padding-top: 0;
    padding-bottom: 60px;
}

.followlist .container .followitem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    transition: 0.2s ease;
}

.followlist .container .followitem a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.followlist .container .followitem a .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
}

.followlist .container .followitem a .username {
    flex: 1;
    padding-left: 15px;
    font-size: 16px;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
    color: black;
}

.followlist .container .followitem button {
    cursor: pointer;
    border: none;
    outline: none;
    color: #8a919f;
    width: 70px;
    line-height: 30px;
    height: 30px;
    border-radius: 4px !important;
    font-size: 12px;
    text-align: center;
}

.followlist .container .followitem button.active {
    background-color: var(--main-color);
    color: white;
}

.followlist .container .qinglite_more {
    padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
    .qs_up .userinfo {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .qs_up .userinfo .right .top .username{
        display: flex;
        flex-direction: column;
    }

    .qs_post_list .company .qs_post_list {
        margin: 0 auto;
        margin-left: 15px;
    }

    .qs_post_list {
        margin: 0px auto;
    }

    .qs_up .userinfo .right {
        padding-left: 0;
        align-items: center;
        justify-items: center;
        display: flex;
        flex-direction: column;
    }

    .qs_up .userinfo .right .top .expand,
    .qs_up .userinfo .right .top button {
        display: none;
    }

    .qs_up .userinfo .right .middle {
        text-align: center;
    }

    .qs_up .userinfo .right .middle .item {
        margin-right: 0;
        margin: 0 15px;
    }

    .qs_up .userinfo .right .desc {
        text-align: center;
        font-size: 16px;
    }

    .qs_up .menu_list .container {
        justify-content: space-around;
    }

    .qs_up .menu_list .item {
        font-size: 16px;
        margin: 0 !important;
    }

    .qs_up .qs_up_detail .section-title {
        font-size: 16px;
    }

    .qs_up .qs_up_detail .section-body {
        font-size: 16px;
    }

    .qs_up .qs_up_detail .section-body.product_list {
        flex-direction: column;
    }

    .qs_up .qs_up_detail .section-body.product_list .product_item {
        width: 100% !important;
    }

    .qs_up .qs_up_detail .section-body.up_list {
        flex-direction: column;
    }

    .qs_up .qs_up_detail .section-body.up_list .up_item {
        width: 100% !important;
    }

    .qs_up .qs_up_detail .section-body.saic-info {
        flex-direction: column;
    }

    .qs_up .qs_up_detail .section-body.saic-info .saci-item {
        width: 100% !important;
    }

    .qs_up .qs_up_detail .section.section-suggest {
        padding: 0;
    }

    .qs_up .qs_up_detail .section.section-suggest .section-title {
        margin-left: 15px;
    }

    .qs_up .qs_up_detail .section-body.up_list .up_item .right .username,
    .qs_up .qs_up_detail .section-body.up_list .up_item .right .desc {
        font-size: 16px;
    }

    .company .qs_post_list .item {
        max-width: initial;
        width: 48%;
        margin-bottom: 15px;
    }

    .company .flow_post_list {
        flex-wrap: wrap;
    }

    .qs_up .category_list .container .item:hover {
        background-color: #f8f8f8;
    }

    .qs_up .userinfo .right .top div:first-child {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 960px) {
    .qs_post_list_u {
        margin: 0px 15px;
    }

    .qs_post_list_pedia {
        margin: 0px auto !important;
    }

    .qs_post_list .company .qs_post_list {
        margin: 0 15px !important;
    }
}
