body {
	margin: 0 0;
	padding: 0 0;
	font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
	background: linear-gradient(#ff6f00, #faa051, #ff6f00);
	color: #333;
}

#qrcodeBox {
	position: fixed;
	top: 20px;
	margin-left: 380px;
	background-color: #fff;
	padding: 10px 10px;
	border-radius: 10px;
	font-size: 10px;
}

#qrcode {
	margin-top: 20px;
}

#container1 {
	max-width: 23.4375rem;
	min-width: 19rem;
	margin: 0 auto;
	background: #026ab5;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
}

#header {
	position: absolute;
	top: 0.8rem;
	left: 1rem;
	display: flex;
	align-items: center;
}

#header #tit {
	margin-left: 0.25rem;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
}

#foot {
	font-size: 0.8rem;
	color: #fff;
	padding: 0.625rem 4% 5rem 4%;
	text-align: center;
	line-height: 1.5rem;
}
#foot a{
	color: #fff;
}
.pc-show{
	display: none;
}
@media (min-width: 720px) {
	#container {
		border: 0.0625rem solid #fff;
	}
	.pc-show{
		display: block;
	}
}

.section_53 {
	width: 10.75rem;
	position: absolute;
	top: 6rem;
	right: 9%;
}

.text_1 {
	width: 10.75rem;
	height: 2.375rem;
	overflow-wrap: break-word;
	color: rgba(253, 254, 248, 1);
	font-size: 1.6875rem;
	letter-spacing: 0.125rem;
	font-family: Source Han Sans SC-Heavy;
	font-weight: 900;
	text-align: center;
	white-space: nowrap;
	line-height: 1.6875rem;
}

.text_2 {
	width: 134px;
	height: 22px;
	overflow-wrap: break-word;
	color: rgba(253, 254, 248, 1);
	font-size: 0.8125rem;
	letter-spacing: 0.125rem;
	font-family: Source Han Sans SC-Normal;
	font-weight: NaN;
	text-align: center;
	white-space: nowrap;
	line-height: 0.8125rem;
	margin-left: 1.4375rem;
}

.text-wrapper_1 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2.75rem;
	height: 2.625rem;
	width: 9.0625rem;
	text-align: center;
}

.text_3 {
	width: 8.8125rem;
	height: 2.5rem;
	color: rgba(255, 111, 0, 1);
	font-size: 1.25rem;
	font-family: Source Han Sans SC-Heavy;
	font-weight: 900;
	line-height: 2.5rem;
	cursor: pointer;
}
#app-down{
	position: fixed;
	top:0;
	max-width: 23.4375rem;
	width: 100%;
	display: none;
	height: 5rem;
}
.app-down {
	height: 100%;
	width: 100%;
    position: relative;
    top:0;
    background: hsl(26, 100%, 50%);
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3%;
}

.app-down::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    bottom: 0;
    border-radius: 10px;
    background: hsl(48, 100%, 20%);
    transform: translate(0, -15%) rotate(-4deg);
    transform-origin: center center;
    box-shadow: 0 0 20px 15px hsl(48, 100%, 20%);
    z-index: -1;
}