
/*! #page-head start */
.md23010.page-head .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}
.md23010.page-head .icon.reverse-x{transform:rotateY(180deg)}
.md23010.page-head .icon.reverse-y{transform:rotateX(180deg)}
.md23010.page-head .icon.white{filter:grayscale(1) brightness(15)}
.md23010.page-head .icon.black{filter:grayscale(1) brightness(0)}
.md23010.page-head .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md23010.page-head .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md23010.page-head .icon img:nth-child(2),.md23010.page-head .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md23010.page-head .hover-icon:hover.icon img:first-child,.md23010.page-head .hover-icon:hover .icon img:first-child,.md23010.page-head .active-icon.icon img:first-child,.md23010.page-head .active-icon .icon img:first-child{opacity:0}
.md23010.page-head .hover-icon:hover.icon img:last-child,.md23010.page-head .hover-icon:hover .icon img:last-child,.md23010.page-head .active-icon.icon img:last-child,.md23010.page-head .active-icon .icon img:last-child{opacity:1}
.md23010.page-head .cn-wh,.md23010.page-head .cn-w,.md23010.page-head .cv-wh,.md23010.page-head .cv-w{display:block;width:100%}
.md23010.page-head .cn-wh,.md23010.page-head .cn-h,.md23010.page-head .cv-wh,.md23010.page-head .cv-h{display:block;height:100%}
.md23010.page-head .cn-wh,.md23010.page-head .cn-w,.md23010.page-head .cn-h{object-fit:contain}
.md23010.page-head .cv-wh,.md23010.page-head .cv-w,.md23010.page-head .cv-h{object-fit:cover}
.md23010.page-head .pic-box,.md23010.page-head .pic-box img{max-width:100%;max-height:100%}
.md23010.page-head.wrap,.md23010.page-head .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md23010.page-head .area{margin:0 auto;width:14.92rem;max-width:100%}
.md23010.page-head button,.md23010.page-head input,.md23010.page-head textarea{border:none;outline:none;padding:0;background-color:transparent}
.md23010.page-head img{opacity:0}
.md23010.page-head img[src]{opacity:1}
.md23010.page-head button{cursor:pointer}
.md23010.page-head .hide{display:none}
.md23010.page-head .bold{font-weight:700}
.md23010.page-head .color-t{color:rgba(var(--theme),1)}
.md23010.page-head{color:#333}
.md23010.page-head .hover-drop{position:relative}
.md23010.page-head .hover-drop:hover .drop-list{transform:translate(-50%) scaleY(1)}
.md23010.page-head .drop-list{position:absolute;top:100%;left:50%;min-width:100%;background-color:#fff;transform-origin:center top;transform:translate(-50%) scaleY(0);box-shadow:.02rem .02rem .05rem #0002;z-index:10;transition:.3s}
.md23010.page-head .drop-list .drop-item{position:relative}
.md23010.page-head .drop-list .drop-item:hover .drop-entry{color:#fff;background-color:rgba(var(--theme),1)}
.md23010.page-head .drop-entry{display:flex;align-items:center;min-height:.5rem;padding:.1rem .2rem;line-height:1.5;color:#222;white-space:nowrap;transition:.3s}
.md23010.page-head:hover .fixed-box,.md23010.page-head.white .fixed-box{background-color:#fff}
.md23010.page-head.drop-display .nav-item.active .nav-entry:after{opacity:0!important}
.md23010.page-head.drop-display .nav-item.hover .nav-entry{transform:scale(1.1)}
.md23010.page-head.drop-display .nav-item.hover .nav-entry:after{opacity:1;transform:translate(-50%) scaleX(1)}
.md23010.page-head .fixed-box{position:fixed;top:0;left:0;right:0;display:flex;width:100%;min-height:.88rem;z-index:50;transition:background-color .3s}
.md23010.page-head .page-head-inner{display:flex;align-items:center;justify-content:space-between}
.md23010.page-head .logo{white-space:nowrap;color:rgba(var(--theme),1)}
.md23010.page-head .nav-list{display:flex;height:100%;margin-left:.5rem}
.md23010.page-head .nav-item{display:flex;align-items:center;white-space:nowrap;padding:0 .15rem;transition:color .3s}
.md23010.page-head .nav-item.hover .nav-board,.md23010.page-head .nav-item:hover .nav-board{pointer-events:auto;transform:scaleY(1);opacity:1}
.md23010.page-head .nav-item.active .nav-entry{transform:scale(1.1)}
.md23010.page-head .nav-item.active .nav-entry:after{opacity:1;transform:translate(-50%) scaleX(1)}
.md23010.page-head .nav-entry{position:relative;display:block;transition:.3s}
.md23010.page-head .nav-entry:after{content:"";position:absolute;top:100%;left:50%;width:.37rem;height:3px;border-radius:2px;background-color:rgba(var(--theme),1);transform:translate(-50%) scaleX(0);transition:.3s;opacity:0}
.md23010.page-head .nav-entry:hover{transform:scale(1.1);color:rgba(var(--theme),1)}
.md23010.page-head .board-mask{position:fixed;inset:0;background-color:#00000080;z-index:40;opacity:0;pointer-events:none;transition:.3s}
.md23010.page-head .board-mask.show{opacity:1}
.md23010.page-head .nav-board{position:absolute;top:100%;left:0;right:0;max-height:80vh;padding-bottom:.5rem;background-color:#fff;border-top:1px solid rgba(0,0,0,.5);min-height:2rem}
.md23010.page-head .nav-board::-webkit-scrollbar{background-color:#eee}
.md23010.page-head .nav-board::-webkit-scrollbar-thumb{background:rgba(var(--theme),1)}
.md23010.page-head .nav-board{overflow-y:auto}
.md23010.page-head .nav-board::-webkit-scrollbar{width:.05rem}
.md23010.page-head .nav-board{pointer-events:none;transform:scaleY(0);transform-origin:top center;opacity:0;transition:.3s}
.md23010.page-head .board-inner{overflow:hidden}
.md23010.page-head .nth2-nav{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.35rem}
.md23010.page-head .nth2-group{display:flex;align-items:center;flex-direction:column;width:20%;padding:0 .3rem}
.md23010.page-head .nth2-title{position:relative;display:flex;align-items:center;justify-content:center;min-height:.9rem}
.md23010.page-head .nth2-title:after{content:"";position:absolute;bottom:0;left:50%;width:200vw;height:1px;transform:translate(-50%);background-color:#ccc}
.md23010.page-head .title-entry{display:flex;align-items:center}
.md23010.page-head .nth2-item{line-height:1.5;margin-top:.25rem;color:#666;transition:color .3s}
.md23010.page-head .nth2-item:hover{color:rgba(var(--theme),1)}
.md23010.page-head .board-list{display:flex;flex-wrap:wrap;margin-left:-.5rem}
.md23010.page-head .board-pic{display:flex;align-items:center;justify-content:center;height:2rem;margin-left:.5rem;margin-top:.35rem}
.md23010.page-head .opt-box{display:flex;align-items:center}
.md23010.page-head .opt-item{position:relative;display:flex;align-items:center;margin-left:.3rem}
.md23010.page-head .opt-item.contact{white-space:nowrap}
.md23010.page-head .lang{display:flex;align-items:center;justify-content:space-between;min-width:1.4rem;min-height:2em;padding:.05rem .1rem;border:1px solid #333;border-radius:.03rem;transition:.3s}
.md23010.page-head .lang.hover-icon:hover{background-color:rgba(var(--theme),1);color:#fff;border-color:rgba(var(--theme),1)}
.md23010.page-head .lang .drop-list{border-radius:.03rem}
.md23010.page-head .lang .drop-entry{min-height:auto;line-height:1.2;padding:.1rem;border-radius:.03rem}
.md23010.page-head .contact-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2em;height:2em;border-radius:50%;background:transparent;margin-right:.12rem;border:2px solid #333}
.md23010.page-head .login-btn{display:block;white-space:nowrap;transition:.3s}
.md23010.page-head .login-btn:hover{transform:translateY(-3px);text-shadow:1px 1px 3px rgba(var(--theme),.3)}
.md23010.page-head .open-menu{display:none}
.md23010.page-head .profile:hover .user-board{transform:scale(1)}
.md23010.page-head .user-board{position:absolute;top:100%;right:0;white-space:nowrap;text-align:center;padding:.2rem .3rem;border-radius:.2rem;background-color:#fff;transform:scale(0);transform-origin:right top;transition:.3s}
.md23010.page-head .username{line-height:1.4545454545}
.md23010.page-head .user-btn{display:block;line-height:1.5;margin-top:.25rem}
.md23010.page-head .user-btn:hover{color:rgba(var(--theme),1)}
.menu-expand.expand{position:fixed;right:0;top:0;display:flex;justify-content:flex-end;width:100%;height:100%;opacity:0;background-color:transparent;pointer-events:none;transform:translate(100%);transition:.5s;z-index:52}
.menu-expand.expand .expand-inner .cross{position:relative;width:1em;height:1em;flex-shrink:0;aspect-ratio:1;cursor:pointer}
.menu-expand.expand .expand-inner .cross:before,.menu-expand.expand .expand-inner .cross:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;transform:translate(-50%,-50%);background-color:#000;transition:.5s}
.menu-expand.expand .expand-inner .cross:before{transform:translate(-50%,-50%) rotate(90deg)}
.menu-expand.expand .expand-inner .cross:after{transform:translate(-50%,-50%) rotate(180deg)}
.menu-expand.expand .expand-inner{height:100vh;min-width:40%;background-color:#fff;overflow-y:auto}
.menu-expand.expand .cross{display:none}
.menu-expand.expand .exp1-list{width:100%;flex-direction:column}
.menu-expand.expand .exp2-list{display:none}
.menu-expand.expand .exp1-item{position:relative;flex-direction:column;display:flex;justify-content:space-evenly;align-items:center;width:100%;padding-top:.01rem;transition:.3s;border-bottom:.01rem solid #eee}
.menu-expand.expand .exp1-item:has(.exp2-list) .exp1-entry .cross{display:flex}
.menu-expand.expand .exp1-item.active .exp1-entry{background-color:rgba(var(--active),.85);color:#fff}
.menu-expand.expand .exp1-item.active .exp1-entry .cross:before,.menu-expand.expand .exp1-item.active .exp1-entry .cross:after{background-color:#fff}
.menu-expand.expand .exp1-item.active .exp1-entry .cross:before{transform:translate(-50%,-50%) rotate(360deg)}
.menu-expand.expand .exp1-item.active .exp1-entry .cross:after{transform:translate(-50%,-50%) rotate(360deg)}
.menu-expand.expand .exp1-entry{display:flex;align-items:center;justify-content:space-between;padding:.1rem .5rem .1rem 2em;width:100%;height:100%;color:#333;line-height:2;transition:.3s}
.menu-expand.expand .exp1-label{position:relative;flex:1;line-height:2}
.menu-expand.expand .exp2-list{width:100%;flex-direction:column}
.menu-expand.expand .exp3-list{display:none}
.menu-expand.expand .exp2-item{position:relative;flex-direction:column;display:flex;justify-content:space-evenly;align-items:center;width:100%;padding-top:.01rem;transition:.3s;border-bottom:.01rem solid #eee}
.menu-expand.expand .exp2-item:has(.exp3-list) .exp2-entry .cross{display:flex}
.menu-expand.expand .exp2-item.active .exp2-entry{background-color:rgba(var(--active),.7);color:#fff}
.menu-expand.expand .exp2-item.active .exp2-entry .cross:before,.menu-expand.expand .exp2-item.active .exp2-entry .cross:after{background-color:#fff}
.menu-expand.expand .exp2-item.active .exp2-entry .cross:before{transform:translate(-50%,-50%) rotate(360deg)}
.menu-expand.expand .exp2-item.active .exp2-entry .cross:after{transform:translate(-50%,-50%) rotate(360deg)}
.menu-expand.expand .exp2-entry{display:flex;align-items:center;justify-content:space-between;padding:.1rem .5rem .1rem 4em;width:100%;height:100%;color:#333;line-height:2;transition:.3s}
.menu-expand.expand .exp2-label{position:relative;flex:1;line-height:2}
.menu-expand.expand .exp1-entry{padding-left:.5rem}
.menu-expand.expand.expand-show{opacity:1;transform:translate(0);background-color:#0000004d;pointer-events:auto}
@media(max-width:1200px){
	.md23010.page-head .nav-list{display:none}
.md23010.page-head .open-menu{display:block}
}
@media(max-width:500px){
	.md23010.page-head .contact{display:none}
}
/*! #page-head end */

/*! #page-end start */
.md23035.page-end .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}
.md23035.page-end .icon.reverse-x{transform:rotateY(180deg)}
.md23035.page-end .icon.reverse-y{transform:rotateX(180deg)}
.md23035.page-end .icon.white{filter:grayscale(1) brightness(15)}
.md23035.page-end .icon.black{filter:grayscale(1) brightness(0)}
.md23035.page-end .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md23035.page-end .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md23035.page-end .icon img:nth-child(2),.md23035.page-end .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md23035.page-end .hover-icon:hover.icon img:first-child,.md23035.page-end .hover-icon:hover .icon img:first-child,.md23035.page-end .active-icon.icon img:first-child,.md23035.page-end .active-icon .icon img:first-child{opacity:0}
.md23035.page-end .hover-icon:hover.icon img:last-child,.md23035.page-end .hover-icon:hover .icon img:last-child,.md23035.page-end .active-icon.icon img:last-child,.md23035.page-end .active-icon .icon img:last-child{opacity:1}
.md23035.page-end .cn-wh,.md23035.page-end .cn-w,.md23035.page-end .cv-wh,.md23035.page-end .cv-w{display:block;width:100%}
.md23035.page-end .cn-wh,.md23035.page-end .cn-h,.md23035.page-end .cv-wh,.md23035.page-end .cv-h{display:block;height:100%}
.md23035.page-end .cn-wh,.md23035.page-end .cn-w,.md23035.page-end .cn-h{object-fit:contain}
.md23035.page-end .cv-wh,.md23035.page-end .cv-w,.md23035.page-end .cv-h{object-fit:cover}
.md23035.page-end .pic-box{max-width:100%;max-height:100%}
.md23035.page-end .pic-box img{max-width:100%;max-height:100%}
.md23035.page-end.wrap,.md23035.page-end .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md23035.page-end .area{margin:0 auto;width:14.92rem;max-width:100%}
.md23035.page-end button,.md23035.page-end input,.md23035.page-end textarea{border:none;outline:none;padding:0;background-color:rgba(0,0,0,0)}
.md23035.page-end img{opacity:0}
.md23035.page-end img[src]{opacity:1}
.md23035.page-end button{cursor:pointer}
.md23035.page-end .hide{display:none}
.md23035.page-end .bold{font-weight:bold}
.md23035.page-end .color-t{color:rgba(var(--theme), 1)}
.md23035.page-end{color:#333}
.md23035.page-end{padding-top:.46rem;padding-bottom:.4rem;color:#fff;background-color:rgba(var(--bottom-bg), 1)}
.md23035.page-end .end-main{display:flex;justify-content:space-between}
.md23035.page-end .end-left{position:relative;padding-right:1rem;margin-right:.6rem}
.md23035.page-end .end-left::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:1.57rem;background-color:#fff}
.md23035.page-end .end-nav{display:flex;margin-left:-1rem}
.md23035.page-end .nav-list{margin-left:1rem}
.md23035.page-end .nav-title{line-height:1.4166666667}
.md23035.page-end .nav-title::after{content:"";display:block;width:.4rem;height:2px;margin-top:.15rem;margin-bottom:.12rem;background-color:#fff}
.md23035.page-end .nav-item{white-space:nowrap;line-height:2;transition:color .3s}
.md23035.page-end .nav-item:hover{color:rgba(var(--theme), 1)}
.md23035.page-end .end-title{line-height:1.3571428571}
.md23035.page-end .info-list{margin-top:.1rem}
.md23035.page-end .info-item{line-height:1.5555555556;margin-top:.2rem}
@media(max-width: 1200px){
	.md23035.page-end .end-main{flex-direction:column}
.md23035.page-end .end-left{padding-right:0;margin-right:0}
.md23035.page-end .end-left::after{display:none}
.md23035.page-end .end-nav{flex-wrap:wrap}
.md23035.page-end .end-right{margin-top:.6rem}
}
/*! #page-end end */
