
@media (max-width: 600px) {
    .mobile-hidden {
          display: none !important;
    }
}
hr.dashed {  
    border: none;  
    border-top: 1px dashed #000; /* 设置上边框为虚线 */  
    margin: 10px 0; /* 设置上下外边距 */ 
} 
.footer_link_dashed_text {  
    display: flex;  
    flex-direction: column;  
} 
.footer_link_dashed_text > * {  
    margin: 0; /* 移除默认的外边距 */  
} 
.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.w-1{
    text-align: center;
}