:root{
	--rgb-color-base:22,30,52;
	--rgb-color-primary:22,119,255;

	--transition:.2s ease;

	--header-bg:#ffffff;
	--header-drawer-w:320px;
	--header-color:rgb(var(--rgb-color-base));
	--header-color-muted:rgba(var(--rgb-color-base),.5);
	--footer-bg:#0d1421;
	--footer-color:#e8eaed;
	--footer-color-muted:#8b919e;
}
html{line-height:1.6;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:16px;font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;color:rgb(var(--rgb-color-base));-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;scroll-padding-top:70px}
body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,input,menu,p{margin:0}
button,input,ol,textarea,ul{margin:0;padding:0}
:after,:before,a,abbr,address,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,img,input,label,li,main,menu,nav,ol,p,picture,section,select,span,strong,summary,table,td,textarea,th,tr,ul{box-sizing:border-box}
ol li,ul li{list-style:none}
picture{font-size:0;display:block}
a{background-color:transparent;text-decoration:none;-webkit-text-decoration-skip:objects;transition:all ease .15s;color:inherit}
a:hover{outline:0;text-decoration:none;color:rgb(var(--rgb-color-primary))}
a,button,input[type=button],input[type=reset],input[type=submit],summary{cursor:pointer}
audio,video{display:inline-block}
img{border-style:none;max-width:100%}
textarea{resize:vertical}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}
a,a:focus,button,button:focus,input,input:focus,optgroup,optgroup:focus,select,select:focus,summary,summary:focus,textarea,textarea:focus{outline:0}

/*return top*/
.return-top{width:44px;height:44px;background:rgb(var(--rgb-color-primary));position:fixed;bottom:2rem;right:20px;cursor:pointer;display:none;z-index:99;color:#fff;font-size:12px;border-radius:50%;box-shadow:0 4px 16px rgba(22,119,255,.3)}
.return-top:hover{background:#005ae6;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(22,119,255,.4)}
.return-top svg{margin-bottom:2px}
.return-top.actived{display:inline-flex;flex-direction:column;justify-content:center;align-items:center}

/*flex*/
.flex{display:flex}.inline-flex{display:inline-flex}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.flex-wrap-nowrap{flex-wrap:nowrap}.flex-wrap-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-justify-start{justify-content:flex-start}.flex-justify-end{justify-content:flex-end}.flex-justify-center{justify-content:center}.flex-justify-around{justify-content:space-around}.flex-justify-between{justify-content:space-between}.flex-align-start{align-items:flex-start}.flex-align-end{align-items:flex-end}.flex-align-center{align-items:center}

.btn-group{display:flex;justify-content:start;align-items:center;gap:12px;flex-wrap:wrap}
.default-btn{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:12px 28px;border-radius:8px;font-weight:500;font-size:1rem;line-height:1;text-decoration:none;white-space:nowrap;overflow:hidden;background:#fff;border:1px solid rgb(var(--rgb-color-primary));color:rgb(var(--rgb-color-primary));transition:all .25s ease}
.default-btn:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05);box-shadow:0 4px 12px rgba(var(--rgb-color-primary),.15);transform:translateY(-1px)}
.default-btn.primary-btn{background:linear-gradient(135deg,rgb(var(--rgb-color-primary)),#005ae6);color:#fff;border:none;box-shadow:0 4px 16px rgba(22,119,255,.25)}
.default-btn.primary-btn:hover{box-shadow:0 6px 20px rgba(22,119,255,.35);transform:translateY(-2px)}

/* section style */
.section{padding:5rem 0}
.section-header{text-align:center;margin-bottom:3rem}
.section-title{font-size:2.5rem;font-weight:700;line-height:1.3;color:rgb(var(--rgb-color-base))}
.section-desc{font-size:1.125rem;margin:.5rem 0 0;color:rgba(var(--rgb-color-base),.6);max-width:700px;margin-left:auto;margin-right:auto}
.section-desc:first-of-type{margin-top:1rem}
.section-body{margin-top:0}
@media (max-width:768px){.section{padding:3rem 0}.section-header{margin-bottom:2rem}.section-title{font-size:1.75rem}.section-desc{font-size:1rem}}

.container{max-width:1230px;margin:0 auto;padding:0 15px;position:relative;z-index:0}
body.header-sticky .header{position:sticky;left:0;top:0;z-index:100;box-shadow:0 1px 0 rgba(0,0,0,.06)}
/* header desktop start */
.header{background:var(--header-bg);padding:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.header .container{display:flex;align-items:center;justify-content:space-between;height:72px}
.header .header-logo{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;color:rgb(var(--rgb-color-base));text-decoration:none}
.header .header-logo:hover{color:rgb(var(--rgb-color-base))}
.header .header-logo img{height:28px;width:auto;filter:brightness(0) saturate(100%)}
.header .header-nav{display:flex;align-items:center;gap:4px}
.header .header-nav .nav-link{display:flex;align-items:center;padding:8px 18px;font-size:.92rem;font-weight:500;color:rgba(var(--rgb-color-base),.7);border-radius:8px;transition:all .2s ease;text-decoration:none}
.header .header-nav .nav-link:hover{color:rgb(var(--rgb-color-primary));background:rgba(22,119,255,.05)}
.header .header-nav .nav-btn{margin-left:16px;display:inline-flex;align-items:center;padding:9px 22px;font-size:.88rem;font-weight:600;color:#fff;background:rgb(var(--rgb-color-primary));border-radius:8px;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 8px rgba(22,119,255,.25)}
.header .header-nav .nav-btn:hover{background:#005ae6;box-shadow:0 4px 16px rgba(22,119,255,.35);transform:translateY(-1px);color:#fff}
.header .header-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;gap:5px;z-index:101;border-radius:8px}
.header .header-toggle:hover{background:rgba(22,119,255,.05)}
.header .header-toggle span{display:block;width:20px;height:2px;background:rgb(var(--rgb-color-base));border-radius:1px;transition:all .3s ease}
.header .header-drawer{display:none}
/* header desktop end */
/* footer desktop start */
.footer{background:var(--footer-bg);color:var(--footer-color);padding:4rem 0 0}
.footer .footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
.footer .footer-brand{flex:0 0 280px}
.footer .footer-brand .brand-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.footer .footer-brand .brand-logo img{height:24px;width:auto;opacity:.7;filter:brightness(0) invert(1)}
.footer .footer-brand .brand-logo span{font-size:1.15rem;font-weight:700;color:#fff}
.footer .footer-brand .brand-desc{font-size:.9rem;color:var(--footer-color-muted);line-height:1.7}
.footer .footer-links{display:flex;gap:150px;flex-wrap:wrap}
.footer .footer-links .link-group h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:16px}
.footer .footer-links .link-group a{display:block;font-size:.9rem;color:var(--footer-color-muted);margin-bottom:10px;transition:all .2s ease;text-decoration:none}
.footer .footer-links .link-group a:hover{color:#fff}
.footer .footer-bottom{padding:1.5rem 0;text-align:center;font-size:.85rem;color:var(--footer-color-muted)}
/* footer desktop end */
@media (max-width:768px){
	/* header mobile start */
	.header .container{height:60px}
	.header .header-logo{font-size:1.05rem}
	.header .header-logo img{height:28px}
	.header .header-nav{display:none}
	.header .header-toggle{display:flex}
	.header .header-drawer{display:block;position:fixed;top:0;left:-100%;width:var(--header-drawer-w);height:100vh;background:var(--header-bg);z-index:100;transition:left .3s ease;padding:80px 28px 28px;box-shadow:4px 0 24px rgba(0,0,0,.08)}
	.header .header-drawer.open{left:0}
	.header .header-drawer nav{display:flex;flex-direction:column;gap:4px}
	.header .header-drawer a{display:block;padding:14px 16px;font-size:1rem;font-weight:500;color:rgb(var(--rgb-color-base));border-radius:10px;text-decoration:none;transition:all .2s ease}
	.header .header-drawer a:hover{background:rgba(22,119,255,.05);color:rgb(var(--rgb-color-primary))}
	.header .header-drawer .nav-btn{margin-top:12px;text-align:center;color:#fff;background:rgb(var(--rgb-color-primary));font-weight:600;box-shadow:0 2px 12px rgba(22,119,255,.25)}
	.header .header-drawer .nav-btn:hover{background:#005ae6;color:#fff}
	.header .header-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
	.header .header-toggle.open span:nth-child(2){opacity:0}
	.header .header-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
	/* header mobile end */
	/* footer mobile start */
	.footer{padding:3rem 0 0}
	.footer .footer-top{grid-template-columns:1fr;gap:32px}
	.footer .footer-links{grid-template-columns:1fr 1fr;gap:24px}
	/* footer mobile end */
}
@media (min-width:601px){body.customize-support.header-sticky .header{top:var(--wp-admin--admin-bar--height)}}


#searchform.searchform{position:relative;max-width:250px}
#searchform>div{position:relative;display:flex;justify-content:center;align-items:stretch;background:#fff;border:1px solid #dde1e7;border-radius:8px;overflow:hidden;transition:all .3s ease}
#searchform>div:focus-within,#searchform>div:hover{border-color:rgb(var(--rgb-color-primary))}
#searchform #s{flex:1;border:none;padding:12px;font-size:14px;color:#333;background:0 0;outline:0;width:100%}
#searchform #searchsubmit{background:rgb(var(--rgb-color-primary));color:#fff;border:none;padding:0 25px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}
#searchform #searchsubmit:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}
@media (max-width:768px){#searchform #s{padding:10px}#searchform #searchsubmit{padding:0 15px}}


.sidebar{border:1px solid #e5e7eb;border-radius:8px;padding:16px}
.xl-sidebar{margin:0 auto 16px}
.xl-sidebar .wp-block-heading{font-size:18px}
.xl-sidebar .xl-recent-posts .item{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:0 0 15px}
.xl-sidebar .xl-recent-posts .item-cont{width:calc(100% - 100px)}
.xl-sidebar .xl-recent-posts .item-cont .item-title{display:block;font-size:14px;font-weight:400;margin:0 0 5px;transition:all ease .2s}
.xl-sidebar .xl-recent-posts .item:hover .item-title{color:rgb(var(--rgb-color-primary))}
.xl-sidebar .xl-recent-posts .item-cont .item-datetime{font-size:14px;color:#6b7280}
.xl-sidebar .xl-recent-posts .item-img{width:80px;height:80px;overflow:hidden;border-radius:8px}
.xl-sidebar .xl-recent-posts .item-img img{width:100%;height:100%;object-fit:cover}
.xl-sidebar .wp-block-tag-cloud{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;row-gap:10px;column-gap:5px}
.xl-sidebar .wp-block-tag-cloud a{background:#f0f0f0;color:#2a2e4a;font-size:14px!important;padding:5px 10px;border-radius:4px;transition:all ease .3s}
.xl-sidebar .wp-block-tag-cloud a:hover{background-color:rgb(var(--rgb-color-primary));color:#fff}

#xl-paginator{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:16px auto 0;padding:16px;background:#fff;border-radius:8px}
#xl-paginator .aft,#xl-paginator .pre{width:66px;height:32px;border-radius:6px;color:#2a2e4a;background-color:rgba(42,46,74,.1);text-align:center;font-size:14px;transition:all ease .3s;line-height:32px;padding:0 10px;margin:0;display:block;text-transform:uppercase}
#xl-paginator .page{height:32px;width:32px;border-radius:6px;text-align:center;line-height:32px;margin:0;font-size:16px;font-weight:400;border:1px solid #e9eaec}
#xl-paginator .page.actived,#xl-paginator .page:hover{background:rgb(var(--rgb-color-primary));color:#fff;border-color:rgb(var(--rgb-color-primary))}
#xl-paginator .jump-group{margin:0 10px}
#xl-paginator .jump{width:40px;padding:0 5px;border-radius:6px;border:1px solid #e9eaec;background:#fff;line-height:30px}
