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
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
body {
font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
}
a {
text-decoration: none
}
a:hover,
a:focus {
text-decoration: none
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
.fl {
float: left;
}
.rl {
float: right;
}
.download_bg{
position: absolute;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
width: 100%;
height: 100%;
background: url(../img/bg.png) no-repeat;
background-size: 100% 100%;
}
header{
position: absolute;
top: 13.568215892053972%;
left: 50%;
margin-left: -96.305px;
text-align: center;
}
header h1{
font-size: 30px;
font-family: "microsoft yahei";
font-weight: 600;
color: #FFFFFF;
}
header h1 span:nth-of-type(2){
display: inline-block;
background-color: #c2352b;
}
header p{
font-size: 18px;
font-family: "黑体";
margin-top: 4px;
letter-spacing: 3.4px;
}
footer{
position: absolute;
left: 50%;
margin-left: -112px;
bottom: 12.368815592203898%;
}
/*footer .download_btn {
display: inline-block;
width: 224px;
height: 44px;
box-sizing: border-box;
line-height: 44px;
text-align: center;
font-size: 19px;
font-weight: normal;
color: #3bade4;
background-color: #FFFFFF;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}*/
footer .download_btn {
display: block;
width: 224px;
height: 44px;
}
footer .download_btn img{
width: 100%;
}
.wxtip{
background: rgba(0,0,0,0.8);
text-align: center;
position: fixed;
left:0;
top: 0;
width: 100%;
height: 100%;
z-index: 998;
display: none;
}
.wxtip-icon{
width: 164px;
height: 153px;
background: url(../img/weixin-tip.png) no-repeat;
display: block;
position: absolute;
right: 20px;
top: 20px;
}
.wxtip-txt{
margin-top: 150px;
color: #fff;
font-size: 16px;
line-height: 1.5;
}
#downloadBtnW{
display: none;
}