@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
  background-image: url(../images/logoEn.jpg);
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width: 801px) {
  #menu li ul li a {
    min-width: 200px;
  }
  /*看更多產品*/
  .prodShow::before {
    content: '+ See All Products';
  }
  .prodHide::before {
    content: 'Less Product';
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width: 800px) {
}

/*-----------------Sticky_adBanner---------------*/

.desktop_box {
  width: 230px;
  height: 580px;
  position: fixed;
  top: 180px;
  right: 0px;
  z-index: 1000;
}

.desktop_box img {
  background-image: url('../images/ad_en_dt_1102.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.desktop_del {
  position: relative;
  right: -200px;
  top: -575px;
  font-size: 25px;
  z-index: 1000;
}

.mobile_box {
  display: none;
  background-image: url('../images/ad_en_mb_1102.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1000;
}

@media (max-width: 575.98px) {
  .desktop_box {
    display: none;
  }
  .mobile_box {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
  }

  .mobile_del {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 22px;
  }
}
