.text_input{
    height: 13.95rem;
}
.night .text_input {
    height: 13.95rem;
}
.sts{
    color:#606d8c;
}
.night .sts{
    color: #ccc;
}
.stslf{
    width: calc(100% - 10rem);
    float: left;
    display: inline-block;
    padding-right:0.75rem;
}
.stslr{
    width: 10rem;
    display: inline-block;
    float: right;
    border: 1px solid #dbdfea;
}
.night .stslr{
    border: 1px solid #444;
}
.stslr>div{
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #dbdfea;
}
.night .stslr>div{
    border-bottom: 1px solid #444;
}
.stslr>div:last-child{
    border-bottom:0;
}
.stslr>div span:first-child{
    border-right: 1px solid #dbdfea;
    width: 5rem;
    text-align: center;
    padding-left: 0;
}
.night .stslr>div span:first-child{
    border-right: 1px solid #444;
}
.stslr>div span{
    display: inline-block;
    padding-left: 0.5rem;
}
.stdivs{
    margin-top: 0.75rem;
}
.stdivs span{
    margin-right: 0.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #dbdfea;
    display: inline-block;
    padding: 0 0.75rem;
    border-radius: 3px;
    cursor: pointer;
}
.night .stdivs span{
    border: 1px solid #444;
}
.stdivs span.lr{
    margin-right: 0;
}
@media screen and (max-width: 968px){
    .stdivs span {
        padding: 0 0.25rem;
    }
}
@media screen and (max-width: 883px){
    .stdivs span {
        padding: 0 0.5rem;
    }
}
@media screen and (max-width: 580px){
    .stdivs span {
        padding: 0 0.5rem;
    }
    .stslf{
        width:100%;
        float: left;
        display: inline-block;
        padding-right:0rem;
    }
    .stslr{
        width:100%;
        display: inline-block;
        float: right;
        border: 1px solid #dbdfea;
        margin-top:0.75rem;
    }
}
@media screen and (max-width: 364px){
    .stdivs span {
        padding: 0 0.5rem;
        width: calc(50% - 0.25rem);
        margin: 0.25rem;
        text-align: center;
    }
    .stdivs span.la{
        float: left;
        margin-left: 0;
    }
    .stdivs span.lb{
        float: right;
        margin-right: 0;
    }
}