.main-content {
    padding-top: 44px;
    padding-bottom: 118px;
}
.main-content .top-bar {
    display: flex;
    justify-content: space-between;
    height: 44px;
    background-color: white;
    padding-top: 14px;
    position: fixed;
    width: 100%;
}
.top-bar .top-bar-left {
    margin-left: 22px;
}
.top-bar .top-bar-right {
    margin-right: 20px;
}
.top-bar .top-bar-right span {
    vertical-align: middle;
}

/* 购物车内容 */
.main-content .cart-content {
    margin: 54px 10px 10px;
    background-color: white;
    border-radius: 4px;
}
.cart-content .cart-item {
    background-color: white;
    height: 130px;
    padding-top: 10px;
}
.cart-item .checkbox-icon {
    float: left;
    margin-top: 55px;
    margin-left: 12px;
}
.cart-item .cover {
    float: left;
    margin-left: 12px;
    width: 110px;
    height: 110px;
}
.cart-item .detail {
    float: left;
    margin-left: 10px;
    width: 50%;
}
.cart-item .detail .detail-top {
    font-size: 14px;
}
.cart-item .detail .detail-top p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 177px;
}
.cart-item .detail .detail-middle {
    font-size: 10px;
    color: #7A7A7A;
}
.cart-item .detail .detail-middle p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 3px;
}
.cart-item .detail .detail-bottom {
    margin-top: 7px;
}
.cart-item .detail .detail-bottom .price {
    float: left;
    font-size: 14px;
    color: #FF6D00;
}
.cart-item .detail .detail-bottom .right-content {
    float: right;
}
.cart-item .detail .detail-bottom .right-content .amount {
    width: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

/* 底部 */
.footer-bar {
    border-top: none;
}
.main-content .bottom-bar {
    position: fixed;
    bottom: 68px;
    height: 50px;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
}
.bottom-bar .content-left {
    padding-left: 10px;
}
.bottom-bar .content-left p span {
    font-size: 10px;
}
.bottom-bar .content-left .price {
    font-size: 20px;
    color: #FF6D00;
}
.bottom-bar .content-right .confirm-btn {
    background: #FF6100;
    border-radius: 17px;
    width: 90px;
    height: 34px;
    color: white;
    border: none;
    margin-top: 8px;
    font-weight: bold;
    margin-right: 10px;
}
