.swiper-container {
                width: 100%;
                height: 100%;
            }
            .swiper-slide {
                background-position: center;
                background-size: cover;
            }
            .swiper-slide img{
                width: 100%;
            }
            .aui-shop-news {
    text-align: center;
    padding: 20px 0 13px 0;
}
.aui-shop-news h2 {
    position: relative;
    background: #fff;
    width: 102px;
    margin: 0 auto;
    color: #333333;
    font-size: 18px;
}
.aui-shop-news p {
    color: #ac9c8c;
    font-size: 13px;
    padding-top: 5px;
}
.aui-shop-list {
    position: relative;
    overflow: hidden;
    padding-left: 8px;
    background: #efefef;
    padding-top: 8px;
}.aui-shop-list-selected .aui-shop-list-item {
    width: 48%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;
}
.aui-shop-list-item {
    width: 31%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 5px 0;
    font-size: 5px;
    margin-right: 2%;
}.aui-shop-list-item-hd {
    position: relative;
}.aui-shop-list-item-hd img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}.aui-shop-list-selected .aui-shop-list-item-tag {
    padding: 0 8px;
    color: #dc3d43;
    font-size: 13px;
    position: absolute;
    left: 7px;
    bottom: 7px;
    /* width: 79px; */
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #fb4854;
}
.aui-shop-list-item-tag {
    padding: 1px 8px;
    color: #230cd1;
    font-size: 13px;
    position: absolute;
    left: 7px;
    bottom: 7px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}.aui-shop-list-selected .aui-shop-list-item-bd {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.aui-shop-list-item-bd {
    text-align: center;
    font-size: 15px;
    color: #333;
    padding: 8px 0 0.1px 0;
    font-weight: bold;
}.aui-shop-list-selected .aui-shop-list-item h3 {
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
}.aui-shop-list-selected .aui-special-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
}.aui-shop-list-selected .aui-special-text em {
    color: #eb2745;
    font-size: 10px;
    border-radius: 20px;
    border: 1px solid #eb2745;
    font-style: normal;
    padding: 0 6px;
    margin-right: 2px;
}.aui-shop-list-selected .aui-special-text span {
    color: #999;
    font-weight: normal;
    font-size: 11px;
}.aui-shop-list-selected .aui-special-etc {
    color: #e82440;
    font-weight: bold;
    padding-top: 10px;
    font-size: 15px;
}.aui-shop-list-selected .aui-special-etc .aui-special-etc-bd {
    text-decoration: line-through;
    color: #999;
    font-weight: normal;
    font-size: 11px;
}.aui-special-etc-gmi {
    text-align: right;
    font-size: 10px;
    float: right;
    color: #fff;
    background: #fb4854;
    border-radius: 21px;
    padding: 0.1px 6px;
}






.tab-panel {
    position: relative;
    overflow: hidden;
}
.aui-shop-news {
    text-align: center;
    padding: 20px 0 13px 0;
}.aui-shop-news h2 {
    position: relative;
    background: #fff;
    width: 102px;
    margin: 0 auto;
    color: #333333;
    font-size: 18px;
}
            .aui-shop-layout .tab-panel-item{
                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);    width: 100%;
    top: 0;
            }
            .aui-shop-layout .tab-panel-item .aui-flex {
    background: #fff;
    margin: 10px 15px 0 15px;
    padding: 0 0 30px 0;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
}
.aui-shop-layout .aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}.aui-shop-layout .aui-rob-img {
    width: 130px;
    height: 130px;
    position: relative;
    margin-right: 8px;
}.aui-shop-layout .aui-rob-img span {
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    background: #8931f5;
    color: #fff;
    font-size: 11px;
    border-radius: 1px;
    width: 100%;
}.aui-shop-layout .aui-rob-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}.aui-shop-layout .tab-panel-item .aui-flex .aui-flex-box {
    padding: 15px 0;
}
.aui-shop-layout .aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}.aui-shop-layout .aui-flex-box h2 {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}.aui-shop-layout .aui-flex-box p {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
}.aui-shop-layout .aui-xd-lj {
    background: none;
    border: 1px solid #fe0137;
    color: #fe0137;
    font-size: 11px;
    border-radius: 2px;
    width: 90px;
    margin: 8px 0;
    text-align: center;
}.aui-shop-layout .aui-speed {
    width: 60%;
    height: 16px;
    background: #ffcdcc;
    border-radius: 22px;
    position: relative;
}.aui-shop-layout .aui-speed-box {
    width: 100%;
    background: #fc4638;
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    border-radius: 22px;
}.aui-shop-layout .aui-speed em {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #fff;
    font-style: normal;
}.aui-shop-layout .aui-speed i {
    position: absolute;
    right: 1px;
    text-align: right;
    width: 100%;
    font-size: 11px;
    color: #fff;
    font-style: normal;
}.aui-shop-layout .aui-right-button-six {
    position: relative;
}.aui-shop-layout .aui-right-button-six span {
    color: #fe3c32;
    font-size: 19px;
    font-weight: bold;
    padding-top: 24px;
    display: block;
        background: #fff;
}.aui-shop-layout .aui-right-button-six span i {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}.aui-shop-layout .aui-right-button-six span em {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #999999;
    text-decoration: line-through;
}.aui-shop-layout .aui-right-button-six button {
    border-radius: 3px;
    display: block;
    border: none;
    background-color: #fe3c32;
    color: #fff;
    font-size: 13px;
    padding: 6px 16px;
    position: absolute;
    font-weight: bold;
    right: 15px;
    top: 10px;
}.aui-shop-layout .aui-right-button-six button:after {
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 11px;
    border-radius: 1px;
}
.aui-shop-layout .aui-text-bottom {
    position: absolute;
    width: 92%;
    bottom: 1px;
    left: 4%;
    color: #fe4236;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-top: 1px #e2e2e2 dashed;
}