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


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

.upweidus{
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    border-left: 0;
    cursor: pointer;
    position: relative;
    color: #888;
    font-weight: bold;
}

.night .upweidus{
    border:1px solid #444;
    border-left: 0;
    color: #bbb;
}

.upweidusinputs{
    width: calc(100% - 38px);
    float: left;
}