@charset "utf-8";
.top{}
.top .top-posa{
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    background: hwb(0deg 0% 100% / 30%);
    padding: 30px 0;
}
.top .logo img{
    display: block;
    height: 60px;
}
.top .nav ul li{
    float: left;
    line-height: 60px;
    margin-left: 70px;
}
.top .nav ul li a{
    color: #fff;
    font-size: 18px;
}