.title {
    color: #b38549;
}

.server,
.record{
    font-style: normal;
}

.server a ,
.record a{
    color: #666;
}

.server a:hover,
.record a:hover{
    color: #b38549;
}

@media (min-width: 768px) {
    .bottom_top {
        background-color: #000;
        color: #c8c8c8;
        text-align: center;
        height: 0.35rem;
        line-height: 0.35rem;
    }

    .poker_bottom {
        font-size: 0.14rem;
        color: #666;
    }

    .bottom_middle {
        background-color: rgb(31, 31, 31);
        padding: 0.15rem 0;
        position: relative;
    }

    .bottom_middle .bottom_text {
        margin-left: 30%;
        float: left;
        padding-top: 0.15rem;
    }

    .bottom_middle .bottom_qr {
        float: right;
        width: 2rem;
        text-align: center;
    }

    .bottom_middle .bottom_qr img {
        margin-bottom: 0.1rem;
        width: 0.8rem;
    }

    .bottom_middle .bottom_img {
        position: absolute;
        top: 0.5rem;
        right: 72%;
    }

    .bottom_middle .bottom_img .bottom_img1 {
        margin-right: 0.05rem;
    }

    .bottom_middle .bottom_text .bottom_text_dec {
        margin-bottom: 0.06rem;
    }
    .record{
        display: inline-block;
        margin-right: 0.1rem;
    }
    .server {
        display: inline-block;
    }

    .title {
        color: #b38549;
        width: 0.95rem;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .poker_bottom {
        font-size: 0.12rem;
        color: #666;
    }

    .bottom_top {
        background-color: #000;
        color: #c8c8c8;
        text-align: center;
        height: 0.3rem;
        line-height: 0.3rem;
    }

    .bottom_middle {
        background-color: rgb(31, 31, 31);
        text-align: center;
    }

    .bottom_middle .bottom_text .title {
        margin-bottom: 0.02rem;
    }

    .bottom_middle .bottom_text .bottom_text_dec {
        padding: 0.1rem 0;
        width: 2.5rem;
        margin: 0 auto;
    }

    .bottom_middle .bottom_text .bottom_text_dec2 {
        box-shadow: 0 -1px 0 rgba(150, 150, 150, .1);
    }

    .bottom_middle .bottom_text .bottom_text_dec3 {
        box-shadow: 0 -1px 0 rgba(150, 150, 150, .1);
        width: 2.8rem;
        margin: 0 auto;
    }

    .bottom_middle .bottom_text span {
        display: block;
    }

    .bottom_middle .bottom_img {
        padding-bottom: 0.1rem;
    }

    .bottom_middle .bottom_img img {
        width: 0.7rem;
    }

    .bottom_middle .bottom_img .bottom_img1 {
        margin-right: 0.05rem;
    }
}

@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;
    }

    .bottom_middle .bottom_img img {
        display: block;
        width: 0.9rem;
    }

    .bottom_middle .bottom_img {
        top: 0.35rem;
        right: 72%;
    }

    .bottom_middle .bottom_img .bottom_img1 {
        margin-bottom: 0.08rem;
    }
}