@charset "UTF-8";

:root {
    --color-white: #fff;
    --content-bg-color: #0a0a0a;
    --primary-color: #1678ff;
    --success-color: #04be02;
    --text-primary-color: #202124;
    --body-bg-color: #f5f8fa;
    --van-swipe-indicator-size: .16rem;
    --van-swipe-indicator-margin: .32rem;
    --van-swipe-indicator-active-background: var(--primary-color);
    --van-swipe-indicator-inactive-background: #e3e4e7;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 10vw;
}

@media screen and (min-width: 500Px) {
    html {
        font-size: 50px;
    }
}

html,
body {
    height: 100%;
    color: var(--text-primary-color);
    background-color: var(--body-bg-color);
    line-height: 1.4286;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: .346667rem;
}

img {
    border: 0;
    vertical-align: middle;
    pointer-events: none;
}

a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

#page-view {
    position: relative;
    max-width: 500Px;
    height: 100%;
    margin: 0 auto;
    background-color: var(--content-bg-color);
}

.content-warp {
    position: relative;
    display: block;
    width: 100%;
    overflow: auto;
    background-color: var(--content-bg-color);
}

.content-warp.base-template.has-header {
    padding-top: 1.6rem;
}

.content-warp.base-template.has-footer {
    padding-bottom: 1.6rem;
}

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

.text-success {
    color: var(--success-color);
}

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

.flex-con {
    flex: 1;
    overflow: hidden;
    color: var(--color-white);
}

.ph {
    padding-right: .506667rem;
    padding-left: .506667rem;
}

.ml-half {
    margin-left: .253333rem;
}

.van-image {
    position: relative;
    display: inline-block;
}

.van-image--block {
    display: block;
}

.van-image__img {
    display: block;
    width: 100%;
    height: 100%;
}

.van-swipe {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    touch-action: pan-y;
    user-select: none;
}

.van-swipe__track {
    display: flex;
    height: 100%;
    transition: transform .5s ease;
    will-change: transform;
}

.van-swipe-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.van-swipe .van-swipe-item {
    width: 100%;
}

.van-swipe__indicators {
    position: absolute;
    bottom: var(--van-swipe-indicator-margin);
    left: 50%;
    display: flex;
    transform: translate(-50%);
}

.van-swipe__indicator {
    width: var(--van-swipe-indicator-size);
    height: var(--van-swipe-indicator-size);
    border-radius: 100%;
    background-color: var(--van-swipe-indicator-inactive-background);
    opacity: .3;
    transition: opacity .2s, background-color .2s;
}

.van-swipe__indicator:not(:last-child) {
    margin-right: var(--van-swipe-indicator-size);
}

.van-swipe__indicator--active {
    background-color: var(--van-swipe-indicator-active-background);
    opacity: 1;
}

.download-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 500Px;
    height: 1.6rem;
    background-color: rgb(26, 26, 26);
}

.head-icon {
    width: 100%;
    height: 1.613333rem;
}

.head-icon .van-image__img {
    object-fit: contain;
    object-position: left center;
}

.swipe-warp {
    display: block;
    width: 100%;
    direction: ltr;
}

.swipe-warp .van-image__img {
    object-fit: cover;
}

.swipe-warp .swipe-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.line-warp {
    padding: .253333rem;
    background-color: transparent;
}

.line-item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: 1.2rem;
}

.lines-space {
    line-height: .12rem;
    text-align: center;
    font-size: 0;
}

.lines-space .lines {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

.lines-space .line-icon {
    display: block;
    width: 4Px;
    height: 16Px;
    margin: 0 2px;
    border-radius: 2Px;
    background-color: var(--success-color);
}

.lines-space .line-icon.line-1 {
    height: 8Px;
}

.lines-space .line-icon.line-2 {
    height: 12Px;
}

.go-play {
    height: .8rem;
    padding: 0 .32rem;
    border-radius: .213333rem;
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: .293333rem;
}

.downbload-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 500Px;
    height: 1.6rem;
    background-color: rgba(0, 0, 0, .8);
    color: var(--color-white);
    line-height: .4rem;
    letter-spacing: .026667rem;
}

.footer-btn {
    position: relative;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: .906667rem;
    margin: 0 .253333rem;
    padding: 0 .253333rem;
    border-radius: .213333rem;
}

.footer-btn:first-child {
    background-color: var(--primary-color);
}

.footer-btn:nth-child(2) {
    background-color: rgb(255, 170, 9);
}

.footer-bubble {
    position: absolute;
    right: 0;
    bottom: 1.013333rem;
    max-width: calc(100% - .253333rem);
    padding: .16rem .253333rem;
    border-radius: .213333rem;
    background-color: #ea4e3d;
    color: var(--color-white);
    font-size: .293333rem;
    white-space: normal;
    word-break: break-all;
}

.footer-bubble:before {
    position: absolute;
    bottom: -.186667rem;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border: .32rem solid transparent;
    border-left-color: #ea4e3d;
    content: "";
}

.fix-tool {
    position: fixed;
    z-index: 100;
    display: block;
}

.fix-tool.fix-right-top {
    top: 3.2rem;
    right: max(50vw - 250Px + .133333rem, .133333rem);
}

.fix-item {
    display: block;
    width: 1.333333rem;
    height: 1.333333rem;
    margin-top: .253333rem;
}

.popup-mask {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .48);
}

.popup-hidden {
    display: none;
}
