* {
    margin: 0;
    padding: 0;
    border: none;
    outline-style: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-family: "abcfont";
    font-weight: inherit;
    resize: none;
}

::placeholder {
    font-family: "abcfont";
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    color: inherit;
}

@font-face {
    font-family: "abcfont";
    src: url("./zaozigongfangnaisiti.ttf");
}

html {
    font-size: 16px;
    color: #999;
    font-family: "abcfont";
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 1;
    scroll-behavior: smooth;
    --themeColor: #33E8FF;
    --themeColor2: #1E1D32;
    background: #181828;
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.clamp1,
.clamp2,
.clamp3,
.clamp4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.container {
    box-sizing: border-box;
    width: 1440px;
    margin: 0 auto;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pager a,
.pager span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-radius: 8px;
    color: rgb(255, 255, 255, 0.5);
}

.pager a.active,
.pager a:hover {
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
    border: none;
}

#common-copy {
    display: none;
}

@media (max-width: 1440px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
        padding: 0 5.04vw;
    }
}