* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "ScalaOT", "PingFang SC", "Helvetica", "微软雅黑",
    "Microsoft YaHei", "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  font-weight: 300;
  color: #2a2a2a;
  /* -webkit-overflow-scrolling: auto; */
}
@font-face {
  font-family: "ScalaOT";
  src: url("./fonts/ScalaOT-Regular.ttf");
}
@font-face {
  font-family: "SourceHanSerifSC-Heavy";
  src: url("./fonts/SourceHanSerifCN-Heavy.subset.ttf");
}
p,
h1,
h2,
h3,
h4,
a {
  margin: 0;
  font-weight: 300;
}

a,
a:visited,
a:hover {
  color: #f30;
  text-decoration: none;
  /* border-bottom: 1px solid currentColor; */
}

div,
a,
img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

html {
  width: 100%;
}
body {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
body.canscroll {
  overflow: hidden;
}

.fadeWord {
  opacity: 0;
}
.active .fadeWord {
  opacity: 1;
  animation: fadeInWord 3s;
}
@keyframes fadeInWord {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#scaleContainer,
#scaleContainer-top {
  /*	width: 1280px;
	height: 800px; */
  position: fixed;
  top: 0;
  z-index: 1;
  /*background: red;*/
  width: 100%;
  height: 100%;
  transform: translate(0px, 0);
}
#scaleContainer-top {
  z-index: 101;
}
#scaleContainer > *,
#scaleContainer-top > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
#scaleContainer .active {
  /* display: block; */
}
.between {
  display: block !important;
}
#scaleContainer .border {
  pointer-events: none;
  border: 20px solid;
  border-image-slice: 1;
  /*border-image-source: linear-gradient(to bottom, #0E4445, #1C6E5E);*/
}

.mobile #scaleContainer .border {
  border: 0px solid;
}
.pc #scaleContainer .border {
  border: 0px solid;
}

#scaleContainer > *,
#scaleContainer-top > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  /* display: none; */
  transform-origin: center;
}

#scaleContainerNoMargin {
  /*	width: 1280px;
	height: 800px; */
  position: fixed;
  z-index: 1;
  /*background: red;*/
  overflow: hidden;
}

#scaleContainerNoMargin > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  transform-origin: center;
  transform: translateY(0) scale(1.02);
}

#mysvg circle.active {
  animation: circle-radius-dance 3s 1 linear;
}
@keyframes circle-radius-dance {
  0% {
    r: 3;
  }
  25% {
    r: 40;
  }
  50% {
    r: 3;
  }
  75% {
    r: 20;
  }
  100% {
    r: 5;
  }
}

#home {
  /* background: linear-gradient(to bottom, #0E4445, #207768); */
  /* background: #0E4445; */
  background: linear-gradient(#d6b362 50%, #d6b362 50%);
  top: 0;
}
#home-scale-container {
  background:#d6b362;
  background-size: auto 100%;
}

.children-container > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#between-home-establish {
  height: calc(40% + 1px);
  top: 100%;
  background-image: linear-gradient(#d6b362, #de5a55);
}
#between-establish-growing {
  height: calc(40% + 1px);
  top: 240%;
  background-image: linear-gradient(#de5a55, #E67C6E);
}
#between-growing-belief {
  height: calc(40% + 1px);
  top: 380%;
  background-image: linear-gradient(#E67C6E, #f39454);
}
#between-belief-pledge {
  height: calc(40% + 1px);
  top: 520%;
  background-image: linear-gradient(#f39454, #ffa82a);
}
#between-pledge-youth {
  height: calc(40% + 1px);
  top: 660%;
  background-image: linear-gradient(#ffa82a, #ff7c34);
}
#between-youth-powerful {
  height: calc(40% + 1px);
  top: 800%;
  background-image: linear-gradient(#ff7c34, #EC6464);
}
#between-powerful-end {
  height: calc(40% + 1px);
  top: 940%;
  background-image: linear-gradient(#EC6464, #de5a55);
}
#home > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#home .home_bg {
  background: url("../img/home/bg.jpg") no-repeat center center / 100% auto;
}

.short-building {
  width: 100% !important;
  height: calc(100% + 1px) !important;
  margin: 0 !important;
  padding: 0;
}
#home .short-building .home_bg {
  background: url("../img/home/pc/bg.jpg") no-repeat center center / 101% 101%;
}
.pc #home-scale-container {
  background: #d6b362;
  background-size: 100% 100%;
}
.pc #home .home_bg {
  background: url("../img/home/pc/bg.jpg") no-repeat center center / 101% auto;
}

#home-top {
  top: 0;
  display: block;
}
#home > *,
#home-top > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#lang-switch {
  pointer-events: auto;
  position: absolute;
  left: 2rem;
  top: 10px;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'SourceHanSerifSC-Heavy';
}
#lang-switch i {
  display: inline-block;
  height: 2.5rem;
  width: 8px;
  margin: 0 12px;
  background-color: #fff;
}
.pc #lang-switch {
  position: absolute;
  top: 4rem;
  left: unset;
  right: 2rem;
  font-size: 1.4rem;
  color: #fff;
}
.pc #lang-switch i {
  display: inline-block;
  height: 1.4rem;
  width: 5px;
  margin: 0 12px;
  background-color: #fff;
}
.pc #lang-switch .link {
  cursor: pointer;
}
.pcTips { 
  display: none;
}
.pc .pcTips {
  position: absolute;
  right: 2rem;
  top: 7rem;
  font-size: 1.4rem;
  pointer-events: auto;
  color: #fff;
  display: inline-block;
  text-align: right;
  cursor: pointer;
}

@keyframes glow {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.5;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}
.page_title {
  position: absolute;
  top: 10%;
  left: 16%;
  height: 56px;
  line-height: 56px;
  font-size: 2rem;
  padding: 0 1.4rem;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 5px 5px 0px 1px rgba(1, 0, 0, 0.23);
  font-family: "ScalaOT";
  font-weight: bold;
  text-align: center;
  color: #de5a55;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.pc .page_title {
  position: absolute;
  top: 10%;
  left: 26%;
  height: 48px;
  line-height: 48px;
  font-size: 1.4rem;
}
.page_title i {
  display: inline-block;
  height: 1.4rem;
  width: 2px;
  margin: 0 5px;
  background-color: #de5a55;
}
.page_footer {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 99;
  width: 100%;
  height: 5rem;
  background: url("../img/page1/pc/footer.png") no-repeat center right / auto
    100%;
  margin-right: -2.5rem;
}
.timeline_box {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  left: 10%;
  width: 80%;
}
.pc .timeline_box {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  left: 26%;
  width: 58%;
}
.timeline_box .line_dot {
  position: absolute;
  left: 7px;
  top: 30px;
  width: 2px;
  height: 280px;
  background: #fcfafa;
}
.timeline_box .timeline {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fcfafa;
  font-family: "ScalaOT";
  margin-top: 2rem;
  margin-bottom: 4rem;
  opacity: 0;
}
.pc .timeline_box .timeline {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 3rem;
}
.timeline_box .timeline.step_two {
  margin-bottom: 2rem;
}
.timeline_box .timeline i {
  position: absolute;
  top: 15px;
  left: 0;
}
.timeline_box .timeline i::after {
  display: block;
  content: " ";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fcfafa;
}
.timeline_box .timeline strong {
  font-size: 4rem;
  font-family: 'SourceHanSerifSC-Heavy';
  font-style: normal;
  font-weight: bold;
  margin-left: 30px;
  width: 185px;
  display: inline-block;
}
.timeline_box .timeline_content {
  display: inline-block;
  position: absolute;
  left: 220px;
  top: 0.8rem;
}
.pc .timeline_box .timeline_content {
  top: 0.5rem;
}
.pc .timeline_box .step_one .timeline_content {
  top: 1rem;
}
.timeline_box .timeline_content .highlight {
  padding: 2px 2px;
  line-height: 2.5rem;
}
.timeline_box .timeline_content .highlight.active {
  background: rgba(254, 178, 174, 0.75);
}
.timeline_box .timeline_tip {
  margin-left: 220px;
  bottom: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "ScalaOT";
  margin-bottom: 2rem;
  color: #feb2ae;
  opacity: 0;
}
.pc .timeline_box .timeline_tip {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.timeline_box .step_arrow {
  margin-left: 220px;
  bottom: 0;
  font-family: "ScalaOT";
  margin-top: 9rem;
  margin-bottom: 1rem;
  opacity: 0;
}
.timeline_box .step_arrow .arrow_icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../img/page1/pc/arrow.png") no-repeat top center/ 100% auto;
  margin-left: 7rem;
}
.pc .timeline_box .step_arrow {
  margin-top: 3rem;
}
.pc .timeline_box .step_arrow .arrow_icon {
  margin-left: 6rem;
}
#establish-scale-container {
  pointer-events: auto;
}
#establish {
  background: #de5a55;
  top: 140%;
}
#establish-top {
  top: 140%;
  display: block;
}
#establish > *,
#establish-top > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#establish .establish_bg {
  position: relative;
}
#establish .establish_img {
  background: url("../img/page1/pc/image.jpg") no-repeat center / contain;
}
#establish .establish_chart {
  background: rgba(222, 90, 85, 0.75);
  z-index: 10;
}
.pc #establish .establish_bg {
  position: relative;
}
.pc #establish .establish_img {
  background: url("../img/page1/pc/image.jpg") no-repeat no-repeat center bottom /
    auto 80%;
}
.pc #establish .establish_chart {
  background: rgba(222, 90, 85, 0.75);
  z-index: 10;
}
#establish .establish_bg .page_footer {
  background: url("../img/page1/pc/footer.png") no-repeat center right / auto 59%;
}
.pc #establish .establish_bg .page_footer {
  background: url("../img/page1/pc/footer.png") no-repeat center right / auto 70%;
}
/* Growing */
#growing {
  background: #E67C6E;
  top: 280%;
}
#growing > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#growing .page_title {
  color: #E67C6E;
}
#growing .page_title i {
  background-color: #E67C6E;
}
#growing .growing_bg .page_footer {
  background: url("../img/page2/pc/footer.png") no-repeat center right / auto
  84%;
}
#growing .growing_bg {
  position: relative;
  background: url("../img/page2/pc/image.jpg") no-repeat center / contain;
}
.pc #growing .growing_bg {
  position: relative;
  background: url("../img/page2/pc/image.jpg") no-repeat center bottom / auto
    80%;
}
.pc #growing .growing_bg .page_footer {
  background: url("../img/page2/pc/footer.png") no-repeat center right / auto
    100%;
  bottom: 5%;
}
#growing .growing_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #fff;
}
.pc #growing .growing_img {
  top: 2%;
}
#growing .growing_timepoint {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70%;
  margin: 0 0.2rem;
  opacity: 0;
}
.pc #growing .growing_timepoint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 8rem;
  margin: 0 0.2rem;
  opacity: 0;
}
#growing .growing_timepoint .photo{
  width: 15rem;
  height: 20rem;
  border-radius: 50%;
  position: relative;
}
.pc #growing .growing_timepoint .photo{
  width: 5rem;
  height: 10rem;
  border-radius: 50%;
  position: relative;
}
#growing .growing_timepoint .photo::after {
  display: block;
  content: " ";
  position: absolute;
  left: calc((100% - 8px)/2);
  top: 17.5rem;
  width: 8px;
  height: 40px;
  background: #EFABA3;
}
.pc #growing .growing_timepoint .photo::after {
  left: calc((100% - 5px)/2);
  top: 7.5rem;
  width: 5px;
}
#growing .growing_timepoint .photo.place_bottom::after {
  top: 0;
}
#growing .growing_timepoint .photo.year_1935{
  background: url("../img/page2/pc/1935.png") no-repeat center center/ 100% auto;
}
#growing .growing_timepoint .photo.year_1957{
  background: url("../img/page2/pc/1957.png") no-repeat center center/ 100% auto;
}
#growing .growing_timepoint .photo.year_1979{
  background: url("../img/page2/pc/1979.png") no-repeat center center/ 100% auto;
}
#growing .growing_timepoint .photo.year_1998{
  background: url("../img/page2/pc/1998.png") no-repeat center center/ 100% auto;
}
#growing .growing_timepoint .photo.year_2016{
  background: url("../img/page2/pc/2016.png") no-repeat center center/ 100% auto;
}
#growing .growing_timepoint .photo.year_2021{
  background: url("../img/page2/pc/2021.png") no-repeat center center/ 100% auto;
}
#growing .growing_timepoint .arrow_icon {
  display: flex;
  justify-content: center;
  width: 90%;
  height: 3rem;
  line-height: 3rem;
  background: url(../img/page2/pc/arrow.png) no-repeat center center/ 100% 100%;
  font-size: 2.4rem;
  font-style: normal;
  font-family: 'SourceHanSerifSC-Heavy';
}
.pc #growing .growing_timepoint .arrow_icon{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1.4rem;
  line-height: 1.4rem;
  background: url(../img/page2/pc/arrow.png) no-repeat center center/ 100% 100%;
  font-size: 1.2rem;
  font-style: normal;
}
#growing .growing_timepoint .text {
  height: 20rem;
  width: 100%;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-family: "ScalaOT";
  display: inline-flex;
  align-items: flex-start;
  padding-top: 20px;
}
.pc #growing .growing_timepoint .text{
  height: 10rem;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-family: "ScalaOT";
  display: inline-flex;
  align-items: flex-start;
  padding-top: 10px;
}
#growing .growing_timepoint .text.place_top{
  align-items: flex-end;
  padding-top: 0px;
  padding-bottom: 20px;
}
.pc #growing .growing_timepoint .text.place_top{
  align-items: flex-end;
  padding-top: 0px;
  padding-bottom: 10px;
}
/* Belief*/
#belief {
  background: #f39454;
  /*background: url('../img/bg/establish.png') no-repeat center / cover;*/
  top: 420%;
}
#belief > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#belief .page_title {
  color: #f39454;
}
#belief .page_title i {
  background-color: #f39454;
}
#belief .belief_bg {
  position: relative;
}
#belief .belief_img {
  display: flex;
  justify-content: space-evenly;
}
#belief .belief_img .sign_circle {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #e6620e;
  border: 5px solid rgba(255, 231, 194, 0.2);
  position: absolute;
  top: 30%;
  z-index: 4;
  display: none;
}
#belief .belief_img .sign_circle.m-active {
  border: 5px solid rgba(255, 231, 194, 0.9);
  width: 16rem;
  height: 16rem;
  left: 33% !important;
  top: 25% !important;
  z-index: 5;
}

#belief .belief_img .sign_circle.sign_one {
  background: url("../img/page3/pc/1.png") no-repeat center / 65% auto #e6620e;
  left: auto;
}
#belief .belief_img .sign_circle.sign_two {
  background: url("../img/page3/pc/2.png") no-repeat center / 65% auto #e6620e;
  left: 12%;
}
#belief .belief_img .sign_circle.sign_three {
  background: url("../img/page3/pc/3.png") no-repeat center / 65% auto #e6620e;
  left: 72%;
}

.pc #belief .belief_img .sign_circle {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #e6620e;
  border: 5px solid rgba(255, 231, 194, 0.2);
  position: absolute;
  top: 26%;
  z-index: 4;
  display: none;
}
.pc #belief .belief_img .sign_circle.active {
  border: 5px solid rgba(255, 231, 194, 0.9);
}

.pc #belief .belief_img .sign_circle.sign_one {
  background: url("../img/page3/pc/1.png") no-repeat center / 65% auto #e6620e;
  left: 20%;
}
.pc #belief .belief_img .sign_circle.sign_two {
  background: url("../img/page3/pc/2.png") no-repeat center / 65% auto #e6620e;
  left: 43%;
}
.pc #belief .belief_img .sign_circle.sign_three {
  background: url("../img/page3/pc/3.png") no-repeat center / 65% auto #e6620e;
  left: 65%;
}

.panel .play {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.panel .play .play_icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../img/page3/pc/play.png") no-repeat center / cover;
  margin-right: 5px;
}
.pc .panel .play .play_icon {
  width: 1rem;
  height: 1rem;
}

.pc #belief .belief_bg {
  z-index: 2;
}
#belief .belief_bg .page_footer {
  background: url("../img/page3/pc/footer.png") no-repeat center center / auto
    70%;
  right: 3%;
}
.pc #belief .belief_bg .page_footer {
  background: url("../img/page3/pc/footer.png") no-repeat center center / auto
    100%;
  width: 100%;
  right: 0%;
  bottom: 26%;
  margin-right: 0;
}
.pc #belief .belief_img {
  z-index: 1;
}
.pc #belief .belief_img .line {
  z-index: 2;
  background: url("../img/page3/pc/line.png") no-repeat center top / cover;
  position: absolute;
  bottom: 37%;
  left: 26%;
  width: 46%;
  height: 0;
}

/* Pledge */
#pledge {
  background: #ffa82a;
  top: 560%;
}
#pledge > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#pledge .page_title {
  color: #ffa82a;
}
#pledge .page_title i {
  background-color: #ffa82a;
}
#pledge .pledge_bg .page_footer {
  background: url("../img/page4/pc/footer.png") no-repeat center right / auto 75%;
  right: 9%;
}
#pledge .pledge_bg {
  position: relative;
  background: url("../img/page4/pc/image.jpg") no-repeat center / contain;
}
.pc #pledge .pledge_bg {
  position: relative;
  background: url("../img/page4/pc/image.jpg") no-repeat center bottom / auto
    80%;
}
.pc #pledge .pledge_bg .page_footer {
  background: url("../img/page4/pc/footer.png") no-repeat center right / auto
    100%;
  bottom: 5%;
}
#pledge .pledge_bg .chart_title {
  position: absolute;
  top: 18%;
  right: 25%;
  color: #fff;
  font-size: 1.4rem;
  z-index: 99;
  display: none;
}
.pc #pledge .pledge_bg .chart_title {
  top: 20%;
}
#pledge .pledge_bg .chart_title span {
  font-size: 1rem;
}

/* Youth */
#youth {
  background: #ff7c34;
  top: 700%;
}
#youth > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#youth .page_title {
  color: #ff7c34;
}
#youth .page_title i {
  background-color: #ff7c34;
}
#youth .youth_bg {
  position: relative;
}
#youth .youth_bg .page_footer {
  background: url("../img/page5/pc/footer.png") no-repeat center center / auto 47%;
  right: 5%;
}

.pc #youth .youth_bg .page_footer {
  background: url("../img/page5/pc/footer.png") no-repeat center right / auto
    65%;
  right: 10%;
  bottom: 8%;
}

#youth .youth_img {
  display: flex;
  justify-content: space-evenly;
}
#youth .youth_img .event_image {
  width: 30rem;
  height: 49rem;
  position: absolute;
  top: 20%;
  z-index: 4;
  opacity: 0;
}

#youth .youth_img .event_image.event_one {
  background: url("../img/page5/pc/1.png") no-repeat center / 100% auto;
}
#youth .youth_img .event_image.event_two {
  background: url("../img/page5/pc/2.png") no-repeat center / 100% auto;
}
#youth .youth_img .event_image.event_three {
  background: url("../img/page5/pc/3.png") no-repeat center / 100% auto;
}
#youth .youth_img .event_image.event_four {
  background: url("../img/page5/pc/4.jpg") no-repeat center / 100% auto;
}
#youth .youth_img .event_image.event_five {
  background: url("../img/page5/pc/5.jpg") no-repeat center / 100% auto;
}
#youth .youth_img .event_image.event_six {
  background: url("../img/page5/pc/6.jpg") no-repeat center / 100% auto;
}
.pc #youth .youth_img .event_image {
  width: 18rem;
  height: 29.5rem;
  position: absolute;
  top: 26%;
  z-index: 4;
  opacity: 1;
}
.pc #youth .youth_img .event_image::after {
  display: block;
  content: " ";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
}
.pc #youth .youth_img .event_image.active::after {
  display: none;
}

.pc #youth .youth_img .event_image.event_one {
  background: url("../img/page5/pc/1.png") no-repeat center / 100% auto;
  left: 20%;
}
.pc #youth .youth_img .event_image.event_two {
  background: url("../img/page5/pc/2.png") no-repeat center / 100% auto;
  left: 41%;
}
.pc #youth .youth_img .event_image.event_three {
  background: url("../img/page5/pc/3.png") no-repeat center / 100% auto;
  left: 62%;
}
.pc #youth .youth_img .event_image.event_four {
  background: url("../img/page5/pc/4.jpg") no-repeat center / 100% auto;
  left: 20%;
  display: none;
}
.pc #youth .youth_img .event_image.event_five {
  background: url("../img/page5/pc/5.jpg") no-repeat center / 100% auto;
  left: 41%;
  display: none;
}
.pc #youth .youth_img .event_image.event_six {
  background: url("../img/page5/pc/6.jpg") no-repeat center / 100% auto;
  left: 62%;
  display: none;
}
.pc #youth .youth_bg {
  position: relative;
}

/* Powerful */
#powerful {
  background: #EC6464;
  top: 840%;
}
#powerful > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#powerful .page_title {
  color: #EC6464;
}
#powerful .page_title i {
  background-color: #EC6464;
}
#powerful .powerful_bg .page_footer {
  background: url("../img/page6/footer.png") no-repeat center right / auto 77%;
  right: 10%;
}
#powerful .powerful_bg {
  position: relative;
  background: url("../img/page6/image.jpg") no-repeat center / contain;
}
.pc #powerful .powerful_bg {
  position: relative;
  background: url("../img/page6/image.jpg") no-repeat center bottom / auto
    80%;
}
.pc #powerful .powerful_bg .page_footer {
  background: url("../img/page6/footer.png") no-repeat center right / auto
    100%;
  bottom: 5%;
}
#powerful .powerful_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  width: 100%;
  font-family: 'ScalaOT';
  opacity: 0;
}
#powerful .powerful_img .quota_left {
  height: 3rem;
  width: 80%;
  background: url("../img/page6/quota_left.png") no-repeat center left / auto 100%;
}

#powerful .powerful_img .quota_right {
  height: 3rem;
  width: 80%;
  background: url("../img/page6/quota_right.png") no-repeat center right / auto 100%;
}
#powerful .powerful_img .quota_content {
  padding: 1.5rem;
  width: 80%;
  min-height: 15rem;
  font-size: 2rem;
  line-height: 3rem;
}
#powerful .powerful_img .quota_footer {
  padding-top: 2rem;
  padding-left: 8rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
#powerful .powerful_img .quota_footer .quota_author {
  font-size: 2rem;
  line-height: 3rem;
}

.pc #powerful .powerful_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  width: 70%;
  margin: 0 15%;
  font-family: 'ScalaOT';
  opacity: 0;
}
.pc #powerful .powerful_img .quota_left {
  height: 3rem;
  width: 70%;
  background: url("../img/page6/quota_left.png") no-repeat center left / auto 100%;
}
.pc #powerful .powerful_img .quota_right {
  height: 3rem;
  width: 70%;
  background: url("../img/page6/quota_right.png") no-repeat center right / auto 100%;
}
.pc #powerful .powerful_img .quota_content {
  padding: 1.5rem;
  width: 70%;
  min-height: 9rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.pc #powerful .powerful_img .quota_footer {
  padding-top: 1.5rem;
  padding-left: 50%;
  font-size: 1rem;
  line-height: 1.2rem;
}
.pc #powerful .powerful_img .quota_footer .quota_author {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
/* end */
#end {
  background: #de5a55;
  top: 980%;
  height: 100%;
  overflow: show;
}
#end-top {
  /* display: block; */
  top: 980%;
  height: 100%;
  overflow: show;
}
#end > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#end .end_bg {
  position: relative;
  top: 10%;
}
#end .end_bg .end_content {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-family: "ScalaOT";
}
.pc #end .end_bg .end_content {
  width: 35%;
  margin: 0 auto;
  color: #fff;
  font-family: "ScalaOT";
}
#end .end_bg .end_content .header {
  font-family: "ScalaOT";
  font-size: 1.5rem;
  border-bottom: 1px dashed #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.pc #end .end_bg .end_content .header {
  font-size: 1.4rem;
}
#end .end_bg .end_content .creator_list {
  line-height: 150%;
  font-size: 1.3rem;
}
.pc #end .end_bg .end_content .creator_list {
  font-size: 1rem;
}
#end .end_bg .end_content .creator_list li {
  list-style: disc;
  list-style-position: inside;
}
#end .end_bg .end_content .source {
  margin-top: 25%;
  border-top: 1px dashed #fff;
  padding-top: 1rem;
  line-height: 2rem;
}
#end .end_bg .end_content .source .cynma_logo {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url("../img/end/cynma_logo.png") no-repeat center / 100% auto;
}
#end .end_bg .end_content .source .source_rich {
  display: inline-flex;
  align-items: center;
}
#end .end_bg .end_content .footer_logo {
  margin-top: 10%;
  display: flex;
  align-items: center;
  font-family: "time new roman", "Calibri";
}
#end .end_bg .end_content .footer_logo .gt_logo {
  display: inline-block;
  width: 6rem;
  height: 3rem;
  background: url("../img/end/gt_logo.png") no-repeat center / cover;
  margin-right: 10px;
}
.pc #end .end_bg {
  position: relative;
}
.weixinShare-background {
  background-color: rgba(0, 0, 0, 0.75);
  background-position: bottom left;
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: -10px !important;
  width: 100%;
  height: 120% !important;
  display: none;
  cursor: pointer;
  pointer-events: auto;
  z-index: 998;
}
.weixinShare {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  cursor: pointer;
  pointer-events: auto;
  z-index: 999;
}
/* scrollama */

#scroll {
  position: relative;
  display: none;
  /*min-height: 100vh;*/
  pointer-events: none;
  z-index: 100;
}

.scroll__text {
  position: relative;
  margin: 0 auto;
  /* width: 33%; */
  height: 100%;
}

.step {
  position: relative;

  /* margin: 24px auto 48px auto;  */
}
#scroll {
  /* touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}
.scrollPaddingTop {
  /* z-index: -1;https://www.jianshu.com/p/657587488f56 */
  /* touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}
.step.is-active {
  background-color: lightgoldenrodyellow;
}

.step[data-step="home"] {
  position: relative;
  margin-top: 0;
  /*border: 10px solid #C6293A;*/
  /*background: url('../img/homepage.png') no-repeat center / contain;*/
}

/*
'home', 'establish', 'monkey', 'porpoise', 'taxus', 'doveTree', 'plant',
    'animal', 'microbe', 'lifeSea', 'carbon', 'redline', 'reserve', 
    'coverRate', 'desert' 
*/

.step[data-step="homepage"] {
  position: relative;
  margin-top: 0;
  /*border: 10px solid #C6293A;*/
  /*background: url('../img/homepage.png') no-repeat center / contain;*/
}
.step[data-step="homepage"] .homepageBorder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #c6293a;
  pointer-events: none;
  /*background: url('../img/homepage.png') no-repeat center / contain;*/
}

/*.step[data-step='author'] .bg{
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 160%;
    font-weight: bolder;
    display: table-cell;
    vertical-align: middle;
    color: #66451F;
    font-size: 1.1rem;
    width: 100%;
}*/

/* 带点的框 */

.panel {
  width: 85%;
  position: relative;
  /* top: 70%; */
  padding: 1rem;
  /* box-shadow: 5px 5px 14px rgba(188,188,188,0.5); */
  line-height: 1.5rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  margin: 0 auto;
  /* pointer-events: auto; */
  color: #3d2913;
  /* text-indent: 2rem; */
  font-family: "ScalaOT";
  font-weight: 400;
  top: calc(100% - 40px);
  transform: translateY(-50%);
}
.last-panel {
  font-weight: 600;
}
.pc .panel {
  width: 60%;
  font-size: 20px;
  max-width: 780px;
  line-height: 24px;
  /* top: 40px; */
  transform: translateY(-50%);
}
.panel .tag {
  padding: 0px 10px;
  margin-right: 5px;
  color: #fff;
  font-size: 1rem;
  background: #de5a55;
  font-family: "ScalaOT";
}
.pc .panel .tag {
  font-size: 18px;
}
.pos0 {
  top: 0px;
}
.pos40 {
  top: 40px;
}
.pos100 {
  top: 0px;
  transform: unset;
}
.pc .pos100 {
  top: 52%;
  transform: unset;
}
.establish-panel {
  color: rgba(145, 48, 44, 1);
}
.youth-panel {
  color: rgba(212, 91, 45, 1);
  background: rgba(255, 232, 196, 0.85);
}
.reformOpen-panel {
  color: #e47517;
  background: rgba(255, 232, 196, 0.85);
}
.wto-panel {
  color: #ea9314;
  background: rgba(255, 255, 255, 0.85);
}
.wto-panel .tag {
  background: #ea9314;
}
.youth-panel {
  color: #ff7c34;
  background: rgba(255, 255, 255, 0.85);
}
.youth-panel .tag {
  background: #ff7c34;
}
.belief-panel {
  color: #f39454;
  background: rgba(255, 255, 255, 0.85);
}
.belief-panel .tag {
  background: #f39454;
}
.panel .indent {
  text-indent: 2rem;
  display: inline-block;
}
.panel .clickHint {
  font-size: 0.6rem;
}

.scrollPadding {
  width: 200px;
  margin: auto;
  height: 1334px;
}
.scrollPaddingHalf {
  width: 200px;
  margin: auto;
  height: 667px;
}

.scrollPaddingOneOfFour {
  width: 200px;
  margin: auto;
  height: 300px;
}
.scrollPaddingOneOfEight {
  width: 200px;
  margin: auto;
  height: 200px;
}
.scrollPaddingTop {
  width: 100%;
  margin: auto;
  height: 50%;
}
.first-panel {
  position: absolute;
  bottom: 10px;
  margin-left: 7.5%;
}

@-webkit-keyframes clickHint {
  from {
    opacity: 0;
    /*    -webkit-transform: translate3d(90px, 107px, 0);
    transform: translate3d(90px, 107px, 0);*/
  }

  to {
    opacity: 1;
    /*    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/
  }
}
@keyframes clickHint {
  from {
    opacity: 0;
    /*    -webkit-transform: translate3d(90px, 107px, 0);
    transform: translate3d(90px, 107px, 0);*/
  }

  to {
    opacity: 1;
    /*    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/
  }
}

#sound {
  display: none !important;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 16px;
  right: 16px;
  background: url(../img/sound.svg) no-repeat center/contain;
  display: none;
  z-index: 1000;
  cursor: pointer;

  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
#sound.silent {
  background: url(../img/silent.svg) no-repeat center/contain;

  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pc #sound {
  /*display: none!important;*/
}
.click-tooltips {
  pointer-events: auto;
}

#swiperBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
}
.swipeUp {
  width: 10%;
  height: 10%;
  position: absolute;
  left: 50%;
  margin-left: -5%;
  bottom: 4%;
  top: 90%;
  /* top: unset!important; */
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MCA3MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiNlNzUyMzM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7otYTmupAgMTwvdGl0bGU+PGcgaWQ9IuWbvuWxgl8yIiBkYXRhLW5hbWU9IuWbvuWxgiAyIj48ZyBpZD0i5Zu+5bGCXzEtMiIgZGF0YS1uYW1lPSLlm77lsYIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzUsNDEuNmExLjg5LDEuODksMCwwLDEtMS44OS0xLjg5VjMwLjI5YTEuODksMS44OSwwLDEsMSwzLjc4LDB2OS40M0ExLjg5LDEuODksMCwwLDEsMzUsNDEuNiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcwLDM1QTM1LDM1LDAsMSwxLDM1LDAsMzUsMzUsMCwwLDEsNzAsMzUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNS4yMiw1My43MSwyMi41MSw0MC44MWExLjg5LDEuODksMCwwLDEsMi42OS0yLjY1bDEwLDEwLjEyLDkuNi0xMC4xYTEuODksMS44OSwwLDAsMSwyLjc0LDIuNloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNSw1MS4wOWExLjg5LDEuODksMCwwLDEtMS44OS0xLjg5VjE5YTEuODksMS44OSwwLDEsMSwzLjc4LDBWNDkuMkExLjg5LDEuODksMCwwLDEsMzUsNTEuMDkiLz48L2c+PC9nPjwvc3ZnPg==)
    no-repeat center;
  background-size: contain;
  -webkit-animation: swipeUp 1.5s ease infinite;
  animation: swipeUp 1.5s ease infinite;
  z-index: 101;
  pointer-events: auto;
}

@-webkit-keyframes swipeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  80% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

#scroll .swiper-container {
  pointer-events: auto;
  /*	width: 750px;
	height: 1334px;*/
  /* width: 100vw; */
  /* height: 100vh; */
  /*margin-left: -10px;*/
  /*    width: 100%;
    height: 100%;*/
  /* position: absolute; */
  /* display: block;
    z-index: 0;
    top: 0px;
    transform-origin: center;
    transform: scale(1.005);
    pointer-events: auto; */
}
body {
  position: relative;
  width: 100%;
}
#scroll {
  height: 100%;
}
#scroll .swiper-container {
  width: 100%;
  height: 100%;
}
#scroll .swiper-slide {
  /* Center slide text vertically */
  /* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; */
  /* -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}
#scroll .swiper-container {
  /* margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
	z-index: 1; */
  width: 100%;
  height: 100%;
}
#scroll .swiper-slide {
  text-align: left;
  /* height: 2.44622%!important; */
  /* text-align: center; */
  /* font-size: 18px; */
  /*background: #fff;*/

  /* Center slide text vertically */
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
  /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	display: block; */
}
.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1vh;
  z-index: 50000;
  width: 5px;
  height: 98%;
}
.pc .swiper-scrollbar {
  width: 8px;
}
.swiper-scrollbar:hover {
  opacity: 1 !important;
}
#scaleContainer,
#scaleContainerNoMargin,
#scaleContainer-top {
  pointer-events: none;
}
#scaleContainer .button,
#scaleContainerNoMargin .button {
  pointer-events: auto;
}

#loading {
  background-color: #d6b362;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}
.loading-center-absolute-text {
  position: absolute;
  left: 50%;
  top: 60%;
  font-family: "Montserrat-Bold";
  color: #de5a55;
  text-anchor: middle;
}
#loading-text {
  margin-left: -50%;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #de5a55;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.object:nth-child(2n + 0) {
  margin-right: 0px;
}
#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
}
#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
}
#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
}
#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
#swiper-container2 {
  z-index: 1;
}

.swiper-container {
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  transform: translate3d(0, 0, 0);
}
#swiper-container1 {
  width: 100%;
  height: 100%;
}
.swiper-button-prev {
  pointer-events: auto;
  color: antiquewhite;
  height: 58px;
  width: 58px;
}
.swiper-button-prev::after {
  display: block;
  content: " ";
  background-size: 58px 58px;
  height: 58px;
  width: 58px;
}
.swiper-button-next {
  pointer-events: auto;
  color: antiquewhite;
  height: 58px;
  width: 58px;
  right: 7px;
}
.swiper-button-next::after {
  display: block;
  content: " ";
  background-size: 58px 58px;
  height: 58px;
  width: 58px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scrollbar-circle {
  display: none;
  z-index: 99;
}
.pc .scrollbar-circle {
  display: none;
  opacity: 0;
}
.pc .scrollbar-circle-show {
  display: block;
  animation: fadeIn 0.4s normal forwards ease-in-out;
  animation-delay: 1s;
}

.scrollbar-circle > * {
  width: 8px;
  height: 8px;
  margin: 30px auto;
  border: 2px solid #ffe7c3;
  text-align: center;
  line-height: 8px;
  font-weight: bold;
  font-size: 24px;
  background: #ffe7c3;
  border-radius: 4px;
}
.pc .scrollbar-circle {
  position: absolute;
  width: 20%;
  height: 520px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.scrollbar-circle .active {
  width: 8px;
  height: 16px;
  top: 4px;
}
.span-white-space {
  white-space: nowrap;
}
.scrollbar-circle .pre {
  border: 2px solid #ffe7c3;
  background: #ffe7c3;
  opacity: 0.2;
}
.bgm-music-play {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 99999;
  -webkit-animation: circling 10s infinite linear;
  animation: circling 10s infinite linear;
  opacity: 0.6;
}
.bgm-music-pause {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 99999;
  opacity: 0.6;
}
@-webkit-keyframes circling {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes circling {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}