@import 'https://cdn.jsdelivr.net/npm/reset-css@5.0.1/reset.min.css';
@import url(https://at.alicdn.com/t/font_2734428_72s8iplqrzm.css);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato");
.font_num {
  font-family: "Lato", sans-serif;
}

.bg_blue {
  background: #3bbfd7 !important;
}

.bg_green {
  background: #31c297 !important;
}

.bg_red {
  background: #F24B4E !important;
}

.text_red {
  color: #F24B4E !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
}

body {
  color: #262626;
  margin-bottom: 3.5rem;
  color: #333;
  font-size: 14px;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.main {
  max-width: 500px;
  margin: auto;
  background: #fff;
  min-height: 100vh;
}

.container {
  padding: 0 16px;
}

.w_100 {
  width: 100% !important;
}

.pd {
  padding: 12px;
}

.pr_0 {
  padding-right: 0 !important;
}

.position_ralative {
  position: relative;
}

.jcb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link_gray {
  display: inline-block;
  color: #333;
}

.title_page {
  margin-bottom: 0.75rem;
  padding-right: 16px;
}
.title_page h2 {
  margin-bottom: 0;
}
.title_page .swiper-pagination {
  position: static;
}

.row_omo {
  display: flex;
  flex-wrap: wrap;
}

.row_omo > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333%;
}

.btn,
.btn_outline {
  display: block;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #000;
}

.btn_outline {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn_disable {
  pointer-events: none;
  opacity: 0.8;
}

.btn_lg {
  font-size: 1rem;
  padding: 0.9rem 0.75rem;
}

.btn_gray {
  background: #979797;
}

.text_gray {
  color: #979797;
}

.my_1 {
  margin: 1rem 0;
}

.my_2 {
  margin: 2rem 0;
}

.mb {
  margin-bottom: 0.5rem;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_1 {
  margin-bottom: 1rem;
}

.mb_2 {
  margin-bottom: 2rem;
}

.mb_page {
  margin-bottom: 4.5rem !important;
}

.rounded {
  border-radius: 50px !important;
}

.padded {
  padding: 0.75em;
}

.text_center {
  text-align: center;
}

.d_block {
  display: block;
}

small {
  font-size: 0.8rem;
}

.link_blue {
  color: #4873c4;
}

.swiper-container {
  --swiper-theme-color: #ffa42e;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.2;
  margin: 0 2px;
}

.swiper-pagination-bullet-active {
  width: 1.05rem;
  opacity: 1;
  border-radius: 50px;
  background: #000;
}

.header_top {
  background: #ffa42e;
  padding: 0.25rem;
}

.header_search {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eee;
}

.header {
  position: relative;
  background: #fff;
  padding: 0.75rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.header h1 {
  font-weight: bold;
  font-size: 1.1rem;
}

.header_icon {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  color: #ffa42e;
  font-size: 1.5rem;
}

.menu_icon_btn {
  background: #000 !important;
}

.omo_btn {
  color: #fff;
  background: #000;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}

.btn_gray {
  background: rgb(133, 133, 133);
}

.add_more_content {
  width: 94%;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
}
.add_more_content .add_more_title {
  border-radius: 12px 12px 0 0;
}

.add_more_title {
  background: #666666;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.75rem 0.5rem;
  margin-top: 0.75rem;
  letter-spacing: 0.05em;
}

.discountbutton {
  border-radius: 3px;
}

.add_num {
  display: block;
  margin: 0 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.d_flex {
  display: flex;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.media {
  display: flex;
  padding: 12px;
  align-items: center;
}
.media .image {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #eee;
  background-position: center;
  background-size: cover;
  margin-right: 0.5rem;
}

.logo {
  padding: 0;
  padding-bottom: 12px;
  font-size: 14px;
}
.logo .image {
  width: 30px;
  height: 30px;
}

.card {
  position: relative;
  border-radius: 6px;
  padding: 0 16px;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.card_img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  background: #F4F4F4;
}
.card_img img {
  width: 100%;
  border-radius: 3px;
}
.card_img .icon_like {
  right: 6px;
  bottom: 6px;
}
.card_img .icon_like img {
  height: 18px;
}

.swiperLogo .card_img {
  border: 1px solid #CDCDCD;
}

.logo_img {
  width: 65px;
  height: 65px;
}

.price {
  text-align: center;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.price .main_price {
  color: #F24B4E;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  margin-right: 0.25rem;
}
.price .sale_price {
  font-size: 12px;
  color: #979797;
  text-decoration: line-through;
  font-family: "Lato", sans-serif;
}

.prograss {
  position: relative;
  background: #DCDCDC;
  border-radius: 50px;
  height: 22px;
  width: 100%;
  padding: 0.25rem;
  text-align: center;
  font-size: 12px;
  display: flex;
  color: #fff;
}
.prograss p {
  position: relative;
  z-index: 2;
  margin: auto;
}
.prograss span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 75%;
  background: linear-gradient(45deg, #ff8ca7 0%, #f7c11f 100%);
  border-radius: 50px;
}

.limit_img {
  width: 100px;
  height: 100px;
}

.limit_title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: #FA4A4D;
  color: #fff;
  border-radius: 15px 50px 50px 0;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  display: inline-block;
}

.head_limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-right: 12px;
}
.head_limit .time {
  font-weight: bold;
}

.countdown {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.countdown h3 {
  font-size: 12px;
  font-weight: normal;
}
.countdown .date {
  display: flex;
  align-items: center;
  color: #000;
  margin-left: 0.5rem;
}
.countdown .date span {
  background: #000;
  border-radius: 4px;
  color: #fff;
  width: 28px;
  height: 23px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
}

.more {
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}
.more a {
  color: #262626;
}
.more a i {
  color: #000;
}

.swiper_event {
  padding-bottom: 4px;
}

.card_event {
  align-items: center;
  color: #262626;
  border: 1px solid #DDDDDD;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.card_event .card_img {
  width: 100%;
  border: 0;
}
.card_event .card_img img {
  border-radius: 0;
}
.card_event .info {
  width: 100%;
  text-align: left;
  padding: 14px 16px 12px 16px;
}
.card_event .info h3 {
  color: #A8A8A8;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.card_event .info p {
  color: #000;
  font-size: 1rem;
}

.cate_content {
  background: #fff;
}
.cate_content h2.title {
  text-align: center;
  justify-content: center;
}

.title_cate {
  text-align: center;
  padding: 12px;
}

.row_omo .col-6, .recommend_list .col-6 {
  margin-bottom: 0.5rem;
}

#footer {
  position: relative;
  z-index: 9;
}

.footer_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 15px 15px 0px 0px;
  background: #fff;
  text-align: center;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
.footer_bar img {
  height: 1.5rem;
  margin: 0 auto 0.25rem auto;
  opacity: 0.8;
}
.footer_bar .img_active {
  display: none;
}
.footer_bar ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer_bar ul a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: rgba(151, 151, 151, 0.8);
}
.footer_bar ul a.active {
  color: #262626;
}
.footer_bar ul a.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background: #000;
}
.footer_bar ul a.active img {
  display: none;
}
.footer_bar ul a.active .img_active {
  display: block;
  opacity: 1;
}
.footer_bar ul p {
  font-size: 12px;
}

body {
  background: #f7f7f7;
}

.form_list {
  border-top: 1px solid #eee;
}

.form_group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0 4%;
  background: #fff;
  min-height: 3rem;
}
.form_group label, .form_group .form_title {
  flex-shrink: 0;
  min-width: 5rem;
  color: #585858;
}
.form_group input {
  border-radius: 0;
  display: block;
  border: none;
  box-shadow: none;
  appearance: normal;
  width: 100%;
  padding: 0.9rem 0;
  margin-left: 0.75rem;
  color: #262626;
  font-size: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0 none;
}
.form_group input::placeholder {
  color: #939393;
}
.form_group textarea {
  border-radius: 0;
  display: block;
  border: none;
  box-shadow: none;
  appearance: normal;
  padding: 0.9rem 0;
  margin-left: 0.75rem;
  color: #262626;
  font-size: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0 none;
}

.form_notice {
  font-size: 0.9rem;
}
.form_notice h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.form_notice p {
  line-height: 1.4;
  color: #979797;
}

.logo_rounded_lg {
  text-align: center;
}
.logo_rounded_lg img {
  border-radius: 100%;
  width: 80px;
}

.register_phone {
  padding: 1.5rem 0;
  text-align: center;
}
.register_phone h4 {
  font-size: 0.95rem;
  color: #979797;
  margin-bottom: 0.15rem;
}
.register_phone p {
  font-size: 1.3rem;
  color: #262626;
  font-family: "Lato", sans-serif;
}

.form_checkbox {
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #979797;
  font-size: 0.95rem;
}
.form_checkbox label {
  display: flex;
}

.icon_check {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
  flex-shrink: 0;
}

.checkbox_input {
  position: absolute;
  opacity: 0;
}
.checkbox_input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox_input:hover + label .icon_check {
  border-color: #000;
}
.checkbox_input:checked + label .icon_check {
  background: #000;
  border-color: #000;
}
.checkbox_input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

select {
  appearance: none;
  border: 0;
  color: #7e7e7e;
  font-size: 0.95rem;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.form_select {
  position: relative;
  display: flex;
  align-items: center;
}
.form_select span {
  margin-left: 5px;
  color: #000;
}

.form_input {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.9rem 0;
  margin-left: 0.75rem;
}

.form_group input[type=radio] {
  background: #eee;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  margin-right: 0.5rem;
}
.form_group input[type=radio]:checked {
  background: #000;
}

.image_3 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.image_3 .image {
  width: 30%;
  object-fit: cover;
  object-position: center;
  height: 30vw;
  margin: 0 1.66%;
}
.image_3 img {
  width: 100%;
}

.title_icon {
  margin-bottom: 1.5rem;
  letter-spacing: 0.07em;
}
.title_icon img {
  height: 40px;
  margin-bottom: 0.75rem;
}
.title_icon h2 {
  font-size: 1.05em;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.title_icon p {
  color: #979797;
  font-size: 0.9em;
}

.info_list {
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  text-align: left;
}
.info_list li {
  display: flex;
  align-items: center;
  padding: 0 4%;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
.info_list h4 {
  flex-shrink: 0;
  min-width: 5rem;
  color: #585858;
}
.info_list p {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 0.9rem 0;
  font-weight: bold;
  color: #333;
}
.info_list .price {
  color: #F24B4E;
  font-family: "Lato", sans-serif;
  margin: 0;
}

.list_notice {
  font-size: 0.9rem;
  color: #979797;
  line-height: 1.4;
  text-align: justify;
}
.list_notice li {
  margin-bottom: 0.75rem;
}

.share_page .header {
  background: #000;
  color: #fff;
  font-size: 1.1rem;
}

.recommend_item {
  padding: 0.75rem;
  background: #fff;
  width: 94%;
  margin: 0.75rem auto;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.re_header {
  display: flex;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}
.re_header .user {
  display: flex;
  align-items: center;
  color: #000;
}
.re_header .user .img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.5rem;
}
.re_header .user .img img {
  width: 100%;
  height: 100%;
}
.re_header .info {
  white-space: nowrap;
  font-size: 12px;
  color: #999;
  margin-left: auto;
  text-align: right;
}
.re_header .info div {
  margin: 0.15rem 0;
}

.re_content {
  padding: 1rem 0;
  line-height: 1.6;
}

.re_good {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #c0c0c0;
  padding-top: 1rem;
}
.re_good::before {
  content: "";
  background-image: url("../img/icon/thumbs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  color: #c0c0c0;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  filter: grayscale(1);
  opacity: 0.6;
}
.re_good.active::before {
  filter: grayscale(0);
  opacity: 1;
}

.re_gallery {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.re_gallery li {
  width: 32%;
}
.re_gallery li a {
  height: 30vw;
  display: block;
}
.re_gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.re_store {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  color: #c0c0c0;
  border-top: 1px solid #eee;
}
.re_store::before {
  content: "";
  background-image: url("../img/icon/store.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  color: #c0c0c0;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.re_p_name {
  margin-right: 0.5rem;
}

a.re_product {
  color: #5a5a5a;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
a.re_product img {
  width: 60px;
  margin-right: 0.75rem;
  border-radius: 4px;
}
a.re_product::after {
  content: "";
  background-image: url("../img/icon/right_circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_point {
  background: linear-gradient(45deg, #ecb768 0%, #F24B4E 100%);
  color: #fff;
  text-align: center;
  padding: 2rem 1rem 3rem 1rem;
}
.banner_point p {
  margin-bottom: 0.5rem;
}
.banner_point .point {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.point_content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  bottom: 20px;
  background: #fff;
}

.point_list {
  display: none;
}
.point_list.active {
  display: block;
}
.point_list li {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.point_list .date {
  font-family: "Lato", sans-serif;
  color: rgb(177, 177, 177);
}
.point_list .num {
  color: #ecb768;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
}
.point_list .type {
  border-radius: 50px;
  padding: 0.25rem 0.5rem;
  background: #ecb768;
  color: #fff;
  margin-right: auto;
  margin-left: 0.75rem;
  height: auto;
  line-height: 1;
  width: auto;
}

.point_list_used .num {
  color: #636363;
}
.point_list_used .order h3 {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 0.25rem;
}

.notice_info h3 {
  color: #ecb768;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.notice_info p {
  line-height: 1.5;
  text-align: justify;
}

.tab_line {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.tab_line li {
  width: 100%;
  border-bottom: 2px solid #eee;
  background: #fff;
}
.tab_line li.active {
  border-bottom: 2px solid #ecb768;
}
.tab_line li.active a {
  color: #ecb768;
}
.tab_line a {
  display: block;
  color: #6a6a6a;
  width: 100%;
  padding: 1.1rem 0.75rem;
  font-size: 1.1rem;
}

.scroll_tab {
  background: #fff;
  padding: 0 0.75rem;
  width: 100%;
  overflow-x: scroll;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.scroll_tab ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.scroll_tab ul a {
  color: #3a3a3a;
  display: inline-block;
  padding: 1rem 0.75rem;
  font-size: 13px;
}
.scroll_tab ul a.active {
  color: #000;
  border-bottom: 1px solid #000;
}

.home_head_info {
  margin-left: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i_points {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 0.25rem 0.5rem;
  color: #333;
  font-size: 12px;
  margin-top: 0.25rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #7a7a7a;
}
.i_points span {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #000;
}

.social_icon {
  display: flex;
  align-items: center;
}
.social_icon img {
  width: 22px;
  margin-left: 0.65rem;
}

.home_head {
  position: relative;
  background: #F2F2F2;
  color: #333;
  padding-bottom: 4rem;
  background-size: cover;
  background-position: center;
}
.home_head h2 {
  letter-spacing: 0.07em;
}
.home_head .container {
  position: relative;
  z-index: 2;
}
.home_head .media {
  display: block;
  padding-bottom: 0.5rem;
  border-radius: 0 0 50px 50px;
  padding: 0.75rem 1rem 0.5rem 1rem;
}
.home_head .media h2 {
  margin-left: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.25rem;
}
.home_head .media h2 img {
  height: 1rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.home_head .media .image {
  top: 9px;
  position: absolute;
}
.home_head.cover {
  background-image: url("https://images.unsplash.com/photo-1500964757637-c85e8a162699?ixid=MnwxMjA3fDB8MHxzZWFyY2h8Njd8fGFic3RyYWN0JTIwYmFja2dyb3VuZHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60");
}
.home_head.cover .media {
  position: relative;
}
.home_head.cover .point_list {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.home_head.cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.home_head::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_radius.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  pointer-events: none;
}

ul.point_list {
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin-top: 0.25rem;
}
ul.point_list li span {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 0.25rem;
}
ul.point_list li h4 {
  font-size: 0.875rem;
}

.swiperHomeSlide {
  margin: 0 16px;
  margin-bottom: 2.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.swiperHomeSlide img {
  width: 100%;
  border-radius: 10px;
}

.search_bar {
  position: relative;
  text-align: center;
  letter-spacing: 0.07em;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}
.search_bar input {
  border-radius: 10px;
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
  margin: auto;
  padding: 0.75rem;
  font-size: 1rem;
  padding-right: 2.5rem;
}
.search_bar input::placeholder {
  color: #979797;
}

.search_bar_content.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 0;
  background: #F2F2F2;
  z-index: 12;
  border-bottom: 1px solid #DDDDDD;
}
.search_bar_content.sticky .search_bar {
  transform: none;
  position: static;
  margin: auto;
}

.icon_input {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  margin: 0.25rem 0.5rem;
  font-size: 1.5rem;
}

.home_content {
  padding: 0;
  padding-top: 0.5rem;
}
.home_content .search_bar {
  position: absolute;
  transform: translateY(-3.5rem);
  width: 90%;
  left: 5%;
}
.home_content .search_bar input {
  width: 90%;
}

.title {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 20px;
}
.title::before {
  background: #000;
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 0.5rem;
  border-radius: 50%;
}

.title_line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
}
.title_line .dot {
  content: "";
  background: #000;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.title_line .txt {
  flex-shrink: 0;
}
.title_line::before, .title_line::after {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  width: 100%;
}

.bar_cate {
  text-align: center;
  padding: 1rem 0 1rem 1rem;
  position: sticky;
  z-index: 999;
  top: 0;
  background: #fff;
}
.bar_cate h3 {
  background: #cdcdcd;
  color: #fff;
  border-radius: 4px;
  padding: 0.3rem 0.4rem;
}
.bar_cate .swiper-slide,
.bar_cate h3 {
  display: inline-block;
  width: auto;
}
.bar_cate .swiper-slide-active h3 {
  background: #000;
}

.icon_share {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 12;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: flex;
}
.icon_share img {
  height: 1.5rem;
  margin: auto;
}

.home_block a {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.home_block .col-4 a {
  height: 28vw;
}
.home_block .col-4 a img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home_block .col-4 a p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
  letter-spacing: 0.1em;
}

.home_icon {
  padding: 0 16px;
}
.home_icon .card {
  padding: 0;
  border: 1px solid #DDDDDD;
  background: #F4F4F4;
}
.home_icon a {
  display: block;
  width: 100%;
  color: #333;
  text-align: center;
}
.home_icon img {
  height: 46px;
  margin: 2rem 0;
}
.home_icon p {
  background: #fff;
  padding: 0.75rem 0;
  border-top: 0;
}

.scrollShare {
  height: 180px;
  margin-bottom: 1.25rem;
}
.scrollShare ul {
  display: flex;
}
.scrollShare li {
  height: 180px;
}

.share_item {
  background: #fff;
  padding: 20px;
  margin-right: 8px;
  width: 280px;
  height: 180px;
  border: 1px solid #eee;
}
.share_item .name p {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.share_item .date {
  font-size: 0.8rem;
  color: #8e8e8e;
  font-family: "Lato", sans-serif;
}
.share_item .share_user {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.share_item .share_user .user_img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #eee;
  background-image: url("../../img/user.png");
  margin-right: 0.75rem;
  background-size: cover;
  background-position: center;
}
.share_item .comment p {
  white-space: normal;
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 575px) {
  .share_item {
    padding: 15px;
    border-radius: 12px;
  }
}

a.card_product {
  color: #333;
  display: block;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}
a.card_product .icon_like {
  margin-left: auto;
  margin-right: 0.25rem;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #DCDCDC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.card_product .card_img {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #F4F4F4;
}
a.card_product .card_img img {
  border-radius: 0;
}
a.card_product .card_img span {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0.45rem;
  writing-mode: vertical-lr;
  border-radius: 3px 0px 8px 0;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  display: none;
}
a.card_product .info {
  padding: 12px 12px 6px 12px;
}
a.card_product .info .store_name {
  color: #828282;
  font-size: 13px;
}
a.card_product .info h4 {
  margin: 0.75rem 0;
  line-height: 1.2rem;
  font-size: 14px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
a.card_product .info .price {
  justify-content: flex-start;
}
a.card_product.recommend {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
a.card_product.recommend .info {
  padding: 0 0.5rem;
}
a.card_product.recommend .info .icon_like {
  margin-left: auto;
}

.p_spc_name {
  background: #e4e4e4;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 6px;
  font-size: 12px;
  color: #666;
  margin-top: 0;
}

.recommend_list {
  padding: 0.5rem 0.25rem;
}

.swiperSingle img {
  width: 100%;
}

.p_info {
  color: #4b4b4b;
  background: #fff;
  padding: 1rem 0.75rem;
}
.p_info .name {
  margin-bottom: 1rem;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
}

.p_info_sm {
  display: flex;
  align-items: center;
}
.p_info_sm .p_img {
  position: relative;
  display: block;
  width: 70px;
  margin-right: 0.5em;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}
.p_info_sm .p_img img {
  width: 100%;
  border-radius: 4px;
}
.p_info_sm .name {
  margin-bottom: 0;
}
.p_info_sm .p_price {
  margin-top: 0.35rem;
  width: 100%;
}
.p_info_sm .btn_dark {
  margin-left: auto;
}

.p_info_md {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(242, 242, 242);
}
.p_info_md .p_content {
  width: 100%;
}
.p_info_md .p_img {
  position: relative;
  display: block;
  width: 100px;
  margin-right: 1em;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}
.p_info_md .p_img img {
  width: 100%;
  border-radius: 4px;
}
.p_info_md .name {
  margin-bottom: 0;
}
.p_info_md .p_price {
  margin-top: 0.35rem;
}

.p_price {
  align-items: center;
}
.p_price h2 {
  color: #F24B4E;
  font-size: 1.05rem;
  font-family: "Lato", sans-serif;
}
.p_price h2 small {
  color: #979797;
  margin-right: 0.15rem;
}
.p_price s {
  font-size: 0.8rem;
  color: #979797;
  margin-left: 0.5rem;
}

.p_store {
  padding: 0.75rem;
  background: #fff;
  display: flex;
  align-items: center;
}
.p_store img {
  height: 50px;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  margin-right: 0.5rem;
}
.p_store .btn_outline {
  margin-left: auto;
}

ul.p_list {
  margin-bottom: 0.5rem;
}
ul.p_list li {
  display: flex;
  align-items: center;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}
ul.p_list li:last-child {
  border-bottom: 0;
}
ul.p_list li h4 {
  margin-right: 0.5rem;
  color: #979797;
  font-weight: bold;
  font-size: 0.9rem;
  flex-shrink: 0;
}
ul.p_list li p {
  font-size: 12.5px;
}
ul.p_list .p_store {
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
}
ul.p_list .right {
  height: 1rem;
  margin-left: auto;
}
ul.p_list.p_list_store {
  margin-bottom: 0;
}

.title_dots2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: center;
  margin: 1rem 0;
}
.title_dots2::before, .title_dots2::after {
  content: "";
  background: #000;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 0.5rem;
  border-radius: 50%;
}

.content {
  background: #fff;
  padding: 0.75em;
  line-height: 1.6;
}
.content .none_content {
  text-align: center;
  color: #b9b9b9;
  margin: 0.5rem 0;
}
.content img {
  max-width: 100%;
}

.footer_addcart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
  z-index: 20;
}
.footer_addcart a {
  color: #979797;
}
.footer_addcart .btn_icon {
  position: relative;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 100%;
  height: 2.7rem;
  width: 2.7rem;
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
}
.footer_addcart .btn_icon ion-icon {
  font-size: 1.5rem;
  margin: auto;
}
.footer_addcart .btn_icon span {
  display: none;
  position: absolute;
  height: 1.2rem;
  width: 1.2rem;
  background: #F24B4E;
  color: #fff;
  border-radius: 100%;
  right: -0.25rem;
  top: -0.5rem;
  font-size: 14px;
  line-height: 1.2rem;
  font-weight: bold;
}
.footer_addcart .btn_icon.active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.footer_addcart .btn_icon.active span {
  display: block;
}
.footer_addcart .btn_group {
  display: flex;
  margin-left: auto;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.footer_addcart .btn {
  background: #ecb768;
  border: 0;
  color: #fff;
  padding: 0.75rem 0.5rem;
  margin-left: auto;
  width: 100%;
  border-radius: 0;
}
.footer_addcart .btn_check {
  border-radius: 50px 0 0 50px;
  background: #000;
}
.footer_addcart .price {
  color: #F24B4E;
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  margin: auto;
  margin-left: 0.5rem;
}
.footer_addcart .footer_total {
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  margin: 0 1rem;
  align-items: flex-end;
}
.footer_addcart .footer_total small {
  color: #979797;
}
.footer_addcart .footer_total .price {
  margin-left: 0.1em;
  font-size: 1.2rem;
}
.footer_addcart.footer_addcart_up {
  bottom: 60px;
  left: 2%;
  width: 96%;
  border-radius: 50px;
}

.p_discount {
  background: linear-gradient(45deg, #ff8ca7 0%, #f7c11f 100%);
  color: #fff;
  padding: 1rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_discount .countdown {
  text-align: right;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.p_discount .price {
  display: block;
  text-align: left;
  margin: 0;
}
.p_discount .price h3 {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 1.35rem;
  display: block;
  margin-bottom: 0.25rem;
}
.p_discount .price s {
  display: block;
  font-size: 0.9rem;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #2a2a2a;
}
.tabs li {
  position: relative;
  padding: 0.8rem 0.25rem;
  font-size: 1.1rem;
  letter-spacing: 0.09em;
  width: 25%;
  text-align: center;
}
.tabs li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 50px;
  background: #000;
  transition: 0.3s ease;
}
.tabs li.active::after {
  width: 100%;
}

.filter {
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-around;
  color: #7e7e7e;
  padding: 0 0.75rem;
}
.filter .filter_price {
  width: 30%;
  text-align: center;
  padding: 0.5rem;
}

.filter_btn {
  font-size: 1rem;
  color: #9e9e9e;
}

.filter_price span {
  display: none;
  color: #000;
}
.filter_price .active {
  display: inline-block;
}

.tab_limit {
  display: flex;
  text-align: center;
  justify-content: space-between;
  color: #fff;
  background: #000;
  font-size: 0.9rem;
  font-weight: bold;
}
.tab_limit span {
  display: block;
  border-radius: 50px;
  padding: 0.2rem 0.25rem;
  margin-bottom: 0.25rem;
}
.tab_limit p {
  font-size: 12px;
}
.tab_limit li {
  width: 25%;
  padding: 0.35rem 0.75rem;
}
.tab_limit li.active span {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.product_limit {
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}
.product_limit .info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product_limit .card_img {
  height: 120px;
  width: 120px;
  border-radius: 4px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.product_limit .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product_limit .card_img .icon_like img {
  height: 1.6rem;
}
.product_limit h4 {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.product_limit .prograss_list {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.product_limit .prograss_list p {
  font-size: 12px;
  flex-shrink: 0;
  margin-left: 1rem;
  color: #6a6a6a;
}
.product_limit .prograss {
  height: 10px;
}
.product_limit .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.product_limit .foot a {
  background: #F24B4E;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  display: inline-block;
}

.limit_start {
  position: relative;
  background: #EFE8CA;
  display: inline-block;
  text-align: center;
  margin-top: 20%;
  padding: 20px 30px;
  border-radius: 20px;
  border: 3px solid #ffa42e;
}
.limit_start::before, .limit_start::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #9b6e33;
  border-radius: 100%;
}
.limit_start::before {
  top: 0.75rem;
  left: 0.75rem;
}
.limit_start::after {
  top: 0.75rem;
  right: 0.75rem;
}
.limit_start h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.limit_start .date {
  padding: 0.2rem;
  font-size: 1.5rem;
}
.limit_start .date span {
  font-size: 1.7rem;
  width: 3rem;
  height: 2.4rem;
}

.limit_end {
  position: relative;
}
.limit_end .head_limit {
  display: none;
}
.limit_end::before {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  background-image: url(../img/icon/limit_end.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.limit_end .product_limit {
  opacity: 0.5;
  pointer-events: none;
}
.limit_end .product_limit a {
  display: none;
}

.icon_like {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  text-align: center;
  z-index: 12;
}
.icon_like img {
  position: relative;
  width: auto;
  height: 1.8rem;
  transition: 0.2s ease;
  z-index: 2;
}
.icon_like::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(../img/icon/heart-fill.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  opacity: 0;
  transition: 0.25s ease;
  z-index: 8;
}
.icon_like.active img {
  opacity: 0;
}
.icon_like.active::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 999;
  display: none;
}
.popup.show {
  display: flex;
}

.swal2-container.swal2-top-end > .swal2-popup {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.popup_footer {
  background: #f9f9f9;
  display: flex;
  align-items: center;
}
.popup_footer .btn_addcart {
  width: 50%;
  padding: 0.85rem 0.5rem;
  background: #000;
  color: #fff;
  text-align: center;
}

.count {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count a {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  color: #000;
  font-family: "Lato", sans-serif;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.count a img {
  height: 1.1rem;
  margin: auto;
}
.count span {
  display: block;
  margin: 0 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.popup_content {
  background: #fff;
  border-radius: 0.25rem;
  margin: auto;
  width: 90%;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.popup_content h3 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.popup_content .price {
  font-size: 1.4rem;
  color: #F24B4E;
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
}

.list_choose {
  margin-bottom: 0.75rem;
}
.list_choose h4 {
  font-size: 0.9rem;
  font-weight: bold;
}
.list_choose ul {
  display: flex;
  flex-wrap: wrap;
}
.list_choose li {
  border: 1px solid #979797;
  color: #3a3a3a;
  min-width: 31.333%;
  border-radius: 50px;
  padding: 0.1rem 0.75rem;
  text-align: center;
  margin: 1%;
}
.list_choose li.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.popup_close {
  text-align: right;
  font-size: 1.6rem;
  color: #979797;
  line-height: 1;
}

.popup_fill {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.3s ease;
}
.popup_fill.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.popup_header {
  position: relative;
  padding: 1rem 0.75rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 1.1rem;
}
.popup_header .close_popup {
  position: absolute;
  top: 0.85rem;
  right: 0.75rem;
}
.popup_header .close_popup ion-icon {
  font-size: 1.5rem;
}

.popup_fill_content {
  padding: 0.75rem;
}

ul.sale_list li {
  padding: 0.75rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  margin-bottom: 0.75rem;
}
ul.sale_list .image img {
  height: 70px;
  border-radius: 8px;
}
ul.sale_list .info {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  line-height: 1.3;
}
ul.sale_list .info h3 {
  margin-bottom: 0.75rem;
}
ul.sale_list .info .date {
  margin-top: auto;
  color: #777;
  font-size: 0.8rem;
}

.cart_mini_container {
  position: relative;
  width: 98%;
  background: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 130px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s ease;
}
.cart_mini_container::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #fff transparent transparent transparent;
}
.cart_mini_container .cart_mini_container_tile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.cart_mini_container .cart_mini_container_tile .num {
  color: #7e7e7e;
  font-size: 0.9rem;
}
.cart_mini_container .cart_mini_container_tile .num span {
  font-family: "Lato", sans-serif;
  color: #F24B4E;
  font-size: 1.1rem;
}
.cart_mini_container .cart_mini_container_tile .btn {
  padding: 0.5rem 1.2rem;
}

.cart_mini {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 59px);
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 99;
  display: flex;
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
}
.cart_mini.show {
  opacity: 1;
  visibility: visible;
}
.cart_mini.show .cart_mini_container {
  opacity: 1;
  transition: 0.3s ease;
  transform: translateY(0);
}
.cart_mini.cart_mini_up {
  height: 100%;
}

.cart_list {
  max-height: 65vh;
  overflow: scroll;
}
.cart_list li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 0.75rem 0;
}
.cart_list li .image {
  position: relative;
}
.cart_list li .image img {
  border-radius: 0.25rem;
  width: 70px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.cart_list li:last-child {
  border: 0;
}
.cart_list .info {
  width: 100%;
}
.cart_list .info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.cart_list .info .spe {
  color: #a3a3a3;
  font-size: 13px;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart_list .info .price {
  justify-content: flex-start;
}
.cart_list .edit_num {
  flex-shrink: 0;
  margin-left: auto;
  margin-top: auto;
}
.cart_list .edit_num .count {
  width: auto;
}
.cart_list .edit_num .count a {
  flex-shrink: 0;
}

.icon_sale {
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  width: 23px;
  height: 23px;
  background-image: url(../img/icon/icon_sale.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.label_sale {
  margin-top: 0.25rem;
}
.label_sale span {
  font-size: 12px;
  border: 1px solid #000;
  color: #000;
  border-radius: 3px;
  margin-right: 5px;
  padding: 0.15rem;
  display: inline-block;
}

.label_attr {
  font-size: 13px;
  color: #888;
  display: block;
  margin: 0.25rem 0 0.15rem 0;
}

.mb {
  margin-bottom: 0.75em;
}

.ml_auto {
  margin-left: auto;
}

.step_bar {
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 0.25em;
  font-family: "Lato", sans-serif;
}
.step_bar .step_item {
  position: relative;
  display: flex;
  padding: 10px 12px;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
}
.step_bar .step_item:nth-child(1) {
  flex-shrink: 0;
  width: 30%;
}
.step_bar .step_item:nth-child(2) {
  flex-shrink: 0;
  width: 45%;
}
.step_bar .step_item:nth-child(3) {
  flex-shrink: 0;
  width: 25%;
}
.step_bar .step_item span {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-right: 4px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_bar .step_item p {
  position: relative;
  z-index: 2;
}
.step_bar .step_item::after, .step_bar .step_item::before {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 20px 16px;
  border-color: transparent transparent transparent #fff;
}
.step_bar .step_item::before {
  right: -16px;
  border-color: transparent transparent transparent #000;
}
.step_bar .step_item:last-child::after, .step_bar .step_item:last-child::before {
  display: none;
}
.step_bar .step_item.active {
  background: #000;
  color: #fff;
}
.step_bar .step_item.active span {
  color: #fff;
  border-color: #fff;
}
.step_bar .step_item.active::after {
  border-color: transparent transparent transparent #000;
}
.step_bar .step_item.nocheck::after, .step_bar .step_item.nocheck::before {
  display: none;
}

.list_ul {
  background: #fff;
  margin-bottom: 0.5rem;
}
.list_ul li {
  padding: 0.75em;
  border-bottom: 1px solid #eee;
}
.list_ul .li_title {
  display: flex;
  font-size: 0.9em;
  color: #8e8e8e;
  align-items: center;
}
.list_ul .li_title i {
  color: #a1a1a1;
  margin-right: 0.75rem;
}
.list_ul .li_title svg {
  color: #a1a1a1;
  margin-right: 0.75rem;
}
.list_ul .li_item .tag {
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #555;
  color: #555;
}
.list_ul .li_item .tag.active {
  border: 1px solid #000;
  color: #000;
}

.list_item {
  display: flex;
  background: #fff;
  padding: 0.75em;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.list_item .list_item_title {
  flex-wrap: nowrap;
  margin-right: 0.5rem;
  min-width: 5.2em;
  font-size: 0.9em;
  color: #8e8e8e;
}
.list_item i, .list_item svg {
  margin-left: auto;
}

.list_detail {
  background: #fff;
  padding: 0.75em;
  color: #8e8e8e;
}
.list_detail p {
  margin-bottom: 0.75em;
}
.list_detail p:last-child {
  margin-bottom: 0;
}

.list_linepoint {
  position: fixed;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.list_linepoint input {
  border: 1px solid rgb(181, 181, 181);
  border-radius: 4px;
  padding: 0.5em 0.75em;
}
.list_linepoint input::placeholder {
  color: rgb(181, 181, 181);
}

.ecjia-menu .iconfont {
  line-height: 0;
  top: 20px;
  font-size: 1em;
}

.list_item_check {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: space-between;
  border-top: 1px solid #eee;
}
.list_item_check .check_price {
  padding: 1em 0.75em;
}
.list_item_check .check_price span {
  color: #F24B4E;
  margin-left: 0.5em;
}
.list_item_check .check_btn {
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 0 2em;
  background: #000;
  color: #fff;
}

.ecjia-storepickup {
  padding: 0px 1rem;
  font-size: 12px;
  line-height: 1.4;
}
.ecjia-storepickup b {
  font-weight: bold;
}

.ecjia-checkout .cart-order, .ecjia-checkout .cart-order, .list_item_check .check_price span, #formated_goods_price {
  font-family: "Lato", sans-serif;
}

.cate_page {
  display: flex;
  padding-top: 50px;
}
.cate_page .left_filter {
  position: sticky;
  top: 0;
  width: 25%;
  overflow: scroll;
  height: calc(100vh - 50px);
  padding-bottom: 115px;
  -ms-overflow-style: none;
}
.cate_page .left_filter::-webkit-scrollbar {
  display: none;
}
.cate_page .left_filter ul {
  background: #f7f7f7;
}
.cate_page .left_filter ul li {
  position: relative;
  padding: 0.9rem 0.5rem;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  line-height: 1.3;
}
.cate_page .left_filter ul li.active {
  background: #000;
  color: #fff;
}
.cate_page .left_filter ul li.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #000;
  border-radius: 50px;
}
.cate_page .cate_list_card {
  background: #fff;
  width: 75%;
  height: calc(100vh - 50px);
  padding-bottom: 115px;
  overflow: scroll;
}
.cate_page .cate_list {
  background: #fff;
  width: 75%;
  min-height: 100vh;
}
.cate_page .cate_list ul {
  padding-bottom: 1rem;
}
.cate_page .cate_list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75rem;
}
.cate_page .cate_list .p_img {
  width: 80px;
}
.cate_page .cate_list .p_info {
  padding-bottom: 0;
  padding-top: 0.75rem;
}
.cate_page .cate_list .p_price {
  width: 100%;
}

.btn_add_icon {
  background: #fff;
  color: #000;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  width: 2rem;
  height: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: auto;
}

.cate_banner {
  width: 100%;
}

.cate_page .cate_list #second_category_ul li {
  display: flex;
  align-items: center;
  padding: 0.75rem;
}
.cate_page .cate_list #second_category_ul img {
  height: 1rem;
  margin-left: auto;
}

#second_category_name {
  background: #f4f4f4;
  color: #000;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
}

.cate_list_card ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.25rem;
}
.cate_list_card ul li {
  width: 50%;
  padding: 0.25rem;
}

.cate_item {
  display: block;
  position: relative;
}
.cate_item .cate_item_img {
  width: 100%;
}
.cate_item .cate_item_img img {
  width: 100%;
}
.cate_item .cate_item_name {
  position: static;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 0.5rem 0.25rem;
  width: 100%;
  color: #2a2a2a;
  z-index: 3;
}
.cate_item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4039215686) 100%);
  height: 30%;
  width: 100%;
}

.banner_point {
  background: linear-gradient(45deg, #ecb768 0%, #F24B4E 100%);
  color: #fff;
  text-align: center;
  padding: 2rem 1rem 3rem 1rem;
}
.banner_point p {
  margin-bottom: 0.5rem;
}
.banner_point .point {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.point_content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  bottom: 20px;
  background: #fff;
}

.point_list {
  display: none;
}
.point_list.active {
  display: block;
}
.point_list li {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.point_list .date {
  font-family: "Lato", sans-serif;
  color: rgb(177, 177, 177);
}
.point_list .num {
  color: #ecb768;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
}
.point_list .type {
  border-radius: 50px;
  padding: 0.25rem 0.5rem;
  background: #ecb768;
  color: #fff;
  margin-right: auto;
  margin-left: 0.75rem;
  height: auto;
  line-height: 1;
  width: auto;
}

.point_list_used .num {
  color: #636363;
}
.point_list_used .order h3 {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 0.25rem;
}

.notice_info h3 {
  color: #ecb768;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.notice_info p {
  line-height: 1.5;
  text-align: justify;
}

.tab_line {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.tab_line li {
  width: 100%;
  border-bottom: 2px solid #eee;
  background: #fff;
}
.tab_line li.active {
  border-bottom: 2px solid #ecb768;
}
.tab_line li.active a {
  color: #ecb768;
}
.tab_line a {
  display: block;
  color: #6a6a6a;
  width: 100%;
  padding: 1.1rem 0.75rem;
  font-size: 1.1rem;
}