.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

em {
    font-style: normal;
}

.body-main {
    min-height: 800px;
}

.cart-header {
    height: 160px;
    background-color: #e3e6e9;
    background: url(/static/home/images/cart-header-bg.jpg) repeat-x left bottom;
}

.cart-header .cart-header-warp {
    width: 1104px;
    height: 120px;
    line-height: 120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.cart-header .left {
    float: left;
}

.cart-header .cart-title {
    color: #4d555d;
    font-weight: 200;
    font-size: 14px;
}

.cart-header .cart-title h1 {
    font-size: 32px;
    line-height: 115px;
    margin-right: 25px;
    color: #07111b;
    font-weight: 200;
}

.cart-body {
    width: 1152px;
    padding: 0 36px 32px;
    background-color: #fff;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 16px 0 rgba(7,17,27,.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.title-box {
    padding-top: 36px;
    padding-bottom: 24px;
}

.title-box .goods-info-title {
    margin-left: 12px;
    color: #07111b;
    font-size: 16px;
    line-height: 16px;
}

.l {
    float: left;
}

.r {
    float: right;
}

.detail-box {
    width: 100%;
}

.detail-box ul {
    width: 100%;
    padding-bottom: 36px;
    border-bottom: 1px solid #d9dde1;
}

.detail-box ul li:last-child {
    margin-bottom: 0;
}

.detail-box ul li {
    padding: 24px;
    box-sizing: border-box;
    background: #f3f5f7;
    margin-bottom: 1px;
}

a:link, a:visited {
    color: #5e5e5e;
}

.detail-box ul li img {
    width: 160px;
    height: 90px;
    margin-right: 24px;
}

.detail-box ul li .text-info-box {
    width: 462px;
    height: 90px;
    margin-right: 96px;
}

.detail-box ul li .text-info-box .package-title {
    margin-top: 8px;
    font-size: 12px;
    color: #07111b;
    line-height: 24px;
}

.detail-box ul li .text-info-box .package-info-title {
    margin: 0;
    font-size: 16px;
    color: #07111b;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-box ul li .info-price {
    position: relative;
    margin-top: 35px;
    width: 286px;
    font-size: 18px;
    color: #f01414;
}

.detail-box ul li .info-price .price {
    display: inline-block;
    width: 85px;
}

.pay-box {
    margin-top: 36px;
    position: relative;
}

.pay-box.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 10px -2px 12px rgba(7,17,27,.2);
}

.pay-box.fixed .row-bottom {
    max-width: 1150px;
    position: relative;
    margin: 0 auto;
}

.pay-box.fixed .row-bottom .row {
    float: left;
}

.pay-box.fixed .goods-total-price-box {
    width: auto;
}
.pay-box.fixed .bargain-discount-box, .pay-box.fixed .coupons-discount-box, .pay-box.fixed .goods-total-price-box, .pay-box.fixed .package-discount-box, .pay-box.fixed .pay-add-sign, .pay-box.fixed .pay-price-box, .pay-box.fixed .redpackage-discount-box {
    float: left;
    margin-bottom: 0;
}
.pay-box .bargain-discount-box, .pay-box .coupons-discount-box, .pay-box .goods-total-price-box, .pay-box .package-discount-box, .pay-box .redpackage-discount-box, .pay-box .student-discount-box {
    margin-bottom: 12px;
    line-height: 26px;
}

.pay-box.fixed .price, .pay-box.fixed .price-num, .pay-box.fixed .price-text {
    line-height: 80px;
}
.pay-box.fixed .rw {
    text-align: left;
    width: auto;
}
.pay-box .bargain-discount-box .price-num, .pay-box .coupons-discount-box .price-num, .pay-box .goods-total-price-box .price-num, .pay-box .package-discount-box .price-num, .pay-box .redpackage-discount-box .price-num, .pay-box .student-discount-box .price-num {
    position: relative;
    font-size: 14px;
    color: #07111b;
}
.pay-box .rw {
    width: 140px;
    box-sizing: border-box;
    text-align: right;
}

.pay-box.fixed .pay-price-box {
    width: auto;
    margin-left: 20px;
}

.pay-box .pay-price-box {
    color: #07111b;
}

.pay-box .pay-price-box .price {
    position: relative;
    color: #f01414;
    font-size: 24px;
    font-weight: 700;
}

.pay-box.fixed .submit-btn {
    margin-top: 16px;
    width: 148px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 24px;
}

.moco-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    text-decoration: none;
    box-sizing: border-box;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    white-space: nowrap;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #545c63;
    background-color: transparent;
    border-color: #9199a1;
    opacity: 1;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 18px;
}

.moco-btn:link, .moco-btn:visited {
    color: #545c63;
}

.moco-btn-red:link, .moco-btn-red:visited {
    color: #fff;
}

.pay-box .submit-btn {
    padding: 0;
    width: 140px;
    height: 40px;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.moco-btn-red {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background-color: #f20d0d;
    border-color: #f20d0d;
    opacity: 1;
}




:link, :visited, ins {
    text-decoration: none;
}

.cart-body .cart-body-title{
    min-height: 88px;
    line-height: 88px;
    border-bottom: 0;
    box-sizing: border-box;
}

.cart-body .left {
    float: left!important;
}

.cart-body .cart-body-title .trade-title{
    line-height: 16px;
    padding-top: 36px;
    padding-bottom: 24px;
}

.cart-body .cart-body-title .trade-title .order {
    font-size: 16px;
    color: #07111b;
}

.cart-body .cart-body-title .num {
    font-size: 16px;
    color: #070000;
}

.cart-body .right {
    float: right!important;
}

.cart-body .cart-body-title a {
    font-size: 14px;
    color: #f01414;
}

.cart-body .item-ul {
    height: 0;
    overflow: hidden;
}

.cart-body .item {
    height: 88px;
    padding: 24px;
    background-color: #f3f5f7;
    border-bottom: 2px solid #fff;
}

.cart-body .item-left {
    line-height: 22px;
}

.cart-body .item-left img {
    margin-right: 20px;
}

.cart-body .item-left dl {
    width: 462px;
    height: 90px;
}

.cart-body .item-left dt {
    margin: 0;
    font-size: 16px;
    color: #07111b;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-body .item-right {
    width: 28%;
}

.cart-body .item-right .price {
    font-size: 16px;
}
.cart-body .price {
    color: #f01414;
}

.cart-body .item-right .price .price-text {
    font-size: 14px;
    color: #93999f;
}

.cart-body .item-right .price em {
    margin-top: -3px;
}
.cart-body .pay-method {
    position: relative;
    padding: 30px 12px 48px;
    border-top: 1px solid #d9dde1;
    border-bottom: 1px solid #d9dde1;
}
.cart-body .pay-method .pay-method-title {
    height: 46px;
    line-height: 30px;
    font-size: 16px;
    color: #07111b;
}

.cart-body .pay-method li {
    float: left;
    margin-right: 18px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    width: 192px;
    height: 86px;
    background-color: #f3f5f7;
    border: 2px solid #f3f5f7;
    cursor: pointer;
    background-image: url(/static/home/images/pay_s.png);
}

.cart-body .pay-method .alipay {
    background-position: 33px -304px;
    background-repeat: no-repeat;
}

.cart-body .pay-method .pay-way.active {
    border-color: #f01414;
}

.cart-body .pay-method .bottomright {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.cart-body .pay-method .pay-way.active .bottomright {
    display: block;
}

.cart-body .pay-method .triangle {
    width: 0;
    height: 0;
    border-bottom: 20px solid red;
    border-left: 20px solid transparent;
}

.cart-body .pay-method .bottomright i {
    position: absolute;
    right: -1px;
    bottom: 0;
    color: #fff;
    font-size: 12px;
}

.cart-body .pay-method .wxpay {
    background-position: 30px -423px;
    background-repeat: no-repeat;
}

.cart-body .pay-summary .warning {
    font-size: 14px;
    color: #f90;
    padding-top: 32px;
    line-height: 20px;
    float: left;
}

.cart-body .pay-summary i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.cart-body .pay-summary .summary {
    float: right;
    padding-top: 36px;
}

.cart-body .pay-summary .total {
    height: 24px;
}

.cart-body .pay-summary .label {
    width: 96px;
    font-size: 14px;
    color: #07111b;
    height: 20px;
    text-align: right;
    float: left;
    line-height: 20px;
}

.cart-body .pay-summary .total .label {
    line-height: 26px;
}

.cart-body .pay-summary .price {
    font-size: 14px;
    color: #f01414;
    height: 20px;
    text-align: right;
    line-height: 20px;
    float: left;
}

.cart-body .pay-summary .total .price {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
}

.cart-body .pay-summary .price em, .cart-body .pay-summary .price span {
    float: none;
}

.cart-body .pay-summary .submit-warp {
    margin-top: 32px;
    margin-bottom: 16px;
}

.cart-body .pay-summary .pay-summary-submit {
    float: right;
    width: 140px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #f01414;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.cart-body .pay-summary .feedback-href a {
    float: right;
    font-size: 12px;
    color: #4d555d;
}

.pay-tip-modal {
    padding: 36px 0 32px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(7,17,27,.2);
    border-radius: 12px;
    width: 320px;
    text-align: center;
}

.pay-tip-modal .wait-img {
    width: 96px;
    height: 96px;
    background: #f3f5f6;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.pay-tip-modal .wait-img img{
    width: 64px;
    height: 64px;
    margin-top: 16px;
}

.pay-tip-modal h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1c1f21;
    line-height: 24px;
}

.pay-tip-modal p {
    margin: 4px auto 16px;
    font-size: 12px;
    color: #9199a1;
    line-height: 18px;
}

.pay-tip-modal .btnwarp {
    display: inline-block;
}

.pay-tip-modal .success-btn {
    padding: 8px 52px;
    cursor: pointer;
    background: #383d42;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.pay-tip-modal .restart-btn {
    margin-top: 16px;
    cursor: pointer;
    font-size: 14px;
    color: #9199a1;
    line-height: 24px;
}

.pay-tip-modal .restart-btn span {
    font-size: 16px;
    color: #9199a1;
    line-height: 24px;
    margin-right: 8px;
}

.pay-tip-modal .error {
    color: #f20d0d;
}
.wechat-modal {
    width: 320px;
    background-color: #fff;
    text-align: center;
    padding: 36px 0 32px;
    border-radius: 12px;
}

.wechat-modal .modal {
    position: relative;
}

.wechat-modal .price {
    font-size: 16px;
    color: #545c63;
    line-height: 24px;
    font-weight: 700;
}

.qrcode {
    margin: 10px 80px 30px;
    position: relative;
}

.wechat-modal .qrcode {
    width: 180px;
    height: 180px;
    margin: 12px auto;
}

.wechat-modal p {
    font-size: 12px;
    color: #545c63;
    line-height: 18px;
}

.wechat-modal .restart-btn {
    font-size: 14px;
    color: #9199a1;
    line-height: 24px;
    margin-top: 24px;
    cursor: pointer;
}

.wechat-modal .restart-btn span {
    font-size: 16px;
    color: #9199a1;
    line-height: 24px;
    margin-right: 8px;
}


.md-mes {padding: 0!important; border-radius: 4px; background-color: #fff;}