[v-cloak] {
    display: none;
}

html, body {
    height: 99%;
}

ul, li {
    list-style: none;
}

body {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

body, div, span, ul {
    font-family: "宋体";
}

#vueElem {
    opacity: 0.9;
    height: 80%;
}

#topBox {
    height: 10px;
}

#menuBox, #articleBox {
    height: 80%;
    overflow-y: auto;
}

#articleBoxContent {
    height: 90%;
    overflow-y: auto;
}

#beian {
    padding-left: 0;
}

#beian li {
    font-size: .8rem;
    text-align: center;
    cursor: pointer;
}

.article_title {
    cursor: pointer;
}

h1, h2, h3, h4 {
    line-height: 1;
}

span {
    cursor: pointer;
}

div::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #676767;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #F0F0F0;
}

.markdown-body {
    padding: 20px;
}

.clear-pd {
    padding-top: .6rem !important;
    padding-bottom: 0 !important;
}

.calendar .days {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: #0d71bb;
    border-radius: 50%;
    border: solid 1px #0d71bb;
    font-size: .8rem;
    font-weight: bold;
    cursor: pointer;
}

.calendar .days.active {
    color: #fff;
    background: #0d71bb;
}

.days .txt {
}

.days .flag {
}
