
    * { 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: #01072b !important;
      color: #fff;
    }
    a { text-decoration: none; cursor: pointer; }
    a:hover { text-decoration: none; }
    ul, li { list-style: none; padding: 0; margin: 0; }
    img { max-width: 100%; height: auto; vertical-align: middle; }

    .ey-container {
      max-width: 1350px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
    }

    @keyframes ban_quan {
      0% { top: 73px; }
      50% { top: 63px; }
      100% { top: 73px; }
    }

    .dz-con {
      width: 100%;
      background: url("/css/2021/images/dazhe-bg.jpg") no-repeat top center;
      background-size: cover;
      padding-bottom: 80px;
      margin-top: 60px;
    }

    .dz-banner {
      text-align: center;
      padding-top: 140px;
      position: relative;
    }
    .dz-banner > img { max-width: 90%; }
    .dz-quan {
      position: absolute;
      background: url("/css/2021/images/dazhe-quan.png") no-repeat top center;
      background-size: contain;
      width: 1114px;
      max-width: 95%;
      height: 154px;
      left: 50%;
      transform: translateX(-50%);
      top: 84px;
      animation: ban_quan 2s linear infinite alternate;
    }

    .dz-con1 {
      background: #fff;
      margin-top: 275px;
      border-radius: 30px;
      padding: 60px 30px;
      box-shadow: 0 7px 18px rgba(215, 51, 54, 0.78);
    }

    .da-tit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .da-tit span {
      font-size: 30px;
      color: #333;
      font-weight: bold;
      text-align: center;
    }
    .da-tit1 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .da-tit1 span {
      font-size: 30px;
      color: #fff;
      font-weight: bold;
      text-align: center;
    }

    /* 特价卡片 - 标题背景不上下充满 */
    .dz-xsdz-con {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      margin-top: 50px;
    }
    .dz-xsdz-con > li {
      display: grid;
      grid-template-columns: 208px 1fr 200px;
      border: 1px solid #f35e42;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      transition: all .3s;
    }
    .dz-xsdz-con > li:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 25px rgba(243, 94, 66, 0.25);
    }
    .dz-xsdz-tit {
      background: url("/css/2021/images/dazhe-img.png") no-repeat center center;
      background-size: 100% 100%;
      font-size: 18px;
      color: #fff;
      text-align: center;
      line-height: 120px;
      font-weight: bold;
      min-height: 120px;
      padding: 0 10px;
      /* 关键：背景不上下充满，保留内边距效果 */
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    .dz-xsdz-pz {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      align-items: center;
      padding: 10px 15px;
      gap: 5px;
    }
    .dz-xsdz-pz > li {
      text-align: center;
      padding: 5px 0;
    }
    .dz-xsdz-pz > li > p:first-child {
      color: #333;
      font-size: 17px;
    }
    .dz-xsdz-pz > li > p:first-child > span {
      color: #e8511b;
      font-size: 24px;
    }
    .dz-xsdz-pz > li > p:last-child {
      color: #777;
      font-size: 14px;
      margin-top: 5px;
    }
    .dz-xsdz-pz > li:last-child > p:first-child {
      font-size: 14px;
      color: #333;
    }
    .dz-xsdz-btn {
      border-left: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 10px 5px;
      gap: 8px;
      min-height: 120px;
    }
    .dz-xsdz-btn > a {
      display: block;
      width: 140px;
      height: 36px;
      font-size: 14px;
      color: #f35f41;
      text-align: center;
      line-height: 36px;
      border: 1px solid #f35f41;
      border-radius: 10px;
      transition: all .3s;
    }
    .dz-xsdz-btn > a:nth-child(2) {
      border: none;
      background: linear-gradient(to right, #fecf3b, #ff8603);
      color: #fff;
    }
    .dz-xsdz-btn > a:hover {
      background: #f35c41;
      color: #fff;
    }
    .dz-xsdz-btn > a:nth-child(2):hover {
      background: linear-gradient(to right, #fecf3b, #e07a00);
    }

    /* 表格 */
    .da-gdth { margin-top: 60px; }
    .dz-gdth-con { margin-top: 30px; }
    .dz-gdth-con .table-wrap { overflow-x: auto; margin-top: 30px; }
    .dz-gdth-con table {
      width: 100%;
      border: 1px solid #ff856d;
      border-collapse: collapse;
      min-width: 700px;
    }
    .dz-gdth-con table th {
      border-right: 1px solid #ff856d;
      border-bottom: 1px solid #ff856d;
      height: 60px;
      text-align: center;
      font-size: 16px;
      color: #333;
      background: #fff;
      padding: 0 10px;
    }
    .dz-gdth-con table td {
      border-right: 1px solid #ff856d;
      border-bottom: 1px solid #ff856d;
      height: 60px;
      font-size: 14px;
      color: #333;
      background: #fff;
      padding: 8px 10px;
      text-align: center;
      vertical-align: middle;
    }
    .dz-gdth-con table td.dz-gdth-tit {
      border-bottom: 1px solid #ff856d;
      height: 60px;
      font-size: 18px;
      color: #fff;
      background: #ff856d;
      font-weight: bold;
    }
    .dz-gdth-con table td > span {
      font-size: 18px;
      color: #f26343;
      font-weight: bold;
    }
    .dz-gdth-con table td.dz-gdth-gm a {
      font-size: 14px;
      color: #f26343;
      vertical-align: middle;
      margin-left: 10px;
      transition: color .3s;
    }
    .dz-gdth-con table td.dz-gdth-gm a:hover { color: #01072b; }
    .dz-gdth-con table td.dz-gdth-btn { height: 90px; }
    .dz-gdth-con table td.dz-gdth-btn a {
      display: inline-block;
      width: 140px;
      height: 36px;
      font-size: 14px;
      border: 1px solid #f35d42;
      text-align: center;
      line-height: 36px;
      color: #f35d42;
      border-radius: 10px;
      margin: 0 20px;
      transition: all .3s;
    }
    .dz-gdth-con table td.dz-gdth-btn a:nth-child(2) {
      border: none;
      background: linear-gradient(to right, #fecf3b, #ff8603);
      color: #fff;
    }
    .dz-gdth-con table td.dz-gdth-btn a:hover {
      background: #f35c41;
      color: #fff;
    }
    .dz-gdth-con table td.dz-gdth-btn a:nth-child(2):hover {
      background: linear-gradient(to right, #fecf3b, #e07a00);
    }

    /* 云厂商折扣 - 按钮与边框右边对齐无距离 */
    .dz-con2 { margin-top: 80px; }
    .dz-c2Con {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 22px;
      background: #f6755f;
      border-radius: 10px;
      padding: 23px 30px;
      margin-top: 60px;
    }
    .dz-c2Con > li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      border-radius: 10px;
      padding: 0 12px;
      height: 46px;
      transition: all .3s;
    }
    .dz-c2Con > li:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .dz-c2Con > li > span {
      font-size: 14px;
      color: #000;
    }
    .dz-c2Con > li > span .s11-80 {
      font-size: 18px;
      color: #f5553f;
      font-weight: bold;
    }
    .dz-c2Con > li > a {
      width: 54px;
      height: 46px;
      background: linear-gradient(to right, #fecf3b, #ff8603);
      color: #fff;
      font-size: 12px;
      text-align: center;
      line-height: 46px;
      border-radius: 8px;
      transition: all .3s;
      flex-shrink: 0;
      /* 按钮与右边框对齐 */
      margin-right: -12px;
      border-radius: 0 8px 8px 0;
    }
    .dz-c2Con > li > a:hover {
      transform: scale(1.05);
    }

    /* 整合营销 */
    .dz-con3 { margin-top: 80px; }
    .dz-tit2 {
      font-size: 14px;
      color: #fff;
      text-align: center;
      margin-top: 10px;
    }
    .dz_c3Con {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 13px;
      margin-top: 45px;
    }
    .dz_c3Con > li {
      background: #fff;
      text-align: center;
      padding: 28px 13px 37px;
      border-radius: 10px;
      transition: all .3s;
    }
    .dz_c3Con > li:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(255, 255, 255, 0.1);
    }
    .dz_c4Img {
      display: block;
      width: 38px;
      height: 38px;
      margin: 0 auto;
    }
    .dz_c3Con > li > h4 {
      font-size: 18px;
      text-align: center;
      margin: 28px 0 18px;
      font-weight: bold;
      color: #333;
    }
    .dz_c3Con > li > p {
      font-size: 12px;
      color: #999;
      line-height: 24px;
      text-align: center;
    }

    .dz-con4 { margin-top: 80px; text-align: center; }
    .dz-con4 .dz-ljzc {
      display: inline-block;
      width: 189px;
      height: 52px;
      background: linear-gradient(to right, #fecf3b, #ff8603);
      text-align: center;
      line-height: 52px;
      font-size: 14px;
      color: #fff;
      margin: 30px auto 0;
      border-radius: 50px;
      transition: all .3s;
    }
    .dz-con4 .dz-ljzc:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(255, 134, 3, 0.4);
    }

    /* ========== 响应式 ========== */
    @media (max-width: 1200px) {
      .dz-xsdz-con > li { grid-template-columns: 180px 1fr 160px; }
      .dz-xsdz-pz { grid-template-columns: repeat(6, 1fr); gap: 3px; }
      .dz-xsdz-pz > li > p:first-child { font-size: 15px; }
      .dz-xsdz-btn > a { width: 120px; }
      .dz-c2Con { grid-template-columns: repeat(3, 1fr); gap: 15px; }
      .dz_c3Con { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    }
    @media (max-width: 992px) {
      .dz-banner { padding-top: 100px; }
      .dz-quan { top: 60px; height: 120px; }
      .dz-con1 { margin-top: 200px; padding: 40px 20px; }
      .da-tit span, .da-tit1 span { font-size: 24px; }
      .dz-xsdz-con > li { grid-template-columns: 1fr; }
      .dz-xsdz-tit { min-height: 80px; line-height: 80px; font-size: 16px; background-size: cover; }
      .dz-xsdz-pz { grid-template-columns: repeat(6, 1fr); padding: 15px; }
      .dz-xsdz-btn { border-left: none; border-top: 1px solid #ddd; flex-direction: row; gap: 15px; min-height: 70px; }
      .dz-xsdz-btn > a { margin: 0; }
      .dz-c2Con { grid-template-columns: repeat(2, 1fr); }
      .dz-c2Con > li > a { margin-right: -12px; }
    }
    @media (max-width: 768px) {
      .ey-container { padding-left: 16px; padding-right: 16px; }
      .dz-banner { padding-top: 80px; }
      .dz-quan { top: 45px; height: 80px; }
      .dz-con1 { margin-top: 140px; padding: 30px 16px; border-radius: 20px; }
      .da-tit span, .da-tit1 span { font-size: 20px; }
      .da-tit img, .da-tit1 img { max-width: 30px; }
      .dz-xsdz-pz { grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 15px; }
      .dz-xsdz-pz > li > p:first-child { font-size: 14px; }
      .dz-xsdz-pz > li > p:first-child > span { font-size: 18px; }
      .dz-xsdz-pz > li > p:last-child { font-size: 12px; }
      .dz-xsdz-btn { flex-wrap: wrap; min-height: 60px; padding: 8px; }
      .dz-xsdz-btn > a { width: 120px; height: 32px; line-height: 32px; font-size: 13px; }
      .dz-c2Con { grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; }
      .dz-c2Con > li { height: 40px; padding: 0 10px; }
      .dz-c2Con > li > span { font-size: 12px; }
      .dz-c2Con > li > span .s11-80 { font-size: 15px; }
      .dz-c2Con > li > a { width: 48px; height: 40px; line-height: 40px; font-size: 11px; margin-right: -10px; }
      .dz_c3Con { grid-template-columns: 1fr 1fr; gap: 15px; }
      .dz_c3Con > li { padding: 20px 10px 25px; }
      .dz_c3Con > li > h4 { font-size: 16px; margin: 20px 0 14px; }
      .dz-gdth-con table th, .dz-gdth-con table td { font-size: 12px; height: auto; padding: 6px 8px; }
      .dz-gdth-con table td.dz-gdth-tit { font-size: 15px; }
      .dz-gdth-con table td > span { font-size: 15px; }
      .dz-gdth-con table td.dz-gdth-btn a { width: 110px; height: 32px; line-height: 32px; font-size: 12px; margin: 0 10px; }
      .dz-gdth-con table { min-width: 600px; }
      .dz-con2, .dz-con3, .dz-con4 { margin-top: 50px; }
    }
    @media (max-width: 576px) {
      .dz-banner { padding-top: 60px; }
      .dz-quan { top: 30px; height: 60px; }
      .dz-con1 { margin-top: 100px; padding: 20px 12px; border-radius: 16px; }
      .da-tit span, .da-tit1 span { font-size: 16px; }
      .da-tit img, .da-tit1 img { max-width: 20px; }
      .dz-xsdz-pz { grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 12px; }
      .dz-xsdz-pz > li > p:first-child { font-size: 13px; }
      .dz-xsdz-pz > li > p:first-child > span { font-size: 16px; }
      .dz-xsdz-pz > li > p:last-child { font-size: 11px; }
      .dz-xsdz-btn > a { width: 100px; height: 30px; line-height: 30px; font-size: 12px; }
      .dz-c2Con { grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px; }
      .dz-c2Con > li { height: 36px; padding: 0 8px; }
      .dz-c2Con > li > span { font-size: 11px; }
      .dz-c2Con > li > span .s11-80 { font-size: 13px; }
      .dz-c2Con > li > a { width: 42px; height: 36px; line-height: 36px; font-size: 10px; margin-right: -8px; }
      .dz_c3Con { grid-template-columns: 1fr; gap: 12px; }
      .dz_c3Con > li { padding: 16px 10px 20px; }
      .dz_c3Con > li > h4 { font-size: 15px; margin: 15px 0 12px; }
      .dz_c3Con > li > p { font-size: 12px; }
      .dz-con4 .dz-ljzc { width: 160px; height: 44px; line-height: 44px; font-size: 13px; }
      .dz-gdth-con table { min-width: 500px; }
      .dz-gdth-con table td.dz-gdth-btn a { width: 90px; height: 28px; line-height: 28px; font-size: 11px; margin: 0 5px; }
      .dz-gdth-con table th { font-size: 11px; padding: 0 5px; }
      .dz-gdth-con table td { font-size: 11px; padding: 4px 5px; }
      .dz-gdth-con table td.dz-gdth-tit { font-size: 13px; }
      .dz-gdth-con table td > span { font-size: 13px; }
    }
