.desk {
	position: relative;
	width: 100%;
	height: 100%
}

.desk .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden
}

.desk .bg img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.desk .content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.desk .content .title {
	position: absolute;
	top: 10px;
	width: 100%;
	justify-content: space-between;
	display: flex;
	align-items: center
}

.desk .content .title .topR {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.desk .content .title .topR .sw {
	margin-right: 20px
}

.desk .content .title .topR .sw img {
	width: 66px;
	height: 88px
}

.desk .content .title .topR .group {
	margin-right: 20px
}

.desk .content .title .topR .group img {
	width: 64px;
	height: 88px
}

.desk .content .title .topR .kf img {
	width: 140px;
	height: 62px
}

.desk .content .title .bgImg {
	width: 100%
}

.QRCode {
	position: absolute;
	top: 675px;
	left: 160px;
	display: flex
}

.QRCode .QRCode-box {
	display: flex;
	align-items: center;
	margin-right: 45px
}

.QRCode .QRCode-box .code {
	width: 209.957px;
	height: 209.957px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 12px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.QRCode-R {
	width: 354px
}

.QRCode-R h2 {
	color: #e1351f;
	font-size: 32px;
	line-height: 40px
}

.QRCode-R p {
	font-size: 16px;
	margin-top: 16px;
	line-height: 26px
}

.mobile{
	height: 100vh;
	overflow: auto
}

.mobile .bglog{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000e6;
	color: #fff;
	text-align: center;
	line-height: 5rem
}

.mobile .bglog .copy{
	width: 5rem;
	height: 1rem;
	margin: 0 auto;
	line-height: 1rem
}

.mobile .float{
	width: 6.7rem;
	height: .72rem;
	position: fixed;
	top: 1.39rem;
	margin: 0 auto;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: #0003;
	border-radius: .16rem;
	border: .005rem solid rgba(255, 255, 255, .5);
	background: #0003;
	-webkit-backdrop-filter: blur(.02rem);
	backdrop-filter: blur(.02rem)
}

.mobile .float .floatLogo{
	width: .47rem;
	height: .33rem;
	padding: .185rem .245rem;
	box-sizing: content-box;
	position: absolute;
	left: 0
}

.mobile .float .floatText{
	width: 4.2rem;
	height: .72rem;
	line-height: .72rem;
	position: absolute;
	left: .9rem;
	overflow: hidden
}

.mobile .float .floatText>div{
	width: 4.2rem;
	position: absolute;
	right: -4.3rem;
	animation: floatA-5a4ac4e3 6s linear infinite
}

.mobile .float .floatText>div span{
	color: #ffdb2a;
	font-weight: 600
}

@keyframes floatA-5a4ac4e3 {
	0% {
		right: -4.3rem
	}

	to {
		right: 3.4rem
	}
}

.mobile .float .floatBtn{
	width: 1.2rem;
	height: .46rem;
	padding: .12rem .16rem;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	right: 0
}

.mobile .title{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	padding: .1rem 0;
	display: flex;
	justify-content: space-between;
	align-self: center
}

.mobile .title .logo{
	height: 1.07rem
}

.mobile .title .topR{
	display: flex;
	justify-content: space-between;
	align-self: center
}

.mobile .title .topR .sw{
	margin-right: .17rem
}

.mobile .title .topR .sw img{
	width: .66rem;
	height: .88rem
}

.mobile .title .topR .group{
	margin-right: .17rem
}

.mobile .title .topR .group img{
	width: .64rem;
	height: .88rem
}

.mobile .title .topR .kf img{
	width: 1.4rem;
	height: .62rem
}

.mobile .title .topR .label{
	font-size: .2rem;
	margin-top: .12rem
}

.mobile .title .topR .label:not(:last-child) {
	margin-bottom: .35rem
}

.mobile .bg{
	height: 100%
}

.mobile .bg img{
	width: 100%
}

.mobile .bg2{
	width: 6rem;
	position: absolute;
	bottom: calc(10px + env(safe-area-inset-bottom));
	left: 0;
	z-index: 99;
	right: 0;
	margin: auto
}

.mobile .bg2 img{
	width: 100%;
	height: auto
}
.mobile .bg2 .downloadPack .btn img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mobile .bg2 .text{
	margin-top: 1.5rem;
	text-align: center
}

.mobile .bg2 .downloadPack .btn-list{
	display: flex;
	justify-content: center
}

.mobile .bg2 .downloadPack .btn{
	width: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .72rem;
	margin: 0 .18rem
}