
/**
 * 苹方-简细体  ：PingFangSC-Light
 * 苹方-简中黑体：PingFangSC-Medium
 * 苹方-简常规体：PingFangSC-Regular
 * 苹方-简中粗体：PingFangSC-Semibold
 * 苹方-简纤细体：PingFangSC-Thin
 * 苹方-简极细体：PingFangSC-Ultralight
**/
@font-face {
  font-family: "PingFangSC Light";
  src:
    url("./fonts/PingFangSC-Light.woff2") format("woff2")
}
@font-face {
  font-family: "PingFangSC Medium";
  src:
    url("./fonts/PingFangSC-Medium.woff2") format("woff2")
}
@font-face {
  font-family: "PingFangSC Regular";
  src:
    url("./fonts/PingFangSC-Regular.woff2") format("woff2")
}
@font-face {
  font-family: "PingFangSC Semibold";
  src:
    url("./fonts/PingFangSC-Semibold.woff2") format("woff2")
}
@font-face {
  font-family: "PingFangSC Thin";
  src:
    url("./fonts/PingFangSC-Thin.woff2") format("woff2")
}
@font-face {
  font-family: "PingFangSC Ultralight";
  src:
    url("./fonts/PingFangSC-Ultralight.woff2") format("woff2")
}

body {
	background: url('./images/head-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;

	background-color: #FAFEFB;
}

a {
	color: #999999;
	text-decoration: none;
}

.txt-title {
	font-family: "PingFangSC Medium";
	font-weight: 500;
	font-size: 57px;

	margin-top: 112px;
}

.txt-title2 {
	font-family: "PingFangSC Regular";
	font-weight: Regular;
	font-size: 40px;

	margin-top: 24px;
}

.txt-title3 {
	font-family: "PingFangSC Regular";
	font-weight: Regular;
	font-size: 24px;
	color: #666666;

	margin-top: 24px;
}

.features {
	display: flex;
	justify-content: center;

	margin-top: 75px;
}

.features .feature {
	width: 269px;
	min-height: 134px;
	padding: 24px 20px 0px 20px;
	text-align: center;

	background: url('./images/card-bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}

.features .feature .title {
	font-family: "PingFangSC Semibold";
	font-size: 14px;
	color: #00BE79;

}
.features .feature .desc {
	font-family: "PingFangSC Semibold";
	font-size: 12px;
	color: #999999;

	margin-top: 20px;
}

.apps {
	display: flex;
	justify-content: center;
	align-content: space-between;
	gap: 80px;
	margin-top: 75px;
	padding: 0 25%;
}

.apps .app {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.app .title {
	font-family: "PingFangSC Medium";
	font-weight: 500;
	font-size: 16px;

	text-align: center;
}

.app .capture {
	width: 220px;
	height: 458px;
}

.app .download {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
	margin-bottom: 12px;
}

.btn-download {
	width: 102px;
}

.app .bottom {
	display: grid;
	grid-template-columns: 60px 1fr;

	width: 236px;
	padding-left: 18px;
	font-size: 11px;
	color: #999999;
}

.app .bottom .info {
	padding-top: 10px;
}

.app .bottom .version {
	display: flex;
	justify-content: space-between;

	line-height: 22px;
}

.app .bottom .version span {
	display: inline-block;
}

.app .bottom .version span:last-child {
	/*text-align: right;*/
}

.qrcode {
	width: 58px;
	height: 58px;
}

.footer {
	display: flex;
	gap: 30px;
	justify-content: center;

	font-family: "PingFangSC Regular";
 	font-size: 12px;
 	color: #999999;

 	text-align: center;
 	margin-top: 100px;
 	margin-bottom: 60px;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

@media (max-width: 768px) {
	body {
		background-size: 150%;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.block-app {
		display: flex;
		justify-content: center;

		margin-top: 20px;
	}

	.app-icon {
		width: 130px;
	}

	.apps {
		flex-direction: column;

		gap: 45px;
		margin-top: 40px;
		padding: 0;
	}

	.apps .app {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.app .side {
		flex: 1;
	}

	.app .side-left {
		display: flex;
		justify-content: right;
		align-items: center;
	}
	.app .title {
		font-size: 18px;
	}

	.app .capture {
		width: 80%;
		height: 80%;
		/*height: 275px;*/
	}

	.app .download {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}

	.app .bottom {
		display: flex;
		flex-direction: column;
		align-items: center;

		color: #333333;
		width: 200px;
		padding-left: 0;
	}

	.txt-title {
		font-size: 19px;
		line-height: 26px;
		color: #00B372;

		margin-top: 0px;
	}

	.txt-title2 {
  	font-family: "PingFangSC Medium";
		font-size: 14px;
		color: #000000;

		margin-top: 14px;
	}

	.txt-title3 {
		font-size: 12px;

		margin-top: 12px;
	}

	.features {
		display: flex;
  	flex-wrap: wrap;

		margin-top: 36px;
	}

	.features .feature {
		flex-basis: 50%;
		padding: 24px 20px 30px 20px;

		background: url('./images/mobile/card-bg.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% 100%;
	}

	.features .feature .title {
		font-size: 16px;

	}
	.features .feature .desc {
		font-size: 14px;
		margin-top: 10px;
	}

	.footer {
		display: block;

	 	margin-top: 10px;
	 	margin-bottom: 40px;
	}
}
