/* reset */
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}

q, blockquote {
quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}

a img {
border: none;
}
img{
max-width: 100%;
height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
display: block;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0;
content: " "; clear: both; height: 0; }
.clearfix { *zoom:1;}

input, textarea, select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
html{
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
position: relative;
font: 62.5%/1 '\5FAE\8F6F\96C5\9ED1', tahoma, arial, '\5b8b\4f53',
sans-serif;
/*background-color: #0e111d;
background-image: url(../img/dl/bg.jpg);*/
background-repeat: no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}
html, body {
height: 100%;
min-height: 100%;
/*Avoid flicker on slides transitions for mobile phones #336 */
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.container{
min-height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
padding-bottom: 6em;
}
/* header */
.header{
background: rgba(255,255,255,.5);
/*margin-bottom:5%;*/
background-color: #1C3C5F;
position: relative;
overflow: hidden;
}
.btn-back{
float: left;
width: 25.9375%;
padding-top: 14.375%;
background: url(../img/dl/arrow.png) no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}
.header h1{
margin-top: 4.53125%;
font-size: 3.6em;
line-height: 1;
text-align: center;
text-indent: -34.9375%;
color: #fff;
}
/* section */
.section{
padding: 0 9.375%;
}
.workflow{
padding-bottom: 10%;
/*padding-bottom: 37%;*/
}
.step1{
width: 40.78125%;
padding-top: 9.0625%;
margin: 37.625% 0 6.25% 4.0625%;
background: url(../img/dl/step1.png) no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}
.step2-ios{
width: 44.375%;
padding-top: 21.40625%;
margin-left: 4.0625%;
background: url(../img/dl/step2-ios.png) no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}
.step2-android{
width: 44.375%;
margin-left: 4.0625%;
margin-bottom: 10%;
padding-top: 31.875%;
background: url(../img/dl/step2-android.png) no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}
.tip{
position: absolute;
top: 0;
right: 0;
}
.tip-ios{
width: 53.28125%;
padding-top: 103.125%;
/*margin: -31.25% 0 0 0;*/
background: url(../img/dl/tip-ios.png) no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}
.tip-android{
right: 4.6875%;
width: 39.6875%;
padding-top: 109.53125%;
/*margin: -31.25% 4.6875% 0 0;*/
background: url(../img/dl/tip-android.png) no-repeat;
-webkit-background-size: 100%;
background-size: 100%;
}
/*footer*/
.footer { position: absolute; bottom: 0; left: 0; width: 100%;
background-color: #383838; padding: 15px 0; text-align: center; }
.footer .footerInner { width: 100%;}
.footer p { padding: 0 10px; color: #a8a8a8; font-size: 1.8em;
line-height: 1.25; }

@media screen and (min-width: 320px) and (max-width: 479px){
body{
font-size: 31.25%;
}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
body{
font-size: 48.875%;
}
}