.pinyin_input{
    width: 100%;
    padding: 0.5rem;
    height: 10rem;
    border: 1px solid #eeeeee;
    resize: none;
    border-radius: 6px;
    display: block;
    color: #555;
    margin-bottom: 0.75rem;
}

.night .pinyin_input {
    background-color: #181a1b;
    border: 1px solid #444;
    color: #aaa;
}

.pinyin_input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.pinyin_input::-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.pinyin_input:-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.pinyin_input:-ms-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.night .pinyin_input::-webkit-input-placeholder {
    color: #444;
}

.night .pinyin_input::-moz-placeholder {
    color: #444;
}

.night .pinyin_input:-moz-placeholder {
    color: #444;
}

.night .pinyin_input:-ms-input-placeholder {
    color: #444;
}

.pinyinsetup{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

.night .pinyinsetup{
    border:1px solid #444;
}

.pinyinsetup>div{
    padding: 0.25rem;
}

.pinyinsetup>div>div{
    margin-bottom: 0;
}


.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border:1px solid #444;
    border-top:0;
}

.divbuts button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1) {
    background-color: #009688;
}

@media screen and (max-width: 390px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
}

.rest{
    margin-top: 0.75rem;
    padding: 0.5rem;
    background-color: #f8fafe;
    display: none;
}


.rest p{
    margin-bottom: 0.75rem;
}

.rest p:last-child{
    margin-bottom: 0;
}


.rest .mods5 em{
    display: inline-block;
    padding: 0.2rem 0.25rem;
    float: left;
    text-align: center;
    font-family: verdana;
    font-style: normal;
    font-size: 0.7rem;
}

.rest .mods5 em i{
    display: block;
    font-style: normal;
    font-size: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
}

.rest .mods4 em{
    display: inline-block;
    padding: 0.2rem 0.25rem;
    float: left;
    text-align: center;
    font-family: verdana;
    font-style: normal;
    font-size: 0.7rem;
}

.rest .mods4 em i{
    display: block;
    font-style: normal;
    font-size: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
}

.rest .mods3 em{
    display: inline-block;
    padding: 0.2rem 0.25rem;
    float: left;
    text-align: center;
    font-family: verdana;
    font-style: normal;
    font-size: 0.7rem;
}

.rest .mods3 em i{
    font-style: normal;
    font-size: 0.6rem;
}

.rest .mods2 em{
    display: inline-block;
    padding: 0.2rem 0.25rem;
    float: left;
    text-align: center;
    font-family: verdana;
    font-style: normal;
    font-size: 0.7rem;
}

.rest .mods2 em i{
    font-style: normal;
    font-size: 0.6rem;
}

.rest .mods1 em{
    display: inline-block;
    padding: 0.25rem;
    float: left;
    text-align: center;
    line-height: 1.25rem;
    font-family: verdana;
    font-style: normal;
    font-size: 0.7rem;
}

.rest .mods1 em i{
    font-style: normal;
    font-size: 0.6rem;
}

.night .rest{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #aaa;
}