/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#purchase-modal, #purchase-success-modal {
  padding: 0;
  border: none;
  width: 710px; }

#purchase-success-modal {
  width: 620px;
  border-radius: 6px; }

.purchase-success__hd {
  background: #13C195;
  text-align: center;
  border-radius: 6px 6px 0 0; }
  .purchase-success__hd .iconfont {
    font-size: 74px;
    color: #fff; }

.purchase-success__bd {
  padding: 36px 30px 40px;
  text-align: center; }

.purchase-success__title {
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 36px; }

.purchase-success__content {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 42px; }
  .purchase-success__content span {
    color: #13C195; }

.purchase-success__coupon-container {
  margin-bottom: 30px; }
  .purchase-success__coupon-container__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -30px; }
    .purchase-success__coupon-container__title .iconfont {
      color: #F08642;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      font-size: 20px;
      margin-right: 10px; }

.purchase-success__coupon {
  position: relative; }
  .purchase-success__coupon img {
    width: 352px; }
  .purchase-success__coupon__text {
    font-size: 14px;
    line-height: 17px;
    color: #848484;
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: 352px;
    padding: 0 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block; }

.purchase-success__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.purchase-success__btn {
  margin: 0 30px;
  width: 160px;
  height: 46px;
  border: 1px solid #13C195;
  background: #13C195;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer; }
  .purchase-success__btn:hover {
    border-color: #1ee9b6;
    background: #1ee9b6;
    color: #fff; }
  .purchase-success__btn--blank {
    background: transparent;
    color: #13C195; }
    .purchase-success__btn--blank:hover {
      border-color: #13C195;
      background: #13C195;
      color: #fff; }
