html, body{overflow-x:hidden;    max-width: 740px;margin: auto;background: none;font-size: .24rem}

.get_coupon_ok{
    /*background: #f0f0f0!important;*/
    color: #666!important;
}
.back_top_img{
    width: .87rem;
    height: .87rem;
    position: fixed;
    right: .24rem;
    top: 80%;
    display: none
}
@media screen and (min-width: 739px){
    .posi {
        /*display: none;*/
    }
}
.rule_toggle {
    position: absolute;
    right: .6rem;
    top: .26rem;
    width: .2rem;
    transform: rotate(90deg);
}
.fxyj {
    width: 1.02rem;
    height: 1.36rem;
    position: fixed;
    top: 70%;
    right: .2rem;
    z-index: 2;
}
.img66{margin-top: .5rem}
.ellipsis_one{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ellipsis_two{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*倒计时*/
.fl {
    float: left;
}

.fr {
    float: right;
}
.diy_time{
    width: max-content;
    padding: 0 .37rem;
    height: .47rem;
    line-height: .47rem;
    position: relative;
    left: 50%;
    background: rgba(0,0,0,.25);
    border-radius: .23rem;
    font-size: .2rem;
    color: #fff;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.diy_time_box{
    height: 0
}
.diy_time #dao{
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
display: -moz-box; /* Firefox 17- */
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
display: -moz-flex; /* Firefox 18+ */
display: -ms-flexbox; /* IE 10 */
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: -0.01rem;*/
    height: .3rem
}
.diy_time p{
    width:.43rem;
    height:.31rem;
    background:rgba(255,255,255,.3);
    border-radius:.04rem;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    line-height: .31rem;
}
.diy_time span{
    color: #F6F1AA;
}


/*----------------------------------*/


/*四个长方形商品图*/
.fore_pic{
    padding: 0 .24rem;
}
.fore_pic ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .27rem
}
.fore_pic ul li{
    width: 49%;
    margin-bottom: .16rem;
}
.fore_pic ul li img{
    /*height: 1.39rem;*/
    width: 100%
}
.fore_pic_big ul li img{
    /*height: 2.84rem*/
	border-radius: .14rem;
}
/*-------------------*/


/*六个长方形商品图 动态*/
.six_pic_big{
    padding: 0;
    position: relative;
}
.six_pic_big ul{
    display: flex;
    /*flex-wrap: nowrap;*/
    /*overflow-x: scroll;*/
    align-items: center;
    position: relative;
}
.six_pic_big ul li{
    /*margin-left: .2rem*/
}
.six_pic_big ul li img{
    width: 2rem;
    animation: change 1s infinite;
    margin-right: .2rem
}
.six_pic_small img{
    width: 1.7rem!important
}
@keyframes change{
    0% {transform: scale(1);}
    50% {transform: scale(.96);}
    100% {transform: scale(1);}
}
/*.six_pic_big ul::-webkit-scrollbar {
  display: none; 
}*/
/*-------------------*/



/*底部*/
.footer_fixed {
    height: 1rem;
    background: #fff;
    /* padding: 0 .56rem; */
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    width: 100%;
     max-width: 740px; 
     z-index: 10
}
.footer_fixed ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 1rem;
}
.footer_fixed ul li img {
    height: .4rem; 
    margin: auto;
}
.footer_fixed ul li p {
    font-size: .2rem;
    color: #333333;
    padding-top: .05rem;
    text-align: center;
}
/*---------------------------------*/


/*顶部banner*/
.banner ul {
    width: 100%;
    height: 1.1rem;
    background: url(../2018m1212_img/m1212_04.jpg)no-repeat;
    background-size: contain;
}
.banner ul li {
    float: left;
    list-style: none;
    width: 20%;
    margin-top: 0.17rem;
    margin-left: 0.3rem;
}

.banner ul li a {
    color: white;
    font-size: 0.35rem;
}

.banner ul li a img {
    width: 100%;
}



/*商品*/
.banner_marginTop{
    margin-top: .3rem
}
.img1 {
    width: 100%;
    height: auto;
}
.selection {
    margin-top: 0.4rem
}

.sort {
    margin-bottom: 0.3rem;
}

.sort ul li a {
    color: black;
}

.sort ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 .28rem;
}

.sort ul li {
    width: 49%;
    background: white;
    position: relative;
    margin-top: 2%;
    border-radius: 0.13rem
}

.sort_bottom {
    padding: .21rem .18rem .3rem .18rem;
}
.sort_bottom_title {
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: .76rem;
    line-height: .38rem;
    margin-bottom: .1rem;
	word-break: break-all;
}
.sort_bottom_title {
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: .76rem;
    line-height: .38rem;
    margin-bottom: .1rem;
}
.sort_bottom_money{
    font-size: 0.32rem;
    color: #FF0022;
    font-weight: bold;
}
.sort_bottom_money span {
    font-size: .24rem;
    color: #999999;
    text-decoration: line-through;
    font-weight: 100;
    padding-left: .1rem;
}
.sort_bottom_sales {
    font-size: .24rem;
    color: #999999;
    padding-top: .1rem;
}
.shop_che {
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
}
.yh {
    background: url(//www.zhue.cn/themes/zhue/diy/images/2019919/yh.png)no-repeat;
    background-size: 100% 100%;
}

.yh {
    height: .37rem;
    line-height: .37rem;
    position: absolute;
    top: 0.15rem;
    left: 0;
}
.yh p {
    color: #fff!important;
    font-size: 0.25rem;
    padding: 0 .1rem;
}
/*-------*/


/*猜你喜欢第一个*/
.recommended {
    width: 100%;
    float: left;
    padding-bottom: 16px;
    background: rgb(240,240,240);
    margin-top: 0.1rem;
    height: 5.2rem;
            /*margin-left: 0.25rem;*/
    border-radius: .13rem
}

.recom_tit {
    width: 90%;
    margin: .6rem 5% .2rem;
    border-top: 1px solid #cacaca;
}

.recom_tit span {
    width: 1.4rem;
    text-align: center;
    color: #333333;
    font-size: .24rem;
    margin: 0 auto;
    margin-top: -.2rem;
    display: block;
    background: #ebeced;
}

.recom_list {
    display: block;
    float: left;
    width: 47%;
    height: .48rem;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: .48rem;
    background: #fff;
    border-radius: .24rem;
    margin-top: 0.3rem;
    margin-left: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*------------*/


/*回到顶部*/
.toptop {
    display: flex;
    justify-content: center;
    align-items: center;
}
.goTop {
    width: 4.08rem;
    height: 0.81rem;
    text-align: center;
    border: 2px solid yellow;
    line-height: 0.7rem;
    color: #fff;
    border-radius: 30px;
    /* margin-top: 0.7rem; */
    box-sizing: border-box;
    font-size: 0.32rem;
    margin-bottom: 0.5rem;
}
/*-------------*/

.more_nav {
    width: .8rem;
    position: absolute;
    right: .26rem;
    margin-top: -.34rem;
    top: auto;
}
.banner {
    width: 100%;
    vertical-align: bottom;
    display: block;
}





/*一排3个图片*/
.shop_box2 {
    padding: .27rem 0rem .2rem .24rem;
}
.store_box_bottom {
    display: flex;
    /*overflow-x: scroll;*/
    border-radius: 0 0 .12rem .12rem;
    width: 100%;
    align-items: center;
    background: none;
}
.shop_box2 li {
    border-radius: .13rem!important;
    width: 31.3%;
    margin-right: .1rem!important;
    margin-bottom: .1rem;
    background: #fff;
    float: left;
}
.today_main_pic {
    width: 100%;
    padding: .12rem;
    box-sizing: border-box;
}
.today_main{width: 100%}
.today_main_bottom {
    position: relative;
    padding: 0rem .12rem .1rem .12rem;
}
.today_main_tit {
    color: #333333;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: .6rem;
    line-height: .3rem;
    padding-top: .1rem;
}
.today_main_money {
    color: #FF0022;
    font-size: .28rem;
    font-weight: bold;
    padding-top: .02rem;
    padding-bottom: .12rem;
}
.today_main_yj {
    height: .3rem;
}
.today_main_yj p {
    color: #fff!important;
    background: #F23030;
    font-size: .19rem;
    display: table-cell;
    padding: 0 .1rem;
}
.today_main_sales {
    color: #999999;
    font-size: .19rem;
    padding-top: .1rem;
    margin-bottom: .15rem;
}
.shop_che2 {
    position: absolute;
    bottom: 0.19rem;
    right: 0.14rem;
    width: 0.5rem;
    height: 0.5rem;
}
/*--------------------*/


/*导航跳转*/
.posi {
    background: #fff;
    width: 100%;
    color: #F23030;
    height: .85rem;
    z-index: 9;
    max-width: 720px;
    margin: auto 0!important;
    left: auto!important;
}
.swiper-container {
    width: 88%!important;
}
.swiper-container {
    border-right: none!important;
}
.swiper-wrapper div.checked {
    color: #F23030!important;
    font-weight: bold;
    margin-left: 0.15rem!important;
    /* background: url(themes/zhue/diy/images/m2019fw315/fw_10.png) no-repeat; */
}
.swiper-wrapper div {
    line-height: .85rem!important;
    font-size: .29rem;
    padding-left: .3rem;
    margin-left: 0;
}

.posi_rimg2 {
    width: 12%!important;
    height: .85rem;
    padding: 0;
}
.toggle_flo {
    width: 100%!important;
    max-width: 740px;
}
.toggle_flo {
    z-index: 10!important;
}
.tf_top div {
    color: #F23030!important;
    line-height: .85rem;
    font-size: .29rem;
    padding-right: 15px;
}
.posi_rimg {
    width: .85rem;
    height: .85rem;
    margin-top: -0.3rem;
}
.posi_rimg {
    background: none!important;
}
.tf_btm {
    margin: 10px!important;
}
.tf_btm li {
    width: 33%!important;
    font-size: .29rem;
}
/*------------------------*/

#J_ItemList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 .24rem;
    justify-content: space-between;
    margin-top: .2rem
}
#J_ItemList .single_item {
    width: 49%;
}
#J_ItemList .sort ul li {
    width: 100%;
    margin-bottom: .15rem;
    margin-top: 0;
}

#J_ItemList .sort ul {
    margin: 0;
}
#J_ItemList .sort {
    margin-bottom: 0;
}

.like_goods {
    display: flex;
    flex-wrap: wrap;
    margin: 0 .24rem;
    justify-content: space-between;
    margin-top: .2rem
}
.like_goods .single_item {
    width: 49%;
}
.like_goods .sort ul li {
    width: 100%;
    margin-bottom: .15rem;
    margin-top: 0;
}

.like_goods .sort ul {
    margin: 0;
}
.like_goods .sort {
    margin-bottom: 0;
}
/*-----------------------------*/


.back_top_img {
    width: .87rem;
    height: .87rem;
    position: fixed;
    right: .24rem;
    top: 81%;
    display: none;
    z-index: 10
}



/*设备小专题*/

.sb_goods_box{
    display: flex;
    align-items: center;
    padding: .2rem .17rem;
    background: #fff;
    border-radius: .1rem;
    margin-bottom: .2rem
}
.sb_goods_box a{
    display: flex;
    align-items: center;
}
.sb_goods_left{
    width: 2.3rem;
    height: 2.3rem;
    position: relative;
    flex-shrink: 0;
}
.rankimg_goods{
    position: absolute;
    top: 0;
    left: 0
}
.top_goods{
    width: .33rem;
    height: .42rem;
}
.rankimg_goods p{
    font-size: .21rem;
    color: #fff;
    position: absolute;
    top: .1rem;
    left: 0rem;
    width: .33rem;
    text-align: center;
}
.sb_goods_img{
    width: 100%;
    width: 100%;
    display: block;
}
.sb_goods_name{
    font-size: .27rem;
    color: #000000;
    font-weight: bold;
    line-height: .4rem;
    height: .8rem;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .14rem;
    margin-top: -.05rem
}
.sb_goods_right{

    padding-left: .39rem;
    position: relative;
}
.sb_goods_want{
    display: flex;
    align-items: center;
}
.sb_goods_want img{
    width: .3rem;
    height: .3rem;
    z-index: 1
}
.sb_goods_want p{
    border-radius: 0 .15rem .15rem 0;
    font-size: .24rem;
    color: #333333;
    background: #FBF4EA;
    /* padding: 0 .13rem; */
    height: .3rem;
    line-height: .3rem;
    margin-left: -.1rem;
    padding-left: .2rem;
    padding-right: .2rem;
}
.sb_goods_buy p{
    background: #FBEAEA;
    margin: .14rem 0;
    margin-left: -.1rem;
}
.sb_goods_price{
    font-size: .27rem;
    color: #000;
    font-weight: bold;
    padding-top: .19rem;
}
/*.shop_che {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 0.5rem;
    height: 0.5rem;
}*/

@media screen and (max-width: 320px) {
    .rankimg_goods p{
        top: .07rem
    }
    .posi_rimg{
        margin-top: -0.35rem;
    }
}

/*猜你喜欢默认推荐*/
.recommended{margin-bottom: .15rem;height: 5rem}
.recommended img{border-radius: .13rem;height: 5.31rem;}
@media screen and (max-width: 320px) {
    .recommended img{height: 5.4rem;}
}
@media screen and (min-width: 720px) {
    .recommended img{height: 5.17rem;}
}




/*开头优惠券*/
.coupon_ok{
    width: 1rem;
    position: absolute;top: 0;
    right: 0
}
.int_point_coupon_bottom {
    padding: 0 0rem .34rem .24rem;
}
.int_point_coupon_bottom ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
.int_point_coupon_bottom ul li {
    width: 31.2%;
    height: 1.5rem;
    background: url(https://www.zhue.cn/themes/zhue/diy/images/20191111/11sb_05.png);
    background-size: 100% 100%;
    margin-right: .12rem;
    position: relative;
    margin-bottom: .12rem
}
.int_point_coupon_bottom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
}
.coupon_bottom_left {
    width: 80%;
    color: #DA1701;
    text-align: center;
}
.coupon_bottom_right {
    font-size: .21rem;
    color: #DA1701
}
.coupon_bottom_right p{
    font-size: .21rem
}
.coupon_bottom_right {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.int_point_money {
    color: #222222;
    font-size: .37rem;
    font-weight: bold;
    color: #DA1701
}
.int_point_money span {
    font-size: .15rem;
    font-weight: normal;
    color: #DA1701
}
.int_point_name {
    font-size: .17rem;
    white-space: nowrap;
    white-space: initial;
    width: 100%;
    overflow: hidden;
}
.int_point_man {
    font-size: .17rem;
}

/*优惠券结束*/


/*3*3图*/
.three_pic {
    padding: 0 0 0 .14rem;
}
.three_pic ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.three_pic ul li {
    width: 31.6%;
    margin-top: .1rem;
    margin-right: .1rem;
}
.three_pic ul li img {
    width: 100%;
}
/*--------------------------*/


/*直播live*/
.guide_one_pic a {
    position: relative;
    /* height: 3.75rem; */
    width: 100%;
    display: block;
    margin-bottom: .1rem;
}
.guide_one_pic img {
    width: 100%;
}

.sort_top_pic {
    width: 100%;
    border-radius: 0.13rem 0.13rem 0 0 ;
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1rem!important;
    height: 1rem!important;
}
/*----*/

/*头部上面一个大图 下面2个小图*/
.big_banner, .small_banner {
    margin: 0 .24rem;
}
.big_banner img {
    width: 100%;
    margin-top: .3rem;
    margin-bottom: .14rem;
}
.small_banner {
    display: flex;
    justify-content: space-between;
}
.small_banner img {
    width: 100%;
}
.small_banner a{
    width: 49%
}

/*---------------*/

.df_js{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.df_js li{
    margin-right: 0rem!important;
    margin-bottom: .2rem;
    background: none
}

/*3个不连的商品*/
.three_goods_nolian li{
    background: #fff!important;
}
.three_goods_nolian li:nth-child(3n){
    margin-left: 0!important;
    margin-right:auto;
}
/*----*/

/*3个连的商品*/
.three_goods_lian li {
    background: #fff;
    width: 34.4%;
    float: left;
}
.three_goods_lian{
    background: #fff;
    border-radius: 0 0 .13rem .13rem;
}
.three_goods_lian li{background: transparent}
.three_goods_lian li:nth-child(3n) {
  margin-left: -.12rem;
  margin-right: -.12rem;
}
/*-----------*/


/*左右排版*/
.bargain_goods {
    background: white;
    margin-bottom: 1px;
    padding: .27rem;
    box-sizing: border-box;
    margin: .2rem .28rem;
    border-radius: .2rem;
}
.bargain_goods a {
    display: flex;
    align-items: center;
}
.bargain_goods_left {
    /* float: left; */
    width: 2rem;
}
.bargain_goods_left img {
    width: 2rem;
    height: 2rem;
    border-radius: .13rem;
}
.bargain_goods_right {
    /* float: left; */
    margin-left: 0.22rem;
    position: relative;
    width: 66%;
}
.bargain_title {
/*  color: #333333;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    height: .76rem;
    line-height: .38rem;*/
    color: #333333;
    font-size: 0.28rem;
    font-weight: bold;
    height: .76rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.bargain_peoplr {
    color: #999999;
    font-size: 0.24rem;
}
.bargain_score {
        height: 0.33rem;
/*    width: 1.5rem;
    width: max-content;
    padding: 0 .1rem;
    height: 0.33rem;
    color: #F23030;
    font-size: 0.24rem;
    background: rgb(253,240,240);
    text-align: center;
    line-height: 0.33rem;
    margin-top: 0.12rem;
    font-weight: normal;*/
}
.bargain_score p{
    width: max-content;
    padding: 0 .1rem;
    height: 0.33rem;
    color: #F23030;
    font-size: 0.24rem;
    background: rgb(253,240,240);
    text-align: center;
    line-height: 0.33rem;
    margin-top: 0.12rem;
    font-weight: normal;
}
.bargain_money {
    margin-top: 0.52rem;
    color: #333333;
    font-size: 0.28rem;
    font-weight: bold;
}
.bargain_money span {
    color: #F23030;
    font-size: .29rem;
}

.bargain_goods_box{width: 100%}
.bargain_btn {
    color: #fff;
    background: #F40808;
    background: linear-gradient(90deg,rgba(244,8,8,1) 0%,rgba(255,67,17,1) 100%);
    text-align: center;
    font-size: 0.28rem;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    font-weight: 400;
    font-family: DroidSansFallback;
    border-radius: .4rem;
    padding: 0rem 0.18rem;
    line-height: .5rem;height: .5rem;
    display: flex;
    align-content: center;
    justify-content: center;
}
.bargain_btn_bfb{
    border: 1px solid #F23030;
    color: #fff;
    background: #F40808;
    background: linear-gradient(90deg,rgba(244,8,8,1) 0%,rgba(255,67,17,1) 100%);
    text-align: center;
    font-size: 0.28rem;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    font-weight: 400;
    font-family: DroidSansFallback;
    border-radius: .07rem;
    padding: 0rem 0.18rem;
    height: .9rem;
    flex-direction: column;
}
.bargain_btn_bfb_outer{
    width: 100%;
    height: .07rem;
    background: rgb(253,150,134);
    border-radius: .03rem;
}
.bargain_btn_bfb p{font-size: .28rem;margin-bottom: .02rem}
.bargain_btn_bfb_inner{

    height: .07rem;
    background: #FFFFFF;
    border-radius: .03rem;
    background: #fff
}
.bargain_btn_bfb_text{
    font-size: .14rem
}

/*--------------------------------*/
.df{display: flex;}


/*上下滚动样式  518主会场*/
.scrollDiv {
    height: .54rem;
    line-height: .54rem;
    overflow: hidden;
    position: relative;
    top: -4rem;
    background: url(https://www.zhue.cn/themes/zhue/diy/images/2020_imges/m518+_03.png)no-repeat;
    background-size: 100% 100%;
    width: max-content;
    text-align: center;
    margin: auto;
    padding: 0 .1rem
}
.scrollDiv li {
    height: .54rem;
}
.scrollDiv li a{
    color:#E83307;
    font-size: .32rem;
}

.scrollDiv2{
    height: .54rem;
    line-height: .54rem;
    overflow: hidden;
/*    position: absolute;
    top: 4.2rem;
    background-size: 100% 100%;
    width: max-content;
    text-align: center;
    margin: auto;
    left: 50%;*/

    position: relative;
    top: -.6rem;
    background-size: 100% 100%;
    width: max-content;
    text-align: center;
    margin: auto;
    /*left: 0;*/


    background: rgba(0,0,0,.5);
    border-radius: .5rem;
    font-size: .2rem;
    color: #fff;
    /*-webkit-transform: translate(-50%);*/
    /*-moz-transform: translate(-50%);*/
    /*-ms-transform: translate(-50%);*/
    /*transform: translate(-50%);*/
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0 .2rem;
    max-width: 4rem;
}
.scrollDiv2 li{
    height: .54rem;
    line-height: .54rem;
}

.scrollDiv2 ul li a{
    font-size: .21rem;
    color: #fff;
}
.scrollDiv2 li span{
    color: #ffea92
}
/*--------------*/

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.one-txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.df_ac{
    display: flex;
    align-items: center;
}
.df_ac_jc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.df_ac_jsb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fd_c{
	flex-direction: column;
}
.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.diy_pop_mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.diy_pop_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999;
}
.close_coupon_pop {
    width: .6rem;
    height: .6rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
.coupon_img {
    width: 5.33rem;
    height: 6.66rem;
    border-radius: .4rem;
}

.diy_right_fixed{
    position: fixed;
    right: .24rem;
    width: 1.2rem;
    height: 1.2rem;
    top: 70%;
    z-index: 999
}



.popular_venue{
    background: url(https://www.zhue.cn/themes/zhue/diy/images/2020_imges/919rxhc.png);
    background-size: 100% 100%;
    height: 2.5rem;
    margin: 0 .28rem;
    box-sizing: border-box;
}
.popular_venue img{
    width: 1.88rem
}
.popular_venue ul{
    width: 81%;
    overflow: scroll;
    margin-left: 1.3rem;
}
.popular_venue ul li{margin-right: .2rem}


  .browse_time{
    background: url(https://www.zhue.cn/mobile/themes/zhue/images/919djsBj.png)no-repeat;
    background-size: 100% 100%;
    width: 1.2rem;
    height: 1.2rem;
    position: fixed;
    top: 60%;
    right: .24rem;
    z-index: 9999;
    color: #fff;
    font-size: .4rem;
    line-height:1.3rem;
    text-align: center;
  }

  .btn_bg{
    background: linear-gradient(90deg, #FD6500 0%, #FA0300 100%);
  }
  .m028{
    margin: 0 .28rem;
  }
  .p028{
    padding: 0 .28rem;
  }
     @font-face {
      font-family: 'zhueFontTxt';
      src: url('https://www.zhue.cn/mobile/themes/zhue/zhueFont_txt.ttf');
    }
    @font-face {
      font-family: 'zhueFontNum';
      src: url('https://www.zhue.cn/mobile/themes/zhue/zhueFont_num.ttf');
    }
    .font_num{    font-family: zhueFontNum;}

.btn_bg {
    background: linear-gradient(90deg, #FD6500 0%, #FA0300 100%);
}
.diy_title_pic{padding: 0 .2rem;box-sizing: border-box;}

/*双11赞助样式*/
.sponsor11{
    height: 3.02rem;
    margin: 0 .2rem;
}
.sponsor11_left{
    background: url(https://www.zhue.cn/themes/zhue/diy/images/2020_imges/11stbj_03.png)no-repeat;
    background-size: 100% 100%;
    padding: .32rem .24rem;
    height: 100%;
    box-sizing: border-box;
    width: 33%
}
.sponsor11_logo{
    border-radius: .4rem;
    height: .48rem;
    line-height: .48rem;
    background: #fff;
    width: 1.12rem;
}
.sponsor11_logo img{
    width: .9rem;
}
.sponsor11_box .sponsor11{margin-bottom: .1rem}
.sponsor11_box .sponsor11:last-child{margin-bottom: 0}
.sponsor11_left a{width: 100%;height: 100%;display: block;}
.sponsor11_right_item a{display: block;}
.sponsor11_left p{
    color: #fff;
    font-size: .24rem;
    margin-top: .1rem
}
.sponsor11_go{
    border-radius: 50%;
    background: #fff;
    
    width: .5rem;
    height: .5rem;
    font-size: .2rem;
    margin-top: .1rem;
    font-weight: bold;
}
.sponsor11_right{
    background: #fff;
}
.sponsor11_right{
    width: 67%;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 100%;
    border-radius: 0 .13rem .13rem 0;
}
.sponsor11_right_item{
    width: 49%;
    flex-shrink: 0;
    padding: .15rem 0 .15rem .15rem;
    box-sizing: border-box;
}
.sponsor11_right img{
    width: 90%;margin: auto;
}
.sponsor11_right_name{
    font-size: .24rem;
    margin: .1rem 0;
}
.sponsor11_right_price{
    font-size: .24rem;
    color: #E8210D;
    font-weight: bold;
}
/*-----------*/


.roll-wrap2{
    position: relative;
    overflow-x: scroll;
}
.roll-wrap2 ul li::after{
    /*content: :'';*/
    /*display: block;*/
    /*line-height: 0*/
}
.roll-wrap2 ul li{
    /*float: left;*/
}
.roll_row2 ul{
    /*width: max-content;*/
}
.roll_row2 .roll__list li {

}
.aside_fixed{
    position: fixed;
    width: 1rem;
    right: .24rem;
    top: 73%;
    z-index: 9999;
}
.right_fixed{
	position: fixed;
	right: .28rem;
	top: 70%;
	z-index: 9999;
}
.mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.progress_box {
    position: relative;
    border-radius: .07rem;
    height: .27rem;
    width: 1.4rem;
    margin: auto;
    line-height: .27rem;
}
.outer_width {
    width: 1.4rem;
    height: 100%;
    background: #F40808;
    background: linear-gradient(90deg,#FFC19A 0%,#FFBB92 100%);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: .07rem;
}
.inner_width {
    height: 100%;
    background: #F40808;
    background: linear-gradient(90deg,#FF8516 0%,#FF721D 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .07rem;
}
.progress_num {
    position: relative;
    color: #fff;
    font-size: .16rem;
}
.red{
	color: #F23030;
}