.nav-top {
    height: 96px;
    display: flex;
    align-items: center;
    position: relative;
}

/*logo*/
.nav-top .nav-logobox {
    max-width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-top .nav-left {
    display: flex;
    align-items: center;
}

.nav-right {
    font-size: 14px;
    margin-left: auto;
    color: #999;
}

.nav-logobox .nav-logo {
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.header .nav-logo a {
    display: block;
    color: #999;
}

.header.opaque .nav-logo .logoa, .header.opaque .header-nav.fixed .nav-logo .logob {
    display: none
}

.header.opaque .nav-logo .logob, .header.opaque .header-nav.fixed .nav-logo .logoa {
    display: block
}

.nav-bot {
    height: 68px;
}

.nav-border {
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*搜索框*/
.nav-search {
    margin-left: 49px;
    font-size: 14px;
}

.search-content {
    width: 43.86vw;
    display: flex;
    align-items: center;
    position: relative;
}

.nav-search input {
    border-radius: 28px !important;
    font-size: 14px;
    width: 100%;
    height: 56px;
}

.nav-search-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #D0191E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    border: none;
}

.nav-search-btn .icon {
    width: 28px;
    height: 28px;
}

@media screen and (max-width: 850px) {

    .sidebar {
        padding: 10px;
        display: flex;
        justify-content: center;

        .div {
            display: block;
        }
    }

    .bottom-height {
        height: 30px !important;
    }

    .footer {
        p {
            font-size: 12px;
        }

        a {
            font-size: 12px;
        }
    }

    .footer-right {
        display: none;
    }

    .box-left {
        display: flex;
        justify-content: space-between;
    }

    .footer-logo {
        margin-top: 0;
    }
    .footer-logo img {
        height: 50px;
        width: 50px;
        object-fit: contain;
    }
    .bottom-width {
        width: 20px !important;
    }

    .detail-capsule {
        width: 100px;
        height: 40px;
        border: 1px solid #bbbbbb;
        border-radius: 20px;
        cursor: pointer;
    }

    .special-swiper-img {
        width: 100%;
        height: 188px;
        margin-right: 0;
    }

    .detail-swiper {
        height: 300px;
    }

    .bx-viewport {
        height: 300px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    div {
        font-size: 14px !important;
    }

    .live-history-img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 24px;
    }

    .detail-share {
        height: 60px;
        border-top: 3px solid #D0191E;

        span {
            font-size: 14px;
        }

        div {
            display: flex;
        }
    }

    .moble {
        display: flex;
        align-items: center;

        .header .moble-bars {
            margin: 0 !important;
        }
    }
    .search-btn{
        right: 82px !important;
        top: 11px !important;
    }
    .layui-layer{
        width: 90% !important;
        left: 5% !important;
    }
}