﻿[v-cloak] {
    display: none;
}

/*åˆ†é */
#pages {
    text-align: center;
}

    #pages .layui-laypage-next, #pages .layui-laypage-prev, #pages .layui-laypage a, #pages .layui-laypage-spr {
        background: #991400;
        border: 1px solid #FFA200;
    }

    #pages .layui-laypage-em {
        background: #FEE6B3;
        border: 1px solid #FFA200;
        padding: 0;
    }

    #pages .layui-laypage a {
        color: #ffd4ce;
    }

.layui-layer-dialog .layui-layer-content {
    color: #000;
}

#hbpop * {
    margin: 0;
    margin: 0;
    box-sizing: border-box;
}

#hbpop {
    width: 100%;
    height: 100%;
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hbpopbox {
    width: 442px;
    height: 416px;
    display: block;
    margin: 0 auto;
    background: url(../img/hbbg.png) no-repeat;
}

.hbclosebtn {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.hbpopbox p {
    margin-top: 196px !important;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to bottom, #fff, #FFEBC7);
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic;
    text-align: center;
}

    .hbpopbox p b {
        font-size: 54px;
    }

@media screen and (max-width: 960px) {
    .hbpopbox {
        width: 320px;
        height: 301px;
        display: block;
        background: url(../img/hbbg.png) no-repeat;
        background-size: 100% 100%;
    }

    .hbclosebtn {
        width: 36px;
        height: 36px;
        margin: 0 auto;
        display: block;
        cursor: pointer;
    }

        .hbclosebtn img {
            width: 36px;
            height: 36px;
        }

    .hbpopbox p {
        margin-top: 140px !important;
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(to bottom, #fff, #FFEBC7);
        -webkit-background-clip: text;
        color: transparent;
        font-style: italic;
        text-align: center;
    }

        .hbpopbox p b {
            font-size: 40px;
        }
}
