* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* @font-face {
    font-family: 'Minecraft';
    src: url('../fonts/minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: "Noto Color Emoji";
    src: url("../fonts/NotoColorEmoji.ttf") format("truetype");
}


.emoji {
    font-family: Noto Color Emoji, sans-serif;
}

body {
    /* background-color: #2E303E; */
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    /* font-family: "Minecraft", Roboto, Microsoft Yahei; */
}

#slideshow {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: -1;
}

.slideshow-container {
    height: 100%;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mySlides {
    display: none;
    height: 100%;
    width: 100%;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.suo {
    margin-left: auto;
    margin-right: auto;
    max-width: 61rem;
}

/* 设置导航栏高度 */
.mdui-appbar .mdui-toolbar {
    height: 48px;
    /* 新的高度 */
    line-height: 48px;
    /* 设置行高 */
    padding: 0 .2rem;
}

/* 设置导航栏文字颜色 */
.mdui-appbar .mdui-typo-headline,
.mdui-appbar {
    color: #ffffff;
}

/* 设置导航栏图标颜色 */
.mdui-icon {
    color: #ffffff;
}

/* 设置导航栏的背景颜色 */
.mdui-appbar {
    background-color: #000000;
}

/* 设置弹出菜单的样式 */
.mdui-drawer {
    background-color: #3b3b3b;
}

/* 设置导航栏文字和图标自适应导航栏大小 */
.mdui-appbar .mdui-typo-headline,
.mdui-appbar .mdui-content,
.mdui-appbar .mdui-icon {
    font-size: 18px;
    line-height: 18px;
}

/* 设置图标对齐文字 */
.mdui-list-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 16px;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
}

.minecraft-button {
    background-color: #2c2c2c;
    /* 深色背景颜色 */
    color: #fff;
    /* 白色文本颜色 */
    border-radius: 4px;
    /* 圆角边框 */
    padding: 10px 15px;
    /* 按钮的内边距 */
    text-align: center;
    /* 文本居中对齐 */
    text-decoration: none;
    /* 去除文本下划线 */
    transition: background-color 0.5s;
    /* 动画效果 */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.312);
    /* 阴影效果 */
}

.minecraft-button:hover {
    background-color: rgb(69, 69, 69);
    /* 悬停时背景颜色 */
}

.minecraft-button:active {
    background-color: #1c1c1c;
    /* 点击时背景颜色 */
}

/* < !-- custom styling for all icons -->*/
/* i.fas, 
    i.fab {
        border: 1px solid red;
    } */

/* < !-- custom styling for specific icons -->*/
.fa-fish {
    color: salmon;
}

.fa-frog {
    color: green;
}

.fa-user-ninja.vanished {
    opacity: 0.0;
}

.fa-facebook {
    color: rgb(59, 91, 152);
}

.blurred {
    filter: blur(0);
    transition: filter 0.2s;
}

.blurred.mdui-blurred {
    filter: blur(5px);
}

.mdui-drawer-header {
    background-size: cover;
    text-align: center;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-drawer {
    margin-bottom: 10px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.mdui-drawer-header {
    position: relative;
}

.blur-background {
    position: absolute;
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-image: url(../assets/bg1.png);
    filter: blur(5px);
    z-index: -1;
}

.header-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

}

/* 主要内容容器 */
.main-content {
    position: relative;
    min-height: calc(100vh - 100px);
}

/* 页脚 */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    left: 0;
}

.md-copyright {
    font-size: .86rem;
    margin: auto .6rem;
    padding: .4rem 0;
    width: auto;
}

.a1 {
    color: inherit;
    text-decoration: none;
    transition: color 0.5s;
}

.a1:hover .icon-link {
    color: rgb(175, 175, 175);
}

.fa1 {
    margin-right: 10px;
}

.icon-link {
    color: rgb(255, 255, 255);
    transition: color 0.5s ease;
}

.mdui-divider-light {
    padding-left: 16px;
    line-height: 48px;
}

.subheader {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 253, 253, 0.711)
}

.subheader::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: rgb(255 255 255 / 12%);
    content: ' ';
}


/* .mc-bbs {
    position: relative;
    vertical-align: bottom;
    margin-right: 5px;
    line-height: 24px;
    background-image: url("./assets/mc-bbs.png");
    background-size: 1.5em;
} */

.luminolmc {
    position: relative;
    vertical-align: bottom;
    margin-right: 5px;
    line-height: 24px;
    background-image: url("./assets/luminolmc.ico");
    background-size: 1.5em;
}

.Comet {
    position: relative;
    vertical-align: bottom;
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-size: contain;
    background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
    color: rgb(255, 255, 255);
    font-size: large;
    font-weight: 590;
}

.Comet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(1px); /* 应用高斯模糊效果 */
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(.4, 0, .2, 1);
  }

.Comet:hover::before {opacity: 1;}

.ycenter {
    text-shadow: 0 4px 3px rgb(0 0 0 / 40%), 0 8px 13px rgb(0 0 0 / 10%), 0 18px 23px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.font {
    font-weight: 400;
}

.mc-bbs-color {
    background-color: #ff9393;
    color: inherit !important;
}

.luminolmc-color {
    background-color: #B6ADE6;
    color: inherit !important;
}

#slideshow {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: -1;
}

.slideshow-container {
    height: 100%;
    width: 100%;
}

.mySlides {
    display: none;
    height: 100%;
    width: 100%;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/*灯笼*/
    .xian {
    position: absolute;
    top: -20px;
    left: 60px;
    width: 2px;
    height: 20px;
    background: #dc8f03;
}
.deng-box {
    position: fixed;
    top: -30px;
    z-index: 999;
}
.deng-box1 {
    position: fixed;
    top: -30px;
    right: 60px;
    z-index: 999;
}
.deng-box1 .deng {
    position: relative;
    width: 120px;
    height: 90px;
    margin: 50px;
    background: #d8000f;
    background: rgba(216, 0, 15, 0.9);
    border-radius: 50% 50%;
    -webkit-transform-origin: 50% -100px;
    -webkit-animation: swing 5s infinite ease-in-out;
    box-shadow: -5px 5px 50px 4px rgba(250, 108, 0, 1);
}
.deng {
    position: relative;
    width: 120px;
    height: 90px;
    margin: 50px;
    background: #d8000f;
    background: rgba(216, 0, 15, 0.9);
    border-radius: 50% 50%;
    -webkit-transform-origin: 50% -100px;
    -webkit-animation: swing 3s infinite ease-in-out;
    box-shadow: -5px 5px 50px 4px rgba(250, 108, 0, 1);
}
.deng-a {
    width: 100px;
    height: 90px;
    background: #d8000f;
    background: rgba(216, 0, 15, 0.2);
    margin: 12px 8px 8px 8px;
    border-radius: 50% 50%;
    border: 2px solid #dc8f03;
}
.deng-b {
    width: 45px;
    height: 90px;
    background: #d8000f;
    background: rgba(216, 0, 15, 0.2);
    margin: -4px 8px 8px 26px;
    border-radius: 50% 50%;
    border: 2px solid #dc8f03;
}
.shui {
    width: 5px;
    height: 40px;
    background: #ffa500;
    border-radius: 0 0 5px 5px;
}
.shui-a {
    margin: -10px 0 0 40px;
    -webkit-animation: swing 4s infinite ease-in-out;
    -webkit-transform-origin: 50% -20px;
}
.shui-b {
    margin: -35px 0 0 59px;
    -webkit-animation: swing 4s infinite ease-in-out;
    -webkit-transform-origin: 50% -45px;
}
.shui-c {
    margin: -45px 0 0 77px;
    -webkit-animation: swing 4s infinite ease-in-out;
    -webkit-transform-origin: 50% -25px;
}
.deng:before {
    position: absolute;
    top: -7px;
    left: 29px;
    height: 12px;
    width: 60px;
    content: " ";
    display: block;
    z-index: 999;
    border-radius: 5px 5px 0 0;
    border: solid 1px #dc8f03;
    background: #ffa500;
    background: linear-gradient(to rightright, #dc8f03, #ffa500, #dc8f03, #ffa500, #dc8f03);
}
.deng:after {
    position: absolute;
    bottom: -7px;
    left: 10px;
    height: 12px;
    width: 60px;
    content: " ";
    display: block;
    margin-left: 20px;
    border-radius: 0 0 5px 5px;
    border: solid 1px #dc8f03;
    background: #ffa500;
    background: linear-gradient(to rightright, #dc8f03, #ffa500, #dc8f03, #ffa500, #dc8f03);
}
.deng-t {
    font-family: 华文行楷,Arial,Lucida Grande,Tahoma,sans-serif;
    font-size: 1.8rem;
    color: #dc8f03;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}
.night .deng-t,
.night .deng-box,
.night .deng-box1 {
    background: transparent !important;
}
@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(-10deg)
    }
    50% {
        -moz-transform: rotate(10deg)
    }
    100% {
        -moz-transform: rotate(-10deg)
    }
}
@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(-10deg)
    }
}