.bbctouch-nav-layout {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 2;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

.bbctouch-nav-menu {
    display: block;
    position: absolute;
    top: 1.2rem;
    right: 0.2rem;
    width: 5rem;
}

.bbctouch-nav-menu .arrow {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-right: 0.4rem;
    font-size: 0;
    line-height: 0;
    border-width: 0.4rem;
    border-color: transparent transparent rgba(85, 85, 85, 0.95) transparent;
    border-style: dashed dashed solid dashed;
}

.bbctouch-nav-menu ul {
    display: block;
    clear: both;
    background: rgba(85, 85, 85, 0.95);
    border-radius: 0.2rem;
}

.bbctouch-nav-menu li {
    position: relative;
    z-index: 1;
    border-bottom: solid 0.05rem #999;
}

.bbctouch-nav-menu li a {
    display: block;
    height: 0.9rem;
    padding: 0.5rem;
    font-size: 0.6rem;
    text-align: center;
    line-height: 0.9rem;
    color: #FFF;
}

.bbctouch-nav-menu li a i.home {
    background-image: url(../images/usercenter/home_w.png);
}

.bbctouch-nav-menu li a i.search {
    background-image: url(../images/usercenter/search_w.png);
}

.bbctouch-nav-menu li a i.cart {
    background-image: url(../images/usercenter/cart_w.png);
}

.bbctouch-nav-menu li a i.message {
    background-image: url(../images/usercenter/message_w.png);
}

.bbctouch-nav-menu li a i.member {
    background-image: url(../images/usercenter/member_w.png);
}

.bbctouch-nav-menu li a i {
    display: inline-block;
    width: 0.72rem;
    height: 0.72rem;
    vertical-align: middle;
    margin-right: 0.3rem;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bbctouch-nav-menu li sup {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.36rem;
    height: 0.36rem;
    background-color: #ED5564;
    border-radius: 100%;
}


.mb25 {
    margin-bottom: 2.5rem !important;
}

.bbctouch-store-top {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 5.5rem;
}

.bbctouch-store-top .store-top-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.bbctouch-store-top .store-top-bg .img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.bbctouch-store-top .store-top-mask {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.bbctouch-store-top .store-avatar {
    position: absolute;
    z-index: 3;
    bottom: 0.2rem;
    left: 0.2rem;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.bbctouch-store-top .store-avatar img {
    border-radius: 0.3rem;
    max-width: 100%;
    max-height: 100%;
}

.bbctouch-store-top .store-name {
    position: absolute;
    z-index: 3;
    top: 3.4rem;
    left: 3rem;
    width: 8rem;
    font-size: 0.61rem;
    color: #FFF;
    text-shadow: 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.75);
}
.bbctouch-store-top .store_collect_num{
    position: absolute;
    z-index: 3;
    top: 4.3rem;
    left: 3rem;
    width: 8rem;
    font-size: 0.52rem;
    color: #FFF;
    text-shadow: 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.75);
    color: #dfdfdf;

}

.bbctouch-store-top .store-favorate {
    position: absolute;
    z-index: 3;
    bottom: 0.2rem;
    right: 0;
    display: block;
    width: 4rem;
    height: 1.7rem;
    text-align: center;
}

.bbctouch-store-top .store-favorate a.added {
    color: #686868;
    background: #fff;
}

.bbctouch-store-top .store-favorate a {
    display: inline-block;
    vertical-align: bottom;
    height: 1rem;
    padding: 0.1rem 0.3rem;
    background-color: #f23030;
    font-size: 0.52rem;
    line-height: 1rem;
    color: #FFF;
    border-radius: 0.15rem;
}

.bbctouch-store-top .store-favorate span {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    height: 1.2rem;
    padding: 0.25rem 0;
    background-color: #DB4453;
    font-size: 0.55rem;
    line-height: 0.6rem;
    color: #FFF;
}



.bbctouch-single-nav ul {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow: visible !important;
}

.bbctouch-single-nav ul li.selected a {
    padding: 0.1rem 0.05rem 0 0.05rem;
    color: #F23030;
    border-bottom: solid 0.05rem #F23030 !important;
}

.bbctouch-single-nav ul li a {
    display: inline-block;
    padding: 0.1rem 0.05rem;
    font-size: 0.6rem;
    line-height: 1.85rem;
    color: #333;
}

.bbctouch-store-nav ul li a {
    line-height: 1.25rem;
    font-size: 0.55rem;
}

.bbctouch-store-nav ul li a i.store {
    background-image: url(../images/usercenter/store_r.png);
}

.bbctouch-single-nav ul li a i {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: 0.1rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 70%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 1;
}

.bbctouch-store-nav ul li a i {
    display: block;
    width: 0.8rem;
    height: 0.9rem;
    vertical-align: auto;
    margin: 0.3rem auto 0 auto;
    background-size: 100%;
}

.bbctouch-store-nav ul li a i.goods {
    background-image: url(../images/usercenter/goods_r.png);
    background-size: 90%;
    padding: 0;
}

.bbctouch-store-nav ul li a i.new {
    background-image: url(../images/usercenter/new_r.png);
}
.bbctouch-store-nav ul li a i.dian {
    width: 1rem;
    background-image: url(../images/usercenter/dians.png);
}

.bbctouch-store-nav ul li a i.sale {
    background-image: url(../images/usercenter/sale_r.png);
}

.bbctouch-single-nav ul {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow: visible !important;
}

.bbctouch-store-block {
    display: block;
    clear: both;
    background-color: #FFF;
    margin-top: 0.39rem;
    position: relative;
}
.bbctouch-store-block-list{
    display: block;
    clear: both;
    background-color: #FFF;
    margin-top: 0.39rem;
    position: relative;
}
.bbctouch-store-block-list:before{
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: 0px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}
.bbctouch-store-block:before{    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: 0px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;}
.bbctouch-store-block:after{    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;}


.bbctouch-store-block .title {
    display: block;
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 0.5rem;
}
.bbctouch-store-block-list .title{
    display: block;
    font-size: 0.65rem;
    line-height: 1rem;
    padding: 0.5rem;
    color: #232326;
}

.bbctouch-store-ranking .bbctouch-single-nav {
    margin-top: -0.5rem;
}

.bbctouch-single-nav {
    display: block;
    width: 98%;
    height: 1.95rem;
    padding: 0 1%;
    background: #FFF;
    position: relative;
}
.bbctouch-single-nav:after{
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-store-nav {
    height: 2.55rem;
}

.bbctouch-store-block ul {
    display: block;
    overflow: hidden;
}

.bbctouch-single-nav ul {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow: visible !important;
}

.bbctouch-store-ranking .bbctouch-single-nav li {
    width: 50%;
}

.bbctouch-single-nav ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 1.95rem;
    padding: 0 !important;
}

.bbctouch-store-nav ul li {
    height: 2.55rem;
}

.bbctouch-store-block li {
    display: block;
    min-height: 1rem;
    padding: 0.4rem 0.5rem;
    font-size: 0;
    line-height: 1rem;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.bbctouch-store-block li:after{
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}
.bbctouch-store-block li:last-child:after{
    height: 0px;
    content: '';
    width: 0;
    border-top: none;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}


.bbctouch-store-ranking .top-list {
    position: relative;
    z-index: 1;
    width: 95%;
    height: 10rem;
    overflow: hidden;
    margin: 3% 2.5%;
}

.bbctouch-store-ranking .top-list dl:nth-child(1) {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 10rem;
    height: 10rem;
}

.bbctouch-store-ranking .top-list dl {
    display: none;
}

.bbctouch-store-ranking .top-list dl dt {
    width: 100%;
    height: 100%;
}

.bbctouch-store-ranking .top-list dl dt img {
    width: 100%;
    height: 100%;
}

.bbctouch-store-ranking .top-list dl dd {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.50);
    font-size: 0;
}

.bbctouch-store-ranking .top-list dl dd span:first-child {
    text-align: left;
}

.bbctouch-store-ranking .top-list dl dd span em {
    vertical-align: middle;
    margin: 0.1rem;
    font-weight: 600;
    line-height: 0.6rem;
}

.bbctouch-store-bottom {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 2rem;
    background-color: #FFF;
}
.bbctouch-store-bottom:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #DFDFDF;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.bbctouch-store-bottom ul {
    font-size: 0;
}

.bbctouch-store-bottom li:nth-child(1) {
    border-left: 0;
}

.bbctouch-store-bottom li {
    display: inline-block;
    width: 49%;
    height: 2rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: 2rem;
    position: relative;
}
.bbctouch-store-bottom li.store_kefu:before{
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    width: 1px;
    height: 150%;
    border-right: 1px solid #DFDFDF;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.bbctouch-store-bottom li a {
    display: block;
    color: #232325;
    font-size: 0.6rem;
}

.goods-search-list-nav {
    display: block;
    width: 100%;
    height: 1.8rem;
    background: #fff;
    position: fixed;
    z-index: 1;
    top: 2rem;
    left: 0;
    right: 0;
    z-index: 2;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}
.goods-search-list-nav:before{
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}
.goods-search-list-nav:after{
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.goods-search-list-nav ul {
    font-size: 0;
    display: block;
    width: 100%;
    float: left;
}

.goods-search-list-nav ul li:first-child {
    width: 40%;
}

.goods-search-list-nav ul li {
    vertical-align: top;
    display: inline-block;
    width: 30%;
}

.goods-search-list-nav ul li a.current {
    color: #F23030;
}

.goods-search-list-nav ul li a {
    font-size: 0.62rem;
    color: #232325;
    line-height: 1.8rem;
    text-align: center;
    display: block;
    height: 1.8rem;
}

.goods-search-list-nav ul li a.current i {
    border-color: #ED5564 transparent transparent transparent;
}

.goods-search-list-nav ul li a i {
    font-size: 0px;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.2rem;
    border-width: 0.2rem;
    border-color: #AAA transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}

.goods-search-list-nav .browse-mode {
    display: block;
    width: 14.5%;
    float: right;
    border-left: solid 0.05rem #EEE;
}

.goods-search-list-nav .browse-mode a {
    text-align: center;
    display: block;
    height: 1.8rem;
}

.goods-search-list-nav .browse-mode .browse-grid {
    background-image: url(../images/usercenter/browse_grid.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

.goods-search-list-nav .browse-mode a span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.4rem auto;
    opacity: 0.5;
}

.goods-sort-inner {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000');
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 4;
    top: 3.95rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 1.8rem;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

.hide {
    display: none !important;
}

.goods-sort-inner span {
    background-color: #FFF;
    display: block;
    position: relative;
}
.goods-sort-inner span:after{
    content: '';
    height: 1px;
    width: 200%;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0px;
    background-color: #e3e5e9;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.goods-sort-inner span a.cur {
    color: #F23030;
}

.goods-sort-inner span a {
    font-size: 0.6rem;
    line-height: 1rem;
    color: #777;
    display: block;
    height: 1rem;
    padding: 0.5rem 0.75rem 0.5rem 0.76rem;
}

.goods-sort-inner span a.cur i {
    display: block;
}

.goods-sort-inner span a i {
    background-image: url(../images/usercenter/ok.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    display: none;
    width: 0.7rem;
    height: 0.7rem;
    float: right;
    margin: 0.15rem;
}

.grid .goods-secrch-list {
    font-size: 0;
    display: block;
}

.grid .goods-secrch-list .goods-item {
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.grid .goods-secrch-list .goods-pic {
    display: block;
    width: 100%;
    height: 100%;
}

.grid .goods-secrch-list .goods-pic a {
    display: table-cell;
    vertical-align: middle;
    width: 7.6rem;
    height: 7.6rem;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.grid .goods-secrch-list a {
    display: block;
    color: #111;
}

.grid .goods-secrch-list .goods-pic img {
    max-width: 7rem;
    max-height: 7rem;
}

.grid .goods-secrch-list .goods-info {
    display: block;
    padding: 0 0.25rem;
}

.grid .goods-secrch-list .goods-name {
    display: block;
    min-height: 0.9rem;
    overflow: hidden;
}

.grid .goods-secrch-list .goods-name h4 {
    font-size: 0.565rem;
    line-height: 0.9rem;
    height: 0.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

.grid .goods-secrch-list .goods-name h6 {
    display: none;
}

.grid .goods-secrch-list .goods-sale {
    display: inline-block;
    height: 0.9rem;
    padding: 0.2rem 0;
    overflow: hidden;
}

.grid .goods-secrch-list .goods-price {
    color: #EC5464;
    font-size: 0.55rem;
    line-height: 0.9rem;
    display: block;
    float: left;
}

.grid .goods-secrch-list .goods-price em {
    font-size: 0.6rem;
    line-height: 0.9rem;
    vertical-align: top;
    display: inline-block;
    color: #F23030;
    font-weight: 600;
}

.grid .goods-secrch-list .goods-assist {
    display: block;
    height: 1rem;
    padding-bottom: 0.2rem;
    overflow: hidden;
    margin-top: -0.32rem;
}

.grid .goods-secrch-list .goods-sold {
    font-size: 0.55rem;
    line-height: 1rem;
    color: #999;
    display: block;
    float: left;
}

.grid .goods-secrch-list .goods-sold em {
    color: #999;
    vertical-align: middle;
}

.grid .goods-secrch-list .goods-store {
    float: right;
    font-size: 0.525rem;
    line-height: 1rem;
}

.grid .goods-secrch-list .goods-store a {
    font-size: 0;
    color: #888;
}

.grid .goods-secrch-list .goods-store a i {
    background-image: url(../images/usercenter/more_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    vertical-align: top;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 0.15rem;
    opacity: 0.5;
}

.sotre-favorites-layout {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}

.sotre-favorites-layout .sotre-favorites-bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    background: rgba(255, 255, 255, 0.9);
    border: solid 0.05rem #EEE;
}

.sotre-favorites-layout .add {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
}

.sotre-favorites-layout .add i {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto 0.1rem auto;
    background-image: url(../images/usercenter/star_b.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 65%;
    border: solid 0.075rem #000;
    border-radius: 100%;
    opacity: 0.75;
}

.sotre-favorites-layout .add h5 {
    display: block;
    height: 1rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1rem;
    color: #000;
}

.sotre-favorites-layout .add.added {
    display: none;
}

.sotre-favorites-layout .add {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
}

.sotre-favorites-layout .add.added i {
    background-image: url(../images/usercenter/star_r.png);
    border-color: #ED5564;
    opacity: 1;
}

.posr {
    position: relative !important;
}

.goods-search-list-nav .browse-mode .browse-list {
    background-image: url(../images/usercenter/browse_list.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

.bbctouch-single-nav.fixed {
    background-color: rgba(248, 248, 248, 0.95);
    position: fixed;
    z-index: 3;
    top: 1.95rem;
    left: 0;
    right: 0;
}

.list .goods-secrch-list {
    display: block;
}

.list .goods-secrch-list .goods-item {
    background-color: #FFF;
    display: block;
    clear: both;
    position: relative;
    z-index: auot;
    width: 100%;
}

.list .goods-secrch-list .goods-pic {
    display: block;
    width: 4.62rem;
    height: 4.62rem;
    padding: 0.38rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.list .goods-secrch-list .goods-pic a {
    width: 100%;
    height: 100%;
}

.list .goods-secrch-list a {
    display: block;
    color: #111;
}

.list .goods-secrch-list .goods-pic img {
    width: 100%;
    height: 100%;
}

.list .goods-secrch-list .goods-info {
    display: block;
    height: 4.85rem;
    padding: 0.38rem 0.38rem 0 0;
    margin-left: 5.38rem;
    border-bottom: solid 0.05rem #EEE;
}

.list .goods-secrch-list .goods-name {
    display: block;
    height: 2.4rem;
    overflow: hidden;
}

.list .goods-secrch-list a {
    display: block;
    color: #111;
}

.list .goods-secrch-list .goods-name h4 {
    font-size: 0.65rem;
    line-height: 0.8rem;
    height: 1.6rem;
    overflow: hidden;
}

.list .goods-secrch-list .goods-name h6 {
    font-size: 0.5rem;
    color: #999;
    line-height: 0.9rem;
    height: 0.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list .goods-secrch-list .goods-sale {
    display: block;
    height: 0.9rem;
    padding: 0.2rem 0;
    overflow: hidden;
}

.list .goods-secrch-list a {
    display: block;
    color: #111;
}

.list .goods-secrch-list .goods-price {
    color: #EC5464;
    font-size: 0.6rem;
    line-height: 0.9rem;
    display: block;
    float: left;
}

.list .goods-secrch-list .goods-price em {
    font-size: 0.8rem;
    line-height: 0.9rem;
    vertical-align: top;
    display: inline-block;
}

.list .goods-secrch-list .goods-assist {
    display: block;
    height: 1rem;
    padding-bottom: 0.2rem;
    overflow: hidden;
}

.list .goods-secrch-list a {
    display: block;
    color: #111;
}

.list .goods-secrch-list .goods-sold {
    font-size: 0.55rem;
    line-height: 1rem;
    color: #999;
    display: block;
    float: left;
    width: 40%;
    height: 1rem;
}

.list .goods-secrch-list .goods-sold em {
    color: #000;
    vertical-align: middle;
    font-weight: 600;
}

.list .goods-secrch-list .goods-store {
    float: right;
    font-size: 0.55rem;
    line-height: 1rem;
    text-align: right;
    width: 60%;
    height: 1rem;
}

.list .goods-secrch-list .goods-store a {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
}

.list .goods-secrch-list a {
    display: block;
    color: #111;
}

.list .goods-secrch-list .goods-store a i {
    background-image: url(../images/usercenter/more_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    vertical-align: top;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 0.15rem;
    opacity: 0.4;
}

.sotre-favorites-layout {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}

.list .goods-secrch-list .sale-type {
    float: right;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0 0 0.1rem;
    vertical-align: top;
    text-align: center;
    font-size: 0.45rem;
    color: #FFF;
    line-height: 0.7rem;
    background-color: #EC5464;
    border-radius: 0.1rem;
}

.bbctouch-full-mask.left {
    display: block;
    left: 0;
    right: 0;
    animation: optionBlockLeft 0.3s ease-in-out;
    -webkit-animation: optionBlockLeft 0.3s ease-in-out;
}

@keyframes optionBlockLeft {
    from {
        display: none;
        left: 100%;
        right: -100%;
    }
    to {
        display: block;
        left: 0;
        right: 0;
    }
}

@-webkit-keyframes optionBlockLeft {
    from {
        display: none;
        left: 100%;
        right: -100%;
    }
    to {
        display: block;
        left: 0;
        right: 0;
    }
}

.bbctouch-full-mask.right {
    left: 110%;
    right: -110%;
    animation: optionBlockRight 0.5s ease-in-out;
    -webkit-animation: optionBlockRight 0.5s ease-in-out;
}

@keyframes optionBlockRight {
    from {
        display: block;
        left: 0;
        right: 0;
    }
    to {
        display: none;
        left: 110%;
        right: -110%;
    }
}

@-webkit-keyframes optionBlockRight {
    from {
        display: block;
        left: 0;
        right: 0;
    }
    to {
        display: none;
        left: 110%;
        right: -110%;
    }
}

.bbctouch-full-mask {
    position: fixed;
    z-index: 19;
    top: 0;
    bottom: 0;
}

.bbctouch-full-mask-bg {
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.bbctouch-full-mask-block {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F5F5F5;
    box-shadow: -0.25rem 0 0.2rem rgba(0, 0, 0, 0.2);
}

.header-r {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 0;
    text-align: right;
}

.header-r a.text {
    position: relative;
    z-index: 1;
    display: inline-block;
    white-space: nowrap;
    width: 1.6rem;
    height: 0.95rem;
    padding: 0.6rem 0.7rem 0.4rem 0;
    font-size: 0.7rem;
    line-height: 0.975rem;
    color: #ED5564;
}

.header-r a {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 0.95rem;
    height: 0.95rem;
    padding: 0.5rem 0.5rem;
}

.bbctouch-main-layout {
    display: block;
    margin-top: 1.95rem;
    background-color: #f8f8f8;
    margin-bottom: 2.2rem;
}

.secreen-layout dl {
    display: block;
    padding: 0 0.5rem;
    background-color: #FFF;
    border-bottom: solid #EEE 0.05rem;
}

.secreen-layout dt {
    display: block;
    height: 0.9rem;
    padding: 0.5rem 0 0 0;
    font-size: 0.6rem;
    color: #888;
    line-height: 0.9rem;
}

.secreen-layout dd {
    display: block;
    font-size: 0;
    padding: 0 0 0.5rem 0;
}


.secreen-layout dd .inp {
    width: 3rem;
    height: 0.9rem;
    text-align: center;
    border: none 0;
    font-size: 0.6rem;
    line-height: 0.9rem;
    background-color: transparent;
}

.secreen-layout dd .line {
    display: inline-block;
    vertical-align: top;
    width: 0.8rem;
    height: 0.9rem;
    margin: 0.5rem 0.2rem;
    background-image: url(../images/usercenter/value_minus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    opacity: 0.5;
}

.secreen-layout dd span.inp-balck {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 0.9rem;
    padding: 0.16rem 0.5rem;
    margin-top: 0.3rem;
    color: #888;
    line-height: 0.9rem;
    background: #f0f2f5;
    border: solid 0.05rem #EEE;
    border-radius: 0.15rem;
}

.secreen-layout dd .inp {
    width: 3rem;
    height: 0.9rem;
    text-align: center;
    border: none 0;
    font-size: 0.52rem;
    line-height: 0.9rem;
    background-color: transparent;
    color: #252525;
}

.secreen-layout .bottom {
    padding: 1rem 0;
    background-color: #FFF;
}

.btn-l {
    display: inline-block;
    width: 90%;
    margin: 0 5%;
    font-size: 0.7rem;
    line-height: 1.8rem;
    text-align: center;
    color: #FFF;
    background: #f23030;
    border-radius: 0.2rem;
}

.bbctouch-store-goods-list .goods-item-price {
    font-size: 0.55rem;
    line-height: 1rem;
    color:#F23030;
    margin-top: 0.2rem;
}

.bbctouch-store-goods-list ul {
    font-size: 0;
    padding: 0 1%;
}

.bbctouch-store-goods-list .goods-item {
    display: inline-block;
    width: 50%;
    padding: 1% 0 1% 0;
    background-color: #FFF;
    overflow: hidden;
}

.bbctouch-store-goods-list .goods-item a {
    color: #555;
    display: block;
    padding: 0 .2rem;
}

.bbctouch-store-goods-list .goods-item-pic {
    display: table-cell;
    vertical-align: middle;
    width: 7.6rem;
    height: 7.6rem;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.bbctouch-store-goods-list .goods-item-pic img {
    max-width: 7rem;
    max-height: 7rem;
}

.bbctouch-store-goods-list .goods-item-name {
    font-size: 0.565rem;
    line-height: 0.7rem;
    height: 1.4rem;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.32rem;
    color: #000;
}


.bbctouch-store-goods-list .goods-item-price em {
    font-size: 0.6rem;
    font-weight: 600;
}

.fix-block-r {
    width: 1.9rem;
    position: fixed;
    z-index: 5;
    right: 0.5rem;
    bottom: 4.5rem;
}



.fix-block-r a.gotop-btn i {
    background-image: url(../images/usercenter/gotop_b.png);
}

.fix-block-r a i {
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.hide {
    display: none !important;
}

.bbctouch-store-ranking .top-list dl:nth-child(1) {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 10rem;
    height: 10rem;
}

.bbctouch-store-ranking .top-list dl dt {
    width: 100%;
    height: 100%;
}

.bbctouch-store-ranking .top-list dl dt img {
    width: 100%;
    height: 100%;
}

.bbctouch-store-ranking .top-list dl dd {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.50);
    font-size: 0;
}

.bbctouch-store-ranking .top-list dl dd span:first-child {
    text-align: left;
}

.bbctouch-store-ranking .top-list dl dd span em {
    vertical-align: middle;
    margin: 0.1rem;
    font-weight: 600;
    line-height: 0.6rem;
}

.bbctouch-store-ranking .top-list dl dd span:last-child {
    text-align: right;
    float: right;
}

.bbctouch-store-ranking .top-list dl dd span {
    display: inline-block;
    height: 1rem;
    padding: 0.2rem 5%;
    font-size: 0.55rem;
    line-height: 1rem;
    color: #FFF;
}

.bbctouch-store-ranking .top-list dl dd span em {
    vertical-align: middle;
    margin: 0.1rem;
    font-weight: 600;
    line-height: 0.6rem;
}

.bbctouch-store-ranking .top-list dl:nth-child(2) {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
}

.bbctouch-store-ranking .top-list dl:nth-child(3) {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
}

.bbctouch-store-ranking .top-list dl:nth-child(2) span:last-child, .bbctouch-store-ranking .top-list dl:nth-child(3) span:last-child {
    display: none;
}

.bbctouch-store-ranking .top-list dl:nth-child(2) span:last-child, .bbctouch-store-ranking .top-list dl:nth-child(3) span:last-child {
    display: none;
}

/*店铺介绍页面样式*/
.bbctouch-store-info {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFF;
    padding: 0.5rem;
}

.bbctouch-store-info .store-avatar {
    display: inline-block;
    vertical-align: top;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.1rem;
    border-radius: 0.2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.bbctouch-store-info .store-avatar:after{
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    width: 200%;
    height: 200%;
    content: '';
    border: 1px solid #e3e5e9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.bbctouch-store-info .store-avatar img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.15rem;
}

.bbctouch-store-info .store-base {
    display: inline-block;
    margin-left: 0.5rem;
}

.bbctouch-store-info .store-base dt {
    display: block;
    height: 0.9rem;
    margin-bottom: 0.2rem;
    font-size: 0.65rem;
    line-height: 0.9rem;
    color: #232323;
}

.bbctouch-store-info .store-base dd.class {
    display: block;
    height: 0.7rem;
    font-size: 0.55rem;
    line-height: 0.7rem;
    color: #555;
}

.bbctouch-store-info .store-base dd.type {
    display: inline-block;
    height: 1rem;
    padding: 0 0.5rem;
    font-size: 0.55rem;
    line-height: 1rem;
    background-color: #f23030;
    color: #FFF;
    border-radius: 0.15rem;
}

.bbctouch-store-info .store-collect {
    position: absolute;
    z-index: 1;
    top: 1.5rem;
    left: 4.5rem;
    text-align: center;
}

.bbctouch-store-info .store-collect a {
    display: block;
    background-color: #F5F5F5;
    height: 0.9rem;
    padding: 0.2rem 0.5rem;
    border: solid #EEE 0.05rem;
    font-size: 0.55rem;
    line-height: 0.9rem;
    color: #555;
    border-radius: 0.2rem;
}

.bbctouch-store-info .store-collect p {
    font-size: 0.52rem;
    line-height: 1rem;
    color: #999;
}

.en-credit li{
    display: flex;
}

.bbctouch-store-block li h4 {
    display: inline-block;
    vertical-align: top;
    width: 3.5rem;
    color: #232323;
    font-size: 0.6rem;
}

.bbctouch-store-block li span {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    color: #858585;
    font-size: 0.55rem;
}

.en-credit li h4{
    width: auto;
    margin-right: 0.3rem;
}

.bbctouch-store-block li a.qq {
    display: inline-block;
    padding: 0 0.3rem 0 0;
    background-color: #4FC0E8;
    color: #FFF;
    font-size: 0.55rem;
    line-height: 1rem;
    border-radius: 0.2rem;
}

.bbctouch-store-block li a.qq i {
    width: 1rem;
    height: 1rem;
    background-image: url(../images/usercenter/qq_w.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    display: inline-block;
    vertical-align: top;
}

.bbctouch-store-block li a.ww {
    display: inline-block;
    padding: 0 0.3rem 0 0;
    background-color: #FB6E52;
    color: #FFF;
    font-size: 0.55rem;
    line-height: 1rem;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
}

.bbctouch-store-block li a.ww i {
    width: 1rem;
    height: 1rem;
    background-image: url(../images/usercenter/ww_w.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    display: inline-block;
    vertical-align: top;
}

.show {
    display: block !important;
}
.imlianxi i{
    background-image: url(../images/usercenter/kefu_b.png);
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    opacity: 0.9;
}
/*.header-wrap:after{*/
    /*height: 1px;*/
    /*content: '';*/
    /*width: 100%;*/
    /*border-top: 1px solid #e3e5e9;*/
    /*position: absolute;*/
    /*bottom: -1px;*/
    /*right: 0;*/
    /*transform: scaleY(.5);*/
    /*-webkit-transform: scaleY(.5);*/
    /*z-index: 1*/
/*}*/
.bbctouch-norecord .norecord-ico i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}
.bbctouch-norecord.search .norecord-ico i {
    background-image: url(../images/usercenter/search_w.png);
}
.bbctouch-norecord {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 10rem;
    height: 8.2rem;
    margin: -4rem 0 0 -5rem;
    text-align: center;
    font-size: 0;
}
.bbctouch-norecord .norecord-ico {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.4rem;
    margin: 0 auto;
    background-color: #DDD;
    border-radius: 100%;
}
.bbctouch-norecord dl dt {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.7rem;
    line-height: 1rem;
}
.bbctouch-norecord dl dd {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.55rem;
    line-height: 1rem;
    color: #999;
}
.grid .goods-secrch-list .sale-type { float: right; width: 0.7rem; height: 0.7rem; margin: 0 0 0 0.1rem; vertical-align: top; text-align: center;font-size: 0.45rem; color: #FFF; line-height: 0.7rem; background-color: #F23030; border-radius: 0.1rem;}

/*店铺门店列表*/
.bbctouch-store-dians-list .dian-item { padding: 5px 30px 5px 5px; border-top: 1px #f0f0f0 solid; border-bottom: 1px #f0f0f0 solid; margin-top: 5px; position: relative;overflow: hidden}
.bbctouch-store-dians-list .dian-item .dian-item-pic{display: flex;align-items: center;justify-content: center; width: 25%; height: calc(25vw); float:left; margin-right: 10px; }
.bbctouch-store-dians-list .dian-item .dian-item-pic img{ max-width: 100%; max-height: 100%;}
.bbctouch-store-dians-list .dian-item h2{ font-size: 16px; font-weight: bold; color: #222;display: flex;}
.bbctouch-store-dians-list .dian-item h6{ font-size: 12px; color: #999;display: flex; padding-top: 0px; line-height: 20px; height: 40px;}
.bbctouch-store-dians-list .dian-item .dian_icon{ font-size: 14px; border-top: 1px #e1e1e1 solid; display: flex; padding-top: 10px; padding-left: 2px; }
.bbctouch-store-dians-list .dian-item .dian_icon a{ padding-left: 16px; color: #666; background-size: auto 14px; background-repeat: no-repeat; background-position:left 6px; margin-right: 10px;}
.bbctouch-store-dians-list .dian-item .dian_icon a:nth-child(1){ background-image: url('../images/usercenter/tel_b.png');}
.bbctouch-store-dians-list .dian-item .dian_icon a:nth-child(2){ background-image: url('../images/usercenter/address_b.png');}
.bbctouch-store-dians-list .dian-item .right-go { position: absolute; right: 0;  width: 10px; height: 30px;top: 50%; margin-top: -15px;line-height: 30px; color: #999; padding: 0 10px;}
#dians_con{ position: relative;}
#dians_con.left100{ transform: translateX(-100%);transition: 0.6s all;}
body.visibly, html.visibly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
.bbctouch-main-layout{ overflow: hidden;}
.wq_ditu{ position: absolute; top: 0; left: 100%; width: 100%; height:100%; }
.layui-m-layer1 .layui-m-layercont,#mapContainer{ height: 100%;}
#mapContainer h2{ font-size: 14px; padding: 5px; font-weight: bold;}
#mapContainer h4{ padding: 5px;}
#mapContainer p{ text-align: right}
#mapContainer .amap-marker-label{ width: 160px; white-space: normal;}
#mapContainer #close{ position: absolute; left: 10px; top: 10px; padding: 4px 10px; background: #fff; box-shadow: 1px 1px 10px 0 #ccc; border: 1px solid #ccc; z-index: 99999; color: #666; border-radius: 4px;}



/* 分享样式 */
.select-wrap,.wx-share-tip,.wx-share-hb{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.45);
    z-index: 9999;
    }
    
    .wx-share-hb .hb-src{
    width: 11.75rem;
    /* border-radius: 10px; */
    border: 1px solid #333;
    -webkit-touch-callout:default;
    }
    
    .select-wrap .share-mode{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
    
    .select-wrap .share-mode ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    }
    
    .share-mode ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    }
    
    .share-mode li img{
    max-width: 2.3rem;
    max-height: 2.3rem;
    }
    
    .share-mode li p{
    color: #FFFFFF;
    font-size: 0.51rem;
    margin-top: 0.65rem;
    }
    
    .select-wrap .close{
    margin: 0.5rem 0  1rem;
    text-align: center;
    cursor: pointer;
    }
    
    .select-wrap .close img{
    width: 0.8rem;
    height: 0.8rem;
    padding: 0.6rem;
    cursor: pointer;
    }
    .header-wrap:after {
    height: 0;
    }
    .wx-share-tip img{
    position: absolute;
    right: 1.7rem;
    top: 2.1rem;
    width: 9.9rem;
    cursor: pointer;
    }
    
    .wx-share-hb .share-hb{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 11.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    
    .wx-share-hb .share-hb .hb-tip{
    width: 8.1rem;
    margin: 1.47rem 0 0.47rem;
    }
    
    .wx-share-hb .share-hb .hb-close{
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
    }
    .hide {
    display: none;
    }
    .hbimgBox {
        padding: 1rem;
        background: #FFF;
        border-radius:.326rem;
    }