/* 购物车页面样式 */

body{
    width: 100%;
    height: 100%;
    position: absolute;
}
.jd-search{
    position: static;
}

/* 安全提示 */
.jd-prompt{
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.jd-prompt p{
    padding-left: 25px;
    width: 240px;
    display: inline-block;
    position: relative;
}
.jd-prompt p::before{
    width: 18px;
    height: 18px;
    content: ' ';
    background: url("../images/safe_icon.png") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: 0;
    top: 8px;
}
/* /安全提示 */


/* 店铺商品 */
.jd-prompt-buy{
    width: 100%;
    padding-top: 10px;
    position: relative;
}
.jd-prompt-buy .jd-prompt-nav{
    width: 100%;
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.jd-prompt-buy .jd-prompt-nav .jd-prompt-icon{
    width: 40px;
    height: 35px;
    float: left;
}
.jd-prompt-ic{
    width: 20px;
    height: 20px;
    background: url("../images/shop-icon.png") no-repeat;
    background-size: 50px 100px;
    position: absolute;
    left: 11px;
    top: 20px;
    cursor: pointer;
}
.jd-prompt-buy .jd-prompt-con{
    width: 100%;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
}
.jd-prompt-buy .jd-prompt-con img{
    width: 15px;
    height: 13px;
    margin-top: 14px;
    float: left;
}
.jd-prompt-buy .jd-prompt-con span:nth-child(2){
    line-height: 40px;
    font-size: 12px;
    margin-left: 5px;
}
.jd-prompt-buy .jd-prompt-con span:last-child{
    line-height: 40px;
    color: #d8505c;
    float: right;
    font-size: 12px;
    margin-right: 10px;
}
.jd-prompt-buy .jd-prompt-content{
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-left{
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-right{
    width: 100%;
    padding: 10px 10px 10px 40px;
    overflow: hidden;
}
.jd-prompt-buy .jd-prompt-content img{
    width: 80px;
    height: 80px;
    float: left;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-shop{
    padding-left: 90px;
}
.jd-prompt-buy .jd-prompt-content a{
    height: 30px;
    line-height: 15px;
    font-size: 13px;
    overflow: hidden;
    display: block;
}
.jd-prompt-buy .jd-prompt-content p{
    margin-top: 5px;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-count{
    width: 100%;
    margin-top: 5px;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-count a{
    width: 32px;
    height: 24px;
    border: 1px solid #e0e0e0;
    float: left;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-count input{
    width: 32px;
    height: 24px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    float: left;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-count .jd-prompt-delete{
    float: right;
    cursor: pointer;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-count .jd-prompt-delete .jd-delete-top{
    background: url("../images/delete_up.png") no-repeat;
    background-size: 20px 5px;
    width: 20px;
    height: 5px;
}
.jd-prompt-buy .jd-prompt-content .jd-prompt-count .jd-prompt-delete .jd-delete-bot{
    background: url("../images/delete_down.png") no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-left: 1px;
    margin-top: -3px;
}
/* /店铺商品 */

/* 结算商品 */
.squaring-up{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.8);
}
.squaring-up .squaring-icon .jd-prompt-ic{
    background-position: -25px 0;
}
.squaring-up .squaring-icon span{
    position: absolute;
    color: #fff;
    left: 35px;
    line-height: 58px;
}
.squaring-up .squaring-buy{
    width: 180px;
    margin-left: 80px;
    margin-top: 10px;
}
.squaring-up .squaring-buy p{
    width: 180px;
    line-height: 20px;
    color: #fff;
}
.squaring-up .squaring-down{
    width: 110px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.squaring-up .squaring-down a{
    width: 110px;
    height: 60px;
    display: block;
    background: #d8505c;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
.squaring-up .squaring-down a span{
    font-size: 15px;
}
/* /结算商品 */


/* 弹出层样式 */
.jd-popup{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.jd-popup .jd-popup-icon{
    width: 70%;
    height: 25%;
    position: fixed;
    left: 15%;
    top: 30%;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}
.jd-popup .jd-popup-icon p{
    width: 90%;
    height: 80px;
    line-height: 90px;
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 5%;
    color: #666;
}
.jd-popup .jd-popup-icon input{
    width: 80px;
    height: 40px;
    background-color: #d8505c;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}
.jd-popup .jd-popup-icon .jd-prompt-btn{
    background-color: #fff;
    color: #888;
}
/* /弹出层样式 */
