.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;
}
.zgresdiv{
    max-width: 24rem;
    width: 100%;
    margin: auto;
    border-radius: 6px;
    margin-bottom: 2rem;
    overflow: hidden;
    background: oldlace;
    border: 1px solid #d0ad9a;
}
.night .zgresdiv{
    background-color: #444;
    border: 1px solid #444;
}
.zgresdiv .titles{
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #a5672e;
    text-align: center;
    color: #fff;
}
.night .zgresdiv .titles{
    background-color: #333;
}
.zgresdiv .datas{
    padding: 0.5rem;
    border-bottom: 1px dashed #d1ae9a;
}
.night .zgresdiv .datas {
    border-bottom: 1px dashed #555;
}
.zgresdiv .datas>div{
    height: 1.4rem;
    line-height: 1.4rem;
}
.zgresdiv .datas>div>span{
    color: #c60;
}
.zhugetip{
    border: 1px solid #ddd;
    padding: 0.75rem 0.75rem 0 0.75rem;
    border-radius: 3px;
}
.night .zhugetip{
    border: 1px solid #444;
    color: #aaa;
}
.zhugetip h3{
    font-size: 0.75rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #ff7503;
    font-weight: bold;
    margin-bottom: 0.7rem;
}
.zhugetip p{
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-bottom: 0.7rem;
}
@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;
    }
}