﻿@font-face {
    font-family: 'AgendaURWTBol';
    src: url(/fonts/AgendaURWTBol.ttf)
}

body {
    /* min-width: 320px; */
    max-width: 750px;
    /* flexible  10 */
    width: 10rem;
    height: 39.6rem;
    margin: 0 auto;
    font-family: Arial, Helvetica;
    background: rgb(56, 79, 195);
}

.app {
    height: 100%;
    width: 100%;
    background: url(../images/olympics/bg.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}

.app {
    position: relative;
}

.bottom-sticky {
    position: fixed;
    bottom: 0;
    height: 1.813rem;
    width: 10rem;
    background: url(../images/olympics/downloadbg.png) no-repeat;
    background-size: 100%;
}


.jump {
    padding-top: 9.89rem;
}


.video-olymics-container {
    margin-top: 0.345rem;
}

.video-olymics {
    width: 8.73rem!important;
    height: 4.23rem!important;
    border-radius: 0.35rem;
    overflow: hidden;
    background-color: black;
}

.icon-download-container {
    width: 2rem;
}
.icon-download {
    height: 1.573rem;
    width: 1.573rem;
}


.icon-downloadbtn{
   width:4.08rem;
   height:1.12rem;
}

.font-container {
    width: 3.8rem;
}

.video-ol {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例并覆盖整个区域 */
}
