html,body{height:100%}
::-webkit-scrollbar{display:none}
.h-7{height:7%}
.h-8{height:8%}
.h-10{height:10%}
.h-13{height:13%}
.h-45{height:45%}
.h-55{height:55%}
.entry-content *{margin:0}
.border-bottom{border-bottom:0.5px solid #dee2e6}
.entry-content img{max-width:100%}



/* 聚焦时仅高亮底部边框 */
#search-form-1:focus {
  outline: none !important;
  border-bottom-color: #007bff !important;
  box-shadow: none !important;
}

.bg-primary{background:#C51019}
.text-primary{color:#3368D6}
/* #masthead img{filter:brightness(0) invert(1)} */
@media (max-width: 480px) {
  .fs-5{font-size:1rem!important}
  .fs-6{font-size:0.9rem!important}
}