html,
body {
    font-size: 16px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
	margin-top: 0;
    font-family: 'Roboto', sans-serif;
	background: linear-gradient(to bottom, #f1fcfb, #fff);
}

html { overflow-x:hidden; }

.body-div {
	padding-top: 200px;
	min-width: 600px;
	position: relative;
	z-index: 0;
}

.title-box {
	padding: 25px 20vw;
	min-width: 600px;
	width: calc(100% - 40vw);
	height: 150px;
	background-color: #f1fcfb;
	position: fixed;
	top: 0;
}

.title-div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-img {	
	width: 100px;
	height: 100px;
}

.left-div {
	font-size: 0;
}

.center-div {
	padding: 0 20px;
	flex: 1
}

.title {
	font-size: 35px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
}

.desc {
	font-size: 18px;
	letter-spacing: 1px;
	color: #666;
}

.right-div {
	padding: 10px 40px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	background: #54C49E;
	border-radius: 2em;
	cursor: pointer;
}

.app-details {
	padding: 25px 0;
	display: flex;
	justify-content: center;
}

.app-details div {
	margin: 0 16px;
}

.privacy-div {
	color: #008be0;
	cursor: pointer;
}

.content-div {
	padding: 0 20vw;
	min-width: 600px;
}

.desc-img-box {
	padding: 16px 0 0;
	width: 100%;
	overflow-x: auto;
	display: flex;
}

.desc-img-box::-webkit-scrollbar {
    width: 8px; /* 对于垂直滚动条 */
    height: 8px; /* 对于水平滚动条 */
}

.desc-img-box::-webkit-scrollbar-track {
    background: #f2f2f2;
	border-radius: 2em;
}

.desc-img-box::-webkit-scrollbar-thumb {
    background: #888;
	border-radius: 2em;
	cursor: pointer;
}

.desc-img {
	margin: 5px;
	min-width: 200px;
	max-width: 20%;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
	outline: none;
}

.desc-img:first-of-type {
	margin-left: 0;
}

.desc-img:last-of-type {
	margin-right: 0;
}

.label-box {
	padding: 20px 0;
	display: flex;
}

.label-div {
	margin: 0 8px;
	padding: 4px 16px;
	min-width: 50px;
	text-align: center;
	font-size: 14px;
	background: #f2f2f2;
	border-radius: 2em;
}

.label-div:first-of-type {
	margin-left: 0;
}

.label-div:last-of-type {
	margin-right: 0;
}

.text-indent {
	text-indent: 34px;
}

.tips-div {
	letter-spacing: 2px;
	line-height: 1.6;
}

.last-tip {
	padding-bottom: 30px;
}

.full-div {
	min-width: 600px;
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-self: center;
	position: fixed;
	left: 0;
	top: 0;
}

.drop-div {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.full-img {
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	border-radius: 10px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
}

/* 手机端 */
.share {
	width: 100%;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 300;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=30);
}

.tips {
	display: none;
	position: fixed;
	z-index: 99999999;
	top: 0;
	right: calc(3.5% + 15px);
}

.tips img {
	width: 90px;
	float: right;
}

.tips-text {
	display: none;
	width: 370px;
	text-align: center;
	position: absolute;
	z-index: 999;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	background-color: white;
	padding: 30px 0;
	position: fixed;
	top: 115px;
	left: calc(50% - 185px);
}

.show {
	display: block;
}

.m-body-div {
	padding: 16px;
	width: calc(100% - 32px);
	position: relative;
	z-index: 0;
}

.m-title-box {
	width: 100%;
	background-color: #f1fcfb;
}

.m-title-div {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.m-logo-img {	
	width: 65px;
	height: 65px;
}

.m-left-div {
	font-size: 0;
}

.m-center-div {
	padding: 0 10px;
	flex: 1
}

.m-title {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
}

.m-desc {
	margin-top: 1px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666;
}

.m-app-details-box {
	padding: 16px 0;
}

.m-app-details {
	margin-bottom: 5px;
	font-size: 12px;
	display: flex;
}

.m-app-details-left {
	margin-right: 16px;
}

.m-privacy-div {
	color: #008be0;
	cursor: pointer;
}

.m-content-div {
	/* padding: 0 20vw; */
	padding-bottom: 60px;
}

.m-desc-img-box {
	width: 100%;
	overflow-x: auto;
	display: flex;
}

.m-desc-img-box::-webkit-scrollbar {
    display: none;
}

.m-desc-img {
	margin: 0 2px;
	min-width: 130px;
	max-width: 20%;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
}

.m-desc-img:first-of-type {
	margin-left: 0;
}

.m-desc-img:last-of-type {
	margin-right: 0;
}

.m-label-box {
	padding: 16px 0;
	display: flex;
}

.m-label-div {
	margin: 0 4px;
	padding: 4px 16px;
	min-width: 30px;
	text-align: center;
	font-size: 12px;
	background: #edf0f9;
	border-radius: 2em;
}

.m-label-div:first-of-type {
	margin-left: 0;
}

.m-label-div:last-of-type {
	margin-right: 0;
}

.m-text-indent {
	text-indent: 36px;
}

.m-tips-div {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: justify;
}

.m-btn-box {
	padding: 16px 0;
	width: 100%;
	height: 80px;
	/* background-color: #fff; */
	background: linear-gradient(to top, white 30%, transparent 150%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-self: center;
	position: fixed;
	left: 0;
	bottom: 0;
}

.guard-code {
	/* position: absolute; */
	width: 100%;
	font-size: 12px;
	text-align: center;
	/* bottom: 0px; */
	text-align: center;
	color: black;
	display: none;
}

.m-btn-div {
	margin: auto;
	padding: 12px 100px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	background: #54C49E;
	border-radius: 2em;
}

.m-full-div {
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-self: center;
	position: fixed;
	left: 0;
	top: 0;
}

.m-drop-div {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.m-full-img {
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	border-radius: 10px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
}