.ipdiv>div::before {
    z-index: 99;
}

.layui-form-select .layui-edge{
    display: none;
}

.sanheshengxiaores{
    background: #eef2f8;
    border-radius: 10px;
    padding: 0.75rem;
    margin-top: 1.5rem;
    border: 1px solid #dbe3ef;
    max-width: 24rem;
    margin: auto;
    display: none;
}

.night .sanheshengxiaores{
    background-color: #181a1b;
    border: 1px solid #444;
}

.your-sign {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 1rem;
    color: #1e3b5c;
    margin-bottom: 0.75rem;
    background: #fff;
    padding: 0.4rem 0.6rem;
    border: 1px solid #cddced;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.night .your-sign{
    background-color: #444;
    border:1px solid #444;
    color: #eee;
}

.your-sign span {
    border-radius: 40px;
    padding: 0.2rem 0.3rem 0.2rem 0.2rem;
    font-size: 0.75rem;
    color: #1f3a57;
}

.night .your-sign span{
    color: #eee;
}

.ju-tag {
    display: inline-block;
    background: #cbd9eb;
    padding: 0.3rem 1.2rem;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #11212e;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.guiren-title {
    font-size: 0.75rem;
    color: #29445c;
    margin-bottom: 0.75rem;
}

.night .guiren-title{
    color: #eee;
}

.badge-group {
    font-size: 1rem;
    color: #29445c;
    margin-bottom: 0.75rem;
}

.badge {
    background: white;
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #cddcee;
    color: #1b3b4e;
    margin-right: 0.5rem;
}

.night .badge{
    background-color: #444;
    color: #eee;
    border: 1px solid #444;
}

.badge small {
    font-size: 0.6rem;
    color: #7791ac;
    margin-left: 5px;
}

.description {
    background: #dde6f2;
    padding: 0.5rem;
    border-radius: 10px;
    font-size: 0.65rem;
    color: #113044;
    border: 1px dashed #8ba3c2;
}

.night .description{
    background-color: #444;
    color: #eee;
    border: 1px dashed #444;
}

@media screen and (max-width: 500px) {
    .sanheshengxiaores{
        margin-top: 0.75rem;
    }
}