* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
}
body {
    min-width: 1024px;
    position: relative;
}
ul,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(222, 216, 216);
}
header {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
}

header>ul {
    /* width: 50%; */
    margin-right: 5%;
    height: 100%;
    float: right;
    overflow: hidden;
}

header>ul>li {
    height: 100%;
    margin: 0 12px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

header>ul>li>p {
    font-size: 16px;
    font-weight: bolder;
}

header>ul>li>span {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    margin-top: -10px;

}
.cut>p>a {
    font-weight: 900;
    font-size: 18px;
    color: white;
}

.cut>span {

    background-color: skyblue;
}