:root {
	--color-white: #fff;
	--body-bg-color: #f5f8fa;
	--content-bg-color: #fff;
	--primary-color: #1678ff;
	--success-color: #04be02;
	--text-primary-color: #202124;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 10vw;
}

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

body {
	min-height: 100%;
	background-color: var(--body-bg-color);
	color: var(--text-primary-color);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
	font-size: .346667rem;
	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;
}

img {
	display: block;
	width: 100%;
	border: 0;
	vertical-align: middle;
	pointer-events: none;
}

body,
#page-view {
	position: relative;
}

#page-view {
	max-width: 500Px;
	min-height: 100vh;
	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);
}

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

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

.van-image--block,
.swipe-warp,
.swipe-warp .van-image__img {
	display: block;
	width: 100%;
}

.van-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swipe-warp {
	direction: ltr;
}

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

.line-warp {
	padding: .253333rem;
	background-color: var(--content-bg-color);
}

.line-warp--warm {
	background-color: rgb(251, 242, 207);
}

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

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

.lines-space .lines {
	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;
}

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

.text-small {
	font-size: .293333rem;
    margin-top: 4px;
}

.flex-con {
	display: flex;
	align-items: center;
}

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

.text-center {
	justify-content: center;
	text-align: center;
}

.go-play {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	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;
	padding: 0 .133333rem;
	background-color: rgba(0, 0, 0, .8);
	color: var(--color-white);
	line-height: .4rem;
	letter-spacing: .026667rem;
}

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

.footer-btn--danger {
	background-color: rgb(255, 69, 0);
}

.footer-btn--info {
	background-color: rgb(30, 144, 255);
}

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

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

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

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

.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;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 30%;
	color: var(--primary-color);
	text-align: center;
	font-size: .24rem;
	line-height: .293333rem;
	border: solid .053333rem var(--primary-color);
}

.fix-default {
	color: rgb(21, 119, 254);
}

.fix-default .svg-icon {
	display: inline-block;
	font-size: .56rem;
	margin-top: .186667rem;
}

.svg-icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.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;
}