/*html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
变色期*/
body {
    background-color: rgb(252, 209, 152);
    
}
.dingbu {
    background-color: brown;
    height: 50px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0%;
}
.one {
    padding: 0% 2% 0% 2%;
    background-color: black;
    color: white;
}
.two {
    padding: 0% 2% 0% 2%;
    background-color: white;
    color: black;
}
.hexin {
    width: 100%;
    height: 130%;
    position: absolute;
    top: 30px;
}
.dibu {
    background-color: rgb(208, 255, 255);
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: auto;
}
@font-face {
    font-family: yhao;
    src: url(../font/Yhao.ttf);
}
.shijian {
    position: absolute;
    right: 3%;
    top: 10%;
    height: 80%;
    z-index: 5000;
}