@-webkit-keyframes shake {
	0% {
		top: calc(100% - 0.6rem);
	}

	60% {
		top: calc(100% - 0.5rem);
	}

	100% {
		top: calc(100% - 0.6rem);
	}
}

@-moz-keyframes shake {
	0% {
		top: calc(100% - 0.6rem);
	}

	60% {
		top: calc(100% - 0.5rem);
	}

	100% {
		top: calc(100% - 0.6rem);
	}
}

@keyframes shake {
	0% {
		top: calc(100% - 0.6rem);
	}

	60% {
		top: calc(100% - 0.5rem);
	}

	100% {
		top: calc(100% - 0.6rem);
	}
}

/* a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
} */

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	margin: 0;
	padding: 0;

}

::-webkit-scrollbar {
	display: none !important;
	width: 0px;
	height: 0px;
}

body {
	font-size: .14rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

img {
	vertical-align: top;
}

a {
	color: inherit;
	text-decoration: none;
}

body,
#page {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	left: 0;
	top: 0;
}

#head {
	width: 100vw;


	background: #ffffff;
}

#head>video {
	width:100vw;
    	height: calc(100vw * 0.51);
	background-color: #0C0C0C;
}



#body {
	padding: 0px 24px 24px;
}
#body>div{
	padding-top: 48px;
}
.downDetails{
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px #F3F3F5 solid;
	border-radius: 8px;
	margin-bottom: 8px;
}
.imgContent{
	display: flex;
}
.img{
	width: 44px;
	height: 44px;
	margin-right: 8px;
	border-radius: 8px;
   	overflow: hidden;
}
.content{
	padding: 8px 0;
}
.contentH1{
	color: #393C40;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 4px;
}
.contentH2{
	color: #8D9199;
	font-size: 10px;
	line-height: 10px;
}
.downBtn>div{
	background-color: #35C775;
	font-size: 14px;
	line-height: 14px;
	padding: 9px 16px ;
	color: #FFFFFF;
	text-align: center;
	border-radius: 256px;
}
.heplTitle{
	font-size: 18px;
	line-height: 18px;
	font-family: 'Source Han Sans CN-Medium';
	font-weight: 600;
	margin-bottom: 8px;
}
.helpContent{
	font-size: 12px;
	line-height: 18px;
	color: #5C5F66;
	white-space: pre-line;
}
.uheplTitle{
	padding-bottom: 16px;
	border-bottom: 1px solid #E3E4E6;
	margin-bottom: 0;
}
.usinghelpDetalis{
	padding: 16px 0;
	position: relative;
	border-bottom: 1px #E3E4E6 dashed;
}
.usinghelpDetalis:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.usinghelpDetalis.active .titleDetals{
	color: #47B2F8;
}

.usinghelpDetalis.active .uheplContent{
	display: block;
}
.titleDetals{
	font-size: 12px;
	line-height: 12px;
	color: #17181A;
	font-family: 'Source Han Sans CN-Bold';
	font-weight: 600;
}
.upDown{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 14px;
	right: 0;
	background-image: url("./down.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.uheplContent{
	font-size: 12px;
	line-height: 18px;
	color: #5C5F66;
	margin-top: 10px;
	display: none;
}
.uheplContent li{
	position: relative;
	margin-bottom: 8px;
}
.uheplContent li:last-child{
	margin-bottom: 0;
}
.uheplContent li>div:first-child{
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #47B2F8;
	border-radius: 16px;
}
.uheplContent li>div:last-child{
	margin-left: 24px;
}