.match-desc {
	width: 1200px;
	height: auto;
	color: #666;
	font-size: 16px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #D3E1E2;
	border-radius: 6px;
	box-sizing: border-box;
	line-height: 22px;
	padding: 20px;
	margin: 18px auto 0;
}

.match-desc p{
    font-size: 16px;
    margin: 5px 4px 4px 4px; /* 顶部20px，左右2px，下4px */
}

.match_bg {
    height: 280px;
    background: linear-gradient(90deg, #292E2E 0%, #1C969F 50%, #292E2E 100%);
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: -1;
}
.match_bg .match_bg_wrapper {
    width: 1200px;
    margin: auto;
}
.match_bg .match_bg_wrapper .match_bg_container {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 1200px;
}
.fixed_score_box .fixed_score_top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    color: white;
    padding-top: 30px;
}
.score_name_left {
    display: flex;
    align-items: center;
    flex: 1;
}
.score_name_left h1 {
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
}
.score_name_left .image_container {
    margin-right: 20px;
}
.score_name_left.score_name_right .image_container {
    margin-left: 20px;
}
.score_name_right .image_container,
.score_name_left .image_container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.score_name_right .image_container img,
.score_name_left .image_container img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.score_name_left.score_name_right {
    flex-direction: row-reverse;
}
.score_name {
    text-align: center;
}
.league_name {
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px;
}
.match_score > div {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}
.match_status {
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    width: 140px;
    margin: auto;
    color: #1C969F;
}
.match_status.live {
    color: #FF2727;
}
.fixed_score_link {
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-top: 35px;
}
.fixed_score_taggle .signal {
    padding: 8px 16px;
    border-bottom: 1px solid #D3E1E2;
}

.signalCon{
    display: flex;
}

.signalCon_listD,  .signalCon_list{
    width: 160px;
    height: 64px;
    font-size: 16px;
    color: #333;
    border: 2px solid #D3E1E2;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px;
    margin-right: 0;      
}

.signalCon_list{
    flex-direction: column;
}

.signalCon_list h5{
    font-size: 16px;
}

.signalCon_list p{
    font-size: 12px;
    color: #999;
    margin-top: 7px;
}

.signalCon_list:hover{
    border:2px solid #1C969F;
    color:#1C969F;
}

.signalCon_list:hover p{
    color:#D3E1E2;
}


.zhibo_btn a {
  background:linear-gradient(135deg, #ff6a00, #ee0979);
  color: white;
  padding: 10px 28px;;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px 4px 4px 4px; /* 顶部20px，左右2px，下4px */
  cursor: pointer;
  border: none;
  transition: transform 0.5s;
  animation: spring-animation 1s infinite alternate;
}
 
.zhibo_btn a:active {
  transform: scale(0.9);
}
 
@keyframes spring-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.fixsco_table {
    padding: 20px 0;
    border-bottom: 1px dashed #D3E1E2;
}
.fixsco_table:first-of-type {
    padding-top: 0;
}
.fixsco_table:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.fixsco_table table {
    border: 1px solid #D3E1E2;
    border-bottom: 0;
}
.fixsco_table table tr {
}
.fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #1C969F;
}
.fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    border-bottom: 1px solid #D3E1E2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
}
.fixsco_table table tr td {
    padding: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
    border-bottom: 1px solid #D3E1E2;
}
.fixsco_table table tr td.home {
    text-align: right;
}
.fixsco_table table tr td.score {
    text-align: center;
}  


.fixsco_table {
    padding: 20px 0;
    border-bottom: 1px dashed #D3E1E2;
}
.fixsco_table:first-of-type {
    padding-top: 0;
}
.fixsco_table:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.fixsco_table table {
    border: 1px solid #D3E1E2;
    border-bottom: 0;
}
.fixsco_table table tr {
}
.fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #1C969F;
}
.fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    border-bottom: 1px solid #D3E1E2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
}
.fixsco_table table tr td {
    padding: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
    border-bottom: 1px solid #D3E1E2;
}
.fixsco_table table tr td.home {
    text-align: right;
}
.fixsco_table table tr td.score {
    text-align: center;
}

.fixsco_table {
    padding: 20px 0;
    border-bottom: 1px dashed #D3E1E2;
}
.fixsco_table:first-of-type {
    padding-top: 0;
}
.fixsco_table:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.fixsco_table table {
    border: 1px solid #D3E1E2;
    border-bottom: 0;
}
.fixsco_table table tr {
}
.fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #1C969F;
}
.fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    border-bottom: 1px solid #D3E1E2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
}
.fixsco_table table tr td {
    padding: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
    border-bottom: 1px solid #D3E1E2;
}
.fixsco_table table tr td.home {
    text-align: right;
}
.fixsco_table table tr td.score {
    text-align: center;
}

.fixsco_table {
    padding: 20px 0;
    border-bottom: 1px dashed #D3E1E2;
}
.fixsco_table:first-of-type {
    padding-top: 0;
}
.fixsco_table:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.fixsco_table table {
    border: 1px solid #D3E1E2;
    border-bottom: 0;
}
.fixsco_table table tr {
}
.fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #1C969F;
}
.fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    border-bottom: 1px solid #D3E1E2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
}
.fixsco_table table tr td {
    padding: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
    border-bottom: 1px solid #D3E1E2;
}
.fixsco_table table tr td.home {
    text-align: right;
}
.fixsco_table table tr td.score {
    text-align: center;
}

.fixsco_table {
    padding: 20px 0;
    border-bottom: 1px dashed #D3E1E2;
}
.fixsco_table:first-of-type {
    padding-top: 0;
}
.fixsco_table:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.fixsco_table table {
    border: 1px solid #D3E1E2;
    border-bottom: 0;
}
.fixsco_table table tr {
}
.fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #1C969F;
}
.fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    border-bottom: 1px solid #D3E1E2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
}
.fixsco_table table tr td {
    padding: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
    border-bottom: 1px solid #D3E1E2;
}
.fixsco_table table tr td.home {
    text-align: right;
}
.fixsco_table table tr td.score {
    text-align: center;
}

.block {
    background-color: #fff;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-bottom: 20px;
}
.block .block_title_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 58px;
    box-sizing: border-box;
    border-bottom: 1px solid #D3E1E2;
}
.block .block_title {
    display: flex;
    align-items: center;
}
.block .block_title img {
    margin-right: 5px;
}
.block .block_title h1 {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
}
.block .block_title_container .view_more {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.hot_video_con {
    padding: 16px;
}
.hot_video_con li {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
}
.hot_video_con li:last-of-type {
    margin-bottom: 0;
}
.hot_video_con li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}
.hot_video_con li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}
.block .hot_video_con ul li img {
    margin-right: 6px;
}
.block .hot_video_con ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.block .hot_video_con ul li:nth-child(1n+11) {
    display: none;
}
.block .hot_video_con ul li:nth-child(10){
    margin-bottom: 0;
}

.block {
    background-color: #fff;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    margin-bottom: 20px;
}
.block .block_title_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 58px;
    box-sizing: border-box;
    border-bottom: 1px solid #D3E1E2;
}
.block .block_title {
    display: flex;
    align-items: center;
}
.block .block_title img {
    margin-right: 5px;
}
.block .block_title h1 {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
}
.block .block_title_container .view_more {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.hot_video_con {
    padding: 16px;
}
.hot_video_con li {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
}
.hot_video_con li:last-of-type {
    margin-bottom: 0;
}
.hot_video_con li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}
.hot_video_con li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}
.block .hot_video_con ul li img {
    margin-right: 6px;
}
.block .hot_video_con ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.block .hot_video_con ul li:nth-child(1n+11) {
    display: none;
}
.block .hot_video_con ul li:nth-child(10){
    margin-bottom: 0;
}

