body {
    font-family: 'Noto Sans', sans-serif;
}
table {
  table-layout: fixed;
}
#bonus_table td:nth-child(1), #bonus_table td:nth-child(5)
{
    text-align: center; /* 水平居中 */
    vertical-align: middle; /* 垂直居中 */
}
td {
    word-wrap: break-word; 
    word-break: break-all;
    white-space: normal; 
  }
h1, h2, h3 {
    font-weight: bold;
    color: #333;
}
p {
    margin-bottom: 1.5em;
}


.navbar-collapse a:hover {
    background-color: #003366;
    color: #ffffff;
}


input, select, textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 1em;
}


img {
  max-width: 100%; height: auto;
}







      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: white;
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }
      
      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
      .navbar a {
        color: white ;
      }
      .dropdown-menu a{
        color: black ;
      }
      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
      thead {
        text-align: center;
      }
      #footer{
        
        color: #585858;
    font-family: Arial;
    font-size: 1em;
    line-height: 1.5;
    background: #2468A9 url(images/bg-footer.gif) repeat-x;
    min-height: 80px;
    width: 100%;
      }
      #footer div {
        color: #585858;
    font-family: Arial;
    line-height: 1.5;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 17px;
    position: relative;
    width: 960px;
      }
      .section {
        color: #585858;
    font-family: Arial;
    line-height: 1.5;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    float: right;
    padding: 0;
    width: 700px;
      }
      #footer div div.section ul {
        color: #585858;
    font-family: Arial;
    line-height: 1.5;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
      }
      #footer div div.section ul li{
        color: #585858;
    font-family: Arial;
    line-height: 1.5;
    font-size: 12px;
    list-style: none;
    float: left;
    padding: 0 5px;
    border: none;
      }
      #footer div div.section ul li a{
        font-family: Arial;
    font-size: 12px;
    list-style: none;
    outline: none;
    color: #6886A0;
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
      }
      #footer div div.section p {
        font-family: Arial;
        line-height: 1.5;
        font-size: 12px;
        color: #6886A0;
        margin: 0;
        text-align: right;
      }
      a{
        outline:none;
      }
      .bg-body-tertiary{
          background-color: white;
      }
      .registerDel_a{
        cursor:pointer;
      }
      .registerDel_td{
        text-align: center;
      }
      .form_table tr td:first-child {
        vertical-align: top;
        text-align: left;
      }
    

#news_table tbody td{
        font-size: 24px;
      }
      #news_table tbody td .content_a{
        font-size: 20px;
      }
   #news_table tbody tr:hover{
        cursor: pointer;
        background-color: #a3ccefff;
      }
      #news_table tbody tr:hover .title_a{
        text-decoration: underline ;

      }
      #news_table tbody tr:hover  .more_btn{
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    

        
      }
#news_table {
  
  background-color: white;
}
#news_table tbody .date_td {
  color: #33a7f0;
font-size: 22px;
font-weight: 100;
font-family: "Arial Black", Gadget, sans-serif;

}
#news_table  td {
  background-color: white;
   
}
#news_table tbody tr {
  border-style: hidden;
   border: top 1px;
}
.td-none {
    display: none!important;
}
@media (min-width: 768px) {
    .td-md-block {
        /* display: block !important; */
        display: table-cell!important;
    }
}