html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
	font-family: Helvetica Neue, PingFang SC, Verdana, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block
}
audio,
canvas,
video {
	display: inline-block
}
body,
button,
input,
select,
textarea {
	font: 300 1em/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, Helvetica, sans-serif
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

blockquote {
	position: relative;
	color: #999;
	font-weight: 400;
	border-left: 1px solid #1abc9c;
	padding-left: 1em;
	margin: 1em 3em 1em 2em
}

@media only screen and (max-width:640px) {
	blockquote {
		margin: 1em 0
	}
}

abbr,
acronym {
	border-bottom: 1px dotted;
	font-variant: normal
}
abbr {
	cursor: help
}
del {
	text-decoration: line-through
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

q:after,
q:before {
	content: ""
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

:root sub,
:root sup {
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

a {
	color: #1abc9c
}
a:hover {
	text-decoration: underline
}
a,
ins {
	text-decoration: none
}


mark {
	background: #fffdd1;
	border-bottom: 1px solid #ffedce;
	padding: 2px;
	margin: 0 5px
}

code,
pre,
pre tt {
	font-family: Courier, Courier New, monospace
}

pre {
	background: hsla(0, 0%, 97%, .7);
	border: 1px solid #ddd;
	padding: 1em 1.5em;
	display: block;
	-webkit-overflow-scrolling: touch
}

hr {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: .8em;
	height: 10px
}

figcaption,
small {
	font-size: .9em;
	color: #888
}

b,
strong {
	font-weight: 700;
	color: #000
}

[draggable] {
	cursor: move
}
.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: PingFang SC, Helvetica Neue, Verdana, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	color: #000;
	line-height: 1.35
}

html {
	background: #fff;
	min-height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	width: 100%
}

body.fixed {
	overflow: hidden;
	position: fixed;
	width: 100vw;
	height: 100vh
}

i {
	font-style: normal
}

a {
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover {
	text-decoration: none
}

/*--- app.css ---*/
.app-page{display: none;}
.app-page .wrapper{
	width: 100%; position: relative;
}
.page{
    -webkit-box-sizing: border-box; box-sizing: border-box;
    width: 100%; height: 20%;
    text-align: center; color: #353535;
    background: #ffffff;;
}
.page h1{
    font-size: 22.5px; font-weight: 400; line-height: 1;
}
.page p{
    font-size: 12px;
}
.page a.download{
    border-radius: 7px; border: none;
    background-color: #121212;
    font-size: 14px; color: #fff;
    padding: 14px 10px;
    line-height: 1;
    -webkit-box-shadow: inset 0 1px 6px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 6px 0 rgba(0,0,0,.2);
    letter-spacing: 1px;
    margin: 0 5px;
}
.page a.download.android{
    background-color: #6bb24a;
}
.page .phone{
    position: relative;
}
.page .phone .phone-bg{
    width: 55.4666%; display: block; margin: 0 auto;
}
.page .phone .screen-shot{
	width: 39.5%;
    position: absolute; left: 29.9%; top: 10.5%;
}

.page1{
    position: relative;
    padding-top: 50px;
    /*background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;*/
}
.page1 h1.title{
    margin-top: 15px; margin-bottom: 10px;
}
.page1 p.subtitle{
    line-height: 1; margin-bottom: 18px;
}
.page1 a{
    display: inline-block;
}
.page1 .mobile{
    display: block; width: 65%; margin: 12px auto 0;
}

.page2{
    padding-top: 78px; /*background-color: #f3f0e9;*/
}
.page2 p{
    margin-top: 20px; margin-bottom: 32px;
}

.page3{
    padding-top: 70px; /*background-color: #f5f5f5;*/
}
.page3 p{
    line-height: 18px; margin-bottom: 13px; margin-top: 17px;
}

@media only screen and (max-width:780px){
	.pc-page{display: none;}
	.app-page{display: block;}
}
.back-btn {
    position: absolute;
    top: 40px;
    right: 60px;
    display: block;
    width: 120px;
    height: 32px;
    border: 1px solid #02A4A0;
    border-radius: 100px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #02A4A0;
    font-weight: bold;
    text-decoration: none;
    z-index: 9;
   }
   
   @media only screen and (min-width: 100px) and (max-width: 740px) {
    .back-btn {
     width: 100px;
     height: 24px;
     line-height: 24px;
     font-size: 14px;
     top: 1%;
     right: 2%;
    }
   }
