body {
    margin: 0;
    font-size: 16px;
}

[v-cloak] {
    display: none;
}

#pc-content img {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.viewFrame-container {
    /* padding-top: 64px; */
    /* position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 500ms ease 0s; */
}

.viewFrame-topBar {
    height: 64px;
    position: fixed;
    align-items: center;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 8;
    transition: left 500ms ease 0s;
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
    background: transparent;
    font-size: 14px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;

}
.viewFrame-topBar.scroll-style{
    background: rgba(0,0,0,0.7);
}

.viewFrame-topNav {
    display: flex;
}

.viewFrame-logoWrap {
    height: 64px;
    line-height: 64px;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;

}

.viewFrame-topNav li {
    padding: 8px 0;
    margin: 0px 24px;
    cursor: pointer;
}

.detail-container {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.detail-container img {
    width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
    text-align: center;
}

.activeStyle {
    border-bottom: 1px solid #ffffff;
}

.viewFrame-topBar.scrollStyle {
    background: #060043;
}

#mobile-content img {
    width: 100%;
    display: block;
}

#mobile-content .block {
    position: relative;
    text-align: center;
}

.custom-carousel1.van-swipe {
    width: 100vw;
    position: absolute;
    bottom: 2rem;
}

.custom-carousel2.van-swipe {
    width: 100vw;
    position: absolute;
    bottom: 1rem;
}

#mobile-content .custom-indicator .indicator-item {
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: rgba(6, 0, 67, 0.02);
    border-radius: 2px;
}

#mobile-content .custom-indicator .indicator-item.active-item {
    background-color: #060043;

}

#app .page-content{
    display: none;
}

#app #pc-content{
    display: block;
}
@media (max-width: 1200px) {
    #app #mobile-content {
        display: block;
    }

    #app #pc-content {
        display: none;
    }
}