.navquans {
    border-spacing: 0;
    border-collapse: collapse;
    display: inline-block;
    margin: 0.5rem 0;
}
.navquans td {
    text-align: center;
    border: 1px solid #a0e5c6;
}
.navquans .ph{
    height: 1.5rem;
    background-color: #a0e5c6;
}
.navquans .pp{
    height: 1.5rem;
    background-color: #fffccc;
}
.navquans .p2{
    position: relative;
    height: 2rem;
    width: 2rem;
    text-align: center;
}
.navquans .p2 span{
    position: absolute;
    font-size: 0.6rem;
    bottom: 0;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 1px 0;
}
.navquans .p2 i{
    font-style: normal;
    font-weight: bold;
    font-size: 0.85rem;
}
.night .navquans .ph{
    background-color: #222;
    color: #ccc;
}
.night .navquans td {
    border: 1px solid #444444;
}
.night .navquans .pp {
    background-color: #222222;
    color: #ccc;
}
.night .navquans .p2 {
    background-color: #242627;
}
.tipqis{
    text-align: center;
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
}
.tipqis span{
    margin: 0 0.4rem;
}
.tipqis i{
    height: 0.5rem;
    width: 1rem;
    display: inline-block;
    margin-right: 0.2rem;
    vertical-align: -1px;
    border-radius: 3px;
}
.nvresdiv{
    text-align: center;
    border: 1px solid #dbdfea;
    padding: 1rem 0rem 0.75rem 0;
    border-radius: 3px;
}
.night .nvresdiv{
    border: 1px solid #444;
}