@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

header.head_navbar {
    padding: 5px 0px 5px 0px;
    background: #ffffff;
    font-family: "Inter", "Noto Sans", "微軟正黑體";
    position: relative;
    color: #000;
    z-index: 99;
}

@media all and (max-width: 575px) {
    header.head_navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
}

header.head_navbar .btn {
    margin-right: 5px;
}

header.head_navbar .logo img {
    height: 35px;
}
header.head_navbar.bidhead .logo img {
  margin-right: 4px;
  /* max-width: 40px; */
  width: 220px;
  height: auto;
}
header.head_navbar.bidhead  .logo span {
   font-weight: 400;
   color: #1f2c5e;
   font-size: 16px;
   word-break: keep-all;
   line-height: 1;
   position: relative;
   white-space: nowrap;
   top: -5px;
}
@media (max-width: 575px) {
header.head_navbar.bidhead  .logo span {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    header.head_navbar .logo img {
        height: 35px;
    }
}

header.head_navbar input {
    display: none;
}

header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer;
}

header.head_navbar .topbtn {
    color: #000;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.bannerareapc {
    margin-bottom: -1px;
    overflow: hidden;
    color: #ffffff;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    text-align: center;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media all and (max-width: 575px) {
    .bannerareapc {
        padding-bottom: 0px;
    }
}

.bannerareapc .banner {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;justify-content: center;
}

.bannerareapc .banner .ctabtn {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    background: #000;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 2px;
    padding: 12px 30px;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
}

@media all and (max-width: 575px) {
    .bannerareapc .banner .ctabtn {
        font-size: 20px;
    }
}

.bannerareapc .banner .ctabtn:hover {
    background: #ffffff;
    color: #000;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .bannerareapc img {
        width: 100%;
        height: auto;
    }
}

@media all and (max-width: 575px) {
    .bannerareapc img {
        width: 100%;
        height: auto;
    }
}

.bannerareapc h5 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2;
    margin: 10px 0px;
    padding: 0;
}

.bannerareapc h1 {
    font-size: 2.8em;
    font-weight: 500;
    letter-spacing: 3.6px;
    height: 100px;
    margin: 15px 0px 15px 0px;
    padding: 0;
}

.bannerareapc p {
    font-size: 21px;
    letter-spacing: 1.35px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 32px;
}

:root {
    --big: 1440px;
    --pc: 1200px;
    --pad: 768px;
}

.boxcontainer {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media all and (max-width: 575px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        min-width: 320px;
    }

.boxcontainer {
        padding-top: 20px;
    padding-bottom: 1px;
}
}

.intro{
    background: #EBDDC3;
}
.intro .boxcontainer{
    padding-top: 8px;
    padding-bottom: 0px;
}
@media all and (min-width: 1200px) {
    .boxcontainer {
        width: 1200px;
        margin: auto;
    }
}

@media all and (max-width: 575px) {
    .pcshow {
        display: none !important;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .pcshow {
        display: none !important;
    }
}

.phoneshow {
    display: none !important;
}

@media all and (max-width: 575px) {
    .phoneshow {
        display: block !important;
    }

    .phoneshow img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .phoneshow {
        display: block !important;
    }

    .phoneshow img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

.fivepromisewrapper ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

@media all and (max-width: 575px) {
    .fivepromisewrapper ul {
      flex-wrap: wrap;
      gap: 1%;
      height: auto;
      width: 100%;
      margin: 15px auto;
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px;
      width:230px;

    }
    .fivepromisewrapper ul li{
      display: inline-flex;
      padding: 5px 0px;
      width: 100%;font-size: 22px;

    }
    .fivepromisewrapper ul li img{
        margin-right: 10px;
    }
}

.fivepromisewrapper ul li {
    display: flex;
    align-items: center;
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    font-size: 18px;    text-align: left;
    font-weight: 400;
    line-height: 24.52px;
}

.fivepromisewrapper ul li img {
    margin-right: 5px;
}

.titlearea {
    background-repeat: no-repeat;
    height: 70px;
    margin-bottom: 20px;
    display: flex;
    background-position: center center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titlearea h3 {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    color:#FFA800;
    margin-bottom: 10px;
}

.titlearea h1 {
    font-family:"Noto Sans TC", "微軟正黑體", "Inter";
font-weight: 900;
font-size: 36px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.normaltitlearea h1 {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    line-height: 49.03px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.qnacontainer {
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    margin:0px auto;
    padding: 25px 25px;
}

.qnacontainer h1 {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    font-size: 36px;
    font-weight: 900;
    line-height: 49.03px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffa800;
}

.qnacontainer ul {
    margin: auto;
}

.qnacontainer li {
   padding-top: 10px;
   padding-bottom: 0px;
   /*border-bottom: 1px dashed #FFDA45;*/
   margin-left: 17px;
   text-indent: -17px;
}
.qnacontainer li a{
    color: blue;text-decoration: underline;
}
.qnacontainer li:last-child {
    border-bottom: 0px;
}

.qnacontainer li .title {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: left;
}

.qnacontainer li .title:before {
    content: '●';
    color: #FFA800;
    margin-right: 10px;
}

.qnacontainer li p {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    margin-left: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.shopmore {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 24.52px;
    text-align: center;
    align-items: center;
    padding: 0px 45px;
    background: rgba(120, 107, 81, 1);
    color: #ffffff;
    display: inline-flex;
    width: auto;
    height: 50px;

}

.shopmore:hover {
    color: #ffffff;
}

.shopmore img {
    width: auto;
}

.productarea {
    padding: 14px 0px;padding-top: 0px;
}

.productarea ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin: auto;
    justify-content: center;
}
.productarea.productstyle2 ul{

}
.productarea.productstyle2 ul li{
    width:48%;padding:0px;
}
.productarea.productstyle2 ul li .name{
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 35px;
        padding-right: 16px;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
}


@media all and (max-width: 575px) {
    .productarea ul {

    }
    .productarea.productstyle2 ul li{
        width:94%;padding:0px;
    }

}

.productarea ul li {
    background: #ffffff;
    padding:10px 10px 15px 10px;
    border: 1px solid rgba(223, 199, 153, 0.4);
    width: 24%;
    margin-bottom: 1%;border-radius: 10px;
}

@media all and (max-width: 575px) {
    .productarea{
        display: flex;
  justify-content: center; /* 讓 ul 容器置中 */
  padding-left: 10px;padding-right: 10px;
    }
    .productarea ul{
        display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 預設置中 */
  gap: 10px; /* 設定間距 */

  padding: 0;
  list-style: none;
    }
    .productarea ul li {
        width: calc(50% - 5px);
        margin-bottom: 0px;
        padding: 10px 10px;
        text-align: center;
        box-sizing: border-box;
    }
     .productarea ul li:nth-child(odd):last-child{
      margin-right: auto;
    }
}

.productarea ul li:hover {
    border:1px solid #C6AF82;
}

.productarea ul li a {
    color: #000;
}

.productarea ul li a:hover {
    color: #000;
}
.productarea ul li .item {
    display: flex;flex-direction: column;height: 100%;
}
.productarea ul li .item .name {
    font-family: "Noto Sans", "微軟正黑體", "Inter";
    font-size: 20px;
    padding-top: 5px;
    font-weight: 400;
    line-height: 27.24px;margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}

@media all and (max-width: 575px) {
    .productarea ul li .item .name {
        font-size: 15px;
        line-height: 20px;
    }
}

.keyword {
    display: flex;
    align-items: center;
    font-family: "Noto Sans", "微軟正黑體", "Inter";
}

@media all and (max-width: 575px) {
    .keyword {
       /* flex-direction: column;*/
        /*gap: 10px;*/
    }
}

.keyword .keywordlabel {
   display: flex;
   align-items: center;
   font-size: 36px;
   line-height: 40px;
   font-weight: 400;
   color: #C6AF82;
   white-space: pre-wrap;
   letter-spacing: 2px;
   width: 155px;
   line-height: 1;
   margin-right: 15px;
   position: relative;
}
.keyword .keywordlabel:after{
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #C6AF82;
}
.keyword .keywordlabel img{
   margin-right: 0px;
   width: 43px;
}
@media all and (max-width: 575px) {
    .keywordwrapper{
        padding-top: 10px;padding-bottom: 20px;padding-left: 10px;
    }
    .keyword .keywordlabel {
       font-size: 28px;
       font-weight: bold;
       width: auto;
       margin-right: 0px;
    }
    .keyword .keywordlabel br {
        display: none;
    }
    .keyword .keywordlabel:after{
        display: none;
    }
    .keyword .keywordlabel img{
        width: 30px;
    }
}

.keyword .keywordlist {
    width: 100%;height:95px;overflow: hidden;
}

.keyword .keywordlist ul {
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword .keywordlist ul li a {
    border:2px solid rgba(187, 187, 187, 0.7);
    padding: 9px 16px;
    color: #7C7C7C;
    border-radius: 20px;
    background: #fff;
    display: block;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    word-break: keep-all;
    white-space: nowrap;
}

.keyword .keywordlist ul li a:hover {
    border: 2px solid #DFC799;
    color: #413723;
}
@media all and (max-width: 575px) {
    .keyword .keywordlist{
       max-width: 550px;
       overflow-x: auto;
       margin-top: 10px;
    }
   .keyword .keywordlist ul {
      min-width: 1300px;
      flex-wrap: wrap;
      gap:7px;

   }
   .keyword .keywordlist ul ::-webkit-scrollbar {
      -webkit-appearance: none;
    }
    .keyword .keywordlist ul li {
        width: auto;
    }
    .keyword .keywordlist ul li a {
        border: 2.5px solid #000;
        padding: 9px 16px;
        color: #000;
        border-radius: 20px;
        background: #fff;
        display: inline-block;
        line-height: 1;
        font-weight: 400;
        font-size: 15px;
        word-break: keep-all;
        white-space: nowrap;
    }
}
footer {
    overflow: hidden;
}

.move {
    cursor: pointer;
    transition: 0.2s;
}

.move:hover {
    transform: scale(1.03);
}

.flow12 img {
    transition: 0.3s;
}

.flow12 img:hover {
    transform: scale(1.04);
}

.gototop {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

@media all and (max-width: 575px) {
    .gototop {
        bottom: 60px;
    }
}

.gototop img {
    width: 80px;
}

@media all and (max-width: 575px) {
    .gototop img {
        width: 80px;
    }
}
.pricearea{
       display: flex
   ;
       margin-top: auto;
       flex-direction: column;
}
.oriprice{
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;color: #8D8D8D;
    text-align: center;
    text-decoration: line-through;
}

.price{
    font-family: Noto Sans;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;color: #DD3535;

}
.price span , .oriprice span{
    font-size: 16px;

}

.singlehotarea{
        display: flex;
        margin-top: 15px;
}
.singlehotarea:hover{
    color: inherit;
}
.column2hotarea{
        display: flex
;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
}
.column2hot{
        display: flex
       ;
        flex-basis: 49%;
}
.column2hotarea .column2hotphoto{
        width: 309px;height: auto;
        background-color: #C4C4C4;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
}
.column2hotarea .column2hotphoto img{
    width: 100%;height: 100%;object-fit: cover;
}
.column2hotarea .column2hotinfo{
       background: #F8F8F8;
    flex: 1;
    padding: 20px;
    display: flex
;
    flex-direction: column;
    padding-bottom: 35px;
}

.column2hotarea .column2hotinfo .hotinfolabel{
    color: #FFA800;
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;margin-bottom: 8px;

}
.column2hotarea .column2hotinfo .hotinfotext{
          font-family: Noto Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}
.column2hotarea .column2hotinfo .column2hotareabtn{
        background: #000;
    color: #fff;
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: flex
;
    padding: 8px 0px;
    justify-content: center;
    border-radius: 4px;
    margin-top: auto;

}


 .hotphoto{
       width: 100%;
    background-color: #ffffff;
    height: auto;
    border-top-left-radius: 16px;
    flex: 1;
    border-bottom-left-radius: 16px;
}
 .hotphoto img{
        width: 100%;
    height: 100%;
    object-fit: contain;
 }

 .hotinfo{
        background: #ffffff;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        padding: 22px 30px;
        flex: 1;
        display: flex
    ;
        flex-direction: column;
}
 .hotinfo .hotintro{
        background: #ffffff;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;

        flex: 1!important;
        display: flex;
        flex-direction: column;
}
 .hotinfo .hotintro .hotinfoname{
    font-family: Noto Sans;
    font-weight: 900;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;

}
 .hotinfo .hotintro .hotinforank{
    background-color: rgba(245, 245, 245, 1);border-radius: 36.04px;
    padding: 3px 17px;    display: inline-block;
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;width: 250px;
    text-align: center;
    margin: 10px 0px 14px 0px;
}

 .hotinfo .hotintro .hotinforank span {margin-right: 14px;}
.my-rating{
    display: flex;gap:7px;
}
.my-rating .jq-star svg{
    width: 16px;height: 16px;

}
 .hotinfo .hotintro .hotinfotext{
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 18px;
    line-height:23px;
    letter-spacing: 4%;
    margin-bottom: 20px;

}

 .hotinfo .hotbuy{
            display: flex
;
    margin-top: auto;
    flex-direction: row;
    justify-content: start;
    align-items: flex-end;
}
 .hotbuy .hotprice{

}
 .hotinfo .hotbuy .oriprice{
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;text-align: left;
}


 .hotinfo .hotbuy .price{
    font-family: Noto Sans;
    font-weight: 900;
    font-size: 50px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
}


.buybtn{
       background-color: #DD3535;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
#pageMainHeader{
    background: #ffffff;

}
.drug_event_header_wrapper{
    max-width: 1300px!important;
        margin: auto!important;
}
@media all and (max-width: 1024px){
    .column2hotarea .column2hotphoto{
        width: 50%;
    }
    .column2hot{
        flex-basis: 48%;
    }
}
@media all and (max-width: 820px) {

    .singlehotarea{
             width: 95%;
        margin: auto;
        margin: 15px auto;
        flex-direction: column;
    }
    .hotphoto{
        flex-basis: 100%;
                width: 100%;
        height: auto;
    }
    .column2hotarea{
        gap:2%;
    }
    .column2hot{
        flex-basis: 100%;
        flex-direction: row;
        margin-bottom: 2%;
    }
    .column2hotarea .column2hotphoto{
        width: 50%;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0px;

    }
    .column2hotarea .column2hotinfo .column2hotareabtn{
        margin-top: auto;
    }
}
@media all and (max-width: 575px) {
    .oriprice{
        font-size: 16px;margin-top: 5px;
    }
    .price{
        font-size: 25px;
    }
    .price span , .oriprice span{
    font-size: 16px;

    }
    .singlehotarea{
           flex-direction: column;
    }
    .hotsalewrapper{
        width: 95%;margin: auto;
    }
     .hotphoto{
        width: 100%;        flex-basis: auto;
        height: auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .titlearea{
       height: auto;
       background-size: cover !important;
    }
    .hotinfo{
        padding: 15px;
    }
     .hotinfo .hotbuy{
        margin-top: 10px;
    }
     .hotinfo .hotbuy .oriprice{
        font-size: 18px;
    }
    .hotinfo .hotbuy .price{
        font-size: 40px;
    }
    .column2hotarea{
        gap: 2%;
        margin-top: 10px;
        width: 95%;
        margin: auto;
    }
    .column2hot{
               flex-basis: 100%;
        flex-direction: column;
    }
    .column2hotarea .column2hotphoto{
              width: 100%;

    }
    .column2hotarea .column2hotinfo .hotinfolabel{
        margin-bottom: 5px;
    }
    .column2hotarea .column2hotinfo .hotinfotext{
        margin-bottom: 15px;
    }
    .column2hotarea .column2hotinfo{
    }
    .column2hotarea .column2hotinfo .column2hotareabtn{
                padding: 8px 0px;
    }
}
