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

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

/**/
.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 960px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}


/**/
#index {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-top: 4%;
    overflow: hidden;
}

#index .bg {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*表頭banner出現*/
.bg-animate {
    position: absolute;
}

.bg-animate.bg-right {
    top: 0;
    right: 0;
}

.bg-animate.bg-left {
    bottom: 0%;
    left: 0;
}

.bg-animate.left {
    opacity: 0;
    -webkit-transition: 1s all 0.5s;
    transition: 1s all 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0rem 0;
}

.bg-animate.left.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bg-animate.right {
    opacity: 0;
    -webkit-transition: 1s all 0.5s;
    transition: 1s all 0.5s;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.bg-animate.right.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bg-animate.top {
    opacity: 0;
    -webkit-transition: 1s all 0.5s;
    transition: 1s all 0.5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-animate.top.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bg-animate.bottom {
    opacity: 0;
    -webkit-transition: 1s all 0.5s;
    transition: 1s all 0.5s;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.bg-animate.bottom.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*左右出現*/

.active .bg-animate.forum-right,
.active .bg-animate.vote-right,
.active .bg-animate.survey-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.active .bg-animate.forum-left,
.active .bg-animate.vote-left,
.active .bg-animate.survey-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*上下*/
.active .bg-animate.forum-top,
.active .bg-animate.vote-top,
.active .bg-animate.survey-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.active .bg-animate.forum-bottom,
.active .bg-animate.vote-bottom,
.active .bg-animate.survey-bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 1024px) {
    #index .bg-animate.bg-right {
        top: 0%;
        right: 0;
    }
}

@media (min-width: 1380px) {
    #index .bg-animate.bg-right {
        top: -5%;
        right: 0;
    }

    #index .bg-animate.bg-left {
        bottom: -2.5%;
        left: 0;
    }
}

#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 .building {
    z-index: 2;
    position: absolute;
    opacity: 0;
    bottom: 10%;
    right: 10%;
    width: 47%;
}

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

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

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

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

#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: calc(100vw + 350px);
    height: 388px;
    bottom: 0;
    margin: 0 auto;
    left: -300px;
    overflow: hidden;
    z-index: 10;
}

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

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

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

#index .bubble-1.animate {
    -webkit-transition: 0.5s all 0.5s;
    transition: 0.5s all 0.5s;
}

#index .bubble-2.animate {
    -webkit-transition: 0.5s all 0.8s;
    transition: 0.5s all 0.8s;
}

#index .bubble-3.animate {
    -webkit-transition: 0.5s all 0.4s;
    transition: 0.5s all 0.4s;
}

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

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

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

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

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

#index .bubble .animate {
    position: absolute;
    opacity: 0;
    bottom: 5%;
}

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

#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(50%);
    transform: translateY(50%);
}

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

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

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

#index .cloud-left {
    opacity: 0;
}

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

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

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

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

#index .cloud-right.animate.show {
    opacity: 1;
    -webkit-animation:
        scale 1s ease-in,
        cloud 3s linear infinite;
    animation:
        scale 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: 75%;
    padding-top: 125px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    #index .title {
        max-width: 650px;
        width: 50%;
    }
}

@media (min-width: 1380px) {
    #index .title {
        max-width: 650px;
        width: 45%;
    }
}

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

#index .subtitle.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(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 p {
    text-align: center;
    display: table;
    margin: auto;
    position: relative;
    padding: 3px 0;
    max-width: 718px;
    font-size: 20px;
}

#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 (max-width: 1600px) {
    #index {
        padding-top: 2%;
    }
}

@media (max-width: 480px) {
    #index {
        padding-top: 30vh;
    }
}

@media (max-width: 1024px) {
    #index .bg {
        background-size: auto 100%;
    }
}

@media (max-width: 1024px) {
    #index .streetlamp {
        background-size: auto 100%;
    }
}

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

@media (max-height: 1280px) {
    #index .building {
        max-width: 40%;
        bottom: 12%;
    }
}

@media (max-width: 1024px) {
    #index .building {
        max-width: 65%;
        bottom: 13%;
        right: 6%;
    }
}

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

@media (max-width: 1024px) {
    #index .light {
        background-size: auto 100%;
    }
}

@media (max-width: 480px) {
    #index .light {
        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: 480px) {
    #index .car-left {
        display: none;
    }
}

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

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

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

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

@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:before {
        background-position: 29%;
        z-index: 0;
        position: absolute;
        bottom: 14%;
        height: 300px;
    }

    .car-right {
        display: none;
    }
}

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

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

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

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

@media (max-width: 768px) {
    #index .subtitle {
        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;
    }
}

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

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


/* 上下漂移 -- 開始*/

.iconshake {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    z-index: 2;
}


.iconshake img {
    margin: auto;
    width: 40px;
}
@media (min-width: 1300px) {
.iconshake img {
    margin: auto;
    width: 50px;
}
}

/* 上下漂移--結束 */



@-webkit-keyframes Left {
    0% {
        left: -350px;
    }

    100% {
        left: 0px;
    }
}

@keyframes Left {
    0% {
        left: -350px;
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

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

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

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

@-webkit-keyframes fadeInRight {
    0% {
        right: -300px;
    }

    100% {
        right: -166px;
    }
}

@keyframes fadeInRight {
    0% {
        right: -300px;
    }

    100% {
        right: -166px;
    }
}

#forum {
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(129.59deg, #b49758 1.76%, #ddc585 48.62%, #b29657 95.48%);
    background-size: cover;
    background-position: top center;
    position: relative;
}

#forum .bg-animate.forum-left,
#forum .bg-animate.forum-right {
    width: 22.5%;
    max-width: 375px;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
}

#forum .bg-animate.forum-right {
    background-image: url(../images/forum_right-xs.png);
    background-position: bottom right;

    bottom: 0%;
    right: 0;
}

#forum .bg-animate.forum-left {
    background-image: url(../images/forum_left-xs.png);
    background-position: bottom left;

    bottom: 0%;
    left: 0;
}

@media (min-width: 1300px) {
    #forum {
        padding-top: 180px;
    }

    #forum .bg-animate.forum-right {
        background-image: url(../images/forum_right.png);
        bottom: 0%;
        right: 0;
    }

    #forum .bg-animate.forum-left {
        background-image: url(../images/forum_left.png);
        bottom: 0%;
        left: 0;
    }
}

#forum h2 {
    opacity: 0;
}

#forum p {
    color: #262626;
    font-size: 20px;
    line-height: 32px;
    margin: 0px auto 30px auto;
    text-align: center;
    max-width: 67%;
    font-weight: 600;
}

#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: 8%;
}

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

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

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

#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: 35px;
    height: 35px;
    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_con {
    opacity: 0;
    position: relative;
}

#forum.active h2 {
    opacity: 1;
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
}

#forum.active .forum_con {
    opacity: 1;
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
}

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

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

    #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 span {
        display: block;
        font-size: 20px;
        margin-left: 60px;
    }
}

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

.info-add-s {
    text-align: left;
    margin-left: 105px;
}

@media (max-width: 480px) {
    .info-add-s {
        margin-left: 86px;
    }
}

#foruminfo .people {
    padding-bottom: 155px;
    background: url(../images/foruminfobg.jpg) center bottom no-repeat;
    margin-bottom: 45px;
}

#foruminfo ul.speaker {
    display: table;
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 1000px;
}

#foruminfo ul.speaker li {
    margin-bottom: 20px;
    width: 22.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
}

#foruminfo ul.speaker figure img {
    margin: auto;
}

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

#foruminfo ul.speaker figcaption b {
    display: block;
    font-size: 22px;
}

#foruminfo ul.speaker+ul {
    max-width: 1000px;
}

#foruminfo ul.speaker+ul li {
    margin-bottom: 10px;
    width: 22.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
}

#foruminfo .schedule p {
    font-size: 24px;
    margin: 20px 0;
    padding-left: 20px;
    font-weight: bold;
}

#foruminfo ul.timer {
    padding-top: 20px;
}

#foruminfo ul.timer li {
    position: relative;
}

#foruminfo ul.timer li span {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: right;
    padding: 10px 10px 10px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#foruminfo ul.timer li:first-child span {
    position: relative;
}

#foruminfo ul.timer li:first-child span:before,
#foruminfo ul.timer li:first-child span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -25px;
    background: #999;
}

#foruminfo ul.timer li:first-child span:before {
    width: 2px;
    height: 41px;
    right: -11px;
}

#foruminfo ul.timer li:first-child span:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: -16px;
}

#foruminfo ul.timer li div {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 12px 25px;
}

#foruminfo ul.timer li div b {
    font-size: 24px;
    line-height: 1.6em;
    color: #27a038;
    display: block;
    margin-top: -3px;
}

#foruminfo ul.timer li div:before,
#foruminfo ul.timer li div:after {
    content: "";
    display: block;
    position: absolute;
}

#foruminfo ul.timer li div:before {
    width: 2px;
    height: 100%;
    background: #999;
    left: 5px;
    top: 21px;
}

#foruminfo ul.timer li div:after {
    width: 12px;
    height: 12px;
    background: #cf33b4;
    left: 0px;
    top: 15px;
    border-radius: 50%;
}

#foruminfo ul.timer li:last-child div:before {
    display: none;
}

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

@-webkit-keyframes surveyUp {
    0% {
        top: -1000px;
    }

    100% {
        top: 0px;
    }
}

@keyframes surveyUp {
    0% {
        top: -1000px;
    }

    100% {
        top: 0px;
    }
}

#survey {
    background-image: url(../images/survey_bg-xs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    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;
}

@media (min-width: 980px) {
    #survey {
        background-image: url(../images/survey_bg.png);
    }
    #index,
    #vote,
    #survey {
        min-height: 800px !important;
        height: 100vh;
    }
}

#survey .bg-animate {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
}

#survey .bg-animate.survey-left {
    background-image: url(../images/survey_bg01-xs.png);
    bottom: 0;
    left: 0;
    background-position: bottom left;
}

#survey .bg-animate.survey-right {
    background-image: url(../images/survey_bg02-xs.png);
    bottom: 0;
    right: 0;
    background-position: bottom right;
}

#survey .bg-animate.survey-top {
    background-image: url(../images/survey_bg03-xs.png);
    top: 0;
    left: 0;
    background-position: top left;
}

@media (min-width: 1180px) {
    #survey .bg-animate.survey-left {
        background-image: url(../images/survey_bg01.png);
        bottom: 0;
        left: 0;
    }

    #survey .bg-animate.survey-right {
        background-image: url(../images/survey_bg02.png);
        top: 0;
        right: 0;
    }

    #survey .bg-animate.survey-top {
        background-image: url(../images/survey_bg03.png);
    }
}

#survey .title {
    opacity: 0;
}

#survey h3 {
    opacity: 0;
    position: relative;
}

#survey .btns {
    opacity: 0;
    position: relative;
    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.active .title {
    opacity: 1;
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
}

#survey.active h3 {
    opacity: 1;
    -webkit-animation: fadeInUp 1.25s;
    animation: fadeInUp 1.25s;
}

#survey.active .btns {
    opacity: 1;
    -webkit-animation: fadeInUp 1.5s;
    animation: fadeInUp 1.5s;
}

#surveyIntro ul li p,
#surveyIntro ul li span {
    color: #000000;
    font-weight: 500;
}

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

    #survey h3 {
        font-size: 26px !important;
    }
}

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

#vote {
    background: linear-gradient(129.59deg, #b49758 1.76%, #ddc585 48.62%, #b29657 95.48%);
    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 .bg-animate.vote-left,
#vote .bg-animate.vote-right {
    width: 30%;
    max-width: 375px;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#vote .bg-animate.vote-right {
    background-image: url(../images/vote-right.png);
    background-position: bottom right;
    bottom: 0;
    right: 0;
}

#vote .bg-animate.vote-left {
    background-image: url(../images/vote-left.png);
    background-position: top left;
    top: 0;
    left: 0;
}

#vote .title {
    opacity: 0;
}

#vote .btns {
    opacity: 0;
    position: relative;
    margin-top: 70px;
    margin-left: -10px;
}

#vote .btns a {
    width: 250px;
    background: #864800;
}

#vote h3 {
    font-size: 36px;
    color: #262626;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

#vote h4 {
    font-size: 24px;
    color: #262626;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

#vote h4 span {
    display: inline-block;
    vertical-align: bottom;
    width: 31px;
    height: 33px;
    margin-right: 5px;
}

#vote .con>div {
    opacity: 0;
    position: relative;
}

#vote.active .title {
    opacity: 1;
    -webkit-animation: fadeInUp 1.5s;
    animation: fadeInUp 1.5s;
}

#vote.active .con>div {
    opacity: 1;
    -webkit-animation: fadeInUp 1.25s;
    animation: fadeInUp 1.25s;
}

#vote.active .btns {
    opacity: 1;
    -webkit-animation: fadeInUp 1.5s;
    animation: fadeInUp 1.5s;
}

@media (max-width: 768px) {
    #vote h3 {
        font-size: 26px;
    }
}

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

@media (max-width: 480px) {
    #vote h4 {
        font-size: 17px;
    }
}

#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: url("../images/vote_bg.png") center bottom;
    position: relative;
    padding-top: 90px;
    padding-bottom: 140px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

#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 h5 {
    color: #cca66d;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
}

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

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

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

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

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

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

.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 {
    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: #8f612c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2.5rem;
}

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

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

#report .btns li {
    margin: 2rem auto 2.5rem;
}

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

    #report .con.clp_btn {
        margin: 0;
    }
}

@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 h3 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

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

@media (max-width: 700px) {
    #foruminfo .people {
        padding-bottom: 85px;
    }

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

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

    #foruminfo ul.speaker+ul li {
        width: 47.91667%;
        float: left;
        margin-left: 1.04167%;
        margin-right: 1.04167%;
    }

    #foruminfo .schedule p {
        padding-left: 0px;
    }

    #foruminfo ul.timer {
        padding-top: 20px;
    }

    #foruminfo ul.timer li span {
        width: 50px;
        padding-right: 0;
        text-align: center;
    }

    #foruminfo ul.timer li span i {
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #foruminfo ul.timer li div {
        width: calc(100% - 60px);
        min-height: 78px;
    }

    #foruminfo ul.timer li div b {
        font-size: 22px;
    }

    #foruminfo ul.timer li div:before,
    #foruminfo ul.timer li div:after {
        content: "";
        display: block;
        position: absolute;
    }

    #foruminfo ul.timer li div:before {
        width: 2px;
        height: 100%;
        background: #999;
        left: 5px;
        top: 21px;
    }

    #foruminfo ul.timer li div:after {
        width: 12px;
        height: 12px;
        background: #cf33b4;
        left: 0px;
        top: 15px;
        border-radius: 50%;
    }

    #foruminfo ul.timer li:last-child div:before {
        display: none;
    }

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

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

    #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 */