.screen-list {
  height: 100vh;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 5px solid #ffedb4;
  background-color: #ffedb4;
}
.screen-list .logo {
    position: fixed;
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
}
.screen-list img {
    vertical-align: middle;
    border-style: none;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
}
.screen-list .el-table .cell {
    font-size: 18px;
    font-weight: bold;
}
.screen-list .el-table th .cell {
    font-size: 16px;
    padding-right: 0;
}
.screen-list .el-table th .tColumnNonPadding {
    padding-left: 0;
}
.screen-list .el-table td .cell {
    padding-right: 0;
    padding-left: 0;
}
.screen-list .screen-wrap {
    height: 100%;
    width: 50%;
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.screen-list .screen-wrap .screen {
      height: 50%;
}
.screen-list .screen-wrap .screen.h100 {
        height: 100%;
}
.screen-list .screen-wrap .screen video,
      .screen-list .screen-wrap .screen img,
      .screen-list .screen-wrap .screen .yahome-table-wrap {
        border: 5px solid #ffedb4;
}
.screen-list .yahome-table-wrap {
    background-color: #fff;
    margin-left: 30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.screen-list .yahome-table-wrap th {
      background-color: #303c50 !important;
}
.screen-list .specialName {
    padding-left: 0;
    padding-right: 0;
}
.screen-list .lower-right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 15px;
    padding-bottom: 4px;
}

