@charset "UTF-8";
[data-dpr="1"] body {
	font-size:12px
}
[data-dpr="2"] body {
	font-size:24px
}
[data-dpr="2.5"] body {
	font-size:30px
}
[data-dpr="2.75"] body {
	font-size:33px
}
[data-dpr="3"] body {
	font-size:36px
}
* {
	margin:0;
	padding:0
}
html {
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	-webkit-text-size-adjust:100%
}
body {
	font-size:16px;
	line-height:1;
	font-family:"PingFang HK Light","STHeiti SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	user-select:none
}
a {
	text-decoration:none
}
a:visited,a:hover,a:active {
	text-decoration:none
}
a,img {
	-webkit-touch-callout:none
}
img {
	border:0
}
em {
	font-style:normal
}
html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
*,:before,:after {
	-webkit-box-sizing:inherit;
	box-sizing:inherit
}
html,body {
	height:100%
}
body {
	background-color:#fff;
	color:#333
}
.wrapper {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	box-orient:vertical;
	min-height:100%
}
.main {
	-webkit-box-flex:1;
	box-flex:1;
}
.main img{
    width: 100%;
}
.main .show-logo{
    padding-top: 1.55395rem;
	margin: 0 auto;
}
.main .show-download{
    margin: 20px auto;
    display: block;
}
.show-logo {
	margin-bottom: 30px;
}
.show-line{
	font-size: 27px;
	text-align: center;
	color: #000;
	font-weight: 300;
	margin:40px 0;
	letter-spacing: 5px;
}
.show-line-small {
	font-size: 23px;
	margin-top: 12px;
	letter-spacing: 2px;
}
.show-logo {
	text-align: center;
}
.show-logo img {
	width: 200px;
}
.show-line img{
	width: 80%;
}
.downbtn {
    width: 150px;
    height: 38px;
    display: block;
    background: #444;
    line-height: 38px;
    font-size: 20px;
    color: #FFFFFF;
	text-align: center;
    border-radius: 38px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.downbtn:active {
    background: #555;
}