
    * { 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; }

    .ysj-container {
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .ysj-section {
      padding: 90px 0;
    }
    @media (max-width: 768px) {
      .ysj-section { padding: 50px 0; }
    }

    .ysj-title {
      font-size: 30px;
      color: #000;
      text-align: center;
      font-weight: bold;
    }
    @media (max-width: 576px) {
      .ysj-title { font-size: 24px; }
    }

    .ysj-small-text { font-size: 14px; color: #666; }
    .ysj-card, .ysj-btn, .ysj-plan-card, .ysj-advantage-card, .ysj-faq-item {
      border-radius: 10px !important;
    }
    .ysj-btn-primary, .ysj-pz-btn, .ysj-ljzc {
      border-radius: 10px;
      transition: all 0.25s ease;
    }
    .ysj-btn-primary:hover, .ysj-pz-btn:hover, .ysj-ljzc:hover {
      filter: brightness(1.1);
      box-shadow: 0 6px 18px rgba(13, 204, 255, 0.35);
      transform: translateY(-2px);
    }
    .ysj-plan-card:hover, .ysj-advantage-card:hover {
      box-shadow: 0 8px 28px rgba(0,0,0,0.07);
      transition: all 0.25s ease;
    }

    /* banner */
    .ysj-banner {
      width: 100%;
      background: url("/css/2022/images/ysj-banner.jpg") no-repeat top center;
      background-size: cover;
      height: 500px;
      margin-top: 60px;
      position: relative;
    }
    @media (max-width: 768px) {
      .ysj-banner { height: 380px; background-position: center; }
    }
    .ysj-banTxt { padding-top: 122px; box-sizing: border-box; }
    @media (max-width: 768px) { .ysj-banTxt { padding-top: 70px; } }
    .ysj-banTxt h1 {
      font-size: 36px;
      color: #fff;
      font-weight: bold;
    }
    @media (max-width: 576px) { .ysj-banTxt h1 { font-size: 26px; } }
    .ysj-banTxt p {
      font-size: 14px;
      color: #fff;
      max-width: 600px;
      line-height: 24px;
      text-align: justify;
      margin: 40px 0;
    }
    @media (max-width: 768px) {
      .ysj-banTxt p { max-width: 100%; margin: 20px 0; font-size: 13px; }
    }
    .ydn-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;
    }
    .ydn-banBtn a:hover {
      background: linear-gradient(to right, #0dccff, #4760ff);
      border: none;
    }
    .ydn-banBtn-zx {
      font-size: 14px;
      color: #fff;
      margin-top: 17px;
      display: inline-block;
    }

    /* 云手机有什么用 - 移除卡片背景 */
    .ysj-c1Con {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin-top: 50px;
    }
    @media (max-width: 992px) {
      .ysj-c1Con { grid-template-columns: repeat(2, 1fr); gap: 25px; }
    }
    @media (max-width: 576px) {
      .ysj-c1Con { grid-template-columns: 1fr; gap: 30px; }
    }
    .ysj-c1Con li {
      text-align: center;
      padding: 20px 12px;
      border-radius: 10px;
      transition: 0.2s;
      background: transparent;
    }
    .ysj-c1Con li span {
      display: block;
      width: 58px;
      height: 58px;
      background: #0b9aff;
      border-radius: 50%;
      margin: 0 auto 15px;
    }
    .ysj-c1Con li:nth-child(1) span { background: #0b9aff url("/css/2022/images/ysj-icon1.png") no-repeat center center; background-size: 30px; }
    .ysj-c1Con li:nth-child(2) span { background: #0b9aff url("/css/2022/images/ysj-icon2.png") no-repeat center center; background-size: 30px; }
    .ysj-c1Con li:nth-child(3) span { background: #0b9aff url("/css/2022/images/ysj-icon3.png") no-repeat center center; background-size: 30px; }
    .ysj-c1Con li:nth-child(4) span { background: #0b9aff url("/css/2022/images/ysj-icon4.png") no-repeat center center; background-size: 30px; }
    .ysj-c1Con li h3 {
      font-size: 18px;
      color: #333;
      font-weight: bold;
      margin: 12px 0 10px;
    }
    .ysj-c1Con li p {
      font-size: 14px;
      color: #777;
      line-height: 24px;
    }

    /* 收费标准 grid */
    .ysj-c2Con {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin-top: 50px;
    }
    @media (max-width: 992px) {
      .ysj-c2Con { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .ysj-c2Con { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
    }
    .ysj-plan-card {
      border: 1px solid #ebeef5;
      padding: 0 20px 30px;
      background: #fff;
      border-radius: 10px;
      transition: 0.25s;
      display: flex;
      flex-direction: column;
    }
    .ysj-plan-card .ysj-pz-tit {
      height: 60px;
      line-height: 60px;
      font-size: 18px;
      color: #333;
      text-align: center;
      border-bottom: 1px solid #ebeef5;
      font-weight: bold;
    }
    .ysj-pzxq {
      padding: 25px 0 10px;
      text-align: center;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .ysj-pzxq-list { margin-bottom: 20px; }
    .ysj-pzxq-list p:first-child { font-size: 14px; color: #888; margin-bottom: 6px; }
    .ysj-pzxq-list p:last-child { font-size: 16px; color: #333; }
    .ysj-pzPric { font-size: 14px; color: #888; margin-top: 5px; }
    .ysj-pzPric span { font-size: 24px; color: #e8511b; }
    .ysj-pz-btn {
      display: block;
      width: 100%;
      max-width: 211px;
      margin: 25px 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;
    }

    /* 使用场景 - 严格按照原始代码图标定位 */
    .ysj-c3Con { margin-top: 50px; }
    .ysj-c3Con > li { width: 100%;  }
    .ysj-cjTop {
      height: 100px;
      background: #f9f9f9;
      cursor: pointer;
      padding: 0 30px;
      border: 1px solid #ebeef5;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: 0.2s;
    }
    .ysj-cjTop.ysj-cjTopact {
      background: #0b9aff;
      border-color: #0b9aff;
    }
    /* 图标基础：使用精灵图，根据原始代码定位 */
    .ysj-cjTopimg {
      width: 30px;
      height: 30px;
      background: url("/css/2022/images/ysj-icon.png") no-repeat;
      flex-shrink: 0;
      margin-right: 20px;
    }
    /* 第1个：云游戏 - 默认 0 0，高亮 0 -53px (原始代码) */
    .ysj-c3Con > li:nth-child(1) .ysj-cjTopimg { background-position: 0 0; }
    .ysj-c3Con > li:nth-child(1) .ysj-cjTop.ysj-cjTopact .ysj-cjTopimg { background-position: 0 -53px; }

    /* 第2个：云直播 - 默认 -64px 0px，高亮 -64px -53px (原始代码) */
    .ysj-c3Con > li:nth-child(2) .ysj-cjTopimg { background-position: -64px 0px; }
    .ysj-c3Con > li:nth-child(2) .ysj-cjTop.ysj-cjTopact .ysj-cjTopimg { background-position: -64px -53px; }

    /* 第3个：安全办公 - 默认 -128px 0px，高亮 -128px -53px (原始代码) */
    .ysj-c3Con > li:nth-child(3) .ysj-cjTopimg { background-position: -128px 0px; }
    .ysj-c3Con > li:nth-child(3) .ysj-cjTop.ysj-cjTopact .ysj-cjTopimg { background-position: -128px -53px; }

    /* 第4个：云手游 - 默认 -186px 0px，高亮 -186px -53px (原始代码) */
    .ysj-c3Con > li:nth-child(4) .ysj-cjTopimg { background-position: -186px 0px; }
    .ysj-c3Con > li:nth-child(4) .ysj-cjTop.ysj-cjTopact .ysj-cjTopimg { background-position: -186px -53px; }

    .ysj-cjTit { flex: 1; }
    .ysj-cjTit h3 { font-size: 18px; color: #333; font-weight: bold; }
    .ysj-cjTit p { font-size: 14px; color: #888; margin-top: 4px; }
    .ysj-cjTop.ysj-cjTopact .ysj-cjTit h3,
    .ysj-cjTop.ysj-cjTopact .ysj-cjTit p { color: #fff; }

    .ysj-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;
    }
    .ysj-jt.ysj-jtact {
      background: url("/css/2022/images/ysj-jt-1.png") no-repeat center;
      background-size: contain;
    }
    .ysj-cjCon {
      background: #fff;
      padding: 25px 30px 30px;
      border: 1px solid #ebeef5;
      border-top: none;
      display: none;
    }
    .ysj-cjCon .ysj-cjConList h3 { font-size: 14px; color: #333; font-weight: bold; }
    .ysj-cjCon .ysj-cjConList p { font-size: 14px; color: #888; margin-top: 12px; }
    .ysj-cjCon .ysj-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;
    }
    .ysj-cjCon .ysj-cjConList p a img { margin-right: 6px; }

    /* 产品优势 */
    .ysj-c4Con {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      margin-top: 40px;
    }
    @media (max-width: 768px) {
      .ysj-c4Con { grid-template-columns: 1fr; }
    }
    .ysj-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;
    }
    .ysj-advantage-card img { flex-shrink: 0; width: 44px; height: 44px; }
    .ysj-advantage-card .ysj-ysCon h4 { font-size: 18px; color: #333; font-weight: bold; }
    .ysj-advantage-card .ysj-ysCon p { font-size: 14px; color: #888; line-height: 24px; margin-top: 8px; }

    /* FAQ - 移除白色背景 */
    .ysj-c5Con {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px 30px;
      margin-top: 35px;
    }
    @media (max-width: 992px) {
      .ysj-c5Con { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .ysj-c5Con { grid-template-columns: 1fr; }
    }
    .ysj-faq-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 10px;
      transition: 0.2s;
      background: transparent;
      border: 1px solid transparent;
    }
    .ysj-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;
    }
    .ysj-faq-item a {
      font-size: 14px;
      color: #666;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .ysj-faq-item:hover {
      border-color: #0b9aff;
      background: transparent;
    }

    /* 立即注册按钮 */
    .ysj-ljzc {
      display: block;
      width: 142px;
      height: 39px;
      background: linear-gradient(to right, #0dccff, #4760ff);
      font-size: 14px;
      text-align: center;
      line-height: 39px;
      color: #fff;
      margin: 40px auto 0;
      border-radius: 10px;
    }

    .ysj-con1, .ysj-con3, .ysj-con5 { background: #f9faff; }
    .ysj-con2, .ysj-con4 { background: #fff; }
    .ysj-con6 { background: #fff; padding-bottom: 90px; }

    @media (max-width: 576px) {
      .ysj-cjTop {
        height: auto;
        padding: 16px 16px;
        flex-wrap: wrap;
      }
      .ysj-cjTit p { display: none; }
      .ysj-cjCon { padding: 18px 16px; }
      .ydn-banBtn a {
        width: 90px;
        margin-right: 12px;
        font-size: 13px;
      }
    }
