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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

@-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 iconshake {
  0% {
    margin-top: 40px;
  }

  33% {
    margin-top: 30px;
  }

  66% {
    margin-top: 40px;
  }

  100% {
    margin-top: 30px;
  }
}

@keyframes iconshake {
  0% {
    margin-top: 40px;
  }

  33% {
    margin-top: 30px;
  }

  66% {
    margin-top: 40px;
  }

  100% {
    margin-top: 30px;
  }
}

@-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 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;
  }
}

/*卷軸*/

/* 手機裝置支援的 WebKit 滾動條樣式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  /* 卷軸白底 */
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  /* 軌道白底 */
  border: 1px solid #cccccc;
  /* 外框 */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #cdb060;
  /* 卷軸按鈕 */
  border: 1px solid #cccccc;
  /* 加個邊界讓按鈕有層次 */
  border-radius: 20px;
}


.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;
}

/**/
.component {
  max-width: 1080px;
  width: 90%;
  margin: auto;
}

/*標題*/
h3.title {
  color: #fff;
  font-size: 30px;
}

h3.title span {
  display: block;
  margin-left: 65px;
  font-size: 30px;
  position: relative;
  color: #fff;
}

h3.title span:before {
  display: block;
  content: "";
  width: 85px;
  height: 72px;
  left: -20px;
  position: absolute;
  border-left: 1px solid #fff;
  top: -3px;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
}




/*banner*/
.awbtn {
  display: table;
  font-size: 26px;
  color: #2d2045;
  font-weight: bold;
  margin: 1rem auto;
  padding: 10px 3rem;
  background: linear-gradient(180deg, #ffc2a1, #ffb1bd);
  border-radius: 5rem;
}

.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;
  }
}

/*banner*/


#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);
  }
}


#index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 0;
  overflow: hidden;
}


/**/
#index .bg {
  background: url(../images/index-bg-pc.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}



#index .bg.animate {
  opacity: 0;
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}

#index .bg.animate.show {
  opacity: 1;
}

#index .index-bg-m {
  display: none;
}

#index .streetlamp {
  background: url(../images/rail.png) center bottom no-repeat;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  background-size: 100% 100%;
}

#index .streetlamp.animate {
  opacity: 0;
}

#index .streetlamp.animate.show {
  opacity: 1;
  -webkit-animation: bg 1s ease-in;
  animation: bg 1s ease-in;
}

#index .map {
  z-index: 2;
  position: absolute;
  opacity: 0;
  bottom: 10.5%;
  width: 47%;
  left: 21%;
}

#index .map.animate {
  opacity: 0;
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}

#index .map.animate.show {
  opacity: 1;
}


#index .title-main {
  color: #ffffff;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 0;
}



#index .word {
  z-index: 0;
  position: absolute;
  opacity: 0;
  top: 75px;
  left: 12%;
  height: 86%;
}

#index .word.animate {
  opacity: 0;
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}

#index .word.animate.show {
  opacity: 1;
}

#index .illustration {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

#index .illustration .animate {
  opacity: 0;
  bottom: 25%;
  position: absolute;
  left: 40.5%;
}

#index .illustration .animate.show {
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

#index .thing {
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#index .thing .house {
  position: absolute;
  bottom: 95px;
  width: 100%;
  height: 388px;
  -webkit-transition: 2s all;
  transition: 2s all;
  opacity: 0;
  background: url(../images/house.png) center bottom no-repeat;
}

#index .thing .house.show {
  opacity: 1;
  -webkit-animation: bounceInDown 2s linear;
  animation: bounceInDown 2s linear;
}

#index .thing .phone {
  bottom: 36px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 165px;
}

#index .thing .phone>div {
  height: 100%;
  position: relative;
}

#index .thing .phone>div img {
  position: absolute;
  right: 0;
  bottom: 0;
}

#index .thing .phone.show {
  opacity: 1;
  -webkit-animation: bounceInDown 2s linear;
  animation: bounceInDown 2s linear;
}

#index .car-left {
  position: absolute;
  width: 80%;
  height: 388px;
  bottom: 0;
  margin: 0 auto;
  left: 10%;
  overflow: hidden;
  z-index: 10;
}

#index .car-left .animate {
  position: absolute;
  opacity: 0;
  bottom: 132px;
}

#index .car-left .animate.show {
  opacity: 1;
  -webkit-animation: car-left 10s linear infinite;
  animation: car-left 10s linear infinite;
}

#index .index-obj {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#index .index-obj-1.animate {
  -webkit-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
  left: 20%;
}

#index .index-obj-2.animate {
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
  left: 46.5%;
  bottom: 14.5% !important;
}

#index .index-obj-3.animate {
  -webkit-transition: 0.5s all 0.4s;
  transition: 0.5s all 0.4s;
  left: 58%;
  bottom: 14.5% !important;
}

#index .index-obj-4.animate {
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}

#index .index-obj-5.animate {
  -webkit-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

#index .index-obj-6.animate {
  -webkit-transition: 0.5s all 0.8s;
  transition: 0.5s all 0.8s;
}

#index .index-obj-5g {
  left: 0;
  bottom: 20%;
}

#index .index-obj-5g.animate {
  -webkit-transition: 1s all;
  transition: 1s all;
}

#index .index-obj .animate {
  position: absolute;
  opacity: 0;
  bottom: 15%;
}

#index .index-obj .animate.show {
  opacity: 1;
  -webkit-animation: scale 0.5s ease-in;
  animation: scale 0.5s ease-in;
}

#index .tree {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#index .tree-1.animate {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  left: -119px;
}

#index .tree-2.animate {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  left: 10%;
}

#index .tree-3.animate {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  left: 30%;
}

#index .tree .animate {
  position: absolute;
  opacity: 0;
  bottom: -15px;
}

#index .tree .animate.show {
  opacity: 1;
  -webkit-animation: scale 1s ease-in;
  animation: scale 1s ease-in;
}

#index .car-right {
  position: absolute;
  bottom: 100px;
  width: 845px;
  height: 388px;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 49.5%;
  overflow: hidden;
}

#index .car-right .animate {
  position: absolute;
  opacity: 0;
  bottom: 100px;
}

#index .car-right .animate.show {
  opacity: 1;
  -webkit-animation: car-right 10s linear infinite;
  animation: car-right 10s linear infinite;
}

#index .airplane {
  position: absolute;
  width: 100vw;
  height: 388px;
  top: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 49.5%;
  overflow: hidden;
  z-index: -1;
}

#index .airplane .animate {
  position: absolute;
  opacity: 0;
}

#index .airplane .animate.show {
  opacity: 1;
  -webkit-animation: camera 15s linear infinite;
  animation: camera 15s linear infinite;
}

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

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

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

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

#index .cloud {
  position: absolute;
  width: 100%;
  height: 100%;
}

#index .cloud .animate {
  position: absolute;
}

#index .cloud-left {
  opacity: 0;
  bottom: 27%;
  margin-left: 36%;
}

#index .cloud-left-b {
  margin-left: 5%;
  margin-top: 15%;
}

#index .cloud-left.animate.show {
  opacity: 1;
  -webkit-animation:
    goon 1s ease-in,
    cloud 3s linear infinite;
  animation:
    goon 1s ease-in,
    cloud 3s linear infinite;
}

#index .cloud-right {
  margin-left: 86%;
  opacity: 0;
  bottom: 39%;
  margin-left: 69%;
}

#index .cloud-right-w {
  margin-left: 82%;
  margin-top: 15%;
}

#index .cloud-right.animate.show {
  opacity: 1;
  -webkit-animation:
    goon 1s ease-in,
    cloud 3s linear infinite;
  animation:
    goon 1s ease-in,
    cloud 3s linear infinite;
}

#index .type .mt {
  text-align: center;
  height: 112px;
  display: inline-block;
}

#index .type .mt.left {
  margin-right: 61px;
}

#index .type .mt.left li {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

#index .type .mt.left li.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#index .type .mt.right {
  margin-left: 61px;
}

#index .type .mt.right li {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

#index .type .mt.right li.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#index .type .mt li {
  display: inline-block;
  width: 124px;
  height: 112px;
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0;
}

#index .type .mt li.show {
  opacity: 1;
}

#index .type .mt li.h03 {
  position: absolute;
  left: 50%;
  margin-left: -63px;
}

#index .type .mt li.h01 {
  background: url(../images/h101.png) center center no-repeat;
}

#index .type .mt li.h02 {
  background: url(../images/h102.png) center center no-repeat;
}

#index .type .mt li.h03 {
  background: url(../images/h103.png) center center no-repeat;
}

#index .type .mt li.h04 {
  background: url(../images/h104.png) center center no-repeat;
}

#index .type .mt li.h05 {
  background: url(../images/h105.png) center center no-repeat;
}

#index .mh1 {
  display: none;
}

#index .title {
  margin: 0 auto;
  position: relative;
  max-width: 65%;
  height: 100%;
  padding-top: 95px;
  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;
  margin-top: 2rem;
}

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

#index .mainsub {
  margin-bottom: -4rem;
}

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

#index .maintitle-m {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 1rem 0 0;
  display: none;
}

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

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

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

#index .subtitle-m {
  display: none;
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin: 0.75rem auto;
}

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

#index .content-title {
  opacity: 0;
  -webkit-transition: 1s all 1.5s;
  transition: 1s all 1.5s;
}

#index .content-title.show {
  opacity: 1;
}

#index .info {
  opacity: 0;
  -webkit-transition: 1s all 1s;
  transition: 1s all 1s;
  max-width: 65%;
  margin: 0 auto;
  z-index: 5;
}

#index .info.show {
  opacity: 1;
}

#index .portrait {
  width: 100%;
  height: 100vh;
  position: absolute;
  max-width: 65%;
  bottom: 0;
  right: 0px;
}

#index .portrait-pc {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

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

#index .portrait-m {
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

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

#index p {
  text-align: center;
  position: relative;
  padding: 3px 0;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  margin: 1rem auto 0;
  font-size: 15px;
}

#index p span {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#index ul.link {
  margin: 10px auto;
}

#index ul.link li {
  display: inline-block;
  margin: 0 10px;
}

#index ul.link li:first-child {
  margin-left: -6px;
}

#index ul.link li img {
  height: 45px;
}

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

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

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

@media (min-width: 1024px) {
  #index .portrait-pc {
    width: 66%;
  }

  #index {
    min-height: 940px !important;
    height: 100vh;
  }
}

@media (max-width: 1600px) {
  #index .portrait-pc {
    width: 66%;
  }
}

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

  #index .bg,
  #index .title,
  #index .portrait {
    display: none;
  }

  #index .index-bg-m {
    display: block;
  }
}

@media (max-width: 1023px) {
  #index {
    padding-top: 0;
    background-size: cover;
  }

  #index .bg {
    background: url(../images/index-bg-m.svg) center top no-repeat;
    background-size: cover;
  }

  #index .bg::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 48px;
    background: url(../images/logo.svg) top center no-repeat;
    width: 81px;
    height: 42px;
  }

  #index .streetlamp {
    background-size: auto 100%;
  }

  #index .word {
    display: none;
  }
}

@media (max-width: 480px) {
  #index .bg::after {
    top: 16px;
    left: 28px;
  }
}

@media (max-width: 480px) {
  #index .streetlamp {
    display: none;
  }
}

@media (max-width: 1700px) {
  #index .map {
    bottom: 11%;
  }
}

@media (max-width: 1500px) {
  #index .map {
    left: 14%;
    bottom: 10%;
  }
}

@media (max-width: 1024px) {
  #index .map {
    display: none;
  }
}

@media (max-width: 480px) {
  #index .map {
    display: none;
  }
}

@media (max-width: 1500px) {
  #index .word {
    left: 5%;
  }
}

@media (max-width: 1280px) {
  #index .word {
    max-width: 40%;
  }
}

@media (max-width: 480px) {
  #index .word {
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .illustration {
    display: none;
  }
}

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

@media (max-width: 1600px) {
  #index .thing .phone>div img {
    right: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #index .car-left {
    display: none;
  }
}

@media (max-width: 1700px) {
  #index .car-left .animate {
    bottom: 137px;
  }
}

@media (max-width: 1500px) {
  #index .car-left .animate {
    bottom: 92px;
  }
}

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

@media (max-width: 1024px) {
  #index .index-obj {
    display: none;
  }
}

@media (max-width: 1700px) {
  #index .index-obj-1.animate {
    left: 16%;
  }
}

@media (max-width: 1500px) {
  #index .index-obj-1.animate {
    bottom: 13% !important;
    left: 11%;
  }
}

@media (max-width: 1700px) {
  #index .index-obj-2.animate {
    left: 46.5%;
  }
}

@media (max-width: 1700px) {
  #index .index-obj-3.animate {
    left: 60%;
  }
}

@media (max-width: 1500px) {
  #index .index-obj-3.animate {
    left: 62%;
  }
}

@media (max-width: 1440px) {
  #index .index-obj-5g {
    width: 90%;
    left: 4%;
    bottom: -8% !important;
  }
}

@media (max-width: 1024px) {
  #index .index-obj-5g {
    bottom: -15% !important;
  }
}

@media (max-width: 1024px) {
  #index .index-obj {
    width: 170%;
    position: absolute;
    height: 100%;
    bottom: 10%;
    left: -26%;
    top: auto;
  }
}

@media (max-width: 480px) {
  #index .index-obj {
    display: none;
  }
}

@media (max-width: 1700px) {
  #index .index-obj .animate {
    bottom: 15.5% !important;
  }
}

@media (max-width: 1024px) {
  #index .tree-1.animate {
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .tree-2.animate {
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .tree-3.animate {
    left: 0;
  }
}

@media (max-width: 1024px) {
  #index .tree {
    position: absolute;
    height: 100%;
    bottom: 0;
  }
}

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

@media (max-width: 480x) {
  #index .airplane {
    display: none;
  }
}

@media (max-width: 1023px) {
  #index .mtitle {
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .mtitle-m {
    display: block;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  #index .cloud {
    display: none;
  }
}

@media (max-width: 1500px) {
  #index .cloud-left {
    margin-left: 30%;
  }
}

@media (max-width: 1500px) {
  #index .cloud-right {
    margin-left: 76%;
  }
}

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

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

@media (min-width: 1024px) {
  #index .title {
    padding-top: 5%;
  }
}

@media (min-width: 1280px) {
  #index .title {
    padding-top: 7%;
  }
}

@media (max-width: 1023px) {
  #index .maintitle {
    max-width: 90%;
    margin: 0.5rem 0;
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .maintitle-m {
    max-width: 80%;
    display: block;
  }
}

@media (max-width: 1024px) {
  #index .subtitle {
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .subtitle-m {
    display: block;
  }
}

@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;
  }
}

@media (max-width: 480px) {
  #index .info {
    opacity: 1 !important;
    display: none;
  }
}

@media (max-width: 480px) {
  #index .portrait {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  #index .portrait-pc {
    display: none;
  }
}

@media (max-width: 1024px) {
  #index .portrait-m {
    display: block;
    text-align: center;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

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

@media (max-width: 480px) {
  #index p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #index ul.link li img {
    height: 30px;
  }
}

.iconshake {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  margin: 0 auto 1.5rem;
  z-index: 99;
}

.iconshake img {
  margin: 0 auto;
  width: 30px;
}

#forum {
  background-color: #cdb060;
  background-image: url("../images/bg-02.jpg");
  background-attachment: fixed;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}


#forum .component {
  padding: 40px 10px 40px 10px;
}


#forum h4 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  margin: 30px auto;
  font-weight: bolder;

}

@media (min-width: 720px) {
  #forum h4 {
    font-size: 5rem;
    font-size: 4rem;
    margin: 60px auto;
    line-height: 72px;
  }

  .iconshake img {
    width: 55px;
  }

}

#forum p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

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


#forum ul.info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3%;
}

#forum ul.info .info-wrap {
  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;
}

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

#forum ul.info li p.info-add-s {
  text-align: left;
  color: #ffffff;
  font-size: 0.65em;
}

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

#forum ul.info li span.info-wrap-title {
  width: 5rem;
}

#forum ul.info li .info-wrap-width {
  width: calc(100% - 5rem);
}

#forum ul.info li .info-wrap-map {
  display: flex;
  flex-wrap: wrap;
}

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

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

#forum ul.info li a.map {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  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 ul.tabs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: #a48427 2px solid;
}

#forum ul.tabs li {
  display: inline-block;
  width: auto !important;
  margin: 0 !important;
}


#forum ul.tabs li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  margin: 1px 0 -1px;
  color: #ffffff;
  background-color: #a48427;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

#forum ul.tabs li a::after {
  content: "";
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 100%;
  height: 4px;
  background: transparent;
  margin: 0 auto;
}

#forum .tab_container .tab_content {
  padding: 0;
}

#forum .tab_container ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;

}

#forum .tab_container ul li {
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  text-align: center;
  font-size: 1em;
  width: 15%;
  color: #ffffff;
  padding: 0 5px;
}


#forum .tab_container ul li.xx {
  width: 4%;
  margin-top: calc(10% + 20px);
}


#forum .tab_container ul li.show_720 {
  display: none;
}

#forum .tab_container ul li.show_1024 {
  display: none;
}

@media (max-width: 1280px) {
  #forum .tab_container ul li {
    width: 24%;
  }

  #forum .tab_container ul li.none_1024 {
    display: none !important;
  }

  #forum .tab_container ul li.show_1024 {
    display: inline-block !important;
  }


}

@media (max-width: 720px) {

  #forum .tab_container ul li {
    width: 42%;
  }

  #forum .tab_container ul li.sx,
  #forum .tab_container ul li.none_720 {
    display: none !important;
  }

  #forum .tab_container ul li.show_720 {
    display: inline-block !important;
  }

  #forum .tab_container ul li.xx {
    width: 7%;
    margin-top: calc(10% + 20px);
  }
}

@media (max-width: 555px) {
  #forum .tab_container ul li {
    width: 40%;
  }

  #forum .tab_container ul li.xx {
    width: 10%;

    margin-top: calc(16% + 20px);
  }
}

@media (min-width: 1280px) {

  #forum .tab_container ul li.xx {
    width: 4%;
    margin-top: calc(6% + 20px);
  }
}



#forum .tab_container ul li img {
  margin: 0 auto 10px auto;
}

#forum .tab_container ul li b {
  display: block;
  font-size: 1.7em;
  color: #ffffff;
}



@media (max-width: 480px) {
  #awardList .tab_content {
    padding: 0;
  }
}


#forum .btns {
  margin-top: 1.5rem;
}

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

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

#forum>div.con {
  background-image: url(../images/forum-bg-top.png), url(../images/forum-bg-bottom.png);
  background-repeat: no-repeat;
  background-position:
    -6px 10px,
    40px bottom;
  background-size: 90%;
  height: 450px;
}

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

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

@media (min-width: 768px) {
  #forum ul.info li span.info-wrap-title {
    width: 6rem;
  }

  #forum ul.info li .info-wrap-width {
    width: calc(100% - 6rem);
  }

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

  #forum>div.con {
    height: 550px;
    background-position:
      -6px 25px,
      40px bottom;
  }

  #forum ul.info li a.map {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1080px) {
  #forum>div.con {
    background-image: url(../images/forum-bg.png);
    background-position: center;
    max-width: 1280px;
  }

  #forum>div.con {
    height: 565px;
  }
}

@media (min-width: 1280px) {
  #forum>div.con {
    height: 635px;
  }
}

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

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


  #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: 20px;
  }
}

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

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

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

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

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

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

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

  #forum.active .forum-right {
    display: none;
  }
}

.bg-m {
  display: none;
}

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

/*評審方法*/
#review {
  background-image: url("../images/bg-03.jpg");
  background-color: #29236a;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}

#review h3.title {
  margin-bottom: 2rem;
}

#review .component {
  padding: 40px 10px 40px 10px;
}

#review .review-img {
  width: 75%;
  max-width: 620px;
  margin: 2rem auto;
}

#review p {
  display: flex;
  font-size: 32px;
  text-align: center;
  line-height: 42px;
  margin-top: 10px;
  letter-spacing: 2px;
  vertical-align: top;
  align-items: center;
  justify-content: center;
}

#review p>img {
  display: block;
  margin: 0 5px;
  width: 32px;
  height: 32px;
}

#review ul {
  text-align: center;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#review ul li {
  display: block;
  vertical-align: top;
  margin-bottom: 1rem;
  width: 100%;
}

#review ul li a {
  font-size: 1.8em;
  color: #fff;
  background: url(../images/s3_icon.png) center bottom no-repeat;
  display: block;
  line-height: 1.2em;
  min-height: 80px;
  border: 1px solid #fff;
  padding: 16px 1% 32px 1%;
}

#review ul li a:hover {
  color: #d80d18;
  background: url(../images/s3_icon_on.png) center bottom no-repeat #fff;
}

#review ul li span {
  display: block;
  font-size: 0.55em;
}

@media (min-width: 768px) {
  #review ul {
    justify-content: space-between;
  }

  #review ul li {
    width: 48.5%;
  }
}

@media (min-width: 1024px) {
  #review {
    padding-bottom: 90px;
  }

  #review ul {
    justify-content: space-between;
  }

  #review ul li {
    width: 32%;
  }

}


/*燈箱*/
.fancybox-skin {
  padding: 0 !important;
  margin: 0 !important;
}

.fancybox-inner {
  overflow-x: hidden !important;
}

.fancybox-inner .boxcon {
  padding: 15px 6px;
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}

/*
.fancybox-inner .boxcon .tab_container .tab_content .two-awardt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
*/
.fancybox-inner .boxcon .tab_container .tab_content h4 {
  margin: 1rem 0 5px;
}

.fancybox-inner .title {
  display: block;
  color: #fff;
  background: #f2373d;
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  margin-bottom: 10px;
}

.fancybox-inner .title span {
  font-size: 30px;
}


.fancybox-close {
  top: 0 !important;
  right: 0 !important;
}

@media (min-width: 1024px) {
  .fancybox-inner .boxcon {
    padding: 30px;
  }

  .fancybox-close {
    top: -3px !important;
    right: -34px !important;
  }
}

/*表格*/
table.gray {
  font-size: 0.9em;
}

table.gray {
  width: 100%;
}

table.gray th {
  background: #d2d2d2;
  text-align: center;
  max-width: 120px;
}

table.gray td {
  background: #e5e5e5;
}

table.gray th,
table.gray td {
  padding: 16px 8px;
  border: 1px solid #fff;
}

.awardt,
.awardt-full {
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  margin: 0 auto;
}


#award b.red {
  color: #000;
  font-weight: bolder;
}

@media (min-width: 768px) {
  .awardt {
    display: inline-block;
    width: 47%;
  }

  .awardt-full {
    display: block;
    width: 94.5%;
    margin: 0;
  }
}

.awardt table,
.awardt-fulll table {
  width: 100%;
}

.awardt table th,
.awardt-full th {
  background: #555555;
  color: #fff;
  width: 33.3%;
}

.a2015 table th {
  width: auto;
}

.a2 table th {
  width: 50%;
}

.a3 table th {
  width: 33.3%;
}

.a4 table {
  width: 100%;
  margin-bottom: 1rem;
}

.a4 table th {
  width: 25%;
}

.a2016 table th {
  width: 33.3%;
}


.awardt table th img {
  display: inline-block;
  vertical-align: middle;
}

.icon-full {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.a2017 {
  width: 100%;
}

.awardt table th,
.awardt-full table th {
  text-align: center;
  padding: 5px 5px;
  border: 1px solid #fff;
}

.awardt table td,
.awardt-full table td {
  text-align: center;
  padding: 5px 5px;
  border: 1px solid #fff;
  background: #d2d2d2;
}

.awardt table td+td,
.awardt-full table td+td {
  background: #fff098;
}

.awardt table td+td+td,
.awardt-full table td+td+td {
  background: #8bdaea;
}

.awardt table td+td+td+td,
.awardt-full table td+td+td+td {
  background: #b8ffca;
}

.awardt table td.td3,
.awardt-full table td.td3 {
  background: #8bdaea;
}

/**/
.abgne_tab {
  margin: 20px 0;
  width: 100%;
}

.abgne_tab ul.tabs {
  display: inline-block;
  width: auto;
}

.abgne_tab a.year {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.3em;
  background: #ffbfc2;
  color: #333333;
}

.abgne_tab ul.tabs {
  margin-bottom: 1px;
}

.abgne_tab ul.tabs li {
  display: inline-block;
}

.abgne_tab ul.tabs li a {
  padding: 3px 6px;
  font-size: 1.2rem;
  display: block;
  background: #ffbfc2;
  color: #333333;
}

.abgne_tab ul.tabs li.active a {
  display: block;
  background: #f65b61;
  color: #fff;
}

.abgne_tab a.year {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.3em;
  background: #ffbfc2;
  color: #333333;
}



/*講者*/
#speaker {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #080104;
}

#speaker .title {
  margin-bottom: 100px;
}

#speaker .title span {
  color: #ffffff;
}

#speaker .speaker {
  width: 100%;
  margin: auto;
}

#speaker .speaker figcaption {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #6dc9ff;
  margin-bottom: 5px;
}

#speaker .speaker ul {
  list-style: disc;
  padding-left: 15px;
}

#speaker .speaker p,
#speaker .speaker ul li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
}

#speaker .speakerBox {
  width: 100%;
}

#speaker .speakerBox .speaker-main {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1220px;
  width: 88%;
  margin: 0 auto 30px;
  justify-content: center;
}

#speaker .speaker-main .speaker-name {
  display: flex;
  flex-wrap: wrap;
}

#speaker .speaker-main .speaker-name h2 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 600;
  color: #6dc9ff;
  padding-left: 1rem;
}

#speaker .speakerBox .speaker-main>figure img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

#speaker .speakerBox:nth-child(odd) .speaker-main {
  flex-direction: row-reverse;
  align-items: center;
}

#speaker .speakerBox:nth-child(1) {
  background-image: url("../images/speaker-bk-0.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

#speaker .speakerBox:nth-child(2) {
  background-image: url("../images/speaker-bk-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

#speaker .speakerBox:nth-child(3) {
  background-image: url("../images/speaker-bk-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

#speaker .speakerBox:nth-child(4) {
  background-image: url("../images/speaker-bk-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

#speaker .speakerBox:nth-child(5) {
  background-image: url("../images/speaker-bk-4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

#speaker .speakerBox:nth-child(6) {
  background-image: url("../images/speaker-bk-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

@media (min-width: 600px) {
  #speaker .speakerBox .left-main {
    justify-content: flex-start;
  }

  #speaker .speaker-main>.speaker-title-wrap>ul {
    max-width: 360px;
  }

}

@media (min-width: 960px) {
  #speaker .speakerBox .speaker-main {
    width: 100%;
  }

  #speaker .speaker-main>.speaker-title-wrap>ul {
    max-width: 470px;
  }

  #speaker .speakerBox .speaker-main>figure img {
    max-width: 400px;
    width: 100%;
  }

  #speaker .speakerBox .speaker-main {
    margin: 0 auto;
  }


  #speaker .speaker-main>.speaker-title-wrap {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }


  #speaker .speakerBox:nth-child(even) .speaker-main {
    margin: -8rem auto 0;
    align-items: flex-end;
  }
}

#speaker .speaker-main>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#speaker .speaker-list li {
  width: 23.8%;
}

#speaker .speaker-list li figure {
  margin-bottom: 15px;
}

#speaker .speaker-list li+li {
  margin-left: 1.5%;
}

#speaker .speaker-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}

#speaker .speaker-title:before {
  content: "";
  display: block;
  background-color: #2fd1ff;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 4px;
}

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

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

#speaker.active .speaker-left {
  left: 0;
  position: relative;
}

#speaker.active .speaker-right {
  right: 0;
  position: relative;
}

@media (max-width: 1750px) {
  #speaker.active .speaker-right {
    right: -15%;
  }

  #speaker.active .speaker-left {
    left: -15%;
  }
}

@media (max-width: 1470px) {
  #speaker.active .speaker-right {
    right: -25%;
  }

  #speaker.active .speaker-left {
    left: -25%;
  }
}

@media (max-width: 1260px) {
  #speaker.active .speaker-right {
    right: -30%;
  }

  #speaker.active .speaker-left {
    left: -30%;
  }
}

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

@media (max-width: 860px) {
  #speaker .speaker p {
    font-size: 15px;
    line-height: 26px;
  }

  #speaker .speaker figcaption {
    font-size: 18px;
    line-height: 23px;
  }

  #speaker .speaker p,
  #speaker .speaker ul li {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 768px) {
  #speaker .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 665px) {
  #speaker .speaker-main figure {
    width: 100%;
  }

  #speaker .speaker-main>div {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }

  #speaker .speaker-list li {
    width: 100%;
  }

  #speaker .speaker-list li figure {
    margin-bottom: 15px;
  }

  #speaker .speaker-list li figure img {
    max-width: 100%;
    width: 100%;
  }

  #speaker .speaker-list li+li {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  #speaker .title {
    margin-bottom: 60px;
  }
}

@media (max-width: 1178px) {
  #speaker .speaker-left {
    display: none;
  }
}

@media (max-width: 1178px) {
  #speaker .speaker-right {
    display: none;
  }
}

/*精彩報導*/
#report {
  background-color: #cdb060;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  min-height: auto !important;
}

#report .component {
  padding: 40px 10px 40px 10px;
}

#report .section-grid {
  display: flex;
  vertical-align: middle;
  width: 100%;
  flex-wrap: wrap;

}

#report .section-grid figure {
  position: relative;
  overflow: hidden;
}

#report .section-grid .item {
  width: 100%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}

#report .section-grid figure {
  position: relative;
  overflow: hidden;
}

#report .section-grid figcaption {
  background: url(../images/bg_02.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  color: #fff;
  padding-top: 15%;
  z-index: 5;
  width: 100%;
  height: 90%;
  top: 0px;
  line-height: 1.5em;
  font-weight: bold;
  top: -1px;
}

#report .section-grid figcaption .title {
  font-size: 130%;
  margin-bottom: 20px;
  padding: 0 7%;
}

#report .section-grid figcaption .content {
  color: #dfdfdf;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 5%;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
}

#report .section-grid figcaption .content b {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #ffffff;
}

#report .section-grid figcaption .content strong {
  color: #ffffff;
}

#report .section-grid figcaption .content strong span {
  font-size: 1.3em;
  color: #ffffff;
  font-weight: bold;
}

#report .section-grid figcaption .content span {
  font-size: 0.9em;
  line-height: 1.3em;
}

#report .section-grid figcaption .content i {
  padding-right: 22px;
  background: url(../images/icon.png) left center no-repeat;
}

#report .section-grid figcaption .text {
  position: relative;
  top: 20%;
  width: 100%;
}

#report .section-grid figcaption .more a {
  font-size: 1.5em;
  line-height: 1.2em;
  display: table;
  margin: auto;
  padding: 8px 8px;
  color: #fff;
  background: #cdb060;
  border-radius: 0px;
}

@media (min-width: 768px) {
  #report .section-grid .item {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  #report .section-grid .item {
    width: 33.333%;
  }
}


/*合作夥伴*/
#partners {
  background-color: #cdb060;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}

#partners .component {
  padding: 40px 10px 40px 10px;
}

#partners .partner {
  background: #fff;
}

#partners .partner .component {
  padding: 20px 0;
}

#partners .partner h4 {
  display: table;
  background: #cbcbcb;
  color: #333;
  padding: 4.5px 8px;
  margin: 40px 0 30px 0;
  position: relative;
}

#award3 h4 {
  display: table;
  background: #cbcbcb;
  color: #333;
  padding: 4.5px 8px;
  margin: 40px 0 30px 0;
  position: relative;
  display: block;
  width: 95%;
  margin: 20px 0 5px 0;
}

#partners .partner h4:after,
#award3 h4:after {
  border-bottom: 15px solid transparent;
  border-left: 17px solid #cbcbcb;
  border-top: 14px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -16.5px;
  top: 0;
}

#partners .partner ul {
  width: 90%;
  margin: auto;
}

#partners .partner ul li {
  border-bottom: #333 1px dotted;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #000;
}

#partners .partner figure {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 3% 1%;
}

#partners .partner figcaption {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

#partners .partner figcaption b {
  font-size: 1.4em;
  font-weight: bolder;
  padding-bottom: 0.5rem;
  display: block;
}

@media (min-width: 768px) {
  #partners .partner figure {
    width: 20%;

  }

  #partners .partner figcaption {
    width: 75%;

  }
}

@media (min-width: 1280px) {
  #partners .section-grid .item {
    width: 33.333%;
  }
}

/**/

#agenda {
  background-color: #013766;
  padding-top: 100px;
  padding-bottom: 80px;
}

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

#agenda .title>span {
  color: #ffffff;
}

#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;
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  #agenda .agenda-list li i {
    width: 160px;
  }
}

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

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

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

#agenda .agenda-list .agenda-list-box:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #3194ea;
  border: 3px solid #ff64bf;
  border-radius: 50%;
  left: -60px;
  top: 7px;
}

#agenda .agenda-list .agenda-list-box b {
  font-size: 16px;
  padding: 4px 0;
  border: 1px solid #D13B87;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  background-color: #D13B87;
}

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

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

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

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

#agenda .agenda-left {
  position: absolute;
  left: -50%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  transform: scale(0.1);
  /* 初始縮小 */
}

#agenda.active .agenda-left {
  left: 0;
  height: 100%;
  transform: scale(1);
  /* 初始縮小 */
}

#agenda .agenda-left img {
  position: absolute;
  left: 0px;
}

#agenda .agenda-left-top,
#agenda .agenda-right-top {
  top: 0px;
}

#agenda .agenda-right-top {
  right: 10px;
}

#agenda .agenda-left-bottom,
#agenda .agenda-right-bottom {
  bottom: 0px;
}

@media (max-width: 1750px) {
  #agenda.active .agenda-left {
    left: -10%;
  }

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

@media (max-width: 1470px) {
  #agenda.active .agenda-left {
    left: -15%;
  }

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

@media (max-width: 1260px) {
  #agenda.active .agenda-left {
    left: -50%;
  }

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

#agenda .agenda-right {
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
  transform: scale(0.1);
  /* 初始縮小 */
  transition: 1s all;
}

#agenda .agenda-right img {
  position: absolute;
}

#agenda.active .agenda-left {
  height: 100%;
}

#agenda.active .agenda-left-top-m {
  left: 4%;
  top: 22px;
  width: 25%;
}

#agenda.active .agenda-left-bottom-m {
  bottom: -27%;
  left: -51%;
}

#agenda.active .agenda-right {
  right: 0;
  height: 100%;
  transform: scale(1);
  /* 放大回原始大小 */
}

#agenda.active .agenda-right-m {
  right: -48%;
  top: 2%;
  width: 65%;
}

@media (max-width: 767px) {
  #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:before {
    height: 1175%;
    left: -32px;
  }

  #agenda .agenda-list .agenda-list-box {
    margin-left: 0;
  }

  #agenda .agenda-list .agenda-list-box:before {
    left: -40px;
    top: -22px;
  }

  #agenda .agenda-list .agenda-list-box::after {
    left: -35px;
    top: -15px;
  }
}

@media (max-width: 980px) {

  #agenda .agenda-left,
  #agenda .agenda-right {
    display: none;
  }
}

@media (max-width: 480px) {
  #agenda.active .agenda-left-bottom-m {
    bottom: -17%;
    left: -70%;
  }
}

@media (max-width: 1600px) {
  #agenda.active .agenda-left-bottom-m {
    left: -25%;
  }
}

@media (max-width: 1024px) {
  #agenda.active .agenda-left-bottom-m {
    left: -25%;
    bottom: -37%;
    width: 69%;
  }
}

#survey {
  background: url(../images/survey_bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#survey .title span,
#survey .title b {
  color: #ffffff;
}

#survey .btns {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#survey .btns li {
  display: block;
}

#survey .btns a {
  background: #1e6674;
  color: #fff;
}

#survey .btns a:hover {
  background: #9e7830;
  color: #000;
  background: #9e7830;
  color: #fff;
}

@media (max-width: 480px) {
  #survey .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #survey .btns a {
    width: 190px;
  }
}

@media (max-width: 480px) {
  #survey .btns a {
    width: 250px;
  }
}

#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: 0 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: #000000;
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#video .title span {
  color: #ffffff;
}

#video .video-left {
  position: absolute;
  left: -50%;
  bottom: -2%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

#video .video-film {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

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

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

#video.active .video-left {
  left: 0;
  height: 80%;
  top: 0;
  bottom: 0px;
  margin: auto;
}

#video.active .video-right {
  right: 0;
  height: 80%;
  top: 0;
  bottom: 0px;
  margin: auto;
}

#video .list {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

#video .list li {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#video .list li figcaption {
  padding-top: 10px;
  text-align: left;
  font-size: 18px;
}

#video .list li figcaption b {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

#video .list li figcaption b div {
  font-size: 18px;
}

#video .btns {
  margin-top: 20px;
}

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

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

#video .video-film {
  border: 11px solid #9e006d;
}

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

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

@media (max-width: 980px) {
  #video .video-left {
    left: -50%;
    top: -50%;
  }
}

@media (max-width: 980px) {
  #video .video-film {
    margin-bottom: 40px;
  }
}

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

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

/*合作夥伴*/



/*注意事項*/
#note {
  background-color: #730852;
  padding-top: 100px;
  padding-bottom: 80px;
  min-height: auto !important;
  border-bottom: 1px solid #1f7d7d;
}

#note .sp-text>p {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#note .sp-text>p,
#note .sp-text>i {
  color: #FFBD60 !important;
}

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

#note .title span {
  color: #ffffff;
}

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

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

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

#note .note-left {
  position: absolute;
  left: 18%;
  top: 130px;
  z-index: -1;
}

#note .note-right {
  position: absolute;
  top: 130px;
  z-index: -1;
  right: 18%;
}

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

@media (max-width: 980px) {
  #note .note-left {
    left: 5%;
  }
}

@media (max-width: 480px) {
  #note .note-left {
    left: 3%;
    top: 72px;
    width: 21%;
  }
}

@media (max-width: 980px) {
  #note .note-right {
    right: 7%;
  }
}

@media (max-width: 480px) {
  #note .note-right {
    top: 72px;
    right: 2%;
    width: 23%;
  }
}

#unit {
  background: url(../images/unit-bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}

#unit .title {
  margin: 0 auto 3rem;
}

#unit .title::after {
  background: #27a038;
}

#unit ul {
  text-align: center;
  width: auto;
  display: table;
  margin: auto;
}

#unit ul li {
  margin: 10px;
  width: 31.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

#unit ul li img {
  margin: auto;
  border: 1px solid #ccc;
}

#unit ul.one li {
  width: 100%;
}

#unit ul.two li {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

#unit ul.four li {
  width: 22.91666%;
}

#unit ul.five li {
  width: 17.91666%;
}

#unit .airplane {
  position: absolute;
  right: 10%;
  top: 5%;
}

@media (max-width: 480px) {
  #unit ul.one li img {
    width: 186px;
  }
}

@media (max-width: 768px) {
  #unit ul.five li {
    width: 47.91667%;
  }
}

@media (max-width: 768px) {
  #unit .airplane {
    display: none;
  }
}

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;
  }
}

#surveyresult .tab_container,
#surveyyear .tab_container {
  max-width: 830px;
  margin: auto;
}

#surveyresult h3,
#surveyyear h3 {
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
}

#surveyresult h5,
#surveyyear h5 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 20px 0;
  clear: both;
}

#surveyresult h5.green,
#surveyyear h5.green {
  background-color: #f6ab36;
}

#surveyresult h5.blue,
#surveyyear h5.blue {
  background-color: #03c9a8;
}

#surveyresult .tab_content#leading,
#surveyresult .tab_content#leading_lastyear {
  text-align: left;
  max-width: 1000px;
}

#surveyyear .tab_content#leading,
#surveyyear .tab_content#leading_lastyear {
  text-align: left;
  max-width: 1000px;
}

#surveyresult .tab_content#leading p,
#surveyresult .tab_content#leading_lastyear p {
  font-size: 18px;
}

#surveyyear .tab_content#leading p,
#surveyyear .tab_content#leading_lastyear p {
  font-size: 18px;
}

#surveyresult .tab_content#leading ul li,
#surveyresult .tab_content#leading_lastyear ul li {
  margin: 25px 0;
}

#surveyyear .tab_content#leading ul li,
#surveyyear .tab_content#leading_lastyear ul li {
  margin: 25px 0;
}

#surveyresult .tab_content#leading ul li b,
#surveyresult .tab_content#leading_lastyear ul li b {
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

#surveyyear .tab_content#leading ul li b,
#surveyyear .tab_content#leading_lastyear ul li b {
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

#surveyresult .tab_content#leading ul li b img,
#surveyresult .tab_content#leading_lastyear ul li b img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#surveyyear .tab_content#leading ul li b img,
#surveyyear .tab_content#leading_lastyear ul li b img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#surveyresult .tab_content#government ul,
#surveyresult .tab_content#government_lastyear ul,
#surveyresult .tab_content#people ul,
#surveyresult .tab_content#people_lastyear ul,
#surveyresult .tab_content#people_2_lastyear ul {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

#surveyyear .tab_content#government ul,
#surveyyear .tab_content#government_lastyear ul,
#surveyyear .tab_content#people ul,
#surveyyear .tab_content#people_lastyear ul,
#surveyyear .tab_content#people_2_lastyear ul {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

#surveyresult .tab_content#government ul li,
#surveyresult .tab_content#government_lastyear ul li,
#surveyresult .tab_content#people ul li,
#surveyresult .tab_content#people_lastyear ul li,
#surveyresult .tab_content#people_2_lastyear ul li {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-bottom: 20px;
}

#surveyyear .tab_content#government ul li,
#surveyyear .tab_content#government_lastyear ul li,
#surveyyear .tab_content#people ul li,
#surveyyear .tab_content#people_lastyear ul li,
#surveyyear .tab_content#people_2_lastyear ul li {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-bottom: 20px;
}

#surveyresult .tab_content#government ul li img,
#surveyresult .tab_content#government_lastyear ul li img,
#surveyresult .tab_content#people ul li img,
#surveyresult .tab_content#people_lastyear ul li img,
#surveyresult .tab_content#people_2_lastyear ul li img {
  margin: auto;
}

#surveyyear .tab_content#government ul li img,
#surveyyear .tab_content#government_lastyear ul li img,
#surveyyear .tab_content#people ul li img,
#surveyyear .tab_content#people_lastyear ul li img,
#surveyyear .tab_content#people_2_lastyear ul li img {
  margin: auto;
}

#surveyresult .tab_content#government ul.boxlist,
#surveyresult .tab_content#government_lastyear ul.boxlist,
#surveyresult .tab_content#people ul.boxlist,
#surveyresult .tab_content#people_lastyear ul.boxlist,
#surveyresult .tab_content#people_2_lastyear ul.boxlist {
  margin-top: 0;
}

#surveyyear .tab_content#government ul.boxlist,
#surveyyear .tab_content#government_lastyear ul.boxlist,
#surveyyear .tab_content#people ul.boxlist,
#surveyyear .tab_content#people_lastyear ul.boxlist,
#surveyyear .tab_content#people_2_lastyear ul.boxlist {
  margin-top: 0;
}

#surveyresult .tab_content#government ul.boxlist li,
#surveyresult .tab_content#government_lastyear ul.boxlist li,
#surveyresult .tab_content#people ul.boxlist li,
#surveyresult .tab_content#people_lastyear ul.boxlist li,
#surveyresult .tab_content#people_2_lastyear ul.boxlist li {
  margin: 0;
}

#surveyyear .tab_content#government ul.boxlist li,
#surveyyear .tab_content#government_lastyear ul.boxlist li,
#surveyyear .tab_content#people ul.boxlist li,
#surveyyear .tab_content#people_lastyear ul.boxlist li,
#surveyyear .tab_content#people_2_lastyear ul.boxlist li {
  margin: 0;
}

#surveyresult .tab_content#government p,
#surveyresult .tab_content#government_lastyear p,
#surveyresult .tab_content#people p,
#surveyresult .tab_content#people_lastyear p,
#surveyresult .tab_content#people_2_lastyear p {
  font-size: 13px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 356px;
  width: 100%;
  display: table;
}

#surveyyear .tab_content#government p,
#surveyyear .tab_content#government_lastyear p,
#surveyyear .tab_content#people p,
#surveyyear .tab_content#people_lastyear p,
#surveyyear .tab_content#people_2_lastyear p {
  font-size: 13px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 356px;
  width: 100%;
  display: table;
}

#surveyresult .tab_content#people ul li,
#surveyresult .tab_content#people_lastyear ul li,
#surveyresult .tab_content#people_2_lastyear ul li {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  font-size: 20px;
}

#surveyyear .tab_content#people ul li,
#surveyyear .tab_content#people_lastyear ul li,
#surveyyear .tab_content#people_2_lastyear ul li {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  font-size: 20px;
}

#surveyresult .tab_content table,
#surveyyear .tab_content table {
  max-width: 356px;
  width: 100%;
  border-collapse: inherit;
  border-spacing: 1px;
  margin: auto;
}

#surveyresult .tab_content table th,
#surveyresult .tab_content table td {
  padding: 6px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#surveyyear .tab_content table th,
#surveyyear .tab_content table td {
  padding: 6px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#surveyresult .tab_content table thead th,
#surveyyear .tab_content table thead th {
  background: #ffedde;
}

#surveyresult .tab_content table tbody th,
#surveyyear .tab_content table tbody th {
  background: #ffdfc3;
}

#surveyresult .tab_content table tbody td,
#surveyyear .tab_content table tbody td {
  background: #eaeaea;
}

#surveyi03 ul,
.surveyi03 ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#surveyi03 ul li,
.surveyi03 ul li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

#surveyi03 ul:after,
.surveyi03 ul:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

#surveyi03 figure img,
.surveyi03 figure img {
  margin: auto;
}

#surveyi03 figcaption b,
.surveyi03 figcaption b {
  font-size: 22px;
  display: block;
}

#surveyi03 figcaption span,
.surveyi03 figcaption span {
  display: inline-block;
}

#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 .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;
}

#awardname ul.list li.a1 i {
  color: #e65b5d;
}

#awardname ul.list li.a2 i {
  color: #5f6fb2;
}

#awardname ul.list li.a3 i {
  color: #125caa;
}

#awardname ul.list li.a4 i {
  color: #e45a7f;
}

#awardname ul.list li.a5 i {
  color: #62b54d;
}

#awardname ul.list li.a6 i {
  color: #f29d0b;
}

#awardname ul.list li.a7 i {
  color: #ec8622;
}

#awardname ul.list li.a8 i {
  color: #388d38;
}

#awardname ul.list li.a9 i {
  color: #2bb6fb;
}

@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;
  }

  #video:before,
  #video:after {
    background-size: 120% auto;
  }

  #video ul.list li {
    width: 48%;
  }

  #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 h2.title::after {
  background: #1e6674;
}

#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) {
  #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: 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 */
/*# sourceMappingURL=index.css.map */