	.note{
		margin-top: 32px;
		padding-bottom: 50px;
   		 position: relative;
	}
	.note .content{
		width: 100%;
	    height: 756px;
	    border: 1px solid #EDEDF0;
	    border-radius: 24px;
	    display: flex;
	    overflow: hidden;
	}
	.note .content .swiper-content {
		position: relative;
   		 flex:1;
    	width:50%;
	}
	.note .content .swiper-container{
		width: 100%;
   		 height: 100%;
	}
	.note .content .swiper-content .img-article{
		height: 100%;
		width: 100%;
		}
	.note .content .swiper-content .img-swiper{
			width: 100%;
   			 height: 100%;
   			 cursor: zoom-in;
		}
		
	.note .content .swiper-content .image__inner{
		width: 100%;
	    height: 100%;
	    object-fit: contain;
	    vertical-align:top;
	}
	.note .content .article {
		display: flex;
	    flex-direction: column;
	    flex: 1;
	    overflow: hidden;
	}
	
	.swiper-count {
    background: rgba(0, 0, 0, .5);
    border-radius: 24PX;
    color: #fff;
    font-size: 12PX;
    line-height: 22PX;
    position: absolute;
    right: 12PX;
    text-align: center;
    top: 12PX;
    width: 34PX;
    z-index: 11;
	}
	
	.img-article .swiper-button-prev, .img-article  .swiper-button-next{
			width: 33.33px;
    height: 33.33px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAzBAMAAACZGx56AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUdwTP///////////////////////////////////8kBMKEAAAAJdFJOUwDvMH9vIJDfn1vQFn0AAABcSURBVHja5ZKhEYBAEMQYoADmHQ7KeEsFXwKlUAIoZrtFJwoN53YScSLdi9s4h2vBrinACYSapABD6OdQWP8kNAm7hKmjcHrbJ85BfDf943+/h0di9+he3bN7fwDiXH5mPrbFRQAAAABJRU5ErkJggg==) center / 9.33px auto no-repeat;
	}
	.img-article .swiper-button-prev{
	transform: rotateZ(180deg);
	}
	
	.preview-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            backdrop-filter: blur(20px);
    		cursor: zoom-out;
        }

        .preview-modal.active {
            display: flex;
            opacity: 1;
        }

        .preview-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
        }

        .preview-content img {
            max-width: 100%;
            max-height: 100vh;
            border-radius: 10px;
            box-shadow: 0 0 40px rgba(255,255,255,0.1);
        }

        .preview-close {
             position: absolute;
			  left: 24px;
			  top: 24px;
			  width: 36px;
			  height: 36px;
			  border-radius: 50%;
			  /* eslint-disable-next-line */
			  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADySURBVHgB7dbdDYMwDATgqBN1s3YDvDEjXGnLA6KExD8XWRWWeEJnfwhCUspVhALwWK57Idd7xnJNmsCEb81M4Aqb11lt4AYGJnAHQxN4AKMAK7A68AQWCmzAfoEdsBBgJ+xTppAVqJ3hCmuAIb0ZwNCekc0YDxvSFMzv2NMcAxaYacgQmAM4BmYEjoMRgJyTTgCQegTzALkwB1ANu5V/q7SvFVkXBLL+SpD1J4ys2xeybvyeIUDSsxwVGNk0FMh42pCeIH4nrt4YsMK0M7bBZ2/IArMA90FhwpRAOQoKE9YJlLOgMGENoPQEhQmrAGV77wXFQB1r9K0pNgAAAABJRU5ErkJggg==') no-repeat 11px 11px/13px 13px, rgba(0, 0, 0, 0.3);
			  cursor: pointer;
			  z-index: 9;
        }

        .preview-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
        }

        .preview-nav-btn {
        	background: rgba(0, 0, 0, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAzBAMAAACZGx56AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUdwTP///////////////////////////////////8kBMKEAAAAJdFJOUwDvMH9vIJDfn1vQFn0AAABcSURBVHja5ZKhEYBAEMQYoADmHQ7KeEsFXwKlUAIoZrtFJwoN53YScSLdi9s4h2vBrinACYSapABD6OdQWP8kNAm7hKmjcHrbJ85BfDf943+/h0di9+he3bN7fwDiXH5mPrbFRQAAAABJRU5ErkJggg==) center / 9.33px auto no-repeat;
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            margin-left:20px;
            margin-right:20px;
            align-items: center;
            justify-content: center;
        }
		.preview-nav-btn.arrow-left {
			transform:  rotateZ(180deg);
		}

        .image-info {
           position: absolute;
		    top: 20px;
		    right: 20px;
		    text-align: center;
		    color: white;
		    font-size: 12px;
		    border-radius: 16px;
		    padding: 7px 12px;
            background-color: rgba(0, 0, 0, 0.3);
    		transition: opacity 0.3s;
        }
	
	
	/* 用户信息 */
        .author {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding:18px;
        }
        
        .author .author-info {
			    display: flex;
			    align-items: center;
		}
        
       .author .author-info .author-avator {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0.5px solid #EDEDF0;
    overflow: hidden;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
	}
		
	.author .author-info .author-detail {
    line-height: 1;
	}
	
	.author .author-like{
    box-sizing: border-box;
    font-size: 13px;
    width: 57px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    font-weight: 500;
    color: #ffffff;
    background: #ff2442;
    cursor: pointer;
    user-select: none;
}
	.author .message-btn{
		position: relative;
	    cursor: pointer;
	    user-select: none;
	    white-space: nowrap;
	    outline: none;
	    border: none;
	    vertical-align: middle;
	    text-align: center;
	    display: inline-block;
	    padding: 0;
	    border-radius: 1000px;
	    color: #fff;
	    background: #ff6f03;
	    width: 56px;
	    height: 32px;
	    margin-left: 15px;
	}
	
	.author .reds-button-outline{
		display: block;
	    border: 1px solid;
	    border-radius: inherit;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	
	.author .reds-button-box {
    height: 24px;
    font-size: 12px;
    line-height: 16px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    color: #fff;
}
	
	
	.article-content{
		position: relative;
    flex: 1;
    padding: 2px 18px 18px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll;
	}
	
	.article-content .article-detail{
		font-size: 16px;
    color: #000000;
	}
	.article-content .article-title{
		padding:10px 6px;
   		font-size:20px;
	}
	.article-content .publish-info {
    font-size: 12px;
    line-height: 1;
    color: #848691;
    margin: 24px 0 12px;
}
	.article-content .comment-list {
    padding: 18px 18px 0;
    border-top: 1px solid #EDEDF0;
    overflow: hidden;
	}
	.article-content .comment-title{
		font-size: 12px;
    	color: #848691;
	}
	.article-content .comment-title{
		font-size: 12px;
    	color: #848691;
	}
	.article-content .comment-item{
		margin-top: 24px;
		margin-bottom: 4px;
	}
	
	.comment-item .comment-item-info {
        display: flex;
        align-items: flex-start;
    }

    .comment-item .comment-item-info:hover .comment-del {
        display: block;
    }

    .comment-item .comment-avatar {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        margin-right: 8px;
        border-radius: 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .comment-item .comment-info {
        flex: 1;
    }

    .comment-item .comment-user {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 1;
        font-size: 13px;
        color: #848691;
    }

    .comment-item .comment-detail {
        margin-top: 9px;
        font-size: 14px;
        line-height: 20px;
        color: #000311;
    }

    .comment-item .comment-detail span {
        display: inline-block;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin: -4px 2px auto;
    }

    .comment-item .comment-time {
        margin-top: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .comment-item .comment-time .comment-loc {
        font-size: 13px;
        line-height: 1;
        color: #848691;
    }

    .comment-item .comment-time .comment-opts{
        display: flex;
    }

    .comment-item .comment-time .comment-opts .comment-opt-item{
        font-size: 13px;
        line-height: 1;
        color: #000311;
        margin-right: 16.5px;
        user-select: none;
        cursor: pointer;
    }

    .comment-item .comment-time .comment-opts .comment-opt-item:last-child {
        margin-right: 0;
    }

    .comment-item .comment-time .comment-opts .comment-opt-item .c-icon {
        margin-left: 3px;
        vertical-align: bottom;
    }

    .comment-item .comment-time .comment-opts .comment-opt-item.is-like {
        color: #FF3333;
    }

    .comment-item .comment-reply {
        margin-top: 12px;
        margin-left: 66px;
    }

    .comment-item .comment-reply:hover .comment-del {
        display: block;
    }

    .comment-item .comment-reply .reply-info {
        display: flex;
        align-items: center;
    }

    .comment-item .comment-reply .reply-avatar {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        margin-right: 8px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .comment-item .comment-reply .reply-user {
        flex: 1;
        font-size: 13px;
        line-height: 1;
        color: #848691;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .comment-item .comment-reply .reply-detail {
        margin-top: 5px;
        margin-left: 24px;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
    }

    .comment-item .comment-reply .reply-detail .emoji-span span {
        display: inline-block;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin: -4px 2px auto;
    }

    .comment-item .comment-reply .reply-time {
        margin-left: 24px;
        margin-top: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .comment-item .comment-reply .reply-time .reply-loc {
        font-size: 13px;
        line-height: 1;
        color: #848691;
    }

    .comment-item .comment-reply .reply-time .reply-opts {
        display: flex;
    }

    .comment-item .comment-reply .reply-time .reply-opts .reply-opt-item {
        font-size: 13px;
        line-height: 1;
        color: #000311;
        margin-right: 16.5px;
        user-select: none;
        cursor: pointer;
    }

    .comment-item .comment-reply .reply-time .reply-opts .reply-opt-item:last-child {
        margin-right: 0;
    }

    .comment-item .comment-reply .reply-time .reply-opts .reply-opt-item .c-icon {
        margin-left: 3px;
        vertical-align: bottom;
    }

    .comment-item .comment-reply .reply-time .reply-opts .reply-opt-item.is-like {
        color: #FF3333;
    }

    .comment-item .replay-all {
        margin-top: 21px;
        margin-left: 90px;
        font-size: 14px;
        color: #000311;
        line-height: 1;
        cursor: pointer;
    }

    .comment-item .replay-all .c-icon {
        font-size: 14px;
        margin-left: 4px;
        display: inline-block;
    }

    .comment-item .replay-all .icon-rev {
        transform: rotateZ(180deg);
    }
    
    .comment-bar{
    padding: 12px;
    border-top: 1px solid #EDEDF0;
}

.comment-bar .input-normal{
	
	display: flex;
    align-items: center;
    color:#000000a6;
}
.comment-bar .user-avatar{	
	width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 6px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}
.comment-bar .comment-bar-input {
    flex: 1;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 6px;
    padding-left: 12px;
    border-radius: 18px;
    background: #F5F6FA;
    margin-right: 12px;
    cursor: pointer;
    user-select: none;
}

.comment-bar .comment-bar-opt-item {
    line-height: 36px;
    margin-right: 12px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    user-select: none;
}


.comment-bar .comment-bar-opt-item:last-child {
    margin-right: 0;
}

.comment-bar .comment-bar-opt-item.is-like{
	color: #FF3333;
}

.comment-bar .comment-bar-opt-item .c-icon{
	
	margin-right: 3px;
    vertical-align: bottom;
}

.comment-bar .input-text-area {
	padding: 6px 0;
    background: #F5F6FA;
    border-radius: 18px;
    overflow: hidden;
}

.comment-bar .textarea{
	display: block;
    padding: 0 12px;
    resize: none;
    max-height: 72px;
    background: #F5F6FA;
    font-size: 14px;
    line-height: 24px;
    color: #000311;
    border: none;
    width: 100%;
    overflow-y: auto;
    outline: none;
}
.comment-bar .input-tools{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.comment-bar .btn-group{
	display: flex;
    align-items: center;
}
.comment-bar .btn-send.btn-nor{
}
.comment-bar .btn-send{
    color: #FFFFFF;
    background: #4E6EF2;
    opacity: 0.5;
}
.comment-bar .btn-nor {
    font-size: 13px;
    width: 57px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin-right: 12px;
    user-select: none;
    cursor: pointer;
}
.comment-bar .btn-cancel {
    color: #4E6EF2;
    background: #E8F3FF;
}
.comment-bar .btn-send.btn-send-act {
    cursor: pointer;
    opacity: 1;
}

.related-notes {
	margin-top:20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.related-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s;
}

.related-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.related-link {
    text-decoration: none;
    color: var(--text-color);
}

.related-link h3 {
    font-size: 18px;
    color: var(--secondary-color);
}

.related-meta {
    font-size: 14px;
    color: var(--light-text);
    display: flex;
    gap: 15px;
}