.y2y .layui-form-select{
    width: calc(100% / 3 - 0.25rem);
    float: left;
    display: inline-block;
    margin-right: 0.25rem;
}
.y2y>div:last-child{
    float: right;
    margin-right: 0;
    width: calc(100% / 3);
}
.age_gongli{
    display: block;
}
.age_nongli{
    display: none;
}

.yuerres{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    font-family: sans-serif;
    width: 100%;
    max-width: 24rem;
    margin: auto;
    border-radius: 6px;
    padding: 0.4rem 0;
    display: none;
    margin-bottom: 2rem;
}

.night .yuerres{
    border: 1px solid #444;
    background-color: #333;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 86%), 0 4px 6px -2px rgb(0 0 0 / 85%);
    color: #bbb;
}

.yuerres p{
    font-size: 0.65rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0.6rem 0;
}

.yuerres p.ptip{
    font-size: 0.6rem;
    color: #FF9800;
}

.yuerres p span{

}

.yuedatas{
    text-align: center;
}

.yuedatas h3{
    font-size: 0.7rem;
    margin-bottom: 1rem;
}

.yuedatas img{
    max-width: 24rem;
    width: 100%;
}

@media screen and (max-width: 590px) {
    .yuerres{
        width: 100%;
        max-width: 100%;
        margin-top: 1.5rem;
    }
    .yuedatas img {
        max-width: 100%;
        width: 100%;
    }
    .yuedatas {
        text-align: center;
        margin-top: 1rem;
    }
}



@media screen and (max-width: 430px){
    .layui-form-select .layui-edge{
        display: none;
    }
    .layui-form-select .layui-input {
        padding-right: 0px;
        cursor: pointer;
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 340px){
    .yuerres{
        padding: 0.4rem 0;
    }
    .yuerres p {
        font-size: 0.6rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}