
    /* ===== 全局重置 ===== */
    * {
      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: #fff;
      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%;
    }

    /* ===== 容器 ===== */
    .yxd-container {
      max-width: 1350px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
    }
    @media (max-width: 576px) {
      .yxd-container {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

    /* ===== 通用标题 ===== */
    .yxd-tit {
      font-size: 30px;
      color: #000;
      font-weight: bold;
      text-align: center;
      margin: 0;
    }

    /* ===== 通用内边距 ===== */
    .yxd-section {
      padding: 80px 0;
    }
    @media (max-width: 768px) {
      .yxd-section {
        padding: 50px 0;
      }
    }

    /* ===== Banner ===== */
    .yxd-banner {
      width: 100%;
      min-height: 500px;
      background: url("/css/2022/images/yxd-banner.jpg") no-repeat top center;
      background-size: cover;
      margin-top: 60px;
    }
    .yxd-banTxt {
      padding-top: 124px;
      padding-bottom: 30px;
      text-align: left;
    }
    .yxd-banTxt h1 {
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      margin: 0;
      text-align: left;
    }
    .yxd-banTxt p {
      font-size: 14px;
      color: #fff;
      max-width: 600px;
      line-height: 24px;
      margin: 30px 0;
      text-align: left;
    }
    .yxd-banTxt .yxd-ban-zxhd {
      font-size: 14px;
      color: #0066ff;
      text-align: left;
    }
    .yxd-banBtn {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 10px;
      justify-content: flex-start;
    }
    .yxd-banBtn a {
      display: inline-block;
      padding: 0 30px;
      height: 38px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      line-height: 38px;
      border-radius: 4px;
      transition: all 0.3s ease;
    }
    .yxd-banBtn a:first-child {
      background: none;
      border: 1px solid #fff;
    }
    .yxd-banBtn a:first-child:hover {
      background: #fff;
      color: #333;
    }
    .yxd-banBtn a:last-child {
      background: linear-gradient(to right, #0066ff, #2cb8ef);
    }
    .yxd-banBtn a:last-child:hover {
      opacity: 0.85;
    }

    @media (max-width: 768px) {
      .yxd-banner {
        min-height: 380px;
        background-position: center;
      }
      .yxd-banTxt {
        padding-top: 80px;
      }
      .yxd-banTxt h1 {
        font-size: 28px;
      }
      .yxd-banTxt p {
        max-width: 100%;
        font-size: 13px;
        line-height: 22px;
        margin: 20px 0;
      }
      .yxd-banBtn a {
        padding: 0 22px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .yxd-banner {
        min-height: 300px;
      }
      .yxd-banTxt {
        padding-top: 50px;
      }
      .yxd-banTxt h1 {
        font-size: 22px;
      }
      .yxd-banTxt p {
        font-size: 12px;
        line-height: 20px;
        margin: 14px 0;
      }
      .yxd-banBtn a {
        padding: 0 16px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
      }
    }

    /* ===== con1 ===== */
    .yxd-con1 {
      background: #f9faff;
      padding: 80px 0;
    }
    .yxd-con1 .yxd-tit {
      margin-bottom: 30px;
    }
    .yxd-c1Con {
      background: #fff;
      padding: 40px 30px;
      border-radius: 8px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.03);
    }
    .yxd-c1Top {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }
    .yxd-jgt {
      flex: 0 0 571px;
      max-width: 100%;
      position: relative;
    }
    .yxd-jgtImg {
      background: url("/css/2022/images/yxd-soluImg.png") no-repeat top center;
      background-size: contain;
      width: 100%;
      height: 408px;
      position: relative;
      z-index: 1;
    }
    .yxd-jgt svg {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
    }
    .yxd-ydjd {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 30px;
    }
    .yxd-ydjd span {
      font-size: 14px;
      color: #0066ff;
    }
    .yxd-soluCon {
      flex: 1;
      min-width: 280px;
    }
    .yxd-soluTxt {
      margin-bottom: 20px;
    }
    .yxd-soluTxt h3 {
      font-size: 18px;
      color: #0066ff;
      font-weight: bold;
      margin-bottom: 12px;
    }
    .yxd-soluTxt p {
      font-size: 14px;
      color: #666;
      line-height: 24px;
    }
    .yxd-soluTxt ul {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 30px;
      margin-top: 16px;
    }
    .yxd-soluTxt ul li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      color: #666;
    }
    .yxd-soluTxt ul li img {
      width: 20px;
      height: 20px;
    }

    /* SVG 动画 - 修复显示 */
    .yxd-jgt svg {
      display: block;
    }
    #path01, #path02 {
      fill: #efeff1;
      stroke: #7393db;
      fill-rule: evenodd;
      -webkit-animation: lMove 1s linear forwards;
      animation: lMove 1s linear forwards;
      stroke-width: 1px;
      opacity: 0;
    }
    #path02 {
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -ms-animation-delay: 1s;
      -o-animation-delay: 1s;
    }
    @keyframes lMove {
      0% { stroke-dasharray: 0, 378; }
      100% { stroke-dasharray: 4 2; opacity: 1; }
    }
    .yxd-jgt .line {
      stroke-dasharray: 3;
      stroke-opacity: 1;
      -webkit-animation: dash 25s linear infinite;
      animation: dash 25s linear infinite;
    }
    @keyframes dash {
      100% { stroke-dashoffset: -1000; }
    }
    .cls-1 { stroke-width: 1px; stroke: #8eaaff; opacity: 0.6; fill: none; }
    .cls-2 { fill: #6376ba; }

    .yxd-xgcp {
      margin-top: 40px;
    }
    .yxd-xgcp-tit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
    }
    .yxd-xgcp-tit span:first-child,
    .yxd-xgcp-tit span:last-child {
      flex: 1;
      max-width: 505px;
      height: 1px;
      background: #ebebec;
    }
    .yxd-xgcp-tit span:nth-child(2) {
      font-size: 14px;
      color: #333;
      white-space: nowrap;
    }
    .yxd-xgcp-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 15px;
      margin-top: 30px;
    }
    .yxd-xgcp-list a {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 20px;
      height: 45px;
      border: 1px solid #ebebec;
      border-radius: 4px;
      transition: all 0.2s ease;
      white-space: nowrap;
      flex: 1;
      min-width: 100px;
      justify-content: center;
    }
    .yxd-xgcp-list a:hover {
      border-color: #0066ff;
      box-shadow: 0 2px 8px rgba(0,102,255,0.1);
    }
    .yxd-xgcp-list a img {
      width: 20px;
      height: 20px;
    }
    .yxd-xgcp-list a span {
      font-size: 14px;
      color: #333;
    }

    .yxd-btn {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }
    .yxd-btn a {
      display: inline-block;
      padding: 0 30px;
      height: 35px;
      font-size: 14px;
      text-align: center;
      line-height: 35px;
      border-radius: 4px;
      transition: all 0.3s ease;
    }
    .yxd-btn a:first-child {
      background: #fff;
      border: 1px solid #ddd;
      color: #333;
    }
    .yxd-btn a:first-child:hover {
      border-color: #0066ff;
      color: #0066ff;
    }
    .yxd-btn a:last-child {
      background: linear-gradient(to right, #0066ff, #2cb8ef);
      color: #fff;
    }
    .yxd-btn a:last-child:hover {
      opacity: 0.85;
    }

    @media (max-width: 992px) {
      .yxd-jgt {
        flex: 0 0 100%;
      }
      .yxd-jgtImg {
        height: 300px;
      }
      .yxd-soluCon {
        flex: 0 0 100%;
      }
      .yxd-xgcp-list a {
        flex: 1 1 auto;
        min-width: 80px;
        padding: 0 14px;
        height: 40px;
        font-size: 13px;
      }
    }
    @media (max-width: 768px) {
      .yxd-con1 {
        padding: 50px 0;
      }
      .yxd-c1Con {
        padding: 20px 15px;
      }
      .yxd-jgtImg {
        height: 220px;
      }
      .yxd-soluTxt h3 {
        font-size: 16px;
      }
      .yxd-soluTxt p {
        font-size: 13px;
        line-height: 22px;
      }
      .yxd-soluTxt ul li {
        font-size: 13px;
      }
      .yxd-xgcp-tit span:first-child,
      .yxd-xgcp-tit span:last-child {
        max-width: 80px;
      }
      .yxd-btn {
        flex-wrap: wrap;
        gap: 15px;
      }
      .yxd-btn a {
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        flex: 1;
        min-width: 120px;
        text-align: center;
      }
    }

    /* ===== con2 表格 ===== */
    .yxd-con2 {
      padding: 80px 0;
    }
    .yxd-con2 .yxd-tit {
      margin-bottom: 30px;
    }
    .yxd-table-wrap {
      overflow-x: auto;
      margin-top: 20px;
    }
    .yxd-table-wrap table {
      border: 1px solid #ebebec;
      min-width: 700px;
      border-radius: 8px;
    }
    .yxd-table-wrap th {
      height: 60px;
      background: #f5f5f5;
      text-align: center;
      font-size: 15px;
      color: #333;
      border-right: 1px solid #ebebec;
      padding: 0 12px;
      font-weight: 600;
    }
    .yxd-table-wrap td {
      height: 56px;
      text-align: center;
      font-size: 14px;
      color: #333;
      border-right: 1px solid #ebebec;
      border-bottom: 1px solid #ebebec;
      padding: 0 10px;
    }
    .yxd-table-wrap td a {
      color: #0066ff;
    }
    .yxd-table-wrap td a:hover {
      color: #0044cc;
    }
    .yxd-table-wrap td a.yxd-ljgm {
      display: inline-block;
      padding: 0 20px;
      height: 32px;
      background: linear-gradient(to right, #0066ff, #2cb8ef);
      color: #fff;
      text-align: center;
      line-height: 32px;
      border-radius: 4px;
    }
    .yxd-table-wrap td a.yxd-ljgm:hover {
      opacity: 0.85;
    }

    .yxd-btn1 {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }
    .yxd-btn1 a {
      display: inline-block;
      padding: 0 30px;
      height: 35px;
      font-size: 14px;
      text-align: center;
      line-height: 35px;
      border-radius: 4px;
      transition: all 0.3s ease;
    }
    .yxd-btn1 a:first-child {
      background: #fff;
      border: 1px solid #ddd;
      color: #333;
    }
    .yxd-btn1 a:first-child:hover {
      border-color: #0066ff;
      color: #0066ff;
    }
    .yxd-btn1 a:last-child {
      background: linear-gradient(to right, #0066ff, #2cb8ef);
      color: #fff;
    }
    .yxd-btn1 a:last-child:hover {
      opacity: 0.85;
    }

    @media (max-width: 768px) {
      .yxd-con2 {
        padding: 50px 0;
      }
      .yxd-table-wrap table {
        min-width: 600px;
        font-size: 12px;
      }
      .yxd-table-wrap th {
        font-size: 13px;
        height: 44px;
        padding: 0 8px;
      }
      .yxd-table-wrap td {
        font-size: 12px;
        height: 42px;
        padding: 0 6px;
      }
      .yxd-table-wrap td a.yxd-ljgm {
        padding: 0 14px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
      }
      .yxd-btn1 {
        flex-wrap: wrap;
        gap: 15px;
      }
      .yxd-btn1 a {
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        flex: 1;
        min-width: 120px;
        text-align: center;
      }
    }

    /* ===== con3 核心优势 ===== */
    .yxd-con3 {
      background: #f9faff;
      padding: 80px 0;
    }
    .yxd-con3 .yxd-tit {
      margin-bottom: 40px;
    }
    .yxd-ys {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
    }
    .yxd-ys li {
      text-align: center;
      padding: 20px 15px;
      border-radius: 8px;
      transition: box-shadow 0.2s ease;
    }
    .yxd-ys li:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }
    .yxd-ysImg {
      width: 48px;
      height: 48px;
      margin: 0 auto;
    }
    .yxd-ysImg img {
      max-width: 100%;
      height: auto;
    }
    .yxd-ys li h3 {
      font-size: 18px;
      color: #333;
      margin: 18px 0 12px;
      font-weight: bold;
    }
    .yxd-ys li p {
      font-size: 13px;
      color: #666;
      line-height: 24px;
    }

    .yxd-cpdb {
      margin-top: 50px;
      overflow-x: auto;
    }
    .yxd-cpdb table {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      min-width: 700px;
    }
    .yxd-cpdb th {
      text-align: center;
      height: 56px;
      background: #0066ff;
      color: #fff;
      font-size: 15px;
      border-right: 1px dashed #ccd5db;
      padding: 0 12px;
      font-weight: 600;
    }
    .yxd-cpdb td {
      text-align: center;
      height: 60px;
      background: #fff;
      color: #555;
      font-size: 14px;
      border-right: 1px dashed #ccd5db;
      padding: 0 12px;
      line-height: 1.6;
    }
    .yxd-cpdb td:last-child {
      border-right: none;
    }
    .yxd-cpdb td.yxd-bg {
      background: #f5f8fa;
    }

    @media (max-width: 992px) {
      .yxd-ys {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 768px) {
      .yxd-con3 {
        padding: 50px 0;
      }
      .yxd-ys {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }
      .yxd-ys li {
        padding: 16px 12px;
      }
      .yxd-ys li h3 {
        font-size: 16px;
      }
      .yxd-ys li p {
        font-size: 12px;
        line-height: 22px;
      }
      .yxd-ysImg {
        width: 40px;
        height: 40px;
      }
      .yxd-cpdb table {
        min-width: 600px;
        font-size: 12px;
      }
      .yxd-cpdb th {
        font-size: 13px;
        height: 44px;
        padding: 0 8px;
      }
      .yxd-cpdb td {
        font-size: 12px;
        height: 48px;
        padding: 0 8px;
      }
    }
    @media (max-width: 576px) {
      .yxd-ys {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }
      .yxd-ys li {
        padding: 12px 8px;
      }
      .yxd-ys li h3 {
        font-size: 14px;
        margin: 12px 0 8px;
      }
    }

    /* ===== con4 应用场景 ===== */
    .yxd-con4 {
      padding: 80px 0;
    }
    .yxd-con4 .yxd-tit {
      margin-bottom: 40px;
    }
    .yxd-cj-tit {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
      padding: 0;
      border-bottom: none;
    }
    .yxd-cj-tit span {
      padding: 8px 0 10px 0;
      font-size: 16px;
      color: #555;
      cursor: pointer;
      font-weight: bold;
      border-bottom: 2px solid transparent;
      transition: all 0.2s ease;
      flex: 1;
      text-align: center;
      min-width: 70px;
    }
    .yxd-cj-tit span.yxd-cj-tit-act {
      color: #0066ff;
      border-bottom-color: #0066ff;
    }
    .yxd-cj-tit span:hover {
      color: #0066ff;
    }
    .yxd-cj-con {
      margin-top: 30px;
      min-height: 300px;
    }
    .yxd-cj-list {
      display: none;
      background: url("/css/2022/images/ip-icon14.png") no-repeat top center;
      background-size: cover;
      padding: 40px 30px;
      border-radius: 10px;
      min-height: 391px;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .yxd-cj-list.yxd-cj-list-active {
      display: grid;
    }
    .yxd-cj-list-L {
      padding: 70px 10px;
    }
    .yxd-cj-list-L h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .yxd-cj-list-L h3 span {
      font-size: 16px;
      color: #fff;
      font-weight: bold;
    }
    .yxd-cj-list-L p {
      font-size: 14px;
      color: #fff;
      line-height: 26px;
      margin-bottom: 30px;
    }
    .yxd-cj-list-L a {
      display: inline-block;
      padding: 0 30px;
      height: 36px;
      background: #fff;
      font-size: 14px;
      color: #333;
      text-align: center;
      line-height: 36px;
      border-radius: 4px;
      transition: all 0.2s ease;
    }
    .yxd-cj-list-L a:hover {
      background: #0066ff;
      color: #fff;
    }
    .yxd-cj-list-R {
      padding: 20px 10px;
    }
    .yxd-cj-list-R .yxd-cj-ys h3,
    .yxd-cj-list-R .yxd-cj-jydp h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .yxd-cj-list-R .yxd-cj-ys h3 img,
    .yxd-cj-list-R .yxd-cj-jydp h3 img {
      width: 24px;
      height: 24px;
    }
    .yxd-cj-list-R .yxd-cj-ys h3 span,
    .yxd-cj-list-R .yxd-cj-jydp h3 span {
      font-size: 16px;
      color: #333;
      font-weight: bold;
    }
    .yxd-cj-list-R .yxd-cj-ys p {
      font-size: 14px;
      color: #666;
      line-height: 26px;
      margin-bottom: 4px;
    }
    .yxd-cj-list-R .yxd-cj-jydp {
      margin-top: 24px;
    }
    .yxd-cj-list-R .yxd-cj-jydp p {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 10px;
    }
    .yxd-cj-list-R .yxd-cj-jydp p a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0 16px;
      height: 32px;
      border: 1px solid #b7bcc0;
      border-radius: 4px;
      font-size: 13px;
      color: #666;
      transition: all 0.2s ease;
      line-height: 30px;
    }
    .yxd-cj-list-R .yxd-cj-jydp p a:hover {
      border-color: #0066ff;
      color: #0066ff;
    }
    .yxd-cj-list-R .yxd-cj-jydp p a img {
      width: 18px;
      height: 18px;
    }
    .yxd-cj-list-R .yxd-cj-jydp p a span {
      font-size: 13px;
      color: #666;
    }
    .yxd-cj-list-R .yxd-cj-jydp p a:hover span {
      color: #0066ff;
    }

    @media (max-width: 992px) {
      .yxd-cj-list {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 20px;
        min-height: auto;
      }
      .yxd-cj-tit span {
        font-size: 14px;
        padding: 6px 0 8px 0;
        min-width: 60px;
      }
    }
    @media (max-width: 768px) {
      .yxd-con4 {
        padding: 50px 0;
      }
      .yxd-cj-tit {
        gap: 4px;
      }
      .yxd-cj-tit span {
        font-size: 12px;
        padding: 4px 0 6px 0;
        min-width: 50px;
      }
      .yxd-cj-list {
        background: #0d2238;
        padding: 20px 14px;
        min-height: auto;
        border-radius: 8px;
      }
      .yxd-cj-list-L h3 span,
      .yxd-cj-list-R .yxd-cj-ys h3 span,
      .yxd-cj-list-R .yxd-cj-jydp h3 span {
        font-size: 15px;
        color: #fff;
      }
      .yxd-cj-list-L p {
        font-size: 13px;
        line-height: 24px;
        color: #e0e0e0;
      }
      .yxd-cj-list-R .yxd-cj-ys p {
        font-size: 13px;
        line-height: 24px;
        color: #ccc;
      }
      .yxd-cj-list-R .yxd-cj-ys h3 span,
      .yxd-cj-list-R .yxd-cj-jydp h3 span {
        color: #fff;
      }
      .yxd-cj-list-R .yxd-cj-jydp p a {
        padding: 0 12px;
        height: 28px;
        font-size: 12px;
        line-height: 26px;
        border-color: #555;
      }
      .yxd-cj-list-R .yxd-cj-jydp p a span {
        color: #ccc;
      }
      .yxd-cj-list-R .yxd-cj-jydp p a:hover span {
        color: #0066ff;
      }
      .yxd-cj-list-R .yxd-cj-jydp p a img {
        width: 16px;
        height: 16px;
      }
      .yxd-cj-list-L a {
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .yxd-cj-tit span {
        font-size: 11px;
        padding: 3px 0 5px 0;
        min-width: 40px;
      }
      .yxd-cj-list {
        padding: 16px 12px;
      }
      .yxd-cj-list-L{padding: 20px 10px}
    }

    /* ===== con5 客户案例 ===== */
    .yxd-con5 {
      background: #f9faff;
      padding: 80px 0;
    }
    .yxd-con5 .yxd-tit {
      margin-bottom: 40px;
    }
    .yxd-c5Con {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
      justify-items: center;
      align-items: center;
    }
    .yxd-c5Con li {
      width: 100%;
      height: 58px;
      background: #fff;
      border: 1px solid #eee;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      padding: 0 10px;
      transition: box-shadow 0.2s ease;
    }
    .yxd-c5Con li:hover {
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    .yxd-c5Con li img {
      max-height: 36px;
      width: auto;
      max-width: 100%;
    }

    @media (max-width: 992px) {
      .yxd-c5Con {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
      }
    }
    @media (max-width: 768px) {
      .yxd-con5 {
        padding: 50px 0;
      }
      .yxd-c5Con {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }
      .yxd-c5Con li {
        height: 50px;
      }
      .yxd-c5Con li img {
        max-height: 30px;
      }
    }
    @media (max-width: 576px) {
      .yxd-c5Con {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
      }
      .yxd-c5Con li {
        height: 44px;
      }
      .yxd-c5Con li img {
        max-height: 24px;
      }
    }

    /* ===== clearfix ===== */
    .yxd-clear:after {
      clear: both;
      height: 0;
      overflow: hidden;
      display: block;
      visibility: hidden;
      content: ".";
    }
