@charset "utf-8";

#comments_is_off{
    font-size: small;
    color: var(--colorB);
    padding: 0.5rem;
    text-align: center;
}
#comments .cat_post_album_text {
    display: none;
}
#comments > ol > li,
#comments .cat_comment_respond {
    background: var(--background);
    border: var(--border);
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    padding: var(--margin);
    margin-top: var(--margin);
    position: relative;
}
#comments > ol > li:first-child {
    margin-top: 0;
}
#comments .cat_comment_respond_form .body {
    position: relative;
}
#comments .cat_comment_respond_form .plus {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    padding: calc(var(--margin) / 2) 0;
}
#comments .cat_comment_respond_form .plus ul.image{
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--margin);
}
#comments .cat_comment_respond_form .plus ul.image i{
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    top: 0;
    cursor: pointer;
    color: var(--color-red);
    width: 1.5rem;
}
#comments .cat_comment_respond_form .plus ul.image li{
    position: relative;
}
#comments .cat_comment_respond_form .plus ul.image li img{
    border-radius: var(--radius);
    aspect-ratio: 1;
    width: 100%;
    max-width: 100px;
    min-width: 60px;
    object-fit: cover;
}
#comments .cat_comment_respond_form .plus .media{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 0.5rem;
}
#comments .cat_comment_respond_form .plus .media .video,
#comments .cat_comment_respond_form .plus .media .music,
#comments .cat_comment_respond_form .plus .media .link{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#comments .cat_comment_respond_form .plus .media .video li,
#comments .cat_comment_respond_form .plus .media .music li,
#comments .cat_comment_respond_form .plus .media .link li{
    font-size: 0.8rem;
    border-radius: var(--radius);
    padding: 0.2rem;
    word-break: break-all;
    margin-right: 0.5rem;
}
#comments .cat_comment_respond_form .plus .media .video li {
    color: green;
    border: 2px solid green;
}
#comments .cat_comment_respond_form .plus .media .music li {
    color: red;
    border: 2px solid red;
}
#comments .cat_comment_respond_form .plus .media .link li {
    color: blue;
    border: 2px solid blue;
}
#comments .cat_comment_respond_form .replyavatar {
    position: relative;
    margin: auto 0.5rem;
}
#comments .cat_comment_respond_form .replyavatar img {
    width: 2rem;
    height: 2rem;
    background: var(--background);
    -o-object-fit: cover;
    object-fit: cover;
}
#comments .cat_comment_respond_form .replyavatar .userinfomengban {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    background: rgb(0 0 0 / 0);
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20%;
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(0 0 0 / 0);
    font-size: 1.5rem;
    cursor: pointer;
}
#comments .cat_comment_respond_form .replyavatar:hover .userinfomengban {
    opacity: 1;
    background: var(--background);
    color: var(--main);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    visibility: visible;
    border-radius: 50%;
    font-size: 1rem;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}


#comments .cat_comment_respond_form .head {
    display: block;
    width: 100%;
    align-items: center;
}
#comments .cat_comment_respond_form .head .list{
    margin: 0.5rem 0;
    position: relative;
}
#comments .cat_comment_respond_form .head .input_authorinfo .list{
    flex: 1 1 auto;
    width: 10rem;
    margin: 0;
    gap: 0.5rem;
    position: relative;
}
#comments .cat_comment_respond_form .head .input_weatherinfo .list,
#comments .cat_comment_respond_form .head .input_showedinfo .list{
    flex: 1 1 auto;
    width: 5rem;
    margin: 0;
    gap: 0.5rem;
    position: relative;
}
#comments .cat_comment_respond_form .head .list input{
    font-family: 'catfont';
    padding: 0.25rem 1rem;
    width: 100%;
    line-height: 1.5rem;
}
#comments .cat_comment_respond_form .head .list .input_icon{
    position: absolute;
    right: 0;
    padding: 0.25rem;
}
#comments .cat_comment_respond_form .body textarea{
    display: block;
    font-size: 1rem;
    font-family: 'catfont';
    width: 100%;
    resize: vertical;
    min-height: 120px;
    padding: 10px;
    opacity: 0.8;
}
#comments .cat_comment_respond_form .foot {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
}
#comments .cat_comment_respond_form .foot i{
    line-height: 2rem;;
}
#comments .cat_comment_respond_form .foot>div {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

#comments .cat_comment_respond_form .foot .submit button {
    background: unset;
    cursor: pointer;
}

#comments .cat_comment_respond_form .foot .submit button i{
    font-size: 1.125rem;
    vertical-align: text-bottom;
    color: var(--main);
}
#comments .cat_comment_parent:hover .shijian{
    background: linear-gradient(to bottom, var(--th_A), var(--th_B));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#comments ol li .cat_comment_child .shijian {
    display: none;
}
#comments .cat_comment_body {
    display: flex;
    position: relative;
}
#comments .cat_comment_body .content {
    min-width: 0;
    flex: 1;
}
#comments .cat_comment_body .content .substance {
    padding: 0.5rem;
    display: table;
    width: auto;
    max-width: 60%;
}
#comments .cat_comment_body .content .substance.iscat{
    margin-left: auto;
    margin-right: 0;
}
#comments .cat_comment_body .content .substance p:not(.aplayer-lrc-current) {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background: var(--colorA);
    color: var(--main);
    word-break: break-all;
    line-height: 1.75rem;
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(1rem);
}
#comments .cat_comment_body .content .substance.iscat p{
    background: var(--theme-10);
}
#comments .cat_comment_body .content .substance.isfriend p{
    background: var(--theme-10);
}
#comments .cat_comment_body .content .substance.is_secret p{
    background: repeating-linear-gradient(135deg,var(--theme-10),var(--theme-10) 1rem,var(--background-color) 0,var(--background-color) 2rem);
    outline: 1px solid var(--theme-30);
}
#comments .cat_comment_body .content .substance.is_secret p.no_see{
    background: repeating-linear-gradient(135deg,#5e5e00,#5e5e00 1rem,black 0,black 2rem);
    outline: unset;
    color: white;
}
#comments .cat_comment_body .content .substance.is_secret p:before{
    content: '🔑';
}
#comments .cat_comment_body .content .substance.is_secret p.no_see:before{
    content: '🔒';
}
#comments .cat_comment_body .avatar {
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
#comments .cat_comment_reply {
    position: relative;
    margin-bottom: auto;
    cursor: pointer;
}
#comments .cat_comment_reply .replymengban {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    background: rgb(0 0 0 / 0);
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(0 0 0 / 0);
    outline: 2px solid var(--theme-30);
    font-size: 1.5rem;
    cursor: pointer;
}
#comments .cat_comment_body:hover .replymengban {
    opacity: 1;
    background: var(--background);
    color: var(--main);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
#comments .content .user:hover .user_infocard {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
#comments .huomiaoreply {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
#comments .huomiaoreply > .cat_comment_replyout > .cat_comment_body .cat_comment_reply + .content {
    order: -1;
}

#comments .cat_comment_body .content .user {
    display: inline-block;
    align-items: center;
    margin: 0 0.5rem;
    color: var(--main);
    font-weight: bolder;
}
#comments .huomiaoreply .cat_comment_body .content .user,
#comments .huomiaoreply .cat_comment_body .content .commentinfos {
    display: block;
}
#comments .cat_comment_body .content .user .author i{
    font-weight: bolder;
}
#comments .cat_comment_body .content .commentinfos {
    align-items: center;
    font-size: 0.75rem;
    color: var(--colorE);
    margin: -0.5rem 0.5rem 1rem;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#comments .cat_comment_parent:hover .commentinfos {
    opacity: 1;
}
#comments .cat_comment_replyout_style {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 49;
    margin: auto;
    text-align: center;
    background-color: var(--background);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    transition: opacity .3s;
}
#comments .cat_comment_replyout_style .cat_comment_tanchuang {
    background: var(--under-background);
    background-size: cover;
    position: fixed;
    border: var(--border);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: var(--margin);
    box-shadow: var(--box-shadow);
    border-radius: var(--radius);
    display: inline;
    width: 800px;
    max-width: 90%;
}

/* xxxxx */
.cat_post_gridimage{
    display: flex;
    flex-wrap: wrap;
    gap: var(--margin);
}
.cat_post_gridimage span{
    flex-grow: 1;
}
.cat_post_gridimage img{
    box-shadow: var(--box-shadow);
    display: block;
    border-radius: var(--radius);
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    flex-grow: 1;
}

.cat_cancel_comment_author,
.cat_cancel_comment_reply {
    display: none;
    position: relative;
    cursor: pointer;
    line-height: 2.3rem;
    color: var(--color-white);
    background: var(--colorD);
    border-radius: var(--radius);
    padding: 0 0.5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.comment_put_out{
    background: var(--theme-60); 
    cursor: pointer;
    position: relative;
    line-height: 2.3rem;
    color: var(--color-white);
    border-radius: var(--radius);
    padding: 0 0.5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.cat_cancel_comment_author:hover,
.cat_cancel_comment_reply:hover {
    background: var(--color-red);
}
.cat_cancel_comment_reply:hover {
    color: var(--color-white)!important;
}
.onlinetime {
    position: absolute;
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
    right: -0.15rem;
    bottom: -0.15rem;
    border: 0.2rem solid var(--background-color);
    background: #2bde3f;
}

#comments .input_showedinfo,
#comments .input_authorinfo,
#comments .input_weatherinfo{
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0.5rem 0;
    gap: 0.5rem;
}


.OwO {
    position: initial;
}
.OwO .OwO-logo,
.cat_comment_button {
    border-radius: 5px!important;
    background-color: unset;
    user-select: none;
    border: none;
    color: var(--main)!important;
    font-size: 1.2rem;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 0.1rem;
    z-index: 0;
}
.OwO .OwO-logo i,
.cat_comment_button i{
    margin: 0 0.5rem;
    line-height: 1.75rem;
}
.cat_comment_button i:hover{
    display: inline-block;
    -webkit-animation: a 5s infinite ease-in-out;
    animation: a 5s infinite ease-in-out;
}
.OwO.OwO-up .OwO-body {
    left:0;
    width: 100%;
    bottom: 3rem;
    background: var(--background);
    border-radius: var(--radius);
    padding: 10px 10px 0;
    display: none;
    border: none;
}
.OwO .OwO-body .OwO-bar {
    background: var(--background);
}
.OwO .OwO-body .OwO-items .OwO-item {
    background: unset;
}
.OwO_2 .OwO-body .OwO-items .OwO-item{
    max-width: 6rem;
    min-width: 4rem;
}
.owo_image {
    max-height: 1.5rem;
    vertical-align: sub;
    padding: 0 0.2rem;
    transition: max-height 0.5s ease-in-out;
}
.owo_image_2 {
    max-height: none;
    max-width: 100%;
    margin: auto;
    display: block;
}
.owo_image:hover {
    max-height: 6.25rem;
}
.owo_image_2:hover {
    max-height: none;
}
.OwO-packages li {
    color: var(--colorF);
}

.comment_secert input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    margin: 0.65rem;
    cursor: pointer;
    z-index: -1;
    width: 1rem;
}
.comment_secert_textarea{
    background: repeating-linear-gradient(135deg,var(--theme-10),var(--theme-10) 1rem,var(--background) 0,var(--background) 2rem)!important;
}
.yes_secert{
    display: none;
    color: var(--theme);
}

.cat_comment_button_reveal_block,
.cat_comment_button_image_block,
.cat_comment_button_links_block,
.cat_comment_button_bilibili_block,
.cat_comment_button_music_block{
    display: none;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    background: var(--background-color);
    border-radius: var(--radius);
    padding: 0.5rem;
}
#comments .user_infocard {
    position: absolute;
    z-index: 2;
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    top: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: 0.5s;
}
#comments .user_infocard .category_right_title {
    display: flex;
    align-items: center;
}
#comments .user_infocard .category_right_title .avatar{
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
}

/* 隐藏小评论的点赞 */
.cat_comment_child .lovers_avatar{
    display: none;
}
/* 点赞显示 */
.likedavatar {
    line-height: 1rem;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.likedavatar img {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
}
.like_button,.likeD_button{
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
    justify-content: center;
    align-items: center;
}
.like_button{
    cursor: pointer;
}
.likeD_button{
    cursor: not-allowed;
}
.likeD_button i {
    color: var(--color-red);
    opacity: 0.6;
}
.likenumchange{
    font-size: 0.75rem;
}
.lovers_avatar{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.lovers_avatar .likedavatar:first-child:before{
    content: '♥';
    color: red;
    opacity: 0.8;
}
.backimage_anniu,
.delete_comment,
.lovers_button {
    color: var(--colorD);
}
#del_card{
    display: flex;
    flex-direction: column;
    gap: var(--margin);
}
#del_card .yes{
    padding: 0.2rem 0.5rem;
    background: var(--color-red);
    border-radius: var(--radius);
    color: var(--color-white);
    cursor: pointer;
}
/* 点赞显示end */


.eye_button_close,
.eye_button_open {
    align-items: center;
    gap: 0.2rem;
}