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

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

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

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

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


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

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

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

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

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

.qianmingdiv,.yanqiandiv{
    display: none;
}
