
/*大首頁頁頭*/

.logo img {
    height: 27px;
}
.logo{
  float: none;
}
.logo.jpbidlogo a{
    display: flex;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-weight: bolder;
    font-weight: 500;
    font-size: 20px;color: #000;
    line-height: 1;
    align-items: center;
}
.logo.jpbidlogo a img{
margin-right: 4px;

}
header.topmainheader {
   position: relative;
   z-index: 140;
   height: auto;
   display: flex;
   background: #ffffff;
   align-items: center;
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   padding-top: 0.55rem;
   padding-bottom: 0.55rem;
}
.headercontainer{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.mobilemenu {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}
.mobilemenu button{
 appearance: button;
 background-color: transparent;
 background-image: none;
 outline: 0;
 border: 0px;
 padding: 0px;
 font-family: inherit;
 font-feature-settings: inherit;
 font-variation-settings: inherit;
 font-size: 100%;
 font-weight: inherit;
 line-height: inherit;
 color: inherit;
 margin: 0px;
 padding: 0px;
}
.funarea {
    margin-left: auto;
}
.funarea > ul{
    display: flex;
    flex-direction: row;
}
.funarea a {
    text-decoration: none;
    color: #000;display: block;
}
.funarea a.haslogin{
  height: 28px;
  width: 28px;
  background: #006994;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff;
  line-height: 1;
}
.funarea ul.navmember{
  display: flex;
  -webkit-box-align: center;
  align-items: baseline;
  gap: 0.5rem;
}
.funarea ul li {
    position: relative;
   ;text-align: left;
}
.funarea ul li#login{
  margin-right: 0rem;
}
.funarea ul li img {
    height: 28px;
    width: auto;
}

.funarea ul li .cartcount {
    position: absolute;
    /* display: flex; */
    align-items: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    font-family: "Inter";
    justify-content: center;
    color: #fff;
    background: #f00;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border: 2px solid #fff;
    right: -5px;
    top: -5px;
    display: none;
    line-height: 18px;
    text-align: center;
}
.funarea .memberlink{
  font-size: 14px;
  padding: 0.5rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  position: absolute;
  width: 110px;
  background: #fff;
  right: 0px;
  top: 36px;
  border-top: 4px solid #006994;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
  display: none;
}
.funarea ul li:first-child{
  margin-right: 0px;
}
.funarea ul li:last-child{
  margin-left:0.5rem;
}
.funarea .memberlink ul li{
  color: #858585;
  border-bottom: 1px solid #E4E4E4;
    padding: 0.5rem 0px;
  margin-right: 0px;
  position: relative;
}
.funarea .memberlink ul li:last-child{
  border-bottom: 0px;
}
.funarea .memberlink ul li .cartcount{
  left: 35px;
  font-size: 11px;
  top: 0;
  line-height: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
}
.funarea .memberlink > ul > li:first-child , .funarea .memberlink > ul > li:nth-child(2){
  padding-bottom: 0px;
}
.funarea .memberlink ul li a{
  color: #121212; display: block;
}
.funarea .memberlink ul li ul{
  border-top: 1px solid #E4E4E4;margin-top: 9px;
}
.funarea .memberlink ul li ul li{
  border-bottom: 1px dashed #E4E4E4;
  padding: 0px;
}
.funarea .memberlink ul li ul li a{
  padding: 0.5rem 0.5rem 0.5rem 1rem;

}
.funarea .memberlink ul li ul li:last-child{
  border-bottom: 0px;
  margin-left: 0px;
}
/*nav {
    transition: all 0.3s ease;
    overflow-x: scroll;
    padding: 0;
    background: #ffffff;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

nav::-webkit-scrollbar {
    display: none;
}

nav .scrollmenu {
    display: flex;
    justify-content: start;
    align-items: center;
}

nav .scrollmenu li {
    list-style: none;
    font-family: "Inter";
    padding: 12px 14px;
    font-size: 16px;
    color: #000;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
}

nav .scrollmenu li a {
    text-decoration: none;
    color: #000;
}

nav .scrollmenu li#hassub.open {
    color: #ff6800;
    font-weight: bolder;
}

nav .scrollmenu li#hassub.open:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ff6800;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

nav.withsub {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
    width: 100%;
    display: none;
    margin-top: -1px;
}

nav.withsub.active {
    display: block;
}

nav.withsub ul {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 0px;
}

nav.withsub ul li {
    background: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px dashed #e6e6e6;
}

nav.withsub ul li a {
    display: flex;
    color: inherit;
    text-decoration: none;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

nav.withsub ul li a .storename {
    font-size: 1em;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: normal;
    color: #1F2C5E;
}

nav.withsub ul li a .storename img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

nav.withsub ul li a span {
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #9C9C9C;
    line-height: normal;
    margin-left: auto;
    display: flex;
    align-items: center;
}

nav.withsub ul li a span i {
    margin-right: 3px;
    margin-left: 5px;
}*/

.blankbg {
    position: fixed;
    z-index: 140;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.sidemenu {
    display: none;
    font-family: "Inter";
    position: absolute;
    z-index: 142;
    background: #fff;

    height: auto;
    top: 0;
    left: 0;
    -webkit-animation: linear;
    -webkit-animation-name: run;
    -webkit-animation-duration: 0.2s;
}

.sidemenu .sidemenuwrapper {
  padding: 0px;
  position: fixed;
  top: 0px; width: 75%;max-width: 550px;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;

}

.sidemenu .sidemenuwrapper .functionarea {
    display: flex;
    background: #006994;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 20px 10px;
    position: sticky;
    top: 0px;

}

.sidemenuclosebtn {
   font-size: 25px;
   position: fixed;
   right: 15%;
   color: #fff;
   top: 0px;
   z-index: 50;
}

.sidemenu .sidemenuwrapper .functionarea .username {
    font-size: 14px;color: #ffffff;
    display: flex;flex-direction: column;
    margin: auto;
}
.sidemenu .sidemenuwrapper .functionarea .username .topslogan{
   font-size: 18px;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
}
.sidemenu .sidemenuwrapper .functionarea .username .topslogan.welcomelogin{
  margin-bottom: 0px;
  line-height: 23px;
}
.sidemenu .sidemenuwrapper .functionarea .username a {
    text-decoration: none;color: #006994;text-align: center;
    background: #ffffff;border-radius: 4px;padding: 7px 35px;

}

.sidemenu .sidemenuwrapper .sidebar {
    width: auto;
    height: 100%;
    padding-bottom:0px;


}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox:last-child:after{
/*  content: '';
  background: #006994;
  height:7px;
  width: 100%;
  display: flex;*/


}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox{
  border-bottom: 8px solid #E4E4E4;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox h2 {
    font-size: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: normal;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul {
    margin-bottom: 0px;margin-left: 10px;margin-right: 10px;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li {
    background: #ffffff;
    padding-right: 6px;
    padding-left: 23px;
    border-bottom: 1px dashed #E4E4E4;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.backindex ul li:first-child{
  padding-left: 0px;border-bottom: 0px ;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.service ul li:first-child {
 /* padding-left: 0px;border-bottom: 1px solid #E4E4E4;*/
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.quicklink{
  border-bottom: 0px;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.quicklink ul li{
  padding-left:0px;border-bottom: 1px solid #E4E4E4;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.quicklink ul li.loginlogout {
 border-bottom: 0px solid #E4E4E4;
 display: flex;
 justify-content: space-between;align-items: center;
 padding-bottom: 5px;
 padding-top: 5px;

}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.quicklink ul li.loginlogout a{
  text-decoration: underline;
  padding-top: 5px;    font-size: 14px;
  padding-bottom: 5px;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.quicklink ul li .sociallink{
 display: flex;
 margin-left: auto;
 gap: 0.5rem;

}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.quicklink ul li .sociallink span{
 display: flex;
 font-size: 14px;
 align-items: center;
 margin-left: 10px;
 margin-right: 10px;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox.quicklink ul li .sociallink img{
 width: 28px;
 height: 28px;
 margin-left: 3px;
 margin-right: 3px;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li:last-child {
    border-bottom: 0px;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li a {
    display: flex;
    color: inherit;
    text-decoration: none;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li .storename {
    font-size: 14px;
    font-family: "Inter";
    font-style: normal;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: normal;white-space: nowrap;
    color: #000000;

}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li .storename.onlylabel{
  color: #006994;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox .channel-title .storename.onlylabel{
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #006994;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0px;border-bottom: 1px solid #E4E4E4;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox .channel-title .storename img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li .storename span{
  margin-left: 6px;padding-left: 0px;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li .storename img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li a span {
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #9C9C9C;
    line-height: normal;
    margin-left: auto;padding-left: 0px;
    display: flex;
    align-items: center;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li a img {
    width: 10px;
    height: 10px;
}

.sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li a i {
    color: #000000;
    margin-left: 3px;
}

.sidemenu .sidemenuwrapper .sidebar .adbox {
    margin-bottom: 20px;
}

.sidemenu .sidemenuwrapper .sidebar .adbox img {
    width: 100%;
}

.sidemenu .sidemenuwrapper .sidebar .adbox img:hover {
    filter: hue-rotate(326deg);
}

@-webkit-keyframes run {
    0% {
        left: -70%;
    }

    50% {
        left: 0;
    }
}

@media all and (max-width:360px) {
  .sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul {
      margin-bottom: 0px;margin-left: 10px;margin-right: 10px;
  }
  .sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li .storename img{
    margin-right: 5px;
  }
  .sidemenu .sidemenuwrapper .sidebar .channelwrapper .channelbox ul li{
    padding-left: 22px;
  }
}
/*大首頁頁頭結束*/
