

/* 設定選單下底線 */
.nav_wrap ul.main_menu {
    border-bottom-style:solid;
    border-bottom-width:5px;
    border-bottom-color:#00b8fc;
}


/* 設定圖層往上 */
.topp {
  z-index:2;
}


/* 設定商品圓角 */
ul.promo a {
  border-radius: 12px;
}

/* 設定商品 */

.pormm {
  margin-top: -1rem;
}


/* 設定懸浮物件1 */
.floating01 {
  position: absolute;
  z-index:1;
  top:900px;
  left:4%;
}

.floating01 img {
  width:100%;
}

/* 設定懸浮物件2 */
.floating02 {
  position: absolute;
  z-index:1;
  top:1600px;
  right:4%;
}

.floating01 img {
  width:100%;
}

/* 設定懸浮物件3 */
.floating03 {
  position: absolute;
  z-index:1;
  top:2100px;
  left:4%;
}

.floating01 img {
  width:100%;
}



@media (max-width: 768px) {

  .coll {
    margin: 0px 0px;
  }
	
}
        
        
        
      
@media screen and (max-width: 576px) {

  .coll {
    margin: 0px 0px;
  }

  /* 設定活動中間往下 */
  .centertopa {
  margin-top:0px;
  }

  .marquee-item img {
    display: block;
    height: 16px;
  }

  .marquee-item2 img {
    display: block;
    height: 16px;
  }

  .footer {
    margin-bottom:0rem;
  }

  .floating01 {
    display: none;
  }

  .floating02 {
    display: none;
  }

  .floating03 {
    display: none;
  }

  .gotop {
    display: none;
  }
          
}