@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap&subset=chinese-traditional);
@font-face {
  font-family: "jf-openhuninn";
  src: url(../font/jf-openhuninn-1.1.ttf) format("truetype");
}
section, body {
  overflow-x: hidden;
}

@media (min-width: 1360px) and (min-height: 900px) and (max-height: 950px) {
    .kv-sec-container-live {
        width: 1600px;
    }
}
@media (min-width: 1360px) and (min-height: 850px) and (max-height: 900px) {
    .kv-sec-container-live {
        width: 1500px;
    }
}
@media (min-width: 1360px) and (min-height: 800px) and (max-height: 850px) {
    .kv-sec-container-live {
        width: 1400px;
    }
}
@media (min-width: 1360px) and (min-height: 750px) and (max-height: 800px) {
  .kv-sec-container-live {
    width: 1400px;
  }
}
@media (min-width: 1360px) and (min-height: 700px) and (max-height: 750px) {
  .kv-sec-container-live {
    width: 1300px;
  }
}
@media (min-width: 1360px) and (min-height: 650px) and (max-height: 700px) {
  .kv-sec-container-live {
    width: 1200px;
  }
}
@media (min-width: 1360px) and (min-height: 600px) and (max-height: 650px) {
  .kv-sec-container-live {
    width: 1080px;
  }
}
@media (min-width: 1360px) and (max-height: 600px) {
  .kv-sec {
    height: auto;
    max-height: none;
  }

  .kv-sec-container-live {
    width: 1080px;
    height: 520px;
  }
}
@media (max-width: 1360px) and (min-height: 800px) {
  .kv-sec {
    height: auto;
    max-height: none;
  }

  .kv-sec-container-live {
    height: 720px;
  }

  .kv-sec-container-vod {
    height: 720px;
  }
}
@media (min-width: 1250px) and (max-width: 1360px) and (min-height: 750px) and (max-height: 800px) {
  .kv-sec-container-live {
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) and (min-height: 700px) and (max-height: 750px) {
  .kv-sec-container-live {
    width: 1150px;
  }
}
@media (min-width: 1100px) and (max-width: 1360px) and (min-height: 650px) and (max-height: 700px) {
  .kv-sec-container-live {
    width: 1080px;
  }
}
@media (min-width: 1100px) and (max-width: 1360px) and (min-height: 600px) and (max-height: 650px) {
  .kv-sec-container-live {
    width: 1000px;
  }
}
@media (min-width: 1000px) and (max-width: 1360px) and (max-height: 600px) {
  .kv-sec {
    height: auto;
    max-height: none;
  }

  .kv-sec-container-live {
    border: 0px solid white;
    width: 1000px;
    height: 520px;
  }
}
@media (max-width: 1250px) and (min-height: 800.98px) {
  .kv-sec-container-live {
    height: 650px;
  }
}
@media (min-width: 1150px) and (max-width: 1250px) and (min-height: 700px) and (max-height: 800px) {
  .kv-sec-container-live {
    width: 1120px;
  }
}
@media (min-width: 1150px) and (max-width: 1250px) and (min-height: 650px) and (max-height: 700px) {
  .kv-sec-container-live {
    width: 1050px;
  }
}
@media (min-width: 1150px) and (max-width: 1250px) and (min-height: 600px) and (max-height: 650px) {
  .kv-sec-container-live {
    width: 1000px;
  }
}
@media (max-width: 1200px) and (min-height: 800.98px) {
  .kv-sec-container-live {
    height: 620px;
  }
}
@media (max-width: 1150px) and (min-height: 800.98px) {
  .kv-sec-container-live {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .kv-sec {
    height: auto;
    max-height: none;
  }

  .kv-sec-container-live {
    height: 580px;
  }
}
@media (max-width: 1050px) {
  .kv-sec-container-live {
    height: 520px;
  }
}
@media (max-width: 980px) {
  .kv-sec-container-live {
    height: 500px;
  }
}
@media (max-width: 920px) {
  .kv-sec-container-vod {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .kv-sec-container-vod {
    height: 400px;
  }
}
.burger, .menu-prog-open.forMobile {
  display: none;
}

.li-app.forMobile {
  display: none;
}

.li-app.forPC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  body {
    padding-top: 56px;
  }

  header, .top-menu-wrapper.active {
    position: fixed;
    z-index: 12;
  }

  header {
    top: 0;
    left: 0;
    height: 56px;
    padding: 0 1rem;
  }

  .top-logo {
    width: 100px;
  }

  .top-menu-wrapper {
    display: none;
  }

  header.active, .top-menu-wrapper.active {
    background: #282828;
    background: rgba(0, 0, 0, 0.9);
  }

  body.lockbody {
      overflow-y: hidden;
      height: calc(100vh - 56px);
  }

  .top-menu-wrapper.active {
    left: 0;
    height: calc(100vh - 56px);
    overflow-y: hidden;
    top: 56px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0rem 2.5rem 1rem;
  }

  .top-menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 150px);
  }
  .top-menu-list .li-app.forMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-menu-list .li-app.forPC {
    display: none;
  }
  .top-menu-list a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-menu-list span {
    font-size: 1rem;
  }
  .top-menu-list .icon-link {
    width: 100%;
  }
  .top-menu-list .icon-link, .top-menu-list .social-link {
    padding: 1rem 0;
  }
  .top-menu-list .social-link-twitter {
    margin-right: 0;
  }
  .top-menu-list .social-link-yt, .top-menu-list .social-link-fb, .top-menu-list .social-link-ig {
    margin-right: 1rem;
  }
  .top-menu-list .social-link-yt {
    margin-left: 0.2rem;
  }

  .ft-menu-list span {
    font-size: 1rem;
  }

  .top-login-wrapper {
    width: 150px;
  }

  .top-login-popup-wrapper {
    right: 20px;
  }

  .top-app-popup-wrapper, .top-artist-popup-wrapper {
    top: 130px;
    right: auto;
    left: 20px;
  }

  .top-artist-popup-wrapper {
    top: 70px;
  }

  .burger {
    display: block;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 20px;
    -webkit-transform: rotate(0deg), translateY(-50%);
    transform: rotate(0deg), translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .burger:focus {
    outline: 0;
  }
  .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .burger span:nth-of-type(1) {
    top: 0px;
  }
  .burger span:nth-of-type(2), .burger span:nth-of-type(3) {
    top: 8px;
  }
  .burger span:nth-of-type(4) {
    top: 16px;
  }

  .burger.active span:nth-of-type(1), .burger.active span:nth-of-type(4) {
    width: 0%;
    top: 18px;
    left: 50%;
  }
  .burger.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .burger.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (max-width: 600px) {
  .top-menu-list .social-link-yt {
      width: 100%;
      margin-bottom: -0.5rem;
  }
}
@media (max-width: 358px) {
  .top-menu-wrapper.active {
    padding-left: 0.5rem;
  }

  .top-menu-list {
    width: calc(100% - 80px);
  }
  .top-menu-list .icon-link {
    width: 100%;
    margin-bottom: 0;
  }

  .top-menu-list span {
    font-size: 0.875rem;
  }

  .top-artist-popup-wrapper {
    left: 0;
  }

  .top-login-popup-wrapper {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .menu-prog-open.forPC {
    display: none;
  }

  .menu-prog-open.forMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 5px;
    right: 50px;
    left: auto;
    height: 40px;
    width: 40px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .menu-prog-open.forMobile .live-mode::after {
    top: 2px;
    right: -2px;
  }
  .menu-prog-open.forMobile .prog-open-icon:before {
    background-image: url(../img/btn_proglist_off.svg);
  }
  .menu-prog-open.forMobile.active .prog-open-icon:before {
    background-image: url(../img/btn_proglist.svg);
  }

  .menu-prog-main {
    top: 56px;
    left: 0;
    height: calc(100% - 56px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-prog-main.hide {
    left: 0;
    top: 56px;
    display: none;
  }

  .menu-prog-nav {
    width: 100%;
    height: 50px;
  }
  .menu-prog-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu-prog-nav .navitem.live-mode::after {
    top: 6px;
  }
  .menu-prog-nav .navitem-close {
    display: none;
  }

  .menu-prog-group-wrapper, .menu-prog-group-box {
    width: 100%;
  }

  .menu-prog-group-wrapper {
    border-bottom: 0px solid red;
    height: calc(100% - 50px);
  }

  .prog-text-info {
    padding-left: 16px;
  }

  .menu-prog-open.forMobile .prog-open-btn {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .menu-prog-open.forMobile .prog-open-btn .prog-open-icon {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 920px) {
  body {
    background: url("/assets/img/bg_main_long.jpg") repeat-y;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  body {
    background: url("/assets/img/bg_main_long.jpg") repeat-y;
    background-size: 100% auto;
  }

  .txt-go-shopping:before {
    content: attr(data-txt-mobi);
  }

  .kv-scroll-top {
    margin-right: -10px;
  }

  footer {
    padding: 1rem 90px 2rem 1rem;
  }

  .footer-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-prog-open.forMobile .prog-open-btn {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  .ft-menu-list span {
    font-size: 0.875rem;
  }
  .ft-menu-list .icon-link {
    margin-right: 0rem;
  }

  .ft-copyright {
    padding-left: 0.5rem;
  }

  .ft-menu-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ft-menu-list .icon-link {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1100px) {
  .chan-avatar {
    width: 44px;
    height: 44px;
    background-size: 44px auto;
  }

  .chan-title p {
    font-size: 1.25rem;
  }
}
@media (max-width: 920px) {
  .msg-carousell.idx-vod-slider {
    margin-top: 0;
  }
  .msg-carousell.idx-vod-slider .idx-vod-video-wrapper, .msg-carousell.idx-vod-slider .swiper-slide {
    width: 480px;
    height: 270px;
  }

  .ad-wrapper-idx-vod.underVod, .idx-vod-title-wrapper {
    width: 480px;
  }

  .idx-vod-title-wrapper {
    height: 85px;
  }

  .chan-avatar {
    width: 44px;
    height: 44px;
    background-size: 44px auto;
  }

  .chan-title p {
    font-size: 1.25rem;
  }

  .chan-ct-icon-title:before {
    margin-right: 3px;
  }

  .chan-ct-value, .chan-ct-icon-title span {
    font-size: 0.875rem;
  }

  .hlight-num {
    font-size: 120%;
  }

  .btn-donate {
    width: 40px;
    height: 60px;
    background-size: 40px auto, 40px auto;
  }
}
@media (max-width: 767px) {
  .msg-carousell.idx-vod-slider .ra-swiper-relative {
    max-width: 100%;
  }

  .msg-carousell.idx-vod-slider .swiper-button-prev {
    left: 0;
  }

  .msg-carousell.idx-vod-slider .swiper-button-next {
    right: 0;
  }

  .msg-carousell.idx-vod-slider {
    margin-top: 0;
  }
  .msg-carousell.idx-vod-slider .idx-vod-video-wrapper, .msg-carousell.idx-vod-slider .swiper-slide {
    width: 280px;
    height: 158px;
  }

  .idx-vod-title-wrapper {
    width: 360px;
  }

  .ad-wrapper-idx-vod.underVod {
    width: 280px;
  }

  p, span {
    letter-spacing: 0px;
  }

  .chan-avatar {
    margin: 0 8px;
  }

  .chan-title p {
    font-size: 1.125rem;
  }

  .chan-ct-icon-title {
    margin-right: 0;
  }
  .chan-ct-icon-title:before {
    width: 14px;
    height: 14px;
    background-size: 14px auto;
  }
  .chan-ct-icon-title span {
    font-size: 0.75rem;
  }
}
@media (max-width: 375px) {
  .ad-wrapper-idx-vod.underVod {
    width: 90%;
  }

  .idx-vod-title-wrapper {
    width: 98%;
  }
}
@media (max-width: 358px) {
  .btn-donate {
    width: 32px;
    height: 45px;
    background-size: 30px auto, 30px auto;
  }
}
@media (max-width: 1100px) {
  .group-sec-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0rem;
  }

  .group-title-col, .group-chanlist-col {
    width: 100%;
  }

  .group-title-col, .idx-chanlist-hdr {
    padding-left: 2rem;
  }

  .group-name-wrapper {
    width: 100px;
  }

  .group-name-zh {
    font-size: 48px;
  }

  .group-name-en {
    margin-top: -5px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .msg-carousell.idx-chanlist-slider .swiper-slide {
    width: 270px;
  }
  .msg-carousell.idx-chanlist-slider .swiper-slide:last-child {
    /* width: 300px; */
    padding-right: 30px;
  }

  .cl-video-desc p {
    font-size: 1rem;
  }

  .msg-carousell.idx-chanlist-slider .ra-swiper-relative, .msg-carousell.idx-chanlist-slider.forchannel .ra-swiper-relative {
    padding-left: 0;
    padding-right: 0;
  }
  .msg-carousell.idx-chanlist-slider .swiper-button-next, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-next {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .msg-carousell.idx-chanlist-slider .swiper-button-prev, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-prev {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .msg-carousell.idx-chanlist-slider .swiper-button-next, .msg-carousell.idx-chanlist-slider .swiper-button-prev, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-next, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-prev {
    height: 152px;
  }
  .msg-carousell.idx-chanlist-slider .swiper-button-next:after, .msg-carousell.idx-chanlist-slider .swiper-button-prev:after, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-next:after, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-prev:after {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .group-title-col, .idx-chanlist-hdr {
    padding-left: 1rem;
  }

  .group-name-zh {
    font-size: 36px;
  }

  .group-name-en {
    font-size: 14px;
  }

  .msg-carousell.idx-chanlist-slider .swiper-slide {
    width: 180px;
  }
  .msg-carousell.idx-chanlist-slider .swiper-slide:last-child {
    width: 210px;
    padding-right: 30px;
  }

  .msg-carousell.idx-chanlist-slider .swiper-button-next, .msg-carousell.idx-chanlist-slider .swiper-button-prev, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-next, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-prev {
    height: 101px;
  }
  .msg-carousell.idx-chanlist-slider .swiper-button-next:after, .msg-carousell.idx-chanlist-slider .swiper-button-prev:after, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-next:after, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-prev:after {
    margin-top: 0;
  }
  .msg-carousell.idx-chanlist-slider .swiper-button-next:after, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-next:after {
    margin-left: 20px;
  }
  .msg-carousell.idx-chanlist-slider .swiper-button-prev:after, .msg-carousell.idx-chanlist-slider.forchannel .swiper-button-prev:after {
    margin-right: 20px;
  }

  .idx-chanlist-hdr {
    padding-right: 1rem;
  }
  .idx-chanlist-hdr .chan-avatar {
    margin-right: 0.5rem;
  }
  .idx-chanlist-hdr .chan-title {
    max-width: 100px;
    margin-left: 5px;
  }
  .idx-chanlist-hdr .btn-chan-enter::before {
    margin-left: 3px;
    padding-top: 5px;
  }

  .idx-chanlist-cal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .btn-addcalendar {
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
  }
  .btn-addcalendar span {
    font-size: 0.75rem;
  }

  .chan-time-info {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .chan-time-icon-note span {
    font-size: 0.75rem;
  }

  .chan-time-note {
    font-size: 0.875rem;
  }
}
@media (max-width: 358px) {
  .group-title-col, .idx-chanlist-hdr {
    padding-left: 0.5rem;
  }

  .idx-chanlist-hdr {
    padding-right: 0.5rem;
  }

  .chan-time-note {
    font-size: 0.75rem;
  }
}
@media (min-width: 1360px) {
  .chatroom-body-wrapper {
    height: 525px;
  }

  .chat-emoji-table > span {
    margin: 4px 3px;
  }

  .chatroom-bulletin p, .chat-list li > span {
    font-size: 0.875rem;
  }
}
@media (max-width: 1360px) {
  .kv-live-chatroom {
    width: 320px;
  }

  .kv-live-player-wrapper {
    width: calc(100% - 320px);
  }

  .chat-hdr-donate-people {
    width: calc(100% - 80px);
  }

  .chat-hdr-donate-ppl-slide .normal-p, .chat-hdr-donate-ppl-slide .amount {
    font-size: 0.875rem;
  }

  .chat-color-item {
    width: 28px;
    height: 28px;
    margin: 5px 1px;
  }

  .chat-color-picker {
    width: 20px;
    height: 20px;
  }

  .chat-emoji-table > span {
    margin: 4px 3px;
  }

  .chatroom-bulletin p, .chat-list li > span {
    font-size: 0.875rem;
  }
}
@media (orientation: portrait) and (max-width: 920px) {
  .ad-wrapper-idx-vod.underPlayerMobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kv-sec-container-live {
    padding-top: 0rem;
    height: calc(100vh - 112px);
    max-width: none;
  }

  .kv-live-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 80vw;
    height: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }

  .kv-live-player-wrapper, .kv-live-chatroom {
    width: 100%;
  }

  .chat-hdr-donate-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }

  .angle-video-child-wrapper {
    width: 320px;
    margin-right: 1%;
  }
}
@media (orientation: portrait) and (max-width: 780px) {
  .kv-live-wrapper {
    width: 100vw;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .kv-live-chatroom {
    border: 0px solid green;
    min-height: 0;
  }

  .kv-sec-container-live {
    height: calc(100vh - 112px);
  }

  .kv-scrolldown-wrapper {
    width: 36px;
    left: calc(50% - 18px);
  }

  .chat-hdr-donate-wrapper {
    /* height: 50px; */
  }

  .live-counter-info.live-counter-info-chatroom {
    /* margin: 0; */
  }

  .chatroom-bulletin p, .chat-list li > span {
    font-size: 0.75rem;
    line-height: 1.1;
  }

  .runhorse-wrapper {
    height: 30px;
  }

  .runhorse-fg {
    height: 28px;
  }

  .rh-father-name {
    width: 300px;
  }

  .rh-father-name .normal-p {
    font-size: 0.875rem;
  }

  .rh-father-name .amount, .rh-father-words > span {
    font-size: 0.875rem;
  }

  .kv-live-videotool-wrapper {
    top: auto;
    bottom: 40px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kv-live-videotool-wrapper.hide {
    opacity: 0.3;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item {
    display: none;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item.vtool-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item.vtool-close:before {
    background-image: url(../img/btn_proglist_close.svg);
    background-size: 20px auto;
  }

  .kv-live-videotool-popup-wrapper {
    right: 0;
    top: calc(100% - 40px);
  }

  .live-vtool-item.vtool-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .live-vtool-item.vtool-close:before {
    background-image: url(../img/btn_close20.svg);
    background-size: 20px auto;
  }
}
@media (orientation: landscape) and (min-width: 500.98px) and (max-width: 920px) {
  header {
    display: none;
  }

  body {
    padding-top: 0;
  }

  .kv-live-player-wrapper {
    width: 420px;
  }

  .kv-live-chatroom {
    border: 0px solid red;
    min-height: 0;
  }

  .chat-hdr-donate-wrapper {
    /* height: 30px; */
  }

  .live-counter-info.live-counter-info-chatroom {
    /* margin: 0; */
  }

  .kv-live-videotool-wrapper {
    top: auto;
    bottom: 40px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kv-live-videotool-wrapper.hide {
    opacity: 0.3;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item {
    display: none;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item.vtool-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item.vtool-close:before {
    background-image: url(../img/btn_proglist_close.svg);
    background-size: 20px auto;
  }

  .kv-live-videotool-popup-wrapper {
    right: 0;
    top: calc(100% - 40px);
  }

  .live-vtool-item.vtool-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .live-vtool-item.vtool-close:before {
    background-image: url(../img/btn_close20.svg);
    background-size: 20px auto;
  }

  .kv-sec-container-live {
    height: 350px;
  }

  .page-popup-modal-wrapper {
    padding-top: 20px;
    top: 0;
  }

  .kv-live-videotool-popup-wrapper {
    top: 50px;
  }

  .popup-modal {
    background: rgba(0, 0, 0, 0.9);
  }
  .popup-modal.vtool-info, .popup-modal.vtool-share, .popup-modal.vtool-angle {
    height: 180px;
  }

  .vtool-info-scrollwrapper {
    height: 120px;
  }

  .vtool-angle-scrollwrapper {
    height: 120px;
  }
}
@media (orientation: landscape) and (max-width: 500px) {
  .ad-wrapper-idx-vod {
    display: none;
  }
  .ad-wrapper-idx-vod.underPlayerMobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kv-sec-container-live {
    padding-top: 0rem;
    height: calc(100vh - 112px);
  }

  .kv-live-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 80vw;
    height: 100%;
  }

  .kv-live-player-wrapper, .kv-live-chatroom {
    width: 100%;
  }

  .chat-hdr-donate-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }

  .angle-video-child-wrapper {
    width: 320px;
    margin-right: 1%;
  }

  .kv-live-wrapper {
    width: 100vw;
  }

  .kv-live-chatroom {
    border: 0px solid green;
    min-height: 0;
  }

  .kv-sec-container-live {
    height: calc(100vh - 112px);
  }

  .kv-scrolldown-wrapper {
    width: 36px;
    left: calc(50% - 18px);
  }

  .chat-hdr-donate-wrapper {
    height: 30px;
  }

  .live-counter-info.live-counter-info-chatroom {
    margin: 0;
  }

  .chatroom-bulletin p, .chat-list li > span {
    font-size: 0.75rem;
    line-height: 1.1;
  }

  .runhorse-wrapper {
    height: 30px;
  }

  .runhorse-fg {
    height: 28px;
  }

  .rh-father-name {
    width: 300px;
  }

  .rh-father-name .normal-p {
    font-size: 0.875rem;
  }

  .rh-father-name .amount, .rh-father-words > span {
    font-size: 0.875rem;
  }

  .kv-live-videotool-wrapper {
    top: auto;
    bottom: 40px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kv-live-videotool-wrapper.hide {
    opacity: 0.3;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item {
    display: none;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item.vtool-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .kv-live-videotool-wrapper.hide .live-vtool-item.vtool-close:before {
    background-image: url(../img/btn_proglist_close.svg);
    background-size: 20px auto;
  }

  .kv-live-videotool-popup-wrapper {
    right: 0;
    top: calc(100% - 40px);
  }

  .live-vtool-item.vtool-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .live-vtool-item.vtool-close:before {
    background-image: url(../img/btn_close20.svg);
    background-size: 20px auto;
  }
}
@media (max-width: 767px) {
    .err_sec {
        width: 100%;
        height: calc(100vh - 218px);
        min-height: 500px;
    }

    .err_img {
        width: 200px;
        height: auto;
    }
}
@media (max-width: 1440px) {
  .kv-sec.kv-sec-channel.chan-kv-max1440 .chan-kv-container {
    max-width: none;
  }
  .kv-sec.kv-sec-channel.chan-kv-max1440 .chan-kv-introbox {
    max-width: none;
    left: 0;
  }

  .chan-kv-introbox {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .kv-sec.kv-sec-channel.chan-kv-max1280 .chan-kv-container {
    max-width: none;
  }
  .kv-sec.kv-sec-channel.chan-kv-max1280 .chan-kv-introbox {
    max-width: none;
    left: 0;
  }
}
@media (max-width: 980px) {
  .chan-kv-introbox {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.1);
  }

  .chan-kv-intro-txt-body-fixheight {
    height: 100px;
  }

  .kv-sec.kv-sec-channel, .chan-kv-introbox {
    position: static;
  }
}
@media (max-width: 767px) {
  .chan-kv-introbox {
    padding: 1rem 1rem 1rem 0.5rem;
  }

  .chan-kv-introbox {
    height: auto;
  }

  .chan-kv-intro-txt-col {
    padding-left: 0.5rem;
    padding-right: 0;
  }

  .chan-kv-intro-txt-body-fixheight {
    height: auto;
  }

  .chan-kv-intro-txt-body {
    padding-right: 1rem;
  }
  .chan-kv-intro-txt-body p {
    font-size: 0.875rem;
  }

  .chan-kv-intro-txt-hdr .btn-addcalendar {
    margin-left: auto;
  }
}
@media (max-width: 1100px) {
  .group-sec-container.forchannel {
    padding-bottom: 0.5rem;
  }

  .msg-carousell.idx-chanlist-slider.forAvatarList .swiper-button-next, .msg-carousell.idx-chanlist-slider.forAvatarList .swiper-button-prev {
    margin-top: -10px;
  }
  .msg-carousell.idx-chanlist-slider.forAvatarList .swiper-button-next {
    background: none;
  }
  .msg-carousell.idx-chanlist-slider.forAvatarList .swiper-button-prev {
    background: none;
  }
}
@media (max-width: 980px) {
  .idx-chanlist-hdr.forchannel {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .msg-carousell.idx-chanlist-slider.forAvatarList .ra-swiper-relative {
    padding-left: 40px;
    padding-right: 40px;
  }

  .chan-avatarlist-body {
    margin-top: 2rem;
  }

  .msg-carousell.idx-chanlist-slider.forAvatarList .swiper-slide {
    border: 0px solid blue;
    width: 70px;
    height: 100px;
  }

  .chan-avatar-box .chan-avatar {
    margin: 0 0 0.5rem 0;
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }

  .chan-group-name-box p.group-name-zh {
    font-size: 30px;
    line-height: 1;
    margin-top: 0;
  }
  .chan-group-name-box p.group-name-en {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 6px;
  }
}
