
/*! #history start */
.md25706.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}
.md25706.history .icon.reverse-x{transform:rotateY(180deg)}
.md25706.history .icon.reverse-y{transform:rotateX(180deg)}
.md25706.history .icon.white{filter:grayscale(1) brightness(15)}
.md25706.history .icon.black{filter:grayscale(1) brightness(0)}
.md25706.history .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md25706.history .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md25706.history .icon img:nth-child(2),.md25706.history .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md25706.history .hover-icon:hover.icon img:first-child,.md25706.history .hover-icon:hover.icon svg:first-child,.md25706.history .hover-icon:hover .icon img:first-child,.md25706.history .hover-icon:hover .icon svg:first-child,.md25706.history .active-icon.icon img:first-child,.md25706.history .active-icon.icon svg:first-child,.md25706.history .active-icon .icon img:first-child,.md25706.history .active-icon .icon svg:first-child{opacity:0}
.md25706.history .hover-icon:hover.icon img:last-child,.md25706.history .hover-icon:hover.icon svg:last-child,.md25706.history .hover-icon:hover .icon img:last-child,.md25706.history .hover-icon:hover .icon svg:last-child,.md25706.history .active-icon.icon img:last-child,.md25706.history .active-icon.icon svg:last-child,.md25706.history .active-icon .icon img:last-child,.md25706.history .active-icon .icon svg:last-child{opacity:1}
.md25706.history .cn-wh,.md25706.history .cn-w,.md25706.history .cv-wh,.md25706.history .cv-w{display:block;width:100%}
.md25706.history .cn-wh,.md25706.history .cn-h,.md25706.history .cv-wh,.md25706.history .cv-h{display:block;height:100%}
.md25706.history .cn-wh,.md25706.history .cn-w,.md25706.history .cn-h{object-fit:contain}
.md25706.history .cv-wh,.md25706.history .cv-w,.md25706.history .cv-h{object-fit:cover}
.md25706.history .pic-box,.md25706.history .pic-box img{max-width:100%;max-height:100%}
.md25706.history.wrap,.md25706.history .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md25706.history .area{margin:0 auto;width:16rem;max-width:100%}
.md25706.history button,.md25706.history input,.md25706.history textarea{border:none;outline:none;padding:0;background-color:transparent}
.md25706.history button{cursor:pointer}
.md25706.history .bold{font-weight:700}
.md25706.history .color-t{color:rgba(var(--theme),1)}
.md25706.history .z2{position:relative;z-index:2}
.md25706.history .text-center{text-align:center}
.md25706.history .text-left{text-align:left}
.md25706.history .text-right{text-align:right}
.md25706.history .flex{display:flex}
.md25706.history .items-start{align-items:flex-start}
.md25706.history .items-center{align-items:center}
.md25706.history .items-end{align-items:flex-end}
.md25706.history .justify-start{justify-content:flex-start}
.md25706.history .justify-center{justify-content:center}
.md25706.history .justify-end{justify-content:flex-end}
.md25706.history{color:#222;overflow:hidden}
.md25706.history .md-title{line-height:1.2380952381;color:#222}
.md25706.history .md-subtitle{line-height:1.5555555556;margin-top:.1rem;color:#666}
@keyframes md25706-loading{0%{transform:rotate(0) scale(1)}
to{transform:rotate(1turn) scale(1)}
}
.md25706.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}
.md25706.history .loading.is-loading{left:0;opacity:1;pointer-events:auto}
.md25706.history .loading.is-loading .loading-box{transform:scale(1)}
.md25706.history .loading.is-loading .loading-el{animation:md25706-loading 3s infinite ease-in-out}
.md25706.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}
.md25706.history .loading .loading-el{position:relative;width:100%;height:100%;padding:10px;background:conic-gradient(rgba(var(--theme),1),rgba(var(--theme),1) 60deg,#fff 61deg 300deg,rgba(var(--theme),1) 301deg);border-radius:50%}
.md25706.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}
.md25706.history .btn{position:relative;display:inline-flex;justify-content:center;min-width:10em;min-height:3.75em;padding:6px;line-height:1;border-radius:2em;white-space:nowrap;cursor:pointer;transition:transform .3s}
.md25706.history .btn.initialized.ani:hover{transform:scale(1.1)}
.md25706.history .btn.initialized.ani:hover .btn-border2{animation:md25706-btn-ani 2s .2s forwards linear}
.md25706.history .btn.initialized .btn-border{stroke-dashoffset:0}
.md25706.history .btn.theme .btn-inner{background-color:rgba(var(--theme),1);color:#fff}
.md25706.history .btn.light .btn-inner{background-color:#fff;color:rgba(var(--theme),1)}
.md25706.history .btn.progress:hover .btn-border2{animation:md25706-btn-progress 2s .2s forwards linear}
.md25706.history .btn-inner{display:flex;align-items:center;justify-content:center;width:100%;border-radius:inherit}
.md25706.history .btn-border,.md25706.history .btn-border2{position:absolute;inset:0;stroke:rgba(var(--theme),.3);stroke-width:1px;fill:none;z-index:5}
.md25706.history .btn-border2{stroke:rgba(var(--theme),1);stroke-dashoffset:-388.1910400391;stroke-dasharray:388.1910400391}
.md25706.history{padding-top:1rem;padding-bottom:1.2rem}
.md25706.history .pswp__bg{background-color:#000a}
.md25706.history .md-head{text-align:center}
.md25706.history .history-main{position:relative;margin-top:.45rem}
.md25706.history .history-line{position:absolute;left:50%;top:0;bottom:0;width:.18rem;padding:.04rem;border:1px solid #eee;transform:translate(-50%)}
.md25706.history .history-line:before{content:"";display:block;width:100%;height:100%;border:1px dashed #eee}
.md25706.history .history-item{position: relative;z-index: 10;display:flex;align-items:center;justify-content:space-between}
.md25706.history .history-item.active .history-thumb{background-color: rgba(var(--theme),1);}
.md25706.history .history-item:nth-child(odd){flex-direction:row-reverse}
.md25706.history .history-item:nth-child(odd) .history-year{justify-content:flex-start}
.md25706.history .history-item:nth-child(odd) .history-year:before{display:block}
.md25706.history .history-item:nth-child(odd) .history-year:after{display:none}
.md25706.history .history-item:nth-child(odd) .history-content{padding-left:0;padding-right:.1rem}
.md25706.history .history-item:nth-child(odd) .content{flex-direction:row-reverse;justify-content: flex-end;}
.md25706.history .history-item:nth-child(odd) .content:before{left:auto;right:0;transform:translate(50%,-50%) rotate(45deg)}
.md25706.history .history-item:nth-child(odd) .history-info{margin-right:0;margin-left:.4rem}
.md25706.history .history-item:hover .history-pic{transform:scale(1.05)}
.md25706.history .history-year,.md25706.history .history-content{width:calc((100% - .4rem)/2)}
.md25706.history .history-year{display:flex;align-items:center;justify-content:flex-end;color:rgba(var(--theme),1)}
.md25706.history .history-year:before,.md25706.history .history-year:after{content:"";display:none;width:.5rem;height:1px;margin:0 .15rem;background-color:#e1e1e1}
.md25706.history .history-year:after{display:block}
.md25706.history .history-thumb{position:relative;width:.24rem;height:.33rem;padding:.04rem;border:1px solid #eee;background-color:#f7f8fc;z-index:5}
.md25706.history .history-thumb:before{content:"";display:block;width:100%;height:100%;border:1px dashed #eee}
.md25706.history .history-content{padding-left:.1rem}
.md25706.history .content{position:relative;display:flex;align-items:center;padding:.3rem;background-color:#f7f8fc}
.md25706.history .content:before{content:"";position:absolute;left:0;top:50%;width:.2rem;height:.2rem;background-color:#f7f8fc;transform:translate(-50%,-50%) rotate(45deg)}
.md25706.history .history-pic{width:2.67rem;transition:.3s}
.md25706.history .history-info{flex:1;margin-right:.4rem;line-height:1.875;color:#666}
.md25706.history .btn-box{display:flex;justify-content:center;margin-top:.75rem}
.md25706.history .btn-icon{margin-left:.2rem}
.md25706.history .history-img{max-width: 100%;}
@media(max-width:1500px){
	.md25706.history .content{flex-direction:column!important}
    .md25706.history .history-pic,.md25706.history .history-info{width:100%}
    .md25706.history .history-content .content .history-info{margin-left:0;margin-right:0;margin-top:.6rem}
}
@media(max-width:750px){
	.md25706.history .history-line{left:0;transform:none;width:.3rem}
.md25706.history .history-item{flex-direction:column!important;padding-left:.5rem}
.md25706.history .history-thumb{position:absolute;left:.15rem;top:50%;width:.4rem;height:1rem;transform:translate(-50%,-50%)}
.md25706.history .history-year,.md25706.history .history-content{width:100%}
.md25706.history .history-year{justify-content:flex-start!important;margin:.6rem 0 .2rem}
.md25706.history .history-year:before,.md25706.history .history-year:after{display:none!important}
}
/*! #history end */
