@import "ft.css";
@import "header.css";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Serif+SC:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
* {
    font-family:"Noto Sans SC","Inter", "Poppins", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
    font-optical-sizing: auto;
}

/* ::-webkit-scrollbar{width:0;} */
body,
ul,
li,
p,
a,
* {
    margin: 0;
    padding: 0;
    list-style: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

/* 英文 */
.Noto-Serif-SC {
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
}


/* 中文 */
.Noto-Sans-SC {
    font-family: "Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
}

html{
    scroll-padding-top: 2vw;
}
/* @media screen and (max-width: 768px) {

    .html,
    .html>* {
        font-size: 16px !important;
    }
} */



#translate {
    display: none;
}

/* 小程序二维码弹窗 */
.qrcode-pop {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.qrcode-pop .mask {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    cursor: pointer;
}

.qrcode-pop .qr-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    background: #fff;
    border-radius: 14px;
    padding: 40px 40px 36px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    box-sizing: border-box;
}

.qrcode-pop .qr-box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.qrcode-pop .close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 22px;
    height: 22px;
    font-size: 24px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
    cursor: pointer;
    user-select: none;
    transition: color .2s, transform .2s;
    text-align: center;
}

.qrcode-pop .close:hover {
    color: #333;
    transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
    .qrcode-pop .qr-box {
        width: 80vw;
        max-width: 360px;
        padding: 36px 30px 30px;
    }
}
