﻿body {
    padding:84px 0px 44px 0px;
}

.my-coupon .tabs {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    position: fixed;
    left: 0px;
    top: 44px;
    right: 0px;
    z-index: 900;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.my-coupon .tab-count {
    font-size: 13px;
    font-weight: normal;
}

.my-coupon .tab-item {
    font-size: 15px;
    position: relative;
    float: left;
    width: 33.33%;
    cursor: pointer;
}

.my-coupon .tab-item.selected {
    color: #0099ff;
    font-weight: bold;
}
.my-coupon .tab-item.selected:after{
    content: "";
    display: block;
    height: 3px;
    background: #0099ff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 4em;
    margin-left: -2em;
}
.my-coupon .link-intro {
    text-align: center;
    padding-top: 10px;
}

.my-coupon .link-intro a {
    display: inline-block;
    padding: 5px 10px 5px 0px;
    margin: 0px 15px;
    position: relative;
    color: #555555;
}

.my-coupon .link-intro a:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #787878;
    border-right: 1px solid #787878;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 0px;
    top: 9px;
}

.my-coupon .coupon-count {
    text-align: center;
    padding-top: 10px;
}

.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: 10px;
}

.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: 2px;
}

.my-coupon .coupon-item .coupon-no {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
}

.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 .coupon-used {
    background: #ffffff url(/images/Mobile_bg0532.png) right 10px bottom 10px no-repeat;
    background-size: 32px 32px;
}

.my-coupon .coupon-expired {
    background: #ffffff url(/images/Mobile_bg0533.png) right 10px bottom 10px no-repeat;
    background-size: 32px 32px;
}

.my-coupon .fix-btns{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
}
.my-coupon .fix-btns .btn-get-coupons{
    display: inline-block;
    padding:0px 10px;
    line-height: 40px;
    height: 40px;
    position: relative;
}
.my-coupon .fix-btns .btn-get-coupons:after{
    content: "HOT";
    border-radius: 40px;
    font-size: 12px;
    padding:0px 8px;
    background: #ff3e3e;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: -10px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    line-height: 1.5;
}