
/*! #history start */
/* #region */
.md28805.history .hidden{display:none}
.md28805.history .overflow-hidden{overflow:hidden}
.md28805.history .overflow-visible{overflow:visible}
.md28805.history .absolute{position:absolute}
.md28805.history .relative{position:relative}
.md28805.history .inset-0{inset:0}
.md28805.history .top-0{top:0}
.md28805.history .right-0{right:0}
.md28805.history .bottom-0{bottom:0}
.md28805.history .left-0{left:0}
.md28805.history .top-full{top:100%}
.md28805.history .right-full{right:100%}
.md28805.history .bottom-full{bottom:100%}
.md28805.history .left-full{left:100%}
.md28805.history .z-0{z-index:0}
.md28805.history .z-10{z-index:10}
.md28805.history .mx-auto{margin-left:auto;margin-right:auto}
.md28805.history .mt-auto{margin-top:auto}
.md28805.history .ml-auto{margin-left:auto}
.md28805.history .mr-10{margin-right:.1rem}
.md28805.history .ml-10{margin-left:.1rem}
.md28805.history .w-full{width:100%}
.md28805.history .w-auto{width:auto}
.md28805.history .w-screen{width:100vw}
.md28805.history .h-full{height:100%}
.md28805.history .h-auto{height:auto}
.md28805.history .h-screen{height:100vh}
.md28805.history .max-w-full{max-width:100%}
.md28805.history .leading-none{line-height:1}
.md28805.history .whitespace-nowrap{white-space:nowrap}
.md28805.history .bg-theme{background-color:rgb(var(--theme))}
.md28805.history .rounded-full{border-radius:9999px}
.md28805.history .cursor-pointer{cursor:pointer}
.md28805.history .object-cover{object-fit:cover}
.md28805.history .object-contain{object-fit:contain}
.md28805.history .pointer-events-none{pointer-events:none}
.md28805.history .pointer-events-auto{pointer-events:auto}
.md28805.history .brightness-20{filter:brightness(20)}
.md28805.history .invert{filter:invert(1)}
.md28805.history .text-theme{color:rgb(var(--theme))}
.md28805.history .mt-60{margin-top:.6rem}
.md28805.history .size-full{width:100%;height:100%}
.md28805.history .text-theme{color:var(--theme)}
.md28805.history .flex-center{display:flex;align-items:center;justify-content:center}
.md28805.history .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md28805.history .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md28805.history .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md28805.history .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md28805.history .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md28805.history .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md28805.history .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md28805.history .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md28805.history .rounded-10{border-radius:.1rem}
.md28805.history .rounded-15{border-radius:.15rem}
.md28805.history .rounded-20{border-radius:.2rem}
.md28805.history button,.md28805.history input,.md28805.history textarea{border:none;outline:none;padding:0;background-color:transparent}
.md28805.history .icon{position:relative;display:flex;align-items:center;justify-content:center;width:1em;height:1em;flex-shrink:0;max-width:100%;max-height:100%;transition:.3s}
.md28805.history .icon img,.md28805.history .icon svg{width:100%;height:100%;object-fit:contain;transition:.3s}
.md28805.history .icon img:nth-child(2),.md28805.history .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md28805.history .hover-icon:hover.icon img:first-child,.md28805.history .hover-icon:hover .icon img:first-child,.md28805.history .active-icon.icon img:first-child,.md28805.history .active-icon .icon img:first-child{opacity:0}
.md28805.history .hover-icon:hover.icon img:last-child,.md28805.history .hover-icon:hover .icon img:last-child,.md28805.history .active-icon.icon img:last-child,.md28805.history .active-icon .icon img:last-child{opacity:1}
.md28805.history.wrap,.md28805.history .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md28805.history .area{margin:0 auto;width:14rem;max-width:100%}
.md28805.history img{opacity:0}
.md28805.history img[src]{opacity:1}
.md28805.history{color:#111;overflow:hidden;padding-top:.8rem;padding-bottom:.9rem;background-color:#f6f7fb;overflow:visible}
@keyframes md28805-loading{0%{transform:rotate(0) scale(1)}
to{transform:rotate(1turn) scale(1)}
}
.md28805.history .loading{position:fixed;top:0;right:0;bottom:0;left:-200vw;display:flex;align-items:center;justify-content:center;background-color:#0003;z-index:999;opacity:0;pointer-events:none;cursor:wait}
.md28805.history .loading.is-loading{left:0;opacity:1;pointer-events:auto}
.md28805.history .loading.is-loading .loading-box{transform:scale(1)}
.md28805.history .loading.is-loading .loading-el{animation:md28805-loading 3s infinite ease-in-out}
.md28805.history .loading .loading-box{position:relative;width:7.8125vw;height:7.8125vw;padding:10px;background-color:#fff;border-radius:50%;transform:scale(0);transition:.8s}
.md28805.history .loading .loading-el{position:relative;width:100%;height:100%;padding:10px;background:conic-gradient(var(--theme),var(--theme) 60deg,#fff 61deg,#fff 300deg,var(--theme) 301deg);border-radius:50%}
.md28805.history .loading .loading-el:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 15px);height:calc(100% - 15px);border-radius:50%;background-color:#fff}
.md28805.history .view-more{display:inline-flex;justify-content:center;align-items:center;height:2em;min-width:2rem;border-radius:1.2em;white-space:nowrap;padding:.05rem;border:2px solid #fff;cursor:pointer;transition:.3s;border-color:#0000001a}
.md28805.history .view-more .btn-content{display:flex;align-items:center;justify-content:center;flex:1;padding:.15rem .3rem}
.md28805.history .view-more .more-icon{display:flex;align-items:center;justify-content:center;height:100%;border-radius:50%;aspect-ratio:1;background-color:#fff;transition:.3s}
.md28805.history .view-more.theme .more-icon{background-color:var(--theme)}
.md28805.history .view-more.theme .icon{color:#fff}
.md28805.history .view-more.theme.hover:hover{color:#fff;border-color:var(--theme);background-color:var(--theme)}
.md28805.history .view-more.theme.hover:hover .more-icon{background-color:#fff}
.md28805.history .view-more.theme.hover:hover .icon{color:var(--theme)}
.md28805.history .view-more.hover:hover{color:var(--theme);background-color:#fff}
.md28805.history .view-more.hover:hover .more-icon{background-color:var(--theme)}
.md28805.history .view-more.hover:hover .icon{color:#fff}
.md28805.history .md-title{line-height:1.2941176471}
.md28805.history .sidebar{position:sticky;top:1.2rem;height:5.35rem;min-height:535px}
.md28805.history .thumb-swp{height:100%;padding-left:1px}
.md28805.history .thumb-item{position:relative;display:flex;align-items:center;height:2em;padding-left:.3rem;border-left:1px solid rgba(0,0,0,.1)}
.md28805.history .thumb-item:before{content:"";position:absolute;left:-2px;top:50%;width:3px;height:100%;transform:translateY(-50%) scaleY(0);background-color:var(--theme);transform-origin:top center;transition:.3s}
.md28805.history .thumb-item.active{color:var(--theme)}
.md28805.history .thumb-item.active:before{transform:translateY(-50%) scaleY(1)}
.md28805.history .history-main{margin-top:.3rem}
.md28805.history .board{width:12.4rem}
.md28805.history .list.show-all .item{display:flex!important}
.md28805.history .list.show-all+.load-more{display:none}
.md28805.history .item{margin-top:.2rem;padding:.45rem .4rem;background-color:#fff}
.md28805.history .item:nth-child(n+7){display:none}
.md28805.history .year{padding:.15rem .25rem;border-radius:1.5em;border:1px solid rgba(2,80,155,.1)}
.md28805.history .content{flex:1;padding-left:.8rem;padding-right:.6rem}
.md28805.history .pic{width:2.56rem}
.md28805.history .pic{position:relative;flex-shrink:0}
.md28805.history .pic:before{content:"";display:block;padding-top:62.5%}
.md28805.history .pic>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md28805.history .pic{overflow:hidden}
.md28805.history .infos{line-height:2}
.md28805.history .info{display:flex;align-items:flex-start}
.md28805.history .info:before{content:"";display:block;width:6px;height:6px;border-radius:50%;margin-top:1em;transform:translateY(-50%);margin-right:.1rem;background-color:#666}
.md28805.history .btn-box{display:flex;justify-content:center;margin-top:.5rem}
@media(max-width:750px){
	.md28805.history .board{width:100%}
.md28805.history .sidebar{display:none}
.md28805.history .item{flex-direction:column}
.md28805.history .content{width:100%;padding-left:0;padding-right:0;margin:.6rem 0}
.md28805.history .pic{width:100%}
}
/* #endregion */
/*! #history end */
