.cartBox {
    position: fixed;
    right: -270px;
    top: 0;
    height: 100%;
    border-left: 6px solid #7A6E6E;
    width: 270px;
    z-index: 9;
}

.cartBoxMid {
    background: #ECEAEA;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.cartBoxTop {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #E5E5E5;
}

.cartBoxTop .lt {
    margin-left: 10px;
}

.cartBoxTop .layui-icon {
    margin-right: 5px;
}

.cartBoxBom {
    height: 50px;
    background: #E5E5E5;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cartBoxBom .layui-btn {
    margin: 6px 5px 0 0;
    padding: 0px 10px;
}

.cartBoxBom .lt {
    padding: 5px 0 5px 5px;
}

.cartBoxBom p {
    line-height: 20px;
    font-family: verdana;
}

.cartBoxBtn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: -36px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    cursor: pointer;
    background-color: #7A6E6E;
}

.cartBoxBtn .cartNum {
    position: absolute;
    font: 11px/11px verdana;
    text-align: center;
    right: 2px;
    padding: 1px 2px;
    top: -5px;
    height: 11px;
    min-width: 11px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #B61D1D;
    color: #FFF;
    background: linear-gradient(to bottom, #CC6060 0px, #B61D1D 100%);
}

.cartWidth {
    top: 50%;
    margin-top: -36px;
}

.cartBoxBtnTxt {
    position: absolute;
    left: 36px;
    height: 36px;
    line-height: 36px;
    width: 72px;
    text-align: center;
    white-space: nowrap;
    top: 0;
    border-radius: 3px 0 0 3px;
    transition: 0.3s;
}

.cartBoxBtn:hover {
    background-color: #FD1718;
}

.cartBoxBtn:hover .cartBoxBtnTxt {
    left: -65px;
}

.cartBoxBtn:hover .cartNum,
.redBg .cartNum {
    color: #FD1718;
    background: #FFF;
}

.cartUp {
    bottom: 37px;
}

.cartGo {
    bottom: 0px;
}

.cartEmpty {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -64px;
}

.cartEmpty a {
    margin-top: 5px;
}

.cartEmpty p {
    font-size: 12px;
    color: #000;
}

.cartEmpty img {
    width: 64px;
    height: 64px;
}

.redBg {
    background-color: #FD1718;
    color: #fff;
}

.cartBoxMid ul {
    padding: 30px 0 50px;
}

.cartBoxMid li {
    background: #fff;
    margin-top: 10px;
    padding: 10px 0;
}

.cartGoods {
    position: relative;
    padding-left: 62px;
    padding-right: 5px;
}

.cartGoods p,
.cartGoods a {
    font-size: 12px;
    line-height: 16px;
}

.cartGoodsName {
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cartGoodsPrice {
    line-height: 12px;
    margin-top: 4px;
}

.cartGoodsPrice .rt {
    color: #005AA0;
    margin-right: 10px;
    cursor: pointer;
}

.cartBoxMid li img {
    width: 50px;
    height: 50px;
    border: #ddd solid 1px;
    position: absolute;
    left: 5px;
    top: 0px;
}