#big-screen {
  width: 100%;
  height: 100%;
  background-color: #030409;
  color: #fff;
}

#bs-top-header {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}

#big-screen #dv-full-screen-container {
  background-image: url('../images/bsbg.png');
  background-size: 100% 100%;
  box-shadow: 0 0 3px blue;
  display: flex;
  flex-direction: column;
}

#bs-top-header .header-center-decoration {
  width: 40%;
  height: 60px;
  margin-top: 30px;
}
#bs-top-header .header-left-decoration,
#bs-top-header .header-right-decoration {
  width: 25%;
  height: 60px;
}
#bs-top-header .center-title {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

#big-screen .bs-main-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#digital-flop {
  position: relative;
  height: 26%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(6, 30, 93, 0.5);
}

#digital-flop .dv-decoration-10 {
  position: absolute;
  width: 95%;
  left: 2.5%;
  height: 5px;
  bottom: 0px;
}

#digital-flop .digital-flop-item {
  width: 20%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 3px solid #061e5d;
  border-right: 3px solid #061e5d;
}

#digital-flop .digital-flop-title {
  font-size: 20px;
  margin-bottom: 20px;
}

#digital-flop .digital-flop {
  display: flex;
}

#digital-flop .unit {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: 13px;
}

#scroll-board {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 0 20px;
  height: 650px;
  overflow: hidden;
  font-size: 30px;
}