* {
  box-sizing: border-box;
}

@font-face {
  font-family: EuclidCircularB;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/EuclidCircularB-SemiBold.woff2) format("woff2"), url(../fonts/EuclidCircularB-SemiBold.woff) format("woff");
}

@font-face {
  font-family: EuclidCircularB;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/EuclidCircularB-Medium.woff2) format("woff2"), url(../fonts/EuclidCircularB-Medium.woff) format("woff");
}

@font-face {
  font-family: EuclidCircularB;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/EuclidCircularB-Regular.woff2) format("woff2"), url(../fonts/EuclidCircularB-Regular.woff) format("woff");
}

@font-face {
  font-family: Outfit;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Outfit-Bold.woff2) format("woff2"), url(../fonts/Outfit-Bold.woff) format("woff");
}

@font-face {
  font-family: 'Google Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GoogleSans-Regular.woff2) format("woff2"), url(../fonts/GoogleSans-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Google Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GoogleSans-Medium.woff2) format("woff2"), url(../fonts/GoogleSans-Medium.woff) format("woff");
}

@font-face {
  font-family: 'Google Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GoogleSans-Bold.woff2) format("woff2"), url(../fonts/GoogleSans-Bold.woff) format("woff");
}


body {
  font-family: "EuclidCircularB", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, open sans, helvetica neue, sans-serif, serif;
  font-size: 16px;
  line-height: 1.78;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

a,
a:hover,
a:visited {
  outline: 0;
}

img {
  max-width: 100%;
  transition: opacity ease 0.25s;
  vertical-align: middle;
  opacity: 1;
}

img[data-src] {
  opacity: 0;
}

button {
  border: none;
  background: 0 0;
}

button:focus,
input:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

.coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wrapper-banner {
  position: relative;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.banner-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
}

.privacypage,
.aboutpage,
.searchpage {
  min-height: calc(100vh - 180px);
}

.searchpage {
  font-family: arial, sans-serif, serif;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.about-us h2 {
  margin-top: 16px;
  margin-bottom: 10px;
}

.about-us h3 {
  margin-bottom: 10px;
}

.about-us ul {
  margin-bottom: 14px;
  padding-left: 40px;
}

.about-us li {
  line-height: 24px;
  margin-bottom: 8px;
  list-style: disc;
}

.about-us p {
  line-height: 24px;
  margin-bottom: 14px;
}

.about-us h4 {
  line-height: 24px;
  margin: 14px 0;
}

.about-us h6,
.about-us h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 14px 0;
}

.header {
  background-color: #d33c3c;
}

#searchmenu,
#topmenu {
  display: none;
}

.opacityblack,
.opacitywhite {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.opacityblack {
  z-index: 1006;
  top: 0;
  transition: all ease 0.25s;
  background-color: rgba(0, 0, 0, 0.55);
}

.opacitywhite {
  z-index: 999;
  top: 48px;
  background-color: transparent;
}

.search-pos {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
}

.search-pos .search-icon {
  border-color: #c23838;
}

.search-pos .search-icon::after {
  background-color: #c23838;
}

#searchmenu:checked~.opacitywhite {
  display: block;
}

#searchmenu:checked~.search {
  width: calc(100vw - 66px);
}

#topmenu:checked~.opacityblack {
  display: block;
}

.topmenu-box {
  position: absolute;
  z-index: 1007;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 16px;
}

.menu-icon,
.menu-icon::after,
.menu-icon::before {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.menu-icon {
  position: relative;
  z-index: 1000;
  display: block;
  width: 14px;
}

.menu-icon::after,
.menu-icon::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  content: "";
  transition: all ease 0.25s;
}

.menu-icon::after {
  top: 14px;
  width: 10px;
}

#topmenu:checked~.topmenu-box .menu-icon {
  background: 0 0;
}

#topmenu:checked~.topmenu-box .menu-icon::before {
  transform: rotate(45deg);
}

#topmenu:checked~.topmenu-box .menu-icon::after {
  width: 20px;
  transform: rotate(-45deg);
  transform-origin: 1px -2px;
}

.search-icon-wp {
  position: absolute;
  z-index: 1004;
  top: 19px;
  right: 17px;
  width: 24px;
  height: 20px;
}

.search-icon-wp .search-icon {
  border-color: #fff;
}

.search-icon-wp .search-icon::after {
  background-color: #fff;
}

.new-navfix {
  position: absolute;
  z-index: 1006;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-100%);
  border-right-width: 0;
  background-color: #fff;
}

#topmenu:checked~.new-navfix {
  transform: translateX(0);
}

.navlogowp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  text-align: center;
  background-color: #d33c3c;
}

.navlogo {
  display: block;
  width: 163px;
  height: 56px;
  background: url(../images/coupon_logo.png) no-repeat left 18px;
  background-size: 163px 20px;
}

.navfix-ls {
  overflow: auto;
  height: calc(100vh - 45px);
  padding-top: 10px;
  padding-bottom: 100px;
}

.navfix-item {
  transition: all 0.3s ease 0.05s;
  transform: translateX(-100%);
  opacity: 0;
}

#topmenu:checked~.new-navfix .navfix-item {
  transform: translateX(0);
  opacity: 1;
}

#topmenu:checked~.new-navfix .navfix-item:nth-child(1) {
  transition-delay: 0.05s;
}

#topmenu:checked~.new-navfix .navfix-item:nth-child(2) {
  transition-delay: 0.1s;
}

#topmenu:checked~.new-navfix .navfix-item:nth-child(3) {
  transition-delay: 0.15s;
}

.navfix-link {
  line-height: 45px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0 16px;
  text-align: left;
}

.icon-nav {
  width: 20px;
  height: 20px;
  fill: #d33c3c;
  margin-right: 10px;
}

.navfix {
  position: absolute;
  z-index: 1003;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.menunav {
  overflow: hidden;
  max-height: 0;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: left;
  background-color: #c23838;
}

.menunav-link {
  font-size: 16px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.icon-menunav {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #fff;
}

.menunav-top {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#topmenu:checked~.opacityblack {
  display: block;
}

.logo {
  position: relative;
  z-index: 1005;
  display: block;
  width: 164px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: url(../images/coupon_logo.png) no-repeat left 18px;
  background-size: 164px 18px;
}

.ft-logo {
  position: relative;
  display: block;
  width: 180px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 1;
  background: url(../images/coupon_logo_black.png) no-repeat left 18px;
  background-size: 180px 19px;
  margin-bottom: 10px;
}

.us-logo {
  position: relative;
  z-index: 1005;
  display: block;
  width: 163px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: url(../images/us-coupon.png) no-repeat left 16px;
  background-size: 163px 27px;
}

.us-ft-logo {
  position: relative;
  z-index: 1005;
  display: block;
  width: 163px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: url(../images/us-coupon-ft.png) no-repeat left 16px;
  background-size: 163px 27px;
  margin-bottom: 10px;
}

.sub-logo {
  width: auto;
  height: 20px;
  margin-right: 36px;
  background-position: 0 0;
  background-size: 121px 15px;
}

.breadcrumb {
  display: none;
}

.footer-con {
  padding: 20px 0;
  text-align: center;
  background-color: #222;
}

.footer-link {
  line-height: 2.1;
  display: block;
  color: #999;
}

.page-content {
  margin-top: 20px;
}

.page-left {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 16px;
}

.detail-title {
  font-size: 20px;
  line-height: 1;
  margin: 18px 0;
}

.cate-item {
  width: 50%;
  padding-bottom: 12px;
  padding-left: 12px;
}

.cate-img {
  width: 36px;
  height: 36px;
}

.cate-desc {
  font-size: 12px;
  font-weight: 400px;
  flex: 1;
}

.info-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.info-date {
  display: block;
  margin-top: 3px;
  color: #aaa;
}

.placeholder {
  width: 100%;
  height: 650px;
  background-color: sandybrown;
}

.choice-page {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.page-link {
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  text-align: center;
  color: #fff;
  background-color: #d33c3c;
}

.left-arrow {
  position: relative;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
}

.left-arrow::after {
  position: absolute;
  bottom: -3px;
  left: 6px;
  display: block;
  width: 10px;
  height: 6px;
  content: "";
  background-color: #fff;
}

.right-arrow {
  margin-left: 15px;
  transform: rotate(180deg);
}

.down-arrow {
  margin-top: 8px;
  margin-right: -10px;
  transform: rotate(-90deg);
}

.left-desc {
  margin-left: 15px;
}

.page-con {
  font-size: 24px;
  color: rgb(131, 131, 131);
}

.now-page {
  font-size: 36px;
  color: #d33c3c;
}

.slider-outer {
  position: relative;
  margin-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s;
}

.slider-indicators span {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  margin: 0 5px;
}

.slider-indicators .slider-indicator-active {
  background-color: #d33c3c;
}

.home-banner {
  position: relative;
  overflow: hidden;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  display: flex;
  display: none;
  justify-content: space-between;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border: none;
  background: none;
}

.slider-btn-prev,
.slider-btn-next {
  position: relative;
  z-index: 99;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2px 0 5px #666;
}

.slider-btn-prev::after,
.slider-btn-next::after {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border: 2px solid #555;
  border-width: 2px 2px 0 0;
}

.slider-btn-prev {
  transform: rotate(-180deg);
}

.slider-outer:hover .slider-btn {
  display: flex;
}

.slider-indicators {
  position: absolute;
  bottom: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
}

.slider-indicator {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background: #e5e5e5;
}

.slider-indicator-active {
  background: #e73c39;
}

.home-banner-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  height: 240px;
  margin-left: 32px;
  margin-right: 16px;

  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.home-banner-desc {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 24px;
  font-weight: 700;
}

.home-banner-pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.home-banner-pic img,
.home-banner-pic source {
  width: 100%;
  height: 100%;
}

.home-banner-pic img {
  -o-object-fit: cover;
  object-fit: cover;
}

.home-banner-tl {
  font-family: EuclidCircularB;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  max-width: 255px;
}

.banner-event {
  position: relative;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  height: 320px;
  background-color: #c23838;
}

.banner-event-img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-banner-btn {
  align-self: flex-start;
  display: flex;
  align-items: center;
  height: 44px;
  margin-top: 12px;
  padding: 14px 24px 13px 24px;
  border-radius: 22px;
  background-color: #fff;
  display: none;
}

.home-banner-btn span {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0;
  color: #333;
}

.home-banner-btn .icon-right {
  margin-left: 6px;
  transition: all ease 0.25s;
  fill: #d33c3c;
}

.banner-tl {
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mobile-text {
  display: block;
}

.banner-tl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
}

.homepage {
  padding-top: 20px;
  overflow: hidden;
}

.banner-info {
  text-align: center;
  color: #fff;
}

.search-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding-right: 5px;
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-radius: 100%;
}

.header .search-icon {
  width: 16px;
  height: 16px;
}

.search-icon::after {
  position: absolute;
  top: 16px;
  left: 50%;
  display: block;
  width: 2px;
  height: 8px;
  content: "";
  background-color: #fff;
}

.header .search-icon::after {
  top: 12px;
}

.search {
  position: absolute;
  z-index: 1005;
  top: 10px;
  right: 20px;
  overflow: hidden;
  width: 0;
  height: 36px;
  transition: all ease 0.25s;
  border-radius: 36px;
  background-color: #fff;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 224px;
  height: 100%;
}

.header .search-form {
  padding-left: 16px;
}

.sea-text {
  font-size: 14px;
  flex: 1;
  height: 100%;
  border: none;
}

.sea-btn {
  position: absolute;
  right: 0;
  flex: 0 0 48px;
  width: 48px;
  height: 100%;
}

.bcommon-compose {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
}

.bcommon-img {
  width: 100px;
}

.bcommon-tl {
  font-family: EuclidCircularB;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.bcommon-compose .bcommon-tl {
  margin-top: 4px;
}

.bcommon-desc {
  font-family: EuclidCircularB;
  font-size: 16px;
  font-weight: 400;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
  color: #aaa;
}

.event-tl {
  font-size: 20px;
  line-height: 1;
  position: relative;
  margin-top: 0;
  margin-top: 18px;
  margin-bottom: 18px;
}

.font-red {
  color: #e73c39;
}

.catels {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -12px;
}

.cateitem {
  width: 50%;
  margin-top: 12px;
  padding-left: 12px;
}

.catecon {
  position: relative;
  overflow: hidden;
  height: 68px;
  border-radius: 3px;
  background-color: #e5e5e5;
}

.catecon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgb(0 0 0/60%);
}

.catecon-tl {
  line-height: 1.2;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.catecon-tl a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.catecon-pic {
  width: 100%;
  height: 100%;
  transition: all ease 0.25s;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-rect-ls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}

.brand-rect-item {
  width: 50%;
  margin-bottom: 12px;
  padding-left: 12px;
}

.brand-rect-con {
  position: relative;
}

.brand-rect-con-place {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.brand-rect-con-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all ease 0.25s;
}

.brand-rect-con-tl {
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
  text-align: center;
}

.viewall {
  font-family: EuclidCircularB;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 40px;
  margin: 0 auto 20px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  color: #999;
  border-radius: 24px;
  background-color: #f5f5f5;
}

.viewall::before {
  position: absolute;
  right: 30px;
  display: block;
  width: 10px;
  content: "";
  border: 1px solid #d5d4d4;
}

.viewall::after {
  position: absolute;
  right: 30px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #d5d4d4;
  border-right: 2px solid #d5d4d4;
}

.brand-ls {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -16px;
}

.homepage .brand-ls {
  margin-bottom: 24px;
}

.homepage-category-ls {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 10px; */
  margin-left: -24px;
}

.homepage-category-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 24px;
}

.pageright .homepage-category-item {
  width: 50%;
}

.homepage-category-img {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}

.homepage-category-pic {
  width: 100%;
  transition: all ease 0.25s;
}

.category-item-tl {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  margin-top: 6px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homepage-category-item:hover .category-item-tl {
  text-decoration: underline;
}

.homepage-catels-radius {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -12px;
}

.homepage-catecon-radius {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0 2px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 8px;
}

.menunav .homepage-catecon-radius {
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: rgba(255, 255, 255, 0.4);
}

.menunav .homepage-catecon-radius a {
  color: #fff;
}

.menunav .homepage-catecon-tl-radius {
  font-size: 14px;
}

.homepage-cateitem-radius {
  font-size: 10px;
  position: relative;
  width: 50%;
  padding-bottom: 12px;
  padding-left: 12px;
}

.homepage-cateitem-radius img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-cateitem-radius {
  width: 100%;
  padding-bottom: 18px;
  padding-left: 0;
}

.event-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.event-image-box {
  position: relative;
  width: 60px;
  padding-top: 60px;
  border-radius: 100%;
  background-color: #f8f8f8;
}

.event-brand-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  padding: 12px;
}

.event-brand-name {
  font-size: 16px;
  font-weight: 400;
  margin-left: 12px;
}

.event-brand:hover .event-brand-name {
  color: #d33c3c;
}

.homepage-catecon-pic-place {
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background-color: transparent;
}

.homepage-catecon-radius:hover .homepage-catecon-pic-radius {
  position: relative;
  transform: translateX(-80px);
  -webkit-filter: drop-shadow(#df3636 80px 0);
  filter: drop-shadow(#df3636 80px 0);
}

.homepage-catecon-radius:hover .homepage-catecon-tl-radius a {
  color: #df3636;
}

.homepage-catecon-radius:hover {
  border: 1px solid #df3636;
}

.menunav .homepage-catecon-radius:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.menunav .homepage-catecon-radius:hover .homepage-catecon-tl-radius a {
  text-decoration: underline;
  color: #fff;
}

.homepage-catecon-pic-radius {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-catecon-tl-radius {
  font-size: 12px;
  font-weight: 400;
  flex: 1;
}

.brand-item {
  width: 33.3333%;
  margin-top: 12px;
  padding-left: 16px;
}

.brand-con {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border-radius: 6px;
}

.brand-con-img {
  border-radius: 6px;
}

.brand-con-tl {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 8px;
  text-align: center;
}

.footer {
  margin-top: 20px;
  padding-top: 10px;
  background-color: #f8f8f8;
  /* background-color: #d33c3c; */
}

.icon-read {
  width: 20px;
  height: 20px;
  transition: all ease 0.25s;
}

.cate-tl {
  font-size: 28px;
  line-height: 1;
  position: relative;
  margin-bottom: 16px;
}

.cate-tl::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 24px;
  content: "";
  background-color: #f9f9f9;
}

.common-tl {
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
}
.detail-page-block {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 20px;
}
.detail-page-img {
  width: 100px;
  margin-right: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.detail-page-tl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}


.pageright .cateitem {
  width: 50%;
}

.pageright .catecon::before {
  display: none;
}

.review-top {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 20px;
}

.review-top-tl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.review-top-img {
  width: 100px;
  margin-right: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.cate-top-logo {
  font-size: 50px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #df3636;
  border-radius: 8px;
  background-color: #ffe5e5;
  margin: 0 auto;
}

.review-top-logo {
  font-size: 50px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin-right: 12px;
  text-align: center;
  color: #df3636;
  border-radius: 6px;
  background-color: #ffe5e5;
}

.new-top-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  line-height: 1.2;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #df3636;
  border-radius: 8px;
  background-color: #ffe5e5;
}

.brand-ls .review-top-logo {
  border-radius: 100%;
}

.brandline-ls .review-top-logo {
  line-height: 80px;
  width: 80px;
  height: 80px;
}

.review-top-offer {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
  color: #aaa;
}

.page-tl {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

.cate-page-left,
.cate-page-right {
  position: absolute;
  width: auto;
  margin: 0;
  color: #fff;
  border-radius: 3px;
}

.cate-page-left {
  left: 0;
  transform: rotate(180deg);
}

.cate-page-right {
  right: 0;
}

.cate-icon-left,
.cate-icon-right {
  width: 14px;
  height: 14px;
  fill: #c23838;
}

.review-con p {
  font-size: 16px;
  margin: 14px 0;
}

.review-con p a {
  text-decoration: underline;
  color: #df3636;
}

.icon-save {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  fill: #d33c3c;
}

.new-ls,
.soon-ls,
.deals-ls {
  /* margin-top: 18px; */
  margin-bottom: 24px;
}

.new-item,
.soon-item {
  margin-bottom: 16px;
  transition: opacity ease 0.25s;
}

.new-item-ad,
.soon-item-ad {
  margin-bottom: 16px;
}

.new-con,
.soon-con {
  position: relative;
  display: flex;
  align-items: center;
  transition: all ease 0.25s;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.menudetail .new-con,
.menudetail .soon-con {
  display: block;
}

.new-con-des,
.soon-con-des {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px 12px;
  /* position: relative; */
}

.icon-today {
  width: 10px;
  height: 14px;
  fill: #a50000;
}

.soon-today {
  position: absolute;
  z-index: 9;
  top: 8px;
  left: 8px;
  display: none;
  width: 126px;
  height: 28px;
  border-radius: 4px;
  background-color: #ffc432;
  box-shadow: 0 2px 8px 0 rgba(17, 17, 17, 0.04);
}

.soon-desc {
  font-family: EuclidCircularB;
  font-size: 12px;
  font-weight: 500;
  line-height: 58px;
  margin-left: 6px;
  color: #a50000;
}

.new-con-info,
.soon-con-info {
  position: relative;
  flex: 1;
  padding-left: 16px;
}

.new-con-txt,
.soon-con-txt {
  display: none;
}

.new-con-img,
.soon-con-img {
  overflow: hidden;
  flex: 0 0 80px;
  width: 80px;
  padding-left: 12px;
}

.new-con-info-tl,
.soon-con-info-tl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  cursor: pointer;
  -webkit-line-clamp: 2;
}

.soon-con-price {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}

.soon-price-left {
  display: flex;
  align-items: end;
}

.price-num {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #d33c3c;
}

.price-scale {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  bottom: 3px;
  width: 38px;
  height: 18px;
  margin-left: 8px;
  padding: 0 6px;
  text-align: center;
  color: #8d4522;
  border-radius: 4px;
  background-color: #fcecbd;
}

.soon-price-right {
  width: 64px;
  height: 28px;
  border-radius: 14px;
  background-color: #333;
}

.new-con-tag,
.soon-con-tag {
  display: none;
}

.new-brand-tag,
.soon-brand-tag {
  display: block;
  color: #d33c3c;
}

.new-con-info p,
.soon-con-info p {
  font-size: 12px;
  color: #df3636;
}

.now-price {
  font-size: 18px;
  font-weight: 700;
  margin-right: 4px;
}

.before-price {
  text-decoration: line-through;
  color: #a7a7a7;
}

.new-con-rt,
.soon-con-rt {
  font-size: 14px;
  font-weight: 700;
  /* padding: 15px 12px 18px 12px; */
  padding: 16px;
  white-space: nowrap;
}

.new-con-rt-code,
.soon-con-rt-code {
  width: 100%;
}

.new-con-get,
.soon-con-get,
.store-con-get,
.store-get-btn {
  display: block;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
}

.scroll-item .soon-con-get {
  border-radius: 20px;
}

.new-con-get,
.soon-con-get,
.store-con-get {
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d33c3c;
}

.new-con-get {
  background-color: #383838;
}

.store-get-btn {
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 170px;
  height: 40px;
  padding-right: 4px;
  color: #aaa;
  background-color: #f5f5f5;
}

.store-con-get {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  height: 100%;
  transform: translate(-50%);
  text-align: center;
  color: #fff;
}

#moreflag {
  height: 2px;
}

.noresult-tl {
  margin-top: 30px;
}

.noresult-ls {
  margin-bottom: 30px;
}

.noresult-item {
  line-height: 20px;
  position: relative;
  padding-left: 3px;
}

.noresult-item::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  border-radius: 4px;
  background-color: #000;
}

.row-me {
  border-top: 1px solid #f1f3f4;
}

.row-item {
  position: relative;
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #f1f3f4;
}

.row-con {
  max-width: 600px;
}

.row-logo {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
}

.row-curlink {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #202124;
}

.sarrow {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #9ba0a5;
  box-shadow: 0 5px 0 0 #9ba0a5, 0 10px 0 0 #9ba0a5;
}

.space-dot {
  font-weight: 700;
  padding-right: 5px;
  padding-left: 5px;
}

.row-tl {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #1558d6;
}

.row-info {
  font-size: 14px;
  line-height: 20px;
  color: #4d5156;
}

.icon-web {
  width: 36px;
  height: 36px;
}

.icon-right {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.aboutpage h4 {
  font-size: 16px;
  margin-top: 16px;
}

.icon-close {
  position: absolute;
  top: 0;
  right: -5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: rotate(45deg);
}

.icon-close::after,
.icon-close::before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 2px;
  background-color: #fff;
}

.icon-close::before {
  left: 8px;
  width: 2px;
  height: 18px;
}

.icon-close::after {
  top: 8px;
  width: 18px;
  height: 2px;
}

.modal .icon-close {
  top: 16px;
  right: 8px;
}

.modal .icon-close::after,
.modal .icon-close::before {
  background-color: #333;
}

.form-text {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.coupon-red {
  font-weight: 700;
  color: #c23838;
}

.form-notice {
  margin-top: 16px;
  text-align: center;
  color: #999;
}

.success {
  position: fixed;
  z-index: -5;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  transition: all ease 0.25s;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.55);
}

.icon-success {
  display: block;
  width: 40px;
  height: 20px;
  margin-bottom: 16px;
  transform: rotate(-45deg);
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
}

.disclaimer-img {
  display: block;
  margin: 0 auto;
}

.aboutpage .review-con p {
  margin-top: 30px;
}

.aboutpage .review-con.guidance-con p {
  margin-top: 0;
  margin-bottom: 0;
}

.guidance-info {
  text-align: center;
}

.guidance-tl {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 16px;
  text-align: center;
  color: #df3636;
}

.guidance-so {
  max-width: 728px;
  margin: 0 auto 16px;
}

.guidance-so .new-con {
  background: 0 0;
}

.guidance-so .new-con-rt {
  border-radius: 3px;
}

.guidance-so .new-con {
  margin-bottom: 24px;
}

.guidance-so .new-con-get {
  color: #aaa;
  border-color: #aaa;
  background-color: #f7f7f7;
}

.guidance-so .new-con-info p,
.guidance-so .new-con-info-tl {
  color: #aaa;
}

.guidance-so-info {
  text-align: center;
}

.guidance-so .new-con-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 116px;
  border-radius: 3px;
  background-color: #eee;
}

.icon-img {
  width: 70px;
}

.contact-email {
  margin: 50px 0;
  text-align: center;
}

.contact-rel {
  font-size: 24px;
  position: relative;
  color: #df3636;
}

.contact-rel::after,
.contact-rel::before {
  position: absolute;
  display: block;
  width: 4px;
  height: 11px;
  content: "";
}

.contact-rel::before {
  top: 0;
  left: -12px;
  border-top: 4px solid #eee;
  border-left: 4px solid #eee;
}

.contact-rel::after {
  right: -12px;
  bottom: 0;
  border-right: 4px solid #eee;
  border-bottom: 4px solid #eee;
}

.icon-contact {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

.contact-center {
  text-align: center;
}

.about-img {
  display: block;
  margin: 0 auto;
}

.type-item {
  margin-top: 24px;
}

.type-con {
  height: 100%;
  padding-bottom: 16px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.05);
}

.type-tl {
  font-size: 18px;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  background-color: #c23838;
}

.type-text {
  line-height: 2.4;
  display: block;
}

.icon-30 {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.icon-60 {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.category-tl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-tl .smallbg::after {
  display: none;
}

.menu-item {
  padding-top: 16px;
}

.menu-con-tl {
  font-size: 18px;
  margin-bottom: 16px;
}

.menu-con-ls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.menu-con-item {
  width: 50%;
  margin-bottom: 16px;
  padding-left: 16px;
}

.menu-con-item-con {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 6px 0;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.menu-con-item-b {
  font-weight: 700;
}

.menu-con-item-info {
  padding-left: 16px;
}

.menu-con-item-tl {
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  height: 32px;
}

.menu-con-item-price {
  font-weight: 700;
  line-height: 1.2;
  margin: 5px 0;
}

.menu-con-item-pic {
  height: 80px;
  margin-bottom: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-m-wp {
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 16px;
  border-top: 1px solid #eee;
}

.modal-next,
.modal-pre {
  width: 30px;
  margin: 0 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-width: 280px;
  max-width: 600px;
  padding: 16px 16px 0;
  transition: all ease 0.25s;
  transform: translateY(-100px);
  border-radius: 3px;
  background-color: #fff;
}

.modal-m-tl {
  font-size: 18px;
  font-weight: 700;
  padding-right: 32px;
  padding-left: 32px;
  text-align: center;
}

.modal-m-price {
  text-align: center;
}

.modal-tl {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 6px;
}

.modal-price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #df3636;
}

.modal-wrapper {
  padding: 2px 20px 0;
}

.modal-wrapper-piccon {
  position: relative;
}

.modal-wrapper .store-sales-img {
  width: auto;
  height: 80px;
  object-fit: contain;
  margin: 16px auto 0;
  border: 1px solid #eee;
}

.modal-img {
  height: 85px;
}

.modal-m-img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.ctrl-coupon {
  font-size: 12px;
  line-height: 38px;
  display: flex;
  margin: 0 12px 12px;
  border: 1px solid #333;
  border-radius: 6px;
}

.ctrl-name {
  width: 50%;
}

.couponcode {
  margin-bottom: 12px;
  border-radius: 6px;
}

.modal-time {
  margin-top: 10px;
}

.modal-copy {
  line-height: 48px;
  display: flex;
  height: 48px;
  margin: 16px;
  border: 1px solid #ddd;
  border-radius: 24px;
  background-color: #f8f8f8;
}

.modal-copy-code {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: block;
  flex: 1;
  width: calc(100% - 80px);
  margin-right: 8px;
  padding-left: 8px;
  text-align: center;
  word-wrap: break-word;
  color: #d33c3c;
}

#code-one,
#ctrl-one {
  display: none;
}

#ctrl-one:checked~#code-one {
  display: block;
}

#ctrl-one:checked~.ctrl-coupon #label-one {
  color: #fff;
  border-radius: 4px 0 0 4px;
  background-color: #333;
}

.modal-copy-btn {
  line-height: 40px;
  width: 80px;
  margin: 4px 4px 4px 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  background-color: #c23838;
}

.modal-tip {
  font-size: 12px;
  margin: 10px auto 0;
  text-align: center;
  color: #a0a0a0;
}

.modal-wrapper {
  text-align: center;
}

.modal-logo {
  width: 24px;
  margin: 15px 0 0 15px;
}

.modal-btn,
.store-modal-btn {
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-color: #d33c3c;
}

.nohas-copy-has {
  font-size: 14px;
  font-weight: bolder;
  line-height: 48px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-color: #df3636;
}

.store-modal-btn {
  font-size: 14px;
  font-weight: bolder;
  width: 100%;
}

.modal-btn-wp {
  padding: 12px 20px 16px;
  border-top: 1px dashed #e8e8e8;
}

.modal-copy-has {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 0 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

.tip-success {
  line-height: 36px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin-left: -100px;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.55);
}

.category-menu-link {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 8px;
  padding-top: 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-con-ad {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 16px;
}

.menu-category-ls {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -8px;
}

.menu-category-item {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  margin-top: 8px;
  padding-left: 8px;
}

.menu-category-con {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.pagecontent {
  margin-top: 20px;
}

.pageleft .category-menu-link {
  color: #df3636;
}

.icon-menu {
  width: 34px;
  height: 34px;
}

.icon-menu-logo {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon-email {
  width: 50px;
  height: 50px;
}

.menudetail {
  margin-top: 20px;
  margin-bottom: 20px;
}

.menudetail .new-con {
  box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
}

.coupon-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
  padding: 16px;
}
.coupon-detail-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon-detail-left img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.coupon-detail-tl {
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coupon-detail-expires {
  font-size: 14px;
  line-height: 20px;
  color: #a0a0a0;
  margin-bottom: 12px;
  text-align: center;
}
.coupon-detail-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  
}
.coupon-detail-wp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 280px;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 0 16px;
}
.coupon-detail-tag.active {
  background-color: #e0e0e0;
}
.coupon-detail-btn,
.coupon-detail-link,
.coupon-detail-shop {
  min-width: 68px;
  padding: 0 10px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.coupon-detail-btn,
.coupon-detail-link { 
  margin-left: 16px;
}
.coupon-detail-link {
  display: none;
}
.coupon-detail-copied {
  display: none;
}
.coupon-detail-tag {
  font-size: 14px;
  line-height: 1.4;
}


.store-sales {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 0 4px;
  border: 1px solid #d33c3c;
}

.new-sales-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
}

.store-sales-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
}

.store-sales-info {
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #df3636;
}

.store-d-sales {
  font-size: 28px;
  line-height: 1.2;
  padding-top: 24px;
  color: #df3636;
}

.store-d-sales-img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 3px;
}

.store-link {
  color: #df3636;
}

.store-name {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  text-align: center;
  color: #df3636;
}

.brand-con-place {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.brand-con-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.coupon-more {
  font-size: 15px;
  line-height: 40px;
  display: block;
  height: 40px;
  margin: 20px 0 24px;
  cursor: pointer;
  text-align: center;
  color: #df3636;
  border: 2px solid #eee;
  border-radius: 20px;
}

.event-ad {
  margin: 20px 0;
}

.category-con {
  margin-top: -26px;
}

.category-con .brand-ls {
  margin-top: 24px;
}

.us-info {
  /* line-height: 2.2; */
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.banner-con {
  width: 100%;
  max-width: 546px;
}

.store-tl {
  line-height: 1;
  margin: 20px 0 32px;
}

.mb-store-down {
  position: relative;
}

.select-label {
  font-weight: 400;
  line-height: 50px;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 12px;
  cursor: pointer;
  border: 1px solid #eee;
}

.select-label::after {
  position: absolute;
  top: 20px;
  right: 12px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 6px solid #333;
  border-color: #333 transparent transparent transparent;
}

.store-active {
  color: #df3636;
}

.mb-store-ls {
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #eee;
}

.mb-store-link {
  line-height: 32px;
  display: block;
}

.catels-radius {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}

.pageright .cateitem-radius {
  width: 100%;

  padding-bottom: 12px;
  padding-left: 12px;
}

.pageright .catecon-radius {
  flex-direction: row;
  padding: 12px;
  gap: 12px;
}

.pageright .catecon-pic-place {
  width: 44px;
  height: 44px;
}

.pageright .catecon-pic-radius {
  object-fit: cover;
}

.pageright .catecon-tl-radius {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

.pageright .catecon-tl-radius span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pageright .icon-aright {
  width: 20px;
  height: 20px;
  fill: #333;
}


.catecon-radius {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0 2px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 8px;
}

.stuffpage .catecon-radius {
  padding-bottom: 12px;
}

/* .catecon-radius:hover .catecon-pic-radius
{
    position: relative;

    transform: translateX(-80px);

    -webkit-filter: drop-shadow(#df3636 80px 0);
            filter: drop-shadow(#df3636 80px 0);
} */

.catecon-radius:hover {
  border: 1px solid #df3636;
}

.catecon-pic-place {
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background-color: transparent;
}

.catecon-pic-radius {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catecon-tl-radius {
  font-size: 14px;
  font-weight: 400;
  flex: 1;
}

.current-cate {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.current-cate-info {
  flex: 1;
}

.current-pic-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background-color: transparent;
}

.current-cate-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.current-cate-tl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.current-cate-tl-txt {
  font-size: 15px;
  color: #aaa;
}

/* category page */
.cate-brand-ls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: 20px;
}

.cate-brand-item {
  width: 50%;
  padding-left: 16px;

  margin-bottom: 16px;
}

.cate-brand-con {
  padding: 14px 12px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  position: relative;
}

.cate-brand-top {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E4E4E4;
  margin: 0 auto;
}

.cate-brand-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.25s ease;
}

.cate-brand-line {
  position: relative;
  margin: 10px 6px;
  border-bottom: 1px dashed #CCC;
}

.rightHalf,
.leftHalf {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #ffffff;
}

.rightHalf::before,
.leftHalf::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  border: 1px solid #E4E4E4;
}

.rightHalf {
  right: -17px;
}

.rightHalf::before {
  border-right: 1px solid #fff;
  border-radius: 16px 0 0 16px;
}

.leftHalf {
  left: -29px;
}

.leftHalf::after {
  border-left: 1px solid #fff;
  border-radius: 0 1rem 1rem 0;
}

.cate-brand-name {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  word-break: break-word;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cate-brand-num {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
  color: #999;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cate-brand-ads {
  width: 100%;
  padding-left: 16px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.cate-brand-con:hover .cate-brand-name {
  color: #df3636;
}

.cate-brand-con:hover {
  border-color: #df3636;
}

.cate-brand-con:hover .rightHalf::before {
  border-color: #df3636;
  border-right-color: #fff;
}

.cate-brand-con:hover .leftHalf::after {
  border-color: #df3636;
  border-left-color: #fff;
}


.brandline-ls {
  margin-top: 20px;
}

.brandline-item {
  margin-top: 12px;
}

.brandline-con {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}

.brandline-place {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 80px;
  margin-right: 14px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}

.brandline-img {
  width: 80px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brandline-info {
  overflow: hidden;
  flex: 1;
}

.brandline-tl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.brandline-txt {
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #aaa;
}

.brandline-total {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: flex;
  display: none;
  align-items: center;
  flex: 0 0 172px;
  justify-content: center;
  width: 172px;
  height: 40px;
  padding: 0 10px;
  padding-right: 28px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  /* border: 1px solid #999; */
  background-color: #d33c3c;
}

.brandline-total::after {
  position: absolute;
  right: 45px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.brandline-ad {
  margin: 20px 0;
}

.icon-user {
  width: 20px;
  height: 20px;
}

.back {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: -110px;
  right: 20px;
  float: right;
  width: 35px;
  height: 35px;
  margin-top: -35px;
  transform: translateY(calc(100vh + 35px));
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjAgNTEyJz4gPHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTE3NyAxNTkuN2wxMzYgMTM2YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0yMi42IDIyLjZjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDE2MCAyNTUuOWwtOTYuNCA5Ni40Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEw3IDMyOS43Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwxMzYtMTM2YzkuNC05LjUgMjQuNi05LjUgMzQtLjF6Jz48L3BhdGg+IDwvc3ZnPg==) center no-repeat #d33c3c;
  background-size: 50%;
}

.pc-back {
  display: none;
}

.catecon-radius:hover .catecon-tl-radius a,
.catecon-radius:hover .catecon-tl-radius {
  color: #ee5350;
}

.catecon-radius:hover .icon-aright {
  fill: #ee5350;
}

@-webkit-keyframes ball-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ball-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#loginButton {
  position: fixed;
  z-index: 1201;
  bottom: 50px;
  left: 50%;
  display: block;
  margin-left: -112px;
}

.shading {
  position: fixed;
  z-index: 1200;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: transparent;
}

.sub-modal {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 120px;
}

.sub-modal {
  z-index: 1101;
  background-color: #d33c3c;
}

.sub-con {
  position: relative;
  height: 100%;
  padding: 16px;
  color: #fff;
}

.subscription {
  height: 100%;
}

.sub-tl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  margin-top: 6px;
}

.sub-link {
  line-height: 32px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-block;
  padding: 0 24px;
  cursor: pointer;
  color: #d33c3c;
  border-radius: 16px;
  background-color: #fff;
}

.sub-info {
  line-height: 1.4;
  padding-right: 24px;
  color: rgb(255, 255, 255, 0.75);
}

.sub-close {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: rotate(45deg);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.sub-close::after,
.sub-close::before {
  position: absolute;
  display: block;
  width: 2px;
  height: 12px;
  content: "";
  background-color: #fff;
}

.sub-close::before {
  top: 6px;
  left: 11px;
}

.sub-close::after {
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
}

.new-con-info .new-con-expires,
.soon-con-info .soon-con-expires {
  font-size: 14px;
  color: #aaa;
}

.soon-con-info .soon-con-expires {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.new-con-rt-code,
.soon-con-rt-code {
  position: relative;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
  width: 100%;
  height: 40px;
  border-radius: 8px;
}

.detail-pc {
  display: none;
}

.detail-pc.soon-pc {
  width: 100%;
}

.detail-mb,
.detail-new-pc {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #d33c3c;
}

.detail-new-mb {
  flex: 0 0 130px;
  width: 130px;
}

.detail-new-mb .new-con-rt {
  padding: 0;
}

.detail-new-pc {
  display: none;
}

.detail-mb::after,
.detail-new-pc::after {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
}

.category-mb {
  background-color: #999;
}

.soon-des-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.soon-des-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.soon-con-sales {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.rtcode-border {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  box-sizing: content-box;
  width: calc(100% - 2px);
  height: 38px;
  pointer-events: none;
  border: 1px dashed #d33c3c;
  border-radius: inherit;
  background-color: transparent;
}

.rtcode-transition {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  transition: all 0.2s linear;
  background-color: #d33c3c;
}

.rtcode-transition::before {
  position: absolute;
  top: unset;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: calc(100% - 20px);
  content: "";
  transition: all 0.2s linear;
  border-radius: 0;
  border-bottom-right-radius: 8px;
  background-color: #d33c3c;
}

.rtcode-minibox {
  position: absolute;
  top: 10px;
  right: -10px;
  left: unset;
  width: 10px;
  height: 10px;
  transition: all 0.2s linear;
  border-top-right-radius: 50%;
  background: #d33c3c;
}

.rtcode-angle {
  position: absolute;
  top: 0;
  right: -20px;
  transition: all 0.2s linear;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #aaa;
  border-left: 10px solid #aaa;
  border-bottom-left-radius: 8px;
  background-color: transparent;
}

.to-event-link {
  margin-top: 6px;
  padding-left: 12px;
}

.to-event-image {
  padding: 24px;
  background-color: #9de18a;
}

.search-result {
  line-height: 20px;
  margin: 13px 0;
}

.errorpage {
  min-height: calc(100vh - 180px);
}

.error-no {
  margin-top: 32px;
  text-align: center;
}

.error-info {
  text-align: center;
}

.error-gohome {
  font-size: 18px;
  font-weight: 700;
  line-height: 55px;
  display: block;
  max-width: 250px;
  margin: 30px auto 24px;
  text-align: center;
  color: #df3636;
  border: 2px solid #df3636;
  border-radius: 6px;
}

.error-gohome::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  content: "";
  transform: rotate(45deg);
  border: 2px solid #df3636;
  border-width: 2px 2px 0 0;
  border-radius: 2px;
}

.rightbtn,
.leftbtn {
  display: none;
}


.mt-20 {
  margin-top: 20px;
}

.mb-16 {
  margin-bottom: 16px;
}

.product-top-img {
  max-width: 100px;
  flex: 0 0 100px;
  height: 100px;
  margin-right: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  object-fit: contain;
}

.product-top-tl {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.toppage-tl,
.right-tl {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.toppage-des {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #666;
}

.toppage-des p {
  margin: 12px 0;
}

.stuff-detail-img {
  width: 100%;
  margin-top: 16px;
}

.health-img-wrap {
  padding-top: 75%;
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}

.health-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

#sources {
  display: none;
}

.source-ls {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.25s;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
}

#sources:checked~.source-ls {
  max-height: 700px;
}

#sources:checked~.source-tl::after {
  opacity: 0;
}

.source-tl {
  font-weight: bold;
  color: #1558d6;
  position: relative;
  padding-left: 18px;
  margin-top: -6px;
  margin-bottom: 4px;
  display: block;
  cursor: pointer;
}

.source-tl::before,
.source-tl::after {
  content: "";
  position: absolute;
  background-color: #1558d6;
}

.source-tl::before {
  width: 12px;
  height: 2px;
  left: 0;
  top: 12px;
}

.source-tl::after {
  width: 2px;
  height: 12px;
  left: 5px;
  top: 7px;
  transition: all ease 0.25s;
}

.source-item {
  margin-bottom: 5px;
}

.source-item-link {
  display: flex;
  align-items: flex-start;
  text-decoration: underline;
}

.icon-source {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex: 0 0 16px;
  margin-top: 4px;
}

.top-item {
  margin-top: 16px;
  /* padding: 16px 16px 0; */
  margin-bottom: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  position: relative;
  /* display: flex; */
}

.top-rank {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffba00;
  border-radius: 0 0 12px 0;
  text-align: center;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  padding-right: 4px;
}

.top-item-pic {
  padding: 16px;
}

.top-item-large {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-large-img {
  max-height: 180px;
}

.top-item-small {
  display: flex;
  margin-left: -8px;
  margin-top: 8px;
  position: relative;
  z-index: 4;
}

.top-item-small-li {
  width: 20%;
  padding-left: 8px;
}

.top-small-place {
  position: relative;
  padding-top: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}

.top-small-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  cursor: pointer;
}

.top-item-info {
  padding: 0 16px 16px;
}

.top-item-tl {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  /* font-weight: 500; */
}

.top-item-feature {
  color: #777;
}

.top-feature {
  position: relative;
  padding-left: 12px;
}

.top-feature::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #777;
  position: absolute;
  left: 0;
  top: 9px;
}

.top-item-rt {
  background-color: #fef6f8;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 8px 8px;
}

.shop-now {
  background-color: #d33c3c;
  color: #fff;
  padding: 6px 24px;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  z-index: 4;
}

.top-item-off {
  color: #d33c3c;
  margin-top: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.top-item-rating {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.top-item-star,
.top-item-star-active {
  height: 16px;
  background-size: 16px 16px;
  background-repeat: repeat-x;
}

.top-item-star {
  background-image: url(../images/star_gray.svg);
  width: 80px;
  position: relative;
}

.top-item-star-active {
  position: absolute;
  background-image: url(../images/star_full.svg);
  left: 0;
  top: 0;
  bottom: 0;
}

.top-item-txt {
  font-size: 24px;
  font-weight: bold;
  margin-right: 3px;
}

.review-top-info .top-item-txt {
  font-size: 16px;
  font-weight: 500;
}

.read-more {
  color: #d33c3c;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.proudct-item {
  margin-bottom: 16px;
}

.proudct-item-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  font-weight: 500;
  background-color: #f6f6f6;
  padding: 0 16px;
}

.proudct-item-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.icon-top {
  fill: #000;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.proudct-item-txt {
  flex: 1;
  line-height: 1.1;
}

.qa-des {
  margin-bottom: 15px;
}

.qa-block {
  margin-top: 4px;
  padding: 0 16px;
  background-color: #f7f8f9;
}

.qa-title {
  font-size: 15px;
  line-height: 1.2;
  padding: 12px 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding-right: 16px;
  cursor: pointer;
  position: relative;
}

.qa-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-width: 0 2px 2px 0;
  transition: all ease 0.25s;
  transform: rotate(45deg);
}

.qa-info {
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  transition: all ease 0.25s;
}

.qa-block input[type="checkbox"] {
  display: none;
}

.qa-block input[type="checkbox"]:checked~.qa-info {
  max-height: 600px;
  padding-bottom: 12px;
  margin-top: -4px;
}

.qa-block input[type="checkbox"]:checked~label .qa-title::after {
  transform: rotate(-135deg);
}

.pros-cons {
  margin-top: 16px;
}

.pros-cons-item {
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 8px;
}

.pros-cons-tl {
  line-height: 48px;
  padding: 0 16px;
}

.pros-item {
  border-color: #edf7ec;
  margin-bottom: 16px;
}

.cons-item {
  border-color: #fbebeb;
}

.pros-item .pros-cons-tl {
  background-color: rgba(38, 161, 110, 0.1);
  color: #26a16e;
}

.cons-item .pros-cons-tl {
  background-color: rgba(211, 60, 60, 0.1);
  color: #d33c3c;
}

.feature-ls {
  padding: 6px 16px 16px;
}

.feature-item {
  font-size: 15px;
  margin-top: 10px;
  display: flex;
}

.feature-item-icon {
  margin-top: 3px;
}

.feature-item-red {
  color: #d33c3c;
  margin-right: 8px;
}

.product-table {
  margin-bottom: 16px;
}

.product-tr {
  display: flex;
  margin-top: 4px;
}

.product-tr-tl {
  width: 160px;
  flex: 0 0 160px;
  padding-left: 12px;
  font-weight: 500;
  padding: 8px 8px;
  background-color: #f7f8f9;
}

.product-tr-txt {
  flex: 1;
  margin-left: 4px;
  line-height: 1.2;
  padding: 8px 8px;
  display: flex;
  align-items: center;
  background-color: #f7f8f9;
  color: #666;
}

.product-pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.product-large {
  display: flex;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  margin-left: -12px;
}

.product-large-con {
  width: 50%;
  padding-left: 12px;
  height: 150px;
  margin-top: 12px;
}

.product-large-img {
  width: 100%;
  height: 150px;
  border: 1px solid #eee;
  padding: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-small {
  display: flex;
  margin-top: 16px;
}

.product-dot {
  width: 14px;
  height: 14px;
  background-color: #bbb;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 7px;
  cursor: pointer;
}

.dot-active {
  background-color: #d33c3c;
}

.product-shop-now {
  text-align: center;
  background-color: #d33c3c;
  display: block;
  width: 250px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 56px;
  border-radius: 28px;
  margin: 16px auto 0;
}

.top-brand-item {
  margin-bottom: 16px;
}

.top-brand-content,
.home-top10-con {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 16px 10px 10px;
}

.top-brand-img {
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
  object-fit: contain;
  border-radius: 8px;
}

.top-brand-info {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.top-brand-info .top-item-rating {
  margin-bottom: 0;
}

.top-brand-info .top-item-txt {
  font-size: 14px;
  font-weight: 400;
  padding-left: 6px;
  color: #666;
}

.top-brand-tl {
  line-height: 1.2;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.home-top10-item {
  margin-top: 16px;
}

.home-top10-info {
  flex: 1;
  padding-left: 16px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home-top10-tl {
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* font-weight: 500; */
}

.home-top10-subtl {
  color: #999;
}

.footer-lang {
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
}

.icon-lang {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.top-common-tl {
  font-size: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.top-home-ls {
  margin-top: -14px;
}

.top-home-item {
  margin-bottom: 30px;
  margin-top: 30px;
}

.stuffpage .top-home-item {
  margin-bottom: 14px;
  margin-top: 14px;
}

.top-home-con {
  position: relative;
}

.top-home-img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #eee;
}

.stuffpage .top-home-img {
  height: 180px;
}

.top-item-arrow {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: #333;
}

.top-home-info {
  margin-top: 8px;
}

.stuffpage .top-home-info {
  margin-top: 12px;
}

.top-home-day {
  color: #aaa;
  font-size: 12px;
}

.stuff-tag-ls {
  display: none;
}

.top-home-tl,
.stuff-home-tl {
  font-size: 20px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-home-subtl {
  font-weight: normal;
  font-size: 14px;
}

.top-home-btn,
.stuff-btn {
  position: relative;
  background-color: #d33c3c;
  padding: 10px 24px;
  color: #fff;
  border-radius: 24px;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  overflow: hidden;
}

.stuff-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  animation: shiny 2s ease-in-out infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.stuffpage .top-home-btn {
  display: none;
}

.icon-12 {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.icon-16 {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.top-home-small {
  margin-top: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.top-home-small-img {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 6px;
  /* background-color: #eee; */
  border: 1px solid #eee;
  object-fit: contain;
}

.top-home-more {
  margin-left: 10px;
}

.top-banner,
.desktop {
  display: none;
}

.stuff-detail>img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 4 / 3; */
  object-fit: cover;
  margin: 16px 0;
  /* margin-bottom: 16px; */
}

.stuff-detail .blog-img {
  aspect-ratio: auto;
}

.stuff-detail>p,
.stuff-detail>h4 {
  margin: 12px 0;
}

.stuff-detail>h3 {
  border-left: 4px solid #d33c3c;
  padding-left: 10px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 16px;
}

.stuff-detail>img+p,
.stuff-detail>p+img {
  margin-top: 0;
}

.stuff-detail .brandline-item {
  margin-bottom: 16px;
}

.stuff-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 0;
}

.stuff-tl-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stuff-tl-mb .top-item-arrow {
  margin-left: 5px;
}

.stuffpage .top-home-ls {
  margin-top: 0;
}

.stuffpage .common-tl,
.stuff-ad {
  margin-top: 14px;
  margin-bottom: 14px;
}

.health-rt-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.health-rt-img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  flex: 0 0 120px;
  border-radius: 6px;
  margin-right: 12px;
  background-color: #f7f7f7;
}

.health-rt-tl {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}

.health-rt-tag {
  color: #d33c3c;
  font-weight: bold;
  font-size: 12px;
}

.health-rt-head {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.health-rt-time {
  font-size: 12px;
  color: #999;
}

.health-rt-item:hover .health-rt-head {
  text-decoration: underline;
}

.goback {
  position: fixed;
  right: 16px;
  bottom: 64px;
  width: 64px;
  height: 64px;
  background-color: #f1f1f1;
  cursor: pointer;
  border-radius: 32px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 64px;
}

.ma-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stores-ls {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stores-item {
  position: relative;
  width: 100%;
}

.stores-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 4px;
  margin-bottom: 8px;
  text-align: left;
}

.stores-name {
  font-size: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.stores-num {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}

.stores-con:hover .stores-name,
.stores-con:hover .stores-num {
  color: #d33c3c;
}

.stuff-home-item {
  margin-top: 14px;
  margin-bottom: 14px;
}

.stuff-home-con {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.stuff-home-img {
  width: 100%;
  height: 180px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.stuff-home-info {
  padding: 12px;
}

.stuff-home-desc {
  margin: 8px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.stuff-home-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stuff-home-time {
  flex: 1;
  color: #999;
}

.stuff-home-con:hover .stuff-home-tl {
  text-decoration: underline;
}

.stuff-detail-ls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 14px;
}

.stuff-detail-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 30px;
}

.stuff-detail-item.special {
  color: #d33c3c;
}

.stuff-detail-ls .stuff-detail-item:last-child {
  border-bottom: none;
}

.stuff-detail-text {
  font-size: 14px;
  margin-left: 8px;
}

.icon-detail {
  width: 18px;
  height: 18px;
  fill: #ffc432;
}

.special .icon-detail {
  fill: #d33c3c;
}

/* blog_index */

.blog-img {
  width: 100%;
  margin-top: 16px;
}

.blog-desc {
  margin: 12px 0;
}

.blog-ls {
  margin-top: 20px;
}

.blog-item {
  margin-bottom: 20px;
}

.blog-con {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 16px 20px;
  transition: all ease 0.25s;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.blog-mb-desc {
  flex: 1;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.blog-mb-shop {
  font-size: 14px;
  color: #aaa;
}

.blog-mb-shop a {
  color: #d33c3c;
}

.blog-mb-shop a:hover {
  text-decoration: underline;
}

.blog-con-img {
  width: 200px;
  height: 125px;
  background-color: #efefef;
  border: 1px solid #efefef;
  object-fit: cover;
  border-radius: 6px;
}

.blog-con-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-con-desc {
  margin: 12px 0;
  line-height: 1.6;
}

.blog-con-shop {
  font-weight: 700;
  margin-bottom: 10px;
  color: #d33c3c;
  text-align: center;
}

.blog-con-shop a {
  display: inline-block;
  color: #d33c3c;
  text-decoration: underline;
}

.shop-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: #d33c3c;
}

.blog-con-shop a:hover .shop-arrow {
  fill: #333;
}

.blog-con-get {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-con-btn {
  position: relative;
  background-color: #d33c3c;
  padding: 10px;
  width: 180px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
}

.blog-con-btn.shop-now {
  background-color: #c49f43;
}

.blog-con-btn:hover .icon-16 {
  transition: all ease 0.25s;
  transform: translateX(5px);
}

.blog-con-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.blog-ads {
  width: 100%;
  margin-bottom: 16px;
}

.special-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 16px;
}

.special-ls {
  display: flex;
  overflow: hidden;
  /* width: calc(300% - 48px); */
  width: calc(300% - 90px);
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 8px;
}

.special-item {
  overflow: hidden;
  width: 33.3333%;
  padding-left: 12px;
}

.special-con {
  position: relative;
  border: 1px solid #dfdede;
  border-radius: 8px;
}

.special-top-pic {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 8px 8px 0 0;
  background-color: transparent;
  overflow: hidden;
}

.special-top-piccon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.25s;
}

.special-top-pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.special-top-info {
  padding: 16px 14px;
  line-height: 1.2;
}

.special-info-tag {
  font-size: 12px;
  color: #d33c3c;
}

.special-info-tl {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  min-height: 39px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.special-con:hover .special-top-piccon {
  transform: scale(1.05);
}

.left-circle {
  position: absolute;
  left: -1px;
  bottom: 27px;
  width: 12px;
  height: 24px;
  border: 1px solid #dfdede;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-left-color: #fff;
  background-color: #fff;
}

.right-circle {
  position: absolute;
  right: -1px;
  bottom: 27px;
  width: 12px;
  height: 24px;
  border: 1px solid #dfdede;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-right-color: #fff;
  background-color: #fff;
}

.special-con .left-circle {
  left: -1px;
  bottom: 118px;
}

.special-con .right-circle {
  right: -1px;
  bottom: 118px;
}

.detail-ls {
  margin-top: 20px;
}

.detail-item {
  margin-bottom: 16px;
}

.detaim-item-ad {
  width: 100%;
  margin-bottom: 16px;
}

.detail-con {
  position: relative;
  display: flex;
  align-items: center;
  transition: all ease 0.25s;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  /* padding: 20px 0; */
  height: 120px;
}

.detail-con:hover {
  box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
}

.detail-left {
  flex: 1;
  display: flex;
}

.detail-box {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 90px;
  min-height: 80px;

  border-right: 1px dashed #e1e1e1;
}
.detail-box img {
  display: none;
}

.detail-box span {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #d33c3c;
  text-align: center;

  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.detail-info {
  flex: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-top-tag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-safe {
  display: flex;
  align-items: center;
  gap: 4px;
}
.detail-safe img {
  width: 15px;
  height: 15px;
}
.detail-safe span {
  font-size: 14px;
  line-height: 20px;
  color: #00c6a5;
}

.detail-tag {
  font-size: 14px;
  display: block;
  color: #d33c3c;
  text-transform: capitalize;
}

.detail-tl {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 4px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-info-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-used-ls {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.detail-used {
  font-size: 12px;
  line-height: 1.2;
  color: #aaa;
}
.detail-used+.detail-used {
  border-left: 1px solid #999;
  padding-left: 2px;
}

.detail-info-bot .detail-mb {
  margin-right: 0;
}

.next-ads {
  margin-top: 16px;
}


/* blog topic */
.article-desc {
  line-height: 1.5;
  margin-bottom: 16px;
}

.article-detail>h3 {
  display: flex;
  align-items: center;
  background-color: #fee7e7;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 16px 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.article-detail>h3 span {
  font-size: 24px;
  display: block;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #d33c3c;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: 12px;
}

.article-detail>h4 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background-image: linear-gradient(transparent 60%, #FFF5CB 40%);
}

.article-detail>p {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0;
}

.article-detail>img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 16px 0;
}

.article-detail li {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 16px 18px;
  list-style: disc;
  padding-left: 8px;
}

/* sales travel */
.travel-coupon-ls {
  margin-top: 16px;
}

.travel-coupon-item {
  margin-bottom: 16px;

}

.travel-coupon-con {
  position: relative;
  display: flex;
  gap: 12px;
}

.travel-coupon-pic {
  position: relative;
  /* width: 135px; */
  /* height: 120px; */
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.travel-coupon-piccon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.25s;
}

.travel-coupon-box {
  position: absolute;
  top: 6px;
  left: 6px;

  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 3px 8px;
  background-color: #fff;

  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  display: none;
}

.travel-coupon-box img {
  width: 28px;
  height: 28px;
  margin-left: -10px;
  margin-top: -7px;
  margin-bottom: -7px;
}

.travel-coupon-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.travel-coupon-tl {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
}

.travel-coupon-desc {
  font-size: 16px;
  line-height: 1.2;
  margin: 8px 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.travel-coupon-tag {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 6px 16px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 32px;
  width: fit-content;
}

.travel-coupon-ads {
  margin-bottom: 16px;
}

.travel-coupon-con:hover .travel-coupon-tl {
  color: #d33c3c;
}

.travel-coupon-con:hover .travel-coupon-piccon {
  transform: scale(1.05);
}

/* Black Friday Sale */
.blackpage {
  font-family: "Google Sans";
}
.black-friday-banner {
  position: relative;
  width: 100%;
  height: 320px;
  background-image: url(../images/black-sale.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 15px;
}
.banner-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  max-width: 1200px;
  width: 100%;
}
.banner-title {
  font-family: Outfit;
  color: #FFF;
  text-align: center;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
}
.banner-subtitle {
  font-family: 'Google Sans';
  font-weight: 500;
  font-size: 12px;
  line-height: 9px;
  margin: 16px 0 32px 0;
  color: #DCB07A;
}
.countdown-timer {
  display: flex;
  margin-top: 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-number {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);

  font-family: "Google Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.countdown-label {
  font-family: "Google Sans";
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  margin-top: 12px;
}
.black-sale-tl,
.black-tl,
.blackpage .common-tl {
  color: #333;
  font-family: "Google Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.black-tl {
  margin: 32px 0;
}

.black-desc {
  font-family: "Google Sans";
  font-size: 14px;
  line-height: 18px;
  color: #666;
  margin-bottom: 28px;
}

/* Featured Stores Styles */
.featured-stores-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.featured-store-item {
  width: 100%;
  padding: 12px 12px 16px 12px;
  background-color: #F7F6F2;
  border-radius: 8px;
  overflow: hidden;
  transition: all ease 0.25s;
}

.featured-store-card {
  position: relative;


}

.featured-store-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.featured-store-item:hover .featured-store-name {
  color: #D33C3C;
}

.featured-store-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.featured-store-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-store-info {
  margin-top: 14px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.featured-store-name {
  font-family: 'Google Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.featured-store-deals {
  color: #999;
  font-family: "Google Sans";
  font-size: 14px;
  line-height: 18px;
}

/* Popular Deals Styles */
.popular-deals-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.popular-deal-item {
  margin-bottom: 16px;
}

.popular-deal-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #EEE;
  transition: all ease 0.25s;
  display: flex;
  flex-direction: column;
}

.popular-deal-content {
  display: none;
}

.popular-deal-right-content .popular-deal-store-name,
.popular-deal-right-content .popular-deal-title {
  display: none;
}

.popular-deal-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.popular-deal-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.popular-deal-image {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.popular-deal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-deal-header-info {
  flex: 1;
  min-width: 0;
}

.popular-deal-store-name {
  font-family: "Google Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  color: #D33C3C;
  margin-bottom: 10px;
}

.popular-deal-title {
  font-family: "Google Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popular-deal-description {
  margin-bottom: 12px;
  font-family: "Google Sans";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #666;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popular-deal-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popular-deal-footer .detail-new-mb {
  width: auto;
  flex: auto;
  margin-top: 4px;
}

.popular-deal-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.popular-deal-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.popular-deal-tag.no-code {
  border-radius: 4px;
  background: #EEF7F4;
  color: #0D7656;
  font-family: "Google Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.popular-deal-expires {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}
.icon-clock {
  width: 14px;
 height: 14px;
}

.popular-deal-expires .icon-clock {
  flex-shrink: 0;
}

.popular-deal-button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 24px;
  background-color: #d33c3c;
  color: #FFF;

  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 4px;
  transition: background-color ease 0.25s;
}

.popular-deal-button:hover {
  background-color: #C62828;
  color: #fff;
}

.article-detail > h3 {
  display: flex;
  align-items: center;
  background-color: #fee7e7;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 16px 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.article-detail > h3 span {
  font-size: 24px;
  display: block;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #d33c3c;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: 12px;
}
.article-detail > h4 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background-image: linear-gradient(transparent 60%, #FFF5CB 40%);
}
.article-detail > p {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0;
}
.article-detail > img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 16px 0;
}
.article-detail li {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 16px 18px;
  list-style: disc;
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .stores-ls {
    margin-left: -12px;
  }

  .stores-item {
    width: 50%;
    padding-left: 12px;
  }

  .desktop {
    display: block;
  }

  .mobile,
  .stuff-tl-mb .top-item-arrow {
    display: none;
  }

  .stuffpage .top-home-btn {
    display: flex;
  }

  .black-friday-banner {
    height: 350px;
    padding: 54px 20px;
    margin-bottom: 28px;
  }

  .banner-title {
    font-size: 56px;
    line-height: 64px;
  }

  .banner-subtitle {
    font-size: 16px;
    line-height: 11px;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .countdown-timer {
    gap: 20px;
  }

  .countdown-number {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 40px;
  }

  .black-sale-tl,
  .black-tl { 
    font-size: 28px;
    margin-bottom: 24px;
  }

  .black-tl {
    margin-top: 36px;
    margin-bottom: 28px;
  }

  .featured-stores-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .popular-deal-card {
    padding: 20px;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .popular-deal-header {
    display: contents;
  }

  .popular-deal-header .popular-deal-header-info {
    display: none;
  }

  .popular-deal-header .popular-deal-image {
    display: block;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    order: 1;
  }

  .popular-deal-content {
    display: none;
  }
  .popular-deal-title {
    margin-bottom: 10px;
  }

  .popular-deal-right-content .popular-deal-store-name,
  .popular-deal-right-content .popular-deal-title {
    display: block;
  }

  .popular-deal-right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    order: 2;
  }

  .popular-deal-description {
    margin-bottom: 10px;
  }

  .popular-deal-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
  }
  .popular-deal-footer .detail-new-mb {
    display: block;
    width: 105px;
    height: 40px;
    flex: 0 0 105px;
    margin-top: 0;
  }
  .popular-deal-footer .new-con-rt {
    flex: 0 0 105px;
    width: 105px;
  }

  .popular-deal-button {
    width: 105px;
    height: 40px;
    margin-top: 0;
  }
  .popular-deal-footer .store-get-btn {
    width: 105px;
  }

  .home-banner-desc {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
  }

  .home-banner-info {
    justify-content: center;
    text-shadow: none;
  }

  .home-banner-btn {
    display: flex;
  }

  .top-common-tl {
    font-size: 30px;
    margin-top: 16px;
    margin-bottom: -24px;
  }

  .top-banner {
    background-image: url(../images/top-banner.png);
    height: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .top-banner-tl {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
  }

  .top-banner-tl::before,
  .top-banner-tl::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 79px;
    bottom: -16px;
    background-size: cover;
  }

  .top-banner-tl::before {
    left: -60px;
    background-image: url(../images/best-left.png);
  }

  .top-banner-tl::after {
    right: -60px;
    background-image: url(../images/best-right.png);
  }

  .top-banner-subtl {
    font-weight: 500;
  }

  .top-banner-strong {
    color: #d33c3c;
  }

  .top-banner-subtl {
    color: #d33c3c;
  }

  .top-banner-tl {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .top-home-img {
    width: 320px;
  }

  .top-home-con {
    display: flex;
    align-items: center;
  }

  .top-home-info {
    flex: 1;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 0;
  }

  .top-home-tl {
    font-size: 30px;
  }

  .top-home-subtl {
    font-size: 16px;
  }

  .top-home-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
  }

  .top-home-small {
    margin: 0;
    /* margin-top: 16px;
        margin-bottom: 32px; */
  }

  .top-home-small-img {
    width: 40px;
    height: 40px;
  }

  .top-home-item {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .top-home-btn {
    font-size: 16px;
    width: 150px;
    flex: 0 0 150px;
  }

  .top-home-day {
    font-size: 14px;
  }

  .stuffpage .top-home-ls {
    margin-top: 0;
  }

  .stuffpage .top-home-img {
    width: 240px;
    height: 150px;
  }

  .stuffpage .top-home-info {
    padding-left: 16px;
  }

  .stuffpage .top-home-tl,
  .stuff-home-tl {
    font-size: 20px;
  }

  .new-ls,
  .soon-ls,
  .deals-ls {
    margin-bottom: 0;
  }

  .viewall {
    margin-bottom: 32px;
  }

  .homepage-category-ls {
    margin-bottom: 10px;
  }

  .banner {
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-image: url(../images/coupon_banner.webp);
    background-position: no-repeat;
    background-size: cover;
  }

  .banner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
  }

  .brandline-tl {
    font-size: 20px;
  }

  .brandline-txt {
    font-size: 15px;
  }

  .current-cate-tl {
    font-size: 32px;
    line-height: 1.2;
  }

  .event-ad {
    width: 100%;
  }

  .brand-item {
    width: 20%;
  }

  .new-con-txt {
    display: block;
  }

  .mobile-text {
    display: inline-block;
  }

  .cateitem {
    width: 33.33333%;
  }

  .banner {
    height: 400px;
    margin-bottom: 18px;
  }

  .banner-event {
    height: 360px;
    margin-bottom: 18px;
  }

  .banner-tl {
    font-size: 64px;
    line-height: 1.78;
    padding-bottom: 0;
  }

  .new-con-info {
    flex: 1;
  }

  .soon-con-info {
    width: 100%;
  }

  .new-con,
  .soon-con {
    display: flex;
    align-items: center;
  }

  .modal-wrapper {
    padding: 12px 24px 0;
  }

  .modal-img-wp {
    flex: 1;
  }

  .menudetail .modal-img {
    height: 150px;
  }

  .menudetail .modal-tl {
    font-size: 24px;
  }

  .new-con-des,
  .soon-con-des {
    overflow: hidden;
  }

  .new-con-rt,
  .soon-con-rt {
    display: flex;
    align-items: center;
    flex: 0 0 197px;
    flex-direction: column;
    width: 197px;
  }

  .soon-con-rt {
    width: 100%;
  }

  .new-con-tag {
    font-size: 14px;
    display: block;
    color: #d33c3c;
  }

  .menudetail .new-con::after,
  .menudetail .new-con::before {
    bottom: 73px;
  }

  .new-con-get,
  .soon-con-get,
  .store-get-btn {
    overflow: hidden;
    width: 172px;
    margin-top: 0;
    cursor: pointer;
  }

  .soon-con-get {
    width: 100%;
  }

  .new-con-info-tl,
  .soon-con-info-tl {
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .soon-con-info-link {
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    white-space: pre-wrap;
  }

  .cate-page-left,
  .cate-page-right {
    padding-right: 32px;
    padding-left: 32px;
  }

  .contact-rel {
    font-size: 50px;
  }

  .contact-rel::after,
  .contact-rel::before {
    width: 9px;
    height: 23px;
    border-width: 6px;
  }

  .contact-rel::before {
    left: -24px;
  }

  .contact-rel::after {
    right: -24px;
  }

  .icon-contact {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
  }

  .contact-email {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .about-img {
    max-width: 560px;
  }

  .disclaimer-img {
    max-width: 360px;
  }

  .type-ls {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px;
    margin-left: -24px;
  }

  .type-item {
    width: 50%;
    padding-left: 24px;
  }

  .category-tl {
    display: block;
  }

  .category-tl .smallbg::after {
    display: block;
  }

  .icon-60 {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 19px;
  }

  .menu-con-ls {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-link {
    display: inline-block;
    padding: 0 16px;
  }

  .couponcode {
    text-align: center;
  }

  .modal-btn {
    flex: 0 0 400px;
    width: 400px;
    margin-left: 16px;
  }

  .event-ad {
    margin-right: 24px;
  }

  .storepage .brand-item {
    width: 25%;
  }

  .banner {
    display: flex;
  }

  .logo {
    width: 200px;
    background-size: 200px 21px;
  }

  .footer {
    padding-top: 18px;
  }

  .ft-logo {
    width: 280px;
    margin-bottom: 24px;
    background-size: 280px 30px;
  }

  .us-ft-logo {
    width: 280px;
    margin-bottom: 24px;
    background: url(../images/us-coupon-ft.png) no-repeat left 12px;
    background-size: 280px 47px;
  }

  .homepage .cateitem-radius {
    width: 20%;
  }

  .homepage .catecon-radius {
    position: relative;
    display: block;
    text-align: center;
  }

  .brand-rect-item {
    width: 20%;
  }

  .brand-rect-ls .brand-rect-item:last-child {
    display: none;
  }

  .sub-modal {
    max-width: 360px;
  }

  .back {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    top: -110px;
    right: 20px;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    transform: translateY(calc(100vh + 40px));
    border-radius: 50%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjAgNTEyJz4gPHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTE3NyAxNTkuN2wxMzYgMTM2YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0yMi42IDIyLjZjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDE2MCAyNTUuOWwtOTYuNCA5Ni40Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEw3IDMyOS43Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwxMzYtMTM2YzkuNC05LjUgMjQuNi05LjUgMzQtLjF6Jz48L3BhdGg+IDwvc3ZnPg==) center no-repeat #d33c3c;
    background-size: 50%;
  }

  .homepage-cateitem-radius {
    width: 20%;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .homepage-category-item {
    width: 20%;
  }

  .slider-outer {
    margin-bottom: 24px;
  }

  .top-item {
    display: flex;
    align-items: center;
    padding-right: 180px;
  }

  .top-item-pic {
    width: 220px;
  }

  .top-item-info {
    flex: 1;
    padding-top: 16px;
  }

  .top-item-rt {
    height: 100%;
    border-radius: 0 8px 8px 0;
    width: 180px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
  }

  .top-item-off {
    .home-banner-desc padding: 0 12px;
  }

  .product-large-con {
    width: 25%;
    height: 200px;
  }

  .product-large-img {
    height: 200px;
  }

  .home-top10-ls {
    margin-top: -16px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
  }

  .home-top10-item {
    width: 50%;
    padding-left: 24px;
  }

  .home-top10-tl {
    white-space: normal;
  }

  .top-brand-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
  }

  .top-brand-item {
    width: 50%;
    padding-left: 16px;
  }

  .stuff-tag-ls {
    display: flex;
    flex-wrap: wrap;
  }

  .stuff-tag {
    background-color: #eee;
    padding: 2px 10px;
    margin-bottom: 6px;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 5px;
  }

  .stuff-home-con {
    display: flex;
    align-items: center;
    padding-right: 12px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .stuff-home-img {
    width: 240px;
    height: 150px;
    border-radius: 8px 0 0 8px;
  }

  .stuff-home-info {
    flex: 1;
    padding-left: 16px;
    padding-right: 32px;
  }

  .stuff-home-tl {
    font-size: 20px;
  }

  .stuff-home-desc,
  .stuff-home-bot {
    display: none;
  }

  .stuff-detail-item {
    width: 50%;
    padding-left: 90px;
  }

  .stuff-detail-ls .stuff-detail-item:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }

  .stuff-detail-ls .stuff-detail-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  /* blog-index */

  .blog-con {
    flex-direction: row;
    align-items: flex-start;
    transition: all ease 0.25s;
    border: none;
    padding: 0;
    border-radius: 8px;
  }

  .blog-con-left {
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    padding: 0;
  }

  .blog-con-img {
    width: 280px;
    height: 175px;
    border: 1px solid #eee;
    border-radius: 8px;
    object-fit: cover;
  }

  .blog-mb-desc {
    display: none;
  }

  .blog-con .detail-mb,
  .detail-new-mb,
  .blog-con .coverlink {
    display: none;
  }

  .blog-con-info {
    display: block;
    flex: 1;
    padding-left: 20px;
  }

  .blog-con-desc {
    line-height: 1.78;
    margin-top: 0;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 114px;
  }

  .blog-con-desc:hover {
    -webkit-line-clamp: unset;
    max-height: 500px;
  }

  .blog-con-get {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .blog-con-shop {
    font-size: 18px;
    font-weight: 700;
    flex: 1;
    text-align: left;
    margin-right: 16px;
  }

  .shop-arrow {
    width: 20px;
    height: 20px;
  }

  .special-ls {
    width: 100%;
  }

  .cate-brand-ls {
    margin-left: -20px;
  }

  .cate-brand-item {
    width: 25%;
    padding-left: 20px;
  }

  .cate-brand-top {
    width: 100px;
    height: 100px;
  }

  .cate-top-logo {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .cate-brand-ads {
    width: 100%;
    padding-left: 20px;
  }

  .detail-page-block { 
    height: auto;
  }
  
  .detail-page-desc { 
    display: none;
  }
  .detail-page-tl {
    font-size: 24px;
    line-height: 1.4;
  }

  .detail-con {
    height: 130px;
  }
  .detail-left {
    height: 100%;
  }
  .detail-box {
    display: flex;
    flex: 0 0 150px;
    width: 150px;
    min-height: 98px;
    justify-content: space-between;
  }

  .detail-box span {
    font-size: 18px;
    line-height: 24px;
    padding: 0 16px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    /* border-bottom: 1px solid #e5e5e5; */
  }
  .detail-box img {
    /* display: block; */
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin: 4px 0;
  }

  .detail-info {
    margin-left: 20px;
    justify-content: center;
  }

  

  .detail-tl {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .detail-info-bot {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .detail-used {
    font-size: 14px;
  }
  .detail-pc {
    display: block;
  }
  .detail-pc.soon-pc{ 
    display: none;
  }
  .detail-used {
    padding-right: 4px;
  }
  .detail-used+.detail-used {
    padding-left: 6px;
  }

  

  

  .pageright .cateitem-radius {
    width: 50%;
  }

  .travel-coupon-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
  }

  .travel-coupon-item {
    width: 33.3333%;
    padding-left: 12px;
  }

  .travel-coupon-con {
    flex-direction: column;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    gap: 0;
  }

  .travel-coupon-pic {
    border: none;
    width: 100%;
    height: 150px;
    border-radius: 12px 12px 0 0;
  }

  .travel-coupon-info {
    padding: 12px;
  }

  .travel-coupon-tl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .travel-coupon-box {
    display: flex;
  }

  .travel-coupon-ads {
    width: 100%;
    padding-left: 12px;
  }

  .travel-coupon-desc {
    min-height: 39px;
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .coupon-detail {
    flex-direction: row;
    padding: 0;
  }
  .coupon-detail-left {
    width: 160px;
    height: 130px;
    padding: 16px;
    
  }
  .coupon-detail-left img {
    width: 78px;
    height: 78px;
  }
  .coupon-detail-tl {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .coupon-detail-expires {
    text-align: left;
  }
  .coupon-detail-info {
    flex-direction: row;
    gap: 20px;
  }
  .coupon-detail-wp {
    /* min-width: 280px; */
    height: 50px;
  }
  .coupon-detail-right {
    padding: 16px;
    min-height: 130px;
    border-left: 1px solid #e8e8e8;
  }
}

@media screen and (min-width: 1200px) {
  .new-navfix {
    display: none;
  }
  .homepage .cate-brand-item {
    width: 16.6667%;
  }

  .stores-item {
    width: 33.3333%;
  }

  .mt-32 {
    margin-top: 32px;
  }

  .hidden-ads {
    display: block;
  }

  .black-friday-banner {
    margin-bottom: 48px;
  }
  .featured-store-name {
    font-size: 18px;
  }

  .featured-store-deals {
    font-size: 15px;
  }

  .popular-deal-content {
    display: none;
  }
  .blackpage .common-tl {
    margin-top: 36px;
    margin-bottom: 28px;
  }

  .popular-deal-right-content .popular-deal-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
  }

  .popular-deal-tag {
    font-size: 13px;
    padding: 5px 14px;
  }

  .popular-deal-expires {
    font-size: 13px;
  }

  .title {
    font-size: 32px;
  }

  .soon-today {
    display: flex;
    align-items: center;
  }

  .page-content {
    display: flex;
  }

  .page-left {
    margin-top: 0;
  }

  .page-right {
    flex: 1;
    height: 400px;
    padding-left: 50px;
  }

  .top-fixed {
    top: 16px;
  }

  .top-fixed .common-tl,
  .new-right .common-tl {
    margin-top: 0;
    /* line-height: 1;
    margin-bottom: 20px; */
  }

  .top-fixed .catels-radius,
  .new-right .catels-radius {
    margin-bottom: 10px;
  }

  .brandline-total {
    display: flex;
  }

  .pageright .brand-rect-ls {
    margin-left: -12px;
  }

  .pageright .brand-rect-item {
    width: 50%;
    margin-bottom: 12px;
    padding-left: 12px;
  }

  .index-scorll {
    position: relative;
  }

  .scroll-x {
    position: relative;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }

  .homepage .new-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
  }

  .homepage .soon-ls {
    overflow-x: auto;
    margin-left: -20px;
    scroll-behavior: smooth;
  }

  .homepage .deals-ls {
    display: flex;
    flex-wrap: wrap;
  }

  .homepage .scroll-ls {
    margin-right: -16px;
    margin-left: 0;
  }

  .rightbtn {
    position: absolute;
    z-index: 99;
    top: 35%;
    right: -20px;
    display: block;
    cursor: pointer;
  }

  .leftbtn {
    position: absolute;
    z-index: 99;
    top: 35%;
    left: -20px;
    display: none;
    cursor: pointer;
  }

  .icon-rightbtn,
  .icon-leftbtn {
    width: 40px;
    height: 40px;
  }

  .icon-hoverbtn {
    display: none;
    width: 40px;
    height: 40px;
  }

  .rightbtn:hover .icon-hoverbtn,
  .leftbtn:hover .icon-hoverbtn {
    display: block;
  }

  .rightbtn:hover .icon-rightbtn,
  .leftbtn:hover .icon-leftbtn {
    display: none;
  }

  .soon-con {
    flex-direction: column;
  }

  .homepage .new-item {
    width: 50%;
    padding-left: 16px;
  }

  .homepage .soon-item {
    display: inline-block;
    width: 20%;
    padding-left: 20px;
  }

  .soon-item.scroll-item {
    width: calc(25% - 20px);
    margin-right: 20px;
    padding-left: 0;
  }

  .soon-item.deals-item {
    display: block;
  }

  .deals-item .soon-con {
    border: none;
  }

  .soon-con-des {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .soon-des-img img {
    width: 224px;
    height: 224px;
    transition: all ease 0.25s;
    border-radius: 8px;
  }

  .soon-item {
    margin-bottom: 32px;
  }

  .soon-today {
    padding: 3px 10px;
  }

  .store-sales-block {
    overflow: hidden;
    width: 100%;
    height: 140px;
    border-radius: 8px 8px 0 0;
  }

  .soon-sales-img {
    overflow: hidden;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    transition: all ease 0.25s;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .homepage .new-con-info-tl,
  .homepage .soon-con-info-tl {
    line-height: 19px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 6px 0 8px 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .homepage .deals-con-info-tl {
    height: auto;
    min-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sarrow {
    position: static;
    display: inline-block;
    margin-top: 2px;
    margin-left: 13px;
    vertical-align: top;
  }

  .home-banner-desc {
    font-size: 18px;
  }

  .home-banner-info {
    height: 240px;
    padding: 0 20px;
    justify-content: center;
  }

  .home-banner-btn {
    display: flex;
  }

  .home-banner-tl {
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 41px;
    max-width: 500px;
    letter-spacing: 0;
  }

  .home-banner-desc {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 41px;
    opacity: 0.75;
  }

  .detail-mb,
  .menunav .homepage-catels-radius {
    display: none;
  }

  .detail-pc,
  .detail-new-pc,
  .detail-pc.soon-pc {
    display: block;
  }

  .banner-img {
    display: block;
    background-color: #242424;
  }

  .banner-left {
    position: absolute;
    left: 0;
    height: 100%;
  }

  .banner-right {
    position: absolute;
    right: 0;
    height: 100%;
  }

  #loginButton {
    top: 100px;
    right: 32px;
    bottom: auto;
    left: auto;
    margin-left: 0;
  }

  .shading {
    top: 63px;
  }

  .mb-store-txt,
  .search-icon-wp,
  .select-label,
  .topmenu-box {
    display: none;
  }

  .search {
    position: relative;
    top: 0;
    right: 0;
    width: 420px;
    margin-left: 32px;
    border: 1px solid #eee;
  }

  .brand-rect-ls,
  .homepage .catels-radius {
    margin-left: -20px;
  }

  .brand-rect-item {
    margin-bottom: 20px;
  }

  .brand-rect-item,
  .homepage .cateitem-radius {
    padding-left: 20px;
  }

  .pageleft .brand-rect-ls {
    margin-left: -16px;
  }

  .pageleft .brand-rect-item {
    margin-bottom: 12px;
    padding-left: 12px;
  }

  .pageright .cateitem-radius {
    width: 100%;
  }

  .event-pageright .cateitem-radius {
    width: 50%;
  }

  .page-tl {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 7px;
    padding-right: 300px;
  }

  .page-tl::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -25px;
    left: 0;
    height: 46px;
    content: "";
    background-color: #f9f9f9;
  }

  .header {
    position: relative;
  }

  .homeheader .header {
    border-bottom-width: 0;
  }

  .header-con,
  .menunav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 63px;
  }

  .navfix {
    position: static;
  }

  .menunav {
    min-height: 64px;
    padding-right: 0;
    background: 0 0;
  }

  .logo {
    height: 63px;
    background-position: left 22px;
  }

  .us-logo {
    height: 63px;
    background-position: left 20px;
  }

  .sub-logo {
    height: 20px;
    background-position: 0 0;
  }

  .header .logo {
    flex: 0 0 200px;
  }

  .header .us-logo {
    flex: 0 0 163px;
    text-align: left;
  }

  .storepage .brand-item {
    width: 16.6666%;
  }

  .breadcrumb {
    line-height: 1.2;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -8px;
    white-space: nowrap;
    color: #bbb;
  }

  .breadcrumb span {
    font-family: EuclidCircularB;
    font-size: 13px;
    font-weight: 400;
    padding-right: 8px;
    padding-left: 8px;
    color: #999;
  }

  .breadcrumb a:hover span {
    text-decoration: underline;
  }

  .breadcrumb li>span {
    color: #c49f43;
  }

  .menunav-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }

  .menunav-top {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
    border-width: 0;
  }

  .menunav-active {
    position: relative;
    color: #c23838;
  }

  .menunav-active::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    content: "";
    background-color: #c23838;
  }

  .wrapper {
    max-width: 1136px;
    margin: 0 auto;
  }

  .wrapper-banner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .bcommon-img {
    width: 135px;
    height: 22px;
  }

  .bcommon-compose .bcommon-tl {
    margin-top: 10px;
  }

  .bcommon-tl {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
    color: #333;
  }

  .viewall {
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    width: 360px;
  }

  .smallbg::after {
    right: -10px;
    bottom: -13px;
    width: 90px;
    height: 20px;
  }

  .homefooter {
    margin-top: 20px;
  }

  .catels {
    margin-top: -24px;
    margin-left: -24px;
  }

  .brand-ls {
    margin-top: -24px;
    margin-left: -24px;
  }

  .cateitem {
    width: 16.66666%;
    margin-top: 24px;
    padding-left: 24px;
  }

  .brand-item {
    width: 12.5%;
    margin-top: 24px;
    padding-left: 24px;
  }

  .pageleft .brand-ls {
    margin-left: -16px;
  }

  .pageleft .brand-item {
    width: 16.66666%;
    padding-left: 16px;
  }

  .cate-tl {
    font-size: 56px;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .cate-tl::before {
    bottom: -16px;
    height: 44px;
  }

  .pagecontent {
    display: flex;
  }

  .pageleft {
    flex: 0 0 728px;
    width: 728px;
  }

  .pageright {
    flex: 1;
    width: 300px;
    padding-left: 68px;
  }

  .event-pageright {
    flex: 1;
    padding-left: 68px;
  }

  .pageright .catels {
    margin-top: -12px;
  }

  .pageright .cateitem {
    width: 100%;
    margin-top: 12px;
  }

  .store-active::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    content: "";
    background-color: #c23838;
  }

  .new-con {
    display: flex;
  }

  .new-con-txt {
    display: block;
  }

  .catecon:hover .catecon-pic {
    transform: scale(1.05);
  }

  .menunav-link:hover {
    position: relative;
    opacity: 0.85;
  }

  .footer-link:hover {
    color: #fff;
  }

  .type-item {
    width: 33.33333%;
  }

  .category-menu-link:hover,
  .type-text:hover {
    color: #c23838;
  }

  .brand-con:hover .brand-con-tl,
  .menu-category-con:hover .category-menu-link {
    text-decoration: underline;
  }

  .menu-con-item {
    flex: 0 0 25%;
    width: 25%;
  }

  .menu-con-item-con:hover {
    box-shadow: 0 1px 3px rgb(223 54 54/35%);
  }

  .pageright .menu-category-ls {
    display: block;
  }

  .pageright .menu-category-item {
    flex: 0 0 100%;
    width: 100%;
  }

  .store-sales {
    font-size: 22px;
    width: 100px;
  }

  .new-sales-img {
    width: 100px;
  }

  .brandline-con:hover .brandline-tl a,
  .catecon-radius:hover .catecon-tl-radius,
  .catecon-radius:hover .catecon-tl-radius a {
    color: #ee5350;
  }

  .viewall:hover {
    color: #fff;
    background-color: #d33c3c;
  }

  .viewall:hover::before,
  .viewall:hover::after {
    border-color: #fff;
  }

  .new-con:hover,
  .soon-con:hover {
    box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
  }

  .deals-item .soon-con:hover {
    box-shadow: none;
  }

  .subscription {
    cursor: pointer;
  }

  .back {
    display: none;
  }

  .pc-back {
    position: -webkit-sticky;
    position: sticky;
    top: -110px;
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    transform: translateY(calc(100vh + 50px));
    border-radius: 50%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjAgNTEyJz4gPHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTE3NyAxNTkuN2wxMzYgMTM2YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0yMi42IDIyLjZjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDE2MCAyNTUuOWwtOTYuNCA5Ni40Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEw3IDMyOS43Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwxMzYtMTM2YzkuNC05LjUgMjQuNi05LjUgMzQtLjF6Jz48L3BhdGg+IDwvc3ZnPg==) center no-repeat #d33c3c;
    background-size: 50%;
  }

  .event-tl {
    font-size: 24px;
    margin-top: 0;
  }

  .detail-con:hover .rtcode-transition,
  .new-con:hover .rtcode-transition,
  .popular-deal-item:hover .rtcode-transition 
  {
    width: calc(100% - 30px);
  }

  .new-con:hover .rtcode-transition:before,
  .detail-con:hover .rtcode-transition:before,
  .popular-deal-item:hover .rtcode-transition:before {
    right: -30px;
    width: 30px;
    height: calc(100% - 30px);
  }

  .new-con:hover .rtcode-angle,
  .detail-con:hover .rtcode-angle,
  .popular-deal-item:hover .rtcode-angle{
    right: -30px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #aaa;
    border-left: 15px solid #aaa;
  }

  .new-con:hover .rtcode-minibox,
  .detail-con:hover .rtcode-minibox,
  .popular-deal-item:hover .rtcode-minibox {
    top: 15px;
    right: -15px;
    width: 15px;
    height: 15px;
  }

  .row-tl:hover {
    text-decoration: underline;
  }

  .home-banner:hover .icon-right {
    margin-left: 10px;
  }

  .brand-rect-con:hover .brand-rect-con-img {
    transform: scale(1.05);
  }

  .soon-con-info {
    line-height: 1;
    margin-top: 14px;
    padding-right: 16px;
  }

  .deals-item .soon-con-info {
    padding-right: 0;
    padding-left: 0;
  }

  .homepage-category-ls {
    justify-content: center;
  }

  .homepage-category-item {
    width: 16.6667%;
  }

  .homepage-category-item:hover .homepage-category-pic {
    transform: scale(1.05);
  }

  .soon-con:hover .soon-sales-img,
  .soon-con:hover .soon-des-pic {
    transform: scale(1.05);
  }

  .soon-con-info-link {
    height: 38px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .pros-cons {
    display: flex;
    margin-left: -16px;
  }

  .pros-item {
    margin-bottom: 0;
  }

  .pros-cons-item {
    flex: 1;
    margin-left: 16px;
  }

  .home-top10-info {
    flex-direction: row;
    align-items: center;
  }

  .home-top10-btn {
    flex: 0 0 190px;
    margin-left: 16px;
  }

  .top-item:hover,
  .top-brand-content:hover {
    transition: all ease 0.25s;
    box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.1);
  }

  .top-brand-content:hover .top-item-arrow {
    fill: #d33c3c;
  }

  .shop-now:hover,
  .top-home-con:hover .top-home-tl {
    text-decoration: underline;
  }

  .proudct-item-link:hover {
    background-color: #d33c3c;
    color: #fff;
  }

  .proudct-item-link:hover::after {
    border-color: #fff;
  }

  .proudct-item-link:hover .icon-top {
    fill: #fff;
  }

  .home-top10-con:hover .home-top10-btn {
    text-decoration: underline;
  }

  .home-top10-con:hover .home-top10-img {
    transform: scale(1.2);
  }

  .top-home-con:hover .icon-12,
  .stuff-btn:hover .icon-12,
  .stuff-btn:hover .icon-16 {
    transition: all ease 0.25s;
    transform: translateX(5px);
  }

  .source-item-link:hover {
    color: #1558d6;
  }

  .health-rt-item:hover .health-rt-tl {
    text-decoration: underline;
  }

  .health-rt-img {
    width: 88px;
    height: 76px;
    flex: 0 0 88px;
  }

  .goback:hover {
    background-color: #ffe8e8;
  }

  .top-fixed {
    top: 16px;
  }

  .mt-right {
    margin-top: 0;
  }
}

.ads1 {
  width: 100%;
  height: 250px;
}

@media (min-width: 356px) {
  .ads1 {
    width: 100%;
    height: 280px;
  }
}

@media (min-width: 748px) {
  .ads1 {
    width: 100%;
    height: 100px;
  }
}

.ads_side {
  width: 100%;
  height: 250px;
}

@media (min-width: 356px) {
  .ads_side {
    width: 100%;
    height: 250px;
  }
}

@media (min-width: 748px) {
  .ads_side {
    width: 300px;
    height: 250px;
  }
}