* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
}

input,
textarea {
    outline: none;
}

.allgame-background {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
    max-height: 1770px;
    display: flex;
    justify-content: center;
}

.allgame-background-btn-googleplay {
    position: absolute;
    bottom: calc(100%* 1043 / 1770);
    left: calc(100%* 180 / 720);
    display: flex;
    width: calc(100%* 175 / 720);
    height: calc(100%* 52 / 1770);
    max-width: 175px;
    max-height: 52px;
}

.allgame-background-btn-appstore {
    position: absolute;
    bottom: calc(100%* 1043 / 1770);
    left: calc(100%* 365 / 720);
    display: flex;
    width: calc(100%* 175 / 720);
    height: calc(100%* 52 / 1770);
    max-width: 175px;
    max-height: 52px;
}

.allgame-background-btn-download {
    position: absolute;
    bottom: calc(100%* 908 / 1770);
    left: calc(100%* 77 / 720);
    display: flex;
    width: calc(100%* 287 / 720);
    height: calc(100%* 95 / 1770);
    max-width: 287px;
    max-height: 95px;
}

.allgame-background-btn-downloadx8 {
    position: absolute;
    bottom: calc(100%* 908 / 1770);
    left: calc(100%* 357 / 720);
    display: flex;
    width: calc(100%* 287 / 720);
    height: calc(100%* 95 / 1770);
    max-width: 287px;
    max-height: 95px;
}

.allgame-background-btn-fb {
    position: absolute;
    bottom: calc(100%* 78 / 1770);
    left: calc(100%* 409 / 720);
    display: flex;
    width: calc(100%* 50 / 720);
    height: calc(100%* 50 / 1770);
    max-width: 50px;
    max-height: 50px;
}

.allgame-background-btn-tg {
    position: absolute;
    bottom: calc(100%* 77 / 1770);
    left: calc(100%* 474 / 720);
    display: flex;
    width: calc(100%* 52 / 720);
    height: calc(100%* 52 / 1770);
    max-width: 52px;
    max-height: 52px;
}

.allgame-background-btn-pp {
    position: absolute;
    bottom: calc(100%* 23 / 1770);
    left: calc(100%* 38 / 720);
    display: flex;
    width: calc(100%* 164 / 720);
    height: calc(100%* 18 / 1770);
    max-width: 164px;
    max-height: 18px;
}

.allgame-background-btn-kp {
    position: absolute;
    bottom: calc(100%* 21 / 1770);
    left: calc(100%* 300 / 720);
    display: flex;
    width: calc(100%* 137 / 720);
    height: calc(100%* 19 / 1770);
    max-width: 137px;
    max-height: 19px;
}

.mySwiper {
    position: absolute;
    bottom: 12%;
    z-index: 99;
    width: calc(100%* 614 / 720);
    height: calc(100%* 329 / 1770);
    left: calc(100%* 55 / 720);
    border-radius: 33px;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 33px;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 8.5% !important;
}

.slide_pagination {
    background-image: url(../image/option.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
}

.swiper-pagination-bullet-active {
    background-image: url(../image/option_active.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
}

@media (max-width:720px) {

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 8% !important;
    }

    .slide_pagination,
    .swiper-pagination-bullet-active {
        width: 25px;
        height: 25px;
    }

    .mySwiper,.mySwiper .swiper-slide img {
        border-radius: 19px;
    }
}