body{
    padding-top:32px;
}
header {
    width: 100%;
    height: 160px;
    position: fixed;
    z-index: 10;
}

#shorts-header-top {
    height: 80px;
    background-color: #000000;
}

#shorts-header-bottom {
    height: 80px;
    background-color: #ffffff;
}

#shorts-header-top .header-top {
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

#shorts-header-top .header-top img {
    width: 296px;
    height: 36px;
    cursor: pointer;
}

#shorts-header-top .header-top .page-menu a {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-left: 30px;
    text-decoration: none;
}

#shorts-header-top .header-top .page-menu .sty1 {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 20px;
    color: #000;
}

#shorts-header-top .header-top .page-menu .onSty1 {
    padding: 8px 20px;
    background-color: #454545;
    border-radius: 20px;
    color: #000;
}

#shorts-header-bottom .btns {
    align-items: center;
}

#shorts-header-bottom .btns .bottom-tab {
    padding: 7px 14px;
    cursor: pointer;
    text-decoration: none;
    color: #9a9a9a;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 8px;
    min-width: 65px;
    text-align: center;
    position: relative;
}

#shorts-header-bottom .btns .bottom-tab span {
    font-size: 12px;
    color: #ff2626 !important;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: -10px;
}

.tab-active {
    color: #000 !important;
    font-weight: 500;
    margin-top: 12px;
}

.tab-active:after {
    content: "";
    display: block;
    width: 65px;
    border-bottom: 3px solid #000;
    margin: 0px auto;
    margin-top: 10px;
}