
html,body {
        height: 100%;
        background-color: #f3f3f3;
    }
.bg-a {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: rgb(243, 243, 243);
    z-index: 5;
}
.card-m {
    /* width: 100%; */
    /* margin-top: 30px; */
}
.tx {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 15px;
}
.top-tx {
    margin-left: 5px;
}
.card-a {
    break-inside: avoid;
    padding: 30px 0px 0px 0px;
}
.card-aa {
    display: flex;
    align-items: center;
}
.conter {
    font-family: 'fzss', sans-serif;
    background-color: rgb(255, 255, 255);
    margin-left: 55px;
    margin-right: 55px;
}
.conter-e {
    height: 40px;
    background-color: rgb(255, 255, 255);
}
.container-a {
    height: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 三等宽列 */
  border-collapse: collapse; /* 用于去除表格边框间的间隔 */
}
 
.column {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-sy {
    font-size: 20px;
    font-family: 'fzqkyuesong', sans-serif;
}
.navbar {
    z-index: 99;
    position: fixed;
}
.max-txt {
    font-size: 15px;
    text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 这里的3表示最多显示3行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; /* 行高1.5em的3行 */
  line-height: 1.5em;
  max-height: 4.5em; /* 行高1.5em的3行 */
  margin-left: 30px;
  margin-right: 30px;
}
.img-a {
    object-fit: cover;
    min-width: 100%;
    max-height: 150px;
    height: 150px;
}
.content {
    margin-left: 30px;
    margin-right: 30px;
}
#footer {
    position: relative;
    margin-top: 50px;
}
#footer-wrap {
        position: relative;
    padding: 40px 20px;
    color: var(--light-grey);
    text-align: center;
}
a {
    display: inline-block;
}


        .slider {
            width: 100%;
            overflow: hidden;
            position: relative;
            display: flex;
            justify-content: center;
            z-index: 7;
            aspect-ratio: 16 / 9;
        }
        .imgs.active {
            opacity: 1;
        }
        .imgs {
          width: 100%;
          height: 200px;
          position: absolute;
          /* position: relative; */
            opacity: 0;
            transition: opacity 1s;
        }
        .img {
          object-fit: cover;
          /* min-width: none; */
          height: 200px;
          width: 100%;


        }
        .imgs-p {
          top: -60px;
          position: relative;
          text-align: center;
          color: white;
        }
        .btm-nav {
            z-index: 15;
        }
        
    .fb {
        backdrop-filter: blur(8px); /* 设置高斯模糊半径 */
    background-color: rgba(255, 255, 255, 0.3); /* 背景颜色，可以调整透明度 */
        position: fixed;
        width: auto;
        width: 100%;
        height: 0px;
        justify-content: space-around;
        align-items: flex-end;
        z-index: 12;
    transition: opacity 0.4s ease-in-out; /* 添加过渡效果 */
    }
     .fb_s {
         display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: flex-end;
    }

.fb.show {
    height: 100%;
    opacity: 1; /* 显示元素 */
    display: flex!important;
    z-index: 12;
}
/*.hide {*/
/*  opacity: 0;*/
/*  height: 0;*/
/*  z-index: 12;*/
/*}*/

    .fb-n {
        display: none;
    }

    .rotate-right {
        transition: transform 1s ease-in-out;
        transform: rotate(45deg);
    }

    .rotate-left {
        transition: transform 1s ease-in-out;
        transform: rotate(-45deg);
    }

    
    .tag-a {
        font-family: 'fzss', sans-serif;
        display: flex;
        width: 100%;
        flex: 1;
        justify-content: flex-end;
        margin-right: 55px;
        
    }
        .tag-admin {
        font-family: 'fzss', sans-serif;
        display: flex;
        width: 100%;
        flex: 1;
        justify-content: flex-end;
        margin-right: 55px;
        
    }
        .tag-c {
        font-family: 'fzss', sans-serif;
        display: flex;
        width: 100%;
        flex: 1;
        justify-content: flex-end;
        margin-right: 55px;
        
    }
        .conter_body {
        font-family: 'fzss', sans-serif;
        background-color: rgb(255, 255, 255);
        margin-left: 55px;
        margin-right: 55px;
        margin-top: -20px;

    }

    .conter_e {
        height: 40px;
        background-color: rgb(255, 255, 255);
    }

    .container_a {
        height: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 三等宽列 */
        border-collapse: collapse;
        /* 用于去除表格边框间的间隔 */
    }
    .max_txt {
        font-size: 15px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        /* 这里的3表示最多显示3行 */
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
        /* 行高1.5em的3行 */
        line-height: 1.5em;
        max-height: 4.5em;
        /* 行高1.5em的3行 */
        margin-left: 30px;
        margin-right: 30px;
    }

    .img_top {
        object-fit: cover;
        min-width: 100%;
        max-height: 150px;
        height: 150px;
    }
    .tag_b {
    display: flex;
    width: 100%;
    margin-left: 20px;
    flex: 1;
    }
    .tag_c {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    }
    .card_body {
    break-inside: avoid;
    padding: 30px 0px 0px 0px;
    z-index: 7;

    }
    .card_top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card_top_a {
        display: flex;
    }
    .card_top_img {
        width: 50px;
        height: 50px;
        z-index: 1;
        display: flex;
        border-radius: 50%;
    }
    
    
     .search-a {
        position: fixed;
        width: 100%;
        height: 70px;
        background-color: white;
        z-index: 2;
    }
    .search-b {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;

    }
        .card_xq_body {
            display: block;
        }

        .card_xq_top {
            display: flex;
            background-color: white;
            width: 100%;
            height: 70px;
            border-bottom: 2px solid #f3f3f3;


        }

        .card_xq_top_text {
            align-content: center;
        }

        .card_xq_top_name {
            margin: 0px;
            font-size: 15px;

        }

        .card_xq_top_time {
            margin: 0px;
            font-size: 13px;
            color: #ababab;

        }

        .card_xq_content {
            font-family: 'fzss', sans-serif;
            height: 100%;
            background-color: white;
            padding: 15px;
        }
        .card_xq_content img {
            width: 100%;

        }

        .card_xq_nav {
            font-family: 'fzss', sans-serif;
            background-color: white;
            margin-top: 2px;
            z-index: 10;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            width: 100%;
            flex-direction: row;
            justify-content: space-around;
            padding-bottom: env(safe-area-inset-bottom);
            height: 3rem;
            color: currentColor;
            border-top: 2px solid #f3f3f3;
        }

        .card_xq_nav_con {
            display: flex;
            width: 100%;
            height: 100%;
        }

        .card_xq_nav_con_a {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card_xq_top_tx {
            width: 40px;
            border-radius: 100px;
            margin: 10px 10px 10px 15px;

            height: 40px;

        }
        .card_p_h1 {
            font-size: 18px;
            text-align: center;
            

        }
        .card_p_p {
            font-size: 15px;
            text-align: center;

            
        }
        .card_p_sp {
            font-size: 12px;
            text-align: center;
            margin-top: 30px;
        }
        .card_pl {
            width: 100%;


        }
        .card_pl_p {
            width: 100%;
            padding: 30px 30px 10px 30px;
        }
        .card_pl_pl {
            width: 100%;
            min-height: 100px;
        }
        
        
        /*tzlist*/
        .tl {
    display: grid;
    width: 100%;
    /* padding: 1.25%; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;

}
.tl .box {
    height: 100px;
    background: rgb(177, 212, 112);
    padding: 10px;
    color: #fff;
    display: flex;
justify-content: center;
align-items: center;
}

.tl img {
object-fit: cover;
/* height: ; */
object-fit: cover;
width: 100%;
}




/* 放大效果 */
.img-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.img-modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.img-modal img {
    max-width: 80%;
    max-height: 80%;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.close-btn:hover {
    color: #ccc;
}
/*tzlist end*/


/*列表加载动画*/
        .ListItem {
            /* width: 300px; */
            /*height: 100px;*/
            animation: listapper linear;
            animation-timeline: view();
            /* 动画载入窗口执行 */
            animation-range: entry 0% cover 20%;
            /* 动画范围属性 */
        }

        @keyframes listapper {
            from {
                opacity: 0;
                /* scale: 0.5; */
                /* transform: translateY(-200px);
                clip-path: inset(100% 100% 0 0); */
            }
            to {
                opacity: 1;
                /* scale: 1; */
                /* transform: translateY(0);
                clip-path: inset(0 0 0 0); */
            }
        }
        
        
        /*列表加载结束*/
        
        
        /* 公共CSS */
:root {
    --blue: rgb(103, 135, 201);
    --bggray: #95a2a1;
    --border: #f1f1f1;
    --text-w: #fff;
    --inputbg: rgba(255, 255, 255, 0.5);
    --messagered: #f4798399;
    --messagegreen: #21a67599;
    --write: #fefefe;
    --tm: #ffffff00;
}

.hidden_s {
    display: none !important;
}

.wd {
    width: 80px;
}

.wd-80 {
    width: 80%;
}

.wd-60 {
    width: 60%;
}

.wd-70 {
    width: 70%;
}

.wd-100 {
    width: 100%;
}
.h-60 {
    height: 60%;
}
.h-70 {
    height: 70%;
}
.h-80 {
    height: 80%;
}
.h-100 {
    height: 100%;
}
.button {
    margin-top: 30PX;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background-color: var(--button);
    color: var(--border);
    outline: none;
    transition: background-color 0.3s;
    margin-bottom: 20px;
}

/* 消息框弹窗 */
.message_s {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99998;
    pointer-events: none;
}

#message {
    background-color: rgb(95, 182, 236, 0.6);
    backdrop-filter: blur(8px);
    z-index: 99999;
    height: 60px;
    width: 80%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    color: white;
    border-radius: 5px;
    top: 20px;
}

#message p {
    margin-left: 5px;
}

.fadeInDown {
    animation: fadeInDown 1s ease-in-out forwards;
}

.fadeOutUp {
    animation: fadeOutUp 1s ease-in-out forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

/* loading动画-爱心 */
.loading_a {
    pointer-events: none;
    background-color: rgb(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.container_s {
    position: fixed;
    top: 40vh;
}

.loading_s {
    animation: rotate 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}

.loading_s span {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    background-color: #ff8f92;
    border: 1px solid #ff8f92;
    border-radius: 100%;
}

.loading_s span:nth-child(1) {
    transform: translate(-28px, -28px);
    animation: animate1 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}

.loading_s span:nth-child(2) {
    transform: translate(28px, -28px);
    animation: animate2 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}

.loading_s span:nth-child(3) {
    position: relative;
    border-radius: 0;
    transform: scale(0.98) rotate(-45deg);
    animation: animate3 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}

.shadow_s {
    position: relative;
    width: 100px;
    height: 20px;
    background-color: #d9d9d9;
    border-radius: 50%;
    top: 50px;
    animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite;
}

@keyframes animate1 {
    60% {
        transform: scale(0.4);
    }
}

@keyframes animate2 {
    40% {
        transform: scale(0.4);
    }
}

@keyframes animate3 {
    50% {
        border-radius: 100%;
        transform: scale(0.5) rotate(-45deg);
    }

    100% {
        transform: scale(0.98) rotate(-45deg);
    }
}

@keyframes rotate {
    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

@keyframes shadow {
    50% {
        background-color: #f2f2f2;
        transform: scale(0.5);
    }
}

.loadIn {
    animation: loadIn 1s ease-in-out forwards;
}

.loadOut {
    animation: loadOut 1s ease-in-out forwards;
}

@keyframes loadIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loadOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* grid布局 */
.grid_s {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grid {
    background-size: cover;
    background-position: center;
    /* width: 100%; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.grid_a {
    background-color: var(--bggray);
    width: 100%;
    height: 120px;
}

/* 弹窗方法 */
.modal_q {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.modal .progress-bar {
    display: none;
}
.modal-content {
    background-color: var(--write);
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.modal_con {
    padding: 0px;
    width: 100%;
    max-width: 600px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modelIn {
    animation: modelIn 0.5s ease-in-out forwards;
}

.modelOut {
    animation: modelOut 0.5s ease-in-out forwards;
}

@keyframes modelIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes modelOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 底部弹窗样式 */
.modelpl_q {
    width: 100%;
    /* background-color: var(--write); */

}
.pl_q {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.modelpl_q input {
    outline: none;
    width: 30%;
    margin-top: 10px;
    padding: 10px;
    min-height: 40px;
    max-height: 60px;
    border: 0px;
    border-radius: 5px;
    outline: none;
    color: #858d8c;
}
.modelpl_q textarea {
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    min-height: 180px;
    max-height: 400px;
    border: 0px;
    border-radius: 5px;
    outline: none;
    color: #858d8c;
}

/* 按钮 */
.bottone5 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(148, 163, 184);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   .bottone5:hover,
   .bottone5:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgb(148 163 184 0.5);
   }
   
   .bottone5:hover {
    transform: translateY(-1px);
   }
   
   .bottone5:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgb(148 163 184 0.5);
    transform: translateY(0);
   }
   
   
   /* loading动画 */
.load_s{
    display: flex;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    /* flex: auto; */
    position: fixed;
    justify-content: center;
    align-items: center;
    background: rgb(53 53 53 / 67%);
}
.loader {
    position: relative;
    display: flex;
    gap: 0.3em;
}

.loader::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2em;
    filter: blur(45px);
    background-color: #e299ff;
    background-image: radial-gradient(at 52% 57%, hsla(11, 83%, 72%, 1) 0px, transparent 50%),
        radial-gradient(at 37% 57%, hsla(175, 78%, 66%, 1) 0px, transparent 50%);
}

.loader__circle {
    --size__loader: 0.6em;
    width: var(--size__loader);
    height: var(--size__loader);
    border-radius: 50%;
    animation: loader__circle__jumping 2s infinite;
    background-color: #b499ff;
}

.loader__circle:nth-child(2n) {
    animation-delay: 300ms;
    background-color: #e499ff;
}

.loader__circle:nth-child(3n) {
    animation-delay: 600ms;
}

@keyframes loader__circle__jumping {

    0%,
    100% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-15px) scale(0.5);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px) scale(0.9);
    }
}

/*轮播图组件CSS*/
 .lb-content {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;

        }

        .lb-con {
            width: 100%;
            height: 100%;
            display: flex;
            position: relative;
            z-index: -99;

        }

        .img {
            background-color: pink;
        }

        .img2 {
            background-color: red;

        }

        .img3 {
            background-color: blue;
        }

        .img4 {

            background-color: green;
        }

        .lbit {
            width: 100%;
            height: 100%;
            flex: 0 0 100%;
            background-size: cover;
            background-position: center;

            display: flex;
            justify-content: center;
            align-items: flex-end;
        }

        .lbit p {
            margin-bottom: 26px;
            font-size: 14px;
            color: #ffffff;
            animation: fadeIn 1s ease-in-out;
            /* 给文字加一个动画效果 */
        }

        .lb-l {
            width: 100%;
            height: 100%;
            top: -100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 1;
        }

        /* .lb-r {
            width: 100%;
            height: 100%;
            top: -200%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-end;

        } */

        .lb-lb {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            color: #ffffff;
            margin-left: 5px;
            backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);

        }

        .lb-rb {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            color: #ffffff;
            margin-right: 5px;
            backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
        }


        .lb-cator {
            width: 100%;
            height: 100%;
            top: -110%;
            position: relative;
            display: flex;
            z-index: 2;
            justify-content: center;

        }

        .lb-cator span {
            margin: 0 5px 5px 2px;
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            border: 2px solid #ffffff;
            background-color: transparent;
        }

        .lb-cator span.active {
            background-color: #ffffff;
        }
        
        
        
        
/* 懒加载容器样式 */
.lazy-image {
    position: relative;
    overflow: hidden;
}

/* 加载指示器 */
.loading {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
}

/* 占位文本 */
.placeholder {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    color: #777;
    z-index: 2;
}

/* 图片样式 */
.img_top {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* 加载完成后隐藏加载指示器和占位文本 */
.lazy-image.loaded .loading {
    display: none;
}

/* 加载完成后显示图片 */
.lazy-image.loaded .img_top {
    opacity: 1;
}

/* 背景图片容器 */
.bgimage[data-bg] {
    position: relative;
    background-size: cover;
    background-position: center;
}

/* 背景图片加载完成后隐藏加载指示器 */
/* 加载完成后隐藏loading */
.conter_top.bgimage.loaded .loading {
    display: none;
}

/* 旋转动画 */
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


        /* 加载器样式 */
        #global-loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #f8f9fa;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
        }
        
        .loader-content {
            text-align: center;
        }
        
        .loader-spinner {
            width: 50px;
            height: 50px;
            border: 5px solid rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            border-top-color: #3498db;
            animation: spin2 1s ease-in-out infinite;
            margin: 0 auto 20px;
        }
        
        .loader-text {
            font-family: Arial, sans-serif;
            color: #333;
            font-size: 16px;
        }
        
        @keyframes spin2 {
            to { transform: rotate(360deg); }
        }
        
        /* 隐藏加载器 */
        .loader-hidden {
            opacity: 0;
            visibility: hidden;
        }
        
        
        /* From Uiverse.io by EddyBel */ 
.loader {
  position: relative;
  display: flex;
  gap: 0.3em;
}

.loader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2em;
  filter: blur(45px);
  background-color: #e299ff;
  background-image: radial-gradient(at 52% 57%, hsla(11,83%,72%,1) 0px, transparent 50%),
  radial-gradient(at 37% 57%, hsla(175,78%,66%,1) 0px, transparent 50%);
}

.loader__circle {
  --size__loader: 0.6em;
  width: var(--size__loader);
  height: var(--size__loader);
  border-radius: 50%;
  animation: loader__circle__jumping 2s infinite;
  background-color: #b499ff;
}

.loader__circle:nth-child(2n) {
  animation-delay: 300ms;
  background-color: #e499ff;
}

.loader__circle:nth-child(3n) {
  animation-delay: 600ms;
}

@keyframes loader__circle__jumping {
  0%, 100% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-15px) scale(0.5);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(5px) scale(0.9);
  }
}
        
        