.banner-pages {
  border-radius: 30px; }
  @media (max-width: 767px) {
    .banner-pages {
      border-radius: 20px; } }

.top_20px {
  top: 20px; }

.article-name {
  font-size: 1.2rem; }

.blog-name {
  font-size: 22px; }

.page-title h1 {
  font-size: 25px;
  color: var(--mainColor);
  margin: 20px 0; }

.sidebar .buttons-set button {
  color: #fff;
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
  padding: 5px 25px;
  min-width: 150px;
  margin-top: 10px;
  border-radius: 20px; }

.com_info {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover; }

.bg-clock {
  background: var(--bg_cd_page); }

.cl-clock {
  color: var(--cl_cd_page); }

.bg-item {
  background: var(--bg_cd_item); }

@media (min-width: 768px) {
  .mew_flash_page .swiper-slide {
    width: calc(100%/3 - 10px);
    margin-right: 15px; } }

@media (min-width: 992px) {
  .mew_flash_page .swiper-slide {
    width: calc(100%/4 - 11.25px);
    margin-right: 15px; } }

@media (min-width: 1200px) {
  .mew_flash_page .swiper-slide {
    width: calc(100%/5 - 12px);
    margin-right: 15px; } }

@media (max-width: 767px) {
  .mew_flash_page .swiper-slide {
    width: calc(100%/2 - 7.5px);
    margin-right: 15px; } }

.sold-module {
  height: 20px;
  border-radius: 10px;
  background: #d5d5d5;
  z-index: 1; }
  .sold-module img {
    left: 2px;
    top: -2px;
    width: 18px;
    z-index: 3; }
  .sold-module .sold {
    font-size: 12px;
    color: #fff;
    z-index: 2;
    line-height: normal; }
    @media (max-width: 375px) {
      .sold-module .sold {
        font-size: 9px; } }
  .sold-module .remain {
    background: linear-gradient(to right, var(--bg_fl_1), var(--bg_fl_2));
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px; }
    .sold-module .remain:before {
      content: '';
      width: 100%;
      height: 100%;
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
      animation: progress_bar_fill 2s linear infinite;
      background-size: 30px 30px;
      position: absolute; }

@keyframes progress_bar_fill {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 0; } }

.box-content-flashsale {
  border: 2px solid var(--bg_cd_page); }

.top_20px {
  top: 20px; }

.article-name {
  font-size: 1.2rem; }

.blog-name {
  font-size: 22px; }

.sidebar .buttons-set button {
  color: #fff;
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
  padding: 5px 25px;
  min-width: 150px;
  margin-top: 10px;
  border-radius: 20px; }

.com_info {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover; }

.rte a {
  color: var(--mainColor); }
  .rte a:hover {
    filter: brightness(0.6); }

.top_blog {
  top: 40px; }

.bg-sale {
  background: var(--bgSale); }

.title_bar a {
  font-size: 14px; }

@media (min-width: 768px) {
  .blog-item-list {
    margin-bottom: 10px !important; } }

.blog-item-list:last-child {
  margin-bottom: 0px !important; }

.blog-item-list .blog-item-name {
  font-size: 1rem; }

.google-map iframe {
  border: none;
  width: 100% !important;
  height: 100%;
  min-height: 400px; }

.buttons-set {
  margin-bottom: 15px; }

.contact {
  padding-top: 10px; }

.page-title h1 {
  font-size: 25px;
  margin: 20px 0; }

.rte h2 {
  border-left: 2px solid var(--btnBuy);
  padding-left: 10px;
  color: var(--btnBuy);
  font-size: 20px;
  margin-bottom: 10px; }

.rte h3 {
  font-size: 18px; }

.rte h4 {
  font-size: 16px; }

.rte h5 {
  font-size: 14px; }

.rte h6 {
  font-size: 12px; }

.blog-list h3 img {
  max-width: 28px; }

.blog-list ul li {
  min-width: 25%;
  flex: 0 0 25%; }
  @media (max-width: 767px) {
    .blog-list ul li {
      min-width: 50%;
      flex: 0 0 50%; } }
  .blog-list ul li .image {
    width: 3rem;
    height: 3rem;
    min-width: 48px; }
    .blog-list ul li .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-list ul li .text h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0; }
  .blog-list ul li .text span {
    font-size: .75rem;
    line-height: 1rem; }
