.position{
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding:0px 0px;
}
.position .container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.position a{
    padding:16px 12px;
    border-right:1px solid #ccc;
    font-weight: bold;
}
.position a:last-child{
    border-right:none;
}
#position.sticky{
    top: 88px !important;
    background-color: var(--theme);
    color:var(--white);
}
.position a:hover,.position a.act{
    background-color: var(--theme);
    color:var(--white);
}
#position.sticky a{
    color:var(--white);
    border-right:1px solid var(--white);
}

.proimg{    position: relative;}
.huanbao{
        position: absolute;
    z-index: 9;
    background: rgb(255, 255, 255, 0.8);
    padding: 12px;
    border-radius: 0px 0px 24px 0px;
}

