/*main-slider---start*/
#slide {
  position: relative;
  width: 100%;
}

#slide a {
  display: block;
  width: 100%;
  max-width: 1140px;
  max-height: 522px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
}

#slide a.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

#slide_btns {
  position: absolute;
  width: 100%;
  max-width: 1140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#slide .prev,
#slide .next {
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.12);
  margin-top: -14px;
  padding: 14px 12px;
  z-index: 11;
}

#slide .prev:hover,
#slide .next:hover {
  background-color: rgba(0, 0, 0, 0.24);
}

#slide .prev:after,
#slide .next:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#slide .prev {
  left: 3%;
  border-radius: 10000px;
}

#slide .prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 4px;
}

#slide .next {
  right: 3%;
  border-radius: 10000px;
}

#slide .next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 4px;
}

/*main-slider---end*/
/*time-countdown---start*/
.time-container {
  position: relative;
  text-align: center;
  color: #555;
  font-size: 24px;
  overflow: hidden;
}

.howmuchtime {
  height: 160px;
  background-image: linear-gradient(37.6deg, #f2ffc8 0%, #ff8e8e 90%);
}

.howmuchtime div {
  display: inline-block;
  margin: 0 10px 0 5px;
  line-height: 160px;
  width: 100px;
  border-radius: 50%;
  font-size: 60px;
  color: #fff;
}

.howmuchtime div:nth-child(1) {
  width: 150px;
  font-size: 70px;
  color: #ff6161;
  position: relative;
}

/*time-countdown---end*/
/*time-step---start*/
.time-step-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 960px;
  padding: 40px 20px 90px;
  margin: 0px auto 30px;
  border-radius: 20px;
}

.time-step-wrap ul {
  list-style: none;
}

.time-step-wrap li {
  display: inline-block;
  width: calc((960px - 40px - 2px) / 5 - 5px);
  position: relative;
  top: 0;
}

.item {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
  z-index: 50;
}

.time-step-wrap li + li p.item1:before,
.time-step-wrap li + li p.item1.pass:before,
.time-step-wrap li + li p.item1.now:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -125px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li:not(:last-of-type) p.item1:after,
.time-step-wrap li:not(:last-of-type) p.item1.now:after,
.time-step-wrap li:not(:last-of-type) p.item1.pass:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 57px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li + li p.item2:before,
.time-step-wrap li + li p.item2.pass:before,
.time-step-wrap li + li p.item2.now:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -125px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li:not(:last-of-type) p.item2:after,
.time-step-wrap li:not(:last-of-type) p.item2.now:after,
.time-step-wrap li:not(:last-of-type) p.item2.pass:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 57px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li + li p.item3:before,
.time-step-wrap li + li p.item3.pass:before,
.time-step-wrap li + li p.item3.now:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -125px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li:not(:last-of-type) p.item3:after,
.time-step-wrap li:not(:last-of-type) p.item3.now:after,
.time-step-wrap li:not(:last-of-type) p.item3.pass:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 57px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li + li p.item4:before,
.time-step-wrap li + li p.item4.pass:before,
.time-step-wrap li + li p.item4.now:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -125px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li:not(:last-of-type) p.item4:after,
.time-step-wrap li:not(:last-of-type) p.item4.now:after,
.time-step-wrap li:not(:last-of-type) p.item4.pass:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 56px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li + li p.item5:before,
.time-step-wrap li + li p.item5.pass:before,
.time-step-wrap li + li p.item5.now:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -125px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li:not(:last-of-type) p.item5:after,
.time-step-wrap li:not(:last-of-type) p.item5.now:after,
.time-step-wrap li:not(:last-of-type) p.item5.pass:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 57px;
  width: 120px;
  height: 3px;
}

.time-step-wrap li + li p.item:before,
.time-step-wrap li:not(:last-of-type) p.item:after {
  background-color: #ccc;
}

.item .notestep {
  width: 130px;
  text-align: center;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: -40px;
  right: 0;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

.item .days {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -90px;
  right: 0;
  color: #69c;
  font-size: 14px;
}

.item.pass {
  background: #e21d38;
}

.time-step-wrap li + li p.item.pass:before,
.time-step-wrap li:not(:last-of-type) p.item.pass:after,
.time-step-wrap li + li p.item.now:before,
.time-step-wrap li:not(:last-of-type) p.item.now:after {
  background-color: #e21d38;
}

.item.now {
  background-color: #e21d38;
}

.item.now .itemdatetime {
  top: -40px;
}

.nowcircle {
  position: absolute;
  top: 0;
  left: 0;
  background: #e21d38;
  opacity: 0.25;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.nowcircle:before,
.nowcircle:after {
  content: "";
  background: #ae323b;
  opacity: 0.5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.nowcircle {
  -webkit-animation: 3000ms scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite;
  animation: 3000ms scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.nowcircle:before {
  content: "";
  -webkit-animation: 3000ms scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite;
  animation: 3000ms scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.nowcircle:after {
  content: "";
  -webkit-animation: 3000ms scaleToggleThree
    cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: 3000ms scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite;
}
#taiwan {
  display: none;
}

@-webkit-keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*time-step---end*/
/*taiwan-map---start*/
#taiwan {
  position: relative;
  width: 80%;
  margin: 50px auto;
  overflow: hidden;
}

#taiwan svg {
  height: 70vh;
}

#taiwan svg text {
  fill: #777;
  font-size: 18px;
  cursor: pointer;
}

#taiwan a path {
  stroke: #444;
  fill: #f2f2f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

#taiwan a:hover text {
  fill: #fff;
}

#taiwan a:hover .textColor {
  fill: #777;
}

#taiwan a:hover path {
  fill: #951369;
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.title_area {
  position: absolute;
  left: 55%;
  top: 50%;
  color: #aaa;
  font-size: 30px;
}

#taiwan hr {
  border-bottom: solid 2px #aaa;
}

#taiwan .forcast h2,
h4,
h5 {
  margin: 0;
}

#taiwan .forcast h2 {
  margin-top: 20px;
}

/*taiwan-map---end*/
/*taiwan-pop---start*/
.popup-window {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #eee;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.xx-box {
  position: fixed;
  right: 30px;
  top: 40px;
  cursor: pointer;
  padding: 30px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.xx-box:hover .xx {
  background-color: #000;
}

.xx-box:hover .xx1,
.xx-box:hover .xx2 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.xx {
  width: 50px;
  height: 5px;
  background-color: #777;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.xx1 {
  margin-bottom: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xx2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.svg-box {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: -1;
  right: 0px;
  left: 0px;
  opacity: 0;
  padding: 10vh 10vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
  text-align: center;
}

.svg-box > .stroke {
  max-width: 600px;
  margin: 0 auto;
}

.svg-box svg a g,
.svg-box svg a path,
.svg-box svg a polygon {
  stroke: #aaa;
  stroke-width: 1px;
}

.svg-box svg a {
  width: 600px;
  height: 600px;
  fill: #951369;
  text-decoration: none;
  stroke: #aaa;
  cursor: pointer;
}

.svg-box svg a text {
  fill: #aaa;
  stroke: #aaa;
}

.svg-box svg a:hover path,
.svg-box svg a:hover polygon,
.svg-box svg a:hover g {
  fill: #f3d9da;
}

/*taiwan-pop---end*/
/*video-bulletin-wrap---start*/
.video-bulletin-wrap {
  min-height: 511px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.video-bulletin-wrap h1 {
  padding: 50px 0px 30px;
  text-align: center;
}

#embedVideo {
  padding: 0px 80px;
}

iframe {
  width: 100%;
}

#videoMore {
  margin: 30px 0px 60px;
  text-align: center;
}

#videoMore a,
#downloadBulletin a,
#moreNews a {
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #cf4566;
  border: 2px solid #cf4566;
  border-radius: 5px;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 700;
}

#downloadBulletin {
  text-align: center;
  margin: 30px 0px 50px;
}

/*video-bulletin-wrap---end*/
/*news---start*/
.news-box {
  background-color: #f9f9f9;
  padding: 40px 24px 24px 24px;
}

.news-box h2 {
  margin-bottom: 16px;
  text-align: center;
}

.news-box table {
  color: #6e5e63;
  width: 800px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
}

.news-box table tr {
  border-bottom: 1px solid #f4ecec;
}

.news-box table td {
  padding: 15px 0px 15px;
}

.news-box table td:first-of-type {
  padding-right: 20px;
  min-width: 490px;
  max-width: 492px;
}

.news-box table td a {
  text-decoration: none;
  color: #6e5e63;
}

.news-box table td a:hover {
  color: #951369;
}

.news-box table tr td span {
  display: none;
}

#moreNews {
  text-align: center;
  margin: 40px 0px;
  color: #951369;
}

/*news---end*/
@media screen and (min-width: 1537px) {
  #slide {
    background-color: #f9f9f9;
  }
  #slide a {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1225px) and (max-width: 1536px) {
  #slide {
    background-color: #f9f9f9;
  }
  #slide a {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1250px) {
  .video-bulletin-wrap-img {
    height: 90vh;
  }
}

@media screen and (min-width: 861px) and (max-width: 1050px) {
  #taiwan svg {
    height: 60vh;
  }
  .title_area {
    left: 56%;
    bottom: 10px;
  }
  .title_area h1,
  .title_area h3 {
    line-height: 0.1;
  }
  .title_area h1 {
    font-size: 25px;
  }
  .title_area h3 {
    font-size: 20px;
  }
  .title_area hr {
    margin: 10px 0px;
  }
  .video-bulletin-wrap-img {
    height: 90vh;
  }
}

@media screen and (max-width: 860px) {
  #taiwan svg {
    height: 50vh;
  }
  .title_area {
    left: 60%;
    right: -90px;
    bottom: 10px;
  }
  .title_area h1,
  .title_area h3 {
    line-height: 0.1;
  }
  .title_area h1 {
    font-size: 25px;
  }
  .title_area h3 {
    font-size: 20px;
  }
  .title_area hr {
    margin: 10px 0px;
  }
  .video-bulletin-wrap-img {
    height: 90vh;
  }
}

@media screen and (min-width: 650px) and (max-width: 960px) {
  /*time-countdown---start*/
  .howmuchtime {
    height: 120px;
  }
  .time-container {
    font-size: 20px;
  }
  /*time-countdown---end*/
  /*time-step---start*/
  .time-step-wrap {
    display: none;
  }
  .time-step-wrap li {
    width: calc((650px - 20px - 2px) / 5 - 8px);
  }
  .time-step-wrap li + li p.item:before,
  .time-step-wrap li + li p.item.pass:before,
  .time-step-wrap li + li p.item.now:before {
    left: -71px;
    width: 72px;
  }
  .time-step-wrap li + li p.item4:before {
    left: -68px;
  }
  .nowcircle {
    left: -5px;
  }
  .item .notestep {
    font-size: 15px;
  }
  .addline {
    display: none !important;
  }
  /*time-step---end*/
  /* vote-search---start */
  .howmuchtime div {
    width: 40px;
    line-height: 120px;
    font-size: 30px;
  }
  .howmuchtime div:nth-child(1) {
    width: 90px;
    font-size: 40px;
  }
  /* vote-search---end */
}

@media screen and (max-width: 820px) {
  .video-bulletin-wrap-img {
    height: 120vh;
  }
  /*news---start */
  .news-box table {
    width: 100%;
  }
  .news-box table td {
    padding: 18px 30px 0px;
  }
  .news-box table tr td span {
    display: block;
    margin: 3px 0px 20px;
  }
  .news-box .date {
    display: none !important;
  }
  /*news---end*/
  /*taiwan-map---start*/
  #taiwan {
    display: none !important;
  }
  /*taiwan-map---end*/
  .video-bulletin-wrap {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 650px) {
  /*time-countdown---start*/
  .howmuchtime {
    height: 100px;
    padding: 0px 10px;
  }
  .time-container {
    font-size: 13px;
  }
  /*time-countdown---end*/
  /*time-step---start*/
  .time-step-wrap {
    display: none;
  }
  /* vote-search---start */
  .howmuchtime div {
    width: 20px;
    line-height: 100px;
    font-size: 20px;
  }
  .howmuchtime div:nth-child(1) {
    width: 60px;
    font-size: 30px;
  }
  /* vote-search---end */
  .video-bulletin-wrap {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .video-share-box .youtube_videos .youtube,
  .video-share-box .youtube_video {
    float: left;
    margin: 10px auto;
  }
}

@media screen and (max-width: 500px) {
  .news-box table td:first-of-type {
    min-width: 290px;
    max-width: 320px;
  }
  .howmuchtime div:nth-child(1) {
    width: 50px;
  }
  /*video--start*/
  #embedVideo {
    padding: 0px 30px;
  }
  /*video---end*/
}

@media screen and (min-width: 335px) and (max-width: 385px) {
  /*time-countdown---start*/
  .how-second {
    display: none !important;
  }
  /*time-countdown---end*/
  /*video--start*/
  #embedVideo {
    padding: 0px 20px;
  }
  /*video---end*/
}

@media screen and (min-width: 275px) and (max-width: 334px) {
  /*time-countdown---start*/
  .how-second,
  .how-min {
    display: none !important;
  }
  /*time-countdown---end*/
  /*video--start*/
  #embedVideo {
    padding: 0px 10px;
  }
  /*video---end*/
}

@media screen and (max-width: 274px) {
  /*time-countdown---start*/
  .how-second,
  .how-min,
  .how-hr {
    display: none !important;
  }
  /*time-countdown---end*/
  /*video--start*/
  #embedVideo {
    padding: 0px 10px;
  }
  /*video---end*/
}






/*
     FILE ARCHIVED ON 17:19:15 十月 30, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 1:27:27 五月 21, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
