.RCactivtiy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  mix-blend-mode: plus-lighter;
}
.RCactivtiy canvas {
  height: auto;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -15%);
}
@media screen and (max-aspect-ratio: 1920 / 1080) {
  .RCactivtiy canvas {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 568px) {
  .RCactivtiy canvas {
    left: 0%;
    top: 0%;
    transform: translate(-10%, 0%);
  }
}
.RCactivtiy-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  background-color: #000;
  opacity: 0.6;
}
.RCactivtiy-tanchuang {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
.RCactivtiy-tanchuang .RCactivtiy-tanchuang-tcn {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.RCactivtiy-tanchuang .RCactivtiy-tanchuang-close {
  top: calc(1% + 60px);
  right: 8%;
  font-size: 3vw;
  position: absolute;
  color: #fff;
  cursor: pointer;
  z-index: 3;
  text-shadow: 0px 0px 2px #000;
}
.RCactivtiy-tanchuang .RCactivtiy-tanchuang-close:before {
  font-family: "i";
  content: "\e687";
}
@media screen and (max-width: 1080px) {
  .RCactivtiy-tanchuang .RCactivtiy-tanchuang-close {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .RCactivtiy-tanchuang .RCactivtiy-tanchuang-close {
    font-size: 50px;
  }
}
.RCactivtiy-tanchuang .RCactivtiy-tanchuang-img {
  width: 1400px;
  width: 76vw;
  height: 35vw;
  max-height: 90vh;
}
.RCactivtiy-tanchuang .RCactivtiy-tanchuang-img img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .RCactivtiy-tanchuang .RCactivtiy-tanchuang-img {
    width: 70vw;
    height: 106vw;
  }
}
@media screen and (max-width: 768px) {
  .RCactivtiy-tanchuang .RCactivtiy-tanchuang-img {
    width: 90vw;
    height: 106vw;
  }
}
@media screen and (max-width: 568px) {
  .RCactivtiy-tanchuang .RCactivtiy-tanchuang-img {
    width: 90vw;
    height: 156vw;
  }
}
