body {
    display: block;
    margin: 8px;
}
select{
    width: 100%;
    height: 100%;
    font-size: 15px;
}
.makeStyles-root-3 {
    grid-column-end: 3;
    grid-column-start: 1;
}

.makeStyles-root-1 {
    display: grid;
}

@media (min-width: 0px){
    .makeStyles-root-1 {
        gap: 8px;
        margin: 8px;
        grid-template-columns: 1fr;
    }
}

.makeStyles-root-3 {
    display: flex;
    overflow: hidden;
    min-height: calc(min(416px, 100vh - 16px));
}
.MuiPaper-elevation1 {
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.MuiPaper-rounded {
    border-radius: 4px;
}
.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}
.makeStyles-root-6 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 620px;
}

@media (min-width: 600px){
    .makeStyles-root-6 {
        flex: 1;
        border-right-color: rgba(0, 0, 0, 0.12);
        border-right-style: solid;
        border-right-width: 1px;
    }
}

.makeStyles-sourcePlayback-7 {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.makeStyles-root-8 {
    flex: 1;
    position: relative;
    max-width: 620px;
}
.makeStyles-render-9 {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.makeStyles-stats-10 {
    top: 0;
    left: 0;
    color: #fff;
    right: 0;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.48);
}
.MuiTypography-caption {
    font-size: 0.95rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
}
.MuiTypography-root {
    margin: 0;
}
.camera-select{
    font-size: 25px;
}

table{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-collapse: collapse; /*设置单元格的边框合并为1*/
}
td, th{
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 30px;
}

/************************************************背景图片***********************************************/
.backgroundButton {
    width: 58px;
    border: 2px solid transparent;
    height: 58px;
    padding: 0;
    min-width: 58px;
    align-items: stretch;
    margin-right: 8px;
    margin-bottom: 8px;
    transition-duration: 200ms;
    transition-property: transform, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.backgroundImg {
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px;
    border-radius: 4px;
    object-fit: cover;
}

.backgroundButton img:hover{
    border: dimgrey solid 1px;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    padding: 16px;
}


