.mcondiv{

}

.mcondiv svg{
    background-color: #f8f5ec;
    font-family: Arial, sans-serif;
}

.night .mcondiv svg{
    background-color: #232627;
}

.yuanalert{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    margin: 0.5rem;
    padding: 0.5rem 0;
    background-color: #eee;
}

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

.yuanalert>div:first-child{
    font-size: 1.6rem;
    border: 1px solid #ddd;
    height: 6rem;
    line-height: 6rem;
    width: 6rem;
    text-align: center;
    margin-right: 0.25rem;
    position: relative;
}

.night .yuanalert>div:first-child{
    border: 1px solid #666;
}

.yuanalert>div:first-child span{
    position: absolute;
    font-size: 0.7rem;
    height: 1rem;
    line-height: 1rem;
}

.yuanalert>div:first-child span:first-child{
    left: 0.5rem;
    top: 0.3rem;
}

.yuanalert>div:first-child span:nth-child(2){
    left: 50%;
    bottom: 0.3rem;
    transform: translateX(-50%);
}

.yuanalert>div:last-child{

}

.yuanalert>div:last-child div{
    line-height: 1.8;
    padding-left: 0.5rem;
}

.yuanalert>div:last-child div span{
    margin-right: 0.5rem;
}

@media screen and (max-width: 430px) {
    .yuanalert {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .yuanalert>div:first-child{
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
    }
}