*{box-sizing:border-box}body{margin:0;background:#f5f5f5;color:#333;font:14px Arial,"Microsoft YaHei",sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.cx-wrap{max-width:1400px;margin:0 auto}.cx-header{background:#fff}.cx-top{height:78px;display:flex;align-items:center;gap:24px;padding:0 30px}.cx-logo{display:flex;align-items:center;gap:14px;min-width:250px}.cx-logo-mark{width:58px;height:58px;border-radius:8px;background:#111;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:700}.cx-logo-text strong{display:block;color:#f08a00;font-size:30px;line-height:1}.cx-logo-text span{display:block;color:#df2b1f;font-size:22px;font-weight:700}.cx-search{margin-left:auto;width:min(280px,34vw);height:36px;display:flex;align-items:center;background:#f4f4f4;border-radius:4px;padding:0 10px}.cx-search input{width:100%;border:0;outline:0;background:transparent;color:#555}.cx-menu{width:34px;height:28px;display:grid;gap:5px}.cx-menu i{display:block;height:4px;background:#f39a00}.cx-nav{background:#f39a00}.cx-nav-inner{display:flex;align-items:center;overflow-x:auto}.cx-nav a{min-width:100px;padding:17px 28px;color:#fff;font-weight:700;text-align:center}.cx-nav a.is-active,.cx-nav a:hover{background:#bd7400}.cx-notice{height:42px;margin-bottom:22px;display:flex;align-items:center;gap:12px;overflow:hidden;color:red;background:#fff}.cx-notice b{flex:0 0 auto;color:#f39a00;font-size:20px}.cx-marquee{min-width:0;flex:1;overflow:hidden;white-space:nowrap}.cx-marquee span{display:inline-block;min-width:100%;padding-left:100%;animation:cx-marquee 18s linear infinite}@keyframes cx-marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.cx-layout{display:grid;grid-template-columns:260px 1fr;gap:20px;padding:0 8px 28px}.cx-sidebar,.cx-main{background:#fff;border:1px solid #e5e5e5;border-radius:4px}.cx-side-title{padding:13px 20px;border-bottom:1px solid #eee;font-size:20px}.cx-cat{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-bottom:1px solid #eee;color:#f39a00;font-weight:700}.cx-cat em{min-width:46px;text-align:center;padding:5px 8px;border-radius:4px;background:#f39a00;color:#fff;font-style:normal}.cx-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 20px;padding:40px 20px}.cx-card{min-width:0}.cx-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#ddd}.cx-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.cx-card:hover img{transform:scale(1.04)}.cx-duration{position:absolute;right:6px;bottom:6px;padding:4px 6px;border-radius:3px;background:rgba(0,0,0,.72);color:#fff;font-size:12px}.cx-title{height:42px;margin:9px 0 6px;line-height:1.5;overflow:hidden;font-size:16px}.cx-meta{display:flex;align-items:center;gap:12px;color:#999;font-size:13px}.cx-empty{padding:50px;text-align:center;color:#999}.cx-view{min-height:100vh;background:#111;color:#fff}.cx-view .cx-header{background:#161616}.cx-view .cx-logo-mark{background:#f39a00}.cx-player{max-width:1120px;margin:28px auto;background:#000;aspect-ratio:16/9}.cx-player video,.cx-player iframe{width:100%;height:100%;border:0;display:block}.cx-view-body{max-width:1120px;margin:0 auto 40px;padding:24px;background:#fff;color:#333;line-height:1.8}.cx-view-title{max-width:1120px;margin:28px auto 16px;font-size:28px}.cx-back{color:#fff}.cx-footer{padding:24px;text-align:center;color:#999}.cx-content img{max-width:100%;height:auto}@media(max-width:1180px){.cx-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.cx-layout{grid-template-columns:1fr}.cx-sidebar{order:0}.cx-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:18px 12px}.cx-top{padding:0 14px}.cx-logo{min-width:auto}.cx-logo-text strong{font-size:24px}.cx-logo-text span{font-size:16px}.cx-search{width:40vw}.cx-nav a{min-width:86px;padding:14px 18px}}@media(max-width:560px){.cx-top{height:auto;min-height:64px}.cx-logo-mark{width:44px;height:44px;font-size:22px}.cx-search{display:none}.cx-layout{gap:12px;padding:0 0 20px}.cx-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.cx-title{font-size:14px}.cx-sidebar,.cx-main{border-left:0;border-right:0;border-radius:0}.cx-cat{padding:10px 14px}.cx-notice{padding:0 8px;margin-bottom:16px}}
.cx-search-page{padding:0 8px 32px}.cx-search-panel{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:24px}.cx-search-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.cx-search-head h1{margin:0;font-size:24px}.cx-search-form{display:flex;width:min(520px,100%);height:40px;background:#f4f4f4;border-radius:4px;overflow:hidden}.cx-search-form input{flex:1;border:0;background:transparent;outline:0;padding:0 14px}.cx-search-form button{width:86px;border:0;background:#f39a00;color:#fff;font-weight:700}.cx-result-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.cx-result{display:grid;grid-template-columns:132px 1fr;gap:14px;min-width:0;padding:12px;border:1px solid #eee;border-radius:4px;background:#fff}.cx-result-cover{aspect-ratio:16/10;overflow:hidden;border-radius:4px;background:#ddd}.cx-result-cover img{width:100%;height:100%;object-fit:cover}.cx-result h2{margin:0 0 8px;font-size:17px;line-height:1.4}.cx-result p{margin:0 0 10px;color:#777;line-height:1.6;max-height:44px;overflow:hidden}.cx-result-meta{color:#999;font-size:13px}.cx-pages{margin-top:24px}.cx-pages .pg a,.cx-pages .pg strong{display:inline-block;margin-right:6px;padding:6px 10px;border:1px solid #eee;background:#fff;color:#555}.cx-pages .pg strong{background:#f39a00;color:#fff;border-color:#f39a00}@media(max-width:1180px){.cx-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.cx-search-head{align-items:flex-start;flex-direction:column}.cx-result-list{grid-template-columns:1fr}.cx-result{grid-template-columns:112px 1fr}.cx-search-panel{padding:14px}}

.cx-search{padding:0 0 0 10px}.cx-search-submit{position:relative;width:38px;height:36px;flex:0 0 38px;border:0;background:transparent;cursor:pointer}.cx-search-submit:before{content:"";position:absolute;left:10px;top:9px;width:12px;height:12px;border:1.8px solid #b8b8b8;border-radius:50%}.cx-search-submit:after{content:"";position:absolute;left:23px;top:22px;width:9px;height:1.8px;background:#b8b8b8;transform:rotate(45deg);transform-origin:left center}.cx-menu{border:0;background:transparent;padding:0;cursor:pointer}.cx-notice{margin-top:14px;margin-bottom:22px;padding:0 0 0 8px}.cx-notice-icon{position:relative;width:21px;height:20px;flex:0 0 21px}.cx-notice-icon:before{content:"";position:absolute;left:0;top:6px;width:6px;height:8px;background:#f39a00;border-radius:2px}.cx-notice-icon:after{content:"";position:absolute;left:6px;top:3px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:11px solid #f39a00}.cx-notice-icon i{display:none}.cx-hide-sidebar .cx-sidebar{display:none}.cx-hide-sidebar .cx-layout{grid-template-columns:1fr}.cx-hide-sidebar .cx-main{min-height:420px}.cx-view{min-height:100vh;background:#f5f5f5;color:#333}.cx-view .cx-header{background:#fff}.cx-view .cx-logo-mark{background:#111;color:#fff}.cx-view-wrap{padding:24px 8px 42px}.cx-view-panel{background:#fff;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden}.cx-view-title{max-width:none;margin:0;padding:16px 24px;border-bottom:1px solid #eee;color:#333;font-size:20px;font-weight:400}.cx-player{width:calc(100% - 40px);max-width:1360px;margin:20px auto;background:#000;aspect-ratio:16/9;border-radius:4px;overflow:hidden}.cx-player video,.cx-player iframe{width:100%;height:100%;border:0;display:block}.cx-player .cx-empty{height:100%;display:grid;place-items:center;background:#111;color:#ddd}.cx-view-body{max-width:1360px;margin:0 auto 22px;padding:0 20px 22px;background:#fff;color:#333;line-height:1.8}.cx-view .cx-footer{background:#f5f5f5}.cx-result-list{grid-template-columns:repeat(3,minmax(0,1fr))}.cx-result.cx-result-text{display:block;grid-template-columns:1fr}.cx-result-cover{display:none}.cx-result h2{font-size:16px}.cx-result p{max-height:48px}@media(max-width:900px){.cx-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cx-search-submit{display:block}.cx-player{width:calc(100% - 24px);margin:12px auto}.cx-view-title{padding:13px 16px;font-size:18px}}@media(max-width:560px){.cx-search{display:flex;width:44vw}.cx-search input{min-width:0}.cx-menu{width:32px;height:28px}.cx-result-list{grid-template-columns:1fr}.cx-notice{margin-top:8px}.cx-view-wrap{padding:12px 0 28px}.cx-view-panel{border-left:0;border-right:0;border-radius:0}.cx-view-body{padding:0 12px 18px}}

.cx-wrap.cx-notice{width:calc(100% - 16px);max-width:1384px}.cx-nav-inner{flex-wrap:wrap;overflow:visible}.cx-nav a{flex:0 0 auto}.cx-section{border-bottom:1px solid #eee}.cx-section:last-child{border-bottom:0}.cx-section-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 0}.cx-section-head h2{margin:0;color:#333;font-size:20px;font-weight:400}.cx-section-head a{color:#f39a00;font-weight:700}.cx-grid-section{padding-top:18px;padding-bottom:28px}.cx-pages{padding:0 20px 24px}.cx-pages .pg{float:none}.cx-pages a,.cx-pages strong,.cx-pages label,.cx-pages .cx-page-ellipsis{display:inline-block;margin:0 4px 8px 0;padding:7px 11px;border:1px solid #e5e5e5;background:#fff;color:#555;border-radius:3px}.cx-pages strong{background:#f39a00;border-color:#f39a00;color:#fff}.cx-pages .cx-page-ellipsis{border-color:transparent;background:transparent;color:#999}.cx-pages .cx-page-next{font-weight:700}.cx-search-panel{min-height:360px}

@media(max-width:560px){.cx-menu{display:none!important}.cx-sidebar{display:none!important}.cx-layout{grid-template-columns:1fr!important;gap:0;padding-top:0}.cx-main{border-top:0}.cx-section-head{padding:18px 12px 0}.cx-grid-section{padding-top:16px}.cx-meta{font-size:12px;gap:8px;flex-wrap:wrap}.cx-nav a{min-width:25%;padding:13px 6px}.cx-search{margin-left:auto;width:48vw}}

@media(max-width:560px){.cx-section{content-visibility:visible;contain-intrinsic-size:auto}.cx-main,.cx-section,.cx-grid{width:100%;max-width:100%;overflow:hidden}.cx-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cx-card{min-width:0}.cx-thumb img{content-visibility:auto}.cx-card,.cx-nav a,.cx-section-head a{-webkit-tap-highlight-color:rgba(243,154,0,.18);touch-action:manipulation}}

@media(max-width:560px){.cx-top{gap:8px;padding:0 10px}.cx-logo{gap:8px;flex:0 0 auto}.cx-logo-text strong{font-size:22px;white-space:nowrap}.cx-logo-text span{font-size:15px;white-space:nowrap}.cx-search{width:44vw;min-width:138px}.cx-search-submit{width:32px;flex-basis:32px}}

.cx-sidebar a.cx-cat.is-current,.cx-sidebar a.cx-cat.is-current:hover{background:#f0f0f0!important;color:#bd7400!important}.cx-sidebar a.cx-cat.is-current em{background:#bd7400!important;color:#fff!important}
