@charset "utf-8";
    /*.islider-btn-outer{display: none;}*/

    .islider-dot-wrap {
        bottom: 0;
    }

    .islider-dot {
        width: 0.5em;
        height: 0.5em;
    }

    .content-box {
        margin-top: 45px;
    }

    .nav-items {
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        top: 45px;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .nav-items .nav-wrapper {
        height: 100%;
        overflow: hidden;
        margin: 10px 0;
    }

    .nav-items .nav-list {
        white-space: nowrap;
        overflow-x: scroll;
        background-color: #fff;
        padding: 0 5px;
    }

    .nav-list::-webkit-scrollbar {
        display: none;
    }

    .nav-list a.nav-item {
        position: relative;
        display: inline-block;
        width: auto;
        line-height: 29px;
        padding: 0 10px;
        font-size: 15px;
    }

    .nav-list a.nav-item.active {
        color: #e53c42;
    }

    .nav-list a.nav-item.active:after {
        position: absolute;
        content: '';
        display: block;
        height: 3px;
        left: 10px;
        right: 10px;
        bottom: -1px;
        background-color: #e53c42;
        z-index: 99;
    }

    a:active,
    a:link,
    a:hover {
        color: #000;
        text-decoration: none;
    }

    .content .lists>a {
        display: block;
        width: 100%;
        margin-top: 5px;
        padding: 10px;
        background-color: #fff;
        overflow: hidden;
    }

    .content .lists2 {
        display: block;
        width: 100%;
        margin-top: 5px;
        padding: 10px;
        background-color: #fff;
        overflow: hidden;
    }

    .list {
        position: relative;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    p.title {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .pic {
        margin-bottom: 5px;
    }

    .pic img {
        width: 100%;
        height: 100%;
        margin-bottom: 5px;
    }

    .content {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    p {
        color: #575757;
    }

    .pull-left.visit {
        position: relative;
        display: block;
        padding-left: 17px;
    }

    .pull-left.visit:before {
        position: absolute;
        top: 2px;
        left: 0;
        width: 14.5px;
        height: 11px;
        content: '';
        background-image: url(/images/old/visit.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .dropload-noData {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        color: #BBBBBB;
    }

    .nav-items .nav-wrapper {
        margin: 0;
    }

    .nav-list a.nav-item {
        line-height: 45px;
    }


    body {
        font-family: "microsoft yahei";
    }

    p {
        margin-bottom: 0;
    }

    .display-none {
        display: none;
    }

    .coupon-list {
        padding: 0 15px;
        padding-bottom: 20px;
    }

    .coupon-detail {
        padding-left: 120px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        width: 100%;
        height: 100px;
        overflow: hidden;
        background-image: url(/images/old/coupon_center/coupon_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 10px;
    }

    .coupon-detail .coupon-img {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(0, -50%);
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .coupon-detail .coupon-img img {
        width: 100%;
        height: 100%;
    }

    .coupon-detail .coupon-info p {
        margin: 0;
        margin-top: 10px;
        color: #ccc;
        font-size: 14px;
    }

    .coupon-detail .coupon-info p span,
    .coupon-detail .coupon-info p label {
        font-size: 14px;
    }

    .coupon-detail .coupon-info p span.price {
        font-size: 20px;
    }

    .coupon-detail .coupon-status {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        bottom: 0;
        text-align: center;
    }

    .coupon-status .prg-cont.rad-prg {
        text-align: center;
        height: 60%;
        padding-top: 15%;
    }

    .prg-cont.rad-prg img {
        display: block;
        width: 55px;
        margin: 0 auto;
    }

    .coupon-status .prg-text {
        position: absolute;
        display: block;
        margin: 0 auto;
        top: 25%;
        font-size: 14px;
        color: #e53c42;
        left: 0;
        right: 0;
        color: #e53c42 !important;
    }

    .coupon-status .prg-text p {
        color: #e53c42;
    }

    .coupon-btn {
        position: absolute;
        right: 10%;
        bottom: 15%;
        width: 80%;
        overflow: hidden;
    }

    .coupon-btn a {
        width: 100%;
        float: left;
        vertical-align: top;
        display: inline-block;
        text-decoration: none;
        height: 100%;
        text-align: center;
        line-height: 20px;
        border-radius: 10px;
    }

    .receive .coupon-btn a {
        background-color: #e53c42;
        color: #fff;
    }

    .receive-end .coupon-btn a {
        background-color: #b3b3b3;
        color: #fff;
    }

    .received .coupon-btn a {
        background-color: #9943f9;
        color: #fff;
    }

    .jump-btn {
        text-align: center;
        line-height: 40px;
        font-size: 15px;
        color: #aaa;
        cursor: pointer;
    }
