section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #ffffff;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section #title {
  display: none;
}
section #pic {
  position: relative;
  max-width: 245px;
  max-height: 91px;
  width: 245px;
  height: 91px;
  top: 6%;
  margin-left: auto;
  margin-right: auto;
}
section ul {
  position: relative;
  width: 100%;
  text-align: center;
  top: 20%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
section ul li {
  list-style-type: none;
  font-size: 1.5em;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 58px;
}
section ul li:last-child {
  margin-bottom: 0;
}
section ul li a {
  color: #fff;
}
section ul li a:hover {
  color: #ff0;
}
section .zh {
  display: none;
}

footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  word-spacing: 0.3px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  section {
    position: absolute;
    width: 100%;
    height: auto;
    top: 32%;
    color: #ffffff;
  }
  section #title {
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 30px;
  }
  section #pic {
    position: relative;
    width: 320px;
    height: 120px;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  section ul {
    position: relative;
    top: 41px;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  section ul li {
    display: inline;
    list-style-type: none;
    font-size: 19px;
    letter-spacing: 4px;
    margin-right: 30px;
    color: #fff;
  }
  section ul li a {
    color: #fff;
  }
  section ul li a:hover {
    color: #ff0;
  }
  section ul li:nth-child(1)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section ul li:nth-child(2)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section ul li:nth-child(3)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section ul li:nth-child(4)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section .zh {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -337px;
  }
  section .zh a {
    font-size: 15px;
    color: #fff;
  }
  section .zh a div {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }
  section .zh a:nth-child(2) div {
    left: 100px;
  }
  section .zh a:hover {
    color: #ff0;
  }
  section .zh a:hover div {
    border-color: #ff0;
  }

  footer {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    word-spacing: 0.3px;
  }
}
@media screen and (min-width: 1200px) {
  section {
    position: absolute;
    width: 100%;
    height: auto;
    top: 32%;
    color: #ffffff;
  }
  section #title {
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 30px;
  }
  section #pic {
    position: relative;
    width: 320px;
    height: 120px;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  section ul {
    position: relative;
    top: 41px;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  section ul li {
    display: inline;
    list-style-type: none;
    font-size: 19px;
    letter-spacing: 4px;
    margin-right: 30px;
    color: #fff;
  }
  section ul li a {
    color: #fff;
  }
  section ul li a:hover {
    color: #ff0;
  }
  section ul li:nth-child(1)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section ul li:nth-child(2)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section ul li:nth-child(3)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section ul li:nth-child(4)::after {
    margin-left: 30px;
    content: "|";
    color: #fed73e;
  }
  section .zh {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -337px;
  }
  section .zh a {
    font-size: 15px;
    color: #fff;
  }
  section .zh a div {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }
  section .zh a:nth-child(2) div {
    left: 100px;
  }
  section .zh a:hover {
    color: #ff0;
  }
  section .zh a:hover div {
    border-color: #ff0;
  }

  footer {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    word-spacing: 0.3px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
body {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background-color: #EC623D;
  font-family: Microsoft JhengHei;
}

a {
  text-decoration: none;
}
