html, body, div, span, h1, h2, h3, h4, p, a, img, ul, li, dl, dd, form, input, button {
  box-sizing: border-box;
}

body {
  background: #f7f8ff;
  color: #17162f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
}

a {
  color: #17162f;
  text-decoration: none;
}

a:hover {
  color: #6f43e8;
}

img {
  border: 0;
}

.clear:after,
.dh-wrap:after,
.deal-main:after,
.deal-store-grid:after,
.deal-coupon-list:after,
.deal-logo-list:after,
.deal-featured-malls #indexShopUl:after {
  clear: both;
  content: "";
  display: block;
}

.dh-wrap,
.deal-page .w990 {
  margin: 0 auto;
  width: 1120px;
}

.dh-topbar {
  background: #fff;
  border-bottom: 1px solid #eeeeF8;
  color: #74748a;
  font-size: 12px;
}

.dh-topbar-inner {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: flex-start;
}

.dh-topbar a {
  color: #6f43e8;
  margin-left: 14px;
}

.dh-header {
  background: #fff;
  border-bottom: 1px solid #eeeeF8;
}

.dh-header-inner {
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: space-between;
}

.dh-logo a,
.dh-footer-logo {
  color: #6f43e8;
  display: block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
}

.dh-logo a:before,
.dh-footer-logo:before {
  background: #6f43e8;
  border-radius: 7px;
  color: #fff;
  content: "C";
  display: inline-block;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  margin-right: 8px;
  text-align: center;
  vertical-align: 3px;
  width: 28px;
}

.dh-search {
  border: 1px solid #ded9fb;
  border-radius: 7px;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 420px;
}

.dh-search input[type="text"] {
  border: 0;
  color: #74748a;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 94px 0 14px;
  width: 100%;
}

.dh-search button {
  background: #6f43e8;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
}

.dh-nav {
  background: #fff;
  border-bottom: 1px solid #eeeeF8;
  box-shadow: 0 10px 28px rgba(33, 26, 85, .05);
}

.dh-nav .dh-wrap {
  height: 50px;
}

.dh-nav a {
  color: #37364d;
  display: inline-block;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin-right: 34px;
  position: relative;
}

.dh-nav a.active,
.dh-nav a:hover {
  color: #6f43e8;
}

.dh-nav a.active:after {
  background: #6f43e8;
  border-radius: 2px 2px 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.deal-page {
  background:
    radial-gradient(circle at 20% 6%, rgba(111, 67, 232, .14), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(255, 129, 172, .12), transparent 26%),
    #f7f8ff;
  min-height: 680px;
  padding: 28px 0 46px;
}

.deal-hero {
  background: linear-gradient(105deg, #fff 0, #fbf8ff 52%, #efe6ff 100%);
  border: 1px solid #ede9fb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(48, 38, 118, .08);
  min-height: 250px;
  margin: 0 0 22px;
  overflow: hidden;
  padding: 52px 58px;
  position: relative;
}

.deal-hero:before {
  background: #7b50f2;
  border-radius: 10px;
  color: #fff;
  content: "%";
  font-size: 64px;
  font-weight: bold;
  height: 118px;
  line-height: 118px;
  position: absolute;
  right: 170px;
  text-align: center;
  top: 58px;
  transform: rotate(5deg);
  width: 118px;
}

.deal-hero:after {
  background: linear-gradient(135deg, #ffd36b, #ff7aa9);
  border-radius: 8px;
  content: "";
  height: 92px;
  position: absolute;
  right: 74px;
  top: 98px;
  width: 100px;
}

.deal-hero h1 {
  color: #17162f;
  font-size: 40px;
  line-height: 1.2;
  margin: 8px 0 12px;
}

.deal-hero p {
  color: #727188;
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}

.deal-kicker {
  color: #6f43e8;
  font-size: 13px;
  font-weight: bold;
}

.deal-hero-search {
  background: #fff;
  border: 1px solid #e2dcfb;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(111, 67, 232, .12);
  height: 50px;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
  width: 560px;
}

.deal-hero-search input[type="text"] {
  border: 0;
  color: #727188;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 128px 0 16px;
  width: 100%;
}

.deal-hero-search button {
  background: #6f43e8;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 118px;
}

.deal-hero-compact {
  min-height: 162px;
  padding: 38px 44px;
}

.deal-hero-compact:before {
  font-size: 44px;
  height: 82px;
  line-height: 82px;
  right: 118px;
  top: 42px;
  width: 82px;
}

.deal-hero-compact:after {
  height: 62px;
  right: 62px;
  top: 72px;
  width: 68px;
}

.deal-view-switch {
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.deal-view-switch span,
.deal-tabs span,
.deal-filter dd a {
  background: #fff;
  border: 1px solid #e4defa;
  border-radius: 7px;
  color: #64637a;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin: 0 7px 8px 0;
  padding: 9px 14px;
}

.deal-view-switch .list_current,
.deal-tabs .cur_span,
.deal-filter dd.current a {
  background: #6f43e8;
  border-color: #6f43e8;
  color: #fff;
}

.deal-panel,
.deal-side-card {
  background: #fff;
  border: 1px solid #eeeeF8;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(33, 26, 85, .07);
  margin-bottom: 22px;
  padding: 24px;
}

.deal-content {
  float: left;
  width: 760px;
}

.deal-sidebar {
  float: right;
  width: 332px;
}

.deal-main-full,
.deal-home .deal-content {
  float: none;
  width: 1120px;
}

.deal-home .deal-sidebar {
  display: none;
}

.deal-section-head {
  border-bottom: 1px solid #f0f0f8;
  margin: 0 0 20px;
  padding-bottom: 16px;
}

.deal-section-head h2,
.deal-side-card h3,
.deal-country h3,
.other_coupon_t {
  color: #17162f;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
}

.deal-section-head p {
  color: #8a89a0;
  font-size: 13px;
  margin: 6px 0 0;
}

.deal-coupon-list,
.deal-store-grid,
.deal-logo-list,
.deal-link-list,
.deal-country-links,
.deal-country-flags,
.deal-store-summary ul,
.deal-page .sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}

.deal-coupon-card {
  background: #fff;
  border: 1px solid #eeeeF8;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(33, 26, 85, .04);
  display: block;
  margin: 0 0 16px;
  min-height: 126px;
  padding: 18px 172px 18px 128px;
  position: relative;
}

.deal-coupon-logo {
  align-items: center;
  background: #fbfaff;
  border: 1px solid #ede9fb;
  border-radius: 7px;
  display: flex;
  height: 82px;
  justify-content: center;
  left: 18px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  width: 88px;
}

.deal-coupon-logo img,
.deal-store-logo img {
  height: auto;
  max-height: 58px;
  max-width: 76px;
  width: auto;
}

.deal-coupon-detail,
.deal-coupon-detail .description {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.deal-coupon-detail .title h3 {
  color: #17162f;
  font-size: 17px;
  line-height: 1.35;
  margin: 5px 0 10px;
}

.deal-coupon-detail .title h3 a {
  color: #17162f;
}

.deal-type {
  color: #ff5d55;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.deal-sale {
  color: #6f43e8;
}

.deal-code-box {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.deal-code-box .attachFlash,
.deal-code-box .attachFlash_cn {
  background: #6f43e8;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(111, 67, 232, .22);
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin: 0 6px 8px 0;
  max-width: 210px;
  overflow: hidden;
  padding: 0 16px;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.deal-code-box .cover {
  display: none !important;
}

.deal-desc,
.deal-desc a {
  color: #74738a;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.deal-merchant {
  margin: 10px 0 0;
}

.deal-merchant a {
  color: #6f43e8;
  font-weight: bold;
}

.deal-home .deal-coupon-list {
  display: block;
  margin-left: -22px;
}

.deal-home .deal-coupon-card {
  float: left;
  height: 258px;
  margin: 0 0 22px 22px;
  min-height: 0;
  overflow: hidden;
  padding: 24px 24px 86px;
  width: 342px;
}

.deal-home .deal-coupon-logo {
  height: 60px;
  left: auto;
  position: static;
  top: auto;
  width: 90px;
}

.deal-home .deal-coupon-detail .title h3 {
  font-size: 16px;
  height: 66px;
  margin-bottom: 12px;
  overflow: hidden;
}

.deal-home .deal-code-box {
  bottom: 24px;
  left: 24px;
  position: absolute;
  right: 24px;
}

.deal-home .deal-code-box .attachFlash,
.deal-home .deal-code-box .attachFlash_cn {
  display: block;
  height: 42px;
  line-height: 42px;
  margin: 0 0 8px;
  max-width: none;
  width: 100%;
}

.deal-home .deal-desc {
  display: none;
}

.deal-home .deal-merchant {
  display: none;
}

.deal-code-box .attachFlash[qtype="coupon"] {
  background: #6f43e8;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(111, 67, 232, .22);
  color: transparent !important;
  font-size: 0;
  overflow: hidden;
  padding-right: 16px;
  position: relative;
}

.deal-code-box .attachFlash[qtype="coupon"]:before {
  color: #fff;
  content: "Show Coupon";
  display: block;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  position: relative;
  z-index: 3;
}

.deal-code-box .attachFlash[qtype="coupon"] .c_zz {
  display: none;
}

.deal-mall-view .deal-offer-badge {
  background: #f4efff;
  border: 1px dashed #d8ccff;
  border-radius: 7px;
  color: #6f43e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  height: 82px;
  left: 18px;
  line-height: 82px;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: 18px;
  white-space: nowrap;
  width: 128px;
}

.deal-mall-view .deal-coupon-card {
  padding-left: 168px;
}

.deal-mall-view .deal-coupon-logo {
  opacity: 0;
}

.deal-mall-view .deal-code-box {
  position: absolute;
  right: 18px;
  top: 42px;
  width: 138px;
}

.deal-mall-view .deal-code-box .attachFlash,
.deal-mall-view .deal-code-box .attachFlash_cn {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 0 8px;
  max-width: none;
  width: 100%;
}

.deal-home .deal-code-box .attachFlash[qtype="coupon"]:before {
  height: 42px;
  line-height: 42px;
}

.deal-mall-view .deal-code-box .attachFlash[qtype="coupon"]:before {
  height: 50px;
  line-height: 50px;
}

.deal-filter {
  margin: 0;
  padding: 0;
}

.deal-filter dd {
  float: left;
  margin: 0;
}

.deal-store-layout {
  padding-left: 188px;
  position: relative;
}

.deal-store-cats {
  left: 24px;
  position: absolute;
  top: 24px;
  width: 150px;
}

.deal-store-cats h3 {
  color: #17162f;
  font-size: 18px;
  margin: 0 0 14px;
}

.deal-store-cats .deal-filter dd {
  display: block;
  float: none;
}

.deal-store-cats .deal-filter dd a {
  display: block;
  margin: 0 0 8px;
  width: 100%;
}

.deal-store-grid {
  margin-left: -16px;
}

.deal-store-card,
.deal-store-row {
  background: #fff;
  border: 1px solid #eeeeF8;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(33, 26, 85, .04);
  float: left;
  margin: 0 0 16px 16px;
  min-height: 178px;
  padding: 20px;
  width: 213px;
}

.deal-store-row {
  min-height: 104px;
  padding: 16px 16px 16px 118px;
  position: relative;
  width: 442px;
}

.deal-store-logo {
  align-items: center;
  background: #fbfaff;
  border: 1px solid #ede9fb;
  border-radius: 7px;
  display: flex;
  height: 74px;
  justify-content: center;
  margin-bottom: 16px;
  width: 94px;
}

.deal-store-row .deal-store-logo {
  left: 16px;
  position: absolute;
  top: 16px;
}

.deal-store-body h4 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.deal-store-body .outlink a {
  color: #6f43e8;
  font-size: 12px;
  word-break: break-all;
}

.deal-store-body .intro {
  color: #74738a;
  font-size: 12px;
  line-height: 1.55;
  margin-top: 9px;
}

.deal-pager {
  clear: both;
  margin: 24px 0 0;
  padding: 0;
  text-align: center;
}

.deal-pager li,
.deal-pager a,
.deal-pager span {
  display: inline-block;
  margin: 0 3px;
}

.deal-pager a,
.deal-pager span {
  background: #fff;
  border: 1px solid #eeeeF8;
  border-radius: 5px;
  color: #6f43e8;
  min-width: 28px;
  padding: 7px 8px;
}

.deal-pager a:hover,
.deal-pager span.current,
.deal-pager span.page_now,
.deal-pager .page_now,
.deal-pager .current,
.deal-pager .current a,
.deal-pager .current span,
.deal-pager .thisclass,
.deal-pager .thisclass a,
.deal-pager .thisclass span,
.pager span.current,
.pager span.page_now,
.pager .page_now,
.pager .current,
.pager .thisclass {
  background: #6f43e8;
  border-color: #6f43e8;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(111, 67, 232, .2);
}

.deal-side-card {
  padding: 18px;
}

.deal-side-card h3 {
  border-bottom: 1px solid #f0f0f8;
  font-size: 17px;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.deal-logo-list {
  margin-left: -10px;
}

.deal-logo-list li {
  background: #fbfaff;
  border: 1px solid #ede9fb;
  border-radius: 7px;
  float: left;
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 10px 10px;
  min-height: 92px;
  padding: 9px;
  text-align: center;
  width: 136px;
}

.deal-logo-list img {
  height: 36px;
  margin-bottom: 8px;
  max-width: 82px;
  object-fit: contain;
}

.deal-link-list li {
  border-bottom: 1px solid #f0f0f8;
  line-height: 1.5;
  padding: 8px 0;
}

.deal-featured-malls {
  padding: 18px;
}

.deal-featured-malls #category-tabs {
  border-bottom: 1px solid #f0f0f8;
  list-style: none;
  margin: 0 0 16px;
  padding: 0 0 12px;
}

.deal-featured-malls #category-tabs li {
  display: inline-block;
  margin: 0 6px 8px 0;
}

.deal-featured-malls #category-tabs a {
  background: #fff;
  border: 1px solid #e4defa;
  border-radius: 18px;
  color: #64637a;
  display: inline-block;
  padding: 8px 14px;
}

.deal-featured-malls #category-tabs .current a,
.deal-featured-malls #category-tabs a:hover {
  background: #6f43e8;
  border-color: #6f43e8;
  color: #fff;
}

.deal-featured-malls #indexshop {
  background: transparent;
}

.deal-featured-malls #indexShopUl {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  height: 376px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.deal-featured-malls #indexShopUl li {
  float: none;
  margin: 0;
}

.deal-featured-malls .store-item {
  background: #fff;
  border: 1px solid #eeeeF8;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(33, 26, 85, .04);
  height: 172px;
  padding: 28px 12px 18px;
  text-align: center;
  width: 100%;
}

.deal-featured-malls .store-logo {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
}

.deal-featured-malls .store-logo img {
  display: inline-block !important;
  height: auto !important;
  max-height: 58px;
  max-width: 132px;
  width: auto !important;
}

.deal-featured-malls .store-name {
  color: #17162f;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deal-featured-malls #moreshop {
  clear: both;
  color: #6f43e8;
  cursor: pointer;
  font-weight: bold;
  padding-top: 14px;
  text-align: center;
}

.deal-featured-malls #less-text {
  display: none;
}

.deal-country-links li,
.deal-country-flags li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.deal-country-links a {
  background: #fff;
  border: 1px solid #eeeeF8;
  border-radius: 18px;
  color: #64637a;
  display: inline-block;
  padding: 8px 13px;
}

.deal-breadcrumb {
  color: #8a89a0;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 12px;
}

.deal-store-hero {
  background: #fff;
  border: 1px solid #eeeeF8;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(33, 26, 85, .07);
  display: table;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.deal-store-figure,
.deal-store-summary {
  display: table-cell;
  vertical-align: middle;
}

.deal-store-figure {
  background: #fbfaff;
  height: 180px;
  text-align: center;
  width: 180px;
}

.deal-store-figure img {
  max-height: 154px;
  max-width: 154px;
}

.deal-store-summary {
  padding: 28px;
}

.deal-store-summary h1 {
  color: #17162f;
  font-size: 28px;
  line-height: 1.25;
  margin: 5px 0 12px;
}

.deal-store-summary li {
  color: #74738a;
  font-size: 13px;
  line-height: 1.7;
  padding: 3px 0;
}

.deal-store-summary a {
  color: #6f43e8;
}

.deal-more span {
  background: #f4efff;
  border-radius: 7px;
  color: #6f43e8;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
}

.deal-tabs {
  background: #fbfaff;
  border: 1px solid #ede9fb;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 8px;
}

.deal-tabs span {
  margin-bottom: 0;
}

.deal-empty {
  background: #fbfaff;
  border: 1px dashed #d8ccff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
  text-align: center;
}

.deal-empty h6 {
  color: #74738a;
  font-size: 20px;
  margin: 0;
}

.deal-vote {
  bottom: 14px;
  left: 20px;
  position: absolute;
}

.deal-vote a {
  color: #8a89a0;
  font-size: 12px;
  margin-right: 5px;
}

.fav_star {
  position: absolute;
  right: 16px;
  top: 16px;
}

.dh-footer {
  background: #fff;
  border-top: 1px solid #eeeeF8;
  padding: 34px 0 22px;
}

.dh-footer-grid {
  display: flex;
  justify-content: space-between;
}

.dh-footer-grid > div {
  width: 200px;
}

.dh-footer-brand {
  width: 320px !important;
}

.dh-footer p {
  color: #74738a;
  line-height: 1.7;
}

.dh-footer h4 {
  color: #17162f;
  font-size: 15px;
  margin: 0 0 12px;
}

.dh-footer a {
  color: #74738a;
  display: block;
  line-height: 1.9;
}

.dh-footer .dh-footer-logo {
  color: #6f43e8;
  line-height: 1.2;
}

.dh-footer-language {
  border-top: 1px solid #f0f0f8;
  margin-top: 26px;
  padding-top: 22px;
}

.dh-footer-language h4 {
  color: #17162f;
  font-size: 15px;
  margin: 0 0 12px;
}

.dh-footer-language .deal-country-links,
.dh-footer-language .deal-country-flags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dh-footer-language .deal-country-links li,
.dh-footer-language .deal-country-flags li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.dh-footer-language .deal-country-links a,
.dh-footer-language .deal-country-flags a {
  display: inline-block;
}

.dh-copyright {
  border-top: 1px solid #f0f0f8;
  color: #8a89a0;
  font-size: 12px;
  margin-top: 26px;
  padding-top: 18px;
  text-align: center;
}

.dh-coupon-mask {
  background: rgba(16, 15, 28, .68);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.dh-coupon-pop {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
  left: 50%;
  margin-left: -190px;
  padding: 34px;
  position: absolute;
  text-align: center;
  top: 22%;
  width: 380px;
}

.dh-coupon-close {
  background: transparent;
  border: 0;
  color: #8a89a0;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 12px;
}

.dh-pop-badge {
  background: #6f43e8;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 72px;
  line-height: 72px;
  margin: 0 auto 16px;
  width: 72px;
}

.dh-pop-code {
  border: 1px dashed #cfc2ff;
  border-radius: 8px;
  color: #6f43e8;
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
}

@media screen and (max-width: 760px) {
  .dh-wrap,
  .deal-page .w990 {
    width: auto;
  }

  .dh-wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  .dh-topbar-inner,
  .dh-header-inner,
  .dh-footer-grid {
    display: block;
    height: auto;
    padding: 12px 0;
  }

  .dh-search,
  .deal-hero-search {
    margin-top: 12px;
    width: 100%;
  }

  .deal-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .deal-hero {
    min-height: 190px;
    padding: 28px 22px;
  }

  .deal-hero:before,
  .deal-hero:after {
    display: none;
  }

  .deal-content,
  .deal-sidebar,
  .deal-main-full,
  .deal-home .deal-content,
  .deal-mall-view .deal-content {
    float: none;
    width: 100%;
  }

  .deal-store-layout {
    padding-left: 0;
  }

  .deal-store-cats {
    position: static;
    width: auto;
  }

  .deal-coupon-card,
  .deal-home .deal-coupon-card {
    float: none;
    margin-left: 0;
    padding: 118px 14px 16px;
    width: 100%;
  }

  .deal-mall-view .deal-coupon-card {
    min-height: 0;
    padding: 22px 16px;
    text-align: left;
  }

  .deal-mall-view .deal-offer-badge {
    height: 88px;
    left: auto;
    line-height: 88px;
    margin: 0 auto 22px;
    position: static;
    top: auto;
    width: 160px;
  }

  .deal-mall-view .deal-coupon-logo {
    display: none;
  }

  .deal-mall-view .deal-coupon-detail {
    width: 100%;
  }

  .deal-mall-view .deal-coupon-detail .title h3 {
    font-size: 18px;
  }

  .deal-mall-view .deal-code-box,
  .deal-home .deal-code-box {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
    top: auto;
    width: auto;
  }

  .deal-store-card,
  .deal-store-row {
    margin-left: 0;
    width: 100%;
  }

  .deal-featured-malls #indexShopUl {
    grid-template-columns: repeat(2, 1fr);
    height: 560px;
  }

  .deal-store-grid {
    margin-left: 0;
  }

  .deal-store-hero,
  .deal-store-figure,
  .deal-store-summary {
    display: block;
    width: 100%;
  }

  .dh-footer-grid > div,
  .dh-footer-brand {
    width: 100% !important;
  }
}
