
/*! #banner start */
/* #region */
.md27465.banner .hidden{display:none}
.md27465.banner .overflow-hidden{overflow:hidden}
.md27465.banner .overflow-visible{overflow:visible}
.md27465.banner .absolute{position:absolute}
.md27465.banner .relative{position:relative}
.md27465.banner .inset-0{inset:0}
.md27465.banner .top-0{top:0}
.md27465.banner .right-0{right:0}
.md27465.banner .bottom-0{bottom:0}
.md27465.banner .left-0{left:0}
.md27465.banner .top-full{top:100%}
.md27465.banner .right-full{right:100%}
.md27465.banner .bottom-full{bottom:100%}
.md27465.banner .left-full{left:100%}
.md27465.banner .z-0{z-index:0}
.md27465.banner .z-10{z-index:10}
.md27465.banner .mx-auto{margin-left:auto;margin-right:auto}
.md27465.banner .mt-auto{margin-top:auto}
.md27465.banner .ml-auto{margin-left:auto}
.md27465.banner .w-full{width:100%}
.md27465.banner .w-auto{width:auto}
.md27465.banner .w-screen{width:100vw}
.md27465.banner .h-full{height:100%}
.md27465.banner .h-auto{height:auto}
.md27465.banner .h-screen{height:100vh}
.md27465.banner .max-w-full{max-width:100%}
.md27465.banner .leading-none{line-height:1}
.md27465.banner .whitespace-nowrap{white-space:nowrap}
.md27465.banner .bg-theme{background-color:rgb(var(--theme))}
.md27465.banner .rounded-full{border-radius:9999px}
.md27465.banner .cursor-pointer{cursor:pointer}
.md27465.banner .object-cover{object-fit:cover}
.md27465.banner .object-contain{object-fit:contain}
.md27465.banner .pointer-events-none{pointer-events:none}
.md27465.banner .brightness-20{filter:brightness(20)}
.md27465.banner .invert{filter:invert(1)}
.md27465.banner .text-theme{color:rgb(var(--theme))}
.md27465.banner .mt-60{margin-top:.6rem}
.md27465.banner .size-full{width:100%;height:100%}
.md27465.banner .text-theme{color:var(--theme)}
.md27465.banner .flex-center{display:flex;align-items:center;justify-content:center}
.md27465.banner .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27465.banner .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27465.banner .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27465.banner .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27465.banner .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27465.banner .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27465.banner .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27465.banner .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27465.banner .rounded-10{border-radius:.1rem}
.md27465.banner .rounded-15{border-radius:.15rem}
.md27465.banner .rounded-20{border-radius:.2rem}
.md27465.banner button,.md27465.banner input,.md27465.banner textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27465.banner [data-anim=fade-up].ani-ready{transform:translateY(50%);opacity:0}
.md27465.banner [data-anim=fade-up].ani-ready.ani-played{animation:ani-fade-up .8s ease-in-out forwards}
.md27465.banner [data-anim=fade-down].ani-ready{transform:translateY(-50%);opacity:0}
.md27465.banner [data-anim=fade-down].ani-ready.ani-played{animation:ani-fade-down .8s ease-in-out forwards}
.md27465.banner [data-anim=fade-left].ani-ready{transform:translate(50%);opacity:0}
.md27465.banner [data-anim=fade-left].ani-ready.ani-played{animation:ani-fade-left .6s ease-in-out forwards}
.md27465.banner [data-anim=fade-right].ani-ready{transform:translate(-50%);opacity:0}
.md27465.banner [data-anim=fade-right].ani-ready.ani-played{animation:ani-fade-right 1s ease-in-out forwards}
.md27465.banner [data-anim=blur-in].ani-ready{filter:blur(20px);opacity:0}
.md27465.banner [data-anim=blur-in].ani-ready.ani-played{animation:ani-blur-in .6s ease-out forwards}
.md27465.banner [data-anim=white-in].ani-ready{filter:brightness(3);opacity:0}
.md27465.banner [data-anim=white-in].ani-ready.ani-played{animation:ani-white-in .8s linear forwards}
.md27465.banner [data-anim=black-in].ani-ready{filter:brightness(0);opacity:0}
.md27465.banner [data-anim=black-in].ani-ready.ani-played{animation:ani-black-in .8s linear forwards}
.md27465.banner [data-anim=gray-in].ani-ready{filter:grayscale(1);opacity:0}
.md27465.banner [data-anim=gray-in].ani-ready.ani-played{animation:ani-gray-in .8s linear forwards}
.md27465.banner [data-anim=bounce-in].ani-ready{transform:scale(.9);opacity:0}
.md27465.banner [data-anim=bounce-in].ani-ready.ani-played{animation:ani-bounce-in .8s cubic-bezier(.2,.9,.3,1.1) forwards}
.md27465.banner [data-anim=zoom-in].ani-ready{transform:scale(.1);opacity:0}
.md27465.banner [data-anim=zoom-in].ani-ready.ani-played{animation:ani-zoom-in .4s linear forwards}
.md27465.banner [data-anim=slide-up].ani-ready{transform:translateY(100%)}
.md27465.banner [data-anim=slide-up].ani-ready.ani-played{animation:ani-slide-up 1s cubic-bezier(.25,1.2,.8,1) forwards}
.md27465.banner .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}
.md27465.banner .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27465.banner .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27465.banner .icon img:nth-child(2),.md27465.banner .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27465.banner .hover-icon:hover.icon img:first-child,.md27465.banner .hover-icon:hover .icon img:first-child,.md27465.banner .active-icon.icon img:first-child,.md27465.banner .active-icon .icon img:first-child{opacity:0}
.md27465.banner .hover-icon:hover.icon img:last-child,.md27465.banner .hover-icon:hover .icon img:last-child,.md27465.banner .active-icon.icon img:last-child,.md27465.banner .active-icon .icon img:last-child{opacity:1}
.md27465.banner.wrap,.md27465.banner .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27465.banner .area{margin:0 auto;width:16rem;max-width:100%}
.md27465.banner img{opacity:0}
.md27465.banner img[src]{opacity:1}
.md27465.banner{color:#333;overflow:hidden}
.md27465.banner .banner-item{position:relative;flex-shrink:0}
.md27465.banner .banner-item:before{content:"";display:block;padding-top:44.2708333333%}
.md27465.banner .banner-item>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27465.banner .cover{padding:1.2rem 0}
.md27465.banner .title{font-size:2em;line-height:1.2;background:linear-gradient(to top,#a8f2f9,#fff);background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 1px #00a6b8)}
.md27465.banner .swp-opt{position:absolute;bottom:9.4117647059%;width:100%;z-index:10}
.md27465.banner .swp-progress{--p: 0;width:1.2rem;height:2px;margin:0 .4rem;background-color:#fff3}
.md27465.banner .swp-progress:after{content:"";display:block;height:100%;width:100%;transform-origin:left center;transform:scaleX(var(--p));background-color:#fff;transition:transform .3s}
@media(max-width:500px){
	.md27465.banner .title{font-size:.5rem}
}
/* #endregion */
/*! #banner end */

/*! #about start */
/* #region */
@keyframes md27466rotate{to{transform:rotate(1turn)}
}
.md27466.about .hidden{display:none}
.md27466.about .overflow-hidden{overflow:hidden}
.md27466.about .overflow-visible{overflow:visible}
.md27466.about .absolute{position:absolute}
.md27466.about .relative{position:relative}
.md27466.about .inset-0{inset:0}
.md27466.about .top-0{top:0}
.md27466.about .right-0{right:0}
.md27466.about .bottom-0{bottom:0}
.md27466.about .left-0{left:0}
.md27466.about .top-full{top:100%}
.md27466.about .right-full{right:100%}
.md27466.about .bottom-full{bottom:100%}
.md27466.about .left-full{left:100%}
.md27466.about .z-0{z-index:0}
.md27466.about .z-10{z-index:10}
.md27466.about .mx-auto{margin-left:auto;margin-right:auto}
.md27466.about .mt-auto{margin-top:auto}
.md27466.about .ml-auto{margin-left:auto}
.md27466.about .w-full{width:100%}
.md27466.about .w-auto{width:auto}
.md27466.about .w-screen{width:100vw}
.md27466.about .h-full{height:100%}
.md27466.about .h-auto{height:auto}
.md27466.about .h-screen{height:100vh}
.md27466.about .max-w-full{max-width:100%}
.md27466.about .leading-none{line-height:1}
.md27466.about .whitespace-nowrap{white-space:nowrap}
.md27466.about .bg-theme{background-color:rgb(var(--theme))}
.md27466.about .rounded-full{border-radius:9999px}
.md27466.about .cursor-pointer{cursor:pointer}
.md27466.about .object-cover{object-fit:cover}
.md27466.about .object-contain{object-fit:contain}
.md27466.about .pointer-events-none{pointer-events:none}
.md27466.about .brightness-20{filter:brightness(20)}
.md27466.about .invert{filter:invert(1)}
.md27466.about .text-theme{color:rgb(var(--theme))}
.md27466.about .mt-60{margin-top:.6rem}
.md27466.about .size-full{width:100%;height:100%}
.md27466.about .text-theme{color:var(--theme)}
.md27466.about .flex-center{display:flex;align-items:center;justify-content:center}
.md27466.about .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27466.about .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27466.about .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27466.about .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27466.about .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27466.about .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27466.about .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27466.about .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27466.about .rounded-10{border-radius:.1rem}
.md27466.about .rounded-15{border-radius:.15rem}
.md27466.about .rounded-20{border-radius:.2rem}
.md27466.about button,.md27466.about input,.md27466.about textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27466.about [data-anim=fade-up].ani-ready{transform:translateY(50%);opacity:0}
.md27466.about [data-anim=fade-up].ani-ready.ani-played{animation:ani-fade-up .8s ease-in-out forwards}
.md27466.about [data-anim=fade-down].ani-ready{transform:translateY(-50%);opacity:0}
.md27466.about [data-anim=fade-down].ani-ready.ani-played{animation:ani-fade-down .8s ease-in-out forwards}
.md27466.about [data-anim=fade-left].ani-ready{transform:translate(50%);opacity:0}
.md27466.about [data-anim=fade-left].ani-ready.ani-played{animation:ani-fade-left .6s ease-in-out forwards}
.md27466.about [data-anim=fade-right].ani-ready{transform:translate(-50%);opacity:0}
.md27466.about [data-anim=fade-right].ani-ready.ani-played{animation:ani-fade-right 1s ease-in-out forwards}
.md27466.about [data-anim=blur-in].ani-ready{filter:blur(20px);opacity:0}
.md27466.about [data-anim=blur-in].ani-ready.ani-played{animation:ani-blur-in .6s ease-out forwards}
.md27466.about [data-anim=white-in].ani-ready{filter:brightness(3);opacity:0}
.md27466.about [data-anim=white-in].ani-ready.ani-played{animation:ani-white-in .8s linear forwards}
.md27466.about [data-anim=black-in].ani-ready{filter:brightness(0);opacity:0}
.md27466.about [data-anim=black-in].ani-ready.ani-played{animation:ani-black-in .8s linear forwards}
.md27466.about [data-anim=gray-in].ani-ready{filter:grayscale(1);opacity:0}
.md27466.about [data-anim=gray-in].ani-ready.ani-played{animation:ani-gray-in .8s linear forwards}
.md27466.about [data-anim=bounce-in].ani-ready{transform:scale(.9);opacity:0}
.md27466.about [data-anim=bounce-in].ani-ready.ani-played{animation:ani-bounce-in .8s cubic-bezier(.2,.9,.3,1.1) forwards}
.md27466.about [data-anim=zoom-in].ani-ready{transform:scale(.1);opacity:0}
.md27466.about [data-anim=zoom-in].ani-ready.ani-played{animation:ani-zoom-in .4s linear forwards}
.md27466.about [data-anim=slide-up].ani-ready{transform:translateY(100%)}
.md27466.about [data-anim=slide-up].ani-ready.ani-played{animation:ani-slide-up 1s cubic-bezier(.25,1.2,.8,1) forwards}
.md27466.about .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}
.md27466.about .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27466.about .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27466.about .icon img:nth-child(2),.md27466.about .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27466.about .hover-icon:hover.icon img:first-child,.md27466.about .hover-icon:hover .icon img:first-child,.md27466.about .active-icon.icon img:first-child,.md27466.about .active-icon .icon img:first-child{opacity:0}
.md27466.about .hover-icon:hover.icon img:last-child,.md27466.about .hover-icon:hover .icon img:last-child,.md27466.about .active-icon.icon img:last-child,.md27466.about .active-icon .icon img:last-child{opacity:1}
.md27466.about.wrap,.md27466.about .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27466.about .area{margin:0 auto;width:16rem;max-width:100%}
.md27466.about img{opacity:0}
.md27466.about img[src]{opacity:1}
.md27466.about{color:#333;overflow:hidden;position:relative}
.md27466.about .btn{position:relative;display:inline-block;height:2em;min-width:1.8rem;border-radius:1.2em;line-height:1;white-space:nowrap;padding:.05rem;transition:.3s}
.md27466.about .btn:hover{transform:translateY(-5px)}
.md27466.about .btn{cursor:pointer}
.md27466.about .btn .pre-icon{margin-right:.1rem}
.md27466.about .btn .after-icon{margin-left:.1rem}
.md27466.about .btn:after{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:inherit}
.md27466.about .btn.hover:hover:after{animation:md27466btn 1.5s infinite linear}
.md27466.about .btn.fill{color:#fff}
.md27466.about .btn.fill:after{background-color:rgba(var(--rgb),.2)}
.md27466.about .btn.fill .btn-inner{background-color:rgba(var(--rgb),1)}
.md27466.about .btn.fill-white{color:rgba(var(--rgb),1)}
.md27466.about .btn.fill-white:after{background-color:#fff3}
.md27466.about .btn.fill-white .btn-inner{background-color:#fff}
.md27466.about .btn-inner{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.05rem .2rem;border-radius:inherit;z-index:5}
.md27466.about .bg{top:50%;height:7.32rem;transform:translateY(-50%);max-height:100%}
.md27466.about .top-right{padding-right:0}
.md27466.about .part{flex:1}
.md27466.about .content{width:8rem;max-width:100%;margin-left:auto;padding:.3rem 0}
.md27466.about .content-inner{width:6.76rem;max-width:100%}
.md27466.about .subtitle{line-height:1.4166666667}
.md27466.about .title{line-height:1.35;margin-top:.18rem}
.md27466.about .info{line-height:1.6666666667;margin-top:.54rem;margin-bottom:.44rem}
.md27466.about .seal{position:absolute!important;bottom:0;left:0;width:2.43rem;transform:translate(-50%,50%)}
.md27466.about .seal{position:relative;flex-shrink:0}
.md27466.about .seal:before{content:"";display:block;padding-top:106.1728395062%}
.md27466.about .seal>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27466.about .seal{mix-blend-mode:multiply;opacity:.3;z-index:5;pointer-events:none}
.md27466.about .seal-inner{animation:md27466rotate 50s infinite linear}
.md27466.about .pic{position:relative;flex-shrink:0}
.md27466.about .pic:before{content:"";display:block;padding-top:64.5833333333%}
.md27466.about .pic>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27466.about .pic2{width:5rem;margin-left:auto}
.md27466.about .pic2{position:relative;flex-shrink:0}
.md27466.about .pic2:before{content:"";display:block;padding-top:64%}
.md27466.about .pic2>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27466.about .data{max-width:100%;height:100%;min-height:2rem;padding:.6rem;padding:0 4%}
.md27466.about .item{margin-left:1rem}
.md27466.about .unit{margin-top:.5em}
.md27466.about .name{line-height:1.5555555556;margin-top:.35rem}
@media(max-width:900px){
	.md27466.about .seal{display:none}
.md27466.about .top,.md27466.about .bottom{flex-direction:column}
.md27466.about .left,.md27466.about .right{padding:0 4%}
.md27466.about .content,.md27466.about .content-inner,.md27466.about .pic2{width:100%}
.md27466.about .bottom{margin-top:.6rem}
.md27466.about .bottom .left{flex:0 1 auto}
}
@media(max-width:500px){
	.md27466.about .data{flex-wrap:wrap;justify-content:flex-start;padding:.3rem 0 .6rem}
    .md27466.about .item{width:33.33%;margin-top:.3rem;margin-left:0}
}
/* #endregion */
/*! #about end */

/*! #product start */
/* #region */
.md27467.product .hidden{display:none}
.md27467.product .overflow-hidden{overflow:hidden}
.md27467.product .overflow-visible{overflow:visible}
.md27467.product .absolute{position:absolute}
.md27467.product .relative{position:relative}
.md27467.product .inset-0{inset:0}
.md27467.product .top-0{top:0}
.md27467.product .right-0{right:0}
.md27467.product .bottom-0{bottom:0}
.md27467.product .left-0{left:0}
.md27467.product .top-full{top:100%}
.md27467.product .right-full{right:100%}
.md27467.product .bottom-full{bottom:100%}
.md27467.product .left-full{left:100%}
.md27467.product .z-0{z-index:0}
.md27467.product .z-10{z-index:10}
.md27467.product .mx-auto{margin-left:auto;margin-right:auto}
.md27467.product .mt-auto{margin-top:auto}
.md27467.product .ml-auto{margin-left:auto}
.md27467.product .w-full{width:100%}
.md27467.product .w-auto{width:auto}
.md27467.product .w-screen{width:100vw}
.md27467.product .h-full{height:100%}
.md27467.product .h-auto{height:auto}
.md27467.product .h-screen{height:100vh}
.md27467.product .max-w-full{max-width:100%}
.md27467.product .leading-none{line-height:1}
.md27467.product .whitespace-nowrap{white-space:nowrap}
.md27467.product .bg-theme{background-color:rgb(var(--theme))}
.md27467.product .rounded-full{border-radius:9999px}
.md27467.product .cursor-pointer{cursor:pointer}
.md27467.product .object-cover{object-fit:cover}
.md27467.product .object-contain{object-fit:contain}
.md27467.product .pointer-events-none{pointer-events:none}
.md27467.product .brightness-20{filter:brightness(20)}
.md27467.product .invert{filter:invert(1)}
.md27467.product .text-theme{color:rgb(var(--theme))}
.md27467.product .mt-60{margin-top:.6rem}
.md27467.product .size-full{width:100%;height:100%}
.md27467.product .text-theme{color:var(--theme)}
.md27467.product .flex-center{display:flex;align-items:center;justify-content:center}
.md27467.product .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27467.product .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27467.product .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27467.product .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27467.product .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27467.product .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27467.product .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27467.product .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27467.product .rounded-10{border-radius:.1rem}
.md27467.product .rounded-15{border-radius:.15rem}
.md27467.product .rounded-20{border-radius:.2rem}
.md27467.product button,.md27467.product input,.md27467.product textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27467.product [data-anim=fade-up].ani-ready{transform:translateY(50%);opacity:0}
.md27467.product [data-anim=fade-up].ani-ready.ani-played{animation:ani-fade-up .8s ease-in-out forwards}
.md27467.product [data-anim=fade-down].ani-ready{transform:translateY(-50%);opacity:0}
.md27467.product [data-anim=fade-down].ani-ready.ani-played{animation:ani-fade-down .8s ease-in-out forwards}
.md27467.product [data-anim=fade-left].ani-ready{transform:translate(50%);opacity:0}
.md27467.product [data-anim=fade-left].ani-ready.ani-played{animation:ani-fade-left .6s ease-in-out forwards}
.md27467.product [data-anim=fade-right].ani-ready{transform:translate(-50%);opacity:0}
.md27467.product [data-anim=fade-right].ani-ready.ani-played{animation:ani-fade-right 1s ease-in-out forwards}
.md27467.product [data-anim=blur-in].ani-ready{filter:blur(20px);opacity:0}
.md27467.product [data-anim=blur-in].ani-ready.ani-played{animation:ani-blur-in .6s ease-out forwards}
.md27467.product [data-anim=white-in].ani-ready{filter:brightness(3);opacity:0}
.md27467.product [data-anim=white-in].ani-ready.ani-played{animation:ani-white-in .8s linear forwards}
.md27467.product [data-anim=black-in].ani-ready{filter:brightness(0);opacity:0}
.md27467.product [data-anim=black-in].ani-ready.ani-played{animation:ani-black-in .8s linear forwards}
.md27467.product [data-anim=gray-in].ani-ready{filter:grayscale(1);opacity:0}
.md27467.product [data-anim=gray-in].ani-ready.ani-played{animation:ani-gray-in .8s linear forwards}
.md27467.product [data-anim=bounce-in].ani-ready{transform:scale(.9);opacity:0}
.md27467.product [data-anim=bounce-in].ani-ready.ani-played{animation:ani-bounce-in .8s cubic-bezier(.2,.9,.3,1.1) forwards}
.md27467.product [data-anim=zoom-in].ani-ready{transform:scale(.1);opacity:0}
.md27467.product [data-anim=zoom-in].ani-ready.ani-played{animation:ani-zoom-in .4s linear forwards}
.md27467.product [data-anim=slide-up].ani-ready{transform:translateY(100%)}
.md27467.product [data-anim=slide-up].ani-ready.ani-played{animation:ani-slide-up 1s cubic-bezier(.25,1.2,.8,1) forwards}
.md27467.product .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}
.md27467.product .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27467.product .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27467.product .icon img:nth-child(2),.md27467.product .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27467.product .hover-icon:hover.icon img:first-child,.md27467.product .hover-icon:hover .icon img:first-child,.md27467.product .active-icon.icon img:first-child,.md27467.product .active-icon .icon img:first-child{opacity:0}
.md27467.product .hover-icon:hover.icon img:last-child,.md27467.product .hover-icon:hover .icon img:last-child,.md27467.product .active-icon.icon img:last-child,.md27467.product .active-icon .icon img:last-child{opacity:1}
.md27467.product.wrap,.md27467.product .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27467.product .area{margin:0 auto;width:16rem;max-width:100%}
.md27467.product img{opacity:0}
.md27467.product img[src]{opacity:1}
.md27467.product{color:#333;overflow:hidden;position:relative;padding-top:1rem;padding-bottom:1.2rem;background-color:#f4f6f9}
.md27467.product .btn{position:relative;display:inline-block;height:2em;min-width:1.8rem;border-radius:1.2em;line-height:1;white-space:nowrap;padding:.05rem;transition:.3s;cursor:pointer}
.md27467.product .btn .pre-icon{margin-right:.1rem}
.md27467.product .btn .after-icon{margin-left:.1rem}
.md27467.product .btn:after{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:inherit}
.md27467.product .btn.hover:hover:after{animation:md27467btn 1.5s infinite linear}
.md27467.product .btn.fill{color:#fff}
.md27467.product .btn.fill:after{background-color:rgba(var(--rgb),.2)}
.md27467.product .btn.fill .btn-inner{background-color:rgba(var(--rgb),1)}
.md27467.product .btn.fill-white{color:rgba(var(--rgb),1)}
.md27467.product .btn.fill-white:after{background-color:#fff3}
.md27467.product .btn.fill-white .btn-inner{background-color:#fff}
.md27467.product .btn-inner{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.05rem .2rem;border-radius:inherit;z-index:5}
.md27467.product .md-head{flex-wrap:wrap}
.md27467.product .md-subtitle{line-height:1.4166666667}
.md27467.product .md-title{line-height:1.25;margin-top:.25rem}
.md27467.product .product-main{margin-top:.7rem}
.md27467.product .product-list{position:relative;flex-shrink:0;width:3.9rem;max-width:100%;border-right:1px solid #ddd}
.md27467.product .list{position:absolute;inset:0;width:100%;height:100%;padding-right:.6rem}
.md27467.product .list::-webkit-scrollbar{background-color:#eee;border-radius:3px}
.md27467.product .list::-webkit-scrollbar-thumb{background:rgba(var(--rgb),1);border-radius:3px}
.md27467.product .list{overflow-y:auto}
.md27467.product .list::-webkit-scrollbar{width:.05rem}
.md27467.product .item{width:100%;min-height:.6rem;padding:.1rem .3rem;margin-top:.1rem;cursor:pointer;transition:.3s}
.md27467.product .item.active{color:#fff;background-color:rgba(var(--rgb),1)}
.md27467.product .item.active .icon-arr{opacity:1}
.md27467.product .icon-arr{opacity:0}
.md27467.product .product-card{display:flex;flex:1;min-width:0;margin-left:.6rem}
.md27467.product .card-left{width:5.6rem}
.md27467.product .card-left{position:relative;flex-shrink:0}
.md27467.product .card-left:before{content:"";display:block;padding-top:100%}
.md27467.product .card-left>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27467.product .card-right{display:flex;align-items:center;flex:1;min-width:0;padding:.6rem;background-color:#fff}
.md27467.product .title{line-height:1.3571428571}
.md27467.product .subtitle{line-height:1.6666666667;margin-top:.19rem}
.md27467.product .info{line-height:1.5;margin-top:.31rem;margin-bottom:.41rem}
.md27467.product .info-item{display:flex;align-items:flex-start}
.md27467.product .info-item:nth-child(n+2){margin-top:.25rem}
.md27467.product .info-item:before{content:"";flex-shrink:0;width:.4375em;height:.4375em;margin-top:.75em;margin-right:.1rem;transform:translateY(-50%);border-radius:50%;background-color:rgba(var(--rgb),1)}
@media(max-width:900px){
	.md27467.product .product-list,.md27467.product .list{width:100%}
.md27467.product .list{position:static;max-height:6rem}
.md27467.product .product-main{flex-direction:column}
.md27467.product .product-card{margin-left:0;margin-top:.6rem}
}
@media(max-width:750px){
	.md27467.product .card{flex-direction:column}
.md27467.product .card-left{width:100%}
}
/* #endregion */
/*! #product end */

/*! #honor start */
/* #region */
.md27468.honor .hidden{display:none}
.md27468.honor .overflow-hidden{overflow:hidden}
.md27468.honor .overflow-visible{overflow:visible}
.md27468.honor .absolute{position:absolute}
.md27468.honor .relative{position:relative}
.md27468.honor .inset-0{inset:0}
.md27468.honor .top-0{top:0}
.md27468.honor .right-0{right:0}
.md27468.honor .bottom-0{bottom:0}
.md27468.honor .left-0{left:0}
.md27468.honor .top-full{top:100%}
.md27468.honor .right-full{right:100%}
.md27468.honor .bottom-full{bottom:100%}
.md27468.honor .left-full{left:100%}
.md27468.honor .z-0{z-index:0}
.md27468.honor .z-10{z-index:10}
.md27468.honor .mx-auto{margin-left:auto;margin-right:auto}
.md27468.honor .mt-auto{margin-top:auto}
.md27468.honor .ml-auto{margin-left:auto}
.md27468.honor .w-full{width:100%}
.md27468.honor .w-auto{width:auto}
.md27468.honor .w-screen{width:100vw}
.md27468.honor .h-full{height:100%}
.md27468.honor .h-auto{height:auto}
.md27468.honor .h-screen{height:100vh}
.md27468.honor .max-w-full{max-width:100%}
.md27468.honor .leading-none{line-height:1}
.md27468.honor .whitespace-nowrap{white-space:nowrap}
.md27468.honor .bg-theme{background-color:rgb(var(--theme))}
.md27468.honor .rounded-full{border-radius:9999px}
.md27468.honor .cursor-pointer{cursor:pointer}
.md27468.honor .object-cover{object-fit:cover}
.md27468.honor .object-contain{object-fit:contain}
.md27468.honor .pointer-events-none{pointer-events:none}
.md27468.honor .brightness-20{filter:brightness(20)}
.md27468.honor .invert{filter:invert(1)}
.md27468.honor .text-theme{color:rgb(var(--theme))}
.md27468.honor .mt-60{margin-top:.6rem}
.md27468.honor .size-full{width:100%;height:100%}
.md27468.honor .text-theme{color:var(--theme)}
.md27468.honor .flex-center{display:flex;align-items:center;justify-content:center}
.md27468.honor .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27468.honor .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27468.honor .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27468.honor .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27468.honor .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27468.honor .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27468.honor .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27468.honor .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27468.honor .rounded-10{border-radius:.1rem}
.md27468.honor .rounded-15{border-radius:.15rem}
.md27468.honor .rounded-20{border-radius:.2rem}
.md27468.honor button,.md27468.honor input,.md27468.honor textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27468.honor [data-anim=fade-up].ani-ready{transform:translateY(50%);opacity:0}
.md27468.honor [data-anim=fade-up].ani-ready.ani-played{animation:ani-fade-up .8s ease-in-out forwards}
.md27468.honor [data-anim=fade-down].ani-ready{transform:translateY(-50%);opacity:0}
.md27468.honor [data-anim=fade-down].ani-ready.ani-played{animation:ani-fade-down .8s ease-in-out forwards}
.md27468.honor [data-anim=fade-left].ani-ready{transform:translate(50%);opacity:0}
.md27468.honor [data-anim=fade-left].ani-ready.ani-played{animation:ani-fade-left .6s ease-in-out forwards}
.md27468.honor [data-anim=fade-right].ani-ready{transform:translate(-50%);opacity:0}
.md27468.honor [data-anim=fade-right].ani-ready.ani-played{animation:ani-fade-right 1s ease-in-out forwards}
.md27468.honor [data-anim=blur-in].ani-ready{filter:blur(20px);opacity:0}
.md27468.honor [data-anim=blur-in].ani-ready.ani-played{animation:ani-blur-in .6s ease-out forwards}
.md27468.honor [data-anim=white-in].ani-ready{filter:brightness(3);opacity:0}
.md27468.honor [data-anim=white-in].ani-ready.ani-played{animation:ani-white-in .8s linear forwards}
.md27468.honor [data-anim=black-in].ani-ready{filter:brightness(0);opacity:0}
.md27468.honor [data-anim=black-in].ani-ready.ani-played{animation:ani-black-in .8s linear forwards}
.md27468.honor [data-anim=gray-in].ani-ready{filter:grayscale(1);opacity:0}
.md27468.honor [data-anim=gray-in].ani-ready.ani-played{animation:ani-gray-in .8s linear forwards}
.md27468.honor [data-anim=bounce-in].ani-ready{transform:scale(.9);opacity:0}
.md27468.honor [data-anim=bounce-in].ani-ready.ani-played{animation:ani-bounce-in .8s cubic-bezier(.2,.9,.3,1.1) forwards}
.md27468.honor [data-anim=zoom-in].ani-ready{transform:scale(.1);opacity:0}
.md27468.honor [data-anim=zoom-in].ani-ready.ani-played{animation:ani-zoom-in .4s linear forwards}
.md27468.honor [data-anim=slide-up].ani-ready{transform:translateY(100%)}
.md27468.honor [data-anim=slide-up].ani-ready.ani-played{animation:ani-slide-up 1s cubic-bezier(.25,1.2,.8,1) forwards}
.md27468.honor .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}
.md27468.honor .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27468.honor .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27468.honor .icon img:nth-child(2),.md27468.honor .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27468.honor .hover-icon:hover.icon img:first-child,.md27468.honor .hover-icon:hover .icon img:first-child,.md27468.honor .active-icon.icon img:first-child,.md27468.honor .active-icon .icon img:first-child{opacity:0}
.md27468.honor .hover-icon:hover.icon img:last-child,.md27468.honor .hover-icon:hover .icon img:last-child,.md27468.honor .active-icon.icon img:last-child,.md27468.honor .active-icon .icon img:last-child{opacity:1}
.md27468.honor.wrap,.md27468.honor .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27468.honor .area{margin:0 auto;width:16rem;max-width:100%}
.md27468.honor img{opacity:0}
.md27468.honor img[src]{opacity:1}
.md27468.honor{color:#333;overflow:hidden;position:relative}
.md27468.honor .btn{position:relative;display:inline-block;height:2em;min-width:1.8rem;border-radius:1.2em;line-height:1;white-space:nowrap;padding:.05rem;transition:.3s}
.md27468.honor .btn:hover{transform:translateY(-5px)}
.md27468.honor .btn{cursor:pointer}
.md27468.honor .btn .pre-icon{margin-right:.1rem}
.md27468.honor .btn .after-icon{margin-left:.1rem}
.md27468.honor .btn:after{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:inherit}
.md27468.honor .btn.hover:hover:after{animation:md27468btn 1.5s infinite linear}
.md27468.honor .btn.fill{color:#fff}
.md27468.honor .btn.fill:after{background-color:rgba(var(--rgb),.2)}
.md27468.honor .btn.fill .btn-inner{background-color:rgba(var(--rgb),1)}
.md27468.honor .btn.fill-white{color:rgba(var(--rgb),1)}
.md27468.honor .btn.fill-white:after{background-color:#fff3}
.md27468.honor .btn.fill-white .btn-inner{background-color:#fff}
.md27468.honor .btn-inner{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.05rem .2rem;border-radius:inherit;z-index:5}
.md27468.honor .subtitle{line-height:1.4166666667}
.md27468.honor .title{line-height:1.25;margin-top:.25rem;margin-bottom:.55rem}
.md27468.honor .honor-left{width:36.8229166667%}
.md27468.honor .honor-left{position:relative;flex-shrink:0}
.md27468.honor .honor-left:before{content:"";display:block;padding-top:121.6407355021%}
.md27468.honor .honor-left>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27468.honor .board{padding:1rem 4%}
.md27468.honor .content{width:5.4rem;max-width:100%;margin-left:auto}
.md27468.honor .partner-right{width:63.1770833333%}
.md27468.honor .partner-right{position:relative;flex-shrink:0}
.md27468.honor .partner-right:before{content:"";display:block;padding-top:70.8985985161%}
.md27468.honor .partner-right>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
@media(max-width:500px){
	.md27468.honor .honor-main{flex-direction:column}
.md27468.honor .honor-left,.md27468.honor .content{width:100%}
}
/* #endregion */
/*! #honor end */

/*! #partner start */
/* #region */
@keyframes md27469translate{to{transform:translate(-50%)}
}
.md27469.partner .hidden{display:none}
.md27469.partner .overflow-hidden{overflow:hidden}
.md27469.partner .overflow-visible{overflow:visible}
.md27469.partner .absolute{position:absolute}
.md27469.partner .relative{position:relative}
.md27469.partner .inset-0{inset:0}
.md27469.partner .top-0{top:0}
.md27469.partner .right-0{right:0}
.md27469.partner .bottom-0{bottom:0}
.md27469.partner .left-0{left:0}
.md27469.partner .top-full{top:100%}
.md27469.partner .right-full{right:100%}
.md27469.partner .bottom-full{bottom:100%}
.md27469.partner .left-full{left:100%}
.md27469.partner .z-0{z-index:0}
.md27469.partner .z-10{z-index:10}
.md27469.partner .mx-auto{margin-left:auto;margin-right:auto}
.md27469.partner .mt-auto{margin-top:auto}
.md27469.partner .ml-auto{margin-left:auto}
.md27469.partner .w-full{width:100%}
.md27469.partner .w-auto{width:auto}
.md27469.partner .w-screen{width:100vw}
.md27469.partner .h-full{height:100%}
.md27469.partner .h-auto{height:auto}
.md27469.partner .h-screen{height:100vh}
.md27469.partner .max-w-full{max-width:100%}
.md27469.partner .leading-none{line-height:1}
.md27469.partner .whitespace-nowrap{white-space:nowrap}
.md27469.partner .bg-theme{background-color:rgb(var(--theme))}
.md27469.partner .rounded-full{border-radius:9999px}
.md27469.partner .cursor-pointer{cursor:pointer}
.md27469.partner .object-cover{object-fit:cover}
.md27469.partner .object-contain{object-fit:contain}
.md27469.partner .pointer-events-none{pointer-events:none}
.md27469.partner .brightness-20{filter:brightness(20)}
.md27469.partner .invert{filter:invert(1)}
.md27469.partner .text-theme{color:rgb(var(--theme))}
.md27469.partner .mt-60{margin-top:.6rem}
.md27469.partner .size-full{width:100%;height:100%}
.md27469.partner .text-theme{color:var(--theme)}
.md27469.partner .flex-center{display:flex;align-items:center;justify-content:center}
.md27469.partner .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27469.partner .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27469.partner .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27469.partner .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27469.partner .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27469.partner .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27469.partner .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27469.partner .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27469.partner .rounded-10{border-radius:.1rem}
.md27469.partner .rounded-15{border-radius:.15rem}
.md27469.partner .rounded-20{border-radius:.2rem}
.md27469.partner button,.md27469.partner input,.md27469.partner textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27469.partner [data-anim=fade-up].ani-ready{transform:translateY(50%);opacity:0}
.md27469.partner [data-anim=fade-up].ani-ready.ani-played{animation:ani-fade-up .8s ease-in-out forwards}
.md27469.partner [data-anim=fade-down].ani-ready{transform:translateY(-50%);opacity:0}
.md27469.partner [data-anim=fade-down].ani-ready.ani-played{animation:ani-fade-down .8s ease-in-out forwards}
.md27469.partner [data-anim=fade-left].ani-ready{transform:translate(50%);opacity:0}
.md27469.partner [data-anim=fade-left].ani-ready.ani-played{animation:ani-fade-left .6s ease-in-out forwards}
.md27469.partner [data-anim=fade-right].ani-ready{transform:translate(-50%);opacity:0}
.md27469.partner [data-anim=fade-right].ani-ready.ani-played{animation:ani-fade-right 1s ease-in-out forwards}
.md27469.partner [data-anim=blur-in].ani-ready{filter:blur(20px);opacity:0}
.md27469.partner [data-anim=blur-in].ani-ready.ani-played{animation:ani-blur-in .6s ease-out forwards}
.md27469.partner [data-anim=white-in].ani-ready{filter:brightness(3);opacity:0}
.md27469.partner [data-anim=white-in].ani-ready.ani-played{animation:ani-white-in .8s linear forwards}
.md27469.partner [data-anim=black-in].ani-ready{filter:brightness(0);opacity:0}
.md27469.partner [data-anim=black-in].ani-ready.ani-played{animation:ani-black-in .8s linear forwards}
.md27469.partner [data-anim=gray-in].ani-ready{filter:grayscale(1);opacity:0}
.md27469.partner [data-anim=gray-in].ani-ready.ani-played{animation:ani-gray-in .8s linear forwards}
.md27469.partner [data-anim=bounce-in].ani-ready{transform:scale(.9);opacity:0}
.md27469.partner [data-anim=bounce-in].ani-ready.ani-played{animation:ani-bounce-in .8s cubic-bezier(.2,.9,.3,1.1) forwards}
.md27469.partner [data-anim=zoom-in].ani-ready{transform:scale(.1);opacity:0}
.md27469.partner [data-anim=zoom-in].ani-ready.ani-played{animation:ani-zoom-in .4s linear forwards}
.md27469.partner [data-anim=slide-up].ani-ready{transform:translateY(100%)}
.md27469.partner [data-anim=slide-up].ani-ready.ani-played{animation:ani-slide-up 1s cubic-bezier(.25,1.2,.8,1) forwards}
.md27469.partner .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}
.md27469.partner .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27469.partner .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27469.partner .icon img:nth-child(2),.md27469.partner .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27469.partner .hover-icon:hover.icon img:first-child,.md27469.partner .hover-icon:hover .icon img:first-child,.md27469.partner .active-icon.icon img:first-child,.md27469.partner .active-icon .icon img:first-child{opacity:0}
.md27469.partner .hover-icon:hover.icon img:last-child,.md27469.partner .hover-icon:hover .icon img:last-child,.md27469.partner .active-icon.icon img:last-child,.md27469.partner .active-icon .icon img:last-child{opacity:1}
.md27469.partner.wrap,.md27469.partner .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27469.partner .area{margin:0 auto;width:16rem;max-width:100%}
.md27469.partner img{opacity:0}
.md27469.partner img[src]{opacity:1}
.md27469.partner{color:#333;overflow:hidden;padding-top:1rem;padding-bottom:1.2rem}
.md27469.partner .btn{position:relative;display:inline-block;height:2em;min-width:1.8rem;border-radius:1.2em;line-height:1;white-space:nowrap;padding:.05rem;transition:.3s;cursor:pointer}
.md27469.partner .btn .pre-icon{margin-right:.1rem}
.md27469.partner .btn .after-icon{margin-left:.1rem}
.md27469.partner .btn:after{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:inherit}
.md27469.partner .btn.hover:hover:after{animation:md27469btn 1.5s infinite linear}
.md27469.partner .btn.fill{color:#fff}
.md27469.partner .btn.fill:after{background-color:rgba(var(--rgb),.2)}
.md27469.partner .btn.fill .btn-inner{background-color:rgba(var(--rgb),1)}
.md27469.partner .btn.fill-white{color:rgba(var(--rgb),1)}
.md27469.partner .btn.fill-white:after{background-color:#fff3}
.md27469.partner .btn.fill-white .btn-inner{background-color:#fff}
.md27469.partner .btn-inner{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.05rem .2rem;border-radius:inherit;z-index:5}
.md27469.partner .md-head{flex-wrap:wrap}
.md27469.partner .md-subtitle{line-height:1.4166666667}
.md27469.partner .md-title{line-height:1.25;margin-top:.25rem}
.md27469.partner .md-right{padding-top:.2rem}
.md27469.partner .partner-main{margin-top:.65rem}
.md27469.partner .list{display:flex;flex-direction:column;align-items:flex-start}
.md27469.partner .row{position:relative;width:auto;flex-shrink:0;animation:md27469translate 5s infinite linear}
.md27469.partner .row.paused{animation-play-state:paused}
.md27469.partner .clone-before{position:absolute;top:0;bottom:0;right:100%}
.md27469.partner .column{padding:.15rem .1rem}
.md27469.partner .pic{width:2rem}
.md27469.partner .pic{position:relative;flex-shrink:0}
.md27469.partner .pic:before{content:"";display:block;padding-top:55%}
.md27469.partner .pic>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27469.partner .pic{box-shadow:0 0 29px #a1a1a129}
/* #endregion */
/*! #partner end */
