ul,
li {
    list-style: none;
}

.entry {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #808080;
}

.entry-container {
    position: relative;
    width: 800px;
    height: 460px;
    background: url('../images/bg.jpeg') no-repeat center center;
}

.entry-container .navigate {
    position: absolute;
    top: 52px;
    right: 40px;
    color: #fff;
    z-index: 99;
}

.entry-container .navigate li {
    float: left;
    margin: 0 26px;
    font-size: 14px;
    cursor: pointer;
}

.entry-container .navigate li:hover {
    color: #feff01;
}

.entry-container .menu {
    position: absolute;
    top: 165px;
    left: 65px;
    font-family: '黑体';
    font-size: 16px;
}

.entry-container .menu li {
   margin: 10px 0;
   cursor: pointer;
}

.entry-container .menu li:hover {
    color: #ff0000;
 }

.copyright {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.copyright a {
    margin: 0 4px;
    color: #000;
    text-decoration: none;
}

.copyright a:hover {
    color: #e06b02;
    text-decoration: underline;
}