textarea{
    resize: none !important;
}

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

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

.sm2>div{
    padding: 0.25rem;
    width: 50%;
    float: left;
}

.sm2>div>div{
    margin-bottom: 0 !important;
}

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

.sm2copybut{
    height: 38px;
    line-height: 38px;
    width: 38px;
    color: #666;
    border: 1px solid #eeeeee;
    text-align: center;
    float: right;
    cursor: pointer;
}

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

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

.divbuts button:nth-child(2) {
    background-color: #795548;
}

.divbuts button:nth-child(3) {
    background-color: #795548;
}

.divbuts button:nth-child(4){
    background-color: #2196F3;
}

.divbuts button.act{
    background-color: #FF5722;
}

@media screen and (max-width: 1040px){
    .sm2>div{
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 966px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(3){
        width: calc(50% - 0.25rem);
        float: left;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(4){
        width: calc(50% - 0.25rem);
        float: right;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(5){
        width: calc(50% - 0.25rem);
        float: left;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(6){
        width: calc(50% - 0.25rem);
        float: right;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(7){
        width: 100%;
        margin-top: 0.5rem;
    }
}


@media screen and (max-width: 886px){
    .divbuts button:nth-child(1){
        width: unset;
        float: unset;
    }
    .divbuts button:nth-child(2){
        width: unset;
        float: unset;
    }
    .divbuts button:nth-child(3){
        width: unset;
        float: unset;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(4){
        width: unset;
        float: unset;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(5){
        width: unset;
        float: unset;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(6){
        width: unset;
        float: unset;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(7){
        width: unset;
        float: unset;
        margin-top: 0rem;
    }

    .sm2>div{
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 760px){
    .sm2>div{
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 680px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(3){
        width: calc(50% - 0.25rem);
        float: left;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(4){
        width: calc(50% - 0.25rem);
        float: right;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(5){
        width: calc(50% - 0.25rem);
        float: left;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(6){
        width: calc(50% - 0.25rem);
        float: right;
        margin-top: 0.5rem;
    }
    .divbuts button:nth-child(7){
        width: 100%;
        margin-top: 0.5rem;
    }
}

.sm2res{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

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

.sm2res h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.sm2res textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.yanqianres{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

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

.yanqianres h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.yanqianres textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.qianmingdiv,.yanqiandiv{
    display: none;
}