.hot-match_list{
background: #b8d1f8;
margin-bottom: 50px;
border-radius: 5px;
max-height: 350px;
overflow-y: auto;
}
.hot-match_list .hot-title{
font-size: 30px;
font-weight: bold;
padding: 10px 20px;
color: #333;
}
.hot-match_list .hot-match_time{
font-size: 14px;
color: #FF1B25;
font-weight: 600;
padding: 10px 20px;
display: block;
border-bottom: 1px solid #F0F0F0;
}
.hot-match_list .hot-match-item {
display: flex;
align-items: center;
font-size: 15px;
padding: 20px;
border-bottom: solid 1px #dedede !important;
justify-content: space-between;
width: 97%;
margin: 0 auto;
}
.hot-match_list .live-highlight {
    background: linear-gradient(140deg, #1358dc 0%, #29ae78 100%);
    border: 2px solid #3c7c98;
    box-shadow: 0 0 15px rgb(42 59 111 / 30%);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.hot-match_list .hot-match-item .hot-live-badge {
position: absolute;
top: 0;
right: 0px;
background: #ff4444;
color: white;
padding: 5px 15px;
border-radius: 15px;
font-size: 12px;
font-weight: bold;
animation: pulse 0.5s infinite;
z-index: 999;
}
.hot-match_list .hot-match-item .hot-live-badge1 {
position: absolute;
top: 5px;
right: 100px;
background: #ff4444;
color: white;
padding: 5px 15px;
border-radius: 15px;
font-size: 12px;
font-weight: bold;
animation: pulse 0.5s infinite;
z-index: 999;
}
.hot-match_list .hot-match-item .hot-live-badge1 a{color: white;}
.hot-match_list .hot-match-item .hot-live-badge2 {
position: absolute;
bottom: 5px;
right: 100px;
background: #ff4444;
color: white;
padding: 5px 15px;
border-radius: 15px;
font-size: 12px;
font-weight: bold;
animation: pulse 0.5s infinite;
z-index: 999;
}
.hot-match_list .hot-match-item .hot-live-badge2 a{color: white;}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.hot-match_list .hot-match-item .hot-info_left {
display: flex;
align-items: center;
}
.hot-match_list .hot-match-item .hot-info_left .hot-time {
display: inline-block;
min-width: 55px;
padding-right: 10px;
font-weight: 600;
}
.hot-match_list .hot-match-item .hot-info_left .hot-league {
display: inline-block;
width: 80px;
padding-right: 20px;
height: 20px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-align: left;
}
.hot-match_list .hot-match-item .hot-info_left .hot-league a {
color: #9A9A9A;
}
.hot-match_list .hot-match-item .hot-info_center {
display: flex;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home {
display: flex;
justify-content: center;
align-items: center;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left {
display: flex;
align-items: center;
width: 150px;
text-align: right;
justify-content: flex-start;
flex-direction: row-reverse;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left>img {
width: 30px;
max-height: 30px;
margin-left: 5px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left .text {
display: inline-block;
height: 40px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
padding-left: 10px;
text-align: left;
}
.hot-match_list .hot-match-item .hot-info_center .hot-score {
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: 600;
width: 100px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-score .fenge {
padding: 0 10px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away {
display: flex;
justify-content: center;
align-items: center;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right {
display: flex;
align-items: center;
width: 150px;
justify-content: flex-end;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right>img {
width: 30px;
max-height: 30px;
margin-right: 10px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right .text {
display: inline-block;
width: 120px;
height: 40px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.hot-match_list .hot-match-item .hot-info_right {
border-radius: 16px;
box-sizing: border-box;
display: block;
vertical-align: middle;
font-size: 14px;
width: 80px;
line-height: 32px;
background: #E8EEF1;
text-align: center;
color: #Fff;
overflow: hidden;
}
.hot-match_list .hot-match-item .hot-info_right a {
display: block;
}
.hot-match_list .hot-match-item .hot-info_right.start a {
background: #FF1B25;
color: #fff;
border-radius: 4px;
font-weight: 700;
position: relative;
}
@keyframes ripple {
0% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.7); }
70% { box-shadow: 0 0 0 8px rgba(255, 68, 68, 0); }
100% { box-shadow: 0 0 0 0 rgba(255, 68, 68, 0); }
}
.hot-match_list .hot-match-item.live-highlight:hover {
box-shadow: 0 0 25px rgba(255, 111, 0, 0.5);
transform: scale(1.03);
}
@media (max-width: 780px) {
.hot-match_list .hot-match-item {
padding: 0
}
.hot-match_list .hot-match-item .hot-info_left {
width: 50px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.hot-match_list .hot-match-item .hot-info_left .hot-league {
padding: 0;
width: auto;
}
.hot-match_list .hot-match-item .hot-info_left .hot-time {
width: auto;
}
.hot-match_list .hot-match-item .hot-info_left .hot-time em {
display: inline-block;
margin-right: 0px;
font-weight: 400;
padding: 0;
font-size: 12px;
}
.hot-match_list .hot-match-item .hot-info_center {
width: 200px;
display: block
}
.hot-match_list .hot-match-item .hot-info_right {
width: 16%;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home {
width: 80%;
float: left;
justify-content: flex-start;
padding: 4px 0
}
.hot-match_list .hot-match-item .hot-info_center .hot-away {
width: 80%;
float: left;
justify-content: flex-start;
padding: 4px 0
}
.hot-match_list .hot-match-item .hot-info_center .hot-score {
display: flex;
flex-direction: column;
float: right;
width: 30px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left {
display: flex;
flex-direction: row;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right {
display: flex;
flex-direction: row;
justify-content: flex-start;
width: auto
}
.hot-match_list .hot-match-item .hot-info_center .hot-score .fenge {
display: none
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left>img {
margin: 0;
width: 16px;
height: 16px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right>img {
margin: 0;
width: 16px;
height: 16px;
}
.hot-match_list .hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left .text {
padding-left: 5px;
width: 100%;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right .text {
padding-left: 5px;
width: 100%;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left .text a {
line-height: 1.5;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-right .text a {
line-height: 1.5;
}
.hot-match_list .hot-match-item .hot-info_center .hot-score span {
display: block;
line-height: 1.4;
padding: 4px 0
}
}
@media (max-width: 550px) {
.hot-match_list .hot-match-item .hot-live-badge1 {
right: 60px;
}
.hot-match_list .hot-match-item .hot-live-badge2 {
right: 60px;
}
}
@media (max-width: 480px) {
.hot-match_list .hot-match-item {
display: flex;
flex-wrap: wrap;
}
.hot-match_list .hot-match-item .hot-info_left {
width: 100%;
margin: 10px;
flex-wrap: wrap;
align-content: flex-start;
flex-direction: row;
}
.hot-match_list .hot-match-item .hot-info_center {
width: 150px;
display: block;
margin-left: 5px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-home .hot-left .text {
display: inline-block;
height: 25px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
padding-left: 10px;
text-align: left;
padding: 0px;
}
.hot-match_list .hot-match-item .hot-info_center .hot-away .hot-right .text {
width: 100%;
padding: 0;
height: 25px;
}
.hot-match_list .hot-match-item .hot-live-badge1 {
top: 0;
right: 123px;
}
.hot-match_list .hot-match-item .hot-live-badge2 {
bottom: 81px;
right: 52px;
}
.hot-match_list .hot-match-item .hot-info_right {
width: 25%;
}
.hot-match_list .hot-match-item .hot-info_left .hot-time {
min-width: 50px;
padding-right: 2px;
}
}