.poker_pact {
    background-color: #1f1f1f;
}

@media (min-width: 768px) {
    .pact_top {
        background: url("../images/p_pack.jpg") no-repeat center/cover;
        padding: 1rem 0;
    }

    .pact_top .title1 {
        text-align: center;
        font-size: 0.42rem;
        line-height: 0.63rem;
    }

    .module {
        margin: 0.2rem 0;
    }

    .title2 {
        font-size: 0.16rem;
    }

    .text {
        font-size: 0.16rem;
        color: #B8B8B8;
        line-height: 0.24rem;
        margin-top: 0.08rem;
    }

    .text2 {
        font-size: 0.16rem;
        color: #B8B8B8;
        margin-left: 0.3rem;
        line-height: 0.24rem;
    }

    .space {
        text-indent: 2em;
    }

    .text3 {
        margin-top: 0;;
    }
    .titleblock{
        font-size: 0.24rem;
        margin: 0.1rem 0;
    }
}

@media (max-width: 767px) {
    .pact_top {
        background: url("../images/m_pack.jpg") no-repeat center/cover;
        padding: 1rem 0 0.7rem 0;
    }

    .container {
        padding: 0 25px;
    }

    .pact_top .title1 {
        text-align: center;
        font-size: 0.24rem;
        line-height: 0.28rem;
        width: 3.15rem;
        margin: 0 auto;
    }

    .module {
        margin: 0.2rem 0;
    }

    .title2 {
        font-size: 0.14rem;
    }

    .text {
        font-size: 0.14rem;
        color: #B8B8B8;
        line-height: 0.23rem;
        margin-top: 0.08rem;
    }

    .text2 {
        font-size: 0.14rem;
        color: #B8B8B8;
        /*text-indent: 2em;*/
        margin-left: 0.3rem;
        line-height: 0.23rem;
    }

    .text3 {
        margin-top: 0;;
    }
    .titleblock{
        font-size: 0.18rem;
        margin: 0.1rem 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: 110px;
    }

    .container {
        padding: 0 35px;
    }
}

@media (min-width: 360px) and (max-width: 479px) {
    html {
        font-size: 100px;
    }

    .container {
        padding: 0 25px;
    }
}

@media (max-width: 359px) {
    html {
        font-size: 90px;
    }

    .container {
        padding: 0 20px;
    }
}

@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;
    }
}