body {
	margin: 0 0;
	padding: 0 0;
}

a {
	cursor: pointer;
}

.page-wrapper {
	max-width: 100%;
	padding: 0 10%;
	text-align: center;
}

.page-footer {
	max-width: 100%;
	padding: 0 10%;
	background: #161616;
}

.header {
	padding: 1rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header_container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.header .header_container img {
	margin-right: 0.8rem;
}

.page-content {
	margin: 0;
	font-family: Arial, sans-serif;
	color: #333;
	box-sizing: border-box;
}

.container {
	display: flex;
	flex-direction: row;
}

.left-section {
	padding: 40px;
}

.left-section h1 {
	font-size: 3.5em;
	margin-bottom: 20px;
	color: #000;
}

.left-section .other-content-row-0 {
	padding: 0.625rem 0;
}


.download-btn {
	width: auto;
	max-width: 8.125rem;
	padding: 12px 24px;
	font-size: 1em;
	color: white;
	background: #4044ee;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.3s;
	display: none;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.download-btn:hover {
	background: #4572ee;
}

.platform-links {
	margin-top: 20px;
	display: none;
	flex-wrap: wrap;
}

.platform-links a {
	margin-right: 0.9375rem;
	text-decoration: none;
	color: #4572ee;
}

.right-section {
	flex: 1;
	display: flex;
	align-items: start;
	justify-content: end;
	padding: 20px;
}

.right-section .app_img_page {
	max-width: 39.5rem;
	height: auto;
}

.footer {
	padding: 20px 0;
	font-size: 0.9em;
	color: white;
}

.footer .footer-pc {
	font-weight: 600;
	color: #ccc;
	width: 100%;
	font-size: 1.125rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .footer-pc .footer-row {
	padding: 0.625rem;
}

.footer .footer-pc a {
	padding-top: 0.5rem;
	display: block;
}

.footer .footer-copyright {
	border-top: 1px solid #ccc;
	padding-top: 1.25rem;
	width: 100%;
	text-align: center;
}

.footer a {
	text-decoration: none;
	font-size: 0.806em;
	color: #fff;
	font-weight: 400;
}
#footer_100 {
	margin-top: 200px;
}

.footer_img {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.downItem {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background: #fff;
	display: flex;
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
	margin-bottom: 14px;
	padding: 10px 12px;
}

.downItem a {
	text-decoration: none;
}

.downItem .left {
	/* width: 40px; */
}

.downItem .right1 {
	flex: 1;
	padding-right: 20px;
}

.downItem .right1 h3 {
	color: #3f3f46;
	font-size: 14px;
	margin: 6px 0 14px;
}

.downItem .right1 p {
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 0;
}

.downItem .tip {
	background-color: #999999;
	border-radius: 4px 8px 4px 0;
	color: #fff;
	padding: 0 16px;
	position: absolute;
	right: -15px;
	top: 7px;
	transform: rotate(45deg);
	font-size: 12px;
	text-align: center;
}

.downItem .tip.useTip {
	background-color: #4044ee;
	font-size: 14px;
	top: 3px;
}


.selectpicker {
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: auto;
	cursor: pointer;
}

.card-row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

.phone-card {
	background-color: #fff;
	padding: 1rem;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.phone-card .phone-card-tag {
	font-size: 0.625rem;
	padding: 0.3125rem 0.725rem;
	color: #fff;
	border-radius: 15px;
	background-image: linear-gradient(to left, #4FACFE, #00F2FE)
}

.phone-card .phone-card-content {
	display: flex;
	justify-content: center;
	‌align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 0.3rem;
}

.phone-card .phone-card-content .phone-card-content-tit {
	font-size: 1.17rem;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.page-wrapper {
		padding: 0 0;
	}

	.left-section,
	.right-section {
		flex: 1;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 20px;
	}

	.container {
		flex-direction: column;
		height: auto;
	}

	.left-section h1 {
		width: 100%;
		text-align: center;
	}

	.left-section .other-content-row-0 {
		width: 100%;
		text-align: center;
	}

	.right-section .app_img_page {
		max-width: 88%;
	}

	.platform-links {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 760px) {
	.download-btn {
		width: 88%;
		max-width: 100%;
	}

	.left-section h1 {
		font-size: 1.8em;
	}
}
/* PC端样式（屏幕宽度大于或等于768px时生效） */
@media (min-width: 768px) {
	#footer_100 {
		margin-top: 220px;
	}

	.footer_img img {
		width: 888px;
	}

	.ratioImg {
		right: 0;
	}

	.phone-card {
		width: calc(32% - 2rem);
		margin: auto 0.5%;
		height: 30rem;
	}
}

/* 平板端 */
@media (max-width: 992px) {
	#footer_100 {
		margin-top: 180px;
	}

	.footer_img img {
		width: 666px;
	}

	.phone-card {
		width: calc(48% - 2rem);
		margin: auto 0.5%;
		height: 30rem;
	}
}

/* 手机端 */
@media (max-width: 767px) {
	#footer_100 {
		margin-top: 150px;
	}

	.footer_img img {
		width: 100%;
	}

	.phone-card {
		width: calc(100% - 2rem);
		margin: auto;
		height: auto;
	}
}