<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 100vh;
    background: url(../img/bg_m.jpg);
    background-size:cover;;
    background-position: bottom;
    background-repeat: no-repeat;
    position: fixed;
    font-family: '敺株��迤暺煾��','Arial';
}

a{
  text-decoration:none;
}

.btn{
  cursor: pointer;
}

.stext{
  font-size: 10px;
}


/*-------------------------------------------------------*/

.logo{
  width:30%;
  position: fixed;
  margin: 10px 0 0 10px;
  z-index: 100;
  max-width: 200px;
}

.logo img{
  width:100%;
}


.video{
  position: fixed;
  right:0;
  top:0;
  z-index: 100;
  display: none;
}

.video a{
  width: 100px;
  height: 35px;
  background-color: #9a0c14;
  float: right;
  display: block;
  color: #fff;
  line-height: 35px;
  text-align: center;
}

.video .triangle{
   height: 0;
   width: 0;
   border-top: 35px #9a0c14 solid;
   border-right: 0px transparent solid;
   border-bottom: 0px transparent solid;
   border-left: 25px transparent solid;
   float: right;

}


.section{
  width: 100vw;
  height:100vh;
  color:#fff;
  border: 1px solid rgba(255,255,2555,0);
}

.section img{
  width: 100%;
}


.prev{
  position: absolute;
  top: 20px;
  height: 55px;
  width: 100%;
  animation:prevbtn .4s  alternate infinite linear;
  -webkit-animation:prevbtn .4s  alternate infinite linear;
  background: url('../img/arrow_up_1.png');
  background-size: 18px 28px;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes  prevbtn{
  from{
    background: url('../img/arrow_up_1.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  to{
    background: url('../img/arrow_up_2.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@-webkit-keyframes  prevbtn{
  from{
    background: url('../img/arrow_up_1.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  to{
    background: url('../img/arrow_up_2.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
}


.next{
  position: absolute;
  top: 500px;
  width: 100%;
  height: 55px;
  animation:nextbtn .4s  alternate infinite linear;
  -webkit-animation:nextbtn .4s  alternate infinite linear;
  background: url('../img/arrow_down_1.png');
  background-size: 18px 28px;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes  nextbtn{
  from{
    background: url('../img/arrow_down_1.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  to{
    background: url('../img/arrow_down_2.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@-webkit-keyframes  nextbtn{
  from{
    background: url('../img/arrow_down_1.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  to{
    background: url('../img/arrow_down_2.png');
    background-size: 18px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/*section1---------------------------------*/

.section1 .title{
  position: absolute;
  text-align: center;
  width: 100%;
  top:120px;
}

.section1 .title img{
  width: 80%;
  max-width: 614px;
}

.section1 .cloud{
  position: absolute;
  top:20px;
  left:20px;
  width: 90%;
}

.section1 .btn{
  position: absolute;
  top:420px;
  width: 100vw;
  height:70px;
  animation:homebtn .4s  alternate infinite linear ;
  -webkit-animation:homebtn .4s  alternate infinite linear ;
  background:url('../img/home_btn_1.png');

  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes homebtn {
  from{
    background:url('../img/home_btn_1.png');

    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;

  }
  to{
    background:url('../img/home_btn_2.png');

    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;

  }
}

@-webkit-keyframes homebtn {
  from{
    background:url('../img/home_btn_1.png');

    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center;

  }
  to{
    background:url('../img/home_btn_2.png');

    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center;

  }
}

.section1 .mascot {
  width: 50%;
  max-width: 320px;
  position: absolute;
  right: 10px;
  animation:mascotfloat 1s alternate infinite linear;
  -webkit-animation:mascotfloat 1s alternate infinite linear;
}

@keyframes mascotfloat {
  from{
    top:210px;
  }
  to{
    top:220px;
  }
}

@-webkit-keyframes mascotfloat {
  from{
    top:210px;
  }
  to{
    top:220px;
  }
}

/*section2---------------------------------*/
.section2 .eventHeader{
  width: 60%;
  margin:25% auto 0 auto;
  max-width: 614px;
}

.section2 .eventTitle{
  width: 90%;
  margin:8% auto 0 auto;
  max-width: 530px;

}

.section2 .eventContent{
  width: 85%;
  margin:5% auto 0 auto;
  font-size: 12px;
  line-height: 20px;
}

.eventContent ul{
  width: 90% !important;
}

.eventContent ul li{
  margin:2px 0 !important;
}


.section2 .eventContent p{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 25px;
  color:#fff;
  margin-bottom: 20px;
}

/*prdoucts---------------------------------*/

.item{
  width:95%;
  margin:25% auto 5% auto;
  text-align: center;
}

.section4 .item{
    margin:20% auto 5% auto;
}

.section5 .item{
    margin:18% auto 5% auto;
}

.section7 .item,.section8 .item{
    margin:21% auto 5% auto;
}


.item img:nth-child(1){
  width: 40%;
  margin-bottom:6.5%;
}


.section4 .item img:nth-child(1){
  width: 22%;

}
.section5 .item img:nth-child(1){
  width: 20%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-bottom:4%;
}
.section7 .item img:nth-child(1){
  width: 60%;
}
.section8 .item img:nth-child(1){
  width: 25%;
  margin-bottom:5%;

}


.section ul{
  list-style:disc;
  width: 53%;
  margin:0 auto;
}


.section ul li{
  margin:10px 0;
}




/*section9---------------------------------*/
.section9 .endHeader{
  width:50%;
  margin:20% auto 0 auto;
}
.section9 .aircon{
  width:60%;
  margin:5% auto 0 auto;
}
.section9 .endBanner{
  width:60%;
  margin:3% auto 0 auto;
}

.section9 .endtContent{
  width: 67%;
  margin:3% auto 0 auto;
  font-size: 12px;
  line-height: 20px;

}

.section9 .endtContent p{
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.section9  .official{
  width: 30%;
  margin: 20px auto;
  display: block;
  max-width: 216px;
}


/*�𤓖��*/
@media screen and (min-width:1200px) {
  body {
    background-color: #4d1c0a;
    background-size:600px 100vh;
  }

  .section1 .btn{
    left:250px;
    width:70px;
    top:600px;
  }
  .section1 .mascot {
    width: 50%;
  }

  @keyframes mascotfloat {
    from{
      top:280px;
    }
    to{
      top:290px;
    }
  }

  @-webkit-keyframes mascotfloat {
    from{
      top:280px;
    }
    to{
      top:290px;
    }
  }

  .prev{
    top: 50px;
  }
  .next{
    top: 650px;
  }

}



/*撟單踎 �凒*/
@media  (min-width:700px) and (max-width:1200px) and (orientation: portrait) {

  .next{
    top:750px;
  }
  @keyframes mascotfloat {
    from{
      top:280px;
    }
    to{
      top:290px;
    }
  }

  @-webkit-keyframes mascotfloat {
    from{
      top:280px;
    }
    to{
      top:290px;
    }
  }

  .section1 .btn{
    top:600px;
  }
  .section1 .cloud{

    left: 100px;
    width: 70%;
  }
  .section2 .eventHeader{
    margin:23% auto 0 auto;
  }
  .section2 .eventTitle{
    margin:2% auto 0 auto;

  }
  .section2 .eventContent p{
    font-size:25px;
    line-height: 40px;

  }
  .section2 .eventContent{
    font-size:14px;
    line-height: 30px;
  }

  .item{
    margin: 20% auto 5% auto;
  }
  .section4 .item,.section5 .item,.section7 .item,.section8 .item{
      margin: 15% auto 5% auto;
  }
  .section9 .endHeader{
    margin: 15% auto 0 auto;
    width:40%;
  }
  .section9 .aircon{
    width: 50%;
    margin: 3% auto 3% auto;
  }
  .section9 .endBanner{
    width: 50%;
    margin:  0 auto;
  }
  .section9 .endtContent{
    width: 50%;
  }

}

/*撟單踎 璈�*/
@media  (min-width:768px) and (max-width:1200px) and (orientation: landscape) {
  body {
        background-position:0% 85%;
  }
  .next{
    top:580px;
  }
  .section1 .cloud{
    width: 50%;
    margin-left: 25%;
  }
  .section2 .eventHeader{
    margin:8% auto 0 auto;
    width:40%;
  }
  .section2 .eventTitle{
    margin:3% auto 0 auto;
  }
  .section2 .eventContent{
    width: 50%;
    font-size:14px;
    line-height: 30px;
    margin:3% auto 0 auto;

  }
  .section2 .eventContent p{
    font-size:20px;
    line-height: 40px;
  }

  .item{
    margin: 10% auto 2% auto;
    width: 80%;
  }
  .item img:nth-child(1){
    width: 25%;
    margin:2% auto;
    display: block;
  }
  .item img:nth-child(2){
    width: 60%;
  }



  .section4 .item img:nth-child(1){
    width:15%;
    margin:0 auto;
  }
  .section5 .item{
    margin: 5% auto 2% auto;
  }
  .section5 .item img:nth-child(1){
    width:15%;
    margin: 0 auto;

  }

  .section4 .item,.section8 .item{
      margin: 8% auto 2% auto;
  }

  .section7 .item{
    margin: 5% auto 2% auto;
  }
  .section7 .item img:nth-child(1){
    width:45%;
  }
  .section8 .item img:nth-child(1){
    width:20%;
    margin-bottom:0;
  }
  .section9 .endHeader{
    margin: 8% auto 0 auto;
    width:20%;
  }
  .section9 .aircon{
    width: 35%;
    margin: 2% auto 0 auto;
  }
  .section9 .endBanner{
    width: 30%;
    margin:  0 auto;
  }
  .section9 .endtContent{
    width: 50%;
  }
  .section9  .official{
    width: 20%;
  }
  .section9 .endtContent p{
    font-size: 20px;
    line-height: 30px;
  }
  .section9 .endtContent{
    font-size: 14px;
  }


}






@media screen and (max-width: 375px) {
  .section1 .mascot {
    width: 50%;
  }

  @keyframes mascotfloat {
    from{
      top:180px;
    }
    to{
      top:190px;
    }
  }

  @-webkit-keyframes mascotfloat {
    from{
      top:180px;
    }
    to{
      top:190px;
    }
  }

  .prev{
    top: 10px;
  }

  .next{
    top: 465px;
  }


  .item img:nth-child(1){
    margin-bottom:5%;
  }
  .section1 .title{
    top:100px;
  }
  .section1 .btn{
    top:370px;
  }


  .section2 .eventHeader{
    margin: 20% auto 0 auto;
  }

  .section2 .eventTitle{

    margin:5% auto 0 auto;;
  }
  .section2 .eventContent{
    width: 85%;
    margin:5% auto 0 auto;

    line-height: 18px;
  }
  .section2 .eventContent p{
    font-size: 18px;
    line-height: 1.4;
  }



  .section9 .endtContent p{
    font-size: 12px;
  }
  .section9  .official{
    margin:50px auto 0  auto;;
  }
}


@media (max-width: 375px) and (max-height:504px) {

  .section1 .mascot {
    width: 50%;
  }

  @keyframes mascotfloat {
    from{
      top:170px;
    }
    to{
      top:180px;
    }
  }

  @-webkit-keyframes mascotfloat {
    from{
      top:170px;
    }
    to{
      top:180px;
    }
  }

  .section1 .btn{
    top:320px;

  }

  .prev{
    top: 20px;
  }
  .next{
      top: 380px;
  }

  .section2 .eventHeader{
    width: 60%;
    margin: 20% auto 0 auto;
  }
  .section2 .eventTitle{
    margin:3% auto 0 auto
  }
  .section2 .eventContent{
    margin:3% auto 0 auto;
  }

  .section2 .eventContent ul li{
    font-size: 10px;
    margin: -2px 0 !important;
  }

  .section2 .eventContent p{
    margin-bottom:10px;
    font-size: 16px;
  }

  .item{
    margin:26% auto 5% auto;
  }


  /**/
  .item img:nth-child(1){
    width: 40%;
    margin-bottom:2%;
  }


  .section4 .item {
      margin: 23% auto 5% auto;
    }

  .section4 .item img:nth-child(1){
    width: 20%;
  }
  .section5 .item img:nth-child(1){
    width: 20%;
    margin-bottom: 0;
  }
  .section7 .item img:nth-child(1){
    width: 60%;
  }
  .section8 .item img:nth-child(1){
    /*width: 25%;*/
  }
  /**/
  .section ul{
    width: 55%;
  }
  .section ul li{
    margin:10px 0;
    font-size: 12px;
  }
  .section9 .endHeader{
    width:50%;
    margin:25% auto 0 auto;
  }
  .section9 .aircon{
    width:60%;
  }
  .section9 .endBanner{
    width:50%;
    margin:2% auto 0 auto;
  }
  .section9 .endtContent{
    width: 80%;
  }
  .section9 .endtContent p{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section9  .official{
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }


}
</pre></body></html>