a{ text-decoration: none}
section{ width: 100%; display: block; position: relative}
.center{ text-align: center}
.wrapbig{ width: 1400px; margin: 0 auto; background: #fff;}
.wrap{ width: 1200px; margin: 0 auto; position: relative}
.abs{ position: absolute}
.fll{ float: left;}
.flr{ float: right;}
.col-left{ float: left;}
.col-right{ float: right;}
.clear{ clear: both}
p{ line-height: 1.4em; font-size: 22px;}
.bold{ font-weight: bold;}
.block{ display: block}
.in-blk{ display: inline-block}
.no-show{ display: none}

:root {
  --animate-delay: 0.5s;
}



body{ font-size: 18px; line-height: 36px; font-family: 'Noto Sans TC', sans-serif;}

nav{float: right; margin-top: 13px; margin-right: 30px; }
nav span{ display: block; font-size: 14px; color:#00a0ea;  margin-top: 5px; }
nav >div{display: inline-block;padding: 0 20px;}
nav >div a{font-size: 18px; border: 0; text-align: center;  color: #fff; transition: all 0.5s;position: relative}
nav a:hover{ transition: all 0.5s; color: #00ffff}


.head{ width: 100%; padding: 0 5%; top: 0; padding-top: 10px; opacity: 1; transition: all 0.2s; display: block;z-index: 99; box-sizing: border-box; background: #000 }
.head.fadein{ position: fixed; top: 0px;}
.logo{ display: inline-block; margin-left: 30px; margin-top: 0px;}
.logo2{ float: right; margin-top: 10px;}
.container{ width: 1200px; margin: 0 auto; position: relative}
.title{ margin-bottom: 50px; text-align: center}
.title .h2{ font-size: 46px; color: #fff; line-height: 1.3em; font-weight: bold; position: relative; font-style:italic }
.title .h2.black{ color: #000}
.title .h2:after{ content: ''; width: 350px; height: 7px; background: #6a30ff; margin: 0 auto; margin-top: 15px; display: block}


/*****************Pages************************/

.kv-wrap{ background: url(../images/bg_kv.jpg) center top no-repeat; background-size:cover;}
.kv1{background: url(../images/kv_left.png) left bottom no-repeat; background-size:20%}
.kv1{animation: backg 2s forwards ease-in-out infinite alternate}
@keyframes backg {
      0% {
        background-size:40%;
      }
      100% {
        background-size: 42%;
      }
     
   } 
.kv2{ background: url(../images/kv_right.png) 120% top no-repeat; background-size:30%}
.kv2{animation: backg2 5s forwards ease-in-out infinite alternate}
@keyframes backg2 {
      0% {
        background-size:30%;
      }
      100% {
        background-size:32%;
      }
     
   } 

.kv-wrap .container{ width: 1115px; min-height: 650px; padding-bottom: 50px;padding-top: 90px; position: relative}
.slogan{ text-align: center}
.slogan2{ padding-right: 25px;}
.slogan2 .time{ text-align: right}
.slogan2 img{ max-width: 630px;}
.slogan2 .cfa { text-align: right; padding-right: 20px;}
.slogan2 .cfa img{ max-width: 330px;}


.scroll{ position: absolute; right:16%; bottom: 93px; z-index: 1}
.scroll_text{ color: #fff; font-size: 16px;}
.scroll::before{ animation: scroll 2s infinite;  background-color: #575757;  top: 50px;  content: "";  height: 80px;  left: 0px;  margin: auto;  position: absolute;  right: 0;  width: 1px;  z-index: 2;}
.scroll::after {  background-color: #ccc;  top: 50px;  content: "";  height: 80px;  left: 0px; margin: auto; position: absolute;
  right: 0;  width: 1px;}
    @keyframes scroll {
      0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
      }
      50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
      }
      51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
      }
      100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
      }
    }


.s2{ min-height: 700px; padding-bottom: 80px; background: url(../images/bg_s1s2.jpg) center top; background-size:cover;  padding-top: 90px;}
.s2 .rows{ display: flex; flex-direction: row; justify-content:center;align-items: flex-start}
.s2 .secr3{ display: flex; flex-direction: row; padding: 0 50px;}
.s2 .secr3 img{ max-width: 100%; padding: 30px; box-sizing: border-box}
.s2 .imgsec{ display: flex; margin-bottom: 80px;}
.s2 .imgsec .left{ width: 46%;}
.s2 .imgsec .left img{ max-width: 100%}
.s2 .imgsec .rig{ width: 54%; padding-left: 40px;align-items: center; display: flex;}
.s2 .imgsec .rig p{color: #fff; line-height: 1.5em; letter-spacing: 1px}
.h2-ti{ font-size: 24px; font-style: normal; line-height: 1.4em; margin-top: 10px;}
.ti-intro p{ font-size: 22px; color:#fff; font-weight: normal; margin-top: 30px; line-height: 1.7em}
.yt-iframe{ text-align: center; margin-top: 30px;}


.spksec{min-height: 1040px; padding-bottom: 80px; background: url(../images/bg_s3.jpg) center top; background-size:cover;  padding-top: 90px;}
.spks{ display: flex; flex-direction: row;flex-wrap: wrap;justify-content:space-around}
.spks .item{ width: 260px; text-align: center; margin-bottom: 50px; cursor: pointer; transition: all 0.5s}
.spks .item:hover{ opacity: 0.7; transition: all 0.5s}
.spks .item img{ margin-bottom: 10px;}
.spks .item .tit{ color: #000; font-size: 32px; font-weight: bold; margin-bottom: 5px;}
.spks .item p{ color: #000; font-size: 20px;}
.spks .item a{ margin-top: 10px; display: inline-block}

.agenda{min-height: 1600px; padding-bottom: 80px; background: url(../images/bg_s4.jpg) center top; background-size:cover;  padding-top: 90px; text-align: center}
.agendapc img{ max-width: 100%}
.agenda .center{ text-align: center}
.agentop{ display: flex; margin-bottom: 30px; width: 100%;}
.agentop >div{ width: 100%;}
.agentop img{max-width: 100%;}

.subtitle{ margin-bottom: 20px;}
.subtitle .h2{ color: #6a30ff; font-size: 30px; font-weight: bold; line-height: 1.4em; margin-bottom: 10px;}
.subtitle.orange .h2{ color: #f15a24;margin-top: 50px;}

.agendatb { background: #fff; border-radius: 30px; padding: 30px;}
.agenda table{ text-align: left; width: 100%}
.agenda table th{ background: #6a30ff; color: #fff; padding: 5px; text-align: center; font-size: 22px; font-weight: bold;}

.agenda table th.bg2{ background: #000; color: #fff; }
.agenda table th.bg3{ background: #f15a24; color: #fff; }
.agenda td:nth-child(1){ width: 15%}
.agenda td:nth-child(2){ width: 42%}
.agenda td:nth-child(3){ width: 42%}
.agenda table td{ font-size: 19px; padding: 15px; line-height: 1.6em; vertical-align: middle;}
.agenda table td small{ font-size: 15px; font-weight: normal}
.agenda table td b{ color: #6a30ff; font-weight: bold; display: block; font-size: 20px;}
.agenda .sty3 b{ color: #f15a24; }
.agenda table tr{border-bottom: 1px solid #ddd}

.agenda .cfa{margin-top: 30px; display: inline-block}
.agenda .cfa img{ width: 330px;}
.agenda .title{ margin-bottom: 30px;}



.ticket{min-height: 1600px; padding-bottom: 20px; background: url(../images/bg_s5s6.jpg) no-repeat center top #000; background-size:100%; padding-top: 90px;}
.tickets{ display: flex; flex-direction: row;justify-content:space-around}
.tickets img{ transition: all 0.5s }
.tickets img:hover{ transform: scale(1.02); transition: all 0.5s }
.tkwrap{ width: 100%; background: #fff; margin-bottom: 80px; margin-top: 50px; padding: 20px 50px; box-sizing: border-box}
.tkwrap .h3{ color: #6A30FF; font-size: 22px; font-weight: bold;}
.tkwrap li{ font-size: 18px; }
.tkwrap li::before{content: "●"; color: #6A30FF; font-size: 14px; margin-right: 10px;}
.tkwrap li small{ width: 100%; padding-left: 10px; font-size: 14px; display: inline-block; position: relative; top:-5px;}
.mapwrap{ width: 90%; margin: 0 auto; margin-bottom: 50px; border-radius: 30px; box-sizing: border-box; display: flex; flex-direction: row}
.mapwrap .lft{ width: 470px;}
.mapwrap .rig{ width: 50%; color: #fff; padding-left: 50px;}

.ticket .sec{ font-size: 16px; padding: 10px 0;  line-height: 28px;}
.ticket .sec .pd{ padding: 0 50px;}
.ticket .sec b{ font-weight: bold; color: #00FFFF; width: 100%; display: inline-block}
.ticket .ti { position: relative; font-size: 24px; color: #707070}
.ticket .ti i{ position: absolute; left: -40px; top: 0px;}
.ticket .sec em{ color: #2953E3; margin-right: 10px;}
.ticket .box3{ display: flex;justify-content:space-between}
.ticket .box3 img{ max-width: 100%;}
.maptitle{ max-width: 100%}

.ftlogo{ text-align: center; margin-top: 80px;}
.ft-note{ width: 100%;text-align: center; padding: 20px 0; }
.ft-note p{ font-size: 16px;}






.popbox { width: 700px; max-width: 800px !important; font-size: 16px;}
.popbox .top{display: flex; padding-bottom: 20px;}
.popbox .hd{ width: 250px; }
.popbox .inf { display: flex; justify-content: center ;flex-direction: column; align-items: flex-start; margin-left: 30px; font-size: 34px;}
.popbox .inf{ color: #000}
.popbox .tit{ font-size: 16px; color: #0056BF}
.popbox .inf .h4{ font-weight: bold; font-size: 34px; margin-bottom: 20px; color: #000 }
.popbox .inf p{font-size: 20px; line-height:36px;}
.popbox .cont{font-size: 16px; line-height: 26px; margin-top: 0px; padding: 20px 0px;}
.popbox .cont p{ font-size:20px; line-height: 32px;}
.popbox .blue{ color: #0056BF; margin-bottom: 10px; margin-top: 10px;}


footer{ }

.fixbtn{ position: fixed; right:30px; bottom: 30px; width: 150px; height: 150px; padding: 35px; box-sizing: border-box;  text-align: center; background-size: 100%; opacity: 0 }
.fixbtn.fadein{ opacity: 1; transition: all 0.5s}
.fixbtn span{  color: #fff; font-size: 32px; font-weight: bold;}
.fixbtn:hover{ opacity: 0.8}
.slid{ padding: 30px; background: #fff7eb}

.pc{ display: block}
.mb{ display: none;}
.box{ display: none;}

.fancybox-content{ padding: 25px!important}

.mbbtnfix{ display: none;}



@media only screen and (max-width: 1200px) {
    .container{ width: 100%; padding: 0 20px; box-sizing: border-box }
    .kv-wrap .container{ width: 100%; padding-top: 160px; min-height: 800px }
    .agenda{ min-height: inherit}
    .tickets a img{ max-width: 100%}
    .tkwrap{ width: 80%; margin: 0 auto; margin-top: 30px; margin-bottom: 80px;}
    .scroll{ right: 17%}
}
@media only screen and (max-width: 1000px) {
    .mb{ display: block;}
    .mb img{ width: 100%; display: flex;}
    .pc{ display: none !important}
    .wrap{ width: 100% !important}
    .box{ display: block}
    .head {padding-top: 0;z-index: 99; background: #000; }
    .head.fadein{ padding-bottom: 0;}
    .logo{ margin-top: 0px; width: auto; margin-left: 0; margin-bottom: 0;}
    .logo img{ width: 80px;margin-top: 10px;}
    .logo2{ margin-right: 54px; margin-top: 15px;}
    
    nav{ display: none; width: 100%;z-index: 999; position: fixed; background: #000; left: 0; margin-top: 0;}
    nav >div,.en nav >div{ width: 100%; border-bottom: 1px solid #ddd;padding: 15px 0; border-right: 0; color: #000; text-align: center}
    nav >div a{border-right: 0; color: #fff}
    nav a:hover span{ border: 0; padding: 0}
    nav a.active:after{ display: none;}
    
    .fixbtn{ display: none;}
    
    
    .mbkv{ display: flex; flex-direction: column; background: #000; width: 100%}
    .mbkv .info{ background: #651b7c; padding: 30px 30px; padding-bottom: 50px; color: #fff;}
    
    .slick-next{ right: 30px}
    .slick-prev{ left: 30px}
        
    .popbox .lft{ float: right; width: 100%}
    .popbox .rig{ float: left; width: 100%}
    .popbox .hd{ width: 50%; display: inline-block}
    .popbox .hd img{ width: 100%}
    .popbox .inf{ width: 48%; display: inline-block; vertical-align: top; padding-top: 16%;}
    
    p{line-height: 1.3em; font-size: 19px;}
    .title .h2{ font-size: 30px;}
    .s2 .rows{ flex-direction: column}
    .s2 .infoimg,.s2 .infoimg img{ width: 100%;}
    .s2 .aitxt{ padding-left: 0;}
    .s2 .secr3 img{ padding: 10px;}
    
    
    .tickets a img{ padding: 0 10px; box-sizing: border-box}
    .mapwrap{ flex-direction: column}
    .mapwrap .lft,.mapwrap .lft{ width: 100%;}
    .mapwrap .lft iframe{ height: 300px; margin-bottom: 30px;}
    .mapwrap .rig{ padding-left: 0; width: 100%;}
    
    .agendamb{ background: rgba(225,225,225,0.6); padding: 10px 0}
    
}
/*tablet*/
@media only screen and (max-width: 800px) {
    .popbox{ width: 100%;}
    .popbox .inf{ padding-top: 2%;}
    .ticket{ background-size: auto}
    .spksec{ background-size: auto; min-height: auto}
    .yt-iframe iframe{ width: 100%; }
    
    .s2 .secr3,.s2 .imgsec{ flex-direction: column}
    .s2 .imgsec .left,.s2 .imgsec .rig{ width: 100%; padding: 0}
    .s2 .imgsec .rig{ padding-top: 15px;}
   
}


@media only screen and (max-width: 500px) {
   
    .h2-ti{ font-size: 20px;}
    p{ font-size: 18px;}
    .ti-intro p{ font-size: 18px;}
    .subtitle .h2{ font-size: 26px;}
    .agenda table th{ font-size: 20px;}
    .agenda table td b{ font-size: 18px;}
    .logo2 img{ width: 180px; margin-top: 6px; }
    .logo2{ margin-right: 44px;}
    .popbox .cont{ padding: 20px 0; }
    .popbox .inf .h4{ font-size: 30px;}
    .popbox .cont p{ font-size: 16px;}
    .spks .item .name{ font-size: 32px;}
    .title{ margin-bottom: 30px;}
    .agenda td:nth-child(1),.agenda td:nth-child(2),.agenda td:nth-child(3),.agenda th{ width: 100%; float: left; text-align: left}
    .agendatb{ margin-top: 15px;}
    .yt-iframe iframe{ height: 300px}
    
    
    .tickets{ flex-direction: column}
    .tickets >div{ text-align: center}
    .s2{ padding-bottom: 120px; padding-top: 70px;}
    
    .title .h2:after{ width: 250px;}
    .popbox .inf p{ font-size: 18px;}
    .popbox .top{ flex-direction: column}
    .popbox .inf{ width: 100%; padding-left: 0; margin-left: 0;}
    
    .spks .item .tit{ font-size: 28px;}
    .spks .item p{ font-size: 18px;}
    .tkwrap{ padding: 20px;}
    
    .mbbtnfix{ display: block; position: fixed; bottom: 0}
    .mbbtnfix img{ float: left;}
    .ft-note{ padding-bottom: 120px; }
  
}


/*updown*/

@keyframes updown {
	0% {
		-webkit-transform: translateY(-2%);
		-moz-transform: translateY(-2%);
		-ms-transform: translateY(-2%);
		-o-transform: translateY(-2%);
		transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.updown{
	-webkit-animation: updown 700ms forwards ease-in-out infinite alternate;
	-moz-animation: updown 700ms forwards ease-in-out infinite alternate;
	-ms-animation: updown 700ms forwards ease-in-out infinite alternate;
	-o-animation: updown 700ms forwards ease-in-out infinite alternate;
	animation: updown 700ms forwards ease-in-out infinite alternate;
}




.box {
  position: absolute;
  top: 0px;
  right:0px;
/*  transform: translate(-50%, -50%);*/
  width:66px;
  height: 65px;
  background: none;
/*  box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.3);*/
}

.btn {
  position: absolute;
  top: 35px;
  right: -13px;
  transform: translate(-50%, -50%);
  width: 43px;
  cursor: pointer;
}
.btn.active{ top: 38px; right: -12px;}

.box span {
  display: block;
  width: 100%;
/*  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);*/
/*  border-radius: 3px;*/
  height: 5px;
  background: #fff;
  transition: all .3s;
  position: relative;
}

.box span + span {
  margin-top: 11px;
}

.box .active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.box .not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.box .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.box .not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.box .active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.box .not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes barjump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: -10px;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 150px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 250px;
  }
}



.mous{ position: absolute; display: inline-block; bottom: 50px; left: 280px;}
.mous em{ display: block; position: absolute; background: none; top: -30px; left: -22px; color: #01ffff;}
.mous span{ display: block;}
.mous span:after {
  content: "";
  position: absolute;
    z-index: 9999;
}

.mous > span:before {
  background-color: #fff;
  width: 1px;
  height: 30px;
  top: 50%;
  right: 0;
    z-index: 999;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.mous > span:after {
  background-color: #01ffff;
  width: 1px;
  height: 80px;
  top: 50%;
  right: -8px;
    z-index: 999;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  animation-name: mouse;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes mouse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: -10px;
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 40px;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 70px;
    opacity: .3;
  }
}



.marquee{ animation: marquee 200s linear infinite forwards;}
@media only screen and (max-width: 500px) {
     .marquee{ animation: marquee 400s linear infinite forwards;}
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee2{ animation: marquee2 200s linear infinite forwards;}

@media only screen and (max-width: 500px) {
     .marquee2{ animation: marquee2 400s linear infinite forwards;}
}

@-webkit-keyframes marquee2 {
  0% {
    transform: translateX(-90%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(-90%);
  }
  100% {
    transform: translateX(0);
  }
}

.biggerbtn{
    animation: biggerbtn 500ms forwards ease-in-out infinite alternate;
}

@keyframes biggerbtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  
  }
}


.rotate-div {  animation: rotate 5s linear infinite;transform-origin: center;}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}