.cart-body {
    /*width: 480px;*/
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);
    border-radius: 2px;
    box-sizing: border-box;
    /*position: fixed;*/
    left: 0;
    right: 0;
    /*margin: -220px auto 0;*/
    top: 45%;
    z-index: 1101;
    display: none;
}
.detail-box {
    width: 100%;
    position: relative;
}
.detail-box ul {
    width: 100%;
    padding-bottom: 13px;
}
.detail-box ul li:last-child {
    margin-bottom: 0;
}

.detail-box ul li {
    padding: 22px 30px 10px;
    box-sizing: border-box;
    background: #f3f5f7;
    margin-bottom: 1px;
}
.text-center {
    text-align: center !important;
}
.detail-box .ksd-paybox img {
    width: 180px;
    height: 180px;
}

.detail-box ul li img {
    width: 160px;
    height: 90px;
}
.detail-box ul li .text-info-box .package-title {
    margin-top: 8px;
    font-size: 18px;
    color: #07111b;
    line-height: 24px;
    font-weight: 600;
}
.detail-box ul li .info-price {
    position: relative;
    font-size: 16px;
    color: #f01414;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.fw {
    font-weight: 600 !important;
}
.fz12 {
    font-size: 12px !important;
}
.red {
    color: red;
}
.detail-box ul li .info-price {
    position: relative;
    font-size: 16px;
    color: #f01414;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.detail-box ul li .info-price .price {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
}
.fz12 {
    font-size: 12px !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.pay-boxtext {
    color: #72c072;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
}
.pay-box {
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}
.text-center {
    text-align: center !important;
}
.detail-box ul {
    width: 100%;
    padding-bottom: 13px;
}
.title-box {
    padding-top: 36px;
    padding-bottom: 24px;
    background: #f3f5f7;
}
.detail-box ul li .text-info-box .package-title {
    margin-top: 8px;
    font-size: 18px;
    color: #07111b;
    line-height: 24px;
    font-weight: 600;
}