@charset "utf-8";
/*商品详情*/
.mb1 {
    margin-bottom: 1rem;
}
.goods-banner {
    text-align: center;
}
.goods-banner img {
    width: 100%;
    height: 7.5rem;
}
.goods-title {
    padding: .25rem .2rem;
    background-color: #fff;
}
.goods-title dl {
    height: 1rem;
    line-height: .5rem;
    overflow: hidden;
}
.goods-title dt {
    width: 5.5rem;
    float: left;
    padding-right: .2rem;
    border-right: 1px solid #eee;
    margin-right: .2rem;
    font-size: .32rem;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods-title dd {
    width: 1rem;
    height: .8rem;
    float: right;
    text-align: center;
    background: url("../../images/icon-share.png") no-repeat top center;
    -webkit-background-size: .42rem;
    background-size: .42rem;
    margin: .1rem 0;
}
.goods-title dd a {
    color: #999;
    padding-top: .4rem;
    display: block;
}
.goods-price {
    padding: 0 .2rem .25rem ;
    background: #fff;
    line-height: .50rem;
    border-bottom: 1px solid #eee;
}
.price-item {
    width: 3.8rem;
    float: left;
    font-size: .24rem;
    overflow: hidden;
}
.price-end {
    width: 3.2rem;
    float: right;
    text-align: right;
    color: #999;
    font-size: .3rem;
    overflow: hidden;
}
.price-item .current-price {
    font-size: .38rem;
    color: #f00000;
    font-weight: bold;
    float: left;
    margin-right: .1rem;
}
.price-item .old-price {
    color: #999;
    vertical-align: bottom;
    float: left;
    margin-right: .1rem;
}
.price-item .tag {
    line-height: .4rem;
    border: 1px solid #ffc7c7;
    color: #f00000;
    float: left;
    padding: 0 .1rem;
}
.price-end span {
    display: inline-block;
    width: .42rem;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    background-color: #f00000;
    color: #fff;
    margin: 0 2px;
}
.active-item {
    background-color: #fff;
    margin: .2rem 0;
}
.active-item li {
    padding: .3rem .2rem;
    border-bottom: 1px solid #eee;
    color: #999;
}
.active-item li.delivery-tag span {
    background: url("../../images/icon-blueRight.png") no-repeat left center;
    -webkit-background-size: .28rem;
    background-size: .28rem;
    padding-left: .32rem;
    margin-right: .4rem;
}
.active-item li.delivery-free {
    background: url("../../images/free-delivery.png") no-repeat .2rem center;
    -webkit-background-size: .3rem;
    background-size: .3rem;
    padding-left: .65rem;
}
.active-item li.take-coupon {
    background: url("../../images/icon-coupon.png") no-repeat .2rem center;
    -webkit-background-size: .3rem;
    background-size: .3rem;
    padding-left: .65rem;
}
.choose-sku,
.choose-address {
    padding: .25rem .2rem;
    background-color: #fff;
    margin: .2rem 0;
    overflow: hidden;
}
.choose-sku .choose-content,
.goods-comment .check-more,
.choose-address .choose-content {
    display: block;
    height: .4rem;
    font-size: .3rem;
    color: #999;
    background: url("../../images/right_form_icon.png") no-repeat right center;
    -webkit-background-size: .18rem;
    background-size: .18rem;
}
.shop-info {
    padding: .25rem .2rem;
    background-color: #fff;
    margin: .2rem 0;
    clear: both;
    overflow: hidden;
}
.shop-info .shop-img {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #eee;
    float: left;
    text-align: center;
}
.shop-info .shop-img img {
    width: 100%;
    height: 100%;
}
.shop-info .shop-detail {
    height: 1.5rem;
    padding-bottom: .3rem;
    margin-left: 2rem;
    border-bottom: 1px dashed #eee;
    font-size: .28rem;
    color: #999;
    overflow: hidden;
}
.shop-info .shop-detail .title {
    font-size: .3rem;
    color: #535353;
    margin: .1rem 0;
}
.shop-info .shop-detail dl {
    width: 33.33%;
    float: left;
    text-align: center;
}
.shop-info .shop-detail dt {
    margin-bottom: .1rem;
}
.red {
    color: red;
}
.shop-btn {
    margin: .25rem 0 0;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.shop-btn a {
    display: inline-block;
    line-height: .6rem;
    border: 1px solid #eee;
    padding: 0 .5rem;
    margin: 0 .25rem;
    font-size: .3rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.shop-btn a.blue-style {
    color: #00acee;
    border-color: #00acee;
}

.goods-info,
.goods-comment {
    padding: 0 .25rem;
    margin: .2rem 0;
    background: #fff;
    clear: both;
    overflow: hidden;
}
.goods-info .title,
.goods-comment .title {
    font-size: .3rem;
    color: #666;
    padding: .2rem 0;
    margin-bottom: .2rem;
    border-bottom: 1px solid #eee;
}
.goods-info .text {
    font-size: .26rem;
    color: #999;
}
.check-info {
    display: block;
    font-size: .3rem;
    color: #666;
    background: url("../../images/right_form_icon.png") no-repeat right .3rem;
    -webkit-background-size: .18rem;
    background-size: .18rem;
    border-top: 1px solid #eee;
    padding: .3rem 0;
    margin-top: .2rem;
}
.goods-comment {
    padding: 0;
}
.goods-comment .title {
    padding-left: .25rem;
    margin: 0;
}
.comment-list>li {
    border-bottom: 1px solid #eee;
    padding: .2rem .25rem;
}
.comment-list li .info {
    overflow: hidden;
}
.comment-list li .info .guest {
    float: left;
    font-size: .3rem;
    color: #666;
}
.comment-list li .info .guest img {
    width: .54rem;
    height: .54rem;
    border: 1px solid #eee;
    padding: 2px;
    margin-right: .2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment-list li .info time {
    float: right;
    font-size: .24rem;
    color: #999;
    line-height: .6rem;
}
.comment-list li blockquote {
    color: #999;
    margin: .2rem 0;
    word-wrap: break-word;
}
.comment-list li .pics {
    overflow: hidden;
}
.comment-list li .reply {
    color: #666;
    margin: .1rem 0;
    word-break: break-all;
    padding: .1rem;
}
.comment-list li .business-reply {
    background-color: #eee;
}
.comment-list li .pics li {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #eee;
    float: left;
    margin: 0 .1rem .1rem 0;
    background-color: #fff;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}
.goods-comment .check-more {
    padding: .3rem 0;
    margin: 0 .25rem;
}
.guess-box,
.normal-box {
    margin: 0 .25rem;
    clear: both;
    overflow: hidden;
}
.guess-box .title {
    background: url("../../images/icon-redHeart.png") no-repeat left center;
    -webkit-background-size: .29rem;
    background-size: .29rem;
    padding-left: .4rem;
}
.goods-list {
    margin: .2rem 0;
    clear: both;
    overflow: hidden;
}
.goods-list li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: .2rem;
    position: relative;
}
.goods-list li:nth-child(2n) {
    margin-right: 0;
}
.goods-list li a {
    display: block;
}
.goods-list li .img {
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    background: #fff;
    padding: .1rem;
    vertical-align: middle;
    position: relative;
}
.goods-list li .img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;

}
.goods-list li .name {
    margin: .1rem 0;
    font-size: .28rem;
}
.goods-list li .price {
    color: #f00000;
    font-size: .3rem;
}
.goods-list li .tag {
    position: absolute;
    right: .2rem;
    top: .2rem;
}
.goods-list li .tag span {
    color: #f00000;
    font-size: .24rem;
    border: 1px solid #ffa8a8;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    padding: 0 .1rem;
}
.footer-box {
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    font-size: .3rem;
    border-top: 1px solid #ebebeb;
    text-align: center;
}
.footer-box .shop,
.footer-box .fav,
.footer-box .cart {
    width: 16%;
    display: block;
    float: left;
    color: #999;
    font-size: .24rem;
    line-height: .8rem;
    padding-top: .3rem;
    border-right: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-box .shop {
    background: url("../../images/icon-shop.png") no-repeat center .15rem ;
    -webkit-background-size: .39rem;
    background-size: .39rem;
}
.footer-box .fav {
    background: url("../../images/icon-fav.png") no-repeat center .1rem ;
    -webkit-background-size: .45rem;
    background-size: .45rem;
}
.footer-box .fav.active {
    background: url("../../images/icon-fav-active.png") no-repeat center .1rem ;
    -webkit-background-size: .45rem;
    background-size: .45rem;
}
.footer-box .cart {
    background: url("../../images/icon-cart.png") no-repeat center .15rem ;
    -webkit-background-size: .39rem;
    background-size: .39rem;
    position: relative;
}
.footer-box .cart .num {
    position: absolute;
    right: .15rem;
    top: .05rem;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background: #ff283c;
    color: #fff;
    font-size: .2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.footer-box .add-cart,
.footer-box .buy-now {
    border: none;
    width: 26%;
    float: left;
}
.footer-box .add-cart {
    background: #ebebeb;
    color: #666;
}
.footer-box .buy-now {
    background: #ff283c;
    color: #fff;
}
/*选择sku悬浮*/
.pro-overflow {
    max-height: 6rem;
    overflow-y: auto;
}
.pro-item {
    padding: .2rem .25rem;
    border-bottom: 1px solid #eee;
    clear: both;
    overflow: hidden;
}
.pro-item .product-img {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #eee;
    float: left;
}
.pro-item .product-info {
    height: 1.8rem;
    overflow: hidden;
    margin-left: 2.1rem;
}
.pro-item .product-info .title {
    font-size: .32rem;
    margin: .1rem 0 .2rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro-item .product-info .price {
    color: #f00000;
    font-size: .38rem;
}
.pro-item .item-list li {
    padding: .1rem .3rem;
    float: left;
    font-size: .26rem;
    border: 1px solid #eee;
    margin-right: .3rem;
    margin-top: .2rem;
    text-align: center;
    min-width: 1.3rem;
}
.pro-item .item-list li.active {
    border-color: #ff283c;
}
.pro-item .num-box button {
    width: .58rem;
    height: .58rem;
    border: 1px solid #eee;
    background: #fff;
}
.pro-item .num-box input {
    border: none;
    background: transparent;
    width: .6rem;
    text-align: center;
}
.pro-btn {
    height: 1rem;
    font-size: .32rem;
}
.pro-btn button {
    height: inherit;
    border: none;
    width: 50%;
    float: left;
}
.pro-btn button.add {
    background-color: #ebebeb;
}
.pro-btn button.immediately {
    background-color: #ff283c;
    color: #fff;
}
/*店铺详情*/
.shop-banner {
    color: #fff;
    position: relative;
}
.shop-banner .img img {
    width: 100%;
    height: 2.2rem;
    display: block;
    margin: 0 auto;
}
.shop-banner .logo {
    position: absolute;
    top: .4rem;
    left: .3rem;
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.shop-banner .logo img {
    width: 1.4rem;
    height: 1.4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.shop-banner h2 {
    font-size: .32rem;
    position: absolute;
    top: .6rem;
    left: 2rem;
}
.shop-banner .collect-wrapper {
    position: absolute;
    top: 1rem;
    left: 2rem;
    width: 5rem;
}
.collect-wrapper .collect-num {
    float: left;
    font-size: .26rem;
    line-height: .6rem;
}
.collect-wrapper .collect-btn {
    display: block;
    width: 1.5rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    float: right;
    font-size: .3rem;
    background-color: #f00000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.shop-nav {
    background-color: #fff;
    padding-top: .2rem;
    border-bottom: 1px solid #eee;
}
.shop-nav li {
    width: 25%;
    padding-bottom: .2rem;
    float: left;
    text-align: center;
    border-bottom: 4px solid transparent;
}
.shop-nav li.current {
    border-color: #27abf0;
}
.shop-nav li.current a {
    color: #27abf0;
}
.shopItem {
    display: none;
}
.shopItem .yhq-sider{
    /*height:2.1rem;*/
    height:1.4rem;
    min-width: 6.9rem;
    overflow:hidden;
    overflow-x: auto;
    background-color: #ECECEC;
    /*padding:.3rem;*/
    padding:.12rem;
    display: none;
}
.shopItem .yhq-sider div{
    width: 100%;
}
.shopItem .yhq-sider .lqyhq-div{
    display: inline-block;
    width: 3rem;
    height: 2.1rem;
    background:url("../../images/lqyhq_bg.png") no-repeat;
    /*background-size: 4.8rem 2.1rem;*/
    background-size: 3rem 1.3rem;
    margin-left:.2rem;
}

.shopItem .lqyhq-div .lq-left{
    width:1.7rem;
    height:1.4rem;
    float:left;
    text-align: center;
    padding-top:.1rem;
    color: #ffffff;
}
.shopItem .lqyhq-div .lq-left b{
    font-size: .3rem;
    height: 1rem;
    width: .3rem;
}
.shopItem .lqyhq-div .lq-left span{
    font-size: .6rem;
    height: 1rem;
    width: 1.2rem;
    /*margin-right: .3rem;*/
}
.shopItem .lqyhq-div .lq-left p{
    font-size: .2rem;
}

.shopItem .lqyhq-div .lq-right{
    width:1.3rem;
    height:1.4rem;
    float:right;
    text-align: center;
}
.shopItem .lqyhq-div .lq-right p{
    font-size: .3rem;
    margin-top:.2rem;
    color: #AD8752;
    /*margin-right: .2rem;*/
}
.shopItem .lqyhq-div .lq-right span{
    display: block;
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    background-color: #CDAD72;
    color: #ffffff;
    padding:.02rem .03rem;
    margin-top:.1rem;
    margin-left:.1rem;
    font-size: .2rem;
}

.shopItem .yhq-sider .ylqyhq-div{
    display: inline-block;
    width: 3rem;
    height: 2.1rem;
    background:url("../../images/ylqyhq_bg.png") no-repeat;
    /*background-size: 4.8rem 2.1rem;*/
    background-size: 3rem 1.3rem;
    margin-left: .2rem;
}

.shopItem .ylqyhq-div .ylq-left{
    width:1.7rem;
    height:2rem;
    float:left;
    text-align: center;
    padding-top:.1rem;
    color: #ffffff;
}
.shopItem .ylqyhq-div .ylq-left b{
    font-size: .3rem;
    height: 1rem;
    width: .3rem;
}
.shopItem .ylqyhq-div .ylq-left span{
    font-size: .6rem;
    height: 1rem;
    width: 1.2rem;
}
.shopItem .ylqyhq-div .ylq-left p{
    font-size: .2rem;
}

.shopItem .ylqyhq-div .ylq-right{
    /*width:1.3rem;*/
    /*height:1.3rem;*/
    /*float:right;*/
    /*text-align: center;*/
    width:1.3rem;
    height:1.4rem;
    float:right;
    text-align: center;
}
.shopItem .ylqyhq-div .ylq-right p{
    /*font-size: .5rem;*/
    /*margin-top:.3rem;*/
    /*color: #AD8752;*/
    font-size: .3rem;
    margin-top:.2rem;
    color: #AD8752;
}
.shopItem .ylqyhq-div .ylq-right span{
    /*display: block;*/
    /*width: 1.4rem;*/
    /*height: .5rem;*/
    /*background-color: #CDAD72;*/
    /*color: #ffffff;*/
    /*padding:.05rem .08rem;*/
    /*margin-top:.2rem;*/
    /*margin-left:.3rem;*/
    display: block;
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    background-color: rgb(144,144,144);
    color: #ffffff;
    padding:.02rem .03rem;
    margin-top:.1rem;
    margin-left:.1rem;
    font-size: .2rem;
}
.shopItem .yhq-sider .yhq-more{
    display: inline-block;
    width: 2rem;
    height: 2.1rem;
    background: url("../../images/yhq-more.png") no-repeat;
    /*background-size: 3rem 2rem;*/
    background-size: 2rem 1.3rem;
}
.icon-ylqw{
    background: url("../../images/icon-ylqw.png") no-repeat center center;
    background-size: 1.6rem 1.6rem;
}

.icon-ylqq{
    background: url("../../images/icon-ylqq.png") no-repeat center center;
    background-size: 1rem 1rem;
}

::-webkit-scrollbar{
    width:1px;
}

.shop-ad {
    text-align: center;
}
.shop-ad,
.coupons-box {
    background: #fff;
    clear: both;
    overflow: hidden;
}
.shop-ad .img {
    margin: .2rem 0;
    text-align: center;
}
.coupons-box ul {
    margin: .2rem .25rem;
}
.coupons-box li {
    width: 100%;
    background: url("../../images/coupons-bg.png") repeat-y left center;
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 2rem;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: .2rem;
    display: table;
}
.coupons-box .coupons-img,
.coupons-box .coupons-info,
.coupons-box .coupons-state {
    display: table-cell;
    vertical-align: middle;
}
.coupons-box .coupons-img {
    width: 1.8rem;
}
.coupons-box .coupons-img img {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 .2rem;
}
.coupons-box .coupons-info {
    width: 3.2rem;
    font-size: .24rem;
    color: #999;
}
.coupons-box .coupons-info .title {
    font-size: .3rem;
    color: #333;
}
.coupons-box .coupons-info .shop {
    background: url("../../images/icon-sale.png") no-repeat left center;
    -webkit-background-size: .36rem;
    background-size: .36rem;
    padding-left: .5rem;
    margin: .1rem 0;
}
.coupons-box .coupons-info .sum {
    color: #ff283c;
    font-size: .6rem;
    margin: 0 .1rem;
}
.coupons-box .coupons-state {
    width: 2rem;
    text-align: center;
    font-size: .26rem;
}
.coupons-box .coupons-state .state-percent {
    font-size: .36rem;
    color: #ff283c;
    margin: .1rem 0;
}
.coupons-box .coupons-state .coupons-btn {
    font-size: .22rem;
    background-color: #ff283c;
    color: #fff;
    padding: .1rem .2rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.check-all {
    display: block;
    text-align: center;
    background: #fff;
    padding: .3rem 0;
    font-size: .3rem;
}
.sequence {
    width: 100%;
    display: table;
    margin: .3rem 0;
}
.sequence li {
    border-right: 1px solid #ddd;
    width: 25%;
    display: table-cell;
    text-align: center;
    color: #999;
}
.sequence li:last-child {
    border-right: none;
}
.sequence li.active {
    color: #666;
}
.common-box {
    margin: .2rem 0;
    background: #fff;
    border: 1px solid #eee;
    font-size: .3rem;
}
.common-box dl {
    padding: .3rem .2rem;
    border-bottom: 1px solid #eee;
    clear: both;
    overflow: hidden;
}
.common-box dl:last-child {
    border-bottom: none;
}
.common-box dl dt {
    width: 1.6rem;
    float: left;
    color: #666;
}
.common-box dl dd {
    margin-left: 1.6rem;
    color: #999;
}
.zizhi dl {
    border: none;
    padding: 0 .2rem .3rem ;
}
.zizhi dl dd {
    margin-left: 2rem;
}
.zizhi dl img {
    width: 100%;
    margin: 0 auto;
}
.common-box .title {
    margin: .4rem .2rem;
}
.common-box .text,
.service-star {
    padding: 0 .2rem .35rem;
    color: #999;
}
.service-star p {
    width: 30%;
    float: left;
}
.service-star p.item {
    width: 40%;
}
.service-star .star img {
    width: .25rem;
    margin: 0 2px;
}
.service-star p:last-child {
    text-align: center;
}
.comment-item {
    padding: .3rem 0;
    background: #fff;
    margin-bottom: .2rem;
}
.comment-item li {
    font-size: .28rem;
    width: 20%;
    float: left;
    text-align: center;
}
.comment-item li.active {
    color: #27acf1;
}
/*店铺分类*/
.category-box {
    font-size: .25rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: .2rem 0;
    background: #fff;
}
.category-list>li {
    padding: 0 .3rem;
    line-height: 1rem;
    margin: .2rem 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.category-list>li:after {
    display: inline-block;
    content: '';
    width: .18rem;
    height: .34rem;
    background: url("../../images/right_form_icon.png") no-repeat center;
    -webkit-background-size: .18rem;
    background-size: .18rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}
.category-list>li.open:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.category-list>li:last-child {
    border-bottom: none;
}
.category-list>li ul li {
    background-color: #f6f6f6;
    width: 45%;
    float: left;
    margin-right: 2%;
    padding: 0 2%;
    margin-bottom: .1rem;
}
.category-list>li ul {
    display: none;
    clear: both;
    overflow: hidden;
}
.category-list>li ul li:nth-child(2n) {
    margin-right: 0;
}
.choose-address .address {
    width: 5.4rem;
    color: #666;
    background: url("../../images/icon-greyAdd.png") no-repeat left center;
    -webkit-background-size: .23rem;
    background-size: .23rem;
    padding-left: .3rem;
    margin-left: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*图文详情*/
.tab-list {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 98;
}
.tab-list ul {
    width: 100%;
    height: 1rem;
    display: table;
}
.tab-list ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.tab-list ul li.current {
    color: #f62f55;
}
.tab-main {
    margin: 1.2rem .2rem .2rem;
}
.tab-main img {
    max-width: 100%;
}
.tab-main .Ptable {
    width: 100%;
    margin: 0 auto;
}
.tab-main .Ptable th,
.tab-main .Ptable td {
    padding: .1rem;
}
.tab-main .Ptable th {
    font-size: .32rem;
    text-align: left;
}
.slide_box{width:100%;padding:.1rem 0;background-color:#fff7f6;}
#tips_slide{overflow: hidden;padding:0 .4rem;background:#fff7f6 url(../../images/tips_icon.png) no-repeat .4rem center;background-size:.3rem;}
#tips_slide ul{padding-left:.45rem;}
#tips_slide ul li{display: block;font-size:.24rem;height: .5rem;line-height:.5rem;color:#333;}
#slide_updown ul li span,#empty ul li span{color:#f62f55;margin-right:.2rem;}

.goodCategory {
    height: 1rem;
    line-height: 1rem;
}
.goodCategory ul {
    width: 100%;
    display: table;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: .28rem;
    background: #fff;
    z-index: 99;
}
.goodCategory .categoryItem {
    display: table-cell;
}
.categoryMore {
    color: #ccc;
    float: right;
    margin-right: 0.3rem;
    font-size: .24rem;
}

.jifen-label{
    position: relative;
}
.jifen-label:after {
    content: '';
    display: block;
    width: 1.08rem;
    height: .60rem;
    position: absolute;
    background: url("../../../images/app_jifen_label.png") no-repeat center;
    background-size: cover;
    top: 0rem;
    right: 0;
    z-index: 99;
}
/*a标签字体样式*/
.allCatogoryAFont {
    font-size: 0.35rem;
}
.subCatogoryAFont {
    font-size: 0.32rem;
}
/* 满减活动*/
.manjianhuodong{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}