* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 3px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.foot > ul {
    width: 100%;
}

.foot.has-merchant-entry > ul > a > li {
    width: 20%;
}

.foot > ul > a > li {
    flex: 1;
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    transition: transform .08s ease, opacity .08s ease, background-color .08s ease;
}

.foot > ul > a.footer-merchant-entry {
    display: none;
}

.foot > ul > a {
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

.foot.has-merchant-entry > ul > a.footer-merchant-entry {
    display: block;
}

.foot > ul > a.footer-merchant-entry > li::before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    margin: 0 auto;
}

.foot > ul > a > li > img {
    width: 27px;
    height: 27px;
}

.foot > ul > a > li > p {
    color: rgb(112, 112, 112);
    font-size: 12px;
}

.foot > ul > a > li > .get-order {
    width: 100%;
    position: absolute;
    top: -15px;
}

.foot > ul > a > li > .get-order > .buttom {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto;
}

.foot > ul > a > li > .get-order > .buttom > img {
    width: 29px;
    height: 46px;
    margin-top: 10px;
}

.foot > ul > a > li > .get-order > .merchant-entry-btn {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    border-radius: 22px;
    background: linear-gradient(135deg, #7b63ef, #e15198);
    box-shadow: 0 10px 24px rgba(125, 76, 198, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform .08s ease, opacity .08s ease, box-shadow .08s ease;
}

.foot > ul > a > li > .get-order > .merchant-entry-btn i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 3px;
}

.foot > ul > a > li > .get-order > .merchant-entry-btn span {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.foot > ul > a > li > .merchant-entry-spacer {
    visibility: hidden;
}

.clear {
    clear: both;
}

.pclass {
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden !important;
    height: 22px;
    -webkit-line-clamp: 1;
}

.foot > ul > a > .active p {
    color: #fc486d;
}

.foot > ul > a:active > li {
    transform: scale(0.97);
    opacity: 0.82;
}

.foot > ul > a.footer-merchant-entry:active .merchant-entry-btn {
    transform: scale(0.95);
    opacity: 0.9;
    box-shadow: 0 6px 18px rgba(125, 76, 198, 0.22);
}
