﻿body {
    padding:44px 0px 0px 0px;
}
.my-coupon .coupon-list {
    display: block;
    width: 100%;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
    z-index: 1;
}

.my-coupon .coupon-list:after {
    content: "";
    display: block;
    clear: both;
}

.my-coupon .coupon-list li {
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.my-coupon .coupon-item {
    margin: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 40px;
    display: block;
}

.my-coupon .coupon-item .coupon-type {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #999999;
    width: 40px;
}

.my-coupon .coupon-item .coupon-type:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #f5f5f5;
    right: -5px;
    top: -5px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1) inset;
}

.my-coupon .coupon-item .coupon-type:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #f5f5f5;
    right: -5px;
    bottom: -5px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
}

.my-coupon .coupon-crash .coupon-type {
    background: #3a8dd1;
}

.my-coupon .coupon-minus .coupon-type {
    background: #f5a035;
}

.my-coupon .coupon-discount .coupon-type {
    background: #99cc87;
}

.my-coupon .coupon-disable .coupon-type {
    background: #aaaaaa;
}

.my-coupon .coupon-item .coupon-type-name {
    color: #ffffff;
    font-size: 16px;
    width: 18px;
    text-align: center;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

.my-coupon .coupon-item .coupon-body {
    padding: 15px 24px 10px 24px;
    position: relative;
}

.my-coupon .coupon-item .coupon-time-tips {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ff3e3e;
    color: #ffffff;
    padding: 0px 5px;
    font-size: 13px;
    line-height: 20px;
}

.my-coupon .coupon-item .coupon-time-tips:before {
    content: "";
    border-top: 10px solid #ff3e3e;
    border-right: 5px solid #ff3e3e;
    border-left: 5px solid transparent;
    border-bottom: 10px solid transparent;
    width: 10px;
    height: 20px;
    line-height: 0px;
    font-size: 0px;
    box-sizing: border-box;
    position: absolute;
    left: -10px;
    top: 0px;
}

.my-coupon .coupon-item .coupon-des {
    margin-bottom: 5px;
}

.my-coupon .coupon-crash .coupon-des {
    color: #398cd0;
}

.my-coupon .coupon-minus .coupon-des {
    color: #f3a036;
}

.my-coupon .coupon-discount .coupon-des {
    color: #98cc84;
}

.my-coupon .coupon-disable .coupon-des {
    color: #888888;
}

.my-coupon .coupon-item .RMB {
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.my-coupon .coupon-item .Zhe {
    font-size: 16px;
}

.my-coupon .coupon-item .discount {
    font-size: 30px;
}

.my-coupon .coupon-item .discount-condition {
    font-size: 14px;
    padding-left: 5px;
}

.my-coupon .coupon-item .coupon-datetime {
    color: #333333;
    font-size: 13px;
    padding-left: 4em;
    text-indent: -4em;
    margin-bottom: 10px;
    /* display: none; */
}

.my-coupon .coupon-item .coupon-no {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
    /* display: none; */
}

.my-coupon .coupon-item .coupon-use-des {
    position: relative;
    padding-top: 10px;
    padding-right: 80px;
    height: 24px;
}
.my-coupon .coupon-item .coupon-use-des:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px dotted #e8e8e8;
}

.my-coupon .coupon-item .coupon-use-des .coupon-use-range {
    color: #999999;
    line-height: 1.5;
    font-size: 12px;
    padding: 2px 0px;
    position: relative;
}

.my-coupon .coupon-item .coupon-use-des .arrow {
    position: relative;
    padding-right: 10px;
}

.my-coupon .coupon-item .coupon-use-des .arrow:after {
    content: "";
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-left: 5px solid #999999;
    right: -5px;
    top: 50%;
    margin-top: -5px;
}

.my-coupon .coupon-item .coupon-use-des .btn-use {
    position: absolute;
    right: 0px;
    top: 10px;
    border: 1px solid #999999;
    border-radius: 30px;
    height: 20px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 20px;
}

.my-coupon .coupon-crash .coupon-use-des .btn-use {
    border: 1px solid #398cd0;
    color: #398cd0;
}

.my-coupon .coupon-minus .coupon-use-des .btn-use {
    border: 1px solid #f3a036;
    color: #f3a036;
}

.my-coupon .coupon-discount .coupon-use-des .btn-use {
    border: 1px solid #98cc84;
    color: #98cc84;
}

.my-coupon .get-coupon {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
}
.my-coupon .get-coupon-box{
    background:#ffffff;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
}
.my-coupon .get-coupon-box .btn-close{
    position: absolute;
    right: 0px;
    top: 0px;
    padding:5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.my-coupon .waiting {
    padding: 100px 0px;
    text-align: center;
}

.my-coupon .result {
    padding:20px;
}

.my-coupon .tips-banner {
    height: 200px;
    padding: 30px 0px;
}

.my-coupon .tips-banner-success {
    background: url(../images/app-h5-bg0028.png) center center no-repeat;
}

.my-coupon .tips-banner-fail {
    background: url(../images/app-h5-bg0027.png) center center no-repeat;
}

.my-coupon .tips-banner-waiting {
    background: url(../images/app-h5-bg0026.gif) center center no-repeat;
}

.my-coupon .tips {
    text-align: center;
    font-size: 16px;
}

.my-coupon .tips .main-tips {
    font-size: 20px;
    font-weight: bold;
    color: #d13a05;
}

.my-coupon .tips .main-tips-success {
    color: #d13a05;
}

.my-coupon .tips .main-tips-fail {
    color: #615c59;
}

.my-coupon .operation {
    margin: 0px auto;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.my-coupon .operation ul:after {
    content: "";
    display: block;
    clear: both;
}

.my-coupon .operation li {
    padding: 10px 0px;
}

.my-coupon .operation li .btn {
    margin: 0px auto;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ab0101;
    background: #f16042;
    box-shadow: 2px 3px 0px 0px #e23a3e;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
}