html {
    height: 100%;
    background: url("../images/bj.jpg") no-repeat;
    /* background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); */
    overflow: hidden;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.calendar {
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 'lato', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px;
    background: linear-gradient(#66662f, #af8401);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: 99;
}

.newCalendar {
    height: 25%;
    position: absolute;
    top: 10%;
}

.newCalendar .new {
    background: linear-gradient(#948370, #b34800);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
}

.oldCalendar {
    height: 25%;
    position: absolute;
    top: 35%;
}

.newYear {
    height: 25%;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 'lato', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px;
    background: linear-gradient(#263805, #e27b05);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: 99;
}


.newYear a {
    text-decoration: none;
    color: inherit;
    background: linear-gradient(#c26868, #680000);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 50px;
}

.newYear .date a {
    text-decoration: none;
    color: inherit;
    background: linear-gradient(#353434, #080808);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 50px;
}

.oldCalendar .old {
    background: linear-gradient(#da1515, #4f5253);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
}

.flooer {
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 'lato', sans-serif;
    font-weight: 300;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 10px;
    margin-top: -60px;
    padding-left: 10px;
    background: linear-gradient(#0a0a0a, rgb(77, 76, 75));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: 99;
}

/* 底部 */

/* .fooler {
    height: 80px;
    text-align: center;
} */

.flooer a {
    text-decoration: none;
    color: #9fa2a5;
    color: inherit
}

.flooer a:hover {
    text-decoration: underline;
    color: #00A0C6;
    cursor: pointer;
}

.date-calendar {
    width: 60%;
    margin: auto;
    border-radius: 5%;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:500px) {
    html {
        height: 100%;
        background: radial-gradient(ellipse at bottom, #fff 0%, #090a0f 100%);
        overflow: hidden;
        background-attachment: fixed;
        background-size: 100% 100%;
    }

    .newCalendar {
        height: 15%;
        position: absolute;
        top: 10%;

    }

    .newCalendar .new {
        background: linear-gradient(#948370, #b34800);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 20px;
    }

    .oldCalendar {
        height: 15%;
        position: absolute;
        top: 35%;
    }
    .newYear {
        height: 20%;
        position: absolute;
        top: 55%;
        font-size: 20px;
    }
    .newYear div{
        margin-top:10px;
    }
    .newYear a {
        font-size: 25px;
    }
    .newYear .date {
        font-size: 20px;
    }
    .newYear .date a {
        font-size: 25px;
    }
    .oldCalendar .old {
        background: linear-gradient(#da1515, #4f5253);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 20px;
    }

    .flooer {
        position: absolute;
        top: 95%;
        left: 0;
        right: 0;
        color: #000;
        text-align: center;
        font-size: 16px;
        margin-top: -60px;
        padding-left: 10px;
        z-index: 99;
    }

    .date-calendar {
        margin: auto;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
    }
    
    
}