/*------------首页------------*/
.uk-flex-wrap {
    flex-wrap: wrap;
    word-break: break-all;
}
.gridbox-row .avatar {
    width:45px;
    height:45px;
    min-width:45px;
    min-height:45px;
    border-radius:50%;
    background-size:contain;
    background:url('../images/noface.png') no-repeat top contain;
}
/*----------个人中心----------*/
.per-wrap .user-box {
    position: relative;
    height: 90px;
    padding: 0 10px;
    background: url('../images/ico/m_user_bg.png')no-repeat top left;
    background-size: 100% 100%;
}

.per-wrap .avatar {
    margin-right: 10px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #ce4b1b;
    background-size: 100% 100%;
}

.per-wrap .user-info {
    overflow: hidden;
}

.per-wrap .user-icon,
.per-wrap .bulletin-icon,
.per-wrap .bulletin-more {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url()no-repeat center center;
    background-size: contain
}

.per-wrap .user-icon {
    background-image: url('../images/ico/m_person.png');
}

.per-wrap .bulletin-icon {
    background-image: url('../images/ico/m_pen.png');
}

.per-wrap .bulletin-box {
    margin-top: 12px;
    overflow: hidden;
}

.per-wrap .bulletin-inner {
    overflow: hidden;
}

.per-wrap .username,
.per-wrap .bulletin {
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}
.per-wrap .bulletin {
    color: #666;
    font-size: 12px;
}

.per-wrap .nav-lst{
    margin-top: 6px;
    background-color: #fff;
}

.per-wrap .nav-item{padding: 12px 0;}
.per-wrap .nav-item{
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
/*  .per-wrap .nav-item:nth-child(3n){border-right: 0;} */
/*  .per-wrap .nav-item:last-child{border-bottom: 0;} */

.per-wrap .nav-item .icon{
    width: 26px;
    height: 26px;
    /*background: url() no-repeat center center;*/
    background-size: contain;
}
.per-wrap .nav-item .icon.wallet{background-image: url('../images/ico/m_wallet.png');}
.per-wrap .nav-item .icon.sold{background-image: url('../images/ico/m_sold.png');}
.per-wrap .nav-item .icon.bought{background-image: url('../images/ico/m_bought.png');}
.per-wrap .nav-item .icon.hammer{background-image: url('../images/ico/m_hammer.png');}
.per-wrap .nav-item .icon.hand{background-image: url('../images/ico/m_hand.png');}
.per-wrap .nav-item .icon.coin{background-image: url('../images/ico/m_coin.png');}
.per-wrap .nav-item .icon.location{background-image: url('../images/ico/m_location.png');}
.per-wrap .nav-item .icon.star{background-image: url('../images/ico/m_star.png');}
.per-wrap .nav-item .icon.note{background-image: url('../images/ico/m_note.png');}
.per-wrap .nav-item .icon.assess{background-image: url('../images/ico/m_assess.png');}
.per-wrap .nav-item .icon.order{background-image: url('../images/ico/m_order.png');}
.per-wrap .nav-item .icon.badge{background-image: url('../images/ico/m_badge.png');}
.per-wrap .nav-item .icon.join{background-image: url('../images/ico/m_join.png');}
.per-wrap .nav-item .icon.vip{background-image: url('../images/ico/m_vip.png');}


.per-wrap .nav-item .text{
    margin-top: 20px;
    font-size: 12px;
    color: #000;
}
.per-wrap .nav-item .money{
    margin-top: 4px;
    font-size: 12px;
    color: #ce4b1b;
}
.per-wrap .nav-item:first-child .text{
    /*margin-top: 0;*/
}
.per-wrap .setting{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/ico/m_set.png')no-repeat center center;
    background-size: contain;
}

/*----------个人中心----------*/

.vip-wrap {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}
.vip-wrap .vip-box {
    width: 90%;
    height: 125px;
    border-radius: 15px;
    background: linear-gradient(91deg, #f8dfac 0%, #e9be76 100%);
}
.vip-wrap .vip-info-box {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: url('../images/icon/vip-bg.png') repeat;
    background-size:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vip-wrap .vip-info-box .line-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vip-wrap .vip-info-box .vip-name {
    color: #ce4b1b;
    font-size: 16px;
    font-weight: bold;
}

.vip-wrap .vip-info-box .upgrade-btn {
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    padding: 5px 8px;
    border-radius: 13px;
    box-sizing: border-box;
}

.vip-wrap .vip-info-box .upgrade-detail {
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    text-decoration:underline;
}


.per-wrap-1 {
    background-color: #ce4b1b;
    height: 190px;
    padding-top: 8px;
}
.per-wrap-1 .user-box {
    position: relative;
    /*height: 90px;*/
    padding: 0 10px;
    background-size: 100% 100%;
}

.per-wrap-1 .avatar {
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ce4b1b;
    background-size: 100% 100%;
}

.per-wrap-1 .user-info {
    overflow: hidden;
}

.per-wrap-1 .user-icon,
.per-wrap-1 .bulletin-icon,
.per-wrap-1 .bulletin-more {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url()no-repeat center center;
    background-size: contain
}

.per-wrap-1 .user-icon {
    font-size: 19px;
    line-height: 22px;
}

.per-wrap-1 .icon {
    color: #ffffff;
}

.per-wrap-1 .menu-icon {
    font-size: 30px;
}

.per-wrap-1 .menu-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    height: 31px;
}

.per-wrap-1 .bulletin-icon {
    font-size: 17px;
    line-height: 17px;
}

.per-wrap-1 .bulletin-box {
    margin-top: 10px;
    overflow: hidden;
}

.per-wrap-1 .bulletin-inner {
    overflow: hidden;
}

.per-wrap-1 .username,
.per-wrap-1 .bulletin {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
}
.per-wrap-1 .bulletin {
    color: #e9dbdb;
    font-size: 12px;
}

.header-menu {
    display:flex;
    justify-content: space-around;
    margin-top: 35px;
}

.header-menu .menu-icon {
    font-size: 25px;
    color:#ce4b1b;
}

.header-menu .menu-icon-img {
    width: 0.5rem;
    margin: 0.1rem 0;
}

.header-menu .menu-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    height: 31px;
    font-size: 14px;
}

/*  .per-wrap-1 .nav-item:nth-child(3n){border-right: 0;} */
/*  .per-wrap-1 .nav-item:last-child{border-bottom: 0;} */

.per-wrap-1 .nav-item .icon.wallet{background-image: url('../images/ico/m_wallet.png');}
.per-wrap-1 .nav-item .icon.sold{background-image: url('../images/ico/m_sold.png');}
.per-wrap-1 .nav-item .icon.bought{background-image: url('../images/ico/m_bought.png');}
.per-wrap-1 .nav-item .icon.hammer{background-image: url('../images/ico/m_hammer.png');}
.per-wrap-1 .nav-item .icon.hand{background-image: url('../images/ico/m_hand.png');}
.per-wrap-1 .nav-item .icon.coin{background-image: url('../images/ico/m_coin.png');}
.per-wrap-1 .nav-item .icon.location{background-image: url('../images/ico/m_location.png');}
.per-wrap-1 .nav-item .icon.star{background-image: url('../images/ico/m_star.png');}
.per-wrap-1 .nav-item .icon.note{background-image: url('../images/ico/m_note.png');}
.per-wrap-1 .nav-item .icon.assess{background-image: url('../images/ico/m_assess.png');}
.per-wrap-1 .nav-item .icon.order{background-image: url('../images/ico/m_order.png');}
.per-wrap-1 .nav-item .icon.badge{background-image: url('../images/ico/m_badge.png');}
.per-wrap-1 .nav-item .icon.join{background-image: url('../images/ico/m_join.png');}
.per-wrap-1 .nav-item .icon.vip{background-image: url('../images/ico/m_vip.png');}


.per-wrap-1 .nav-item .text{
    font-size: 15px;
    color: #ffffff;
}
.per-wrap-1 .nav-item .money{
    font-size: 12px;
    color: #f6e70e;
    line-height: 0.2rem;
}
.per-wrap-1 .nav-item:first-child .text{
    /*margin-top: 0;*/
}
.per-wrap-1 .setting{
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 9;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    font-size: 23px;
}

.menu-line {
    display: flex;
    margin: 5px 0;
}
.menu-item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
    align-items: flex-start;
    margin: 3px 15px;
    background-color: #ffffff;
    border-radius: 9px;
}

.menu-item-wrap .menu-item {
    width:100%;
    /*border-bottom: 1px solid #eee;*/
}

.menu-item-wrap .menu-item-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}
.menu-item-wrap .menu-item-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.menu-item-wrap .menu-item-info {
    margin: 0.1rem;
    font-size: 16px;
}

.menu-item-wrap .menu-icon {
    font-size: 22px;
    color:#ce4b1b;
}

.menu-item-wrap .count {
    color:#999;
}

.menu-item-wrap .menu-item-more {
    display: flex;
    justify-content: flex-end;
}

/*提现*/
.sum-wrap {
    padding: 0.2rem 0.2rem 0 0.2rem;
    background-color: #fff;
}
.sum-wrap > .title {
    font-size: 0.26rem;
}
.sum-wrap > .title .ico {
    margin-right: 0.12rem;
    vertical-align: middle;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../images/ico/t-moeny.png") center center no-repeat;
    background-size: cover;
}
.sum-wrap .sign {
    font-style: normal;
    font-size: 0.36rem;
    color: #404040;
}
.sum-wrap .count {
    height: 0.61rem;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.4rem;
}
.sum-wrap .count::-webkit-input-placeholder {
    color: #404040;
}
.sum-wrap .prompt-money {
    height: 0.76rem;
    line-height: 0.76rem;
}
.sum-wrap .prompt-money .pr-text {
    font-size: 0.22rem;
    color: #ce4b1b;
}
.sum-wrap .prompt-money .un-pr-text {
    font-size: 0.24rem;
    color: #737373;
}
.sum-wrap .prompt-money .pr-btn {
    width: 1.16rem;
    height: 0.36rem;
    border: 1px solid #ce4b1b;
    border-radius: 0.18rem;
    font-size: 0.2rem;
    color: #ce4b1b;
}
.card-wrap {
    margin-top: 0.2rem;
    padding: 0.2rem;
    background-color: #fff;
}
.card-wrap .title {
    font-size: 0.26rem;
}
.card-wrap .tit-text {
    display: inline-block;
}
.card-wrap .tit-text-ico {
    margin-right: 0.12rem;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../images/ico/t-card.png") center center no-repeat;
    background-size: cover;
}
.card-wrap .tit-btn {
    display: inline-block;
}
.card-wrap .tit-btn-ico {
    margin-left: 0.12rem;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../images/ico/more-arrow.png") center center no-repeat;
    background-size: cover;
}
.card-list {
    margin:10px;
}
.card-list li {
    margin-top:0.2rem;
    border-radius: 0.1rem;
    background-color:#ffffff;
    color: #333;
    padding:10px 20px 10px 20px;
    line-height:0.4rem;
}
.card-list li span{
    font-size: 0.24rem;
}
.card-list li em{font-style:normal;font-size:12px;float:right;color:#999;text-indent:20px;background:url() left center no-repeat;background-size:15px;}
.card-list li em.delete{background-image:url(../images/ico/i-trash.png)}

.confirm-wrap {
    margin-top: 2rem;
    padding-bottom: 0.3rem;
    width: 100%;
}
.confirm-wrap a.confirm-btn {
    margin-bottom: 0.36rem;
    width: 5.04rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    font-size: 0.34rem;
    box-shadow: 0 0 0.1rem #ce4b1b;
    background-color: #ce4b1b;
    color: #fff;
}
.confirm-wrap .confirm-pro {
    font-size: 0.22rem;
}
.confirm-wrap .confirm-pro .ico {
    margin-left: 0.1rem;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    font-style: normal;
    font-size: 0.18rem;
    background-color: #ffb017;
    color: #fff;
}
/* 未绑定卡样式*/
.un-card-item {
    height: 1.4rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.1rem;
}
.un-card-plus {
    margin-right: 0.2rem;
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    background: url("../images/ico/t-card-plus.png") center center no-repeat;
    background-size: cover;
}
.un-add-card {
    font-size: 0.26rem;
    color: #a8a8a8;
}
.un-card-pro {
    margin: 0.24rem 0 0 0;
    font-size: 0.23rem;
    color: #b0b0b0;
}
.confirm-wrap a.un-confirm-btn {
    background-color: #a6a6a6;
    box-shadow: 0 0 0.1rem #a6a6a6;
}

/*提现须知*/
.rule-item {
    position: relative;
    margin-top: 0.15rem;
    padding: 0.2rem;
    background-color: #fff;
}
.rule-item p {
    margin: 0;
}
.rule-item > .tips {
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 0.26rem;
    height: 0.48rem;
    padding-bottom: 0.08rem;
    box-sizing: border-box;
    border-radius: 0 0 0.13rem 0.13rem;
    font-style: normal;
    font-size: 0.18rem;
    color: #fff;
    background-color: #ce4b1b;
}
.rule-item > .title {
    margin-left: 0.4rem;
    margin-bottom: 0.3rem;
    line-height: 0.3rem;
    font-style: normal;
    font-size: 0.26rem;
    color: #404040;
}
.rule-item .desc {
    margin-top: 0.1rem;
    margin-left: 0.4rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
}

/*----- 我的会所 -----*/
.shelf-head{
    background-color: #fff;
    margin-bottom:10px;
}
.shelf-head > a {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    border: 1px solid #fff;
    font-size: 0.21rem;
}
.shelf-head > a.active{
    background-color: #ce4b1b;
    color: #fff;
}

/*----- 商品详情 -----*/
.gds-detail{
    padding-bottom: 42px;
}

.gds-detail .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .5);
}

.gds-detail .swiper-pagination-bullet-active {
    background-color: #fff;
}

.gds-detail .info-box{
    padding: 10px;
    background-color: #fff;
    font-size: 12px;
}
.gds-detail .gds-title{
    line-height: normal;
    font-size: 15px;
    color: #000;
}
.gds-detail .info-box > p{
    margin-top: 10px;
    margin-bottom: 0;
    line-height: normal;
}

.gds-detail .gds-desc{
    margin-top: 6px;
    padding: 10px;
    background-color: #fff;
}
.gds-detail .gds-desc p{
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    line-height:25px;
}

.gds-detail .star-link{
    margin-top: 6px;
    padding: 10px;
    background-color: #fff;
}

.gds-detail .star-link .right{
    color: #07673b;
}

.gds-detail .fixed-bot{
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 640px;
}

.gds-detail .action-wrap{
    border-top: 1px solid #f0f0f0;
    height: 42px;
    text-align: center;
    font-size: 15px;
}
.gds-detail .action-wrap a{color:#828282;display:block;}
.gds-detail .action-wrap .price{
    height: 100%;
    line-height: 42px;
    background-color: #fff;
    color: #c51100;
}

.gds-detail .action-wrap .star-box{
    height: 100%;
    background-color: #fff;
}
.gds-detail .action-wrap .star-icon{
    margin-top: 4px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../images/ico/g-star.png')no-repeat center center;
    background-size: contain;
}
.gds-detail .action-wrap .star-text{
    vertical-align: middle;
    font-size:12px;
    color: #666;
}

.gds-detail .action-wrap .star-box.stared .star-icon{
    background-image: url('../images/ico/g-star_.png');
}

.gds-detail .action-wrap .contact{
    width: 40%;
    height: 100%;
    line-height: 42px;
    background-color: #ce4b1b;
    color: #fff;
}

.gds-detail .action-wrap .left{
    width: 60%;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}
.gds-detail .action-wrap .left .item{
    border-right: 1px solid #E6E6E6;
    font-size:12px;
}
.gds-detail .action-wrap .left .iconfont{
    position: relative;
    top: 4px;
    height: 42px;
    font-size: 24px;
}
.gds-detail .action-wrap .left-text{
    margin-left: 5px;
    text-align: left;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gds-detail .face-icon{
    width: 30px;
    height: 30px;
    float:left;
    margin:7px 5px 0;
    border-radius: 50%;
    background: url()no-repeat center center;
    background-size: contain;
}

/*----- 商品详情v1 -----*/
.gds-detail-1{
    padding-bottom: 42px;
}

.gds-detail-1 .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .5);
}

.gds-detail-1 .swiper-pagination-bullet-active {
    background-color: #fff;
}

.gds-detail-1 .info-box{
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
}
.gds-detail-1 .gds-title{
    line-height: normal;
    font-size: 18px;
    color: #000;
}
.gds-detail-1 .info-box > p{
    margin-top: 10px;
    margin-bottom: 0;
    line-height: normal;
}

.gds-detail-1 .gds-desc{
    margin-top: 6px;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
}
.gds-detail-1 .gds-desc p{
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    line-height:25px;
}

.gds-detail-1 .line_box {
    font-size:16px;
}
.gds-detail-1 .price {
    font-size:16px;
}

.gds-detail-1 .star-link{
    margin-top: 6px;
    padding: 10px;
    background-color: #fff;
}

.gds-detail-1 .star-link .right{
    color: #07673b;
}

.gds-detail-1 .fixed-bot{
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 640px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color:#fff;
    padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
    padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}

.gds-detail-1 .action-wrap{
    border-top: 1px solid #f0f0f0;
    height: 42px;
    text-align: center;
    font-size: 15px;
}
.gds-detail-1 .action-wrap a{color:#828282;display:block;}
.gds-detail-1 .action-wrap .price{
    height: 100%;
    line-height: 42px;
    background-color: #fff;
    color: #c51100;
}

.gds-detail-1 .action-wrap .star-box{
    height: 100%;
    background-color: #fff;
}
.gds-detail-1 .action-wrap .star-icon{
    margin-top: 4px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../images/ico/g-star.png')no-repeat center center;
    background-size: contain;
}
.gds-detail-1 .action-wrap .star-text{
    vertical-align: middle;
    font-size:12px;
    color: #666;
}

.gds-detail-1 .action-wrap .star-box.stared .star-icon{
    background-image: url('../images/ico/g-star_.png');
}

.gds-detail-1 .action-wrap .contact{
    width: 40%;
    height: 100%;
    line-height: 42px;
    background-color: #ce4b1b;
    color: #fff;
}

.gds-detail-1 .action-wrap .left{
    width: 60%;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}
.gds-detail-1 .action-wrap .left .item{
    border-right: 1px solid #E6E6E6;
    font-size:12px;
}
.gds-detail-1 .action-wrap .left .iconfont{
    position: relative;
    top: 4px;
    height: 42px;
    font-size: 24px;
}
.gds-detail-1 .action-wrap .left-text{
    margin-left: 5px;
    text-align: left;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gds-detail-1 .face-icon{
    width: 30px;
    height: 30px;
    float:left;
    margin:7px 5px 0;
    border-radius: 50%;
    background: url()no-repeat center center;
    background-size: contain;
}
/* ==========================================================================
   商品列表
 ============================================================================ */
.cd-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    background-color: #ce4b1b !important;
    height: 0.76rem;
}

.cd-search > .search-box {
    -webkit-border-radius: 0.05rem;
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #d1d5c6;
    overflow: hidden;
}

.cd-search .search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
}

.cd-search .search-btn {
    border: none;
    background-color: #db5726;
    color: #000000;
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.03rem 0.2rem;
    margin-right: 0.05rem;
}

.cd-search .search-text {
    margin: 0;
    padding: 0.11rem 0.1rem 0.11rem 0.2rem;
    border:0;
    background-color: #fff;
    font-size: 0.22rem;
}
.cd-search .icon-close {
    flex-shrink: 0;
    font-size: 12px;
    color: #c0c0c0;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #c0b9b9;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.cd-search > input[type="button"].search-btn {
    padding: 0.1rem 0.25rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    background-color: #fff;
    -webkit-background-image: none;
    background-image: none;
    font-size: 0.22rem;
    color: #ce4b1b;
}
.cd-menu {
    position: relative;
    background-color: #fff;
}
.cd-menu > .menu-lst {
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cd-menu > .menu-lst .count-tips {
    font-size: 0.23rem;
    color: #ff0000;
}
.cd-menu > .menu-lst .menu-itm {
    height: 34px;
    border-right: 1px solid #e6e6e6;
    font-size: 0.28rem;
    line-height: 0.54rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cd-menu > .menu-lst .menu-itm:last-child {
    border-right: 0;
}
.cd-menu > .menu-lst .menu-itm.active {
    color: #ce4b1b;
}
.cd-menu > .menu-lst .menu-itm > i {
    margin-left: 0.1rem;
    font-size: 0.22rem;
}
.cd-menu > .menu-lst .menu-itm.menu-itm__manager {
    /*color: #ce4b1b;*/
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
}
.menu-itm a {
    color: #666;
}
.menu-itm__manager a {
    color: #666;
}

.cd-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 10000;
    display: none;
    width: 100%;
    max-height: 6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}
.cd-menu .sub-menu.select-sort {
    height: auto;
}
.cd-menu .sub-menu.select-sort > ul {
    width: 100%;
}
.cd-menu .sub-menu.select-sort .sort-way {
    height: 0.74rem;
    padding-left: 0.5rem;
    line-height: 0.74rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.26rem;
}
.cd-menu .sub-menu.select-sort .sort-way.active {
    color: #ce4b1b;
}
.cd-menu .sub-menu .category_ul {
    display: block;
    width: 100%;
}
.cd-menu .sub-menu .category_ul li{
    width:24.8%;
    float:left;
    height: 0.74rem;
    line-height: 0.74rem;
    text-align:center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.cd-menu .sub-menu .category_ul li:nth-child(4n){border-right:0;}
.cd-menu .sub-menu .category_ul li.active{
    color: #ce4b1b;
}

.cd-menu .sub-menu.filter-box {
    padding: .2rem;
    height: auto;
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    flex-direction: column;
}
.cd-menu .sub-menu.filter-box .filter-box__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
}
.cd-menu .sub-menu.filter-box .filter-box__item .tag {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    color: #ce4b1b;
    border: 1px solid #ce4b1b;
    background: #fff;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.cd-menu .sub-menu.filter-box .btn-wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.cd-menu .sub-menu.filter-box .btn-wrap input[type="button"] {
    width: 80px;
    text-align: center;
    margin-left: 20px;
}

.cd-menu .sub-menu.filter-box input[type="tel"]{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: .26rem;
    margin: 0;
}
.cd-menu .sub-menu.filter-box .txt{
    width: 80px;
    text-align: left;
    font-size: .22rem;
    align-self: flex-start;
    margin-top: 4px;
}
.cd-menu .sub-menu.filter-box .line{
    margin: 0 .1rem;
}

.cd-menu .sub-menu.filter-box .confirm-btn {
    width: 1rem;
    height: 0.5rem;
    font-size: 0.22rem;
}
.cd-menu .sub-menu.filter-box .btn-reset {
    width: 1rem;
    height: 0.5rem;
    font-size: 0.22rem;
    background: #fff;
    border: 1px solid #ce4b1b;
    color: #ce4b1b;
}
.cd-menu .sub-menu.active {
    display: -webkit-flex;
    display: flex;
}
.cd-menu .sub-menu > .cate-scroll {
    width: 40%;
    height: 100%;
}
.cd-menu .sub-menu .cate-lst {
    max-height: 6rem;
    overflow-y: auto;
    background-color: #f0eff5;
}
.cd-menu .sub-menu .cate-lst::-webkit-scrollbar {
    display: none;
}
.cd-menu .sub-menu .cate-item {
    height: 0.74rem;
    line-height: 0.74rem;
    text-align: center;
    font-weight: normal;
    font-size: 0.26rem;
}

.cd-menu .sub-menu .cate-item.active {
    background-color: #fff;
}
.cd-menu .sub-menu .goods-lst {
    width: 60%;
    padding-left: 0.2rem;
    background-color: #fff;
    overflow-y:auto;
    overflow-x: hidden;
    max-height: 6rem;
}
.cd-menu .sub-menu .goods-scroll {
    display: none;
}

.cd-menu .sub-menu .goods-scroll::-webkit-scrollbar {
    display: none;
}
.cd-menu .sub-menu .goods-scroll.active {
    display: block;
}
.cd-menu .sub-menu .goods-name {
    height: 0.74rem;
    line-height: 0.74rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #e6e6e6;
    font-size: 0.26rem;
}
.cd-menu .sub-menu .goods-name.active {
    color: #ce4b1b;
}
.cd-menu .sub-menu.manager-menu-box {
    padding: 20px;
}
.cd-menu .sub-menu.manager-menu-box .btn-wrap {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.cd-menu .sub-menu.manager-menu-box .btn-wrap .btn {
    font-size: 14px;
    display: inline-block;
    height: 40px;
    width: 80px;
    line-height: 40px;
    padding: 0px 12px;
    color: #fff;
    background: #904F2F;
    border-radius: 20px;
    text-align: center;
}

.tag-lst {
    display: flex;
    height: 38px;
    justify-content:space-around;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.tag-lst .count-tips {
    font-size: 0.23rem;
    color: #ff0000;
}

.tag-lst .tag-itm {
    flex: 1;
    text-align: center;
    line-height: 38px;
}

.tag-lst .tag-itm:not(:last-child) {
    border-right: 1px solid #eee;
}

.tag-lst .active {
    color: #ce4b1b;
}

.cd-mask {
    position: fixed;
    left: 0;
    top: 105px;
    z-index: 5000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/*----- 用户主页 -----*/
.userInfo-wrap .user-head{
    padding: 4px 10px;
    background-size: 100% 100%;
    background-color: #ce4b1b;
}

.userInfo-wrap .info-wrap{
    overflow: hidden;
}
.userInfo-wrap .avatar{
    margin-right:10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/noface.png) no-repeat top center;
    background-size: contain;
}

.userInfo-wrap .icon-flower,
.userInfo-wrap .icon-talk{
    width: 25px;
    height: 25px;
    background: url()no-repeat center center;
    background-size: contain;
}
.userInfo-wrap .icon-flower{
    background-image: url('../images/ico/u_flower.png');
}
.userInfo-wrap .icon-talk{
    background-image: url('../images/ico/u_msg.png');
}

.userInfo-wrap .username{
    font-size: 15px;
    color: #000;

}
.userInfo-wrap .icon-text{
    margin-top: 2px;
    font-size: 13px;
}

.userInfo-wrap .user-level{
    margin-top: 4px;
    display: block;
    width: 74px;
    height:14px;
    background:url(../images/icon/u-star.png)no-repeat;
    background-size:100%;
}
.userInfo-wrap .user-level.lv1{background-position: left top;}
.userInfo-wrap .user-level.lv2{background-position:left -14px;}
.userInfo-wrap .user-level.lv3{background-position:left -28px;}
.userInfo-wrap .user-level.lv4{background-position:left -43px;}
.userInfo-wrap .user-level.lv5{background-position:left -57px;}

.userInfo-wrap .info-text{
    margin-top: 6px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*----- 用户主页 -----*/
.userInfo-wrap-new .user-head{
    padding: 4px 10px;
    background-size: 100% 100%;
    background-color: #ce4b1b;
}

.userInfo-wrap-new .info-wrap{
    overflow: hidden;
}
.userInfo-wrap-new .avatar{
    margin-right:10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/noface.png) no-repeat top center;
    background-size: contain;
}

.userInfo-wrap-new .icon-flower,
.userInfo-wrap-new .icon-talk{
    width: 25px;
    height: 25px;
    background: url()no-repeat center center;
    background-size: contain;
}
.userInfo-wrap-new .icon-flower{
    background-image: url('../images/ico/u_flower.png');
}
.userInfo-wrap-new .icon-talk{
    background-image: url('../images/ico/u_msg.png');
}

.userInfo-wrap-new .username{
    font-size: 15px;
    color: #000000;

}
.userInfo-wrap-new .icon-text{
    margin-top: 2px;
    font-size: 13px;
    color:#F0A049;
}

.userInfo-wrap-new .user-level{
    margin-top: 4px;
    display: block;
    width: 74px;
    height:14px;
    background:url(../images/icon/u-star.png)no-repeat;
    background-size:100%;
}
.userInfo-wrap-new .user-level.lv1{background-position: left top;}
.userInfo-wrap-new .user-level.lv2{background-position:left -14px;}
.userInfo-wrap-new .user-level.lv3{background-position:left -28px;}
.userInfo-wrap-new .user-level.lv4{background-position:left -43px;}
.userInfo-wrap-new .user-level.lv5{background-position:left -57px;}

.userInfo-wrap-new .info-text{
    margin-top: 6px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:#e9dbdb;
}

/* ==========================================================================
   物流详情
 ============================================================================ */
.logistics-list {
    margin-top: 0.2rem;
    padding: 0.25rem 0.2rem;
    background-color: #fff;
}
.logistics-item {
    position: relative;
    height: auto;
    padding-left: 0.25rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e6e6e6;
}
.logistics-item:first-child > .circle {
    border-color: #ffb1c0;
    background-color: #ff5273;
}
.logistics-item:first-child > .title,
.logistics-item:first-child > .text {
    color: #ff5273;
}
.logistics-item:last-child {
    border-left: none;
    padding-bottom: 0;
}
.logistics-item > p {
    margin: 0;
}
.logistics-item > .circle {
    position: absolute;
    top: 0;
    left: -0.1rem;
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    border: 0.03rem solid #e6e6e6;
    background-color: #bfbfbf;
}
.logistics-item > .title {
    line-height: 0.3rem;
    font-size: 0.2rem;
}
.logistics-item > .text {
    margin-top: 0.1rem;
    line-height: 0.32rem;
    font-size: 0.22rem;
}

/* ========================================================================
 消息
========================================================================== */
.messageList{
}

.messageList .msg-item{
    padding:8px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.messageList .msg-item .content{overflow:hidden;}
.messageList .msg-item .content .name{width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.messageList .msg-item .content .time{font-size:12px;color:#999;}
.messageList .msg-item .badge{left:-8px;top:-23px;}
.messageList .msg-item .icon{
    width:50px;height:50px;
    background: url()center center no-repeat;
    background-size: contain;
    -moz-border-radius:5px;-webkit-border-radius:5px;
}
.messageList .msg-item .msg-name{
    font-size:14px;color:#111;
}
.messageList .msg-item .msg-text{
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #969696;
}
.messageList .msg-item .title {
    font-size: 16px;
}

.msg-wrap{margin-bottom:30px;}
.msg-wrap .date-wrap{
    margin-top: 15px;
    text-align: center;
}
.msg-wrap .date{
    display: inline-block;
    height: 20px;
    padding: 0 12px;
    line-height: 20px;
    background-color: #d1d1d5;
    font-size: 14px;
    color: #fff;
    border-radius:3px;
}
.msg-wrap .cont{
    margin: 15px 12px 0 12px;
    display: block;
    padding: 15px 10px 0 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color:#fff;
}
.msg-wrap .read{background-color:#fff;}
.msg-wrap .unread{background-color:#FDF5FE;}
.msg-wrap .title{
    font-size: 15px;
}
.msg-wrap .img-box{position: relative; margin-top: 15px;}
.msg-wrap .img{margin: auto; display: block;}
.msg-wrap .text{
    margin-top: 15px;
    font-size: 12px;
    color: #999;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.msg-wrap .detail{
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #ededed;
    font-size: 14px;
    color:#333;
}
.msg-wrap .more{
    display: block;
    width: 10px;
    height: 10px;
    background: url("../images/ico/more-arrow.png") left top no-repeat;
    background-size: contain;
}
.btn-play {
    z-index:99;
    position:absolute;
    top:50%;
    margin-top:-22px;
    left:50%;
    margin-left:-22px;
    opacity: 0.8;
}




/* ========================================================================
头部 搜索+个人信息+检索按钮
========================================================================== */
.header-wrap {
    background-color: #ce4b1b;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ccc;
    padding: 0 0 4px 0;
}
.search-category {
    display: flex;
    /* width: 20%; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background-color: #fff; */
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    padding: 0.08rem;
    box-sizing: border-box;
    /* border: 1px solid #d1d5c6; */
    color: #000000;
    max-width: 1.8rem;
}
.search-icon {
    font-size: 20px !important;
    margin-right:0.05rem;
}
.category_text {
    flex: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0.1rem;
}
.category-select-wrap {
    position: absolute;
    top: 0.76rem;
    left:0;
    background-color: #ce4b1b;
    width: 100%;
    z-index: 5001;
}
.category-item-wrap {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
}
.category-item-wrap .active {
    color: #516192;
    background-color:#d1d5c6;
}
.category-item {
    border: 1px solid #d1d5c6;
    min-width: 62px;
    height: 24px;
    border-radius: 19px;
    text-align: center;
    background-color: #ffffff;
    line-height: 25px;
    padding: 5px;
    margin: 5px 5px;
    color: #516192;
}
.op-btn-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 9px 10px 0 10px;
}

.op-btn-item {
    font-size: 18px;
    padding: 0.05rem;
    margin: 0.01rem 0.01rem;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
}

.op-btn-item .op-btn {
    display:flex;
    flex-direction: column;
    align-items:center;
}


.op-btn-item .op-btn-count {
    font-size: 14px;
    color: #f6e70e;
    margin-left: 0.05rem;
}

.vip-icon {
    color: #FFB62C;
    margin-left: 0.05rem;
}


/*购物车*/

#cart-app .van-action-sheet {
    max-height: 100% !important;
}
.cart-icon-wrap {
    position: fixed;
    z-index: 999;
    background-color: #eeeeee;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 0.7;
    bottom: 90px;
    right: 15px;
    border-radius: 30px;
    text-align: center;
}

.cart-icon {
    font-size: 25px !important;
}

.cart-num {
    position: absolute;
    top: 7px;
    right: 6px;
    visibility: visible;
}

.cart-content {
    padding: 0.15rem 0;
}
.cart-content .cart-header {
    display: flex;
    justify-content: space-between;
    padding: 0.07rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.05rem;
}

.cart-content .cart-header .title {
    font-weight: bold;
    font-size: 16px;
    margin-right: 0.05rem;
}
.cart-content .cart-header .sub-title {
    font-size: 14px;
    color: #333;
}

.cart-content .cart-header .cart-clear-btn {
    font-size: 14px;
    color: #333;
}

.cart-content .cart-list {
    max-height: 75vh;
    overflow: auto;
}

.cart-item {
    display: flex;
    padding: 0.2rem 0.25rem 0.2rem 0.12rem;
    margin: 0.2rem 0;
    overflow: hidden;
}

.cart-item .item-del {
    color: #ff0000;
    font-size: 18px;
}

.cart-item .item-tips {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cart-item .tips-text {
    max-width: 80%;
    color: #eeeeee;
    background-color: rgba(0,0,0,0.4);
    padding: 0.1rem;
    border-radius: 4px;
    font-size: 12px;
    height: 13px;
    line-height: 13px;
}

.cart-item img {
    border-radius: 5px;
    width: 1.3rem;
    height: 1.3rem;
}
.cart-item .goods-name {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cart-content .goods-price {
    color: #c51100;
}

.cart-item .right-item {
    width: 72%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item .right-item .right-item-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.num-wrap {
    display: flex;
    justify-content: flex-end;
    width: 95px;
    align-items: center;
}

.num-wrap .num-value {
    flex: 1;
    font-size: 20px;
    text-align: center;
}
.num-wrap .num-sub {
    border: 1px solid #ce4b1b;
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}

.num-wrap .num-add {
    color: #ffffff;
    background-color: #ce4b1b;
    border: 1px solid #ce4b1b;
    width: 20px;
    display: flex;
    height: 20px;
    border-radius: 10px;
    font-size: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.num-wrap-mini {
    display: flex;
    justify-content: flex-end;
    width: 56px;
    align-items: center;
}

.num-wrap-mini .num-value {
    flex: 1;
    font-size: 16px;
    text-align: center;
}
.num-wrap-mini .num-sub {
    border: 1px solid #ce4b1b;
    width: 16px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}

.num-wrap-mini .num-add {
    color: #ffffff;
    background-color: #ce4b1b;
    border: 1px solid #ce4b1b;
    width: 16px;
    display: flex;
    height: 16px;
    border-radius: 10px;
    font-size: 16px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cart-content .cart-footer {
    display: flex;
    justify-content: space-between;
    height: 44px;
    padding: 0.15rem 0.1rem 0 0.1rem;
    border-top: 1px solid #eee;
}

.cart-content .cart-tips {
    background-color: #fff0cc;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    padding: 0.1rem;
    font-size: 12px;
}
.cart-content .cart-footer .pay-btn-wrap {
    width: 127px;
    text-align: center;
}

.cart-confirm-wrap {
    padding: 0.3rem 0.1rem 0.1rem 0.1rem;
}
.cart-confirm-wrap .bottom-btn-wrap {
    display: flex;
    justify-content: center;
}

.cart-confirm-wrap .num-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0.25rem 0;
}
.cart-confirm-wrap .remark-options-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.25rem 0;
}

.cart-confirm-wrap .box-title {
    font-size: 14px;
    font-weight: bold;
}

.cart-confirm-wrap .options-list {
    margin: 0.2rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cart-confirm-wrap .options-item {
    padding: 0.08rem 0.2rem;
    background-color: #eee;
    font-size: 14px;
    border-radius: 0.05rem;
    margin: 0.05rem 0.05rem;
}

.cart-confirm-wrap .options-active {
    background-color: #ce4b1b !important;
    color: #fff;

}

.cart-confirm-wrap .goods-box {
    display: flex;
    align-items: flex-start;
}

.cart-confirm-wrap .goods-info {
    flex: 1;
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.cart-confirm-wrap .goods-name {
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cart-confirm-wrap .close-wrap {
    width: 0.4rem;
    font-size: 34px;
    display: flex;
    flex-direction: column;
    line-height: 10px;
}


/*店铺商品列表*/
.ugoods_data_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0.07rem;
}

.ugoods_data_list .goods-item {
    width: 50%;
    margin-bottom: 0.1rem;
}

.ugoods_data_list .goods_box1 {
    width: 95% !important;
}

.ugoods_data_list_line {
    display: flex;
    flex-direction: column;
}

.ugoods_data_list_line .image {
    width: 30%;
    height: 30%;
    padding-top: 100%;
    background: url() no-repeat;
    background-size: 100%;
}

.ugoods_data_list_line .goods-item-line {
    display: flex;
    height: 112px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 0.1rem;
    margin: 0.05rem;
}

.ugoods_data_list_line .info {
    flex: 1;
    margin-left: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.ugoods_data_list_line .goods-name {
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-bottom: 0.05rem;
}

.ugoods_data_list_line .intro {
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.ugoods_data_list_line .price {
    font-size: 14px;
    color: #c51100;
    margin: 3px 0;
}

.ugoods_data_list_line .info-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.1rem;
}

.order-wrap {
    display: flex;
}

.order-wrap .sidebar {
    width: 25%;
}

.not_more_line {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #9e9e9e;
}

.data_empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #9e9e9e;
    margin: auto;
    padding-top: 1rem;
}
.data_empty i {
    font-size: 100px;
}

.switch-wrap {
    display: inline-flex;
    border-radius: 15px;
    background-color: #eee;
    overflow: hidden;
}
.switch-item {
    width: 70px;
    text-align: center;
    padding: 0.05rem;
}
.switch-active {
    background-color: #ce4b1b;
    color: #ffffff;
}


.store-wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: calc(100vh + 1px);
}

.store-wrap .store-header {
    max-height: 2.88rem;
}

.store-wrap .goods-wrap {
    overflow-y: scroll;
    flex: 1;
}

.store-main {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.store-main .category-sidebar {
    width: 25%;
    overflow-y: auto;
    background-color: #eee;
    color: #746d6d;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.store-main .category-sidebar .item {
    height: 0.6rem;
    padding: 0.1rem;
    text-align: center;
    line-height: 0.6rem;
}

.store-main .category-sidebar .active {
    background-color: #ffffff;
    border-left: 4px solid #ce4b1b;
}

.userInfo-wrap-new {
    /*max-height: 1.4rem;*/
    overflow: hidden;
}

.mode-toggle {
    margin-left: 0.05rem;
    text-align: center;
}

.mode-toggle i {
    font-size: 22px;
    margin-left: 0.05rem;
    color: #f3ecec;
}

.flow-list .info {
    font-size: 18px;
    line-height: 18px;
    padding: 3px;
    display: flex;
    flex-direction: column;
}

.flow-list .price {
    font-size: 18px;
    color: #c51100;
    margin: 3px 0;
    margin-top: 0.05rem;
}

.flow-list .name {
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0;
}
.flow-list .info-bottom {
    display: flex;
    margin-top: 0.05rem;
    padding-right: 0.1rem;
    justify-content: space-between;
}

.flow-list .image {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}