.text-center {
    color: #1559A3;
    font-size: 1.2rem;
    margin-bottom: 50px;
    font-weight: 700;
}
.live-text .tag{
    position: absolute;
    right: 0;
    top: 0px;
}
.live-text .tag span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    font-size: .9rem;
    color: #FFFFFF;
}

.live-text .tag .live-end {
    background-color: #ABABAB;
}

.live-ing {
    background-color: #EF8318;
}


.input-container {
    width: 100%;
    height:auto;
    justify-content: center;
    align-items: center;
    margin-top: 31px;

}

textarea {
    width: 100%;
    height: 248px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none; /* 可以让 textarea 能够拉伸 */
    box-sizing: border-box;
}
.input-box{
    height: auto;
    display: flex;
    justify-content: space-between;
}

.input-namebox{
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 70%;
    margin-top: 10px;
}
.input-namebox label {
    font-size: .8rem;
    font-weight: normal;
    color: #8b8b8b;
    margin-top: 13px;
    margin-right: 10px;
}
.input-namebox input {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 50px;
    float: left;
}

.input-button {
    width: 28%;
    height: 50px;
    background-color: #1559A3;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    float: right;
    margin-top: 10px;
    font-size: .9rem;
}

.live-more{
    float: right;
    width: 24px;
}

.live-more a{
    color: #1559A3;
    font-weight: normal;
    font-size: .9rem;
    margin-right: 10px;
}
.live-more img {
    width: 30px;
}


/*直播间*/
.live-box {
    background-color: #F3F6F9;
    margin-bottom: 20px;
}

#FLVPlayer{
    display: block;
    width: 60%;
    overflow: hidden;
    float: left;
}
#FLVPlayer img{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.live-box video {
    width: 100%;
    background-color: black;
}

.live-box span {
    width: 100%;
}

.live-box span {
    font-weight: normal;
}

.live-left {
    width: 60%;
}

.live-left ul li {
    padding: 26px 0;
    font-weight: bold;
    box-sizing: border-box;
    height: 80px;
    cursor: pointer;
    margin-right: 40px;
}
.live-left .message ul{
    border: none;
    margin: 0;
    display: block;
}
.live-left .message ul li{
    padding: 0;
    font-weight: 500;
    margin-right: 0;
    height: auto;
    padding-bottom: 25px;
    border-bottom: 1px dashed #EAEAEA;
}

.live-left-active {
    border-bottom: 4px solid #1559A3;
    color: #1559A3;
    box-sizing: border-box;
}

.live-left ul {
    display: flex;
    color: #9FA7AF;
    font-size: 1.1rem;
    border-bottom: 1px solid #EAEAEA;
}

.live-text {
    width: 40%;
    position: relative;
    padding: 40px 30px 20px;
    max-height: 386px;
    overflow-y: auto;
}

.live-text ul li{
    margin-bottom: 20px;
}
.live-text ul li .live-title{
    font-size: 0.9rem;
    font-weight: 700;
}
.live-text ul li .live-info{
    font-size: 0.9rem;
}

.live-text ul li p{
    font-size: 0.9rem;
    line-height: 2rem;
}
.slider {
    max-height:934px;
    width:100%;
    overflow:auto;
    /* border-bottom: 1px solid #EAEAEA; */
}
.slider ul li{
    height: auto;
    padding: 20px 0 0;
    border-bottom: 1px dashed #EAEAEA;
}
.live-left .slider ul{
    display: block;
}
.slider-title {
    margin-top: 20px;
}
.zz-info{
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 500;
}
.zz-info span:first-child{
    font-size: 0.9rem;
    font-weight: 700;
    padding-left: 32px;
}
.zz-info span:last-child{
    font-size: 0.7rem;
}
.zcr{
    color: #1559A3;
    background: url(../images/zcr.png) no-repeat left center;
    background-size: 24px;
}
.jb{
    color: #CF1616;
    background: url(../images/jb.png) no-repeat left center;
    background-size: 24px;
}

.slider-title div {
    color: #1559A3;
    font-weight: bold;
    font-size: .9rem;
}

.slider-title span {
    color: #999999;
    font-size: .8rem;
    padding-right: 10px;
}

.slider-text {
    font-size: .8rem;
    padding: 20px 0;
    line-height: 2em;
    font-weight: 500;
    color: #333;
}

.red>div{
    color: #CF1616 !important;
}

.live-right-title{
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 34px;

}
.lytw{
    background: url(../images/lytw.png) no-repeat left center;
    background-size: 24px;
}
.wqhg{
    background: url(../images/wqhg.png) no-repeat left center;
    background-size: 24px;
}

.live-right {
    padding-left: 20px;
    width: 40%;
}
.live-right-box {
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
}

.message {
    height:934px;
    width:100%;
    overflow:auto;
    padding-right: 30px;
}
.message-title {
    font-size: .8rem;
    display: flex;
    justify-content: space-between;
    margin: 23px 0;
}

.message-title div {
    color: #1559A3;
}

.message-title span{
    color: #999999;
}
.message-title span:first-child{
    color: #1559A3;
}
.problem {
    font-size: .9rem;
    line-height: 1.5rem;
    margin: 10px 0;
    color: #000;
}

.backbox {
    background-color: #F3F6F9;
    padding: 20px;
}
.backbox span{
    background-color: #1559A3;
    color: #FFFFFF;
    padding: 2px 6px;
    font-size: .7rem;
    border-radius: 2px;
    margin-right: 10px;
}

.backbox p{
    /* padding-left: 80px; */
    font-size: .8rem;
    line-height: 1.5rem;
    color: #333;
}
video {
    width: 100%;
}

.gray-list ul li a {
    display: inline-block;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 使用省略号来表示文本被截断 */
    max-width: 100%; /* 限制宽度，确保 a 标签不超出父容器 */
}
.input-button2 {
    width: 140px;
    height: 50px;
    background-color: #F3F6F9;
    border-radius: 4px;
    border: none;
    color: #293239;
    margin-top: 20px;
    font-size: .9rem;
    margin-right: 10px;
}

.input-button2-active {
    background-color: #1559A3;
    color: #FFFFFF;
}


.input-button2-active {
    background-color: #1559A3;
    color: #FFFFFF;
}

.input-namebox {
    text-align: center;
    margin-top: 10px;
}

.input-namebox label {
    font-size: .8rem;
    font-weight: normal;
    color: #8b8b8b;
    margin-top: 13px;
}

.input-namebox input {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 50px;
}



@media(max-width:1440px){

    /* .live-box img{width: 60%;}
    .live-text{padding-bottom: 10px;} */
    .live-text{max-height: 374px;}
}

@media(max-width:1366px){
    .live-text{padding: 40px 20px 20px;max-height: 357px;}
}

@media(max-width:1300px){
    .live-text{max-height: 325px;}
    .live-text ul li{margin-bottom: 10px;}
}

@media (max-width: 1200px) {
    .live-text{width: 100%;padding: 20px !important;height: auto;max-height: auto;}
    .live-box img{width: 100%;margin: 0;}
    #FLVPlayer{width: 100%;}
    .live-box video{width: 100%;margin: 0;}
    .live-text ul li{margin-bottom: 20px;}
    .live-left{width: 100%;}
    .live-right{width: 100%;padding: 0;}
    .slider{height: auto;}
    .message{height: auto;padding-right: 0;}
    .slider ul li{margin-right: 0;}
    .input-button{width: 20%;}
}

@media (max-width: 550px) {
    .live-left ul li{padding: 30px 0;}
    .live-left ul li{padding: 20px 0;}
    .slider-text{padding: 15px 0;}
    .slider ul li{padding-bottom: 0;}
    .zz-info span:first-child{background-size: 20px;padding-left: 26px;}
    .live-text{padding-bottom: 0;}
    .text-center{margin-bottom: 20px;}
    textarea{height: 178px;}
    .input-namebox input{height: 40px;}
    .input-namebox label{margin-top: 10px;}
    .input-button{height: 40px;}


}

@media (max-width: 375px) {
    .input-button2{width: 48%;margin-right: 2%;height: 40px;}
    .input-button2:nth-of-type(2){margin-right: 0;}
}

@media (max-width: 660px) {

}

@media (max-width: 660px) {
}


@media (max-width: 600px) {
}

