@charset "UTF-8";
* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0 auto;
	color: #262626;
	font-size: 12px;
	max-width: 1920px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC',
		'Helvetica Neue', STHeiti, 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

ul,
ol,
dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

a {
	color: inherit;
	text-decoration: none;
}

i {
	font-style: normal;
}

input::-webkit-input-placeholder {
	color: #909399;
}

/**************************************************/
.text-center {
	text-align: center;
}

.clearfix::before {
	display: table;
}

.clearfix::after {
	display: block;
	clear: both;
	content: '';
}

.header {
	padding: 10px 0;
	background: #fbf3ff;
	text-align: center;
}
.header img {
	width: 60px;
	height: 60px;
}

.nav li {
	font-size: 16px;
	display: inline-block;
	width: 130px;
	padding: 14px 0;
	text-align: center;
	position: relative;
}
.nav .active:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 4px;
	border-radius: 4px;
	background-color: #ff49e0;
	transform: translateX(-50%);
}

.section {
	position: relative;
}

.handle {
	position: absolute;
	z-index: 10;
	top: 35%;
	left: 0;
	width: 100%;
	height: 48%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	padding-left: 25%;
}

.header-down {
	width: 15.1041666667%;
}
.header-down .btn {
	width: 80%;
	height: 80%;
	line-height: 40px;
	font-size: 100%;
	color: #0092ff;
	font-weight: 600;
	text-align: center;
	/* margin-bottom: 20%; */
}
.android {
	margin-bottom: 14%;
}

.qr-code {
	/* margin-left: 4%; */
	width: 15%;
	/* height: 100%; */
	padding: 2px;
	border-radius: 8px;
	background-color: #fff;
	margin-right: 5%;
}

.btn {
	display: block;
	width: 100%;
}
.btn img {
	display: block;
	width: 100%;
}

.download {
	position: absolute;
	left: 50%;
	bottom: 10%;
	z-index: 10;
	transform: translateX(-50%);
	display: flex;
}
.download > a {
	margin: 0 10px;
}
.download .qrcode {
	color: #ff699a;
	background: linear-gradient(270deg, #ffffff 0%, #ffffff 100%);
}

.about-single {
	text-align: center;
}
.about-single p {
	font-size: 18px;
	margin: 30px 0;
}

/* 移动端 */
.m-header {
	padding: 10px 0;
}
.m-header .logo {
	float: left;
	margin-left: 16px;
}
.m-header .logo img {
	width: 50px;
	height: 50px;
}
.m-header .nav {
	float: right;
	margin-right: 16px;
}
.m-header .nav li {
	width: auto;
	padding: 14px 10px;
}

.m-download {
	position: fixed;
	left: 0;
	bottom: 98px;
	z-index: 10;
	width: 100%;
	height: 2.2933333333rem;
	color: #282828;
	font-size: 0;
	text-align: center;
}
.m-download a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 4.186046511627907rem;
	height: 2rem;
	background: url('../images/m/down.png') no-repeat 0 0/100% 100%;
}
.m-download img {
	display: block;
}

.footer {
	padding: 33px 0;
	text-align: center;
	background: #fff;
}
.footer p {
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	margin: 0;
}

.m-footer {
	padding: 25px 0;
	font-size: 14px;
}

.tips {
	position: absolute;
	left: 50%;
	top: 4%;
	z-index: 1000;
	width: 80%;
	transform: translateX(-50%);
}

.van-overflow-hidden {
	overflow: hidden !important;
}

.van-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.mimilogo {
	position: absolute;
	top: 32%;
	left: 39%;
	transform: translate(-50%, -50%);
	width: 25%;
	height: 14%;
}
.mimi_phone_logo {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6rem;
	height: 1.2666rem;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
