body {
    font-size: 14px;
}

.cart_main {
    overflow: hidden;
}

.count {
    height: 44px;
    border: 1px solid rgba(234, 234, 234, 1);
    margin-top: 20px;
    line-height: 44px;
    vertical-align: middle;
}

.shop_count {
    position: relative;
    top: 5px;
    margin-left: 13px;
}

.get_btn {
    display: block;
    float: right;
    height: 100%;
    width: 120px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 0, 104, 1);
}

.total_div {
    height: 44px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    margin-top: 10px;
    line-height: 44px;
}

.regular-checkbox {
    opacity: 0;
}

.advice_check {
    height: 20px;
    width: 20px;
    border: 1px solid rgba(234, 234, 234, 1);
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 15px;
    overflow: hidden;
    background: #ffffff;
}

input[type="checkbox"]:checked + .advice_check {
    background: url("../images/icon/checkbox_active.png") no-repeat center center;
    overflow: hidden;
}

.check-name {
    font-size: 14px;
}

.total_div > span {
    font-size: 14px;
}

.span_a {
    margin-left: 110px;
}

.span_b {
    margin-left: 323px;
}

.span_c {
    margin-left: 150px;
}

.span_d {
    margin-left: 150px;
}

.span_e {
    margin-left: 112px;
}

.product_list {
    padding: 10px 0;
}

.product_list li {
    height: 146px;
    border: 1px solid rgba(234, 234, 234, 1);
    margin-top: 10px;
    padding: 18px 0;
    box-sizing: border-box;
    line-height: 110px;
    overflow: hidden;
    position: relative;
}

.guigedz {
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 178px;

}

span.bj_price {
    color: #FF0068;
    font-size: 14px;
}

.product_list li > label {
    float: left;
    line-height: 110px;
}

.product_list li .img_box {
    display: inline-block;
    float: left;
    height: 100%;
    width: 110px;
    overflow: hidden;
    position: absolute;
    top:0;
    left: 45px;
    line-height: 0;
    margin-left: 13px;
}

.product_list li .img_box img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_list li .shop_info {
    position: absolute;
    top:23px;
    left:181px;
    vertical-align: middle;
    overflow: hidden;
    width: 120px;
}

.product_list li .shop_info p.name {
    line-height: 16px;
    margin-top: 9px;
    font-size: 15px;
}

.product_list li .shop_info p.guige {
    line-height: 14px;
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
}

.product_list li .shop_info .guige_icon {
    margin-left: 4px;
}

.product_list li > span.price {
    position: absolute;
    top:0;
    left:518px;
    width: 120px;
    font-size: 14px;
    height: 100%;
    text-align: center;
    line-height: 144px;
}

.product_list li > .sele_num {
    position: absolute;
    top:56px;
    left: 692px;
    height: 30px;
    border: 1px solid #eaeaea;
    line-height: 30px;
    overflow: hidden;
}

.product_list li > .sele_num p {
    display: inline-block;
    height: 100%;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.product_list li > .sele_num input {
    width: 68px;
    text-align: center;
    outline: none;
    height: 100%;
    position: relative;
    bottom: 0px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.product_list li > div.money {
    position: absolute;
    top:50%;
    right:200px;
    width: 120px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    word-wrap: break-word;
    transform: translateY(-50%);
}

.product_list li > .todo {
    position: absolute;
    right:76px;
    top:48px;
    width: 66px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #2B7CD3 !important;
}

.product_list li > .todo a {
    color: #2B7CD3 !important;
}

.product_list li > .todo a.flow {
    display: inline-block;
}

.product_list li > .todo a.dele {
    display: inline-block;
    margin-top: 12px;
}

.total_all {
    height: 78px;
    border: 1px solid rgba(234, 234, 234, 1);
    background: rgba(249, 249, 249, 1);
    line-height: 78px;
}

.total_all a.deles {
    margin-left: 40px;
    float: left;
    font-size: 14px;
}

.total_price {
    float: left;
    margin-left: 414px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid rgba(234, 234, 234, 1);
    margin-top: 32px;
}

.total_price > p {
    width: 170px;
}

.total_price > p > span.total_name {
    float: left;
}

.total_price > p > span.total_num {
    float: right;
}

.total_price .total_money {

}

.total_price .yh_money {
    margin-top: 8px;
}

.total_all .linet {
    float: left;
}

.totl_cost {
    margin-left: 60px;
    float: left;
}

.totl_cost span.yfze {

}

.totl_cost span.cost_num {
    color: #FF0068;
    font-size: 18px;
    font-weight: 800;
    margin-left: 20px;
}

.new_order {
    display: block;
    width: 140px;
    height: 100%;
    background: rgba(255, 0, 104, 1);
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.Bou {
    margin-top: 80px;
    border: 1px solid rgba(234, 234, 234, 1);
    padding-bottom: 30px;
    margin-bottom: 50px;
    min-height:550px;
}

.Bou .tops {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    box-sizing: border-box;
    background: rgba(244, 244, 244, 1);
}

.swiper-container2 {
    width: 892px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-button-prev2 {
    left: 70px;
}

.swiper-button-next2 {
    right: 70px;
}

.count_list {
    border-left: 1px solid rgba(234, 234, 234, 1);
    border-right: 1px solid rgba(234, 234, 234, 1);
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    padding: 30px;
    box-sizing: border-box;
    display: none;
}

.count_list ul li {
    float: left;
    margin-left: 18px;
    width: 266px;
    height: 96px;
    padding: 0 18px;
    box-sizing: border-box;
    overflow: hidden;
    color: #FF0068;
    position: relative;
    background: url("../images/shop_cart/count_bg.png") no-repeat center center;
}

.count_list .use_deat {
    line-height: 54px;
    font-size: 16px;
    border-bottom: 1px dashed #D1D1D1;
}

.count_list .use_deat p {
    float: left;
}

.count_list .use_deat .cout_btn {
    float: right;
    width: 76px;
    height: 24px;
    background: rgba(255, 0, 104, 1);
    border-radius: 12px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 15px;
}

.count_list .use_time {
    line-height: 40px;
    font-size: 12px;
}

.count_list .geted {
    position: absolute;
    top: -17px;
    right: -8px;
}

.disnone {
    display: none;
}