/* ===== hu.css ===== */
*{padding:0}
*,body{margin:0}
a{text-decoration: none;}
/* ===== Header.css ===== */
@media (min-width: 768px) {
  .nk-header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    transition: all ease 0.3s;
  }
  .nk-header-box {
    height: 75px;
    min-width: 1040px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background-color: transparent;
    top: 0px;
    backdrop-filter: blur(10px);
  }
  .nk-header-logo {
    width: 260px;
    height: 44px;
  }
  .nk-header-right {
    display: flex;
    align-items: center;
  }
  .nk-header-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 28px;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    font-size: 18px;
    margin-left: 40px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
  }
  .nk-header-line {
    position: absolute;
    width: 38px;
    height: 12px;
    bottom: -12px;
  }
  .nk-header-btn a {
    color: #555555;
    text-decoration: none;
  }
  .nk-header-btn span {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .nk-header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    transition: all ease 0.3s !important;
  }
  .nk-header-box {
    height: 90px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 16px 20px;
    box-sizing: border-box;
    background-color: transparent;
    top: 0px;
    backdrop-filter: blur(10px);
  }
  .nk-header-logo {
    width: 50vw;
    height: auto;
  }
  .nk-header-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nk-header-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 26px;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    font-size: 14px;
    margin-right: 16px;
    margin-top: 6px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
  }
  .nk-header-line {
    position: absolute;
    width: 38px;
    height: 12px;
    bottom: -12px;
    opacity: 0;
  }
  .nk-header-btn a {
    color: #555555;
    text-decoration: none;
  }
  .nk-header-btn span {
    margin-left: 7px;
  }
}
/* ===== homemax.css (桌面版首页样式) ===== */
.body {
  background-image: url('/t4/images/2.png');
  background-size: 100% 100%;
  padding-bottom: 1rem;
}
@media (min-width:768px) {
  .dec-price-vip{
    font-size: 12px;
    color: #40796C;
    background-image: url('/t4/images/52.png');
    background-size: 100% 100%;
    padding: 0 10px;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: auto;
  }
  .champion-img {
    display: block;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    object-fit: cover;
    background-color: #D53939;
  }
  .title-wrap {
    display: flex;
    justify-content: center;
  }
  .title {
    text-align: center;
    display: inline-block;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 80px auto 0;
  }
  .title-1 {
    font-size: 36px;
    font-family: PingFang SC-中等, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
  }
  .title-2 {
    margin-top: 16px;
    height: auto;
    font-size: 18px;
    font-family: PingFang SC-中等, PingFang SC;
    font-weight: normal;
    color: #666;
    line-height: 1.6;
  }
  .title-3 {
    width: 140px;
    height: 140px;
    position: absolute;
    right: -100px;
    top: -20px;
  }
  .title-4 {
    width: 169px;
    height: 169px;
    position: absolute;
    left: 100px;
    top: -60px;
  }
  .title-5{
    width: 169px;
    height: 169px;
    position: absolute;
    right: -150px;
    top: -60px;
  }
  
  
  .card-info {
    width: 1440px;
    min-height: 640px;
    background-image: url('/t4/images/32.png');
    background-size: 100% 100%;
    background-position: center;
    margin: 70px auto 0;
    display: flex;
    position: relative;
    border-radius: 30px;
  }
  .card-info-img1 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 180px;
    top: 280px;
  }
  .card-info-img2 {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 760px;
    top: 100px;
  }
  .card-info-img3 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 1000px;
    bottom: 60px;
  }
  .card-info-img4 {
    width: 334px;
    height: 240px;
    position: absolute;
    right: -170px;
    bottom: -80px;
    z-index: 1;
  }
  .card-info-one {
    width: 220px;
    display: flex;
    flex-direction: column;
    height: 610px;
    margin-left: 20px;
    overflow: hidden;
    padding-top: 10px;
  }
  .card-info-one-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 6px;
    font-size: 26px;
    color: #777777;
    cursor: pointer;
  }
  .card-info-one-item:hover{
    background: linear-gradient(90deg, #FBDA31 0%, #FE5618 100%);
    color: #FFF;
  }
  .card-info-active {
    background: linear-gradient(90deg, #FBDA31 0%, #FE5618 100%);
    color: #FFF;
  }
  .card-info-two {
    margin: 0 auto;
    max-width: 1400px;
  }
  .card-info-two-title1 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
  }
  .card-info-two-title2 {
    margin-top: 5px;
    color: #777;
  }
  .card-info-two-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 1100px;
  }
  .card-info-two-card {
    background: linear-gradient(150deg, #F3E5FE 0%, #B99FF5 100%);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 30px;
    margin-right: 38px;
    margin-bottom: 10px;
  }
  .card-info-two-card:nth-of-type(4n) {
    background: linear-gradient(150deg, #FFF2D6 0%, #FFBD71 100%);
  }
  .card-info-two-card:nth-of-type(4n-1) {
    background: linear-gradient(150deg, #EDFEFA 0%, #52DCD1 100%);
  }
  .card-info-two-card:nth-of-type(4n-2) {
    background: linear-gradient(150deg, #C5D7FF 0%, #6F98FB 100%);
  }
  .card-info-two-card-img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .card-info-two-card-title1 {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    margin-top: 5px;
  }
  .card-info-two-card-title2 {
    font-weight: 500;
    color: #FFF;
    font-size: 12px;
    text-align: center;
  }
  .card-info-two-card-title3 {
    font-weight: 500;
    color: #FFF;
    font-size: 12px;
  }
  .card-info-two-title3 {
    font-size: 16px;
    margin-top: 10px;
    position: relative;
  }
  .card-info-two-title4 {
    width: 94px;
    height: 26px;
    margin-left: 30px;
    margin-top: -14px;
  }
  .card-info-three {
    margin-left: auto;
    margin-top: -20px;
  }
  .card-info-three-wrap {
    width: 314px;
    height: 670px;
    background-image: url('/t4/images/31.png');
    background-size: 314px 670px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .news{
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    margin: 60px auto;
    justify-content: center;
    gap: 30px;
  }
  .news-item{
    width: 420px;
    height: auto;
    min-height: 409px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all ease 0.3s;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
  }
  .news-item:hover{
    transform: translateY(-8px);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
  }
  .news-item-title1-wrap{
    display: flex;
    justify-content: space-between;
  }
  .news-item-title1-date{
    font-size: 12px;
    color: #AAAAAA;
    white-space: nowrap;
    line-height: 40px;
  }
  .news-item-title1{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    color: #333333;
    text-overflow: ellipsis;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-item-title2{
    font-size: 15px;
    color: #777;
    margin-top: 16px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-item-img{
    width: 355px;
    height: 235px;
    position: relative;
    margin-top: 10px;
    display: flex;
  }
  .news-item-img-wrap{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 1;
    display: flex;
    background-image: url('/t4/images/50.png');
    background-size: 90px 90px;
    align-items: start;
    justify-content: flex-end;
  }
  .news-item-img-jian{
    width: 60px;
    height: 60px;
    background-image: url('/t4/images/45.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
  }
  .news-item:hover .news-item-img-jian{
    background-image: url('/t4/images/46.png');
  }
  .news-item-img1{
    width: 355px;
    height: 235px;
    border-radius: 10px;
    object-fit: cover;
  }
  .news-more{
    width: 150px;
    height: 55px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .news-more:hover{
    transform: scale(1.05);
  }
}

/* ===== homemin.css (手机版首页样式) ===== */
@media (max-width: 767px) {
  .dec-price-vip{
    font-size: 10px;
    color: #40796C;
    background-image: url('/t4/images/52.png');
    background-size: 100% 100%;
    padding: 0 6px;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: auto;
  }
  .champion-img {
    display: block;
    width: 100%;
    height: 70vh;
    margin: 0 auto;
    object-fit: cover;
    background-color: #D53939;
  }
  .title-wrap {
    display: flex;
    justify-content: center;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  .title {
    text-align: center;
    display: inline-block;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 40px auto 0;
    max-width: 100%;
  }
  .title-1 {
    font-size: 24px;
    font-family: PingFang SC-中等, PingFang SC;
    font-weight: normal;
    color: #000000;
    font-weight: 600;
  }
  .title-2 {
    margin-top: 8px;
    height: auto;
    font-size: 14px;
    font-family: PingFang SC-中等, PingFang SC;
    font-weight: normal;
    color: #666;
    line-height: 20px;
  }
  .title-3,
  .title-4,
  .title-5 {
    display: none;
  }
  
  .card-info {
    width: 98%;
    min-height: 640px;
    background-size: 1440px 640px;
    border: 2px solid #FFF;
    border-radius: 24px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 16px 10px;
    box-sizing: border-box;
  }
  .card-info-img1,
  .card-info-img2,
  .card-info-img3,
  .card-info-img4 {
    display: none;
  }
  .card-info-one {
    width: 100%;
    display: flex;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    gap: 10px;
  }
  .card-info-one-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 4px;
    margin-top: 6px;
    font-size: 16px;
    color: #777777;
    cursor: pointer;
  }
  .card-info-one-item:hover {
    background: linear-gradient(90deg, #FBDA31 0%, #FE5618 100%);
    color: #FFF;
  }
  .card-info-active {
    background: linear-gradient(90deg, #FBDA31 0%, #FE5618 100%);
    color: #FFF;
  }
  .card-info-two {
    padding-left: 0;
    width: 100%;
    margin: 0 auto 0;
  }
  .card-info-two-title1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }
  .card-info-two-title2 {
    margin-top: 5px;
    color: #777;
    font-size: 14px;
  }
  .card-info-two-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    width: 100%;
    justify-content: space-between;
  }
  .card-info-two-card {
    background: linear-gradient(150deg, #F3E5FE 0%, #B99FF5 100%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 16px 20px;
    margin-right: 0;
    margin-bottom: 12px;
    width: 48%;
    box-sizing: border-box;
  }
  .card-info-two-card:nth-of-type(4n) {
    background: linear-gradient(150deg, #FFF2D6 0%, #FFBD71 100%);
  }
  .card-info-two-card:nth-of-type(4n-1) {
    background: linear-gradient(150deg, #EDFEFA 0%, #52DCD1 100%);
  }
  .card-info-two-card:nth-of-type(4n-2) {
    background: linear-gradient(150deg, #C5D7FF 0%, #6F98FB 100%);
  }
  .card-info-two-card-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .card-info-two-card-title1 {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    margin-top: 5px;
  }
  .card-info-two-card-title2 {
    font-weight: 500;
    color: #FFF;
    font-size: 12px;
    text-align: center;
  }
  .card-info-two-card-title3 {
    font-weight: 500;
    color: #FFF;
    font-size: 12px;
  }
  .card-info-two-title3 {
    font-size: 16px;
    margin-top: 10px;
    position: relative;
  }
  .card-info-two-title4 {
    width: 94px;
    height: 26px;
    margin-left: 30px;
    margin-top: -14px;
  }
  .card-info-three {
    margin: 0 auto;
  }
  .card-info-three-wrap {
    width: 260px;
    height: 550px;
    background-image: url('/t4/images/31.png');
    background-size: 260px 550px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .news {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 40px;
    justify-content: center;
    padding: 0 0;
    box-sizing: border-box;
    gap: 5px;
  }
  .news-item {
    box-sizing: border-box;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 12px;
    cursor: pointer;
    width: 95%;
  }
  .news-item-title1-wrap {
    display: flex;
    justify-content: space-between;
  }
  .news-item-title1-date {
    font-size: 12px;
    color: #AAAAAA;
    white-space: nowrap;
    line-height: 40px;
  }
  .news-item-title1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    color: #333333;
    text-overflow: ellipsis;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-item-title2 {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-item-img {
    width: 100%;
    height: 235px;
    position: relative;
    margin-top: 10px;
    display: flex;
  }
  .news-item-img-wrap {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 1;
    display: flex;
    background-image: url('/t4/images/50.png');
    background-size: 90px 90px;
    align-items: start;
    justify-content: flex-end;
  }
  .news-item-img-jian {
    width: 60px;
    height: 60px;
    background-image: url('/t4/images/45.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
  }
  .news-item:hover .news-item-img-jian {
    background-image: url('/t4/images/46.png');
  }
  .news-item-img1 {
    width: 100%;
    height: 235px;
    border-radius: 10px;
    object-fit: cover;
  }
  .news-more {
    width: 150px;
    height: 55px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .news-more:hover {
    transform: scale(1.05);
  }
}

.ft-wrapper {
    line-height: 1.5;
    color: #ffffff;
    background: #D53939;
    -webkit-font-smoothing: antialiased;
  }
  /* 桌面端 */
  @media (min-width: 768px) {

    .ft-main {
      width: 100%;
      border-radius: 36px 36px 0 0;
      display: grid;
      grid-template-columns: 1.4fr 1fr 0.9fr 1.1fr;
      gap: 40px;
      box-sizing: border-box;
      padding: 50px 0px 44px;
      max-width: 1440px;
      margin: 0 auto;
    }
    .ft-brand-logo {
      display: block;
      height: 38px;
      width: auto;
      margin-bottom: 16px;
    }
    .ft-brand-desc {
      max-width: 280px;
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0.3px;
    }
    .ft-nav-title {
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 18px;
      letter-spacing: 0.5px;
      position: relative;
      padding-bottom: 10px;
    }
    .ft-nav-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 28px;
      height: 2px;
      background: var(--ft-gold);
      border-radius: 1px;
    }
    .ft-nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .ft-nav-link {
      color: var(--ft-text-light);
      text-decoration: none;
      font-size: 13px;
      transition: color 0.25s ease, padding-left 0.25s ease;
      display: inline-block;
      letter-spacing: 0.3px;
    }
    .ft-nav-link:hover {
      color: var(--ft-gold);
      padding-left: 4px;
    }
    .ft-contact-title {
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 18px;
      letter-spacing: 0.5px;
      position: relative;
      padding-bottom: 10px;
    }
    .ft-contact-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 28px;
      height: 2px;
      background: var(--ft-gold);
      border-radius: 1px;
    }
    .ft-qrcodes {
      display: flex;
      gap: 24px;
      margin-bottom: 18px;
    }
    .ft-qrcode-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: rgba(255,255,255,0.04);
      border-radius: 12px;
      padding: 12px 14px 10px;
      border: 1px solid rgba(255,255,255,0.08);
      transition: border-color 0.3s ease, background 0.3s ease;
    }
    .ft-qrcode-card:hover {
      border-color: rgba(226,176,74,0.4);
      background: rgba(255,255,255,0.07);
    }
    .ft-qrcode-img {
      width: 120px;
      height: auto;
      border-radius: 8px;
      display: block;
      background: #fff;
      padding: 3px;
      box-sizing: border-box;
    }
    .ft-qrcode-label {
      font-size: 11px;
      color: var(--ft-text-muted);
      margin-top: 8px;
      letter-spacing: 0.4px;
    }
    .ft-stats {
      font-size: 12px;
      color: var(--ft-text-muted);
      line-height: 20px;
    }
    .ft-stats strong {
      color: var(--ft-gold);
      font-weight: 600;
    }
    .ft-bottom {
      width: 100%;
      background: var(--ft-bottom-bg);
      font-size: 12px;
      color: var(--ft-text-muted);
      text-align: center;
      padding: 16px 40px;
      box-sizing: border-box;
    }
    .ft-bottom-inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 8px 16px;
      max-width: 1400px;
      margin: 0 auto;
    }
    .ft-bottom a {
      color: var(--ft-text-light);
      text-decoration: none;
      transition: color 0.25s ease;
    }
    .ft-bottom a:hover {
      color: var(--ft-gold);
    }
    .ft-separator {

    }
    .ft-beian-icon {
      height: 14px;
      width: auto;
      vertical-align: -2px;
      margin-right: 3px;
    }
    .ft-friend-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px 10px;
      justify-content: center;
      margin-bottom: 6px;
      width: 100%;
    }
    .ft-friend-links-label {
      color: var(--ft-text-muted);
      font-weight: 500;
    }
    .ft-legal-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 4px 10px;
      justify-content: center;
      width: 100%;
    }
  }
  /* 移动端 */
  @media (max-width: 767px) {
    .ft-main {
      width: 100%;
      background: var(--ft-bg);
      border-radius: 24px 24px 0 0;
      display: flex;
      flex-direction: column;
      gap: 28px;
      box-sizing: border-box;
      padding: 28px 18px 32px;
    }
    .ft-brand-logo {
      display: block;
      height: 32px;
      width: auto;
      margin-bottom: 10px;
    }
    .ft-brand-desc {
      font-size: 13px;
      color: var(--ft-text-light);
      line-height: 21px;
    }
    .ft-nav-title {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 12px;
      display: inline-block;
      padding-bottom: 8px;
      position: relative;
    }
    .ft-nav-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 22px;
      height: 2px;
      background: var(--ft-gold);
      border-radius: 1px;
    }
    .ft-nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 6px 18px;
    }
    .ft-nav-link {
      color: var(--ft-text-light);
      text-decoration: none;
      font-size: 13px;
    }
    .ft-contact-title {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 12px;
      display: inline-block;
      padding-bottom: 8px;
      position: relative;
    }
    .ft-contact-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 22px;
      height: 2px;
      background: var(--ft-gold);
      border-radius: 1px;
    }
    .ft-qrcodes {
      display: flex;
      gap: 16px;
      margin-bottom: 14px;
    }
    .ft-qrcode-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: rgba(255,255,255,0.04);
      border-radius: 10px;
      padding: 10px 12px 8px;
      border: 1px solid rgba(255,255,255,0.08);
    }
    .ft-qrcode-img {
      width: 90%;
      height: auto;
      border-radius: 6px;
      background: #fff;
      padding: 2px;
      box-sizing: border-box;
    }
    .ft-qrcode-label {
      font-size: 10px;
      color: var(--ft-text-muted);
      margin-top: 6px;
    }
    .ft-stats {
      font-size: 11px;
      color: var(--ft-text-muted);
      line-height: 18px;
    }
    .ft-bottom {
      background: var(--ft-bottom-bg);
      font-size: 11px;
      color: var(--ft-text-muted);
      text-align: center;
      padding: 14px 16px;
      line-height: 22px;
    }
    .ft-bottom-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }
    .ft-bottom a {
      color: var(--ft-text-light);
    }
    .ft-separator {

    }
    .ft-beian-icon {
      height: 12px;
      vertical-align: -2px;
      margin-right: 2px;
    }
    .ft-friend-links {
      display: flex;
      flex-wrap: wrap;
      gap: 4px 8px;
      justify-content: center;
    }
    .ft-legal-row {
      display: flex;
      flex-wrap: wrap;
      gap: 2px 8px;
      justify-content: center;
    }
  }