{"id":28,"date":"2026-09-06T20:25:30","date_gmt":"2026-09-06T12:25:30","guid":{"rendered":"https:\/\/shenfafilm.com\/?page_id=28"},"modified":"2026-09-16T20:26:09","modified_gmt":"2026-09-16T12:26:09","slug":"tvirus-home-3","status":"publish","type":"page","link":"https:\/\/shenfafilm.com\/","title":{"rendered":"TVIRUS"},"content":{"rendered":"\n<style>\n#enter-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#0A0A0F;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:opacity 1s ease,visibility 1s ease}\n#enter-screen.hide{opacity:0;visibility:hidden;pointer-events:none}\n.enter-logo{width:clamp(160px,28vw,300px);height:auto;display:block;animation:enterFadeUp 1s ease forwards}\n.enter-wordmark{margin-top:28px;font-family:Courier New,monospace;font-size:clamp(26px,4.5vw,44px);font-weight:bold;color:#fff;letter-spacing:10px;text-align:center;animation:enterFadeUp 1s ease forwards .25s;opacity:0}\n.enter-wordmark .red{color:#E8374A}\n.enter-btn{margin-top:52px;display:inline-block;padding:16px 64px;border:1px solid #E8374A;color:#E8374A;background:transparent;font-family:Courier New,monospace;font-size:13px;letter-spacing:6px;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .35s;animation:enterFadeUp 1s ease forwards .75s;opacity:0;user-select:none}\n.enter-btn:hover{background:#E8374A;color:#fff;box-shadow:0 0 40px rgba(232,55,74,.35)}\n@keyframes enterFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}\n<\/style>\n<style>\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: #0A0A0F;\n    color: #E0E0E0;\n    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;\n    overflow-x: hidden;\n  }\n\n  \/* Nav *\/\n  nav {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 24px 60px;\n    position: fixed;\n    top: 0; left: 0; right: 0;\n    z-index: 100;\n    background: rgba(10,10,15,0.85);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid rgba(232,55,74,0.15);\n  }\n  .nav-logo {\n    font-family: 'Courier New', monospace;\n    font-size: 14px;\n    font-weight: bold;\n    color: #fff;\n    letter-spacing: 3px;\n    text-decoration: none;\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 10px;\n  }\n  .nav-logo img {\n    height: 30px;\n    width: auto;\n    display: block;\n  }\n  .nav-logo .red { color: #E8374A; }\n  .red { color: #E8374A; }\n  .nav-links { display: flex; gap: 36px; list-style: none; }\n  .nav-links a {\n    color: #888;\n    text-decoration: none;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    transition: color 0.3s;\n  }\n  .nav-links a:hover { color: #E8374A; }\n\n  \/* Hero *\/\n  .hero {\n    height: 100vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero-bg {\n    position: absolute;\n    inset: 0;\n    background-image: url('https:\/\/shenfafilm.com\/wp-content\/uploads\/2025\/04\/IMG_4871.jpg');\n    background-size: cover;\n    background-position: center;\n  }\n  .hero-overlay {\n    position: absolute;\n    inset: 0;\n    background: rgba(10,10,15,0.72);\n  }\n  .hero-content { position: relative; text-align: center; }\n  .hero-tag {\n    font-family: 'Courier New', monospace;\n    font-size: 11px;\n    color: #E8374A;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.2s;\n  }\n  .hero-title {\n    font-family: 'Courier New', monospace;\n    font-size: clamp(44px, 6vw, 72px);\n    font-weight: bold;\n    color: #fff;\n    letter-spacing: 6px;\n    line-height: 1;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.4s;\n  }\n  .hero-title span { color: #E8374A; }\n  .hero-logo {\n    display: block;\n    height: 110px;\n    width: auto;\n    margin: 20px auto 0;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.5s;\n  }\n  .hero-line {\n    width: 80px; height: 2px;\n    background: #E8374A;\n    margin: 24px auto;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.6s;\n  }\n  .hero-sub {\n    font-size: 15px;\n    color: #777;\n    letter-spacing: 3px;\n    margin-bottom: 8px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.7s;\n  }\n  .hero-sub2 {\n    font-size: 13px;\n    color: #555;\n    letter-spacing: 2px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.85s;\n  }\n  .hero-cta {\n    margin-top: 48px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 1s;\n  }\n  .hero-cta a {\n    display: inline-block;\n    padding: 14px 40px;\n    border: 1px solid #E8374A;\n    color: #E8374A;\n    text-decoration: none;\n    font-family: 'Courier New', monospace;\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    transition: all 0.3s;\n  }\n  .hero-cta a:hover {\n    background: #E8374A;\n    color: #fff;\n  }\n\n  \/* Film strip decorations *\/\n  .film-strip-left, .film-strip-right {\n    position: absolute;\n    top: 0; bottom: 0;\n    width: 40px;\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    padding-top: 100px;\n  }\n  .film-strip-left { left: 16px; }\n  .film-strip-right { right: 16px; }\n  .film-hole {\n    width: 20px; height: 12px;\n    border: 1px solid rgba(232,55,74,0.25);\n    border-radius: 2px;\n  }\n\n  \/* About Section *\/\n  .about {\n    padding: 120px 60px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n    border-top: 1px solid rgba(255,255,255,0.05);\n  }\n  .about-label {\n    font-family: 'Courier New', monospace;\n    font-size: 11px;\n    color: #E8374A;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n  .about h2 {\n    font-size: 36px;\n    color: #fff;\n    line-height: 1.4;\n    font-weight: normal;\n    margin-bottom: 32px;\n  }\n  .about h2 strong { color: #E8374A; }\n  .about p {\n    font-size: 14px;\n    color: #777;\n    line-height: 2;\n    margin-bottom: 16px;\n  }\n  .about-right {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .stats {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n  }\n  .stat {\n    padding: 28px 24px;\n    border: 1px solid rgba(232,55,74,0.2);\n    text-align: center;\n  }\n  .stat-num {\n    font-family: 'Courier New', monospace;\n    font-size: 36px;\n    font-weight: bold;\n    color: #E8374A;\n    display: block;\n  }\n  .stat-label {\n    font-size: 12px;\n    color: #666;\n    letter-spacing: 1px;\n    margin-top: 6px;\n  }\n\n  \/* Work Section *\/\n  .work {\n    padding: 120px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n    border-top: 1px solid rgba(255,255,255,0.05);\n  }\n  .work-header {\n    display: flex;\n    align-items: baseline;\n    justify-content: space-between;\n    margin-bottom: 60px;\n  }\n  .work-header h2 {\n    font-size: 28px;\n    color: #fff;\n  }\n  .work-header a {\n    font-family: 'Courier New', monospace;\n    font-size: 11px;\n    color: #E8374A;\n    text-decoration: none;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n  .work-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  .work-card {\n    display: none;\n    aspect-ratio: 3\/4;\n    background: #111118;\n    border: 1px solid rgba(255,255,255,0.05);\n    overflow: hidden;\n    position: relative;\n    cursor: pointer;\n    transition: border-color 0.3s;\n  }\n  .work-card:first-child {\n    background-image: url('https:\/\/shenfafilm.com\/wp-content\/uploads\/2025\/04\/IMG_4871.jpg');\n    background-size: cover;\n    background-position: center;\n  }\n  .work-card:hover { border-color: rgba(232,55,74,0.4); }\n  .work-card-inner {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    padding: 24px;\n    background: linear-gradient(transparent 40%, rgba(0,0,0,0.85) 100%);\n  }\n  .work-card-num {\n    font-family: 'Courier New', monospace;\n    font-size: 10px;\n    color: #E8374A;\n    letter-spacing: 2px;\n    margin-bottom: 8px;\n  }\n  .work-card-title {\n    font-size: 18px;\n    color: #fff;\n    font-weight: 500;\n  }\n  .work-card-type {\n    font-size: 12px;\n    color: #666;\n    margin-top: 4px;\n  }\n  .work-card-overlay {\n    position: absolute;\n    inset: 0;\n    background: rgba(232,55,74,0.08);\n    opacity: 0;\n    transition: opacity 0.3s;\n  }\n  .work-card:hover .work-card-overlay { opacity: 1; }\n\n\n  \/* Manifesto *\/\n  .manifesto {\n    padding: 120px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n    border-top: 1px solid rgba(255,255,255,0.05);\n  }\n  .manifesto h2 {\n    font-size: clamp(28px, 4vw, 42px);\n    color: #fff;\n    font-weight: normal;\n    line-height: 1.5;\n    margin-bottom: 44px;\n    max-width: 820px;\n  }\n  .manifesto h2 strong { color: #E8374A; font-weight: normal; }\n  .manifesto p {\n    font-size: 15px;\n    color: #999;\n    line-height: 2.1;\n    margin-bottom: 20px;\n    max-width: 780px;\n  }\n  .manifesto p.lead { color: #ddd; font-size: 16px; }\n  .manifesto p em { color: #E8374A; font-style: normal; }\n\n  \/* Beliefs *\/\n  .beliefs {\n    padding: 120px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n    border-top: 1px solid rgba(255,255,255,0.05);\n  }\n  .beliefs h2 {\n    font-size: 28px;\n    color: #fff;\n    font-weight: normal;\n    margin-bottom: 8px;\n  }\n  .beliefs-sub {\n    font-size: 13px;\n    color: #666;\n    letter-spacing: 2px;\n    margin-bottom: 48px;\n  }\n  .belief-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  .belief {\n    background: #111118;\n    border: 1px solid rgba(255,255,255,0.06);\n    padding: 40px 32px;\n    transition: border-color 0.3s;\n  }\n  .belief:hover { border-color: rgba(232,55,74,0.4); }\n  .belief-num {\n    font-family: 'Courier New', monospace;\n    font-size: 11px;\n    color: #E8374A;\n    letter-spacing: 2px;\n  }\n  .belief-line {\n    width: 28px; height: 2px;\n    background: #E8374A;\n    margin: 16px 0;\n  }\n  .belief h3 {\n    font-size: 17px;\n    color: #fff;\n    font-weight: 500;\n    margin-bottom: 12px;\n    line-height: 1.6;\n  }\n  .belief p {\n    font-size: 13px;\n    color: #777;\n    line-height: 1.9;\n  }\n\n  \/* Quote strip *\/\n  .quote-strip {\n    overflow: hidden;\n    padding: 34px 0;\n    border-top: 1px solid rgba(255,255,255,0.06);\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n    background: rgba(232,55,74,0.045);\n  }\n  .quote-track {\n    display: inline-flex;\n    white-space: nowrap;\n    animation: marquee 55s linear infinite;\n    will-change: transform;\n  }\n  .quote-item {\n    font-size: 14px;\n    color: #aaa;\n    letter-spacing: 3px;\n    padding: 0 46px;\n  }\n  .quote-item b { color: #E8374A; font-weight: normal; }\n  @keyframes marquee {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  \/* Contact Section *\/\n  .contact {\n    padding: 120px 60px;\n    text-align: center;\n    border-top: 1px solid rgba(255,255,255,0.05);\n  }\n  .contact h2 {\n    font-size: 36px;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n  .contact p {\n    color: #555;\n    font-size: 14px;\n    margin-bottom: 40px;\n  }\n  .contact-email {\n    font-family: 'Courier New', monospace;\n    font-size: 18px;\n    color: #E8374A;\n    text-decoration: none;\n    letter-spacing: 2px;\n    border-bottom: 1px solid rgba(232,55,74,0.3);\n    padding-bottom: 4px;\n  }\n\n  \/* Footer *\/\n  footer {\n    padding: 40px 60px;\n    border-top: 1px solid rgba(255,255,255,0.05);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .footer-name {\n    font-family: 'Courier New', monospace;\n    font-size: 12px;\n    color: #444;\n    letter-spacing: 3px;\n  }\n  .footer-copy {\n    font-size: 11px;\n    color: #333;\n  }\n\n  \/* Animations *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Scroll hint *\/\n  .scroll-hint {\n    position: absolute;\n    bottom: 40px;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 1.2s;\n  }\n  .scroll-hint span {\n    font-family: 'Courier New', monospace;\n    font-size: 9px;\n    color: #444;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n  .scroll-line {\n    width: 1px;\n    height: 40px;\n    background: linear-gradient(to bottom, #E8374A, transparent);\n    animation: scrollPulse 2s ease-in-out infinite;\n  }\n  @keyframes scrollPulse {\n    0%, 100% { opacity: 0.3; }\n    50% { opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    nav { padding: 16px 24px; }\n    .nav-links { display: none; }\n    .about { grid-template-columns: 1fr; gap: 40px; padding: 80px 24px; }\n    .work { padding: 80px 24px; }\n    .work-grid { grid-template-columns: 1fr 1fr; }\n    footer { flex-direction: column; gap: 12px; text-align: center; }\n    .film-strip-left, .film-strip-right { display: none; }\n\n    .manifesto { padding: 80px 24px; }\n    .beliefs { padding: 80px 24px; }\n    .belief-grid { grid-template-columns: 1fr; }\n\n  }\n<\/style>\n<!-- ENTER SCREEN -->\n<div id=\"enter-screen\">\n  <img decoding=\"async\" class=\"enter-logo\" src=\"https:\/\/shenfafilm.com\/wp-content\/uploads\/2026\/09\/tvirus-logo.png\" alt=\"T-VIRUS logo\">\n  <div class=\"enter-wordmark\"><span class=\"red\">T<\/span>&#8211;<span class=\"red\">V<\/span>IRUS<\/div>\n  <button class=\"enter-btn\" onclick=\"enterSite()\">ENTER \u8fdb\u5165<\/button>\n<\/div>\n<!-- Navigation -->\n<nav>\n  <a href=\"#\" class=\"nav-logo\"><span><span class=\"red\">T<\/span>&#8211;<span class=\"red\">V<\/span>IRUS<\/span><img decoding=\"async\" src=\"https:\/\/shenfafilm.com\/wp-content\/uploads\/2026\/09\/tvirus-logo.png\" alt=\"T-VIRUS logo\"><\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#about\">\u5173\u4e8e<\/a><\/li>\n    <li><a href=\"#manifesto\">\u5ba3\u8a00<\/a><\/li>\n    <li><a href=\"#beliefs\">\u4fe1\u6761<\/a><\/li>\n    <li><a href=\"#work\">\u4f5c\u54c1<\/a><\/li>\n    <li><a href=\"#contact\">\u8054\u7cfb<\/a><\/li>\n  <\/ul>\n<\/nav>\n\n<!-- Hero -->\n<section class=\"hero\">\n  <div class=\"hero-bg\"><\/div>\n  <div class=\"hero-overlay\"><\/div>\n  <div class=\"film-strip-left\">\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n  <\/div>\n  <div class=\"film-strip-right\">\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n    <div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div><div class=\"film-hole\"><\/div>\n  <\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-tag\">\u6210\u90fd\u795e\u53d1\u6587\u5316\u4f20\u5a92<\/div>\n    <div class=\"hero-title\"><span class=\"red\">T<\/span>&#8211;<span class=\"red\">V<\/span>IRUS<\/div>\n    <img decoding=\"async\" class=\"hero-logo\" src=\"https:\/\/shenfafilm.com\/wp-content\/uploads\/2026\/09\/tvirus-logo.png\" alt=\"T-VIRUS logo\">\n    <div class=\"hero-line\"><\/div>\n    <div class=\"hero-sub\">\u7535\u5f71\u5982\u75c5\u6bd2\uff0c\u6084\u7136\u6f5c\u5165\u610f\u8bc6<\/div>\n    <div class=\"hero-sub2\">Cinema as Virus \u2014 Infecting Minds<\/div>\n    <div class=\"hero-cta\">\n      <a href=\"#work\">\u63a2\u7d22\u4f5c\u54c1<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"scroll-hint\">\n    <span>Scroll<\/span>\n    <div class=\"scroll-line\"><\/div>\n  <\/div>\n<\/section>\n\n<!-- About -->\n<section class=\"about\" id=\"about\">\n  <div>\n    <div class=\"about-label\">About<\/div>\n    <h2>\u597d\u7684\u7535\u5f71<br>\u50cf<strong>\u75c5\u6bd2<\/strong>\u4e00\u6837<strong>\u611f\u67d3<\/strong>\u4eba<\/h2>\n    <p>\u7535\u5f71\u662f\u6700\u9ad8\u6548\u7684\u610f\u8bc6\u6e17\u900f\u5de5\u5177\u3002\u4e00\u5e27\u753b\u9762\u3001\u4e00\u53e5\u53f0\u8bcd\u3001\u4e00\u4e2a\u773c\u795e\uff0c\u80fd\u5728\u591a\u5e74\u540e\u4ecd\u7136\u5de6\u53f3\u4f60\u7684\u60c5\u7eea\u3001\u6539\u53d8\u4f60\u7684\u5224\u65ad\u3001\u91cd\u5851\u4f60\u7684\u8bb0\u5fc6\u3002<\/p>\n    <p>T-VIRUS \u76f8\u4fe1\u8fd9\u79cd\u5f71\u54cd\u529b\u503c\u5f97\u88ab\u8ba4\u771f\u5bf9\u5f85\u3002\u6211\u4eec\u5236\u4f5c\u7535\u5f71\uff0c\u4e5f\u7814\u7a76\u7535\u5f71\u5982\u4f55\u5de5\u4f5c\u3002<\/p>\n  <\/div>\n  <div class=\"about-right\">\n    <div class=\"stats\">\n      <div class=\"stat\">\n        <span class=\"stat-num\">12+<\/span>\n        <div class=\"stat-label\">\u5b8c\u6210\u9879\u76ee<\/div>\n      <\/div>\n      <div class=\"stat\">\n        <span class=\"stat-num\">8<\/span>\n        <div class=\"stat-label\">\u83b7\u5956\u8bb0\u5f55<\/div>\n      <\/div>\n      <div class=\"stat\">\n        <span class=\"stat-num\">3<\/span>\n        <div class=\"stat-label\">\u5408\u4f5c\u5e73\u53f0<\/div>\n      <\/div>\n      <div class=\"stat\">\n        <span class=\"stat-num\">\u221e<\/span>\n        <div class=\"stat-label\">\u5f71\u54cd\u529b<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- Manifesto -->\n<section class=\"manifesto\" id=\"manifesto\">\n  <div class=\"about-label\">Manifesto &middot; \u75c5\u6bd2\u5b66\u5ba3\u8a00<\/div>\n  <h2>\u6211\u4eec\u505a\u7684\u4e0d\u53ea\u662f\u7535\u5f71\uff0c<br>\u662f<strong>\u8bb0\u5fc6\u7684\u75c5\u6bd2<\/strong>\u3002<\/h2>\n  <p class=\"lead\">\u7535\u5f71\u53f2\u4e0a\u771f\u6b63\u6d3b\u4e0b\u6765\u7684\u4f5c\u54c1\uff0c\u6ca1\u6709\u4e00\u90e8\u505c\u5728\u94f6\u5e55\u4e0a\u3002<\/p>\n  <p>\u5b83\u4eec\u94bb\u8fdb\u4e86\u89c2\u4f17\u7684\u8111\u5b50\uff0c\u81ea\u6211\u7e41\u6b96\u2014\u2014\u88ab\u8c08\u8bba\u3001\u88ab\u6a21\u4eff\u3001\u88ab\u5f15\u7528\uff0c\u51e0\u5e74\u540e\u8fd8\u4f1a\u5728\u67d0\u4e2a\u6df1\u591c\u7a81\u7136\u5192\u51fa\u6765\uff0c\u5de6\u53f3\u4e00\u6b21\u9009\u62e9\u3002<\/p>\n  <p>T-VIRUS \u505a\u7684\u4e8b\uff0c\u5c31\u662f\u57f9\u80b2\u8fd9\u79cd\u75c5\u6bd2\u3002\u6211\u4eec\u5236\u4f5c\u7535\u5f71\uff0c\u4e5f\u7814\u7a76\u7535\u5f71\u5982\u4f55\u5de5\u4f5c\uff1a\u4e00\u53e5\u53f0\u8bcd\u51ed\u4ec0\u4e48\u8fdb\u5165\u8bb0\u5fc6\uff0c\u4e00\u4e2a\u773c\u795e\u5982\u4f55\u8d8a\u8fc7\u9632\u7ebf\u2014\u2014\u8fd9\u4e9b\u7814\u7a76\u4e0d\u662f\u4e3a\u4e86\u62cd\u51fa\u201c\u597d\u770b\u7684\u7247\u5b50\u201d\uff0c\u800c\u662f\u4e3a\u4e86\u62cd\u51fa\u201c\u7529\u4e0d\u6389\u7684\u7247\u5b50\u201d\u3002<\/p>\n  <p>\u5728\u6211\u4eec\u7684\u5b9a\u4e49\u91cc\uff0c\u5236\u4f5c\u5b8c\u6210\u53ea\u662f\u6295\u653e\u3002<br>\u771f\u6b63\u7684\u4f5c\u54c1\uff0c\u4ece\u89c2\u4f17\u5f00\u53e3\u5411\u53e6\u4e00\u4e2a\u4eba\u8f6c\u8ff0\u7684\u90a3\u4e00\u523b\uff0c<em>\u624d\u5f00\u59cb<\/em>\u3002<\/p>\n<\/section>\n\n\n<!-- Beliefs -->\n<section class=\"beliefs\" id=\"beliefs\">\n  <div class=\"about-label\">Beliefs &middot; \u4e09\u6761\u4fe1\u6761<\/div>\n  <h2>\u6211\u4eec\u76f8\u4fe1<\/h2>\n  <div class=\"beliefs-sub\">\u4e09\u53e5\u8bdd\uff0c\u51b3\u5b9a\u6211\u4eec\u600e\u4e48\u505a\u7247\u5b50<\/div>\n  <div class=\"belief-grid\">\n    <div class=\"belief\">\n      <div class=\"belief-num\">01<\/div>\n      <div class=\"belief-line\"><\/div>\n      <h3>\u60c5\u7eea\u5148\u4e8e\u9053\u7406\u5230\u8fbe<\/h3>\n      <p>\u89c2\u4f17\u5148\u88ab\u4e00\u5e27\u753b\u9762\u51fb\u4e2d\uff0c\u624d\u613f\u610f\u542c\u4f60\u8bb2\u9053\u7406\u3002\u6240\u4ee5\u6211\u4eec\u628a\u60c5\u7eea\u5cf0\u503c\u8bbe\u8ba1\u5728\u5267\u672c\u9636\u6bb5\uff0c\u800c\u4e0d\u662f\u7559\u5230\u526a\u8f91\u53f0\u8865\u6551\u3002<\/p>\n    <\/div>\n    <div class=\"belief\">\n      <div class=\"belief-num\">02<\/div>\n      <div class=\"belief-line\"><\/div>\n      <h3>\u8bb0\u5f97\uff0c\u6bd4\u770b\u8fc7\u91cd\u8981<\/h3>\n      <p>\u64ad\u653e\u91cf\u662f\u4e00\u65f6\u7684\uff0c\u8bb0\u5fc6\u662f\u4e00\u4e16\u7684\u3002\u6211\u4eec\u4e0d\u95ee\u4e00\u652f\u7247\u5b50\u6709\u591a\u5c11\u4eba\u770b\u8fc7\uff0c\u53ea\u95ee\u4e09\u5e74\u540e\u8fd8\u6709\u6ca1\u6709\u4eba\u8bb0\u5f97\u5176\u4e2d\u4e00\u79d2\u3002<\/p>\n    <\/div>\n    <div class=\"belief\">\n      <div class=\"belief-num\">03<\/div>\n      <div class=\"belief-line\"><\/div>\n      <h3>\u597d\u6545\u4e8b\u81ea\u5df1\u4f1a\u8d70<\/h3>\n      <p>\u4f20\u64ad\u4e0d\u662f\u53d1\u5e03\u4e4b\u540e\u7684\u8865\u6551\uff0c\u662f\u521b\u4f5c\u65f6\u5c31\u57cb\u8fdb\u4f5c\u54c1\u7684\u5c5e\u6027\u3002\u6211\u4eec\u53ea\u505a\u89c2\u4f17\u613f\u610f\u4e3b\u52a8\u8f6c\u8ff0\u7684\u5185\u5bb9\u2014\u2014\u75c5\u6bd2\u7684\u7b2c\u4e00\u4e2a\u5bbf\u4e3b\uff0c\u6c38\u8fdc\u662f\u89c2\u4f17\u81ea\u5df1\u3002<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Work -->\n<section class=\"work\" id=\"work\">\n  <div class=\"work-header\">\n    <h2>Selected Works<\/h2>\n    <a href=\"#\">View All \u2192<\/a>\n  <\/div>\n  <div class=\"work-empty\" style=\"text-align:center; padding:60px 0; font-size:13px; color:#555; letter-spacing:2px;\">\u6682\u65e0\u4f5c\u54c1\n  <\/div>\n<\/section>\n\n\n<!-- Quote strip -->\n<section class=\"quote-strip\" aria-hidden=\"true\">\n  <div class=\"quote-track\">\n    <span class=\"quote-item\">\u6211\u4eec\u4e0d\u62cd\u7535\u5f71\uff0c\u6211\u4eec\u57f9\u80b2<b>\u8bb0\u5fc6\u7684\u75c5\u6bd2<\/b>\u3002<\/span>\n    <span class=\"quote-item\">\u60c5\u7eea\u5148\u4e8e\u9053\u7406\u5230\u8fbe\u3002<\/span>\n    <span class=\"quote-item\">\u597d\u4f5c\u54c1\uff0c\u4ece\u89c2\u4f17\u5f00\u53e3\u8f6c\u8ff0\u7684\u90a3\u4e00\u523b\u624d\u5f00\u59cb\u3002<\/span>\n    <span class=\"quote-item\"><b>\u75c5\u6bd2<\/b>\u4e0d\u7761\u89c9\uff0c\u597d\u6545\u4e8b\u4e5f\u662f\u3002<\/span>\n    <span class=\"quote-item\">\u611f\u67d3\uff0c\u662f\u89c2\u4f17\u7ed9\u4f5c\u54c1\u6700\u9ad8\u7684\u8bc4\u5206\u3002<\/span>\n    <span class=\"quote-item\">\u7814\u7a76\u7535\u5f71\u5982\u4f55\u5de5\u4f5c\uff0c\u8ba9\u6bcf\u4e00\u5e27\u90fd\u6709\u4f7f\u547d\u3002<\/span>\n    <span class=\"quote-item\">\u6211\u4eec\u4e0d\u62cd\u7535\u5f71\uff0c\u6211\u4eec\u57f9\u80b2<b>\u8bb0\u5fc6\u7684\u75c5\u6bd2<\/b>\u3002<\/span>\n    <span class=\"quote-item\">\u60c5\u7eea\u5148\u4e8e\u9053\u7406\u5230\u8fbe\u3002<\/span>\n    <span class=\"quote-item\">\u597d\u4f5c\u54c1\uff0c\u4ece\u89c2\u4f17\u5f00\u53e3\u8f6c\u8ff0\u7684\u90a3\u4e00\u523b\u624d\u5f00\u59cb\u3002<\/span>\n    <span class=\"quote-item\"><b>\u75c5\u6bd2<\/b>\u4e0d\u7761\u89c9\uff0c\u597d\u6545\u4e8b\u4e5f\u662f\u3002<\/span>\n    <span class=\"quote-item\">\u611f\u67d3\uff0c\u662f\u89c2\u4f17\u7ed9\u4f5c\u54c1\u6700\u9ad8\u7684\u8bc4\u5206\u3002<\/span>\n    <span class=\"quote-item\">\u7814\u7a76\u7535\u5f71\u5982\u4f55\u5de5\u4f5c\uff0c\u8ba9\u6bcf\u4e00\u5e27\u90fd\u6709\u4f7f\u547d\u3002<\/span>\n  <\/div>\n<\/section>\n\n<!-- Contact -->\n<section class=\"contact\" id=\"contact\">\n  <div class=\"about-label\">Contact<\/div>\n  <h2>\u5f00\u59cb\u5408\u4f5c<\/h2>\n  <p>\u5267\u672c\u3001\u9879\u76ee\u3001\u60f3\u6cd5\u2014\u2014\u6b22\u8fce\u6765\u804a<\/p>\n  <a class=\"contact-email\" href=\"mailto:mail@jackytong.com\">mail@jackytong.com<\/a>\n<\/section>\n\n<!-- Footer -->\n<footer>\n  <div class=\"footer-name\">T-VIRUS \u2014 CHENGDU SHENFA CULTURE MEDIA<\/div>\n  <div class=\"footer-copy\">\u00a9 2026 T-VIRUS. All rights reserved. \u8700ICP\u59072022017820\u53f7<\/div>\n<\/footer>\n<script>\nfunction enterSite(){document.getElementById(\"enter-screen\").classList.add(\"hide\");}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>T&#8211;VIRUS ENTER \u8fdb\u5165 T&#8211;VIRUS \u5173\u4e8e \u5ba3\u8a00 \u4fe1\u6761 \u4f5c\u54c1 \u8054\u7cfb \u6210\u90fd\u795e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-tvirus-enter","meta":{"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":7,"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/shenfafilm.com\/index.php\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}