html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto; /* 确保内容超出时显示滚动条 */
}
#container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 900; //这个很重要，否则表单不可输入
}
.layui-layer {
    background-color: rgb(172, 193, 220, 0.5) !important;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(150, 150, 150, 0.6);
    padding: 10px;
    z-index: 1000;
}

.grid-menu {
    height: 40px;
}

.pc-style {
    display: block;
}

/* 媒体查询 */
@media (max-width: 767px) {
    /* 移动端样式 */
    .h5-style {
        display: none;
    }
    .grid-menu {
        height: 20px;
    }
}

.logo-font {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
}

.logo-font img {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.logo-font span{
    font-size:30px;
    color: #0063af;
    font-weight: bold;
    line-height: 100%;
    text-shadow: -1px 0 rgba(255, 255, 255, 1), 0 1px rgba(255, 255, 255, 1), 1px 0 rgba(255, 255, 255, 1), 0 -1px rgba(255, 255, 255, 1);
}

.layui-form-item .layui-input-inline {
    float: left;
    width: auto !important;
    margin-right: 0 !important;
}

body, td {
    background-color: rgb(241, 249, 255, 0.8) !important;
    color: #333;
}
.layui-table {
    background-color: rgb(255,255,255, 0.1) !important;
}
.col-left {
    width: 10%;
    font-weight: bold;
    background-color: #f3f3f3;
}
.col-right {
    width: 40%;
}
.grid-demo {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.grid-demo span {
    font-size:11px;
}
.grid-demo-bg {
    background-color: #39a8ff;
    cursor:pointer
}
.grid-demo-bg2 {
    background-color: #868e95;
}
.building-thumbnail {
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 800px;
    height: auto;
}

/*轮播图背景*/
.layui-carousel>[carousel-item]>* {
    background-color: transparent;
}
.layui-carousel {
    background-color: transparent;
}