﻿html, body {
    margin: 0;
}

.ts-main {
    text-align: center;
}

    .ts-main div {
        margin: auto;
        border: 1px solid red;
        width: 120px;
        height: 32px;
        line-height: 32px;
        border-radius: 4px;
        background-color: #f31414;
        color: white;
    }

        .ts-main div a {
            color: white;
            text-decoration: none;
        }

        footer {
            top: 72%;
            position: absolute;
            width: 100%;
        }

.main-footer a {
    text-decoration: none;
    color: #959595;
}

    .main-footer a:visited {
        color: #959595;
    }

.main-footer {
    height: 250px;
    background-color: black;
    color: white;
    margin: 0 auto;
    position: relative;
}

    .main-footer .footer-center {
        width: 1440px;
        margin: 0 auto;
    }

    .main-footer .footer-div {
        display: inline-block;
        height: 100%;
        margin-left: 150px;
    }

    .main-footer .footer-title {
        margin-top: 70px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .main-footer .footer-info {
        margin-bottom: 10px;
        color: #959595;
    }

    .main-footer .qrcode {
        position: absolute;
        top: 50px;
        height: auto !important;
    }

        .main-footer .qrcode img {
            width: 150px;
            margin: 0 auto;
            display: flex;
        }

        .main-footer .qrcode div {
            text-align: center;
            color: #959595;
        }

.ts-main-info {
    font-size:2rem;
    margin-top:100px;
    margin-bottom:20px;
}