#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;
}

.bible-content {
  width: 100%;
  overflow: hidden;
  background: #f6f4e8;
}

.bible-title {
  display: flex;
  background: #f6f4e8;
  border-bottom: 1px solid #856161;
  align-items: center;
}

.new,
.old {
  flex: 1;
  padding: 15px 0;
  text-align: center;

}

.new:active,
.old:active,
.bible-content .clumn:active,
.bible-content .clumn-num:active,
.back:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.bible-content .clumn,
.bible-content .clumn-num,
.bible-content .clumn-chap {
  float: left;
  text-align: center;
  width: 25%;
  padding: 10px 0;
}

.bible-content .clumn-chap {
  float: left;
  text-align: center;
  width: 25%;
  padding: 20px 0;
  font-size: 17px;
}

.bible-content .clumn p {
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.title-active {
  color: #856161;
  font-weight: bold;
}

.per-content {
  text-align: left;
  display: flex;
  font-size: 16px;
  padding: 10px;
}

.period {
  padding-right: 10px;
}

.back-top {
  background: #6e4a4a;
  display: flex;
  padding: 10px;
  color: #fff;
  justify-content: space-between;
}

.back {
  text-align: left;
}

.back:active {
  color: #f5f5f5;
}

.period-box {
  width: 100%;
  height: calc(100vh - 250px);
  position: relative;
}

.period-content {
  position: absolute;
  height: 100%;
  padding-bottom: 50px;
  overflow: auto;
}

.period-box .call-off {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #1E9FFF;
  position: fixed;
  left: 0;
  bottom: 0;
}

.period-box .period-column {
  margin: 2%;
  width: 96%;
  box-sizing: border-box;
  background-color: #e1eaf9;
  position: relative;
  border-radius: 4px;
  /* box-shadow: 0 1px 1px rgb(0 0 0 / 70%); */
}

@media (min-width: 544px) {
  .period-box .period-column {
    width: 96%;
  }
}

.period-box .period-mod::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.period-box .period-column .period-img img {
  width: 100%;
  height: 100%;
}

.period-box .period-column .period-play {
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #1E9FFF;
  position: absolute;
  top: 50%;
  left: calc(50% - 45px);
  vertical-align: middle;
  z-index: 3;
}

.period-box .period-column .period-play img {
  width: 15px;
  margin-right: 5px;
}

.period-box .period-column .period-info {
  padding: 10px 0 10px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
}

.period-box .period-loading {
  text-align: center;
}

.call-off {
  display: none;
  cursor: pointer;
}

.call-off:hover {
  opacity: 0.8;
}

.dplayer-main {
  position: relative;
}

.count-down {
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 45px;
  z-index: 9;
}



.count-down .count-down_time {
  font-size: 24px;
}

.count-down .count-down_title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.count-down .count-down_time span {
  font-size: 12px;
  margin: 0 5px;
}

@media screen and (min-width: 1024px) {
  .count-down {
    bottom: 260px;
  }

  .count-down .count-down_time {
    font-size: 42px;
  }

  .count-down .count-down_title {
    font-size: 18px;
  }
}