.moolah-ad {
  background: #fff;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  /*height: 110px;*/
  border-radius: 6px;
  border: 1px solid #F0F0F0;
}

.moolah-ad>img {
  max-width: 100%;
}

.moolah-ad-title {
  margin-top: 10px;
  font-size: 21px;
}

.moolah-ad-button {
  border: 1px solid #ee6862;
  height: 50px;
  line-height: 29px;
  font-size: 20px;
  margin-top: 15px;
  /* border-radius: 20px; */
  padding: 10px;
  /* background: #ee6862; */
  color: #ee6862;
}

.pycdeal {
  height: auto !important;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}

.card_box {
  vertical-align: middle;
  align-items: center;
  justify-items: center;
  align-content: center;
  display: flex;
}

.dealitem1 .deal_pane {
  padding-top: 8px;
  min-height: 158px;
}

.dealitem1 .d_img .img_bdr img {
  border-radius: 5px;
}

.detailpage .detail_bg {
  position: relative;
}

.detailpage .col2 {
  width: 720px;
}

.detailpage .col3 {
  position: absolute;
  right: 30px;
  /*top: -40px;*/
}

.detail_bg .wrapper {
  min-height: 217px;
  height: auto;
  overflow: hidden;
}

.dealitem1 .d_cnt {
  width: calc(100% - 218px);
  float: left;
}

.deal-list-tag {
  margin-top: 10px;
}

.static_wrap li {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .detailpage .col3 {
    right: auto;
    bottom: 20px;
    font-size: 12px;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1250px) {
  .indexpage .top_store ul {
    width: auto;
    /*text-align: center;*/
  }
}

@media (max-width: 990px) {
  body {
    padding-top: 80px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .logo-embed {
    pointer-events: none;
    position: relative;
    top: 7px;
    width: 70px;
  }

  .logo_menu_pane {
    height: 40px;
    position: relative;
    /* width: 260px; */
    width: 60%;
    margin-right: 0px;
  }

  .i_menu {
    display: none;
  }

  .search_wrapper {
    top: 12px;
  }

  .logo {
    margin-left: -5px;
    width: 80px;
    background-size: contain;
  }

  .indexpage .index_bg {
    padding: 10px 20px;
    height: auto;
  }

  .indexpage .index_bg h1 {
    /*padding-top: 30px;*/
    font-size: 24px;
  }

  .indexpage .index_bg h2 {
    font-size: 14px;
  }

  nav {
    display: block;
    top: -5px;
    left: 70px !important;
    box-shadow: none;
    position: absolute;
    overflow: visible;
  }

  .search_wrapper {
    /* right: 73px; 20px; */
    /* right: 116px; */
    right: 104px;
  }

  nav ul li {
    padding: 0;
    font-size: 12px;
    display: inline-block;
    height: auto;
    line-height: 40px;
  }

  nav .menu_list {
    max-height: 40px;
    background-color: none;
    margin-left: 10px;
  }

  nav ul li a {
    padding: 0 5px;
    font-size: 18px;
  }

  .search_btn {
    padding-left: 30px;
  }

  .indexpage .cycle_focus .deal_item {
    width: 100%;
    max-width: 240px;
    /*height: 240px;*/
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .indexpage .cycle_focus .deal_store {
    width: 34px;
    height: 34px;
    line-height: 34px;
    bottom: 13px;
  }

  .indexpage .cycle_focus .deal_store img {
    max-width: 34px;
    max-height: 34px;
    /*margin-top: 8px;*/
  }

  .indexpage .cycle_focus .deal_main {
    padding-left: 48px;
  }

  .indexpage .top_store ul li.item {
    display: inline-block;
    width: 31.9%;
    margin: 0 2px;
    float: none;
  }

  .indexpage .top_store .store_img {
    width: auto;
  }

  .indexpage .top_store ul li.item img {
    width: 90%;
  }

  .b_title {
    font-size: 18px;
    padding-top: 10px;
  }

  .dealitem1 {
    border-bottom-width: 15px;
    min-height: 158px;
  }

  .indexpage .top_store .store_link {
    width: 100%;
    height: 42px;
    margin-bottom: 8px;
    overflow: hidden;
  }

  .grid_coupons li {
    width: 32%;
    height: 250px;
    margin-right: 1%;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    position: relative;
    padding: 10px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    float: left;
    margin-bottom: 10px;
  }

  .grid_coupons li:nth-child(2n) {
    /*float: right;*/
  }

  .grid_coupons {
    margin-right: 0;
  }

  .coupon_wrapper {
    padding: 0;
    border: none;
    margin: 0;
  }

  .coupon_wrapper .m_logo {
    width: 100%;
    height: 60px;
    position: relative;
  }

  .coupon_type {
    text-align: center;
  }

  .coupon_content .title {
    height: 40px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    margin-bottom: 8px;
  }

  .go_btn .show_code,
  .v_code {
    /*width: 92%!important;*/
    font-size: 16px;
  }

  .coupon_content {
    padding: 12px 0;
  }

  .grid_coupons .coupon_wrapper .storelink {
    /*display: block;*/
    position: absolute;
    top: 225px;
    font-size: 12px;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: none;
  }

  .coupon_type {
    font-size: 20px;
    height: 60px;
  }

  .grid_coupons_2 li {
    width: 48%;
    border-bottom: 1px dashed #E1E1E1;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .coupon_content {
    padding-bottom: 0;
  }

  .grid_coupons_2 .coupon_wrapper .right_text {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }

  .grid_coupons_2 .coupon_wrapper .right_text .storelink {
    margin-top: -3px;
  }

  .grid_coupons_2 {
    width: auto;
  }

  .grid_coupons_2 .coupon_wrapper .right_text {
    width: calc(100% - 147px);
  }

  .deal_pane {}

  .deal_pane .d_img {
    width: 150px;
  }

  .dealitem1 .deal_pane .shopnow {
    width: 80%;
  }

  .dealitem1 .store_name {
    display: none;
  }

  td[align="center"][valign="middle"] {
    height: 10px;
  }

  .dealitem1 .d_img .img_bdr {
    padding: 10px;
  }

  .grid_coupons .coupon_wrapper .card_box {
    text-align: center;
  }

  .dealitem1 .d_cnt,
  .detailpage .dealitem1 .d_cnt {
    width: calc(100% - 165px);
    float: left;
    padding-left: 10px;
  }

  .dealitem1 .d_cnt .d_cnt_text_content {
    margin: 0;
  }

  .title_pane,
  .title_and_body {
    /*padding: 0 0 0 10px;*/
  }

  .dealitem1 .d_cnt .body {
    /*padding: 10px;*/
  }

  .detail_bg {
    position: relative;
  }

  .detailpage .col3 {
    width: auto;
    position: absolute;
    padding: 0 8px;
    top: auto;
    bottom: 30px;
  }

  .pycdeal,
  .dealitem1 .d_cnt .body {
    font-size: 14px;
  }

  .dealitem1 .d_cnt .body ul,
  .dealitem1 .d_cnt .body div,
  .dealitem1 .d_cnt .body p {
    display: none;
  }

  .pycdeal {
    height: 245px;
    //overflow-y: scroll;
    word-break: break-word;
  }

  .recommend-pic-list-wrap {
    /*  width: 200px;*/
    overflow-x: scroll;
  }

  .show_all_img {
    display: none;
  }

  .recommend-pic-list li {
    margin: 0 !important;
    float: left;
    width: 180px;
  }

  .section ul li {
    width: 50%;
  }

  .catpage.catmorepage .title.cat_title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .catpage.catmorepage .coupons_list_1 {
    width: 100%;
  }

  .catpage.catmorepage .coupons_list_1 .item {
    width: 47%;
  }

  .catpage.catmorepage .coupons_list_1 .item:nth-child(2n) {
    margin-right: 0;
  }

  .catpage.catmorepage .static_wrap article ul li a {
    width: 90%;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .catpage .static_wrap article ul {
    width: 100%;
  }

  .static_wrap li {
    width: 49%;
    float: left;
  }

  .static_wrap li:nth-child(2n) {
    float: right;
  }

  .copyright {
    padding-bottom: 10px;
  }

  .catpage .all_cat_icons {
    width: 100%;
  }

  .catpage .all_cat_icons .item {
    width: 33.33%;
  }

  .catpage .static_wrap article .title,
  .catpage .all_cat_pane h1 {
    text-align: left;
  }

  .catpage .static_wrap article ul li a {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .catpage .static_wrap article ul li a img {
    max-width: 100%;
    max-height: 140px;
  }

  ul.breadcrumbs li,
  ul.breadcrumbs li a {
    color: #666;
  }

  .detailpage .col1 {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .detailpage .col2 {
    width: calc(100% - 130px);
  }

  .detailpage .col2 .store_name a {
    font-size: 16px;
  }

  .detailpage .col1 img {
    margin-top: 0;
  }

  .detailpage .merchant_button_list button {
    margin-right: 12px;
    padding: 0 15px;
    margin-top: 8px !important;
  }

  .detailpage .merchant_button_list button:last-child {
    margin: 0;
  }

  .promo_infor {
    width: auto;
    margin: 0 10px;
  }

  .offer_lesser_text,
  .offer_big_text {
    font-size: 1.8em;
  }

  .detailpage .promo_infor_box {
    width: 70px;
  }

  .card_box {
    padding-bottom: 13px;
  }

  .coupon_wrapper .go_btn,
  .go_btn,
  .voucher_wrap {
    /*right: -10px;*/
  }

  .no_result {
    padding-top: 15px;
  }

  .searchpage .store_filter {
    line-height: 32px;
  }

  .storelistpage .alphabet {
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .alphabet a {
    width: auto;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 5px;
  }

  .alphabet a:hover,
  .alphabet a.active {
    width: auto;
    font-size: 20px;
  }

  .storelistpage .static_wrap article ul li a {
    width: 100%;
    padding-right: 0;
  }

  .detail_logo {
    left: 50%;
    width: 120px;
    height: 120px;
    top: -60px;
    margin-left: -60px;
  }

  .coupon_detail_pop,
  .contact_pop {
    top: 25%;
    overflow: visible;
  }

  .copy_code {
    width: auto;
    padding-left: 10px;
  }

  .detailpage .col3 {
    right: auto;
    bottom: 30px;
    font-size: 12px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .copy_code div {
    padding-top: 10px;
  }

  .coupon_detail_merchant .title {
    margin-top: 30px;
  }

  .detailpage .col2 h2 {
    font-size: 14px;
  }

  .detailpage .col2 {
    min-height: 160px;
    height: auto;
    line-height: 16px;
    /*overflow-y: scroll ;*/
  }

  .detailpage .col2 .store_info {
    font-size: 12px;
  }

  .detailpage .col1 img {
    max-width: 100px;
    max-height: 50px;
    margin-left: 0;
  }

  .card_content {
    width: 64%;
  }

  .go_deal {
    height: 32px;
    line-height: 32px;
  }

}

@media (max-width: 990px) {
  .card_content {
    /* width: 100%; */
    padding-right: 0;
  }
}

@media (max-width: 1200px) {

  .detailpage .col1 {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 414px) {
  .moolah-ad {
    display: none;
  }

  .moolah-ad-show {
    display: none;
  }

  .alert-ad-item {
    display: none;
  }

  .grid_coupons_2 li {
    width: 100%;
    border-bottom: 1px dashed #E1E1E1;
  }

  .grid_coupons li {
    width: 49%;
  }

  .recommend-pic-list-wrap,
  .recommend-pic-list {
    display: none;
  }

  .indexpage .cycle_focus .deal_pic {
    width: 100%;
  }

  .indexpage .cycle_focus .deal_pic img {
    width: 100%;
  }

  .title_and_body_and_rec {
    /*display: none;*/
  }

  .dealitem1 .d_img .img_bdr {
    padding: 0;
  }

  .dealitem1 .d_img {
    margin-left: 0;
  }

  .dealitem1 .deal_pane .shopnow {
    transform: scale(1);
    border-radius: 5px;
  }

  .dealitem1 .title_pane .deal-list-title {
    line-height: 1.2;
  }

  .dealitem1 .title_pane .deal-list-title a,
  .dealitem1 .title_pane .sub_title {
    font-size: 14px;
    color: #333 !important;
  }

  .title_pane,
  .title_and_body {
    padding: 0;
  }

  .deal-list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .dealitem1 .d_cnt .d_cnt_text_content {
    min-height: 0;
  }

  .dealitem1 .title_pane .deal-list-title {
    margin-bottom: 6px;
  }

  .deal-store-update .ext_store_left:nth-child(1) {
    display: none;
  }

  .dealitem1 .ext_store_left {
    margin-left: 0;
    font-size: 12px;
    display: none;
  }

  .dealitem1 {
    height: 180px;
    overflow: hidden;
    position: relative;
  }

  .dealitem1 .deal_pane .shopnow {
    position: absolute;
    left: 14px;
    top: 150px;
    width: 125px;
  }

  .dealitem1 .d_img .img_bdr img {
    width: 125px;
    height: 125px;
  }

  .overflow-omit-2 {
    height: 100px;
  }

  .dealitem1 {
    height: 160px;
  }

  .dealitem1 .d_img .img_bdr {
    position: relative;
    top: -32px;
    /*left: 12px;*/
  }

  .deal_pane .d_img {
    width: 120px;
    margin-left: 12px;
  }

  .dealitem1 .d_cnt,
  .detailpage .dealitem1 .d_cnt {
    width: calc(100% - 158px);
    margin-left: 8px;
  }

  .dealitem1 .ext_store_left_item2 {
    display: none;
  }

  .dealitem1 .deal-coupon-enddate {
    margin: 0;
  }

  .dealitem1 span.mycoupon {
    font-size: 12px;
    display: none;
  }

  .dealitem1 .index-deal-discount-code {
    display: none;
    margin-top: 10px;
  }

  .dealitem1 span.mycoupon:nth-child(1) {
    display: inline-block;
  }

  .detailpage .dealitem1 .d_img {
    margin-left: 5px;
  }
}

    