.bg, .aui-header-default {
    background: var(--color-primary);
    background: -moz-linear-gradient(left, var(--color-primary) 0, #ff1679 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, var(--color-primary)), color-stop(100%, #ff1679));
    background: -webkit-linear-gradient(left, var(--color-primary) 0, #ff1679 100%);
    background: -o-linear-gradient(left, var(--color-primary) 0, #ff1679 100%);
    background: -ms-linear-gradient(left, var(--color-primary) 0, #ff1679 100%);
    background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), to(#ff1679));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), to(#ff1679));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-primary)), to(#ff1679));
    background-color: var(--color-primary);
    background: linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 100%);
}

.bg .error-feedback, .bg .invalid-feedback {
    color: #fff;
}

.aui-header-default {
    height: 2.8rem;
    line-height: 2.8rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

input::input-placeholder {
    color: #222;
}

/* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888;
}

*, *:before, *:after {
    box-sizing: border-box;
    outline: none;
}

:focus {
    outline: 0 !important;
}

input::-moz-focus-inner {
    border-color: transparent !important;
}

input {
    -webkit-appearance: none;
    outline: none;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    outline: none;
}

html, body {
    height: 100%;
}

body {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-family: arial, sans-serif;
    background-color: #fff;
}

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

img, article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    /* font-size: 100%; */
}

fieldset, img {
    border: 0;
}

address, caption, cite, dfn, em, th, var, i, em {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none
}

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

input, select, button {
    font: 100% Battambang, tahoma, \5b8b\4f53, arial;
    vertical-align: baseline;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 1px  */
.aui-header-default:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-footer-default:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-content-box {
    padding-bottom: 44px;
}

.aui-fixed-top {
    padding-top: 44px;
}

.yellow-color {
    background-color: #ffb03f;
}

.red-color {
    background-color: var(--color-foreign);
}
.foreign-color{
    background-color: var(--color-foreign);
}

.primary-color{
    background-color: var(--color-primary);
}

.aui-content {
    height: 100%;
    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;
    margin: 0 auto;
    max-width: 750px;
    min-width: 300px;
    padding-bottom: 94px;
}

.aui-dri {
    height: 7px;
    width: 100%;
    background: transparent;
    position: relative;
}

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

.clearfix {
}

.aui-list-product-fl-item:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dedcdc;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-list-title-info .aui-well:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dedcdc;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.price {
    color: var(--color-primary);
    font-size: 16px;
}

.aui-cart-content {
    padding-top: 44px;
    padding-bottom: 50px;
}

.aui-cart-white-Typeface {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.aui-icon-back-white {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAEBklEQVR4Xu3dPY9NQRgH8P8/XjofQjRaX0AjbGyEJSsigkY0XhMqISRsRYOlsA2SjU2IlyCRUNAoFT6AwgcQhUIEj0zMJjcnu3ufuXfPzDwzc+vnvOzvPOe/5849Zw7RPlEEGGUrbSNo0JGaoEE36EgCkTZTZUeLyEYAEwDWA3hF8kvf3tVBi8gOAE8AbPC4PwDsI/m2T+yqoEVkEsBzAOs6qN8BbCL5rS/saqA98gsAa5fBPEvyZoMeQ0BEpgA8G7KKayQvjbGZFRctvqOVyA5pO8l3DXoEARGZBvBYsehLkrsVdSOXFNvRvpPd1cWaITofAWwj+XNkRcWCRULnhuyOQ3HQAcjvAezsu5MXm70oaBE5AGBeERcOeYLkL8VZvyolxUB75EeKszQ6cjHRkTtyEdAichjAg1w7uYiMDkB2A0a7YmZyN9jNZnQg8iTJ36vyX23ElZiEtoZsMqNF5BiAe4pMdnGRvJNNZrRHnlOcva8BTKWOi8H9NBMdgch7SP5RHJBoJSagrSObyGgROQFgVtF6Li6y62QTGR2A7H492Z9bXJjI6EDkaZJ/FV2frCTLjC4NOcuMFpFzAG4oWs/FRfadnGVGByAvADiUe1xkmdEhyCQPKjo+q5IsMrp05CwyWkSuALisaL8Fi52cRUaLyHUA5xXID0keVdRlW5IsOmpCThYdtSEngRaR2wBOKs5x83GR7PIuAHmO5HHFwTBTEi2ja0aOFh21I0eBFpGrAC4qzvG7JN3Yc5GfXqNDRLYA+KSQu0XyjKLObEnf0JpuniV5yqygcsf7hp4BcGHIvjRo5cFatiwgOu6Q1Fxbj7tLyZbvtaPdX9X+Gf4/tr1De2ztt8HivqhEH72r/Vo6SkcvHtWAwaTiOjsqtI+Rasagkw0qjdDZxYzgRe/oWrGTQfsY0f5eaL6zk0J7bO0NM+3H2XG/brXbDcYVDFi+dOzk0TF4LEKw2y1hAV28VGmJd5JGG+sItS8RO6vo6MSI9pEKE7fvZgvtL/2Kwc4a2mO7Bzg1zxZm/RxL9tCB2Nk+mWUCugRsM9AD2JrnwLPrbFPQHls7EUpWz4Obgw7EzmaGA5PQFrHNQlvDNg3tsd1cd5pp2JLGiHnoEbCTTGJVBHQgdptgMHSUr1vfpswcVzBg+cBJYKPNT1pMdHSGWN1U85q5o6PNuFsktM9sLXabqDsgMZYsbVPPjysYsHzAyxTcpN1vAlYdVFpsdHQyey+Ap0NkZkhqnh4LAl4srgLaZ7Z7q9BKL7w5TdLdMN/LpxroAez2CqdeWqmzUhHZCuA+APcGOPf5CuAIyQ99br+qju7k9mb3mj2Sn/sEri6jY2CutI1qOzo2fIOOJN6gG3QkgUib+Qetjbtq9Li4YQAAAABJRU5ErkJggg==');
}

.aui-address-box-default ul li .aui-icon-address {
    width: 15px;
    height: 20px;
    background-size: 15px;
    position: absolute;
    left: -1px;
    top: -3px;
    background-image: url('data:image/png;base64,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');
}

.aui-fl-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 44%;
    right: 10px;
    margin-top: -5px;
}

.aui-prompt-sm {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjY5M0Q0NzlCQkFDMTFFNzlEQzVFREU4MEFBNzcyOTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjY5M0Q0N0FCQkFDMTFFNzlEQzVFREU4MEFBNzcyOTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNjkzRDQ3N0JCQUMxMUU3OURDNUVERTgwQUE3NzI5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNjkzRDQ3OEJCQUMxMUU3OURDNUVERTgwQUE3NzI5OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuG6jdAAAAjNSURBVHja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');
}

.aui-switch {
    position: relative;
    width: 52px;
    height: 25px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    -webkit-transition: background-color 0.1s, border 0.1s;
    transition: background-color 0.1s, border 0.1s;
}

.aui-switch:before {
    content: " ";
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    height: 25px;
    border-radius: 15px;
    background-color: #FDFDFD;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

.aui-switch:after {
    content: " ";
    position: absolute;
    top: -1px;
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}

.aui-switch:checked:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.aui-switch {
    position: relative;
    width: 52px;
    height: 25px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    -webkit-transition: background-color 0.1s, border 0.1s;
    transition: background-color 0.1s, border 0.1s;
}

.aui-switch:checked {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.aui-red {
    color: var(--color-primary);
}

.aui-size {
    font-size: 16px;
}

.aui-well {
    padding: 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    font-size: 14px;
}

.aui-well-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-weight: normal;
}

.aui-well-ft {
    text-align: right;
    color: #999999;
    /* padding-right: 22px; */
    position: relative;
    font-size: 12px;
}

.aui-me-content-order {
    position: relative;
    /* background: #fff; */
}

.aui-me-content-order:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-settle-choice a:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-footer-product-concern-cart:before {
    position: absolute;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d2d2d2;
}

.aui-product-coupon {
    position: relative;
}

/*.aui-product-coupon a:before {*/
/*content: " ";*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*width: 100%;*/
/*height: 1px;*/
/*border-bottom: 1px solid #ebebeb;*/
/*-webkit-transform: scaleY(0.5);*/
/*transform: scaleY(0.5);*/
/*-webkit-transform-origin: 0 0;*/
/*transform-origin: 0 0;*/
/*}*/
.aui-product-set a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

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

.tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: currentColor;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item.tab-active:before {
    content: '';
    width: 70%;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: #FF5E5A;
}

.aui-new-search-tab:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-custom-search-tab:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-list-self-sell .aui-self-sell:after {
    content: '';
    height: 200%;
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    background-color: transparent;
    border: 1px solid #f23030;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.aui-list-product:last-child, .aui-scroll-content-item:last-child {
    margin-bottom: 1rem;
}

.aui-header-title-default {
    color: #333;
}

.aui-header-fixed {
    position: fixed;
    top: 0;
    /* left: 0; */
    width: var(--app-width,100%);;
    z-index: 999;
}

.aui-header-item {
    height: 2.8rem;
    line-height: 2.8rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.8rem;
    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.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.aui-header-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}

.aui-header-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: 2.8rem;
    line-height: 2.8rem;
    width: 50%;
    margin-left: 25%;
    font-size: 16px;
    color: #fff;
}

.aui-header-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #5C5C5C;
}

/* 底部导航 */
.aui-footer-default {
    width: 100%;
    position: relative;
    z-index: 100;
    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;
    padding: .104rem 0 .07rem;
    background-color: rgba(255, 255, 255, 0.96);
}

.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    z-index: 49;
    width:var(--app-width,100%);
    /* border-top: 1px solid var(--color-primary); */
}

.aui-footer-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    -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;
    color: #707070;
    padding: 3px 0;
}

.aui-footer-item-icon {
    color: #979797;
    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;
    position: relative;
}

.aui-footer-item-text {
    display: inline-block;
    font-size: 12px;
}

/* 分类选择  */
.aui-scroll-contents {
    height: 100%;
    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;
    margin: 0 auto;
    max-width: 750px;
    /*min-width: 300px;*/
    /*margin-bottom:100px;*/
}

.aui-scroll-box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 44px;
    padding-bottom: 60px;
}

.aui-scroll-nav {
    width: 120px;
    height: 100%;
    text-align: center;
    background-color: #f2f4f5;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    color: #222;
    overflow-y: auto;
}

.aui-scroll-item {
    padding: 0 10px;
    height: 3rem;
    line-height: 3rem;
    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;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    text-align: center;
}

.aui-scroll-item-text {
    font-size: 0.8rem;
    color: #222;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.aui-scroll-content {
    height: 100%;
    /* background-color: #FFF; */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* padding: 0 .5rem .5rem .5rem; */
    position: relative;
}

.aui-scroll-content-title {
    font-weight: bolder;
    display: block;
    padding-bottom: 0.1rem;
    padding-top: 0.32rem;
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 1;
    text-align: center;
}

.aui-scroll-nav .aui-crt {
    background-color: #FFF;
    border-left: 2px solid var(--color-primary);
}

.aui-scroll-nav .aui-crt .aui-scroll-item-text {
    color: var(--color-primary);
}

.aui-class-img img {
    height: 360px;
    width: 100%;
    display: block;
    border: none;
    object-fit: cover;
}

.m-navbar {
    position: fixed;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar-item {
    height: 0.9rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.2rem;
    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.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.navbar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}

.navbar-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: 0.9rem;
    width: 50%;
    margin-left: 25%;
}

.navbar-center .navbar-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.4rem;
    color: #5C5C5C;
}

/* aui-banner-content */
.aui-banner-content {
    padding-top: 45px;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    position: relative;
}

.aui-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: .5rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aui-banner-wrapper-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider-pagination-item {
    margin: 0 .3rem;
    width: 14px;
    height: 3px;
    display: inline-block;
    background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
    background: var(--color-primary);
}

.aui-banner-wrapper-item img, .aui-banner-wrapper-item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-image: url(../images/bg/log.png) no-repeat center center;
    background-size: cover;
    /* background-color: #000; */
}

.aui-header-item-icon {
    height: 2.8rem;
    /* min-width: 19%; */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 0 0.8rem 0 0;
    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.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.aui-header-item-icon: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-header-search-box {
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border-radius: 10px;
}
#live-search{
    z-index: 1000;
    border-radius: 0  0 10px  10px;
}

.aui-header-search {
    width: 90%;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 27px;
}

.aui-header-center-clear {
    width: 100%;
    margin-left: 16%;
    margin-right: 13%;
}

/* 九宫格 css*/
.aui-grid-content {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.2rem;
    width: 20%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 0.9rem;
    position: relative;
    /* color: var(--color-primary); */
    margin-top: 5px;
    padding: 0px 2px;
}

/* 九宫格的 宽度 改变 从20%  改成 25% */
.aui-grid-row-clear .aui-grid-row-item {
    width: 33.333%;
}

.aui-grid-row-clear .aui-grid-row-item .aui-icon-large {
    width: 100px;
    height: 130px;
}

/* 九宫格 图标 改 图片  */
.aui-grid-row-clear .aui-grid-row-item img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

/* 首页广告*/
.aui-avd-content {
    background-color: #fff;
}

.aui-avd-content a {
    display: block;
    float: left;
    width: 50%;
}

.aui-avd-content a img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    /*border-radius:5px;*/
}
.order_total_table td{
    padding: 3px !important;
    text-align: right;
    border: none;
}
.order_total_table{
   margin: 0;
}
.demo-small-pitch{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ribbon3 {
    width: 66px;
    height: 20px;
    padding-left: 15px;
    position: absolute;
    left: -6px;
    top: 16px;
    font-size: 12px;
    color: #ffff;
    background: var(--color-foreign);
  }
  .ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
  }
  .ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
  }
  .ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    top: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-foreign);
  }
  
  @media (min-width: 500px) {
    .ribbons-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .ribbon {
      width: 48%;
    }
  }
.aui-list-product-item-price_before_discount{
    text-decoration: line-through;
    font-size: 14px;
    color: #595959;
}
/* 支持左右滑动 首页*/
.aui-slide-box {
    padding-top: 1px;
}

.aui-slide-box .aui-slide-list {
    overflow: hidden;
    /* height: 12rem; */
}

.aui-slide-box .aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 100%;
    padding: 10px 2px;
    /* font-size: 0; */
    -webkit-overflow-scrolling: touch;
}

/* 高度自适应*/
.aui-slide-box-clear .aui-slide-list {
    height: 9.5rem;
    margin-top: 0;
    margin-bottom: 10px;
}

/* .aui-slide-box-clear .aui-slide-item-list {
     height: 7.8rem;
 } */
.aui-slide-box .aui-slide-item-list .aui-slide-item-item {
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

li {
    list-style: none;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-link {
    display: block;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .v-img {
    display: block;
    width: 8rem;
    height: 7.7rem;
    object-fit: cover;
    background: url(../images/bg/log.jpg) no-repeat center center;
    background-size: 100%;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .sub-img {
    width: 100%;
    height: 4.7rem;
    object-fit: contain;
    display: block;
}

.aui-slide-box-clear .aui-slide-item-list .aui-slide-item-item .v-img {
    width: 8rem;
    height: 7.7rem;
    background: url(../images/bg/log.jpg) no-repeat center center;
    background-size: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.aui-slide-item-f-els {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-title {
    text-align: center;
    /* line-height: 1rem; */
    word-break: break-word;
    max-width: 8rem;
    /* width: 8rem; */
    white-space: normal;
    margin: 6px 2px 4px;
    font-size: 12px;
}
.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info{
    padding: 0 2px;
}
.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-price {
    font-size: 14px;
    color: var(--color-primary);
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-mrk {
    text-decoration: line-through;
    font-size: 13px;
    color: #ccc;
}

/* 定义全站 大标题 图片尺寸 */
.aui-title-head {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aui-title-head img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* 模板自定义*/
.aui-list-item-img {
    /* margin: 0 10px; */
}

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

.aui-list-item {
    /*padding-top: 10px;*/
}

.aui-list-content {
    padding-bottom: 20px;
}

/* 为您推荐*/
.aui-recommend {
    width: 100%;
    /*height:60px;*/
    /*line-height:60px;*/
    /*background:#e7e5e5;*/
    text-align: center;
    font-size: 16px;
}

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

/* 产品四方格*/
/* .aui-list-product {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: -1px;
    padding: 0 2px;
    margin: 0 auto;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2px;
    -webkit-column-gap: 2px;
    column-gap: 2px;
} */
.aui-list-product {
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: -1px;
}

.aui-list-product.col2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.aui-list-product.col3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.aui-list-product-box {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 2px 0;
    background: #fff;
}

/* .aui-list-product-item {

    padding: 0 2px;
    margin-top: 4px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    margin: 1px 0;
    display: inline-block;
    box-sizing: border-box;
} */
.aui-list-product-item {
    width: 50%;
    float: left;
    padding: 0 2px;
    margin-top: 4px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.aui-list-product-item-img {
    /* min-width: 184px;
     min-height: 184px; */
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../images/bg/log.png) no-repeat center center;
    background-size: contain;
}

.aui-list-product-item-img img, .aui-list-product-item-img video {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-list-product-item-img img, .aui-list-product-item-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
}

.aui-list-product-item-text {
    background-color: #FFF;
    padding: .2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.aui-list-product-item-text h3 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aui-list-product-mes-box {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
}

.aui-list-product-item-price {
    font-size: 16px;
    color: #000;
}

.aui-list-product-item-price em {
    font-size: 14px;
}

.aui-list-product-item-del-price {
    padding-left: .06rem;
    font-size: 12px;
    margin-left: .02rem;
    position: relative;
    color: #8C8C8C;
}

.aui-list-product-item-del-price:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #8C8C8C;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: auto;
    bottom: 50%;
}

.aui-comment {
    font-size: .7rem;
}

/* 上图 下文字  商品列表清除居中 */
.aui-list-product-box-clear .aui-list-product-item-img {
    width: auto;
}

.aui-list-product-box-clear .aui-list-product-item-text {
    padding: 0 .2rem;
}

.aui-list-product-box-sml .aui-list-product-item {
    width: 100%;
}

/* <!-- 左图 右文本的商品列表 begin -->*/
.aui-list-product-float-item {
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    background-color: #FFF;
}

.aui-list-product-fl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.aui-list-product-fl-img {
    height: 100%;
    width: 7rem;
    overflow: hidden;
}

.aui-list-product-fl-img img ,.aui-list-product-fl-img video {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    object-fit: cover;
}

.aui-list-product-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px;
    background-color: #FFF;
}

.aui-list-product-fl-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    max-height: 3rem;
    color: #505050;
    font-size: .8rem;
    font-weight: normal;
    /* margin-bottom: 10px;
    width: 68%; */
    word-break: break-word;
}

.aui-top-action {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

.aui-top-action-item {
    position: absolute;
    color: #fff;
    background: var(--color-primary);
    padding: 2px 10px;
    border-radius: 10px;
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid var(--color-primary);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: var(--color-primary);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before, .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before, .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.aui-top-action-item.aui-add-cart {
    top: 0.5rem;
    right: 0.5rem;
}

.aui-list-product-fl-mes {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
    font-weight: normal;
    font-size: 13px;
}

.aui-list-product-fl-bag span {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 5px;
}

.aui-list-product-fl-bag span img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* 购买按钮 */
.aui-btn-purchase {
}

.aui-cartd-content {
    position: relative;
    margin-bottom: 0.75rem;
    background: #ffffff;
}

/* 卡片模块*/
.aui-cartd-box {
    position: relative;
    min-height: 2.2rem;
    padding: 10px 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-cartd-box-user {
    width: 2.3rem;
    float: left;
    margin-right: 0.5rem;
}

.aui-cartd-box-user img {
    width: 100%;
    display: block;
    border-radius: 50%;
    max-width: 100%;
    border: none;
}

.aui-cartd-box-name {
    color: #212121;
    position: relative;
    font-size: 0.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-cartd-box-time {
    font-size: 0.7rem;
    color: #666;
}

.aui-cartd-box-btn {
    border: 1px solid var(--color-primary);
    color: #fff;
    padding: 1px 8px;
    background: var(--color-primary);
    border-radius: 30px;
    font-size: 12px;
}

.aui-cartd-media {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 0.7rem;
}

.aui-cartd-media-item {
    width: 6rem;
    position: relative;
    padding: 0.5rem 0;
    padding-right: 0.75rem;
    display: inherit;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.aui-cartd-media-item img {
    width: 100%;
    display: block;
    max-width: 100%;
    border: none;
}

.aui-cartd-media-inner {
    position: relative;
    min-height: 2.2rem;
    padding-right: 0.75rem;
    width: 100%;
    padding-top: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-cartd-media-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 0.8rem;
}

.aui-cartd-media-describe {
    color: #999;
    padding-top: .2rem;
}

.aui-cartd-media-inner-title {
    font-weight: inherit;
    font-size: 1rem;
    padding: 0 0.7rem 0.2rem 0.7rem;
    position: relative;
    max-width: 100%;
    color: #666;
}

.aui-cartd-media-inner-padded {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
    overflow: hidden;
    list-style: none;
    padding: 0;
    padding-left: 0.75rem;
    color: #212121;
    position: relative;
    min-height: 2.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aui-cartd-media-inner-col-xs-3 {
    width: 33.33333333%;
    position: relative;
    float: left;
    padding: 0.125rem;
}

.aui-cartd-media-inner-col-xs-3 img {
    max-width: 100%;
    width: 100%;
    display: block;
    border: none;
}

.aui-header-center-logo img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-cart-box-name {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
}

.aui-cart-box-name input.check {
    background: url(../images/icon/icon_radio3.png) no-repeat center left;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -18px;
    width: 18px;
    height: 35px;
}

.aui-cart-box-name h3 {
    float: left;
    font-size: 12px;
    background: url(../images/icon/icon-kin.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 25px;
    margin-left: 28px;
    font-weight: inherit;
}

.aui-cart-coupons {
    float: right;
}
.aui-cart-box-list-item {
    position: relative;
    display: inline-flex;
    width: 100%;
}

.aui-cart-box-list-item input.check {
    background: url(../images/icon/icon_radio3.png) no-repeat center left;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -24px;
    width: 18px;
    height: 35px;
}

.aui-cart-box-list-item input.check:checked {
    background: url(../images/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}

.aui-cart-box-list-item input.goodsCheck:checked {
    background: url(../images/icon/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

.aui-cart-box-list-item input.check:checked {
    background: url(../images/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}

.aui-cart-box-list-img img,.aui-cart-box-list-img video {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    object-fit: contain;
}

.aui-cart-box-list-text {
    margin-left: 10px;
    padding: 1px 0;
}

.aui-cart-box-list-text h4 {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aui-cart-box-list-text-brief {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #81838e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.aui-cart-box-list-text-brief span {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #81838e;
    white-space: nowrap;
    display: inline-block;
    margin-right: 8px;
}

.aui-cart-box-list-text-price {
    /* height: 24px; */
    line-height: 24px;
    position: relative;
}

.aui-cart-box-list-text-pri {
    color: var(--color-primary);
    font-size: 16px;
}

.aui-cart-box-list-text-arithmetic {
    width: 210px;
    box-sizing: border-box;
    white-space: nowrap;
    height: 100%;
    border: 1px solid #e0e0e0;
}

.aui-cart-box-list-text-arithmetic a {
    display: inline-block;
    width: 23px;
    height: 100%;
    line-height: 22px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #666;
}

.aui-cart-box-list-text-arithmetic a>span {
    /* position: absolute; */
    top: 50%;
    transform: translate(-50%, -50%);
}

.aui-cart-box-list-text-arithmetic .minus {
    border-right: 1px solid #e0e0e0;
}

.aui-cart-box-list-text-arithmetic .num {
    text-align: center;
    border: none;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

.aui-cart-box-list-text-arithmetic .plus {
    border-left: 1px solid #e0e0e0;
}

.aui-shopPrice {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: right;
}

.aui-total-amount {
    color: var(--color-primary);
    font-size: 16px;
}

.aui-payment-bar {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 49px;
    /* position: fixed;
    bottom: 0; */
    background-color: #fff;
}

.aui-payment-bar .all-checkbox {
    float: left;
    line-height: 49px;
    padding-left: 40px;
}

input.check {
    background: url(../images/icon/icon_radio3.png) no-repeat center left;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -18px;
    width: 18px;
    height: 35px;
    border: none;
}
input.check-pay {
    right: 10px;
    left: inherit;
}
input.check:checked {
    background: url(../images/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}
input.check:checked {
    background: url(../images/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}

.aui-payment-bar .shop-total {
    float: left;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: var(--color-primary);
}
.aui-payment-bar .settlement {
    display: block;
    float: right;
    width: 50%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: var(--color-primary);
    border: 0;
}

.aui-payment-bar .shop-total span {
    display: block;
    font-size: 14px;
}

.aui-payment-bar .shop-total span em {
    font-size: 15px;
    font-weight: 800;
}

/* 填写订单地址  */
.aui-address-content {
    padding-top: 44px;
}

.aui-address-well {
    padding-bottom: 44px;
}

.aui-address-box-list {
    position: relative;
    z-index: 320;
}

.aui-address-box-default {
    padding: 20px 10px;
    position: relative;
    display: block;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAKBAMAAACOO0tGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURf///4u16Oxtbezz/J3B7NDh9vvd3fSmprjS8vGNje57e/jDw/7w8IQ3dnAAAABSSURBVCjPY2CAAG4l7GADVJ4hUBArEIXJJ2HXrw6TZ8auX7ABKs+zCLsBE2AGmGDXLwKT58SuX+sATIEjdgOcYfJF2A1Qg8lz4PCBwWgQUiMIAWCaOFG2MdFRAAAAAElFTkSuQmCC) -7px bottom repeat-x;
    background-size: 44px 2px;
}

.aui-address-box-default ul {
    position: relative;
    padding-right: 30px;
}

.aui-address-box-default ul li {
    font-size: 12px;
    color: #81838e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}

.aui-address-box-default ul li strong {
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    color: #555;
    padding-right: 10px;
}

.aui-address-box-default .aui-tag {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    max-width: 8em;
    height: 15px;
    line-height: 15px;
    font-size: 0.7rem;
    color: #4b9bfb;
}

.aui-address-box-default .aui-tag-default {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.aui-address-box-default .aui-tag::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #4b9bfb;
    border: 1px solid #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    border-color: #4b9bfb;
    border-radius: 2px;
    right: -100%;
    bottom: -100%;
    -webkit-transform: scale(.5);
    -webkit-transform-origin: 0 0;
    border-radius: 4px;
}

.aui-address-box-default .aui-tag-default::after {
    border-color: var(--color-primary);
}

.aui-address-box-default:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.aui-address-cell {
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

.aui-address-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
}

.aui-address-cell-ft {
    text-align: right;
    color: #222222;
    padding-right: 22px;
}

.aui-address-cell-ft .aui-address-text {
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #222;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-fl-arrow-clear .aui-address-cell-bd {
    font-size: 13px;
}

/* 提示框  样式  */
.aui-prompt {
    text-align: center;
    width: 100%;
    line-height: 35px;
    color: #f23030;
}

/* 个人中心  */
.aui-me-content {
    padding-top: 44px;
    padding-bottom: 44px;
}

.aui-me-content-box {
    width: 100%;
    position: relative;
}

.aui-me-content-info {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNcAAAG7CAYAAADg5XOiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjY5M0Q0N0RCQkFDMTFFNzlEQzVFREU4MEFBNzcyOTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjY5M0Q0N0VCQkFDMTFFNzlEQzVFREU4MEFBNzcyOTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNjkzRDQ3QkJCQUMxMUU3OURDNUVERTgwQUE3NzI5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNjkzRDQ3Q0JCQUMxMUU3OURDNUVERTgwQUE3NzI5OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhU5n+gAABztSURBVHja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');
    background-size: 100%;
    height: 200px;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aui-me-content-list {
    width: 100%;
    padding-top: 45px;
    position: relative;
}

.aui-me-content-item {
    height: 100px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 5px;
    z-index: 2;
    position: relative;
}

.aui-me-content-item-img {
    width: 70px;
    height: 70px;
    float: left;
}

.aui-me-content-item-title {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding-left: 10px;
}

.aui-me-content-item-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 10%;
}

.aui-me-content-item-text {
    padding-top: 30px;
    padding-left: 45px;
}

.aui-me-content-item-text a {
    width: 23%;
    display: inline-block;
    text-align: center;
}

.aui-me-content-item-text a span {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.aui-me-content-item-text a span:nth-child(2) {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.aui-me-content-card {
    width: 92%;
    height: 90px;
    background: url("../images/bg/me-bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 20px;
    margin: 0 4%;
    z-index: 1;
    position: absolute;
    bottom: -35px;
    padding-top: 62px;
}

.aui-me-content-card h3 {
    color: #e6dbbf;
    font-size: 15px;
    display: inline-block;
    float: left;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(170, 146, 58, 1)), to(rgba(249, 244, 232, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aui-me-content-card a {
    font-size: 12px;
    color: #d5c9ab;
    float: right;
    padding-top: 2px;
}

/* 用户头像 默认隐藏 滑动显示  */
#scrollSearchDiv {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: none;
    border-radius: 50%;
}

#scrollSearchDiv img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 50%;
}

#scrollSearchPro {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: none;
}

#scrollSearchPro span {
    margin: 0 15px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 14px;
}

/* 支付结算页面  */
.aui-settle-content {
    padding-top: 44px;
    padding-bottom: 44px;
}

.aui-settle-title {
    text-align: right;
    padding-right: 20px;
    color: #232326;
    background: #f8f8f8;
    height: 44px;
    line-height: 44px;
}

.aui-settle-title span {
    color: #f23030;
    font-size: 16px;
}

.aui-settle-pay {
    width: 130px;
    padding: 5px 20px;
}

.aui-settle-pay img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-settle-choice span {
    color: #f23030;
    border: 1px solid #f23030;
    border-radius: 2px;
    font-size: 0.7rem;
    margin-right: 5px;
}

.aui-address-cell-hd {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.aui-address-cell-hd img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-settle-choice a {
    padding: 10px 15px;
}

.aui-settle-choice a .aui-address-cell-bd p {
    color: #888;
    font-size: 0.7rem;
}

.aui-settle-ways {
    text-align: left;
    padding-left: 15px;
    color: #232326;
    background: #f8f8f8;
    height: 44px;
    line-height: 44px;
}

.aui-settle-payment {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f23030;
    position: fixed;
    clear: both;
    overflow: hidden;
    left: 0;
    bottom: 0;
    right: 0;
}

.aui-settle-payment a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f23030;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

/* 下拉 */
.aui-header-drop-down {
    z-index: 999;
    display: none;
    width: 100px;
    border-radius: 3px;
    position: absolute;
    top: 50px;
    right: 9px;
    background: #fff;
    box-shadow: 0 0 10PX 0PX rgba(155, 143, 143, 0.6);
    -webkit-box-shadow: 0 0 10PX 0PX rgba(155, 143, 143, 0.6);
    -moz-box-shadow: 0 0 10PX 0PX rgba(155, 143, 143, 0.6);
}

.aui-header-drop-down p {
    font-size: 12px;
    color: #1b1b1b;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}

.aui-header-drop-down-san {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -8px;
    right: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* 商品详情 */
.aui-product-title {
    padding: 0 10px;
}

.aui-product-title h2 {
    font-size: 16px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aui-product-title p {
    font-size: 0.8rem;
    color: #888;
    padding-top: 4px;
}

.aui-header-center-logo {
    text-align: center;
}

.aui-product-boutique {
    width: auto;
    padding: 10px 15px;
    margin: 0 15px 10px 15px;
    background: #f5f5f5;
}

.aui-product-boutique img {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.aui-product-strip {
    margin: 0 15px;
}

.aui-product-strip img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-product-tag-text {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #666;
}

.aui-real-price {
    padding: 5px 10px;
}

.aui-real-price span {
    font-size: 20px;
    color: var(--color-primary);
    float: left;
    font-weight: 700;
}

.aui-real-price span i {
    font-size: 12px;
}

.aui-real-price .aui-settle-choice span {
    font-size: .7rem;
    float: left;
    display: block;
    margin-top: 3px;
    margin-left: 5px;
    padding: 0 4px;
    font-weight: 200;
}

.aui-real-price .aui-font-num {
    line-height: 24px;
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: inherit;
    margin-left: 5px;
}

.current {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}

.aui-product-coupon .aui-address-cell .aui-address-cell-ft span {
    color: var(--color-primary);
}

.aui-product-coupon .aui-address-cell-bd {
    width: 40px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
    font-weight: 700;
}

.aui-product-coupon .aui-address-cell-ft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    color: #666;
}

.aui-product-evaluate .aui-address-cell-ft span {
    color: var(--color-primary);
}

.aui-product-pages-title {
    text-align: center;
}

.aui-product-pages-title h2 {
    padding-top: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    font-size: 14px;
}

.aui-product-pages-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    margin-bottom: 10px;
}

.aui-product-shop-img {
    width: 65px;
    float: left;
}

.aui-product-shop-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #f0f2f5;
    padding: 3px;
}

.aui-product-shop-text {
    float: left;
    padding-left: 10px;
}

.aui-product-shop-text h3 {
    padding-bottom: 4px;
}

.aui-product-function a, .aui-product-function button {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 50%;
    border: 0;
}

/* 底部加入购物车以及立即购买 */
.aui-product-content {
    padding-bottom: 100px;
    background-color: #fff;
}

.aui-footer-product-fixed {
    display: table;
    position: fixed;
    /* left: 0; */
    bottom: 50px;
    z-index: 10;
    text-align: center;
    width: var(--app-width,100%);
    height: 50px;
    overflow: hidden;
    background: #fff;
}

.aui-footer-button-fixed {
    display: table;
    position: fixed;
    /* left: 0; */
    bottom: 0px;
    z-index: 10;
    text-align: center;
    width:var(--app-width,100%);
    height: 50px;
    overflow: hidden;
    background: #fff;
}

.aui-footer-product-concern-cart {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 47.5%;
}

.aui-footer-product-concern-cart a {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #d4d4d4;
    font-size: 10px;
    width: 33.33%;
}

.aui-f-p-focus-info {
    color: #232326;
    font-size: 10px;
    display: block;
    line-height: 9px;
    height: 15px;
    text-align: center;
}

.aui-footer-product-action-list {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.aui-footer-product-action-list a, .aui-footer-product-action-list button {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 50%;
    border: 0;
}

/* 我的订单 列表 */
.aui-myOrder-content {
    padding-top: 44px;
}

.tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.tab-nav-item {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    background-color: #FFF;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
}

.tab-panel {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -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);
}

.tab-nav-item.tab-active {
    color: var(--color-primary);
}
.aui-list-title-btn a {
    display: inline-block;
    width: 65px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    border-radius: 3px;
}

.aui-list-title-btn .red-color {
    border: 1px solid var(--color-primary);
    color: #fff;
}

/* .aui-list-title-info .aui-list-product-fl-img {
     width: 4.5rem;
 } */
.aui-list-title-info .aui-well {
    padding: 5px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

.aui-list-title-info .aui-well-bd {
    font-size: 12px;
    font-weight: normal;
    color: #222;

}

.aui-list-title-info .aui-well-ft {
    padding-right: 0;
    color: #222;
    font-size: 12px;
}

/* 设置 */
.aui-product-set {
    position: relative;
}

.aui-out {
    padding: 20px 10px;
}

.aui-out button {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 3px;
    display: block;
}

.aui-product-set a {
    background: #fff;
}

/* 邀请好友 */
.aui-invitation-bg {
    background: url("../images/icon/icon-info.jpg") no-repeat;
    background-size: 100%;
    height: 166px;
    margin-top: 44px;
}

.aui-invitation-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #fdf0d2;
    width: 100%;
    height: 60px;
    padding-top: 10px;
}

.aui-invitation-footer a {
    width: 40%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    background: #e5133d;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    float: left;
    margin: 0 5%;
}

.aui-myOrder-fix {
    position: fixed;
    width: 100%;
    z-index: 1;
}

/* 限时抢购 */
.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item a span {
    width: 100%;
    display: block;
    margin: 0;
    padding-top: 5px;
    font-weight: 700;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item a em {
    width: 100%;
    display: block;
    height: 10px;
    margin: 0;
    padding: 0;
    line-height: 10px;
    font-size: 9px;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item {
    line-height: 1.2rem;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item.tab-active {
    background: var(--color-primary);
    color: #fff;
}

/* 拼团 团购 */
.aui-Purchase-content {
    padding-top: 85px;
}

.aui-Purchase-tag {
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 34px;
    border: 1px solid #EB5211;
    color: #EB5211;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
}

/* 每日签到 */
.aui-Sign-content {
    background: url(../images/bg/icon-sign.jpg) no-repeat;
    background-size: 100%;
    height: 200px;
    border-bottom: 1px solid #eee;
}

.aui-Sign-btn {
    padding-top: 50px;
}

.aui-Sign-btn a {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.aui-Sign-btn img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* 优惠券 */
.aui-coupon-item {
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
}

.aui-coupon-item img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* 编辑地址 新建收货地址 */
.aui-Address-box {
    padding: 10px 5px;
    background: #fff;
    margin: 10px;
    border-radius: 3px;
    color: #666;
}

.aui-Address-box-item {
    background: #fff;
    padding: 3px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-Address-box-item-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-Address-box-item-ft {
    text-align: right;
    color: #222;
}

.aui-Address-box-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: inherit;
    color: inherit;
    height: 3em;
    line-height: 3;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.aui-Address-box-text {
    display: block;
    border: 0;
    resize: none;
    width: 100%;
    color: inherit;
    font-size: 1em;
    line-height: inherit;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px;
    color: #666;
}

/* 城市列表 样式 */
.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    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;
}

.m-cityselect {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.m-cityselect.brouce-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.cityselect-title {
    width: 100%;
    font-size: 12px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.cityselect-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-nav {
    width: 100%;
    padding-left: .2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-nav>a {
    font-size: 12px;
    color: #222;
    display: block;
    height: 40px;
    line-height: 46px;
    padding: 0 .2rem;
    position: relative;
    margin-right: .15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.cityselect-nav>a.crt {
    color: #F23030;
}

.cityselect-nav>a.crt:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F23030;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cityselect-content {
    height: 100%;
    padding-top: 85px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cityselect-content.cityselect-move-animate {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.cityselect-content.cityselect-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cityselect-content.cityselect-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cityselect-content>.cityselect-item {
    display: block;
    height: inherit;
    width: 50%;
    /* for old android */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
}

.cityselect-item-box {
    width: 100%;
    height: inherit;
    display: block;
    padding: 0 .4rem;
}

.cityselect-item-box>a {
    color: #333;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    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;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cityselect-item-box>a:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-item-box>a:active {
    background: none;
    /* for firefox */
}

.cityselect-item-box>a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}

.cityselect-item-box>a.crt {
    color: #F23030;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    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;
}

/* 清除头部背景色 */
.aui-header-clear-bg {
    background-color: inherit;
}

.aui-header-clear-bg:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-bottom: inherit;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* 第二个版本 需要清除的内容  样式 */
.aui-grid-row-clears {
    padding: 12px 0 10px 0;
}

.aui-grid-row-clears .aui-grid-row-item {
    padding: 2px 0;
}

/* 布局  宫格  flex 无序布局 */
.aui-content-six {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    word-break: break-all;
}

/* 布局  宫格  flex 无序布局 边框样式 */
.aui-border-l {
    border-left: 1px solid #dddddd;
}

.aui-border-r {
    border-right: 1px solid #dddddd;
}

.aui-border-t {
    border-top: 1px solid #dddddd;
}

.aui-border-b {
    border-bottom: 1px solid #dddddd;
}

.aui-border {
    border: 1px solid #dddddd;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .aui-border-l {
        border: none;
        background-image: -webkit-linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
        background-image: linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%);
        background-size: 1px 100%;
        background-repeat: no-repeat;
        background-position: left;
    }

    .aui-border-r {
        border: none;
        background-image: -webkit-linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
        background-image: linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%);
        background-size: 1px 100%;
        background-repeat: no-repeat;
        background-position: right;
    }

    .aui-border-t {
        border: none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top;
        background-image: linear-gradient(0, #dddddd, #dddddd 50%, transparent 50%);
        background-image: -webkit-linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%);
    }

    .aui-border-b {
        border: none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: linear-gradient(0, #dddddd, #dddddd 50%, transparent 50%);
        background-image: -webkit-linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%);
    }

    .aui-border {
        border: none;
        background-image: -webkit-linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%), -webkit-linear-gradient(180deg, #dddddd, #dddddd 50%, transparent 50%), -webkit-linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%), -webkit-linear-gradient(0, #dddddd, #dddddd 50%, transparent 50%);
        background-image: linear-gradient(180deg, #dddddd, #dddddd 50%, transparent 50%), linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%), linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%), linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%);
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-repeat: no-repeat;
        background-position: top, right top, bottom, left top;
    }
}

.aui-flex-col, .aui-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aui-flex-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.aui-flex-col.aui-flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aui-flex-col:before, .aui-flex-row:before, .aui-flex-col:after, .aui-flex-row:after {
    content: " ";
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}

.aui-padded-10 {
    padding: 0.5rem !important;
}

.aui-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.aui-flex-item-4 {
    float: left;
    width: 33.33333333%;
}

.aui-text-danger {
    color: #e51c23 !important;
    font-size: 15px;
    font-weight: normal;
}

[class*=aui-flex-item-] {
    position: relative;
}

.aui-flex-item-8 {
    float: left;
    width: 66.66666667%;
}

.aui-flex-item-12 {
    float: left;
    width: 100%;
}

.aui-flex-item-9 {
    float: left;
    width: 75%;
}

.aui-flex-item-3 {
    float: left;
    width: 25%;
}

.aui-flex-item-6 {
    float: left;
    width: 50%;
}

.aui-text-info {
    color: #03a9f4 !important;
    font-size: 15px;
    font-weight: normal;
}

.aui-text-warning {
    color: #ffc107 !important;
    font-size: 15px;
    font-weight: normal;
}

.aui-text-success {
    color: #009688 !important;
    font-size: 15px;
    font-weight: normal;
}

.aui-flex-center img {
    max-width: 100%;
    display: block;
}

.aui-flex-center h3 {
    font-size: 15px;
}

/* 分类筛选 样式 */
.aui-new-search-content {
    padding-top: 44px;
}

.aui-new-search-tab {
    position: relative;
    height: 2.5rem;
    font-size: 0;
    width: 100%;
    background-color: #fff;
}

.aui-new-search-tab ul li {
    width: 25%;
    border-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: .875rem;
    text-align: center;
    line-height: 2.4rem;
}

.aui-new-search-tab ul li span {
    color: #232326;
    display: block;
}

.aui-new-search-tab .aui-active {
    color: #f15353 !important;
}

.aui-new-search-tab .aui-active:after {
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAGfElEQVR4Xu2cT2gUVxzHv7+3mYnVJlikFaQKYsGLlxYarZVWlFIPVvCweNE0O7Okh3rqoRSLbVpEEdqbXmRnEhMvNgfBCrUtLYpaqj30UC9CpaBU8CAVQzHOv195s4modbM7s/Ne1uwbCPuY/b3f9/f77I9l3tvfC8FcWgiQFhUjAgNaUxEY0Aa0JgKaZExFG9CaCGiSMRVtQGsioEnGVLQBrYmAJhlT0Qa0JgKaZExFG9CaCGiSMRVtQGsioEnGVLQBrYmAJhlT0fMBmiuVlZEQqxGTSPUJApTIsQCXiCgWIBKIISCY6mMSEAnFCdXfk/fl+0SCWNpAACQwO5Y2cizvpe8lAixSO5Jj+SL1EhYQVB8zS3/pOEknIgZzBPlKFHPCEaQqKAYlERL5iphJ3qcYMeKSEBEQx0hExPIe1ccPfYgkQiTvU8ylJLKlTUAxeuK6D/kXRfWxEDGmpyP5ShMT/7byWRGXy8+Fz/cfAdFOAC+0MsnYzEGAcR/Ef4DpPhF+sPzawbRmg0rVB6Fi4CkjULX9mkcPHPdvAq1QJmMcf2P7tV30wKneJOBlw0MZgTrowHHHAdqjTMY4/sD2a8eIK5UXQ5SugvCSYVIwAcYFe7T2Vv0BDkDguq8iwQUQLSlYqmvdMeO6HQfraXz8zkPQchBWqlsY/B2I7K6lU1DiDL5lR6U3aPzYjVmXj60MI8fZkUCcShcJ5spHgPmuRbyBfP/aow7+twQPnKoLoJZPpctnMU9D4G3b8648SeKpex2hU93PwJddji1b+swxMbZbY97Zp01suKkUONUjAD7Mptal1szMoMHe0dqJRgQagma5PHfckwQqdym+LGnvtf3a0bkmzLlNyps394SrX/kehC1ZVLvJlsGHe33vk2Y5N92P5j17loSWfQGgV5s567r3GSfs0VpLq+qmoCU8HhxcFvRYlwi0tutgNkiYwWftqXvbaXIyboVJS6BT2I6zIgD9Znb6UhoXrSR+h8bGpluBLG1aBj0De23I9CuIlrYqsPDs+KoF3ki+P5Ult0ygpePAdQeQ4DyIFmURWgi2zLhhlzBAtdrtrPlkBi0FwiF3Gwv6FkBPVsFn1p75jpWU1tPxY9fz5JALtBR6MOSWiXBy5kfTPNrP0ByeAqVL69/zBp0bdPo14lTlylGuIBfuxRwQ8VbL9y+2k2RboNPKrrgHiOjTdoLo4LmJQLKzx/dPtxtj26BnKlvu9sldv4V2pb9gF5FUIaB5ZEQEN26eItCOIoLqBB/EvN8a9Q4UFUshoGUwXC7bYV//TwBtKiq4efRz1PZre4vULwx0Cttx+kLQ+Wd5X4TBk7bv7SKAOxZ0Clvui5Tsy0RYU2SgWnwxfrb++vNdOndO9uQVehVa0bOR8eDwqrAnkT/nLC80WqXO+IoVBltabVrMGooS0Oljn+uuI8YvAPVlDUq3PYOv2Um8gcbG7qrSVgZaBhw6ziZm+rGT90XS1gDw6+T7t1RBln6Vgk5hy30RwhkQlVQmkst3g9aAXL6aTFIOOv0aqVR3E2FCRQK5fc7RGpDb5xwTtYBOK7vifsxEh1UkkcNnRAm/16g1IIe/plO0gZaRBI77NUAfNY1KpYFsDWDs6h3zJlXKPOlbK+gUdqU6AcJunUk+odW0NUBFbNpBc7lcCvr6zxBom4qE5vLJzId6R719unW1PHU8LSkeGloUipJcqg9oTNqz/VpVo95jUtoreladh4aWhqIk+0XWqU6ewaftVSt30shIolqrkf95Ay0D4mp1eRDjChFWqQPAF62pe1tpcjJQp9Hc87yCTmG/P7wmFPFlEC1rHm5Wi3ytAVlVWrGfd9Dpk4iCox3p0YYS3szTGtAKuKw2HQFaBl3w0Y7bViQGHj3akBVM0fYdA1omVszRDp5iwsZez7taNKx2/HUU6PRrpJ2jHQW1BrQDtCOfOhoFFVbcz5joi4wJF9YakFG3JfOOq+jZqHMc7SisNaAlchmNOhZ0lqMdxLzPGvUOZcxdq3nHgk6fsVs72lF4a4CKT6CjQaew5zjaoao1oCtBp7CHhxcHYfw5yeN49fPq/xDzQWvU+0oFFBU+O76iH01a/luiaHH/a9Zx75IKGCp9PlOgVYJQ7duAVk14xr8BbUBrIqBJxlS0Aa2JgCYZU9EGtCYCmmRMRRvQmghokjEVbUBrIqBJxlS0Aa2JgCYZU9EGtCYCmmRMRWsC/R9/ORR5s4VzqwAAAABJRU5ErkJggg==');
    background-size: 8px 8px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 9px;
    margin-left: 4px;
    position: absolute;
    left: 58px;
    top: 14px;
}

.aui-custom-search-tab {
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
    padding: 0 5px;
    font-size: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.aui-custom-search-tab ul li {
    width: 25%;
    display: inline-block;
    padding: 0 6px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin: 7px 0;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aui-custom-search-tab ul li span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    width: 200%;
    color: #232326;
    height: 200%;
    background-color: #f0f2f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #f0f2f5;
    -moz-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 24px;
    line-height: 54px;
    vertical-align: middle;
}

.aui-list-self-sell {
    position: relative;
    padding-top: 5px;
}

.aui-custom-search-tab .aui-active {
    background: #fa6264;
    color: #fff;
}

.aui-list-self-sell .aui-self-sell {
    color: #f23030;
    font-size: 9px;
    line-height: 10px;
    height: 10px;
    padding: 1px 2px 0px 3px;
    margin-right: 4px;
    position: relative;
    top: -1px;
    display: block;
}

.aui-self-sell-em {
    position: absolute;
    top: 2px;
    left: 40px;
    color: #888;
}

/* 商品详情 样式 */
.aui-spec-menu-top {
    position: relative;
    width: 100%;
    height: 112px;
}

.aui-spec-first-pic {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 3px;
    border: 1px solid #f0f1f3;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.aui-spec-first-pic img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border: 0;
    vertical-align: middle;
    display: block;
}

.aui-spec-first-sif {
    position: absolute;
    left: 120px;
    top: 35px;
    text-align: left;
}

.aui-spec-first-sif h2 {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 10px;
}

.aui-spec-first-sif p {
    padding-bottom: 4px;
    color: #999;
}

.aui-product-text-content {
    text-align: left;
    padding: 10px 15px;
    height: 470px;
    overflow-y: auto;
}

.aui-product-text-content-list {
    padding: 8px 1px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-product-text-content-list-ft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-product-text-content-list-bd {
    text-align: left;
    color: #686868;
    padding-right: 10px;
}

.aui-product-text-content-list-ft a {
    height: 22px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    line-height: 22px;
    font-size: 12px;
    color: #232326;
    float: left;
    /* margin-right: 10px; */
    padding-left: 10px;
    padding-right: 5px;
    margin-bottom: 1px;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.aui-product-text-content-list-ft .aui-selected {
    border: 1px solid #f23030;
    color: #f23030;
}

.aui-coupon-codes {
    padding: 20px;
}

.aui-coupon-codes-item {
    margin-bottom: 10px;
}

.aui-coupon-codes-item img {
    width: 100%;
    display: block;
    border: none;
    height: auto;
}

.aui-coupon-codes {
    text-align: center;
}

.aui-coupon-codes h2 {
    font-weight: 600;
    font-size: 14px;
    color: #555555;
    padding-bottom: 20px;
}

.m-button {
    padding: 0 0.24rem;
}

.btn-block {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    width: 100%;
    display: block;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    border-radius: 3px;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    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;
    z-index: 999;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: var(--app-width,100%);
    z-index: 1000;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.8rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

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

.actionsheet-action {
    display: block;
    margin-top: .15rem;
    font-size: 0.8rem;
    color: #555;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon/times.png);
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.invalid-feedback, .error-feedback {
    font-size: 100%;
}
