@charset "utf-8";

/* CSS Document  Design By kuro */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    font-family: 'Noto Sans TC', "Microsoft JhengHei", sans-serif;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    font-size: 120%;
}

#loading {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
}


aside.t-left {
  
    padding: 0 15px;
}

#step-2-right .nav-tabs {
    border-bottom: none;
    margin-top: 15px;
}

#step-2-right .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    font-size: 1.4rem;
}
#step-2-right .container-fluid {
   margin-top: 15px;
}

#step-2-right .nav-tabs>li {
  
    background-color: #eee;
}


#step-2-right .tab-content {
    
    padding: 15px;
    background-color: #fff;
    height: 400px;
    overflow: auto;
    
}

ul.noticelist {
       padding: 0;
    margin: 0;
    text-align: left;
    list-style-type: none;
    font-size: 1rem;
    position: absolute;
    top: 12%;
  left: 15px;
}

aside.t-left table td {
    border: #000 solid 1px;
}

aside.t-left table {
      font-size: 1.5rem;
    background-color: #fff;
    border: #ccc solid 1px;
    border-top: none;
}


.tab-content {
    padding: 15px;
    display: inline-block;
    width: 100%;
}


#loading span {
    display: block;
    width: 250px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -75px;
    font-size: 2em;
}

.outside {
    opacity: 0;
    transition: all 0.5s ease;
}

.section {
    text-align: center;
}

.auto {
    margin: 0 auto;
}

.onlyme.left {
    transform: translateX(100%);
}

.onlyme.right {
    transform: translateX(-100%);
}

#step-2-left {
    background: url(../images/re-x.jpg);
    background-size: contain;
    overflow: auto;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    transform: translateX(-100%);
    transition: all 0.5s ease;
}

.borand {
    margin-top: 15px;
}

div#ad {
    font-size: 5em;
    margin: 50px 0;
}

div#step-2-right {
    height: 100%;
    background: url(../images/announcement.jpg);
    top: 0;
    overflow: hidden;
    left: 0;
    position: absolute;
    width: 100%;
    background-position: 50% 100%;
    background-size: cover;
    transform: translateX(100%);
    transition: all 0.5s ease;
}

figure#playicon {
    position: absolute;
    left: 50%;
    margin-left: 10%;
    top: 45%;
}

figure#playicon img {
    transition: all 0.5s ease;
}

figure#playicon img:last-child {
    display: none;
}

figure#playicon:hover img:last-child {
    display: block;
}

figure#playicon:hover img:first-child {
    display: none;
}

figure.left,
figure#left {
    top: 50%;
    padding: 10px;
    position: absolute;
    border: #fff solid;
    margin-top: -23.5px;
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    left: 15px;
    width: 50px;
    z-index: 5;
}

figure.left i,
figure#left i,
figure#right i,
figure.right i {
    font-size: 2em;
    color: #fff;
    position: relative;
    top: 0px;
}

figure.right,
figure#right {
    top: 50%;
    position: absolute;
    margin-top: -23.5px;
    padding: 10px;
    border: #fff solid;
    right: 15px;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0;
    z-index: 5;
    margin-bottom: 0;
    width: 50px;
    transition: all 0.5s ease;
}

figure.right:hover,
figure#right:hover,
figure#left:hover,
figure.left:hover {
    background-color: #0071bc;
    transition: all 0.5s ease;
}

figure.left span,
figure#left span {
    display: inline-block;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 1px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: relative;
    top: 3px;
    left: -3px;
}

figure.left span a,
figure#left span a,
figure.right span a,
figure#right span a {
    color: #fff;
    text-decoration: none;
}

figure.right span,
figure#right span {
    display: inline-block;
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 1px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: relative;
    top: 3px;
    left: -5px;
}

figure.bottom {
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin: 0 0 0 -173.5px;
    cursor: pointer;
    height: 131px;
    z-index: 15;
    overflow: hidden;
}

figure.bottom:hover img {
    transform: translateY(-131px);
}

figure#right-logo {
    position: absolute;
    left: 50%;
    z-index: 5;
    top: 25px;
}

.onlyme {
    position: relative;
    background: url(../images/re-x.jpg);
    transition: all 0.5s ease;
    height: 100%;
    background-repeat: repeat-x;
    background-size: contain;
}

#sky {
    height: 15%;
    background: #95d8ef url(../images/city.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.tree {
    position: absolute;
    bottom: 5%;
    z-index: 5;
    left: 150px;
}

.ball-1 {
    position: absolute;
    bottom: 5%;
    -webkit-animation: jump 1.5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation: jump 1.5s infinite;
    -moz-animation-direction: alternate;
}

@-webkit-keyframes jump {
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes jump {
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes jump2 {
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-moz-keyframes jump2 {
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes jump3 {
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0px);
    }
}

@-moz-keyframes jump3 {
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0px);
    }
}

.ball-2 {
    position: absolute;
    bottom: 5%;
    -webkit-animation: jump2 1.5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation: jump2 1.5s infinite;
    -moz-animation-direction: alternate;
}

.ball-3 {
    left: 40px;
    position: absolute;
    bottom: 7%;
}

.ball-3 img {
    -webkit-animation: jump3 5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation: jump3 5s infinite;
    -moz-animation-direction: alternate;
}

.ball-1:after {
    content: '';
    width: 40px;
    height: 10px;
    background-color: #7fa553;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 30px;
    z-index: 2;
    border-radius: 100px / 50px;
}

.ball-2:after {
    content: '';
    width: 40px;
    height: 10px;
    background-color: #7fa553;
    position: absolute;
    left: 5px;
    top: 35px;
    z-index: 2;
    border-radius: 100px / 50px;
}

.ball-3:after {
    content: '';
    width: 30px;
    height: 10px;
    background-color: #7fa553;
    position: absolute;
    left: 3px;
    top: 55px;
    z-index: 2;
    border-radius: 100px / 50px;
}

.ball-1 img,
.ball-2 img,
.ball-3 img {
    position: relative;
    z-index: 5;
}

#num1 {
    left: 90px;
    bottom: 45px;
}

#num4 {
    left: 250px;
}

#num3 {
    left: 400px;
}

#num2 {
    left: 200px;
}

div#tree2 {
    left: 320px;
}

div#star2 {
    left: 340px;
    bottom: 130px;
}

div#star2:after {
    z-index: 1;
}

div#tree3 {
    left: 450px;
}

div#num5 {
    left: 475px;
}

div#star4 {
    right: 15px;
    left: inherit;
}

div#tree5 {
    right: 120px;
    left: inherit;
    bottom: 70px;
}

div#num7 {
    left: inherit;
    right: 250px;
}

div#num6 {
    left: inherit;
    right: 80px;
}

div#star3 {
    left: inherit;
    right: 400px;
}

div#num10 {
    left: inherit;
    right: 500px;
}

div#tree6 {
    left: inherit;
    right: 300px;
}

div#num8 {
    left: inherit;
    right: 170px;
}

section#way {
    background-color: #52ac8a;
    min-height: 500px;
    margin-top: 50px;
    position: relative;
    z-index: 5;
}

aside.description {
    border-bottom: #fff solid 1px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    display: inline-block;
}

aside.description p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 200%;
    color: #fff;
}

span#mastertitle {
    background-color: #fcee21;
    width: 100%;
    display: block;
    font-size: 2.5em;
    height: 96px;
    border-radius: 15px;
    text-align: center;
    line-height: 96px;
    color: #2e9e8e;
}

aside.description-main {
    text-align: left;
    display: table;
    height: inherit;
    color: #fff;
}

aside.description-main>.row {
    display: table-cell;
    vertical-align: middle;
}

.description-main ul {
    padding: 0;
    margin: 0;
    font-size: 1.15em;
    list-style-type: none;
}

.description-main ul li {
    line-height: 180%;
    font-weight: 200;
    font-size: 115%;
}

.description-main ul li img {
    margin-top: 25px;
}

span#step1 {
    position: absolute;
    top: 100px;
    left: 0;
    font-size: 0.9em;
}

span#step1 a {
    text-decoration: none;
    color: #ff0;
}

span#step2 {
    position: absolute;
    top: 130px;
    right: 0;
    font-size: 0.9em;
}

span#step3 {
    position: absolute;
    bottom: 80px;
    left: -50px;
    font-size: 0.9em;
}

span#step4 {
    position: absolute;
    bottom: -60px;
    left: -20px;
    font-size: 0.9em;
}

span#step5 {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.prbox {
    display: table;
    width: 100%;
    margin-top: 15px;
}

.prbox div {
    width: 25%;
    font-weight: 100;
    float: left;
    text-align: center;
    font-size: 105%;
}

.pr1 {
    position: absolute;
    bottom: 200px;
    left: 30px;
}

figure.top {
    position: absolute;
    top: 80px;
    color: #fff;
    cursor: pointer;
    left: 50%;
    padding: 5px 0;
    border-radius: 10px;
    background-color: #999;
    transition: all 0.5s ease;
    width: 180px;
    margin-left: -90px;
}

figure.top:hover {
    background-color: #0071bc;
    transition: all 0.5s ease;
}

figure.top span {
    font-size: 1.6em;
    position: relative;
    top: -5px;
    margin-left: 10px;
}

figure.top i {
    font-size: 3em;
}

.pr2 {
    position: absolute;
    bottom: 150px;
    left: 80px;
}

.pr3 {
    position: absolute;
    bottom: 220px;
    left: 120px;
}

.step-2-header {
    height: 15%;
    position: relative;
    background: #95d8ef;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

figure#left-logo {
    position: absolute;
    left: 0;
    bottom: 0;
}

figure#people {
    position: absolute;
    bottom: -15px;
    left: 350px;
}

figure#product-img {
    position: absolute;
    bottom: -10px;
    left: 320px;
}

figure#product-img {
    position: absolute;
    bottom: -40px;
    left: 500px;
}

figure#an3-img {
    position: absolute;
    bottom: -90px;
    right: 50px;
}

figure#could4 {
    left: 500px;
}

figure#could3 {
    left: 400px;
    top: 50px;
}

figure#could2 {
    right: 50px;
    left: inherit;
}

.main-box {
    border: green solid 1px;
    min-height: 800px;
    background-color: #e6eddd;
    overflow: hidden;
    padding: 25px 25px 25px 100px;
    text-align: left;
    margin-bottom: 50px;
    border-radius: 15px;
}

.main-box.orange {
    border: #ff671b solid 1px;
}

.main-box.orange .master-title {
    color: #ff671b;
}

.main-box.orange a.outsidelink {
    background-color: #39b54a;
    color: #fff;
}

section.container.leftmain {
    margin-top: 100px;
    position: relative;
}

a.outsidelink {
    background-color: #998675;
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0 5px;
    text-decoration: none;
    transition: 0.5s ease;
}

a.outsidelink:hover {
    background-color: #77695d;
    transition: 0.5s ease;
    text-decoration: none;
}

ul.moredes {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.master-title {
    color: #00913a;
    font-size: 2em;
}

ul.moredes {
    padding: 0;
    margin: 15px 0 0 0;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.4em;
}

.pr-list .col-sm-3 img {
    border: green solid 1px;
}

.pr-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

.pr-list-o {
    display: inline-block;
    width: 100%;
}

.top-link {
    position: absolute;
    top: 35px;
    left: -50px;
}

.top-link a {
    margin-bottom: 10px;
    display: block;
}

#main-second {
    display: none;
}


/*老鼠*/

.claer {
    clear: both;
}

.change1:active {
    cursor: url(../images/change1-1.png), default;
}

.change1 {
    cursor: url(../images/change1.png), default;
}

.change2 {
    cursor: url(../images/change2.png), default;
}

.change2:active {
    cursor: url(../images/change2-1.png), default;
}

.change3 {
    cursor: url(../images/change3.png), default;
}

.change3:active {
    cursor: url(../images/change3-1.png), default;
}

.frame {
    display: block;
    background: url(space.png) no-repeat;
    float: left;
    margin: 25px 0;
    width: 33.333%;
    background-size: contain;
    height: 100px;
    background-position: 50% 50%;
    overflow: hidden;
}

.frame {
    position: relative;
}

.span {
    height: 100px;
    width: 102px;
    position: absolute;
    background-size: contain;
    background: url(dishu.png);
    left: 50%;
    margin-left: -51px;
}

.num {
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    margin: 0 auto;
    padding-bottom: 5px;
    position: absolute;
    bottom: 23px;
    background: #009688;
    color: #fff;
    font-size: 1.6em;
}

.num div {
    text-align: center;
    display: inline-block;
    margin: 0 15px;
}

#box {
    background-color: #0cab9f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
}


/*#goog */

.goog {
    border: #fff solid 1px;
    font-size: 3em;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}


/*#goog:hover */

.goog:hover {
    border: #fff solid 1px;
    font-size: 3em;
    display: inline-block;
    background-color: #0071bc;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    transition: all 0.5s ease;
    cursor: pointer;
}

#newtip {
    text-align: center;
    padding-top: 15px;
    font-size: 1.8rem;
    margin-bottom: 55px;
}

#win,
#lose {
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    position: absolute;
    z-index: 5;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 4em;
}

.jumpbox {
    text-decoration: none;
    display: block;
    color: #ff0;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    top: 50%;
    margin-top: -236px;
    border: #fff solid 5px;
    border-radius: 15px;
    background-color: #00a99d;
    width: 960px;
    height: 472px;
    background: url(../images/win-lose-window.jpg);
    background-size: contain;
}

button.btn.btn-primary.again-btn,
.share-fb {
    font-size: 1.25em;
    margin-top: 35px;
}

.jumpbox span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 2.5em;
}

.jumpbox i {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    background-color: #000;
    padding: 0 5px;
    cursor: pointer;
}

.sec {
    font-size: 2rem;
    background-color: inherit;
    position: relative;
    border: none;
    width: 300px;
    right: 0;
    bottom: 0;
}

input#sssecond {
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: inherit;
    display: inline-block;
    width: 70px;
}

.run {
    background-color: #000;
    color: #fff;
    position: absolute;
    font-size: 1.3em;
    width: 100%;
    padding: 5px 0;
    top: 0px;
    white-space: nowrap;
}

.run span:after {
    content: '｜';
}

.run span:last-child:after {
    content: '';
}

.game-instructions {
    text-align: left;
}

.game-instructions p {
    color: #fff;
    font-size: 1.6em;
}

.lgtitle {
    font-size: 3em;
    color: #fcee21;
}

ul.select-pr {
    padding: 0;
    margin: 25px 0;
    list-style-type: none;
    position: relative;
}

ul.select-pr li {
    display: inline-block;
    margin-right: 0;
    width: 32%;
}

div#join {
    border: #fff solid 1px;
    display: block;
    background-color: #0071bc;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin: 15px auto 0;
    width: 200px;
    font-size: 1.6em;
    transition: all 0.5s ease;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation: font 2s infinite;
    -moz-animation: font 2s infinite;
}

@-webkit-keyframes font {
    50% {
        background-color: #065284;
    }
    100% {
        background-color: #0071bc;
    }
}

@-moz-keyframes font {
    50% {
        background-color: #065284;
    }
    100% {
        background-color: #0071bc;
    }
}

div#join a {
    color: #fff;
    text-decoration: none;
}

.lgtitle {
    font-size: 4em;
    color: #fcee21;
    margin-top: -70px;
}

.bt-af {
    margin-top: 15px;
}

#game-back {
    background: url(../images/game-back.png) #333;
    background-size: cover;
    height: 100%;
    background-position: 30% 100%;
    background-repeat: no-repeat;
    transition: 1s ease;
    opacity: 0;
}

div#gameset {
    position: absolute;
    background-color: #00a99d;
    top: 319px;
    right: 35px;
    width: 300px;
    height: 300px;
    border: #fff solid 5px;
    border-radius: 15px;
}

div.gameset {
    position: absolute;
    background-color: #00a99d;
    top: 318px;
    right: 35px;
    width: 300px;
    height: 80px;
    padding-top: 10px;
    border: #fff solid 5px;
    border-radius: 15px;
    display: none;
}

.top-muse {
    background-color: #4CAF50;
    color: #fff;
    display: block;
    padding: 3px 10px;
    border: #fff solid 1px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
}

.top-muse a {
    color: #fff;
    text-decoration: none;
}

.m-top {
    background-color: #00a99d;
    position: fixed;
    width: 35px;
    height: 35px;
    right: 15px;
    z-index: 50;
    bottom: 25px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    line-height: 35px;
}

.gameset-title {
    color: #ff0;
    font-size: 4em;
    margin: 15px 0;
}

button.gamebtn {
    border: #fff solid 1px;
    font-size: 3em;
    display: block;
    margin: 15px auto;
    background-color: transparent;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 5px;
}

button.gamebtn:hover {
    transition: all 0.5s ease;
    background-color: #0071bc;
}

#selectarms {
    position: absolute;
    background-color: #00a99d;
    top: 63px;
    right: 35px;
    width: 450px;
    padding-bottom: 15px;
    min-height: 200px;
    border: #fff solid 5px;
    border-radius: 15px;
}

#selectarms div {
    color: #fff;
    font-size: 4em;
}

#selectarms a {
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 100;
    text-decoration: none;
}

#main {
    width: 50%;
    height: 500px;
    transition: all 0.5s ease;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    margin-left: -40%;
}

#box2,
#box3 {
    display: none;
}

#master-city {
    background: url(../images/index-bg.png);
    height: 397px;
    background-position: center;
    z-index: 5;
    position: relative;
}

div#index-sky {
    background-color: #95d8ef;
    height: 500px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

#master-city:before {
    display: block;
    background-color: #95d8ef;
    content: '';
}

#floor {
    background: url(../images/step-report.jpg) #b2d591;
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    height: 500px;
}

#earth {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    bottom: 260px;
    width: 100%;
    background: url(../images/floor2.png);
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

#road {
    position: absolute;
    left: 50%;
    bottom: -200px;
    margin-left: -520px;
}

figure#door {
    position: absolute;
    left: 50%;
    bottom: 28px;
    margin-left: -525px;
    transform: skewY(0deg);
    transform-origin: right;
    transition: all 0.5s ease;
    -webkit-animation: door 5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation: door 5s infinite;
    -moz-animation-direction: alternate;
}

#stand1 {
    background: url(../images/stand1.png);
    width: 104px;
    height: 243px;
    position: absolute;
    bottom: -170px;
    z-index: 1;
    left: 25px;
}

#stand2 {
    background: url(../images/stand2.png);
    width: 103px;
    height: 201px;
    left: 50%;
    position: absolute;
    bottom: -130px;
    z-index: 10;
    margin-left: -385px;
}

#stand3 {
    background: url(../images/stand3.png);
    width: 145px;
    height: 254px;
    position: absolute;
    bottom: -190px;
    z-index: 1;
    right: 25px;
}

#girl {
    position: absolute;
    left: 50%;
    z-index: -1;
    bottom: 25px;
    -webkit-animation: girl 20s infinite;
    -moz-animation: girl 20s infinite;
    margin-left: -720px;
    transform: rotate(-25deg);
}

div#people {
    position: absolute;
    bottom: 0;
    z-index: -1;
    bottom: 200px;
    left: 50%;
    margin-left: -590px;
}

div#people {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    top: -220px;
    margin-left: -590px;
    -webkit-animation: people 5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation: people 5s infinite;
    -moz-animation-direction: alternate;
}

div#people2 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    top: -350px;
    -webkit-animation: people 5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation: people 5s infinite;
    -moz-animation-direction: alternate;
}

#Ranking {
    background: url(../images/Ranking.png);
    width: 267px;
    height: 229px;
    z-index: 2;
    left: 50%;
    top: -370px;
    position: absolute;
    margin-left: 320px;
}

#Ranking ul {
    padding: 0;
    margin: 35px 20px 0 30px;
    list-style-type: none;
}

#Ranking ul li {
    margin-bottom: 4px;
}

#Ranking ul span {
    display: inline-block;
    width: 32.5%;
}


/*腳步*/

path#right-foot {
    transform-origin: top center;
    transform: rotate(0deg);
    -webkit-animation: r-foot 2s infinite ease-in;
    -webkit-animation-direction: alternate;
    -webkit-animation: face 20s infinite;
    -moz-animation: face 20s infinite, r-foot 2s infinite ease-in;
}

path#r-shore {
    transform-origin: top center;
    transform: rotate(0deg);
    -webkit-animation: r-shore 2s infinite ease-in;
    -webkit-animation-direction: alternate;
    -moz-animation: r-shore 2s infinite ease-in;
    -moz-animation-direction: alternate;
}

path#left-shore {
    transform-origin: top center;
    transform: rotate(0deg);
    -webkit-animation: l-shore 2s infinite ease-in;
    -webkit-animation-direction: alternate;
    -moz-animation: l-shore 2s infinite ease-in;
    -moz-animation-direction: alternate;
}

path#left-foot {
    transform-origin: top center;
    transform: rotate(0deg);
    -webkit-animation: l-foot 2s infinite ease-in;
    -webkit-animation-direction: alternate;
    -webkit-animation: face 20s infinite;
    -moz-animation: face 20s infinite, l-foot 2s infinite ease-in;
}

@-webkit-keyframes r-foot {
    50% {
        transform-origin: top center;
        transform: rotate(-10deg);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg);
    }
}

@-moz-keyframes r-foot {
    50% {
        transform-origin: top center;
        transform: rotate(-5deg);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg);
    }
}

@-webkit-keyframes l-foot {
    50% {
        transform-origin: top center;
        transform: rotate(10deg);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg);
    }
}

@-moz-keyframes l-foot {
    50% {
        transform-origin: top center;
        transform: rotate(3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg);
    }
}

@-webkit-keyframes r-shore {
    50% {
        transform-origin: top center;
        transform: rotate(-30deg) translateX(55px);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg) translateX(0px);
    }
}

@-moz-keyframes r-shore {
    50% {
        transform-origin: top center;
        transform: rotate(-3deg) translateX(30px);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg) translateX(0px);
    }
}

@-webkit-keyframes l-shore {
    50% {
        transform-origin: top center;
        transform: rotate(30deg) translateX(-55px);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg) translateX(0px);
    }
}

@-moz-keyframes l-shore {
    50% {
        transform-origin: top center;
        transform: rotate(3deg) translateX(-10px);
    }
    100% {
        transform-origin: top center;
        transform: rotate(0deg) translateX(0px);
    }
}

@-webkit-keyframes girl {
    10% {
        transform: rotate(0deg) translateY(0px) translateX(-5px);
        z-index: 2;
    }
    20% {
        transform: rotate(0deg) translateY(20px) translateX(15px);
    }
    30% {
        transform: rotate(0deg) translateY(110px) translateX(20px);
    }
    40% {
        transform: rotate(0deg) translateY(110px) translateX(165px);
    }
    50% {
        transform: rotate(20deg) translateX(270px) translateY(15px);
        transform-origin: center top;
    }
    60% {
        transform: rotate(0deg) translateX(370px) translateY(110px);
    }
    70% {
        transform: rotate(0deg) translateX(800px) translateY(110x);
    }
    80% {
        transform: rotate(0deg) translateX(800px) translateY(110px);
    }
    90% {
        transform: rotate(0deg) translateX(800px) translateY(200px);
    }
    100% {
        transform: rotate(0deg) translateX(800px) translateY(300px);
        display: none;
    }
}

@-moz-keyframes girl {
    10% {
        transform: rotate(0deg) translateY(0px) translateX(-5px);
        z-index: 2;
    }
    20% {
        transform: rotate(0deg) translateY(20px) translateX(15px);
    }
    30% {
        transform: rotate(0deg) translateY(110px) translateX(20px);
    }
    40% {
        transform: rotate(0deg) translateY(110px) translateX(165px);
    }
    50% {
        transform: rotate(20deg) translateX(270px) translateY(15px);
        transform-origin: center top;
    }
    60% {
        transform: rotate(0deg) translateX(370px) translateY(110px);
    }
    70% {
        transform: rotate(0deg) translateX(800px) translateY(110x);
    }
    80% {
        transform: rotate(0deg) translateX(800px) translateY(110px);
    }
    90% {
        transform: rotate(0deg) translateX(800px) translateY(200px);
    }
    100% {
        transform: rotate(0deg) translateX(800px) translateY(300px);
        display: none;
    }
}

.face {
    -webkit-animation: face 20s infinite;
    -moz-animation: face 20s infinite;
}

@-webkit-keyframes face {
    0% {
        fill: #c1a897;
    }
    30% {
        fill: #c1a897;
    }
    70% {
        fill: #fdd7bc
    }
    100% {
        fill: #fdd7bc;
    }
}

@-moz-keyframes face {
    0% {
        fill: #c1a897;
    }
    30% {
        fill: #c1a897;
    }
    70% {
        fill: #fdd7bc
    }
    100% {
        fill: #fdd7bc;
    }
}

rect.left-foot {
    transform-origin: center top;
    transition: all 0.5s ease;
    -webkit-animation: left-foot 3s infinite ease;
    -webkit-animation-direction: alternate;
    transform: translateX(1px);
}

@-webkit-keyframes left-foot {
    50% {
        transform: rotate(-10deg);
        transform-origin: center top;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: center top;
    }
}

@-moz-keyframes left-foot {
    50% {
        transform: rotate(-10deg);
        transform-origin: center top;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: center top;
    }
}

@-webkit-keyframes door {
    50% {
        transform: skewY(-20deg);
    }
    100% {
        transform: skewY(0deg);
    }
}

@-moz-keyframes door {
    50% {
        transform: skewY(-20deg);
    }
    100% {
        transform: skewY(0deg);
    }
}

@-webkit-keyframes people {
    0% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(0px) scaleX(-1);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes people {
    0% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(0px) scaleX(-1);
    }
    100% {
        transform: translateY(0px);
    }
}

nav#nav {
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 5;
}

#else-menu {
    position: absolute;
    top: 35px;
    right: 25px;
    z-index: 5;
}

nav#nav ul,
#else-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

nav#nav ul li,
#else-menu ul li {
    display: inline-block;
}

nav#nav ul li img:last-child,
#else-menu ul li img:last-child {
    display: none;
}

nav#nav ul li:hover img:last-child,
#else-menu ul li:hover img:last-child {
    display: block;
}

nav#nav ul li:hover img:first-child,
#else-menu ul li:hover img:first-child {
    display: none;
}

i.m-menu {
    position: absolute;
    color: #fff;
    cursor: pointer;
    z-index: 27;
    font-size: 3em;
    left: 15px;
    top: 38px;
}

figure#right-could {
    position: absolute;
    top: 200px;
    right: 250px;
    -webkit-animation: l-could 10s infinite ease;
    -webkit-animation-direction: alternate;
    -moz-animation: l-could 10s infinite ease;
    -moz-animation-direction: alternate;
}

.right-could {
    position: absolute;
    top: 20px;
    right: 250px;
    -webkit-animation: l-could 10s infinite ease;
    -webkit-animation-direction: alternate;
    -moz-animation: l-could 10s infinite ease;
    -moz-animation-direction: alternate;
}

figure#left-could {
    position: absolute;
    top: 200px;
    left: 100px;
    -webkit-animation: l-could 10s infinite ease;
    -webkit-animation-direction: alternate;
    -moz-animation: l-could 10s infinite ease;
    -moz-animation-direction: alternate;
}

.left-could {
    position: absolute;
    top: 20px;
    left: 100px;
    -webkit-animation: l-could 10s infinite ease;
    -webkit-animation-direction: alternate;
    -moz-animation: l-could 10s infinite ease;
    -moz-animation-direction: alternate;
}

@-webkit-keyframes l-could {
    50% {
        transform: translateX(150px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-moz-keyframes l-could {
    50% {
        transform: translateX(150px);
    }
    100% {
        transform: translateX(0px);
    }
}

.index-down {
    position: absolute;
    font-size: 5em;
    bottom: -200px;
    left: 50%;
    margin-left: 245px;
}

.index-down:before {
    content: '';
    width: 40px;
    height: 33px;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    top: 29px;
    left: 5px;
}

.index-down i {
    position: relative;
    z-index: 3;
}

.jump-a {
    display: block;
    color: #fff;
    font-size: 3rem;
    text-decoration: none;
    margin-top: 5px;
}

.jump-a:hover {
    display: block;
    color: #ff0;
    font-size: 3rem;
    text-decoration: none;
    margin-top: 5px;
}

.top-index {
    position: fixed;
    width: 35px;
    height: 35px;
    background-color: #F44336;
    line-height: 35px;
    text-align: center;
    right: 15px;
    display: none;
    bottom: 10px;
    cursor: pointer;
}

.top-index a {
    color: #fff;
}


.container-fluid.m {
    padding: 0;
}

.container-fluid.m  .tab-content {
    padding: 0;
    display: inline-block;
    width: 100%;
}











/*1440以上*/

@media screen and (min-width:1441px) {
   
        
        
#step-2-right .nav-tabs {
    border-bottom: none;
    margin-top: 45px;
}

    }







/*1440以下*/

@media screen and (max-width:1441px) {
    body {
        font-size: 120% !important;
    }
    @-webkit-keyframes people {
        0% {
            transform: translateY(10px);
        }
        50% {
            transform: translateY(0px) scaleX(-1);
        }
        100% {
            transform: translateY(0px);
        }
    }
    @-moz-keyframes people {
        0% {
            transform: translateY(10px);
        }
        50% {
            transform: translateY(0px) scaleX(-1);
        }
        100% {
            transform: translateY(0px);
        }
    }
    figure.bottom {
        bottom: 25px;
        width: 250px;
        height: 97px;
    }
    figure.bottom:hover img {
       transform: translateY(-98px);
    }
    .num {
        bottom: 23px;
    }
    #floor {
        height: 300px;
    }
    #Ranking {
        margin-left: 250px;
        top: -250px;
    }
    #Ranking ul span {
        padding: 0 15px;
        display: inline;
    }
    div#people {
        top: -150px;
    }
    div#people2 {
        top: -300px;
    }
    figure.left,
    figure#left,
    figure#right,
    figure.right {
        padding: 5px;
    }
    figure.left span,
    figure#left span,
    figure#right span,
    figure.right span {
        left: 0px;
    }
    figure.left i,
    figure#left i,
    figure#right i,
    figure.right i {
        top: 0;
        left: 0;
        font-size: 1.8em;
    }
    .pr3 {
        position: absolute;
        bottom: 120px;
        left: 10px;
    }
    #road {
        bottom: -245px;
    }
    .index-down {
        bottom: -245px;
    }
    #main {
        margin-top: -140px;
    }
    @-webkit-keyframes girl {
        10% {
            transform: rotate(0deg) translateY(0px) translateX(-5px);
            z-index: 2;
        }
        20% {
            transform: rotate(0deg) translateY(20px) translateX(15px);
        }
        30% {
            transform: rotate(0deg) translateY(110px) translateX(20px);
        }
        40% {
            transform: rotate(0deg) translateY(110px) translateX(165px);
        }
        50% {
            transform: rotate(20deg) translateX(270px) translateY(15px);
            transform-origin: center top;
        }
        60% {
            transform: rotate(0deg) translateX(370px) translateY(110px);
        }
        70% {
            transform: rotate(0deg) translateX(800px) translateY(110x);
        }
        80% {
            transform: rotate(0deg) translateX(800px) translateY(110px);
        }
        90% {
            transform: rotate(0deg) translateX(800px) translateY(120px);
        }
        100% {
            transform: rotate(0deg) translateX(800px) translateY(170px);
            display: none;
        }
    }
    @-moz-keyframes girl {
        10% {
            transform: rotate(0deg) translateY(0px) translateX(-5px);
            z-index: 2;
        }
        20% {
            transform: rotate(0deg) translateY(20px) translateX(15px);
        }
        30% {
            transform: rotate(0deg) translateY(110px) translateX(20px);
        }
        40% {
            transform: rotate(0deg) translateY(110px) translateX(165px);
        }
        50% {
            transform: rotate(20deg) translateX(270px) translateY(15px);
            transform-origin: center top;
        }
        60% {
            transform: rotate(0deg) translateX(370px) translateY(110px);
        }
        70% {
            transform: rotate(0deg) translateX(800px) translateY(110x);
        }
        80% {
            transform: rotate(0deg) translateX(800px) translateY(110px);
        }
        90% {
            transform: rotate(0deg) translateX(800px) translateY(120px);
        }
        100% {
            transform: rotate(0deg) translateX(800px) translateY(170px);
            display: none;
        }
    }
}


/*1280~1440px*/

@media screen and (min-width:1279px) and (max-width:1440px) {
    body {
        font-size: 120% !important;
    }
    #num3 {
        left: 350px;
        transition: all 0.5s ease;
    }
    div#tree3 {
        left: 220px;
        transition: all 0.5s ease;
        bottom: 20px;
    }
    div#num5 {
        left: 70px;
        bottom: 90px;
        transition: all 0.5s ease;
    }
    div#num10 {
        left: inherit;
        right: 200px;
        bottom: 100px;
        transition: all 0.5s ease;
    }
    div#star3 {
        left: inherit;
        right: 50px;
        bottom: 120px;
        transition: all 0.5s ease;
    }
    #girl {
        position: absolute;
        left: 50%;
        z-index: -1;
        bottom: 25px;
        -webkit-animation: girl 20s infinite;
        -moz-animation: girl 20s infinite;
        margin-left: -680px;
        transform: rotate(-25deg);
    }
    .pr3 {
        position: absolute;
        bottom: 250px;
        left: 70px;
    }
    #road,
    .index-down {
        bottom: -205px;
    }
}


/*992~1280px*/

@media screen and (min-width:991px) and (max-width:1280px) {
    body {
        font-size: 120% !important;
    }
    #num3 {
        left: 350px;
        transition: all 0.5s ease;
    }
    div#tree3 {
        left: 220px;
        transition: all 0.5s ease;
        bottom: 20px;
    }
    div#num5 {
        left: 70px;
        bottom: 90px;
        transition: all 0.5s ease;
    }
    div#num10 {
        left: inherit;
        right: 200px;
        bottom: 100px;
        transition: all 0.5s ease;
    }
    div#star3 {
        left: inherit;
        right: 50px;
        bottom: 120px;
        transition: all 0.5s ease;
    }
    aside.description p {
        margin: 0;
        font-size: 1.46rem;
        line-height: 200%;
        color: #fff;
    }
    span#step3 {
        position: absolute;
        bottom: 50px;
        left: -80px;
        font-size: 0.9em;
    }
    #Ranking {
        top: -250px;
    }
    #stand1 {
        display: none;
    }
    #road,
    .index-down {
        bottom: -205px;
    }
    div#people {
        top: -150px;
    }
    div#people2 {
        top: -300px;
    }
}


/*768~992px*/

@media screen and (min-width:767px) and (max-width:991px) {
    nav#nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 26;
        width: 100%;
        background-color: #000;
        transform: translateY(-170px);
        transition: all 0.5s ease;
        padding: 15px;
    }
    nav#nav.open {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 26;
        width: 100%;
        background-color: #000;
        transform: translateY(0px);
        transition: all 0.5s ease;
        display: block !important;
    }
    div#people {
        margin-left: -100px;
    }
    .index-down:before {
        content: '';
        width: 30px;
        height: 22px;
        background-color: #fff;
        position: absolute;
        z-index: 3;
        top: 29px;
        left: 5px;
    }
}


/*768以上*/

@media screen and (min-width:768px) {
    .fp-controlArrow.fp-prev,
    .fp-controlArrow.fp-next {
        display: none;
    }
}


/*768以下*/

@media screen and (max-width:768px) {
    body {
        overflow-x: hidden !important;
    }
    
    aside.t-left {
    padding: 0;
    margin-bottom: 15px;
}
    
    aside.t-left table td {
  
    padding: 3px;
}
    .nav-tabs {
  
    background-color: #eee;
}
    
    .container-fluid.m .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    width: 100%;
}
    
    
    .container-fluid.m .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 1.4rem;
}
    
    
    figure.m-use.down {
	position: absolute;
	bottom: 10px;
	height: 120px;
	width: 85%;
	left: 50%;
	margin-left: -42.5%;
	overflow: hidden;
	z-index: 15;
    }
    section#way {
        margin-left: 15px;
        margin-right: 15px;
    }
    nav#nav ul li {
        display: block;
        width: 50%;
        float: left;
    }
    .run {
        background-color: #000;
        color: #fff;
        position: absolute;
        font-size: 1.3em;
        width: 100%;
        top: inherit;
    }
    #earth {
        bottom: 100px;
    }
    nav#nav {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .8);
        padding: 15px 0;
    }
    body {
        font-size: 120% !important;
    }
    .onlyme {
        position: relative;
        background: url(../images/re-x.jpg);
        transition: all 0.5s ease;
        height: 100%;
        overflow: hidden;
        background-repeat: repeat-x;
        background-size: contain;
    }
    #sky {
        height: 15%;
        background: #95d8ef url(../images/city.png);
        background-position: 50% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-size: contain;
    }
    .slide p {
        font-size: 1.2em;
        text-align: left;
    }
    .slide-main {
        background-color: #52ac8a;
        margin-left: 15px;
        margin-right: 15px;
        padding: 25px 40px;
        display: inline-block;
        color: #fff;
        border-radius: 15px;
    }
    span#mastertitle,
    .mastertitle {
        background-color: #fcee21;
        width: 100%;
        display: block;
        font-size: 2em;
        height: inherit;
        border-radius: 15px;
        text-align: center;
        line-height: inherit;
        color: #2e9e8e;
        margin-bottom: 15px;
    }
    .fp-controlArrow.fp-next {
        right: 25px !important;
        border-width: 10.5px 0 10.5px 20px !important;
        margin-top: -10px !important;
    }
    .fp-controlArrow.fp-prev {
        left: 25px !important;
        border-width: 10.5px 20px 10.5px 0 !important;
        margin-top: -10px !important;
    }
    figure#right-could {
        top: 150px;
        right: 180px;
    }
    figure#left-could {
        left: 10px;
    }
    .m-des {
        font-size: 1.3em;
        text-align: left;
        line-height: 180%;
    }
    figure.m-des-img {
        margin-bottom: 5px;
    }
    ul.m-Awards {
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-align: left;
        font-size: 1.2em;
        line-height: 180%;
    }
    .prbox div {
        width: 50%;
        float: left;
        text-align: center;
        font-size: 1.15em;
    }
    figure.left,
    figure#left {
        top: 8%;
        position: absolute;
        z-index: 11;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        left: 15px;
        padding: 3px 10px;
        background-color: #52ac8a;
    }
    figure.right,
    figure#right {
        top: 8%;
        position: absolute;
        z-index: 11;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        right: 15px;
        padding: 3px 10px;
        background-color: #52ac8a;
    }
    figure.right span,
    figure#right span {
        font-size: 1.2em;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        top: -2px;
        right: 5px;
    }
    figure.left i,
    figure#left i,
    figure#right i,
    figure.right i {
        font-size: 2em;
        top: 0;
    }
    figure.left span,
    figure#left span {
        font-size: 1.2em;
        -webkit-writing-mode: inherit;
        ;
        writing-mode: inherit;
        top: -2px;
        left: 5px;
    }
    #step-2-left.mm {
        background: url(../images/re-x.jpg);
        background-size: contain;
        overflow: auto;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        z-index: 15;
        transform: translateX(0%);
        transition: all 0.5s ease;
    }
    .step-2-header {
        height: 10%;
    }
    .onlyme.left {
        transform: translateX(0%);
    }
    div#box2 {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #8BC34A;
        z-index: 27;
        top: 0;
        left: 0;
        display: none;
        overflow: auto;
        padding: 15px;
    }
    div#box3 {
        position: fixed;
        width: 100%;
        height: 100%;
        border: #795548 solid 10px;
        background-color: #efe6c9;
        z-index: 27;
        top: 0;
        left: 0;
        display: none;
        overflow: auto;
        padding: 15px;
        background-size: contain;
    }
    #dowebok.move {
        transform: translateX(100%);
        transition: all 0.5s ease;
    }
    .main-box {
        padding: 15px;
        margin-bottom: 0;
    }
    #m-main-one {
        margin-top: 15px;
    }
    .master-title {
        color: #00913a;
        font-size: 1.6em;
        margin-top: 15px;
    }
    a.outsidelink {
        background-color: #998675;
        color: #fff;
        font-size: 1rem;
        border-radius: 5px;
        margin-left: 0;
        padding: 5px;
        text-decoration: none;
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    span.close-box {
        position: absolute;
        right: 35px;
        top: 35px;
        font-size: 1.8em;
        cursor: pointer;
    }
    .lgtitle {
        margin-top: 0;
    }
    #main {
        width: 100%;
        height: auto;
        transition: all 0.5s ease;
        left: 50%;
        position: absolute;
        top: 50%;
        margin-left: -50%;
        margin-top: -140px;
    }
    .frame {
        height: 65px;
        margin: 25px 0;
    }
    .span {
        height: 70px;
        width: 60px;
        position: absolute;
        background: url(dishu.png);
        left: 50%;
        margin-left: -31px;
        background-position: 50% 50%;
    }
    #selectarms img {
        width: 80px;
        height: auto;
    }
    #selectarms {
        top: 45px;
        width: 300px;
        min-height: inherit;
        left: 50%;
        margin-left: -150px;
    }
    div#gameset {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 250px;
    }
    #selectarms div {
        font-size: 1.8em;
        margin: 5px 0;
    }
    .jumpbox i {
        padding: 5px 8px;
        font-size: 2rem;
    }
    .jumpbox {
        margin-left: -45%;
        margin-top: -100px;
        width: 90%;
        height: 200px;
    }
    button.btn.btn-primary.again-btn,
    .share-fb {
        font-size: 2rem;
        margin-top: 35px;
    }
    .jumpbox span {
        font-size: 2rem;
        margin-top: 25px;
    }
    span.span {
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .num {
        line-height: 30px;
        height: 90px;
        bottom: 0;
    }
    .onlyme.right {
        transform: translateX(0%);
    }
    nav#nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 26;
        width: 100%;
        background-color: #000;
        transform: translateY(-805px);
        transition: all 0.5s ease;
        padding: 15px;
    }
    nav#nav.open {
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 80px;
        height: 100%;
        z-index: 26;
        width: 100%;
        background-color: #000;
        transform: translateY(0px);
        transition: all 0.5s ease;
        display: block !important;
    }
    #master-city {
        background: url(../images/index-bg.png);
        height: 250px;
        background-position: center;
        z-index: 5;
        position: relative;
        background-size: cover;
	top: 50%;
	margin-top: -390px;
    }
    #road,
    #people2,
    #people1,
    .index-down {
        display: none;
    }
    #floor {
        height: 25%;
    }
    @-webkit-keyframes girl {
        10% {
            transform: translateY(100px);
        }
        100% {
            transform: translateY(100px) translateX(200px);
            display: none;
        }
    }
    @-moz-keyframes girl {
        10% {
            transform: translateY(100px);
        }
        100% {
            transform: translateY(100px) translateX(200px);
            display: none;
        }
    }
    #earth {
        height: 120px;
    }
    #in-nu1 {
        bottom: -150px;
        left: 35px;
    }
    #in-nu2 {
        bottom: -150px;
        right: 100px;
    }
    #in-nu3 {
        bottom: -130px;
    }
    .game-instructions img {
        margin: 0 auto;
    }
    div#Ranking {
        display: block !important;
        margin-left: -140px;
        top: -295px;
    }
    #box3 span.close-box {
        color: #fff;
    }
    .jump-a {
        font-size: 1.5rem;
    }
    span.visible-xs.m-left-bottom {
        position: absolute;
        bottom: -60px;
        left: 5%;
        width: 44%;
        margin-left: 0.5%;
        padding: 15px 0;
        display: block;
        border: #408943 solid;
        background-color: #4caf50;
    }
    span.visible-xs.m-right-bottom {
        position: absolute;
        bottom: -60px;
        right: 5%;
        margin-right: 0.5%;
        width: 44%;
        padding: 15px 0;
        border: #408943 solid;
        display: block;
        background-color: #4CAF50;
    }
    span.visible-xs.m-left-bottom a,
    span.visible-xs.m-right-bottom a {
        color: #fff;
        font-size: 2em;
    }
    div#join {
        border: #fff solid 1px;
        display: block;
        background-color: #0071bc;
        padding: 5px;
        border-radius: 10px;
        text-align: center;
        margin: 15px auto 0;
        width: 80%;
        font-size: 1.2em;
    }
    figure.bottom {
        position: relative;
        bottom: 25px;
        left: 50%;
        margin: 50px 0 0 -45%;
        cursor: pointer;
        height: 115px;
        z-index: 15;
        overflow: hidden;
        width: 90%;
    }
    figure.bottom:hover img {
        transform: translateY(-115px);
    }
    .game-instructions {
        margin-bottom: 10px;
    }
}


/*380以下*/

@media screen and (max-width:381px) {
    div#Ranking {
        display: block !important;
        margin-left: -140px;
        top: -320px;
    }
    span.visible-xs.m-left-bottom,
    span.visible-xs.m-right-bottom {
    bottom: -60px;
    }
    .num div {
        text-align: center;
        display: inline-block;
        margin: 0;
        height: 0;
    }
}


/*340以下*/

@media screen and (max-width:341px) {
    div#Ranking {
        top: -305px;
    }
    span.visible-xs.m-left-bottom,
    span.visible-xs.m-right-bottom {
        bottom: -55px;
    }
    div#gameset {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 220px;
        height: 230px;
    }
    .goog,
    button.gamebtn {
        font-size: 2em;
    }
    figure.bottom {
        height: 100px;
    }
    figure.bottom:hover img {
        transform: translateY(-100px);
    }
    figure.m-use.down {
	position: absolute;
	bottom: 5px;
	height: 92px;
	width: 78%;
	left: 50%;
	margin-left: -39%;
	overflow: hidden;
	z-index: 15;
    }
}
