@charset "UTF-8";.video_wrap[data-v-f48f04fd] {
    position: relative;
    width: 100%;
    height: 100%
}

.banner_img[data-v-f48f04fd] {
    background-position: center top 25%;
    background-repeat: no-repeat;
    background-size: cover
}

@keyframes spin-f48f04fd {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

main .game-area.basic_skin {
    position: relative;
    /*
	padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
	margin-right:60px
	background-color:#191b22;
	*/
}

main .game-area.basic_skin .swiper-container {
    /*
	width: 1660px;
	*/
	width: 520px;
    overflow: hidden;
}

main .game-area.basic_skin .swiper_slot {
    width: 1400px;
	overflow: hidden;
}
main .game-area.basic_skin .swiper-container .swiper_item {
    border-radius: 20px
}

main .game-area.basic_skin .swiper-container .swiper_item img {
    width: 200px;
    height: 300px
}

main .game-area.basic_skin .swiper-container .game_item {
    width: 200px!important;
    height: 150px!important;
    padding: 0!important;
    border-radius: 0;
    overflow: hidden
}

main .game-area.basic_skin .swiper_slot .game_item {
    width: 225px!important;
    height: 300px!important;
    padding: 0!important;
    border-radius: 0;
    overflow: hidden;
	margin:0;
}
main .game-area.basic_skin .swiper-container .game_item p {
    top: 30px
}

main .game-area.basic_skin .swiper-container .game_item p span {
    font-size: 28px;
    font-weight: 700
}

main .game-area.basic_skin .swiper-container .game_item button {
    height: 36px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    gap: 8px
}

main .game-area.basic_skin .swiper-container .game_item button:after {
    width: 24px;
    height: 24px;
    background-size: cover
}

main .game-area.basic_skin .swiper-container .game_item:hover:before {
    z-index: 2
}

main .game-area.basic_skin .swiper-container .game_item:hover p {
    top: 120px
}

main .game-area.basic_skin .swiper-container .game_item:hover button {
    bottom: 40px
}

main .game-area.basic_skin .swiper-container .item_dimmed {
    opacity: .3
}

main .game-area.basic_skin .swiper-container~.swiper-container {
    margin-top: 20px
}

.game-area .decs_name {
    padding: 12px 0 0 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.game-area .decs_gp {
    padding: 4px 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.32px;
    color: #bcbcbc;
    margin: 0;
    line-height: 19px
}

.dark .game-area .game_list .item_wrap p {
    color: #fff
}

.dark .game-area .controll_btns {
    filter: invert(1)
}

.dark .game-area .decs_gp {
    color: #6d6d6d!important
}

.home_base main .base-top_banner {
    position: relative;
    margin: 0 auto 0
}

.home_base main .base-top_banner .wrap {
    /*
	position: absolute;
    left: 50%;
    transform: translate(-50%);
    */
	width: 100%;
    overflow: hidden
}

.home_base main .base-top_banner .logo.PRAG {
    top: 7px!important
}

.home_base main .base-top_banner .swiper-container {
    padding-bottom: 56px;
	padding-left:25px;
}

.home_base main .base-top_banner .swiper-container .swiper-slide {
    opacity: 0;
	transition: unset!important;
    /*
	border-radius: 17px;
	*/
    overflow: hidden
}

.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    width: 1660px!important
}

.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-active .item {
    display: block
}

.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-active video {
    width: 100%!important;
    height: auto!important;
    min-height: 100%
}

.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-next,.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-prev {
    width: calc((100% - 1700px)/2)!important
}

.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-next .item,.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-prev .item {
    display: none
}

.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-next .banner_img,.home_base main .base-top_banner .swiper-container .swiper-slide.swiper-slide-prev .banner_img {
    background-position-x: -90em
}

.home_base main .base-top_banner .swiper-container .swiper-slide .video_wrap {
    width: 100%!important;
    height: 560px!important;
    background-position: center;
    background-size: cover
}

.home_base main .base-top_banner .swiper-container .swiper-slide video {
    width: auto!important;
    height: 560px!important;
    opacity: unset!important
}

.home_base main .base-top_banner .swiper-container .swiper-slide .item {
    z-index: 100
}

.home_base main .base-top_banner .swiper-container .swiper-slide.small.swiper-slide-active video {
    width: 100%!important;
    height: auto!important
}

.home_base main .base-top_banner .swiper-container .swiper_item {
    position: relative
}

.home_base main .base-top_banner .swiper-container .swiper_item .item {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home_base main .base-top_banner .swiper-container .swiper_item .item>* {
    opacity: 0;
    animation: fadeInDown .4s ease forwards
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .logo {
    display: flex;
    position: absolute;
    align-items: center;
    top: 20px;
    left: 83px
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .logo span {
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 16px;
    padding: 0 6px;
    line-height: 28px;
    letter-spacing: -.6px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #1984b5
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .logo span:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    width: 1px;
    height: 1px;
    border-top: 5px solid transparent;
    border-left: 0 solid transparent;
    border-right: 10px solid #1984b5;
    border-bottom: 5px solid transparent
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title {
    transition: all ease .6s;
    margin: 120px 0 0 80px;
    color: #fff
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title * {
    opacity: 0;
    animation: fadeInDown .4s ease forwards
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title *:nth-child(1) {
    animation-delay: .2s
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title *:nth-child(2) {
    animation-delay: .4s
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title *:nth-child(3) {
    animation-delay: .7s
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title strong {
    display: block;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6)
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title strong~strong {
    margin-top: 10px
}

.home_base main .base-top_banner .swiper-container .swiper_item .item .title b {
    display: block;
    margin-top: 17px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.home_base main .base-top_banner .swiper-container .swiper_item .item button {
    position: absolute;
    left: 80px;
    bottom: 100px;
    width: 150px;
    height: 64px;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    color: #1494dc;
    border-radius: 12px
}

.home_base main .base-top_banner .swiper-container .swiper_item .item button:hover {
    background-color: #1494dc;
    color: #000
}

.home_base main .base-top_banner .swiper-container .swiper_item.bet_entertainment .logo.bet_entertainment img {
    width: 407px;
    height: 266px
}

.home_base main .base-top_banner .swiper-container .swiper_item.bet_entertainment .title {
    position: absolute;
    bottom: 108px;
    left: 123px;
    margin: unset
}

.home_base main .base-top_banner .swiper-container .swiper_item.bet_entertainment .title strong i {
    display: none
}

.home_base main .base-top_banner .swiper_controll {
    display: flex;
    position: absolute;
    align-items: center;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 1660px;
    transform: translate(-50%)
}

.home_base main .base-top_banner .swiper_controll button {
    position: absolute;
    width: 90px;
    height: 90px;
    font-size: 0;
    opacity: .3;
    background-image: url(/assets_pa/icon-vm-arrow-a361e84b.svg)
}

.home_base main .base-top_banner .swiper_controll button:hover {
    opacity: 1
}

.home_base main .base-top_banner .swiper_controll button.nav-prev {
    left: -130px;
    transform: rotate(180deg)
}

.home_base main .base-top_banner .swiper_controll button.nav-next {
    right: -130px
}

.home_base main .base-top_banner .swiper_pagination {
    position: absolute;
    text-align: center;
    bottom: 20px;
    z-index: 1
}

.home_base main .base-top_banner .swiper_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,.2) 20%
}

.home_base main .base-top_banner .swiper_pagination .swiper-pagination-bullet-active {
    background-color: #000
}

.dark .base-top_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff3!important
}

.dark .base-top_banner .swiper-pagination-bullet-active {
    background-color: #fff!important
}

.home_base .recommend_game-area[data-v-78769466] {
    margin-top: 20px;
    padding: 80px 0 60px;
    background-color: #fff
}

.home_base .recommend_game-area .main_inner[data-v-78769466] {
    display: flex;
    position: relative
}

.home_base .recommend_game-area .main_inner .lside[data-v-78769466] {
    flex: 1
}

.home_base .recommend_game-area .main_inner .lside>h3[data-v-78769466] {
    line-height: 43px;
    padding: 0
}

.home_base .recommend_game-area .main_inner .lside>strong[data-v-78769466] {
    display: block;
    padding: 40px 0 0;
    font-size: 20px
}

.home_base .recommend_game-area .main_inner .lside .ico_logo[data-v-78769466] {
    margin-top: 46px;
    width: 396.4px;
    height: 98px
}

.home_base .recommend_game-area .main_inner .lside b[data-v-78769466] {
    display: block;
    margin-top: 40px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: -1.44px
}

.home_base .recommend_game-area .main_inner ul.rside[data-v-78769466] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.home_base .recommend_game-area .main_inner ul.rside li .game_item[data-v-78769466] {
    margin-left: 0
}

.home_base .recommend_game-area .main_inner ul.rside li .game_item .video_wrap[data-v-78769466] {
    width: 354px!important;
    object-fit: cover
}

.home_base .recommend_game-area .main_inner .quick_btns[data-v-78769466] {
    display: inline-flex;
    flex-direction: column;
    margin-top: 60px;
    gap: 6px
}

.home_base .recommend_game-area .main_inner .quick_btns .direct_link_btn[data-v-78769466] {
    margin: 0;
    justify-content: space-between
}

.home_base.dark .recommend_game-area[data-v-78769466] {
    background-color: #323549;
    color: #fff
}


.home_base main .top_banner_header .wrap {
    margin: 0 auto;
	width: 100%;
}
