#vit_app ::-webkit-scrollbar{
    width:0;
}
.layui-card-header {
    height: auto;
}
.app-dplayer-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #222222;
    display: flex;
}
.xz-main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.xz-main .layui-btn {
    margin-left: 10px;
}
#hudong-wrap {
}
.tab-contents {
    /*overflow-y: auto;*/
}
.tab-content {
    /*overflow-y: auto;*/
    position: relative;
}
.tab-content .content-wrap {
    overflow-y: auto;
    height: 100%;
    max-height: 600px;
}
.swiper-container {
    height: 180px;
}
.swiper-container.hide{
    display: none;
}
.biaoqing {
    height: 100%;
    width: 100%;
    padding: 0.1rem 0.15rem;
    padding-bottom: 30px;
}
.biaoqing .bq_item {
    width: 10%;
    float: left;
    margin: auto;
    margin-top: 0.5rem;
    margin-left: 2.5%;
}
/* 选项卡样式 */
.tab-wrap {
    width: 100%;
    /*display: flex;*/
    z-index: 99;
}

.tab-wrap .tab-titles {
    flex: 1;
    height: 40px;
    display: flex;
    background-color: #fff;
    z-index: 99;
}

.tab-wrap .tab-titles .tab-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}

.tab-wrap .tab-titles .tab-item.active {
    color: #5FB878;
    border-bottom: 2px solid #5FB878;
}

.tab-wrap .tab-titles .tab-item.active.menu-style-1 {
    color: #1E9FFF !important;
    border-bottom-color: #1E9FFF !important;
}
.tab-wrap .tab-titles .tab-item.active.menu-style-2 {
    color: #ce0101 !important;
    border-bottom-color: #ce0101 !important;
}
.tab-wrap .tab-titles .tab-item.active.menu-style-3 {
    color: #1E9FFF !important;
    border-bottom-color: #1E9FFF !important;
}
.tab-wrap .tab-titles .tab-item.active.menu-style-4 {
    color: #5FB878 !important;
    border-bottom-color: #5FB878 !important;
}
.tab-wrap .tab-titles .tab-item.active.menu-style-5 {
    color: #ffee09 !important;
    border-bottom-color: #ffee09 !important;
}
.tab-wrap .tab-titles .tab-item.menu-style-1.tanchuang {
    background: #1E9FFF;
    color: #fff;
}
.tab-wrap .tab-titles .tab-item.menu-style-2.tanchuang {
    background: #ce0101;
    color: #fff;
}
.tab-wrap .tab-titles .tab-item.menu-style-3.tanchuang {
    background: #1E9FFF;
    color: #000;
}
.tab-wrap .tab-titles .tab-item.menu-style-4.tanchuang {
    background: #5FB878;
    color: #fff;
}
.tab-wrap .tab-titles .tab-item.menu-style-5.tanchuang {
    background: #ffee09;
    color: #fff;
}

/* 互动的登录框 */
.padding-lr {
    position: absolute !important;
    z-index: 999;
    bottom: 10px;
    left: 0;
    width: calc(100% - 30px);
}

/* 弹窗样式 */
.app-alert {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.app-alert-wrap {
    background-color: #fff;
    border-radius: 20px;
    width: 300px;
}
.app-alert-top {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-alert-title {
    font-size: 16px;
    color: #333;
}

.app-alert-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.app-alert-img img {
    width: 150px;
}

.app-alert-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin: 15px 0;
}

.app-alert-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border-top: 1px solid #eee;
    color: #aaa;
    cursor: pointer;
}

.mobile-show {
    position: relative;
}
.mobile-alert {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 10px;
    width: 170px;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 999999;
    box-shadow: 0px 0px 10px #f0f0f0;
    display: none;
    text-align: center;
    padding: 24px 30px;
}
.mobile-img {
    width: 180px;
    height: 180px;
}
.mobile-title {
    font-size: 16px;
    font-weight: bold;
}
.mobile-tip {
    margin-top: 5px;
}
.vit-w70{
    width: 70%;
}
.vit-w30{
    width: 30%;
}
.vit-flex{
    display:flex;
    height: 100%;
    padding: 0;
}
.vit-menuheight{
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 70%)
}
.hudong-box{
    height: 100%;
}
.paihang-box{
    height: 100%;
}
.baoming-box{
    height: 100%;
}
.splist-box{
    height: 100%;
}
.tuwen-box{
    height: 100%;
}
.vit-livebody{
    width: 90%;
    margin: 30px auto;
    display: flex;
}
.vit-livema{
    width: 35%;
    text-align: right;
    min-width: 220px;
}
.vit-livetitle{
    width: 70%;
}
@media screen and (max-width: 1200px) {
    .vit-flex{
        display: grid;
    }
    .vit-w70{
        width: 100%;
    }
    .vit-w30{
        width: 100%;
    }
    .vit-menuheight{
        height: auto;
        text-align: center;
        width: 100%;
    }
    .vit-livebody{
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 750px) {
    .vit-livebody{
        width: 100%;
        margin: 0;
    }
    .vit-livema{
        display: none;
    }
    .vit-livetitle{
        width: 100%;
    }
}

.dplayer-video-wrap {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
/* 播放器限制按钮 */
.dplayer-handle-butt{
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(0,0,0,.7);
    border-radius: 100px;
    display: flex;
    font-size: 18px;
    height: 64px;
    justify-content: center;
    left: 50%;
    line-height: 64px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 80px;
    z-index: 6;
    cursor: pointer;
}

.mobile-login {
    cursor: pointer;
}

/* 直播的视频列表样式 */
.sp-active, .sp-active:hover {
    color: #761c19;
}