* {
    padding: 0;
    margin: 0;
}

.page {
    height: 1080px;
    background: url(../img/fl_bg.png) top center;
    background-repeat: no-repeat;
    min-width: 1200px;
}

.main {
    width: 1160px;
    margin: 0 auto;
    padding: 368px 0 0 600px;
    box-sizing: border-box;
}

.app-top {
    display: flex;
    justify-content: space-between;
}

.info-box {
    display: flex;
}

.app-logo {
    width: 75px;
    height: 75px;
    border-radius: 4px;
    margin-right: 20px;
}

.app-txt {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A1E3F;
    line-height: 20px;
}

.app-txt+.app-txt {
    margin-top: 7px;
}

.app-qrcode {
    width: 172px;
    height: 172px;
}
.app-contact{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #24284B;
    line-height: 16px;
    margin-top: 10px;
}

.btn {
    display: block;
    background: url('../img/fl_btn.png') no-repeat;
    background-size: 100% 100%;
    width: 241px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #24284B;
    margin-top: 40px;
    text-decoration: none;
}

.app-desc {
    margin-top: 52px;
}

.desc-tit {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #24284b;
    margin: 79px 0 10px;
}

.desc-item {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.desc-item img {
    width: 22px;
    height: 21px;
    flex-shrink: 0;
    margin-right: 10px;
}

.desc-item .desc {
    color: #2D325B;
    font-size: 16px;
}

.page .page-footer{
    position: fixed;
    width: 100%;
    height: 30px;
    bottom:0px;
    text-align: center;
    padding:0;
}
.page .page-footer .record-link{
    color:#999;
    text-decoration: none;
    font-size: 12px;
}