.specific_works_container {
    background: rgba(255, 255, 255, 1);
    max-width: 1620px;
    margin: 0 auto;
    padding: 80px 50px 0;
    font-family: Montserrat;
}

.specific_works_container .top_content {
    /* width: min(calc(74% - 50px), calc(100% - 350px - 50px)); */
    /* width: 100%;
    background: rgba(255, 255, 255, 1);
    max-width: 1620px;
    margin: 0 auto;
    padding: 80px 50px 20px;
    position: fixed;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101; */
}


.back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    overflow: hidden;
    /* margin-bottom: 60px; */
}

.back_btn img {
    width: 20px;
    margin-right: 10px;
    color: #000;
    filter: drop-shadow(0px 250px #000);
    transform: translateY(-250px);
}
.back_btn:hover {
    color: #ff8b00;
}
.back_btn:hover img {
    color: #FF8B00;
    filter: drop-shadow(0px 250px #FF8B00);
}





.specific_works_content {
    display: flex;
}

.specific_works_content .specific_works_fa_body {
    flex: 1;
    min-width: 800px;
    margin-right: 40px;
}

.specific_works_content .my_works_fa {
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}

.specific_works_content .my_works_fa .my_works_list {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.specific_works_content .my_works_fa .works_item {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 1071/607;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
}
.specific_works_content .my_works_fa .works_img {
    max-width: 100%;
    max-height: 100%;
}

.specific_works_content .my_works_fa .arrow_thumb {
    display: flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: calc(50% - 21px);
    z-index: 100;
}

.specific_works_content .my_works_fa .arrow_thumb img {
    width: 20px;
    height: 20px;
}

.specific_works_content .my_works_fa .arrow_thumb.works_prev_thumb {
    left: 30px;
    transform: rotate(180deg);
    display: none;
}

.specific_works_content .my_works_fa .arrow_thumb.works_next_thumb {
    right: 30px;
}

.specific_works_content .thumbnails_wrapper {
    overflow: hidden;
    position: relative;
}

.specific_works_content .thumbnails_wrapper .arrow_thumb_fa {
    display: flex;
    width: 6.34%;
    aspect-ratio: 68 / 113;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    bottom: 0;
    z-index: 100;
}

.specific_works_content .thumbnails_wrapper .thumbnails_prev_fa {
    left: -1px;
    transform: rotate(180deg);
}

.specific_works_content .thumbnails_wrapper .thumbnails_next_fa {
    right: 0;
}

.specific_works_content .thumbnails_wrapper .arrow_thumb_fa>a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}

.specific_works_content .thumbnails_wrapper .arrow_thumb_fa img {
    width: 16px;
    height: 16px;
}

.specific_works_content .thumbnails_wrapper .thumbnails_list {
    display: flex;
    transform: translateX(-6px);
}

.specific_works_content .thumbnails_wrapper .thumbnail_item {
    width: 18.2%;
    min-width: 18.2%;
    padding: 6px;
    border: 2px solid transparent;
}

.specific_works_content .thumbnails_wrapper .thumbnail_item.active {
    border: 2px solid #ff8b00;
}

.specific_works_content .thumbnails_wrapper .thumbnail_img_container {
    width: 100%;
    aspect-ratio: 183 / 104;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}
.specific_works_content .thumbnails_wrapper .thumbnail_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specific_works_content .right_item_info {
    margin-bottom: 86px;
}

.specific_works_content .right_item_info .avatar_fa {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.specific_works_content .right_item_info .avatar_fa .avatar_img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 12px;
}

.specific_works_content .right_item_info .avatar_fa .user_name {
    flex: 1;
    color: #949494;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-right: 10px;
}

.specific_works_content .right_item_info .avatar_fa .share_icon {
    cursor: pointer;
}

.specific_works_content .right_item_info .avatar_fa .share_icon img {
    width: 30px;
    height: 30px;
}

.specific_works_content .right_item_info .avatar_fa .share_icon:hover img {
    color: #FF8B00;
    filter: drop-shadow(0px 250px #FF8B00);
    transform: translateY(-250px);
}

.specific_works_content .right_item_info .photo_title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

.specific_works_content .right_item_info .photo_desc {
    color: rgba(37, 37, 37, 0.68);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    max-height: 198px;
    overflow-y: auto;
    overflow-x: hidden;
}
.specific_works_content .right_item_info .photo_desc_fa {
    margin-bottom: 22px;
    position: relative;
}
.specific_works_content .right_item_info .photo_desc_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 4px);
    height: 27px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -148.15%, #FFFFFF 100%);
}

.specific_works_content .right_item_info .text_date_fa {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.specific_works_content .right_item_info .like_count {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: url('/image/catalog/kficons/like-grey.png') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 26px;
}

.specific_works_content .right_item_info .like_count.liked {
    background: url('/image/catalog/kficons/like-on.png') no-repeat left center;
    background-size: 16px 16px;
}

.specific_works_content .right_item_info .section_title {
    color: rgba(0, 0, 0, 0.86);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}

.specific_works_content .right_item_info .section_content {
    color: rgba(0, 0, 0, 0.68);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
}

.specific_works_content .right_item_info .params_list {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 18px;
}

.specific_works_content .right_item_info .params_list span {
    padding-right: 12px;
    margin-bottom: 10px;
    margin-right: 12px;
    border-right: 1px solid #000;
}

.specific_works_content .right_item_info .params_list span:last-child {
    border-right: none;
    padding-right: 0;
}

.specific_works_content .right_item_info .author_link {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    word-break: break-word;
}






.specific_works_content .right_related {
    width: 26%;
    min-width: 350px;
}

.specific_works_content .right_related h4 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 60px;
}

.specific_works_content .right_related .recommended_products_ul {
    margin-bottom: 50px;
}

.specific_works_content .right_related .recommended_products_ul img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
}




.specific_works_content .right_related li {
    margin-bottom: 30px;
    display: flex;
}

.specific_works_content .right_related li>a {
    display: flex;
    /* width: 100%; */
    height: 100%;
}

.specific_works_content .right_related li .li_right_box {
    flex: 1;
    min-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.specific_works_content .right_related li .right_related_li_title {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.specific_works_content .recommended_products_ul li .right_related_li_title {
    -webkit-line-clamp: 3;
}

.specific_works_content .right_related li .view_more_fa {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
}
.specific_works_content .right_related li .view_more_fa span:hover {
    color: #FF8B00;
}


.bottom_content {
    margin-top: 80px;
}






#article_comment {
    min-height: 300px;
}

#article_comment>h3 {
    height: 50px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.comment_title {
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #b5b5b5;
}

.comment_release {
    padding: 20px 40px 0 20px;
}

.comment_textarea {
    width: 100%;
    height: 112px;
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.comment_author_div {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.graphic_usercomments_father {
    width: 100%;
    background-color: #FFF;
    margin-left: 40px;
}

.graphic_usercomments_father>h1 {
    height: 50px;
    text-align: left;
    line-height: 50px;
    border-bottom: 1px solid #f7f7f7;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #b5b5b5;
    font-size: 13px;
    padding-left: 20px;
}

.graphic_usercomments {
    width: 100%;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 40px;
}

.comment_author_div {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.comment_author,
.onecomments_submit,
.twocomments_submit {
    width: 120px;
    height: 36px;
    background-color: #ff8b00;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.total_quantity {
    color: #000;
}

.onecomments {
    padding-top: 40px;
}

.onecomments::after {
    content: '';
    width: calc(100% - 50px);
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin-left: 50px;
    margin-top: 40px;
}

.onecomments_headerphoto {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.onecomments_time {
    color: rgb(158, 158, 166);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.onecomments_operation {
    margin: 20px 0 20px 50px;
    display: flex;
    justify-content: space-between;
}

.onecomments_delete {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
}

.onecomments_report,
.twocomments_report {
    display: inline-block;
    height: 12px;
    width: 15px;
    cursor: pointer;
}

.onecomments_comments,
.twocomments_comments {
    display: inline-block;
    margin-left: 20px;
    width: 13px;
    height: 12px;
    cursor: pointer;
}

.onecomments_showhide {
    display: none;
    padding-left: 50px;
}

.twocomments_showhide {
    display: none;
    padding-left: 34px;
}

.onecomments_operation_pinlun,
.twocomments_operation_pinlun {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10px;
    padding: 14px 14px 24px 14px;
    position: relative;
}

.onecomments_kuang,
.twocomments_kuang {
    outline: none;
    width: 100%;
    height: 100%;
    line-height: 18px;
    -webkit-appearance: none;
    border-radius: 0px;
    border: none;
}

.onecomments_submit_father,
.twocomments_submit_father {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.twocomments_triangle::before {
    display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    left: 130px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 15px solid #F4F4F4;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.twocomments {
    position: relative;
    padding-left: 50px;
}

.twocomments_son {
    margin-bottom: 20px;
}

.user_headerphotoimg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.twocomments_operation {
    margin: 20px 0 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.twocomments_time {
    margin-left: 34px;
}

.onecomments_more {
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    color: rgb(158, 158, 166);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.twocomments_more {
    cursor: pointer;
    text-align: left;
    height: 55px;
    line-height: normal;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    padding-left: 34px;
    color: rgb(158, 158, 166);
    font-size: 14px;
}



textarea {
    border-radius: 0px;
    background-color: #FFF;
    border: 1px solid #b5b5b5;
}

textarea:focus {
    background-color: #FFF;
}

.comments_disable {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10px;
    position: relative;
}

.comments_disable .comments_disable_log_in {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    width: 140px;
    height: 36px;
    background-color: #ff8b00;
    color: #fff;
    cursor: pointer;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.lock-tips {
    color: rgb(181, 181, 181);
    font-family: Montserrat;
    font-size: 12px;
    height: 14px;
    font-weight: 400;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

.comments_disable .comments_disable_content {
    float: left;
    margin: 14px;
    color: rgb(181, 181, 181);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}

.comment_author_disable {
    font-family: 'Montserrat';
    width: 120px;
    height: 36px;
    cursor: default;
    pointer-events: none;
    background: rgb(207, 207, 207);
    border: 1px solid rgb(207, 207, 207);
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
}







#comment_page {
    width: auto;
    margin: auto auto auto;
}

.comment-text-container {
    display: flex;
}

.comment-text-container>div>img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 14px;
}

.graphic_usercomments_container {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10px;
    padding: 14px 14px 24px 14px;
    position: relative;
}

.graphic_usercomments_input {
    outline: none;
    width: 100%;
    height: 100%;
    line-height: 18px;
    -webkit-appearance: none;
    border-radius: 0px;
    border: none;
}

.text-prompt {
    font-family: Montserrat;
    position: absolute;
    right: 14px;
    top: 74px;
    color: rgb(181, 181, 181);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: right;
}

.onecomments_usernamefather {
    margin-left: 14px;
    width: 100%;
}

.onecomments_usernamefather>p {
    width: 100%;
    white-space: pre-wrap;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.onecomments_usernamefather .onecomments_text {
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    max-height: 125px;
    overflow-y: auto;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}

.onecomments_text::-webkit-scrollbar,
.twocomments_text::-webkit-scrollbar {
    width: 4px;
}

/* 滚动槽 */
.onecomments_text::-webkit-scrollbar-track,
.twocomments_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
.onecomments_text::-webkit-scrollbar-thumb,
.twocomments_text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.onecomments_text::-webkit-scrollbar-thumb:window-inactive,
.twocomments_text::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
}

.onecomments_usernamefather .onecomments_username {
    height: 36px;
    line-height: normal;
}

.onecomments_usernamefather>p>a {
    color: rgb(0, 0, 0);
}

.twocomments_userson>p>a {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.twocomments_userson {
    margin-left: 14px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.twocomments_userson .twocomments_username {
    width: 100%;
}

.twocomments_userson>p {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.twocomments_userson .twocomments_text {
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    max-height: 125px;
    overflow-y: auto;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}

.twocomments_username>a {
    font-size: 14px;
}

.twocomments_username {
    text-align: left;
    margin-bottom: 20px;
}

.twocomments_username .reply-title {
    color: rgb(158, 158, 166);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 6px;
}

.article_author_son>div>:hover,
.twocomments_username>a:hover,
.onecomments_username>a:hover,
.twocomments_more:hover,
.onecomments_more:hover,
.author_works_text:hover {
    color: #ff8b00;
}

.no-more-comments {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: rgb(158, 158, 166);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}