﻿body {
    background-color: rgb(251, 251, 251);
    font: 14px Helvetica Neue,Helvetica,PingFang SC,微软雅黑,Tahoma,Arial,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.coupon-code {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    height: 34px;
    width: 64%;
    font-size: 14px;
    padding: 0 10px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-appearance: none;
}

.btnSend, .coupon-btn {
    border: 0px;
    color: #fff;
    width: 27%;
    /* padding: 4px; */
    display: inline-block;
    background-color: #51ABFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=90);
    height: 34px;
    line-height: 34px;
}

.coupon-btn {
    position: absolute;
    right: 0px;
}

li {
    list-style: none;
}

.coupon-active {
    margin-top: 20px;
    width: 90%;
    margin: 20px auto;
    position: relative;
}

.coupon-btn.active {
    background-color: rgb(92, 165, 252);
}

.nocoupon {
    width: 130px;
    margin: 80px auto 10px;
}

    .nocoupon img {
        width: 130px;
    }

.coupon-main {
    margin: 19px;
    padding-left: 0px;
}

.coupon-item {
    margin-bottom: 20px;
}

.coupon-item-top {
    background-color: #ddd;
    color: #fff;
    padding: 5px;
    position: relative;
    border-radius: 4px 4px 0px 0px;
}

    .coupon-item-top.coupon-on {
        background-color: #51ABFF;
    }

    .coupon-item-top P, .coupon-item-footer p {
        display: block;
        margin: 10px 10px 10px 20px;
        font-size: 13px;
    }

.coupon-item-footer {
    background-color: #ccc;
    color: #fff;
    padding: 5px;
    position: relative;
    border-radius: 2px 2px 4px 4px;
        margin-top: -0.3px;
    /*border-top: 1px dashed #fff;*/
}

    .coupon-item-footer.coupon-on {
        background-color: #4EA4F4;
    }

.coupon-title {
}

.coupon-expired {
}

.coupon-tip {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 16px;
    z-index: 1000;
    font-weight: bold;
}

.coupon-right {
    position: absolute;
    right: 20px;
}

    .coupon-right a {
        padding: 5px 10px;
        border: 1px solid;
        border-radius: 5px;
        margin-left: 8px;
    }

.coupon-rules {
}

.coupon-gift {
}

.coupon-use {
}

.coupon-expired-coupon {
    text-align: center;
}

    .coupon-expired-coupon a {
        color: #51ABFF;
    }

.eudic-alert {
    display: none;
}
.eudic-alert-mask {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    pointer-events: auto;
}
.eudic-alert-main {
    position: absolute;
    z-index: 10000;
    top: 100px;
    background-color: #fff;
    border-radius: 10px;
    width: 310px;
    height: 433px;
    left: 50%;
    margin-left: -155px;
}

.eudic-alert-img {
    margin-top: 30px;
}
.eudic-alert-img img {
    width: 100% !important;
}
.eudic-alert-title {
    text-align: center;
    font-size: 19px;
    margin: 15px 15px 12px;
    font-weight: bold;
    color: #444;
}
.eudic-alert-body {
    text-align: center;
    font-size: 14px;
    padding: 0px 20px;
    color: #8f8f8f;
}
.eudic-alert-footer {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    border-top: 1px solid #eee;
    color: #007fff;
}
.eudic-alert-footer span {
    width: 49%;
    display: inline-block;
}
    .eudic-alert-footer span:first-child {
        /*border-right: 1px solid #eee;*/
    }


@media screen and (min-width: 560px) {
    .coupon-active {
        max-width: 400px;
    }
    .coupon-main {
        max-width: 400px;
        margin: 0px auto;
    }
}
