
    /* ===== 全局重置 ===== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif !important;
      background: #ffffff;
      color: #333;
      line-height: 1.5;
    }
    a {
      text-decoration: none;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    a:hover {
      text-decoration: none;
    }
    ul, ol, li {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    img {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      border: 0;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
    }

    /* ===== 容器 ===== */
    .waf-container {
      max-width: 1350px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
    }
    @media (max-width: 576px) {
      .waf-container {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

    /* ===== 通用标题 ===== */
    .waf-tit {
      font-size: 30px;
      color: #000;
      font-weight: bold;
      text-align: center;
      margin: 0 0 48px 0;
    }

    /* ===== 通用内边距 ===== */
    .waf-section {
      padding: 80px 0 60px 0;
    }
    @media (max-width: 768px) {
      .waf-section {
        padding: 50px 0 40px 0;
      }
    }

    /* ===== Banner ===== */
    .waf-ban {
      width: 100%;
      background: url("/css/2019/images/waf-banner.jpg") no-repeat center center;
      margin-top: 60px;
    }
    .waf-baCon {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 20px;
    }
    .waf-baConL {
      flex: 1;
      min-width: 300px;
      padding-top: 105px;
      padding-bottom: 70px;
    }
    .waf-baConL p:first-child {
      font-size: 42px;
      color: #000;
      font-weight: bold;
      margin: 0;
    }
    .waf-baConL p:nth-child(2) {
      font-size: 14px;
      color: #666;
      max-width: 598px;
      line-height: 30px;
      margin-top: 23px;
      margin-bottom: 25px;
    }
    .waf-baBtn {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }
    .waf-baBtn a {
      display: inline-block;
      padding: 0 30px;
      height: 35px;
      line-height: 35px;
      border: 1px solid #0066ff;
      font-size: 14px;
      color: #0066ff;
      text-align: center;
      border-radius: 4px;
      transition: all 0.3s ease;
    }
    .waf-baBtn a:hover {
      background: #0066ff;
      color: #fff;
    }

    .waf-baConR {
      flex: 0 0 540px;
      height: 540px;
      position: relative;
      max-width: 100%;
    }
    .waf-baConR > img {
      position: absolute;
      top: 118px;
      left: 135px;
      z-index: 100;
      max-width: 60%;
    }
    .waf-circle {
      border: 2px solid #0878b4;
      border-radius: 50%;
      position: absolute;
    }
    .waf-shan {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      border: 2px solid #0878b4;
      width: 300px;
      height: 300px;
      border-radius: 100%;
      animation: waf-run 6s linear infinite;
    }
    .waf-shan1 { width: 330px; height: 330px; animation: waf-run1 6s linear infinite; }
    .waf-shan2 { width: 360px; height: 360px; animation: waf-run2 6s linear infinite; border-color: #076198; }
    .waf-shan3 { width: 390px; height: 390px; animation: waf-run3 6s linear infinite; border-color: #07568b; }
    .waf-shan4 { width: 420px; height: 420px; animation: waf-run4 6s linear infinite; border-color: #073f6f; }
    .waf-shan5 { width: 450px; height: 450px; animation: waf-run5 6s linear infinite; border-color: #073f6f; }
    .waf-shan6 { width: 480px; height: 480px; animation: waf-run6 6s linear infinite; border-color: #063361; }
    .waf-shan7 { width: 510px; height: 510px; animation: waf-run7 6s linear infinite; border-color: #062853; }
    .waf-shan8 { width: 540px; height: 540px; animation: waf-run8 6s linear infinite; border-color: #061c45; }

    @keyframes waf-run {
      0% { border-color: #050529; }
      10% { border-color: #0878b4; }
      100% { border-color: #0878b4; }
    }
    @keyframes waf-run1 {
      0% { border-color: #050529; }
      20% { border-color: #0878b4; }
      100% { border-color: #086da6; }
    }
    @keyframes waf-run2 {
      0% { border-color: #050529; }
      30% { border-color: #076198; }
      100% { border-color: #076198; }
    }
    @keyframes waf-run3 {
      0% { border-color: #050529; }
      40% { border-color: #07568b; }
      100% { border-color: #07568b; }
    }
    @keyframes waf-run4 {
      0% { border-color: #050529; }
      50% { border-color: #073f6f; }
      100% { border-color: #073f6f; }
    }
    @keyframes waf-run5 {
      0% { border-color: #050529; }
      60% { border-color: #073f6f; }
      100% { border-color: #073f6f; }
    }
    @keyframes waf-run6 {
      0% { border-color: #050529; }
      70% { border-color: #063361; }
      100% { border-color: #063361; }
    }
    @keyframes waf-run7 {
      0% { border-color: #050529; }
      80% { border-color: #062853; }
      100% { border-color: #062853; }
    }
    @keyframes waf-run8 {
      0% { border-color: #050529; }
      90% { border-color: #061c45; }
      100% { border-color: #061c45; }
    }

    @media (max-width: 992px) {
      .waf-baConR {
        flex: 0 0 400px;
        height: 400px;
      }
      .waf-baConR > img {
        top: 80px;
        left: 100px;
      }
      .waf-shan { width: 220px; height: 220px; }
      .waf-shan1 { width: 242px; height: 242px; }
      .waf-shan2 { width: 264px; height: 264px; }
      .waf-shan3 { width: 286px; height: 286px; }
      .waf-shan4 { width: 308px; height: 308px; }
      .waf-shan5 { width: 330px; height: 330px; }
      .waf-shan6 { width: 352px; height: 352px; }
      .waf-shan7 { width: 374px; height: 374px; }
      .waf-shan8 { width: 396px; height: 396px; }
    }
    @media (max-width: 768px) {
      .waf-baCon {
        flex-direction: column;
      }
      .waf-baConL {
        padding-top: 80px;
      }
      .waf-baConL p:first-child {
        font-size: 28px;
      }
      .waf-baConL p:nth-child(2) {
        max-width: 100%;
        font-size: 13px;
        line-height: 24px;
        margin-top: 25px;
        margin-bottom: 30px;
      }
      .waf-baConR {
        flex: 0 0 320px;
        height: 320px;
        margin: 0 auto;
      }
      .waf-baConR > img {
        top: 60px;
        left: 80px;
        max-width: 50%;
      }
      .waf-shan { width: 180px; height: 180px; }
      .waf-shan1 { width: 198px; height: 198px; }
      .waf-shan2 { width: 216px; height: 216px; }
      .waf-shan3 { width: 234px; height: 234px; }
      .waf-shan4 { width: 252px; height: 252px; }
      .waf-shan5 { width: 270px; height: 270px; }
      .waf-shan6 { width: 288px; height: 288px; }
      .waf-shan7 { width: 306px; height: 306px; }
      .waf-shan8 { width: 324px; height: 324px; }
      .waf-baBtn a {
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .waf-baConL {
        padding-top: 50px;
      }
      .waf-baConL p:first-child {
        font-size: 26px;
      }
      .waf-baConL p:nth-child(2) {
        font-size: 12px;
        line-height: 22px;
        margin-top: 18px;
        margin-bottom: 20px;
      }
      .waf-baConR {
        flex: 0 0 240px;
        height: 240px;
      }
      .waf-baConR > img {
        top: 40px;
        left: 60px;
        max-width: 45%;
      }
      .waf-shan { width: 130px; height: 130px; }
      .waf-shan1 { width: 143px; height: 143px; }
      .waf-shan2 { width: 156px; height: 156px; }
      .waf-shan3 { width: 169px; height: 169px; }
      .waf-shan4 { width: 182px; height: 182px; }
      .waf-shan5 { width: 195px; height: 195px; }
      .waf-shan6 { width: 208px; height: 208px; }
      .waf-shan7 { width: 221px; height: 221px; }
      .waf-shan8 { width: 234px; height: 234px; }
      .waf-baBtn a {
        padding: 0 16px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
      }
    }

    /* ===== 导航 ===== */
    .waf-nav {
      width: 100%;
      background: rgba(255,255,255,0.5);
      height: 48px;
    }
    .waf-navList {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      padding: 0 20px;
    }
    .waf-navList li {
      flex: 1;
      text-align: center;
    }
    .waf-navList li:first-child {
      flex: 2;
      text-align: left;
    }
    .waf-navList li:nth-child(3) {
      flex: 1.5;
    }
    .waf-naT {
      display: inline-block;
      line-height: 48px;
      color: #666;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      transition: color 0.2s ease;
    }
    .waf-naT:hover {
      color: #0066ff;
    }
    .waf-navAc {
      color: #0066ff;
    }

    @media (max-width: 768px) {
      .waf-nav {
        height: auto;
        padding: 8px 0;
      }
      .waf-navList {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 10px;
      }
      .waf-navList li {
        flex: 0 0 auto;
        text-align: center;
      }
      .waf-navList li:first-child {
        flex: 0 0 auto;
        text-align: center;
      }
      .waf-navList li:nth-child(3) {
        flex: 0 0 auto;
      }
      .waf-naT {
        font-size: 13px;
        line-height: 30px;
        padding: 0 6px;
      }
    }

    /* ===== con1 云WAF优势 ===== */
    .waf-con1 {
      background: #f7f9ff;
      padding: 80px 0 60px 0;
    }
    .waf-con1 .waf-tit {
      margin-bottom: 30px;
    }
    .waf-cTit {
      display: flex;
      justify-content: space-between;
      max-width: 460px;
      margin: 0 auto;
    }
    .waf-cTit span {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      text-align: center;
      cursor: pointer;
      font-weight: bold;
      padding: 0 10px;
      border-bottom: 2px solid transparent;
      transition: all 0.2s ease;
    }
    .waf-cTit span.waf-active {
      border-bottom-color: #0066ff;
      color: #0066ff;
    }
    .waf-cTit span:hover {
      color: #0066ff;
    }

    .waf-con1Bc {
      margin-top: 40px;
    }
    .waf-ys {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px 30px;
    }
    .waf-ys li {
      text-align: center;
      padding: 30px 15px;
      border-radius: 8px;
      transition: all 0.2s ease;
    }
    .waf-ys li:hover {
      background: #fff;
      box-shadow: 0 0 20px rgba(0,0,0,0.06);
    }
    .waf-ysImg {
      width: 48px;
      height: 48px;
      margin: 0 auto;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: all 0.2s ease;
    }
    .waf-ys li:nth-child(1) .waf-ysImg { background-image: url("/css/2019/images/waf_fanxiang.png"); }
    .waf-ys li:nth-child(1):hover .waf-ysImg { background-image: url("/css/2019/images/waf_fanxiang_1.png"); }
    .waf-ys li:nth-child(2) .waf-ysImg { background-image: url("/css/2019/images/waf_jianmo.png"); }
    .waf-ys li:nth-child(2):hover .waf-ysImg { background-image: url("/css/2019/images/waf_jianmo_1.png"); }
    .waf-ys li:nth-child(3) .waf-ysImg { background-image: url("/css/2019/images/waf_fangyu.png"); }
    .waf-ys li:nth-child(3):hover .waf-ysImg { background-image: url("/css/2019/images/waf_fangyu_1.png"); }
    .waf-ys li:nth-child(4) .waf-ysImg { background-image: url("/css/2019/images/waf_xuexi.png"); }
    .waf-ys li:nth-child(4):hover .waf-ysImg { background-image: url("/css/2019/images/waf_xuexi_1.png"); }
    .waf-ys li:nth-child(5) .waf-ysImg { background-image: url("/css/2019/images/waf_anquan.png"); }
    .waf-ys li:nth-child(5):hover .waf-ysImg { background-image: url("/css/2019/images/waf_anquan_1.png"); }
    .waf-ys li:nth-child(6) .waf-ysImg { background-image: url("/css/2019/images/waf_cpaq.png"); }
    .waf-ys li:nth-child(6):hover .waf-ysImg { background-image: url("/css/2019/images/waf_cpaq_1.png"); }
    .waf-ys li:nth-child(7) .waf-ysImg { background-image: url("/css/2019/images/waf_bushu.png"); }
    .waf-ys li:nth-child(7):hover .waf-ysImg { background-image: url("/css/2019/images/waf_bushu_1.png"); }
    .waf-ys li:nth-child(8) .waf-ysImg { background-image: url("/css/2019/images/waf_SSL.png"); }
    .waf-ys li:nth-child(8):hover .waf-ysImg { background-image: url("/css/2019/images/waf_SSL_1.png"); }

    .waf-ys li p:nth-child(2) {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 12px;
      font-weight: bold;
    }
    .waf-ys li p:nth-child(3) {
      font-size: 14px;
      color: #777;
      line-height: 24px;
      max-width: 200px;
      margin: 0 auto;
    }

    .waf-db {
      display: none;
      margin-top: 30px;
    }
    .waf-db table {
      border: 1px solid #ebebeb;
      border-radius: 8px;
      width: 100%;
    }
    .waf-db td {
      border-right: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding: 15px 20px;
      vertical-align: middle;
      font-size: 14px;
      color: #555;
    }
    .waf-db td:last-child {
      border-right: none;
    }
    .waf-db tr:last-child td {
      border-bottom: none;
    }
    .waf-db tr.waf-meu td {
      padding: 0;
      font-size: 18px;
      font-weight: bold;
      background: #f9f9f9;
      height: 55px;
      text-align: center;
    }
    .waf-db tr.waf-meu1 td {
      padding: 18px 20px;
      height: auto;
    }
    .waf-db tr.waf-meu1 td p:first-child {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 8px;
      color: #333;
    }
    .waf-db tr.waf-meu1 td p:last-child {
      font-size: 14px;
      color: #666;
      font-weight: normal;
      margin: 0;
    }

    @media (max-width: 992px) {
      .waf-ys {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }
      .waf-db table {
        font-size: 12px;
      }
      .waf-db td {
        font-size: 12px;
        padding: 10px 14px;
      }
      .waf-db tr.waf-meu td {
        font-size: 15px;
        height: 44px;
      }
    }
    @media (max-width: 768px) {
      .waf-con1 {
        padding: 50px 0 40px 0;
      }
      .waf-cTit {
        max-width: 100%;
      }
      .waf-cTit span {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
      }
      .waf-ys {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }
      .waf-ys li {
        padding: 20px 10px;
      }
      .waf-ys li p:nth-child(2) {
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 8px;
      }
      .waf-ys li p:nth-child(3) {
        font-size: 13px;
        line-height: 22px;
      }
      .waf-ysImg {
        width: 40px;
        height: 40px;
      }
    }
    @media (max-width: 576px) {
      .waf-ys {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }
      .waf-cTit span {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        padding: 0 6px;
      }
      .waf-db td {
        font-size: 11px;
        padding: 8px 10px;
      }
    }

    /* ===== con2 产品功能 ===== */
    .waf-con2 {
      background: #fff;
      padding: 80px 0 60px 0;
    }
    .waf-con2 .waf-tit {
      margin-bottom: 40px;
    }
    .waf-con2-con {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .waf-pre, .waf-next {
      flex: 0 0 32px;
      height: 50px;
      cursor: pointer;
      border-radius: 4px;
      transition: all 0.2s ease;
    }
    .waf-pre {
      background: #eee url("/css/2019/images/waf_prev.png") no-repeat center;
      background-size: 16px;
    }
    .waf-next {
      background: #dbdbdb url("/css/2019/images/waf_next.png") no-repeat center;
      background-size: 16px;
    }
    .waf-pre:hover { background-color: #ddd; }
    .waf-next:hover { background-color: #ccc; }

    .waf-cpList {
      flex: 1;
      overflow: hidden;
      position: relative;
      height: 327px;
    }
    .waf-cpList > ul {
      display: flex;
      transition: transform 0.4s ease;
      width: 100%;
    }
    .waf-cpList > ul > li {
      flex: 0 0 275px;
      height: 327px;
      text-align: center;
      padding: 40px 20px 30px;
      position: relative;
      border-right: 1px solid #ddd;
      transition: all 0.3s ease;
    }
    .waf-cpList > ul > li:first-child {
      border-left: none;
    }
    .waf-cpList > ul > li img {
      width: auto;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(2180%) hue-rotate(215deg) brightness(98%) contrast(105%);
    }
    .waf-cpList > ul > li p:nth-child(2) {
      font-size: 14px;
      margin: 25px 0 12px;

    }
    .waf-cpList > ul > li p:nth-child(3) {
      font-size: 14px;
      line-height: 26px;
      color: #666;
    }
    .waf-cpTxt {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      overflow: hidden;
      background: #0066ff;
      padding: 0 20px;
      text-align: center;
      transition: height 0.3s ease;
      border-radius: 0 0 8px 8px;
    }
    .waf-cpTxt p:first-child {
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      margin-top: 60px;
      margin-bottom: 20px;
    }
    .waf-cpTxt p:last-child {
      font-size: 14px;
      color: #fff;
      line-height: 26px;
    }
    .waf-cpList > ul > li:hover .waf-cpTxt {
      height: 327px;
    }

    @media (max-width: 992px) {
      .waf-cpList > ul > li {
        flex: 0 0 220px;
        padding: 30px 14px 20px;
        height: 300px;
      }
      .waf-cpList {
        height: 300px;
      }
      .waf-cpList > ul > li img {
        height: 50px;
      }
      .waf-cpList > ul > li p:nth-child(2) {
        font-size: 17px;
        margin: 18px 0 10px;
      }
      .waf-cpTxt p:first-child {
        font-size: 17px;
        margin-top: 40px;
      }
    }
    @media (max-width: 768px) {
      .waf-con2 {
        padding: 50px 0 40px 0;
      }
      .waf-cpList > ul > li {
        flex: 0 0 180px;
        padding: 20px 10px 16px;
        height: 260px;
      }
      .waf-cpList {
        height: 260px;
      }
      .waf-cpList > ul > li img {
        height: 40px;
      }
      .waf-cpList > ul > li p:nth-child(2) {
        font-size: 15px;
        margin: 14px 0 8px;
      }
      .waf-cpList > ul > li p:nth-child(3) {
        font-size: 12px;
        line-height: 20px;
      }
      .waf-cpTxt p:first-child {
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 12px;
      }
      .waf-cpTxt p:last-child {
        font-size: 12px;
        line-height: 20px;
      }
      .waf-pre, .waf-next {
        flex: 0 0 24px;
        height: 38px;
        background-size: 12px !important;
      }
    }
    @media (max-width: 576px) {
      .waf-cpList > ul > li {
        flex: 0 0 150px;
        height: 220px;
        padding: 16px 8px 12px;
      }
      .waf-cpList {
        height: 220px;
      }
      .waf-cpList > ul > li img {
        height: 32px;
      }
      .waf-cpList > ul > li p:nth-child(2) {
        font-size: 13px;
        margin: 10px 0 6px;
      }
      .waf-cpList > ul > li p:nth-child(3) {
        font-size: 11px;
        line-height: 18px;
      }
      .waf-cpTxt p:first-child {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 8px;
      }
      .waf-cpTxt p:last-child {
        font-size: 11px;
        line-height: 18px;
      }
    }

    /* ===== con3 适用业务 ===== */
    .waf-con3 {
      padding: 80px 0 60px 0;
      background:#f7f9ff;
    }
    .waf-con3 .waf-tit {
      margin-bottom: 40px;
    }
    .waf-con3-con ul {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
    }
    .waf-con3-con ul li {
      border-bottom: 1px solid #ddd;
    }
    .waf-con3-con ul li:last-child {
      border-bottom: none;
    }
    .waf-con3LT {
      padding: 18px 20px;
      display: flex;
      align-items: center;
      cursor: pointer;
      background: #f9f9f9;
      transition: all 0.2s ease;
      gap: 20px;
    }
    .waf-con3LT:hover {
      box-shadow: inset 0 0 12px #ebebeb;
    }
    .waf-con3LT.waf-active1 {
      background: #0066ff;
    }
    .waf-con3LT.waf-active1 .waf-c1C p {
      color: #fff;
    }

    .waf-tb {
      width: 45px;
      height: 40px;
      flex-shrink: 0;
      background: url("/css/2019/images/waf_icon1.png") no-repeat 0 0;
    }
    .waf-tb.waf-tbAc {
      background-position-y: -77px;
    }
    .waf-con3-con ul li:nth-child(2) .waf-tb {
      background-position-x: -93px;
      height: 45px;
    }
    .waf-con3-con ul li:nth-child(3) .waf-tb {
      background-position-x: -185px;
      height: 45px;
    }
    .waf-con3-con ul li:nth-child(4) .waf-tb {
      background-position-x: -278px;
      height: 45px;
    }
    .waf-con3-con ul li:nth-child(2) .waf-tb.waf-tbAc {
      background-position-y: -77px;
    }
    .waf-con3-con ul li:nth-child(3) .waf-tb.waf-tbAc {
      background-position-y: -77px;
    }
    .waf-con3-con ul li:nth-child(4) .waf-tb.waf-tbAc {
      background-position-y: -77px;
    }

    .waf-c1C {
      flex: 1;
    }
    .waf-c1C p:first-child {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      margin: 0 0 4px 0;
    }
    .waf-c1C p:last-child {
      font-size: 14px;
      color: #666;
      margin: 0;
    }
    .waf-con3LT.waf-active1 .waf-c1C p {
      color: #fff;
    }

    .waf-jij {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      flex-shrink: 0;
      box-shadow: 0 0 5px #dcdfe2;
      background: #0066ff url("/css/2019/images/waf_icon2.png") no-repeat 7px 7px;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    .waf-jij.waf-jijAc {
      background-color: #fff;
      background-position-y: -68px;
    }

    .waf-c3LiC {
      display: none;
      padding: 25px 20px;
      background: #fff;
      border-top: 1px solid #ddd;
    }
    .waf-c3LiC.waf-c3LiC-active {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: flex-start;
    }
    .waf-c3LiC img {
      height: auto;
      flex-shrink: 0;
    }
    .waf-nzd {
      flex: 1;
      min-width: 200px;
    }
    .waf-nzd .waf-nzd-tit {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 16px;
    }
    .waf-jzSb {
      font-size: 16px;
      font-weight: bold;
      margin-top: 16px;
      margin-bottom: 6px;
      padding-left: 15px;
      position: relative;
    }
    .waf-jzSb:before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #a0a2a8;
      position: absolute;
      top: 8px;
      left: 0;
    }
    .waf-sbC {
      font-size: 14px;
      line-height: 26px;
      color: #666;
      padding-left: 15px;
      margin: 0;
    }
    .waf-nzd .waf-nzd-sub {
      font-size: 18px;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 12px;
    }
    .waf-jyDp {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 20px;
    }
    .waf-jyDp a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      color: #666;
      padding-left: 30px;
      position: relative;
      line-height: 30px;
      transition: color 0.2s ease;
    }
    .waf-jyDp a:hover {
      color: #3cabff;
    }
    .waf-jyDp a:before {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 5px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    .waf-jyDp a:nth-child(1):before { background-image: url("/css/2019/images/waf_sslSz.png"); }
    .waf-jyDp a:nth-child(2):before { background-image: url("/css/2019/images/waf_ip.png"); }
    .waf-jyDp a:nth-child(3):before { background-image: url("/css/2019/images/waf_gfFw.png"); }
    .waf-jyDp a:nth-child(4):before { background-image: url("/css/2019/images/waf_cs.png"); }


    @media (max-width: 768px) {
      .waf-con3 {
        padding: 50px 0 40px 0;
      }
      .waf-con3LT {
        padding: 14px 16px;
        gap: 12px;
        flex-wrap: wrap;
      }
      .waf-c1C p:first-child {
        font-size: 16px;
      }
      .waf-c1C p:last-child {
        font-size: 13px;
      }
      .waf-tb {
        width: 36px;
        height: 32px;
        background-size: 280px;
      }
      .waf-tb.waf-tbAc {
        background-position-y: -60px;
      }
      .waf-c3LiC {
        padding: 18px 14px;
        flex-direction: column;
        align-items: center;
      }


      .waf-nzd .waf-nzd-tit {
        font-size: 16px;
      }
      .waf-jzSb {
        font-size: 14px;
      }
      .waf-sbC {
        font-size: 13px;
        line-height: 24px;
      }
      .waf-jyDp a {
        font-size: 13px;
      }
      .waf-jij {
        width: 30px;
        height: 30px;
        background-size: 16px;
        background-position: 5px 5px;
      }
    }
    @media (max-width: 576px) {
      .waf-con3LT {
        padding: 10px 12px;
        gap: 8px;
      }
      .waf-tb {
        width: 28px;
        height: 24px;
        background-size: 220px;
      }
      .waf-c1C p:first-child {
        font-size: 14px;
      }
      .waf-c1C p:last-child {
        font-size: 12px;
      }


      .waf-jyDp {
        gap: 6px 12px;
      }
      .waf-jyDp a {
        font-size: 12px;
        padding-left: 24px;
        line-height: 26px;
      }
      .waf-jyDp a:before {
        width: 16px;
        height: 16px;
        top: 5px;
      }
    }

    /* ===== con4 常见问题 ===== */
    .waf-con4 {
      background: #fcfcfc;
      padding: 80px 0 60px 0;
    }
    .waf-con4 .waf-tit {
      margin-bottom: 40px;
    }
    .waf-con4-con {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 60px;
    }
    .waf-con4-con ul li {
      font-size: 14px;
      padding: 10px 0;
      border-bottom: 1px solid #f0f0f0;
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }
    .waf-con4-con ul li span {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #0066ff;
      color: #fff;
      font-size: 12px;
      text-align: center;
      line-height: 20px;
      border-radius: 4px;
      flex-shrink: 0;

    }
    .waf-con4-con ul li .waf-q-text {
      flex: 1;
      color: #333;
      margin-bottom: 0px;
    }
    .waf-con4-con ul li a {
      color: #3cabff;
      font-size: 13px;
      white-space: nowrap;
      transition: color 0.2s ease;
    }
    .waf-con4-con ul li a:hover {
      color: #1a7bc4;
    }

    @media (max-width: 992px) {
      .waf-con4-con {
        grid-template-columns: 1fr;
        gap: 0;
      }
    }
    @media (max-width: 768px) {
      .waf-con4 {
        padding: 50px 0 40px 0;
      }
      .waf-con4-con ul li {
        font-size: 13px;
        padding: 8px 0;
      }
      .waf-con4-con ul li a {
        font-size: 12px;
        margin-left: auto;
      }
    }

    /* ===== clearfix ===== */
    .waf-clear:after {
      clear: both;
      height: 0;
      overflow: hidden;
      display: block;
      visibility: hidden;
      content: ".";
    }
