﻿.new_user {
    display: none;
    left: 50%;
    margin-left: -400px;
    margin-top: -260px;
    position: fixed;
    top: 50%;
    z-index: 1000097;
}

    .new_user .new_pic {
        height: 520px;
        overflow: hidden;
        width: 800px;
    }

    .new_user img {
        display: block;
        height: 100%;
        width: 100%;
    }

    .new_user .new_close {
        background: url("/Images/close11.png") no-repeat scroll 0 0;
        cursor: pointer;
        height: 32px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        width: 32px;
    }

.overlay {
    background: url("/Images/bigbg-black.png")repeat;
    min-width: 990px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000096;
    height: 100%;
}
/*注册优惠券弹出层*/
.layercoupon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

    .layercoupon img {
        border: 0;
    }

.cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=60);
    background-color: #000;
    z-index: 1002;
    left: 0;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.trip-con {
    position: absolute;
    top: 300px;
    *top: 300px;
    left: 50%;
    z-index: 1005;
    width: 514px;
    height: 308px;
    margin-top: -100px;
    margin-left: -200px;
    text-align: center;
}

    .trip-con span {
        display: inline-block;
        width: 36px;
        position: relative;
        left: 242px;
        top: -15px;
        z-index: 55;
        cursor: pointer;
    }

        .trip-con span img {
            width: 100%;
        }

    .trip-con p {
        color: #ff0000;
        font-size: 18px;
        font-weight: bold;
    }

.trip-btn a {
    display: inline-block;
    width: 106px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #169BD5;
    color: #fff;
    margin-left: 20px;
}

.ticket {
    position: absolute;
    top: 0;
    left: 0;
}

.ticket-take {
    position: absolute;
    bottom: 77px;
    left: 70px;
}
