@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap');
@font-face {
    font-family: 'OriginalHandWrite';
    src: url('https://assets.crazying-dev.top/font/CEFFontsCJK.woff2') format('woff2'),url('https://ciallovo.top/assets/fonts/CEFFontsCJK.woff2') format('woff2'), url('https://cdn.bootcdn.net/ajax/libs/webfont/1.6.28/fonts/ma-shan-zheng.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: inherit;
}
body {
    min-height: 100vh;
    position: relative;
    background: transparent;
    min-width: 630px;
}
@media (min-width: 1000px) {
    body {
        min-width: 1200px;
    }
}
html,body{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    color: var(--text1);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overscroll-behavior: none;
    overflow-anchor: none;
    margin: 0;
    padding: 0;
    font-family: 'OriginalHandWrite', "楷体", KaiTi, "华文行楷", STXingkai, 'Ma Shan Zheng', cursive, sans-serif, PingFang SC, HarmonyOS_Regular, Helvetica Neue, Microsoft YaHei, serif, -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif !important;
}
@media(max-resolution: 1dppx),(-webkit-max-device-pixel-ratio:1) {
    html,body {
        font-family: 'OriginalHandWrite', 'Ma Shan Zheng', cursive, -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif !important; /* 改了亿点点 */
    }
}



header{
    display: flex;
    background-color: rgba(0,0,0,0);
    height: 70px;
}

#footer{
    width: 100%;
    height: 180px;
    background: #2E4659;
    text-align: center;
    padding: 20px 0;
    color: #1A2423;
    font-size: 14px;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
}

dd {
    font-size: 16px;
}
dl {
    font-size: 16px;
}
ol {
    font-size: 16px;
}
ul {
    font-size: 16px;
}
button{
    background: rgba(0,0,0,0);
    /*font-size: 16px;*/
    outline: 0;
    border: none;
    font-size: inherit;
    font-family: inherit;
}

ol{
    list-style: none;
}
ul,li {
    list-style: none;
}
li {
    list-style: none;
}

a {
    outline: 0;
    color: inherit;
    text-decoration: none;
    -webkit-touch-callout: none;
}

i{
    font-style: normal
}
em {
    font-style: normal
}

h1{
    font-weight: 400;
}
h2{
    font-weight: 400;
}
h3{
    font-weight: 400;
}
h4{
    font-weight: 400;
}
h5{
    font-weight: 400;
}
h6{
    font-weight: 400;
}

svg,img {
    /*display: block;*/
    object-fit: cover;
    min-width: 1px;
    min-height: 1px;
    max-width: 100%;
    -webkit-touch-callout: none;
    all: inherit;
    display: inherit;
    width: inherit;
    height: inherit;
}

svg,img *{
    all:inherit;
}

textarea {
    resize: none;
    outline: 0;
    border: none;
    font-size: inherit;
    font-family: inherit;
}

select {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
    font-size: inherit;
    font-family: inherit;
}
p {
    white-space: nowrap;   /* 禁止换行 */
    font-weight: 400;
}


input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fff inset;
    box-shadow: 0 0 0 100px #fff inset
}
input {
    outline: 0;
    border: none;
    font-size: inherit;
    font-family: inherit
}
#CopyRight{
    font-family: -apple-system, BlinkMacSystemFont,'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;"
}
.qr-hover-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.qr-hover-wrap .qr-img {
    display: none;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 100;
    pointer-events: none;
}
.qr-hover-wrap:hover .qr-img {
    display: block;
}

#header{
    width: 100%;
    height: 70px;
}


