.f-left {
    float: left
}
.f-right {
    float: right
}
.clearfix {
    zoom: 1;
    clear: both
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
/*结算选择*/
.settlement-wrapper {
    margin-bottom: 5px;
    border: 1px solid #aed2ff;
    background: #fff;
}
.settlement-wrapper small {
    font-size: 80%;
    color: #999;
}
.settlement-header {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}
.settlement-close {
    position: absolute;
    top: 0;
    right: 5px;
    width: 32px;
    color: #999;
    cursor: pointer;
}
.settlement-pay-box {
    height: 105px;
    padding: 15px;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.settlement-goods-wrapper, .settlement-pay {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.settlement-goods-wrapper {
    position: relative;
    width: 74%;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}
.settlement-goods-box {
    position: relative;
    width: 595px;
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
}
.settlement-goods-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999999px;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}

.settlement-goods-item {
    float: right;
    padding: 0 5px;
}
.settlement-pay {
    width: 26%;
}
.settlement-goods-item img {
    width: 75px;
    height: 75px;
}
.slider-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 68px;
    cursor: pointer;
}
.slider-btn:hover {
    background: rgba(238, 238, 238, 0.5);
}
.prev-btn {
    left: 40px;
}
.next-btn {
    right: 40px;
}
.settlement-pay {
    text-align: right;
}
.settlement-pay p {
    line-height: 22px;
}
.settlement-btn-box {
    margin-top: 4px;
}
.settlement-btn {
    display: inline-block;
    min-width: 80px;
    height: 30px;
    padding: 0 5px;
    line-height:28px;
    text-align: center;
    color: #fff;
    border: 1px solid #fe4c5a;
    background: #fe4c5a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}
