﻿@charset "UTF-8";
.flexbox, .flex-start, .flex-between, .flex-around, .flex-center, .community-wrap .success-info .success-inner, .laborDay-wrap .success-info .success-inner, .doubleEleven-wrap .success-info .success-inner, .redTour-wrap .success-info .success-inner, .midAutumn-wrap .success-info .success-inner, .nationalDay2021-wrap .success-info .success-inner, .coupon-wrap .success-info .success-inner, .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-around {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.flex-center, .community-wrap .success-info .success-inner, .laborDay-wrap .success-info .success-inner, .doubleEleven-wrap .success-info .success-inner, .redTour-wrap .success-info .success-inner, .midAutumn-wrap .success-info .success-inner, .nationalDay2021-wrap .success-info .success-inner, .coupon-wrap .success-info .success-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-items-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple; }

.flex-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0; }

.button-link .txt {
  color: #fff; }

.cash-coupon-panel {
  padding: 0.5rem; }
  .cash-coupon-panel .cash-coupon-list {
    margin-bottom: 0.5rem; }
    .cash-coupon-panel .cash-coupon-list .con {
      color: #fff;
      position: relative; }
      .cash-coupon-panel .cash-coupon-list .con:before {
        content: "";
        background: url("../images/quan.png") no-repeat scroll right 0/auto 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .cash-coupon-panel .cash-coupon-list .color-bg-top {
      height: 0.8rem;
      position: relative;
      z-index: 5; }
    .cash-coupon-panel .cash-coupon-list .row {
      padding: 1rem 0; }
    .cash-coupon-panel .cash-coupon-list .price {
      font-size: 1rem;
      color: #fff;
      margin-left: 1rem;
      line-height: 3rem; }
    .cash-coupon-panel .cash-coupon-list .price em {
      font-size: 3rem; }
    .cash-coupon-panel .cash-coupon-list .status {
      font-size: 0.95rem; }
    .cash-coupon-panel .cash-coupon-list .see-btn {
      color: #fff; }
    .cash-coupon-panel .cash-coupon-list .icon-down:before {
      content: "\e616"; }
    .cash-coupon-panel .cash-coupon-list .icon-up:before {
      content: "\e617"; }
    .cash-coupon-panel .cash-coupon-list .info {
      padding: 0.7rem;
      background-color: #fff;
      font-size: 0.7rem;
      color: #666;
      display: none; }
  .cash-coupon-panel .cbg-green .con {
    background-color: #5fc26d; }
  .cash-coupon-panel .cbg-green .color-bg-top {
    background: url("../images/green_top.png") repeat-x scroll right 0/auto 100% #5fc26d; }
  .cash-coupon-panel .cbg-gray .con {
    background-color: #d7d7d7; }
  .cash-coupon-panel .cbg-gray .color-bg-top {
    background: url("../images/gray_top.png") repeat-x scroll right 0/auto 100% #d7d7d7; }

.bar.get-coupon-bar {
  background-color: #302f35; }

.get-coupon {
  height: 100%;
  min-height: 22rem; }
  .get-coupon .banner {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem; }
    .get-coupon .banner img {
      width: 100%; }
  .get-coupon .getform {
    margin: 0 7%; }
    .get-coupon .getform .rule-btn {
      text-align: center; }
      .get-coupon .getform .rule-btn a {
        color: #fff;
        font-size: .6rem; }
    .get-coupon .getform input {
      border: none;
      background-color: #fff;
      border-radius: .15rem; }
    .get-coupon .getform .phonebox {
      background: url("../images/coupon/input_phone.png") no-repeat;
      background-size: 100% 100%;
      margin-bottom: .2rem; }
    .get-coupon .getform .fill-in-box {
      background: url("../images/coupon/input_phone.png") no-repeat;
      background-size: 100% 100%;
      margin-bottom: .2rem; }
      .get-coupon .getform .fill-in-box .fill-in {
        height: 2.3rem;
        width: 100%;
        padding: 0 1rem; }
    .get-coupon .getform #vcode {
      line-height: 2.3rem;
      height: 2.3rem;
      width: 100%;
      padding: 0 1rem; }
    .get-coupon .getform #vsendCode {
      line-height: 2.3rem;
      height: 2.3rem;
      width: 100%;
      color: #fff;
      font-size: .7rem;
      background-color: rgba(71, 139, 123, 0.9);
      display: block; }
    .get-coupon .getform .vsendcodebox {
      width: 40%;
      background: url("../images/coupon/input_code_hint.png") no-repeat;
      background-size: 100% 100%;
      height: 2.5rem; }
    .get-coupon .getform .codebox {
      width: 58%;
      background: url("../images/coupon/input_code.png") no-repeat;
      background-size: 100% 100%; }
    .get-coupon .getform .sendcodebox {
      width: 40%;
      background: url("../images/coupon/input_code_hint.png") no-repeat;
      background-size: 100% 100%;
      height: 3rem; }
    .get-coupon .getform .btnbox {
      margin-top: .5rem; }
    .get-coupon .getform #phoneNumber {
      height: 2.5rem;
      width: 100%;
      padding: 0 1rem; }
    .get-coupon .getform #code {
      line-height: 2.5rem;
      height: 2.5rem;
      width: 100%;
      padding: 0 1rem; }
    .get-coupon .getform #sendCode {
      line-height: 2.5rem;
      height: 2.5rem;
      width: 100%;
      color: #fff;
      font-size: .7rem;
      background-color: rgba(71, 139, 123, 0.9); }
    .get-coupon .getform .btn {
      border: none;
      background-color: #d71622;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      border-radius: .15rem;
      width: 100%;
      height: 3rem; }
      .get-coupon .getform .btn img {
        width: 100%;
        height: 100%; }

.get-coupon1 {
  height: 100%;
  min-height: 22rem; }
  .get-coupon1 .banner {
    position: relative;
    text-align: center;
    margin-bottom: .75rem; }
    .get-coupon1 .banner img {
      width: 100%;
      display: block; }
  .get-coupon1 .getform {
    margin: 0 10% 0 13%; }
    .get-coupon1 .getform .rule-btn {
      text-align: center; }
      .get-coupon1 .getform .rule-btn a {
        color: #fff;
        font-size: .6rem; }
    .get-coupon1 .getform input {
      border: none;
      background-color: #fff;
      border-radius: .15rem;
      line-height: 2rem;
      height: 2rem;
      width: 100%;
      padding: 0 1rem; }
    .get-coupon1 .getform .fill-in-box {
      background-size: 100% 100%;
      margin-bottom: .2rem; }
    .get-coupon1 .getform #sendCode {
      line-height: 2rem;
      height: 2rem;
      width: 100%;
      color: #fff;
      font-size: .7rem;
      background-color: rgba(71, 139, 123, 0.9);
      display: block;
      padding: 0;
      text-align: center; }
    .get-coupon1 .getform .sendcodebox {
      width: 40%;
      height: 2.2rem; }
    .get-coupon1 .getform .codebox {
      width: 58%; }
    .get-coupon1 .getform .btnbox {
      margin-top: .5rem; }
    .get-coupon1 .getform .btn {
      border: none;
      background-color: #d71622;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      border-radius: .15rem;
      width: 100%;
      height: 2.5rem; }
      .get-coupon1 .getform .btn img {
        width: 100%;
        height: 100%; }
    .get-coupon1 .getform .hint-box {
      margin-top: 1.5rem;
      text-align: center;
      color: #fff;
      font-size: .6rem; }
      .get-coupon1 .getform .hint-box img {
        width: 100%;
        display: block; }

.success-coupon {
  padding-bottom: 1rem;
  height: 100%;
  padding-top: 5rem;
  background: #e35d4c url("../images/coupon/success_banner.png") no-repeat;
  background-size: 100%; }
  .success-coupon .hint-title {
    text-align: center;
    color: #fff;
    margin-bottom: .5rem; }
    .success-coupon .hint-title .tit {
      font-size: .95rem; }
    .success-coupon .hint-title .stxt {
      font-size: .7rem; }
  .success-coupon .bshint {
    text-align: center;
    font-size: .6rem;
    color: #fff;
    margin-top: -.3rem; }
  .success-coupon .ticketbox {
    margin: 0 8%;
    margin-bottom: 2rem;
    position: relative; }
    .success-coupon .ticketbox img {
      width: 100%; }
    .success-coupon .ticketbox .price {
      position: absolute;
      top: 2rem;
      left: .8rem;
      font-size: .8rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .success-coupon .ticketbox .price em {
        font-size: 1.8rem; }
    .success-coupon .ticketbox .tit {
      position: absolute;
      left: 4rem;
      top: 30%;
      font-size: .7rem; }
    .success-coupon .ticketbox .txt {
      position: absolute;
      left: 4rem;
      top: 50%;
      font-size: .6rem;
      color: #666; }
    .success-coupon .ticketbox .shint {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -.8rem;
      word-break: break-all;
      white-space: nowrap;
      font-size: .5rem;
      color: #fff;
      border-bottom: 1px dashed #fff; }
  .success-coupon .btnbox {
    display: block;
    margin: .5rem 15% 0 15%; }
    .success-coupon .btnbox img {
      width: 100%; }

.invite-coupon {
  background-color: #fff;
  padding-bottom: 1rem;
  padding-top: 1.5rem; }
  .invite-coupon .icon-invite-hint {
    position: absolute;
    top: -2.45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block; }
    .invite-coupon .icon-invite-hint:before {
      content: '\e701';
      font-size: 11.3rem;
      color: #f44848;
      height: 10rem;
      display: block; }
  .invite-coupon .banner {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 7rem;
    margin-bottom: 1rem; }
    .invite-coupon .banner img {
      width: 60%;
      height: 100%; }
    .invite-coupon .banner .txt {
      position: absolute;
      bottom: .6rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #f44848;
      white-space: nowrap;
      font-size: 1rem;
      font-weight: bold; }
      .invite-coupon .banner .txt em {
        font-size: 1.2rem; }
  .invite-coupon .invite-card {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.5rem;
    min-height: 7rem; }
    .invite-coupon .invite-card img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .invite-coupon .invite-card .tit {
      position: relative;
      z-index: 1;
      padding: 1rem 1.5rem 0 1.5rem;
      font-size: .8rem;
      margin-bottom: .2rem;
      line-height: 1.1rem; }
    .invite-coupon .invite-card .txt {
      position: relative;
      z-index: 1;
      font-size: .55rem;
      color: #666; }
  .invite-coupon .invite-list {
    padding: 1rem .5rem;
    border: 1px solid #bebaba;
    border-radius: .6rem;
    margin: 0 auto;
    width: 90%;
    position: relative; }
    .invite-coupon .invite-list dd {
      position: relative;
      min-height: 3rem;
      border-bottom: 1px dotted #ccc; }
      .invite-coupon .invite-list dd:last-child {
        border-bottom: none; }
    .invite-coupon .invite-list .avatarbox {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      background: url("../images/coupon/avater.png") no-repeat;
      background-size: 100%; }
    .invite-coupon .invite-list .avatar {
      width: 2rem;
      height: 2rem;
      border-radius: 50%; }
    .invite-coupon .invite-list dt {
      position: absolute;
      top: -.5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      white-space: nowrap;
      background-color: #fff;
      padding: 0 .8rem;
      font-style: italic;
      font-size: .6rem; }
      .invite-coupon .invite-list dt:before, .invite-coupon .invite-list dt:after {
        position: absolute;
        right: 0;
        top: .3rem;
        content: '';
        width: .3rem;
        height: .3rem;
        display: block;
        background-color: #bebaba;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-style: normal; }
      .invite-coupon .invite-list dt:after {
        left: 0;
        right: auto; }
    .invite-coupon .invite-list .phone {
      position: absolute;
      left: 2.5rem;
      top: .5rem;
      color: #999;
      font-size: .7rem; }
      .invite-coupon .invite-list .phone em {
        color: #999; }
    .invite-coupon .invite-list .txt {
      position: absolute;
      left: 2.5rem;
      bottom: .5rem;
      color: #333;
      font-size: .7rem; }
    .invite-coupon .invite-list .time {
      position: absolute;
      right: 0;
      top: .6rem;
      margin-left: .5rem;
      color: #999;
      font-size: .6rem; }
    .invite-coupon .invite-list .price {
      position: absolute;
      right: 0%;
      bottom: .5rem; }
    .invite-coupon .invite-list .invite-nodata {
      position: absolute;
      text-align: center;
      min-width: 5rem;
      white-space: nowrap;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: .7rem;
      z-index: 100;
      color: #999; }
      .invite-coupon .invite-list .invite-nodata img {
        width: 90%; }

.get-coupon-wrap {
  background: #e35d4c url(../../images/getcoupon/GetCoupon_bg.jpg) no-repeat;
  background-size: 100% 100%; }

.coupon-explain .content {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  width: 90%;
  margin: 0 auto;
  padding: 0 1rem; }

.coupon-explain .topimgbox {
  position: relative;
  margin-bottom: 1rem; }
  .coupon-explain .topimgbox img {
    width: 100%; }
  .coupon-explain .topimgbox .del {
    position: absolute;
    right: 0rem;
    top: 1rem; }
    .coupon-explain .topimgbox .del:before {
      content: '\e645';
      color: #fff;
      font-size: 1em; }

.coupon-explain .inner-title {
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 2rem;
  margin-bottom: .8rem;
  font-size: 1.1rem; }

.coupon-explain .inner-txt {
  font-size: .7rem; }

.succeed-coupon {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  margin: 0 1rem;
  padding: 0 1.5rem;
  color: #fff; }
  .succeed-coupon.routine {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    line-height: 1.2; }
    .succeed-coupon.routine .rule-btn {
      padding-top: .5rem;
      margin-bottom: .5rem; }
    .succeed-coupon.routine .quan-titlebox {
      margin-bottom: .5rem; }
    .succeed-coupon.routine .quan-hintbox {
      margin-bottom: 0; }
    .succeed-coupon.routine .couponbox {
      border-bottom: 1px solid #ccc;
      padding-bottom: .5rem; }
  .succeed-coupon .quan-img {
    margin-bottom: .5rem;
    position: relative; }
    .succeed-coupon .quan-img img {
      width: 100%;
      display: block; }
    .succeed-coupon .quan-img .number {
      position: absolute;
      left: 1.6rem;
      bottom: .2rem;
      color: #333;
      font-size: 1.2rem; }
  .succeed-coupon .rule-btn {
    padding-top: 2rem;
    text-align: right;
    margin-bottom: 1rem; }
    .succeed-coupon .rule-btn a {
      color: #fff;
      font-size: .7rem; }
  .succeed-coupon .quan-titlebox {
    text-align: center;
    margin-bottom: 2rem; }
    .succeed-coupon .quan-titlebox .tit {
      font-size: 1rem; }
    .succeed-coupon .quan-titlebox .stit {
      font-size: .6rem; }
  .succeed-coupon .quan-hintbox {
    text-align: center;
    margin-bottom: 1rem; }
    .succeed-coupon .quan-hintbox .tit {
      font-size: .8rem; }
    .succeed-coupon .quan-hintbox .stit {
      font-size: .6rem; }
  .succeed-coupon .app-dwonbtn {
    background-color: #e72f2f;
    color: #fff;
    font-size: .8rem;
    border-radius: .15rem;
    box-shadow: 0 2px 0 #b82629;
    text-align: center;
    width: 90%;
    line-height: 2rem;
    display: block;
    margin: 0 auto; }

.routinebox {
  margin: 0 -1.5rem; }
  .routinebox img {
    width: 100%;
    height: auto; }

.indexbox .index-bg {
  display: none; }

.popup-clause .icon-left:before {
  content: '\e608'; }

.popup-clause .pullbtn {
  position: absolute;
  top: 0;
  left: .5rem;
  color: #fff;
  font-size: 1rem;
  z-index: 3;
  padding: 5px; }

.popup-clause .banner {
  position: relative; }
  .popup-clause .banner:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    filter: Alpha(opacity=5);
    z-index: 2;
    position: absolute; }

.popup-error {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  filter: Alpha(opacity=30); }
  .popup-error .errorbox {
    width: 80%; }
    .popup-error .errorbox img {
      width: 100%;
      display: block; }

/*新加坡自由行*/
.freecoupon-wrap {
  background: url("../../images/getcoupon/freeCoupon/freeCoupon_bg.png") no-repeat;
  background-size: 100% 100%; }
  .freecoupon-wrap.freecoupon1-wrap {
    background: url("../../images/getcoupon/freeCoupon/freeCoupon_bg.jpg") no-repeat; }
    .freecoupon-wrap.freecoupon1-wrap .fillin-box {
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.72);
      filter: Alpha(opacity=72); }
    .freecoupon-wrap.freecoupon1-wrap .logo {
      height: 2.5rem;
      display: block;
      width: auto; }
    .freecoupon-wrap.freecoupon1-wrap .quan-hintbox, .freecoupon-wrap.freecoupon1-wrap .quan-titlebox, .freecoupon-wrap.freecoupon1-wrap .inner-title, .freecoupon-wrap.freecoupon1-wrap .inner-txt {
      color: #28578e; }
  .freecoupon-wrap .freebanner .logo {
    margin: 0 auto; }
  .freecoupon-wrap .img {
    display: block;
    width: 100%; }
  .freecoupon-wrap .getform {
    margin: 0 9% 0 13%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .freecoupon-wrap .get-freecoupon {
    padding-top: 1.5rem; }
  .freecoupon-wrap .fillin-box {
    background: #c5c5c5;
    position: relative;
    margin-bottom: .5rem; }
    .freecoupon-wrap .fillin-box input {
      width: 100%;
      height: 2rem;
      line-height: 2rem;
      background: transparent;
      border: 0 none;
      padding: 0 1rem 0 1.2rem; }
    .freecoupon-wrap .fillin-box i {
      position: absolute;
      top: 50%;
      left: .8rem;
      color: #c62e2e;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .freecoupon-wrap .codebox .fillin-box {
    width: 60%; }
  .freecoupon-wrap .codebox .sendcodebox {
    width: 40%;
    background: #fff;
    font-size: .7rem; }
    .freecoupon-wrap .codebox .sendcodebox input {
      padding: 0;
      text-align: center; }
  .freecoupon-wrap .btnbox {
    margin-top: .5rem; }
    .freecoupon-wrap .btnbox .btn {
      border: none;
      background-color: #d71622;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      border-radius: .15rem;
      width: 100%;
      height: 2.5rem; }
  .freecoupon-wrap .rule-btn, .freecoupon-wrap .return-btn {
    padding-top: 2rem;
    text-align: right;
    margin-bottom: 1rem; }
    .freecoupon-wrap .rule-btn a, .freecoupon-wrap .return-btn a {
      color: #fff;
      font-size: .7rem; }
  .freecoupon-wrap .return-btn {
    text-align: left;
    padding-top: 1rem; }
  .freecoupon-wrap .hint-box {
    margin-top: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: .6rem; }
    .freecoupon-wrap .hint-box img {
      width: 100%;
      display: block; }
  .freecoupon-wrap .quan-titlebox {
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
    margin-top: .5rem; }
    .freecoupon-wrap .quan-titlebox .tit {
      font-size: 1rem; }
    .freecoupon-wrap .quan-titlebox .stit {
      font-size: .6rem; }
  .freecoupon-wrap .quan-hintbox {
    text-align: center;
    margin-top: 1rem;
    color: #fff;
    margin-bottom: .25rem; }
    .freecoupon-wrap .quan-hintbox .tit {
      font-size: .8rem; }
    .freecoupon-wrap .quan-hintbox .stit {
      font-size: .6rem; }
  .freecoupon-wrap .app-dwonbtn {
    background-color: #e72f2f;
    color: #fff;
    font-size: .8rem;
    border-radius: .15rem;
    box-shadow: 0 2px 0 #b82629;
    text-align: center;
    width: 90%;
    line-height: 2rem;
    display: block;
    margin: 0 auto; }
  .freecoupon-wrap .inner-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: .8rem;
    font-size: 1.1rem;
    color: #fff; }
  .freecoupon-wrap .inner-txt {
    font-size: .7rem;
    color: #fff;
    padding-bottom: 1.5rem; }

/*快手*/
.kuaishou-wrap .content {
  background: #fdad00; }

.kuaishou-wrap .content.success {
  background: #e35d4c; }

.kuaishou-wrap .indexbox {
  background: url("../../images/getcoupon/kuaishou/kuaishou_indexbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.kuaishou-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #f86015;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.kuaishou-wrap .logobox {
  padding: .75rem .5rem; }
  .kuaishou-wrap .logobox .logo {
    width: 53.5%;
    display: block; }

.kuaishou-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .kuaishou-wrap .couponbox .link-clause {
    display: block;
    margin: 1.75rem 0 1rem; }
  .kuaishou-wrap .couponbox img {
    width: 100%;
    display: block; }

.kuaishou-wrap .item-inp {
  position: relative; }
  .kuaishou-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.kuaishou-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .kuaishou-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .kuaishou-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .kuaishou-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem; }

.kuaishou-wrap .banner img {
  display: block;
  width: 100%; }

.kuaishou-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .7rem; }

.kuaishou-wrap .returnbox {
  text-align: center;
  padding: .75rem; }
  .kuaishou-wrap .returnbox .return-btn {
    background: #cc1f33;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.kuaishou-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .kuaishou-wrap .success-info .tit {
    font-size: .8rem; }
  .kuaishou-wrap .success-info .stit {
    font-size: .6rem; }

.kuaishou-wrap .quanbox {
  margin: 2rem 0; }

.kuaishou-wrap .bookbtn {
  display: block;
  background: #fab317;
  color: #d10c4a;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*元宵*/
.lantern-wrap .content {
  background: #f63333; }

.lantern-wrap .content.success {
  background: #f63333; }

.lantern-wrap .indexbox {
  background: url("../../images/getcoupon/yuanxiao/indexbg.png") no-repeat;
  background-position: bottom;
  background-size: 90%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.lantern-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #f2b82a;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.lantern-wrap .logobox .logo {
  width: 35.9%;
  display: block;
  margin: 0 auto; }

.lantern-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .lantern-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .lantern-wrap .couponbox img {
    width: 100%;
    display: block; }

.lantern-wrap .item-inp {
  position: relative; }
  .lantern-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.lantern-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .lantern-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .lantern-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .lantern-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fd5300; }

.lantern-wrap .banner img {
  display: block;
  width: 100%; }

.lantern-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .7rem; }

.lantern-wrap .returnbox {
  text-align: center;
  padding: .75rem; }
  .lantern-wrap .returnbox .return-btn {
    background: #cc1f33;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.lantern-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .lantern-wrap .success-info .tit {
    font-size: .8rem; }
  .lantern-wrap .success-info .stit {
    font-size: .6rem; }

.lantern-wrap .quanbox {
  margin: 2rem 0; }

.lantern-wrap .bookbtn {
  display: block;
  background: #f8b014;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*暴走*/
.baozou-wrap.popup-clause .content {
  background: #fdad00 url("../../images/getcoupon/baozou/indexbg.png") no-repeat bottom;
  background-size: 100%; }

.baozou-wrap .content {
  background: #fdad00; }

.baozou-wrap .content.success {
  background: #e35d4c; }

.baozou-wrap .indexbox {
  background: url("../../images/getcoupon/baozou/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.baozou-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fb6218;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.baozou-wrap .logobox .logo {
  width: 35.9%;
  display: block;
  margin: 0 auto; }

.baozou-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .baozou-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .baozou-wrap .couponbox img {
    width: 100%;
    display: block; }

.baozou-wrap .item-inp {
  position: relative; }
  .baozou-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.baozou-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .baozou-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .baozou-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .baozou-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fc6319; }

.baozou-wrap .banner img {
  display: block;
  width: 100%; }

.baozou-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .75rem; }

.baozou-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .baozou-wrap .returnbox .return-btn {
    background: #cc1f33;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.baozou-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .baozou-wrap .success-info .tit {
    font-size: .8rem; }
  .baozou-wrap .success-info .stit {
    font-size: .6rem; }

.baozou-wrap .quanbox {
  margin: 2rem 0; }

.baozou-wrap .bookbtn {
  display: block;
  background: #fcb419;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*五一*/
.mayday-wrap .content {
  background: url("../../images/getcoupon/mayday/index_bg.png") no-repeat top center;
  background-size: 100% 100%;
  background-attachment: fixed; }

.mayday-wrap .indexbox {
  height: 100%;
  position: relative; }
  .mayday-wrap .indexbox .index-bg {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: block; }
    .mayday-wrap .indexbox .index-bg img {
      display: block;
      width: 100%; }

.mayday-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #5099af;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.mayday-wrap .logobox .logo {
  width: 35.9%;
  display: block;
  margin: 0 auto; }

.mayday-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .mayday-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .mayday-wrap .couponbox img {
    width: 100%;
    display: block; }

.mayday-wrap .item-inp {
  position: relative; }
  .mayday-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.mayday-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .mayday-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .mayday-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .mayday-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem; }

.mayday-wrap .banner img {
  display: block;
  width: 100%; }

.mayday-wrap .clause-box {
  padding: .75rem;
  font-size: .75rem; }

.mayday-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .mayday-wrap .returnbox .return-btn {
    background: #3e90a8;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.mayday-wrap .success-info {
  text-align: center;
  margin-top: -1rem; }
  .mayday-wrap .success-info .tit {
    font-size: .8rem; }
  .mayday-wrap .success-info .stit {
    font-size: .6rem; }

.mayday-wrap .quanbox {
  margin: 2rem 0; }

.mayday-wrap .bookbtn {
  display: block;
  background: #5099af;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*工行*/
.icbc-wrap .content {
  background: #ffdde6; }

.icbc-wrap .indexbox {
  background: url("../../images/getcoupon/icbc/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.icbc-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fc63a4;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.icbc-wrap .logobox .logo {
  width: 74%;
  display: block;
  margin: 20px auto 0; }

.icbc-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .icbc-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .icbc-wrap .couponbox img {
    width: 100%;
    display: block; }

.icbc-wrap .item-inp {
  position: relative; }
  .icbc-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.icbc-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .icbc-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .icbc-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .icbc-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fc63a4; }

.icbc-wrap .banner img {
  display: block;
  width: 100%; }

.icbc-wrap .clause-box {
  color: #333;
  padding: .75rem;
  font-size: .75rem; }
  .icbc-wrap .clause-box .list > .index {
    color: #fc63a4; }

.icbc-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .icbc-wrap .returnbox .return-btn {
    background: #fc63a4;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.icbc-wrap .success-info {
  text-align: center;
  color: #333;
  margin-top: -1rem; }
  .icbc-wrap .success-info .tit {
    font-size: .8rem; }
  .icbc-wrap .success-info .stit {
    font-size: .6rem; }

.icbc-wrap .quanbox {
  margin: 2rem 0; }

.icbc-wrap .bookbtn {
  display: block;
  background: #fc63a4;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/**/
.audi-wrap.popup-clause .content {
  background: #e93a3a url("../../images/getcoupon/membership/indexbg.png") no-repeat bottom;
  background-size: 100%; }

.audi-wrap .content {
  background: #e93a3a; }

.audi-wrap .indexbox {
  background: url("../../images/getcoupon/membership/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.audi-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fbb716;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.audi-wrap .logobox .logo {
  width: 35.9%;
  display: block;
  margin: 0 auto; }

.audi-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .audi-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .audi-wrap .couponbox img {
    width: 100%;
    display: block; }

.audi-wrap .item-inp {
  position: relative; }
  .audi-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.audi-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .audi-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .audi-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .audi-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fbb716; }

.audi-wrap .banner img {
  display: block;
  width: 100%; }

.audi-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .75rem; }

.audi-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .audi-wrap .returnbox .return-btn {
    background: #cc1f33;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.audi-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .audi-wrap .success-info .tit {
    font-size: .8rem; }
  .audi-wrap .success-info .stit {
    font-size: .6rem; }

.audi-wrap .quanbox {
  margin: 2rem 0; }

.audi-wrap .bookbtn {
  display: block;
  background: #fcb419;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*暑假*/
.summer-wrap.popup-clause .content {
  background: #e93a3a url("../../images/getcoupon/summer/indexbg.png") no-repeat bottom;
  background-size: 100%; }

.summer-wrap .content {
  background: #e93a3a; }

.summer-wrap .indexbox {
  background: url("../../images/getcoupon/summer/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.summer-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fbb716;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.summer-wrap .logobox .logo {
  width: 35.9%;
  display: block;
  margin: 0 auto; }

.summer-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .summer-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .summer-wrap .couponbox img {
    width: 100%;
    display: block; }

.summer-wrap .item-inp {
  position: relative; }
  .summer-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.summer-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .summer-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .summer-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .summer-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fbb716; }

.summer-wrap .banner img {
  display: block;
  width: 100%; }

.summer-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .75rem; }

.summer-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .summer-wrap .returnbox .return-btn {
    background: #cc1f33;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.summer-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .summer-wrap .success-info .tit {
    font-size: .8rem; }
  .summer-wrap .success-info .stit {
    font-size: .6rem; }

.summer-wrap .quanbox {
  margin: 2rem 0; }

.summer-wrap .bookbtn {
  display: block;
  background: #fcb419;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*115商城*/
.science-wrap .content {
  background: url("../../images/getcoupon/science/indexbg.png") no-repeat bottom;
  background-size: 100% 100%; }

.science-wrap .indexbox {
  background: url("../../images/getcoupon/science/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed;
  position: relative; }
  .science-wrap .indexbox .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 56.5%; }

.science-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fab616;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.science-wrap .logobox .logo {
  width: 48.6%;
  display: block;
  margin: 0 auto; }

.science-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .science-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .science-wrap .couponbox img {
    width: 100%;
    display: block; }

.science-wrap .item-inp {
  position: relative; }
  .science-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.science-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .science-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .science-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .science-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem; }

.science-wrap .banner img {
  display: block;
  width: 100%; }

.science-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .75rem; }

.science-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .science-wrap .returnbox .return-btn {
    background: #fff;
    color: #ce2525;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.science-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .science-wrap .success-info .tit {
    font-size: .8rem; }
  .science-wrap .success-info .stit {
    font-size: .6rem; }

.science-wrap .quanbox {
  margin: 2rem 0; }

.science-wrap .bookbtn {
  display: block;
  background: #f8b014;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*国航*/
.airChina-wrap .content {
  background: #47c9ff; }

.airChina-wrap .indexbox {
  background: url("../../images/getcoupon/airChina/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.airChina-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #2f9ffd;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.airChina-wrap .logobox .logo {
  width: 35.9%;
  display: block;
  margin: 0 auto; }

.airChina-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .airChina-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .airChina-wrap .couponbox img {
    width: 100%;
    display: block; }

.airChina-wrap .item-inp {
  position: relative; }
  .airChina-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.airChina-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .airChina-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .airChina-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .airChina-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #2f9ffd; }

.airChina-wrap .banner img {
  display: block;
  width: 100%; }

.airChina-wrap .clause-box {
  color: #333;
  padding: .75rem;
  font-size: .75rem; }

.airChina-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .airChina-wrap .returnbox .return-btn {
    background: #2f9ffd;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.airChina-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .airChina-wrap .success-info .tit {
    font-size: .8rem; }
  .airChina-wrap .success-info .stit {
    font-size: .6rem; }

.airChina-wrap .quanbox {
  margin: 2rem 0; }

.airChina-wrap .bookbtn {
  display: block;
  background: #2f9ffd;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*国航*/
.nationalDay-wrap .content {
  background: #fdefeb; }

.nationalDay-wrap .content.success, .nationalDay-wrap .content.clause {
  background: #f02a3f; }

.nationalDay-wrap .indexbox {
  background: url("../../images/getcoupon/nationalDay/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.nationalDay-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #e93a3a;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.nationalDay-wrap .logobox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .nationalDay-wrap .logobox .logo {
    width: 35.9%;
    display: block;
    margin: 0 auto; }

.nationalDay-wrap .dressbox {
  position: relative; }
  .nationalDay-wrap .dressbox .dress {
    width: 100%;
    display: block; }

.nationalDay-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .nationalDay-wrap .couponbox .link-clause {
    display: block;
    margin-bottom: 1rem; }
  .nationalDay-wrap .couponbox img {
    width: 100%;
    display: block; }

.nationalDay-wrap .item-inp {
  position: relative; }
  .nationalDay-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.nationalDay-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .nationalDay-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .nationalDay-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .nationalDay-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem; }

.nationalDay-wrap .banner img {
  display: block;
  width: 100%; }

.nationalDay-wrap .banner .dress {
  margin-top: -30%; }

.nationalDay-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .75rem;
  position: relative;
  z-index: 2; }

.nationalDay-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .nationalDay-wrap .returnbox .return-btn {
    background: #fff;
    color: #cf3436;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.nationalDay-wrap .success-info {
  text-align: center;
  margin-top: -1rem;
  color: #fff; }
  .nationalDay-wrap .success-info .tit {
    font-size: .8rem; }
  .nationalDay-wrap .success-info .stit {
    font-size: .6rem; }

.nationalDay-wrap .quanbox {
  margin: 2rem 0; }

.nationalDay-wrap .bookbtn {
  display: block;
  background: #fbb716;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*双十二*/
.doubleTwelve-wrap .content {
  background: #e93a3a url("../../images/getcoupon/doubleTwelve/indexbg.png") no-repeat bottom;
  background-size: 100%; }

.doubleTwelve-wrap .indexbox {
  background: url("../../images/getcoupon/doubleTwelve/topicbg.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 100%;
  overflow: auto;
  background-attachment: fixed; }

.doubleTwelve-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fbb716;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.doubleTwelve-wrap .logobox .logo {
  width: 35.9%;
  display: block;
  margin: 0 auto; }

.doubleTwelve-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }
  .doubleTwelve-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .doubleTwelve-wrap .couponbox img {
    width: 100%;
    display: block; }

.doubleTwelve-wrap .item-inp {
  position: relative; }
  .doubleTwelve-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.doubleTwelve-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .doubleTwelve-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .doubleTwelve-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .doubleTwelve-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fbb716; }

.doubleTwelve-wrap .banner img {
  display: block;
  width: 100%; }

.doubleTwelve-wrap .clause-box {
  color: #fff;
  padding: .75rem;
  font-size: .75rem; }

.doubleTwelve-wrap .returnbox {
  text-align: center;
  padding: .75rem;
  position: relative;
  z-index: 5; }
  .doubleTwelve-wrap .returnbox .return-btn {
    background: #cc1f33;
    color: #fff;
    border: 0 none;
    padding: .1rem .25rem;
    display: inline-block;
    font-size: .75rem;
    border-radius: .3rem; }

.doubleTwelve-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .doubleTwelve-wrap .success-info .tit {
    font-size: .8rem; }
  .doubleTwelve-wrap .success-info .stit {
    font-size: .6rem; }

.doubleTwelve-wrap .quanbox {
  margin: 2rem 0; }

.doubleTwelve-wrap .bookbtn {
  display: block;
  background: #fcb419;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

/*中秋节、会员日、春节*/
.membership-wrap .content, .travel-wrap .content, .springFestival-wrap .content {
  background: #ed3b1e; }
  .membership-wrap .content:before, .travel-wrap .content:before, .springFestival-wrap .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/getcoupon/midAutumn/dress.png") no-repeat;
    display: block;
    background-size: 100%; }

.membership-wrap .indexbox, .travel-wrap .indexbox, .springFestival-wrap .indexbox {
  position: relative;
  min-height: 100%; }
  .membership-wrap .indexbox .inner, .travel-wrap .indexbox .inner, .springFestival-wrap .indexbox .inner {
    position: relative;
    z-index: 3; }
  .membership-wrap .indexbox:before, .travel-wrap .indexbox:before, .springFestival-wrap .indexbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: url("../../images/getcoupon/midAutumn/dress1.png") no-repeat bottom right;
    display: block;
    background-size: 36.875%; }
  .membership-wrap .indexbox:after, .travel-wrap .indexbox:after, .springFestival-wrap .indexbox:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/getcoupon/midAutumn/dress2.png") no-repeat bottom left;
    display: block;
    background-size: 22%; }

.membership-wrap .kbtn, .travel-wrap .kbtn, .springFestival-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fbb716;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.membership-wrap .logobox .logo, .travel-wrap .logobox .logo, .springFestival-wrap .logobox .logo {
  width: 74%;
  display: block;
  margin: 0 auto; }

.membership-wrap .couponbox, .travel-wrap .couponbox, .springFestival-wrap .couponbox {
  width: 74%;
  margin: 1.5rem auto 0; }
  .membership-wrap .couponbox .link-clause, .travel-wrap .couponbox .link-clause, .springFestival-wrap .couponbox .link-clause {
    display: block;
    margin: .75rem 0 1rem; }
  .membership-wrap .couponbox img, .travel-wrap .couponbox img, .springFestival-wrap .couponbox img {
    width: 100%;
    display: block; }

.membership-wrap .item-inp, .travel-wrap .item-inp, .springFestival-wrap .item-inp {
  position: relative; }
  .membership-wrap .item-inp input, .travel-wrap .item-inp input, .springFestival-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.membership-wrap .fill-codebtn, .travel-wrap .fill-codebtn, .springFestival-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .membership-wrap .fill-codebtn .item-inp, .travel-wrap .fill-codebtn .item-inp, .springFestival-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .membership-wrap .fill-codebtn input, .travel-wrap .fill-codebtn input, .springFestival-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .membership-wrap .fill-codebtn .kbtn, .travel-wrap .fill-codebtn .kbtn, .springFestival-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fbb716; }

.membership-wrap .banner img, .travel-wrap .banner img, .springFestival-wrap .banner img {
  display: block;
  width: 100%; }

.membership-wrap .clausebox, .travel-wrap .clausebox, .springFestival-wrap .clausebox {
  width: 87.5%;
  margin: 1.5rem auto 1rem; }
  .membership-wrap .clausebox img, .travel-wrap .clausebox img, .springFestival-wrap .clausebox img {
    display: block;
    width: 100%; }

.membership-wrap .success-info, .travel-wrap .success-info, .springFestival-wrap .success-info {
  text-align: center;
  color: #fff;
  margin-top: -1rem; }
  .membership-wrap .success-info .tit, .travel-wrap .success-info .tit, .springFestival-wrap .success-info .tit {
    font-size: .8rem; }
  .membership-wrap .success-info .stit, .travel-wrap .success-info .stit, .springFestival-wrap .success-info .stit {
    font-size: .6rem; }

.membership-wrap .quanbox, .travel-wrap .quanbox, .springFestival-wrap .quanbox {
  margin: 2rem 0; }

.membership-wrap .bookbtn, .travel-wrap .bookbtn, .springFestival-wrap .bookbtn {
  display: block;
  background: #fcb419;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  text-align: center; }

.membership-wrap .content:before, .travel-wrap .content:before, .springFestival-wrap .content:before {
  display: none; }

/**社群新人、五一劳动节*/
.community-wrap .content, .laborDay-wrap .content, .doubleEleven-wrap .content {
  background: #e93a3a url("../../images/getcoupon/community/index_bg.png") no-repeat top;
  background-size: 100%; }
  .community-wrap .content.success, .laborDay-wrap .content.success, .doubleEleven-wrap .content.success {
    background: #e93a3a; }

.community-wrap .img, .laborDay-wrap .img, .doubleEleven-wrap .img {
  width: 100%;
  display: block; }

.community-wrap .indexbox, .laborDay-wrap .indexbox, .doubleEleven-wrap .indexbox {
  position: relative;
  min-height: 100%; }

.community-wrap .kbtn, .laborDay-wrap .kbtn, .doubleEleven-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  border: 2px solid #fff;
  background: #fbb716;
  color: #e53232;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.community-wrap .couponbox, .laborDay-wrap .couponbox, .doubleEleven-wrap .couponbox {
  width: 74%;
  margin: 0 auto; }

.community-wrap .advertbox, .laborDay-wrap .advertbox, .doubleEleven-wrap .advertbox {
  width: 74%;
  margin: .75rem auto 1rem;
  text-align: center; }
  .community-wrap .advertbox .text, .laborDay-wrap .advertbox .text, .doubleEleven-wrap .advertbox .text {
    font-size: .55rem;
    text-decoration: underline;
    margin-bottom: .75rem; }

.community-wrap .item-inp, .laborDay-wrap .item-inp, .doubleEleven-wrap .item-inp {
  position: relative; }
  .community-wrap .item-inp input, .laborDay-wrap .item-inp input, .doubleEleven-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.community-wrap .fill-codebtn, .laborDay-wrap .fill-codebtn, .doubleEleven-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .community-wrap .fill-codebtn .item-inp, .laborDay-wrap .fill-codebtn .item-inp, .doubleEleven-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .community-wrap .fill-codebtn input, .laborDay-wrap .fill-codebtn input, .doubleEleven-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .community-wrap .fill-codebtn .kbtn, .laborDay-wrap .fill-codebtn .kbtn, .doubleEleven-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fbb716; }

.community-wrap .displaybox.in .advertbox, .laborDay-wrap .displaybox.in .advertbox, .doubleEleven-wrap .displaybox.in .advertbox {
  display: none; }

.community-wrap .displaybox.in .clausebox, .laborDay-wrap .displaybox.in .clausebox, .doubleEleven-wrap .displaybox.in .clausebox {
  display: block; }

.community-wrap .displaybox .clausebox, .laborDay-wrap .displaybox .clausebox, .doubleEleven-wrap .displaybox .clausebox {
  display: none; }

.community-wrap .clausebox, .laborDay-wrap .clausebox, .doubleEleven-wrap .clausebox {
  width: 87.5%;
  margin: 1.5rem auto 1rem;
  position: relative; }
  .community-wrap .clausebox .close, .laborDay-wrap .clausebox .close, .doubleEleven-wrap .clausebox .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 4%; }

.community-wrap .success-info, .laborDay-wrap .success-info, .doubleEleven-wrap .success-info {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: -8%; }
  .community-wrap .success-info .success-inner, .laborDay-wrap .success-info .success-inner, .doubleEleven-wrap .success-info .success-inner {
    height: 13.5%;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .community-wrap .success-info .success-inner .tit, .laborDay-wrap .success-info .success-inner .tit, .doubleEleven-wrap .success-info .success-inner .tit {
      font-size: .8rem; }
    .community-wrap .success-info .success-inner .stit, .laborDay-wrap .success-info .success-inner .stit, .doubleEleven-wrap .success-info .success-inner .stit {
      font-size: .6rem; }
  .community-wrap .success-info .bookbtn, .laborDay-wrap .success-info .bookbtn, .doubleEleven-wrap .success-info .bookbtn {
    display: block;
    width: 44%;
    position: absolute;
    left: 28%;
    bottom: 6%; }

.doubleEleven-wrap .content {
  background: #e93a3a url("../../images/getcoupon/doubleEleven/index_bg.png") no-repeat top;
  background-size: 100%; }
  .doubleEleven-wrap .content.success {
    background: #e93a3a; }

.redTour-wrap .content {
  background: #b10003; }
  .redTour-wrap .content.success {
    background: #ab0002 url("../../images/getcoupon/redTour/success_bg.png") no-repeat bottom;
    background-size: 100%; }

.redTour-wrap .img {
  width: 100%;
  display: block; }

.redTour-wrap .indexbox {
  position: relative;
  min-height: 100%;
  background: #ac0002 url("../../images/getcoupon/redTour/index_bg.png") no-repeat top;
  background-size: 100%;
  background-attachment: scroll; }

.redTour-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  background: #fcc959;
  color: #e02b33;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem; }

.redTour-wrap .logobox .logo {
  width: 76%;
  display: block;
  margin: 0 auto; }

.redTour-wrap .logobox .clause {
  width: 88%;
  display: block;
  margin: 8% auto 1rem; }

.redTour-wrap .couponbox {
  width: 84%;
  margin: 0 auto; }

.redTour-wrap .advertbox {
  width: 84%;
  margin: .75rem auto 1rem;
  text-align: center; }
  .redTour-wrap .advertbox .text {
    font-size: .55rem;
    text-decoration: underline;
    margin-bottom: .75rem;
    color: #fff; }

.redTour-wrap .item-inp {
  position: relative; }
  .redTour-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.redTour-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .redTour-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .redTour-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .redTour-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    background: #fbb716; }

.redTour-wrap .displaybox.in .advertbox {
  display: none; }

.redTour-wrap .displaybox.in .clausebox {
  display: block; }

.redTour-wrap .displaybox .clausebox {
  display: none; }

.redTour-wrap .clausebox {
  width: 87.5%;
  margin: 1.5rem auto 1rem;
  position: relative; }
  .redTour-wrap .clausebox .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 4%; }

.redTour-wrap .success-info {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: -3%; }
  .redTour-wrap .success-info .success-inner {
    height: 43.5%;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .redTour-wrap .success-info .success-inner .tit {
      font-size: .8rem; }
    .redTour-wrap .success-info .success-inner .stit {
      font-size: .6rem; }

.redTour-wrap .bookbtn {
  display: block;
  width: 44%;
  position: absolute;
  left: 28%;
  bottom: 22%; }

.midAutumn-wrap .content {
  background: #fec603 url("../../images/getcoupon/midAutumn/index_bg.png") no-repeat bottom;
  /*&.success { background: #fec603 url('../../images/getcoupon/midAutumn/topicbg.png') no-repeat bottom; background-size: 100%; }*/ }

.midAutumn-wrap .img {
  width: 100%;
  display: block; }

.midAutumn-wrap .indexbox {
  position: relative;
  min-height: 100%;
  background-size: 100%;
  background-attachment: scroll; }

.midAutumn-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  color: #e53232;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  /* Fallback for sad browsers */
  background-image: -moz-linear-gradient(left, #ffdd6d, #ffb527);
  /* Opera */
  background-image: -o-linear-gradient(left, #ffdd6d, #ffb527);
  /* WebKit (Safari 4+, Chrome 1+) */
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#ffdd6d), to(#ffb527));
  background-image: -webkit-linear-gradient(left, #ffdd6d, #ffb527);
  /* IE10 */
  background-image: -ms-linear-gradient(left, #ffdd6d, #ffb527);
  /* W3C */
  border: 3px solid #e4ae22; }

.midAutumn-wrap .logobox .logo {
  width: 100%;
  display: block;
  margin: 0 auto; }

.midAutumn-wrap .couponbox {
  width: 84%;
  margin: 0 auto; }

.midAutumn-wrap .advertbox {
  width: 84%;
  margin: .75rem auto 1rem;
  text-align: center; }
  .midAutumn-wrap .advertbox .text {
    font-size: .55rem;
    text-decoration: underline;
    margin-bottom: .75rem; }

.midAutumn-wrap .item-inp {
  position: relative; }
  .midAutumn-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.midAutumn-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .midAutumn-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .midAutumn-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .midAutumn-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    border: 0; }

.midAutumn-wrap .displaybox.in .advertbox {
  display: none; }

.midAutumn-wrap .displaybox.in .clausebox {
  display: block; }

.midAutumn-wrap .displaybox .clausebox {
  display: none; }

.midAutumn-wrap .clausebox {
  width: 87.5%;
  margin: 1.5rem auto 1rem;
  position: relative; }
  .midAutumn-wrap .clausebox .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 4%; }

.midAutumn-wrap .success-info {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: -8%; }
  .midAutumn-wrap .success-info .success-inner {
    height: 13.5%;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .midAutumn-wrap .success-info .success-inner .tit {
      font-size: .8rem; }
    .midAutumn-wrap .success-info .success-inner .stit {
      font-size: .6rem; }
  .midAutumn-wrap .success-info .bookbtn {
    display: block;
    width: 44%;
    position: absolute;
    left: 28%;
    bottom: 6%; }

.nationalDay2021-wrap .img {
  width: 100%;
  display: block; }

.nationalDay2021-wrap .successbox {
  position: relative;
  background: #d73f32 url("../../images/getcoupon/nationalDay2021/success_bg.png") no-repeat top;
  padding-bottom: 7%;
  background-size: 100%;
  min-height: 100%; }
  .nationalDay2021-wrap .successbox .dress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }

.nationalDay2021-wrap .indexbox {
  position: relative;
  background: #d73f32 url("../../images/getcoupon/nationalDay2021/index_bg.png") no-repeat top;
  padding-bottom: 1px;
  background-size: 100%;
  min-height: 100%; }

.nationalDay2021-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  color: #e53232;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  /* Fallback for sad browsers */
  background-image: -moz-linear-gradient(left, #ffdd6d, #ffb527);
  /* Opera */
  background-image: -o-linear-gradient(left, #ffdd6d, #ffb527);
  /* WebKit (Safari 4+, Chrome 1+) */
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#ffdd6d), to(#ffb527));
  background-image: -webkit-linear-gradient(left, #ffdd6d, #ffb527);
  /* IE10 */
  background-image: -ms-linear-gradient(left, #ffdd6d, #ffb527);
  /* W3C */
  border: 3px solid #e4ae22; }

.nationalDay2021-wrap .logobox .logo {
  width: 100%;
  display: block;
  margin: 0 auto; }

.nationalDay2021-wrap .couponbox {
  width: 84%;
  margin: 0 auto; }

.nationalDay2021-wrap .advertbox {
  width: 84%;
  margin: .75rem auto 1rem;
  text-align: center; }
  .nationalDay2021-wrap .advertbox .text {
    font-size: .55rem;
    text-decoration: underline;
    margin-bottom: .75rem; }

.nationalDay2021-wrap .item-inp {
  position: relative; }
  .nationalDay2021-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.nationalDay2021-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .nationalDay2021-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .nationalDay2021-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .nationalDay2021-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    border: 0; }

.nationalDay2021-wrap .displaybox.in .advertbox {
  display: none; }

.nationalDay2021-wrap .displaybox.in .clausebox {
  display: block; }

.nationalDay2021-wrap .displaybox .clausebox {
  display: none; }

.nationalDay2021-wrap .clausebox {
  width: 87.5%;
  margin: 1.5rem auto 1rem;
  position: relative; }
  .nationalDay2021-wrap .clausebox .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 4%; }

.nationalDay2021-wrap .success-info {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 3%; }
  .nationalDay2021-wrap .success-info .success-inner {
    height: 13.5%;
    position: absolute;
    top: 1%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .nationalDay2021-wrap .success-info .success-inner .tit {
      font-size: .8rem; }
    .nationalDay2021-wrap .success-info .success-inner .stit {
      font-size: .6rem; }
  .nationalDay2021-wrap .success-info .bookbtn {
    display: block;
    width: 44%;
    position: absolute;
    left: 28%;
    bottom: 17%;
    z-index: 1; }

.coupon-wrap .img {
  width: 100%;
  display: block; }

.coupon-wrap .content {
  background: #fec707 url("../../images/getcoupon/newYear/index_bg.png") no-repeat top;
  background-size: 100%; }
  .coupon-wrap .content .dress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }

.coupon-wrap .successbox {
  padding-bottom: 7%;
  min-height: 100%;
  position: relative; }

.coupon-wrap .indexbox {
  padding-bottom: 1px;
  min-height: 100%;
  position: relative; }
  .coupon-wrap .indexbox-inner {
    position: relative;
    z-index: 1; }

.coupon-wrap .kbtn {
  height: 2rem;
  line-height: 2rem;
  color: #e53232;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  /* Fallback for sad browsers */
  background-image: -moz-linear-gradient(left, #ffdd6d, #ffb527);
  /* Opera */
  background-image: -o-linear-gradient(left, #ffdd6d, #ffb527);
  /* WebKit (Safari 4+, Chrome 1+) */
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#ffdd6d), to(#ffb527));
  background-image: -webkit-linear-gradient(left, #ffdd6d, #ffb527);
  /* IE10 */
  background-image: -ms-linear-gradient(left, #ffdd6d, #ffb527);
  /* W3C */
  border: 3px solid #e4ae22; }

.coupon-wrap .logobox .logo {
  width: 100%;
  display: block;
  margin: 0 auto; }

.coupon-wrap .couponbox {
  width: 84%;
  margin: 0 auto; }

.coupon-wrap .advertbox {
  width: 84%;
  margin: .75rem auto 1rem;
  text-align: center; }
  .coupon-wrap .advertbox .text {
    font-size: .55rem;
    text-decoration: underline;
    margin-bottom: .75rem; }

.coupon-wrap .item-inp {
  position: relative; }
  .coupon-wrap .item-inp input {
    width: 100%;
    background: #fff;
    border: 0 none;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 .75rem; }

.coupon-wrap .fill-codebtn {
  position: relative;
  margin: 1rem 0; }
  .coupon-wrap .fill-codebtn .item-inp {
    width: 60%; }
  .coupon-wrap .fill-codebtn input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .coupon-wrap .fill-codebtn .kbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .8rem;
    border: 0; }

.coupon-wrap .displaybox.in .advertbox {
  display: none; }

.coupon-wrap .displaybox.in .clausebox {
  display: block; }

.coupon-wrap .displaybox .clausebox {
  display: none; }

.coupon-wrap .clausebox {
  width: 87.5%;
  margin: 1.5rem auto 1rem;
  position: relative; }
  .coupon-wrap .clausebox .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 4%; }

.coupon-wrap .success-info {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: -7%;
  z-index: 1; }
  .coupon-wrap .success-info .success-inner {
    height: 13.5%;
    position: absolute;
    top: 10.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .coupon-wrap .success-info .success-inner .tit {
      font-size: .8rem; }
    .coupon-wrap .success-info .success-inner .stit {
      font-size: .6rem; }
  .coupon-wrap .success-info .bookbtn {
    display: block;
    width: 44%;
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 1;
    transform: translateX(-50%); }

.coupon-wrap_SpringFestival .content {
  background: #f35543 url("../../images/getcoupon/SpringFestival/index_bg.png") no-repeat top;
  background-size: 100%; }

.coupon-wrap_SpringFestival .advertbox {
  color: #fff; }

.coupon-wrap_SpringFestival .success-info {
  margin-top: -13%; }
  .coupon-wrap_SpringFestival .success-info .success-inner {
    top: 21.5%;
    color: #f00;
    left: 49%;
    transform: none; }
    .coupon-wrap_SpringFestival .success-info .success-inner .stit {
      font-size: 0.68rem; }
  .coupon-wrap_SpringFestival .success-info .bookbtn {
    width: 43.2%;
    bottom: 0;
    height: 11%;
    left: 50.8%; }

.coupon-wrap_SpringFestival .couponbox {
  margin-top: -25%;
  width: 77%; }

.coupon-wrap_SpringFestival .advertbox {
  width: 77%; }

.coupon-wrap_pazhouPort .content {
  background: #b80000 url("../../images/getcoupon/pazhouPort/index_bg.png") no-repeat top; }

.coupon-wrap_pazhouPort .advertbox {
  color: #fff; }

.coupon-wrap_pazhouPort .success-info .bookbtn {
  width: 44.1%;
  bottom: 9%;
  left: 50.5%;
  padding-top: 12%; }

.coupon-wrap_pazhouPort .displaybox .clausebox {
  display: block; }

.coupon-wrap_thailandTrip .content {
  background: #fee7b1; }

.coupon-wrap_thailandTrip .clausebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0; }
  .coupon-wrap_thailandTrip .clausebox.in {
    display: block; }

.coupon-wrap_thailandTrip .dressbox {
  margin-top: -178%; }

.coupon-wrap_thailandTrip .success-info .bookbtn {
  width: 44.5%;
  padding-top: 12%;
  bottom: 9%;
  left: 50.5%; }

@media only screen and (min-width: 830px) {
  .coupon-wrap {
    overflow: auto; }
    .coupon-wrap .page {
      width: 600px;
      margin: 0 auto;
      position: relative;
      bottom: auto;
      overflow: visible; }
    .coupon-wrap .content {
      position: relative;
      bottom: auto;
      overflow: visible;
      height: auto; }
    .coupon-wrap .bar-nav ~ .content {
      padding-top: 2.2rem;
      top: auto; } }
