.menpiao_box {
    width: 100%;
    padding-bottom: 0.3rem;
    margin-bottom: 0.2rem;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
   /* margin-top: 0.2rem;*/
}

.jpmp {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0.3rem 0;
    border-left: solid 0.1rem #009eff;
    text-indent: 0.2rem;
    font-size: 0.28rem;
}

.menpiao_box .iscroll_box {
    width: 100%;
    height: auto;
    /*overflow-x: visible;
    overflow-y: hidden*/
   overflow: hidden;
}

.menpiao_box ul {
    width: auto;
    height: auto;
    overflow: hidden;
    /*padding-left: 0.3rem*/
}

html {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

html::-webkit-scrollbar {
    width: 0px
}

::-webkit-scrollbar {
    display: none
}

.menpiao_box ul li {
    float: left;
    width: 2.8rem;
    height: auto;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    border-radius: 0.03rem;
    overflow: hidden;
}

.menpiao_box ul li .li_img {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}

.menpiao_box .li_img img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.menpiao_box .li_cont {
    width: 100%;
    height: 0.8rem;
    box-sizing: border-box;
    border: solid 1px #efefef;
    border-top: 0;
}

.menpiao_box .li_cont h3 {
    width: 100%;
    /*height: 0.4rem;
    line-height: 0.4rem;*/
    font-size: 0.24rem;
    margin: 0;
    border-left: 0;
    text-indent: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    padding: 0.05rem 0;
}

.menpiao_box .li_cont h3 span {
    color: rgb(39, 102, 146)
}

.menpiao_box .li_cont .li_price {
    width: 100%;
    line-height: 0.3rem;
    color: rgb(245, 13, 0);
    font-size: 0.24rem;
    text-indent: 0.1rem
}

.menpiao_box .li_price_info {
    float: left;
    width: 40%;
    font-size: 0.2rem;
}

.li_price_info b {
    font-size: 0.26rem;
    font-weight: 500;
}

.li_price_info span {
    color:#666;
    font-size: 0.18rem;
}

.menpiao_box .nowbuy {
    float: right;
    width: 56%;
    text-align: right;
    
}

.menpiao_box .nowbuy a {
    color: rgb(250, 150, 36);
    font-size: 0.18rem;
    padding-right: 0.06rem;
}

.zby_box {
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin-bottom: 0.2rem
}

.zby_box h3 {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    margin: 0.3rem 0;
    border-left: solid 0.1rem rgb(31, 204, 158);
    text-indent: 0.2rem;
    font-size: 0.32rem
}

.zby_list_box {
    width: 100%;
    height: auto;
    overflow-x: visible;
    overflow-y: hidden
}

.zby_list_box ul {
    width: auto;
    width: 300%;
    padding: 0 0.1rem;
    overflow: hidden
}

.zby_list_box ul li {
    float: left;
    position: relative;
    width: 3.5rem;
    height: 3.16rem;
    margin: 0 0.2rem;
}

.zby_list_box ul li img {
    width: 100%;
    height: auto
}

.zby_list_box ul li .zby_list_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.zby_list_cont .zby_list_price {
    width: 16.5%;
    line-height: 0.4rem;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 4%;
    top: 0;
    background-color: rgb(249, 122, 87)
}

.zby_list_cont .zby_list_tit {
    width: 100%;
    height: 0.8rem;
    line-height: 0.4rem;
    color: rgb(153, 153, 153);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.28rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.gallery {
    width: 100%;
    height: 4.1rem;
    background: rgb(255, 255, 255);
    overflow: hidden
}

.gallery_li {
    float: left;
    width: 4.6rem;
    height: 4.1rem;
    transform: scale(0.9);
    transition: all 0.5s;
}

.gallery_li img {
    width: 100%;
    height: 100%
}

.gallery_li .zby_list_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.zby_list_cont .zby_list_price {
    width: auto;
    line-height: 0.4rem;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 4%;
    top: 0;
    background-color: rgb(249, 122, 87);
    border-radius: 0 0 5px 5px;
    padding: 0.1rem;
}

.zby_list_cont .zby_list_price b {
    font-size: 0.36rem;
}

.zby_list_cont .zby_list_tit {
    width: 100%;
    height: 0.8rem;
    line-height: 0.4rem;
    color: rgb(153, 153, 153);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.28rem
}

.is-selected {
    transform: scale(1)
}

.is-selected .zby_list_tit {
    width: 100%;
    color: rgb(255, 255, 255);
}

.carousel {
    position: relative;
}
.carousel .focus {
    bottom: -0.2rem
}

.carousel .focus>div {
   left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}
.current {
    width: 0.4rem;
    border-radius: 6px;
    background: #009eff
}

.carousel .focus>div span {
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.08rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    display: inline-block;
    float: inherit
}
.current {
    width: 0.4rem!important;
    background:#009eff!important;
    border-radius: 0.6rem!important;
}
.mplist{overflow: hidden;}


.zby_list_box { width: 100%; height: auto; background-color: rgb(255, 255, 255); overflow: hidden;margin-bottom: 0.5rem;}
.zby_list_box ul { width: 95%; margin: 0 auto; overflow: hidden;padding:0;}
.zby_list_box ul li {height:auto;margin: 0 0 0.2rem 0;box-sizing:border-box;float: left; width: 48.3%;overflow:hidden;border-radius: 0.05rem 0.05rem 0 0;position: relative;}
.zby_list_box ul li:nth-child(2n+1){margin-right: 0.2rem;}
.zby_list_box ul li .dayitem{position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5);font-size: 0.24rem;color: #fff;width: 1rem;height: 0.4rem;text-align: center;border-radius: 0.03rem;line-height: 0.4rem;}
.zby_list_box ul li .li_left { width: 100%; height: 2.3rem;overflow: hidden; }
.zby_list_box ul li .li_left img { width: 100%; height: 100%;}
.zby_list_box ul li .li_right {  width: 100%; box-sizing: border-box; padding: 0 5%;position:relative;/*height: 1.5rem;*/overflow: hidden;border:1px solid #efefef;border-top: 0;}
.zby_list_box ul li .li_right h3{ width: 100%;font-size: 0.24rem;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;color: #333;padding-top: 0.1rem;height:auto;
line-height:auto;margin:0;border-left:0;text-indent: 0;font-weight: 500;}
.zby_list_box ul li .li_right .li_price { width: 100%; line-height: 0.4rem; color: #ff0000; font-size: 0.24rem;margin: 0.15rem 0 0.1rem;}
.zby_list_box ul li .li_right .li_price b { font-size: 0.36rem;font-weight: 500;}
.zby_list_box ul li .li_right .li_price span { color: #666;font-size: 0.2rem;}