* {
    line-height: 1.5em;
    font-family: 'Microsoft JhengHei', sans-serif;
    /*border:1px solid red;*/
}

body {
    background-color: #D3E8E8;
    position: relative;
    min-height: 100vh;
    background: url("../images/bg-1.png") center 0% no-repeat;
    background-size: cover;
    overflow: hidden;
    max-width: 100vw;
}
img{max-width: 100%;}

.body {
    display: flex;
    align-items: center;
    bottom: 0;
    height: 89.8vh;
    position: relative;
    /*margin-top: -130px;*/
}

.firelogo a {
    /* width: 20%; */
    /* max-width: 200px; */
    position: absolute;
    left: 81%;
    top: 6%;
    z-index: 2;
}



.goame_logo {
    max-width: 400px;
}

a.nfa_logo {
    position: absolute;
    left: 1.5%;
    bottom: 8.5%;
    top: auto;
    transition: all .5s;
}

/* .img-fluid {
    max-width: 80%;
    height: auto;
}
 */
.girl {
    display: none;
}

.subtit {
    display: none;
}

.cloud1 {
    display: none;
}

.cloud2 {
    display: none;
}

.download {
    position: absolute;
    right: 9%;
    top: 20%;
    background-color: #b82a29;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0px 0px 10px rgba(142, 4, 4, 25%);
    width: 80px;
    height: 80px;
    text-align: center;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download img {
    max-width: 55%;
}

.download:hover {
    transform: scale(1.05);
    transition: all .5s;
    box-shadow: 0px 0px 25px rgba(255, 255, 255, 75%);
}

.main_pic {
    position: relative;
    /* left: -4%; */
}

.main_pic img {
    width: 108%;
    min-width: 100%;
}

.jump_win {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    background-color: #b82a29;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 50%;
    color: #fff;
}

.jump_win:nth-child(1) {
    left: 79%;
    top: 70%;
}

.jump_win:nth-child(2) {
    left: 70%;
    top: 80%;
}

.jump_win:nth-child(3) {
    left: 25.5%;
    top: 49%;
}

.jump_win:nth-child(4) {
    left: 63.8%;
    top: 65%;
}

.jump_win:nth-child(5) {
    left: 71.8%;
    top: 49%;
}

.jump_win:nth-child(6) {
    left: 42.2%;
    top: 51%;
}

.jump_win:nth-child(7) {
    top: 26.5%;
    left: 43.3%;
}

.jump_win:nth-child(8) {
    left: 34.2%;
    top: 35%;
}

.jump_win:nth-child(9) {
    left: 56%;
    top: 30%;
}

.jump_win:nth-child(10) {
    left: 28%;
    top: 69%;
}

.jump_win:hover {
    background-color: #2aa357;
    color: #fff;
    transition-duration: 0.4s;
    text-decoration: none;
}

.jump_win.black {
    background-color: #2aa357;
    color: #fff;
}

.p1 {
    max-width: 15%;
}

.p2 {
    max-width: 10%;
}

.p1 {
    position: absolute;
    left: 0;
    top: 35%;
}

.p2 {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.modal-backdrop.show {
    opacity: .2;
}

.modal-content {
    border: 7px solid #b82a29;
    border-radius: 15px;
    background-color: #ffffffd1;
}

.modal-body {
    padding: 0;
}

.main_item {
    align-items: stretch;
    min-height: 150px;
}

.num {
    color: #b82a29;
    background-color: #b82a29;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.num span {
    background-color: #fff;
    color: #b82a29;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.6em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 150px;
}

.content p {
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 0;
    margin: 0;
}

.content .close {
    color: #fff;
    background: #4d4d4d;
    padding: 4px 8px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.subtit {
    position: absolute;
    text-align: center;
    width: 17vw;
    right: 1.5vw;
    bottom: 20%;
    font-size: 0.8rem;
    background: #fff;
    padding: 10px 5px;
    border-radius: 25px;
}

.subtit .trangle:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -4%;
    border-style: solid;
    border-width: 0px 20px 41px 0px;
    border-color: transparent #fff transparent transparent;
    bottom: 13px;
    transform: rotate(-100deg);
}

#finish .modal-content{
  border-color: #fff;
  box-shadow: 0px 0px 10px #909090;
  border-radius: 60px;
}

#finish .main_item{
  position: relative;
}


#finish .modal-content .bg_finish{
  width: 100%; 
  border-radius: 50px;
  height: 80vh;
  background-image: url('../images/finich_bg.png');
  background-size: cover;
  background-position: center 91%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 8px 7px #0c596b47 inset;
}


.link{
    position: absolute;
    bottom: 4.5em;
    width: 70%;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    justify-content: space-around;
    flex-wrap: wrap;
}
.link a{
    padding: 0.2em 1em;
    font-size: 1.8em;
    letter-spacing: 10px;
    background-color: #EC742A;
    color: #fff;
    font-weight: bold;
    border-radius: 35px;
    text-indent: 10px;
    box-shadow: 0 10px #C45410;
    border: 5px solid #fff;
    text-decoration: none;
    position: relative;
    transition: all .5s;
    margin: .4em;
    top: 0;
}
.link a:last-child{
  background-color: #B90000;
  box-shadow: 0 10px #9B0404;
}

.link a:hover{
  top: 10px;
  box-shadow: none;
  transition: all .5s;
}

@media (min-width: 576px){
  #finish .modal-dialog {
      width: 68%;
      max-width: 1300px;
      margin: 1.75rem auto;
  }
}


@media (max-width: 1200px) {
    .firelogo a {
        left: 70%;
        top: 12.7%;
        z-index: 2;
    }

    .download {
        top: 25%;
        left: 80%;
    }

    a.nfa_logo {
        position: absolute;
        left: 2.5%;
        bottom: auto;
        top: 12%;
    }

    .main_pic img {
        max-width: 115%;
        width: 115%;
        margin-left: -12%;
    }

    .jump_win:nth-child(1) {
        left: 78%;
        top: 70%;
    }

    .jump_win:nth-child(2) {
        left: 69%;
        top: 79%;
    }

    .jump_win:nth-child(3) {
        left: 18%;
        top: 46%;
    }

    .jump_win:nth-child(4) {
        left: 60.8%;
        top: 64%;
    }

    .jump_win:nth-child(5) {
        left: 68.8%;
        top: 47%;
    }

    .jump_win:nth-child(6) {
        left: 36.8%;
        top: 49%;
    }

    .jump_win:nth-child(7) {
        top: 24.5%;
        left: 37.5%;
    }

    .jump_win:nth-child(8) {
        left: 27.8%;
        top: 33%;
    }

    .jump_win:nth-child(9) {
        left: 52.4%;
        top: 29%;
    }

    .jump_win:nth-child(10) {
        left: 22%;
        top: 68%;
    }

    .body {
        /*   background: url(../images/bg_bottom.png) 27% 132% no-repeat;*/
        min-height: 104.8vh;
        margin-top: -90px;
    }

    .p1 {
        top: 44%;
    }

}

@media (max-width: 992px) {
    .firelogo a {
        left: 60%;
        top: 5%;
    }
    a.nfa_logo{
        left: 10%;
    }

    .download {
        top: 16%;
        left: 74.5%;
    }

    .nfa_logo {
        top: 6%;
    }

    .body {
        min-height: 90vh;
        margin-top: 0;
    }

    .jump_win {
        width: 45px;
        height: 45px;
        border: 2px solid #fff;
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    header>div {
        flex-direction: column-reverse;
    }

    .body {
        min-height: 88.2vh;
    }

    .main_pic img {
        max-width: 150%;
        width: 150%;
        margin-left: -28%;
    }

    .tfdpicon {
        display: block;
        text-align: right;
        margin: 0 0 15px;
    }

    .tfdpicon img {
        max-width: 60%;
    }

    .jump_win {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        border: 2px solid #fff;
    }

/*     .fzg_logo {
        width: 780%;
    } */

    .download {
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        border-radius: 0;
        border: none;
        left: 0;
        height: 50px;
    }

    .download img {
        max-width: 30px;
    }

    a.nfa_logo {
        left: 0%;
        /* top: -2%; */
        max-width: 50%;
    }

    .jump_win:nth-child(1) {
        left: 90%;
        top: 70%;
    }

    .jump_win:nth-child(2) {
        left: 77%;
        top: 79%;
    }

    .jump_win:nth-child(3) {
        left: 17%;
        top: 41%;
    }

    .jump_win:nth-child(4) {
        left: 66.8%;
        top: 64%;
    }

    .jump_win:nth-child(5) {
        left: 77.8%;
        top: 47%;
    }

    .jump_win:nth-child(6) {
        left: 35.8%;
        top: 49%;
    }

    .jump_win:nth-child(7) {
        top: 24.5%;
        left: 36.5%;
    }

    .jump_win:nth-child(8) {
        left: 23.8%;
        top: 33%;
    }

    .jump_win:nth-child(9) {
        left: 56.4%;
        top: 29%;
    }

    .jump_win:nth-child(10) {
        left: 16%;
        top: 68%;
    }

    .num {
        min-height: 70px;
    }

    #finish .modal-content .bg_finish{
      height: 49vh;
      border-radius: 30px;
        background-image: url('../images/finich_bg_rwd.png');
        background-size: 138%;
        background-position: center 38%;
    }

    #finish .modal-content{
          border-radius: 40px;
    }
    .link{
      width: 80%;
      bottom: -1.5em;
    }
    .link a{
      font-size: 1.3em;
      letter-spacing: 4px;
    }

}

@media (max-width: 575px) {

    .body {
        margin-top: 30px;
        align-items: flex-start;
        min-height: 70vh;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .firelogo a {
        top: -2%;
    }

    .jump_win {
        width: 34px;
        height: 34px;
        font-size: 1rem;
        font-weight: bold;
    }

    .main_pic {
        margin-top: 25%;
        left: -4%;
    }

    .content {
        min-height: 140px;
    }

    .content p {
        font-size: 1.2rem;
        padding-top: 2%;
    }

    .jump_win:nth-child(2) {
        left: 75%;
        top: 80%;
    }

    .jump_win:nth-child(3) {
        left: 13%;
        top: 37%;
    }

    .jump_win:nth-child(4) {
        left: 64.8%;
        top: 61.5%;
    }

    .jump_win:nth-child(5) {
        left: 75.8%;
        top: 45%;
    }

    .jump_win:nth-child(7) {
        top: 22.5%;
        left: 34.5%;
    }

    .jump_win:nth-child(8) {
        left: 21.8%;
        top: 29%;
    }

    .jump_win:nth-child(9) {
        left: 54.4%;
        top: 27%;
    }

    .num {
        min-height: 55px;
    }

    .num span {
        width: 40px;
        height: 40px;
        font-size: 1.2em;
    }

    .girl {
        display: block;
        position: absolute;
        right: 0;
        bottom: 10%;
        width: 24%;
    }

    .subtit {
        display: block;
        left: 4%;
        bottom: 15%;
        width: 70vw;
    }

    .subtit h2 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .subtit h3 {
        font-size: 1rem;
        font-weight: 550;
    }

    .cloud1 {
        display: block;
        position: absolute;
        right: 0px;
        top: 10%;
        width: 43%;
    }

    .cloud2 {
        display: block;
        position: absolute;
        left: 0px;
        top: 6%;
        width: 43%;
    }
    .link{
      width: 100%;
    }
    .link a{
      padding: .2em .5em;
      margin: 0;
    }
}    /*# sourceMappingURL=custom.css.map */