


@media screen and (min-width: 600px) {
    .video-item {
        height: 180px;
    }

    .video-item-img {
        max-height: none !important;
    }

    .video-item-img .title {
        font-size: 18px !important;
    }

    .placeholder-img {
        max-height: none !important;
    }

    /* .placeholder-img img {
        height: 100%;
        max-height: none !important;
    } */
}

* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0
}

body {
    box-sizing: border-box;
    color: #fff;
    font-family: PingFangSC-Regular;
    min-height: 100vh;
    background-color: #000;
}

.reset-body {
    margin: 0
}

.disable,
.disableUser {
    overflow: hidden !important
}

a {
    text-decoration: none
}

input {
    background: none;
    border: none;
    height: 100%;
    outline: none;
    width: 100%
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit
}



.menu {
    width: 25%
}

.row {
    display: flex
}

.logo_activity {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%
}

.logo_activity a {
    display: block
}

.logo {
    height: 2rem;
    margin: auto
}

.t_activity {
    display: flex;
    width: 25%
}

.search_activity {
    margin: auto
}

.seach {
    width: 60%
}

.user_activity {
    margin: auto
}

.user {
    width: 60%
}

.arrow {
    padding: 1rem;
    width: 30%
}

.menu-opened {
    overflow: hidden
}

.date-xxx {
    background-color: #000;
    border-radius: 2px;
    font-size: 13px;
    padding: 0.1rem 0.25rem;
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
    z-index: 3;
    color: rgba(255, 140, 0, 1)
}

.video-item-img .isnewx[data-v-a51695bc] {
    background-color: #000 !important;
    border-radius: 2px !important;
    color: rgba(255, 140, 0, 1) !important;
}

.video-item-img .ishot[data-v-a51695bc] {
    background-color: #000 !important;
    border-radius: 2px !important;
    color: rgba(255, 0, 0, 1) !important;
}

.labellist[data-v-1b58669b] {
    justify-content: center
}

.modal-box {
    max-width: 480px;
}


#toast[data-v-db032862] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

#toast .toast[data-v-db032862] {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    max-width: 80vw;
    padding: .5rem 1rem;
    text-align: center
}

.fade-enter-active[data-v-db032862] {
    animation: fade-db032862 .3s
}

.fade-leave-active[data-v-db032862] {
    animation: fade-db032862 .3s reverse
}

@keyframes fade-db032862 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.error-tips[data-v-53613d59] {
    box-sizing: border-box;
    color: #fff;
    height: calc(100vh - 20rem);
    padding: 6rem 0;
    text-align: center;
    width: 100%
}

.error-tips h1[data-v-53613d59] {
    margin-bottom: 3rem
}

.error-tips a[data-v-53613d59] {
    color: #ff9000;
    -webkit-text-decoration: none;
    text-decoration: none
}

.nuxt-progress {
    background-color: #f90;
    height: 2px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: width .1s, opacity .4s;
    width: 0;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.swiper {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    padding-top: 3vh;
    width: 100%
}

.swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    width: 100%
}

.notice-image {
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top;
    width: 100%
}

.modal-close {
    align-items: center;
    display: flex
}

.modal-close .flex {
    flex: 1
}