body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, p, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol, dd, li {
    list-style: none outside none;
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
    outline: medium none;
}


em {
    font-style: normal;
}

body {
    min-width: 320px;
    font-family: "微软雅黑";
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto;
    color: #000000;
    max-width: 768px;
}

/*channelbar*/
.channel-bars {
    width: 100%;
    overflow-x: scroll;
    display: -webkit-box;
    display: flex;
    overflow-y: hidden;
    /*解决ios上滑动不流畅*/
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    position: relative;
    background: #FBFBFB;
    position: fixed;
    top: 0;
    z-index: 10;
    max-width: 768px;
    align-items: center;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.channel-bars::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.relative-item {
    overflow: hidden;
    width: 100%;
    padding: 0 0 0;
    background: #FFF;

}

.channel-bars::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
}

.channel-bars::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 0;
}

ul.channel-bars li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul.channel-bars li.active {
    color: #0662EE;
    font-size: 18px;
}

.channel-block {
    width: 100%;
    overflow-x: scroll;
    display: -webkit-box;
    display: flex;
    overflow-y: hidden;
    align-items: center;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.channel-block::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.channel-block::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
}

.channel-block::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 0;
}

.channel-item {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #CCC;
    margin: 8px 8px 4px 8px;
    border-radius: 16px;
    padding: 0 12px;
    font-size: 14px;
    max-width: 70px;
}

.channel-item a {
    color: #000;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*津云号头*/
.share-list-top {
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    background: url(../images/bz_tv_head.png) no-repeat;
    background-size: 100% 100%;
    height: 216px;
    max-width: 768px;
}
.top-white-radius{
    height: 16px;
    background: #FFF;
    border-radius: 24px 24px 0 0;
}

.share-list-top-block {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 200px;
}

.share-list-logo img {
    width: 100%;
    display: block;
    height: 100%;
}

.share-list-infor-block {
    overflow: hidden;
}

.share-list-logo {
    width: 96px;
    height: 96px;
    float: left;
    margin-left: 32px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}

.share-list-infor {
    margin: 0 15px;
    overflow: hidden;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
}

.share-list-name {
    width: 100%;
    font-size: 1.1rem;
    color: #FFF;
    line-height: 1.5rem;
}

.share-list-fun-num {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    color: #FFF;
    margin-top: 10px;
}

.share-list-channel-abs {
    display: block;
    font-size: 0.8rem;
    font-style: normal;
    color: #FFF;
    margin-top: 3px;
}

.share-list-abs {
    line-height: 1.3rem;
    padding: 15px;
    border-bottom: 1px solid #EEE;
    font-size: 0.875rem;
    background: #FFF;
    max-width: 738px;
}

.border-line {
    height: 10px;
    background: #F8F8F8;
    border-bottom: 1px solid #EEE;
}

.guide-newscontent {
    padding-top: 203px;
}

#sharejumpbtn {
    font-size: 1.1rem;
    border-bottom: 1px solid #EEE;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.title-head {
    width: 100%;
    height: 60px;
    background: url(../images/ctg-logo.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 768px;
}

.title-head div.share-list-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-load-error-block.channel-share-tips {
    z-index: -1;
}

.show-load-block {
    background: #F7F7F7;
    width: calc(100%);
    height: calc(100vh);
}

.show-load-error {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90px 0 0 -160px;
    height: 180px;
}

.show-load-error img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

/**/
/*新直播*/
.live-round-block {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 10px;
}

.live-round-img {
    margin: 0 auto 10px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.live-round-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.live-round-img img.live-round-play {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.live-round-title-block {
    padding: 0 20px 8px;
    overflow: hidden;
}
.addMore {
    width: 100%;
    background: #FFF;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    color: #989898;
    text-align: center;
    /*border-bottom: 1px solid #dfdfdf;*/
    display: block;
    cursor: pointer;
}
.live-round-title {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.live-round-title-infor {
    font-size: 0.625rem;
    color: #989898;
    padding: 0 20px 10px 20px;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-round-duration-text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.live-round-play-img {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

.live-round-state {
    background: #D55949;
    color: #FFF;
    border-radius: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 10px;
}

.left-video-time {
    float: left;
    display: inline-block;
}

img.left-video-play-img {
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.text-title-infor-source {
    margin-right: 8px;
}

/*loadError*/
.show-load-error-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    background: #FFF;
}

.show-load-error-content {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -160px;
}

.show-load-error-block img {
    display: block;
    width: 200px;
    margin: -40px auto -24px;
}

.show-load-error-text {
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 64%;
    margin: 0 auto;
    position: relative;
}

.show-load-error-block p {
    background: #FFF;
    width: 120px;
    color: #CCC;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    height: 40px;
    top: 0;
}

.show-load-error-back-line {
    height: 21px;
    width: 100%;
    border-bottom: 1px solid #CCC;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

/*show-load*/
.show-load-img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*moblink-bar*/
.bar-wrapper * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bar-wrapper .bar-container {
    font-family: PingFangSC, sans-serif;
    width: 100%;
    height: 100%;
}

.bar-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 62px;
    overflow: hidden;
    box-shadow: 0 0 8px #dedede;
}

.bar-wrapper .bar-container {
    font-family: PingFangSC, sans-serif;
    width: 100%;
    height: 100%;
}

.bar-wrapper .bar-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.bar-wrapper .bar-item {
    position: relative;
    padding-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 12px;
    background: rgb(255, 255, 255);
    color: #fff;
}

.bar-wrapper .bar-item .bar-item-img {
    position: relative;
    -ms-flex-preferred-size: 50px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
    flex-basis: 40px;
   /* background: #c7000a;
    border-radius: 2px;*/
}

.bar-wrapper .bar-item .bar-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.bar-wrapper .bar-item .bar-item-content {
    position: relative;
    padding-left: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.bar-wrapper .bar-item .bar-item-content h3 {
    font-size: 15px;
    line-height: 20px;
}

.bar-wrapper .bar-item .bar-item-content .bar-item-content-bottom {
    position: absolute;
    bottom: 0;
}

.bar-wrapper .bar-item .bar-item-content p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
}

.bar-wrapper .bar-item .bar-item-content p, .bar-wrapper .bar-item .bar-item-content h3 {
    margin: 0;
    display: block;
    word-break: break-all;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bar-wrapper .bar-item .bar-item-btn {
    margin-left: 10px;
    overflow: hidden;
    border-radius: 4px;
}

.bar-wrapper .bar-item .bar-item-btn .bar-btn {
    background-color: rgba(199, 0, 10, 1);
    color: #FFF;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    display: block;
}

.bar-item-btn {
    background-color: rgba(199, 0, 10, 1);
}

.bar-btn {
    background-color: rgba(199, 0, 10, 1);
    color: #FFF;
}

.bar-item-abs {
    color: rgba(0, 0, 0, 1);
}

h3.bar-item-content-center {
    color: rgba(0, 0, 0, 1);
}

.bar-wrapper .bar-item .bar-item-content:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.bar-wrapper .bar-item .bar-item-content .bar-item-content-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}

.bar-wrapper .bar-item .bar-item-content .bar-item-abs {
    position: absolute;
    bottom: 0;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2025-06-04 13:23:20" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->