body{
    background: #fff;
    font-family: 'Rubik', sans-serif;
}
.hundredfloat{
    float: left;
    width: 100%;
}
.onethou{
    width: 970px;
    margin: 0 auto;
}
.left, .right{
    float: left;
    width: 475px;
    height: 345px;
    margin: 10px 5px;
}
.navigators{
    float: right;
    font-size: 29px;
    margin: 0;
}
.navigators a{
    cursor: pointer;
    margin: 0 15px;
    opacity: .7;
    transition: .1s;
}
.navigators a:hover{
    opacity: 1;
}
.left{
    background: #0b0b0b;
    color: #fff;
    border-radius: 7px;
    overflow: hidden;
}
.videocaption{
    height: 75px;
    padding: 5px 15px;
}
.videocaption h3{
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}
.videocaption p{
    margin: 0;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}
.righttopnav{
    background: linear-gradient(#242424, #090909);
    color: #fff;
    border-radius: 7px;
    height: 44px;
}
.righttopnav h1{
    font-weight: normal;
    margin: 3px 10px;
    float: left;
    text-transform: uppercase;
    font-size: 32px;
}
.rightbotnav{
    overflow: hidden;
    height: 350px;
    margin-top: 17px;
}
.set{
    width: 475px;
    height: 350px;
}
.leaguedate{
    text-align: center;
    font-size: 13px;
    height: 45px;
    padding-top: 5px;
}
.boxes{
    background-image: url(../iframe/placeholder.png);
/*    background-image: url(../../images/desktop/worldcup/placeholder.png);*/
/*    background-image: url(../../images/desktop/cny2023/placeholder.png);*/
    float: left;
    width: 100%;
    height: 133px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}
.boxes.lower{
    margin-bottom: 0;
}
.match div{
    width: 20%;
    float: left;
    font-size: 14px;
    text-align: center;
}
.match div:nth-of-type(1), .match div:nth-of-type(5){
    width: 20.5%;
}
.match div:nth-of-type(2), .match div:nth-of-type(4){
    width: 19%;
    padding: 1px 0;
}
.match div:nth-of-type(3){
    width: 21%;
    margin: 16px 0;
    border-left: 3px dotted #fff;
    border-right: 3px dotted #fff;
}
.match div:nth-of-type(1){
    text-align: right;
}
.match div:nth-of-type(5){
    text-align: left;
}
.match div span{
    float: left;
    width: 100%;
    height: 36px;
    align-items: center;
    display: grid;
}
.match div:nth-of-type(2) span:first-child, .match div:nth-of-type(4) span:first-child{
    text-decoration: underline;
}
.match div:nth-of-type(2) span:last-child, .match div:nth-of-type(4) span:last-child{
    color: #faf803;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.match div:nth-of-type(3) span:last-child{
    font-size: 19px;
}
.match div:nth-of-type(1) img, .match div:nth-of-type(5) img{
    width: 82px;
    height: 72px;
    object-fit: contain;
    margin-top: -5px;
}
.videosports{
    width: 475px;
}
.match div:nth-of-type(3) span{
    height: auto;
}

/*.boxes{
    background-image: url(../../images/desktop/cny2023/placeholder.png);
}
*/