.title-img{
   width: 100%;
   min-height: 180px;
   margin-bottom: 15px;
}
.shop-search{
    height: 35px;
    position: relative;
}
.searchIcon{
    position: absolute;
    top: 50%;
    left: 12px;
    font-size:0.20rem;
    margin-top: -12px; 
}
input[type="text"].serachInput{
    display: block;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 0;
    border-radius: 20px;
    background-color: #f6f6f6;
    float: left;
    padding: 0;
    padding-left: 40px;
    border: none;
}
.shopCar{
    position: relative;
    display: block;
    width: 40px;
    height: 100%;
    float: left;
    text-align: right;
    line-height: 35px;
    color: #4394f9;
}
.shopCar i{
    font-size: 0.25rem;
}
.layui-badge{
    position: absolute;
    left: 30px;
    top: 0;
    padding: 0;
    font-size: 0.12rem;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
}

.goods-row{
    display: block;
    margin-top: 10px;
    color: rgba(116, 116, 116, 1);
    box-shadow: rgba(51,51,51,0.12) 1px 1px 3px 1px;
    border-radius: 6px;
}
.goods-left-img{
    width: 135px;
    height: 135px;
    float: left;
    background: #fff;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
}
.goods-left-img .img-box{
    width: 135px;
    height: 135px;
}
.goods-right-info{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: -webkit-calc(100% - 135px);
    width: calc(100% - 135px);
}
.goods-wrap{
    padding: 0 10px;
    height: 115px;
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 12版 */
    -webkit-flex-direction: column ;
    -moz-flex-direction: column ;
    -ms-flex-direction: column ;
    -o-flex-direction: column ;
    flex-direction: column ;
    justify-content : space-between;
}
.goods-name{
    color: #262626;
    font-size: 0.14rem;
    font-weight: bold;
    line-height: 20px;
}

.goods-detail{
    display:-webkit-box;
    -webkit-line-clamp:3;
    overflow:hidden;
    -webkit-box-orient:vertical;
    line-height: 20px;
}
.orange-color{
    color: #fcb1b1;
}
.addShopCar{
    font-size:0.24rem;
    color: #4394f9;
}


.shops_row{
    display: block;
    padding-top:15px;
    padding-bottom: 15px; 
    background-color: #ffffff;
    font-size: 0;
    line-height: 20px;
    margin-bottom: 10px;
}
.shops_row.shopsSettlement{
    margin-bottom: 0;
}
.shops_row.line_bottom{
    margin-bottom: 0;
    border-bottom: 1px solid rgba(241, 241, 241, 1);
}
.layui-row .shops_row.line_bottom:last-child{
    border-bottom:none;
}
.layui-row .shops_row:last-child{
    margin-bottom: 0;
}
.shops_width2{
    width: 50%;
}
.shops_width3{
    width: 50%;
}
.shops_label{
    width:40px;
    margin-right: 10px;
}
.shops_settlement_label{
    width:60px;
    margin-right: 10px;
}
.shops_settlement_left{
    width: 90px;
    margin-right: 5px;
}
.layui-form-switch{
    margin-top: 0;
}
.shops_labelSettlement_r{
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
}
.shops_settlement_middle{
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
}
.shops_settlement_right{
    width:50px;
}
.shops_label_info{
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
}
.shops_labelSettlement_info{
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
}
.shops_zize_btn{
    width: 90px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid rgba(38, 38, 38, 0.5);
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 0.14rem;
    float: left;
    box-sizing: border-box;
}
/* .shops_zize_btn.labelSettlement{
    width: -webkit-calc(99.9999% / 3 - 20px / 3);
    border: 1px solid rgba(38, 38, 38, 0.5);
} */
.shops_label_info .shops_zize_btn:last-child{
    margin-right: 0;
}
.shops_labelSettlement_info .shops_zize_btn:last-child{
    margin-right: 0;
}
.shops_zize_btn.active{
    border: 1px solid #4394f9;
    color: #4394f9;
}
.shops_num_btn{
    width: 30px;
    font-size: 0.16rem;
    display: inline-block;
    vertical-align: middle;
    /* height: 20px; */
    line-height: 30px;
    border: 1px solid #4394F9;
    color: #4394F9;
    background: rgba(67,148,249,0.3);
}
.shops_num_btn.disabled{
    border: 1px solid rgba(38, 38, 38, 0.3);
    color: rgba(38, 38, 38, 0.3);
    background: rgba(38, 38, 38, 0.1);
}
.shops_num_input{
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    padding: 0 10px;
}
.shops_num_input input[type='tel']{
    height: 32px;
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
    border: none;
    text-align: center;
    vertical-align: middle;
    font-size: 0.16rem!important;
}

.shops_detail_footer{
    position: fixed;
    width: 100%;
    bottom: 1px;
    left: 0;
    font-size: 0;
}
.shops_detail_footer.shops_footer_rel{
    position: relative;
}
.shops_car_footer{
    position: fixed;
    padding-left: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 0;
    background: #fff;
}
.shops_car_footer.shops_footer_rel{
    position: relative;
}
.shops_buy_car{
    /* display: inline-block; */
    float: left;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.shops_buy_car .iconfont{
    font-size: 0.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -16px;
}
.shops_foot_bnts{
    width:-webkit-calc(100% - 75px);
    width:calc(100% - 75px);
    float: left;
}
.shops_car_num{
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 6px;
    background: #FC6D6D;
    color: #fff;
    font-size: 0.12rem;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -18px;
    margin-right: -18px;
    z-index: 2;
}
.shops_foot_bnt{
    height: 43px;
    border-radius: 21.5px;
    width: 90%;
    margin: auto;
    text-align: center;
}
.go_buy_car{
    border: 1px solid #68AAFE;
    color: #2484FE;
    background: #fff;
}
.go_buy_car.disabled{
    border: 1px solid #919191;
    color: #919191!important;
}

.go_buy{
    height:45px;
    border-radius: 22.5px;
}
.go_buy.disabled{
    background: -webkit-linear-gradient(90deg,#919191,#b8bcbe);
    background: -o-linear-gradient(90deg,#919191,#b8bcbe);
    background: -moz-linear-gradient(90deg,#919191,#b8bcbe);
    background: linear-gradient(90deg,#919191,#b8bcbe);
    border: none;
}
.shops_img{
    border: 1px solid rgba(38, 38, 38, 0.4);
    border-radius: 4px;
    margin-right: 15px;
}
.shops_img_box{
    font-size: 0;
    width: 98px;
    height: 98px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
img{
    max-width: 100%;
    max-height:100%;
}
.shops_checkBox{
    margin-right: 15px!important;
    width: 18px;
}
.shops_details_right{
    width:-webkit-calc(100% - 148px);
    width:calc(100% - 148px);
    font-size: 0;
}
.shopsSettlement .shops_details_right{
    width:-webkit-calc(100% - 115px);
    width:calc(100% - 115px);
}
.shops_details_right>div{
    margin-top: 5px;
}
.shopsSettlement .shops_details_right>div{
    margin-top: 15px;
}

.shops_details_right>div:first-child{
    margin-top: 0
}
.shops_add_compent{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.shops_all_check{
    width: 40px;
}
.shops_settlement{
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.16rem;
    background: -webkit-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -o-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -moz-linear-gradient(90deg,#68AAFE, #4394F9);
    background: linear-gradient(90deg,#68AAFE, #4394F9);  
}
.shops_settlement.disabled{
    background: -webkit-linear-gradient(90deg,#b8bcbe,#919191);
    background: -o-linear-gradient(90deg,#b8bcbe,#919191);
    background: -moz-linear-gradient(90deg,#b8bcbe,#919191);
    background: linear-gradient(90deg,#b8bcbe,#919191);
}
.shops_compute{
    width: -webkit-calc(100% - 193px);
    width: calc(100% - 193px);
    margin-right: 5px;
    text-align: right;
}
.shops_settlement_money{
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-right: 5px;
    text-align: right;
    line-height: 20px;
}
.shops_settlement_address{
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.shops_settlement_arrow{
    width: 30px;
    text-align: right;
}
@media screen and (min-width: 1200px){
    .shops_car_footer,.shops_detail_footer{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        /* box-sizing: border-box; */
        border: 1px solid #f2f2f2;
    }
    .shops_row{
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
    .shops_car_footer{
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
    .shops_detail_footer{
        margin-bottom: constant(safe-area-inset-bottom);
        margin-bottom: env(safe-area-inset-bottom);
    }
}