    @font-face {
        font-family: 'SourceHanSansCN'; /* 自定义名称 */
        src: local('SourceHanSansCN'),
             url('https://cdn.jinlijewelry.cn/SourceHanSansCN.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    *{margin:0;padding:0;font-family:'SourceHanSansCN', 'PingFang SC', 'Microsoft YaHei', sans-serif;}
    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden; /* 禁止 body 滚动 */
    }
    
     body {
      width: 100%;
      background-color: #000000;
      color: #ffffff;
      margin: 0;
    }
    .marquee{
        line-height: 16px;height: 16px;
        width: 100%; 
        overflow: hidden;
        white-space: nowrap;
    }
    .marquee-content {
      display: inline-block;
      padding-left: 100%;          /* 让动画从右侧开始 */
      animation: scroll-left 15s linear infinite;
      font-size: 14px;
    }
    .gonggao{
        width:80%;
        line-height: 25px;height: 25px;
        overflow: hidden;
        white-space: nowrap;
    }
    .gonggao-content{
      display: inline-block;
      font-size: 14px;
      will-change: transform; /* 提高动画流畅度 */
    }
    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    .top_row{
        position: sticky;
        top:0px;
        width:100%;
        background: #000;
        display: flex;
    }
    .time{
        display: block;
        min-width: 200px;
        width:20%;
        text-align: right;
        color:#f00;
        font-size: 14px;
        padding: 0 8px;
        box-sizing: border-box;
        line-height: 25px;
        background: #000;
    }
    .up {
     color: #f00;
    }
    .down {
      color: #0f0;
    }
    .neutral {
      color: white;
    }
    .high {
     color: #f00;
    }
    .low {
      color: #0f0;
    }
   
    h1 {
      color: #ffcc00;
      text-align: center;
    }
    tr{
        background-color: #000;
    }
    tr:nth-child(2n){
        background: #252525;
    }
    .container {
      width: 100%;
      max-width: 100vw;
      padding-top:0;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }
    .table-box {
      width: 100%;
      overflow-x: auto;
    }
    .copyright{
        width:100%;
        display: flex;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .copyright p{
        width:33.333%;
        text-align: center;
        display: flex;
        align-items: center;
        height:16px;
    }
    .copyright p img{
        width:20px;
        margin-right:5px;
    }
    .copyright p:nth-child(2){
        justify-content: center;
        padding-left: 50px;
        box-sizing: border-box;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
    }
    th, td {
      padding: 4px 5px;
      text-align: center;
      border-bottom: 1px solid #333;
      white-space: nowrap;
      font-weight: 600;
      border-left:1px solid #333;
      font-size: 16px;
      line-height:16px;
    }
    th{
        font-size: 20px;
        height: 33px;
    }
    th:first-child{
       border-left:none;
    }
    td:first-child{
       color:#ffcc00;
       font-weight: 400;
       border-left:none;
       font-size: 19px;
    }
    th {
      background-color: #252525;
      color: #fff;
    }

    .header{
        width:100vw;
        padding:8px;
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top:0;
        left:0;
        height:50px;
        background: #000;
        border-bottom:2px solid #fff;
        z-index: 999;
    }
    .main{
        margin-top:66px;
    }
    .hangqing{
        height: calc(100vh - 132px);
        position: relative;
        overflow-y: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* 解决 iOS 卡顿问题 */
        position: relative;
    }
    thead th {
        position: sticky;
        top: 25px;
        z-index: 1; 
    }
    .logo{
        width:100%;
        text-align: left;
    }
    .logo img{
        display: block;
    }
    .txtbox{
        padding: 0 10px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 21px;
    }
    .txtbox p span.red{
        color:#d00;
    }
    .footer{
        width:100%;
        height: 66px;
        position: fixed;
        bottom:0px;
        left:0px;
        background:#2B3036;
    }
    .main{
        position: relative;
    }
    .newsfixed,.mallfixed,.loginfixed,.webfixed{
        width:100%;
        height:calc(100vh - 132px);
        position: absolute;
        top:25px; 
        z-index: 9;
        display: none;
        background: #fff;
    }
    .newsfixed iframe,.mallfixed iframe,.loginfixed iframe,.webfixed iframe{
        width:100%;
        height:100%;
        border:0;
    }
    .copytxt{
        display:inline-block;width:100%;text-align:right;
    }
    .copyright p a{
        color:#fff;
        text-decoration: none;
    }
    .tabbar{
        width:100%;
        height:66px;
        background:#2B3036;
        display: flex;
    }
    .tab{
        padding: 0px 0 4px 0;
        width:20%;
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center;     /* 垂直居中 */
        flex-direction: column;     /* 垂直排列 */
        font-size: 14px;
    }
    .act{
        color: #F3BA41;
    }
    .icon{
        width:25px;
        height:25px;
        background-position: center;
        background-size: 25px 25px;
    }
    .icon1{
        background-image: url('images/tab1.png');
    }
    .act .icon1{
        background-image: url('images/tab12.png');
    }
    .icon2{
        background-image: url('images/tab2.png');
    }
    .act .icon2{
         background-image: url('images/tab22.png');
    }
    .icon3{
        background-image: url('images/tab3.png');
    }
    .act .icon3{
         background-image: url('images/tab32.png');
    }
    .icon4{
        background-image: url('images/tab4.png');
    }
    .act .icon4{
         background-image: url('images/tab42.png');
    }
    .icon5{
        background-image: url('images/tab5.png');
    }
    .act .icon5{
         background-image: url('images/tab52.png');
    }
    
    
    
    @media (min-width: 10px) {
      .table-box {
        overflow-x: visible;
        min-width: 100px;
      }
    }
    @media (max-width: 4980px) {
      .table-box {
        width: 100%;
      }
    }

    @media (max-width: 690px) {
        .copyright p{
            width:100%;
            text-align: center;
            display: flex;
            align-items: center;
            height:24px;
            line-height: 24px;
            justify-content: left!important;
            padding-left: 0px!important;
            box-sizing: border-box;
        }  
        
        td:first-child{
           font-weight: 400;
           font-size: 19px;
        }
        .copytxt{
            text-align:left;
        }
    }