@charset "utf-8";
body {
  background-image: url('https://img.meituan.net/csc/56f975c702231718fb3293aebe9b6706128635.jpg'); /* 替换为你的图片路径 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
/*https://img.alicdn.com/imgextra/i1/62555704/O1CN01RIcHJV1s0Tfu7bjNC_!!62555704.jpg*/
.am-container {
    max-width: 1100px;
}
#flaglist,
#playlist
 {
    display: none;
}
#player,
#playad {
    height: 100% !important;
    width: 100% !important;
    text-align: center;
    object-fit: fill;
}
/* 线路列表图标 */
.line {
    display: none;
    float: left;
    width: 35px;
    height: 20px;
    background: transparent url("line.png") no-repeat scroll;
    cursor: pointer;
}
/* 播放列表图标 */
.list {
    display: none;
    float: right;
    width: 35px;
    height: 20px;
    background: transparent url("list.png") no-repeat scroll;
    cursor: pointer;
}
#flaglist,
#playlist
 {
    display: none;
}
/* 线路列表 */
#line{
    /*  设置纵向滚动条  */
    z-index: 2147483647;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    width:100px;
    margin:0px;
    text-align: center;
    display: none;
    background-color: #000;
    max-height: calc(100% - 20px);
      /*      
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
     半透明背景 */
     
}
.btn-play-source {
margin: 0 5px 5px 0;
}
marquee{
    width: 92%;
    height: 20px;
    line-height: 20px;
}
/* 播放器盒子 */
.player-box {
    height: 600px;
    padding: 10px 10;
    /*padding: 0;*/
   background: #000 url(load.gif) no-repeat center;
}
@media only screen and (max-width: 600px) {
    .player-box {
        height: 250px;
    }
}

/*  移动设备自适应宽高   */
@media screen and (max-width: 650px) {
    #line {
        width: 100%;
        height: auto;
        left: 0px;
        max-width: 100%;
        min-width: auto;
    }
}
/*  移动设备自适应宽高  */
@media screen and (max-width: 650px) {
    #list {
        width: 100%;
        height: auto;
        left: 0px;
        right:0px;
        max-width: 100%;
        min-width: auto;
    }
}
.card-block{padding: 38px 0px;}
.card-block>p{font-size:1em;margin-bottom:3px;color: grey;letter-spacing: 1px;}
.card-block-sign{margin-right: 2%;margin-bottom: 0.8em;}
.card-block-sign>img{border: 1px solid gainsboro;padding:8px 1%;border-radius: 8px;margin-top: 10px;}
.card-block-sign>img:hover{border: 1px solid deeppink;}
/* 手机观看 */
#history-list li {
 padding: 10px;
}
/* 线路切换 */
#livelist li {

    display: inline-table;
    border: 1px solid #f00;
    /* 边框大小及颜色 */
    color: #0f0;
    /*  列表字体颜色 */
    width: 99px;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    color: #2693FF;
    border: 1px solid #2693FF;
    cursor: pointer;
}
/* 视频直播 */
#linelist li {
    display: inline-table;
    border: 1px solid #f00;
    /* 边框大小及颜色 */
    color: #0f0;
    /*  列表字体颜色 */
    width: 99px;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    color: #2693FF;
    border: 1px solid #2693FF;
    cursor: pointer;
}
table {
	border-collapse:collapse;
	margin:0 0 15px;
	word-break:normal;
	width:100%;
}
th {
	border:1px solid #eee;
	padding:8px 12px;
	width:20%;
}
td {
	border:1px solid #eee;
	padding:8px 12px;
    font-size: 14px;
}
iframe,embed {
	border:0;
	display:block;
	overflow:hidden;
	width:100%;
}

table,td,th
  {
  border:1px solid #3a6ea53d;
  }

th
  {
 background-color:#3a6ea5;
    color:white;
    width: 10%;
  }
figure {
	margin:0;
}.get-mod-more { height: 50px; width: 100%; line-height: 50px; margin-bottom: 20px; font-size: 16px; text-align: center; cursor: pointer; display: inline-block; border: 0; transition: all .2s ease-out; color: #999999; background: #fff; }
.get-mod-more a{ color: #999999; background: #fff; }