
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html, body {
      font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif !important;
      background: #fff;
      color: #333;
    }
    a { text-decoration: none; cursor: pointer; }
    a:hover { text-decoration: none; }
    ul, ol, li { list-style: none; padding: 0; margin: 0; }
    .yzm-container {
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .yzm-section {
      padding: 90px 0;
    }
    @media (max-width: 768px) {
      .yzm-section { padding: 50px 0; }
    }
    .yzm-title {
      font-size: 30px;
      color: #000;
      text-align: center;
      font-weight: bold;
    }
    @media (max-width: 576px) {
      .yzm-title { font-size: 24px; }
    }
    .yzm-small-text { font-size: 14px; color: #666; }
    .yzm-card, .yzm-btn, .yzm-plan-card, .yzm-advantage-card, .yzm-faq-item {
      border-radius: 10px !important;
    }
    .yzm-btn-primary, .yzm-pz-btn, .yzm-ljzc {
      border-radius: 10px;
      transition: all 0.25s ease;
    }
    .yzm-btn-primary:hover, .yzm-pz-btn:hover, .yzm-ljzc:hover {
      filter: brightness(1.1);
      box-shadow: 0 6px 18px rgba(13, 204, 255, 0.35);
      transform: translateY(-2px);
    }
    .yzm-plan-card:hover, .yzm-advantage-card:hover {
      box-shadow: 0 8px 28px rgba(0,0,0,0.07);
      transition: all 0.25s ease;
    }
    /* banner */
    .yzm-banner {
      width: 100%;
      background: url("/css/2022/images/yzm-banner.jpg") no-repeat top center;
      background-size: cover;
      height: 500px;
      margin-top: 60px;
      position: relative;
    }
    @media (max-width: 768px) {
      .yzm-banner { height: 380px; background-position: center; }
    }
    .yzm-banTxt { padding-top: 122px; box-sizing: border-box; }
    @media (max-width: 768px) { .yzm-banTxt { padding-top: 70px; } }
    .yzm-banTxt h1 {
      font-size: 36px;
      color: #fff;
      font-weight: bold;
    }
    @media (max-width: 576px) { .yzm-banTxt h1 { font-size: 26px; } }
    .yzm-banTxt p {
      font-size: 14px;
      color: #fff;
      max-width: 600px;
      line-height: 24px;
      text-align: justify;
      margin: 40px 0;
    }
    @media (max-width: 768px) {
      .yzm-banTxt p { max-width: 100%; margin: 20px 0; font-size: 13px; }
    }
    .yzm-banBtn a {
      display: inline-block;
      width: 110px;
      height: 35px;
      font-size: 14px;
      text-align: center;
      line-height: 35px;
      color: #fff;
      border: 1px solid #fff;
      margin-right: 35px;
      box-sizing: border-box;
      border-radius: 10px;
      transition: 0.25s;
    }
    .yzm-banBtn a:hover {
      background: linear-gradient(to right, #0dccff, #4760ff);
      border: none;
    }
    .yzm-banBtn-zx {
      font-size: 14px;
      color: #fff;
      margin-top: 17px;
      display: inline-block;
    }
    /* 云桌面有什么用 四列 (grid) */
    .yzm-c1Con {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin-top: 50px;
    }
    @media (max-width: 992px) {
      .yzm-c1Con { grid-template-columns: repeat(2, 1fr); gap: 25px; }
    }
    @media (max-width: 576px) {
      .yzm-c1Con { grid-template-columns: 1fr; gap: 30px; }
    }
    .yzm-c1Con li {
      text-align: center;
      padding: 20px 12px;
      border-radius: 10px;
      transition: 0.2s;
      background: transparent;
    }
    .yzm-c1Con li span {
      display: block;
      width: 58px;
      height: 58px;
      background: #0b9aff;
      border-radius: 50%;
      margin: 0 auto 15px;
    }
    .yzm-c1Con li:nth-child(1) span { background: #0b9aff url("/css/2022/images/yzm-icon1.png") no-repeat center center; background-size: 30px; }
    .yzm-c1Con li:nth-child(2) span { background: #0b9aff url("/css/2022/images/yzm-icon2.png") no-repeat center center; background-size: 30px; }
    .yzm-c1Con li:nth-child(3) span { background: #0b9aff url("/css/2022/images/yzm-icon3.png") no-repeat center center; background-size: 30px; }
    .yzm-c1Con li:nth-child(4) span { background: #0b9aff url("/css/2022/images/yzm-icon4.png") no-repeat center center; background-size: 30px; }
    .yzm-c1Con li h3 {
      font-size: 18px;
      color: #333;
      font-weight: bold;
      margin: 12px 0 10px;
    }
    .yzm-c1Con li p {
      font-size: 14px;
      color: #777;
      line-height: 24px;
    }
    /* 收费标准 grid */
    .yzm-c2Con {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-top: 30px;
    }
    @media (max-width: 992px) {
      .yzm-c2Con { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .yzm-c2Con { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
    }
    .yzm-plan-card {
      border: 1px solid #ebeef5;
      padding: 0 20px 25px;
      background: #fff;
      border-radius: 10px;
      transition: 0.25s;
      display: flex;
      flex-direction: column;
    }
    .yzm-plan-card .yzm-pz-tit {
      height: 60px;
      line-height: 60px;
      font-size: 18px;
      color: #333;
      text-align: center;
      border-bottom: 1px solid #ebeef5;
      font-weight: bold;
    }
    .yzm-pzxq {
      padding: 20px 0 10px;
      text-align: center;
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .yzm-pzxq-list {
      width: 50%;
      margin-bottom: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }
    .yzm-pzxq-list p:first-child {
      font-size: 14px;
      color: #888;
      margin: 0;
    }
    .yzm-pzxq-list p:last-child {
      font-size: 16px;
      color: #333;
      margin: 0;
    }
    .yzm-pzxq-list.full-width { width: 100%; }
    .yzm-pzxq-list .highlight { color: #0b9aff; font-size: 14px; }
    .yzm-pzPric {
      font-size: 14px;
      color: #888;
      margin-top: 5px;
      cursor: pointer;
      width: 100%;
    }
    .yzm-pzPric span {
      font-size: 24px;
      color: #e8511b;
    }
    .yzm-pz-btn {
      display: block;
      width: 100%;
      max-width: 220px;
      margin: 20px auto 0;
      height: 41px;
      background: linear-gradient(to right, #0dccff, #4760ff);
      font-size: 14px;
      text-align: center;
      line-height: 41px;
      color: #fff;
      border-radius: 10px;
    }
    /* 应用场景 - 纯原生JS手风琴，不依赖Bootstrap JS */
    .yzm-c3Con { margin-top: 50px; }
    .yzm-accordion-item {
      width: 100%;
    }
    .yzm-cjTop {
      height: 100px;
      background: #f9f9f9;
      cursor: pointer;
      padding: 0 25px;
      border: 1px solid #ebeef5;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: 0.2s;
    }
    .yzm-cjTop.active {
      background: #0b9aff;
      border-color: #0b9aff;
    }
    .yzm-cjTopimg {
      width: 30px;
      height: 30px;
      background: url("/css/2022/images/yzm-icon.png") no-repeat;
      flex-shrink: 0;
      margin-right: 20px;
    }
    /* 5个场景图标定位 (依据原始代码) */
    .yzm-accordion-item:nth-child(1) .yzm-cjTopimg { background-position: 0 0; }
    .yzm-accordion-item:nth-child(1) .yzm-cjTop.active .yzm-cjTopimg { background-position: 0 -53px; }
    .yzm-accordion-item:nth-child(2) .yzm-cjTopimg { background-position: -64px 0px; }
    .yzm-accordion-item:nth-child(2) .yzm-cjTop.active .yzm-cjTopimg { background-position: -64px -53px; }
    .yzm-accordion-item:nth-child(3) .yzm-cjTopimg { background-position: -128px 0px; }
    .yzm-accordion-item:nth-child(3) .yzm-cjTop.active .yzm-cjTopimg { background-position: -128px -53px; }
    .yzm-accordion-item:nth-child(4) .yzm-cjTopimg { background-position: -195px 0px; }
    .yzm-accordion-item:nth-child(4) .yzm-cjTop.active .yzm-cjTopimg { background-position: -195px -53px; }
    .yzm-accordion-item:nth-child(5) .yzm-cjTopimg { background-position: -259px 0px; }
    .yzm-accordion-item:nth-child(5) .yzm-cjTop.active .yzm-cjTopimg { background-position: -259px -53px; }
    .yzm-cjTit { flex: 1; min-width: 0; }
    .yzm-cjTit h3 { font-size: 18px; color: #333; font-weight: bold; }
    .yzm-cjTit p {
      font-size: 14px;
      color: #888;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    .yzm-cjTop.active .yzm-cjTit h3,
    .yzm-cjTop.active .yzm-cjTit p { color: #fff; }
    .yzm-jt {
      width: 16px;
      height: 8px;
      background: url("/css/2022/images/ysj-jt.png") no-repeat center;
      background-size: contain;
      flex-shrink: 0;
      margin-left: 15px;
      transition: 0.2s;
    }
    .yzm-cjTop.active .yzm-jt {
      background: url("/css/2022/images/ysj-jt-1.png") no-repeat center;
      background-size: contain;
    }
    .yzm-cjCon {
      background: #fff;
      padding: 25px 30px 30px;
      border: 1px solid #ebeef5;
      border-top: none;
      display: none;
    }
    .yzm-cjCon.show {
      display: block;
    }
    .yzm-cjCon .yzm-cjConList h3 { font-size: 14px; color: #333; font-weight: bold; }
    .yzm-cjCon .yzm-cjConList p { font-size: 14px; color: #888; margin-top: 12px; }
    .yzm-cjCon .yzm-cjConList p a {
      display: inline-block;
      height: 34px;
      border: 1px solid #ebeef5;
      line-height: 34px;
      font-size: 14px;
      color: #666;
      padding: 0 18px;
      margin-right: 12px;
      border-radius: 10px;
      margin-bottom: 8px;
    }
    .yzm-cjCon .yzm-cjConList p a img { margin-right: 6px; }
    /* 产品优势 grid */
    .yzm-c4Con {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      margin-top: 40px;
    }
    @media (max-width: 768px) {
      .yzm-c4Con { grid-template-columns: 1fr; }
    }
    .yzm-advantage-card {
      border: 1px solid #ebeef5;
      padding: 28px 22px;
      border-radius: 10px;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      transition: 0.25s;
      background: #fff;
      min-height: 120px;
    }
    .yzm-advantage-card img { flex-shrink: 0; width: 44px; height: 44px; }
    .yzm-advantage-card .yzm-ysCon h4 { font-size: 18px; color: #333; font-weight: bold; }
    .yzm-advantage-card .yzm-ysCon p { font-size: 14px; color: #888; line-height: 24px; margin-top: 8px; }
    /* FAQ grid */
    .yzm-c5Con {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px 30px;
      margin-top: 35px;
    }
    @media (max-width: 992px) {
      .yzm-c5Con { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .yzm-c5Con { grid-template-columns: 1fr; }
    }
    .yzm-faq-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 10px;
      transition: 0.2s;
      background: transparent;
      border: 1px solid transparent;
    }
    .yzm-faq-item span {
      width: 20px;
      height: 20px;
      background: #0b9aff;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      border-radius: 50%;
      flex-shrink: 0;
    }
    .yzm-faq-item a {
      font-size: 14px;
      color: #666;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .yzm-faq-item:hover {
      border-color: #0b9aff;
      background: transparent;
    }
    /* 底部注册模块 */
    .yzm-con6 {
      background: linear-gradient(to right, #3666ff, #4671fa);
      padding: 60px 0;
      text-align: center;
    }
    .yzm-tit1 {
      font-size: 30px;
      color: #fff;
      font-weight: bold;
    }
    @media (max-width: 576px) {
      .yzm-tit1 { font-size: 22px; }
    }
    .yzm-ljzc {
      display: inline-block;
      width: 132px;
      height: 48px;
      background: #fff;
      font-size: 16px;
      text-align: center;
      line-height: 48px;
      color: #0071ef;
      border-radius: 10px;
      margin-top: 30px;
      transition: 0.25s;
    }
    .yzm-ljzc:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }
    .yzm-con1, .yzm-con3, .yzm-con5 { background: #f9faff; }
    .yzm-con2, .yzm-con4 { background: #fff; }
    @media (max-width: 576px) {
      .yzm-cjTop {
        height: auto;
        padding: 16px 16px;
        flex-wrap: wrap;
      }
      .yzm-cjTit p { display: none; }
      .yzm-cjCon { padding: 18px 16px; }
      .yzm-banBtn a {
        width: 90px;
        margin-right: 12px;
        font-size: 13px;
      }
      .yzm-pzxq-list {
        width: 100%;
        justify-content: space-between;
        padding: 0 10px;
      }
      .yzm-pzxq-list.full-width { width: 100%; }
    }
    /* 导航强制最高层级，优先响应点击 */
    #nav-top{
      position:relative;
      z-index:99999 !important;
      pointer-events:auto !important;
    }
