
html,body{height:100%}
::-webkit-scrollbar{display:none}
.site-header{height:9%}
.site-more{height:7%}
.h-60{height:60%}
.h-40{height:40%}
input{outline: none}
.entry-content p{font-size:1.4rem;line-height:2.2rem}
.entry-content figure{text-align:center}
.entry-content figure img{max-width:100%}
.h-8vh{height:8vh}
#primary-menu-list a:visited {
  color: #800080; /* 通常用紫色表示已访问 */
}
.text-line-clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
/*#primary-menu-list a:hover{border:2px solid red}*/
input::placeholder{
    color:rgba(0,0,0,.5)!important;
    padding:5px;
}

@media (max-width: 576px) {
    .site-header {
        height: 12%;
    }
    #div_search, #div_nav {
        height: 50% !important;
    }
    #div_h-40 {
        height: 100% !important;
    }
    .fs-4 {
        /* 修正了calc函数中的语法错误 */
        font-size: calc(1.2rem + 0.25vw) !important;
    }
    .fs-6 {
        /* 修正了calc函数中的语法错误 */
        font-size: calc(0.8rem + 0.25vw) !important;
    }
    .entry-content p{font-size:1.1rem}
}
