body{
    background: #f0f0f0;
}

a {
    /*display: block;*/
}
.box {
    max-width: 15rem;
    margin:0 auto;
}

/*header 搜索框部分*/
.sn-nav {
    z-index: 99;
}

.sn-app .sn-nav {
    display:none;
}

.sn-nav-list {
    width: 100%;
    height: 2rem;
    margin-top: -1px;
    z-index: 98;
    padding: .4rem 0;
}
.sn-nav-icon {
    width: 2rem;
    height: 1.16rem;
}
.sn-nav-txt {
    font-size: .4rem;
    color: #666;
    width: 2rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
}
.sn-nav-img {
    margin: 0 auto;
    width: .8rem;
    height: .8rem;
    background: url(../images/shouye.png) center no-repeat;
    background-size: 100% 100%;
}
.sn-nav-list .sn-nav-inp {
    top: .28rem;
    left: 1.6rem;
    width: 12.52rem;
    height: 1.22rem;
    background: rgba(242,242,242,0.90);
    border-radius: 2.48rem;
}

.sn-nav-list .sn-nav-inp .sn-search-iconbtn {
    display: block;
    margin: .36rem .3rem;
    width: .48rem;
    height: .48rem;
    background: url("../images/search-icon.png") no-repeat;
    background-size: 100% 100%;
}

.sn-nav-list .search-url {
    display: block;
    line-height: 1.22rem;
    color: #cacaca;
    font-size: .52rem;
    overflow: hidden;
}

.mui-scroll-hide-header {
    -webkit-transform: translate3d(0,-1.76rem,0) !important;
    transform: translate3d(0,-1.76rem,0) !important;
}

.mui-scroll-hide-trans {
    -webkit-transition: -webkit-transform .3s linear!important;
    transition: -webkit-transform .3s linear!important;
    transition: transform .3s linear!important;
    transition: transform .3s linear,-webkit-transform .3s linear!important;
}

.lazyimg {
    margin:0 auto;
    /*position: absolute;*/
    /*top:3.76rem;*/
    /*top:1.76rem;*/
    /*left: 0;*/
    position: relative;
    /*overflow-y: auto;*/
}

/*tab 横向滚动样式*/
.tag-list {
    height: 2.4rem;
    /*width: 100%;*/
    width:15rem;
    margin:0 auto;
    overflow: hidden;
    background: #fff
}

.tag-list .tag-nav-scroller {
    position: absolute;
    left: 0;
    top: 0
}

.tag-list .tag-nav-scroller ul {
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto
}

.tag-list li {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: inline-block;
    /*float: left;*/
    height: 2.4rem;
    text-align: center;
    width: 2.5rem;
    -webkit-box-sizing: border-box;
    background: #fff
}

.tag-list li.cur {
    background: #fa4b4b
}

.tag-list li.cur a span{
    color: #fff
}

.tag-list li a img {
    display: block;
    width: 1.26rem;
    height: 1.34rem;
    margin-top: .22rem;
    margin-left: .62rem;
    background: inherit;
}

.tag-list li a span {
    font-family:'.PingFangSC-Regular';
    font-size:.44rem;
    color: #444444;
    letter-spacing:0;
    text-align:center;
}

.classsify-wp {
    height: 2.4rem;
    width: 100%;
    background: #fff;
    z-index: 90;
    position: relative
}

.sticky-temp {
    width:15rem;
    height: 2.4rem;
}

.tab-list {
    margin-top:.4rem;
    width:15rem;
    margin:0 auto;
}
.tab-list .tabContentLi {
    display: none;
}

.tab-list .tabContentLi.on {
    display: block;
}


/*snap*/
.snap  {
    width:15rem;
    height: auto;
    background: #ffffff;
    position: relative;
    text-align: center;
    margin-top:.4rem;
}
.snap .snap-title {
    display: inline-block;
    font-family:'FZLTZHK--GBK1-0';
    font-size:.64rem;
    line-height: .9rem;
    font-weight: bold;
    color:#333333;
    letter-spacing:0;
    text-align:center;
    margin-top: .4rem;
}
.snap .snap-title-en {
    font-family:'.PingFangSC-Medium';
    font-size:.36rem;
    color:#999;
    letter-spacing:0;
    text-align:center;
    /*margin-top: -.2rem;*/
    padding-bottom: .4rem;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}
.snap .snap-title:before {
    content: '';
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}
.snap4 {
    width:3.75rem!important;
}
.snap .snap-title:after {
    content: '';
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}

.snap .snap-time {
    width:15rem;
    height: 1.3rem;
    line-height: 1.3rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}

.snap .snap-time-left {
    float: left;
    margin-left: .4rem;
}

.snap .snap-biqiang {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.98rem;
    height: 0.84rem;
    background: url(../images/biqiang.png) no-repeat;
    background-size: contain;
}

.snap .snap-time-left .h,.m,.s{
    box-sizing: border-box;
    display: inline-block;
    width:.72rem;
    height: .76rem;
    line-height: .76rem;
    border-radius:3px;
    background: #000;
    margin:0 .26rem;
    /*padding: .05rem .05rem; */
    font-family:'.PingFangSC-Medium';
    font-size:.52rem;
    color:#ffffff;
    letter-spacing:0;
    text-align:center;
}
.snap .snap-time-right {
    float: right;
    margin-right: .4rem;
}

.snap .snap-tab {
    width:15rem;
    height: 1.6rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    background: #fff;
    /*position: relative;*/
    border-bottom: 1px solid rgba(242,242,242,0.90);
}

.snap .snap-tab ul {
    width:15rem;
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    // border-bottom: 1px solid rgba(242,242,242,0.90);
}

.snap .snap-tab ul li{
    webkit-box-flex: 1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: inline-block;
    text-align: center;
    width: 3rem;
    -webkit-box-sizing: border-box;
    background: #fff;
    color: #444;
    font-size: .56rem;
}
.snap .snap-tab ul li.cur {
    color:#ff4400;
}
.snap .snap-tab ul li.cur:before{
    content: "";
    display: inline-block;
    width: .38rem;
    height: .52rem;
    margin-right: .1rem;
    vertical-align: top;
    margin-top: .54rem;
    background: url(../images/ip.png) no-repeat;
    /* background-size: .38rem .52rem; */
    background-size: contain;
}

.snap-tab-content {
    width:15rem;
    background: #fff;
    // margin-top: .4rem;
    position: relative;
    overflow: hidden;
}

.snap-sub-title {
    width:15rem;
    height:1.4rem;
    line-height:1.4rem;
    padding-left:.4rem;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}

.snap-sub-title .su-name {
    font-size:.48rem;
    color:#333333;
    margin-right:.2rem;
    padding-left:.34rem;
    float:left;
    position:relative;
}

.snap-sub-title .su-name:before {
    position:absolute;
    left:0;
    top:.42rem;
    content:'';
    background:#333333;
    width:.08rem;
    height:.48rem;
}

.snap-sub-title .su-en-name {
    font-size:.4rem;
    color:#999999;
    float:left;
}

.snap-tab-content .snap-items{
    overflow: hidden;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}

.snap-tab-content .snap-items .items-left {
    width:4rem;
    height: 4rem;
    margin:.4rem;
    float: left;
    text-align: center;
    position: relative;
}

.snap-tab-content .snap-items .items-left img {
    width:4rem;
    height:4rem;
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.snap-tab-content .snap-items .items-right {
    width:9.8rem;
    height: 4.36rem;
    margin-top: .44rem;
    text-align: left;
    position: relative;
    float: left;
}

.snap-tab-content .snap-items .items-right .name {
    font-family:'PingFangSC-Regular';
    font-size:.52rem;
    line-height: 0.65rem;
    height:1.2rem;
    color:#333333;
    letter-spacing:-0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.snap-tab-content .snap-items .items-right .sale-percent {
    box-sizing: border-box;
    width:3rem;
    height:.56rem;
    line-height: .56rem;
    position: relative;
    border: 1px solid #fd8989;
    border-radius: 1.16rem;
    // background:rgba(255,68,0,0.39);
    overflow: hidden;
    margin-top: .1rem;
}

.snap-tab-content .snap-items .items-right .sale-percent .s-dot {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    /*width:20%;*/
    border-radius: 1.16rem 0 0 1.16rem;
    // background:#ff4400;
    background:#FFB69B;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}


.snap-tab-content .snap-items .items-right .sale-percent .s-text {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    text-align: center;
    font-family:'PingFangSC-Regular';
    font-size:.44rem;
    color:#FF5D22;
    letter-spacing:0;
}


.snap-tab-content .snap-items .items-right .price {
    position: absolute;
    bottom:.5rem;
    left: 0;
}

.snap-tab-content .snap-items .items-right .price .sale-price {
    font-family:'PingFangSC-Medium';
    display: inline-block;
    font-size:.6rem;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
}
.snap-tab-content .snap-items .items-right .price .sale-price-t {
    font-family:'PingFangSC-Medium';
    display: inline-block;
    font-size:.6rem;
    font-weight: bold;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
}

.snap-tab-content .snap-items .items-right .price .tag-price {
    font-family:'PingFangSC-Regular';
    display: inline-block;
    font-size:.52rem;
    color:#999999;
    letter-spacing:0;
    text-align:left;
    margin-left: .1rem;
}
.snap-tab-content .snap-items .items-right .buy {
    display: none;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    bottom: .2rem;
    right: .46rem;
    // background: url(../images/spcart90.png) no-repeat;
    background: url(../images/new-cart-big.png) no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
}
.snap-tab-content .snap-items .items-right .same {
    bottom:.2rem;
    right:.46rem;
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    /*bottom: .3rem;*/
    /*right: .24rem;*/
    background: url('../images/new-same-small.png') no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
}

.new-space {
    width:15rem;
    height:.2rem;
    background-color:#f2f2f2;
}
.graybuy {
    // background: url(../images/buygray90.png) no-repeat!important;
    background: url(../images/new-cart-big-gray.png) no-repeat!important;
    background-size: 1.6rem 1.6rem!important;
    background-position: bottom right!important;
}
.list .same {
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    /*bottom: .3rem;*/
    /*right: .24rem;*/
    background: url('../images/new-same-small.png') no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
}

.volume .same {
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    /*bottom: .3rem;*/
    /*right: .24rem;*/
    background: url('../images/new-same-big.png') no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
}
/*list*/
.list  {
    width:15rem;
    height: auto;
    background: #ffffff;
    position: relative;
    text-align: center;
    margin-top:.4rem;
}
.list .list-title {
    display: inline-block;
    font-family:'FZLTZHK--GBK1-0';
    font-size:.64rem;
    line-height: .9rem;
    font-weight: bold;
    color:#333333;
    letter-spacing:0;
    text-align:center;
    margin-top: .4rem;
}
.list .list-title-en {
    font-family:'.PingFangSC-Medium';
    font-size:.36rem;
    color:#999;
    letter-spacing:0;
    text-align:center;
    /*margin-top: -.2rem;*/
    padding-bottom: .4rem;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}
.list .list-title:before {
    content: '';
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}
.list .list-title:after {
    content: '';
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}

.list .list-content {
    width:15rem;
    height: auto;
}

.list .list-content .list-items {
    width:15rem;
    height: 9.42rem;
    margin-bottom: .4rem;
}

.wd {
    background-image:linear-gradient(-1deg, #f9f8f2 0%, #fff7e3 99%);
}

.sk {
    background-image:linear-gradient(-1deg, #f3e9f2 0%, #ffe3ff 99%);
}

.sk2 {
    background-image:linear-gradient(-1deg, #f5ffff 0%, #d6f4ff 98%);
}




.list .list-content .list-items .list-items-title {
    box-sizing: border-box;
    text-align: left;
    margin-left: .4rem;
    padding-top: .4rem;
    line-height: .84rem;
}

.list .list-content .list-items .list-items-title .title-ch {
    height: .84rem;
    font-family:'PingFangSC-Semibold';
    font-size:.6rem;
    color:#444444;
    letter-spacing:0;
    text-align:left;
}

.list .list-content .list-items .list-items-title .title-ch:after{
    content: "";
    width:1px;
    height: .84rem;
    vertical-align: bottom;
    margin-left: .4rem;
    display: inline-block;
}

.list .list-content .list-items .list-items-title .title-en {
    font-family:'PingFangSC-Regular';
    font-size:.44rem;
    letter-spacing:0;
    text-align:left;
    margin-left: .4rem;
}


.list .list-content .wd .list-items-title .title-ch:after{
    background:#ada067;
}
.list .list-content .sk .list-items-title .title-ch:after{
    background:#ad67a2;
}
.list .list-content .sk2 .list-items-title .title-ch:after{
    background:#677bad;
}

.list .list-content .wd .list-items-title .title-en {
    color:#ada067;
}
.list .list-content .sk .list-items-title .title-en{
    color:#ad67a2;
}
.list .list-content .sk2 .list-items-title .title-en{
    color:#677bad;
}
.list .list-content .list-items-content {
    padding: 0 .4rem;
    margin-top: .4rem;
    overflow: hidden;
    height: 7.26rem;
}

.list .list-content .list-items-content ul li {
    background: rgba(0,0,0,0.03);
    width: 4.4rem;
    height: 7.26rem;
    margin-right: .2rem;
    position: relative;
}

.list .list-content .list-items-content ul li .tip {
    position: absolute;
    left: -.1rem;
    top: -.1rem;
    width:1.34rem;
    height: 1.34rem;
    z-index: 11;
}
.list .list-content .list-items-content ul li .tip1 {
    background: url('../images/snmarket_panicsale_hg0.png') no-repeat;
    background-size: contain;
}
.list .list-content .list-items-content ul li .tip2 {
    background: url('../images/snmarket_panicsale_hg1.png') no-repeat;
    background-size: contain;
}
.list .list-content .list-items-content ul li .tip3 {
    background: url('../images/snmarket_panicsale_hg2.png') no-repeat;
    background-size: contain;
}
.list .list-content .list-items-content ul li .list-img {
    width:4.4rem;
    height: 4.4rem;
    text-align: center;
    position: relative;
}

.list .list-content .list-items-content ul li .list-img img {
    width:4.4rem;
    height:4.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    // position: relative;
    // top: 50%;
    // -webkit-transform: translateY(-50%);
    // transform: translateY(-50%);
}

.list .list-content .list-items-content ul li .goodsDesc {
    width:3.9rem;
    margin: .16rem auto 0;
    /*margin-top: .16rem;*/
}
.list .list-content .list-items-content ul li .goodsDesc .name {
    font-family: '.PingFangSC-Regular';
    font-size: .52rem;
    color: #333333;
    letter-spacing: 0;
    line-height: .65rem;
    text-align: left;
    overflow: hidden;
    /*height: 1.26rem;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}

.list .list-content .list-items-content ul li .goodsDesc .sale-price {
    font-family:'.PingFangSC-Medium';
    font-size:.56rem;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
    margin-top: .2rem;
}

.list .list-content .list-items-content ul li .same {
    bottom:0;
    right:.24rem;
}

.list .buy{
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/new-cart-small.png") no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
    /*background-size: contain;*/
}


/*volume*/
.volume  {
    width:15rem;
    height: auto;
    background: #ffffff;
    position: relative;
    text-align: center;
    margin-top:.4rem;
}
.volume .volume-title {
    display: inline-block;
    font-family:'FZLTZHK--GBK1-0';
    font-size:.64rem;
    line-height: .9rem;
    font-weight: bold;
    color:#333333;
    letter-spacing:0;
    text-align:center;
    margin-top: .4rem;
}
.volume .volume-title-en {
    font-family:'.PingFangSC-Medium';
    font-size:.36rem;
    color:#999;
    letter-spacing:0;
    text-align:center;
    /*margin-top: -.2rem;*/
    padding-bottom: .4rem;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}
.volume .volume-title:before {
    content: '';
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}
.volume .volume-title:after {
    content: '';
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}

.volume .volume-content {
    width:15rem;
    height: auto;
    overflow: hidden;
    position: relative;
}

.volume .volume-content ul {
    overflow: hidden;
}

.volume .volume-content ul li {
    box-sizing: border-box;
    width:7.48rem;
    height:10.52rem;
    float: left;
    position: relative;
    border-right: 1px solid rgba(242,242,242,0.90);
    border-bottom: 1px solid rgba(242,242,242,0.90);
}
.volume .volume-content ul li .juImg {
    width:6.6rem;
    height: 6.6rem;
    text-align: center;
    margin:.42rem .44rem 0;
    position: relative;

}
.volume .volume-content ul li .juImg img {
    width:6.6rem;
    height:6.6rem;
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform:  translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.volume .volume-content ul li .volumeDesc {
    width:6.6rem;
    margin:0 auto;

    text-align: left;
    margin-top: .4rem;
}

.volume .volume-content ul li .volumeDesc .name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    font-family:'.PingFangSC-Regular';
    font-size:.52rem;
    color:#444444;
    letter-spacing:0;
    line-height:.72rem;
    height: 1.4rem;
    text-align:left;
}

.volume .volume-content ul li .volumeDesc .sale-price {
    font-family:'PingFangSC-Medium';
    font-size:.6rem;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
    margin-right: .1rem;
}

.volume .volume-content ul li .volumeDesc .tag-price {
    font-family:'PingFangSC-Regular';
    font-size:.52rem;
    color:#999999;
    letter-spacing:0;
    text-align:left;
}

.volume .volume-content ul li .volumeDesc .has-sale {
    position: absolute;
    left: .44rem;
    bottom:.24rem;
    height:.56rem;
    line-height: .56rem;
    font-family:'PingFangSC-Regular';
    font-size:.44rem;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
    background:#ffe0e1;
    padding:0 .1rem;
}

.volume .volume-content ul li .buy {
    right:.4rem;
}

.volume .volume-content ul li .same {
    bottom:.1rem;
    right:.4rem;
}

.volume .buy{
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    bottom: .1rem;
    right: .3rem;
    background: url("../images/new-cart-big.png") no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
    /*background-size: contain;*/
}

/*start*/
.start  {
    width:15rem;
    height: auto;
    background: #ffffff;
    position: relative;
    text-align: center;
    margin-top:.4rem;
}
.start .start-title {
    display: inline-block;
    font-family:'FZLTZHK--GBK1-0';
    font-size:.64rem;
    line-height: .9rem;
    font-weight: bold;
    color:#333333;
    letter-spacing:0;
    text-align:center;
    margin-top: .4rem;
}
.start .start-title-en {
    font-family:'.PingFangSC-Medium';
    font-size:.36rem;
    color:#999;
    letter-spacing:0;
    text-align:center;
    /*margin-top: -.2rem;*/
    padding-bottom: .4rem;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}
.start .start-title:before {
    content: '';
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}
.start .start-title:after {
    content: '';
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .2rem;
    width:.46rem;
    height: 1px;
    background-color: #333;
}

.start .start-tab{
    width:100%;
    /*margin-top: .3rem;*/
    border-bottom: 1px solid rgba(242,242,242,0.90);
    background: #fff;
}
.mt {
    /*margin-top: .3rem;*/
}
.start .tab-temp {
    width:15rem;
    /*height: 1.12rem;*/
    height: 1.42rem;
}

.tabFixed {
    position: fixed;
    top:4.4rem;
    z-index: 999;
}
.start .start-tab ul {
    width: 14.2rem;
    margin:0 auto;
    overflow: hidden;
}

.start .start-tab ul li {
    font-family:'PingFangSC-Regular';
    font-size:.52rem;
    color:#444;
    letter-spacing:0;
    float: left;
    width:2.7rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius:.16rem;
    /*text-align: center;*/
    margin-right: .12rem;
    position: relative;
}

.start .start-tab ul li.cur {
    /*display: inline-block;*/
}
.start .start-tab ul li.cur {
    color:#ff4400;;
}

.start .start-tab ul li.cur:before{
    content: "";
    display: inline-block;
    width: .38rem;
    height: .52rem;
    vertical-align: top;
    margin-top: .5rem;
    background: url(../images/ip.png) no-repeat;
    /*background-size: .38rem .52rem;*/
    background-size: contain;
}

/*.start-content-items {
    overflow: hidden;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}*/
.start-content-items {
    overflow: hidden;
    border-bottom: 1px solid rgba(242,242,242,0.90);
}
.start-content-items .items-left {
    width:3.72rem;
    height: 3.72rem;
    margin:.54rem;
    text-align: center;
    float: left;
    position: relative;
}

.start-content-items .items-left img {
    width:3.7rem;
    height:3.72rem;
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.start-content-items .items-right {
    width:9.8rem;
    height: 4.36rem;
    margin-top: .44rem;
    text-align: left;
    position: relative;
    float: left;
}

.start-content-items .items-right .name {
    font-family:'PingFangSC-Regular';
    font-size:.52rem;
    line-height: 0.65rem;
    height: 1.3rem;
    color:#333333;
    letter-spacing:-0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.start-content-items .items-right .key {
    height:.8rem;
    overflow:hidden;
    margin-top: .1rem;
    color:#ff6d56;
}
.start-content-items .items-right .price {
    position: absolute;
    bottom:.4rem;
    left: 0;
}

.start-content-items .items-right .price .sale-price {
    font-family:'PingFangSC-Medium';
    font-size:.6rem;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
    margin-right: .15rem;
}

.start-content-items .items-right .price .tag-price {
    font-family:'PingFangSC-Regular';
    font-size:.52rem;
    color:#999999;
    letter-spacing:0;
    text-align:left;
}
.start-content-items .items-right .buy {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    bottom: .1rem;
    right: .46rem;
    // background: url(../images/spcart90.png) no-repeat;
    background: url(../images/new-cart-big.png) no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
}

.start-content-items .items-right  .same {
    bottom:.1rem;
    right:.46rem;
}
.start-content-items .same {
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    /*bottom: .3rem;*/
    /*right: .24rem;*/
    background: url('../images/new-same-big.png') no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
}


/*清仓*/
.clear-content {
    width:15rem;
    height: auto;
    overflow: hidden;
    position: relative;
}

.clear-content ul {
    overflow: hidden;
}

.clear-content ul li {
    box-sizing: border-box;
    width:7.48rem;
    height:11.32rem;
    float: left;
    position: relative;
    border-right: 1px solid rgba(242,242,242,0.90);
    border-bottom: 1px solid rgba(242,242,242,0.90);
}
.clear-content ul li .juImg {
    width:6.48rem;
    height: 6.48rem;
    position: relative;;
    margin:.48rem .5rem 0;
    position: relative;
}
.clear-content ul li img {
    width:6.48rem;
    height:6.48rem;
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.clear-content ul li .volumeDesc {
    width:6.6rem;
    margin:0 auto;
    text-align: left;
}
.clear-content ul li .volumeDesc .name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    height: 1.3rem;
    font-family:'.PingFangSC-Regular';
    font-size:.52rem;
    color:#444444;
    letter-spacing:0;
    line-height:.6868rem;
    text-align:left;
}

.clear-content ul li .volumeDesc .key {
    font-family:'.PingFangSC-Regular';
    font-size:.52rem;
    color:#ff4400;
    letter-spacing:0;
    line-height:.6868rem;
    height: .6868rem;
    text-align:left;
    overflow:hidden;
    margin-top: .1rem;
}

.clear-content ul li .volumeDesc .sale-price {
    margin-top: .1rem;
    font-family:'PingFangSC-Medium';
    font-size:.6rem;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
    /*margin-top: .3rem;*/
    margin-bottom: -.2rem;
}

.m2 {
    margin-top: .1rem;
    margin-bottom: -.1rem;
}
.clear-content ul li .volumeDesc .tag-price {
    font-family:'PingFangSC-Regular';
    font-size:.52rem;
    color:#999999;
    letter-spacing:0;
    text-align:left;
    padding-left: .15rem;
}

.clear-content ul li .volumeDesc .has-sale {
    font-family:'PingFangSC-Regular';
    margin-top: .1rem;
    font-size:.44rem;
    color:#ff4400;
    letter-spacing:0;
    text-align:left;
    padding:0 .1rem;
}

.clear-content ul li .buy {
    right:.44rem;
    bottom: .64rem;
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    bottom: .64rem;
    right: .64rem;
    background: url("../images/new-cart-big.png") no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
    /*background-size: contain;*/
}

.clear-content ul li .same {
    right:.44rem;
    bottom:.64rem;
}

.clear-content ul li .same {
    display: none;
    width:1.8rem;
    height: 1.8rem;
    position: absolute;
    /*bottom: .3rem;*/
    /*right: .24rem;*/
    background: url('../images/new-same-big.png') no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: bottom right;
}


/*常买*/
.always .key span {
    display: inline-block;
    vertical-align: middle;
}
.always .key .info {
    background:#e62e31;
    border-radius:3.62rem;
    font-family:'FZLTZHK--GBK1-0';
    font-size:.3624rem;
    color:#ffffff;
    text-align:left;
    padding: 0 .1rem;
}

.always .key .chip {
    color:#ffaa00;
}

.always .has-buy {
    font-family:'PingFangSC-Regular';
    font-size:.48rem;
    color:#999999;
    letter-spacing:0;
    text-align:left;
    margin-left: .1rem;
}

.no-buy {
    box-sizing: border-box;
    padding-top: 2rem;
    padding-bottom: 3rem;
    width:15rem;
    height: auto;
    text-align: center;
    background-color: #F2F2F2;
}

.no-buy img {
    width:5rem;
    background: 0;
    margin:0 auto;
}

.no-buy p {
    margin-top: 1rem;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 99
}

.fixed1 {
    position: fixed;
    top:2.4rem;
    z-index: 99;
}

.stickyTab {
    position: -webkit-sticky!important;
    top: 2.39rem;
    /*top:4.3rem;*/
    left: 0;
    right: 0;
    z-index: 40;
}


.sn-loading-type {height: 2rem; line-height: 2rem;margin: 0 auto 2rem auto;padding: 0;background: #f0f0f0;}
.sn-loading-type .end,.sn-loading-type .loading {display:none;}
.sn-loading-type[data-status='hide'] {display:none;}
.sn-loading-type[data-status='loading'] .loading {display:block;}
.sn-loading-type[data-status='end'] .end {display:block}
.sn-loading-type .sn-end-loading {position: relative;border: 0;margin-top: 0}
.sn-loading-type .sn-end-loading:before,.sn-loading-type .sn-end-loading:after {content: '';width: 5rem; border: solid #d2d2d2;border-width: 1px 0 0 0;position: absolute;left: .4rem;top: .9rem;}
.sn-loading-type .sn-end-loading:after {left: initial;right: .4rem;}
.sn-loading-type .sn-end-loading span {color:#d2d2d2;display: block;text-align: center;width: 100%;position: static;margin: 0;padding: 0;-webkit-transform: none;background: 0 }

.fix-car-wrap {
    position: fixed;
    bottom: 2.5rem;
    left: .6rem;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-border-radius: 50%;
    z-index: 120;
    background-image: url('../images/leftcart.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.fix-car-wrap .count {
    position: static;
    display: inline-block;
    min-width: .6rem;
    height: .6rem;
    border-radius: .3rem;
    background: #e21d1d;
    text-align: center;
    line-height: 1.2em;
    color: #FFF;
    z-index: 102;
    padding: .02rem .08rem;
    margin: -0.16rem 0 0 1.2rem;
}

#Top {
    position: fixed;
    bottom: 2.5rem;
    right: .6rem;
    border-radius: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url('../images/totop.png');
    background-size: cover;
    z-index: 50;
}

.imgBg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: -1.2rem;
    margin-top: -1.2rem;
    background: url(../images/saleout.png) no-repeat;
    background-size: contain;
}

.imgQBg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: -1.2rem;
    margin-top: -1.2rem;
    background: url(../images/qiangout.png) no-repeat;
    background-size: contain;
}

ul.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 15rem;
    height: 2rem;
    background: #ffffff;
    z-index: 300;
}


ul.bottom li {
    width: 3rem;
    height: 2rem;
}


ul.bottom li img {
    margin: 0.1rem 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
}


ul.bottom li img {
    margin: 0.2rem 1.05rem 0.1rem;
    width: 0.9rem;
    height: 0.9rem;
}


ul.bottom li p {
    width: 3rem;
    height: 1rem;
    margin-top: 0.1rem;
    text-align: center;
    font-size: 0.4rem;
}

ul.bottom li p.cur{
    color:#fa4a37;
}
.gray {
    color:#666!important;
}

.showImg {
    display: block;
}

.hideImg {
    display: none!important;
}