:root{--rgb-color-primary: 0,0,0;}
html {line-height: 1.4;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;box-sizing: border-box;font-size: 14px;font-family: "Noto Sans SC", sans-serif;color: rgb(var(--rgb-color-primary));-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing: grayscale;font-weight: 400;-webkit-tap-highlight-color: transparent;scroll-behavior: smooth;}
body,input,p,dl,dd,h1,h2,h3,h4,h5,h6,form,figure,menu{margin: 0;}
textarea,input,button,ul,ol{margin: 0;padding: 0;}
body,ul,ol,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,input,button,textarea,img,div,a,span,nav,header,main,footer,section,table,td,tr,th,:after,:before,aside,picture,article,summary,details,strong,select,label,form,abbr,address,figure,figcaption,menu{box-sizing: border-box;}
ul li,ol 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 .2s;color: inherit;}
a:hover{outline:none;text-decoration: none;}
button,input[type="button"],input[type="submit"],input[type="reset"],a,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;}
button,button:focus, input,input:focus, optgroup,optgroup:focus, select,select:focus, textarea,textarea:focus,summary,summary:focus,a,a:focus{outline: none;}
/*return top*/
.return-top{width: 70px;height: 70px;background: rgba(0,0,0,0.5);position: fixed;bottom: 1%;right: 10px;cursor: pointer;display: none;z-index: 1;color: #fff;font-size: 12px}
.return-top:hover{background: rgba(0,0,0,0.86);color: #fff}
.return-top svg{margin-bottom: 5px}
.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;}

.container{max-width:1230px;margin:0 auto;padding:0 15px;position:relative;z-index:0}
.module-title{font-size:48px;font-weight:700;text-align:center;margin:0 0 10px;color:rgb(var(--rgb-color-primary))}
.module-desc{font-size:22px;text-align:center;color:#939599;margin-bottom: 80px}
body.header-sticky header{position:sticky;left:0;top:0}
header{position:relative;width:100%;height:80px;background:rgba(255,255,255,.7);backdrop-filter:blur(15px);z-index:999}
header .container{display:flex;justify-content:space-between;align-items:center;gap: 10px;height:80px}
header .nav-logo{flex-shrink: 0}
header .nav-logo img{width:160px}
header .nav-download{display: inline-block;background-color:#fb4a3e;padding:8px 16px;color:#fff;border-radius:5px;line-height: 1;text-decoration:none;white-space: nowrap}
header .nav-main{display:flex;justify-content:center;align-items:center;transition:all ease .3s;padding: 0 10px}
header .nav-main ul{display:flex;align-items:center;justify-content:center;flex-wrap: wrap;gap:20px;list-style:none;margin:0;padding:0}
header .nav-main ul li{position:relative;}
header .nav-main ul li .nav-link{color:#000;text-decoration:none;font-size:16px;padding:0;display:inline-block;transition:color .2s;border-bottom:2px solid transparent;white-space: nowrap}
header .nav-main ul li.has-submenu:focus-within>.submenu,header .nav-main ul li.has-submenu:hover>.submenu{display:block}
header .nav-main ul .submenu{display:none;position:absolute;left:50%;top:100%;transform:translateX(-50%);min-width:auto;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.15);border-radius:6px;padding:8px 0;z-index:10}
header .nav-main ul .submenu li{margin:0;text-align:left}
header .nav-main ul .submenu li .nav-link{display:block;padding:8px 24px;font-size:15px;border-bottom:none;transition:all ease .2s}
header .nav-main ul .submenu li .nav-link:hover{background:#f2f8ff;color:#ff463c}
footer{padding:64px 0 40px;background:#f8f9fb;color:#000;font-size:14px}
footer a{color:#6b7280;text-decoration:none}
footer .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
footer .footer-brand{max-width:320px;margin-bottom:24px}
footer .footer-logo{margin-bottom:20px}
footer .footer-logo img{width:120px;height:24px}
footer .footer-desc{font-size:14px;color:#4b5563}
footer .footer-cols{max-width:800px;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:25px}
footer .footer-col{width:180px}
footer .footer-col-title{font-weight:bold;font-size:14px;margin-bottom:20px}
footer .footer-col-list{list-style:none;padding:0;margin:0}
footer .footer-col-list li{margin-bottom:12px;font-size:14px}
footer .footer-col-list li a{color:#4b5563}
footer .footer-col-list li a:hover{color:#1f2937}
footer .footer-bottom{max-width:1200px;margin:20px auto 0;padding:40px 20px 0;border-top:1px solid #e5e7eb;font-size:14px;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:20px;}
footer .footer-bottom .copyright{color:#6b7280}
footer .footer-bottom a:hover{color:#374151}
@media screen and (max-width:769px){
	.module-title{font-size:32px;line-height:40px}
	.module-desc{font-size:18px;line-height:22px}
	header .container{padding-right: 60px}
	header .hamburger{position:absolute;display:block;top:50%;right:20px;transform: translateY(-50%);cursor:pointer;caret-color:transparent}
	header .hamburger span{display:block;width:25px;height:3px;background:#222;margin:5px 0;transition:all .3s}
	header .hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}
	header .hamburger.active span:nth-child(2){opacity:0}
	header .hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}
	header .nav-main{position:fixed;left:0;top:0;bottom:0;width:80%;height:100vh;transform:translateX(-100%);padding:30px 20px 20px 40px;background:#fff;box-shadow:2px 0 5px rgba(0,0,0,.1);overflow-y:scroll;align-items:start;justify-content:start}
	header .nav-main.active{transform:translateX(0)}
	header .nav-main ul{flex-direction:column;align-items:flex-start}
	header .nav-main ul .submenu{position:static;transform:none;box-shadow:none;display:none}
	header .nav-main ul li.has-submenu:focus-within>.submenu,header .nav-main ul li.has-submenu:hover>.submenu{display:block}
}
@media screen and (min-width: 601px){
	body.customize-support.header-sticky header{top:var(--wp-admin--admin-bar--height);}
}


.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:#ff463c}
.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: #ff463c;color: #fff;}

#xl-paginator{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 10px;margin: 32px auto 16px}
#xl-paginator .pre,
#xl-paginator .aft{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: #ff463c;color: #fff;border-color: #ff463c}
#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}

#bott-banner{background: url("images/bott-banner.jpg") top center;background-size: cover;padding: 40px 0;}
#bott-banner .title{font-size: 20px;line-height: 26px;margin-bottom: 20px;}
#bott-banner .btn{padding: 12px 30px;font-size: 24px;}


#comment-banner{padding:80px 0;text-align:center;background:#f5f5f7}
#comment-banner .cont{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}
#comment-banner .item-card{background:#fff;border-radius:12px;padding:24px;width:300px;box-shadow:0 4px 12px rgba(0,0,0,.05);text-align:left}
#comment-banner .item-header{display:flex;align-items:center;margin-bottom:16px}
#comment-banner .avatar{background:#f44336;color:#fff;font-weight:700;font-size:18px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px}
#comment-banner .name{font-weight:700}
#comment-banner .title{color:#666;font-size:14px}
#comment-banner .quote{font-size:14px;color:#333;line-height:1.6}

#download-banner{padding:140px 0;background:url(images/home/download-bg.jpg) no-repeat;background-size:cover}
#download-banner .cont{margin:40px 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}
#download-banner .cont picture{width:220px}
#download-banner .cont picture img{width:100%;height:auto}
#download-banner .banner-btn-group{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}
#download-banner .banner-btn-group .banner-btn img{height:72px}