﻿.ticket-contianer {
    width: 980px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
}

    .ticket-contianer * {
        box-sizing: border-box;
    }

.ticket-item {
    width: 480px;
    cursor: pointer;
}

    .ticket-item:nth-child(2) {
        margin-left: 20px;
    }

.ticket-activity {
    height: 120px;
    background: url('../images/ticket/bg1.png') no-repeat center center #ec2d51;
    background-size: cover;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .ticket-activity .order {
        width: 150px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 16px;
        background: url('../images/ticket/bg2.png') no-repeat center center;
        background-size: cover;
        font-weight:600;
    }

    .ticket-activity .gift, .ticket-activity .date {
        color: #df003a;
        font-family: 'Source Han Sans CN';
        font-size: 14px;
        font-weight: 600;
    }

    .ticket-activity .date {
        font-size: 12px;
    }

.ticket-activity1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: url('../images/ticket/bg5.png') no-repeat center center;
}

    .ticket-activity1 .activity1-top {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .ticket-activity1 .activity1-top .money {
            height: 50px;
            line-height: 50px;
            color: #f7ef37;
            font-size: 36px;
            font-weight: 600;
            border-radius: 4px;
            border: 2px solid #f7ef37;
            padding: 0 8px;
            margin-right: 8px;
        }

            .ticket-activity1 .activity1-top .money span {
                font-size: 14px;
                font-weight: 400;
            }

        .ticket-activity1 .activity1-top .name {
            line-height: 30px;
            color: #fff;
            font-family: 'Source Han Sans CN';
            font-size: 24px;
            font-weight: 600;
        }

        .ticket-activity1 .activity1-top .condition {
            color: #fff;
            font-size: 14px;
        }

            .ticket-activity1 .activity1-top .condition span {
                color: #f7ef37;
            }

    .ticket-activity1 .date {
        width: 254px;
        text-align: center;
        height: 22px;
        line-height: 22px;
        background-color: #fff;
        border-radius: 4px;
        color: #002f37;
        font-family: 'Source Han Sans CN';
        font-size: 12px;
    }

.ticket-mask-bg {
    display: none;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    z-index: 10;
}

.ticket-mask-container {
    display: none;
    width: 480px;
    border-radius: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -240px;
    z-index: 11;
}

    .ticket-mask-container * {
        box-sizing: border-box;
    }

.ticket-mask-top {
    height: 120px;
    background: url('../images/ticket/bg1.png') no-repeat center center #ec2d51;
    background-size:cover;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .ticket-mask-top .order {
        width: 150px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 16px;
        background: url('../images/ticket/bg2.png') no-repeat center center;
        background-size: cover;
        font-weight:600;
    }

    .ticket-mask-top .gift, .ticket-mask-top .date {
        color: #df003a;
        font-family: 'Source Han Sans CN';
        font-size: 14px;
        font-weight: 600;
    }

    .ticket-mask-top .date {
        font-size: 12px;
    }

.ticket-mask-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    background-color: #fff;
    padding: 0 60px;

}

.ticket-title {
    color: #000;
    font-size: 24px;
    text-align: center;
}

.input-label {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

    .input-label p {
        font-size: 16px;
        margin-right: 10px;
    }

    .input-label input {
        height: 50px;
        line-height: 52px;
        border-radius: 5px;
        width: 310px;
        padding: 0 10px;
        border: 1px solid #ccc;
        box-shadow: none;
    }

.ticket-mask-btn {
    width: 310px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #16ac5e;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    margin-left: 42px;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
}

.safty-tips {
    display: flex;
    align-items: center;
    padding-left: 42px;
}

    .safty-tips span {
        cursor: pointer;
    }

.ticket-mask-top1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: url('../images/ticket/bg5.png') no-repeat center center;
}

    .ticket-mask-top1 .ticket-mask-top1-top {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .ticket-mask-top1 .ticket-mask-top1-top .money {
            height: 50px;
            line-height: 50px;
            color: #f7ef37;
            font-size: 36px;
            font-weight: 600;
            border-radius: 4px;
            border: 2px solid #f7ef37;
            padding: 0 8px;
            margin-right: 8px;
        }

    .ticket-mask-top1 .ticket-mask-top1 .money span {
        font-size: 14px;
        font-weight: 400;
    }

    .ticket-mask-top1 .ticket-mask-top1-top .name {
        height: 30px;
            line-height: 30px;
            color: #fff;
            font-family: 'Source Han Sans CN';
            font-size: 24px;
            font-weight: 600;
    }

    .ticket-mask-top1 .ticket-mask-top1-top .condition {
        color: #fff;
        font-size: 14px;
    }

        .ticket-mask-top1 .ticket-mask-top1-top .condition span {
            color: #f7ef37;
        }

    .ticket-mask-top1 .date {
        width: 254px;
        text-align: center;
        height: 22px;
        line-height: 22px;
        background-color: #fff;
        border-radius: 4px;
        color: #002f37;
        font-family: 'Source Han Sans CN';
        font-size: 12px;
    }

.ticket-mask-hide {
    display: none;
}

.ticket-close {
    width: 24px;
    height: 24px;
    background-image: url('../images/ticket/ticket-close.png');
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
}

.ticket-activity.ticket-item-big {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-image: url('../images/ticket/bg3.png');
    position: relative;
}

    .ticket-activity.ticket-item-big .order {
        width: 300px;
        height: 70px;
        line-height: 70px;
        background-image: url('../images/ticket/bg4.png');
        font-size: 36px;
        /*letter-spacing: 10px;*/
        margin-right: 15px;
    }

    .ticket-activity.ticket-item-big .gift {
        font-size: 22px;
        margin-top: -20px;
    }

    .ticket-activity.ticket-item-big .date {
        font-size: 16px;
        position: absolute;
        bottom: 28px;
        left: 365px;
    }
.ticket-activity1.ticket-item-big {
    flex-direction:row;
    width: 100%;
    background-image: url('../images/ticket/bg6.png');
    position:relative;
}
.ticket-activity1.ticket-item-big .activity1-top{
    margin-bottom:0;
}
.ticket-activity1.ticket-item-big .activity1-top .money{
    height:70px;
    line-height:70px;
    font-size:50px;
}
.ticket-activity1.ticket-item-big .activity1-top .name{
    font-size:40px;
}
.ticket-activity1.ticket-item-big .name-condition{
    display:flex;
    margin-right:20px;
}
.ticket-activity1.ticket-item-big .date{
    width:340px;
    height:28px;
    line-height:28px;
    font-size:16px;
}
.ticket-activity1.ticket-item-big .activity1-top .condition{
    font-size:35px;
    position:absolute;
    right:164px;
    top:14px;
}
.ticket-mask-content .condition {
    padding-left: 42px;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}