﻿
/*全局购物车按钮*/
.fixed-button-cart {
    position: fixed;
    z-index: 200;
    display: none;
    width: 112px;
    height: 112px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    background: rgba(0, 153, 255, 1) url(/images/new/i-cart.png) center center no-repeat;
    background-size: 64px 64px;
    bottom: 140px;
    right: 32px;
    border-radius: 50%;
}

    .fixed-button-cart .dian {
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(255, 44, 44, 1);
        top: 0px;
        right: 0px;
        z-index: 2;
        border-radius: 50%;
        display: none;
        color: rgba(255, 255, 255, 1);
        font-family: Microsoft YaHei;
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
    }

    .fixed-button-cart .cart-svg {
        width: 36px;
        height: 36px;
    }

    .fixed-button-cart .cart-path {
        fill: var(--mr);
    }

.fixed-cart-animate-img {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


/*商品详情页面*/
.product-foot-rq {
    height: 128px;
    min-height: 128px;
    padding: 24px 32px;
    background: #fff;
    overflow: hidden;
}


.btn-immediate-reserve.fortest {
    border-radius: calc(124px);
    z-index: 10;
    display: block;
    width: 80%;
    line-height: 80px;
    margin: 32px auto;
    border-radius: 12px;
    background: rgba(175, 175, 175, 1);
    text-align: center;
    font-size: 28px;
    color: rgba(227,227,227,1);
}


.btn-immediate-reserve.forzs {
    width: 326px;
    height: 80px;
    line-height: 76px;
    border-radius: 12px;
    background: rgba(0, 153, 255, 1);
    color: #ffffff;
    /*font-family: Roboto;*/
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    margin-left: 34px;
}

.ProductDetail-foot-left {
    height: 80px;
    width: 50%;
}

.button-add-to-cart {
    width: 326px;
    text-align: center;
    height: 80px;
    line-height: 76px;
    box-sizing: border-box;
    border: 2px solid rgba(0, 153, 255, 1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 153, 255, 1);
    /*font-family: Roboto;*/
    font-size: 36px;
    text-transform: capitalize;
}
