article {
  position: relative;
}

article .bg {
  display: block;
  width: 100%;
  height: 40.625vw;
  object-fit: cover;
}

article .box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.appbox {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.content {
  display: flex;
  column-gap: 2.60417vw;
  justify-content: space-between;
}

.content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title {
  color: #FC4C02;
  font-size: 5.20833vw;
  font-family: SourceSansPro, Arial, sans-serif;
}

#itemsbox {
  width: 26.04167vw;
}

#itemsbox .item {
  color: #ffffff;
  font-size: 1.14583vw;
  font-family: SourceSansPro, Arial, sans-serif;
  cursor: pointer;
  line-height: 2;
  padding-left: 0.52083vw;
}

#itemsbox .item.active {
  color: #003594;
  pointer-events: none;
}

#itemsbox .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.swout {
  position: relative;
  width: 33.95833vw;
  height: 24.21875vw;
}

.myswiper {
  width: 33.95833vw;
  height: 24.21875vw;
}

.myswiper img {
  display: block;
  width: 33.95833vw;
  height: 24.21875vw;
  object-fit: cover;
}

.swiper-button-prev {
  left: -2.08333vw;
}

.swiper-button-next {
  right: -2.08333vw;
}

#smallitems {
  margin-top: 1.04167vw;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.45833vw;
  row-gap: 0.78125vw;
}

#smallitems .item {
  width: 5.625vw;
  height: 3.95833vw;
  cursor: pointer;
  position: relative;
}

#smallitems .item img {
  display: block;
  width: 100%;
  height: 100%;
}

#smallitems .item.active {
  pointer-events: none;
  outline: 0.20833vw solid #007bff;
}

.nodata {
  font-size: 1.5625vw;
  color: #fff;
  font-family: SourceSansPro, Arial, sans-serif;
}

#viewerbox {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.85) !important;
}