.buttonPage{
    width: 120px;
    line-height: 30px;
    text-align:center;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #DCDCDC;
}

.tool_controller_button{
    width:120px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #DCDCDC;
}

.table_folder{
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #585F6A;
    line-height: 17px;
}

.no_select{
    -webkit-user-select:none; /* Chrome/Safari/Opera */
    -moz-user-select:none; /* Firefox */
    -ms-user-select:none; /* Internet Explorer/Edge */
    user-select:none;
}

.send_code{
    width: 90px;
    background: #518DF7;
    margin-left: 5px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px!important;
    border: 1px solid #AEAEAE;
    text-align: center
}

.send_code:hover{
    box-shadow: 0px 0px 6px 1px rgba(0,128,255,0.75);
}
.send_code:active{
    box-shadow: 0px 0px 6px 1px rgba(0,128,255,0.75);
    background: #3A5BBB;
}

.main_button{
    line-height:36px;
    width: 100%;
    height: 36px;
    background: #518DF7;
}

.main_button:hover{
    box-shadow: 0px 0px 6px 1px rgba(0,128,255,0.75);
}
.main_button:active{
    box-shadow: 0px 0px 6px 1px rgba(0,128,255,0.75);
    background: #3A5BBB;
}