.p-coupon {
  /* mod_coupon
 */ }
  .p-coupon > .wrap .header + .maincontent {
    padding-bottom: 0; }
  .p-coupon .tabs {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    bottom: 0; }
  .p-coupon .tab_content {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .p-coupon .mod_coupon {
    margin-left: 10px;
    margin-right: 10px; }
    .p-coupon .mod_coupon .price:before {
      font-size: 75%; }
  .p-coupon .remark {
    padding-right: 60px; }
  .p-coupon .mod_coupon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    font-size: 12px;
    background: url(../images/coupon_bg.png) repeat-y center;
    background-size: 100% auto;
    margin-left: 10px;
    margin-right: 10px; }
  .p-coupon .mod_coupon .price:before {
    font-size: 75%; }
  .p-coupon .mod_coupon .limit, .p-coupon .mod_coupon .number {
    display: block; }
  .p-coupon .mod_coupon .col {
    /*    -webkit-flex: 1; flex: 1;*/
    -webkit-box-flex: 1;
    box-flex: 1; }
  .p-coupon .mod_coupon .col:first-child {
    min-width: 120px;
    max-width: 200px;
    text-align: center; }
  .p-coupon .mod_coupon .col:last-child {
    line-height: 20px; }
  .p-coupon .mod_coupon .price {
    font-size: 21px;
    color: #f13254; }
  .p-coupon .mod_coupon .desc {
    font-size: 12px;
    color: #999; }
  .p-coupon .mod_coupon .remark {
    color: #999; }
  .p-coupon .mod_coupon .addon {
    width: 44px; }
