@charset 'utf-8';
.logout
{
    display: none;
}

.gray1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index:100;
    background: rgba(0,0,0,0.7);
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index:99999999;
}
.gray1 .tips-img {
    display:block;
    margin:2% auto 0;
}
.tips-close {
    color: #fff;
    font-size: 3.5rem;
    font-size: 35px\9;
    position: absolute;
    right: 20px;
    top:10px;
    cursor:pointer;
}
.gray1 img{
    max-width: 100%;
}

.HolyGrail
{
    /* display: flex; */
    /* flex-direction: column; */

    /* min-height: 100vh; */
}
.header-wrapper,
.footer-wrapper
{
   /*  display: flex;

    height: 100px;

    flex: 0,0,1; */
}
.footer-wrapper
{
    /* display: flex;
    flex-direction: column;

    height: 116px;
    margin-top: 0;

    justify-content: space-between;
    align-items: center; */
    position: fixed;
    bottom: 0;
    left: 0;
}
.loginContent
{
    display: table;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -300px;
    /* display: flex;

    flex: 1;
    justify-content: center;
    align-items: center; */
}
.loginContent img
{
    width: 800px;
}
.top-banner
{
    width: 100%;
    height: 350px;

    background: url('schoolMap_res/bg.jpg') no-repeat center center;
    background-size: cover;


}
@media  (min-width: 770px) and (max-width: 1445px)
{
    .loginContent{
        margin-left: -265px;
        margin-top: -200px;
    }
    .loginContent img
    {
        width: 530px;
    }
    .header-wrapper,
    .footer-wrapper
    {
        height: 60px;
    }
    .footer-wrapper
    {
        padding: 0;
    }
}
@media  (max-width: 769px)
{
	.tips-close {
		color:#000;
	}
    .HolyGrail
    {
        display: flex;
        flex-direction: column;

        min-height: 100vh;
    }
    .header-wrapper,
    .footer-wrapper
    {
        display: flex;

        height: 60px;

        flex: 0,0,1;
    }
    .footer-wrapper
    {
        flex-direction: column;

        height: 60px;
        margin-top: 0;

        justify-content: space-between;
        align-items: center;
    }
    .top-banner
    {
        flex: 0,0,1;
        height: 250px;
    }
    .loginContent
    {
        position: static;
        display: flex;

        flex: 1;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 0;
    }
    .loginContent img
    {
        width: 90%;
        margin-top: -250px;
    }
}
