

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css");
@keyframes fadenum{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
*{
    padding: 0;
    text-decoration: none;
}

@font-face {
    font-family: loli;
    src: url("./assets/res/loli.woff2");
}


body{
    background: no-repeat center fixed url("https://api.meowo.moe/api/rabbit");
    background-size: cover;
    display: block;
    unicode-bidi: isolate;
    font-family: loli;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}

.bt {
    flex:1;
    line-height: 40px;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.8s;
}
.bt:hover{
    transform: scale(1.05, 1.05);
}
.bt.active{
    color: #ff00aa;
    transform: scale(1.05, 1.05);
}
.content{
    display: none;
    padding: 16px;
    transition: all 1s linear;
}
.content.active{
    display: block;
}
section {
    -webkit-animation: fadenum .6s;
    animation: fadenum .6s;
}
.bg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.imfcard{
    z-index: 999;
    text-align: center;
	border-radius: 20px;
	width: 350px;
	height: 450px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    box-shadow:-10px 0px 10px #71a3ff33,
                0px -10px 10px #71a3ff33,
                10px 0px 10px #71a3ff33,
                0px 10px 10px #71a3ff33;

}
.imfcard.phone{
    z-index: 999;
    text-align: center;
	border-radius: 20px;
	width: 350px;
	height: 380px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    box-shadow:-10px 0px 10px #71a3ff33,
                0px -10px 10px #71a3ff33,
                10px 0px 10px #71a3ff33,
                0px 10px 10px #71a3ff33;
}

.nav{
    overflow: hidden;
    display:flex;
    flex-wrap:wrap;
	border-radius: 20px;
	width: 360px;
	height: 40px;
    margin: auto;
	position: absolute;
	top: -8%;
	left: 50%;
    transform: translate(-50%,-50%);
    box-shadow:-10px 0px 10px #71a3ff33,
                0px -10px 10px #71a3ff33,
                10px 0px 10px #71a3ff33,
                0px 10px 10px #71a3ff33;
}.bg2{
    z-index: -999;
    background: #71a3ff;
    background: linear-gradient(100deg, #71a3ff7a 0,#aab2e47e 74%);
    border-radius: 20px;
	width: 360px;
	height: 40px;
	position: absolute;
}
.bg{
    z-index: -999;
    background: #71a3ff;
    background: linear-gradient(100deg, #71a3ff7a 0,#aab2e47e 74%);
    border-radius: 20px;
	width: 350px;
	height: 450px;
	position: absolute;
}
.bg.phone{
    z-index: -999;
    background: #71a3ff;
    background: linear-gradient(100deg, #71a3ff7a 0,#aab2e47e 74%);
    border-radius: 20px;
	width: 350px;
	height: 380px;
	position: absolute;
}

.imfcard p{
    align-items: center;
    color: black;
}
#page1 img{
    margin-top: 10px;
    width: 40%;
    height: 40%;
    object-fit: cover;
    height: auto;
    border-radius: 100px;
    transition: all 0.3s;
}
#page1 img:hover {
    transform: rotate(360deg);
}
.imfcard article{
    display: block;
}
.archivelist li{
    font-size: 15px;
    padding: 10px;
    transition: all 0.5s;
    List-style:none
}
.archivelist li a{
    color: black;
}
.archivelist li a:hover{
    color: #ff0c9a;
}
.archivelist li:hover{
    transform: scale(1.05, 1.05);
}
.date{
    color: #474747af;
}
.where{
    display: grid;
    margin-top: 20px;
    grid-gap: 10px;
    text-align: center;
}
.where a{
    background: #71a3ff;
    background: linear-gradient(100deg, #71a3ff7a 0,#aab2e47e 74%);
    border-radius: 20px;
    text-decoration: none;
    color: black;
    height: 60px;
    line-height: 60px;
    transition: all 0.5s;
}
.where a:hover {
    color: #ff0c9a;
    transform: scale(1.05, 1.05);
}
.navbottom{
    display: block;
    position: absolute;
	left: 0;
	bottom: 25px;
    width: 100%;
    text-align: center;
}

.navbottom ul li{
    float: left;
    margin:0 20px;
    list-style: none;
    animation: light 4s ease-in-out infinite;
    transition: 0.5s;
}
.navbottom ul li a{
    color: black;
    padding: 0 15px;
}
.navbottom ul li:hover{
    transform: scale(1.55, 1.55);
}
.waifu{
    position: absolute;
    bottom: 0;
}
#qr{
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;
}
.bottom{
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bottom a{
    color: #ff0c9a;
}
.hitokoto{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 11px;
}
.music163{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.music163.active{
    display: block;
}
