body {
  font-family: "微軟正黑體";
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6em;
  width: 100%;
  max-height: 100%;
  background-color: #e55e23;
  background-position: top center;
  /* background-image: url(../images/blue-papper2.png); */
  background-size: contain;
  background-repeat: repeat;
  color: #000;
  margin: 0;
  padding: 0;
}

.not_join {
  background-image: linear-gradient(to top, #cfd9df 0%, #b3b3b3 100%);
}
/* kv輪播商品增加高度 */
.swiper-wrapper.sideup {
  padding-top: 4%;
}
/* 區域背景 strat*/
.area_1 {
  background-image: url(../images/section-flower1.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.area_2 {
  background-image: url(../images/section-flower2.png);
  /* background-size: cover; */
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.vanity_box_bg {
  background-color: #3e3a39;
}
/* 區域背景 end*/

.smalltitle {
  padding-bottom: 10px;
}

.boxsmall {
  padding: 20px 0 0px 0;
}

.vcr_img img {
  width: 100%;
}

.video .row {
  padding: 0 !important;
}
.child-title {
  margin: 0 0 -5% 0;
  z-index: 10;
}

ol ul {
  list-style-type: disc;
}
.mustset {
  margin-top: 1%;
  margin-bottom: -2%;
}
.mustset2 {
  margin-top: 1%;
  margin-bottom: -4.5%;
}
/* logo用 start*/
.logoxy {
  padding: 5px 5px;
}
.flexlogo {
  display: flex;
  justify-content: center;
}
.flexlogo2 {
  display: flex;
  justify-content: center;
}
.flexlogo_only4 {
  display: flex;
  justify-content: center;
}
/* logo用 end*/

/* 新輪播標籤 start*/
.item3_bg {
  background-color: #ffffff;
  border: 3px solid #a19f83;
  padding-bottom: 22px;
}

.swiper-container_new {
  overflow: hidden;
}
.swiper_2items {
  overflow: hidden;
}

/* 新輪播標籤 end*/

/* 分類輪播 start*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 分類輪播 end*/

.row2 {
  margin-right: 0px;
  margin-left: 0px;
}

.contentBox_paper {
  margin: 0px 0 0px 0;
}
.contentBox_paper2 {
  margin: 0px 0 -10px 0;
}

.img-responsive {
  margin: 0 auto;
}

a {
  text-decoration: none;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  text-decoration-color: -moz-use-text-color;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.img-responsive {
  margin: 0 auto;
}

small {
  font-size: 75%;
  color: #666666;
}

header {
  overflow: hidden;
  z-index: 888888;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #e7e7e7;
}

header .container-fluid {
  padding: 0px !important;
}

nav.navbar.navbar-default {
  min-height: 60px;
}

header .container-fluid .navbar-brand {
  margin: 0 0 0 0 !important;
  padding: 5px 0 !important;
}

header .container-fluid .navbar-brand img {
  width: 210px;
  height: auto;
}

main {
  overflow: hidden;
  margin-top: 60px;
}

main .visualBox {
  background-image: url("../images/bg_body.png");
  overflow: hidden;
  background-position: top center;
  position: relative;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 385px;
}

main .visualBox .container {
  text-align: right;
  position: relative;
}

.visualBox .container .KV_web {
  background-image: url("../images/kv_t2_PC.png");
  height: 385px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 99;
  position: relative;
  /* 煙特效上層的要加position relative */
}

.visualBox .container .animation .moon {
  position: absolute;
  animation: teeter 0.5s infinite alternate;
  width: 75%;
  top: 9%;
  left: -15%;
  z-index: 1;
}

.ptb-20_first {
  padding-top: 20px;
  padding-bottom: 15px;
}

.ptb-20_second {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* QQ特效 */
.visualBox .container .animation .activity {
  display: inline-block;
  margin: 4.7rem 2.5rem;
  width: 55%;
  animation: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  
}
/* QQ特效 */

/* 商品點選特效 位置 */

.visualBox .container .animation .kv_item_click1 {
  position: absolute;
  animation: teeter2 1.5s infinite alternate;
  top: 9%;
  left: 9%;
  z-index: 100;
}

.visualBox .container .animation .kv_item_click2 {
  position: absolute;
  animation: teeter 2s infinite alternate;
  top: 14%;
  right: 5%;
  z-index: 100;
}
.visualBox .container .animation .kv_item_click3 {
  position: absolute;
  animation: teeter3 2s infinite alternate;
  top: 21%;
  right: 4%;
  z-index: 100;
}

/* 商品點選特效 位置 end */

main .contentBox {
  overflow: hidden;
  margin: 0% auto;
  padding: 0;
}

main .contentBox .outsiderbox {
  position: relative;
}

/*animation moon*/

@keyframes teeter {
  0% {
    transform: translateY(0.5vh);
  }
  100% {
    transform: translateY(1.5vh);
  }
}

@keyframes teeter2 {
  0% {
    transform: translateY(1.5vh);
  }
  100% {
    transform: translateY(0.5vh);
  }
}
@keyframes teeter3 {
  0% {
    transform: translateY(1.5vh);
  }
  100% {
    transform: translateY(0.5vh);
  }
}

@keyframes teeter33 {
  0% {
    -webkit-filter: brightness(0.8);
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
    -webkit-filter: brightness(1.2);
  }
  100% {
    -webkit-filter: brightness(1);
    transform: rotate(-2deg);
  }
}

/*animation end*/

/* 煙特效 start*/

.visualBox .smoke {
  position: absolute;
  animation: smoke 3s linear infinite;
  animation-delay: -5s;
  right: 20%;
  z-index: 999;
}

.visualBox .smoke2 {
  position: absolute;
  animation: smoke2 3s linear infinite;
  left: 23%;
  z-index: 999;
}

@keyframes smoke {
  0% {
    opacity: 0;
    bottom: 33%;
  }
  50% {
    opacity: 1;
    bottom: 47%;
  }
  100% {
    opacity: 0;
    bottom: 60%;
  }
}

@keyframes smoke2 {
  0% {
    opacity: 0;
    bottom: 11%;
  }
  50% {
    opacity: 1;
    bottom: 25%;
  }
  100% {
    opacity: 0;
    bottom: 41%;
  }
}

/* 煙特效 end*/

/* 兩欄品名價格區 */

.list_title_first {
  margin-top: 0px;
}
.list_title {
  margin-top: 20px;
}

.list_bbg {
  background-color: #3f7ddb;
  padding: 5px 5px 25px;
}

.list_bbg2 {
  background-color: #3f7ddb;
  padding: 5px 25px 15px;
}

.list_bbg [class^="col-"],
.list_bbg2 [class^="col-"] {
  padding: 5px;
}

.productbbg a {
  text-decoration: none;
  color: #000;
  display: block;
  background-color: #fff;
  padding-bottom: 15px;
}

.productbbg a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.priceBox {
  display: flex;
  justify-content: center;
}

.productbbg a h5 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.productbbg .priceBox .average {
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
  margin: 0 2px 0 5px;
  padding: 5px 0 0 0;
}

.productbbg .priceBox .eun {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 0px 0;
}

.productbbg .priceBox .noprice {
  background-color: #ff0000;
  border-radius: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
}
.priceBox .buyone_getfree {
  background-color: #ff0000;
  border-radius: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  margin: 0 5px 0px 0;
}

.priceBox .line_through {
  text-decoration: line-through;
  font-size: 15px;
  padding-right: 10px;
}
.productbbg .priceBox .oriprice {
  color: #ff0000;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 0 0px;
  padding: 2px 0 0 0;
}

.productbbg .priceBox .promotion {
  color: red;
  font-weight: bold;
  font-size: 18px;
  padding-right: 10px;
}
.productbbg .priceBox .promotion2 {
  color: red;
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
  padding-top: 5px;
}
.productbbg .priceBox .speprice {
  color: red;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.box {
  max-width: 245px;
  padding: 5px;
  height: 56px;
  padding-top: 12px;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding-left: 20px;
}
/* 兩欄品名價格區 END*/

/* 特色標籤 */

.titleposition {
  margin-bottom: 1%;
}
.control1 {
}

/* .spaper_bg {
  background-image: url(../images/spaper_bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
} */

.child_bg {
  background-image: url(../images/child_bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.childsetting {
  margin-bottom: 35px;
}

.disscount {
  background-image: url(../images/disscount_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.disscount2 {
  background-image: url(../images/disscount_bg-mo.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

section.bar {
  width: 100%;
  height: 6px;
  /* background-color: #6db1ff; */
  background-image: linear-gradient(to right, #f8b62d, #ff9810, #f8b62d);
}

.color_right {
  background-image: linear-gradient(to right, #6f4400ad, #f3cb8627);
}

.color_left {
  background-image: linear-gradient(to right, #f3cb8627, #6f4400ad);
}

.floor {
  background-image: url(../images/leaves_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.stone_color {
  background-image: url(../images/green-food.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.valuebg {
  background-color: #fff000;
  background-image: url(../images/morden.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat;
}

.forest {
  background-image: url(../images/insist-3_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.group {
  background-image: url(../images/group.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.clearleaves {
  background-image: url(../images/clearleaves.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.plus {
  background-image: url(../images/plus.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.redbg {
  background-image: url(../images/redbg-1900x924.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.greenbg {
  background-image: url(../images/greenbg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.naturebg1 {
  background-image: url(../images/nature_bg1.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.naturebg2 {
  background-image: url(../images/nature_bg2.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.oil_rice_bg {
  background-image: url(../images/oil_rice_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.gold_bg {
  background-image: url(../images/gold_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.oil_rice_bg2 {
  background: radial-gradient(ellipse at center, #5b894b 0%, #25482f 100%);
  /* 橢圓 */
  background: linear-gradient(to right, #25482f 0%, #5b894b 50%, #25482f 100%);
  /* 線性 */
}

.modelframe {
  background-image: url(../images/modelframe.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.spices2 {
  background-image: url(../images/spices_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.situation_bg {
  background-image: url(../images/situation.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.stage_bg {
  background-image: url(../images/stage.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.color_bg {
  background-color: #ceb397;
}

.color_bg2 {
  background-color: #c30d23;
}

.pattern_line {
  background-image: url(../images/pattern_line.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.black_title {
  margin: 0 0 1% 0;
}

/* 特色標籤 end*/

/* 摸到縮小特效 */

main .contentBox .titleset .big_hover:hover {
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox a.big_hover,
main .contentBox a.ss_hover {
  display: block;
}
main .healthallBox a.ss_hover {
  display: block;
}

main .contentBox a.big_hover:hover {
  /* -webkit-transform: scale(0.9);
    transform: scale(0.9); */
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
main .healthallBox a.big_hover:hover {
  /* -webkit-transform: scale(0.9);
      transform: scale(0.9); */
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox a.ss_hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
main .healthallBox a.ss_hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 摸到縮小特效 end*/

/* 摸到縮小特效 */

main .contentBox_paper .titleset .big_hover:hover {
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper a.big_hover,
main .contentBox_paper a.ss_hover {
  display: block;
}

main .contentBox_paper a.big_hover:hover {
  /* -webkit-transform: scale(0.9);
    transform: scale(0.9); */
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper a.ss_hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper .titleset .big_hover:hover {
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper a.big_hover,
main .contentBox_paper a.ss_hover {
  display: block;
}

main .contentBox_paper a.big_hover:hover {
  /* -webkit-transform: scale(0.9);
    transform: scale(0.9); */
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper a.ss_hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 摸到縮小特效 end*/

/* 摸到縮小特效2 */

main .contentBox_paper2 .titleset .big_hover:hover {
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper2 a.big_hover,
main .contentBox_paper2 a.ss_hover {
  display: block;
}

main .contentBox_paper2 a.big_hover:hover {
  /* -webkit-transform: scale(0.9);
    transform: scale(0.9); */
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper2 a.ss_hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper2 .titleset .big_hover:hover {
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper2 a.big_hover,
main .contentBox_paper2 a.ss_hover {
  display: block;
}

main .contentBox_paper2 a.big_hover:hover {
  /* -webkit-transform: scale(0.9);
    transform: scale(0.9); */
  -webkit-transform: translateY(-2vh);
  transform: translateY(-2vh);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main .contentBox_paper2 a.ss_hover:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 摸到縮小特效2 end*/

main h1 .title img {
  max-width: 470px;
  margin: 0 auto;
}

main .methodBox .titleset-2 {
  font-size: 2.8em;
  color: #000;
}

main .methodBox .container h2 {
  text-align: center;
  font-weight: bold;
}

.methodBox {
  overflow: hidden;
  /* background-image: url(images/bg_method.jpg); */
  /* background-color: transparent; */
  /* background-color: #c30d23; */
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 20px 0 20px 0;
}

.methodBox .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 20px 20px;
}

.methodBox .container .method-title {
  font-weight: bold;
}

.methodBox .container ol {
  padding: 0 0 0 0;
  margin: 0 0 0 1em;
}
/* 項目小括號 */
.methodBox .container ol li p {
  counter-increment: my-counter;
  text-indent: 0em;
}
.methodBox .container ol li p::before {
  content: "(" counter(my-counter) ")";
  color: #0a5c7c;
  font-weight: bold;
}
/* 項目小括號 */

.methodBox .container ol li {
  line-height: 1.8;
}

.methodBox .container ol li .subtitle li {
  list-style-type: disc;
  font-size: 1.2rem;
  line-height: 1.8;
}

.methodBox .container ol li .imgset {
  width: 100%;
  margin: 0;
}

.methodBox .container ol li .linkset {
  color: #ffd000;
}

footer {
  background-color: #222222;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}

.sidebarBox {
  display: none;
  position: absolute;
  z-index: 7777;
  right: 10px !important;
  background-image: url("../images2/bg_sidebarBox.png");
  width: 100px;
  height: auto;
  background-repeat: no-repeat;
}

.sidebarBox ul {
  background-image: url(../images2/bg_sidebarBox-2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

/*側邊選單*/

.sidebarBox ul {
  padding: 50px 12px 60px 12px;
}

.sidebarBox ul li {
  text-align: center;
  border-bottom: 1px dashed #614231;
  /*border-bottom: 1px dashed rgba(66,12,12,0.562)*/
}

.sidebarBox ul li:last-child {
  border-bottom: 0px dashed transparent;
}

.sidebarBox ul li a {
  color: #000;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  line-height: 1.2em;
}

.sidebarBox ul li a.t1 {
  color: #000;
  font-weight: bold;
}

.sidebarBox ul li a.top {
  color: #8b2125;
}

.sidebarBox ul li a:hover {
  color: #8b2125;
}

.overlayBox {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #500808;
  background-color: rgba(80, 8, 8, 0.9);
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlayBox .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlayBox .overlay-content ul li {
  text-align: center;
  border-bottom: 1px solid #f17d00;
  margin: 0 2em;
}

.overlayBox .overlay-content ul li:last-child {
  border-bottom: 0px solid transparent;
}

.overlayBox .overlay-content ul li a {
  color: #fff;
  text-align: center;
  font-weight: bolder;
  font-size: 2em;
  display: block;
  padding: 13px 0;
  line-height: 1.2em;
}

.overlayBox .overlay-content ul li a.top {
  color: #f68500;
}

.overlayBox .overlay-content ul li a:hover {
  color: #ff1f43;
}

.overlayBox .nav-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  top: 18px;
  right: 20px;
  z-index: 8888;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.overlayBox .nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.overlayBox .nav-icon span:nth-child(1) {
  top: 2px;
}

.overlayBox .nav-icon span:nth-child(2) {
  top: 8px;
}

.overlayBox .nav-icon span:nth-child(3) {
  top: 8px;
}

.overlayBox .nav-icon span:nth-child(4) {
  top: 14px;
}

.overlayBox .nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.overlayBox .nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlayBox .nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlayBox .nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.method-title {
  font-size: 2.2em;
}

.not {
  font-size: 22px;
  font-weight: bold;
  color: #c77115;
  padding: 5px;
}

.btnset {
  text-align: center;
  /* margin: 0 auto 50px; */
}

.btnset a {
  color: #f1c500;
  border: 3px solid #880f0f;
  background-color: #f1c500;
  box-shadow: 3px 5px #880f0f;
  border-radius: 30px;
  font-size: 1.8em;
  font-weight: bolder;
  padding: 0.2em 1em;
  display: inline-block;
}

.btnset a:hover {
  /* color: rgb(44, 40, 1);*/
  color: #fff;
  border: 3px solid #d33657;
  background-color: #d33657;
}

.btnset.btn_new a {
  background-color: transparent;
  border: none;
}

.btnset.btn_new a:hover {
  background-color: transparent;
  border: none;
}

@media (max-width: 1400px) {
  .titleset {
    margin: 2% 0% 0 0;
  }
  .mustset2 {
    margin-bottom: -1.5%;
  }
}

@media (max-width: 1200px) {
  /* QQ特效 */
  .visualBox .container .animation .activity {
    display: inline-block;
    margin: 5rem -1.5rem;
    width: 60%;
    animation: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  /* QQ特效 */
  main .visualBox {
    background-image: url("../images/bg_body.png");
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 360px;
  }

  main .visualBox .container {
    text-align: right;
    position: relative;
  }

  .visualBox .container .KV_web {
    background-image: url("../images/kv_t2_PC.png");
    height: 315px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 99;
    position: relative;
    /* 煙特效上層的要加position relative */
  }
  /* 方框字體大小調整 start*/
  .productbbg .priceBox .noprice {
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
  }
  .productbbg .priceBox .average {
    font-size: 13px;
    margin: 0 2px 0 5px;
    padding: 5px 0 0 0;
  }

  .productbbg .priceBox .eun {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0px 0;
  }
  .productbbg .priceBox .oriprice {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 0 0px;
    padding: 2px 0 0 0;
  }
  .productbbg .priceBox .buyone_getfree {
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
  }
  /* 字體調整 end*/
  .mustset2 {
    margin-bottom: -1.5%;
  }

  .titleset {
    margin: 2% 0% 0 0;
  }
  main .contentBox.first {
    margin: -320px 0 60px 0;
  }
  main .methodBox .container ol {
    padding: 0 0 0 0;
  }
  main .methodBox .container ol li {
    /* list-style-type: decimal */
  }
  /* 商品點選特效 位置 */
  .visualBox .container .animation .kv_item_click1 {
    position: absolute;
    animation: teeter2 2s infinite alternate;
    top: 9%;
    left: 8%;
    z-index: 100;
    width: 35%;
  }
  .visualBox .container .animation .kv_item_click2 {
    position: absolute;
    animation: teeter 2s infinite alternate;
    top: 18%;
    right: -8%;
    z-index: 100;
    width: 35%;
  }
  .visualBox .container .animation .kv_item_click3 {
    position: absolute;
    animation: teeter 0s infinite alternate;
    top: 8%;
    right: -21%;
    z-index: 100;
    width: 80%;
  }
  /* 商品點選特效 位置 end */
}

@media (max-width: 992px) {
  /* 商品點選特效 位置 */
  .visualBox .container .animation .kv_item_click1 {
    position: absolute;
    animation: teeter2 2s infinite alternate;
    top: 11%;
    left: 13%;
    z-index: 100;
    width: 29%;
  }
  .visualBox .container .animation .kv_item_click2 {
    position: absolute;
    animation: teeter 2s infinite alternate;
    top: 23%;
    right: 1%;
    z-index: 100;
    width: 22%;
  }
  .visualBox .container .animation .kv_item_click3 {
    position: absolute;
    animation: teeter 0s infinite alternate;
    top: 15%;
    right: 3%;
    z-index: 100;
    width: 29%;
  }
  /* 商品點選特效 位置 end */
  .titleset {
    margin: 0% 0% 0 0;
  }
  header .container {
    width: 100%;
  }
  header .container {
    min-height: 50px;
    padding: 0px !important;
  }
  header .container .navbar-brand {
    padding: 10px 0px 0 30px !important;
  }
  header .container .navbar-brand img {
    width: 100%;
    width: 200px;
    height: auto;
  }
  header .container .navbar-header {
    width: auto !important;
  }
  main .visualBox {
    min-height: inherit;
  }
  main .visualBox .container {
    text-align: right;
    position: relative;
    padding: 0;
    width: 100%;
  }
  main .contentBox .thumbnail .num .sp {
    font-size: 0.9rem;
  }
  main .contentBox .thumbnail .num .sp b.sp1 {
    font-size: 1.3rem;
  }
  main .contentBox.first {
    margin: -220px 0 60px 0;
  }
  main .contentBox .outlist .listbg-1 {
    background-image: none;
  }
  main .contentBox .outlist .listbg-2 {
    background-image: none;
  }
  main .contentBox .outlist .listbg-3 {
    background-image: none;
  }
  main h1 .title img {
    max-width: 300px;
    margin: 0 auto;
  }
  main .methodBox .container {
    width: 90%;
  }
  main .methodBox .container ol {
    padding: 0 0 0 0;
    margin: 20px 0 0 2em;
  }
}

@media (max-width: 767px) {
  /* QQ特效 */
  .visualBox .container .animation .activity {
    display: inline-block;
    margin: 20rem 2rem;
    width: 90%;
    animation: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  /* QQ特效 */
  /* 重要 start*/

  /* 重要 end*/
  /* kv輪播增加高度 */
  .swiper-wrapper.position {
    padding-top: 123px;
  }
  /* kv輪播增加高度 */
  .ptb-0 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .boxsmall {
    padding: 5px 0 0px 0;
  }

  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding-left: 0px;
  }
  /* 分類輪播 start*/
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 分類輪播 end*/
  body {
    /* background-image: url(../images/blue-papper2-mo.png); */
    background-position: top center;
  }
  main {
    margin-top: 60px !important;
  }
  main .visualBox {
    background-color: transparent;
  }
  main .visualBox .container {
    text-align: right;
    position: relative;
    height: auto;
    padding: 0;
  }
  main .methodBox .titleset-2 {
    font-size: 1.8em;
    line-height: 1.3;
  }
  main .methodBox .container h2 {
    font-size: 24px;
  }
  main .visualBox .container .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  main .visualBox .container .mobile img {
    max-width: 100%;
    margin: 0 auto !important;
  }
  main h1 .title {
    bottom: -20px;
  }
  main h1 .title img {
    max-width: 60%;
    margin: 0 auto;
  }
  main .contentBox {
    overflow: hidden;
    margin: 0% auto;
    padding: 0;
  }
  main .contentBox .outsiderbox {
    padding-top: 0px;
  }
  main .contentBox .titleset {
    width: 100%;
    left: 0;
    right: 0;
    top: inherit;
    bottom: inherit;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #333;
  }
  main .methodBox {
    padding: 10px 0 40px 0;
  }
  main .methodBox .container {
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
  }
  main .methodBox .container img {
    margin: -60px 0 0 0;
  }
  main .methodBox .container ol {
    padding: 0;
  }
  main .methodBox .container ol li {
    font-size: 1em;
  }
  footer span {
    display: block;
  }
  /* 特色標籤 */
  .disscount {
    background-image: none;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .greenbg {
    background-image: url(../images/greenbg-mo.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .oil_rice_bg {
    background-image: url(../images/oil_rice_bg-mo.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .stone_color {
    background-image: url(../images/green-food-mo.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .group {
    background-image: none;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .item_padding {
    padding-bottom: 3%;
  }
  .mobile_title_padding {
    padding-top: 3%;
    width: 75%;
  }
  .clearleaves {
    background-image: url(../images/clearleaves-mo.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .stage_bg {
    background-image: none;
  }
  .black_title {
    margin: 3% 0 1% 0;
  }
  .margin_bottom {
    margin-bottom: 3%;
  }
  /* 特色標籤 end*/
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ptb-20_first {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

/*--修改--
body {
    background:url(images/bg_body.jpg) repeat-y #054816;
}背景色*/

.methodBox .container {
  color: #ffffff;
  font-weight: bold;
}

/*主要文字顏色*/

.methodBox .container ol li .linkset {
  color: #fff000;
}

/*說明文字連結顏色*/

.methodBox .container ol li .linkset:hover {
  color: #0077ff;
  text-decoration: underline;
}

/*主要文字連結顏色滑鼠移入*/

.btnset a {
  color: #ffffff;
  border: 3px solid #ffffff;
  background-color: #e55e23;
  box-shadow: 3px 5px #ffffff;
  line-height: 1.2;
}

/*來去逛逛*/

.btnset a:hover {
  /*    color: rgb(44, 40, 1);*/
  color: #e55e23;
  border: 3px solid #ffd72e;
  background-color: #fffcce;
  box-shadow: 3px 5px #ffd72e;
}

/*來去逛逛滑鼠移入*/

/* 側邊導覽列start */

body {
  scroll-behavior: smooth;
}

.sidepanel {
  /* width: 250px; */
  position: fixed;
  z-index: 100;
  height: auto;
  top: 100px;
  right: -180px;
  background-color: #2e2e2e;
  /* border: 5px solid #d8a957; */
  border-right: none;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 10px;
  border-radius: 30px 0 0 45px;
}

/* .sidepanel::after{
    display: block;
    content: "";
    width: 100%;
    height: 164px;
    background-image: url(../images2/sidebarimg.png);
    background-repeat: no-repeat;
  } */

.sidepanel a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
  background-color: #b0000f;
}

.sidepanel a.closebtn {
  padding: 8px;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 16px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  position: fixed;
  top: 100px;
  right: 0;
}

.openbtn:hover {
  background-color: #444;
}

/* 側邊導覽列end */

/* go top start */

#gotop {
  position: fixed;
  z-index: 90;
  right: 30px;
  bottom: 31px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  line-height: 45px;
  border-radius: 50%;
  transition: all 0.5s;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}

#gotop a {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.arrowUp {
  width: 14px;
  height: 14px;
  transform: rotate(45deg) translate(2px, 2px);
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}

/* go top end */

.mt-35 {
  margin-top: 35px;
}

.pLR-0 {
  padding-left: 0;
  padding-right: 0;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* .ptb-20_first {
    padding-top: 50px;
    padding-bottom: 20px;
} */

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.topBnAll {
  position: relative;
  overflow: hidden;
}

.arrowUp {
  width: 14px;
  height: 14px;
  transform: rotate(45deg) translate(2px, 2px);
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}

::selection {
  color: #fff;
  /* background: #b0000f; */
}

.pt-20 {
  padding-top: 20px;
}

.dfcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex;
}

.topicBox {
  position: relative;
  max-width: 1440px;
}

.animeItem {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.animeItem .filter {
  filter: brightness(0.5);
  /* 辨識差異性 */
}

.anime_upDown {
  animation: upDown 3s infinite linear;
}

@keyframes upDown {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}

/* 輪播用 */

html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
  /* margin: 100px auto; */
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.regular,
.pc2pppbox {
  background-color: #ffffff;
  border: 3px solid #a19f83;
  padding-bottom: 22px;
}

.productSetprice a {
  text-decoration: none;
  color: #000;
}

.productSetprice a h4 {
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.priceBox {
  display: flex;
  justify-content: center;
}

.productSetprice .limitBox {
  display: flex;
  justify-content: center;
}

.productSetprice .limitBox .limit_quantity {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 10px;
  background-color: #9c9c9c;
  border-radius: 16px;
  color: #ffffff;
}

.productSetprice .priceBox .oriprice {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 10px;
  color: #fff;
  background-color: red;
  border-radius: 16px;
}

.productSetprice .priceBox .oriprice.text-white {
  color: #fff;
}

.productSetprice .priceBox .speprice {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.productSetprice .priceBox .speprice2 {
  color: #fff000;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.productSetprice .priceBox .onegetfree {
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 30px;
  padding: 0px 10px 0px 10px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.productSetprice .priceBox .average {
  color: #ff0000;
  font-style: initial;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  padding: 0 5px 0 0;
}

.productSetprice .priceBox .line-through {
  text-decoration: line-through;
  color: rgb(105, 105, 105);
  font-style: initial;
  font-weight: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  padding: 0 5px 0 0;
}

.priceBox .greytext {
  color: #ff0000;
  font-size: 14px;
}

.greytext {
  color: #ff0000;
}

.greytext2 {
  color: #fff000;
}

.topCarbox {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 30%;
}

*:focus-visible {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.box {
  max-width: 245px;
  padding: 5px;
  height: 56px;
  padding-top: 12px;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-white {
  color: #fff;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slick-next {
  right: 0px !important;
  z-index: 5;
}

.slick-prev {
  left: 8px !important;
  z-index: 5;
}

.slick-next:before {
  content: "" !important;
  display: block;
  width: 12px;
  color: transparent;
  height: 12px;
  border-top: 3px solid #0252a5;
  border-right: 3px solid #0252a5;
  transform: rotate(45deg);
}

.slick-prev:before {
  content: "" !important;
  display: block;
  width: 12px;
  color: transparent;
  height: 12px;
  border-top: 3px solid #0252a5;
  border-left: 3px solid #0252a5;
  transform: rotate(-45deg) translateX(-2px);
}

/* 輪播用 end */

/* row修正 */

.row {
  margin-right: auto;
  margin-left: auto;
}

* [class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-6.padd_30_left {
  padding-left: 15px;
  padding-right: 0px;
}
.col-sm-6.padd_30_right {
  padding-left: 0px;
  padding-right: 15px;
}

.col-sm-5.padd_0,
.col-sm-7.padd_0 {
  padding: 0 !important;
}
.col-sm-3.padd_15 {
  padding: 18px 15px;
}
.col-xs-6.padd_15 {
  padding: 14px 15px;
}
.col-sm-12.padd_top15 {
  padding: 25px 0px 10px 0px;
}
.col-sm-6.padd_20 {
  padding: 0px 20px 0px 20px;
}
.col-sm-12.padd_bottom15 {
  padding: 0 0 15px 0;
}

/* row修正 end */

/* animation */

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 1s infinite both;
  animation: wobble-hor-bottom 1s infinite both;
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.heartbeat {
  -webkit-animation: heartbeat 2s ease-in-out infinite both;
  animation: heartbeat 2s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.slide-in-elliptic-top-fwd {
  -webkit-animation: slide-in-elliptic-top-fwd 0.7s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

/* animation end */

.ptb-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.ptb-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

section.hotproductbox {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images2/red-bg.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-color: #cd1235;
}

section.hotproductbox img {
  padding: 8px;
}

a.waylink {
  color: #000;
  position: relative;
  display: inline-block;
}

a.waylink:hover {
  color: #eb5287;
}

a.waylink:after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 4px;
  background-color: rgba(255, 255, 0, 0.4);
  z-index: -1;
}

section#healthallBox {
  /* background-image: url(../images/bluestar_bg.jpg); */
  /* background-image: url(../images/whie_wood.png); */
}

@media screen and (max-width: 991px) {
  /* .productSetprice .priceBox {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    } */
}

@media screen and (max-width: 767px) {
  .productSetprice .priceBox .average {
    color: #ff0000;
    font-style: initial;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    padding: 0 5px 0 0;
  }

  .priceBox .greytext {
    color: #ff0000;
    font-size: 12px;
  }
  .priceBox .buyone_getfree {
    background-color: #ff0000;
    border-radius: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    margin: 0 5px 0px 0;
  }
  .smalltitle {
    padding-bottom: 5px;
    width: 60%;
  }
  .mobiletitle {
    width: 75%;
  }
  /* mobile修正 */
  .col-xs-6.padd_15 {
    padding: 5px 10px;
  }
  .col-sm-12.padd_top15 {
    padding: 32px 0px 0px 0px;
  }
  .col-sm-6.padd_30_left {
    padding: 0px !important;
  }
  .col-sm-6.padd_30_right {
    padding: 0px !important;
  }
  .col-sm-6.space1 {
    padding: 0px 0px 20px 0px !important;
  }
  .container.mobile {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* mobile修正 */

  /* 區域背景 strat*/
  .area_1 {
    background-image: url(../images/section-flower1-mo.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .area_2 {
    background-image: url(../images/section-flower2-mo.png);
    /* background-size: cover; */
    background-size: cover;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .vanity_box_bg {
    background-color: #3e3a39;
  }
  /* 區域背景 end*/

  .ptb-20_first {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row {
    margin-bottom: 2%;
  }

  .flexlogo2 {
    display: flex;
    justify-content: center;
    margin-bottom: -2%;
  }
  .flexlogo_only4 {
    display: flex;
    justify-content: center;
    padding: 0 9%;
  }

  .logoxy {
    padding: 0px 0px;
  }
  [class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .titleposition {
    margin: 2% auto 2%;
    width: 70%;
  }
  .child-title {
    margin: 0 auto;
    width: 60%;
    z-index: 10;
  }
  .childsetting {
    margin-bottom: 15px;
  }
  .child_bg {
    background-image: url(../images/child_bg-mo.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .mustset {
    margin-top: 4%;
    margin-bottom: -5%;
  }
  .mustset2 {
    margin-top: 4%;
    margin-bottom: -4.5%;
  }
  .smalltitile_set {
    width: 70%;
  }
  .ptb-20_second {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .modelframe {
    background-image: url(../images/modelframe-mo.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  main .visualBox {
    background-image: url("../images/bg_body-mo.png");
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    height: 100%;
  }
  main .visualBox .container {
    text-align: right;
    position: relative;
    height: auto;
    padding: 0;
  }
  .visualBox .container .animation .moon {
    position: absolute;
    top: -5%;
    left: 22%;
    width: 56%;
    z-index: 5;
  }
  /* 商品點選特效 位置 */
  .visualBox .container .animation .kv_item_click1 {
    position: absolute;
    animation: teeter2 2s infinite alternate;
    width: 90%;
    top: 14%;
    left: 4%;
    z-index: 100;
  }
  .visualBox .container .animation .kv_item_click2 {
    position: absolute;
    animation: teeter 2s infinite alternate;
    width: 41%;
    top: 36%;
    right: 1%;
    z-index: 100;
  }
  .visualBox .container .animation .kv_item_click3 {
    position: absolute;
    animation: teeter3 0s infinite alternate;
    width: 43%;
    top: 70%;
    right: 2%;
    z-index: 100;
  }
  /* 商品點選特效 位置 end */
  /* 煙特效 start*/
  .visualBox .smoke {
    position: absolute;
    animation: smoke 3s linear infinite;
    animation-delay: -5s;
    right: -43%;
    z-index: 999;
  }
  .visualBox .smoke2 {
    position: absolute;
    animation: smoke2 3s linear infinite;
    left: -36%;
    z-index: 999;
  }
  @keyframes smoke {
    0% {
      opacity: 0;
      bottom: 28%;
    }
    50% {
      opacity: 1;
      bottom: 37%;
    }
    100% {
      opacity: 0;
      bottom: 50%;
    }
  }
  @keyframes smoke2 {
    0% {
      opacity: 0;
      bottom: 26%;
    }
    50% {
      opacity: 1;
      bottom: 40%;
    }
    100% {
      opacity: 0;
      bottom: 56%;
    }
  }
  /* 煙特效 end*/
  .visualBox .container .KV_web {
    background-image: url(../images/mobile_kv.png);
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 0px;
    position: relative;
    /* 煙特效上層的要加position relative */
  }
  .contentBox_paper {
    margin: 0 0 0 0;
  }
  main .contentBox .outsiderbox {
    padding-top: 0px;
  }
  main .contentBox .titleset {
    width: 100%;
    left: 0;
    right: 0;
    top: inherit;
    bottom: inherit;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0px 0 -10px 0;
  }
  .floor {
    background-image: url(../images/leaves_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .valuebg {
    background-color: #fff000;
    background-image: none;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .titleset2 {
    margin-top: 0;
  }
  .hvr-wobble-vertical {
    width: 75%;
  }
  .hvr-wobble-vertical-long {
    width: 90%;
  }
  main .methodBox {
    padding: 0px 8px;
  }
  .method-title {
    font-size: 1.6em;
  }
  /* .productSetprice .priceBox {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    } */
  .productSetprice .priceBox .oriprice {
    margin-right: 0px;
    font-size: 14px;
  }
  section.hotproductbox img {
    padding: 3px;
  }
  .regular,
  .pc2pppbox {
    background-color: #ffffff;
    border: 3px solid #a19f83;
    padding-bottom: 22px;
  }
  .ptb-12 {
    padding-top: 35px;
    padding-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .swiper.mySwiper2 {
    overflow: unset;
  }

  /* iPhone678 */
@media (max-width: 414px) {
  .swiper.mySwiper2 {
    overflow: unset;
  }
  .visualBox .container .animation .activity {
    display: inline-block;
    margin: 20rem 2.5rem;
    width: 88%;
    animation: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

/* iPhone678 */
@media (max-width: 375px) {
  .swiper.mySwiper2 {
    overflow: unset;
  }
  .visualBox .container .animation .activity {
    display: inline-block;
    margin: 19rem 2.5rem;
    width: 88%;
    animation: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }



