﻿html {
    font-size: 15px;
    font-family: 'Microsoft YaHei';
}

body {
    background: url(../../Content/site/images/bg_2.jpg);
    min-height: 100%;
    background-size: cover;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}



.bannerLOGO {
    height: 6.5rem;
    width: 12rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
    .bannerLOGO img {
        content: url(/Content/site/images/ctf-logo@3x.png);
    }
    /*.bannerLOGO {
        height: 86px;
        width: 150px;
        margin-top: 100px;
        margin-bottom: 76px;
        display: flex;
        align-items: center;
    }*/

.barcode_div {
    height: 12rem;
    width: 12rem;
    /* background-color: white; */
    align-items: center;
    margin-bottom: 3.34rem;
}
    .barcode_div img {
        /*content: url(/Content/site/images/FollowPic.png);*/
    }

    .Notice {
        display: flex;
        align-items: center;
        width: 20rem;
        color: #bf9460;
        font-size: 1rem;
        font-family: 'Microsoft YaHei';
        margin-bottom: 15px;
    }
