body
{
    font-family: "Microsoft JhengHei","Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
    background-color: black;
    font-size:16px;
    position: relative;
}

.swal-footer
{
    display: flex;
    justify-content: space-evenly;
}

.swal-button
{
    min-width: 120px;
    letter-spacing: 2px;
    box-shadow: 3px 3px 3px #bbb;
    padding: 5px 20px;
}

.top_header
{
    position: fixed;
    width: 100%;
    height:45px;
    background-color:#D4508A;
    z-index: 2;
}

.top_header_divide
{
    width: 100%;
    height:45px; 
    background-color: black;
}

.top_logo
{
    position: absolute;
    left:30px;
    height:45px;
}

.top_logo_back
{
    position: absolute;
    left: 0px;
    font-size: 28px;
    width: 35px;
    height: 40px;
    padding: 0px 10px;
    color: white;
    text-align: center;
    cursor: pointer;
}
 
.top_search_bar
{
    position: absolute;
    left: 156px;
    top: 10px;
    width: 40%;
    height: 26px;
}
.common_top_title
{
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: black;
    color:white;
}
.search_hotword
{
    position: absolute;
    left: 156px;
    top: 36px;
    z-index: 2;
    background-color: white;
    width: 35%;
    padding: 5px 10px;
    border: 1px solid #777;
    border-radius: 5px;
    display:none;
}

.search_hotword_close
{
    position: absolute;
    right: 5px;
    top: 1px;
    width: 20px;
    cursor: pointer;
}

.search_hotword_item
{
   padding:5px;
   cursor: pointer;
}
.top_cart_btn_count
{
    position: absolute;
    z-index: 1;
    font-size: 13px;
    color: black;
    font-weight: bold;
    width: 16px;
    height: 16px;
    background-color: #fdc2dc;
    border-radius: 50%;
    left: 10px;
    top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (min-width: 323px){
    .top_search_bar
    {
        width: 32%;
    }

}
@media (min-width: 375px){
    .top_search_bar
    {
        width: 35%;
    }
}
@media (min-width: 390px){
    .top_search_bar
    {
        width: 37%;
    }
}
@media (min-width: 414px){
    .top_search_bar
    {
        width: 40%;
    }
}
 
.top_search_bar input
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 1em;
    border: 0px;
    padding: 0px 5px 0px 5px;
}

.top_search_btn
{
    position: absolute;
    right: 5px;
    top: -1px;
    color: #D4508A;
    font-size: 1.2em;
    cursor: pointer;
}

.top_cart_btn
{
    position: absolute;
    right: 50px;
    top: -3px;
    color: white;
    font-size: 2em;
}

.top_user_btn
{
    position: absolute;
    right: 10px;
    top: 2px;
    color: white;
    font-size: 1.6em;
    cursor: pointer;
}

.hr
{
    height:1px;
    width:95%;
    background-color:#C4C4C4;
    margin: 5px auto;
}


.mall_btn
{
    width: 120px;
    padding: 5px 20px;
    letter-spacing: 6px;
    font-size: 14px;
    box-shadow: 3px 3px 3px #aaa;
    border-radius: 5px;
    background-color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.mall_btn.ok
{
    background-color: #D4508A;
    color:white;
}

.mall_btn.cancel
{
    background-color: #bbb;
    color:white;
}

.homepage_main_btns
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding:10px;
    gap:10px;
}
.homepage_main_btn
{
    /* width: 20%;  */
}
.homepage_main_btn img 
{
    width: 100%;
    object-fit: contain;
}    
 

.homepage_btn_level_2
{
    /* width: 48%; */
}
.homepage_btn_level_2 img 
{
    width: 100%;
    object-fit: contain;
}   

.homepage_banner_img
{
    width: 100%;
    object-fit: fill;
}

.homepage_content_wrap
{
    padding:10px 10px 20px 10px;
    position: relative;
}

.homepage_content_part_header
{
    padding:5px;
    color:white;
    background-color: #D4508A;
    font-size:1.1em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 30%;
    text-align: center;
}


.homepage_content_logo_part
{
    width: 100%;
    max-height: 136px;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 2px 2px 2px #ddd;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    justify-content: space-between;;
    overflow: hidden;
}
.homepage_help_btn
{
    position: fixed;
    right: 10px;
    bottom: 70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #D35390;
    z-index: 2;
    padding: 10px;
    opacity: 0.7;
}

.logo_img img
{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.homepage_content_hotproduct_part
{
    width: 100%;
    padding: 20px 10px 30px 10px;
    border-radius: 0px 10px 10px 10px;
    background-color: white;
    box-shadow: 2px 2px 2px #ddd;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    justify-content: space-between;
}

.hotproduct_wrap
{
    position: relative;
    width: 108px;
    padding: 5px;
    cursor: pointer;
}

.hotproduct_top_sale
{
    position:absolute;
    left: 0px;
    top:0px;
}
.hotproduct_top_sale img
{
    width: 25px;
    z-index: 1;
    opacity: 0.8;
}


.hotproduct_img
{
    position: relative;
}

.hotproduct_img img
{
    width: 100px;
    height: 100px;
    object-fit: contain;
    text-align: center;
    
}

.hotproduct_title
{
    font-size: 12px;
    font-weight: bold;
    height: 42px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0px;
}

.hotproduct_price
{
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing:1px;
    color:red;
}
.hotproduct_offline_store
{
    position:absolute;
    right: 0px;
    top:0px;
}
.hotproduct_offline_store img
{
    width: 25px;
    z-index: 1;
}

.swiper-pagination-bullet
{
    width: 5px;
    height: 5px;
}

.main_menu_background
{
    height: 50px;
    background-color: white;
}

.main_menu_wrap
{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    padding: 0px 10px;
    gap: 15px;
    white-space: nowrap;
}
.main_menu_wrap::-webkit-scrollbar {
  display: none;
}

.main_menu_item
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 5px 0px 5px;
}
.main_menu_item.active 
{
    border-bottom: 3px solid #8D8D8D;
}
.main_menu_item a
{
    color:black;
}
.template_title_wrap
{
    height: 50px;;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap:10px;
}
.template_title_hr
{
    width: 75px;
    height: 1px;
    background-color: #CE5188;
}
.template_title
{
    font-size: 1.4em;
    font-weight: bold;
    color:#CE5188;
}

.template_content
{
    padding:5px 5px 20px 5px;
    width: 100%;
    color:white;
    height: calc(100vh - 160px);
    overflow-y: auto;
    margin-bottom:0px;
}

/* shop page start*/

.shoppage_banner_img
{
    width: 100%;
    object-fit: contain;
}

 
.shoppage_equip_address_wrap {
    padding: 5px 15px 5px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin-top: 5px;
    color: white;
}

.shoppage_equip_address_indicator
{
    flex: 1;
    height: 30px;

}

.shoppage_equip_address_indicator img
{
    height: 100%;
    object-fit: contain;
}

.shoppage_equip_address_text
{
    font-size:12px;
    flex:7;
    letter-spacing: 1px;
    
}

.shoppage_equip_address_right
{
    font-size:14px;
    flex:1;
    text-align: right;
}

.shoppage_scrollable
{
    height: calc(100vh - 160px);
    overflow-y: auto;
    padding-bottom:20px;
}

.shoppage_content_wrap
{
    padding:10px 10px 20px 10px;
    position: relative;
}

.shoppage_content_hotproduct_part
{
    width: 100%;
    padding: 20px 10px 30px 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px 2px #ddd;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    justify-content: space-between;
}

.shoppage_hotproduct_wrap
{
    position: relative;
    width: 100px;
    padding: 5px;
}

.shoppage_hotproduct_top_sale
{
    position:absolute;
    left: 0px;
    top:0px;
}
.shoppage_hotproduct_top_sale img
{
    width: 25px;
    z-index: 1;
    opacity: 0.8;
}


.shoppage_hotproduct_img
{
    position: relative;
}

.shoppage_hotproduct_img img
{
    width: 100px;
    height: 100px;
    object-fit: contain;
    text-align: center;
    
}

.shoppage_hotproduct_title
{
    font-size: 12px;
    font-weight: bold;
    height: 42px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0px;
}
.shoppage_hotproduct_location
{
    font-size: 0.8em;
    letter-spacing:1px;
    color:#555;
}

.shoppage_hotproduct_price
{
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing:1px;
    color: red;
}

.show_shoppage_btn_wrap
{
    position: absolute;
    left: 0;
    top: 145px;
    z-index: 2;
    width: 30px;
    opacity: 0.9;
    cursor: pointer;
}
.shoppage_hotproduct_soldout 
{
    position: absolute;
    background-color: red;
    padding: 0px 3px;
    color: white;
    text-align: center;
    font-size: 0.7em;
    top: 4px;
    left: 4px;
} 

.equip_region_page
{
    position: fixed;
    left: -60vw;
    top: 95px;
    width: 55%;
    height: calc(100vh - 110px);
    opacity: 0.9;
    z-index: 2;
}

.equip_region_close
{
    position: absolute;
    left: 190px;
    top: 0px;
    width: 30px;
}

.equip_region_wrap
{
    width: 190px;
    height: 100%;
    background-color: #E7E7E7;
    overflow-y: auto;
}

.region_wrap
{
    padding-bottom: 10px;
}

.region_title_wrap
{
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap:10px;
}
.region_title_hr
{
    width: 25%;
    height: 1px;
    background-color: #CE5188;
}
.region_title
{
    font-size: 1.2em;
    font-weight: bold;
    color:#CE5188;
}

.equip_region_item
{
    padding:10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.equip_region_item.active
{
    background-color:#D1518A ;
    color:#E7E7E7;
}

.equip_region_item:focus
{
    background-color:#CE5188 ;
    color:white;
}

.product_inventory_wrap
{
    position: absolute;
    left:0;
    top:0;
    color:white;
    background-color: rgba(75,102,245,0.8);
    z-index: 1;
    font-size: 12px;
    padding:2px 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: 1px;
}

.product_inventory_wrap.soldout
{
    background-color:rgba(177,8,8,0.8);
}

.brand_product_content
{
    padding: 10px 10px 0px 10px;
    position: relative;
}

.homepage_content_hotproduct_part.scroll-fixed
{
    /* height: calc(100vh - 430px);
    overflow-y: scroll; */
    padding-bottom: 50px;
    box-shadow: 0px 0px 5px #ccc;
}

.equip_map_dlg_title
{
    text-align: center;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
    font-weight: bold;
}

.equip_map_dlg_address
{
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.equip_map_dlg_map_wrap
{
    padding:10px;
}
.equip_map_dlg_map_iframe
{
    border:1px solid #aaa;
}
/* brand page end*/

/* catalog page start*/
.catalogpage_tag_wrap
{
    height: 65px;
    padding: 10px 0px;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: black;
}

.tags_wrap
{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    padding: 0px 10px;
    gap: 8px;
    white-space: nowrap;
}
.tags_wrap::-webkit-scrollbar {
   display: none; 
}

.tag_item_wrap
{
    padding:5px;
}

.tag_item
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 8px;
    border: 1px solid #D4508A;
    border-radius: 5px;
    color: white;
    cursor:pointer;
}

.tag_item.active
{
    background-color:#D4508A ;
}

.catalogpage_scrollable {
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding-bottom: 20px;
}

.catalog_product_bk_wrap
{
    padding:20px 10px 20px 10px;
    position: relative;
}

/* product detail dialog start*/

.product_detail_dlg_close_btn
{
    position: sticky;
    width: 25px;
    height: 25px;
    top: 5px;
    font-size: 2em;
    left: 87%;
}

.product_detail_info_wrap
{
    display: flex;
    flex-direction: row;
    padding: 0px 10px;
    font-size:16px;
    margin-top: 15px;
}

.product_detail_info_img
{
    flex:1;
    padding: 10px 5px 10px 10px;
}

.product_detail_info_img img
{
    width: 100%;
    object-fit: contain;
}

.product_detail_info_intro
{
    flex:1;
    padding: 10px 10px 10px 5px;
    font-weight: bold;
}

.product_detail_info_title
{
    font-size:1.0em;
    line-height: 1.3em;
}
.product_detail_info_price
{
    margin-top: 10px;
    font-size:1.3em;
    color:red;
}
 
.product_detail_content_wrap
{
    width: 100%;
    /* height: calc(100vh - 260px); 
    overflow-y: scroll;  */
    padding: 10px;
    margin: 0px auto 10px auto;
}
.product_detail_intro_text
{
    width:100%;
    padding: 5px 10px 10px 5px;
    font-size: 14px;
}

.product_detail_content 
{
   padding-bottom: 50px;
   min-height: 350px;
}

.mall_hr
{
    width: 95%;
    margin: 10px auto;
    height:1px;
    background-color: #ddd;
}

.product_detail_content img
{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product_detail_add_cart_wrap
{
    position: fixed;
    left:0;
    bottom: -5px;
    width: 100%;
    height: 56px;
    background-color: #D3528B;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size:14px;
    color:white;
    padding:10px 20px;
    z-index: 1;
}

.product_detail_add_cart_num_wrap
{ 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:5px;
}

.product_detail_add_cart_num
{
    padding: 5px;
    min-width: 30px;
    color: black;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}
.product_detail_add_cart_num_incre
{
    font-size: 18px;
    cursor: pointer;
}

.product_detail_add_cart_add_btn
{ 
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    cursor: pointer;
}

.product_detail_add_cart_price
{ 
    color: yellow;
    letter-spacing: 1px;
    width: 54px;
    text-align: center;
    font-size: 1.1em;
}
.product_equip_inventory_wrap
{ 
    max-height:100px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.product_equip_inventory_item
{ 
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 3px 8px;
    background-color: #D2E2FF;
    border-radius: 25px;
    height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 1;

}
.product_detail_content .container
{
    width: 100%;
    padding:0px;
}

.product_detail_info_offline_price
{
    display: none;
    margin-top: 10px;
    font-size: 1.1em;
    color: black;
}
.product_equip_get_notice
{
    display:none;
    color: purple;
    font-size: 0.8em;
    margin-top: 10px;
}
.product_detail_info_price_wrap
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*product detail dialog end*/

/* all product page start*/
.allproduct_catalog_title_wrap
{
    padding:20px 10px 20px 10px;
    position: relative;
}

.allproduct_catalog_title_header
{
    padding:5px;
    color:white;
    background-color: #D4508A;
    font-size:1.1em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 30%;
    text-align: center;
}


.allproduct_catalog_wrap
{
    padding: 20px 5px;
    border-radius: 0px 8px 8px 8px;
    background-color: white;
    box-shadow: 2px 2px 2px #ddd;
    display: flex;
    gap: 7px;
    overflow-x: auto;
}

.allproduct_catalog_item
{
    padding:3px;
    cursor: pointer;
}
.allproduct_catalog_img
{
    width: 85px;
}
.allproduct_catalog_img img
{
    width: 100%;
    object-fit: contain;
}

.allproduct_catalog_title
{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

.allproduct_wrap
{
    width: 100%;
    margin-top:20px;
    padding: 20px 10px 30px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    box-shadow: 2px 2px 2px #ddd;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 5px;
    justify-content: space-evenly;
}
.allproduct_item
{
    position: relative;
    padding:5px;
    width: 48%;
    cursor: pointer;
}

.allproduct_item_img
{
    position: relative;
    border:1px solid #ddd;
    padding: 2px;
}

.allproduct_item_img img
{
    width: 100%; 
    height: 200px;
    object-fit: contain;
    text-align: center;
    
}

.allproduct_item_title
{
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0px;
}

.allproduct_item_price
{
    font-size: 1em;
    font-weight: bold;
    letter-spacing:1px;
    color:red;
}

/* end all product page*/

.cart_footer_part
{
    position: fixed;
    visibility: hidden;
    left:0;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color:rgba(211, 82, 139,0.85);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size:16px;
    color:white;
    padding:10px 30px;
    z-index: 1;
    letter-spacing: 2px;
}

.cart_footer_text
{
    
    cursor: pointer;
}

.cart_footer_amount
{ 
    width: 54px;
    text-align: center;
    font-size: 1.1em;
}

/*cart page*/
.cartpagestep_wrap
{
    width: 100%;
    background-color: black;

}

.cartpagestep_topstep_img
{
    width: 100%;
    background-color: black;
    padding-top: 10px;
}

.cartpagestep_topstep_img img
{
    width: 100%;
    object-fit: fill;
}

.cartpagestep_topstep_text
{
    display: flex;
    justify-content: space-evenly;
    background-color: black;
    color:white;
    font-size:12px;
    align-items: center;
    padding:5px 8%;
}

.cartpagestep_topstep_text div 
{
    text-align: center;
    width: 30%;
}

.cartpagestep_btn_wrap
{
    margin:10px 50px;
}


.cartpagestep_btns
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 30px;
    background-color: white;
}

.cartpagestep_btn
{
    padding:4px 20px;
    background-color: white;
    border-radius: 30px;
    color:black;
    font-size:16px;
    font-weight: bold;
}

.cartpagestep_btn.active
{
    background: #4B66F5;
    color:white;
}

.cartpage_unit_wrap
{
    height: calc(100vh - 143px);
    overflow-y: scroll;
}

.cartpage_unit
{
   background-color:white;
   margin: 10px 10px 20px 10px;
 }

 
.cartpage_unit_title
{
    padding: 10px 20px 0px 20px;
    font-size:16px;
    font-weight: bold;
}

.cartpage_unit_qty
{
    font-size:16px;
    color:#FF6B00;
}

.cartpage_unit_item_wrap
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.cartpage_unit_item_seq
{
    flex : 1;
    font-family:"Arial, Helvetica, sans-serif";

}
.cartpage_unit_item_img
{
    flex : 2;
    height: 70px;
}

.cartpage_unit_item_img img
{
    height: 100%;
    object-fit: contain;
}

.cartpage_unit_item_text 
{
    flex : 8;
    font-size:14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.cartpage_unit_item_num_wrap 
{
    flex: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    gap: 10px;
}

.cartpage_unit_total
{
    padding:10px 20px;
    text-align: right;
    font-size:14px;
    font-weight:bold;
}

.cartpage_unit_btn
{
    width: 98%;
    height: 50px;
    line-height: 50px;
    background-color: #D3528B;
    font-size: 16px;
    color: white;
    text-align: center;
    box-shadow: 0px 3px 3px #aaa;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 3px;
}

.cartpage_no_product
{
    width: 100%;
    height: calc(100vh - 200px);
    display: none;
}

.cartpage_no_product_text
{
    margin-top:30%;
    font-size:18px;
    font-weight: bold;
    text-align: center;
}

.cartpage_no_product_back_btn
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 7px 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #aaa;
    width: 200px;
    margin: 30px auto;
    color:white;
    background-color: #D4508A;
    cursor: pointer;
}

.cartpage_shipping_wrap
{
    display: flex;
    padding:0px 20px;
    justify-content: flex-start;
    gap:50px;
}

.cartpage_shipping_title
{
    font-size:16px;
    font-weight: bold;
}

.cartpage_shipping_item
{
    font-size:16px;
    margin-bottom: 3px;
}

.cartpage_addon_title
{
    padding:5px;
    text-align: center;
    font-size:16px;
    color:red;
    letter-spacing: 1px;
}
.cartpage_addon_btn
{
    padding:5px;
    background-color: #D4508A;
    color:white;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: 3px 3px 3px #aaa;
}
.cartpage_addon_item_wrap
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
}
.cartpage_cart_sign
{
    color:#D4508A;
    font-size: 1.3em;
}

/* order page */
.orderpage_content
{
    padding:10px 0px;
    font-weight: bold;
    background-color: white;
} 
.orderpage_time_wrap
{
    padding:0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.orderpage_time
{
    font-size:12px;
    color:#696969;
    letter-spacing: 1px;
}
.orderpage_status
{
    font-size:14px;
    color:#FF2C2C;
}
.orderpage_text
{
    padding:2px 30px;
    font-size:14px;
    color:black;
    letter-spacing: 1px;
}

.orderpage_items_wrap
{
    width: 100%;
    padding:5px 30px;
}

.orderpage_items_table
{
   width: 100%;
}
 
.orderpage_items_table th,td 
{
    font-size: 12px;
    padding: 2px 4px
}

.orderpage_items_total
{
    padding:5px 30px;
    text-align: right;
    font-size:12px;
    font-weight:bold;
}

.orderpage_view_equip_btn
{
    margin: 20px 30px 10px 30px;
    padding:10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #4B66F5;
    color:white;
    border-radius: 10px;
}

.orderpage_caution
{
    padding:15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.orderpage_qrcode_warp
{
    position: relative;
    text-align: center;
    margin:0px auto;
    padding:10px;
}

.orderpage_brand
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding:0px 30px;
    gap:25px;
    margin-top:10px;
}

.orderpage_brand img
{
    height:60px;
    object-fit: contain;
}
.orderpage_order_item_return_btn
{
    position: absolute;
    right: 10px;
    bottom: 50px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    letter-spacing: 1px;
    cursor: pointer;
    color: #D57731;
}

/* memberpage */
.memberpage_top_header
{
    position: relative;
    width: 100vw;
    height:45px;
    background-color:#D4508A;
    z-index: 2;
}

.memberpage_wrap
{
    position: fixed;
    left:-100vw;
    top:0;
    width: 100%;
    height:100vh;
    z-index: 2;
    background-color: white;
}    

.memberpage_photo_wrap
{

    padding:10px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.memberpage_photo
{
    flex:1;
    height:100px;
    position: relative;
}

.memberpage_photo img
{
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #aaa;
}

.memberpage_account
{
    flex: 4;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
}
.memberpage_btn
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:5px 50px;
    margin-top:10px;
    cursor:pointer;
}

.memberpage_btn_text
{
    font-size:14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.memberpage_btn_arrow
{
    text-align: right;
    font-size:14px;
}

.createaccountdlg_title
{
    font-size:16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
}    

.createaccountdlg_input
{
    margin:10px 0px;
    padding: 0px 40px;
}

.createaccountdlg_input input
{
    width: 100%;
    letter-spacing: 1px;
    padding: 3px 10px;
    font-size: 16px;
    border-radius: 5px;
    border:1px solid #bbb;
}
.memberpage_btn_icon
{
    color: #D4508A;
}

.memberpage_btn_arrow
{
    color: #D4508A;
}

.memberedit_page_pencil
{
    position: absolute;
    right: -10px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    color: white;
    background-color: #4B66F5;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.member_edit_page_item
{
    padding:10px 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.member_edit_page_item 
{
    padding: 10px 60px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.member_edit_page_item_title
{
    margin-bottom: 5px;
    padding-left: 10px;
}

.member_edit_page_item input
{
    padding: 3px 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
}

.member_edit_page_btn
{
    margin-top: 50px;
    text-align: center;
}

.memberpage_orderlist_wrap
{
    padding:5px;
    background-color: #E2E2E2;
    height: calc(100vh - 80px);
    overflow-y: auto;
}    

.memberpage_no_orderlist
{
    display: none;
}

/* order detail page start */

.orderpage_page_all
{
    padding:5px 5px 20px 5px;
    background-color: white;
    font-size: 14px;
    height: calc(100vh - 80px);
    overflow-y: auto;
}

.orderpage_order_parts
{
    padding:5px;
}

.orderpage_order_part
{
    padding:5px 10px;
}

.orderpage_order_part_content    
{
    padding:0px 10px;
}


.orderpage_hr
{
    height: 1px;
    margin: 5px 0px;
    border-bottom: 1px dashed #ccc;
}

.orderpage_order_part_title
{
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 10px;
}

.orderpage_order_part_title::before
{
    content:"⦁ ";
    color:#D2518A;
    font-size:1em;
}
 
.orderpage_order_item
{
    position: relative;
    background-color:white;
    border-radius: 5px;
    min-height: 150px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 10px 25px;
    letter-spacing: 1px;
}
.orderpage_order_item_date
{
    padding:5px 0px;
    color: #747474;
}

.orderpage_order_item_detail_btn
{
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    letter-spacing: 1px;
    cursor: pointer;
}

.orderpage_order_item_text
{
    font-size: 1em;
    font-weight: bold;
    padding:2px 0px;
}
.orderpage_order_item_summary
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.orderpage_no_orderlist
{
    display: none;
}

.orderpage_title
{
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    background-color: black;
    color: white;
}
.orderpage_table table
{
    width: 100%;
    font-size: 1.2em;
}

.orderpage_table .header
{
    background-color: #fff6f8;
}

.orderpage_table .center
{
    text-align: center;
}
.orderpage_table .right
{
    text-align: right;
}

.emphasise
{
    color:#FF6B00;
}
.emphasise2
{
    color:#FF0000
}

.orderpage_table table,.orderpage_table th,.orderpage_table td 
{
    border: 1px solid #bbb;
    border-collapse: collapse;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 5px;
    min-width: 50px;
}
.orderpage_round_text
{
    margin-top:10px;
    padding:5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
}

.orderpage_round_text.finish
{
    color:#FF710A; 
}
.orderpage_round_text.fail
{
    color:red;
}

.orderpage_main_btn
{
    width: 50%;
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    background-color: #D2518A;
    color: white;
    box-shadow: 1px 1px 1px #ddd;
    margin: 20px auto;
}


/* order detail page end */
/* checkout page start */
.pay_image
{
    width: 50%;
    margin: 20px auto 5px auto;
    padding:10px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #aaa;
    border-radius: 5px;;
}
.pay_image img
{
    width: 100%;
    object-fit: contain;
}
.pay_image_text
{
    font-weight: bold;
    text-align: center;
}
.chekoutpage_wrap
{
    background-color: white;
    padding: 0px 10px 20px 10px;
    height: calc(100vh - 154px);
    overflow-y: scroll;
}

.chekoutpage_part_wrap
{
    height: calc(100vh - 154px);
    overflow-y: scroll;
    padding: 10px 10px 20px 10px;
}

.chekoutpage_part
{
    padding:10px;
    border-bottom: 1px solid #ddd;
}


.chekoutpage_part_title
{
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.chekoutpage_part_title_des
{
    font-size: 0.9em;
    color:#777;
}


.chekoutpage_payment_wrap
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 15px;
    padding: 5px 0px;

}

.chekoutpage_payment_item
{
    width: 30%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #ddd;
    cursor: pointer;
}

.chekoutpage_payment_item img
{
    width: 100%;
    object-fit: contain;
}

.chekoutpage_payment_item.selected
{
    background-color: #D4508A;
}

.chekoutpage_part_input
{
    padding-bottom: 10px;
}

.chekoutpage_part_input input
{
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
}
.chekoutpage_part_address_wrap
{
    display: flex;
    justify-content: space-between;
    gap:7px;
    padding: 5px 0px;
}
.chekoutpage_part_address_select
{
    width: 50%;
}

.chekoutpage_part_address_select select
{
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
}
.chekoutpage_part_store_btn
{
    padding:5px;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px #888;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}
.chekoutpage_invoice_type_wrap
{
    padding:10px 10px 10px 20px;
}
.chekoutpage_invoice_type_wrap label
{
    font-size: 14px;
}

.chekoutpage_invoice_carriage_wrap
{
    padding-left: 25px;
    display: none;
}

.chekoutpage_invoice_taxid_wrap
{
    padding: 0px 0px 0px 20px;
    font-size: 14px;
}

.chekoutpage_part_remark
{
    padding:10px 10px 10px 20px;
}
.chekoutpage_sumbit_btn
{
    border: none;
    background-color: rgba(0,0,0,0);
    color: white;
    width: 100%;
    cursor: pointer;
}
.ishop_store_item
{
    margin-bottom: 3px;
}
.ishop_store_item input
{
    width: 1.4em;
}
/* checkout page end  */

/* help dialog */
.help_dlg_content
{
    margin-top:50%;
    border-radius: 11px;
    font-size: 16px;
    font-weight: bold;
}

.help_dlg_close_btn
{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0px;
    right: 15px;
    font-size: 2em;
}
.help_dlg_title_bg
{
    padding: 13px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: white;
    background-color: #D4508A;
    gap: 20px;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.help_dlg_title_img
{
    width:60px;
}

.help_dlg_title_text
{
    font-size: 1.1em;
    letter-spacing: 1px;
    
}

.help_content_wrap
{
    padding:15px;
}

.help_content_qrcode
{
    width: 60%;  
    margin: 0 auto;
}
.help_content_text
{
    text-align: center;
    padding:10px;
    letter-spacing: 1px;
}

.help_content_btn
{
    padding: 10px 0px;
    margin: 10px auto;
    width: 40%;
    background-color: #00B800;
    color: white;
    text-align: center;
    font-size: 1.1em;
    border-radius: 25px;
    letter-spacing: 1px;
}

.help_content_contact
{
    padding: 10px 0px;
    margin-bottom: 5px;
}

.help_content_contact_text
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.1em;
    letter-spacing: 1px;
    gap: 10px;
    padding: 3px 15px;
}

.help_content_contact_text img
{
    width: 25px;
}

@media (max-width: 323px){
    .help_dlg_content
    {
        margin-top: 20%;
        font-size: 14px;
    }

}
@media (max-width: 375px){
    .help_dlg_content
    {
        margin-top: 25%;
        font-size: 14px;
    }
}
/* end help dialog */

/* 18 up dialog  */
.ask_18_limit_dlg_wrap
{
    width: 80%;
    margin: 0 auto; 
    padding-top: 20%;
}

.ask_18_limit_dlg_img
{
     position: relative;
}
.ask_18_limit_dlg_btn_wrap
{
    position: absolute;
    width: 100%;
    height: 1;
    padding: 0px 20%;
    left: 0px;
    top: 67%;
    display: flex;
    justify-content: space-between;
}

.ask_18_limit_dlg_btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ask_18_limit_dlg_btn img
{
    height: 60px;
}

.hotword_title_wrap 
{
    height: 50px;
    padding: 10px;
}
.orderreturn_page_content_wrap
{
    padding:10px 10px;
}

.orderreturn_page_reson_title
{
    font-size: 1em;
    font-weight: bold;
    padding:2px 0px;
}

.orderreturn_page_reson_wrap
{
    padding:2px 15px;
    font-weight: bold;
}

.orderreturn_page_reson_wrap label
{
    margin: 0px;
    padding: 2px 0px;
}

.orderreturn_page_return_btn
{
    width: 50%;
    background-color: #D3528B;
    font-size: 16px;
    color: white;
    text-align: center;
    box-shadow: 0px 3px 3px #aaa;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 3px;
    padding: 5px;
}

/*large screen */
@media (min-width: 720px){
    .container {
        width: 720px;
    }
    .top_header {
        width: 720px;
    }

    .hotproduct_wrap {
        width: 32%;
    }
    .hotproduct_img img{
        width: 100%;
        height: 100%;
    }
    .hotproduct_title {
        font-size: 16px;
        height: 52px;
    }
    .hotproduct_price {
        font-size: 1em;
    }
    .product_detail_add_cart_wrap {
        width: 720px;
        left: 33%;
    }
    .allproduct_catalog_img {
        width: 120px;
    }
    .allproduct_catalog_title {
        font-size: 16px;
    }
    .allproduct_item {
        width: 32%;
    }
    .memberpage_wrap{
       width: 720px;
    }
    .memberpage_top_header  {
        width: 720px;
    }
    .ask_18_limit_dlg_wrap
    {
        width: 500px;
        padding-top: 5%;
    }
    .ask_18_limit_dlg_btn img {
        height: 100px;
    }
    .catalogpage_tag_wrap {
        height: unset;
    }
    .tags_wrap {
        flex-wrap: wrap;
    }
}

/*large screen */
@media (min-width: 414px){
    .ask_18_limit_dlg_btn img {
        height: 70px;
    }  
}
@media (max-width: 414px){
    .allproduct_item_img img {
        height: 185px;
    }  
}

