@charset "UTF-8";

* {
	font-family: "Microsoft YaHei", PingFangSC-Regular, "宋体", Arial, sans-serif;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e8edf2;
}

img {
	pointer-events: none;
}

.download-main {
	height: 100%;
	width: 100%;
	min-width: calc(780px + 5vw);
	min-height: 660px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-size: 100% 100%;
	user-select: none;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

img {
	-webkit-user-drag: none;
}

.xianan-download-head {
	display: flex;
	align-items: center;
	height: 70px;
	background: #ffffff;
	box-shadow: 0 15px 21px -14px rgba(0, 0, 0, 0.08);
}

.xiaoan-logo {
	height: 95%;
}

.xiaoan-manage-word {
	font-size: 20px;
	font-weight: bold;
}

.xiaoan-download-content {
	flex: 1;
	padding: 15vh calc((95vw - 780px) / 2) 0;
	min-width: calc(780px + 5vw);
}

@media screen and (max-width: 768px) {
	.xiaoan-download-content {
		/*padding-left: 14%;
		padding-right: 16%;*/
	}
}

.info-text {
	font-size: 20px;
	color: #3c3b3d;
	letter-spacing: 3px;
}

.info-title {
	margin-bottom: 7%;
	font-weight: bold;
	font-size: 40px;
	color: #3c3b3d;
	letter-spacing: 2.2px;
}

.info-detail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2%;
	width: 380px;
}

.word-detail {
	font-size: 16px;
	color: #4b4f68;
	letter-spacing: -0.27px;
	white-space: nowrap;
	position: relative;
	margin-right: 30px;
	/*margin-right: 16px;*/
	line-height: 1.6em;
	/*line-height: 1.35em;*/
}

.word-detail:nth-of-type(2n + 2) {
	margin-right: 0;
}

.word-detail:after {
	content: "";
	position: absolute;
	right: -11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	/*display: block;*/
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #b5c8db;
}

.word-detail:nth-of-type(2n + 2):after {
	display: none;
}

.download-btn {
	width: 160px;
	height: 44px;
	line-height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6%;
	background: #848de8;
	box-shadow: 0 16px 34px -12px rgba(130, 130, 130, 0.53);
	border-radius: 32px;
	font-size: 16px;
	color: #fdfdff;
	letter-spacing: 1px;
	cursor: pointer;
}

.download-btn .qrcode-desc {
	line-height: 12px;
	margin: 0;
	font-size: 12px;
	color: #333540;
	letter-spacing: -0.2px;
	text-align: center;
}

.download-btn:after {
	content: "立即下载";
}

.download-btn.in-app:after {
	content: "开始使用";
}

.download-btn.pc-download:hover:after {
	content: "请扫码下载";
}
.download-btn.pc-download:hover > div {
	display: block;
}

.download-btn .qrcode {
	display: none;
	position: absolute;
	width: 30%;
	z-index: 1;
	top: 40%;
}
.download-btn .qrcode-img {
	display: block;
	width: 128px;
	height: 128px;
}

.download-btn .qrcode {
	width: 128px;
	padding: 18px;
	background-color: #ffffff;
	box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.download-btn .qrcode .qrcode-arrows {
	position: absolute;
	width: 8px;
	left: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.xiaoan-download-text {
	width: calc(480px + 3vw);
	padding-top: 13vh;
	float: left;
	/* padding-left: 30px; */
	border-left: transparent 20px solid;
}

.phone-img-div {
	/* width: 38%; */
	float: right;
	/*border-left: transparent 2vw solid;*/
}

.phone-img {
	width: 288px;
}

.wechat-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	filter: alpha(opacity=70);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.wechat-tip.show {
	display: block !important;
}

.tip-arrow {
	display: block;
	float: right;
	margin: 10px;
}

.tip-desc {
	display: block;
	position: absolute;
	color: #fff;
	font-size: 20px;
	top: 60px;
	right: 35px;
	text-align: center;
	line-height: 35px;
}

.tip-desc:after {
	white-space: pre;
	content: "请点击右上角\A选择 在浏览器中打开";
}
