.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    --bs-btn-color: #fff;
    --bs-btn-bg: #036EC2;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #036EC2;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn_red {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    --bs-btn-color: #fff;
    --bs-btn-bg: #036EC2;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #036EC2;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.btn_greed {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #67C23A;
    border: 1px solid #dcdfe6;
    color: white;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 14px;
    font-size: 12px;
    border-radius: 4px;
}

.btn_s {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #409EFF;
    border: 1px solid #dcdfe6;
    color: white;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 10px;
    font-size: 8px;
    border-radius: 4px;
}

.btn_red_s {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #F56C6C;
    border: 1px solid #dcdfe6;
    color: white;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 4px;
}

.btn_greed_s {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #67C23A;
    border: 1px solid #dcdfe6;
    color: white;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 4px;
}

.dll {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    margin: 4px 0px 4px 0px;
}

.chkb {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.header_div {
    height: 32px;
    background: #409EFF;
    margin: auto;
    font-size: 14px;
    text-indent: 6px;
    padding-top: 9px;
    color: white;
    font-family: 微软雅黑;
}

.lb {
    line-height: 32px;
    margin: 12px 6px 12px 6px;
    font-size: 14px;
    text-indent: 6px;
    color: black;
    font-family: 微软雅黑;
}

.parentWrap {
    overflow: hidden;
    width: 96%;
    margin: 15px auto auto auto;
}

.parent {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.child {
    height: 80px;
    width: 24%;
    padding-right: 1px;
    box-sizing: border-box;
    background-clip: content-box;
    text-align: center;
    margin: 4px 0px 4px 0;
    font-size: 12px;
}

.txb {
    height: 27px;
    line-height: 27px;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 2px;
    padding: 4px 4px 4px 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    writing-mode: horizontal-tb !important;
}

    .txb:hover {
        border: 1px solid #efefef;
    }

.table th, .table td {
    padding: 6px 4px 6px 4px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    color: #666;
}

.table th {
    background-color: #efefef;
}

.table {
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    margin: auto;
}

a {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.title_link:link, .title_link:visited, .title_link:hover, .title_link:active {
    text-decoration: none;
    color: black;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.icon_bg {
    background-color: rgb(145,183,71);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 10px auto;
}

.icon_img {
    width: 25px;
    height: auto;
    border-radius: 6px;
}

.color1 {
    background: linear-gradient(-70deg,#04BEFC, #4391FC)
}

.color2 {
    background: #95b93d;
}

.color3 {
    background: #f2a430;
}

.color4 {
    background: #05ceb9;
}

.color5 {
    background: #ff8d52;
}

.color6 {
    background: #00d6d6;
}

.color7 {
    background: #f8d4cd;
}
.color8 {
    background: #2cd3b2;
   
}
.color9 {
    background: #91b747;
}
body {
    font-size: 1.0rem;
}
.header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #409EFF;
    color: #fff;
    padding: 0.2rem 2% 0.2rem 2%;
    font-size: 0.2rem;
    position: sticky;
    top: 0;
    z-index: 9;
}

.header_link {
    display: inline-block;
    width: 0.45rem;
}

.header_icon {
    width: 0.3rem;
    height: 0.3rem;
}

.header_title {
    text-align: center;
    width: calc( 100% - 0.7rem);
    font-size: 0.32rem;
}

.header_width {
    width: 0.25rem;
}
/* 文本 */

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 
.flex {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.iflex {
    display: -webkit-inline-flex;
    display: inline-flex;
}

.dc {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.fw {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc {
    -webkit-justify-content: center;
    justify-content: center;
}

.js {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.je {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.jb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ja {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.as {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ac {
    -webkit-align-items: center;
    align-items: center;
}

.ae {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f0 {
    -webkit-flex: 0;
    flex: 0;
}

.fg {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.fn {
    -webkit-flex: none;
    flex: none;
}
 
.c-box {
    box-sizing: content-box;
}

.b-box {
    box-sizing: border-box;
} 
.block {
    display: inline-block;
}
 
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.mg_ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.layui-table-cell{
    padding: 0px !important;
    line-height: 20px !important;
}


/* 通用悬浮按钮样式 */
.f-button {
    display: inline-block;
    bottom: 0;
    top: 5px;
    left: 5px;
    /* top:0;left:0; 悬浮左上角位置，去掉top和left就是右下角位置*/
    position: fixed; /* 使用固定定位使其始终在页面指定位置 */
    bottom: 2rem; /* 设置距离底部的距离，可以根据需要调整 */
    right: 0.5rem; /* 设置距离右侧的距离，可根据需要调整 */
    z-index: 91999; /* 确保按钮在所有元素之上 */
    width: 3rem; /* 按钮宽度 */
    height: 3rem; /* 按钮高度 */
    background-color: transparent; /* 背景颜色 */
    color: white; /* 文本颜色 */
    font-size: 1.2rem; /* 字体大小 */
    line-height: 3rem; /* 使文本垂直居中 */
    text-align: center; /* 水平居中 */
    border-radius: 50%; /* 圆形按钮 */
    cursor: pointer; /* 鼠标指针变为手型 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    transition: all 0.3s ease; /* 添加过渡动画 */
}

.b-button {
    display: inline-block;
    bottom: 0;
 
    left: 5px;
    /* top:0;left:0; 悬浮左上角位置，去掉top和left就是右下角位置*/
    position: fixed; /* 使用固定定位使其始终在页面指定位置 */
    bottom: 2rem; /* 设置距离底部的距离，可以根据需要调整 */
    right: 0.5rem; /* 设置距离右侧的距离，可根据需要调整 */
    z-index: 91999; /* 确保按钮在所有元素之上 */
    width: 3rem; /* 按钮宽度 */
    height: 3rem; /* 按钮高度 */
    background-color: transparent; /* 背景颜色 */
    color: white; /* 文本颜色 */
    font-size: 1.2rem; /* 字体大小 */
    line-height: 3rem; /* 使文本垂直居中 */
    text-align: center; /* 水平居中 */
    border-radius: 50%; /* 圆形按钮 */
    cursor: pointer; /* 鼠标指针变为手型 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    transition: all 0.3s ease; /* 添加过渡动画 */
}
.aide-f-button {
    display: inline-block;
    bottom: 0;
    top: 1rem;
    left: 10px;
    /* top:0;left:0; 悬浮左上角位置，去掉top和left就是右下角位置*/
    position: fixed; /* 使用固定定位使其始终在页面指定位置 */
    bottom: 2rem; /* 设置距离底部的距离，可以根据需要调整 */
    right: 0.5rem; /* 设置距离右侧的距离，可根据需要调整 */
    z-index: 91999; /* 确保按钮在所有元素之上 */
    width: 0.8rem; /* 按钮宽度 */
    height: 0.8rem; /* 按钮高度 */
    background-color: transparent; /* 背景颜色 */
    color: #000; /* 文本颜色 */
    font-size: 0.4rem; /* 字体大小 */
    line-height: 0.8rem; /* 使文本垂直居中 */
    text-align: center; /* 水平居中 */
    border-radius: 50%; /* 圆形按钮 */
    cursor: pointer; /* 鼠标指针变为手型 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    transition: all 0.3s ease; /* 添加过渡动画 */
}
/* 鼠标悬停时的样式变化 */
    .aide-f-button:hover {
        background-color: #0056b3; /* 更改背景色 */
        transform: translateY(-5px); /* 提升按钮以增加悬停效果 */
    }

    /* 鼠标悬停时的样式变化 */
    .f-button:hover {
        background-color: #0056b3; /* 更改背景色 */
        transform: translateY(-5px); /* 提升按钮以增加悬停效果 */
    }

    /* 对于包含图标的悬浮按钮 */
    .f-button i {
        display: block;
        margin: 0 auto;
    }

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
    color: black;
}
#ballId {
    z-index: 999999999999999999;
    background: rgb(19, 167, 19);
    color: white;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    transition: all 0.08s;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    top: 30px;
    left: 30px;
}
.ring {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}

.comm_1 {
    background-color: #7266ba
}

.comm_2 {
    background-color: #27c24c
}

.comm_3 {
    background-color: #039adf
}

.comm_4 {
    background-color: #adddff
}

.comm_5 {
    background-color: #ffc139
}

.comm_6 {
    background-color: #ffcc39
}

.comm_7 {
    background-color: #f32a14
}