.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;
}

.zgresdiv .datas:last-child{
    border-bottom: 0;
}

.night .zgresdiv .datas {
    border-bottom: 1px dashed #555;
}

.night .zgresdiv .datas:last-child{
    border-bottom: 0;
}

.zgresdiv .datas>div{
    height: 1.4rem;
    line-height: 1.4rem;
}

.zgresdiv .datas>div>span{
    color: #c60;
}

/***************************************************************/

.zhugetip{
    background: #fffef7;
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid #ece4d5;
    margin-bottom: 0.75rem;
}

.night .zhugetip{
    background: #181a1b;
    border: 1px solid #444;
}

.zhugetip h3{
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 6px;
    font-family: "Noto Serif SC", 楷体, 华文楷书, serif;
    margin-bottom: 0.75rem;
    position: relative;
    color: rgb(180, 95, 43);
    font-weight: bold;
    padding: 0px 0px 0.75rem;
    border-bottom: 1px dashed rgb(239, 224, 202);
}

.night .zhugetip h3{
    border-bottom: 1px dashed #444;
}

.zhugetip h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 10rem;
    height: 1px;
    background: linear-gradient(90deg, #dabb94, transparent);
}

.night .zhugetip h3::before {
    background: linear-gradient(90deg, #444444, transparent);
}

.zhugetip p{
    font-size: 0.7rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    text-align: justify;
    color: #a8875b;
}

.divider {
    margin: 1rem 0 0.5rem 0;
    border-top: 1px dashed #e2d4c0;
    position: relative;
}

.night .divider {
    border-top: 1px dashed #444;
    color: #444;
}

.divider::after {
    content: "✽";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(207, 182, 135);
    font-size: 0.8rem;
    background: rgb(255, 254, 247);
    padding: 0px 12px;
}

.night .divider::after {
    background: #181a1b;
    color: #444;
}


@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: 590px) {
    .zhugeres {
        margin-top: 0.75rem;
    }
    .zgresdiv{
        max-width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .zhugetip p {
        font-size: 0.7rem;
        line-height: 1.5;
        margin-bottom: 0.75rem;
    }
}

@media screen and (max-width: 350px){
    .layui-form-pane .layui-form-label {
        width: 4rem;
    }
    .layui-form-pane .layui-input-block {
        margin-left: 4rem;
    }
}