.m-order-xiazai {
    position: fixed;
    top: 11%;
    right: 0;
    z-index: 9;
    width: 65px;
    text-align: center;
    color: #08d5f5;
    padding: 8px 5px 8px 6px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    line-height: 26px;
    font-size: 24px;
    background: rgb(81 21 2);
    -webkit-background-size: 56% 56%;
    -moz-background-size: 56%;
    background-size: 56%;
}
a, input, select, span {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}