<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #f0f0f0;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    color: #333;
}

/* å¿…è¦å¸ƒå±€æ&nbsp;·å¼css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-top: 0;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff0000),to(#fe3a6a));
    background-image: -webkit-linear-gradient(left,#ff0000,#fe3a6a);
    background-image: -moz-linear-gradient(left,#ff0000,#fe3a6a);
    background-image: linear-gradient(to right,#ff0000,#fe3a6a);
    background-color: #fe3a6a;
}

.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #353535;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #333;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-return {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADvklEQVRoQ+WbzctVVRTGf08YFmIIgoMgoYGTBiEUGKiVJERBSFAESg2iSRiZ/gFmf0DoJEfRoOgDDUIiIqjsa+CkSVAQDoQGDYJAgqjQeuKBK2w251645577ntNuDV/uec/+nbX3Oms9ax3xHzHbtwCvAk8B54Bjkq4tu3wte8EYv7e9BfgY2F/c/6iks8uuZ/LAtm8DPgfuqeBOSzrRFLDt7TPYuyuwP4Hdkn5sBtj27cAXwK4K6g/gYUlfLwub309yS9u+E/gSuKOC+m0Ge6kP7CSBbd8FXAR2VFBXgQckfdcXdnLAtnNW49ltFdQvwAFJP6wCOylg2/cBnwCJyqX9DOyTdGVV2MkA234I+BC4tYIK5IOSfhoCdhLAtg8B54GbK6jLM89mOw9mo0Zp208C7wE3VUQ5q/dL+nUw0tk/Gg3Y9rPA6x2vxm+Bg5ISlQe3UYBtvwSc7qDJ+zWwvw9OOpaHbb8CnOwA+gx4TFIyqbXZhnrYdqqb5ztoUgkd6lPuLftkNgTYdu6T85pzW1si9GFJ15ddfJ/frx3Y9ibgHSARuba3gacluc/i+1yzVmDbm4EPgEc6FvcG8NxGwmYNawO2nawpqWKpUtzgPiPpeB8PrXrNWoBnKkVgkx/XdkpSIvUoNjjwApUigMclnRmFdHbTQYEXqBQJSjmvObej2mDAtncC33SoFP8Az0hKRB7dBgG2Hd0p+lN0qNLybn1C0oXRSYfa0jOVIjJqFMbS/gIel5QsajK2kocXqBQrKYvrfDq9gReoFKl0UvH0VhYnB2x7H/BVR+KSGjawqWknab08bDve21MRBXbvEMriOp9UX+CPgEf/T8CJyFEUt3ZAt7elA7kgq2ovaN3w6ixvTvBKe6S09l5LBXTaIp929G/bSzwK6HToA12Xg+2llgX0vIK/veKhgJ4n6bRXHhbQEe3ej+zakUC0JQAU0OkVvQkc6YBuS+IpoBdp0W2JeKVXbaeHlF5SbW3JtBX0KeDlDui2hPgKel7HsK1WSwU9ryfcVjOtgk7kfqtDPGivXVpE8DTW0mDLO7u09hriBXQabJFv62GW9kYeCuh540rtDbUU0KmwUmml4iqtvbGlAjqz0IGuRw7bG0wroKOaRD2pOxjtjR4W0OlRpSFXT9K2N1xaQM+blW5vfLiAThcyng58ae0NiBfQ2dYZFB9UEe3VeeioetbyJ9uJ2hkY7/rI415J3y9740kDB2bBgEx7n/EU27tLEX1B0mvNebiAzqd4UU/yKd67wIuS/l4W+F/KBV5MdbGUEgAAAABJRU5ErkJggg==');
}

.tab-nav {
    -webkit-overflow-scrolling: touch;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 15px;
    height: 80px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    /* background: #FFF; */
}

.aui-item-ofl {
    width: 100%;
    overflow: hidden;
    height: 65px;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff0000),to(#fe3a6a));
    background-image: -webkit-linear-gradient(left,#ff0000,#fe3a6a);
    background-image: -moz-linear-gradient(left,#ff0000,#fe3a6a);
    background-image: linear-gradient(to right,#ff0000,#fe3a6a);
    background-color: #fe3a6a;
}

.tab-nav-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 50px;
    line-height: 55px;
    position: relative;
    text-align: center;
}

.tab-nav-item.tab-active a {
    color: #ffffff;
    font-weight: bold;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
    font-size: 0.9rem;
    color: #ffbcbc;
    padding: 0 7px;
}

.tab-panel {
    position: relative;
    overflow: hidden;
    margin: 15px 15px 0 15px;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-left: -50%;
    z-index: 4;
    background-color: #ffffff;
    border: 1px solid #fff;
}

.tab-panel .tab-panel-item.tab-active ~ .tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.aui-street-box {
    width: 65px;
    height: 65px;
    box-shadow: 0 0px 11px #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.aui-street-box img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

.tab-item .aui-flex {
    padding: 15px;
    background: #fff;
}

.tab-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.aui-flex-box h2 {
    font-size: .9rem;
}

.aui-flex-box p {
    font-size: .8rem;
    color: #666666;
}

.aui-flex-fr {
    position: relative;
}

.aui-flex-fr:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #979797;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;
}

.aui-flex-title .aui-flex-box em {
    background: #e01a3b;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 20px;
    font-style: normal;
    padding: 0.2rem 0.45rem;
    margin-right: 10px;
    margin-top: -1px;
    display: block;
    float: left;
}

.aui-flex-title .aui-flex-button-df {
    border: 1px solid #bbbbbb;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #333333;
    padding: 0.2rem 0.4rem;
}

/* shop list */
.aui-shop-list {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}

.aui-shop-list-item {
    width: 31.333333%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0.32rem 0;
    font-size: 0.28rem;
    margin-right: 2%;
}

.aui-shop-list-item-hd {
    position: relative;
    width: 90px;
}

.aui-shop-list-item-hd img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-shop-list-selected .aui-shop-list-item-tag {
    /* width: 59px; */
    text-align: center;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #e31436;
    /* border-radius: 20px; */
    color: #e31436;
    line-height: 16px;
    font-size: 13px;
    bottom: 1px;
    padding: 0.1rem 0.2rem;
}

.aui-shop-list-item-bd {
    text-align: center;
    font-size: 0.9rem;
    color: #333;
    padding: 0 0 0.01rem 0;
    font-weight: bold;
}

.aui-shop-list-selected .aui-shop-list-item h3 {
    color: #333;
    font-size: 0.8rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.aui-shop-list-selected .aui-special-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
}

.aui-shop-list-selected .aui-special-etc {
    color: #e82440;
    font-weight: bold;
    /* padding-top: 10px; */
    font-size: 0.9rem;
    text-align: center;
}

.aui-shop-list-selected .aui-special-etc .aui-special-etc-bd {
    text-decoration: line-through;
    color: #999;
    font-weight: normal;
    font-size: 0.7rem;
}

.aui-shop-list-selected .aui-special-text em {
    color: #eb2745;
    font-size: 0.65rem;
    border-radius: 20px;
    border: 1px solid #eb2745;
    font-style: normal;
    padding: 0 0.4rem;
    margin-right: 2px;
}

.aui-shop-list-selected .aui-special-text span {
    color: #999;
    font-weight: normal;
    font-size: 0.65rem;
}
</pre></body></html>