.s8-container {
  position: relative;
  width: 1200px;
  height: 620px;
  overflow: hidden;
  background: url(/source/plugin/s8_app/images/pc_bg.jpg) center / cover;
}

.s8-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 620px;
  background: url("/source/plugin/s8_app/images/intro_new/mask.png") center center / 100% 100% no-repeat;
  opacity: 10;
  z-index: 1;
  pointer-events: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 44px;
  height: 44px;
  border-radius: 0.5em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.title1 {
  font-size: 36px;
}
.title2 {
  font-size: 56px;
}
.title3, .title4 {
  font-size: 24px;
}
.home-title, footer {
  font-size: 16px;
}

.box-shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
}

.text-shadow-sm {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.home-title {
  background: rgba(176, 0, 0, 0.5);
  color: #fff;
}

.home-link {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fe373c;
}

.qrcode-corner {
  background: 
    url(../images/corner/1.svg) top left no-repeat,
    url(../images/corner/2.svg) top right no-repeat,
    url(../images/corner/3.svg) bottom left no-repeat,
    url(../images/corner/4.svg) bottom right no-repeat;
}

.qrcode {
  padding: 12px;
  border-radius: 12px;
}

.qrcode-text {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ddd;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0 2px 10px rgba(56, 56, 56, 0.2);
}

.text-gallery {
  color: #ebebeb;
}

.text-red-orange {
  color: #fe373c;
}

footer {
  color: #fff;
}

.intro-new-page {
  width: 1200px;
  height: 620px;
  margin: 0 auto;
  background: url('/source/plugin/s8_app/images/intro_new/bg.png') center center / cover no-repeat;
  position: relative;
  color: #fff;
  z-index: 1;
}

.intro-center-only {
  position: absolute;
  left: 350px;
  top: 53px;
  width: 525px;
  height: 523px;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
  z-index: 2;
}

.intro-main-title span {
  color: #b678ff;
  text-shadow: 1px 1px 4px #fff;
}

.intro-qrcode-corner {
  width: 230px;
  height: 230px;
  margin: 8px auto 12px;
  padding: 12px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .22);
  border-radius: 18px;
}

.intro-qrcode {
  width: 206px;
  height: 206px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-qrcode canvas,
.intro-qrcode img {
  width: 206px !important;
  height: 206px !important;
}

.intro-qrcode-error {
  color: #fff;
  font-size: 16px;
}

.intro-scan-tip {
  display: inline-block;
  min-width: 430px;
  background: rgba(0, 0, 0, .58);
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}

.intro-scan-tip span {
  color: #ff3131;
  font-weight: bold;
  margin: 0 6px;
}

.intro-content-img {
  width: 480px;
  display: block;
  margin: 0 auto 6px;
}

.intro-left-panel {
  position: absolute;
  left: 50px;
  top: 53px;
  width: 225px;
  height: 523px;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 0;
  z-index: 9999;
  pointer-events: auto;
}

.intro-left-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  margin-bottom: 18px;
}

.intro-domain-box {
  width: 170px;
  margin: 0 auto;
  position: relative;
  padding: 14px 0;
}

.intro-domain-box p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

.intro-save-tip {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}

.corner {
  position: absolute;
  width: 22px;
  height: 22px;
}

.corner.lt {
  left: -8px;
  top: 0;
}

.corner.rt {
  right: -8px;
  top: 0;
}

.corner.lb {
  left: -8px;
  bottom: 0;
}

.corner.rb {
  right: -8px;
  bottom: 0;
}

.intro-mail-box {
  margin-top: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.intro-mail-box p {
  margin: 0;
}

.intro-mail-box span {
  font-size: 12px;
  margin-left: 4px;
}

.intro-left-btn {
  display: block;
  margin-top: 10px;
  position: relative;
  z-index: 10000;
  pointer-events: auto;
}

.intro-left-btn img {
  width: 185px;
  display: block;
  margin: 0 auto;
}

.copy-email-btn {
  color: #fff;
  font-size: 12px;
  margin-left: 4px;
  text-decoration: none;
  position: relative;
  z-index: 10000;
  pointer-events: auto;
}

.copy-email-btn:hover {
  color: #fff;
  text-decoration: underline;
}

#copyEmailBtn,
#favoriteBtn,
#saveShotBtn {
  position: relative;
  z-index: 10000;
  pointer-events: auto;
}

.intro-right-panel {
  position: absolute !important;
  right: 40px !important;
  top: 58px !important;
  width: 230px !important;
  height: 530px !important;
  text-align: center !important;
  z-index: 30 !important;
}

.intro-right-title {
  width: 230px !important;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  margin-bottom: 8px;
}

.intro-right-btn {
  display: block;
  margin: 8px auto 0;
}

.intro-right-btn img {
  width: 190px;
  display: block;
  margin: 0 auto;
}

.intro-right-qr-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.intro-right-qr-text {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000;
}

.intro-right-qr-text-ios {
  color: #777;
  font-size: 17px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000;
}

.intro-right-qr {
  width: 125px;
  height: 125px;
  display: block;
  background: #fff;
}

.intro-domain-btn {
  display: block;
  margin-top: 12px;
}

.intro-domain-btn img {
  width: 210px;
  display: block;
  margin: 0 auto;
}

#androidQrCode canvas {
  width: 125px;
  height: 125px;
  display: block;
}

#androidQrCode {
  visibility: hidden;
}

#androidQrCode.qr-ready {
  visibility: visible;
}