@charset "utf-8";
@media (max-width: 1439px) {
  .my_container {
    max-width: 1472px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer_nav_group {
    margin-left: -16px;
    margin-right: -16px;
  }
  .footer_nav_list {
    padding-left: 16px;
    padding-right: 16px;
  }
  /*輪播*/
  .my_Swiper .swiper-button-next {
    right: -16px;
  }
  .my_Swiper .swiper-button-prev {
    left: -16px;
  }
}

/*xl以下*/
@media (max-width: 1199px) {
  /*header*/
  .header_box {
    justify-content: space-between;
    height: 60px;
  }
  .header_logo {
    width: 100%;
  }
  .header_logo a {
    justify-content: center;
  }
  .header_logo a img {
    height: 44px;
  }
  .header_nav {
    display: none;
  }
  .header_right {
    display: none;
  }
  .header_right.common {
    display: block;
    width: fit-content;
  }
  .mobile_menu_btn {
    display: block;
  }
  .mobile_btn {
    display: block;
  }
  .mobile_btn .two_btn {
    height: 100%;
  }
  .mobile_btn .two_btn > div {
    display: flex;
    align-items: center;
    padding-top: 12px;
  }
  .mobile_btn .two_btn > div .btn {
    width: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  .mobile_btn .two_btn > div .btn:hover,
  .mobile_btn .two_btn > div .btn:focus {
    box-shadow: none;
  }
  .mobile_btn .two_btn > .mobile_search_btn > .btn {
    font-size: 20px;
  }
  .under_page_header {
    height: 60px;
  }
  /*搜尋*/
  .search_offcanvas .offcanvas-header {
    height: 72px;
    padding: 0;
  }
  .search_offcanvas .offcanvas-body {
    height: calc(100% - 72px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 128px;
  }
}

/*lg以下*/
@media (max-width: 991px) {
  /*商品分類*/
  .product_sort_next.active,
  .product_sort_prev.active {
    display: none;
  }
  /*footer*/
  .bottom_menu_box ~ .page_footer {
    padding-bottom: 116px;
  }
  /*置底選單*/
  .bottom_menu_box {
    display: block;
  }
  /*會員版面*/
  .member_left {
    display: none;
  }
  .member_content {
    padding-left: 0;
  }
  .member_content .block_title {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 12px 16px;
    border-bottom: none;
    background-color: var(--bg-color);
    text-align: center;
  }
  .member_content .block_title h2 {
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--font-color);
  }
}

/*md以下*/
@media (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  main {
    min-height: calc(170vw - 60px - 206px);
  }
  .main_pt {
    padding-top: 16px;
  }
  .main_pb {
    padding-bottom: 24px;
  }
  /*輪播*/
  .my_Swiper {
    padding-bottom: 12px;
  }
  .my_Swiper .swiper-pagination {
    height: 2px;
  }
  /*首頁-banner*/
  .index_banner_box {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  /*商品分類*/
  .product_sort_box.sfixed {
    top: 60px;
  }
  /*商品列表頁*/
  .shop_profile_box {
    padding: 0 0 16px 0;
  }
  /*商品列表*/
  .product_list_anchor {
    top: -60px;
  }
  .product_list_box {
    padding-top: 32px;
  }
  .product_list_title {
    margin-bottom: 16px;
  }
  .product_list {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -20px;
  }
  .product_item {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
  }
  .product_card_body {
    padding: 8px 8px 12px 8px;
  }
  .product_card_title {
    font-weight: 400;
    letter-spacing: -0.05em;
  }
  .product_card_price {
    min-height: 40px;
    line-height: 1.3;
    margin-top: 4px;
  }
  .special_price,
  .original_price {
    letter-spacing: -0.05em;
  }
  /*商品介紹*/
  .product_specification {
    margin-top: 16px;
  }
  .product_specification_item + .product_specification_item {
    margin-top: 16px;
  }
  .product_content_page ~ .page_footer {
    padding-bottom: 116px;
  }
  .product_buy_box {
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 16px 28px 16px;
    background-color: #fff;
    display: flex;
    z-index: 1000;
    border-top: solid 1px #f8f8f8;
  }
  .product_buy_cart {
    display: block;
    order: 2;
    margin-right: 16px;
  }
  .product_buy_cart a {
    position: relative;
    display: block;
    width: 40px;
  }
  .product_buy_cart a span {
    position: absolute;
    top: -5px;
    right: 2px;
    background-color: rgb(237, 28, 36, 0.6);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    min-height: 16px;
    padding: 1px 4px 2px 4px;
    border-radius: 16px;
  }
  .product_buy_cart a .icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .product_buy_cart a .txt {
    font-size: 13px;
    text-align: center;
    margin-top: 4px;
    color: var(--font-color);
    letter-spacing: 0;
  }
  .product_buy {
    order: 3;
    flex: 1;
  }
  .product_buy .btn {
    width: 100%;
  }
  /*會員專區首頁*/
  .member_page {
    background-color: var(--bg-color);
    background-image: url(../img/member-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .member_name {
    color: #fff;
  }
  .member_number {
    color: #f8f8f8;
  }
  .member_nav_box {
    margin-top: 24px;
  }
  .member_nav_box .nav {
    flex-direction: column;
    margin: 0;
    background-color: #fff;
    padding: 4px 0;
    border-radius: 16px;
  }
  .member_nav_box .nav-item {
    padding: 0;
  }
  .member_nav_box .nav-link {
    padding: 12px 16px;
    border: none;
  }
  .member_nav_box .nav-link:hover {
    border: none;
  }
  .member_nav_box .nav-item:not(:last-child) .nav-link {
    border-bottom: solid 1px #f8f8f8;
  }
  .member_nav_box .nav-link .icon {
    margin-right: 12px;
  }
  .member_nav_box .nav-link .icon img {
    width: 16px;
  }
  /*訂單查詢*/
  .cart_product_table_header {
    display: none;
  }
  .order_table_row {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 8px 16px;
  }
  .order_table_row + .order_table_row {
    margin-top: 0;
    border-top: solid 4px #f8f8f8;
  }
  .order_table_row > div {
    padding: 4px 8px;
  }
  .order_table_row > div:first-child {
    padding-left: 8px;
  }
  .order_table_row > div:last-child {
    padding-right: 8px;
  }
  .order_table_status {
    position: absolute;
    right: 16px;
    top: 8px;
    text-align: right !important;
    font-size: 14px;
  }
  .order_table_date {
    width: 100%;
    /* border-bottom: solid 1px var(--border-color); */
    text-align: left;
    background-color: #f8f8f8;
  }
  .order_table_img {
    width: 68px;
    padding-top: 8px !important;
    padding-bottom: 4px !important;
    padding-right: 0 !important;
  }
  .order_table_conut {
    width: 50%;
  }
  .order_table_price {
    width: 100%;
    text-align: right;
    font-weight: 600;
    border-top: solid 1px var(---border-color);
    padding-bottom: 0 !important;
    order: 5;
  }
  .order_table_price::before {
    content: "總金額：";
  }
  .order_table_link {
    width: 50%;
    order: 4;
  }
  .order_table_link .btn {
    padding: 4px 12px;
    display: block;
    width: fit-content;
    margin-left: auto;
    background-color: var(--font-color2);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
  }
  /*訂單內容*/
  .order_record_info_box {
    order: 1;
  }
  .order_status_box {
    order: 2;
  }
  .cart_block_box {
    order: 3;
  }
  .member_content .block_title_xs h4 {
    font-size: 18px;
    text-align: left;
  }
  .order_record_info_box {
    margin-bottom: 32px;
  }
  .order_record_info > div {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .order_status_box .block_title_xs {
    display: block;
  }
  .order_status {
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  .order_status::before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 10px);
    left: 7px;
    top: 2px;
    background-color: var(--border-color);
    z-index: 1;
  }
  .order_status::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 9px;
    background-color: #fff;
    left: 7px;
    bottom: 0;
    z-index: 1;
  }
  .order_status_item {
    position: relative;
    z-index: 2;
  }
  .order_status_item_point {
    margin-bottom: 0;
  }
  .order_status_item_point::before,
  .order_status_item_point::after {
    display: none;
  }
  .order_status_item_point .icon {
    width: 16px;
    height: 16px;
    background-color: #fff;
  }
  .order_status_item_txt {
    text-align: left;
    padding-left: 28px;
    margin-top: -20px;
    margin-bottom: 16px;
  }
  .order_record_btn .btn {
    width: 100%;
  }
  /*404*/
  .error_content {
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }
  .error_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .error_txt {
    text-align: center;
  }
  .error_txt h3 {
    font-size: 1.25rem;
  }
  .maybelike_box {
    margin-top: 48px;
  }
  /*審核中*/
  .review_page {
    min-height: 130vw;
  }
  .review_content {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding-bottom: 16px;
  }
  .review_content .error_txt {
    margin-top: 12px;
  }
}

/*sm以下*/
@media (max-width: 575px) {
  /*輪播*/
  .my_Swiper .swiper-button-next,
  .my_Swiper .swiper-button-prev {
    display: none;
  }
  /*區塊標題*/
  .block_title {
    margin-bottom: 24px;
  }
  /*頁面標題*/
  .page_title {
    height: auto;
    padding: 24px 16px;
  }
  .page_title h1::after {
    width: 80px;
    margin-top: 4px;
  }
  /*footer*/
  .page_footer {
    padding: 32px 0px 28px;
  }
  .footer_copyright {
    margin-top: 12px;
  }
  /*表單*/
  .my_form_btn .btn {
    width: 100%;
  }
  /*文章清單*/
  .article_inventory_img {
    width: 80px;
  }
  .article_inventory_body {
    padding-right: 8px;
  }
  .article_inventory_body p {
    -webkit-line-clamp: 2;
  }
  /*關鍵字*/
  .tag_list {
    margin-bottom: -16px;
  }
  .tag_list span {
    padding-bottom: 16px;
  }
  /*商品介紹*/
  .product_info {
    padding-bottom: 0;
  }
  .product_pic_swiper_box {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
  }
  .product_pic_swiper {
    display: none;
  }
  .product_present_box {
    margin-top: 32px;
  }
  .product_info + .share_list_box {
    margin-top: 20px;
  }
  .product_info + .share_list_box .share_list {
    justify-content: center;
  }
  /*購物車*/
  .order_step_box {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cart_block_title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .discount_accord {
    margin-top: 16px;
    padding: 16px;
  }
  .cart_product_item + .cart_product_item {
    margin-top: 16px;
  }
  .cart_product_card {
    position: relative;
    flex-wrap: wrap;
  }
  .cart_order_price {
    margin-top: 16px;
    padding: 16px;
  }
  .product_table_img {
    width: 80px;
  }
  .product_table_body {
    padding: 0 0 0 8px;
  }
  .product_table_btn {
    width: fit-content;
    position: absolute;
    right: 4px;
    top: 8px;
    margin-top: 0;
  }
  .product_table_btn .txt {
    display: none;
  }
  .product_table_keep {
    margin-top: 0;
    margin-left: 24px;
  }
  .discount_number {
    margin-top: 16px;
    padding: 0;
  }
  .discount_number_row {
    flex-wrap: wrap;
  }
  .discount_number_title {
    width: 100%;
    margin-bottom: 4px;
  }
  .discount_number_input {
    flex: 1;
  }
  .cart_go_nextstep .two_btn {
    flex-direction: column-reverse;
  }
  .product_table_name {
    padding-right: 16px;
    margin-bottom: 4px;
  }
  .product_table_name a {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    font-size: 15px;
  }
  .product_table_count {
    margin-top: 4px;
  }
  .product_table_subtotal {
    margin-top: 4px;
  }
  .cart_order_price_row {
    margin-top: 12px;
  }
  /*填寫訂單資訊*/
  .product_list_lastcheck {
    margin-bottom: 16px;
  }
  .cart_dashboard {
    margin-bottom: 16px;
    padding: 24px 16px;
  }
  /*下單成功*/
  .order_success_content_icon {
    margin-bottom: 16px;
  }
  .order_success_order_btn {
    margin-top: 24px;
  }
  .order_success_content {
    padding: 24px 16px;
  }
  /*會員專區首頁*/
  .member_info {
    margin-bottom: 16px;
  }
  .member_name {
    font-size: 1.5rem;
  }
  .member_card {
    height: calc((100vw - 32px) * 0.63);
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: 0 4px 10px 3px rgb(0, 0, 0, 0.15);
  }
  .member_grade_title {
    font-size: 1.25rem;
  }
  .member_grade_tips {
    padding-left: 0;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .member_grade_equity {
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .multilevel_amount {
    background-image: linear-gradient(to top, #edc693 0%, #e6b980 100%);
    padding: 12px 24px 8px 24px;
    text-align: center;
    color: #f8f8f8;
    border: solid 2px rgb(237, 195, 142, 0.7);
  }
  .multilevel_amount_price {
    color: #fff;
  }
  /*修改會員資料*/
  .member_form .two_btn > div {
    flex: 1 1 auto;
  }
  .member_form .two_btn > div .btn {
    width: 100%;
  }
  /*下線名單*/
  .multilevel_block + .multilevel_block {
    margin-top: 16px;
  }
  /*無項目頁面*/
  .empty_content {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: auto;
  }
  .empty_icon {
    width: 150px;
  }
  .empty_title {
    margin-top: 16px;
  }
}

/*超窄*/
@media (max-width: 350px) {
}
