html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wp{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;            
}
.page{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.img-wrap img {
  max-width: 100%;
}
/* .page {
  background-color: #e2ecf5;
} */
/* 箭头 */
@-webkit-keyframes start {
  0%,30% {
    opacity: 0;
    -webkit-transform: translate(0,10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0,0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
  }
}
@keyframes start {
  0%,30% {
    opacity: 0;
    transform: translate(0,10px);
  }
  60% {
    opacity: 1;
    transform: translate(0,0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -5px);
  }
}
.start{
  position: fixed;
  left: 50%;
  margin-left: -17px;
  top: 95%;
  margin-top: -34px;
  width: 34px;
  height: 34px;
}
.start i{
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -9px;
  width: 19px;
  height: 12px;
  background-size: 100% 100%;
  -webkit-animation: start 2s infinite ease-in-out;
  animation: start 2s infinite ease-in-out;
}



@font-face {
  font-family: 'iconfont';  /* project id 934283 */
  src: url('https://at.alicdn.com/t/font_934283_rjwklbuzkg.eot');
  src: url('https://at.alicdn.com/t/font_934283_rjwklbuzkg.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_934283_rjwklbuzkg.woff') format('woff'),
  url('https://at.alicdn.com/t/font_934283_rjwklbuzkg.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_934283_rjwklbuzkg.svg#iconfont') format('svg');
}
@-webkit-keyframes rotate { 
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes rotate{
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(359deg)
  }
}
.animation-100 {
  animation-duration: 0.1s;
}
.animation-200 {
  animation-duration: 0.2s;
}
.animation-300 {
  animation-duration: 0.3s;
}
.animation-400 {
  animation-duration: 0.4s;
}
.animation-500 {
  animation-duration: 0.5s;
}
.animation-600 {
  animation-duration: 0.6s;
}
.animation-700 {
  animation-duration: 0.7s;
}
.animation-800 {
  animation-duration: 0.8s;
}
.animation-900 {
  animation-duration: 0.9s;
}
.animation-1500 {
  animation-duration: 1.5s;
}
.animation-2000 {
  animation-duration: 2s;
}
.animation-3000 {
  animation-duration: 3s;
}
.animation-4000 {
  animation-duration: 4s;
}
.animation-5000 {
  animation-duration: 5s;
}
.animation-6000 {
  animation-duration: 6s;
}
.animation-7000 {
  animation-duration: 7s;
}
.animation-8000 {
  animation-duration: 8s;
}
.animation-9000 {
  animation-duration: 9s;
}
.animation-10000 {
  animation-duration: 10s;
}
.flashing {
  animation: fadeIn 0.7s ease 0s infinite alternate;
}
.pulseing {
  animation: pulse 0.7s ease 0s infinite alternate;
}
.bounceing {
  animation: bounce 1s ease 0s infinite alternate;
}
#play-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 30;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 33px;
  padding-right: 2px;
  border: 2px solid #efefef;
  text-align: center;
  -webkit-transition-duration: 1s;
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
  animation-play-state: paused;
  color: #efefef;
  box-shadow: 1px 2px 2px #777;
}
.anchorBL {
  display: none !important;
}
/*.playing {
  -webkit-transition-duration: 1s;
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
}*/
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.hide {
  display: none;
}
#map-msg {
  height: 188px;
  padding: 5px;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  padding-left: 3%;
  background-color: #f6f6f6;
}
#map {
  width: 100%;
  height: calc(100% - 188px);
}
#map-msg p{
  margin: 8px 0;
}
.red-icon {
  color: #e60000;
  margin-right: 5px;
  font-size: 18px;
}
#location-btn {
  position: absolute;
  bottom: 188px;
  right: 4px;
  color: #555;
  padding: 6px;
}

.full-bg, .photo-box {
  background-size: cover;
  background-position: center;
}
.photo-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ele-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.radius-box {
  width: 76%;
  border: 1px solid #3a3f58;
  height: 26px;
  border-radius: 13px;
  box-shadow: 0 0 2px #3a3f58;
  left: 12%;
  line-height: 26px;
  color: #3a3f58;
  font-size: 14px;
  font-weight: 600;
}
.circle-box {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -22px;
  border-radius: 50%;
  border: 2px solid #3a3f58;
  left: 50%;
  margin-left: -20px;
  line-height: 44px;
  text-align: center;
  background-color: #ecf1f7;
}
.circle-box img {
  max-width: 70%;
  vertical-align: middle;
}
.page1, .page2, .page3, .page4 {
  color: #333;
}
.text-frame {
  z-index: 2;
  width: 84%;
  height: 84%;
  position: absolute;
  top: 8%;
  left: 8%;
  background-color: rgba(255, 255, 255, .4);
  border: 2px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}

/* 动画时长辅助类 */
.animation-300 {
  -webkit-animation-duration: 300ms !important;
  animation-duration: 300ms !important;
}
.animation-500 {
  -webkit-animation-duration: 500ms !important;
  animation-duration: 500ms !important;
}
.animation-800 {
  -webkit-animation-duration: 800ms !important;
  animation-duration: 800ms !important;
}
.animation-1000 {
  -webkit-animation-duration: 1000ms !important;
  animation-duration: 1000ms !important;
}

/* Page 1 Custom Styles */
.page1 h4 {
    font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    font-weight: bold;
    letter-spacing: 2px;
}

.page1 .title-word {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.4);
}

.page1 .intro-text {
    font-size: 22px;
    font-weight: 300;
    color: #e0e0e0;
}

.page1 .highlight-text {
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 15px rgba(149, 225, 211, 0.8);
}

/* 核心地名快闪样式 */
.page1 .place-name {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(255,255,255,0.9), 0 0 40px rgba(149, 225, 211, 0.6);
    letter-spacing: 5px;
}

/* 最终定格画面容器 - 重构版 */
.page1 .final-frame {
    /* Reset previous styles */
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

/* 蓝色科技感背景 */
.final-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 90%, #0066cc, #001a33 60%, #000d1a 100%);
    z-index: 10;
    overflow: hidden;
}

/* 光束效果 */
.final-bg-overlay::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0.03) 0deg,
        rgba(255, 255, 255, 0.03) 5deg,
        transparent 5deg,
        transparent 15deg
    );
    animation: rotateRays 60s linear infinite;
}

@keyframes rotateRays {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 中国人寿Logo绘制 */
.cl-logo-graphic {
    width: 40px;
    height: 40px;
    position: relative;
}

.cl-c {
    width: 100%;
    height: 100%;
    border: 6px solid #00b050; /* 品牌绿 */
    border-radius: 50%;
    border-right-color: transparent;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.cl-ball {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff, #ccc, #666);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* 水印文字 */
.final-watermark {
    font-size: 40px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.05);
    letter-spacing: 5px;
    font-family: 'Times New Roman', serif;
    transform: scaleX(1.5);
}

/* 竖排邀请函 */
.final-vertical-text {
    display: inline-block;
    writing-mode: vertical-rl;
    font-size: 60px;
    font-family: 'KaiTi', 'STKaiti', 'SimSun', serif;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(0, 100, 255, 0.6);
    letter-spacing: 10px;
    background: linear-gradient(to bottom, #fff 0%, #e6f7ff 50%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page1 .final-invite {
    font-size: 20px;
    color: #e0e0e0;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 3px;
}

.page1 .final-main-title {
    font-size: 40px;
    color: #fce38a; /* 流沙金 */
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgba(252, 227, 138, 0.6);
    font-weight: bold;
    letter-spacing: 5px;
}

.page1 .final-sub-title {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    font-weight: 500;
    letter-spacing: 2px;
}
/* Page 2 Styles */
.page2 .page2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Page 2 Planet/Dome */
.page2-dome {
    position: absolute;
    bottom: -100px; /* Adjust to show just the top part */
    left: 10%;
    width: 80%;
    height: 250px;
    border-radius: 50% 50% 0 0;
    background: radial-gradient(circle at 50% 0%, #0055ff, #001a33 70%);
    box-shadow: 0 0 50px rgba(0, 85, 255, 0.4);
    z-index: 2;
    opacity: 0.8;
}

.page2-dome::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -10%;
    width: 120%;
    height: 2px;
    background: radial-gradient(circle at 50% 50%, #fff, transparent 80%);
    box-shadow: 0 0 10px #fff;
    opacity: 0.8;
}

/* Page 2 Typography */
.page2-title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.page2-subtitle {
    font-size: 16px;
    color: #e0e0e0;
    font-weight: 300;
    letter-spacing: 1px;
}

.page2-invitation-title {
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.page5 .text-frame{
  background-color: inherit;
  z-index: 20;
}
.radius {
  border-radius: 8px;
  overflow: hidden;
}