.hchouqiandiv{
    text-align: center;
    padding: 1rem 0;
    border: 1px solid #F2D2B5;
    border-radius: 6px;
    background: #fef8e8 url(/zb_users/plugin/xc_toolbox/tool/huangdaxianlingqians/h.png) no-repeat left 2px;
    background-size: 100%;
}

.night .hchouqiandiv{
    border: 1px solid #444;
    background-color: #444;
    background-image: initial;
}

.hchouqiandiv div{
    text-align: center;
}

.qiannum{
    display: none;
    font-size: 1rem;
    width: 2.5rem;
    text-align: center;
    border: 1px solid #ac5930;
    border-radius: 5px;
    padding: 1rem 0;
    background-color: #fff;
    margin: 1rem 0;
    user-select: none;
}

.night .qiannum{
    display: none;
    background-color: #242627;
    border: 1px solid #555;
    color: #ddd;
}

.qiannum i{
    transform: rotate(90deg);
    display: inline-block;
    font-style: normal;
    margin: 0.5rem;
    font-weight: bold;
    color: #ac5930;
}

.night .qiannum i{
    color: #df5613;
}

.hchouqiandiv img{
    width: 7.5rem;
}
.hchouqiandiv span{
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #ac5830;
    color: #fff;
    width: 5rem;
    text-align: center;
    border-radius: 6px;
    margin-top: 1rem;
    cursor: pointer;
    user-select: none;
}
.hchouqiandiv span.jieqian{
    display:none;
    background-color: #df5612;
}
.layui-table-cell{
    height: unset !important;
    line-height: unset !important;
    text-overflow: initial;
    white-space: normal;
    padding: 0.6rem 0.5rem;
}
.data_dsdfsdf{
    background-color: #e3eef8;
}
.night .data_dsdfsdf {
    background-color: #181a1b;
}
.allind{
    height: 1.6rem;
    line-height: 1.6rem;
    background-color: #e3eef8;
    text-align: center;
    display: block;
    margin-top: 0.75rem;
    border: 1px solid #cee2ee;
    color: #244c64;
    user-select: none;
    cursor: pointer;
}
.night .allind{
    background-color: #181a1b;
    color: #eee;
    border: 1px solid #444;
    border-radius: 5px;
}
.shake {
    animation: shake 3s infinite;
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-15px); }
    75% { transform: translateX(15px); }
}
.combined {
    animation: combined 0.5s ease-in-out infinite;
}
@keyframes combined {
    0%, 100% { transform: translateX(0) rotate(0); }
    25% { transform: translateX(-20px) rotate(-10deg); }
    50% { transform: scale(1.1) rotate(5deg); }
    75% { transform: translateX(20px) rotate(10deg); }
}