* {
    box-sizing: border-box;
}

a,
body,
button,
code,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
label,
li,
ol,
p,
q,
small,
span,
strong,
table,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: Microsoft YaHei, STHeiti, Helvetica, Arial, sans-serif;
}

img {
    /*display: inline-block;*/
    max-width: 100%;
    border: none;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.line-top:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.line-bottom:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.w-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pc{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: url("/images/appdownload.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.word{
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.word h1{
    margin-left: 103px;
}
.word p{
    letter-spacing: 10px;
    font-size: 20px;
    color: white;
    margin-left: 46px;
    margin-top: 49px;
}
.word .code{
    margin-top: 50px;
    height: 250px;
}
.word .code a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    border-radius: 25px;
    border: solid 1px #ffffff;
}
.download{
    margin-top: 50px;
    margin-right: 50px;
}
.word .code a:last-child{
    margin-top: 50px;
}
.word .code span{
    vertical-align: middle;
    margin-left: 10px;
}
.word .code img{
    vertical-align: middle;
}
