body {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
}
div,span,a {
    color: unset;
    font-size: unset;
    /* font-family: PingFang SC; */
}
.hot-main-body {
    width: 100%;
    min-width: 1200px;
    background: #F2F3F4;
    position: relative;
    font:unset;
    font-family: unset;
    line-height: unset;
    margin: 0 auto;
    padding-bottom: 40px;
}
/* nav-header-start */
.hot-main-nav-box {
    height: 70px;
    min-width: 1200px;
    background: #0238E0;
}
.hot-main-nav-box a {
    font-family: PingFangSC-Medium, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: 500;
    color: #FFFFFF;
    font-size: 26px;
}
.hot-main-nav-box a:hover {
    color: #FFFFFF;
}
.hot-main-nav {
    height: 100%;
    margin: 0 auto;
}
.hot-main-nav .nav-logo {
    width: 166px;
}
.hot-nav-logo {
    height: 44px;
}
.hot-nav-list-box {
    height: 100%;
    margin-left: 52px;
}
.hot-main-nav-side {
    height: 100%;
}
.hot-nav-list {
    cursor: pointer;
    transition: all .3s;
    height: 100%;
    width: 195px;
    white-space: nowrap;
}
/* .hot-nav-list:not(:last-child) {
    margin-right: 30px;
} */
.hot-nav-list:hover,
.hot-nav-list-chosed {
    background: #001DCB;
    position: relative;
}
.hot-nav-list-chosed::after {
    position: absolute;
    content: '';
    width: 27px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/nav-active-indicator.png) no-repeat center bottom / 100% 100%;
    border-radius: 10px 10px 0 0;
}
.hot-main-nav-side-fonts1 {
    font-size: 14px;
    color: #9A1032;
}
.hot-main-nav-side-fonts2 {
    color: #494949;
}
.hot-main-nav-side-fonts3 {
    font-size: 14px;
    color: #7A7A7A;
    margin-top: -4px;
}
.hot-main-nav-side-1 {
    margin-right: 10px;
}
.hot-time-show-bg {
    width: 24px;
    height: 34px;
    background: url(../images/time-show-fonts-bg.webp) no-repeat;
    background-size: 100% 100%;
    color: #303030;
    font-size: 20px;
}
.hot-time-show-bg2 {
    margin-left: 2px;
}
.hot-time-show-fonts {
    font-size: 14px;
    margin: 0 6px;
}
/* nav-header-end */

/* 赛程 */ 
.hot-main-content {
    width: 100%;
    min-width: 1200px;
    min-height: 700px;
    background: url(../images/hot-main-content-bg-left.png) no-repeat left top / 375px 166px,
    url(../images/hot-main-content-bg-right.png) no-repeat right top / 374px 166px, 
    #F2F3F4;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
}
.hot-main-center {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 1200px;
    gap: 11px;
}
.euro-cup__layout__subnav {
    width: 214px;
    background: #EEEEEE;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border: 1px solid #D1E1F0;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    }

.euro-cup__layout__subnav .subnav__item {
    background: #FFFFFF;
    height: 40px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.euro-cup__layout__subnav .subnav__item.expand__arrow::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 8px;
    background: url(../images/arrow_down.png) no-repeat center / 100% 100%;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.euro-cup__layout__subnav .subnav__item.children__expanded.expand__arrow::before {
    transform: rotate(180deg);
}
.euro-cup__layout__subnav .subnav__item.euro-cup__subnav-active::after {
    position: absolute;
    width: 10px;
    height: 100%;
    content: '';
    background: #0238E0;
    top: 0;
    left: 0;
}
.euro-cup__layout__subnav .children__box {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.euro-cup__layout__subnav .children__box.children__box__expanded {
    height: 240px;
    overflow: unset;
}
.euro-cup__layout__subnav .children__box .subnav__item {
    background: #F2F3F4;
}

.euro-cup__layout__subnav .children__box .subnav__item.euro-cup__subnav-active::after {
    content: none;
}
.euro-cup__layout__subnav .children__box .subnav__item.euro-cup__subnav-active {
    background: #0238E0;
    color: #FFFFFF;
}

.euro-cup__layout__main-content {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.euro-cup__layout__main-content .date-filter {
    height: 78px;
    width: 974px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.euro-cup__layout__main-content .date-filter .date-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#494949;
    font-weight: 500;
    font-size: 24px;
    background: #FFFFFF;
}

.euro-cup__layout__main-content .date-filter .date-item .date-active {
    background: #0238E0;
    color: #FFFFFF;
}
.euro-cup__layout__main-content .date-filter>.van-tabs__wrap {
    height: 100%;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card {
    height: 100%;
    margin: unset;
    padding: unset;
    border: unset;
}
.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab {
    border: unset;
    height: 100%;
    width: 109px;
    position: relative;
    background: #FFFFFF;
    
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background: #aaaaaa;
    opacity: 0.2;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 10;
    background: #FFFFFF;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #D1E1F0;
    transform: unset;
    opacity: unset;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab:last-child::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #D1E1F0;
    transform: unset;
    opacity: unset;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab:last-child {
    position: sticky;
    right: 0;
    z-index: 10;
    background: #FFFFFF;
    padding: 0 0 0 25px;
}
.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab:nth-last-child(2)::after {
    content: none;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab:last-child::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 25px;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    background: url(../images/calendar-icon.png) no-repeat center / 100% 100%;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab .van-tab__text {
    color: #494949;
    font-family: 'DIN Alternate', PingFangSC-Medium, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: 500;
    font-size: 24px;
}

.euro-cup__layout__main-content .date-filter .van-tabs__nav--card .van-tab.van-tab--active .van-tab__text {
    color: #ffffff;
}

.euro-cup__layout__main-content .calendar__popup {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    width: 360px;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    margin-top: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border: 1px solid #D1E1F0;
}

.euro-cup__layout__main-content .calendar__popup .calendar__popup__overlay{
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.euro-cup__layout__main-content .calendar__popup .calendar__header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 42px;
    color: #ffffff;
    background: #4D66FF;
    }
    
    .euro-cup__layout__main-content .calendar__popup .calendar__header span {
      font-weight: bold;
      font-size: 16px;
      font-family: PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
  }

  
  .euro-cup__layout__main-content .calendar__popup .calendar__body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    padding: 7px 15px 22px;
    background: #ffffff;
  }
  .euro-cup__layout__main-content .calendar__popup .calendar__body .calendar__item {
    width: 44px;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
    color: #caced2;
    }
    
    .euro-cup__layout__main-content .calendar__popup .calendar__body .calendar__item span {
        font-weight: 500;
        font-family: 'DIN Alternate', sans-serif, system-ui, 'Segoe UI', Roboto,
          Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
          'Segoe UI Symbol';
  }
  
  .euro-cup__layout__main-content .calendar__popup .calendar__body .calendar__item.calendar__item__clickable {
    color: #494949;
    background: #eeeeee;
    cursor: pointer;
  }

  .euro-cup__layout__main-content .calendar__popup .calendar__body .calendar__item.calendar__item__clickable:hover {
    color: #FEFEFE;
    background: #4D66FF;
  }

.hot-main-center-top {
    height: 70px;
}
.hot-top-left-icon {
    height: 18px;
    margin-right: 8px;
}
.hot-main-center-top-side-fonts1 {
    color: #303030;
    font-size: 16px;
}
.hot-main-center-top-side-fonts2 {
    color: #932A3C;
    font-size: 16px;
    margin-right: 8px;
}
.hot-group-chose-box {
    height: 40px;
    width: 88px;
    padding: 0 10px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    cursor: pointer;
}
.hot-group-chose-fonts {
    color: #494949;
    font-size: 14px;
}
.hot-group-chose-icon {
    color: #000000;
    font-size: 18px;
}

#eurocup .match-by-date {
    border-radius: 10px;
    overflow: hidden;
    background: #D0E0EF;
    display: flex;
    flex-direction: column;
    gap: 1px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

#eurocup .match-by-date .match-by-date-title {
    height: 64px;
    padding-left: 32px;
    font-family: 'DIN Alternate', sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: bold;
    font-size: 22px;
    color: #14193B;
    background: #FFFFFF;
}

#eurocup .match-by-date .match__row {
    height: 74px;
    background: #FFFFFF;
    padding-left: 15px;
    padding-right: 60px;
    display: flex;
    align-items: center;
}
#eurocup .match-by-date .match__row .group__name {
    width: 131px;
    display: flex;
    align-items: center;
    justify-content: start;
}
#eurocup .match-by-date .match__row .group__name>span {
    height: 30px;
    background: #EEEEEE;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: bold;
    font-size: 20px;
    color: #494949;
    padding: 0 18px;
}

#eurocup .match-by-date .match__row .start__time {
    font-family: 'DIN Alternate', sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: 500;
    font-size: 20px;
    color: #8D9197;
}

#eurocup .match-by-date .match__row .match__teams {
    display: flex;
    align-items: center;
    justify-content: center;
    flex:1;
    color: #14193B;
}

#eurocup .match-by-date .match__row .match__teams .team__name {
    font-family: PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: bold;
    font-size: 18px;
}

#eurocup .match-by-date .match__row .match__teams.match__end {
    color: #8D9197;
}

#eurocup .match-by-date .match__row .match__teams .team__info {
    width: 180px;
    display: flex;
    align-items: center;
    gap: 23px;
}

#eurocup .match-by-date .match__row .match__teams .team__info:nth-child(1) {
    justify-content: flex-end;
}

#eurocup .match-by-date .match__row .match__teams .team__icon {
    width: 42px;
}

#eurocup .match-by-date .match__row .match__teams .match__info {
    width: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#eurocup .match-by-date .match__row .match__teams .match__info .match__status {
    color: #8D9197;
    font-family: PingFangSC-Medium, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: 500;
    font-size: 16px;
}

#eurocup .match-by-date .match__row .match__teams .match__info .match__status.match__end {
    color: #14193B;
}

#eurocup .match-by-date .match__row .match__teams .match__info .match__status.match__live {
    color: #DD0000;
    font-weight: bold;
    font-family: PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
}

#eurocup .match-by-date .match__row .match__teams .match__info .match__score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 2px 0 12px;
}
#eurocup .match-by-date .match__row .match__teams .match__info .match__score span {
    font-family: 'DIN Alternate', sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: bold;
    font-size: 26px;
}
#eurocup .match-by-date .match__row .match__teams .match__info .match__score img {
    width: 18px;
}
.group-match-content {
    border-radius: 10px;
    border: 1px solid #EAEBF2;
    overflow: hidden;
    /* padding-bottom: 24px; */
    background: #FFFFFF;
}
.group-match-content {
    /* margin-top: 16px; */
}
.group-match-content:nth-child(2) {
    margin-top: 0px;
}
.group-match-title {
    height: 64px;
    background: linear-gradient(0deg, #FFFFFF 0%, #EAEBF2 100%);
    color: #080808;
    font-size: 18px;
    border-bottom: 1px solid #EAEBF2;
}
.group-match-title-icon {
    color: #7C8591;
    font-size: 18px;
    margin-left: 10px;
}
.group-match-list-box {
    padding: 24px 0 0 24px;
    position: relative;
}
.group-match-list-box:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 56px;
    border-left: #9A1032 1px dashed;
    left: 29px;
    top: 50px;
}
.group-match-list-box:last-child {
    margin-bottom: 24px;
}
.group-match-list-point {
    width: 12px;
    height: 12px;
    /* border-radius: 50%; */
    background: #9A1032;   
}
.group-match-list-point-activing {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: #9A1032 2px solid;   
}
.group-match-list-team-box {
    width: 248px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 22px;
}
.group-match-list-team-box:not(:last-child) {
    margin-right: 16px;
}
.group-match-list-team-center {
    width: 60px;
}
.group-match-list-team-center-fonts1 {
    font-size: 14px;
}
.group-match-list-team-center-fonts2 {
    font-size: 14px;
    margin-top: -4px;
}
.group-match-list-team-logo {
    width: 22px;
    height: 15px;
}
.group-match-list-team-left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.group-match-list-name {
    width: 68px;
    max-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    font-size: 12px;
    color: #080808;
}
.group-match-list-team-left .group-match-list-name {
    text-align: right;
    margin-right: 6px;
}
.group-match-list-team-right .group-match-list-name {
    margin-left: 6px;
}
.group-match-list-date {
    width: 40px;
    margin: 0 30px 0 20px;
}
.group-match-list-date-fonts1 {
    color: #080808;
    font-size: 16px;
}
.group-match-list-date-fonts2 {
    color: #7C8591;
    font-size: 14px;
    margin-top: -4px;
}
.purple-list {
    border: 1px solid #7B5284;
}
.purple-list .group-match-list-team-center-fonts1, 
.purple-list .group-match-list-team-center-fonts2 
{
    color: #4F195B;
}
.green-list {
    border: 1px solid #57BCB0;
}
.green-list .group-match-list-team-center-fonts1, 
.green-list .group-match-list-team-center-fonts2 
{
    color: #57BCB0;
}
.pink-list {
    border: 1px solid #E22749;
}
.pink-list .group-match-list-team-center-fonts1, 
.pink-list .group-match-list-team-center-fonts2 
{
    color: #E22749;
}
.orange-list {
    border: 1px solid #F99E28;
}
.orange-list .group-match-list-team-center-fonts1, 
.orange-list .group-match-list-team-center-fonts2 
{
    color: #F99E28;
}
.hot-match-detail {
    transition: all .3s;
}
.waitting-match .group-match-list-point {
    background: #7C8591;   
}
.waitting-match-3 .group-match-list-point {
    background: #B68F4B;   
}
.waitting-match .group-match-list-box:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 56px;
    border-left: #7C8591 1px dashed;
    left: 29px;
    top: 50px;
}
.waitting-match .group-match-list-date-fonts1,
.waitting-match-2 .group-match-list-date-fonts1
{
    color: #7C8591;
}
.waitting-match .group-match-list-team-box {
    border: 1px solid #C72C48;
}
.waitting-match .group-match-title,
.waitting-match-2 .group-match-title
{
    color: #9A1032;
}
.waitting-match-2 .group-match-list-team-box {
    border: none;
    background: linear-gradient(90deg, #C12B46 0%, #721C2F 100%);
    color: #FFFFFF;
}
.waitting-match-2 .group-match-list-name,
.waitting-match-3 .group-match-list-name
{
    color: #FFFFFF;
}
.waitting-match .group-match-list-team-center,
.waitting-match-2 .group-match-list-team-center,
.waitting-match-3 .group-match-list-team-center
{
    margin-top: 2px;
}
.waitting-match-3 .group-match-list-date-fonts1,
.waitting-match-3 .group-match-list-date-fonts2
{
    color: #B68F4B;
}
.waitting-match-3 .group-match-list-team-box {
    border: none;
    background: linear-gradient(90deg, #D5B16E 0%, #AB833F 100%);
    color: #FFFFFF;
}
.waitting-match-3 .group-match-title {
    color: #B68F4B;
}
.hot-to-top {
    position: fixed;
    width: 64px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 632px;
}
/* 积分榜 */
.hot-score-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hot-score-box {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #EAEBF2;
    background: #FFFFFF;
}
.hot-score-box:not(:first-child) {
    margin-top: 16px;
}
.hot-score-title {
    border-bottom: 1px solid #EAEBF2;
}
.hot-score-left-line {
    width: 8px;
    height: 64px;
    margin-right: 14px;
}
.hot-score-left-title-fonts,
.hot-score-left-list-fonts
 {
    color: #080808;
    font-size: 18px;
    width: 38px;
}
.hot-score-left-list-fonts2 {
    color: #9A1032;
}
.hot-score-left-title-fonts:not(:last-child),
.hot-score-left-list-fonts:not(:last-child)
 {
    margin-right: 28px;
}
.hot-score-left-list-fonts:last-child {
    width: 248px;
}
.hot-score-team-logo {
    width: 22px;
    margin-right: 10px;
    height:15px;
}
.hot-score-left-title-fonts3 {
    width: 128px;
}
.hot-score-list .hot-score-left-title-fonts3 {
    font-size: 14px;
}
.hot-score-right-point {
    width: 10px;
    height: 10px;
    background: rgba(237,237,237,1);
    border-radius: 50%;
}
.hot-score-right-point:not(:last-child) {
    margin-right: 14px;   
}
.hot-score-left-title-fonts6 {
    color: #7C8591;
}
.hot-score-list:nth-child(3),
.hot-score-list:nth-child(5) {
    background: #F6F6FA;
}
.hot-score-list:nth-child(3) .hot-score-right-point,
.hot-score-list:nth-child(5) .hot-score-right-point {
    background: #FFFFFF;
}
.hot-score-box:first-child .hot-score-left-line {
    background: #4F195B;
}
.hot-score-box:nth-child(2) .hot-score-left-line {
    background: #57BCB0;
}
.hot-score-box:nth-child(3) .hot-score-left-line {
    background: #E22749;
}
.hot-score-box:nth-child(4) .hot-score-left-line {
    background: #F99E28;
}
.hot-score-box:nth-child(5) .hot-score-left-line {
    background: #862534;
}
.hot-score-box:nth-child(6) .hot-score-left-line {
    background: #539749;
}
.hot-score-box:nth-child(7) .hot-score-left-line {
    background: #345DA3;
}
.hot-score-box:nth-child(8) .hot-score-left-line {
    background: #DA6098;
}
.hot-score-list:nth-child(2) .hot-score-left-line {
    opacity: 0.8;
}
.hot-score-list:nth-child(3) .hot-score-left-line {
    opacity: 0.6;
}
.hot-score-list:nth-child(4) .hot-score-left-line {
    opacity: 0.4;
}
.hot-score-list:nth-child(5) .hot-score-left-line {
    opacity: 0.2;
}
/* vs */
.vs-detail-content {
    width: 100%;
    padding-top: 100px;
    background: url(../images/vs-content-bg.webp) center top no-repeat;
    background-size: 324px 194px;
    position: relative;
}
.vs-detail-list {
    border: 1px solid #C82C48;
    border-radius: 10px;
    position: relative;
}
.vs-detail-list-side {
    height: 48px;
    width: 102px;
    padding: 0 14px;
}
.vs-detail-list-side:first-child {
    border-bottom: 1px solid #C82C48;
}
.vs-detail-list-left {
    font-size: 12px;
}
.vs-detail-logo {
    height: 20px;
    margin-right: 6px;
}
.vs-list-mode-2 {
    margin-top: 14px;
}
.vs-list-mode-3 {
    margin-top: 126px;
}
.vs-list-mode-2::after {
    position: absolute;
    content: '';
    top: -65px;
    right: -20px;
    width: 14px;
    height: 112px;
    border: 1px solid #C72C48;
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.vs-list-mode-2::before {
    position: absolute;
    content: '';
    top: -8px;
    right: -34px;
    width: 14px;
    height: 1px;
    background: #C72C48;
}
.vs-list-mode-2-2::after {
    position: absolute;
    content: '';
    top: -65px;
    right: unset;
    left: -20px;
    width: 14px;
    height: 112px;
    border: 1px solid #C72C48;
    border-radius: 0 6px 6px 0;
    border-left: none;
    transform: rotate(180deg);
}
.vs-list-mode-2-2::before {
    position: absolute;
    content: '';
    top: -8px;
    right: unset;
    left: -34px;
    width: 14px;
    height: 1px;
    background: #C72C48;
}
.vs-list-mode-4 {
    margin-top: 239px;
}
.vs-list-mode-4::after {
    position: absolute;
    content: '';
    top: -290px;
    right: -20px;
    width: 14px;
    height: 337px;
    border: 1px solid #C72C48;
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.vs-list-mode-4::before {
    position: absolute;
    content: '';
    top: -121px;
    right: -34px;
    width: 14px;
    height: 1px;
    background: #C72C48;
}
.vs-list-mode-4-2::after {
    position: absolute;
    content: '';
    top: -290px;
    right: unset;
    left: -20px;
    width: 14px;
    height: 337px;
    border: 1px solid #C72C48;
    border-radius: 0 6px 6px 0;
    border-left: none;
    transform: rotate(180deg);
}
.vs-list-mode-4-2::before {
    position: absolute;
    content: '';
    top: -121px;
    right: unset;
    left: -34px;
    width: 14px;
    height: 1px;
    background: #C72C48;
}
.vs-detail-list-2 {
    border-radius: 10px;
    width: 132px;
    height: 99px;
    background: linear-gradient(139deg, #D6B270 0%, #AB833F 100%);
}
.vs-detail-list-3 {
    border-radius: 10px;
    width: 132px;
    height: 99px;
    margin-top: 70px;
    background: linear-gradient(139deg, #C32C46 0%, #711C2F 100%);
}
.vs-detail-list-fonts {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10px;
}
.vs-detail-logo-2 {
    width: 32px;
    margin-top: 16px;
}
.vs-list-mode-5 {
    margin-top: 70px;
}
.vs-top-img {
    width: 130px;
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.vs-center-bottom {
    position: absolute;
    display: block;
    width: 124px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.vs-center-fonts-1 {
    color: #080808;
    font-size: 16px;
}
.vs-center-fonts-2 {
    color: #B27900;
    font-size: 16px;
    /* margin: 0 10px; */
}
.vs-center-fonts-3 {
    color: #A02140;
    font-size: 16px;
    /* margin: 0 30px; */
}
.vs-center-fonts-box:nth-child(2) {
    margin-top: 318px;
}
.vs-center-fonts-box:nth-child(3) {
    margin-top: 310px;
}
.vs-column-center {
    width: 178px;
    margin: 0 10px;
}
.vs-center-fonts-box {
    width: 100%;
}
.vs-center-fonts-1 {
    font-size: 12px;
}
.vs-column-2,
.vs-column-4
{
    margin-right: 38px;
}
.vs-column-3, 
.vs-column-5 
{
    margin-left: 38px;
}
/* article-list */
.hot-main-no-bg {
    background: unset;
}
.article-list-box {
    padding: 16px 0;
    border-bottom: 1px solid #CCCCCC;
}
.article-list-left {
    width: 184px;
    height: 120px;
    border-radius: 5px;
}
.article-list-right {
    margin-left: 24px;
}
.article-list-right-fonts1 {
    display: block;
    color: #000000;
    font-size: 18px;
}
.article-list-right-fonts2 {
    color: #707070;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break:break-all;
    margin-top: 6px;
    height: 60px;
}
.article-list-right-fonts3 {
    color: #9F9F9F;
    font-size: 14px;
    margin-top: 6px;
}
/* article-detail */
.hot-article-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC
}
.hot-article-title-fonts {
    color: #000000;
    font-size: 28px;
}
.hot-article-date {
    color: #9F9F9F;
    font-size: 14px;   
    margin-top: 20px;
}
.article-detail-img {
    width: 768px;
    display: block;
    margin: 20px auto 0;   
}
.article-detail-fonts {
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
}
.article-about-box {
    margin-top: 20px;
}
.article-about-title {
    color: #000000;
    font-size: 16px;
}
.article-about-list {
    display: block;
    color: #932A3C;
    font-size: 16px;
    margin-top: 14px;
}
.article-bottom-area {
    margin-top: 10px;
}
/* team-detail */
.team-detail-nav {
    height: 32px;
    background: #F6F7F8;
    border-radius: 24px;
    padding: 8px;
    margin-top: 10px;
}
.team-detail-nav-list {
    color: #7C8591;
    height: 100%;
    border-radius: 24px;
    font-size: 16px;
    width: 12.5%;
    cursor: pointer;
}
.team-detail-nav-list-activing {
    background: linear-gradient(90deg, #932A3C 0%, #711C2F 100%);
    color: #FFFFFF;
    cursor: unset;
}
.team-detail-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 10px;
    margin-top: 24px;
    position: relative;
}
.team-detail-center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 168px;
    height: 168px;
}
.team-detail-center-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,.1);
}
.team-detail-list {
    /* margin: auto; */
    width: 576px;
    height: 576px;
    perspective: 1000px;
    background-color: transparent;
    cursor: pointer;
    margin-right: 28px;
}
.team-detail-list:nth-child(2),
.team-detail-list:nth-child(4) {
    margin-right: 0;
}
.team-detail-list:nth-child(3),
.team-detail-list:nth-child(4) {
    margin-top: 28px;
}
.team-detail-list-content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 1s;
    transform-style: preserve-3d;
    z-index: 1;
}
.team-detail-list-front,
.team-detail-list-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: white;
    z-index: 2;
}

.team-detail-list-front-logo {
    border-radius: 50%;
    width: 144px;
    height: 144px;
    display: block;
    margin: 158px auto 0;
}
.team-detail-list-front-fonts {
    color: #303030;
    font-size: 34px;
    margin-top: 20px;
}
.team-detail-list-front {
    background: url(../images/team-detail-card-bg.webp) no-repeat;
    background-size: 100% 100%;
}
.team-detail-list-back {
    background-color: indigo;
    background: url(../images/team-detail-card-bg-2.webp) no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg);
}
.team-detail-list-back-icon {
    width: 330px;
    margin-top: 20px;
}
.team-detail-intro-fonts1 {
    color: #FFFFFF;
    font-size: 24px;
    margin-top: -24px;
}
.team-detail-list-back-logo-box {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 30px auto 0;
}
.team-detail-list-back-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.team-detail-prize-box  {
    margin-top: 8px;
}
.team-detail-prize-list {
    background: #F5EEEB;
    border-radius: 16px;
    font-size: 12px;
    color: #975736;
    padding: 8px 10px;
}
.team-detail-prize-list:not(:last-child) {
    margin-right: 6px;
}
.team-detail-prize-icon {
    height: 14px;
    margin-right: 4px;
}
.team-detail-intro-fonts2 {
    color: #FFFFFF;
    font-size: 28px;
    margin-top: 6px;
}
.team-detail-intro-fonts3 {
    font-size: 14px;
    width: 480px;
    margin: 20px auto 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    word-break:break-all;
}
.team-detail-bottom {
    /* width: 480px; */
    margin: 30px auto 0;
}
.team-detail-bottom-list {
    /* max-width: 25%; */
    width: 100px;
}
.team-detail-bottom-list:not(:last-child) {
    margin-right: 20px;
}
.team-detail-bottom-avatar {
    height: 50px;
    border-radius: 50%;
}
.team-detail-bottom-fonts1 {
    color: #EAEBF2;
    font-size: 14px;
    margin-top: 4px;
}
.team-detail-bottom-fonts2 {
    color: #EAEBF2;
    font-size: 16px;
}
/* stadium-list */
.hot-side-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -600px;
    width: 488px;
}
.hot-side-bg2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(180deg);
    margin-left: 356px;
    width: 488px;
}
.stadium-list-box {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 10px 0 40px;
}
.stadium-center-map {
    width: 364px;
}
.stadium-point {
    width: 8px;
    height: 8px;
    background: #727F85;
    border-radius: 50%;
    position: absolute;
    transition: all .3s;
}
.stadium-point-1 {
    left: 710px;
    top: 268px;
}
.stadium-point-2 {
    left: 688px;
    top: 434px;
}
.stadium-point-3 {
    left: 688px;
    top: 468px;
}
.stadium-point-4 {
    left: 732px;
    top: 522px;
}
.stadium-point-5 {
    left: 716px;
    top: 371px;
}
.stadium-point-6 {
    left: 696px;
    top: 414px;
}
.stadium-point-7 {
    left: 730px;
    top: 435px;
}
.stadium-point-8 {
    left: 720px;
    top: 468px;
}
.stadium-line-box {
    position: absolute;
}
.stadium-line-box-1 {
    left: 468px;
    top: 104px;
}
.stadium-line-box-2 {
    left: 364px;
    top: 270px;
}
.stadium-line-box-3 {
    left: 364px;
    top: 472px;
}
.stadium-line-box-4 {
    left: 418px;
    top: 618px;
}
.stadium-line-box-5 {
    left: 730px;
    top: 357px;
}
.stadium-line-box-6 {
    left: 710px;
    top: 354px;
}
.stadium-line-box-7 {
    left: 744px;
    top: 438px;
}
.stadium-line-box-8 {
    left: 734px;
    top: 472px;
}
.stadium-line {
    border: 1px solid #6E7B81;
    transition: all .3s;
}
.stadium-line-1-1 {
    width: 197px;
    height: 18px;
    border-bottom: none;
    border-left: none;
    border-radius: 0 10px 0 0;
}
.stadium-line-1-2 {
    width: 38px;
    height: 150px;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 10px;
    margin-left: 197px;
}
.stadium-line-2-1 {
    width: 197px;
    height: 18px;
    border-bottom: none;
    border-left: none;
    border-radius: 0 10px 0 0;
}
.stadium-line-2-2 {
    width: 119px;
    height: 150px;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 10px;
    margin-left: 197px;
}
.stadium-line-3 {
    width: 317px;
    height: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0 0 0 0;
}
.stadium-line-4-1 {
    width: 264px;
    height: 18px;
    border-top: none;
    border-left: none;
    border-radius: 0 0 10px 0;
}
.stadium-line-4-2 {
    width: 42px;
    height: 94px;
    margin-left: 264px;
    margin-top: -111px;
    border-right: none;
    border-bottom: none;
    border-radius: 10px 0 0 0;
}
.stadium-line-5-1 {
    width: 78px;
    height: 18px;
    border-top: none;
    border-left: none;
    border-radius: 0 0 10px 0;
}
.stadium-line-5-2 {
    width: 34px;
    height: 172px;
    margin-left: 78px;
    margin-top: -188px;
    border-right: none;
    border-bottom: none;
    border-radius: 10px 0 0 0;
}
.stadium-line-5-3 {
    width: 18px;
    height: 18px;
    margin-left: 110px;
    margin-top: -191px;
    border-top: none;
    border-left: none;
    border-radius: 0 0 10px 0;
}
.stadium-line-6-1 {
    width: 166px;
    height: 64px;
    border-top: none;
    border-left: none;
    border-radius: 0 0 10px 0;
}
.stadium-line-7-1 {
    width: 110px;
    height: 30px;
    border-bottom: none;
    border-left: none;
    border-radius: 0 10px 0 0;
}
.stadium-line-8-1 {
    width: 18px;
    height: 196px;
    border-bottom: none;
    border-left: none;
    border-radius: 0 10px 0 0;
}
.stadium-line-8-2 {
    width: 18px;
    height: 18px;
    margin-left: 18px;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 10px;
}
.stadium-overview-box {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.stadium-overview-box2 {
    position: absolute;
}
.stadium-overview-right {
    height: 70px;
}
.stadium-overview-right2 {
    height: 114px;
}
.stadium-overview-left {
    margin-right: 8px;
}
.stadium-overview-left-1 {
    color: #080808;
    font-size: 16px;
}
.stadium-overview-left-2 {
    margin-top: 4px;
}
.stadium-overview-box-1 {
    top: 68px;
    left: 134px;
}
.stadium-overview-box-2 {
    top: 246px;
    left: 40px;
}
.stadium-overview-box-3 {
    top: 434px;
    left: 40px;
}
.stadium-overview-box-4 {
    top: 598px;
    left: 94px;
}
.stadium-overview-box-5 {
    top: 48px;
    left: 764px;
}
.stadium-overview-box-6 {
    top: 272px;
    left: 824px;
}
.stadium-overview-box-7 {
    top: 480px;
    left: 806px;
}
.stadium-overview-box-8 {
    top: 644px;
    left: 780px;
}
.stadium-left-icon {
    height: 12px;
    margin: 2px 4px 0 0;
}
.stadium-overview-left-2-list {
    padding: 4px 8px;
    background: #F5EEEB;
    color: #975736;
    font-size: 12px;
    border-radius: 16px;
}
.stadium-overview-left-3-list {
    padding: 4px 8px;
    background: #FAEEEF;
    color: #D3575F;
    font-size: 12px;
    border-radius: 16px;
}
.stadium-overview-left-2-list:not(:last-child) {
    margin-right: 4px;
}
.stadium-overview-box2 .stadium-overview-left {
    margin: 0 0 0 8px;
}
/* stadium-detail */
.hot-crumbs-box,
.hot-crumbs-box a
{
    font-size: 14px;
    color: #9F9F9F;
}
.hot-crumbs-box {
    margin-left: 10px;
}
.stadium-detail-title {
    color: #000000;
    font-size: 28px;
}
.stadium-detail-img {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}
.stadium-mark-box {
    margin-top: 10px;
}
.stadium-mark-left {
    height: 100px;
}
.stadium-mark-right {
    margin-left: 10px;
}
.stadium-mark-list-1 {
    background: #FAEEEF;
    color: #D3575F;
    font-size: 20px;
    padding: 4px 18px;
    border-radius: 24px;
}
.stadium-mark-list-1:not(:last-child) {
    margin-right: 6px;
}
.stadium-mark-list-box:last-child {
    margin-top: 6px;
}
.stadium-mark-list-2 {
    background: #F5EEEB;
    color: #975736;
    font-size: 20px;
    padding: 4px 18px;
    border-radius: 24px;
}
.stadium-mark-icon {
    height: 24px;
    margin-right: 6px;
}
.stadium-intro-list {
    margin-top: 16px;
    color: #2A2A2A;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}
.stadium-intro-list-point {
    width: 10px;
    height: 10px;
    background: #9A1032;
    border-radius: 50%;
    margin: 6px 8px 0 0;
}
.stadium-intro-list-fonts {
    width: calc(100% - 20px);
}
.stadium-detail-bottom {
    margin-top: 40px;
}
.stadium-detail-bottom-title {
    color: #000000;
    font-size: 16px;
}
.stadium-detail-bottom-list-line {
    margin-top: 20px;
    width: 100%;
}
.stadium-detail-bottom-list {
    width: 25%;
}
.stadium-detail-bottom-list-left {
    height: 88px;
    margin-right: 6px;
}
.stadium-detail-bottom-list-right {
    display: flex;
    flex-wrap: wrap;
}
.stadium-detail-bottom-list-right-1 {
    color: #080808;
    font-size: 14px;
}
.stadium-detail-bottom-list-right-2 {
    background: #F5EEEB;
    border-radius: 16px;
    color: #975736;
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 4px;
}
.stadium-detail-bottom-icon {
    height: 10px;
    margin-right: 6px;
}
/* history */
.hot-history-nav {
    background: #F6F7F8;
    border-radius: 24px;
    padding: 8px;
    width: calc( 100% - 16px);
    position: relative;
    z-index: 2;
}
.hot-history-nav-list {
    width: 4.8%;
    height: 32px;
    color: #7C8591;
    font-size: 16px;
    border-radius: 24px;
    cursor: pointer;
}
.hot-history-nav-list-chosed {
    background: linear-gradient(90deg, #932A3C 0%, #711C2F 100%);
    color: #FFFFFF;
    cursor: unset;
}
.hot-history-content {
    width: 100%;
    margin-top: 20px;
}
.hot-history-left {
    width: 324px;
    height: 624px;
    background: linear-gradient(180deg, #9A1032 0%, #721C2F 100%);
    border-radius: 10px;
    position: relative;
}
.hot-history-left-logo {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: 160px;
    max-height: 150px;
}
.hot-history-left-num {
    position: absolute;
    top: 0px;
    right: 12px;
    font-size: 140px;
    font-family: DIN Alternate;
    color: rgba(255,255,255,.4);
}
.hot-history-name {
    color: #FFFFFF;
    font-size: 26px;
    margin: 178px 20px 0 0;
}
.hot-history-detail {
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 26px;
    width: 280px;
    margin: 30px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
    overflow: hidden;
    word-break:break-all;
}
.hot-history-right {
    flex-wrap: wrap;
    margin-left: 16px;
    width: 860px;
}
.hot-history-right-list {
    width: 422px;
    height: 302px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,.1);
}
.hot-history-right-list:nth-child(2),
.hot-history-right-list:nth-child(4) {
    margin-right: 0;
}
.hot-history-right-list:nth-child(3),
.hot-history-right-list:nth-child(4) {
    margin-top: 16px;
}
.hot-history-right-list-img {
    max-width: 100%;
    max-height: 100%;
    transition: all .6s;
}
.hot-history-right-list-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    transition: all .3s;
    opacity: 0;
}
.hot-history-hover-fonts {
    width: 368px;
}
.hot-history-hover-fonts-1 {
    font-size: 30px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-history-hover-fonts-2 {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break:break-all;
}
.history-list-bottom {
    position: absolute;
    width: 100%;
    height: 48px;
    background: rgba(255,255,255,.8);
    bottom: 0;
    color: #932A3C;
    font-size: 18px;
    transition: all .3s;
}
.hot-history-right-list:hover .history-list-bottom {
    bottom: -100px;
}
.hot-history-right-list:hover .hot-history-right-list-hover {
    opacity: 1;
}
.hot-history-right-list:hover .hot-history-right-list-img {
    transform: scale(1.1);
}











/* rules */
.hot-rules-body {
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
    width: 600px;
    position: relative;
}
.score-rules-title {
    width: 100%;
    border-bottom: 1px solid #C3CAD7;
    padding-bottom: 10px;
}
body .hot-close-icon {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 30px;
    color: #3F4248;
}
.hot-rules-content {
    padding: 20px 30px;
}
.hot-rules-list {
    color: #2A2A2A;
    font-size: 16px;
    margin-top: 10px;
}
/* page-btn */
body .layui-laypage a:hover {
    color: #9A1032;
}
.hot-page-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex {
    display: flex;
    justify-content: start;
    align-items: center;
}
.text-c {
    text-align: center;
}
.text-l {
    text-align: left;
}
.text-r {
    text-align: right;
}
.bold {
    font-weight: bold;
}
.cursor,
.cursor-normal {
    cursor: pointer;
    transition: all .3s;
}
.cursor:hover {
    transform: scale(1.06);
}
.main-body svg {
    stroke:unset;
}
body .input-popup {
    border-radius: 20px;
    overflow: hidden;
}
.success-icon,
.status-check-icon
 {
    height: 22px;
    margin-right: 6px;
}
body .layui-layer {
    min-width: unset;
    height: unset;
    background-color:unset;
    box-shadow: unset;
}
body .layui-menu li:hover {
    background-color: #9A1032;
    color: #FFFFFF;
}

#eurocupStanding .standing__box{
    width: 974px;
    background: #D0E0EF;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border-radius: 10px;
    border: 1px solid #D1E1F0;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    overflow: hidden;
}

#eurocupStanding .standing__title {
    height: 64px;
    background: #ffffff;
    display: flex;
}

#eurocupStanding .standing__row {
    height: 74px;
    background: #ffffff;
    display: flex;
}

#eurocupStanding .standing__group__left {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
}

#eurocupStanding .standing__group__left .team__logo {
    width: 59px;
    margin: 0 13px 0 33px;
}

#eurocupStanding .standing__group__name {
    padding-left: 15px;
}

#eurocupStanding .standing__group__left.standing__group__name b{
    width: 70px;
    height: 30px;
    background: #0238E0;
    border-radius: 15px;
    font-family: PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    white-space: nowrap;
    line-height: 1;
}


#eurocupStanding .standing__group__left.standing__group__team b{
    font-weight: bold;
    font-size: 20px;
    color: #8D9197;
    font-family: 'DIN Alternate', PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
    white-space: nowrap;
}

#eurocupStanding .standing__group__left.standing__group__team {
    padding-left: 34px;
}

#eurocupStanding .standing__group__left.standing__group__team + .standing__group__right b {
    color: #393939;
}

#eurocupStanding .standing__group__right {
    width: 560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

#eurocupStanding .standing__group__right b {
    font-family: 'DIN Alternate', PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
    font-weight: bold;
    font-size: 20px;
    color: #7C8591;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

#eurocupStanding .standing__group__right .width__1 {
    width: 40px;
}
 
#eurocupStanding .standing__group__right .width__2 {
    width: 70px;
}
 
#eurocupStanding .standing__group__right .width__3 {
    width: 100px;
}

#eurocupStanding .standing__group__right .promoted__label {
    background: #4bb840;
    width: 65px;
    height: 30px;
    border-radius: 15px;
    color: #ffffff;
    font-family: PingFangSC-Medium, sans-serif, system-ui, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
#eurocupStanding .standing__group__right .promoted__label.promoted__pending {
    background: #0d40d5;
    opacity: 0.5;
}

#eurocupStanding .euro-cup__knockout__table {
    width: 974px;
    background: #FFFFFF;
    padding: 19px 26px 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D1E1F0;
}

#eurocupStanding .euro-cup__knockout__table>.euro2024__logo {
    width: 316px;
    margin-bottom: 26px;
}

#eurocupStanding .euro-cup__knockout__table .row__16 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#eurocupStanding .euro-cup__knockout__table .box__16 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 218px;
    height: 84px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #0238E0;
}

#eurocupStanding .euro-cup__knockout__table .row__16__8 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 232px;
}

#eurocupStanding .euro-cup__knockout__table .row__16__8 .vs__ {
    background: url(../images/vs__.png) no-repeat;
    width: 237px;
    height: 13px;
    margin: 8px 0 13px;
}

#eurocupStanding .euro-cup__knockout__table .row__8 {
    width: 100%;
    padding: 0 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#eurocupStanding .euro-cup__knockout__table .box__8 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 348px;
    height: 84px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #0238E0;
}

#eurocupStanding .euro-cup__knockout__table .vs____ {
    background: url(../images/vs____.png) no-repeat;
    width: 478px;
    height: 13px;
    margin: 8px 0 13px;
}

#eurocupStanding .euro-cup__knockout__table .box__4 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 314px;
    height: 104px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #0238E0;
}

#eurocupStanding .euro-cup__knockout__table .box__2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 354px;
    height: 144px;
    background: 
    url(../images/euro__cup.png) no-repeat center 4px / 101px 113px,
    #FFFFFF;
    border-radius: 10px;
    border: 2px solid #0238E0;
}

#eurocupStanding .euro-cup__knockout__table .vs__2 {
    width: 2px;
    height: 13px;
    background: #698DFF;
    margin: 8px 0;
}

#eurocupStanding .euro-cup__knockout__table b {
    font-family: 'DIN Alternate', PingFangSC-Bold, sans-serif, system-ui, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

#eurocupStanding .euro-cup__knockout__table .team__name {
    color: #080808;
}

#eurocupStanding .euro-cup__knockout__table .match__date {
    color: #0D40D5;
    padding-bottom: 20px;
} 

#eurocupStanding .euro-cup__knockout__table img {
    width: 100%;
}

#eurocupStanding .euro-cup__knockout__table .box__16 .team__column {
    width: 28px;
}
#eurocupStanding .euro-cup__knockout__table .box__8 .team__column {
    width: 37px;
}
#eurocupStanding .euro-cup__knockout__table .box__4 .team__column {
    width: 44px;
}
#eurocupStanding .euro-cup__knockout__table .box__2 .team__column {
    width: 53px;
}

#eurocupStanding .euro-cup__knockout__table .team__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
}