body {
    font-family: "PingFang SC", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    margin: 0px;
    padding: 0px;
}

.btn {
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #eee;
    background-color: #eee;
    /* padding: .375rem .75rem; */
    padding: .375rem 1.25rem;
    font-size: 1rem;
    height: 2.55rem;
    line-height: 1.2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.main-three-part-grid-container {
    display: grid;
    /* height: 112px; */
    grid-template-columns: 1fr 1000px 1fr;
    gap: 4px;
}


.two-part-grid-container {
    display: grid;
    /* height: 112px; */
    grid-template-columns: 1fr 90px;
    gap: 4px;
}



.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.alert {
    font-weight: 500;
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 0.875rem;
    --bs-alert-padding-y: 0.687rem;
    --bs-alert-margin-bottom: .6rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.text-align-left {
    text-align: left;
}

.alert-success {
    /* background-color: #ddf6e8;
    border-color: #ddf6e8;
    color: #28c76f; */
    /* background-color: #6b9cfe;
    border-color: #6b9cfe;
    color: #5089fb; */
    background-color: #d6e2fb;
    border-color: #d6e2fb;
    color: #0355f9;
}


.alert-error {
    background-color: #fce4e4;
    border-color: #fce4e4;
    color: #ea5455;
}



.popup-success {
    /* width: 100px; */
    /* height: 40px; */
    /* background-color: rgb(238, 248, 229); */
    /* background-color: #3498db; */
    background-color: #54b5f9;
    /* color: rgb(93, 192, 22); */
    /* color: rgb(93, 192, 22); */
    color: #ffffff;
    z-index: 100;
    display: flex;
    padding: 0.36rem 0.68rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    position: fixed;
    /* top: 3.6%; */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.98rem;
    font-family: 'PingFang SC', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    opacity: 0;
    pointer-events: none;
    /* 初始不可点击 */
    /* transition: opacity 1.5s ease, pointer-events 0s 1.5s; */
}

.popup-warn {
    /* width: 100px; */
    /* height: 40px; */
    background-color: #fcf6ed;
    color: #f3981a;
    z-index: 100;
    display: flex;
    padding: 0.36rem 0.68rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    position: fixed;
    /* top: 3.6%; */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.98rem;
    font-family: 'PingFang SC', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    opacity: 0;
    pointer-events: none;
    /* 初始不可点击 */
    /* transition: opacity 1.5s ease, pointer-events 0s 1.5s; */
}

.popup-error {
    background-color: #fcf0f0;
    color: #ee4930;
    z-index: 100;
    display: flex;
    padding: 0.36rem 0.68rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    position: fixed;
    /* top: 3.6%; */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.98rem;
    font-family: 'PingFang SC', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    opacity: 0;
    pointer-events: none;
    /* 初始不可点击 */
    /* transition: opacity 1.5s ease, pointer-events 0s 1.5s; */
}

.layui-timeline-item:before,
hr {
    background-color: #e6e6e6
}


hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both
}

ul {
    margin-top: 10px;
    line-height: 22px;
}

ul li {
    margin-top: 6px;
    list-style-type: disc
}

.cron-a{
    text-decoration: none;
}