#bgimg {
    -webkit-filter: brightness(0.6);
    -ms-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
    filter: brightness(0.6);
    background-image: url("https://lsk.icu/bimg.php");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

html,body {
    height: 100%;
    padding: 0px;
    margin: 0px;

}
p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    #bgimg {
        /*background-image: url("https://cn-south-227-storage-hitokoto-19627663.oss.dogecdn.com/pic/930f5212c99ccc71accd4615cb03e255.jpg") ;*/
        background-image: url('https://v-storage.hitokoto.cn/2022/2023_Hitokoto_Banner.jpg');
        background-size: cover;
    }
    .hitokoto{
        line-height: 2.6rem ;
        font-size: 3.0rem;
        
    }
}



#yy {
    background-color: #000000;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    opacity: 0.3;

}

.all {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ba {
    position: absolute;
    width: 100%;
    text-align:center;
    bottom:10px;
    
}
div a{
    color: #f6bec8;
    font-size: 15px;
    text-decoration:none
}
a:hover{
    text-decoration: underline;
    color: #bec8f6;
  }
.hitokoto {

    color: #ffffff;
    font-size: 2.3rem;
    line-height: 45px;
    text-align: center;
}
.source{
    color:#e5e5e5;
    font-size: 23px;
    text-align: right;
    margin-top: -30px;
}