[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[flex-around] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

[flex-between] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[flex-shrink] {
    flex-shrink: 0;
}

[flex-align="start"] {
    align-items: start;
}

[flex-align="end"] {
    align-items: end;
}

[flex="auto"] {
    flex: auto;
}

[textLine="1"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

[textLine="2"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

[textLine="3"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    background: #FFFFFF;
}

* {
    box-sizing: border-box;
    font-family: Robobo, sans-serif;
}

a {
    display: block;
    text-decoration: none;
}

a img {
    display: block;
}

#app {
    width: 100%;
}

:root {
    --van-search-input-height: 2.64rem;
    --van-cell-line-height: 100%;
}

/* mobile滚动条样式 */
.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(177, 177, 177, 0.5) transparent;
}

.van-popover-item {
    margin: .36rem;
    padding: .36rem .72rem;
    font-size: 0.96rem;
    font-weight: normal;
    line-height: 1.08rem;
    color: #666666;
}

.van-popover-item:active {
    color: #FFCF70;
}

.menuPopover {
    width: auto;
    border-radius: 0.24rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.06rem solid rgba(255, 207, 112, 0.37);
    box-shadow: 0rem 0.24rem 0.68rem 0rem rgba(118, 49, 0, 0.11);
}

.menuPopover .van-popover__content {
    padding: .25rem 0;
}

/* 移动端 */
.mobile-version {
    display: none;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
}

.mobile-version header {
    height: 2.64rem;
    padding: 0 0.96rem;
}


.mobile-version header .lang-popup {
    height: 100%;
    width: 17.9264rem;
    padding: 2.6285rem 0 1.0514rem;
}

.mobile-version header .lang-popup> :first-child {
    font-size: 1.1565rem;
    margin-bottom: 1.6822rem;
    padding: 0 1.8925rem;
}

.mobile-version header .lang-popup .van-radio-group {
    height: calc(100vh - 12.8797rem - 1.6822rem);
    padding: 0 1.8925rem;
}

.mobile-version header .lang-popup .van-radio {
    font-size: .8411rem;
    margin-bottom: 1.472rem;
}

.mobile-version header .lang-popup .confirm-box {
    width: 100%;
    height: 6.8341rem;
    box-shadow: 0 -0.1051rem .2103rem 0 rgba(0, 0, 0, 0.05);
}

.mobile-version header .lang-popup .confirm-lang {
    color: #FFFFFF;
    width: 15.4031rem;
    height: 2.6285rem;
    background: #FFCF70;
    border-radius: 1.0514rem;
    font-size: .8411rem;
}

/* 菜单弹框 */
.mobile-version header .menu-popup {
    width: 100%;
    height: 100%;
}

.mobile-version header .menu-popup .head {
    height: 2.4rem;
    padding: 0 0.72rem;
    border-bottom: 0.06rem solid rgba(0, 0, 0, 0.1);
    font-family: Roboto, sans-serif;
    font-size: 0.96rem;
    font-weight: bold;
    line-height: 1.08rem;
    text-align: center;
    letter-spacing: normal;
    color: #222222;
    gap: .6rem;
    display: grid;
    align-items: center;
    grid-template-columns: 0.72rem 1fr 0.72rem;
}

.mobile-version header .menu-popup .head img {
    width: 0.72rem;
    height: 0.72rem;
}

.mobile-version header .menu-popup .van-cell__title {
    font-size: 0.84rem;
    font-weight: normal;
    line-height: 0.96rem;
    letter-spacing: normal;
    color: #222222;
}

.mobile-version header .menu-popup .van-collapse-item a {
    font-size: 0.84rem;
    font-weight: normal;
    line-height: 0.96rem;
    letter-spacing: normal;
    color: #666666;
}

.mobile-version header .van-collapse-item--border:after {
    border-top: 0.06rem solid rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
}

.mobile-version header .menu-popup .van-collapse-item .van-cell:after {
    display: none;
}

.mobile-version header .menu-popup .van-collapse-item .van-collapse-item__content {
    padding-top: 0;
}

.mobile-version header .menu-popup .van-collapse-item .van-collapse-item__content> :nth-child(n+2) {
    margin-top: 0.96rem;
}


/* PC端 */
.pc-version {
    width: 100%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
}

.pc-version header {
    width: 100%;
    height: 4.2rem;
    padding: 0 1.32rem 0 1.56rem;
    background: #FFCF70;
    color: #fff;

    gap: 2.16rem;
    display: flex;
    align-items: center;

    top: 0;
    z-index: 10;
    position: fixed;
}

.pc-version header .logo {
    width: 4.94rem;
}

.pc-version header .menuList {
    display: flex;
    flex: 1 0 auto;
    font-size: 1.11rem;
    /* line-height: 1.22rem; */
    color: #222222;
    align-items: center;
}

.pc-version header .menuList .line {
    color: rgba(34, 34, 34, 0.15);
    margin: 0 1.78rem;
}

.pc-version header .van-popover__wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: default;
}

.pc-version header .btnGroup {
    gap: 1rem;
}

.pc-version header .btnGroup .language {
    width: 1.56rem;
    height: 1.56rem;
}

.pc-version header .van-search .van-field__left-icon>img {
    width: 0.96rem;
    height: 0.96rem;
}

.pc-version header .van-search .van-field__control::placeholder {
    color: #999999;
}

.pc-version main {
    margin: 4.2rem auto 0;
}

footer {
    margin-top: 4rem;
    text-align: center;
    font-size: .96rem;
    --tw-text-opacity: 1;
    color: #999999;
    vertical-align: middle;
    line-height: 1.08rem;
}

footer a {
    color: #999999;
}

footer span {
    margin: 0 0.96rem;
}

footer> :last-child {
    font-size: .96rem;
    font-weight: normal;
    color: #999999;
    margin-bottom: 2rem;
    margin-top: 1.44rem;
}

/* cookie权限 */
.cookie {
    width: 100%;
    height: 6.25rem;
    color: #FFFFFF;
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.68);

    bottom: 0;
    position: fixed;
    z-index: 10;
}

.cookie>div {
    gap: .5rem;
    font-size: 1.08rem;
    letter-spacing: normal;
}

.cookie .button {
    min-width: 7.56rem;
    padding: 0 1.2rem;
    height: 2.64rem;
    font-size: 0.84rem;
    border-radius: 0.24rem;
    background: #FFFFFF;
    color: #525252;
    text-transform: uppercase;
    font-weight: normal;
}

.cookie .button.accept {
    color: #FFFFFF;
    background: #FFCF70;
}

/* PC 移动 UI兼容 */
@media screen and (max-width: 600px) {

    html,
    body {
        background: #F4F4F4;
    }

    .pc-version {
        display: none;
    }

    .mobile-version {
        display: flex;
    }

    .cookie {
        height: 9.5rem;
        gap: 1rem;
        padding: 1rem;
        flex-direction: column;
        justify-content: center;
    }

    .cookie>div {
        font-size: 1rem;
    }

    .cookie .button {
        height: 2.25rem;
        width: 10.9375rem;
        border-radius: .1875rem;
        border: none;

        font-size: 1.125rem;
        text-transform: uppercase;
    }

    .cookie .button.LearnMore {
        display: none;
    }

    .van-popover-item {
        margin: 0;
        padding: 0;
    }

    /* footer */
    footer {
        height: 3.72rem;
        margin-top: .75rem;
        text-align: center;
        font-size: 0.75rem;
        --tw-text-opacity: 1;
        color: #999999;
        vertical-align: middle;
        line-height: 1.08rem;
    }

    footer a {
        color: #999999;
    }

    footer span {
        margin: 0 0.96rem;
    }

    footer> :last-child {
        font-size: 0.75rem;
        font-weight: normal;
        color: #999999;
        margin-top: .6rem;
    }
}