body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "宋体", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2d374b;
    text-decoration: none
}

a:hover {
    color: #cd0200;
    text-decoration: underline
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

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

p {
    word-wrap: break-word
}

body {
    height: 100%;
    width: 100%;
}
.header{
    position: absolute;
    font-size: 18px;
    width: 100%;
    top: 30px;
}
.header ul{
    list-style:none;
    margin-right:50px;
    float: right;
}
.header li {
    display:inline;
    line-height:40px;
    float:left;
    margin-left: 40px;
}
.header a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.topImg {
    width: 100%;
    height: 693px;
}

.mobile {
    position: absolute;
    top: 14.7%;
    right: 60.4%;
    height: 780px;
}

.content {
    position: absolute;
    top: 12%;
    left: 41.1%;
    color: #FFFFFF;
    font-size: 74px;
}

.title{
    /*display: block;*/
    /*position: absolute;*/
    /*text-align: center;*/
    /*width: 100%;*/
    color: #fff;
    font-size: 100px;
    text-align: left;
    padding-left: 5px;
    /*top: 56px;*/
    /*left: -15px;*/
}

.download {
    margin-top: 18%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

.download-btn {
    width: 329px;
}

.download-btn a {
    display: block;
    margin-bottom: 10px
}

.download .qrcode {
    margin-left: 80px;
    border: 1px solid #bbb;
    border-radius: 10px;
    height: 200px;
    width: 200px;
    padding: 3px;
}

.bottom {
    width: 706px;
    margin-top: 30px;
    margin-left: 39.6%;
    background: url(../img/bottom.png) no-repeat;
    height: 106px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 106px;
    padding-left: 30px;
}

.information {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 150px;
    padding: 20px;
}

.information img {
    width: 350px;
    padding: 20px;
}

.footer {
    text-align: center;
    padding-bottom: 10px;
}

.footer a {
    color: #BBBBBB;
}

.footer-top {
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 10px;
}

.footer-top div {
    width: 100px;
}
/*about*/
.remark {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.remark .title {
    color: #000;
    font-size: 50px;
    font-weight: bold;
}

.remark .desc {
    color: #000;
    font-size: 18px;
    margin-top: 60px;
    margin-left: -355px;
}
.remark .desc .sub_title{
    font-weight: bold;
    margin-bottom: 5px;
}
