* {
  margin: 0;
  outline: 0;
  padding: 0;
}
body {
  font: 13px/1.4 Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #555;
  min-height:100vh;
  /* text-rendering: optimizeLegibility;
    image-rendering: -webkit-optimize-contrast;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.sec-bg{
  position:absolute;
  z-index:0;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-image: url("../images/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin:auto;
  width:100%;
  max-width:600px;
}

#pagepiling {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.pp-tableCell{
    padding:0 15px;
}

.section {
  max-width: 600px;
  margin: auto;
  opacity: 0;
  overflow:hidden;
}

.section-cover{
    background-color: #fffef5;
}

.sec-content-bg {
    background:transparent;
}

.section .wrap {
  padding: 20px;
  position: relative;
  background-color:rgba(255, 255, 255, 0.9);
  box-shadow:0 0 9px #555;
}

.section.active .wrap{
    animation:fadeInDown 1.2s ease-in-out;
}

.section .wrap .inner{
    border:2px solid #caac0f;
    border-top:0;
    padding:15px;
    position:relative;
}

.section .wrap .inner:before,
.section .wrap .inner:after{
    content:'';
    height:2px;
    position:absolute;
    background-color:#caac0f;
    top:0;
    width:26%;
}

.section .wrap .inner:before{
    left:0;
}

.section .wrap .inner:after{
    right:0;
}

.sec-tit{
    text-align:center;
    color:#caac0f;
    margin:0;
    position:absolute;
    left:0;
    right:0;
    top:-16px;
    font-size:1.6rem;
    font-weight:normal;
    margin:0;
}

.txt{
    padding-top:15px;
}

.txt p{
  margin-bottom:3px;
}

.txt-topic{
    color:#4a7e85;
    font-size:1.1rem;
    padding-top:15px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.txt-topic div{

}

.txt-topic h4{
  font-weight: normal;
  font-size:0.9rem;
}

.txt-topic h5{
    font-weight:normal;
}

.btn-submit{
    background-color:#caac0f;
    border:3px solid #f2e282;
    border-radius:4px;
    line-height:2.4rem;
    text-align:center;
    font-size:1.1rem;
    width:80%;
    margin:auto;
    color:#FFF;
    text-decoration: none;
    display:block;
    box-shadow:0 0 8px #AAA;
}

.section.active {
  opacity: 1;
}

#preload {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 600px;
  margin: auto;
  z-index: 99;
  display: flex;
  background-color: #c92833;
  align-items: center;
  justify-content: center;
}

.loading {
  width: 10%;
}

.audioControl {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}

.audioControl .music {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(3, 3, 3);
    transform: scale3d(3, 3, 3);
  }
  20%{
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(3, 3, 3);
        transform: scale3d(3, 3, 3);
      }
      20%{
        opacity: 1;
      }
      50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
      }
}

@-webkit-keyframes rotate {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
    }
    50%{
        -webkit-transform: rotate3d(0, 0, 1, -100deg);
        transform: rotate3d(0, 0, 1, -100deg);
    }
    100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes rotate {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
      }
      50%{
          -webkit-transform: rotate3d(0, 0, 1, -100deg);
          transform: rotate3d(0, 0, 1, -100deg);
      }
      100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
  }

@-webkit-keyframes cloudL {
    0% {
        -webkit-transform: scale(1.2) translate(-40px, 0);
        transform: scale(1.2) translate(-40px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
    50%{
        -webkit-transform: scale(1.2) translate(180px, 0);
        transform: scale(1.2) translate(180px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    2%, 70%{
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.6) translate(360px, 0);
        transform: scale(0.6) translate(360px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
}

@keyframes cloudL {
    0% {
        -webkit-transform: scale(1.2) translate(-40px, 0);
        transform: scale(1.2) translate(-40px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
    50%{
        -webkit-transform: scale(1.2) translate(180px, 0);
        transform: scale(1.2) translate(180px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    2%, 70%{
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.6) translate(360px, 0);
        transform: scale(0.6) translate(360px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
}
@-webkit-keyframes cloudR {
    0% {
        -webkit-transform: scale(0.6) translate(40px, 0);
        transform: scale(0.6) translate(40px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
    50%{
        -webkit-transform: scale(0.8) translate(-280px, 0);
        transform: scale(0.8) translate(-280px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    2%, 70%{
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.6) translate(-600px, 0);
        transform: scale(0.6) translate(-600px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
}

@keyframes cloudR {
    0% {
        -webkit-transform: scale(0.6) translate(40px, 0);
        transform: scale(0.6) translate(40px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
    50%{
        -webkit-transform: scale(0.8) translate(-280px, 0);
        transform: scale(0.8) translate(-280px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    2%, 70%{
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.6) translate(-600px, 0);
        transform: scale(0.6) translate(-600px, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 0;
    }
}

@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.audioControl .music.rotate {
  -webkit-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}

.arrowMoveToBtn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 150;
  width: 24px;
  height: 14px;
  margin-left: -12px;
  cursor: pointer;
}

@-webkit-keyframes arrowMove {
  0%,
  30% {
    opacity: 0;
    transform: translateY(-8px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes arrowMove {
  0%,
  30% {
    opacity: 0;
    transform: translateY(-8px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

.arrowMoveToBtn .wrap {
  width: 24px;
  height: 14px;
  position: relative;
  -webkit-animation: arrowMove 2s infinite ease-in-out;
  animation: arrowMove 2s infinite ease-in-out;
}

.arrowMoveToBtn .wrap .b1,
.arrowMoveToBtn .wrap .b2{
    overflow:hidden;
    width:10px;
    height:15px;
    top:-5px;
    position:absolute;
}

.arrowMoveToBtn .wrap .b1:before,
.arrowMoveToBtn .wrap .b2:before{
    content:'';
    width:14px;
    height:5px;
    top:5px;
    position:absolute;
    background-color:#FFF;
    border-radius:2px;
}

.arrowMoveToBtn .wrap .b1{
}

.arrowMoveToBtn .wrap .b1:before{
    left: 1px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    box-shadow:1px 1px 1px #646464;
}

.arrowMoveToBtn .wrap .b2{
    left:10px;
}

.arrowMoveToBtn .wrap .b2:before{
    left: -4.5px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    box-shadow:1px -1px 1px #646464;
}

.cv-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.active .layer-zoom{
    animation-name:zoomIn;
}

.section.active .layer-fade{
    animation-name:fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.section.active .layer-fadeLeft{
    animation-name:fadeInLeft;
}

#cv-bg {
  background-image: url("../images/cover/ly-bg.png");
}

#cv-b-1 {
  background-image: url("../images/cover/ly-b-1.png");
}

#cv-b-2 {
  background-image: url("../images/cover/ly-b-2.png");
}

#cv-meat {
  background-image: url("../images/cover/ly-meat.png");
}

#cv-river {
  background-image: url("../images/cover/ly-river.png");
}

#cv-mountain {
  background-image: url("../images/cover/ly-mountain.png");
}

.animated {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rotate{
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-0-5s {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-1-3s {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

.animated.delay-1-5s {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.animated.delay-1-6s {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

.animated.delay-1-8s {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.animated.delay-1-9s {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2-2s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.animated.delay-2-3s {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animated.delay-2-6s {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.animated.delay-2-9s {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-3-3s {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.animated.delay-3-5s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.animated.delay-3-6s {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.animated.delay-3-9s {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-4-2s {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
.animated.delay-4-5s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.animated.delay-4-8s {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.delay-5-1s {
  -webkit-animation-delay: 5.1s;
  animation-delay: 5.1s;
}
.animated.delay-5-4s {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
}
.animated.delay-5-5s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.animated.delay-5-7s {
  -webkit-animation-delay: 5.7s;
  animation-delay: 5.7s;
}

.animated.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.animated.delay-7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.animated.delay-8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.animated.delay-9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.cv-layer-cloud,
.cv-layer-logo {
  position: absolute;
}

#cv-cloud-wrap-l,
#cv-cloud-wrap-r{
    position:absolute;
    left:-80px;
    right:-80px;
}

#cv-cloud-wrap-l {
    top:10vw;
}

#cv-cloud-wrap-r {
    top:50vw;
}

#cv-cloud-wrap-l .cloud{
    left:0;
    -webkit-animation-name:cloudL;
    animation-name:cloudL;
}

#cv-cloud-wrap-r .cloud{
    right:0;
    -webkit-animation-name:cloudR;
    animation-name:cloudR;
}

.cloud {
    position:absolute;
    height:0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cloud > div {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-image:url('../images/cover/cloud.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: center center;
}

.cloud-a {
    top:10px;
    width:20%;
    padding-top:20%;
    margin-left:20px;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
}

.cloud-a div{
    transform: rotate3d(0, 1, 0, -30deg);
    opacity:0.7;
}

.cloud-b {
    top:24px;
    width:30%;
    padding-top:25%;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.cloud-c {
    top:12px;
    width:30%;
    padding-top:15%;
    margin-left:5px;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}

.cloud-c div{
    transform: rotate3d(0, 1, 0, -15deg);
    opacity:0.5;
}

.cloud-d {
    top:8px;
    width:40%;
    padding-top:25%;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
}

.cloud-d div{
    transform: rotate3d(0, 1, 0, -34deg);
    opacity:0.8;
}

.cloud-e {
    top:13px;
    width:30%;
    padding-top:25%;
    margin-left:25px;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.cloud-f {
    top:10px;
    width:26%;
    padding-top:20%;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.cloud-f div{
    transform: rotate3d(0, 1, 0, 14deg);
    opacity:0.75;
}

.cv-layer-logo {
  margin: auto;
  left: 0;
  right: 0;
  top: 40vw;
  text-align: center;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.cv-layer-logo-t{
    position:absolute;
    left:20px;
    top:25px;
    right:20px;
    text-align:center;
}

.flex{
    display:flex;
}

.col{
    flex:1;
}

.cv-layer-logo-t img{
    
}

.section.active .cv-layer-logo{
    
}

#cv-logo img {
  width: 30vh;
}