@unocss all;

@font-face {
    font-display: swap;
    font-family: HarmonyOS-Sans;
    src: url('./HarmonyOS-Sans.woff2') format("truetype");
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 隐藏视频的默认控制栏 */
/* video::-webkit-media-controls {
    display:none !important;
} */

.rotate-animation {
    animation: rotate 5s linear infinite;
}

.text-color-link {
    color: #576b95;
    font-weight: 500;
}

.bg-color-primary {
    background-color: #f7f7f7;
}

* {
    cursor: default;
    font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei", Arial, 'HarmonyOS-Sans', 'Arial', 'sans', '微软雅黑', "Microsoft Yahei";
}

body {
    cursor: default;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei", Arial, 'HarmonyOS-Sans', '微软雅黑', "Microsoft Yahei";
}

input::placeholder {
    color: #c6c6c6;
}

.head {
    background-image: url('http://0ru.cn/usr/uploads/2023/08/906729241.jpg');
    background-size: cover;
}

.hudong {
    width: 100%;
    height: 100%;
    background-image: url('./svgs/post.fun.ico.light.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
    cursor: pointer;
    color: transparent;
}

.ico-back {
    width: 20px;
    height: 20px;
    background-image: url('./svgs/post.top.back.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
    color: transparent;
}

.hudong:hover {
    background-color: #dedede;
}

.like {
    width: 18px;
    height: 18px;
    background-image: url('./svgs/post.aside.like.light.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: transparent;
}

.dark .like {
    background-image: url('./svgs/post.aside.like.dark.svg');
}

.unlike {
    width: 18px;
    height: 18px;
    background-image: url('./svgs/post.aside.like.light.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: transparent;
}

.hudong-container {
    width: 120px;
    border-radius: 5px;
}

.hudong-like {
    width: 18px;
    height: 18px;
    background-image: url('./svgs/post.fun.btn.like.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.hudong-liked {
    width: 18px;
    height: 18px;
    background-image: url('./svgs/post.fun.btn.liked.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.hudong-comment {
    width: 18px;
    height: 18px;
    background-image: url('./svgs/post.fun.btn.comment.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.face {
    width: 18px;
    height: 18px;
    background-image: url('./svgs/post.comment.face.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.dark .face {
    background-image: url('./svgs/post.comment.face.dark.svg');
}

.article-content a {
    text-decoration: none;
    text-underline-offset: 2px;
    color: #576b95;
}

.dark .article-content a {
    color: #cccccc;
}

.article-content a:hover {
    cursor: pointer;
}

.article-content img {
    max-width: 100%;
}

.article-content>p {
    margin: unset;
    line-height: 1.75em;
    margin-bottom: .5rem;
    font-size: 15px;
    font-weight: 500;
}

.multi-pictures {
    width: calc(100% - 45px);
}

.scrollload-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-size: 20px;
    color: #9ca3af;
    padding-top: 35px;
}

.dark .scrollload-bottom {
    color: #cccccc;
}

.comment-waiting {
    font-size: 12px;
    background-color: #e6e6e6;
    color: #999;
}

@media screen and (min-width: 567px) {
    .main-container {
        max-width: 567px;
    }

    .top-container {
        max-width: 567px;
    }

    .side-area {
        display: block;
    }
    
    .music-card {
        height: 80px;
        width: 66.66%;
    }
    
    .music-card-text{
		font-size:15px;
		width:160px;
    }
    
    .music-card-play-position{
		position: absolute;
		right: 20px;
		top:20px;
    }
}

@media screen and (max-width: 567px) {
    .main-container {
        width: 100%;
        min-width: 300px;
    }

    .top-container {
        width: 100%;
        min-width: 300px;
    }

    .side-area {
        display: none;
    }

    .music-card {
        height: 60px;
        width: 75%;
    }
    
    .music-card-text{
		font-size:12px;
		width:100px;
    }
    .music-card-play-position{
		position: absolute;
		right: 12px;
		top:12px;
    }
}
/* ADDED */
html {
  background-color: #f0f0f0;
}

section.break-all > div.border-b-solid, .index-comments .pos-rlt {
  border-bottom: 1px solid #8a8a8a29;
  padding: 10px;
}

article {
  border-bottom: solid;
  padding: 20px;
}
.comment-body .comment-to {
  line-height: 1.5em;
  font-weight: 500;
}
ul.comment-ul > li:last-child {
  border-bottom: none;
}
.comment-ul > li > a.cursor-pointer {
  display: block;
  text-align: center;
  padding: .75em;
}
.comment-body > span > .cursor-pointer > span {
  color: rgb(156 163 175 / var(--un-text-opacity));
  font-size: unset;
  padding: unset;
  margin-left: -.5em;
  margin-right: -.5em;
}
.comment-body > span > .cursor-pointer > span::before {
  content: "（";
}
.comment-body > span > .cursor-pointer > span::after {
  content: "）";
}
.hudong-modal > .hudong-container > .cursor-pointer > span {
  margin-right: 0.25em;
}
.hudong-modal > .hudong-container {
  padding-left: 18px;
  padding-right: 18px;
}
blockquote {
  background: #f0f0f0;
  padding: 10 15;
  margin: unset;
}
.dark blockquote {
  background: #262626;
}
.main-container.dark > article, .dark .article-container > article {
  border-bottom: 1px solid #363636;
}
article section > .p-1 {
  padding: 0.2rem 0.3rem;
}
header > .items-end > .text-gray {
  color: rgb(109,109,109);
}
.dark .items-center > .text-color-link, .dark .items-center > span > .text-color-link, .dark .comment-body .cursor-pointer.text-color-link.no-underline, .dark .like.inline-block.mr-2, .dark .text-color-link.text-xs.cursor-default, .dark .article-container .text-color-link {
  color: rgb(125,144,169);
}
.items-center > .text-color-link > .p-1.text-red.rounded-sm {
    padding: 0.2rem 0.3rem;
    color: rgb(198 198 198 / var(--un-text-opacity));
    background-color: rgb(240 240 240 / var(--un-bg-opacity));
}
.dark .items-center > .text-color-link > .p-1.text-red.rounded-sm {
    color: rgb(198 198 198 / var(--un-text-opacity));
    background-color: rgb(38 38 38 / var(--un-bg-opacity));
}
.dark article img.object-cover.rounded-lg, .dark .w-15.h-15.object-cover {
  filter: brightness(80%);
}
pre > code {
  font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
  font-size: 13px;
  line-height: 1.5em;
}
hr {
  color: #00000080;
}
.article-container > article, .main-container > article {
  padding: 1rem 1rem .5rem;
}
.top-container {
  backdrop-filter: saturate(180%) blur(20px);
}