@-webkit-keyframes bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes star {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes star {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes train {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -466px;
  }
}

@keyframes train {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -466px;
  }
}

@-webkit-keyframes car-left {
  0% {
    margin-left: -5%;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes car-left {
  0% {
    margin-left: -5%;
  }

  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes car-right {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -5%;
  }
}

@keyframes car-right {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -5%;
  }
}

@-webkit-keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@-webkit-keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }

  8% {
    margin-left: 80%;
    margin-top: 5%;
  }

  16% {
    margin-left: 65%;
    margin-top: 3%;
  }

  24% {
    margin-left: 50%;
    margin-top: 7%;
  }

  36% {
    margin-left: 38%;
    margin-top: 5%;
  }

  42% {
    margin-left: 23%;
    margin-top: 2%;
  }

  46% {
    margin-left: 13%;
    margin-top: 5%;
  }

  50% {
    margin-left: 0%;
    margin-top: 8%;
  }

  58% {
    margin-left: 18%;
    margin-top: 7%;
  }

  62% {
    margin-left: 35%;
    margin-top: 4%;
  }

  72% {
    margin-left: 50%;
    margin-top: 2%;
  }

  80% {
    margin-left: 62%;
    margin-top: 5%;
  }

  88% {
    margin-left: 75%;
    margin-top: 2%;
  }

  94% {
    margin-left: 88%;
    margin-top: 4%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }

  8% {
    margin-left: 80%;
    margin-top: 5%;
  }

  16% {
    margin-left: 65%;
    margin-top: 3%;
  }

  24% {
    margin-left: 50%;
    margin-top: 7%;
  }

  36% {
    margin-left: 38%;
    margin-top: 5%;
  }

  42% {
    margin-left: 23%;
    margin-top: 2%;
  }

  46% {
    margin-left: 13%;
    margin-top: 5%;
  }

  50% {
    margin-left: 0%;
    margin-top: 8%;
  }

  58% {
    margin-left: 18%;
    margin-top: 7%;
  }

  62% {
    margin-left: 35%;
    margin-top: 4%;
  }

  72% {
    margin-left: 50%;
    margin-top: 2%;
  }

  80% {
    margin-left: 62%;
    margin-top: 5%;
  }

  88% {
    margin-left: 75%;
    margin-top: 2%;
  }

  94% {
    margin-left: 88%;
    margin-top: 4%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@-webkit-keyframes cloud {
  0% {
    left: 1%;
  }

  50% {
    left: 2%;
  }

  100% {
    left: 1%;
  }
}

@keyframes cloud {
  0% {
    left: 1%;
  }

  50% {
    left: 2%;
  }

  100% {
    left: 1%;
  }
}

@-webkit-keyframes car {
  0% {
    margin-left: -443px;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes car {
  0% {
    margin-left: -443px;
  }

  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes goon {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes goon {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  20% {
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  20% {
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes click02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes click03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0%);
    transform: scale(0%);
  }

  10% {
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0%);
    transform: scale(0%);
  }

  10% {
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.anisec .animate {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

.anisec .animate.show {
  opacity: 1;
}

.anisec .animate.show.inifite {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: goon 1.5s infinite;
  animation: goon 1.5s infinite;
}

.anisec .animate.fadeInUp.show {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}

#index .thing .phone > div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

#index .thing .phone > div:after {
  content: " ";
  display: block;
  clear: both;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.train {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 21px;
}

.train figure {
  display: block;
  width: 466px;
  height: 65px;
  background: url(../images/train.png) center center no-repeat;
}

.train.show {
  opacity: 1;
}

.train.show figure {
  -webkit-animation: train 8s linear infinite;
  animation: train 8s linear infinite;
}

@media (max-width: 1600px) {
  .train {
    bottom: 15px;
  }
}

#index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 0;
  overflow: hidden;
background: radial-gradient(62.96% 94.22% at 50.12% 50%, #51318F 0%, #492A82 20%, #351962 57%, #190235 100%);
  background-size: cover;
  background-position: center bottom;
}

/*
#index:before {
  content: "";
  background-image: url(../images/index-star1.png);
  -webkit-animation: star 10s 3s infinite;
  animation: star 10s 3s infinite;
  height: 100%;
  width: 100%;
  display: block;
}

#index:after {
  content: "";
  background-image: url(../images/index-star1.svg);
  -webkit-animation: star 10s infinite;
  animation: star 10s infinite;
  height: 100%;
  width: 100%;
  display: block;
}
*/

@media (min-width: 1025px) {
  #index {
    min-height: 640px !important;
    max-height: 700px;
  }
}

@media (min-width: 1280px) {
  #index {
    max-height: 800px;
  }
}

@media (min-width: 1580px) {
  #index {
    min-height: 960px !important;
    max-height: 1000px;
  }
}

.rwdvideo {
  border: 5px solid #d7aa80;
}

#index .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#index .bg img {
  display: none;
  width: 100%;
}

#index .title {
  margin: 0 auto;
  max-width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#index .money {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index .money {
  opacity: 0;
  transform: translateY(100px);
  /* 從下方開始 */
  transition:
    opacity 1s ease,
    transform 1s ease;
}

#index .money.up {
  opacity: 0;
  transform: translateY(-100px);
  /* 從下方開始 */
  transition:
    opacity 1s ease,
    transform 1s ease;
}

#index .up.fade-in,
#index .fade-in {
  opacity: 1;
  transform: translateY(0);
  /* 回到原來位置 */
}

@media (min-width: 1025px) {
  #index .money1-left {
    left: 0;
    top: 0;
    width: 100%;
  }

  #index .money2-left {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  #index .money1-right {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  #index .money2-right {
    right: 0;
    top: 0;
    width: 100%;
  }
}

#index .money.animate.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#index .subtag {
  margin: 0 auto 1.5rem;
  width: 80%;
  max-width: 250px;
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

#index .subtitle {
  margin: 0 auto;
  width: 80%;
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index .subtitle.animate.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#index .subtag.animate.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#index .mtitle {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index .mtitle.animate.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#index p {
  text-align: center;
  position: relative;
  padding: 30px 0;
  font-size: 14px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

@media (min-width: 960px) {
  #index p {
    font-size: 18px;
  }
}

@media (min-width: 1386px) {
  #index p {
    font-size: 22px;
  }
}

#index .btns {
  display: table;
  margin: 20px auto;
}

#index .btns a {
  background: #9e7830;
  color: #000;
}

#index .btns a:hover {
  background: #cf33b4;
  color: #fff;
}

@media (max-width: 1385px) {
  #index p {
    right: -2%;
    bottom: 6%;
    line-height: 28px;
  }

  #index span {
    font-size: 16px;
  }

  #index .title {
    max-width: 700px;
    width: 60%;
  }

  #index .subtitle {
    min-width: 380px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  #index {
    height: 0px;
    min-height: auto !important;
    padding-bottom: 156%;
    height: auto !important;
    background: url(../images/index-bg-m.png) top left no-repeat;
    background-size: cover;
  }

  #index .main,
  #index .money {
    display: none;
  }
}

@media (max-height: 700px) {
  #index .title {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  #index .title {
    max-width: 80%;
    padding-top: 0;
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .subtitle {
    max-width: 80%;
    margin: 0.5rem 0;
  }
}

@media (max-width: 768px) {
  #index .content-title {
    font-size: 14px;
    max-width: 85%;
  }
}

@media (max-width: 480px) {
  #index .content-title {
    -webkit-transition: none;
    transition: none;
  }
}

.iconshake {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
  width: 18px;
}

.iconshake a {
  width: 100%;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/scroll.svg);
  background-position: bottom center;
}

@media (max-width: 1024px) {
  .iconshake a {
    background-image: url(../images/scroll_xs.svg);
  }
}

#forum {
  background-color: #ef832b;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#forum > div {
  position: relative;
  z-index: 1;
}

#forum p {
  color: #ffffff;
  font-size: 20px;
  margin: 60px auto 30px auto;
  text-align: center;
  max-width: 90%;
}

#forum p span {
  color: #ffffff;
  font-size: 20px;
}

#forum ul.info {
  max-width: 570px;
  margin: 1rem auto 0 auto;
  position: relative;
  z-index: 2;
}

#forum ul.info li {
  display: inline-block;
  font-size: 26px;
  margin: 12px 5px;
  color: #ffffff;
}

#forum ul.info li h3 {
  background-color: #5b35a7;
  border-radius: 27px;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding: 7px 35px;
  margin-right: 15px;
}

#forum ul.info li span {
  font-size: 26px;
  color: #ffffff;
}

#forum ul.info li > img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}

#forum ul.info li a.map {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 8px;
}

#forum ul.info li a.map img {
  -webkit-animation: jump 0.8s infinite;
  animation: jump 0.8s infinite;
}

#forum .btns {
  margin-top: 50px;
}

#forum .forum-left {
  position: absolute;
  left: -50%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 100%;
  top: 0;
}

#forum .forum-right {
  position: absolute;
  right: -50%;
  z-index: -1;
  -webkit-transition: 2s all;
  transition: 2s all;
  height: 100%;
  top: 0;
}

@media (min-width: 1025px) {
  #forum ul.info li a.map {
    width: 35px;
    height: 35px;
  }

  #forum.active .forum-left {
    left: -20%;
  }

  #forum.active .forum-right {
    right: -20%;
  }
}

@media (min-width: 1200px) {
  #forum.active .forum-left {
    left: -10%;
  }

  #forum.active .forum-right {
    right: -5%;
  }
}

@media (min-width: 1580px) {
  #forum.active .forum-left {
    left: 0%;
  }

  #forum.active .forum-right {
    right: 0%;
  }
}

@media (max-width: 980px) {
  #forum {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: auto !important;
  }

  #forum:after,
  #forum:before {
    display: none;
  }

  #forum .btns a {
    width: 220px;
    background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  #forum p {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  #forum ul.info {
    max-width: 320px;
  }

  #forum ul.info li {
    font-size: 16px;
    margin: 12px 0px;
  }

  #forum ul.info li h3 {
    font-size: 16px;
    padding: 3px 10px;
    margin-right: 10px;
  }

  #forum ul.info li span {
    font-size: 16px;
  }

  #forum ul.info li:first-child {
    margin-right: 0px;
  }

  #forum .info-add-s {
    font-size: 16px;
    margin-left: 61px;
  }

  #forum .btn a {
    width: 180px;
    padding: 16px 0px;
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #forum p {
    margin: 30px auto;
    font-size: 18px;
  }

  #forum p span {
    font-size: 18px;
    display: block;
  }

  #forum p br {
    display: none;
  }
}

@media (max-width: 768px) {
  #forum ul.info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  #forum ul.info li > img {
    width: 40px;
  }
}

@media (max-width: 480px) {
  #forum ul.info li {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #forum.active .forum-left {
    display: none;
  }
}

@media (max-width: 980px) {
  #forum.active .forum-left {
    display: none;
  }
}

@media (max-width: 980px) {
  #forum.active .forum-right {
    display: none;
  }
}

.bg-m {
  display: none;
}

@media (max-width: 980px) {
  .bg-m {
    display: block;
  }
}

.info-add-s {
  margin-left: 137px;
  color: #ffffff;
  font-size: 26px;
}

@media (max-width: 480px) {
  .info-add-s {
    margin-left: 48px;
    font-size: 16px;
  }

  #forum ul.info {
    max-width: 335px;
  }
}

#speaker {
  background-color: #3f2171;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

#speaker .people {
  max-width: 720px;
  margin: 3rem auto;
}

#speaker .speaker li {
  position: relative;
  opacity: 0;
  top: 3rem;
}

#speaker .speaker-down {
  position: absolute;
  bottom: -100%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
  background-image: url(../images/speaker-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

#speaker.active .speaker-down {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  bottom: 0%;
  opacity: 1;
}

#speaker .speaker-up {
  position: absolute;
  top: -100%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
  background-image: url(../images/speaker-bg.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

#speaker.active .speaker-up {
  -webkit-transition: 1s all;
  transition: 1s all;
  top: 0%;
  opacity: 1;
}

#speaker.active .speaker li {
  opacity: 1;
  top: 0;
}

@media (min-width: 960px) {
  #speaker .people {
    max-width: 950px;
    margin: 3rem auto;
  }
}

@media (min-width: 1025px) {
  #speaker .speaker li:nth-child(1) {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  #speaker .speaker li:nth-child(2) {
    -webkit-transition: 1s all;
    transition: 1s all;
  }

  #speaker .speaker li:nth-child(3) {
    -webkit-transition: 1.5s all;
    transition: 1.5s all;
  }

  #speaker .speaker li:nth-child(4) {
    -webkit-transition: 2s all;
    transition: 2s all;
  }
}

@media (min-width: 1280px) {
  #speaker .people {
    max-width: 1180px;
  }
}

@media (min-width: 1580px) {
  #speaker .people {
    max-width: 1280px;
  }
}

#speaker ul.speaker {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

#speaker ul.speaker li {
  margin-bottom: 30px;
  width: 20%;
  max-width: 250px;
  margin-left: 2%;
  margin-right: 2%;
}

#speaker ul.speaker li:nth-child(4) {
  clear: both;
}

#speaker ul.speaker figure img {
  margin: auto;
  max-width: auto;
}

#speaker ul.speaker figcaption {
  margin-top: 5px;
  margin-left: 5px;
}

#speaker ul.speaker figcaption.lecturerBox {
  position: relative;
  align-items: center;
  padding: 8px 0.75rem;
  z-index: 1;
  text-align: center;
}

#speaker .lecturerBox .lecturer-img {
  position: relative;
  width: 110px;
  height: 40px;
  background-image: url("../images/lecturer.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  margin: -40px auto 0;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}

#speaker ul.speaker figcaption p.lecturerTag {
  font-family: Noto Sans TC;
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 37px;
}

#speaker ul.speaker figcaption .lecturer-name {
  margin-top: 5px;
}

#speaker ul.speaker figcaption p {
  font-family: Noto Sans TC;
  font-size: 14px;
  font-weight: 400;
  color: white;
}

#speaker ul.speaker .name {
  font-size: 20px;
  letter-spacing: 2px;
  padding-top: 3px;
}

@media (max-width: 980px) {
  #speaker {
    padding-top: 40px;
    min-height: auto !important;
  }

  #speaker .boxcon {
    position: inherit;
    height: auto;
  }
}

@media (max-width: 480px) {
  #speaker ul.speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #speaker ul.speaker figcaption p {
    font-size: 17px;
  }
}

#agenda {
  background-color: #ef832b;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

#agenda .con {
  max-width: 850px;
  width: 95%;
}

#agenda .title {
  margin-bottom: 60px;
}

#agenda .agenda-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
}

#agenda .agenda-list li * {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

#agenda .agenda-list li i {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 160px;
}

#agenda .agenda-list li i:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #d7aa80;
  right: -51px;
  top: 25px;
}

#agenda .agenda-list li:last-child i:before {
  display: none;
}

#agenda .agenda-list .agenda-list-box > h4 {
  display: flex;
}

#agenda .agenda-list .agenda-list-box > h4 > .agenda-list-name {
  width: calc(100% - 80px);
  padding-top: 2px;
  /*
  display: flex;
  flex-wrap: wrap;*/
}

#agenda .agenda-list .agenda-list-box {
  margin-left: 100px;
  position: relative;
}

#agenda .agenda-list .agenda-list-box .title-sup {
  color: #ffddb6;
}

#agenda .agenda-list .agenda-list-box:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #d7aa80;
  border-radius: 50%;
  left: -60px;
  top: 7px;
}

#agenda .agenda-list .agenda-list-box::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3f2171;
  border: 2px solid #3f2171;
  border-radius: 50%;
  left: -57px;
  top: 10px;
}

#agenda .agenda-list .agenda-list-box b {
  font-size: 16px;
  padding: 2px 0px 1px 5px;
  border: 1px solid #3f2171;
  background-color: #3f2171;
  color: #ffddb6;
  border-radius: 50rem;
  letter-spacing: 3px;
  text-align: center;
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

#agenda .agenda-list .agenda-list-box h4 {
  margin: 8px 0 10px;
}

#agenda .agenda-list .agenda-list-box span {
  font-size: 14px;
}

#agenda .agenda-list .agenda-list-box .without-title {
  padding-left: 92px;
}

#agenda .agenda-left {
  position: absolute;
  left: -50%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 48%;
  bottom: 90px;
}

#agenda .agenda-right {
  position: absolute;
  right: -50%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 48%;
  top: 0;
}

#agenda.active .agenda-left {
  left: 0%;
}

#agenda.active .agenda-right {
  right: 0%;
}

@media (min-width: 768px) {
  #agenda .agenda-list .agenda-list-box span {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  #agenda.active .agenda-left {
    height: 100%;
    top: 0%;
    left: -15%;
  }

  #agenda.active .agenda-right {
    height: 100%;
    top: 0%;
    right: -15%;
  }

  #agenda .con {
    max-width: 950px;
  }
}

@media (min-width: 1580px) {
  #agenda.active .agenda-left {
    left: -8%;
  }

  #agenda.active .agenda-right {
    right: -8%;
  }
}

@media (min-width: 1680px) {
  #agenda.active .agenda-left {
    left: 0%;
  }

  #agenda.active .agenda-right {
    right: 0%;
    bottom: 0;
  }
}

@media (max-width: 480px) {
  #agenda .agenda-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
  }

  #agenda .agenda-list li i {
    width: 200px;
  }
}

@media (max-width: 480px) {
  #agenda .agenda-list li i:before {
    height: 800%;
    left: -32px;
    top: 10px;
  }
}

@media (max-width: 480px) {
  #agenda .agenda-list .agenda-list-box {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  #agenda .agenda-list .agenda-list-box:before {
    left: -40px;
    top: -20px;
  }
}

@media (max-width: 480px) {
  #agenda .agenda-list .agenda-list-box::after {
        left: -37px;
        top: -17px;
  }
}

@media (max-width: 980px) {
  #agenda .agenda-left,
  #agenda .agenda-right {
    display: none;
  }
}

#vote {
  background-color: #1e6674;
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#vote .btns {
  margin-top: 70px;
  margin-left: -10px;
}

#vote:before {
  display: block;
  width: 45%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80% auto;
}

#vote h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 480px) {
  #vote h3 br {
    display: none;
  }
}

#award {
  position: relative;
  background: url(../images/award_bg.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

#award.active:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#award .car {
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: 7px;
}

#award .car figure {
  display: block;
  width: 443px;
  height: 50px;
  background: url(../images/train.png) center center no-repeat;
  -webkit-animation: car 12s linear infinite;
  animation: car 12s linear infinite;
}

#award .btns {
  margin-top: 70px;
}

#award .btns a {
  background: #9e7830;
}

#award .btns a:hover {
  background: #27a038;
}

#award.active:before,
#award.active:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

@media (max-width: 1024px) {
  #award {
    padding: 5% 0 16%;
  }

  #award:before {
    background-size: 46%;
    background-position: 0% 90%;
  }

  #award:after {
    background-position: 100% 8%;
    background-size: 40%;
  }
}

@media (max-width: 768px) {
  #award:before {
    background-size: 62%;
    background-position: -24% 95%;
  }

  #award:after {
    background-position: 100% 8%;
    background-size: 50%;
  }
}

@media (max-width: 768px) {
  #award:after {
    background-position: 130% 6%;
    background-size: 50%;
  }
}

#video {
  background-color: #3F2171;
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#video .video-up {
  position: absolute;
  top: -100%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
  background-image: url(../images/speaker-bg.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

#video.active .video-up {
  -webkit-transition: 1s all;
  transition: 1s all;
  top: 0%;
  opacity: 1;
}

@media (max-width: 980px) {
  #video {
    min-height: auto !important;
  }
}

@media (max-width: 480px) {
  #video {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

#note {
  background-color: #ef832b;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 180px;
  min-height: auto !important;
  position: relative;
}

#note .title {
  margin-bottom: 60px;
}

#note h3 {
  color: #ffe6d2;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

#note .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

#note .list li i {
  width: 20px;
}

#note .list * {
  color: #ffffff;
  font-size: 16px;
}

#note .list + h3 {
  margin-top: 40px;
}

#note .note-left {
  opacity: 1;
  position: absolute;
  z-index: -1;
  width: 15%;
  -webkit-transition: 1s all;
  transition: 1s all;
  left: -50%;
  top: 0;
}

#note .note-right {
  opacity: 1;
  position: absolute;
  z-index: -1;
  width: 15%;
  -webkit-transition: 1s all;
  transition: 1s all;
  right: -50%;
  bottom: 0;
}

#note.active .note-left {
  left: 0%;
}

#note.active .note-right {
  right: 0%;
}

@media (min-width: 1025px) {
  #note .note-left,
  #note .note-right {
    transform: translateY(-50%);
    top: 50%;
    max-height: 740px;
    width: 25%;
  }

  #note.active .note-left {
    left: -10%;
  }

  #note.active .note-right {
    right: -10%;
  }
}

@media (min-width: 1680px) {
  #note.active .note-left {
    left: -5%;
  }

  #note.active .note-right {
    right: -5%;
  }
}

@media (min-width: 1920px) {
  #note.active .note-left {
    left: -3%;
  }

  #note.active .note-right {
    right: -3%;
  }
}

@media (max-width: 980px) {
  #note .note-right,
  #note .note-left {
    display: none;
  }
}

@media (max-width: 980px) {
  #note .note-right,
  #note .note-left {
    display: none;
  }
}

@media (max-width: 480px) {
  #note {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #note .title {
    margin-bottom: 20px;
  }
}

ul.boxlist > li {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.boxlist > li + li {
  margin-top: 10px;
}

ul.boxlist > li:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 9px;
  background: #666666;
}

ul.boxlist > li * {
  font-size: 18px;
  line-height: 1.6em;
  color: #666666;
}

ul.boxlist > li b {
  font-weight: bold;
}

ul.boxlist > li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

ul.boxlist table {
  width: 95%;
  margin: 10px 0;
}

ul.boxlist table th,
ul.boxlist table td {
  font-size: 18px;
  padding: 3px 10px;
  border: 1px solid #ccc;
  text-align: center;
}

ul.boxlist table caption {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

ul.boxlist table thead th {
  border: 1px solid #fff;
  background-color: #dfdfdf;
}

ul.boxlist table thead th.th2 {
  background: #fadaba;
}

ul.boxlist table thead th.th3 {
  background: #b7e7df;
}

ul.boxlist table tbody tr.point td {
  background-color: #1cbbc5;
  color: #fff;
}

ul.boxlist img {
  max-width: 100%;
  margin: auto;
}

.icon-list li {
  padding-left: 80px;
  position: relative;
  margin: 25px 60px;
}

.icon-list li * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  color: #666666;
}

.icon-list li span {
  color: #a07729;
}

.icon-list li:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 52px;
  height: 48px;
  position: absolute;
  left: 8px;
  top: 0;
  background-image: url(../images/requestItem-icon.svg);
  background-size: cover;
}

.icon-list li:nth-child(1):before {
  background-position: 0 0;
}

.icon-list li:nth-child(2):before {
  background-position: 0 -72px;
}

.icon-list li:nth-child(3):before {
  background-position: 0px -148px;
}

.icon-list li:nth-child(4):before {
  background-position: 0px -220px;
}

.icon-list li:nth-child(5):before {
  background-position: 0px -284px;
}

.icon-list.flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 60px;
}

.icon-list.flex li * {
  font-size: 24px;
  line-height: 48px;
  color: #666666;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-list .download {
  background: url(../images/download.svg) center center no-repeat;
  width: 32px;
  height: 48px;
  display: block;
  margin: 0 8px;
}

@media (max-width: 768px) {
  .icon-list li {
    margin: 25px auto;
  }
}

@media (max-width: 480px) {
  .icon-list li {
    padding-left: 52px;
  }
}

@media (max-width: 480px) {
  .icon-list li:before {
    width: 40px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .icon-list li:nth-child(2):before {
    background-position: 0 -52px;
  }

  .icon-list li:nth-child(3):before {
    background-position: 0px -114px;
  }

  .icon-list li:nth-child(4):before {
    background-position: 0px -170px;
  }

  .icon-list li:nth-child(5):before {
    background-position: 0px -219px;
  }
}

@media (max-width: 480px) {
  .icon-list.flex li {
    padding-left: 52px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0;
  }
}

@media (max-width: 480px) {
  .icon-list.flex li * {
    line-height: 35px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .icon-list .download {
    width: 24px;
    background-size: contain;
    height: 35px;
    margin: 0 4px;
  }
}

#voteway ul.way1 {
  max-width: 580px;
  margin: auto;
}

#voteway ul.way1 li i {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 140px;
  background: #f6ab36;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 33px;
  padding: 35px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}

#voteway ul.way1 li i.big {
  padding: 35px 24px;
}

#voteway ul.way1 li p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 160px);
  margin-left: 10px;
  font-size: 20px;
}

#voteway ul.way1 li p span {
  display: block;
  font-size: 20px;
}

#voteway ul.way1 li + li {
  margin-top: 20px;
}

#voteway ul.way1 li + li i {
  background: #03c9a8;
}

#voteway ul.way2 {
  margin: 20px 0;
  text-align: center;
}

#voteway ul.way2 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}

#voteway ul.way2 li > div {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #1cbbc5;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
}

#voteway ul.way2 li > div i {
  display: table;
  margin: 0 auto 5px auto;
}

#voteway ul.way2 li > div p {
  font-size: 22px;
}

#voteway ul.way2 li > div p span {
  font-size: 22px;
  display: block;
}

#voteway ul.way2 li + li:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -11px;
  top: 50%;
  margin-top: -11px;
  background: url(../images/way2icon.png) center center no-repeat;
}

#voteway .way3 {
  margin: 20px 0;
  text-align: center;
}

#voteway .way3 .percent {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .percent li {
  width: 100%;
}

#voteway .way3 .percent li div {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .percent li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  margin: 0 10px;
}

#voteway .way3 .percent li > div.tt {
  font-size: 22px;
  width: 140px;
  min-width: 350px;
  background: #f6ab36;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

#voteway .way3 .percent li + li {
  margin-top: 15px;
}

#voteway .way3 .percent li + li > div.tt {
  background: #03c9a8;
}

#voteway .way3 .total {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .total div {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .total div.score {
  font-size: 36px;
  width: 120px;
  height: 120px;
  color: #fff;
  background: #f54746;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0;
}

#voteway ul.award {
  width: 90%;
  margin: auto;
  max-width: 900px;
}

#voteway ul.award li {
  background: #f0f0f0;
  padding: 15px;
  position: relative;
}

#voteway ul.award li + li {
  margin-top: 15px;
}

#voteway ul.award figure {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

#voteway ul.award figcaption {
  padding-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 280px);
  margin-left: 20px;
}

#voteway ul.award figcaption b {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0;
  display: block;
}

#voteway ul.award figcaption p {
  font-size: 18px;
}

#voteway ul.award figcaption span {
  color: #4c78be;
  position: absolute;
  left: 290px;
  bottom: 12px;
}

#voteway ul.award figcaption span b {
  display: inline;
  color: #4c78be;
  font-size: 14px;
}

#report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #b18739;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#report .con {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#report h4 {
  margin-bottom: 40px;
}

#report ul.list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0;
}

#report ul.list li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
}

#report ul.list li a {
  display: block;
  text-align: center;
}

#report ul.list li a figure {
  overflow: hidden;
}

#report ul.list li a figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#report ul.list li a figcaption {
  margin: 10px 0;
  font-size: 20px;
}

#report ul.list li a:hover figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#report ul.list li a:hover figcaption {
  color: #1cbbc5;
}

@media (max-width: 980px) {
  #report .con {
    margin: 100px 0 40px;
  }
}

@media (max-width: 480px) {
  #report ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#awardway {
  max-width: 1000px;
}

#awardname ul.list {
  max-width: 1000px;
  text-align: center;
}

#awardname ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#awardname ul.list li figcaption {
  text-align: left;
}

#awardname ul.list li figcaption i {
  margin: 5px 0;
  display: block;
  font-size: 22px;
}

#awardname ul.list li figcaption i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

#awardname ul.list li figcaption b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
  min-height: 85px;
}

#awardname ul.list li figcaption b span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

#awardname ul.list li figcaption p {
  font-size: 16px;
}

@media (max-width: 980px) {
  #index .thing,
  #index .h1 {
    display: none;
  }

  #index .mh1 {
    display: table;
    margin: 10px auto;
  }

  #index .info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #index p span {
    font-size: 24px;
    border-bottom: none;
  }

  #report ul.list li {
    width: 50%;
  }

  #awardname ul.list li {
    width: 47%;
  }
}

@media (max-width: 560px) {
  #vote {
    padding-bottom: 120px;
  }

  #vote:before {
    left: -20%;
  }
}

@media (max-width: 880px) {
  #voteway .way3 .percent li > div.tt {
    min-width: 250px;
  }

  #voteway .way3 .percent li + li:before {
    content: "+";
    font-size: 50px;
    display: table;
    margin: auto;
  }

  #voteway .way3 .total {
    display: block;
  }

  #voteway .way3 .total div {
    display: table;
    margin: auto;
  }

  #voteway .way3 .total div img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #surveyresult .tab_content#government ul li,
  #surveyresult .tab_content#people ul li {
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  #surveyyear .tab_content#government ul li,
  #surveyyear .tab_content#people ul li {
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

#survey h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1e6674;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 480px) {
  #survey h3 br {
    display: none;
  }
}

@media (max-width: 700px) {
  #speaker ul.speaker {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #speaker ul.speaker li {
    width: 65%;
    max-width: 350px;
    clear: none !important;
  }

  #speaker ul.speaker figure img {
    width: 100%;
  }

  #speaker ul.speaker figcaption {
    margin-top: 10px;
    font-size: 16px;
  }

  #survey {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  #survey .btns {
    margin-top: 40px;
  }

  #survey.active .survey-left {
    left: -12%;
    top: 12px;
    width: 46%;
  }

  #survey.active .survey-right {
    right: 0;
    bottom: 0;
    width: 47%;
  }

  #surveyi03 ul li,
  .surveyi03 ul li {
    width: 48%;
  }

  #voteway ul.award figure {
    width: 100%;
  }

  #voteway ul.award figure img {
    margin: auto;
  }

  #voteway ul.award figcaption {
    width: 100%;
    margin-left: 0px;
  }

  #voteway ul.award figcaption span {
    left: 12px;
  }
}

@media (max-width: 520px) {
  #speaker ul.speaker {
    max-width: 300px;
  }

  #speaker ul.speaker li {
    width: 80%;
  }

  #speaker ul.speaker li + li {
    margin-top: 40px;
  }
}

@media (max-width: 700px) and (max-width: 550px) {
  #voteway ul.way2 {
    max-width: 500px;
    margin: auto;
  }

  #voteway ul.way2 li {
    max-width: 240px;
    margin-bottom: 10px;
  }

  #voteway ul.way2 li + li:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -4px;
    left: 50%;
    margin-left: -11px;
  }

  #voteway ul.way2 li + li:nth-child(3):before {
    display: block;
  }

  #voteway .way3 .percent li > div.tt {
    min-width: 100%;
    padding: 10px;
    margin-bottom: 5px;
  }

  #voteway .way3 .total {
    display: block;
  }

  #voteway .way3 .total div {
    display: table;
    margin: auto;
  }

  #voteway .way3 .total div img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  ul.boxlist > li {
    padding-left: 20px;
  }

  ul.boxlist > li:before {
    left: 0px;
  }

  ul.boxlist > li * {
    font-size: 18px;
    line-height: 1.6em;
    color: #666666;
  }

  ul.boxlist > li b {
    padding-left: 15px;
  }

  ul.boxlist table {
    width: 100%;
  }

  ul.boxlist table th,
  ul.boxlist table td {
    padding: 3px;
    word-break: break-all;
  }
}

@media (max-width: 700px) and (max-width: 400px) {
  #voteway ul.way1 li i {
    display: table;
    margin: auto;
  }

  #voteway ul.way1 li p {
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
