body {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.red-text {
    color: red;
}
.title {
    font-weight: bold;
}
.footer {
    position: fixed; /* 将底部信息固定在页面底部 */
    left: 0;
    bottom: 0;
    width: 100%; /* 设置底部信息的宽度为页面宽度 */
    color: #f3eded; /* 设置底部信息的文字颜色 */
    text-align: center; /* 设置底部信息文本居中显示 */
    padding: 10px 0; /* 设置底部信息的内边距 */
}
.login_logo {
    margin-top: 50px;
    margin-left: 70px;
    overflow: hidden; /* 隐藏超出容器的部分 */
}
.logo_text {
    margin-top: 90px;
    font-size: 56px;
    color: #0075c2;
    font-weight: bold;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
.login_body {
    margin: 0;
    padding: 0;
    width: 100vw; /* 设置宽度为视口宽度的 100% */
    background-image: url("../img/login_background_2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.2); /* 设置背景颜色为白色，透明度为 0.5 */
    background-blend-mode: overlay; /* 可选，用于混合背景图片和颜色 */
}
.login_center {
    margin-top: calc(50vh - 333px);
}
.login_title {
    color: #3E4967;
    font-size: 0;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding-bottom: 3px;
}
.login_title span{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    padding: 0;
    color: #0075c2;
}
.login_form {
    width: 360px;
    margin: 0 auto;
    padding: 40px 30px 30px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc; /* 添加边框 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    border-radius: 10px;
}
.layui-form-checked[lay-skin=primary] i{
    border-color:#0075c2 !important;
    background-color: #ece9e9 !important;
    color:#0075c2 !important;
    font-weight: bold;
}

.layui-custom-body {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    z-index: 900;
    width: auto;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-y: auto;
}
.custom-body-header {
    position: sticky;
    background-color: lightgray;
    top: 0;
    z-index: 1;
}
/*必填*/
.required-icon {
    color: red;
    position: relative;
    top: 2px;
    font-style: normal;
}

.layui-bg-theme {
    background-color: #0075c2 !important;
    color: #ffffff !important;
}
.layui-border-theme {
    border-color: #0075c2 !important;
    color: #0075c2 !important;;
}
.layui-bg-bai {
    background-color: #ffffff !important;
    color: #2d2d2d !important;
}

.layui-nav.layui-bg-bai .layui-nav-item a {
    color: rgba(210, 210, 197, 0.75);
    color: rgba(0, 0, 0, .8);
}

.layui-nav.layui-bg-bai .layui-nav-item a:hover  {
    color: #373737;
    color: rgba(0, 0, 0, .8);
}
thead {
    background-color: #e7e6e6;
}
.moreScreen-layout {
    position: absolute;
    right: 0;
    padding-top: 10px;
    display: none;
    z-index: 200;
}
.moreScreen-content {
    background-color: #ffffff;
    padding: 20px 20px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    cursor: default;
    border: 1px solid #b2b2b2;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    width: 800px;
    right: 30%;
    z-index: 100;
}
.moreSearchCrap {
    color: #939393;
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    user-select: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.moreSearchCrap.selected:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-top-left-radius: 4px;
    border-color: #F65C78 transparent transparent #F65C78;
    position: absolute;
    top: 1px;
    left: 1px;
}
.table-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 8px;
    line-height: 50px;
    padding: 0 15px;
    /*box-shadow: -1px 0 4px rgba(190, 169, 169, 0.42);*/
    /*background-color: #eef2f5;*/
    text-align: center;
}
.scrollable-div::-webkit-scrollbar {
    width: 8px; /* 滚动条的宽度 */
}

.scrollable-div::-webkit-scrollbar-track {
    background: #e7e5e5; /* 滚动条的背景色 */
}

.scrollable-div::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条的滑块颜色 */
    border-radius: 10px; /* 滑块的圆角 */
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
    background: #555; /* 鼠标悬停时滑块的颜色 */
}
.clickable-element {
    cursor: pointer; /* 设置鼠标指针为小手样式 */
}
.clickable-element-a {
    cursor: pointer; /* 设置鼠标指针为小手样式 */
    padding: 10px;
}
.clickable-element-a.selected {
    background-color: #0075c2; /* 点击后的背景色 */
    color: white; /* 点击后的文字色 */
}

.clickable-element-a.selected a{
    color: white; /* 点击后的文字色 */
}