.poker_bottom {
    background-color: #000;
    color: #666;
}

.poker_bottom li {
    color: #666;
}

.bottom_b a {
    color: #666;
}

.bottom_b a:hover {
    color: #b38549;
}

@media (min-width: 768px) {
    .poker_bottom {
        font-size: 0.14rem;
        line-height: 0.16rem;
        padding: 0.2rem 0.15rem 0.05rem;
    }
    .poker_bottom .cn_ba{
        font-size: 0.13rem;
    }
    .bottom_l {
        float: left;
    }

    .bottom_l span {
        display: block;
    }

    .bottom_l img {
        width: 0.25rem;
        margin-top: 0.05rem;
    }

    .bottom_r {
        float: right;
    }

    .bottom_r img {
        width: 1.2rem;
    }

    .bottom_b {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .poker_bottom {
        font-size: 0.14rem;
        line-height: 0.16rem;
        text-align: center;
        padding-top: 0.1rem;
        padding-bottom: 0.05rem;
    }
    .poker_bottom .cn_ba{
        font-size: 0.13rem;
    }
    .bottom_l {

    }

    .bottom_l span {
        display: block;
    }

    .bottom_l img {
        width: 0.25rem;
        margin-top: 0.1rem;
    }

    .bottom_r {

    }

    .bottom_r img {
        width: 1.2rem;
        margin: 0.1rem 0;
    }

}

@media (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: 110px;
    }
}

@media (min-width: 360px) and (max-width: 479px) {
    html {
        font-size: 100px;
    }
}

@media (max-width: 359px) {
    html {
        font-size: 90px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 90px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 80px;
    }

    .poker_bottom .container {
        width: 739px;
    }
}