html,
body {
    height: 100%;
}

.container-fluid {
    padding: 0px;
}

.btttom-tabbar {
    height: 57px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
}

.btttom-tabbar div div img {
    height: 25px;
}

.notselectText {
    color: #808080;
}

.selectText {
    color: #E85858;
}

.backGround {
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
    height: 50px;
    line-height: 50px;
    padding-left: 2px;
    word-break: break-all;
    padding: 0px 10px 0px 10px;
}

.btttom-tabbar {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btttom-tabbar div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}