
/**/
.sc_list {
    margin-top: 5px;
    padding: 10px;
    padding-top: 0;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8
}

    .sc_list .shopimg {
        float: left;
    }

        .sc_list .shopimg img {
            width: 60px;
            height: 60px;
            margin-right: 10px;
        }

    .sc_list .deleshow {
        overflow: hidden;
        font-size: 16px;
    }

        .sc_list .deleshow .product-name {
        /*    float: left;
            width: 140px;
            color: #000;
            white-space: normal;
            word-break: break-all;
*/
            box-sizing: border-box;
            color: #333333;
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            word-break: break-all;
            max-height: 32px;
            line-height: 16px;
        }

    .sc_list .prices {
        float: right;
        color: #ff8e22;
        font-size: 16px;
    }

.get_mp {
    float: right;
    text-align: right;
    margin-top: 5px;
}

    .get_mp span.disable {
        cursor: default;
        color: #e9e9e9;
    }

.plus span {
    width: 30px;
    font-size: 14px;
    display: block;
    float: left;
    border: 1px solid #ddd;
    margin-left: -1px;
    text-align: center;
    color: #686868;
    cursor: pointer
}

    .plus span input {
        font-size: 14px;
        outline: none;
        border: 0;
        color: #686868;
        width: 100%;
        text-align: center
    }

.del {
    font-size: 20px;
    color: #ccc;
    padding: 8px 0;
    width: 30px;
    text-align: right;
}
.tag {
    margin-right: 3px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    border-radius: 2px;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.tag.tagred {
    color: #fb5f24;
    border: 1px solid #fb5f24;
}

.tag.taggreen {
    color: #40AE36;
    border: 1px solid #40AE36;
}

.discount-price {
    color: #fb5f24;
    font-size: 12px;
}

/**/

.mycart {
    background: #fff;
}

.nonenothing {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

    .nonenothing img {
        width: 80px;
    }

    .nonenothing p {
        font-size: 16px;
        color: #9b9b9b;
        padding: 10px 0
    }

    .nonenothing a {
        width: 200px;
        margin: 0 auto;
        border-radius: 4px;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #fff;
        background: #95BCF0;
    }

/**/

.orderlistshpop {
    background: #fff;
    overflow: hidden;
}

    .orderlistshpop ul {
        border-top: 1px solid #f8f8f8;
    }

    .orderlistshpop span {
        display: inline-block;
        padding: 4px 0;
    }

        .orderlistshpop span.ShopTotal {
            display: none;
        }

.cartradio {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background-color: #ffffff;
    border: solid 1px #dddddd !important;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.8rem;
    margin: 0 5px;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
}

.xuanzhe {
    overflow: hidden;
}

    .xuanzhe span.check_t .cartradio {
        background: url(../images/icon_check_white.png) #ff8e22 no-repeat center;
        background-size: 10px auto;
        border: none;
        text-align: center;
        background-clip: padding-box;
    }

.allradio {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background-color: #ffffff;
    border: solid 1px #dddddd !important;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.8rem;
    margin: 0 5px;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
}

.allxuanzhe span.check_t .allradio {
    background: url(../images/icon_check_white.png) #ff8e22 no-repeat center;
    background-size: 10px auto;
    border: none;
    text-align: center;
    background-clip: padding-box;
}

.fr {
    float: right;
}

.btn {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
}

.jiesuan {
    height: 45px;
    display: block;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 0;
}

.btnbackground {
    background: #95BCF0;
}

/*购物车*/

/*.detailfooter {
    height: 55px;
}*/

.xqfooter {
    height: 50px;
    width: 100%;
    position: fixed;
    background: #f8f8f8;
    bottom: 55px;
    z-index: 1002;
    display: flex;
    align-items: center;
}

    .xqfooter .btn-a {
        float: left;
        width: 40%;
        margin-right: 10px
    }

    .xqfooter .allxuanzhe .che {
        display: flex;
        align-items: center;
        margin-top: 0px !important;
    }

.scang {
    float: left;
    width: 20%;
    margin-right: 10px;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 10px;
}

.xqfooter .btn-a a {
    font-size: 14px;
    border-radius: 0;
    border: none;
    line-height: 50px;
}

.xqfooter .fl {
    background: #fff;
}

    .xqfooter .fl a {
        background: #fff;
        height: 45px;
        display: block;
        color: #555;
        /* padding: 8px 0; */
        text-align: center;
    }

.xqfooter #priceNum {
    color: #ff8e22;
    font-size: 16px;
}

.xqfooter .fr a {
    border-radius: 0px;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    display: block;
}
