*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face{
    font-family: 'YDIYGOO';
    src: url(../font/YDIYGO330.ttf)!important;
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Ydiygo6';
    src: url(../font/YDIYGO360.ttf)!important;
}
@font-face{
    font-family: 'DX';
    src: url(../font/DXBangtango-KSCpc-EUC-H.ttf)!important;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none!important;
}

.pk_main{
    position: relative;
    background: #0b0f14;
    /* padding-bottom: 70px; */
    box-sizing: border-box;
}
.poker_top{
    position: relative;
    height: 100px;
    background: linear-gradient(180deg, #12171E 0%, #1A202B 100%);
}

.poker_top::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(42,36,32) 0%, rgb(75,68,61) 32%, rgb(97,88,81) 50%, rgb(75,68,61) 67%, rgb(42,36,32) 100%);
}
.poker_content{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 101px;
    overflow: hidden;
}
.pk_right_menu{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 999;
    color: white;
}

.rt_me_li{
    position: relative;
    background-image: url(../img/right_menu_bg.png);
    background-repeat: no-repeat;
    width: 112px;
    /* height: 219px; */
    z-index: -2;
}
.rt_me_icon{
    padding: 10px 11px;
    font-size: 14px;
    color: #c4afa1;
}
.letter{
    width: 100%;
    margin-left: 10px;
    letter-spacing: 9px;
}
.rt_me_t{
    position: relative;
}
.rt_me_t a{
    display: flex;
    color: #c4afa1;
    align-items: center;
}
.rt_me_icon li{
    cursor: pointer;
    position: relative;
    width: 100%;
    font-weight: 600;
    padding: 10px 0;
    opacity: 0.3;
    display: flex;
    align-items: center;
}
#rt_me_it a{
    display: flex;
    color: #c4afa1;
}
.rt_me_icon li img{
    margin-right: 10px;
}
.rt_me_icon li.active::after,
.rt_me_icon li:hover::after{
    position: absolute;
    top: 17px;
    z-index: -1;
    right: 2px;
    width: 63px;
    height: 6px;
    content: '';
    background: #342e29;
}
.rt_me_icon li.active,
.rt_me_icon li:hover{
    color: #c4afa1;
    opacity: 1;
    transition: all .3s;
}
.rt_me_btn{
    position: relative;
    /* margin-top: 10px; */
}
.rt_btn_adr{
    cursor: pointer;
    /* width: 115px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 112px; */
    text-align: center;
    margin-bottom: 6px;
    /* background-image: url(../img/right_download_ad_bg.png); */
    background-repeat: no-repeat;
}
.rt_btn_adr:last-child{
    margin-bottom: 0;
}
.rt_btn_adr a{
    display: flex;
    align-items: center;
}
.rt_btn_adr h1,
.rt_btn_iph h1{
    font-size: 20px;
}
.rt_btn_adr p,
.rt_btn_iph p{
    font-size: 14px;
    color: rgb(145, 145, 145);
}
.rt_btn_adr span{
    margin-bottom: 4px;
    width: 40px;
    height: 40px;
    display: block;
    /* background-image: url(../img/android_icon.png); */
    background-repeat: no-repeat;
}
.rt_btn_iph{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 115px;
    height: 112px;
    background-image: url(../img/right_download_ip_bg.png);
    background-repeat: no-repeat;
}
.rt_btn_iph span{
    margin-bottom: 4px;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../img/apple_icon.svg);
    background-repeat: no-repeat;
}

.poker_width{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
}
.poker_width::after{
    content: '';
    clear: both;
    display: block;
}
.poker_width h1{
    float: left;
    display: flex;
    margin-top: 17px;
}
.poker_width h1 a {
    margin-top: 4px;
}
.itec_bg{
    position: relative;
    background: url(../img/itechbg.jpg) no-repeat;
    height: 258px;
}
.itec_bg p{
    height: 100%;
    color: #c1ad94;
    font-size: 16px;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.poker_width h1 img{
    display: block;
    margin-right: 30px;
}
.poker_menu{
    position: relative;
    float: right;
    line-height: 100px;
}
.poker_menu li{
    float: left;
    padding: 0 20px;
}
.poker_menu li a{
    font-size: 16px;
    font-family: 'YDIYGOO';
    display: block;
    font-weight: 600;
    color: #4a423c;
}
.poker_menu li.active a{
    color: #ebddd3;
}
.poker_menu li a:hover{
    color: #ebddd3;
    transition: all .3s;
}

/* Banner */
.poker_banner{
    position: relative;
    height: 100%;
    width: 100%;
}
.poker_all{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.poker_bannero{
    position: relative;
    width: 1200px;
    height: 639px;
    background-image: url(../img/big_banner.png); 
    background-repeat: no-repeat;
}
.rng_icon{
    position: absolute;
    bottom: 38px;
    left: 250px;
}
.poker_b_text{
    position: absolute;
    font-family: 'DX';
    right: 93px;
    top: 94px;
}
.poker_b_text p{
    font-size: 18px;
    color: #a08e7a;
}
.poker_b_text h4{
    font-size: 36px;
    color: #c0b09a;
}
.poker_b_text h1{
    font-size: 54px;
    color: #f1d0a3;
}
.poker_b_text h1 font{
    color: #f5ece2;
}
.poker_b_text h6{
    margin-top: -10px;
    font-size: 32px;
    color: #857160;
}
.m_poker_baner{
    display: none;
}
.poker_b_button{
    position: absolute;
    right: 238px;
    bottom: 145px;
}
.poker_b_button div{
    text-align: center;
}
.poker_android_btn{
    /* background-image: url(../img/download_ad_bg.png); */
    background-repeat: no-repeat;
    width: 262px;
    height: 73px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.poker_iphone_btn{
    /* background-image: url(../img/download_ip_bg.png); */
    background-repeat: no-repeat;
    width: 262px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.poker_android_btn div,
.poker_iphone_btn div,
.dw_btn_android div,
.dw_btn_iphone div{
    text-align: center;
    float: left;
}
.poker_android_btn div h1,
.poker_iphone_btn div h1,
.dw_btn_android div h1,
.dw_btn_iphone div h1{
    font-size: 20px;
    color: white;
}
.poker_android_btn div p,
.poker_iphone_btn div p,
.dw_btn_android div p,
.dw_btn_iphone div p{
    font-size: 14px;
    color: rgb(145, 145, 145);
}
.poker_android_btn span{
    margin-right: 20px;
    width: 40px;
    display: block;
    height: 40px;
    background-image: url(../img/android_icon.png);
    background-repeat: no-repeat;
}
.poker_iphone_btn span{
    margin-right: 20px;
    width: 40px;
    display: block;
    height: 40px;
    background-image: url(../img/apple_icon.svg);
    background-repeat: no-repeat;
}
.poker_banner_three{
    
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
    padding: 40px 20px;
}
.poker_banner_three::after{
    content: '';
    display: block;
    clear: both;
}
.poker_three_one{
    position: relative;
    background-image: url(../img/banner_one.png);
    background-repeat: no-repeat;
    width: 362px;
    height: 416px;
    float: left;
    padding-top: 30px;
    text-align: center;
    margin-right: 36px;
}
.poker_three_one h1,
.poker_three_two h1,
.poker_three_three h1{
    font-size: 28px;
    background-image: linear-gradient(180deg, #E7DACA 0%, #B49D82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.poker_three_one p:nth-child(2),
.poker_three_two p:nth-child(2),
.poker_three_three p:nth-child(2){
    font-size: 14px;
    color: #8c8179;
}
.bottom_text{
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    text-align: center;
}
.bottom_text p{
    text-align: center;
    font-size: 14px;
    color: #8c8179;
}
.bottom_text p font{
    color: #bb8961;
}
.poker_three_two{
    position: relative;
    background-image: url(../img/banner_two.png);
    background-repeat: no-repeat;
    width: 362px;
    height: 416px;
    float: left;
    padding-top: 30px;
    text-align: center;
    margin-right: 36px;
}
.poker_three_three{
    position: relative;
    background-image: url(../img/banner_three.png);
    background-repeat: no-repeat;
    width: 362px;
    height: 416px;
    float: left;
    padding-top: 30px;
    text-align: center;
}
.poker_game_function{
    position: relative;
    /* margin-top: 40px; */
    background: #12171e;
}
.poker_game_function::after{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(42,36,32) 0%, rgb(75,68,61) 32%, rgb(97,88,81) 50%, rgb(75,68,61) 67%, rgb(42,36,32) 100%);
}

.poker_game_f_width{
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 1200px;
}
.poker_game_f_title{
    text-align: center;
    padding-top: 40px;
}
.poker_game_f_title h1,
.poker_kind_tt h1,
.poker_dw_title h1,
.poker_use_title h1{
    display: flex;
    justify-content: center;
    font-size: 38px;
    background-image: linear-gradient(180deg, #F2D1A3 0%, #906834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.poker_game_f_title h1 img{
    display: block;
}
.poker_game_f_title p:nth-child(2){
    margin-top: 20px;
    font-size: 14px;
    color: #8c8179;
}
.poker_game_f_title p:nth-child(3){
    font-size: 14px;
    color: #5b5855;
}
.game_chapter{
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.gold1{
    position: absolute;
    width: 96px;
    height: 86px;
    z-index: 1;
    top: 110px;
    right: 50px;
    background-image: url(../img/gold1.png);
    background-repeat: no-repeat;
}
.gold2{
    position: absolute;
    width: 92px;
    height: 72px;
    z-index: 1;
    left: -50px;
    bottom: 38px;
    background-image: url(../img/gold2.png);
    background-repeat: no-repeat;
}
.game_chapter::after{
    content: '';
    display: block;
    clear: both;
}
.game_chapter li{
    margin: 0 36px 36px 0;
    width: 362px;
    float: left;
    height: 126px;
    display: flex;
    align-items: center;
    background-image: url(../img/game_bg.png);
    background-repeat: no-repeat;
}
.game_chapter li:nth-child(3),
.game_chapter li:nth-child(6){
    margin: 0;
}
.game_chapter li h1{
    margin: 0 20px 0 30px;
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(180deg, #AFA290 0%, #84725E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.game_chapter li span{
    color: #5b5855;
    font-size: 14px;
}

.poker_img_list{
    position: relative;
    background-color: #080b0f;
    width: 100%; 
    height: 100%;
}
.poker_img_list::after{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(42,36,32) 0%, rgb(75,68,61) 32%, rgb(97,88,81) 50%, rgb(75,68,61) 67%, rgb(42,36,32) 100%);
}
.poker_img_list::before{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(42,36,32) 0%, rgb(75,68,61) 32%, rgb(97,88,81) 50%, rgb(75,68,61) 67%, rgb(42,36,32) 100%);
}
.poker_img_width{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
    /* overflow: hidden; */
}
.poker_img_title{
    position: relative;
    text-align: center;
    padding-top: 40px;
}
.poker_img_title h1{
    color: #c1ad94;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.poker_img_title p{
    font-size: 14px;
    color: #5b5855;
}
.poker_img_listst{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
.poker_img_listst span{
    padding: 0 26px;
}
.img_btn_left,
.dw_btn_left{
    width: 44px;
    margin-right: 20px;
    height: 44px;
    cursor: pointer;
    background-image: url(../img/button_left.png);
}
.img_btn_right,
.dw_btn_right{
    width: 44px;
    margin-left: 20px;
    height: 44px;
    cursor: pointer;
    background-image: url(../img/button_rigth.png);
}
.poker_use_way{
    position: relative;
    width: 100%;
    height: 100%;
}
.poker_use_width{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.poker_use_title{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.poker_use_title img{
    display: block;
}
.poker_use_img{
    position: relative;
    margin-top: 30px;
    display: flex;
    margin-left: 20px;
    align-items: center;
}
.poker_use_imgo{
    position: relative;
    width: 362px;
    height: 529px;
    margin-right: 36px;
    background-image: url(../img/step1_bg.png);
    background-repeat: no-repeat;
}
.poker_use_imgt{
    position: relative;
    width: 362px;
    height: 529px;
    margin-right: 36px;
    background-image: url(../img/step2_bg.png);
    background-repeat: no-repeat;
}
.poker_use_imgh{
    position: relative;
    width: 362px;
    height: 529px;
    background-image: url(../img/step3_bg.png);
    background-repeat: no-repeat;
}
.poker_use_imgo div,
.poker_use_imgt div,
.poker_use_imgh div{
    position: absolute;
    color: #5b5855;
    bottom: 0;
    width: 100%;
    font-size: 14px;
}
.poker_use_imgo div p,
.poker_use_imgt div p,
.poker_use_imgh div p{
    position: relative;
    text-align: center;
    height: 80px;
    margin-bottom: 60px;
}

.poker_kind{
    margin-top: 40px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/kind_bg.png) no-repeat;
}
.poker_kind::after{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(42,36,32) 0%, rgb(75,68,61) 32%, rgb(97,88,81) 50%, rgb(75,68,61) 67%, rgb(42,36,32) 100%);
}
.poker_kind::before{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(42,36,32) 0%, rgb(75,68,61) 32%, rgb(97,88,81) 50%, rgb(75,68,61) 67%, rgb(42,36,32) 100%);
}
.poker_kind_width{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
    text-align: center;
}
.poker_kind_tt{
    padding-top: 70px;
}
.poker_kind_tt h1{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.poker_kind_tt p{
    font-size: 14px;
    color: #8c8179;
}
.poker_kind_to{
    position: relative;
    padding: 70px 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.poker_texas{
    position: relative;
    width: 568px;
    height: 349px;
    margin-right: 20px;
    text-align: left;
    background-image: url(../img/texas_img.png);
    background-repeat: no-repeat;
}
.poker_texas div,
.poker_omaha div{
    margin: 100px 0 0 40px;
}
.poker_texas div h1,
.poker_omaha div h1{
    color: #fee6c6;
    font-weight: 500;
    font-size: 36px;
    padding-bottom: 10px;
}
.poker_texas div p,
.poker_omaha div p{
    color: #8c8179;
    font-size: 14px;
    padding-bottom: 10px;
}
.poker_omaha{
    position: relative;
    width: 568px;
    height: 349px;
    text-align: left;
    background-image: url(../img/omaha_bg.png);
}
.kind_card1{
    position: absolute;
    width: 187px;
    height: 148px;
    z-index: 1;
    left: -22px;
    top: 30px;
    background-image: url(../img/card1_img.png);
    background-repeat: no-repeat;
}
.kind_card2{
    z-index: 1;
    position: absolute;
    right: -78px;
    width: 177px;
    height: 168px;
    background-image: url(../img/card2_img.png);
    background-repeat: no-repeat;
}
.poker_download{
    position: relative;
    width: 100%;
    height: 100%;
}
.poker_dw_width{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
    overflow: hidden;
}
.poker_dw_title{
    padding-top: 40px;
}
.poker_dw_title h1{
    display: flex;
    justify-content: center;
}
.poker_dw_menu{
    margin-top: 30px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.poker_dw_menu::after{
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgb(42,36,32) 0%, rgb(75,68,61) 32%, rgb(97,88,81) 50%, rgb(75,68,61) 67%, rgb(42,36,32) 100%);
}
.poker_dw_menu li{
    position: relative;
    cursor: pointer;
    font-size: 20px;
    margin: 0 20px;
    padding: 10px 0;
    color: #8c8179;
    font-weight: bold;
}
.poker_dw_menu li.active{
    color: #decdb7;
}
.poker_dw_menu li:hover{
    color: #decdb7;
}
.poker_dw_menu li.active::after,
.poker_dw_menu li:hover::after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: '';
    background-color: #decdb7;
}
.poker_dw_listst{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.poker_dw_listst span{
    padding: 0 6px;
}
.poker_dw_listst span:nth-child(2),
.poker_dw_listst span:nth-child(4){
    opacity: 0.5;
}
.download_btn{
    position: relative;
    margin: 0 auto;
    width: 600px;
    padding: 30px 0;
}
.download_btn::after{
    clear: both;
    content: '';
    display: block;
}
.dw_btn_android{
    cursor: pointer;
    width: 262px;
    height: 73px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-repeat: no-repeat;
    /* background-image: url(../img/download_ad_bg.png); */
}
.dw_btn_android::after{
    content: '';
    display: block;
    clear: both;
}
.dw_btn_iphone{
    width: 262px;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
    background-repeat: no-repeat;
    /* background-image: url(../img/download_ip_bg.png); */
}
.dw_btn_android span{
    margin-right: 20px;
    width: 40px;
    float: left;
    display: block;
    height: 40px;
    background-image: url(../img/android_icon.png);
    background-repeat: no-repeat;
}
.dw_btn_iphone::after{
    content: '';
    display: block;
    clear: both;
}
.dw_btn_iphone span{
    margin-right: 20px;
    width: 40px;
    float: left;
    display: block;
    height: 40px;
    background-image: url(../img/apple_icon.svg);
    background-repeat: no-repeat;
}
.dw_install{
    margin-top: 60px;
    position: relative;
    background: #0f1114;
    height: 116px;
    margin: 0 auto;
    width: 960px;
}
.dw_install::after{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #413c38;
}
.dw_install::before{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #413c38;
}
.dw_it_icon{
    margin-left: 60px;
    width: 67px;
    float: left;
    margin-top: 26px;
    margin-right: 20px;
    height: 60px;
    background-image: url(../img/dw_icon.png);
    background-repeat: no-repeat;
}
.dw_it_txt{
    padding-top: 24px;
}
.dw_it_txt h1{
    font-size: 14px;
    padding-bottom: 2px;
    color: #decdb7;
}
.dw_it_txt p{
    font-size: 14px;
    color: #8c8179;
}
footer{
    margin-top: 40px;
    position: relative;
    width: 100%;
    padding: 30px 0;
    height: 100%;
    text-align: center;
    background: #0e131a;
}
footer span{
    color: #3b4149;
}
.mb_right{
    display: none;
}
.telegram{
    margin-bottom: 10px;
}
.telegram a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.telegram a img{
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.telegram a span{
    color: white;
}
.telegram a span font{
    color: rgb(25, 101, 241);
}
.m_itech_banner,
.itech_icon_btn{
    display: none;
}

/* mobile */
@media (max-width:980px){
    body{
        width: 100%;
        height: 100%;
        background-color: #12171e;
    }
    .itech_icon_btn{
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .itech_icon_btn a{
        width: 50%;
        display: flex;
        justify-content: center;
    }   
    .pk_main{
        max-width: 480px;
        min-width: 320px;
        margin: 0 auto;
    } 
    .pk_main,
    .poker_top{
        width: 100%;
        /* overflow-x: auto; */
        box-sizing: border-box;
    }
    .mb_right{
        display: block;
        position: fixed;
        right: 0;
        top: 200px;
        z-index: 3;
        margin-right: 10px;
    }
    .mb_right li{
        margin-bottom: 20px;
        opacity: 0.3;
    }
    .mb_right li img{
        display: block;
    }
    .mb_right li:hover{
        opacity: 1;
    }
    .poker_width{
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .poker_all{
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .poker_bannero{
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 520px;
        width: 100%;
        flex-direction: column;
    }
    .m_poker_baner{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rng_icon{
        display: none;
    }
    .m_poker_baner img{
        width: 80%;
    }
    .m_itech_banner{
        position: relative;
        display: block;
    }
    .m_itech_banner img{
        width: 100%;
    }
    .poker_b_text h4{
        font-size: 24px;
        margin-top: 4px;
    }
    .poker_b_text h1{
        font-size: 46px;
    }
    .bottom_text{
        width: auto;
    }
    .poker_b_text h1{
        display: none;
    }
    .poker_b_text h1 img{
        display: none;
    }
    
    .poker_b_text h6{
        margin: 0;
        font-size: 36px;
    }
    .poker_b_text{
        display: none;        
    }
    .poker_b_button{
        width: 100%;
        position: fixed;
        display: flex;
        z-index: 999;
        align-items: center;
        justify-content: center;
        left: 0;
        right: 0;
        bottom: 69px !important;
    }
    .poker_android_btn{
        /* background-image: url(../img/m_downloadad_bg.png); */
        background-repeat: no-repeat;
        width: 190px;
        height: 60px;
        margin-bottom: 0;
        margin-right: 2px;
    }
    .poker_android_btn a,
    .poker_android_btn a img,
    .poker_iphone_btn a,
    .poker_iphone_btn a img{
        display: block;
    }
    .poker_iphone_btn{
        /* background-image: url(../img/m_download_ip_bg.png); */
        background-repeat: no-repeat;
        width: 190px;
        margin-left: 2px;
        height: 60px;
    }
    .poker_banner_three{
        margin-top: 30px;
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .poker_three_one{
        padding-left: 20px;
        background-image: url(../img/m_banner_one.png);
        background-repeat: no-repeat;
        height: 168px;
        padding-top: 50px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .poker_three_one h1,
    .poker_three_two h1,
    .poker_three_three h1{
        text-align: start;
        font-size: 22px;
    }
    .poker_three_two{
        padding-left: 20px;
        background-image: url(../img/m_banner_two.png);
        background-repeat: no-repeat;
        height: 168px;
        margin: 0;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .poker_three_three{
        padding-left: 20px;
        margin: 0;
        background-image: url(../img/m_banner_three.png);
        background-repeat: no-repeat;
        height: 168px;
        margin-bottom: 20px;
        margin-right: 0;
    }    
    .poker_three_three > .bottom_text{
        bottom: 14px;
    }
    .bottom_text p{
        font-size: 14px;
        text-align: start;
    }
    .poker_three_one p:nth-child(2),
    .poker_three_two p:nth-child(2),
    .poker_three_three p:nth-child(2){
        font-size: 15px;
        text-align: start;
        padding-bottom: 4px;
    }   
    
    .poker_game_f_width{
        padding: 0 10px;
        width: 100%;
    }
    .poker_game_f_title{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }    
    .poker_game_f_title h1,
    .poker_use_title h1,
    .poker_kind_tt h1,
    .poker_dw_title h1{
        font-size: 36px;
        -webkit-text-fill-color:rgb(202, 174, 132);
    }
    .poker_game_f_title p:nth-child(2){
        font-size: 22px;
    }
    .poker_game_f_title p:nth-child(3){
        font-size: 18px;
    }
    .game_chapter{
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    .game_chapter li{
        float: none;
        margin: 8px 0;
        height: 124px;
        padding: 10px;
        width: 100%;
        background: #0b0f14;
        border: 1px solid #272422;
        background-image: none;
    }
    .game_chapter li h1{
        margin: 0 10px;
    }
    .game_chapter li span:last-child{
        font-size: 20px;
        text-align: start;
    }
    .game_chapter li span:first-child{
        margin: 0 20px 0 18px;
    }
    .game_chapter li span br,
    .gold1,
    .gold2,
    .poker_three_one h1 img,
    .poker_three_two h1 img,
    .poker_three_three h1 img,
    .poker_game_f_title h1 img,
    .poker_menu,
    .rt_me_btn{
        display: none;
    }


    .pk_right_menu{
        right: -70px;
        top: 256px;
        z-index: 999;
    }
    .pk_right_menu:hover{
        right: 0;
    }

    
    .poker_img_width{
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .poker_img_width h1{
        font-size: 30px;
    }
    .poker_img_width p{
        font-size: 20px;
    }
    .poker_img_listst{
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .poker_img_listst span{
        padding: 0;
    }
    .poker_use_imgo div p,
    .poker_use_imgt div p,
    .poker_use_imgh div p{
        position: relative;
        margin: 30px 0 0 140px;
        text-align: start;
        padding: 20px;
        margin-bottom: 0;
    }
    .poker_use_imgo div p br,
    .poker_use_imgt div p br, 
    .poker_use_imgh div p br{
        display: none;
    }
    .poker_img_listst span:nth-child(2),
    .poker_img_listst span:nth-child(4){
        opacity: 0.3;
        padding: 0 20px;
    }
    .img_btn_left{
        position: absolute;
        left: 0;
        z-index: 1;
    }
    .img_btn_right{
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .poker_img_list,
    .poker_content{
        box-sizing: border-box;
    }
    .poker_use_width{
        width: 100%;
    }
    .poker_use_img{
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .poker_use_imgo{
        position: relative;
        background-image: url(../img/m_step1_bg.png);
        height: 188px;
        margin: 10px 0;
    }
    .poker_use_imgt{
        position: relative;
        background-image: url(../img/m_step2_bg.png);
        
        height: 188px;
        margin: 10px 0;
    }
    .poker_use_imgh{
        position: relative;
        background-image: url(../img/m_step3_bg.png);
        
        height: 188px;
        margin: 10px 0;
    }
    .poker_use_imgo div,
    .poker_use_imgt div,
    .poker_use_imgh div{
        right: 0;
        top: 0;
    }
    .poker_kind{
        background-image: url(../img/m_kind_bg.png);
        background-repeat: no-repeat;
    }
    .poker_kind_width{
        width: 100%;
        padding: 0 10px;
    }
    .poker_kind_tt p{
        font-size: 20px;
    }
    .poker_texas div,
    .poker_omaha div{
        margin: 20px 0 0 30px;
    }
    .poker_texas div h1,
    .poker_omaha div h1{
        font-size: 24px;
    }
    .poker_kind_to{
        position: relative;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .poker_texas{
        margin: 0;
        background-image: url(../img/m_texas_img.png);
        height: 193px;
        width: 362px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
    }
    .poker_omaha{
        background-image: url(../img/m_omaha_bg.png);
        width: 362px;
        height: 193px;
        background-repeat: no-repeat;
    }
    .poker_texas div p,
    .poker_omaha div p{
        color: #b4a79e;
    }
    .kind_card2{
        background-image: url(../img/m_card2_img.png);        
        height: 141px;
        background-repeat: no-repeat;
        right: -62px;
        top: 17px;
    }
    .kind_card1{
        background-image: url(../img/m_card1_img.png);
        height: 115px;
        top: 240px;
        background-repeat: no-repeat;
    }
    .poker_dw_width{
        width: 100%;
        padding: 0;
    }
    .poker_dw_listst{
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }
    .dw_btn_left{
        position: absolute;
        left: 0;
        z-index: 1;
    }
    .dw_btn_right{
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .poker_dw_listst span{
        padding: 0;
    }
    .dw_btn_android{
        width: 190px;
        height: 60px;
        margin-bottom: 0;
        margin-right: 2px;
        background-image: url(../img/m_downloadad_bg.png);
        background-repeat: no-repeat;
    }
    .dw_btn_iphone{
        width: 190px;
        height: 60px;
        margin-left: 2px;
        background-image: url(../img/m_download_ip_bg.png);
        background-repeat: no-repeat;
    }
    .dw_install{
        position: relative;
        width: 100%;
        display: flex;
        height: 238px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .download_btn{
        display: none;
        width: 100%;
        /* display: flex; */
        align-items: center;
        justify-content: center;
    }
    .chat_tab .panels{
        margin-bottom: 30px;
    }
    .dw_it_icon{
        margin: 0;
        margin-left: 10px;
    }
    .dw_it_txt{
        text-align: center;
    }
    .dw_it_txt h1{
        font-size: 20px;
    }
    .dw_it_txt h1 p{
        font-size: 16px;
    }
    .dw_it_txt h1 p br{
        display: none;
    }
    
    .poker_android_btn_pc{ display: none;}
    .poker_iphone_btn_pc{ display: none;}
}

.poker_img_width .swiper {
    position: relative;
}
.poker_img_width .swiper .swiper-wrapper{}
.poker_img_width .swiper .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.poker_img_width .swiper .swiper-wrapper .swiper-slide span{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:980px) {
    .poker_img_width .swiper .swiper-wrapper .swiper-slide span img{
        width: 100%;
    }
    .itec_bg{
        background: url(../img/itechbg_mb.jpg) no-repeat;
        padding: 0;
        width: 100%;
        background-position: center;
    }
    .itec_bg p{
        padding: 0 20px;
        line-height: 20px;
        padding-top: 80px;
        font-size: 14px;
    }
    .itech_bggg{
        padding: 0;
    }
    .poker_width h1 img{
        margin-right: 0;
        padding: 0 10px;
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f7f7f7;
    border-radius: 0;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset000pxrgba(240, 240, 240, 0.5);
            box-shadow: inset000pxrgba(240, 240, 240, 0.5);
    border-radius: 0;
    background-color: #e9e9e9;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset000pxrgba(240, 240, 240, 0.5);
            box-shadow: inset000pxrgba(240, 240, 240, 0.5);
    background-color: #3e3e3e !important;
  }