<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  overflow-x: hidden;
}

.screenFix {
  position: fixed;
  bottom: 32px;
  right: 16px;
  z-index: 9999;
  width: 274px;
}

.screenFix,
.screenFix__link,
.screenFix__close {
  transition: all 0.5s ease 0s;
}

.screenFix__link:hover {
  opacity: .84;
}

.screenFix__close:hover {
  opacity: .7;
}

.screenFix__inner {
  position: relative;
}

.screenFix__link {
  cursor: pointer;
}

.screenFix__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}


#main_content {
  z-index: 9998;
}

.mv {
  position: relative;
}
.mv__img {
  height: auto;
  width: 100%;
}
.mv__capIn {
  bottom: 10px;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  right: 10px;
}

.capArea {
  background: #fff;
}
</pre></body></html>