﻿body {
	font-family: 'Microsoft YaHei', "Open Sans", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}

input,
select,
textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

.justify {
	text-align: justify;
}

img,
a {
	border: 0;
}

.img img {
	display: block;
	margin: 0 auto;
}


ul,
li {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.flt {
	float: left;
}

.frt {
	float: right;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
}

.img {
	overflow: hidden;
	position: relative;
}

.img img {
	display: block;
}

.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

*,
*:after,
*:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.wrap {
	width: 1190px;
	margin: 0 auto;
	position: relative;
}

.header {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 72px;
	background-color: #fff;
}

.header-noscoped {
	min-width: 60%;
	box-sizing: content-box;
	height: 72px;
	opacity: 1;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: auto;
}

.banner {
	margin-top: 72px;
	background-size: cover;
	background-position: center center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 500px;
	margin-bottom: 60px;
	display: flex;
	padding: 90px 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.banner_text {
	position: absolute;
	bottom: 32px;
	width: 500px;
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	left: 55%;
	top: 20%;
}

.banner_tit {
	margin: 0 0 10px;
	font-size: 37px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 4px;
}

.banner_tit img {
	width: 44px;
}

.down_text {
	font-size: 24px;
	color: #333;
	padding-bottom: 24px;
}

.sub_title {
	font-size: 14px;
	color: #0054d1;
	padding-bottom: 16px;
}

.ver_list {
	display: flex;
	width: 100%;
	color: #666;
	justify-content: space-between;
}

.ver_list .li {
	color: #111;
	font-size: 14px;
	padding-bottom: 16px;
}

.ver_list .name {
	color: #666;
	font-size: 14px;
}

.down_btn {
	width: 200px;
	height: 48px;
	border-radius: 55px;
	line-height: 48px;
	text-align: center;
	background: #15CA71;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prompt_text {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
}

img {
	display: block;
}

.swiper1 {}

.swiper1 .swiper-slide {
	position: relative;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.swiper1 .swiper-slide .text {
	position: absolute;
	top: 50%;
	left: 26%;
	transform: translate(-50%, -50%);
	padding: 5px 10px;
	border-radius: 5px;
	z-index: 1;
}

.swiper1 img {
	width: 100%;
	transition: all 0s;
}

.swiper1 .swiper-slide {
	z-index: 9;
	opacity: 0;
}

.swiper1 {
	padding-bottom: 50px;
}

.swiper-pagination {
	width: 100%;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	margin: 0 4px;
	border-radius: 0;
	background: rgb(201, 205, 212);
	opacity: .5;
}
.swiper-pagination-bullet-active{ opacity: 1;}
.swiper1 .swiper-slide-prev,
.swiper1 .swiper-slide-next {
	opacity: 0.5;
}

.swiper1 .swiper-slide-prev {
	justify-content: flex-start;
}

.swiper1 .swiper-slide-active {
	z-index: 10;
	opacity: 1;
}

.swiper1 .swiper-slide .box {
	overflow: hidden;
	width: 714px;
	min-width: 714px;
	max-width: 714px;
	height: 240px;
	min-height: 240px;
	max-height: 240px;
	transform: scale(0.8);
	transform-origin: left;

}

.swiper1 .swiper-slide-active .box {
	transform: scale(1);
}

.swiper1 .swiper-slide h3 {
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 10px;
}

.swiper1 .swiper-slide p {
	font-family: Microsoft YaHei;
	width: 290px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}

.app_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.app_grid .item {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 12px;
	padding-top: 12px;
	border-radius: 8px;
	transition: background .2s;
	cursor: pointer;
}

.app_grid .item:hover {
	background: #f8f9fc
}

.app_grid .icon {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	margin-bottom: 8px;
	margin-right: 12px;
	margin-left: 5px
}

.icon img {
	width: 100%;
	height: 100%
}

.app_grid h4 {
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 2px;
	font-weight: 500;
	display: flex;
	flex-direction: column
}

.app_grid p {
	width: 100px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}


a.install-btn {
	text-decoration: none;
	position: absolute;
	right: 12px;
	top: 50%;
	background: #00CE68;
	color: #fff;
	padding: 4px 12px;
	border-radius: 14px;
	font-size: 12px;
	opacity: 0;
	transition: opacity .2s;
	cursor: pointer;
	border: none;
	transform: translateY(-50%);
}

.app_grid .item:hover .install-btn {
	opacity: 1
}

.page_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page_head .tit {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
}

.page_head .more {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

.page_head .more:hover {
	color: #111
}

.card_grid {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.card_grid .item {
	position: relative;
	border-radius: 12px;
	background: #f8f9fa;
	transition: transform .2s;
	cursor: pointer;
	min-height: 180px;
}

.card_grid .item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 16px #00014
}

.card_grid .install-btn {
	position: absolute;
	top: 50%;
	padding: 3px 16px;
	right: 20px;
}

.card_grid .item:hover .install-btn {
	opacity: 1;
}

.card_grid .item .img {
	margin-bottom: 5px;
}

.card_grid .item img {
	width: 282px;
	height: 168px;
}

.card_grid .text {
	padding-left: 10px;
	position: relative;
}

.card_grid .text p {
	font-size: 12px;
	font-weight: 400;
	color: #9e9e9e;
	padding-bottom: 5px;
}

.card_grid .text h3 {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	padding-bottom: 6px;
}

.footer {
	padding-bottom: 56px;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	letter-spacing: normal;
	color: #222;

}

.banner_bg2 {
	margin-top: 72px;
	position: relative;
	width: 100%;
	height: 500px;
	background-size: cover;
	margin-bottom: 60px;
	display: flex;
	padding: 90px 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	background: url('../img/bg2.webp');
	background-size: cover;
}

.banner_bg2 .banner_text {
	position: initial;
}

.banner_img {
	width: 520px;
}

.banner_text2 {
	padding-right: 60px;
	height: 100%;
	width: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner_tit2 {
	width: 420px;
	opacity: 1;
	display: flex;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 66px;
	color: #1d2129;
	text-align: left;
	vertical-align: top;
	;
}

.sub_title2 {
	width: 420px;
	height: 48px;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

.down_btn2 {
	width: 320px;
	height: 56px;
	border-radius: 8px;
	background: #007bff;
	justify-content: center;
	align-items: center;
	padding: 0 120px;
	font-size: 20px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	text-decoration: none;
}

.prompt_text2 {
	width: 420px;
	height: 24px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	color: #999;
	text-align: left;
	vertical-align: top;
}

.page_title {
	margin-top: 66px;
	margin-bottom: 40px;
}

.page_title h2 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: rgb(34, 34, 34);
}

.step_list img {
	width: 80px;
	margin: 0 auto;
}

.step_list {
	display: flex;
	justify-content: space-around;
	width: 1000px;
	height: 152px;
	margin: auto;
	align-items: center;
	text-align: center;
}

.step_list h3 {
	margin-top: 16px;
	font-size: 20px;
	color: rgb(34, 34, 34);
}

.step_list p {
	margin-top: 4px;
	font-size: 16px;
	color: rgb(153, 153, 153);
}

.page_title p {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 400;
	color: rgb(153, 153, 153);
	text-align: center;
}

.imgs {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.imgs img {
	object-fit: fill;
	margin-left: 6px;
	margin-right: 6px;
	width: 492px;
}

.ability {
	display: flex;
	justify-content: space-around;
	width: 1000px;
	height: 184px;
	margin: auto;
	align-items: center;
	background-color: #f0f6fc;
	padding: 32px;
}

.ability_list {
	flex: 0 0 50%;
	height: 100%;

	margin: auto;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}

.ability_list li {
	flex: 0 0 50%;
	height: 24px;
	display: flex;
	align-items: center;

	font-size: 16px;
	font-weight: 400;
	color: rgb(51, 51, 51);
}

.ability_list img {
	width: 18px;
	margin-right: 20px;
}

.ability_star {
	flex: 0 0 50%;
	padding-left: 216px;
}

.ability_star h3 {
	font-weight: 700;
	font-size: 20px;
}

.star {
	display: flex;
	align-items: center;
	margin: 8px 0;
}

.star img {
	width: 18px;
}

.ability-star-download {
	text-decoration: none;
	width: 200px;
	height: 44px;
	opacity: 1;
	border-radius: 8px;
	background: #007bff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 24px;
	color: #fff;
}