* {
    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: #1F1F1F;
    font-family: "abcfont";
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 1;
    scroll-behavior: smooth;
    --themeColor: #73B9A6;
    --themeColor2: #FFE99A;
    --themeColor3: #1F1F1F;
    min-width: 1840px;
}

::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;
}

.container2 {
    box-sizing: border-box;
    width: 1320px;
    margin: 0 auto;
}

.moblic-footer,
.moblic-nav {
    display: none;
}

@media (max-width: 1000px) {
    .moblic-hiddle {
        display: none !important;
    }

    .moblic-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 14.72vw;
        background: linear-gradient(106deg, rgb(242, 255, 243) 0%, rgb(225, 250, 251) 87%);
        position: relative;
    }

    .moblic-nav .title {
        font-size: 4.03vw;
        width: calc(100% - 24.19vw);
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
    }

    .moblic-nav .back {
        position: absolute;
        left: 5.04vw;
    }

    .moblic-nav .back img {
        width: 6.45vw;
        transition: none;
    }

    .moblic-nav form {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80.65vw;
        height: 9.88vw;
        position: absolute;
        right: 5.04vw;
    }

    .moblic-nav form input {
        width: 100%;
        height: 100%;
        border-radius: 5.04vw;
        border: 0.30vw solid var(--themeColor3);
        padding: 0 8.06vw 0 4.03vw;
        background: none;
        font-size: 3.02vw;
        color: rgb(255, 255, 255, 0.5);
    }

    .moblic-nav form button {
        background: none;
        position: absolute;
        right: 3.53vw;
    }

    .moblic-nav form button img {
        height: 4.44vw;
        transition: none;
    }

    .moblic-nav.mgt40 {
        margin-bottom: 4vw;
    }

    .container,
    .container2 {
        width: 100%;
        padding: 0 5vw;
    }

    /* 浮窗隐藏 */
    .fuchuang {
        display: none;
    }

    .moblic-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
        height: 23.19vw;
        border-radius: 2.52vw 2.52vw 0 0;
        background: rgb(255, 255, 255, 0.8);
        padding: 3.23vw 11.49vw 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        text-align: center;
        font-size: 3.83vw;
        border: 0.3vw solid var(--themeColor);
        border-bottom: none;
    }

    .moblic-footer a .icon img:nth-child(1),
    .moblic-footer a.active .icon img:nth-child(2) {
        display: inline-block;
    }

    .moblic-footer a .icon img:nth-child(2),
    .moblic-footer a.active .icon img:nth-child(1) {
        display: none;
    }

    .moblic-footer img {
        height: 6.45vw;
        margin-bottom: 2.22vw;
    }

    .moblic-footer .active img {
        height: 6.45vw;
        margin-bottom: 3.63vw;
    }

    .moblic-footer .active .title {
        color: var(--themeColor);
    }
}


.oktips,.mac_pop_msg{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--themeColor);
    border: 2px solid var(--themeColor2); 
    color: var(--themeColor2);
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    text-align: center;
    z-index: 99;
    pointer-events: none;
}