@font-face {
    font-family: MontserratBold;
    src: url(../font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: MontserratRegular;
    src: url(../font/Montserrat-Regular.ttf);
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: 'MontserratRegular', SimHei, Verdana, Arial, Helvetica, sans-serif;
  
}
h1,h2,.date{
  color: #000;
}
.mainTextColor{
  color: #000;
}
.mainSize{
  font-size: 24px;
      font-size: 1.1rem;
}
.bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
}
.header{
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0 10px;
  width: 100%;
  text-align: center;
}
.footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.footer.fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header,.footer{
   transition:  opacity 0.8s;
}
.header.fadeOut, .footer.fadeOut{
    opacity: 0;
}

section{
  height: 100vh;
}
section:first-child{
  background-color: lightyellow;
}
section:nth-child(2){
  background-color: lightblue;  
}
#top_img{
  background-image: url(../images/detail/homepage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 77vh;
  height: 500px;
  height: 100vh;
  float: left;
  background-size: cover;
}
.text-center.fade-out img.img-Crystal{
  margin-bottom: 100px;  
}

.content{
/*position:fixed;*/
width:100%;
height: 100%;
}
.relative{
  position: relative;
}
.effect_block{
  position: relative;
  width: 100%;
  height: 550vh;
}
.scrollblock{
  width: 100%;
  height: 500px;
  height: 100vh;
  /*min-height: 979px;*/
  position: relative;
  /*position: fixed;*/
  top: 0;
  left: 0;
  /*opacity: 0;*/
}
.scrollblock:after{
  content:"";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.right_side .date{
  margin-bottom: 50px;
}
.right_side:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.effect_block.scroll-to-fixed-fixed{
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
}
.effect_block.scroll-to-fixed-fixed .section-second,
.effect_block.scroll-to-fixed-fixed .section-third,
.effect_block.scroll-to-fixed-fixed .section-4,
.effect_block.scroll-to-fixed-fixed .section-5,
.effect_block.scroll-to-fixed-fixed .section-6
{
    position: fixed;
    top: 0;
    left: 0;
}

.fade-in{
  opacity: 0;
  transform:translateY(100px);
  transition:all 0.8s;
}
.section-second.active  .fade-in,
.section-third.active  .fade-in,
.section-4.active  .fade-in,
.section-5.active  
{
  opacity: 1;
  transform:translateY(0);
}


.section-second.fadeOut  .fade-in,
.section-third.fadeOut  .fade-in,
.section-4.fadeOut  .fade-in,
.section-5.fadeOut  .fade-in
{
  opacity: 0;
  transform:translateY(-100px);
}


.section-first{
  opacity: 1;
  position: relative;
}
.section-second{
  opacity: 1;
  position: relative;
}
/*.section-second .fade-in{
    padding-top: 100px;
}*/

.right_side{
  width: 50%;
  float: left;
  height:500px;
  height: 100vh;
  position: relative;
  /*background-color: #FFF;*/
}
h1{
  font-size: 60px;
  font-weight: 100;
  
}
.text-center{
  display: inline-block;
  vertical-align: middle;
  /*left: 50%;*/
  /*top: 50%;*/
  width: 98%;
  text-align: center;
  /*transform:translate(0,-50%);*/
}
.text-center img{
  display: block;
  margin: 0 auto;
}
.text-center img.qr_code_img{
  display: inline-block;
}
.section-first h1{
  margin-bottom: 74px;
}
.section-first h2{
  margin-bottom: 142px;
}
.section-first .date{
  font-size: 30px;
}
.section-third, .section-4{
  position: relative;
  /*padding-top: 250px;*/
}
.section-third .img{
  display: inline-block;
  /*background-color: lightyellow;*/
  width: 345px;
  /*height: 503px;*/
  
  vertical-align: middle;
  margin-right: 100px;
}
.section-third .img img{
  max-height: 70vh;
}
.section-third .text{
  display: inline-block;
  vertical-align: middle;
}
sup{
  font-size: 1.2em;
}

.section-5{
  opacity: 0;
  overflow: hidden;
  transition:all 0.8s;
  transform: translateY(100px);
}
.section-5:after{
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px;
}
.section-5-content{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.section-5 .row{
  width: 80%;
  max-width: 1024px;
}
.section-5.active{
   transform: translateY(0);
}
.section-5.fadeOut{
   transform: translateY(-100px);
}

.section-5 .product_box{
  display: inline-block;
  text-align: center;
  margin:  0 50px; 
}
.section-5 .product_box img{
    display: block;
    margin: 0 auto;
}
.section-5 .product_box .mainTextColor{
  display: inline-block;
  vertical-align: middle;
}


.section-6{
  height: auto;
  min-height: 500px;
  min-height: 100vh;
  padding-bottom: 30px;
  transform: translateY(100px);
  transition:all 0.8s;
  text-align: center;
  opacity: 0;
}
.section-6:after{
  content: "";
  width: 0;
  min-height: 500px;
  min-height: 100vh;
  height: 100%;
  margin: 0 -4px;
  display: inline-block;
  vertical-align: middle;
}
.section-6.active{
  opacity: 1;
  transform: translateY(0);
}
.section-6.fadeOut{
  opacity: 0;
  transform: translateY(100px);
}
.section-6:after{
  content:"";
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section-6 .text-center{
  /*padding-top: 80px;*/
}
.section-6 .qr_img{
  display: inline-block;
  vertical-align: top;
}
.section-6 .qr_img img{
  max-height: 500px;
}


.address_box {
  color: #040404;
  font-size: 13px;
  padding: 40px 0;
}
.address_box td{
  padding: 0 60px;  
}
sup{
  background-image: url(../images/detail/light.png);
    padding: 8px 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
}
.paging{
  position: fixed;
  right: 10px;
  top: 50%;
  transform : translateY(-50%);
  z-index: 2000;
}
.paging li{
  list-style: none;
  padding: 8px;
}
.paging li a{
    color: #fff;
    display: block;
    font-size: 10px;
    
    position: relative;
    transition: all 0.5s;
    text-align: right;
    width: auto;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    border-radius:65% 35% ;
}
.paging li a:hover, .paging li a.active{
  background-color: #000;
}

.mobile_header,.mobile_footer{
  display: none;
}
.mobile_crystal{
  display: none;
}
.place_box{
  float: left;
  width: 33%;
}
.place_box.left{
  text-align: left;
}
.place_box.center{
  text-align:center;
}
.place_box.right{
  text-align: right;
}
.text-center.fade-out img{
  max-width: 80%;
}
.adjust{
  height: 100px;
  display: none;
}

.inner_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_page:after{
  content:"";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}


.address_table_mobile{
  display: none;
}
 .section-6 .top_text_mobile{
    display: none;  
    text-align: left;
    max-width: 350px;
    margin: 0 auto 40px;
    
  }
@media (max-width:1023px){
  #top_img{
    width: 100%;
    padding-right: 0;
  }
  .address_table{
    display: none;
  }
  .address_table_mobile{
    display: block;
  }

  .adjust{
    display: block;
  }
  .section-5-content > img{
    display: none;
  }
  .section-5-content{
    padding-top: 50px;
  }
  .main{
    position: relative;  
  }
  .mobile_header{
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
    background-color: #fbfaed;
    padding: 5px 0;
  }
  .mobile_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2000;
    text-align: center;
    
    
  }
  .mobile_header img{
    display: block;
    margin: 0 auto;
  }
  .header, .footer{
    display: none;
  }
  
  .effect_block.scroll-to-fixed-fixed .scrollblock,
  .effect_block .scrollblock
  {
    position: relative;
    opacity: 1;
  } 
  .fade-in{
    opacity: 1;
    transform: translateY(0)
  }
  .scrollblock.section-5{
    transform: translateY(0)
  }
  .section-third{
    text-align: center;
  }
  .section-third .img{
    width: auto;
    display: block;
    margin: 0 auto; 
  } 

  .mobile_crystal{
    display: block;
    text-align: center;
  }
  .text-center{
    /*display: block;*/
  }
  .section-first{
    height: auto;
  }
  #top_img,.right_side{
    display: block;
    width: 100%;
    float: none;
    text-align: center;
  }
  .right_side:after{
    display: inline-block;
    vertical-align: middle;
    content:"";
    width: 0;
    margin: 0 -4px;
    height: 100%;
  }
  .right_side .text-center{
    width: 97%;
    display: inline-block;
    vertical-align: middle;
  }
  .scrollblock{
    height: auto;
    min-height: 500px;
    min-height: 100vh;
  }
  small{
    margin-top: 20px;
    display: block;
  }
  .section-5 .product_box{
    display: block;
  }
  .section-5 .product_box .mainTextColor{
    margin: 100px 0;
  }
  .section-5-footer{
    display: none;
  }
  .section-5 .row{
    margin: 30px 0;
  }
  .place_box{
    text-align: center !important;
    width: 100%;
    display: block;
    float: none;  
  }
  .paging{
    display: none;
  }
  .qr_img img{
    max-width: 99%;
  }
  
  .section-6 .text-center{
    width: 95%;
  }
  .section-6,.section-4{
      padding: 20px;
  }
  div.section-6{
      padding-bottom: 100px;
  }
  

  .scrollblock{
    box-sizing: border-box;
  }
  .section-second.fadeOut .fade-in, .section-third.fadeOut .fade-in, .section-4.fadeOut .fade-in {
    opacity: 1;
    transform: translateY(0);
  }
   .lastScrollblock{
     display: none;
   }
   .effect_block{
     height: auto;
   }
  .section-6 .top_text_mobile{
    display: block;  
  }
  .section6right .top_text{
    display: none;
  }

}

@media(max-width:414px){
  .mainSize{
    font-size: 1rem;
  }
  
  img.qr_code_img{
    display: none !important;
  }
    .main{
      height: auto;
    }
    .mobile_header img, .mobile_footer img{
      height: 50px;
    }
    .mobile_header img{
      height: 60px;
    }
    h1{
      font-size: 30px;
    }
    .right_side{
      text-align: center;
    }
    .right_side .text-center{
      width: 98%;
    }
    .section-first h1{
      margin-bottom: 30px;
    }
    .section-first h2{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .section-first .date{
      font-size: 22px;
    }

    .mobile_crystal img{
      width: 200px;
    }
    .section-third .img img{
      max-width: 200px;
    }
    .section-third .text-center{
      width: 100%;
    }
    .section-5 img{
      width: 200px;
    }
    .section-5 .product_box img{
      width: 100px;
    }
    .section-5 .product_box .mainTextColor{
        font-size: 14px;
        margin: 37px 0;
    }

    .section-5{
          background-size: 20px;
          padding: 20px;
    }
    .section-6,.section-4{
      padding: 20px;
    }
    
    div.section6right{
      padding: 0;
      margin-top: 40px;
    }
    .scrollblock{
     
      box-sizing: border-box;
    }
    .section-third .img{
      max-width: 100%;
    }
    .address_table_mobile{
      display: block;
    }


}

.udl{
  text-decoration: underline;
}
.address_table{
  font-size: 14px;
  color: #000;
}
.address_table td{
  text-align: left;
  padding: 5px;
}
.qr_code_img{
    display: inline-block;
    margin-bottom: 50px;
}
.section6right{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  padding-top: 50px;
}
.section6right .top_text{
  margin-bottom: 40px;
}

.pls_rotate{
  max-width: 100%;
  max-height: 100%;
  width: 1000px;
  height: 400px;
  width: 100vw;
  height: 100vh;
  background-color: #333;
  text-align: center;
}
.pls_rotate:after{
  content: "";
  width: 0;
  height: 100%;
  margin: 0 -4px;
  display: inline-block;
  vertical-align: middle;
}
.pls_rotate span{
  display: inline-block;
  vertical-align: middle;
}


