* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

html,
body {}

.about-head img {
	width: 80px;
	height: 80px;
	margin-right: 12px;
}


.swiper {
	position: relative;
	width: 100% !important;
	height: auto !important;
}

.swiper .swiper-slide img {
	width: 100%;
	height: auto;
	float: left;
}

.tese {
	padding: 40px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.tese h1 {
	text-align: center;
	margin-bottom: 30px;
}

.teselist {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.teselist-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 400px;
	margin: 24px;
}

.teselist-item img {
	width: 120px;
	height: 120px;
}

.teselist-item h2 {
	font-size: 22px;
	margin: 20px;
}

.teselist-item p {
	text-align: center;
	font-size: 16px;
}

.about-box {
	box-sizing: border-box;
	padding: 40px;
	min-height: 100vh;
	color: #fff;
	background-image: linear-gradient(135deg, #009ff4 10%, #bbffff 100%);
	display: flex;
	flex-direction: column;
}

.about-head {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	align-items: center;
}

.about-head h1 {}

.about {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.about-left {
	max-width: 600px;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.about-left h2 {
	margin-bottom: 12px;
}

.about-left p {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 24px;
}

.download {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.download a {
	border-radius: 6px;
	display: inline-block;
	background-color: #fff;
	color: #20acf7;
	padding: 12px 35px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;
	font-size: 20px;
	margin-bottom: 10px;
}

.phoneSwiperBox {
	position: relative;
}

.phoneSwiperBox-filter {
	position: relative;
	width: auto;
	/* height: 410px; */
	z-index: 2;
	max-width: 100%;
}

.container-app-swiper {
	z-index: 3;
	width: 45.7%;
	height: 83%;
	position: absolute;
	top: 4.35%;
	left: 41.6%;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 22px;
}

.swiper2 {
	height: 100%;
}

.swiper2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.imgbg {
	width: 100%;
	height: 200px;
	background-image: url(./img/bg2.jpg);
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.imgbg h1 {
	font-size: 28px;
}

.imgbg p {
	margin-top: 12px;
}

.footer {
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #111;
	color: #fff;
}

.footer p {
	line-height: 1.5;
	text-align: center;
}

.footer a {
	color: #fff;
}

@media screen and (max-width:750px) {
	.about-head img {
		width: 60px;
		height: 60px;
	}

	.about-head h1 {
		font-size: 20px;
	}

	.download {
		justify-content: center;
	}
	.download a{
		font-size: 14px;
		min-width: 210px;
	}
	.about-box,
	.tese {
		padding: 40px 10px;
	}
}
