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 {
    font-family: roboto, "思源黑体 CN";
    /* padding-bottom: 62px;*/
    min-width: 320px;
    margin: 0 auto;
    max-width: 768px;
}

/*live-video*/
iframe#liveIframe {
    width: 100%;
    height: 100%;
    display: block;
}

.live-top-video-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    background: #000;
    padding-top: 56.25%;
    position: relative;
}

.live-top-video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.live-info {
    padding: 10px 3% 10px 3%;
    background: #FFF;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #F4F4F4;
}

.live-book-block {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.live-start-time {
    font-weight: bold;
    font-size: 1.4rem;
}

.book-btn {
    background: #DC364E;
    padding: 2px 1rem;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    border-radius: 20px;
    line-height: 1.5rem;
    height: 1.5rem;
}

.news-title {
    font-size: 1.2rem;
    color: #000;
}

.live-book-txt {
    color: #242424;
    font-size: 0.875rem;
}

.live-hidden {
    display: none;
}

.live-show {
    display: block;
}

.book-tip-block {
    position: absolute;
    left: 50%;
    padding: 16px;
    width: 280px;
    margin-left: -156px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border-radius: 10px;
    font-size: 1rem;
    bottom: 0;
    text-align: center;
}

.live-chat-tag {
    padding: 0 3%;
    border-bottom: 1px solid #F4F4F4;
    overflow: hidden;
    background: #FFF;
}

.live-chat-tag-block {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.live-chat-tag-block li {
    line-height: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

.live-chat-tag-block li.active {
    color: #DC364E;
    border-bottom: 2px solid #DC364E;
    text-align: center;
}

.live-top-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: calc(100%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FFF;
    min-width: 320px;
    max-width: 768px;
}

.live-top-video-con {
    width: 100%;
    height: 100%;
}

.live-no-video-tip {
    color: #FFF;
    font-size: 1rem;
}

.live-top-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.live-end-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 1rem;
}

.live-top-video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#liveChatContainer {
    padding-bottom: 62px;
}

.top-video-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.news-abs-content img {
    display: block;
    max-width: 100%;
}

/*abstract*/
.news-abs-title {
    font-weight: bold;
    display: block;
    line-height: 1.5rem;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.news-abs-block {
    padding: 3% 3% 62px 3%;
}

.news-abs-content {
    background: #FFF;
    margin: 0;
    padding:0;
    font-size: 1.2rem;
    line-height:2rem;
    word-break: break-all;
    text-align: justify;
    color: #333333;
    white-space: normal;
}
.news-abs-content p{
    margin-bottom: 1rem;
    padding: 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;
}

/*preview-tips*/
.news-preview-tips {
    padding: 8px;
}

.preview-tips-text {
    background: #F6F8FC;
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 8px 0 8px 8px;
    color: #DB1826;
    font-weight: 400;
}

.preview-tips-error {
    font-size: 1.1rem;
    color: #999999;
    text-align: center;
    margin-top: 1.25rem;
}
/*user-count*/
.user-count-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 6px;
    color: #333333;
    height: 10px;
}

.online-count {
    padding: 1px 6px;
    border-radius: 8px;
    background: #f1f1f1;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2025-06-04 13:15:30" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->