        html {
            margin: 0;
            padding: 0;
        }

        body {
            /*background:url('http://jinbiandan.oss-cn-beijing.aliyuncs.com/bg.webp') fixed bottom center no-repeat;*/
            color: #fff;
            min-width: 320px;
            background-size: cover;
            background-color:#1b3169;
        }
         body::before {
            content: '';
            position: fixed;
            z-index: -1;
            top: 0; right: 0; bottom: 0; left: 0;
            background: url('http://jinbiandan.oss-cn-beijing.aliyuncs.com/bg.webp') center no-repeat;
            background-size: cover;
            }


        a {
            text-decoration: none !important;
            color: #fff;
        }

        p {
            color: #fff;
            margin: 0;
        }
.imgsvg{
    border-radius: 50%;
  background: #17377a;
  padding: 5px;
  width: 32px;
  margin-right: 8px;
}
#h-title-txt {
	font-size: 2rem !important;
}
#h-title-txt2 {
	font-size: 1.5rem !important;
}
@media(max-width:640px){
#h-title-txt,
#h-title-txt2
{
	font-size: 16px !important;
}
    .page-agenda .table-box tbody tr > td:first-child{
        font-size: 11px;
    }
    
    
    
}

        /* 使Footer内容居中 */
        footer {
            text-align: center;
            padding: 10px 0;
            background-color: transparent;
        }


        .navbar-light .navbar-brand {
            width: 120px;
            height: auto;
            overflow: hidden;
        }

        .navbar-light .navbar-brand img {
            width: 100%;
            height: 100%;
        }

        /* 通用部分 */
        .table-box {
            font-size: 16px;
        }

        .table-box td,
        .table-box tr,
        .table-box {
            color: #fff !important;
            line-height: 2em !important;
            vertical-align: middle !important;
        }

        /* 联系方式 */
        .page-contact .table-box tr>td:nth-child(1) {
            min-width: 6em;
            width: 30%;
        }

        .page-contact .table-box tr>td:nth-child(2) {
            min-width: 6em;
            width: 30%;
        }

        .page-contact .table-box tr>td:nth-child(3) {
            min-width: 10em;
            width: 40%;
        }



        #offcanvasNavbar {
            height: 50%;
            background: #fff;
            border-radius: 0 0 12px 12px;
        }

        .boxbg {
            border-radius: 12px;
            box-shadow: 0 5px 10px #00000040;
            background: #93D2F336;
            padding: 20px 10px;
            margin-bottom: 30px;
        }

        .index-list {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .index-list-links:hover .index-list {
            box-shadow: 0 5px 10px #ffffff40;
        }

        .navbar-toggler.btn-close-white {
            color: transparent;
        }

        .index-list img {
            width: 30%;
        }

        .index-list p {
            margin: 0;
            padding-left: 1em;
        }

        .navbar.fixed-top {
            width: 80px;
            height: 80px;
            right: 0;
            left: auto;
        }

        .imglogo,
        .txtlogo {
            width: 50%;
            height: auto;
            display: block;
            margin: 15px auto;
            text-align: center;
        }

        .index-items tbody {
            min-width: 20em;
            color: #fff;
        }

        .index-items tbody tr td {
            font-size: 16px;
            color: #fff;
        }

        .index-items tbody tr>td:first-child {
            padding-right: 1em;
            display: flex;
            align-items: top;
            /* 垂直居中 */
        }

        .index-items-box .row {
            display: flex;
            justify-content: space-between;
            width: 70%;
            margin: 20px auto;
        }

        .index-items-img {
            display: flex;
            width: 180px;
            margin: auto;
            align-items: center;
            height: 100%;
        }

        .more-more a {
            display: block;
            width: 200px;
            margin: 30px auto;
            background: #93D2F336;
            border-radius: 50px;
            padding: 10px 20px;
            color: #fff;
            text-decoration: none;
            transition: all 0.5s;
        }

        .more-more a:hover {
            background: #fff;
            color: #19347b;
            box-shadow: 0 5px 10px #53b7e9;
        }

        .page-agenda .table-box tbody tr>td:first-child {
min-width: 90px;
  width: 10%;
        }
         .page-agenda .table-box tbody tr>td:last-child {
            width: 100%;
        }
        
        
        .page-participants .table-box tbody tr>td:first-child {
            min-width: 5em;
            text-align: center;
            align-items: center;
            width: 30%;
        }

        .page-participants .table-box tbody tr>td:last-child {
            width: 100%;
        }


        .page-havemeals .table-box tbody tr>td:not(:last-child) {
            min-width: 5em;
            text-align: center;
            width: 25%;
        }
        .page-havemeals .table-box tbody tr>td:last-child {
            width: 100%;
        }

        @media(max-width:640px) {

            /* 表格通用部分 */
            .table-box {
                font-size: 12px;
            }
     .index-items-box .row {
            width: 100%;
        }

            .imglogo,
            .txtlogo {
                width: 90%;
            }

            .index-items tbody tr td {
                font-size: 12px;
            }

            .index-items-img {
                display: none;
            }
                    .page-havemeals .table-box tbody tr>td:not(:last-child) {
                    width: 20%;
                    min-width: 48px;
                    }
        }