/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* reset end */
html,
body {
    font-size: 100px;
    height: 100%;
    position: relative;
    background: url(../static/background.png) no-repeat fixed;
    background-size: cover;
    background-position: center center;
}

.phone {
    height: 9rem;
    position: absolute;
    /* left: -50%; */
    bottom: -50%;
    transition: all 1s;
}

.logo-text {
    position: absolute;
    top: -50%;
    left: 200%;
    transform: translate(-20%, -100%);
    transition: all 1s;
    word-wrap: none;
}

.download {
    position: absolute;
    top: 200%;
    left: 200%;
    transform: translate(-10%, 90%);
    transition: all 1s;
}

.download img {
    height: 0.8rem;
}

.logo-text .logo {
    height: 2rem;
    vertical-align: middle;
}
.logo-text .text {
    height: 0.8rem;
    vertical-align: middle;
    transform: scale(1.3);
    transform-origin: left center;
    margin-top: -0.7rem;
}
.logo-text .btn {
    position: absolute;
    height: 0.6rem;
    left: 28%;
    top: 55%;
}
.logo-text .btn img {
    height: 0.6rem;
}

.active .phone{
    left: 0;
    bottom: 0;
}
.active .download-android {
    top: 50%;
    left: 44%;
    transform: translate(-10%, 90%);
}
.active .download-ios {
    top: 50%;
    left: 64%;
    transform: translate(-10%, 90%);
}
.active .logo-text{
    top: 50%;
    left: 50%;
    transform: translate(-20%, -100%);
}

.records-code{
    font-size: 0.24rem;
    position: absolute;
    bottom: .1rem;
    left: 0;
    right: 0;
    text-align: center;
}
