
    /* ===== 全局重置 ===== */
    * {
      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%;
    }

    /* ===== 容器 ===== */
    .sept-container {
      max-width: 1350px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
    }
    @media (max-width: 576px) {
      .sept-container {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

    /* ===== 通用标题 ===== */
    .sept-tit {
      font-size: 30px;
      color: #000;
      font-weight: bold;
      text-align: center;
      margin: 0;
    }

    /* ===== 通用内边距 ===== */
    .sept-section {
      padding: 80px 0;
    }
    @media (max-width: 768px) {
      .sept-section {
        padding: 50px 0;
      }
    }

    /* ===== Banner ===== */
    .sept-top {
      width: 100%;
      min-height: 544px;
      background: url("/css/2018/images/sept_bg_01.jpg") no-repeat center top;
      background-size: cover;
      margin-top: 60px;
    }

    @media (max-width: 768px) {
      .sept-top {
        min-height: 340px;
        background-position: center;
      }
    }
    @media (max-width: 576px) {
      .sept-top {
        min-height: 260px;
      }
    }

    /* ===== con2 配置列表 ===== */
    .sept-con2 {
      width: 100%;
      min-height: 1029px;
      background: url("/css/2018/images/sept_bg_02.jpg") no-repeat center top;
      background-size: cover;
    }
    .sept-box {
      max-width: 1200px;
      margin: 0 auto;
      background: #fff;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 8px 0px 30px #f9904d;
      overflow-x: auto;
    }
    .sept-con {
      width: 100%;
      margin: 0 auto;
    }
    .sept-con table {
      border: 1px solid #dad4ff;
      border-radius: 6px;
      min-width: 700px;
    }
    .sept-con td {
      font-size: 15px;
      padding: 14px 10px;
      border-right: 1px solid #dad4ff;
      border-bottom: 1px solid #dad4ff;
      color: #666;
      text-align: center;
      vertical-align: middle;
    }
    .sept-con tr:last-child td {
      border-bottom: none;
    }
    .sept-con td:last-child {
      border-right: none;
    }
    tr.sept-meu td {
      padding: 0;
      font-size: 18px;
      color: #3c0fcd;
      background: #dad4ff;
      font-weight: 600;
      height: 55px;
    }
    .sept-con td a {
      color: #3a15d8;
      font-size: 14px;
      background: url("/css/2018/images/dgou_icn.png") no-repeat center left;
      padding-left: 35px;
      display: inline-block;
      line-height: 1.8;
    }
    .sept-con td a:hover {
      color: #cb0e0e;
    }
    .sept-f24-red {
      font-size: 24px;
      color: #cb0e0e;
      font-weight: bold;
    }
    .sept-f18-red {
      font-size: 18px;
      color: #cb0e0e;
      cursor: pointer;
    }
    .sept-f18-red:hover {
      color: #a00b0b;
    }
    .sept-f14-jls {
      color: #666;
      font-size: 14px;
    }
    .sept-price-small {
      vertical-align: super;
      font-size: 10px;
      color: #cb0e0e;
    }
    .sept-price-small-gray {
      vertical-align: super;
      font-size: 10px;
      color: #666;
    }

    tr.sept-pzh td {
      border: none;
      font-size: 16px;
      padding: 20px 10px;
      text-align: left;
      line-height: 1.8;
    }
    tr.sept-dpei td {
      border: none;
      padding: 0;
    }
    tr.sept-dpei dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 10px 0;
    }
    tr.sept-dpei dd {
      flex: 0 0 23%;
      text-align: center;
      padding: 10px 0;
      border-right: 1px dashed #f06669;
      box-sizing: border-box;
    }
    tr.sept-dpei dd:last-child {
      border-right: none;
    }
    tr.sept-dpei dd img {
      display: block;
      margin: 0 auto 15px auto;
      max-width: 83px;
      height: auto;
    }
    tr.sept-dpei dd p {
      font-size: 15px;
      color: #333;
      margin-bottom: 6px;
    }
    tr.sept-dpei dd a {
      background: none;
      padding-left: 0;
      color: #cd2529;
      font-size: 18px;
      line-height: 35px;
    }
    tr.sept-dpei dd a:hover {
      background: #fcaa4c;
      padding: 5px 20px;
      color: #fff;
      border-radius: 4px;
    }

    @media (max-width: 992px) {
      .sept-con table {
        min-width: 600px;
        font-size: 13px;
      }
      .sept-con td {
        font-size: 13px;
        padding: 10px 8px;
      }
      tr.sept-meu td {
        font-size: 15px;
        height: 46px;
      }
      .sept-f24-red {
        font-size: 20px;
      }
    }
    @media (max-width: 768px) {
      .sept-con2 {
        min-height: auto;
      }
      .sept-box {
        padding: 20px 12px;
        margin: 0 10px;
        box-shadow: 4px 0px 20px #f9904d;
      }
      .sept-con table {
        min-width: 520px;
        font-size: 12px;
      }
      .sept-con td {
        font-size: 12px;
        padding: 8px 6px;
      }
      tr.sept-meu td {
        font-size: 13px;
        height: 40px;
      }
      .sept-f24-red {
        font-size: 17px;
      }
      tr.sept-dpei dd {
        flex: 0 0 48%;
        border-right: none;
        border-bottom: 1px dashed #f06669;
        padding: 12px 0;
      }
      tr.sept-dpei dd:last-child {
        border-bottom: none;
      }
      tr.sept-dpei dd img {
        max-width: 60px;
      }
      tr.sept-dpei dd p {
        font-size: 13px;
      }
      tr.sept-dpei dd a {
        font-size: 15px;
      }
      tr.sept-pzh td {
        font-size: 14px;
        padding: 14px 8px;
      }
      .sept-f18-red {
        font-size: 15px;
      }
    }
    @media (max-width: 576px) {
      .sept-con table {
        min-width: 420px;
        font-size: 10px;
      }
      .sept-con td {
        font-size: 10px;
        padding: 6px 4px;
      }
      tr.sept-meu td {
        font-size: 11px;
        height: 34px;
      }
      .sept-f24-red {
        font-size: 14px;
      }
      .sept-f14-jls {
        font-size: 10px;
      }
      .sept-con td a {
        font-size: 10px;
        padding-left: 20px;
        background-size: 14px;
      }
      tr.sept-pzh td {
        font-size: 12px;
        padding: 10px 6px;
      }
      .sept-f18-red {
        font-size: 13px;
      }
      tr.sept-dpei dd {
        flex: 0 0 100%;
        border-bottom: 1px dashed #f06669;
        border-right: none;
      }
      tr.sept-dpei dd:last-child {
        border-bottom: none;
      }
      tr.sept-dpei dd img {
        max-width: 48px;
      }
      tr.sept-dpei dd p {
        font-size: 12px;
      }
      tr.sept-dpei dd a {
        font-size: 14px;
      }
    }

    /* ===== con3 同期其他优惠 ===== */
    .sept-box3 {
      width: 100%;
      min-height: 911px;
      background: url("/css/2018/images/sept_bg_03.jpg") no-repeat center top;
      background-size: cover;
      padding: 50px 0;
    }
    .sept-con3 {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .sept-tle1 {
      width: 100%;
      height: 110px;
      background: url("/css/2018/images/sept_tle1.png") no-repeat center;
      background-size: contain;
      margin-bottom: 30px;
    }
    .sept-qthd {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      margin-top: 30px;
    }
    .sept-qthd dl {
      flex: 1;
      min-width: 200px;
      text-align: center;
    }
    .sept-qthd dt {
      width: 100%;
      min-height: 208px;
      background: url("/css/2018/images/sept_pic1.jpg") no-repeat center;
      background-size: cover;
      border: 3px solid #ed6425;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    .sept-qthd dt.sept-qt2 {
      background: url("/css/2018/images/sept_pic2.jpg") no-repeat center;
      background-size: cover;
    }
    .sept-qthd dt.sept-qt3 {
      background: url("/css/2018/images/sept_pic3.jpg") no-repeat center;
      background-size: cover;
    }
    .sept-qthd dl:hover dt {
      box-shadow: 0px 0px 35px #dd4334;
      border-color: #fcaa4c;
    }
    .sept-qthd dd {
      text-align: center;
      padding: 15px 0;
    }
    .sept-qthd dd a {
      color: #fff;
      font-size: 22px;
      transition: color 0.3s ease;
    }
    .sept-qthd dl:hover dd a {
      color: #fcf64c;
    }

    .sept-tle2 {
      width: 100%;
      height: 110px;
      background: url("/css/2018/images/sept_tle2.png") no-repeat center;
      background-size: contain;
      margin: 50px auto 30px;
    }
    .sept-hdsm p {
      text-align: center;
      font-size: 17px;
      color: #fff;
      line-height: 40px;
      font-weight: lighter;
    }

    @media (max-width: 992px) {
      .sept-box3 {
        min-height: auto;
        padding: 40px 0;
      }
      .sept-qthd dl {
        flex: 0 0 45%;
        min-width: 160px;
      }
      .sept-qthd dt {
        min-height: 160px;
      }
      .sept-qthd dd a {
        font-size: 18px;
      }
      .sept-hdsm p {
        font-size: 15px;
        line-height: 34px;
      }
    }
    @media (max-width: 768px) {
      .sept-box3 {
        padding: 30px 0;
      }
      .sept-tle1,
      .sept-tle2 {
        height: 80px;
      }
      .sept-qthd {
        gap: 20px;
      }
      .sept-qthd dl {
        flex: 0 0 100%;
        min-width: 0;
      }
      .sept-qthd dt {
        min-height: 140px;
      }
      .sept-qthd dd a {
        font-size: 16px;
      }
      .sept-hdsm p {
        font-size: 14px;
        line-height: 30px;
      }
    }
    @media (max-width: 576px) {
      .sept-tle1,
      .sept-tle2 {
        height: 60px;
      }
      .sept-qthd dt {
        min-height: 110px;
        border-width: 2px;
      }
      .sept-qthd dd a {
        font-size: 14px;
      }
      .sept-hdsm p {
        font-size: 13px;
        line-height: 26px;
      }
    }

    /* ===== clearfix ===== */
    .sept-clear:after {
      clear: both;
      height: 0;
      overflow: hidden;
      display: block;
      visibility: hidden;
      content: ".";
    }
