.no-safari, .no-safari-img {
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 0;
	display: none;
	overscroll-behavior: contain;
}

.no-safari {
	width: 100vw;
	height: 100vh;
	opacity: 0.3;
	background-color: #000000;
}

.no-safari-img>img {
	width: 100vw;
}

.no-safari-img>footer {
	margin-top: -75px;
	height: 64px;
	line-height: 64px;
	display: block;
	width: 40vw;
	text-align: center;
	position: absolute;
	right: 0;
}

.no-safari-img>footer>a {
	display: block;
	border: solid 2px #4b8ce8;
	padding: 0;
	color: #fff !important;
	background-color: #2deab3;
}

#container {
	overflow: hidden;
	font-family: "Verdana", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 16px;
}

.clear {
	clear: both;
}

header {
	position: relative;
	color: #ffffff;
	font-size: 1em;
	padding: 4em 1em;
	overflow: hidden;
}

header>* {
	position: static;
	z-index: 1;
}

header a, header a:hover {
	color: #ffffff;
	text-decoration: none;
}

header>img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
}

header .title {
	font-size: 1.25em;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
}

header .title img{
	width: 100%;
	max-width: 683px;
}

header .btn {
	font-size: 1.5em;
	width: 50vw;
	height: 13vw;
	border-radius: 13vw;
	background-color: #2deab3;
	font-weight: bold;
	line-height: 13vw;
	display: block;
	margin: 0 auto;
}

.banner {
	width: 90vw;
	height: 45vw;
	margin: -1em auto 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 20px 2px #00000050;
}

.banner>.title {
	font-size: 1.25em;
	color: #333;
	padding-top: 1em;
}

.banner>.desc {
	font-size: 1em;
    color: #808080;
    padding: 1em 0;
    width: 80%;
    margin: 0 auto;
}

.banner>.icons {
	display: block;
	margin: 0 auto;
}

.banner>.icons>* {
	display: inline-block;
    width: 9vw;
}

article {
	padding: 1.5em;
}

article img {
	width: 100%;
}

article h2 {
	font-size: 2em;
	color: #333;
	position: relative;
	padding: 0.8em 0;
	display: block;
	width: 100%;
	margin-top: 2em;
}

article h2:before {
	content: " ";
	position: absolute;
	bottom: 0.6em;
	left: 0;
	height: 4px;
	width: 60px;
	border-radius: 3px;
	background-color: #443cf4;
}

#download {
	position: relative;
	color: #fff;
	padding: 4em 2em;
}

#download>* {
	position: static;
	z-index: 1;
}

#download>img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
}

#download h2 {
	width: 70vw;
	height: 2.25em;
	line-height: calc(2.25em - 4px);
	border: solid 2px #fff;
	font-size: 2em;
	font-weight: normal;
	margin: 0 auto;
}

#download .desc {
	font-size: 1.25em;
	line-height: 2em;
}

#download .row {
	font-size: 1.25em;
	margin-top: 1em;
}

#download .row>* {
	padding: 0 2vw;
	margin-bottom: 2em;
}

#download .row .block {
	border: solid 2px #fff;
	padding: 6.5vw 0;
}

#download .row .block>* {
	cursor: pointer;
}

#download .row .block>*:first-child {
	margin-bottom: 1em;
}

#download .row .block img {
	width: 40%;
	max-width: 120px;
}

#lo {
	position: relative;
	color: #fff;
	font-size: 1em;
}

#lo>img {
	position: static;
	z-index: -1;
	width: 100%;
}

#lo footer {
	position: absolute;
	bottom: 3em;
	left: 5vw;
	width: 90vw;
}

#lo h2 {
	font-size: 1.75em;
}

#lo .desc {
	font-size: 0.875em;
}

.footer {
	width: 100%;
	background-color: #2a2a2a;
	color: #ccc;
	padding: 2em;
	line-height: 2em;
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#container {
		font-size: 12px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
	#container {
		font-size: 13px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 399px) {
	#container {
		font-size: 14px;
	}
}

@media only screen and (min-width: 400px) {
	#container {
		font-size: 16px;
	}
}