body{
    font-family: -apple-system-font,Helvetica Neue,sans-serif;
    font-size: 14px;
    background-color: #f7f7f7
}
.item_cell {
    height: 122px;
    font-size: 13px;
    color:#333;
    background-color: white;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.item_cell .check-box {
    position: absolute;
    left: 21px;
    top: 38px;
    width: 15px;
    height: 15px;
}
.item_cell .check-box img {
    width: 100%;
}
.item_cell .pic {
    position: absolute;
    left: 40px;
    top: 22px;
    width: 90px;
    height: 60px;
}
.item_cell .pic img {
    width: 100%;
}

.item_cell .info {
    position: absolute;
    left: 139px;
    right: 16px;
    top: 22px;
    line-height: 15px;
    overflow: hidden;
    word-break: break-all;

    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.item_cell .type {
    position: absolute;
    left: 139px;
    top: 52px;
}
.item_cell .price {
    color: #ff3939;
    position: absolute;
    left:140px;
    top: 91px;
}
.item_cell .spin {
    position: absolute;
    height: 28px;
    width: 84px;
    left: 280px;
    top: 82px
}
@media screen and (max-width: 374px){
    .item_cell .spin {
        position: absolute;
        height: 28px;
        width: 84px;
        left: 220px;
        top: 82px
    }
}

.item_cell .spin .spin1 {
    width: 25px; height: 28px; float: left; border: 1px solid #ccc;
    text-align: center;
    color:#666;
}
.item_cell .spin .spin1 i {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.item_cell .spin .spin2 {
    width: 30px; height: 28px; float: left; border: 1px solid #ccc; border-left: none; border-right: none;
    text-align: center;
    color:#666;
    font-size: 13px;
    line-height: 28px;
}
.item_cell .spin .spin3 {
    width: 25px; height: 28px; float: left; border: 1px solid #ccc;
    text-align: center;
    color:#666;
}
.item_cell .spin .spin3 i {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.mid-line {
    width: 142px;height: 49px;
    margin: 0 auto;
    position: relative;
}
.mid-line div {
    text-align: center;
    font-size: 13px;
    color:#666;
    line-height: 49px;
    background-color: #f7f7f7;
    width: 100px;
    margin: 0 auto;
}

.mid-line .line1 {
    position: absolute;
    left: 0;
    height: 1px;
    width: 27px;
    color: #666;
    top: 24px;
    border-top: 1px solid #666;
}
.mid-line .line2 {
    position: absolute;
    right: 0;
    height: 1px;
    width: 27px;
    color: #666;
    top: 24px;
    border-top: 1px solid #666;
}

.no-border {
    border: none;
}

.more_item_wp {
    width:100%; margin: 0 auto;overflow: hidden
}
@media screen and (min-width: 375px) and (max-width: 580px){
    .more_item_wp {
        width: 375px; margin: 0 auto;overflow: hidden
    }
}
@media screen and (min-width: 600px) and (max-width: 650px){
    .more_item_wp {
        width: 562px; margin: 0 auto;overflow: hidden
    }
}
@media screen and (min-width: 800px){
    .more_item_wp {
        width: 750px; margin: 0 auto;overflow: hidden
    }
}
.more_item {
    width: 181px;
    height: 216px;
    float: left;
    position: relative;
    text-align: center;
    padding: 3px 3px;
}
@media screen and (max-width: 320px){
    .more_item {
        width: 50%;
        height: 216px;
        float: left;
        position: relative;
        text-align: center;
        padding: 3px 3px;
        box-sizing: border-box;
    }
}
.more_item>div {
    background-color: white;
    border-radius: 6px;
    height: 100%;
}
.more_item .pic {
    width: 110px;
    height: 110px;
    margin:18px auto 88px;
}
.more_item .pic img {
    height: 100%;
}
.more_item .info {
    position: absolute;
    left: 0;
    top:141px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 11px;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    word-break: break-all;
    text-align: left;

    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.more_item .price {
    color: #ff3939;
    position: absolute;
    left: 13px;
    bottom: 16px;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    width: 100px;
    text-align: left;
}

.tabbar {
    background-color: white;
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;

    -moz-box-shadow:0px -1px 1px #ccc;
    -webkit-box-shadow:0px -1px 1px #ccc;
    box-shadow:0px -1px 1px #ccc;
}
.tabbar .all {
    float: left;
    width: 72px;
    text-align: right;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
}
.tabbar .all .mark {
    position: absolute;
    top:16px;
    left: 21px;
    width: 15px;
    height: 15px;
    border-radius: 9px;
    line-height: 18px;
    font-size: 16px;

}
.tabbar .all .mark img {
    width: 100%;
}

.tabbar .btn {
    height: 50px; width:92px; background-color: #00acf4;
    color:white;font-size: 15px;line-height: 50px; float: right;
    text-align: center;
}
.tabbar .total{
    float: right;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
}
.tabbar .total span:nth-child(1) {
    font-size: 15px;
    color:#333;
    padding-right: 10px;
}
.tabbar .total span:nth-child(2) {
    font-size: 18px;
    color:#ff3939;
}
.weui-cell{
    width:20px!important;
    font-size:8px!important;
}
.goods_check{
    line-height: 70px;
    width: 20px;
    float: left;
}


/*  下面是我写的*/

.cart_item{
    height:122px ;
    background-color: #FFFFff;
}
.cart_img{
    margin-top: 20px;
}
.shop_list .itemlist .item .pic img{
    max-width: 6em;
    max-height: 6em;
}
.shop_list .itemlist .item .pic{
    width: 6em;
    height: 6em;
}
.desc{
    margin-top: 20px;
}
.mui-number{
    margin-left: 20px;
}
.cart_del{
    width: 4em;
    height:1.5em;
}

.shop_bottom{
    border-top: 1px solid #d8d8d8;
    line-height: 50px;
    position: fixed;
    z-index:1000;
    background-color: white;
    height: 50px;
    bottom: 0;
    width: 100%;
}
.cart_bottom{
    height: 50px;
    width: 92px;
    background-color: #00acf4;
    color: white;
    font-size: 15px;
    line-height: 50px;
    float: right;
    text-align: center;
}
.shop_list .shop_bottom .shop_bta{
    line-height: 50px;
    float: right;
}
.shop_sub{
    float: right;
}
#total_price{
    color: red;
}

.weui-cells:before {
    border-top: 0px;
}
.weui-cells:after {
    border-bottom:0;
}
.jmr-page-content{
    height: 100%;
}
#cartForm{
    height: 100%;
}
.shop_list{
    height:100%;
}
