.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center
}

.textNowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hiddenScrollbar {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.hiddenScrollbar::-webkit-scrollbar {
    display: none
}

body,html {
    font-style: normal;
    height: 100%;
    width: 100%;
    font-size: 3.077vw;
    width: 100%!important
}

*,body,html {
    padding: 0;
    margin: 0;
    font-family: PingFang SC
}

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

input {
    user-select: auto
}

ol,ul {
    list-style: none;
    list-style-type: none;
    margin-bottom: 0
}

a {
    border: none;
    text-decoration: none
}

a,a:hover {
    transition: all .3s ease-out 0s
}

a:focus {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1.5em;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0
}

img {
    border: none;
    vertical-align: middle
}

#__next {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%
}

p {
    margin-bottom: 0
}
/* 顶部导航条 */
/* 顶部导航 */
/* 顶部导航 */
.topbar{
    width:100%;
    height:120px;
    background:#f7b500;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px 0 20px;
    box-sizing:border-box;
    margin-top:40px;
}

/* 左侧logo */
.logo{
    display:flex;
    align-items:center;
    cursor:pointer;
}

/* 数字 */
.logo-num{
    font-size:84px;
    font-weight:900;
    color:#000;
    line-height:1;
}

/* 右侧文字 */
.logo-right{
    margin-left:12px;
    display:flex;
    flex-direction:column;
    line-height:1;
}

/* 中文 */
.logo-cn{
    font-size:36px;
    font-weight:bold;
    color:#000;
}

/* .com */
.logo-com{
    font-size:32px;
    font-weight:bold;
    color:#000;
}

/* 右侧按钮区域 */
.topbar-right{
    display:flex;
    gap:40px;
}

/* 按钮 */
.top-btn{
    background:#ffd45a;
    border:none;
    padding:22px 70px;
    font-size:32px;
    font-weight:bold;
    border-radius:22px;
    cursor:pointer;
    transition:all .2s;
}

.top-btn:hover{
    background:#ffe07a;
}
::-webkit-scrollbar {
    width: 0
}

::-webkit-scrollbar:horizontal {
    height: 0
}
