*,
html,
body {
    /* font-size: 14px !important; */
    margin: 0;
    padding: 0;
    font-size: 2.8rem;
}

a {
    text-decoration: none;
    color: #333;
}
/*img {*/
/*    width: 100%;*/
/*}*/

header {
    position: fixed;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    z-index: 999;

}

.wrap-t img {
    width: 100%;
    height: 40.8rem;
}

.footer-t {
    margin-top: 8rem;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.footer-c {
    font-size: 2.6rem;
    font-weight: 400;
    color: #808080;
    text-align: center;
    margin-bottom: 0;
}

.footer-db{
    height: 40rem;
}