*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
}

a{
    color: #1672e3!important;
}

input::placeholder { color: #cecece;}


.conf-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.conf-modal-content {
    display: flex; /* 在显示时使用 flex 布局 */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.conf-modal-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.conf-modal-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.conf-modal-button {
    flex: 1;
    margin: 0 5px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.conf-confirm-button {
    background-color: #4caf50;
    color: #fff;
}

.conf-cancel-button {
    background-color: #f44336;
    color: #fff;
}


.layui-table td, .layui-table th {
    font-size: 0.8em!important;
}

.laytable-cell-1-0-0 {
    /*width: 45px!important;*/
}

.layui-table-cell {
    height: 32px!important;
    padding: 2px 5px!important;
}
.layui-btn+.layui-btn {
     margin-left: 0!important;
}

.layui-btn-xs {
    color: #fff!important;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: transparent;
    background-color: #1672e3;
    color: #fff!important;
}

.layui-layer-btn .layui-layer-btn0 {
    color: #fff!important;
}
.layui-icon-close:before {
    content: "\1006";
    font-size: 16px!important;
}
.layui-layer-setwin span {
    line-height: 10px!important;
}

.top{
    width: 90%;
    margin-top: 4px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.return{
    font-size: 20px;
    color: #1672e3!important;
}
.layui-icon{
    font-size: 30px!important;
    font-weight: 900!important;
}

#ID-tree-demo-showLine{
    width: 98%;
    overflow: hidden;
}

.layui-tree-txt{
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    padding-right: 20px;
}

.layui-tree-entry {
    height: auto!important;
}