* {
    line-height: 1.5em;
    font-family: 'Microsoft JhengHei', sans-serif;
}

body {
    background-color: #fcf5e3;
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: url("../images/bg-1.png") center -8%;
    background-size: contain;
    overflow-x: hidden;
}

.body {
    display: flex;
    align-items: center;
    bottom: 0;
    /*     background: url("../images/asdc.png") bottom no-repeat; */
    background-size: contain;
    min-height: 97vh;
    position: relative;
    overflow-x: hidden;
}

.jump_win.black {
    background-color: #2aa357;
    color: #fff;
}

.goame_logo {
    max-width: 400px;
}

.nfa_logo {
    position: absolute;
    left: 30%;
    bottom: 5%;
    border-radius: 10px;
    background: white;
    text-align: center;
}

.tfdpicon {
    position: absolute;
    left: 54%;
    top: 1%;
    border-radius: 10px;
    text-align: center;
}
.main_pic .tfdpicon img{
    max-width: 250px;
}

.download {
    position: absolute;
    right: 5%;
    top: 10%;
    background-color: #b82a29;
    padding: 10px;
    border-radius: 50%;
    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;
}

.main_pic {
    position: relative;
    text-align: center;
    width: 100%;
}

.main_pic::before {
    position: absolute;
    content: '';
    background: url('../images/line.png') no-repeat;
    background-size: contain;
    top: -23%;
    right: -50%;
    left: auto;
    height: 250px;
    width: 150%;
}

.main_pic img {
    max-width: 1150px;
    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: 37%;
    top: 25%;
}

.jump_win:nth-child(2) {
    left: 64.5%;
    top: 28%;
}

.jump_win:nth-child(3) {
    left: 54%;
    top: 34%;
}

.jump_win:nth-child(4) {
    left: 27%;
    top: 74%;
}

.jump_win:nth-child(5) {
    left: 33%;
    top: 36%;
}

.jump_win:nth-child(6) {
    left: 37%;
    top: 46%;
}

.jump_win:nth-child(7) {
    top: 64%;
    left: 56.5%;
}

.jump_win:nth-child(8) {
    left: 46%;
    top: 48%;
}

.jump_win:hover {
    background-color: #49ad28;
    color: #fff;
    text-decoration: none;
}

.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;
}

.num span {
    background-color: #fff;
    color: #b82a29;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.3em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.img-put {
    max-width: 75%;
    height: auto;
    margin: 5px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content p {
    font-size: 1.4em;
    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;
}

.bottom-s {
    position: absolute;
    top: auto;
    bottom: 0;
    border-radius: 10px;
    text-align: center;
    max-width: 100%;
    z-index: -1
}

.bottom-s img{
  width: 100%;
}

@media (max-width: 1200px) {

    .nfa_logo {
        position: absolute;
        left: 17%;
        bottom: 7.5%;
        border-radius: 10px;
        background: white;
        text-align: center;
    }

    /* .tfdpicon img {
        width: 50%;
    } */

    .tfdpicon {
        left: 47%;
        top: 0%;
    }

    .main_pic img {
        max-width: 100%;
    }

    .main_pic::before {
        right: -27%;
        top: -41%;
    }

    .img-put {
        max-width: 60%;
        height: auto;
    }

    .jump_win:nth-child(1) {
        left: 29%;
        top: 22%;
    }

    .jump_win:nth-child(2) {
        left: 68.5%;
        top: 28%;
    }

    .jump_win:nth-child(3) {
        left: 55%;
        top: 32%;
    }

    .jump_win:nth-child(4) {
        left: 16%;
        top: 73%;
    }

    .jump_win:nth-child(5) {
        left: 23%;
        top: 32%;
    }

    .jump_win:nth-child(6) {
        left: 30%;
        top: 43%;
    }

    .jump_win:nth-child(7) {
        top: 62%;
        left: 58.5%;
    }

    .jump_win:nth-child(8) {
        left: 44%;
        top: 45%;
    }

    /*  .body {
        background: url(../images/bg_bottom.png) 27% 132% no-repeat;
        min-height: 88.8vh;
        margin-top: -90px;
    } */
}

@media (max-width: 992px) {
    .goame_logo {
        max-width: 300px;
    }

    /*  .body {
        min-height: 93.2vh;
        background: url(../images/bg_bottom.png) 20% 122% no-repeat;
    }
 */
    .p1 {
        top: 20%;
    }

    .p2 {
        bottom: 25%;
    }

    .nfa_logo {
        left: 20%;
        bottom: 13%;
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    header>div {
        flex-direction: column-reverse;
    }

    .body {
        min-height: 88.2vh;
        background: url(../images/bg_bottom.png) 35% 147% no-repeat;
    }

    .main_pic img {
        width: 100%;
        /* margin-top: 20%; */
        /* margin-left: -22%; */
    }

    .main_pic::before {
        right: -24%;
        top: 0%;
    }


    .img-put {
        max-width: 80%;
        height: auto;
    }



    .tfdpicon {
        position: absolute;
        left: 0;
        right: 0;
        top: 9%;
        border-radius: 10px;
        text-align: center;
    }

    .tfdpicon img {
        max-width: 80%;
    }

    .jump_win {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        border: 2px solid #fff;
    }

    .download {
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        border-radius: 0;
        left: 0;
        height: 50px;
    }

    .download img {
        max-width: 30px;
    }

    .nfa_logo {
        left: 20%;
        bottom: 13%;
        max-width: 70%;
    }


    .jump_win:nth-child(1) {
        left: 24%;
        top: 37%;
    }

    .jump_win:nth-child(2) {
        left: 76.5%;
        top: 41%;
    }

    .jump_win:nth-child(3) {
        left: 57%;
        top: 42%;
    }

    .jump_win:nth-child(4) {
        left: 5%;
        top: 64%;
    }

    .jump_win:nth-child(5) {
        left: 12%;
        top: 43%;
    }

    .jump_win:nth-child(6) {
        left: 21.5%;
        top: 49%;
    }

    .jump_win:nth-child(7) {
        top: 58%;
        left: 60%;
    }

    .jump_win:nth-child(8) {
        left: 41.5%;
        top: 50%;
    }


}


@media (max-width: 575px) {
    .content{
        position: initial;
        display: block;
        padding: 1em;
    }
    .tfdpicon img {
        max-width: 60%;
    }

    .nfa_logo {
        bottom: 12.5%;
    }

    .body {
        /* margin-top: -110px; */
        min-height: 83.2vh;
        background: url(../images/bg_bottom.png) 25% 145% no-repeat;
    }

    .p1 {
        max-width: 30%;
    }

    .p2 {
        max-width: 18%;
        bottom: 22%;
    }
    .num{
        height: 70px;
    }
    
}

/*# sourceMappingURL=custom.css.map */