:root {
  --blue: #0878d1;
  --blue-dark: #064d8b;
  --blue-deep: #07345d;
  --cyan: #0ea5e9;
  --yellow: #ffd21c;
  --ink: #142033;
  --muted: #657287;
  --line: #e5ebf2;
  --surface: #f5f8fc;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 18px 50px rgba(9, 49, 84, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 16px; background: #fff; color: var(--blue); }
.skip-link:focus { top: 16px; }
.topbar { height: 34px; color: #6f7b8e; background: #f6f8fb; border-bottom: 1px solid #edf1f5; font-size: 12px; }
.topbar-inner, .topbar-actions, .topbar a, .topbar span { display: flex; align-items: center; }
.topbar-inner { height: 100%; justify-content: space-between; }
.topbar-actions { gap: 24px; }
.topbar a { color: var(--blue-dark); }
.topbar svg { width: 14px; height: 14px; margin-right: 6px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(222, 230, 239, .9); backdrop-filter: blur(14px); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { min-width: 360px; display: flex; align-items: center; gap: 12px; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: #2a3444; font-size: 18px; font-weight: 650; line-height: 1.3; }
.brand small { color: #8792a3; font-size: 9px; letter-spacing: 1.8px; }
.site-nav { display: flex; align-self: stretch; align-items: stretch; }
.site-nav > a,
.nav-dropdown-toggle { position: relative; display: flex; align-items: center; padding: 0 17px; color: #404b5a; background: transparent; border: 0; font-size: 14px; white-space: nowrap; cursor: pointer; }
.site-nav > a::after,
.nav-dropdown-toggle::after { content: ""; position: absolute; right: 17px; bottom: 0; left: 17px; height: 3px; transform: scaleX(0); background: var(--blue); transition: transform .25s ease; }
.site-nav > a:hover,
.site-nav > a.active,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle.active,
.nav-dropdown.open .nav-dropdown-toggle { color: var(--blue); }
.site-nav > a:hover::after,
.site-nav > a.active::after,
.nav-dropdown-toggle:hover::after,
.nav-dropdown-toggle.active::after,
.nav-dropdown.open .nav-dropdown-toggle::after { transform: scaleX(1); }
.nav-dropdown { position: relative; display: flex; align-self: stretch; }
.nav-dropdown-toggle { gap: 5px; font-family: inherit; }
.nav-dropdown-toggle:focus { outline: none; }
.nav-dropdown-toggle:focus-visible { box-shadow: inset 0 0 0 2px rgba(8, 120, 209, .45); }
.nav-dropdown-toggle > svg { width: 15px; height: 15px; transition: transform .2s ease; }
.nav-dropdown.open .nav-dropdown-toggle > svg { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: 100%; right: 0; width: 270px; display: none; padding: 8px 0; background: #fff; border-top: 3px solid var(--blue); box-shadow: 0 18px 40px rgba(7, 38, 67, .16); }
.nav-dropdown-menu::before { content: ""; position: absolute; top: -10px; right: 34px; border-right: 7px solid transparent; border-bottom: 7px solid var(--blue); border-left: 7px solid transparent; }
.nav-dropdown-menu a { min-height: 54px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 10px; padding: 8px 22px; color: #374459; font-size: 14px; white-space: normal; transition: color .2s, background .2s, padding .2s; }
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active { padding-left: 27px; color: var(--blue); background: #f2f8fe; }
.nav-dropdown-menu a svg { width: 18px; height: 18px; color: var(--blue); }
.nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
@media (min-width: 821px) {
  .nav-dropdown:hover .nav-dropdown-menu { display: block; }
}
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--ink); }

.hero { position: relative; min-height: 610px; overflow: hidden; background: #0495e7; }
.hero-image { position: absolute; inset: 0; background-image: url("assets/hero.webp"); background-position: center; background-size: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 118, 201, .22), transparent 62%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; min-height: 610px; display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: 88px; align-items: center; }
.service-menu { overflow: hidden; background: rgba(255, 255, 255, .97); box-shadow: var(--shadow); }
.service-menu-title { height: 62px; display: flex; align-items: center; gap: 10px; padding: 0 22px; color: #fff; background: var(--blue); font-size: 17px; font-weight: 650; }
.service-menu-title svg { width: 20px; }
.service-menu a { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #edf1f5; color: #354255; font-size: 14px; transition: color .2s, background .2s, padding .2s; }
.service-menu a:last-child { border-bottom: 0; }
.service-menu a span { display: flex; align-items: center; gap: 11px; }
.service-menu a span svg { width: 18px; color: var(--blue); }
.service-menu a > svg { width: 15px; color: #a3adba; }
.service-menu a:hover { padding-left: 23px; color: var(--blue); background: #f2f8fe; }
.hero-copy { max-width: 545px; padding-bottom: 12px; color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: rgba(255, 255, 255, .88); font-size: 14px; font-weight: 650; letter-spacing: 1px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; color: var(--yellow); font-size: clamp(46px, 5vw, 72px); line-height: 1.1; font-weight: 800; text-shadow: 0 6px 20px rgba(1, 54, 102, .16); }
.hero-copy > p { max-width: 500px; margin: 20px 0 16px; font-size: 18px; }
.hero-points { display: flex; gap: 24px; margin: 0 0 30px; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 6px; font-size: 14px; }
.hero-points svg { width: 18px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; border: 1px solid transparent; border-radius: 4px; font-weight: 650; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-light { color: var(--blue); background: #fff; box-shadow: 0 12px 28px rgba(0, 54, 101, .15); }
.button-light:hover { color: #fff; background: var(--blue-deep); }

.trust-strip { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; align-items: center; gap: 16px; padding: 0 30px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; color: var(--blue); background: #eef7ff; border-radius: 50%; }
.trust-grid svg { width: 23px; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { margin-bottom: 3px; font-size: 16px; }
.trust-grid small { color: var(--muted); font-size: 12px; }

.section { padding: 92px 0; }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { text-align: center; }
.section-heading > span, .heading-row > div > span { display: block; margin-bottom: 8px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.section-heading h2 { margin: 0; font-size: 34px; line-height: 1.3; }
.section-heading p { max-width: 660px; margin: 13px auto 0; color: var(--muted); font-size: 15px; }
.service-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 445px; display: flex; flex-direction: column; padding: 34px 28px 28px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #c5dbee; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; border-color: var(--blue); background: var(--blue); }
.service-card.featured::before { content: ""; position: absolute; top: -90px; right: -80px; width: 200px; height: 200px; border: 42px solid rgba(255,255,255,.07); border-radius: 50%; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 26px; color: var(--blue); background: #edf7ff; border-radius: 6px; }
.featured .service-icon { color: var(--blue); background: #fff; }
.service-icon svg { width: 26px; height: 26px; }
.service-tag { position: absolute; top: 0; right: 0; padding: 6px 12px; color: #644f00; background: var(--yellow); font-size: 11px; font-weight: 700; }
.service-card h3 { margin: 0 0 12px; font-size: 22px; }
.service-card p { min-height: 72px; margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(255,255,255,.82); }
.service-card ul { margin: 0 0 24px; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 7px 0; padding-left: 16px; color: #4e5a6d; font-size: 13px; }
.featured li { color: rgba(255,255,255,.9); }
.service-card li::before { content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background: var(--cyan); border-radius: 50%; }
.service-card > a { display: inline-flex; align-items: center; gap: 4px; margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 650; }
.featured > a { color: var(--yellow); }
.service-card > a svg { width: 16px; }

.solution-band { position: relative; color: #fff; background: var(--blue-deep); overflow: hidden; }
.solution-band::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(120deg, transparent 35%, #249ce9 35%, #249ce9 36%, transparent 36%); background-size: 160px 160px; }
.solution-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.eyebrow.dark { color: #65c4ff; }
.solution-copy h2 { margin: 0 0 24px; font-size: 38px; }
.solution-copy p { margin: 0; color: rgba(255,255,255,.76); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 25px; color: var(--blue); font-size: 14px; font-weight: 700; }
.solution-copy .text-link { color: var(--yellow); }
.text-link svg { width: 17px; }
.solution-list { border-top: 1px solid rgba(255,255,255,.18); }
.solution-list > div { display: grid; grid-template-columns: 72px 1fr; align-items: center; padding: 24px 4px; border-bottom: 1px solid rgba(255,255,255,.18); }
.solution-list strong { color: #5fc2ff; font-size: 30px; font-weight: 350; }
.solution-list b, .solution-list small { display: block; }
.solution-list b { margin-bottom: 4px; font-size: 17px; }
.solution-list small { color: rgba(255,255,255,.62); }

.process { background: var(--surface); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list::before { content: ""; position: absolute; top: 58px; right: 12%; left: 12%; height: 1px; background: #bfd8ed; }
.process-list li { position: relative; min-height: 250px; padding: 40px 28px 28px; text-align: center; border: 1px solid var(--line); background: #fff; }
.process-list li > svg { width: 34px; height: 34px; margin-bottom: 18px; color: var(--blue); }
.process-number { position: absolute; top: -15px; left: 50%; width: 52px; height: 30px; display: grid; place-items: center; transform: translateX(-50%); color: #fff; background: var(--blue); font-size: 12px; font-weight: 700; }
.process-list h3 { margin: 0 0 10px; font-size: 18px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.about-media { position: relative; }
.about-media::before { content: ""; position: absolute; top: -18px; left: -18px; width: 145px; height: 145px; border-top: 5px solid var(--blue); border-left: 5px solid var(--blue); }
.about-media img { position: relative; width: 100%; height: 470px; object-fit: cover; }
.experience { position: absolute; right: -28px; bottom: -28px; min-width: 210px; display: flex; align-items: center; gap: 13px; padding: 22px; color: #fff; background: var(--blue); box-shadow: var(--shadow); }
.experience strong { font-size: 34px; line-height: 1; }
.experience span { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.4); font-size: 12px; line-height: 1.5; }
.about-copy .section-heading { margin-bottom: 26px; }
.about-copy p { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.stats div { border-right: 1px solid var(--line); text-align: center; }
.stats div:first-child { text-align: left; }
.stats div:last-child { border-right: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--blue); font-size: 29px; line-height: 1.2; }
.stats sup { font-size: 14px; }
.stats span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.news { background: var(--surface); }
.heading-row { display: flex; align-items: end; justify-content: space-between; }
.heading-row h2 { margin: 0; }
.news-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; }
.news-lead { min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: #fff; background: linear-gradient(145deg, #075c9f, #0796dd); }
.news-date { align-self: flex-start; margin-bottom: 20px; padding: 5px 10px; color: #22455f; background: var(--yellow); font-size: 11px; font-weight: 700; }
.news-lead h3 { margin: 0 0 14px; font-size: 27px; }
.news-lead p { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; }
.news-lead a { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px; color: var(--yellow); font-size: 14px; font-weight: 650; }
.news-lead a svg { width: 17px; }
.news-list { background: #fff; border: 1px solid var(--line); }
.news-list article { min-height: 113px; display: grid; grid-template-columns: 70px 1fr; align-items: center; padding: 18px 30px; border-bottom: 1px solid var(--line); }
.news-list article:last-child { border-bottom: 0; }
.news-list article > span { color: #b6c1ce; font-size: 27px; font-weight: 300; }
.news-list h3 { margin: 0 0 5px; font-size: 17px; }
.news-list p { margin: 0; color: var(--muted); font-size: 13px; }

.contact { padding: 80px 0; color: #fff; background: #0878d1; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.contact h2 { max-width: 560px; margin: 0 0 16px; font-size: 36px; line-height: 1.3; }
.contact p { max-width: 580px; margin: 0 0 28px; color: rgba(255,255,255,.76); }
.contact address { padding-left: 55px; border-left: 1px solid rgba(255,255,255,.25); font-style: normal; }
.contact address > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; margin: 22px 0; align-items: start; }
.contact address svg { width: 22px; margin-top: 4px; color: var(--yellow); }
.contact address small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: 1px; }
.contact address span, .contact address a { font-size: 14px; }

.footer { color: #9ba8b8; background: #071e33; }
.footer-grid { min-height: 138px; display: grid; grid-template-columns: 1.3fr .9fr 1fr; align-items: center; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 45px; height: 45px; object-fit: contain; filter: brightness(0) invert(1); opacity: .88; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { color: #fff; font-size: 14px; }
.footer-brand small { margin-top: 2px; font-size: 10px; }
.footer nav { display: flex; justify-content: center; gap: 18px; font-size: 12px; }
.footer nav a:hover { color: #fff; }
.footer p { margin: 0; text-align: right; font-size: 11px; }

.floating-contact { position: fixed; right: 24px; bottom: 86px; z-index: 50; min-width: 118px; height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--blue); border: 1px solid rgba(255,255,255,.35); border-radius: 4px; box-shadow: 0 10px 28px rgba(3, 55, 98, .25); font-size: 13px; }
.floating-contact svg { width: 18px; }
.back-to-top { position: fixed; right: 24px; bottom: 28px; z-index: 50; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 4px; color: #fff; background: var(--blue-deep); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; cursor: pointer; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top svg { width: 19px; }
body.footer-visible .floating-contact,
body.footer-visible .back-to-top { opacity: 0; pointer-events: none; transform: translateY(10px); }

@media (max-width: 1100px) {
  .brand { min-width: 320px; }
  .brand strong { font-size: 16px; }
  .site-nav > a, .nav-dropdown-toggle { padding: 0 10px; font-size: 13px; }
  .site-nav > a::after, .nav-dropdown-toggle::after { right: 10px; left: 10px; }
  .hero-inner { gap: 45px; }
  .trust-grid article { padding: 0 15px; }
  .service-cards { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 410px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .topbar-actions span { display: none; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .menu-toggle { display: flex; flex: 0 0 44px; }
  .site-nav { position: fixed; inset: 106px 0 auto; max-height: 0; display: block; overflow: hidden; overflow-y: auto; background: #fff; box-shadow: 0 18px 35px rgba(7, 38, 67, .12); transition: max-height .3s ease; }
  .site-nav.open { max-height: min(680px, calc(100vh - 106px)); border-top: 1px solid var(--line); }
  .site-nav > a, .nav-dropdown-toggle { width: 100%; height: 52px; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); }
  .site-nav > a::after, .nav-dropdown-toggle::after { display: none; }
  .nav-dropdown { display: block; }
  .nav-dropdown-menu { position: static; width: 100%; max-height: 0; display: block; padding: 0; overflow: hidden; border-top: 0; box-shadow: inset 0 1px 0 var(--line); transition: max-height .25s ease; }
  .nav-dropdown-menu::before { display: none; }
  .nav-dropdown.open .nav-dropdown-menu { max-height: 250px; }
  .nav-dropdown-menu a { min-height: 49px; grid-template-columns: 22px 1fr; padding: 8px 24px 8px 42px; border-bottom: 1px solid #edf1f5; background: #f8fafc; }
  .nav-dropdown-menu a:hover, .nav-dropdown-menu a.active { padding-left: 47px; }
  .hero, .hero-inner { min-height: 660px; }
  .hero-image { background-position: 64% center; }
  .hero::after { background: linear-gradient(90deg, rgba(0, 89, 166, .86), rgba(0, 125, 209, .34) 75%); }
  .hero-inner { display: flex; align-items: flex-end; padding-bottom: 65px; }
  .service-menu { display: none; }
  .hero-copy { max-width: 520px; }
  .hero h1 { font-size: 56px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article { min-height: 105px; border-bottom: 1px solid var(--line); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .section { padding: 72px 0; }
  .solution-grid, .about-grid, .news-grid, .contact-grid { grid-template-columns: 1fr; }
  .solution-grid { gap: 50px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list::before { display: none; }
  .about-grid { gap: 64px; }
  .experience { right: 18px; }
  .contact-grid { gap: 50px; }
  .contact address { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .footer-grid { grid-template-columns: 1fr; padding: 35px 0; gap: 24px; text-align: center; }
  .footer-brand, .footer nav { justify-content: center; }
  .footer p { text-align: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { display: none; }
  .site-nav { inset: 72px 0 auto; }
  .brand strong { max-width: 225px; font-size: 13px; }
  .brand small { display: none; }
  .hero, .hero-inner { min-height: 600px; }
  .hero-image { background-position: 68% center; }
  .hero::after { background: linear-gradient(90deg, rgba(0, 91, 166, .9), rgba(0, 133, 218, .18)); }
  .hero-inner { padding-bottom: 48px; }
  .hero-copy { max-width: 340px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 15px; }
  .hero-points { flex-wrap: wrap; gap: 8px 16px; }
  .trust-grid article { padding: 12px; gap: 10px; }
  .trust-grid article:first-child { padding-left: 12px; }
  .trust-grid article > span { width: 40px; height: 40px; flex-basis: 40px; }
  .trust-grid strong { font-size: 14px; }
  .trust-grid small { font-size: 10px; }
  .section-heading h2, .solution-copy h2, .contact h2 { font-size: 28px; }
  .service-cards, .process-list { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .process-list { gap: 34px; }
  .about-media img { height: 340px; }
  .about-media::before { top: -10px; left: -10px; }
  .experience { right: 10px; bottom: -34px; min-width: 185px; padding: 17px; }
  .stats strong { font-size: 22px; }
  .heading-row { align-items: start; flex-direction: column; }
  .news-lead { min-height: 310px; padding: 28px; }
  .news-lead h3 { font-size: 23px; }
  .news-list article { grid-template-columns: 45px 1fr; padding: 16px; }
  .floating-contact { right: 16px; bottom: 74px; min-width: 46px; width: 46px; }
  .floating-contact span { display: none; }
  .back-to-top { right: 16px; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
