@font-face {
    font-family: 'SFU Machine';
    src: url('fonts/SFUMachine.woff2') format('woff2'),
        url('fonts/SFUMachine.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SFU Machine', sans-serif;
}
body, html{
    overflow-x: hidden;
}
.uk-container {
    max-width: 1350px;
}
header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-main {
    height: 80px;
    background: url('images/bg_header.png') no-repeat center center/cover;
    line-height: 80px;
    box-sizing: border-box;
}
.header-main > .uk-container{
    position: relative;
}
.hf1 img{
    transition: all .2s ease;
}
.hf1:hover img{
    filter: brightness(130%);
}
a.logo {
    position: absolute;
    top: 0;
    left: 0;
}
.main-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 80px;
}
.main-menu li{
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
}
.main-menu li a{
    color: #FFF;
    padding: 0 50px;
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.main-menu li:hover a,.main-menu li.active a{
    background: url(images/bg_menu_item.png) repeat;
}
.main-menu li a span {
    /*position: relative;
    top: -6px;*/
}
.main-menu li:not(:last-child) a:after{
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(images/icon_ball.png) no-repeat center center/contain;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 333;
}
#banner{
    position: relative;
    background: url(images/bg_banner.jpg) no-repeat center center/cover;
}
#banner .action-group{
    position: absolute;
    bottom: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

ul.slick-dots {
    padding: 0;
    display: none !important;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    position: relative;
    top: -20px;
}
ul.slick-dots li{
    margin: 0 16px;
}
ul.slick-dots li button{
    font-size: 0;
    width: 17px;
    height: 17px;
    border-radius: 8.3px;
    border: none;
    outline: none;
    cursor: pointer;
}
ul.slick-dots li.slick-active button{
    width: 70px;
}
.dl-android {
    margin-top: 4px;
}

.download-list-center {
    margin-left: 21px;
    margin-right: 11px;
}


#section2{
    position: relative;
    z-index: 2;
    padding-top: 203px;
    margin-top: -188px;
    padding-bottom: 165px;
    background: url(images/sec2_bg.png) no-repeat top center;
    background-size: 100% 100%;
}
img.pokemon {
    position: absolute;
    right: -378px;
    top: -22px;
}
img.char {
    position: absolute;
    left: -373px;
    top: -21px;
    z-index: 100;
}
.big_ball{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.section2-heading{
    margin-bottom: 70px;
}
.secton2-content-inner{
    z-index: 100;
}
.img-show-mb{
    display: none;
}
@media (max-width:  1200px){
    .char,.pokemon{
        display: none;
    }
    
    .uk-container {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    a.logo{
        top: calc(100% + 20px);
    }
    a.logo img{
        max-width: 190px;
    }
    .main-menu li{
        font-size: 26px;
        line-height: 31px;
    }
    .main-menu li a{
        padding: 0 42px;
    }
    .main-menu li:not(:last-child) a:after{
        width: 29px;
        height: 29px;
    }
    .main-menu{
        height: 70px;
    }
    .header-main{
        height: 70px;
        line-height: 70px;
    }
    .hide-mb{
        display: none;
    }
    .img-show-mb{
        display: inline-block;
    }
    #section2{
        padding-bottom: 83px;
        margin-top: -150px;
    }
    .section2-heading{
        margin-bottom: 46px;
    }
    .secton2-content-inner {
        padding: 0 17px;
    }
}
@media (max-width:  768px){
    .main-menu{
        height: 9.115vw;
    }
    .header-main{
        height: 9.115vw;
        line-height: 9.115vw;
    }
    .main-menu li{
        font-size: 3.385vw;
        line-height: 3.385vw;
    }
    .main-menu li a{
        padding: 0 5.469vw;
    }
    .main-menu li:not(:last-child) a:after{
        width: 3.776vw;
        height: 3.776vw;
        right: -1.953vw;
    }
    a.logo img{
        max-width: 24.740vw;
    }
    a.logo{
        top: calc(100% + 2.604vw);
    }
    #banner{
        background-image: url(images/bg_banner_mb.jpg);
    }
    #banner .action-group{
        bottom: 39vw;
    }
    .download-list-icon img {
        max-width: 16.927vw;
    }
    .dl-ios img,.dl-android img {
        max-width: 28.385vw;
    }
    .dl-android {
        margin-top: 0.521vw;
    }
    .download-list-center {
        margin-left: 3.385vw;
        margin-right: 1.432vw;
    }
    .dl-apk img {
        max-width: 19.792vw;
    }
    #section2{
        padding-bottom: 10.807vw;
        margin-top: -4.4vw;
        padding-top: 8.594vw;
        background-image: url(images/sec2_bg_mb.png);
    }
    .big_ball{
        max-width: 12.240vw;
    }
    .section2-heading{
        margin-bottom: 5.990vw;
    }
    .secton2-content-inner {
        padding: 0 2.214vw;
    }
    .banner-text{
        display: inline-block !important;
        position: absolute;
        left: 0;
        bottom: 60.391vw;
        width: 100%;
    }
    .banner-text img{
        max-width: 95.182vw;
    }
}