﻿/*
*  author: AUI
*  home.css
*  http://azenui.com/
*  http://www.a-ui.cn/
*/


/* 导航信息 */

.aui-header-default {
    height: 44.8px;
    line-height: 44.8px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.98);
}

.aui-header-title-default {
    color: #333;
}

.aui-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1005;
}

.aui-header-item {
    height: 44.8px;
    line-height: 44.8px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 16px;
    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: 6px;
    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%;
    z-index: 10;
}

.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: 44.8px;
    line-height: 44.8px;
    width: 50%;
    margin-left: 25%;
    font-size: 16px;
}

.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: 2px 2px;
    background-color: #fff;
}

.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1005;
}

.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;
    font-family: "苹方";
}


/* 分类选择  */

.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: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 44px;
    padding-bottom: 44px;
}

.aui-scroll-nav {
    width: auto;
    height: 100%;
    text-align: center;
    background-color: #f8f8f8;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    color: #222;
    overflow-y: auto;
}

.aui-scroll-item {
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    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: 14px;
    text-align: center;
    border-bottom: 1.5px solid #ccc;
}

.aui-scroll-item-text {
    font-size: 014px;
    color: #222;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.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 8px 8px 8px;
    position: relative;
}

.aui-scroll-content-item {
    padding-top: 15px;
}

.aui-scroll-content-title {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
    padding-bottom: .16px;
    padding-top: .332px;
    margin-bottom: 3.2px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.aui-scroll-content-title-text {
    padding: 0 4px;
}

.aui-scroll-content-title-line {
    display: inline-block;
    width: 35%;
    vertical-align: 5px;
    position: relative;
    border-top: 1px solid #ccc;
}


/* .aui-scroll-content-title-line:after {
	content: '';	
  position: absolute;	
  bottom: 0;	
  left: 0;
  background: #ccc;	
  width: 100%;	
  height: 1px;	
  -webkit-transform: scaleY(0.5);	
  transform: scaleY(0.5);	
  -webkit-transform-origin: 0 0;	
  transform-origin: 0 0;
} */

.aui-scroll-nav .aui-crt {
    background-color: #FFF;
}

.aui-scroll-nav .aui-crt .aui-scroll-item-text {
    color: #f00a43;
}

.aui-class-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 8px;
    margin-top: -014px;
}

.aui-class-hot {
    background-image: url(../img/icon/hot.png);
    display: block;
    background-repeat: no-repeat;
    height: 40px;
    background-size: contain;
}

.aui-class-hot-text {
    font-size: 014px;
    color: #fff;
    padding-left: 8px;
    vertical-align: middle;
}

.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: 016px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 03.2px;
    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.48px;
    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: 016px;
    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: 06.4px;
    color: #5C5C5C;
}


/* aui-banner-content */

.aui-banner-content {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.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: 8px;
    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;
    padding: 0 4%;
}

.slider-pagination-item {
    margin: 0 3px;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #a2a2a2;
    border-radius: 50px;
}

.slider-pagination-item.slider-pagination-item-active {
    background: #f00a43;
    width: 16px;
}

.aui-banner-wrapper-item img {
    width: 100%;
    /* background: url(../img/bg/log.png) no-repeat center center; */
    background-size: cover;
    border-radius: 12px;
}

.aui-header-item-icon {
    height: 44.8px;
    min-width: 19%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 0 014px 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.48px;
    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: rgba(000, 000, 000, 0.1);
    height: 28px;
    line-height: 28px;
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
}

.aui-header-search {
    width: 90%;
    background: none;
    border: none;
    color: #222;
    font-size: 12px;
    line-height: 27px;
}

.aui-header-center-clear {
    width: 92%;
    margin: 0 auto;
    /* margin-left: 13%; */
}


/* 九宫格 css
*/

.aui-grid-content {
    width: 100%;
    background-color: #ffffff;
    display: table;
    table-layout: fixed;
}

.aui-grid-row {
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
}

.aui-grid-row-item {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 06.4px 0;
    width: 25%;
    float: left;
}

.aui-grid-row-label {
    display: block;
    font-size: 13px;
    position: relative;
    color: #666;
    margin-top: 5px;
}


/* 九宫格的 宽度 改变 从20%  改成 25% */

.aui-grid-row-clear .aui-grid-row-item {
    width: 33.333%;
    padding: 14px 0 0 0;
}

.aui-grid-row-clear .aui-grid-row-item .aui-icon-large {
    width: 60px;
    height: 60px;
}


/* 九宫格 图标 改 图片  */

.aui-grid-row-clear .aui-grid-row-item i img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


/* 首页广告
*/

.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;*/
}


/* 支持左右滑动 首页
*/

.aui-slide-box {
    padding-top: 1px;
}

.promotion {
    padding-left: 10px;
    font-size: 16px;
}

.more {
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #acacac;
}

.aui-slide-box .aui-slide-list {
    margin: 10px 10px 0 10px;
    overflow: hidden;
    /* height: 9.3333348px; */
}

.aui-slide-box .aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 128px;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}


/* 高度自适应
*/

.aui-slide-box-clear .aui-slide-list {
    height: 120px;
    margin-top: 0;
}

.aui-slide-box-clear .aui-slide-item-list {
    height: 714px;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item {
    display: inline-block;
    width: 96px;
    margin-right: 12px;
    vertical-align: top;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item-day {
    display: inline-block;
    width: 60%;
    margin-right: 12px;
    vertical-align: top;
}

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: 96px;
    height: 96px;
    background: url(../img/bg/log.jpg) no-repeat center center;
    background-size: 62px;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item-day .d-img {
    display: block;
    width: 100%;
    background: url(../img/home/day1.jpg) no-repeat center center;
    /* background-size: 60%; */
    border-radius: 8px;
}

.aui-slide-box-clear .aui-slide-item-list .aui-slide-item-item .v-img {
    width: 96px;
    height: 123px;
    background: url(../img/bg/log.jpg) no-repeat center center;
    background-size: 62px;
}

.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: 16px;
    word-break: break-word;
    height: 16px;
    white-space: normal;
    margin: 6px 0 4px;
    font-size: 14px;
    color: #333;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info {
    text-align: center;
    height: 0.3733348px;
    line-height: 0.3733348px;
    margin-top: 6px;
    font-size: 14px;
}

.aui-slide-box .aui-slide-item-list .aui-slide-item-item .aui-slide-item-info .aui-slide-item-price {
    font-size: 14px;
    color: #ce2140;
    font-weight: 700;
}

.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: 12px;
    color: #999;
}


/* 定义全站 大标题 图片尺寸 */

.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-item-warp {
    background-color: #fff;
    margin: 0 10px;
    border-radius: 8px;
}

.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;
    -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-bottom: -1px;
}

.aui-list-product-box {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 10px 56px 10px;
    background: #fff;
}

.aui-list-product-item {
    width: 50%;
    float: left;
    padding: 0 4px;
    margin-top: 14px;
    position: relative;
    border-radius: 8px;
}

.aui-list-product-item:nth-child(2n+1){
    clear:left;
}

.home-group-tip {
    background-color: #f00a43;
    color: #fff;
    font-size: 14px;
    padding: 4px 16px 4px 4px;
    position: absolute;
    top: 16px;
    z-index: 1;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.home-group-btn {
    font-size: 12px;
    padding: 0px 6px;
    border: 1px solid #df232d;
    color: #df232d;
    border-radius: 12px;
}

.home-group-btn-zk {
    font-size: 12px;
    padding: 0px 6px;
    color: #df232d;
    background-color: #ffd9db;
    border-radius: 12px;
    margin-top: 2px;
        border: 1px solid #ffd9bd;
}

.home-group-btn-hide {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 12px;
}

.aui-list-product-item-img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.aui-list-product-item-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: 8px;
}

.aui-list-product-item-text {
    background-color: #f2f2f2;
    padding: 4px;
}

.aui-list-product-item-text h3 {
    color: #232326;
    font-size: 12px;
    font-weight: normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
}

.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: #da4644;
}

.aui-list-product-item-price em {
    font-size: 14px;
}

.aui-list-product-item-market-price-text {
    /* padding-left: 6px; */
    font-size: 12px;
    /* margin-left: 4px; */
    position: relative;
    color: #7b7b7b;
}

.aui-list-product-item-del-price {
    /* padding-left: 6px; */
    font-size: 12px;
    /* margin-left: 4px; */
    position: relative;
    color: #7b7b7b;
}

.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: 12px;
}


/* 上图 下文字  商品列表清除居中 */

.aui-list-product-box-clear .aui-list-product-item-img {
    width: auto;
}

.aui-list-product-box-clear .aui-list-product-item-text {
    padding: 0 3.2px;
}

.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;
    padding: 7px 0 8px 0;
    position: relative;
}

.aui-list-product-fl-img {
    height: auto;
    width: 96px;
    overflow: hidden;
}

.aui-list-product-fl-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-list-product-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 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;
    line-height: 16px;
    max-height: 48px;
    color: #505050;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}

.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;
}

.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-card-content {
    position: relative;
    margin-bottom: 12px;
    background: #ffffff;
}


/* 卡片模块*/

.aui-card-box {
    position: relative;
    min-height: 36px;
    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-card-box-user {
    width: 2.48px;
    float: left;
    margin-right: 8px;
}

.aui-card-box-user img {
    width: 100%;
    display: block;
    border-radius: 50%;
    max-width: 100%;
    border: none;
}

.aui-card-box-name {
    color: #212121;
    position: relative;
    font-size: 14px;
    -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-card-box-time {
    font-size: 12px;
    color: #666;
}

.aui-card-box-btn {
    border: 1px solid #FF5E53;
    color: #fff;
    padding: 1px 8px;
    background: #FF5E53;
    border-radius: 30px;
    font-size: 12px;
}

.aui-card-media {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 12px;
}

.aui-card-media-item {
    width: 96px;
    position: relative;
    padding: 8px 0;
    padding-right: 12px;
    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-card-media-item img {
    width: 100%;
    display: block;
    max-width: 100%;
    border: none;
}

.aui-card-media-inner {
    position: relative;
    min-height: 36px;
    padding-right: 12px;
    width: 100%;
    padding-top: 8px;
    -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-card-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: 014px;
}

.aui-card-media-describe {
    color: #999;
    padding-top: 3.2px;
}

.aui-card-media-inner-title {
    font-weight: inherit;
    font-size: 16px;
    padding: 0 12px 3.2px 12px;
    position: relative;
    max-width: 100%;
    color: #666;
}

.aui-card-media-inner-padded {
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    padding-left: 12px;
    color: #212121;
    position: relative;
    min-height: 36px;
    -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-card-media-inner-col-xs-3 {
    width: 33.33333333%;
    position: relative;
    float: left;
    padding: 2px;
}

.aui-card-media-inner-col-xs-3 img {
    max-width: 100%;
    width: 100%;
    display: block;
    border: none;
}


/* 头部信息 带 logo */

.aui-header-center-logo div {
    width: 90px;
}

.aui-header-center-logo img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}


/* 我的购物车 */

.aui-car-box {
    margin-bottom: 24px;
}

.aui-car-box-name {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
}

.aui-car-box-name input.check {
    background: url(../img/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-car-box-name h3 {
    float: left;
    font-size: 16px;
    /* background: url(../img/icon/icon-kin.png) no-repeat left center; */
    background-size: 20px 20px;
    /* padding-left: 25px; */
    margin-left: 28px;
    font-weight: bold;
}

.aui-car-coupons {
    float: right;
}

.aui-car-box-list ul li {
    margin-bottom: 10px;
}

.aui-car-box-list-item {
    height: 92px;
    padding: 0 15px;
    position: relative;
}

.aui-car-box-list-item input.check {
    background: url(../img/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-car-box-list-item input.check:checked {
    background: url(../img/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}

.aui-car-box-list-item input.goodsCheck:checked {
    background: url(../img/icon/icon_radio4.png) no-repeat center left;
    background-size: 20px 20px;
}

.aui-car-box-list-item input.check:checked {
    background: url(../img/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}

.aui-car-box-list-img {
    position: absolute;
    top: 1px;
    left: 45px;
    width: 80px;
    height: 80px;
}

.aui-car-box-list-img img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-car-box-list-text {
    margin-left: 130px;
    padding: 1px 0;
}

.aui-car-box-list-text h4 {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aui-car-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-car-box-list-text-brief span {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    display: inline-block;
    margin-right: 8px;
}

.aui-car-box-list-text-price {
    height: 24px;
    line-height: 24px;
    position: relative;
}

.aui-car-box-list-text-pri {
    color: #f00a43;
    font-size: 16px;
}

.aui-car-box-list-text-arithmetic {
    position: absolute;
    right: 0px;
    top: 0;
    width: 80px;
    box-sizing: border-box;
    white-space: nowrap;
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}

.aui-car-box-list-text-arithmetic a {
    display: inline-block;
    width: 22px;
    height: 22px;
    /* line-height: 30px; */
    text-align: center;
    /* background: #fff; */
    font-size: 16px;
    color: #666;
    vertical-align: top;
}

.aui-car-box-list-text-arithmetic .minus {
    border-right: 1px solid #e0e0e0;
}

.aui-car-box-list-text-arithmetic .num {
    width: 36px;
    text-align: center;
    border: none;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 -6px;
    font-size: 14px;
}

.aui-car-box-list-text-arithmetic .plus {
    border-left: 1px solid #e0e0e0;
}

.aui-shopPrice {
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: right;
}

.aui-total-amount {
    color: #d4244e;
    font-size: 16px;
}

.aui-payment-bar {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 49px;
    position: fixed;
    bottom: 45px;
    background-color: #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-payment-bar .all-checkbox {
    float: left;
    line-height: 49px;
    padding-left: 40px;
}

input.check {
    background: url(../img/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(../img/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}

input.check:checked {
    background: url(../img/icon/icon_radio4.png) no-repeat center left;
    background-size: 18px 18px;
}

.aui-payment-bar .shop-total {
    float: left;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    font-size: 16px;
    color: #da4644;
}

.aui-payment-bar .settlement {
    display: block;
    float: right;
    width: 135px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #FF5E53;
}

.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: 16px;
    color: #333;
    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: 18px;
    padding-bottom: 10px;
    display: inline-block;
    color: #333;
    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: 012px;
    color: #4b9bfb;
}

.aui-address-box-default .aui-tag-default {
    color: #d4244e;
    border-color: #d4244e;
}

.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: #d4244e;
}

.aui-address-box-default:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon/right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.aui-address-cell {
    padding: 10px 15px;
    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;
    font-weight: 700;
    color: #222;
}

.aui-address-cell-ft {
    text-align: right;
    color: #666666;
    padding-right: 15px;
    font-size: 16px;
}

.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: 16px;
}


/* 提示框  样式  */

.aui-prompt {
    background: #fff3dc;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #f23030;
    font-size: 12px;
    padding: 0 20px;
    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-me-content {
    padding-top: 44px;
    padding-bottom: 44px;
}

.aui-me-content-box {
    background: #ff2171;
    width: 100%;
    height: 195px;
    position: relative;
    background: -moz-linear-gradient(left, #ff5e3e 0, #ff1679 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #ff5e3e), color-stop(100%, #ff1679));
    background: -webkit-linear-gradient(left, #ff5e3e 0, #ff1679 100%);
    background: -o-linear-gradient(left, #ff5e3e 0, #ff1679 100%);
    background: -ms-linear-gradient(left, #ff5e3e 0, #ff1679 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff5e3e), to(#ff1679));
    background: -webkit-gradient(linear, left top, right top, from(#ff5e3e), to(#ff1679));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5e3e), to(#ff1679));
    background: linear-gradient(to right, #ff5e3e 0, #ff1679 100%);
}

.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 {
    width: 92%;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 0 4%;
    z-index: 2;
    position: relative;
}

.aui-me-content-item-head {
    position: absolute;
    top: 22px;
    left: 15px;
}

.aui-me-content-item-img {
    width: 60px;
    height: 60px;
    float: left;
}

.aui-me-content-item-title {
    float: left;
    height: 80px;
    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: #666666;
    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: #222;
    font-weight: normal;
}

.aui-me-content-card {
    width: 92%;
    height: 90px;
    background: url("../img/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: 012px;
    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: 012px;
}

.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: 1px 15px 10px 15px;
}

.aui-product-title h2 {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aui-product-title p {
    font-size: 012px;
    color: #b3b3b3;
    padding-top: 4px;
}

.aui-header-center-logo {
    text-align: center;
}

.aui-product-boutique {
    width: auto;
    padding: 15px 5px 0px 5px;
    /* margin: 0 15px 10px 15px; */
    /* background: #f5f5f5; */
}

.aui-product-boutique img {
    /* float: left; */
    display: block;
    /* width: 16px; */
    height: 20px;
    margin: 0 auto;
    /* 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: 15px 15px 0 15px;
}

.aui-real-price span {
    font-size: 24px;
    color: #e93e44;
    float: left;
    font-weight: 700;
}

.aui-real-price span i {
    font-size: 12px;
}

.aui-real-price .aui-settle-choice span {
    font-size: 12px;
    float: left;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    font-weight: 200;
    background-color: #fff0f0;
    color: #e93e44;
    border: none;
    padding: 2px 8px;
    border-radius: 20px;
}

.aui-real-price .aui-font-num {
    line-height: 32px;
    color: #666;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: inherit;
    margin-left: 5px;
}

.aui-pay-num {
    line-height: 28px;
    color: #b3b3b3;
    font-size: 12px;
    font-weight: inherit;
    text-decoration: none;
}

.current {
    color: #FF5E53;
    border-bottom: 2px solid #FF5E53;
}

.aui-product-coupon .aui-address-cell .aui-address-cell-ft span {
    color: #d4244e;
}

.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;
    font-size: 16px;
}

.aui-product-evaluate .aui-address-cell-ft span {
    color: #d4244e;
}

.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 {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 50%;
}


/* 底部加入购物车以及立即购买 */

.aui-product-content {
    padding-bottom: 50px;
}

.aui-footer-product-fixed {
    display: table;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    text-align: center;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #fbfafa;
}

.aui-footer-product-concern-cart {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 28%;
}

.aui-footer-product-concern-cart a {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #949494;
    font-size: 10px;
    width: 50%;
}

.aui-f-p-focus-info {
    color: #a9a8a8;
    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: 72%;
}

.aui-footer-product-action-list a {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 50%;
}


/* 我的订单 列表 */

.aui-myOrder-content {
    padding-top: 44px;
    padding-bottom: 60px;
}

.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: 14px;
    height: 40px;
    line-height: 40px;
    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;
    padding: 4px;
    -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: #ff1f59;
}

.aui-list-title-btn {
    text-align: right;
    padding: 10px 10px 10px 0;
}

.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 #999;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

.aui-list-title-btn .red-color {
    border: 1px solid #FF5E53;
    color: #fff;
}

.aui-list-title-info .aui-list-product-fl-img {
    width: 72px;
}

.aui-list-title-info .aui-well {
    padding: 5px 11px;
    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 a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #FF5E53;
    border: 1px solid #FF5E53;
    border-radius: 3px;
    display: block;
}

.aui-product-set a {
    background: #fff;
}


/* 邀请好友 */

.aui-invitation-bg {
    background: url("../img/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-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: 20px;
}

.aui-Time-list .aui-myOrder-fix .tab-nav .tab-nav-item.tab-active {
    background: #FF5E53;
    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(../img/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: 1001;
    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;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.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 #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.cityselect-nav {
    width: 100%;
    padding-left: 3.2px;
    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 3.2px;
    position: relative;
    margin-right: 2.4px;
    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 6.4px;
}

.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: 1001;
    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: 8px !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: 40px;
    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: 14px;
    text-align: center;
    line-height: 26.4px;
}

.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,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');
	background-size: 8px 8px;
	content: "";
	display: inline-block;
	width: 8px;
	height: 9px;
	margin-left: 4px;
	position: absolute;
	left: 58px;
	top: 14px;
} */

.aui-new-search-tab .goods-price:after {
    background-image: url(../img/icon/topdown.png);
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.aui-new-search-tab .goods-price-top:after {
    background-image: url(../img/icon/top.png);
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.aui-new-search-tab .goods-price-down:after {
    background-image: url(../img/icon/down.png);
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.aui-new-search-tab .goods-sales-count:after {
    background-image: url(../img/icon/topdown.png);
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.aui-new-search-tab .goods-sales-count-top:after {
    background-image: url(../img/icon/top.png);
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.aui-new-search-tab .goods-sales-count-down:after {
    background-image: url(../img/icon/down.png);
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.aui-new-search-tab .goods-choose:after {
    background-image: url(../img/icon/choose.png);
    background-repeat: no-repeat;
    background-size: 14px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-left: 4px;
}

.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: #d4244e;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 10px;
}

.aui-spec-first-sif p {
    padding-bottom: 4px;
    color: #999;
    font-size: 14px;
}

.aui-product-text-content {
    text-align: left;
    padding: 10px 15px;
}

.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;
    font-size: 14px;
}

.aui-product-text-content-list-bd {
    text-align: left;
    color: #666666;
    padding-right: 10px;
    font-size: 14px;
}

.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: 0px;
}

.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: 18px;
    color: #555555;
    padding: 20px 0;
}


/*我的积分 - 提现记录 List 模块*/

.aui-myPoint-content {
    padding-top: 44px;
}

.aui-list-withdraw-float-item {
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    background-color: #FFF;
}

.aui-list-withdraw-fl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 8px 0;
    position: relative;
}

.aui-list-withdraw-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    background-color: #FFF;
    color: #505050;
    font-size: 16px;
}

.aui-list-withdraw-fl-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 16px;
    max-height: 48px;
    color: #505050;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}

.aui-list-withdraw-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-size: 14px;
}

.aui-mypoint-content-box {
    background: #ff2171;
    width: 100%;
    height: 123px;
    position: relative;
    background-image: url('../img/bg/mypoint-banner.png');
    /* background: -moz-linear-gradient(left,#ff5e3e 0,#ff1679 100%);
	background: -webkit-gradient(linear,left,right,color-stop(0,#ff5e3e),color-stop(100%,#ff1679));
	background: -webkit-linear-gradient(left,#ff5e3e 0,#ff1679 100%);
	background: -o-linear-gradient(left,#ff5e3e 0,#ff1679 100%);
	background: -ms-linear-gradient(left,#ff5e3e 0,#ff1679 100%);
	background: -webkit-gradient(linear,left top,right top,from(#ff5e3e),to(#ff1679));
	background: -webkit-gradient(linear,left top,right top,from(#ff5e3e),to(#ff1679));
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#ff5e3e),to(#ff1679));
	background: linear-gradient(to right,#ff5e3e 0,#ff1679 100%); */
}

.aui-mypoint-content-list {
    width: 100%;
    padding-top: 28px;
    position: relative;
}

.aui-point-content-item-text {
    padding-left: 28px;
}

.aui-point-content-item-text a {
    width: 46%;
    display: inline-block;
    text-align: center;
}

.aui-point-content-item-text a span {
    color: white;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 36px;
}

.aui-point-content-item-text a span:nth-child(2) {
    font-size: 16px;
    color: white;
    font-weight: normal;
}


/*会员中心 - 账户余额*/

.aui-list-account-float-item {
    overflow: hidden;
    position: relative;
    padding: 0 7px;
    background-color: #FFF;
}

.aui-list-account-fl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 8px 0;
    position: relative;
}

.aui-list-account-fl-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    background-color: #FFF;
    color: #505050;
    font-size: 16px;
}

.aui-list-account-fl-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: 16px;
    max-height: 48px;
    color: #505050;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}

.aui-list-account-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-size: 14px;
}


/*会员中心 - 余额充值*/

.aui-accountBalance-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
    height: 78px;
    line-height: 78px;
    background: url(../img/icon/wechat-pay-icon.png) no-repeat left;
}

.aui-accountBalance-input {
    position: relative;
    width: 100%;
}

.aui-accountBalance-input::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    height: 1px;
    background-color: #e5efe5;
}


/*确认充值 - 按钮*/

.aui-accountBalance-button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    /*需替换*/
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    width: 80%;
    height: 50px;
    line-height: 30px;
}

.aui-accountBalance-button:hover {
    text-decoration: none;
}

.aui-accountBalance-button:active {
    position: relative;
    top: 1px;
}

.aui-accountBalance-button-bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


/* red */

.aui-accountBalance-button-red {
    color: white;
    border: solid 1px #f00a43;
    background: #f00a43;
    background: -webkit-gradient(linear, left top, left bottom, from(#f00a43), to(#f00a43));
    background: -moz-linear-gradient(top, #f00a43, #f00a43);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f00a43');
}

.aui-accountBalance-button-red:hover {
    background: #f00a43;
    background: -webkit-gradient(linear, left top, left bottom, from(#f00a43), to(#f00a43));
    background: -moz-linear-gradient(top, #f00a43, #f00a43);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00a43', endColorstr='#f00a43');
}

.aui-accountBalance-button-red:active {
    color: #f00a43;
    background: -webkit-gradient(linear, left top, left bottom, from(#f00a43), to(#f00a43));
    background: -moz-linear-gradient(top, #f00a43, #f00a43);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00a43', endColorstr='#f00a43');
}


/*充值 提现成功弹出框样式*/

.aui-accountBalance-success-tip {
    position: relative;
    margin-left: 120px;
    margin-top: -28px;
    text-align: center;
    color: white;
    width: 40%;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 1);
    font-size: 16px;
}


/*会员中心 账户余额*/

.aui-accountBalance-withdraw {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: url(../img/icon/withdraw-icon2.png) no-repeat left;
}

.aui-accountBalance-balanceDetail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: url(../img/icon/balanceDetail-icon2.png) no-repeat left;
}


/*账户余额 提现 与 充值 按钮*/

.aui-accountBalance-width4Button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    /*需替换*/
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    /* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2); */
    width: 34%;
    height: 40px;
    line-height: 20px;
}

.aui-accountBalance-width4Button:hover {
    text-decoration: none;
}

.aui-accountBalance-width4Button:active {
    position: relative;
    top: 1px;
}

.aui-accountBalance-width4Button-bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


/* Light red */

.aui-accountBalance-width4Button-lightred {
    color: #ffb5ce;
    border: solid 1px #ffebf2;
    background: #ffebf2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffebf2), to(#ffebf2));
    background: -moz-linear-gradient(top, #ffebf2, #ffebf2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebf2', endColorstr='#ffebf2');
}

.aui-accountBalance-width4Button-red:hover {
    background: #ffebf2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffebf2), to(#ffebf2));
    background: -moz-linear-gradient(top, #ffebf2, #ffebf2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebf2', endColorstr='#ffebf2');
}

.aui-accountBalance-width4Button-red:active {
    color: #ffb5ce;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffebf2), to(#ffebf2));
    background: -moz-linear-gradient(top, #ffebf2, #ffebf2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebf2', endColorstr='#ffebf2');
}


/* with 40% red */

.aui-accountBalance-width4Button-40red {
    color: white;
    border: solid 1px #f00a43;
    background: #f00a43;
    background: -webkit-gradient(linear, left top, left bottom, from(#f00a43), to(#f00a43));
    background: -moz-linear-gradient(top, #f00a43, #f00a43);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00a43', endColorstr='#f00a43');
}

.aui-accountBalance-width4Button-red:hover {
    background: #f00a43;
    background: -webkit-gradient(linear, left top, left bottom, from(#f00a43), to(#f00a43));
    background: -moz-linear-gradient(top, #f00a43, #f00a43);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00a43', endColorstr='#f00a43');
}

.aui-accountBalance-width4Button-red:active {
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#f00a43), to(#f00a43));
    background: -moz-linear-gradient(top, #f00a43, #f00a43);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f00a43', endColorstr='#f00a43');
}

.aui-AccountBalanceHeader-item-icon {
    height: 44.8px;
    min-width: 19%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 014px 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.48px;
    white-space: nowrap;
    overflow: hidden;
    color: #5C5C5C;
}

.aui-AccountBalanceHeader-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;
}


/* 首页限时抢购倒计时 */

.time-item {
    float: right;
    ;
    padding-top: 0;
}

.time-item span {
    color: #fff;
    font-weight: 400;
    width: 22px;
    display: block;
    float: right;
    margin: 0 3px;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    background-image: -webkit-gradient(linear, left top, right top, from(#878686), to(#e73c3c));
    background-image: -webkit-linear-gradient(left, #e73c3c, #e73c3c);
    background-image: -moz-linear-gradient(left, #e73c3c, #e73c3c);
    background-image: linear-gradient(to right, #e73c3c, #e73c3c);
    background-color: #e73c3c;
    border-radius: 50%;
}

.time-item em {
    font-style: normal;
    color: #e73c3c;
    float: right;
}

.prev {
    position: absolute;
    bottom: 24%;
    display: inline-block;
    width: 40px;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    text-align: right;
    ;
    z-index: 500;
    /* border-radius: 50%; */
    right: 0;
    /* background: #000; */
}

.next {
    position: absolute;
    bottom: 24%;
    display: inline-block;
    width: 40px;
    text-align: left;
    cursor: pointer;
    z-index: 500;
    height: 100px;
    line-height: 100px;
}


/* i {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
	  } */

.aui-content-box .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.aui-content-box .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.aui-content-box .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.aui-content-box .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/* 搜索 */

.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-bottom: 54px;
    margin-bottom: 54px;
}

.aui-navBar-search {
    height: 36px;
    line-height: 32px;
    width: 80%;
    padding-left: 10px;
    border-radius: 30px;
    margin-left: 4%;
}

.aui-navBar-search input {
    width: 90%;
    background: none;
    border: none;
    color: #222;
    font-size: 14px;
    line-height: 28px;
}

.aui-navBar-search i {
    height: 36px;
}

.aui-navBar-search-cancel {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-right: 4%;
}

.aui-navBar-search-hide-text {
    text-align: center;
    color: #a5a5a5;
    font-size: 14px;
    ;
    display: none;
    padding-top: 32px;
}

.aui-hot-key {
    padding: 20px;
    position: relative;
    z-index: 1002;
}

.aui-hot-key h2 {
    font-size: 14px;
    line-height: 12px;
    color: #b0b0b0;
    font-weight: normal;
    padding: 3.2px 0 12px 2px;
}

.aui-hot-key ul li {
    position: relative;
    font-size: 012px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    border-radius: 14px;
    margin: 0 4px 8px 0;
    background-color: #f6f6f6;
}

.aui-hot-key ul li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -42.85714%;
    left: 0;
    right: -42.85714%;
    /* border: 1px solid #e49192; */
    border-radius: 114px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-hot-key ul li:active {
    background: #f6f6f6;
}

.aui-hot-key ul .tenCent {
    /* color: #b0651b; */
    background-color: #f6f6f6;
}

.aui-hot-key ul .tenCent:active {
    background: #f6f6f6;
}

.aui-hot-key ul .tenCent:before {
    /* border: 1px solid #deb87d; */
}

.aui-hot-key-gray ul li {
    /* color: #868686; */
    background-color: #f6f6f6;
}

.aui-hot-key-gray ul li:before {
    /* border: 1px solid #dbdbdb; */
}

.aui-hot-key-gray ul li:active {
    background: #f6f6f6;
}

.aui-input-search {
    position: absolute;
    left: 10px;
    top: 8px;
}

.no-search {
    display: none;
}

.no-search img {
    width: 60%;
    text-align: center;
    margin-top: 32%;
    margin: 0 auto;
}

.no-search p {
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}

.btn-submit {
    width: 90%;
    text-align: center;
    padding: 12px 0;
    background-color: #ef0a43;
    font-size: 16px;
    color: #fff;
    border-radius: 24px;
    margin: 0 auto;
}


/* 消息列表 begin*/

.xxi {
    font-weight: bold;
}

.all_box {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 25%;
    margin: 0 auto;
}

.box1 {
    padding: 0 10px;
}

.box1 img {
    width: 100%;
}

.box2 {
    margin-top: 10px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}

.box3 {
    margin-top: 30px;
    text-align: center
}

.box3 .btn {
    padding: 13px 64px;
    border-radius: 30px;
    font-size: 15px;
    background: #f00a43;
    color: white;
}

.new_all {
    width: 100%;
    height: 88px;
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
}

.newt {
    width: 100%;
    height: 56px;
    display: flex;
}

.new_left {
    width: 18.5%;
    padding: 4px 0;
    height: 56px;
    float: left;
}

.new_l {
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0 auto;
}

.new_left img {
    width: 48px;
    height: 48px;
}

.yuan {
    width: 10px;
    height: 10px;
    background-color: #fc656b;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 4px;
}

.new_right {
    width: 82.5%;
    height: 56px;
    padding: 0 5px 0 0;
}

.new_a {
    width: 100%;
    height: 26px;
}

.new_a .new_text {
    float: left;
    font-size: 18px;
    padding-top: 3px;
    color: #333333;
    font-weight: bold;
}

.new_a .new_time {
    float: right;
    font-size: 15px;
    color: #999999;
    padding-top: 8px;
}

.new_text1 {
    padding-top: 7px;
    font-size: 14px;
    color: #959595;
}

.clear {
    clear: both;
}


/* 消息列表 end*/


/* 消息详情 */

.talk_recordbox {
    min-height: 80px;
    color: #afafaf;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

.talk_recordbox .user {
    float: left;
    display: inline;
    height: 45px;
    width: 45px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.talk_recordbox .talk_recordtextbg {
    float: left;
    width: 10px;
    height: 30px;
    display: block;
    background-image: url(../img/icon/talk_recordtext.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
}

.talk_recordbox .talk_recordtext {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    width: 75%;
    height: auto;
    display: block;
    padding: 5px;
    float: left;
    color: #333;
}

.talk_recordbox h3 {
    font-size: 14px;
    padding: 2px 0 5px;
    text-transform: uppercase;
    font-weight: 100;
    color: #333;
}


/* 订单结算 being */

.window-dialog {
    width: 100%;
    min-height: 60%;
    padding: 15px 0 44px 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.aui-pay {
    padding: 0;
}

.aui-pay h2 {
    font-weight: normal;
    font-size: 18px;
    color: #2a2a2a;
    padding-bottom: 20px;
}

.aui-pay-cell-hd {
    font-size: 14px;
}

.aui-pay-choice a {
    padding: 10px 15px;
    border-bottom: 1px dashed #ccc;
}

.aui-pay-choice a:last-child {
    padding: 10px 15px;
    border-bottom: none;
}

.aui-pay-cell {
    padding: 10px 0px;
    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;
    margin: 0 15px;
}

.window-dialog-coupon {
    width: 100%;
    height: 520px;
    padding: 15px 0 44px 0;
    position: fixed;
    bottom: 0;
    background: #fafafa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab-panel-coupon {
    background-color: #fafafa;
    height: 400px;
    overflow: scroll;
    padding-bottom: 32px;
}

.confirm-wrap {
    height: 44px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.btn-no-use {
    background-color: #fff;
    color: #666;
    font-size: 16px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    filter: drop-shadow(0px 2px 2px #999);
}

.btn-use {
    background-color: #ef0a43;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.aui-coupon-codes h3 {
    font-weight: normal;
    font-size: 18px;
    color: #2a2a2a;
    padding-bottom: 20px;
}


/* 订单结算 end */


/* 评价列表 begin*/

.aui-comment-box {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.aui-comment-box-list-item {
    height: 92px;
    padding: 0 15px;
    position: relative;
}

.comment-wrap {
    background-color: #fafafa;
    width: 100%;
    padding: 4px 8px;
}

.aui-comment-box-list-img {
    position: absolute;
    top: 1px;
    left: 15px;
    width: 100px;
    height: 100px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.aui-comment-box-list-img img {
    width: 70%;
    height: 70%;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 15%;
}

.aui-car-box-list-text h4 {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aui-comment-box-list-text {
    margin-left: 115px;
    padding: 1px 0;
}

.aui-comment-box-list-text h4 {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fafafa;
    margin-left: 30px;
}

.aui-comment-box-list ul li {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.aui-comment-content {
    padding-top: 44px;
    padding-bottom: 44px;
}

.aui-comment-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-comment-box-list-text-brief span {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    display: inline-block;
    margin-right: 8px;
}

.aui-comment-box-list-text-price {
    height: 24px;
    line-height: 24px;
    position: relative;
}

.aui-comment-box-list-text-pri {
    color: #f00a43;
    font-size: 16px;
}

.aui-comment-box-list-text-arithmetic {
    position: absolute;
    right: 0px;
    top: 0;
    width: 80px;
    box-sizing: border-box;
    white-space: nowrap;
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}

.aui-comment-box-list-text-arithmetic .num {
    width: 36px;
    text-align: center;
    border: none;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 -6px;
    font-size: 14px;
}


/* 筛选 */

.select-wrap {
    position: fixed;
    top: 0;
    z-index: 1001;
    height: 85%;
    display: none;
}

.parent-item {
    font-size: 012px;
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 8px 8px;
    font-weight: 700;
}

.parent-item .parent-item-text {
    float: left;
    line-height: 20px;
}

.parent-item .parent-item-icon {
    float: right;
}

.sub-wrap {
    display: none;
}

.sub-item {
    font-size: 012px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    padding: 8px 8px;
    font-weight: 700;
}

.sub-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sub-item .sub-item-text {
    float: left;
    line-height: 20px;
}

.sub-item .sub-item-icon {
    float: right;
}

.aui-real-compairr-price {
    padding: 0px 15px 0 15px;
}

.product-detail-market-price-title {
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.product-detail-market-price {
    font-size: 24px;
    font-weight: normal;
    color: #666;
    text-decoration: line-through;
}

.product-detail-qubai-price-title {
    font-size: 16px;
    font-weight: normal;
    color: #a0a0a0;
}

.product-detail-qubai-price {
    font-size: 16px;
    font-weight: normal;
    color: #a0a0a0;
    text-decoration: line-through
}