@charset "UTF-8";
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,input,textarea{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; /* 容易引起table 单元格垂直对齐问题，这样的状态的底部对齐，不是垂直居中*/
}
/* 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;
}

.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
body{
    background: #fff;
    color:#313131;
    font-family:PingFangSC-Regular, "Microsoft Yahei", Helvetica, "Droid Sans", Arial, sans-serif;
    font-size:14px;
}
a{
    color:#313131;
    text-decoration: none;
}
.downBox{
}
.downLoadtil{
    font-size:16px;
    height:40px;
    line-height:40px;
    margin-bottom: 15px;
    background: #fafafa;
    text-align: center;
}
.downBd{
    background: #fff;
}
.androidBtn{
    display: inline-block;
    height: 80px;
    line-height:80px;
    width:50%;
    text-align: center;
    float: left;
    font-size:14px;
}
.androidBtn .ico{
    color:#a4ca39;
    display: block;
    width:100%;
    font-size:40px;
}
.downText{
    height:30px;
    line-height:30px;
}
.androidBtn .ico.appleIco{
    color:#888586
}