﻿@charset "utf-8";

body {
    font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}

textarea,
select,
option,
input,
button {
    outline: none;
    background: transparent;
    border: transparent;
    font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  background: transparent;
  border: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    display: block;
}


.ZsyPagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: var(--top30);
    gap: 5px;
}

.ZsyTotal{
    font-size: 12px;
    color: rgb(165, 165, 165);
}

.ZsyItem {
    font-size: 12px;
    height: 30px;
    background: #ffffff;
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.ZsyItem.ZsyActive {
    background: rgba(140, 102, 226, 1);
    border: 1px solid rgba(140, 102, 226, 1);
    color: #fff;
}

.ZsyItem.ZsyDisabled{
    cursor: not-allowed;
}

.ZsyItem a{
    width: 100%;
    height: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ZsyItem a svg {
    width: max-content;
    height: 10px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.ZsyPagesizewrap{
    position: relative;
    width: 120px;
    flex-shrink: 0;
}

.ZsyChufa {
    width: 100%;
    height: 30px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border: 1px solid rgb(165, 165, 165);
    border-radius: 3px;
    background: #ffffff;
    font-size: 12px;
    color: rgb(165, 165, 165);
    line-height: 1;
    cursor: pointer;
}

.ZsyBiao {
    flex: 1;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ZsyJiantou {
    width: 14px;
    height: auto;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.ZsyLie {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    bottom: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgb(165, 165, 165);
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 50;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        visibility 0s linear 0.3s;
}

.ZsyLie.ZsyLiedakai {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        visibility 0s linear 0s;
}

.ZsyPagesizewrap.ZsyXiangshang .ZsyLie {
    top: auto;
    bottom: calc(100% + 4px);
    transform-origin: bottom center;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

.ZsyHang {
    width: 100%;
}

.ZsyHang a {
    display: block;
    padding: 8px;
    font-size: 12px;
    color: rgb(165, 165, 165);
    line-height: 1;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.ZsyHang a:hover {
    background: rgba(56, 88, 174, 0.08);
    color: rgba(140, 102, 226, 1);
}

.ZsyHang a.ZsyXuan {
    background: rgba(140, 102, 226, 1);
    color: #fff;
}

.ZsyJumpwrap{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.ZsyJumpwrap span{
    font-size: 12px;
    color: rgb(165, 165, 165);
    line-height: 1;
}

.ZsyJumpwrap input{
    width: 50px;
    height: 30px;
    border: 1px solid rgb(165, 165, 165);
    line-height: 1;
    background: #ffffff;
    font-size: 12px;
    color: rgb(165, 165, 165);
    padding: 0 10px;
    border-radius: 3px;
    text-align: center;
}

@keyframes Queren_Zhe_ru {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes Queren_Zhe_chu {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes Queren_Ban_ru {
    from {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 50px));
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes Queren_Ban_chu {
    from {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    to {
        opacity: 0;
        transform: translate(-50%, calc(-50% - 50px));
    }
}

#confirmModal {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
}

#confirmModal.Queren_Dakai {
    display: flex;
}

#confirmModal.Queren_Dakai:not(.Queren_Guan) .Queren_Zhezhao {
    animation: Queren_Zhe_ru 0.2s linear both;
}

#confirmModal.Queren_Dakai:not(.Queren_Guan) .Queren_Ban {
    animation: Queren_Ban_ru 0.2s linear both;
}

#confirmModal.Queren_Dakai.Queren_Guan .Queren_Zhezhao {
    animation: Queren_Zhe_chu 0.2s linear both;
}

#confirmModal.Queren_Dakai.Queren_Guan .Queren_Ban {
    animation: Queren_Ban_chu 0.2s linear both;
}

.Queren_Zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
}

.Queren_Ban {
    width: var(--QuerenBanWidth, 400px);
    max-width: 95%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Queren_Ban h3 {
    font-size: var(--size18);
    font-weight: 700;
    color: rgba(61, 61, 65, 1);
    line-height: 1;
}

#confirmMessage {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    line-height: 1.6;
    margin-top: 20px;
    max-height: 60vh;
    overflow-y: auto;
}

#confirmMessage::-webkit-scrollbar {
    width: 0 !important;
}

.Queren_Caozuo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.Queren_Caozuo button {
    min-width: 88px;
    height: 36px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid rgba(217, 217, 217, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(61, 61, 65, 1);
}

.Queren_Caozuo button.Queren_Que {
    border: none;
    background: rgba(140, 102, 226, 1);
    color: rgba(255, 255, 255, 1);
}

.Queren_Que:hover {
    opacity: 0.8;
}

.Loading_container {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10001;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    backdrop-filter: blur(6px);
}

.Loading_container.Is_show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.Loading_spinner{
    width: 1000px;
    max-width: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Loading_spinner svg {
    width: 50px;
    height: auto;
    display: block;
    margin: auto;
}

.Loading_spinner .Loding_dot_w {
    transform-origin: 0 0;
    animation: Loding_dian 1.15s ease-in-out infinite;
}

.Loading_spinner g:nth-child(1) .Loding_dot_w {
    animation-delay: 0s;
}

.Loading_spinner g:nth-child(2) .Loding_dot_w {
    animation-delay: -0.14375s;
}

.Loading_spinner g:nth-child(3) .Loding_dot_w {
    animation-delay: -0.2875s;
}

.Loading_spinner g:nth-child(4) .Loding_dot_w {
    animation-delay: -0.43125s;
}

.Loading_spinner g:nth-child(5) .Loding_dot_w {
    animation-delay: -0.575s;
}

.Loading_spinner g:nth-child(6) .Loding_dot_w {
    animation-delay: -0.71875s;
}

.Loading_spinner g:nth-child(7) .Loding_dot_w {
    animation-delay: -0.8625s;
}

.Loading_spinner g:nth-child(8) .Loding_dot_w {
    animation-delay: -1.00625s;
}

@keyframes Loding_dian {

    0%,
    100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.3);
    }
}

.Loading_spinner p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(56, 56, 56, 1);
    line-height: 1.8;
    letter-spacing: 5px;
    margin-top: 15px;
}