#main {
	margin-top: 5.5rem;}
#match_lineup.fixsco_tab_content {
	padding-top: 0px;}
.fixsco_tab_content {
	padding-top: 6px;}
#main {
	padding-bottom: unset !important;}
.shadow {
    width: 100%;
    height: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);}
.match-desc p {
	transition: max-height 0.2s ease-out;
	color: #666;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	word-break: break-all;
	border-radius: 4px;
	padding: 0 0.9rem;}
.match-desc.flip p {
	border: 1px solid #1C969F;
	padding: 0.6rem 0.9rem;
	margin: 0 0.75rem 0.75rem;}
.match_wrapper {
    position: relative;
    top: -10px;}
.match_bg {
    height: 165px;
    background: linear-gradient(90deg, #292E2E 0%, #1C969F 50%, #292E2E 100%);
    position: absolute;
    width: 100%;
    z-index: -1;}
.match_bg .match_bg_wrapper {
    width: 1200px;
    margin: auto;}
.match_bg .match_bg_wrapper .match_bg_container {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;}
.fixed_score_box .fixed_score_top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    color: white;
    padding-top: 20px;}
.score_name_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;}
.score_name_left h1 {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 8px;}
.score_name_left .image_container {}
.score_name_left.score_name_right .image_container {}
.score_name_right .image_container,
.score_name_left .image_container {
    width: 48px;
    height: 48px;
    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: 32px;
    height: 32px;
    border-radius: 50%;}
.score_name_right > span,
.score_name_left > span {
    font-size: 16px;
    margin-top: 8px;
    font-weight:normal;
   }
.score_name_left.score_name_right {}
.score_name {
    text-align: center;}
.league_name {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;}
.match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    margin-bottom: 23px;
    height: 39px;
    padding: 0 12px;}
.match_score > div {
    height: 39px;
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;}
.match_status {
    height: 28px;
    background: #FFFFFF;
    border-radius: 18px;
    font-family: Microsoft YaHei;
    line-height: 28px;
    margin: auto;
    color: #1C969F;
    width: 100px;
    font-size: 14px;
    font-weight: 400;}
.match_status.live {
    background: #FF2727;
    color: #fff;}
.fixed_score_link {
    min-height: 85px;
    max-height: 125px;
    background: #FFFFFF;
    margin-top: 10px;
    border-radius: 10px 10px 0px 0px;}
.fixed_score_taggle .signal {
    padding: 8px 16px;}
.zhibo_btn a {
  background:linear-gradient(135deg, #ff6a00, #ee0979);
  color: white;
  padding: 3px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border: none;
  transition: transform 0.5s;
  animation: spring-animation 1s infinite alternate;}
.zhibo_btn a:active {
  transform: scale(0.9);}
.fixsco_table {
    padding-bottom: 16px;}
.fixsco_table:first-of-type {
    padding-top: 0;}
.fixsco_table:last-of-type {
    padding-bottom: 0;
    border-bottom: none;}
.fixsco_table .match_title {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    border-left: 5px solid #1C969F;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-left: 10px;}
.fixsco_table table {
    width: 100%;
    border-bottom: 0;
    table-layout: fixed;}
.fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;}
.fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #1C969F;}
.fixsco_table table tr td {
    padding: 12px 10px;
    border-bottom: 1px solid #D3E1E2;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.fixsco_table:last-of-type tr:last-child td {
    border: none;}
.fixsco_table table tr td.home {
    text-align: right;}
.fixsco_table table tr td.score {
    text-align: center;}
.message {  
    display: none;  
    position: fixed;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    padding: 20px;  
    background-color: rgba(0, 0, 0, 0.5);  
    color: white; 
    border: 1px solid #ccc; 
    border-radius: 5px;  
    z-index: 1000;   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}