/* _content/UfoBlog/Pages/Components/Authentication/Login.razor.rz.scp.css */
.index[b-fi6ajmnc1d] {
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 100px;
    flex-direction: column;
}
.layout[b-fi6ajmnc1d] {
    width: 400px;
    display: flex;
    padding: 50px 40px;
    border-radius: 5px;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 8px #f0f1f2;
}
    .layout[b-fi6ajmnc1d]  h1 {
        width: 160px;
        font-weight: 700;
        margin: 25px auto;
    }
    .layout[b-fi6ajmnc1d]  button {
        width: 320px;
    }
    .layout[b-fi6ajmnc1d]  ant-form-item-control-input-content {
        width: 320px;
    }

/*.custom-modal .ant-modal-body {
    max-height: 200px;*/ /* 或者你想要的任何高度 */
    /*overflow-y: auto;*/ /* 当内容超出高度时，添加垂直滚动条 */
/*}*/
/* _content/UfoBlog/Pages/Components/Authentication/Register.razor.rz.scp.css */
body[b-fr3rif42l7] {
}
/* _content/UfoBlog/Pages/Components/Authentication/SlideCaptcha.razor.rz.scp.css */
*[b-iy5a98u3dv] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sc-captcha[b-iy5a98u3dv] {
    width: 300px;
    margin: 0 auto;
    min-height:238px;
}

.sc_net_panel[b-iy5a98u3dv] {
    padding: 10px;
}

    .sc_net_panel > div[b-iy5a98u3dv] {
        position: relative;
    }

.bg_slider[b-iy5a98u3dv] {
    position: absolute;
    left: 0;
    top: 0;
}

.bg_refresh[b-iy5a98u3dv] {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #808080;
    color: #fff;
    border-radius: 3px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.sc_net_slider_icon[b-iy5a98u3dv] {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    border: #808080 1px solid;
    width: 37px;
    line-height: 37px;
    cursor: pointer;
}

    .sc_net_slider_icon:hover[b-iy5a98u3dv] {
        color: #fff;
        background: #1991fa;
    }

.sc_net_slider_text[b-iy5a98u3dv] {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 280px;
    color: #45494c;
    border: #808080 1px solid;
    border-radius: 5px;
    line-height: 35px;
    height: 37px;
    cursor: default;
}

.sc_net_slider_area[b-iy5a98u3dv] {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
}
/* _content/UfoBlog/Pages/Components/Basic/AboutMe.razor.rz.scp.css */
.project[b-zja21cx2h8] { flex: 2; height: 100%; }
.project .article[b-zja21cx2h8] { background-color: #fff; border-radius: 32px; padding: 32px; overflow: hidden; margin-bottom: 63px; margin-left: 15px; }
.project .article .userInfoDiv[b-zja21cx2h8] { display: flex; flex-direction: row; position: relative; margin-bottom: 25px; }

.project .article .userInfoDiv .span[b-zja21cx2h8] { display: flex; flex-direction: column; margin-top: 3px; margin-left: 10px; }

.project .article .userInfoDiv .DynamicImg[b-zja21cx2h8] { background-image: url(/css/images/动态图片.png); height: 44px; width: 146px; background-size: cover; background-position: center center; position: absolute; right: 0; }

.project .article .userInfoDiv .DynamicImg .font[b-zja21cx2h8] { color: rgb(149, 139, 249); font-size: 14px; position: absolute; top: 14px; right: 54px; font-family: var(--font-family); line-height: normal !important; transform: scale(0.88); transform-origin: right; font-weight: 600; }

.project .article .userInfoDiv .span .name[b-zja21cx2h8] { font-size: 16px; font-weight: 600; margin-top: 3px; cursor: pointer; }

.project .article .userInfoDiv .span .time[b-zja21cx2h8] { font-size: 12px; color: rgb(153, 162, 170); cursor: default; }
.project .article[b-zja21cx2h8]  p { font-size: 16px; font-family: var(--font-family); letter-spacing: .015em; font-feature-settings: "tnum"; font-weight: 400; line-height: 1.8; word-break: break-word; }
.project .article .footer[b-zja21cx2h8] { margin-top: 24px; }
.project .article .footer .span[b-zja21cx2h8] { margin-left: 24px; }
.message[b-zja21cx2h8] { display: flex; flex-direction: column; margin: 0 0 0 24px; flex: 1; width: 100%; height: calc(100% - 93px); border-radius: 30px; position: sticky; position: -webkit-sticky; top: 16px; overflow: auto; background-color: #fff; transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1); }

.link[b-zja21cx2h8] { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; font-size: 18px !important; border-radius: 50%; margin: 16px 0; transition: 0.2s; }

a[b-zja21cx2h8] { outline: none; text-decoration: none; color: #222; }
/* _content/UfoBlog/Pages/Components/Basic/Error.razor.rz.scp.css */
p[b-dwnjtiqhla] {
    margin: 0 auto;
    position: relative;
    top: 300px;
}
/* _content/UfoBlog/Pages/Components/Basic/Message.razor.rz.scp.css */
.message[b-6c7cx7b5bd] {
    display: flex;
    flex-direction: column;
    /*    margin: 0 0 0 24px;*/
    padding: 0 24px;
    flex: 1;
    width: 100%;
    height: calc(100% - 93px);
    border-radius: 32px;
    position: sticky;
    position: -webkit-sticky;
    top: 16px;
    overflow: auto;
/*    background-color: #fff;*/
/*    transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);*/
    transition: height 0.3s ease;
}
    .message .Hitokoto[b-6c7cx7b5bd] {
        padding: 24px;
        font-size: 18px;
        cursor: default;
        background-color: #fff;
        border-radius: 32px;
        margin-bottom:18px;
    }
        .message .Hitokoto .font[b-6c7cx7b5bd] {
            text-align: center;
        }
        .message .Hitokoto .from[b-6c7cx7b5bd] {
            float: right;
        }

.message .contentDiv[b-6c7cx7b5bd] {
/*    padding:10px 18px;*/
    background-color:#fff;
    border-radius:30px;
/*    height:710px;*/
/*    height:500px;*/
    height:auto;
    margin-bottom:32px;
    transition: var(--transition-height);
}
.container-div[b-6c7cx7b5bd] {
    
}
/* _content/UfoBlog/Pages/Components/BlogComment.razor.rz.scp.css */
/*个人简要*/
.container .container-div[b-ifwv442hdn] { display: flex; flex-direction: column; background-color: #fff; border-radius: 32px; padding: 32px 32px 0 32px; overflow: hidden; margin-bottom: 24px; font-family: var(--font-family); }
.container .div-top[b-ifwv442hdn] { display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 24px; cursor: default; }
.container .div-top p[b-ifwv442hdn] { margin: 0; font-size: 24px; font-weight: 700; line-height: 35px; }
.container .div-top[b-ifwv442hdn]  .ant-btn-text:focus { background: #fff !important; }
.container .div-top[b-ifwv442hdn]  .ant-btn-text:hover { background: #fff !important; }
.container .div-bottom[b-ifwv442hdn] { display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 32px; }
.container .div-bottom .div-item[b-ifwv442hdn] { display: flex; }
.container .div-bottom .div-item .span-item[b-ifwv442hdn] { display: flex; flex-direction: column; margin-right: 16px; width: 110px; cursor: default; }
.container .div-bottom .div-item .span-item .span[b-ifwv442hdn] { font-size: 24px; font-weight: 700; line-height: 35px; }
.container .div-bottom .div-item .span-item .span-second[b-ifwv442hdn] { color: #4a4a4a; }

.container .containerDiv-second[b-ifwv442hdn] { background-color: #fff; border-radius: 32px; display: flex; flex-direction: column; /*        overflow: hidden;*/ margin-bottom: 16px; padding: 24px 18px; transition: all 0.3s cubic-bezier(0.19, 1, 0.56, 1); }
.container .containerDiv-second .userInfoDiv[b-ifwv442hdn] { display: flex; flex-direction: row; position: relative; }
.container .containerDiv-second .userInfoDiv .span[b-ifwv442hdn] { display: flex; flex-direction: column; margin-top: 3px; margin-left: 10px; }
.container .containerDiv-second .userInfoDiv .DynamicImg[b-ifwv442hdn] { background-image: url(https://s2.loli.net/2024/09/05/Z87uqRo3azCvw5p.png); height: 44px; width: 146px; background-size: cover; background-position: center center; position: absolute; right: 0; }
.container .containerDiv-second .userInfoDiv .DynamicImg .font[b-ifwv442hdn] { color: rgb(149, 139, 249); font-size: 14px; position: absolute; top: 14px; right: 54px; font-family: var(--font-family); line-height: normal !important; transform: scale(0.88); transform-origin: right; font-weight: 600; }
.container .containerDiv-second .userInfoDiv .span .name[b-ifwv442hdn] { font-size: 16px; font-weight: 600; margin-top: 3px; cursor: pointer; }
.container .containerDiv-second .userInfoDiv .span .time[b-ifwv442hdn] { font-size: 12px; color: rgb(153, 162, 170); cursor: default; }
.container .containerDiv-second .contentDiv[b-ifwv442hdn] { font-size: 15px; margin-left: 10px; margin-bottom: 10px; overflow-wrap: break-word; }
.container .containerDiv-second .options[b-ifwv442hdn] { display: flex; flex-direction: row; }
.container .containerDiv-second .options .icon[b-ifwv442hdn] { color: rgb(153, 162, 170); cursor: pointer; width: 80px }
.container .containerDiv-second .options .icon .fontDiv[b-ifwv442hdn] { font-size: 13px; display: inline-block; vertical-align: middle; }

.container .moment-page-div[b-ifwv442hdn] { margin-bottom: 63px; }
.container .moment-page-div .moment-page[b-ifwv442hdn] { margin: 0 auto; }

.message[b-ifwv442hdn] { display: flex; flex-direction: column; margin: 0 0 0 24px; flex: 1; width: 100%; height: calc(100% - 93px); border-radius: 30px; position: sticky; position: -webkit-sticky; top: 16px; overflow: auto; background-color: #fff; transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1); }
.link[b-ifwv442hdn] { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; font-size: 18px !important; border-radius: 50%; margin: 16px 0; transition: 0.2s; }
a[b-ifwv442hdn] { outline: none; text-decoration: none; color: #222; }

.image-div[b-ifwv442hdn] { margin-left: 10px; margin-bottom: 10px; display: flex; }
.image-wrapper[b-ifwv442hdn] { max-width: 500px; max-height: 500px; overflow: hidden; position: relative; background-color: rgba(0, 0, 0, 0.8); margin-right: 2px; }
.image-wrapper img[b-ifwv442hdn] { max-width: 500px; max-height: 400px; width: 100%; height: 100%; object-fit: cover; display: block; cursor: pointer; }
.modal[b-ifwv442hdn] { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); align-items: center; justify-content: center; }
.modal-image[b-ifwv442hdn] { display: block; max-width: 90%; max-height: 90%; margin: auto; height: auto; }
/* _content/UfoBlog/Pages/Components/MomentCard.razor.rz.scp.css */
/*个人简要*/
.container[b-lfloj6qs2n] { flex: 2; height: 100%; padding-right: 0 !important; }
.container .container-div[b-lfloj6qs2n] { display: flex; flex-direction: column; background-color: #fff; border-radius: 32px; padding: 32px 32px 0 32px; overflow: hidden; margin-bottom: 24px; font-family: var(--font-family); }
.container .div-top[b-lfloj6qs2n] { display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 24px; cursor: default; }
.container .div-top p[b-lfloj6qs2n] { margin: 0; font-size: 24px; font-weight: 700; line-height: 35px; }
.container .div-top[b-lfloj6qs2n]  .ant-btn-text:focus { background: #fff !important; }
.container .div-top[b-lfloj6qs2n]  .ant-btn-text:hover { background: #fff !important; }
.container .div-bottom[b-lfloj6qs2n] { display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 32px; }
.container .div-bottom .div-item[b-lfloj6qs2n] { display: flex; }
.container .div-bottom .div-item .span-item[b-lfloj6qs2n] { display: flex; flex-direction: column; margin-right: 16px; width: 110px; cursor: default; }
.container .div-bottom .div-item .span-item .span[b-lfloj6qs2n] { font-size: 24px; font-weight: 700; line-height: 35px; }
.container .div-bottom .div-item .span-item .span-second[b-lfloj6qs2n] { color: #4a4a4a; }

.container .containerDiv-second[b-lfloj6qs2n] { background-color: #fff; border-radius: 32px; display: flex; flex-direction: column; /*        overflow: hidden;*/ margin-bottom: 16px; padding: 24px 18px; transition: all 0.3s cubic-bezier(0.19, 1, 0.56, 1); }
.container .containerDiv-second .userInfoDiv[b-lfloj6qs2n] { display: flex; flex-direction: row; position: relative; }
.container .containerDiv-second .userInfoDiv .span[b-lfloj6qs2n] { display: flex; flex-direction: column; margin-top: 3px; margin-left: 10px; }
.container .containerDiv-second .userInfoDiv .DynamicImg[b-lfloj6qs2n] { background-image: url(https://s2.loli.net/2024/09/05/Z87uqRo3azCvw5p.png); height: 44px; width: 146px; background-size: cover; background-position: center center; position: absolute; right: 0; }
.container .containerDiv-second .userInfoDiv .DynamicImg .font[b-lfloj6qs2n] { color: rgb(149, 139, 249); font-size: 14px; position: absolute; top: 14px; right: 54px; font-family: var(--font-family); line-height: normal !important; transform: scale(0.88); transform-origin: right; font-weight: 600; }
.container .containerDiv-second .userInfoDiv .span .name[b-lfloj6qs2n] { font-size: 16px; font-weight: 600; margin-top: 3px; cursor: pointer; }
.container .containerDiv-second .userInfoDiv .span .time[b-lfloj6qs2n] { font-size: 12px; color: rgb(153, 162, 170); cursor: default; }
.container .containerDiv-second .contentDiv[b-lfloj6qs2n] { font-size: 15px; margin-left: 10px; margin-bottom: 10px; overflow-wrap: break-word; }
.container .containerDiv-second .options[b-lfloj6qs2n] { display: flex; flex-direction: row; }
.container .containerDiv-second .options .icon[b-lfloj6qs2n] { color: rgb(153, 162, 170); cursor: pointer; width: 80px }
.container .containerDiv-second .options .icon .fontDiv[b-lfloj6qs2n] { font-size: 13px; display: inline-block; vertical-align: middle; }

.container .moment-page-div[b-lfloj6qs2n] { margin-bottom: 63px; }
.container .moment-page-div .moment-page[b-lfloj6qs2n] { margin: 0 auto; }

.message[b-lfloj6qs2n] { display: flex; flex-direction: column; margin: 0 0 0 24px; flex: 1; width: 100%; height: calc(100% - 93px); border-radius: 30px; position: sticky; position: -webkit-sticky; top: 16px; overflow: auto; background-color: #fff; transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1); }
.link[b-lfloj6qs2n] { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; font-size: 18px !important; border-radius: 50%; margin: 16px 0; transition: 0.2s; }
a[b-lfloj6qs2n] { outline: none; text-decoration: none; color: #222; }

.image-div[b-lfloj6qs2n] { margin-left: 10px; margin-bottom: 10px; display: flex; }
.image-wrapper[b-lfloj6qs2n] { max-width: 500px; max-height: 500px; overflow: hidden; position: relative; background-color: rgba(0, 0, 0, 0.8); margin-right: 2px; }
.image-wrapper img[b-lfloj6qs2n] { max-width: 500px; max-height: 400px; width: 100%; height: 100%; object-fit: cover; display: block; cursor: pointer; }
.modal[b-lfloj6qs2n] { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); align-items: center; justify-content: center; }
.modal-image[b-lfloj6qs2n] { display: block; max-width: 90%; max-height: 90%; margin: auto; height: auto; }
/* _content/UfoBlog/Pages/Home.razor.rz.scp.css */
/*个人简要*/
.container[b-hn45k30q4w] { flex: 2; height: 100%; padding-right: 0 !important; }
    .container .container-div[b-hn45k30q4w] { display: flex; flex-direction: column; background-color: #fff; border-radius: 32px; padding: 32px 32px 0 32px; overflow: hidden; margin-bottom: 24px; }
    .container .div-top[b-hn45k30q4w] { display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 24px; cursor: default; }
        .container .div-top p[b-hn45k30q4w] { margin: 0; font-size: 24px; font-weight: 700; line-height: 35px; }
        .container .div-top[b-hn45k30q4w]  .ant-btn-text:focus { background: #fff !important; }
        .container .div-top[b-hn45k30q4w]  .ant-btn-text:hover { background: #fff !important; }
    .container .div-bottom[b-hn45k30q4w] { display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 32px; }
        .container .div-bottom .div-item[b-hn45k30q4w] { display: flex; }
            .container .div-bottom .div-item .span-item[b-hn45k30q4w] { display: flex; flex-direction: column; margin-right: 16px; width: 110px; cursor: default; }
                .container .div-bottom .div-item .span-item .span[b-hn45k30q4w] { font-size: 24px; font-weight: 700; line-height: 35px; }
                .container .div-bottom .div-item .span-item .span-second[b-hn45k30q4w] { color: #4a4a4a; }

    .container .containerDiv-second[b-hn45k30q4w] { background-color: #fff; border-radius: 32px; display: flex; flex-direction: column; /*        overflow: hidden;*/ margin-bottom: 16px; padding: 24px 18px; transition: all 0.3s cubic-bezier(0.19, 1, 0.56, 1); }
        .container .containerDiv-second .userInfoDiv[b-hn45k30q4w] { display: flex; flex-direction: row; position: relative; }
            .container .containerDiv-second .userInfoDiv .span[b-hn45k30q4w] { display: flex; flex-direction: column; margin-top: 3px; margin-left: 10px; }
            .container .containerDiv-second .userInfoDiv .DynamicImg[b-hn45k30q4w] { background-image: url(https://s2.loli.net/2024/09/05/Z87uqRo3azCvw5p.png); height: 44px; width: 146px; background-size: cover; background-position: center center; position: absolute; right: 0; }
                .container .containerDiv-second .userInfoDiv .DynamicImg .font[b-hn45k30q4w] { color: rgb(149, 139, 249); font-size: 14px; position: absolute; top: 14px; right: 54px; font-family: var(--font-family); line-height: normal !important; transform: scale(0.88); transform-origin: right; font-weight: 600; }
            .container .containerDiv-second .userInfoDiv .span .name[b-hn45k30q4w] { font-size: 16px; font-weight: 600; margin-top: 3px; cursor: pointer; }
            .container .containerDiv-second .userInfoDiv .span .time[b-hn45k30q4w] { font-size: 12px; color: rgb(153, 162, 170); cursor: default; }
        .container .containerDiv-second .contentDiv[b-hn45k30q4w] { font-size: 15px; margin-left: 10px; margin-bottom: 10px; overflow-wrap: break-word; }
        .container .containerDiv-second .options[b-hn45k30q4w] { display: flex; flex-direction: row; }
            .container .containerDiv-second .options .icon[b-hn45k30q4w] { color: rgb(153, 162, 170); margin-right: 40px; cursor: pointer; }
                .container .containerDiv-second .options .icon .fontDiv[b-hn45k30q4w] { font-size: 13px; display: inline-block; vertical-align: middle; }

    .container .moment-page-div[b-hn45k30q4w] { margin-bottom: 63px; }
        .container .moment-page-div .moment-page[b-hn45k30q4w] { margin: 0 auto; }

.message[b-hn45k30q4w] { display: flex; flex-direction: column; margin: 0 0 0 24px; flex: 1; width: 100%; height: calc(100% - 93px); border-radius: 30px; position: sticky; position: -webkit-sticky; top: 16px; overflow: auto; background-color: #fff; transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1); }
.link[b-hn45k30q4w] { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; font-size: 18px !important; border-radius: 50%; margin: 16px 0; transition: 0.2s; }
a[b-hn45k30q4w] { outline: none; text-decoration: none; color: #222; }

.image-div[b-hn45k30q4w] { margin-left: 10px; margin-bottom: 10px; display: flex; }
.image-wrapper[b-hn45k30q4w] { max-width: 500px; max-height: 500px; overflow: hidden; position: relative; background-color: rgba(0, 0, 0, 0.8); margin-right: 2px; }
    .image-wrapper img[b-hn45k30q4w] { max-width: 500px; max-height: 400px; width: 100%; height: 100%; object-fit: cover; display: block; cursor: pointer; }
.modal[b-hn45k30q4w] { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); align-items: center; justify-content: center; }
.modal-image[b-hn45k30q4w] { display: block; max-width: 90%; max-height: 90%; margin: auto; height: auto; }
/* _content/UfoBlog/Pages/Management/index.razor.rz.scp.css */
body[b-315267kzvu] {
}
/* _content/UfoBlog/Pages/Management/Other/CategoryPage.razor.rz.scp.css */
.modelDiv[b-a1gl5iw3fd] {
    display:flex;
    flex-direction:column;
    align-items:center;
}
    .modelDiv .nameDiv[b-a1gl5iw3fd] {
        margin-bottom:5px;
    }
.containerDiv[b-a1gl5iw3fd] {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
    .containerDiv .topDiv[b-a1gl5iw3fd] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
/* _content/UfoBlog/Pages/Management/Other/MomentPage.razor.rz.scp.css */
.modelDiv[b-4cy4b5hs5x] {
    display: flex;
    flex-direction: column;
}
    .modelDiv .img[b-4cy4b5hs5x] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top:5px;
        max-height:100px;
    }
        .modelDiv .img[b-4cy4b5hs5x]  img {
            height:100px;
            width:100px;
        }

.containerDiv[b-4cy4b5hs5x] {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

    .containerDiv .topDiv[b-4cy4b5hs5x] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;     
    }

/* _content/UfoBlog/Pages/Management/Other/TagPage.razor.rz.scp.css */
.containerDiv[b-4c7pyeexqx] {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

    .containerDiv .topDiv[b-4c7pyeexqx] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
/* _content/UfoBlog/Pages/Management/Posts/Create.razor.rz.scp.css */
.containerDiv[b-f55eu8ryz1] { width: 100%; height: 100%; background-color: #fff; }
.containerDiv .topDiv[b-f55eu8ryz1] { display: flex; flex-direction: row; justify-content: space-between; }
.containerDiv .topDiv[b-f55eu8ryz1]  .ant-btn { position: relative; z-index: 11; top: 90px; right: 6px; font-size: 13px; padding: 2px 14px; height: 28px; line-height: 23px; }
.containerDiv .firstDiv[b-f55eu8ryz1] { width: 100%; }
.containerDiv .firstDiv input[b-f55eu8ryz1] { position: relative; top: 1px; border: 1px solid #ddd; border-bottom: none; width: 100%; font-size: 24px; font-weight: 700; }
.containerDiv .firstDiv input:focus-visible[b-f55eu8ryz1] { outline: none; }
.containerDiv .RadioButton[b-f55eu8ryz1] { height: 32px; margin-bottom: 24px; }
.containerDiv .TagDiv[b-f55eu8ryz1] { height: 32px; margin-bottom: 24px; line-height: 32px; }
.containerDiv .TagDiv[b-f55eu8ryz1]  .anticon-close { position: relative; top: -3px; }
.containerDiv .imageDiv[b-f55eu8ryz1] { width: 1200px; height: 300px; margin: 0 auto; overflow: scroll; }
.containerDiv .imageDiv .innerDiv[b-f55eu8ryz1] { width: 1180px; height: 283px; background-color: #f3f6fd; }
/*封面展示*/
.container-Div[b-f55eu8ryz1] { background-color: #fff; border-radius: 32px; display: flex; flex-direction: column; overflow: hidden; margin-bottom: 24px; transition: all 0.3s cubic-bezier(0.19, 1, 0.56, 1); width: 920px; margin: 0 auto; position: relative; top: 50px; }
.container-Div:hover[b-f55eu8ryz1] { box-shadow: 5px 5px 10px 0 rgb(213 216 219 / 44%); }
.container-Div:hover h3[b-f55eu8ryz1] { color: #00A1D6 }
.container-Div .imgDiv[b-f55eu8ryz1] { width: 100%; /*                height: 120px;*/ height: 95px; background-image: url(https://s2.loli.net/2024/09/08/Gd62vIOsxAnUhpC.jpg); background-size: cover; background-position: center center; }
.container-Div .context-p[b-f55eu8ryz1] { padding: 10px 32px; /*                margin-bottom:20px;*/ }
.container-Div .context-p .p[b-f55eu8ryz1] { -webkit-line-clamp: 2; color: rgb(153, 162, 170); font-size: 12px; text-overflow: ellipsis; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
/* _content/UfoBlog/Pages/Management/Posts/List.razor.rz.scp.css */
.containerDiv[b-xq09qwu4mn] {
    width: 100%;
    height: 100%;
}
.topDiv[b-xq09qwu4mn] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
}
a[b-xq09qwu4mn] {
    color: #1890ff !important;
}
/* _content/UfoBlog/Pages/Post/Article.razor.rz.scp.css */
.project[b-69q3k3mf8v] {
    flex: 2;
    height: 100%;
    padding-left: 15px;
}

    .project .userInfo[b-69q3k3mf8v] {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 32px;
        padding: 32px 32px 0 32px;
        overflow: hidden;
        margin-bottom: 24px;
    }

    .project .myDiv[b-69q3k3mf8v] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 24px;
        cursor: default;
    }

        .project .myDiv p[b-69q3k3mf8v] {
            margin: 0;
            font-size: 24px;
            font-weight: 700;
            line-height: 35px;
        }

    .project .secondDiv[b-69q3k3mf8v] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 32px;
    }

        .project .secondDiv .itemDiv[b-69q3k3mf8v] {
            display: flex;
        }

            .project .secondDiv .itemDiv .item-span[b-69q3k3mf8v] {
                display: flex;
                flex-direction: column;
                margin-right: 16px;
                width: 110px;
                cursor: default;
            }

                .project .secondDiv .itemDiv .item-span .span[b-69q3k3mf8v] {
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 35px;
                }

                .project .secondDiv .itemDiv .item-span .span-second[b-69q3k3mf8v] {
                    color: #4a4a4a;
                }

    .project .containerDiv[b-69q3k3mf8v] {
        background-color: #fff;
        border-radius: 32px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        margin-bottom: 24px;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.56, 1);
    }

        .project .containerDiv:hover[b-69q3k3mf8v] {
            box-shadow: 5px 5px 10px 0 rgb(213 216 219 / 44%);
        }

            .project .containerDiv:hover h3[b-69q3k3mf8v] {
                color: #00A1D6
            }

        .project .containerDiv .imgDiv[b-69q3k3mf8v] {
            width: 100%;
            /*                height: 120px;*/
            height: 95px;
/*            background-image: url(https://shawnzeng.com/wp-content/uploads/2018/12/66568021_p0.jpg);*/
/*            background-size: cover;*/
/*            background-position: center center;*/
        }
        .project .containerDiv .imgDiv img[b-69q3k3mf8v] { width: 100%; height: 100%; object-fit: cover; display: block; }


        .project .containerDiv .context-p[b-69q3k3mf8v] {
            padding: 10px 32px;
            /*                margin-bottom:20px;*/
        }

            .project .containerDiv .context-p .p[b-69q3k3mf8v] {
                -webkit-line-clamp: 2;
                color: rgb(153, 162, 170);
                font-size: 12px;
                text-overflow: ellipsis;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }  

.message[b-69q3k3mf8v] {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 24px;
    flex: 1;
    width: 100%;
    height: calc(100% - 93px);
    border-radius: 30px;
    position: sticky;
    position: -webkit-sticky;
    top: 16px;
    overflow: auto;
    background-color: #fff;
    transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
}

.link[b-69q3k3mf8v] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
    border-radius: 50%;
    margin: 16px 0;
    transition: 0.2s;
}

a[b-69q3k3mf8v] {
    outline: none;
    text-decoration: none;
    color: #222;
}
/* _content/UfoBlog/Pages/Post/Detail.razor.rz.scp.css */
.project[b-09sv39nvrg] {
    flex: 2;
    height: 100%;
}
    .project .article[b-09sv39nvrg] {
        background-color: #fff;
        border-radius: 32px;
        padding: 32px;
        overflow: hidden;
        margin-bottom: 63px;
        margin-left:15px;
    }
        .project .article .userInfoDiv[b-09sv39nvrg] {
            display: flex;
            flex-direction: row;
            position: relative;
            margin-bottom:25px;
        }

            .project .article .userInfoDiv .span[b-09sv39nvrg] {
                display: flex;
                flex-direction: column;
                margin-top: 3px;
                margin-left: 10px;
            }

            .project .article .userInfoDiv .DynamicImg[b-09sv39nvrg] {
                background-image: url(/css/images/动态图片.png);
                height: 44px;
                width: 146px;
                background-size: cover;
                background-position: center center;
                position: absolute;
                right: 0;
            }

                .project .article .userInfoDiv .DynamicImg .font[b-09sv39nvrg] {
                    color: rgb(149, 139, 249);
                    font-size: 14px;
                    position: absolute;
                    top: 14px;
                    right: 54px;
                    line-height: normal !important;
                    transform: scale(0.88);
                    transform-origin: right;
                    font-weight: 600;
                }

            .project .article .userInfoDiv .span .name[b-09sv39nvrg] {
                font-size: 16px;
                font-weight: 600;
                margin-top: 3px;
                cursor: pointer;
            }

            .project .article .userInfoDiv .span .time[b-09sv39nvrg] {
                font-size: 12px;
                color: rgb(153, 162, 170);
                cursor: default;
            }
        .project .article[b-09sv39nvrg]  p {
            font-size: 16px;
            letter-spacing: .015em;
            font-feature-settings: "tnum";
            font-weight: 400;
            line-height: 1.8;
            word-break: break-word;
        }
        .project .article .footer[b-09sv39nvrg] {
            margin-top:24px;
        }
        .project .article .footer .span[b-09sv39nvrg] {
            margin-left: 24px;
        }
        .message[b-09sv39nvrg] {
            display: flex;
            flex-direction: column;
            margin: 0 0 0 24px;
            flex: 1;
            width: 100%;
            height: calc(100% - 93px);
            border-radius: 30px;
            position: sticky;
            position: -webkit-sticky;
            top: 16px;
            overflow: auto;
            background-color: #fff;
            transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
        }

.link[b-09sv39nvrg] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
    border-radius: 50%;
    margin: 16px 0;
    transition: 0.2s;
}

a[b-09sv39nvrg] {
    outline: none;
    text-decoration: none;
    color: #222;
}
/* _content/UfoBlog/Shared/BackLayout.razor.rz.scp.css */
.div[b-mww8b5qk2c] {
/*    display:flex;*/
    width: 100%;
    min-height:100%;
    transition: 0.2s;
    background-color:#fff;
}
    .div .myDiv[b-mww8b5qk2c] {
        width:100%;
        display:flex;
        flex-direction:row;
        justify-content:space-between
    }
        .div .myDiv .nav[b-mww8b5qk2c] {
            position: relative;
            width: 16.6%;
            min-width:271px;
        }
            .div .myDiv .nav .header[b-mww8b5qk2c] {
                display:flex;
                flex-direction:row;
                justify-content:space-between;
                position: relative;
                width: 100%;
                height: 45px;
                z-index: 2;
                padding: 16px 0;
                box-sizing: content-box;
                box-shadow: 0 10px 8px -8px #f0f1f2;
            }
                .div .myDiv .nav .header .p[b-mww8b5qk2c] {
                    color: #1f1c2e;
                    font-size: 20px;
                    line-height: 35px;
                    font-weight: 700;
                    margin-left: 40px;
                    cursor: default;
                }
                .div .myDiv .nav .header[b-mww8b5qk2c]  .ant-divider-vertical {
                    height: 26px !important;
                    margin: 0 !important;
                    position:relative;
                    top:7px;
                    overflow: hidden;
                }
            .div .myDiv .nav[b-mww8b5qk2c]  .ant-menu-item-divider {
                margin-left: 40px;
                /*margin-right:25px;*/
                width: 205px;
                margin-bottom: 20px;
            }
            .div .myDiv .nav[b-mww8b5qk2c]  .ant-menu-item-group-title {
                padding-left: 40px;
            }
            .div .myDiv .nav .Espan[b-mww8b5qk2c] {
                margin-left: 16px;
                font-family: Avenir,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji',sans-serif;
            }
            .div .myDiv .nav .span[b-mww8b5qk2c] {
                margin-left:6px;
                opacity:0.67;
                font-size: 12px;
                font-weight: 400;
            }
        .div .myDiv .body[b-mww8b5qk2c] {
            width: 83.4%;
            height:100%;
        }
            .div .myDiv .body .header[b-mww8b5qk2c] {
                position: relative;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                /*        width: 100%;*/
                height: 40px;
                z-index: 2;
                padding: 16px 0;
                padding-bottom:21px;
                box-sizing: content-box;
                box-shadow: 0 10px 8px -8px #f0f1f2;
            }
            .div .myDiv .body .header .firstDiv[b-mww8b5qk2c] {
                box-sizing:border-box;
                margin-left:24px;
            }
                .div .myDiv .body .header[b-mww8b5qk2c]  input {
                    outline: 0;
                    border: none !important;
                    font-size: 14px;
                    line-height: 40px;
                    padding: 0;
                    width: 250px;
                }
                    .div .myDiv .body .header[b-mww8b5qk2c]  input ::-webkit-input-placeholder {
                        color: rgba(0,0,0,0.5);
                    }
                .div .myDiv .body .header[b-mww8b5qk2c]  input:focus {
                    outline: 0;
                    position:relative;
                    box-shadow: none !important;
                }
            .div .myDiv .body .continerDiv[b-mww8b5qk2c] {
                padding: 24px 16px;
                width: 100%;
                height:100%;
                display:block;
            }
/* _content/UfoBlog/Shared/MainLayout.razor.rz.scp.css */
.div-container-first[b-bmi414aga0] {
    width: 100%;
    max-width: 1500px;
/*    max-width: 1800px;*/
    position: relative;
    height: 100%;
    transition: 0.2s;
}
/* _content/UfoBlog/Shared/NavMenu.razor.rz.scp.css */
.header[b-5dpn6y1xpw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
}

.div-left[b-5dpn6y1xpw], .div-right[b-5dpn6y1xpw] {
    display: flex;
    align-items: center;
}

.div-left[b-5dpn6y1xpw] {
    flex-grow: 1;
}

.div-icon[b-5dpn6y1xpw] {
    width: 26px;
    height: 2px;
    border-radius: 4px;
    background-color: #1f1c2e;
    position: relative;
}

    .div-icon[b-5dpn6y1xpw]::before {
        top: -6px;
    }

    .div-icon[b-5dpn6y1xpw]::after {
        bottom: -6px;
    }

    .div-icon[b-5dpn6y1xpw]:before, .div-icon[b-5dpn6y1xpw]::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 2px;
        border-radius: 4px;
        background-color: #1f1c2e;
        left: 50%;
        transform: translateX(-50%);
    }

.div-p[b-5dpn6y1xpw] {
    color: #1f1c2e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 32px;
    cursor:pointer;
}

.div-input[b-5dpn6y1xpw] {
    flex: 1;
    display: flex;
    width: 100%;
    height: 40px;
    max-width: 480px;
    overflow: hidden;
    border-radius: 20px;
    align-items: center;
    padding-right: 12px;
    background-color: #fff;
    justify-content: space-between;
    box-shadow: 0 2px 6px 0 rgb(136 148 171 / 20%), 0 24px 20px -24px rgb(71 82 107 / 10%);
}

    .div-input .input[b-5dpn6y1xpw] {
        border: none;
        outline: none;
        height: 100%;
        width: 100%;
        font-size: 16px;
        background-color: #fff;
        color: #1f1c2e;
        padding: 0 20px;
    }

.User[b-5dpn6y1xpw]{
    max-width:150px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor:pointer;
}
.User .UserName[b-5dpn6y1xpw] {
    font-size: 16px;
    font-weight: 700;
    color: #1f1c2e;
    position:relative;
    bottom:-2px;
}
/* _content/UfoBlog/Shared/SiderNav.razor.rz.scp.css */
.div-container[b-9dywml7vva] {
    /*height: 100%;*/
    display: flex;
    padding: 16px 0 0 0;
/*    padding-bottom: 0px;*/
}

    .div-container .sidebar[b-9dywml7vva] {
        display: flex;
        padding: 40px 16px;
        flex-direction: column;
        align-items: center;
        position: sticky;
        position: -webkit-sticky;
        top: 16px;
        transition: var(--transition-height);
    }

        .sidebar[b-9dywml7vva]  .link-home {
            background-color: #fff;
            box-shadow: var(--box-shadow);
        }
        .sidebar[b-9dywml7vva]  .link-home:hover {
            background-color: #1f1c2e;
            color:#fff;
        }

        .sidebar[b-9dywml7vva]  .link-selected {
            box-shadow: var(--box-shadow);
        }
