.textAllips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 200px;
}

.num-btn {
    width: 41px;
    height: 41px;
    font-size: 20px;
    min-width: 41px;
    padding-left: 12px;
    padding-right: 12px;
    color: #55acee;
    box-shadow: 0 2px 2px 0 rgb(85 172 238 / 14%), 0 3px 1px -2px rgb(85 172 238 / 20%), 0 1px 5px 0 rgb(85 172 238 / 12%);
    background-color: #FFF;
    border-radius: 30px;
    padding: 6px 9px;
    float: left;
}

.main-ul-style {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    margin-top: 35px;
}

.main-sub-text {
    margin-left: 10px;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
}

.li-style {
    width: 254px;
}

.bottom-btn-style {
    width: 76px;
    height: 76px;
    font-size: 20px;
    min-width: 41px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    top: 33px;
    position: absolute;
    margin-left: 22px;
    border: 1px solid;
    box-shadow: 0 2px 2px 0 rgb(59 89 152 / 14%), 0 3px 1px -2px rgb(59 89 152 / 20%), 0 1px 5px 0 rgb(59 89 152 / 12%);
    background-color: #3b5998;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bottom-info-btn-style {
    width: 220px;
    height: 35px;
    font-size: 15px;
    min-width: 41px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    top: 22px;
    position: absolute;
    margin-left: 22px;
    box-shadow: 0 2px 2px 0 rgb(59 89 152 / 14%), 0 3px 1px -2px rgb(59 89 152 / 20%), 0 1px 5px 0 rgb(59 89 152 / 12%);
    background-color: #3b5998;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bottom-logout-btn-style {
    width: 220px;
    height: 35px;
    font-size: 15px;
    min-width: 41px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    top: 19px;
    position: absolute;
    margin-left: 22px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgb(244 67 54 / 14%), 0 3px 1px -2px rgb(244 67 54 / 20%), 0 1px 5px 0 rgb(244 67 54 / 12%);
    background-color: #f44336;
}

.bottom-remote-btn-style {
    width: 220px;
    height: 35px;
    font-size: 15px;
    min-width: 41px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    top: 60px;
    position: absolute;
    margin-left: 22px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #e91e63;
    color: #fff !important;
    box-shadow: 0 2px 2px 0 rgb(233 30 99 / 14%), 0 3px 1px -2px rgb(233 30 99 / 20%), 0 1px 5px 0 rgb(233 30 99 / 12%);
}