

.image-icons {

    display: inline-block;

    width: .72rem;

    height: .72rem;

    background-color: transparent;

    background-repeat: no-repeat;

    background-position: 50%;

    background-size: cover;

}



/*head*/

.header{

    position: fixed;

    top: -1px;

    left: 0;

    right: 0;

    z-index: 99;

    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2);

    background: #f2f2f2;

}



.app-header-wrapper{

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;

    height: .84rem;

    background: #f2f2f2;

    color: #666;

    padding: 0;

}

.app-header-wrapper>div,

.app-header-wrapper{

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    align-items: center;

}

.app-header-wrapper .app-header-item{

    display: block;

    width: .6rem;

    margin: 0 .2rem;

}

.app-header-wrapper .logo img{

    width: 80%;

}



.app-header-wrapper .app-header-middle{

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    font-size: .3rem;

}

.app-header-wrapper .app-header-item{

    display: block;

    width: .6rem;

    margin: 0 .2rem;

}

.app-header-wrapper .app-header-icon{

    display: block;

    width: .5rem;

    height: .5rem;

}

.app-header-wrapper .icon-user{

    line-height: .6rem;

}

.app-header-wrapper .icon-user{

    background-image: url(../imgs/user.png);

    background-size: .4rem .4rem;

}

.app-header-wrapper .app-header-title{

    width: 100%;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    text-align:center;

}



.app-header-wrapper .app-header-title .app_header_search{

    width:100%;

    background-color: #fff;

    border: 1px solid #e5e5e5;

}

.app-header-wrapper .app-header-title button{

    background:none;

    border:none;

    float: left;

}

.app-header-wrapper .app-header-title input{

    float: left;

    width:4.8rem;

    height:.5rem;

    border:none;

    background:none;

    color:#999999;

    font-size:.22rem

}

.app-header-wrapper .icon-search{

    background-image: url(../imgs/search.png);

}

.app-header-wrapper .app_header_search .icon-search{

    background-size: .4rem .4rem;

}



.app-header-wrapper .app-header-icon.icon-back {

    width: .5rem;

    height: .5rem;

    background-image: url(../imgs/back.png);

}



.app-header-wrapper .app-header-icon.icon-change-type1 {

    background-image: url(../imgs/type1.png);

}

.app-header-wrapper .app-header-icon.icon-change-type2 {

    background-image: url(../imgs/type2.png);

}











.nav-wrap{

    position: relative;

    overflow: hidden;

}

.nav-wrap .nav-display{

    position: absolute;

    right: 0;

    top: 0;

    width: .68rem;

    height: .55rem;

    line-height: .55rem;

    background-color: #f2f2f2;

    box-shadow: -15px 0 15px 0 #f2f2f2;

    z-index: 99;

    text-align:center;

}

.nav-wrap .nav-display .image-icons{

    margin-top:-4px;

    vertical-align: middle;

    width: .4rem;

    height: .4rem;

    background-image: url(../imgs/jt.png);

    -webkit-transform: rotate(-90deg);

    transform: rotate(-90deg);

    -webkit-transition: -webkit-transform .2s linear;

    transition: -webkit-transform .2s linear;

    transition: transform .2s linear;

    transition: transform .2s linear,-webkit-transform .2s linear;

}

.nav{

    overflow-x: auto;

    background: #f2f2f2;

    font-size: .26rem;

    white-space: nowrap;

    z-index: 2;

}

.nav .nav-item{

    display: inline-block;

    padding: 0 .25rem;

}

.nav .nav-item a {

    display: inline-block;

    line-height: .55rem;

    border-bottom: 2px solid rgba(237,91,0,0);

}

.nav .nav-item.active a  {

    color: rgb(237, 91, 0);

    border-color: rgb(237, 91, 0);

}

.nav .nav-item-extra{

    padding-right: .76rem;

    display: inline-block;

}



/*头部*/

.header_2 { position:relative;width: 100%; height:50px; background:#fff; zoom: 1 ; border-bottom:1px solid #eee;}

.header:after{ clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden }

.header-left a, #show_more { background: url(../imgs/top.png) no-repeat; background-size: auto 230px;    background-position: 4px -26px; }

.header-left { float: left; width:15%; height:50px; }

.header-left a { cursor:pointer;display: block; width: 30px; height:50px; vertical-align: middle; background: url(../imgs/top.png) no-repeat; background-size: auto 230px; background-position: 12px 12px; }

.header-middle{ position: relative; width:70%; text-align:center; color:#fff; height:50px; float: left;color: #222; font-size: 0.34rem; line-height:50px; position: relative;}

.header-middle h6 { color: #222; font-size:0.34rem; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; font-weight: normal; }

.header-right { float: right; width:10%;height:50px; line-height:50px; }

.header-right .iconfont { font-size: 1rem; color: #222; }

.header-right a.text {display: inline-block; float: right;white-space: nowrap;margin-top:0;line-height: 50px;font-size: 0.3rem;color: #666;padding-right: 13px; background:none;}







/*foot*/

.app-shell-footer{

    position: fixed;

    z-index: 9999;

    bottom: 0;

    left: 0;

    right: 0;

}



.app-bottom-navigator-wrapper{

    background: #fff;

    -webkit-transition: -webkit-transform .2s ease-out;

    transition: -webkit-transform .2s ease-out;

    transition: transform .2s ease-out;

    transition: transform .2s ease-out,-webkit-transform .2s ease-out;

    box-shadow: 0 0 1px rgba(0,0,0,.2);

}



.app-bottom-navigator-wrapper .box-flex{

    height: 52px;

    padding-top:5px;

}

.app-bottom-navigator-wrapper .flex{

    display: block;

    color: #999;

    position: relative;

}

.app-bottom-navigator-wrapper .flex.on{

    color: #ff4444;

}

.app-bottom-navigator-wrapper .flex .app-bottom-icon{

    display: block;

    width: .4rem;

    height: .4rem;

    margin: 0 auto .1rem;

}

.app-bottom-navigator-wrapper .flex span{

    font-size:.22rem

}

.app-bottom-navigator-wrapper .flex .app-bottom-icon.icon-home{

    background-image: url(../imgs/f_1.png);

}

.app-bottom-navigator-wrapper .flex.on .app-bottom-icon.icon-home{

    background-image: url(../imgs/f_1_h.png);

}

.app-bottom-navigator-wrapper .flex .app-bottom-icon.icon-category{

    background-image: url(../imgs/f_2.png);

}

.app-bottom-navigator-wrapper .flex.on .app-bottom-icon.icon-category{

    background-image: url(../imgs/f_2_h.png);

}

.app-bottom-navigator-wrapper .flex .app-bottom-icon.icon-cart{

    background-image: url(../imgs/f_3.png);

}

.app-bottom-navigator-wrapper .flex.on .app-bottom-icon.icon-cart{

    background-image: url(../imgs/f_3_h.png);

}

.app-bottom-navigator-wrapper .flex .app-bottom-icon.icon-user{

    background-image: url(../imgs/f_4.png);

}

.app-bottom-navigator-wrapper .flex.on .app-bottom-icon.icon-user{

    background-image: url(../imgs/f_4_h.png);

}







/*banner*/

.mains{padding-top:.84rem;padding-bottom: 52px;}

.index-mains{padding-top:1.39rem;}





.banner{width:100%;position:relative;z-index:5;overflow:hidden}

.banner .swiper-container {position:relative;width: 100%;height:4rem;background:#222;}

.banner .swiper-container-horizontal .swiper-pagination-bullets {bottom: 5px;}

.banner .swiper-container-horizontal .swiper-pagination-bullet {background:#ffffff}

.banner .swiper-container-horizontal .swiper-pagination-bullet-active{opacity:1;background:#ffffff;}

.banner .swiper-slide img{width:100%;height:4rem}







/*menu*/

.cells_auto_fill {

    position: relative;

    width: 7.5rem;

    height: 1.52rem;

}

.cells_auto_fill .items {

    float: left;

    width: 1.5rem;

    height: 1.52rem;

}

.cells_auto_fill .items img {

    width: 1.5rem;

    height: 1.52rem;

}



.cells_auto_fill_2 {

    position: relative;

    width: 7.5rem;

    height: 5.2rem;

}

.cells_auto_fill_2 .items {

    position: absolute;

}





/*category*/

.category_title{

    line-height:.8rem;

    padding:0 .3rem;

    font-size:.32rem;

    color:#333333

}

.list_type .items{

    float: left;

    width:3.7rem;

    height:5.2rem

}

.list_type .items:nth-child(2n){

    margin-left:.1rem;

}

.list_type .items .info {

    padding: .2rem .27rem;

    text-align: left;

}

.list_type .items .brief, .list_type1 .items .name {

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.list_type .items .name {

    font-size: .28rem;

    color: rgba(0,0,0,.87);

    height:0.4rem;line-height:0.4rem;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap

}

.list_type .items .brief {

    margin-top: .06rem;

    font-size: .22rem;

    line-height: .3rem;

    color: rgba(0,0,0,.54);

}

.list_type .items .price {

    font-size: .28rem;

    color: #ea625b;

    height: 1.5em;

    line-height: 1.5em;

    position: relative;

    display: inline-block;

}

.list_type .items .price span {

    display: inline-block;

    margin-left: .04rem;

    font-size: .2rem;

}

.list_type .items .price .old {

    display: inline-block;

    margin: 0 .1rem;

    font-size: .22rem;

    color: rgba(0,0,0,.54);

}

.list_type .items .img {

    position: relative;

    overflow: hidden;

}

.list_type .items .img img{

    width:3.7rem;

    height:3.7rem

}

.category_more{

    display:block;

    line-height:1rem;

    text-align:center;

    font-size:.3rem;

    border-top:2px solid #cecece

}



.understand_us{

    display:block;

    line-height:1rem;

    text-align:center;

    font-size:.3rem;

}

























.list-navbar{

    position: fixed;

    top: .84rem;

    bottom: 52px;

    left: 0;

    width: 1.6rem;

    border-right: 1px solid #efefef;

    overflow: hidden;

}

.list-navbar ul{

    z-index: 90;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: -.3rem;

    padding: .2rem .3rem .2rem 0;

    background: #fefefe;

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;

}

.list-navbar ul li{

    font-size: .3rem;

    height: .9rem;

    line-height: .9rem;

    overflow: hidden;

    text-align: center;

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    transition: -webkit-transform .1s linear;

    transition: transform .1s linear;

    transition: transform .1s linear,-webkit-transform .1s linear;

    transform-origin: center center;

    transform: scale(.76);

    -webkit-transition: -webkit-transform .1s linear;

    -webkit-transform-origin: center center;

    -webkit-transform: scale(.76);

}

.list-navbar ul li span {

    display: inline-block;

    font-size:.3rem;

    color:#333

}

.list-navbar ul li.active{

    transform: scale(1);

    -webkit-transform: scale(1);

}

.list-navbar ul li.active span{

    color: #fb7d34;

}





.list-wrap {

    padding-left: 1.84rem;

    padding-right: .32rem;

}

.list-wrap .list-item:last-child{

        min-height: calc(100vh - 1rem);

}

.category_title {

    background: #fff;

    font-size: .28rem;

    text-align: center;

    font-weight: 400;

    margin-top: .2rem;

    height: 1.28rem;

    line-height: 1.28rem;

    overflow: hidden;

}

.category_title span {

    position: relative;

}

.category_title span:after,

.category_title span:before {

    content: "";

    position: absolute;

    top: 50%;

    left: 0;

    width: 6.4px;

    width: .4rem;

    border-top: 1px solid #e0e0e0;

    transform: translate3d(-150%,-50%,0);

    -webkit-transform: translate3d(-150%,-50%,0);

}

.category_title span:after {

    left: auto;

    right: 0;

    transform: translate3d(150%,-50%,0);

    -webkit-transform: translate3d(150%,-50%,0);

}

.category_group {

    background: #fff;

    margin: -.06rem 0 0;

}

.category_group .box {

    width: 100%;

    overflow: hidden;

}

.category_group .product {

    float: left;

    width: 33.333333333333336%;

    text-align: center;

    margin-top: .2rem;

    margin-bottom: .3rem;

    overflow: hidden;

}

.category_group .product .img {

    width: 1rem;

    height: 1rem;

    margin: 0 auto;

    background: #fff;

    overflow: hidden;

}

.category_group .big{

    height: 100%!important;

    width: auto!important;

}

.category_group .brief, .category_group .name {

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.category_group .name {

    font-size: .22rem;

    margin-top: .28rem;

    white-space: nowrap;

    color: rgba(0,0,0,.54);

}



.category_in{

    display:block;

    line-height:.8rem;

    text-align:center;

    font-size:.28rem;

    color:#aaaaaa;

    background-color:#faf3e5

}













.filtrate-term {

    width: 100%;

    overflow: hidden;

    background: #fff;

    position: fixed;

    top: .8rem;

    left: 0px;

    z-index: 999;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

}

.filtrate-term ul {

    width: 100%;

    overflow: hidden;

    height: 40px;

    background: #fff;

    display: -webkit-box !important;

    display: box !important;

    position: relative;

}

.filtrate-term li {

    position: relative;

    -webkit-box-flex: 1;

    box-flex: 1;

    border-right: 0;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    font-size: 13px;

    text-align: center;

    line-height: 40px;

    width: 25%;

}

.filtrate-term li span {

    display: block;

    color: #222;

}

.icon-sort-price span i {

    display: inline-block;

    position: relative;

    width: 8px;

    height: 40px;

    vertical-align: middle;

    margin-left: 4px;

}

.icon-sort-price span i:before {

    content: "";

    position: absolute;

    left: 0;

    top: 10px;

    width: 0;

    height: 0;

    border-color: transparent;

    border-width: 4px;

    border-style: solid;

    border-bottom-color: #ccc;

}

.icon-sort-price span i:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 11px;

    width: 0;

    height: 0;

    border-color: transparent;

    border-width: 4px;

    border-style: solid;

    border-top-color: #ccc;

}

.icon-sort span:after {

    content: "";

    display: inline-block;

    width: 0;

    height: 0;

    border-color: transparent;

    border-width: 4px;

    border-style: solid;

    border-top-color: #ccc;

    margin-left: 4px;

    background: transparent;

    vertical-align: middle;

    margin-top: 5px;

}

.icon-sort-price.active span.icon-order-DESCending i:after, .icon-sort.active span:after, .price-down i:after, .filter-nav .ub-f1.current.icon-order-DESCending i:after {

    border-top-color: #000000;

}

.filtrate-term li i.icon-shaixuan {

    display: inline-block;

    vertical-align: middle;

    width:.4rem;height:.4rem;background-image:url(../imgs/sl.png)

}





.sl-bg{position:fixed;z-index:99999;display: none;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.3)}

.sl-box{position:fixed;z-index:100000;right:-100%;opacity:0;top:0;width:6.5rem;height:100%;padding:.2rem;padding-bottom:1.2rem;background-color:#ffffff;}

.sl-box-in{height:100%;overflow:scroll;}

.sl-box .lis{margin-bottom:.3rem;}

.sl-box .sl-key{line-height:.5rem}

.sl-box .sl-key a{float: right;color:#999;font-size:.24rem}

.sl-box .sl-v-list .valueList {margin-left:-0.2rem;}

.sl-box .sl-v-list .valueList li{float: left;margin-left:.2rem;margin-top:.2rem;width:1.9rem;height:.5rem;line-height:.5rem;}

.sl-box .sl-v-list .valueList li a{display: block;width:1.9rem;height:.5rem;text-align:center;background-color:#f1f1f1;color:#333333;font-size:.24rem;border-radius:2px}

.sl-box .sl-v-list .valueList li a.active{background-color:#353535;color:#fdd000}

.sl-box-close{position:absolute;bottom:.3rem;left:50%;margin-left:-3rem;width:6rem;line-height:.7rem;border:1px solid #e23a3a;border-radius:100px;color:#e23a3a;font-size:.34rem;text-align:center;}









.goods-list-grid {

    width: 100%;

    overflow: hidden;

    -webkit-overflow-scrolling: touch;

}

.goods-list-grid .tablelist-append {

    padding: 5px 0;

    background: #fff;

}

.goods-list-grid .product {

    background: #fff;

}



.goods-list-grid li {

    position: relative;

    padding:  10px;

    list-style: none;
     border-bottom:1px solid #f4f4f4

}

.goods-list-grid .item {

    display: -webkit-box;

    display: box;

}

.goods-list-grid li .item-pic {

    position: relative;

    height: 120px;

    width: 120px;

    text-align: center;

    overflow: hidden;

    border-radius: 4px;

}

.goods-list-grid li .item-tag-box {

    width: 40px;

    height: 40px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 9;

    overflow: hidden;

    border-radius: 4px 0 0 0;

}

.goods-list-grid li .item-tag-box span {

    display: block;

    width: 35px;

    height: 35px;

    text-indent: -9999px;

    z-index: 1;

}

.goods-list-grid li .item-tag-box span.icon-new {

    background: url(../imgs/icon_new.png) no-repeat;

    background-size: contain;

}

.goods-list-grid li .item-pic img {

    display: block;

    width: 100%;

    height: auto;

    position: absolute;

    left: 0;

    top: 0;

}



.goods-list-grid li dl {

    position: relative;

    -webkit-box-flex: 1;

    box-flex: 1;

    height: 100%;

    margin-left: 10px;

}

.goods-list-grid li dl dt {

    height: 40px;

    font-size: 14px;

    line-height: 20px;

    color: #222;

    overflow: hidden;

}



.act-type-line {

    margin-left: -.2rem;

    overflow: hidden;

}

.goods-list-grid li dl .act-type-line {

    min-height: 22px;

    padding-top: 10px;

}

.goods-list-grid li .item-con-info {

    position: relative;

    height: 27px;

    overflow: hidden;

}

.goods-list-grid li dd {

    display: block;

    line-height: 27px;

}

.goods-list-grid li dd i {

    float: left;

    margin-right: 5px;

    font-size: 18px;

    line-height: 27px;

    color: #ff4444;

}



.goods-list-grid li .item-con-info .cart-box {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 3;

    width: 80px;

    height: 27px;

}

.goods-list-grid .increase {

    float: right;width:27px;height:27px;

    background: url(../imgs/cart.png) no-repeat center;background-size:100% auto

}

.goods-list-grid li dd span.gift {

    display: inline-block;

    line-height: 14px;

    font-size: .18rem;

    padding: 0 .1rem;

    border-radius: 3px;

    color: #fff;

    text-align: center;

    position: relative;

    margin-top: 7px;

    background: #f23030;

    margin-left: 4px;

}

.goods-sales {

    display: block;

    z-index: 2;

    line-height: 14px;

    font-size: .2rem;

    color: #999;

}





.act-type {

    position: relative;

    display: inline-block;

    padding: 1px 3px;

    font-size: 10px;

    color: #fff;

    line-height: normal;

    vertical-align: middle;

    border-radius: .1rem;

}

.group-buy-label, .act-type.group-buy {

    background: #ffad24;

}

.act-type-line .act-type {

    float: left;

    margin: .1rem 0 .1rem .2rem;

    background: transparent !important;

}

.act-type-line .group-buy-label, .act-type-line .act-type.group-buy {

    color: #ffad24;

}

.act-type-line .act-type:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 200%;

    height: 200%;

    border-width: 1px;

    border-style: solid;

    border-radius: 2px;

    box-sizing: border-box;

    transform: scale(.5);

    -webkit-transform: scale(.5);

    transform-origin: 0 0;

    -webkit-transform-origin: 0 0;

}



.openList .tablelist-append {

    padding: 0;

    background: transparent;

}



.openList li {

    float: left;

    width: 50%;

    height: auto;

    padding: 0;

    margin-bottom: 8px;

    overflow: hidden;

    border:0

}

.openList li .item {

    position: relative;

    display: block;

    padding: 0 0 6px;

    margin: 0 4px;

    overflow: hidden;

    background: #fff;

    border-radius: 4px;

}

.openList li .item-pic {

    display: block;

    width: 100%;

    height: 0;

    padding-top: 100%;

    border-radius: 0;

}

.openList li dl {

    margin: auto;

    margin-top: 8px;

    overflow: hidden;

    padding: 0 5%;

    height: auto;

    border-bottom: none;

}

.openList li dl dt {

    width: 100%;

    height: 40px;

    font-size: 13px;

    line-height: 20px;

    color: #222;

    word-wrap: break-word;

    word-break: normal;

    white-space: normal;

    overflow: hidden;

}

.openList .act-type-line {

    display: none;

}

.openList li .item-con-info {

    width: 100%;

    margin: auto;

    overflow: hidden;

    background: #fff;

    padding:  0 0;

    position: relative;

    left: 0px;

    bottom: 0;

    height: 27px;

}

.openList li dd i {

    float: left;

    display: block;

    margin-right: 5px;

    font-size: 18px;

    line-height: 27px;

}

.openList li .item-con-info .cart-box {

    position: absolute;

    z-index: 3;

    right: 0;

    top: 0;

}

.openList .goods-sales {

    display: block;

    z-index: 2;

    font-size: .2rem;

    color: #999;

    line-height: 14px;

}





/*goods*/

.goods-header {

    position: fixed;

    top: 0;

    left: 0px;

    right: 0;

    height: 44px;

    background: #fff;

    border-bottom: 1px solid #eee;

    z-index: 102;

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

}

.goods-header .goods-header-left a {

    display: block;

    width: 40px;

    height: 40px;

    margin: auto;

    background: url(../imgs/top.png) no-repeat;

    background-size: auto 230px;

    background-position: 5px 9px;

}

.goods-header .goods-header-nav {

    position: relative;

    display: -webkit-box !important;

    height: 44px;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    opacity: 1;

}

.goods-header .goods-header-nav li {

    height: 44px;

    line-height: 44px;

    text-align: center;

    font-size: 16px;

    color: #222;

    position: relative;

}



.goods-header .goods-header-nav li.cur{

    color: #000000

}

.goods-header .goods-header-nav li.cur:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translate(-50%,0);

    -webkit-transform: translate(-50%,0);

    width: 60px;

    height: 2px;

    background-color:#000

}





.cart-btn {

    display: inline-block;

    background: url(../imgs/btn_cart_dark.png) no-repeat center center;

    background-size: 22px;

    width: 40px;

    height: 44px;

    margin-right: 5px;

    position: relative;

}

.cart-btn em {

    position: absolute;

    left: 24px;

    top: 11px;

    color: #fff;

    text-align: center;

    line-height: .3rem;

    font-style: normal;

    border-radius: 8px;

    padding: 0 4px;

    font-size: 0.2rem;

    border: 1px solid #fff;

    background-color:#000

}

.goods-content .swiper-container {position:relative;width: 100%;height:7.5rem;overflow:hidden;background:#ffffff;}

.goods-content .swiper-container-horizontal .swiper-pagination-bullets {bottom: 5px;}

.goods-content .swiper-container-horizontal .swiper-pagination-bullet {background:#ffffff;border:1px solid #bbbbbb;opacity:1}

.goods-content .swiper-container-horizontal .swiper-pagination-bullet-active{opacity:1;background:#000000;}

.goods-content .swiper-slide img{width:100%;}



.goods-content {

    width: 100%;

    margin-top: 44px;

}

.goods-info {

    width: 100%;

    overflow: hidden;

    background: #fff;

    padding-top: 0.2rem;

}

.goods-info .goods-info-top {

    width: 95%;

    margin: auto;

    font-weight: normal;

    color: #222;

    font-size: 0.3rem;

    display: -webkit-box !important;

    display: box !important;

    position: relative;

}

.goods-info .goods-info-top h3 {

    position: relative;

    -webkit-box-flex: 1;

    box-flex: 1;

    max-height: 40px;

    overflow: hidden;

    font-weight: normal;

    font-size: 0.3rem;

    color: #222;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    display: -webkit-box;

}

.goods-info .goods-depict {

    display: block;

    width: 95%;

    margin: 0.2rem auto;

    font-size: 0.2rem;

    color:#000

}

.goods-info .goods-price {

    width: 95%;

    margin: 0.1rem auto 0.2rem;

    position: relative;

}





.goods-price .now-prices, .goods-price .sold {

    display: inline-block;

}

.goods-price .now-prices {

    font-size: 0.2rem;

}

.goods-price{

    position:relative

}

.goods-price .now-prices em {

    font-size: .4rem;

    display: inline-block;

    color:#005bac

}

.goods-price .now-prices del {

    color: #999;

}

.goods-price .sold {

    position: absolute;

    top: .1rem;

    right: 0.4rem;

    display: block;

    font-size: 0.2rem;

    color: #999;

}



.prom-box {

    background: #fff;

    position: relative;

    padding: 0.15rem 2.5%;

}





.shop-prom:before, .prom-box:before, .send-to:before, .rank-price:before, .pickup:before, .selected-attr: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: 10;

}



.prom-content {

    position: relative;

    display: inline-block;

    width: 100%;

    line-height:.4rem;

}



.prom-content dt {

    color: #999;

    text-align: left;

    float: left;

    margin-right: 0.5rem;

    font-size: 0.26rem;

}

.prom-content .prom-lists {

    float: left;

    max-width: 80%;

}

.prom-content dd {

    display: inline-block;

    height: auto;

    margin-right:.1rem;

}

.prom-content dd .pro-item {

    width: 100%;

    height: auto;

    display: inline-block;

    display: -webkit-box;

    display: box;

    display: -webkit-flex;

    display: flex;

    position: relative;

}

.prom-content .more {

    position: absolute;

    right: 0;

    top: 50%;

    margin-top:-0.2rem;

    cursor: pointer;

}

.prom-content .more i{

    display:block;

    width: 0.4rem;

    height: 0.4rem;

    background: url(../imgs/back2.png) no-repeat center;background-size:100%;

}



.prom-content dd .pro-type .pro-type-name {

    position: relative;

    line-height: 0.4rem;

    padding: 0 0.1rem;

    margin:  0;

    display: inline-block;

    font-size: 0.2rem;

    vertical-align: middle;

    font-family: -apple-system,Helvetica,sans-serif;

}

.prom-content dd .pro-type .pro-type-name:before, .shop-prom .shop-prom-title .coupons span:before {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    pointer-events: none;

    -webkit-transform: scale(.5);

    -webkit-transform-origin: 0 0;

    bottom: -100%;

    right: -100%;

    border-radius: 2px;

    border-width: 1px;

    border-style: solid;

    color:#000

}





.selected-attr {

    background: #fff;

    padding: 0.3rem 2.5%;

    font-size: 0.26rem;

    position: relative;

    cursor: pointer;

    color:#999;

}

.selected-attr .i_dd {

    color: #222;

    font-size: 0.26rem;

    margin-left: 0.5rem;

    margin-right: .5rem;

    overflow: hidden;

}

.selected-attr .more {

    position: absolute;

    right: 2.5%;

    top: 50%;

    margin-top:-0.2rem;

    cursor: pointer;

}

.selected-attr .more i{

    display:block;

    width: 0.4rem;

    height: 0.4rem;

    background: url(../imgs/back2.png) no-repeat center;background-size:100%;

}













.send-to {

    margin: auto;

    position: relative;

    clear: both;

    padding: 0 2.5%;

    background: #fff;

    padding: 0.3rem 2.5%;

}

.send-to, .rank-price {

    position: relative;

    height: auto;

}

.send-to dt {

    color: #999;

    text-align: left;

    float: left;

    margin-right: 0.5rem;

    font-size: 0.26rem;

}



.send-to dd{

    color: #222;

    font-size: 0.26rem;

    float: left;

    display: -webkit-box !important;

    display: box !important;

    position: relative;

}

.send-to dd {

    float: none;

}

.send-to dd em {

    background: url(../imgs/good-icon.png) no-repeat;

    background-size: 100px 100px;

    vertical-align: middle;

    width: 14px;

    height: 14px;

    background-position: -13px 0;

    display: block;

    margin-right: 0.15rem;

}

.region-chooser-container {

    position: relative;

    -webkit-box-flex: 1;

    box-flex: 1;

    width: 0;

    display: block;

    vertical-align: top;

    width: 100%;

    box-sizing: border-box;

}

.send-to .more {

    position: absolute;

    right: 2.5%;

    top: 50%;

    margin-top:-0.2rem;

    cursor: pointer;

}

.send-to .more i{

    display:block;

    width: 0.4rem;

    height: 0.4rem;

    background: url(../imgs/back2.png) no-repeat center;background-size:100%;

}





.goods-desc-main {

    width: 100%;

    overflow: hidden;

    background: #FFF;

    word-break: break-all;

    word-wrap: break-word;

}

.goods-details-nav {

    color: #222;

    font-size: 14px;

    background-color: #fff;

    overflow: visible;

    position: relative;

    box-sizing: border-box;

    margin: 0px 0px 10px;

    width: 100%;

    height: 50px;

    padding: 0 15px;

}

.goods-details-nav li {

    float: left;

    width: 50%;

    line-height: 50px;

    border: 0px none;

    outline: 0px none;

    text-align: center;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    font-size: .34rem;

    position: relative;

}

.goods-details-nav li.current{

    color:#000000

}

.goods-details-nav li:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translate(-50%,0);

    -webkit-transform: translate(-50%,0);

    width: 65px;

    height: 2px;

}



.goods-details-nav li.current:before {

    background-color:#000000

}



.product_images {

    margin: auto;

}

.detail-content {

    padding: 5px;

    word-wrap: break-word;

}



.tip-space {

    width: 100%;

    background: #fff;

    position: relative;

}

.tip-space .loaded-bg {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

    -webkit-box-align: center;

    box-align: center;

    -webkit-align-items: center;

    align-items: center;

    -ms-flex-pack: center;

    -webkit-box-pack: center;

    box-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    line-height: 1rem;

    color: #bcbcbc;

    font-size: 14px;

    text-align: center;

}



.tip-space .loaded-bg:before, .tip-space .loaded-bg:after {

    content: '';

    display: block;

    width: 54px;

    margin: 0 10px;

    border-top: 1px solid #d9dada;

    transform: scale(1,0.5);

}

table {

    border-collapse: collapse;

    border-spacing: 0;

    empty-cells: show;

    font-size: 14px;

}

.attribute-table {

    width: 96%;

    margin: 0 auto 2%;

    border: 1px solid #f6f6f9;

}

.attribute-table td {

    width: 75%;

    padding: 10px;

    word-wrap: break-word;

    word-break: break-all;

    color: #3e4346;

    font-size: .24rem;

    border: 1px solid #f6f6f9;

}

.attribute-table tr td:first-child {

    width: 25%;

    padding: 10px 15px;

    text-align: center;

    word-wrap: break-word;

    word-break: break-all;

    background-color: #fafafa;

}











/*评论*/

.product_comment{margin-top:44px;padding:.3rem;background-color:#ffffff}

.product_comment .t{padding-bottom:.2rem;color:#333333;font-size:.3rem;border-bottom:1px solid #d5d5d5}

.comment-list{padding:0;}

.comment-lis{padding:15px 0;border-bottom:1px solid #ddd;background-color:#fff;}

.comment-lis .head-imgs{height:1rem;line-height:1rem;}

.comment-lis .head-user{float:left;height:1rem;color:#666;font-size:.26rem;}

.comment-lis .head-user img{float:left;margin-right:10px;width:1rem;height:1rem;border-radius:100%;overflow:hidden}

.comment-lis .head-group{float:left;margin-left:10px;font-size:.26rem;color:#df3d38}

.comment-lis .date{float:right;font-size:12px;color:#999}

.comment-lis .comment-txt{padding:0;}

.comment-lis .comment-txt .star{margin-top:10px;position:relative;width:79px;height:14px;background:url(../imgs/star.png) no-repeat -79px 0}

.comment-lis .comment-txt .star:after{content:'';position:absolute;width:79px;height:14px;background:url(../imgs/star.png) no-repeat 0 0}

.comment-lis .comment-txt .star5:after{width:79px;}

.comment-lis .comment-txt .star4:after{width:63px;}

.comment-lis .comment-txt .star3:after{width:47px;}

.comment-lis .comment-txt .star2:after{width:31px;}

.comment-lis .comment-txt .star1:after{width:15px;}

.comment-lis .comment-txt .star0:after{width:0;}

.comment-lis .comment-txt .txt{padding:10px 0;color:#666666;line-height:1.6}



.tm-m-photos{}

.tm-m-photos,.tm-m-photos-thumb {zoom: 1;}

.tm-m-photos-thumb {margin: 0;list-style-type: none;}

.tm-m-photos-thumb li {float: left;border: 1px solid #e2e2e2;padding: 1px;width:50px;height:50px;margin-right: 10px;font-size:0;position: relative;text-align:center;transition: border-color .2s ease-out;}

.tm-m-photos-thumb .tm-current {border: 2px solid #df3d38;padding:0;}

.tm-m-photos-thumb li img{display:inline-block;max-width:100%;max-height:100%;vertical-align:middle}

.tm-m-photos-thumb li span{display:inline-block;height:100%;vertical-align:middle}

.tm-m-photo-viewer {float:left;position: relative;display:none;margin-top: 10px;background: #fff;overflow: hidden;}

.tm-m-photo-viewer img{border:1px solid #e2e2e2}

.tm-m-photo-viewer-navleft,  .tm-m-photo-viewer-navright {bottom: 0;background: url(../imgs/s.gif);position: absolute;}

.tm-m-photo-viewer-navleft {top: 0;left: 0;width: 50px;cursor: pointer;}

.tm-m-photo-viewer-navright {top: 0;right: 0;width: 50px;cursor: pointer;}

.tm-m-photo-viewer-navleft{background: url(../imgs/prev.cur) no-repeat center;background-size:100% auto}

.tm-m-photo-viewer-navright{background: url(../imgs/next.cur) no-repeat center;background-size:100% auto}

.tm-m-photo-viewer-navicon {display: none;font-size: 40px;font-style: normal;color: #b8b8b8;cursor: pointer;}

.tm-m-photo-viewer img{max-width:100% !important;max-height:300px !important}

/*评论end*/





















.goods-footer-nav {

    width: 100%;

    height: 50px;

    position: fixed;

    z-index: 222;

    left: 0;

    bottom: 0px;

    background-color: hsla(0,0%,100%,.95);

    padding-top: 0;

    padding-bottom: 0;

    border-top: none;

    box-sizing: border-box;

    display: -webkit-box;

    display: box;

    display: -webkit-flex;

    display: flex;

}

.bdr-top:before {

    height: 1px;

    content: '';

    width: 100%;

    border-bottom: 1px solid #e3e5e9;

    position: absolute;

    top: -1px;

    right: 0;

    transform: scaleY(0.5);

    -webkit-transform: scaleY(0.5);

    z-index: 10;

}

.goods-footer-nav a.nav-button {

    width: 14%;

    height: 42px;

    margin-top: 3px;

    position: relative;

    display: block;

    box-sizing: border-box;

}

.goods-footer-nav a.nav-button em {

    width: 21px;

    height: 21px;

    display: block;

    margin: 2px auto;

    background-color: #fff;

    position: relative;

}

.goods-footer-nav a em.goods-collect-nav {

    background: url(../imgs/ic_star_normal.png) no-repeat center center;

    background-size: 21px;

}

.goods-footer-nav a em.goods-collect-nav.active {

    background: url(../imgs/ic_star_normal2.png) no-repeat center center;

    background-size: 21px;

}

.goods-footer-nav a.nav-button span {

    font-size: .2rem;

    color: #666;

    display: block;

    text-align: center;

    -webkit-text-size-adjust: none;

    line-height: 20px;

}

.goods-footer-nav .btn-group {

    display: block;

    width: 100%;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

}

.goods-footer-nav .btn-group dl{

    display: -webkit-box;

    display: box;

    position: relative;

}

.goods-footer-nav dl dd {

    width: 50%;

    height: 50px;

    text-align: center;

    border-top: 0px;

    cursor: pointer;

    box-sizing: border-box;

    position: relative;

    -webkit-box-flex: 1;

    box-flex: 1;

    background-color:#000000

}

.goods-footer-nav dl .flow {

    background: #005bac;

    border-top: 0px;

}

.goods-footer-nav dl dd a {

    font-size: 15px;

    line-height: 50px;

    color: #FFF;

    display: inline-block;

    width: 100%;

    height: 50px;

}



.gotop {

    display: none;

    width: 40px;

    height: 40px;

    position: fixed;

    bottom: 60px;

    right: 8px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    z-index: 251;

    background: rgba(255,255,255,.85);

    border: 1px solid #BFBFBF;

    border-radius: 50%;

    box-sizing: border-box;

    -webkit-transition: bottom .8s ease,opacity .6s ease;

    opacity: 1;

}

.gotop img {

    display: block;

    width: 40px;

    height: 40px;

}













.choose-attribute-mask {

    position: fixed;

    width: 100%;

    height: 100%;

    background: #000;

    opacity: 0.7;

    filter: alpha(opacity=15);

    left: 0;

    top: 0;

    z-index: 10000;

    display: none;

}

.choose-attribute-main {

    position: fixed;

    bottom: 0px;

    left: 0;

    width: 100%;

    z-index: 10001;

    display: none;

}

@-webkit-keyframes spec-menu-move{

0% {

-webkit-transform:translate3d(0, 100%, 0);

transform:translate3d(0, 100%, 0)

}

}

@-moz-keyframes spec-menu-move {

0% {

-webkit-transform:translate3d(0, 100%, 0);

-moz-transform:translate3d(0, 100%, 0);

transform:translate3d(0, 100%, 0)

}

}

@keyframes spec-menu-move{

0% {

-webkit-transform:translate3d(0, 100%, 0);

-moz-transform:translate3d(0, 100%, 0);

transform:translate3d(0, 100%, 0)

}

}

@-webkit-keyframes spec-menu-back{

to {

-webkit-transform:translate3d(0, 100%, 0);

transform:translate3d(0, 100%, 0)

}

}

@-moz-keyframes spec-menu-back{

to {

-webkit-transform:translate3d(0, 100%, 0);

-moz-transform:translate3d(0, 100%, 0);

transform:translate3d(0, 100%, 0)

}

}

@keyframes sspec-menu-back {

to {

-webkit-transform:translate3d(0, 100%, 0);

-moz-transform:translate3d(0, 100%, 0);

transform:translate3d(0, 100%, 0)

}

}

.spec-menu-hide {

    -webkit-animation: spec-menu-back .3s both ease;

    -moz-animation: spec-menu-back .3s both ease;

    animation: spec-menu-back .3s both ease;

}

.spec-menu-show {

    -webkit-animation: spec-menu-move .3s both ease;

    -moz-animation: spec-menu-move .3s both ease;

    animation: spec-menu-move .3s both ease;

    display: block;

}

.choose-attribute-header {

    padding: .2rem 0;

    color: #58595b;

    position: relative;

    background: #fff;

}

.choose-attribute-header img {

    width: 90px;

    height: 90px;

    border: #f8f8f8 1px solid;

    border-radius: 4px;

    padding: 3px;

    background: #FFF;

    margin-top: -15px;

    margin-left: 15px;

    float: left;

    box-sizing: border-box;

}

.attribute-header-right {

    margin-left: 10px;

    float: left;

    overflow: hidden;

    width: 60%;

}

.attribute-header-right span {

    display: block;

    width: 100%;

    overflow: hidden;

    color: #666;

    font-size: 14px;

    line-height: 150%;

    margin-bottom: 5px;

    white-space: nowrap;

    text-overflow: ellipsis;

}

.attribute-header-right p {

    color: #666;

    font-size: 14px;

    line-height: 150%;

    margin-bottom: 5px;

}

.attribute-header-right p i:first-child {

    margin-right: 5px;

}

.attribute-header-right span.price-color {

    color: #548dd4;

    font-size:16px

}



.choose-attribute-close{

    background: url(../imgs/c_cancel.png) center no-repeat;

    background-size: 10px 10px;

    width: 20px;

    height: 20px;

    top: 0;

    right: 5px;

    margin: 0;

    position: absolute;

    border-radius: 50%;

    opacity: 0;

    -webkit-transition: top 0.5s ease;

    transition: top 0.5s ease;

}

.choose-attribute-close.show{

    width: 38px;

    height: 29px;

    line-height: 25px;

    text-align: center;

    background-color: rgb(255, 255, 255);

    font-size: 22px;

    right: 8px;

    border-radius: 0px;

    border-top-right-radius: 3px;

    border-top-left-radius: 3px;

    z-index: 9999;

    opacity: 1;

    border: 0px;

    font-size: 22px;

    color: #000;

    top: -25px !important;

    position: absolute;

    -webkit-transition: top 0.5s ease;

    transition: top 0.5s ease;

    opacity: 1;

}

.choose-attribute-close.show{

    width: 38px;

    height: 29px;

    line-height: 25px;

    text-align: center;

    background-color: rgb(255, 255, 255);

    font-size: 22px;

    right: 8px;

    border-radius: 0px;

    border-top-right-radius: 3px;

    border-top-left-radius: 3px;

    z-index: 9999;

    opacity: 1;

    border: 0px;

    font-size: 22px;

    color: #000;

    top: -25px !important;

    position: absolute;

    -webkit-transition: top 0.5s ease;

    transition: top 0.5s ease;

    opacity: 1;

}

.choose-attribute-content {

    padding: 15px;

    background: #ffffff;

    overflow-y: scroll;

    -webkit-overflow-scrolling: touch;

    max-height: calc(100vh - 300px);

}

.choose dl.attr {

    padding-bottom: 6px;

}

.choose dl.attr dt {

    width: 100%;

    font-size: 16px;

    line-height: 35px;

    color: #222;

}

.choose dl.attr dd ul li {

    display: inline-block;

    margin-right: 5px;

    margin-bottom: 10px;

    border: 1px solid #f3f5f7;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

}

.choose dl.attr dd a {

    padding: 0 15px;

    line-height: 30px;

    display: inline-block;

    color: #666;

}

.choose dl.attr dd li.selected {

    border: 1px solid;

    -moz-border-radius: 10px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    color:#005bac;

    border-color:#005bac

}

.choose dl.attr dd li.selected a{

    color:#005bac;

}

.goods-buy-number {

    width: 100%;

    display: inline-block;

}

.goods-buy-number .title1 {

    float: left;

    width: 100px;

    font-size: 16px;

    line-height: 60px;

    color: #222;

}

.goods-buy-number .item1 {

    float: right;

    width: 60%;

    height: 50px;

    overflow: hidden;

    padding: 5px 0px;

    box-sizing: border-box;

}

.goods-buy-number .item1 .cart-box {

    width: 118px;

    margin-top: 11px;

    float: right;

    position: relative;

    display: -webkit-box;

    display: box;

    display: -webkit-flex;

    display: flex;

}

.choose-attribute-content .goods-buy-number .item1 .cart-box span {

    position: relative;

    max-width: 32px;

    min-width: 32px;

    height: 32px;

    line-height: 32px;

    background: #f7f7f7 !important;

    text-align: center;

    display: block;

    width: 100%;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

}

.goods-buy-number .item1 .cart-box span.decrease.disabled {

    background: #f7f7f7 !important;

}

.goods-buy-number .item1 .cart-box span .row {

    border-radius: 20px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left: -7px;

    margin-top: -1px;

    width: 14px;

    height: 2px;

    background-color: #999;

}

.goods-buy-number .item1 .cart-box span .col {

    border-radius: 20px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left: -1px;

    margin-top: -7px;

    width: 2px;

    height: 14px;

    background-color: #999;

}

.goods-buy-number .item1 .cart-box span.disabled .row {

    background-color: #ccc;

}

.goods-buy-number .item1 .cart-box .num {

    height: 32px;

    width: 45px;

    margin: 0 1px;

    color: #333;

    font-size: 12px;

    text-align: center;

    border: none;

    background: #f7f7f7;

}

.choose-foot {

    width: 100%;

    height: 45px;

    text-align: center;

    font-size: 0;

    position: relative;

    bottom: 0;

    z-index: 102;

}

.choose-foot a {

    display: block;

    height: 45px;

    line-height: 46px;

    color: #fff;

    font-size: 0.3rem;

    text-align: center;

    cursor: pointer;

}

.choose-foot a.button-attr {

    width: 50%;

    float: left;

    background-color:#000

}

.choose-foot a.button-attr.add-cart {

    background: #005bac;

}









































