/* 背景 */

#section1 .bg_container .colorBg1 {
  top: 35%;
}
#section1 .bg_container .colorBg2 {
  top: 60%;
}
#section1 .bg_container .colorBg3 {
  top: 95%;
}

#section1 .bg_container .star1 {
  width: 3%;
  right: unset;
  left: 10%;
  top: 45%;
}

#section1 .bg_container .star2 {
  width: 3%;
  left: unset;
  right: 8%;
  top: 70%;
}

#section1 .bg_container .star3 {
  top: 80%;
}

#section1 .bg_container .point1 {
    width: 5%;
    right: unset;
    top: 48%;
    left: 5%;
}

#section1 .bg_container .cloud1 {
  position: absolute;
  width: 15%;
  right: 0;
  top: 50%;
}
#section1 .bg_container .cloud2 {
  position: absolute;
  width: 10%;
  left: 0;
  top: 90%;
}

#section1 .bg_container .filmReel {
  width: 20%;
  top: 60%;
  left: 0;
}

#section1 .elephant {
  display: block;
  position: absolute;
  width: 25%;
  left: 30px;
  bottom: 0;
}

#section1 .bg_container .clapperboard{
  top: unset;
  bottom: -100px;
}

/* 背景結束 */


/* #section1 {
  min-height: 3000px;
} */

#section1 .paper_style {
  padding: 60px 40px;
}
#section1 .paper_style .des {
  color: #2d4a75;
  font-size: 16px;
}

#section1 .paper_style .des ul {
  padding-left: 20px;
}

@media (max-width:480px) {
  #section1 .paper_style {
    padding: 60px 20px;
  }
}

