.order-ensure-page {
    background: #f0f0f0;

    .order-ensure-error {
        margin-top: 100px;
        text-align: center;
        background-color: #fff;
    }

    .block {
        background: #fff;
        margin: 20px 0;
        padding: 30px 20px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .title {
        font-size: 32px;
        color: #444;
    }

    .price-cost {
        span {
            color: #f00;
        }
    }

    .border-none {
        border-bottom: none !important;
    }

    .boys {
        background: resolve("shopping-cart/boys.png") bottom left repeat-x #fff;
    }

    .girls {
        background: resolve("shopping-cart/girls.png") bottom left repeat-x #fff;
    }

    .kids {
        background: resolve("shopping-cart/kids.png") bottom left repeat-x #fff;
    }

    .life-style {
        background: resolve("shopping-cart/lifeStyle.png") bottom left repeat-x #fff !important;
    }

    .not-address {
        position: relative;

        i {
            position: absolute;
            left: 16px;
            top: 40px;
            font-size: 44px;
        }

        .choose {
            display: block;
            color: #000;
            height: 64px;
            overflow: hidden;
            position: static;
            padding-left: 40px;
            font-size: 32px;
            line-height: 82px;

            span {
                position: absolute;
                right: 20px;
                top: 28px;
                font-size: 32px;
            }
        }
    }

    .address {
        display: block;
        position: relative;
        margin-top: 0;
        border-top: none;
        padding-bottom: 0.8rem;

        .info {
            width: 98%;
            height: auto;
            overflow: hidden;
            padding-left: 10%;
            padding-bottom: 32px;
            position: relative;

            span {
                display: inline-block;
            }

            i {
                position: absolute;
                left: 0;
                top: 0;
                font-size: 48px;
            }
        }

        .info-name {
            width: 48%;
            height: 40px;
            font-size: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .info-phone {
            width: 48%;
            font-size: 28px;
            text-align: right;
            float: right;
        }

        .info-address {
            width: 100%;
            font-size: 28px;
            line-height: 38px;
        }

        .rest {
            position: absolute;
            right: 32px;
            bottom: 20px;
            color: #f00;
            font-size: 28px;

            span {
                font-size: 28px;
            }
        }
    }

    .dispatch {
        padding: 0;
        margin: 0;

        .sub-block {
            color: #444;

            &:last-child h3 {
                border-bottom: none;
            }

            h3 {
                width: 95%;
                height: 80px;
                overflow: hidden;
                line-height: 80px;
                font-size: 36px;
                margin-left: 5%;
                border-bottom: 1px solid #e0e0e0;

                .hide {
                    display: none !important;
                }

                p {
                    display: inline-block;
                    height: 80px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                i {
                    font-size: 40px;
                    margin-left: 8px;
                    height: 80px;
                    display: inline-block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                span {
                    display: inline-block;
                    width: 65%;
                    height: 80px;
                    text-align: right;
                    font-size: 32px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }

            ul {
                width: 100%;
                height: auto;
                overflow: hidden;
                line-height: 80px;
                font-size: 28px;
                background: #e0e0e0;
                display: none;

                li {
                    border-bottom: 1px solid #fff;
                    padding: 0 40px;

                    &:last-child {
                        border-bottom: none;
                    }

                    i {
                        float: right;
                    }
                }

                li.dispatch-time-info {
                    line-height: 30px;
                    padding: 20px 30px 20px 40px;
                    font-size: 25px;
                }
            }
        }
    }

    .goods-num {
        width: 100%;
        height: 80px;
        color: #b0b0b0;
        background: #fff;
        padding: 20px 0;
        text-align: right;
        font-size: 32px;

        span {
            padding-right: 20px;
            color: #f00;
        }
    }

    .bill {
        position: fixed;
        background: #fff;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100px;
        overflow: hidden;
        line-height: 100px;
        font-size: 28px;
        padding-left: 4%;
        z-index: 3;

        span {
            color: #f00;
        }

        a {
            position: absolute;
            right: 20px;
            top: 10px;
            background: #d0021b;
            display: inline-block;
            color: #fff;
            width: 25%;
            height: 80px;
            overflow: hidden;
            border-radius: 10px;
            line-height: 80px;
            text-align: center;
            font-size: 30px;
        }
    }

    .price-cal {
        margin-bottom: 90px;
        font-size: 32px;
        position: relative;

        span {
            position: absolute;
            right: 28px;
            text-align: right;
        }

        li {
            font-size: 32px;

            p {
                display: inline-block;
            }

            span {
                display: inline-block;
            }
        }

        .yoho-coin {
            margin: 50px 0 30px;
            background: resolve("product/yoho_icon.png") no-repeat;
            padding-left: 68px;
            font-size: 28px;
            height: 52px;
        }
    }

    .address-bottom {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        height: 70px;
        overflow: hidden;
        line-height: 2rem;
        font-size: 24px;
        bottom: 100px;

        .back {
            width: 100%;
            height: 100%;
            background: #000;
            filter: alpha(opacity=70); /*IE滤镜,透明度70%*/
            -moz-opacity: 0.7; /*Firefox私有,透明度70%*/
            opacity: 0.7;/*其他,透明度70%*/
        }

        span {
           color: #fff;
            display: block;
            padding-left: 4%;
            position: relative;
            top: -70px; 
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
    }

    .order-good {
        position: relative;
        padding: 20px 0;
        margin-left: 34px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 26px;
        height: auto;
        overflow: hidden;

        &:last-child {
            border-bottom: none;
        }

        .thumb-wrap {
            position: relative;
            float: left;
            width: 120px;
            height: 160px;
        }

        .thumb {
            width: 100%;
            height: 100%;
        }

        .tag {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            color: #fff;
            text-align: center;
            font-size: 12px;

            &:before {
                display: block;
                line-height: 1;
                transform: scale(0.833);
            }
        }

        .gift-tag {
            height: 25px;
            background: #a1ce4e;

            &:before {
                content: "赠品";
            }
        }

        .advance-buy-tag {
            height: 25px;
            background: #eb76aa;

            &:before {
                content: "加价购";
            }
        }

        .deps {
            margin-left: 135px;
        }

        .name {
            font-size: 32px;
            max-width: 70%;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .row:nth-child(2) {
            height: 45px;
            line-height: 45px;

            > span {
                margin-right: 15px;
            }
        }

        .color,
        .size {
            color: #b6b6b6;
        }

        .price-wrap {
            position: absolute;
            top: 20px;
            right: 30px;
            text-align: right;
        }

        .price {
            color: #e01;
        }

        .count {
            display: block;
            color: #999;
            text-align: right;
            line-height: 45px;
        }

        .appear-date {
            color: #f00;
        }
    }

    .sale-invoice {
        margin-top: -20px;
        font-size: 28px;

        li {
            height: 90px;
            line-height: 90px;
            border-bottom: 1px solid #f7f7f7;
            overflow: hidden;

            a {
                display: block;
            }
        }

        .coupon-count {
            padding: 5px 15px;
            background: #d0021b;
            color: #fff;
            border-radius: 10px;
            margin-left: 20px;
        }

        .coupon-use {
            box-sizing: border-box;
            position: relative;
            float: right;
            padding-right: 30px;
            color: #999;
            text-align: right;
            width: 320px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;

            .iconfont {
                position: absolute;
                top: 0;
                right: 0;
                color: #999;
            }
        }

        .checkbox {
            display: inline-block;
            width: 80px;
            text-align: center;
            margin-right: -20px;
        }

        .coin-check {
            float: right;
            color: #999;

            .checkbox {
                margin-left: 5px;
                color: #000;
            }

            &.used {
                color: #f00;
            }

            em {
                color: #f00;
            }
        }

        .checkbox.icon-checkbox {
            color: #ccc;
        }

        .invoice {
            .checkbox {
                float: right;
            }

            &.focus {
                height: auto;
            }
        }

        .desc {
            color: #999;
        }
    }

    .block {
        input,
        textarea {
            box-sizing: border-box;
            margin: 20px 0;
            padding: 0 12px;
            width: 100%;
            height: 72px;
            color: #444;
            background: #efefef;
            font-size: 24px;
            line-height: 1;
            outline: 0;
            border: 0;
            border-radius: 4px;
        }

        textarea {
            padding: 12px;
            height: auto;
            resize: none;
        }

        &.mt0 {
            margin-top: 0;
        }

        &.more-jit {
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: -0.5rem;
            border-bottom: none;

            a {
                display: inline-block;
                width: 100%;
            }
        }

        .more-jit {
            height: 88px;
            line-height: 88px;
            position: relative;

            span {
                font-size: 34px;
                color: #444;
            }

            .iconfont {
                position: absolute;
                right: 0;
            }
        }
    }

    #invoice {
        border-top: 1px solid #f7f7f7;

        .invoice-type {
            float: right;
            font-size: 28px;
            color: #444;
        }

        label {
            display: block;
            border-top: 1px solid #f7f7f7;
        }

        select {
            position: relative;
            float: right;
            width: 40%;
            height: 50px;
            top: 20px;
            border: 1px solid #f7f7f7;
        }
    }

    #msg {
        padding-top: 20px;

        input {
            margin: 0;
        }
    }

    .total {
        font-size: 22px;
        margin-top: 20px;

        span {
            display: inline-block;
            width: 160px;
        }
    }

    .cost {
        border-top: 1px solid #f7f7f7;
        line-height: 100px;
        margin-top: 10px;
        font-size: 34px;

        em {
            color: #f00;
        }
    }

    .pay-mode {
        background: #fff;
        padding: 0 20px;
        margin-top: -22px;

        li {
            height: 88px;
            line-height: 88px;
            margin-bottom: 28px;
            border-radius: 5px;
            font-size: 32px;
            color: #fff;
            text-align: center;
            background: #000;
        }

        .default {
            background: #57b038;
        }

        .iconfont {
            margin-right: 20px;
            font-size: 32px;
        }
    }

    .yoho-coin-help {
        display: inline-block;
        background-color: #b0b0b0;
        border-radius: 28px;
        width: 28px;
        height: 28px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        margin-left: 10px;
    }

    .yoho-coin-help-dialog-bg {
        background-color: #000;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        opacity: 0.3;
    }

    .yoho-coin-help-dialog {
        position: fixed;
        width: 540px;
        height: 510px;
        background-color: #fff;
        z-index: 2;
        border-radius: 10px;
        left: 50%;
        margin-left: -270px;
        top: 50%;
        margin-top: -255px;

        .yoho-coin-title {
            font-size: 34px;
            text-align: center;
            height: 110px;
            line-height: 140px;
            color: #000;
        }

        .yoho-coin-content {
            height: 320px;
            overflow: auto;
            font-size: 28px;
            padding: 0 35px;
            color: #444;

            p {
                margin-top: 15px;
            }
        }

        .yoho-coin-footer {
            border-top: 1px solid #e0e0e0;
            color: #d0021b;
            font-size: 34px;
            height: 80px;
            line-height: 80px;
            text-align: center;
        }
    }
}

.tickets-confirm-page {
    .sorry-tips {
        border-bottom: 1px solid #e0e0e0;
        height: 50px;
        line-height: 50px;

        p {
            color: #d0021b;
            font-size: 24px;
            margin-left: 5%;
        }
    }

    .delivery-id {
        h3 {
            border: 0;
        }

        h4 {
            width: 95%;
            margin-left: 5%;
            font-size: 30px;
            color: #b0b0b0;
            margin-bottom: 20px;
        }
    }

    .yoho-coin {
        margin-left: 5%;
        width: 90%;
        overflow: hidden;
        border-bottom: 1px solid #e0e0e0;

        .sale-invoice {
            margin-top: 0;
        }
    }

    .dispatch {
        .sub-block {
            h3 {
                width: 90%;

                span {
                    color: #afafaf;
                    font-size: 26px;
                    float: right;
                }
            }
        }
    }

    .tickets-mobile {
        position: relative;

        input {
            background: #fff;
            border: 1px solid #b0b0b0;
            height: 85px;
            line-height: 85px;
            margin: 0;
            outline: none;
            -webkit-appearance: none;
        }

        .mobile-tips {
            display: inline-block;
            position: absolute;
            height: 85px;
            line-height: 85px;
            right: 30px;
            top: 50%;
            margin-top: -43px;
            font-size: 22px;
            color: #b0b0b0;
        }
    }
}