  body {
            font-family: 'Montserrat', sans-serif;
            background-color:  #ffffff;
            margin: 0;
            padding: 0;
        }

        .title {
            text-align: center;
            padding: 50px 0;
        }

        @font-face {
            font-family: 'STXINGKA';
            src: url('./STXINGKA.TTF') format('truetype'); /* 加载自定义字体文件 */
        }

        .red-text {
            font-family: 'STXINGKA', sans-serif; /* 使用自定义字体 */
            color: #ce2f2f; /* 鲜艳的红色 */
            font-size: 48px; /* 调整字体大小 */
            font-weight: lighter;
            text-transform: uppercase;
            letter-spacing: 2px; /* 调整字母间距 */
            margin-right: 10px;
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); /* 增加阴影效果 */
        }

        .blue-text {
             font-family: 'STXINGKA', sans-serif; /* 使用自定义字体 */
            color: #4285f4; /* 鲜艳的蓝色 */
            font-size: 30px; /* 调整字体大小 */
            font-weight: lighter;
            text-transform: uppercase;
            letter-spacing: 1px; /* 调整字母间距 */
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); /* 增加阴影效果 */
        }



        .top {
            background-color: #b30018;
            height: 100px;
            margin-bottom: 3%;
            text-align: center;
        }


        .top span {
            font-weight: 700;
            color: white;
            font-size: 30px;
            line-height: 90px;
        }

        .biaoge {
            border: 1px solid #efe6e6;
            box-shadow: 10px 10px 10px gray;
        }

        .biaoge thead tr th {
            color: white;
            font-size: 23px;
        }

        .biaoge thead tr {
            background-color: #900000;
        }

        .biaoge tbody tr td {
            width: 50%;
            text-align: center;
        }

        .danlie {
            background-color: #efe6e6;
        }
