@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  font-family: 微軟正黑體;
  background-color: #fff;
}
body,
html {
  width: 100%;
  height: 100%;
}
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-size: 100%;
}

/*******加入比較暫時隱藏*******/
/*.fav-btn,
.main_sidebar {
  display: none !important;
}*/
/*******加入比較暫時隱藏END*******/


/*******活動專頁*******/
.case_wrapper {
  position: relative;
  width: 100%;
  top: 53px;
}
.header_bar {
  position: fixed;
  width: 100%;
  margin-top: 480px;
  z-index: 1000;
}
.header_barbg {
  position: absolute;
  width: 100%;
  height: 115px;
  background-color: #fff;
  opacity: 0.6;
}

/*******彈出小BANNER廣告*******/
.products_bn {
  position: fixed;
  top: 75%;
  left: -180px;
  width: 180px;
  height: 160px;
  text-align: left;
  z-index: 999;
  animation-name: products_bn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@-moz-keyframes products_bn {
  from {
    left: -180px;
  }
  to {
    left: 0px;
  }
}
@-webkit-keyframes products_bn {
  from {
    left: -180px;
  }
  to {
    left: 0px;
  }
}
@-o-keyframes products_bn {
  from {
    left: -180px;
  }
  to {
    left: 0px;
  }
}
@-ms-keyframes products_bn {
  from {
    left: -180px;
  }
  to {
    left: 0px;
  }
}
@keyframes products_bn {
  from {
    left: -180px;
  }
  to {
    left: 0px;
  }
}
.products_bn img {
  width: 100%;
}

/*******下拉式menu*******/
.menu_btn {
  border-radius: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #231815;
  padding-top: 5px;
  cursor: pointer;
}
.menu {
  position: relative;
  display: inline-block;
  margin: 30px 60px;
  z-index: 100;
}
.menu_btn_pc {
  display: block;
}
.menu_btn_m {
  display: none;
}
.menu_btn_content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 80%;
  opacity: 0.7;
  text-align: center;
  left: 10%;
}
.menu_btn_content a {
  font-size: 20px;
  letter-spacing: 10px;
  font-weight: bold;
  color: #000;
  padding: 16px 0;
  margin: 0 16px;
  text-decoration: none;
  border-bottom: 1.5px dashed #231815;
  display: block;
  cursor: pointer;
}
.menu_btn_content a:last-child {
  border-bottom: none;
}
.menu_btn_content .dropdown {
  color: #c30d23;
}
.menu:hover .menu_btn_content {
  display: block;
}

.header_h1 {
  position: relative;
  max-width: 325px;
  width: 40%;
  margin: 0 auto;
  top: -75px;
}

/*******首頁*******/
.main_wrapper {
  position: relative;
  margin-top: -480px;
  padding-bottom: 5%;
  right: 0;
  background-image: url(../images/main_wrapperbg.jpg);
  text-align: center;
  overflow: hidden;
}
.main_wrapper .page1_img_box {
  width: 30%;
  margin: -2.5% 1%;
}
.main_wrapper .page1_img_box:nth-child(2) {
  top: 570px;
}
.main_wrapper .page1_img_box:nth-child(3) {
  top: 340px;
}
.main_wrapper .page1_img_box:nth-child(4) {
  top: 60px;
}
.main_wrapper .page1_img_box:nth-child(5) {
  top: 620px;
}
.main_wrapper .page1_img_box:nth-child(6) {
  top: 400px;
}
.main_p_wrapper {
  position: absolute;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  top: 56%;
  left: 10%;
}
.main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
  top: 25%;
}
.main_wrapper .page1_img {
  width: 96%;
}
.main_imgh1 {
  position: absolute;
  font-family: "Noto Serif TC", serif;
  font-size: 58px;
  font-weight: bold;
  background-color: #fff;
  padding: 0px 20px;
  height: 65px;
  line-height: 60px;
}
.main_wrapper .page1_imgp {
  font-weight: bold;
  text-align: left;
  margin-top: 90px;
}
.main_wrapper .page1_imgp span {
  color: #fff;
  background-color: #000;
}
.banner {
  width: 100%;
}
.banner_pc {
  display: block;
}
.banner_m {
  display: none;
}
.banner img {
  width: 100%;
}

/*******內容*******/
/***page1***/
.container_wrapper {
  width: 100%;
}
.country {
  width: 100%;
}
#country_page01 {
  background-color: #fff;
  display: none;
}
#country_page02 {
  background-color: #fff;
  display: none;
}
#country_page03 {
  background-color: #fff;
  display: none;
}
#country_page04 {
  background-color: #fff;
  display: none;
}
#country_page01.on,
#country_page02.on,
#country_page03.on,
#country_page04.on {
  display: block;
}
.page1 {
  position: relative;
  width: 100%;
  height: 1260px;
  overflow: hidden;
}
.pagebg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pagebg img {
  width: 100%;
  height: 100%;
}
.container_wrapper .bg_swiper {
  color: #fff;
}
.page1 .bg_swiper {
  top: 3%;
}
.page1 .bg_swiper.second {
  top: auto;
  bottom: 3%;
}
.container_feature_wrapper {
  position: absolute;
  top: 14%;
  left: 18%;
}
#country_page01 .container_feature_wrapper {
  top: 20%;
}
.container_h_wrapper {
  position: relative;
}
.page1_h1 {
  position: relative;
  margin-left: -26%;
}
.page1_h2 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  background-color: #000;
  padding: 2px 18px;
}
.container_p_wrapper {
  position: relative;
  margin-top: 19%;
}
.page1_p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 6%;
}
.page1_btn {
  position: absolute;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  background-color: #c30d23;
  border-radius: 100px;
  padding: 8px 55px 8px 15px;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page1_btn:hover {
  -moz-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  background-color: #ff1e39;
}
.page1_btn span {
  font-size: 14px;
}
.page1_btn span img {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  margin-left: 1.3em;
  animation-name: page1_btnicon;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@keyframes page1_btnicon {
  0% {
    margin-left: 0.7em;
  }
  70% {
    margin-left: 1.3em;
  }
  100% {
    margin-left: 0.7em;
  }
}
.page1_h3 {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20%;
  margin-bottom: 3%;
  color: #40220f;
}
#country_page01 .page1_h3 {
  margin-top: 30%;
}
.page1_seephotos_btn ul,
.page1_seephotos_btn2 ul,
.page2_seephotos_btn ul,
.page2_seephotos_btn2 ul {
  list-style-type: none;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.page1_seephotos_btn ul:nth-child(odd),
.page1_seephotos_btn2 ul:nth-child(odd),
.page2_seephotos_btn ul:nth-child(odd),
.page2_seephotos_btn2 ul:nth-child(odd) {
  margin-right: 3.5em;
}
.page1_seephotos_btn ul a,
.page1_seephotos_btn2 ul a,
.page2_seephotos_btn ul a,
.page2_seephotos_btn2 ul a {
  color: #231815;
  text-decoration: none;
}
.page1_seephotos_btn li,
.page1_seephotos_btn2 li,
.page2_seephotos_btn li,
.page2_seephotos_btn2 li {
  position: relative;
  line-height: 45px;
  padding-left: 30px;
}
.page1_seephotos_btn li:before,
.page1_seephotos_btn2 li:before,
.page2_seephotos_btn li:before,
.page2_seephotos_btn2 li:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 38px;
  background-image: url(../images/page1_seephotos_btnicon.png);
  background-repeat: no-repeat;
  margin-left: -38px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page1_seephotos_btn2 li:before {
  background-image: url(../images/page1_seephotos_btnicon-2.png);
}
.page1_seephotos_btn li:hover::before,
.page1_seephotos_btn2 li:hover::before,
.page2_seephotos_btn li:hover::before,
.page2_seephotos_btn2 li:hover::before {
  -webkit-filter: hue-rotate(50deg);
}
.page1_seephotos_btn li:after,
.page1_seephotos_btn2 li:after,
.page2_seephotos_btn li:after,
.page2_seephotos_btn2 li:after {
  content: "";
  position: absolute;
  width: 0%;
  margin-top: 1.9em;
  left: 0;
  border-bottom: 2px solid #c30d23;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page1_seephotos_btn li:hover::after,
.page1_seephotos_btn2 li:hover::after,
.page2_seephotos_btn li:hover::after,
.page2_seephotos_btn2 li:hover::after {
  width: 100%;
}
.page2_seephotos_btn ul a,
.page2_seephotos_btn2 ul a {
  cursor: default;
}
.page2 .page2_seephotos_btn li:before {
  background-image: url(../images/page2_seephotos_btnicon.png);
}
.page2 .page2_seephotos_btn li:hover::before {
  filter: brightness(100);
}
.swiper-container_photos_wrapper,
.swiper-container_photos_wrapper2 {
  position: relative;
  top: 20%;
  left: 57%;
}
.openswiperbox .swiper-container,
.openswiperbox2 .swiper-container {
  z-index: 1000;
  padding-left: 200px;
}
.swiper-container_photos_wrapper.openswiperbox,
.swiper-container_photos_wrapper.openswiperbox2,
.swiper-container_photos_wrapper2.openswiperbox2,
.swiper-container_photos_wrapper2.openswiperbox2 {
  left: 17.5%;
}
.container_photos_wrapper {
  position: relative;
  width: 100%;
  top: 20%;
  right: 0;
}
.page1_img_box {
  position: relative;
  display: inline-block;
}
.page1_img_box a {
  color: #231815;
}
.main_wrapper .page1_img_box:nth-child(2),
.main_wrapper .page1_img_box:nth-child(3),
.main_wrapper .page1_img_box:nth-child(4),
.main_wrapper .page1_img_box:nth-child(6) {
  cursor: pointer;
}
.openwhitebg_btn,
.openwhitebg_btn2 {
  position: absolute;
  top: 40%;
  left: 45%;
  cursor: pointer;
  z-index: 1;
}
.whitebg,
.whitebg2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.openswiperbox .whitebg,
.openswiperbox2 .whitebg2 {
  display: block;
}
.whitebg_X_btn {
  display: none;
}
.openswiperbox .whitebg_X_btn,
.openswiperbox2 .whitebg_X_btn {
  position: absolute;
  display: block;
  z-index: 10000;
  cursor: pointer;
  top: 20%;
  left: -10%;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: none;
}
.openswiperbox .swiper-button-prev,
.openswiperbox .swiper-container-rtl .swiper-button-next,
.openswiperbox2 .swiper-button-prev,
.openswiperbox2 .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/openwhitebg_btn.png);
  width: 131px;
  height: 467px;
  background-size: 131px 467px;
  top: 25%;
  display: block;
}
.openswiperbox .swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.openswiperbox2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/openwhitebg_btn-2.png);
  width: 131px;
  height: 467px;
  background-size: 131px 467px;
  top: 25%;
  right: 50px;
  left: 1450px;
  display: block;
}
.page1_img {
  width: 90%;
  border-radius: 500px;
  overflow: hidden;
}
.page1_img img {
  width: 100%;
}
.page1_p_wrapper {
  position: absolute;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  top: 65%;
  left: 12%;
}
.page1_imgh1 {
  font-size: 28px;
  font-weight: bold;
  display: block;
}
.page1_imgh1 span {
  display: inline;
  background-color: #fff;
  line-height: 2;
}
.page1_imgp {
  margin-top: 10px;
  display: block;
}
.page1_imgp span {
  display: inline;
  background-color: #fff;
  line-height: 2;
}
/*.page1_p_wrapper li:nth-child(3) {
    margin-top: 90px;
}
.page1_p_wrapper li:nth-child(4) {
    margin-top: 120px;
}
.page1_p_wrapper li:nth-child(5) {
    margin-top: 150px;
}
.page1_p_wrapper li:nth-child(6) {
    margin-top: 180px;
}
.page1_p_wrapper li:nth-child(7) {
    margin-top: 210px;
}*/
/*.page1_imgp.new {
	display: inline;
    display: none;
}*/
/*.page1_imgp.new span{
	display: inline;
	background-color: #fff;	
    margin-top: 60px;
}*/
/*.page1_imgh1new{
	font-size: 50px;
	display: block;
	display: none;
}
.page1_imgh1new span {
	display: inline;
	background-color:#fff;
	line-height: 2;
}
.page1_imgpnew{
	font-size: 20px;
	display: block;
	display: none;
}
.page1_imgpnew span {
	display: inline;
	background-color:#fff;
	line-height: 2;
}*/

/***page2***/
.page2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page2_bg {
  position: absolute;
  width: 100%;
  /*height: 1574px;*/
  overflow: hidden;
}
.page2_bg img {
  width: 100%;
  height: 100%;
}
.page2_img {
  position: relative;
  width: 55%;
  padding: 8% 0;
}
.page2_img img {
  width: 100%;
}
.page2 .page1_p_wrapper {
  left: 5%;
}
.page2 .page1_imgp span {
  background-color: #000;
  color: #fff;
}
.page2 .container_feature_wrapper {
  top: 25%;
  left: 60%;
  z-index: 1;
}
#country_page01 .page2 .container_feature_wrapper {
  top: 30%;
}
.page2_h1 {
  position: relative;
  margin-left: -12%;
}
.page2 .container_p_wrapper {
  margin-top: auto;
}
.swiper-pagination.swp2.swiper-pagination-clickable.swiper-pagination-bullets {
  top: 65%;
  left: 60%;
}
.swiper-pagination-bullet {
  width: 8em;
}

/*******產品頁*******/
.products_wrapper {
  position: relative;
  width: 100%;
  /*top: 200px;*/
  top: 50px;
}
.products_h1 {
  position: relative;
  width: 80%;
  font-size: 80px;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 150px;
  display: none;
}
.products_h1 img {
  position: absolute;
  max-width: 455px;
  width: 100%;
  margin-top: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.products_btn_wrapper {
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 15px;
  position: relative;
}
.products_btn {
  /* position: relative; */
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.product_btn {
  /* position: relative; */
  display: inline-block;
  font-size: 16px;
  letter-spacing: 5px;
  background-color: #fff;
  color: #000;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #231815;
  padding: 6px 25px 6px 38px;
  margin: 0 8px;
  cursor: pointer;
  text-align: center;
  min-width: 6.5em;

  /* font-weight: 300; */
}
.product_btn:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 50%;
  background-image: url(../images/product_btn-icon1.svg);
  background-repeat: no-repeat;
  top: 25%;
  left: 18px;
}
.product_btn:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 50%;
  background-image: url(../images/product_btn-icon2.svg);
  background-repeat: no-repeat;
  top: 25%;
  right: 10px;
}
.product_btn.mouselook {
  background-color: #231815;
  color: #fff;
}
.product_btn.mouselook ~ ul {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0%);
}
.product_btn.mouselook:before {
  background-image: url(../images/product_btn-icon1-mouselook.svg);
  height: 35%;
  top: 35%;
}
.product_btn.mouselook:after {
  background-image: url(../images/product_btn-icon2-mouselook.svg);
}
.tabfor_btn {
  position: absolute;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
  z-index: 50;
  display: none;
}
.tabfor_btn li {
  display: inline-block;
  padding: 10px 5px;
  color: #000;
}
.tabfor_btn li:before {
  content: "";
  position: absolute;
  height: 1em;
  width: 2px;
  background: #000;
  margin-top: 3px;
  margin-left: -6px;
}
.tabfor_btn li:nth-child(1) a {
  color: #c30d23;
  text-decoration: none;
}
.tabfor_btn li:nth-child(2) a {
  color: #d39c07;
  text-decoration: none;
}
.tabfor_btn li:nth-child(3) a {
  color: #4d9308;
  text-decoration: none;
}
.tabfor_btn li:nth-child(4) a {
  color: #2e93e7;
}
.tabfor_btn li:nth-child(1):before {
  background: #c30d23;
}
.tabfor_btn li:nth-child(2):before {
  background: #d39c07;
}
.tabfor_btn li:nth-child(3):before {
  background: #4d9308;
}

/*******區域*******/
.bg_swiper {
  position: absolute;
  width: 100%;
  font-family: Arial, 微軟正黑體;
  font-size: 300px;
  font-weight: bold;
  white-space: nowrap;
  color: #dcdddd;
  opacity: 0.4;
  top: -13%;
  left: 0%;
  overflow: hidden;
}
.a_bg {
  position: relative;
  left: 0%;
  animation-name: a_bg;
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes a_bg {
  0% {
    left: 0%;
    opacity: 1;
  }
  98% {
    left: -200%;
    opacity: 1;
  }
  99% {
    left: -200%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}
.products_content {
  position: relative;
  width: 100%;
}
.area_content {
  position: relative;
  width: 100%;
}
.area_content .area {
  position: absolute;
  width: 100%;
  margin-top: 1.5%;
  background-color: #fff;
  display: none;
  padding-bottom: 120px;
}
/*#area01 {
    background-color: #fff;
	display: none;
}
#area02 {
    background-color: #fff;
	display:none;
}
#area03 {
    background-color: #fff;
	display:none;
}
#area04 {
    background-color: #fff;
	display:none;
}*/
.area.on {
  display: block;
}
/*#area01.on, #area02.on, #area03.on, #area04.on {
    display: block;
}*/
.area_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.tabfor_h1 {
  width: 770px;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #c30d23;
  text-align: center;
  background-image: url(../images/tabfor_h1_bg.jpg);
  background-repeat: repeat;
  padding: 0.5% 0;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.card {
  position: relative;
  width: 18.1%;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  vertical-align: text-top;
  display: inline-block;
  padding: 40px;
  margin: 1% 0.97%;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card:hover {
  -moz-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  -webkit-filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.3));
}
.card a {
  text-decoration: none;
}
.item_location {
  font-size: 15px;
  color: #000;
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_img {
  width: 75%;
  height: 240px;
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.item_img img {
  position: relative;
  height: 100%;
  margin-left: -9%;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.card:hover .item_img img {
  transform: scale(1.06, 1.06);
}
.item_h1 {
  /*width: 80%;*/
  width: 100%;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  margin: 0 auto;
  padding: 15px 0px 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_h2 {
  width: 95%;
  min-height: 2.6em;
  font-size: 15px;
  color: #5c5c5c;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0 auto;
  text-align: justify;
}
.item_li {
  width: 90%;
  font-size: 15px;
  color: #a1a0a0;
  text-align: left;
  margin: 12px 0;
  padding-left: 1.8em;
}
.item_li {
  min-height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item_li li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.item_li li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #a1a0a0;
  border-radius: 50%;
  margin-left: -1.1em;
  margin-top: 0.5em;
}
.discount {
	min-height: 1em;
    font-size: 15px;
    font-weight: bold;
    color: #c30d23;
    text-align: left;
    margin-left: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.discount.noicon {
    visibility: hidden;
}
.discount:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
    background: url(https://www.bwt.com.tw/action/2023/Asia2023SepDec/images/Point.png) 1px 1px no-repeat;
}
.item_price_box {
  position: relative;
  padding-bottom: 14px;
  display: inline-block;
}
.item_price {
  position: relative;
  color: #c30d23;
  font-size: 26px;
  font-weight: bold;
  top: 8px;
}
.item_price:before {
  content: "$";
  position: relative;
  font-size: 18px;
  margin-right: 5px;
}
.item_price:after {
  content: "";
  position: absolute;
  width: 100%;
  margin-top: 1.2em;
  left: 0;
  border-bottom: 2px solid #c30d23;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.fav-btn {
  position: relative;
  font-size: 12px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #a8a8ab;
  border-radius: 5px;
  padding: 2px;
  top: 18px;
  float: right;
  right: 5px;
}
.fav-btn.compare_0:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  background-image: url(../images/compare0_icon.png);
  background-repeat: no-repeat;
  margin-top: -4px;
  margin-left: -3px;
}
.fav-btn.compare_1:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 23px;
    background-image: url(../images/compare1_icon.png);
    background-repeat: no-repeat;
    margin-top: -4px;
    margin-left: -3px;
}
.fav-btn span {
	color: #000;
    margin-left: 22px;
}
.card:hover .item_price:after {
  width: 0%;
  left: auto;
  right: 0;
}
.item_up {
  position: relative;
  font-size: 16px;
  color: #c30d23;
  top: -2px;
  margin-left: 4px;
}
.item_date {
  font-size: 15px;
  color: #000;
  margin-top: 1em;
  margin-bottom: -5px;
}
.more_travel {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  top: 8px;
  display: inline-block;
  border-width: 1.5px;
  border-style: solid;
  border-color: #000;
  border-radius: 14px;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  margin-bottom: 100px;
}
.more_travel a {
  color: #000;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.more_travel a:hover {
  color: red;
}

/************************B2B**************************/
.b2b .item_date {
  margin-bottom: -15px;
}
.b2b .item_price_box {
  margin-top: 1.6em;
}
.b2b .item_price {
  font-size: 23px;
}
.b2b .item_price:before {
  margin-right: -4px;
}
.b2b .item_up {
  margin-left: -4px;
}
.b2b .item_price.for2b:after {
  content: "同業價";
  color: #000;
  border-bottom: 0px solid #c30d23;
  font-size: 15px;
  text-align: left;
  left: 0;
  top: -2.2em;
}
.b2b .item_price:after {
  content: "直客價";
  color: #000;
  border-bottom: 0px solid #c30d23;
  font-size: 15px;
  text-align: left;
  left: 0;
  top: -2.2em;
}
.b2b .card:hover .item_price:after {
  width: auto;
  left: 0;
  right: auto;
}
.spacing2b {
  position: relative;
  font-size: 12px;
  color: #000;
  top: 5px;
}
.b2b .fav-btn {
    display: none;
}

/************************rwd**************************/
@media all and (max-width: 1900px) {
  .swiper-container_photos_wrapper.openswiperbox,
  .swiper-container_photos_wrapper.openswiperbox2,
  .swiper-container_photos_wrapper2.openswiperbox2,
  .swiper-container_photos_wrapper2.openswiperbox2 {
    left: 13.5%;
  }
  .card {
    width: 17.2%;
  }
}
@media all and (max-width: 1800px) {
  .main_wrapper {
    padding-bottom: 9%;
  }
  .page2 .container_feature_wrapper {
    right: 3%;
  }
  .card {
    width: 17.5%;
  }
}
@media all and (max-width: 1680px) {
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 1300px;
  }
  .openswiperbox .page1_img_box {
    width: 39%;
  }
  .main_p_wrapper {
    top: 50%;
    padding-bottom: 12%;
  }
  .pagebg img {
    width: auto;
  }
  .page2 .container_feature_wrapper {
    right: 1%;
  }
  .card {
    width: 17.2%;
  }
  .item_img {
    height: 190px;
  }
}
@media all and (max-width: 1670px) {
  .main_imgh1 {
    font-size: 52px;
    padding: 0px 10px;
    height: 60px;
    line-height: 55px;
  }
  .main_wrapper .page1_imgp {
    margin-top: 80px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 116px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 152px;
  }
  .container_photos_wrapper {
    margin-top: 5%;
  }
  .page2 .container_feature_wrapper {
    top: 18%;
  }
  #country_page04 .page2 .container_feature_wrapper {
    top: 20%;
  }
  #country_page04 .page2_seephotos_btn ul {
    font-size: 16px;
  }
  .page1_img_box {
    width: 39%;
  }
}
@media all and (max-width: 1650px) {
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 1250px;
  }
.b2b .item_price:before {
    margin-right: -7px;
}
}
@media all and (max-width: 1590px) {
  .main_wrapper {
    padding-bottom: 14%;
  }
  .main_wrapper .page1_imgp {
    font-size: 14px;
  }
  .page1_imgh1 {
    font-size: 25px;
  }
  .page1_imgp {
    font-size: 15px;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 1200px;
  }
  .page2 .container_feature_wrapper {
    top: 16%;
  }
  .card {
    width: 16.2%;
  }
  .item_img {
    height: 170px;
  }
  .item_img img {
    margin-left: -7%;
  }
.item_price {
    font-size: 22px;
}
.item_price:before, .item_up {
    font-size: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.fav-btn {
	font-size: 10px;
    right: auto;
}
.fav-btn.compare_0:before, .fav-btn.compare_1:before {
    background-size: 85%;
    margin-top: -3px;
    margin-left: -2px;
}
  .b2b .item_price {
    font-size: 20px;
  }
  .b2b .item_price:before,
  .b2b .item_up {
    font-size: 13px;
  }
  .b2b .item_price:after,
  .b2b .item_price.for2b:after {
    font-size: 13px;
    top: -2.3em;
  }
}
@media all and (max-width: 1500px) {
  .main_wrapper {
    padding-bottom: 16%;
  }
  .main_wrapper .page1_img_box {
    top: 200px;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 250px;
  }
  .main_wrapper .page1_imgp {
    margin-top: 70px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 106px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 142px;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 35%;
  }
  .main_imgh1 {
    font-size: 50px;
    padding: 0px 10px;
    height: 55px;
    line-height: 52px;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 15%;
    left: 1100px;
  }
  .page1_p_wrapper {
    top: 58%;
    left: 7%;
  }
  .container_feature_wrapper {
    left: 12%;
  }
  .swiper-container_photos_wrapper,
  .swiper-container_photos_wrapper2 {
    top: 30%;
  }
  .container_photos_wrapper {
    margin-top: auto;
  }
  .openwhitebg_btn,
  .openwhitebg_btn2 {
    width: 8%;
  }
  .openwhitebg_btn img,
  .openwhitebg_btn2 img {
    width: 100%;
  }
  .openswiperbox .swiper-button-prev,
  .openswiperbox .swiper-container-rtl .swiper-button-next,
  .openswiperbox2 .swiper-button-prev,
  .openswiperbox2 .swiper-container-rtl .swiper-button-next {
    top: 18%;
  }
  .page1_imgp {
    font-size: 14px;
  }
  .page2 .container_feature_wrapper {
    top: 14%;
  }
}
@media all and (max-width: 1440px) {
  .main_wrapper {
    padding-bottom: 18%;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 1050px;
  }
  .page1_imgp {
    font-size: 13px;
  }
  .page2 .container_feature_wrapper {
    right: -3%;
  }
  .page2 .page1_p {
    font-size: 15px;
  }
}
@media all and (max-width: 1415px) {
	.b2b .item_price {
        font-size: 19px;
    }
}

/***平板***/
@media all and (max-width: 1370px) {
  .main_wrapper .page1_imgp {
    font-size: 12px;
    margin-top: 80px;
  }
  .main_imgh1 {
    font-size: 45px;
    padding: 0px 10px;
    height: 50px;
    line-height: 48px;
  }
  .main_wrapper .page1_imgp {
    margin-top: 70px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 100px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 130px;
  }
  .bg_swiper {
    font-size: 200px;
    top: 0%;
  }
  .page1_imgh1 {
    font-size: 23px;
  }
  .page2_h1 {
    width: 95%;
    margin-left: -10%;
  }
  #country_page02 .page2 .container_feature_wrapper {
    top: 10%;
  }
  .products_h1 {
    font-size: 68px;
  }
  .products_h1 img {
    margin-top: 52px;
    max-width: 420px;
  }
  .card {
    width: 24.2%;
  }
  .item_img {
    height: 220px;
  }
  .item_img img {
    margin-left: -8%;
  }
.fav-btn {
    font-size: 12px;
    right: 5px;
}
.fav-btn.compare_0:before, .fav-btn.compare_1:before {
    background-size: auto;
    margin-top: -4px;
    margin-left: -3px;
}
.b2b .item_price {
        font-size: 20px;
    }
}
@media all and (max-width: 1350px) {
  #country_page04 .page2 .container_feature_wrapper {
    left: 58%;
  }
}
@media all and (max-width: 1340px) {
  .main_wrapper .page1_img_box {
    top: 210px;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 580px;
  }
  .main_wrapper .page1_img_box:nth-child(3) {
    top: 360px;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 30%;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 1020px;
  }
}
@media all and (max-width: 1300px) {
  .main_wrapper {
    padding-bottom: 20%;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 960px;
  }
  .page1_imgh1 {
    font-size: 20px;
  }
  .openswiperbox .swiper-container,
  .openswiperbox2 .swiper-container {
    padding-left: 140px;
  }
  .page2_h1 img {
    width: 100%;
  }
  .page2 .container_feature_wrapper {
    right: -10%;
  }
  .page2_h1 {
    width: 90%;
    margin-left: -15%;
  }
  .page2 .page1_imgp {
    font-size: 13px;
  }
  .card {
    width: 23.2%;
  }
  .item_img {
    height: 200px;
  }
}
@media all and (max-width: 1290px) {
  #country_page04 .page2 .container_feature_wrapper {
    left: 55%;
  }
}
@media all and (max-width: 1270px) {
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 940px;
  }
}
@media all and (max-width: 1250px) {
  .main_imgh1 {
    font-size: 40px;
    padding: 0px 5px;
    height: 45px;
    line-height: 42px;
  }
  .main_wrapper .page1_imgp {
    margin-top: 60px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 88px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 118px;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 920px;
  }
  #country_page02 .page2 .container_feature_wrapper {
    top: 8%;
  }
}
@media all and (max-width: 1225px) {
  .main_wrapper .page1_img_box {
    width: 45%;
    top: 180px;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 380px;
  }
  .main_wrapper .page1_img_box:nth-child(3) {
    top: 220px;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 420px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 260px;
  }
  .main_wrapper .page1_img_box:nth-child(6) {
    top: 460px;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 35%;
  }
  .main_imgh1 {
    font-size: 58px;
    padding: 0px 20px;
    height: 65px;
    line-height: 60px;
  }
  .main_wrapper .page1_imgp {
    font-size: 16px;
    margin-top: 90px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 125px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 160px;
  }
}
@media (max-width: 1370px) {
  .page1_imgp {
    font-size: 14px;
  }
}
@media all and (max-width: 1210px) {
  .main_imgh1 {
    font-size: 35px;
    height: 40px;
    line-height: 38px;
  }
  .main_wrapper .page1_imgp {
    margin-top: 50px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 78px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 106px;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 880px;
  }
  .page2_seephotos_btn ul {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  #country_page04 .page2 .container_feature_wrapper {
    left: 56%;
  }
  #country_page04 .page2_seephotos_btn ul {
    font-size: 16px;
    margin-right: 1em;
  }
}
@media all and (max-width: 1190px) {
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 30%;
  }
  .page2_h1 {
    width: 80%;
    margin-left: -8%;
  }
  .page1_imgp {
    font-size: 12px;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 880px;
  }
}
@media all and (max-width: 1160px) {
  .openswiperbox .swiper-button-prev,
  .openswiperbox .swiper-container-rtl .swiper-button-next,
  .openswiperbox2 .swiper-button-prev,
  .openswiperbox2 .swiper-container-rtl .swiper-button-next {
    top: 8%;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 8%;
    left: 820px;
  }
}
/***文案手機版從這尺寸開始***/
@media all and (max-width: 1140px) {
  .menu {
    margin: 30px 30px;
  }
  .page1_p_wrapper li:nth-child(3) {
    margin-top: 65px;
  }
  .page1_p_wrapper li:nth-child(4) {
    margin-top: 90px;
  }
  .page1_p_wrapper li:nth-child(5) {
    margin-top: 115px;
  }
  .page1_p_wrapper li:nth-child(6) {
    margin-top: 142px;
  }
  .page1_p_wrapper li:nth-child(7) {
    margin-top: 168px;
  }
  .page1 {
    height: 1000px;
  }
  .container_feature_wrapper {
    top: 10%;
    left: 8%;
  }
  .page1_h1 {
    width: 100%;
    margin-left: -5%;
  }
  .page1_h1 img {
    width: 100%;
  }
  .page1_h2 {
    font-size: 22px;
    margin-top: 2%;
  }
  .bg_swiper {
    top: -5%;
  }
  .page2_img {
    width: 50%;
  }
  .page2 .container_feature_wrapper {
    top: 18%;
    right: -12%;
  }
  .page2 .page1_p_wrapper {
    top: 55%;
  }
  .page2_seephotos_btn li {
    font-size: 16px;
  }
  #country_page02 .page1_h3,
  #country_page03 .page1_h3,
  #country_page04 .page1_h3 {
    margin-top: 10%;
    margin-bottom: 0%;
  }
  .container_p_wrapper {
    margin-top: 12%;
  }
  #country_page02 .page1_p,
  #country_page03 .page1_p,
  #country_page04 .page1_p {
    margin-bottom: 1%;
  }
  #country_page01 .page1_h3 {
    margin-top: 20%;
  }
  #country_page01 .page2 .container_feature_wrapper {
    top: 20%;
  }
  #country_page03 .page2 .container_feature_wrapper {
    top: 12%;
  }
  #country_page03 .page2_h1,
  #country_page04 .page2_h1 {
    width: 90%;
  }
  .card {
    width: 22.2%;
  }
  .item_img {
    height: 170px;
  }
.fav-btn {
    font-size: 10px;
    right: auto;
}
.fav-btn.compare_0:before, .fav-btn.compare_1:before {
    background-size: 85%;
    margin-top: -3px;
    margin-left: -2px;
}
}
@media all and (max-width: 1130px) {
  .page2 .container_feature_wrapper {
    left: 54%;
  }
  #country_page04 .page2 .container_feature_wrapper {
    top: 13%;
    left: 52%;
  }
}
@media all and (max-width: 1120px) {
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 25%;
  }
  .page2_img {
    width: 50%;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 800px;
  }
}
@media all and (max-width: 1070px) {
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 770px;
  }
}
@media all and (max-width: 1050px) {
  .menu {
    margin: 30px 30px;
  }
  .menu_btn {
    width: 90%;
    padding-top: 5px;
  }
  .menu_btn img {
    width: 100%;
  }
  .menu_btn_content {
    min-width: 70%;
  }
  .header_h1 {
    top: -70px;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 20%;
  }
  .main_imgh1 {
    font-size: 45px;
    padding: 0px 10px;
    height: 55px;
    line-height: 50px;
  }
  .main_wrapper .page1_imgp {
    font-size: 15px;
    margin-top: 70px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 105px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 140px;
  }
  .page2 .container_feature_wrapper {
    top: 11%;
    right: -15%;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 740px;
  }
  .page2 .container_feature_wrapper {
    left: 55%;
  }
  #country_page03 .page2 .container_feature_wrapper,
  #country_page04 .page2 .container_feature_wrapper {
    top: 8%;
  }
  #country_page02 .page2 .page1_p {
    font-size: 14px;
  }
  #country_page02 .page2 .container_feature_wrapper {
    top: 5%;
  }
  #country_page04 .page2 .container_feature_wrapper {
    left: 50%;
  }
  .card {
    width: 39%;
  }
  .item_img {
    height: 240px;
  }
  .item_img img {
    margin-left: -1.5%;
  }
.item_price {
    font-size: 26px;
}
.item_price:before {
    font-size: 18px;
    margin-right: 5px;
}
.item_up {
    font-size: 16px;
    margin-left: 4px;
}
.fav-btn {
    font-size: 12px;
    right: 5px;
}
}
@media all and (max-width: 1025px) {
  .card {
    width: 38.8%;
  }
  .item_img {
    height: 260px;
  }
  .item_img img {
    margin-left: -7%;
  }
}
@media all and (max-width: 1005px) {
  .menu_btn {
    width: 80%;
  }
  .menu_btn_content {
    min-width: 60%;
  }
  .menu_btn_content a {
    font-size: 18px;
  }
  .main_wrapper .page1_imgp {
    font-size: 14px;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 15%;
  }
  .page1_h1 {
    width: 90%;
  }
  .page1_h2 {
    font-size: 20px;
  }
  .page1_p {
    font-size: 15px;
  }
  .page1_seephotos_btn ul,
  .page1_seephotos_btn2 ul {
    font-size: 16px;
  }
  .page2 .page1_p {
    position: relative;
    margin-left: 5%;
  }
  .page2 .container_p_wrapper {
    margin-top: auto;
    margin-left: 3%;
  }
  .page1_p_wrapper {
    top: 40%;
  }
  .bg_swiper {
    font-size: 150px;
  }
  .page1_imgh1 {
    font-size: 21px;
  }
  .page1_imgp {
    font-size: 14px;
  }
  .page1_p_wrapper li:nth-child(3) {
    margin-top: 70px;
  }
  .page1_p_wrapper li:nth-child(4) {
    margin-top: 95px;
  }
  .page1_p_wrapper li:nth-child(5) {
    margin-top: 120px;
  }
  .page1_p_wrapper li:nth-child(6) {
    margin-top: 147px;
  }
  .openwhitebg_btn,
  .openwhitebg_btn2 {
    top: 45%;
  }
  .swiper-container_photos_wrapper,
  .swiper-container_photos_wrapper2 {
    top: 35%;
  }
  .openswiperbox .swiper-button-prev,
  .openswiperbox .swiper-container-rtl .swiper-button-next,
  .openswiperbox2 .swiper-button-prev,
  .openswiperbox2 .swiper-container-rtl .swiper-button-next {
    width: 100px;
    height: 300px;
    background-size: 100px 300px;
    top: 18%;
  }
  .openswiperbox .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .openswiperbox2 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: 100px;
    height: 300px;
    background-size: 100px 300px;
    top: 18%;
    left: 740px;
  }
  #country_page04 .page2 .container_feature_wrapper {
    left: 48%;
  }
  .card {
    width: 38%;
  }
  .item_img {
    height: 250px;
  }
  .item_img img {
    margin-left: -9%;
  }
}
@media all and (max-width: 990px) {
  .page2 .page1_p_wrapper {
    left: 3%;
  }
  .page2 .container_feature_wrapper {
    left: 50%;
  }
  .page2_seephotos_btn li {
    font-size: 15px;
  }
  #country_page04 .page2_seephotos_btn ul {
    margin-right: 1em;
  }
}
@media all and (max-width: 970px) {
  .page1_imgh1 {
    font-size: 19px;
  }
  .page2 .container_p_wrapper {
    margin-top: auto;
    margin-left: 8%;
  }
  .page2 .page1_p {
    position: relative;
    margin-left: auto;
  }
  #country_page04 .page2 .container_feature_wrapper {
    left: 44%;
  }
}
/***按鈕變成一列***/
@media all and (max-width: 965px) {
  .products_btn {
    justify-content: left;
    overflow-x: auto;
    white-space: nowrap;
  }
  ::-webkit-scrollbar {
    width: 15px;
  } /* this targets the default scrollbar (compulsory) */
  ::-webkit-scrollbar-track {
    background-color: #fff;
  } /* the new scrollbar will have a flat appearance with the set background color */

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  } /* this will style the thumb, ignoring the track */

  /*::-webkit-scrollbar-button {
      background-color: #7c2929;
} */ /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

  /*::-webkit-scrollbar-corner {
      background-color: black;
}*/

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
  }

  /*::-webkit-scrollbar {

width:20px;

height:20px;

}
*/

  html {
    /*scrollbar-arrow-color: #fff;*/ /**/ /*三角箭頭的顏色*/
    /*scrollbar-face-color: #fff;*/ /**/ /*立體滾動條的顏色*/
    /*scrollbar-3dlight-color: #fff;*/ /**/ /*立體滾動條亮邊的顏色*/
    /*scrollbar-highlight-color: #fff;*/ /**/ /*滾動條空白部分的顏色*/
    /*scrollbar-shadow-color: #fff;*/ /**/ /*立體滾動條陰影的顏色*/
    /*scrollbar-darkshadow-color: #fff;*/ /**/ /*立體滾動條強陰影的顏色*/
    /*scrollbar-track-color: #fff;*/ /**/ /*立體滾動條背景顏色*/
    /*scrollbar-base-color:#fff;*/ /**/ /*滾動條的基本顏色*/
  }
}
/***按鈕變成一列END***/
@media all and (max-width: 945px) {
  .main_wrapper .page1_imgp {
    font-size: 13px;
    margin-top: 65px;
  }
  .main_p_wrapper li:nth-child(3) {
    margin-top: 95px;
  }
  .main_p_wrapper li:nth-child(4) {
    margin-top: 125px;
  }
  .page2 .page1_imgp {
    font-size: 12px;
  }
}
@media all and (max-width: 925px) {
  .menu {
    margin: 20px 30px;
  }
  .menu_btn_pc {
    display: none;
  }
  .menu_btn_m {
    display: block;
  }
  .menu_btn {
    width: 100%;
  }
  .header_h1 {
    top: -85px;
  }
  .menu_btn_content {
    min-width: 80%;
  }
  .menu_btn_content a {
    font-size: 18px;
    margin: 0 6px;
  }
  .bg_swiper {
    font-size: 180px;
  }
  .page2 .page1_h3 {
    margin-top: 20%;
  }
  .page2_h1 {
    width: 80%;
    margin-left: -6%;
  }
  .card {
    width: 37%;
  }
  .item_img {
    height: 230px;
  }
  .item_img img {
    margin-left: -10%;
  }
}
@media all and (max-width: 890px) {
  .page1_imgh1 {
    font-size: 17px;
  }
  .page1_imgp {
    font-size: 13px;
  }
}
@media all and (max-width: 880px) {
  .main_wrapper .page1_img_box {
    width: 48%;
    margin: -2.5% 0%;
    top: 240px;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 36%;
  }
  .page2 .container_feature_wrapper {
    right: -18%;
  }
  .page2 .page1_p_wrapper {
    left: 2%;
  }
  .page2 .page1_imgp {
    font-size: 12px;
  }
}
@media all and (max-width: 850px) {
  .main_wrapper {
    padding-bottom: 40%;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 400px;
  }
  .main_wrapper .page1_img_box:nth-child(3) {
    top: 270px;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 430px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 300px;
  }
  .container_feature_wrapper {
    position: relative;
    left: 25%;
  }
  .page1 {
    height: auto;
  }
  .page1_h1 {
    width: 45%;
  }
  .page1_h3 {
    margin-top: 15%;
  }
  .container_feature_wrapper {
    margin-top: 22%;
    margin-bottom: 5%;
  }
  .container_p_wrapper {
    margin-top: 10%;
  }
  .openwhitebg_btn,
  .openwhitebg_btn2 {
    width: 12%;
    top: 60%;
    left: 5%;
  }
  .openswiperbox .swiper-container,
  .openswiperbox2 .swiper-container {
    z-index: 1000;
    padding-left: 150px;
  }
  .openswiperbox .swiper-button-prev,
  .openswiperbox .swiper-container-rtl .swiper-button-next,
  .openswiperbox2 .swiper-button-prev,
  .openswiperbox2 .swiper-container-rtl .swiper-button-next {
    background-size: 70%;
    top: 30%;
  }
  .whitebg,
  .whitebg2 {
    opacity: 1;
  }
  .page1_img_box {
    width: 70%;
    margin-bottom: 3%;
  }
  .openswiperbox .page1_img_box {
    width: 70%;
  }
  .swiper-container_photos_wrapper,
  .swiper-container_photos_wrapper2 {
    left: 20%;
    margin-bottom: 10%;
  }
  .page1_imgp {
    font-size: 16px;
  }
  .page1_p_wrapper li:nth-child(3) {
    margin-top: 80px;
  }
  .page1_p_wrapper li:nth-child(4) {
    margin-top: 112px;
  }
  .page1_p_wrapper li:nth-child(5) {
    margin-top: 145px;
  }
  .page1_p_wrapper {
    top: 45%;
  }
  .page1_imgh1 {
    font-size: 28px;
  }
  .page2_bg {
    display: none;
  }
  .page2_img {
    width: 90%;
  }
  .page2 .page1_p_wrapper {
    top: 60%;
    left: 8%;
  }
  .page2 .container_feature_wrapper {
    margin-top: 0%;
    right: -10%;
    margin-bottom: 12%;
  }
  .page2_h1 {
    width: 70%;
    margin-left: 0%;
  }
  .page2 .page1_imgp {
    font-size: 16px;
  }
  .page2 .container_feature_wrapper,
  #country_page04 .page2 .container_feature_wrapper {
    right: auto;
    left: 10%;
  }
  #country_page01 .page1_h1.fjp {
    width: 60%;
  }
  #country_page01 .page1_h1 {
    width: 75%;
    margin-left: -15%;
  }
  #country_page02 .page1_h1 {
    width: 90%;
    margin-left: -5%;
  }
  #country_page03 .page1_h1,
  #country_page04 .page1_h1 {
    width: 90%;
    margin-left: -20%;
  }
  #country_page02 .page1_p,
  #country_page03 .page1_p,
  #country_page04 .page1_p {
    margin-bottom: 6%;
  }
  #country_page02 .page1_h3,
  #country_page03 .page1_h3,
  #country_page04 .page1_h3 {
    margin-top: 20%;
    margin-bottom: 3%;
  }
  .tabfor_h1 {
    width: 100%;
  }
  .card {
    width: 36%;
  }
  .item_img {
    height: 200px;
  }
  .item_img img {
    margin-left: -8%;
  }
  .products_h1 {
    font-size: 60px;
    padding-bottom: 120px;
  }
  .products_h1 img {
    margin-top: 45px;
    max-width: 360px;
  }
}
@media all and (max-width: 835px) {
  .main_p_wrapper {
    left: 5%;
  }
}
@media all and (max-width: 805px) {
  .main_wrapper {
    padding-top: 15%;
    padding-bottom: 10%;
  }
  .main_wrapper .page1_img_box {
    width: 38%;
    top: 375px;
    left: -20%;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 480px;
    left: -20.2%;
  }
  .main_wrapper .page1_img_box:nth-child(3) {
    top: 50px;
    left: 57%;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 400px;
    left: -58.5%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 142px;
    left: 18.5%;
  }
  .main_wrapper .page1_img_box:nth-child(6) {
    top: 72px;
    left: 18.5%;
  }
  .main_wrapper .page1_img {
    width: 98%;
  }
  .main_p_wrapper {
    top: 46%;
    left: 28%;
  }
  .main_wrapper .page1_imgp {
    display: none;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    top: 46%;
    left: 19%;
  }
  .openwhitebg_btn,
  .openwhitebg_btn2 {
    width: 10%;
    top: 62%;
    left: 2%;
  }
  .swiper-container_photos_wrapper,
  .swiper-container_photos_wrapper2 {
    left: 15%;
  }
  .page1_imgh1 {
    font-size: 22px;
  }
  .page1_imgp {
    font-size: 15px;
  }
  .page1_p_wrapper li:nth-child(3) {
    margin-top: 75px;
  }
  .tabfor_h1 {
    width: 90%;
  }
  /*.product_btn {
    width: 17em;
    margin: 10px 8px;
}
.tabfor_btn {
    margin-top: -10px;
}*/
  .area {
    margin-top: 4%;
  }
}
@media all and (max-width: 775px) {
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 155px;
    left: 18.5%;
  }
  .main_p_wrapper {
    left: 30.5%;
  }
  .main_imgh1 {
    font-size: 35px;
    height: 45px;
    line-height: 45px;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    left: 25%;
  }
  #country_page02 .container_feature_wrapper {
    left: 20%;
  }
  .card {
    width: 35%;
  }
  .item_img {
    height: 170px;
  }
  .item_img img {
    margin-left: -6%;
  }
.item_price {
    font-size: 22px;
}
.item_price:before, .item_up {
    font-size: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
}

@media all and (max-width: 768px) {
.fav-btn {
    font-size: 10px;
    right: auto;
}
}

@media all and (max-width: 750px) {
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 165px;
  }
  .page1_imgp {
    font-size: 14px;
  }
}
@media all and (max-width: 720px) {
  .menu {
    margin: 15px 30px;
  }
  .header_barbg {
    height: 100px;
  }
  .main_wrapper {
    padding-top: 2%;
    padding-bottom: 25%;
  }
  .main_wrapper .page1_img_box {
    top: 435px;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 590px;
  }
  .main_wrapper .page1_img_box:nth-child(3) {
    top: 150px;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 460px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 290px;
  }
  .main_wrapper .page1_img_box:nth-child(6) {
    top: 175px;
  }
  #country_page02 .container_feature_wrapper {
    left: 15%;
  }
  .bg_swiper {
    font-size: 170px;
  }
  .products_h1 {
    font-size: 55px;
    padding-bottom: 110px;
  }
  .products_h1 img {
    max-width: 330px;
  }
  .card {
    width: 34%;
  }
  .item_img {
    height: 150px;
  }
  .item_img img {
    margin-left: -4%;
  }
}
@media all and (max-width: 700px) {
  .page1_imgp {
    font-size: 13px;
  }
.item_price {
    letter-spacing: -1px;
}
.item_price:before {
    margin-right: -4px;
}
.item_up {
    font-size: 14px;
    margin-left: -3px;
}
}
@media all and (max-width: 670px) {
  .header_h1 {
    width: 45%;
  }
  .main_wrapper {
    padding-top: 6%;
    padding-bottom: 35%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 312px;
  }
  .openswiperbox .whitebg_X_btn,
  .openswiperbox2 .whitebg_X_btn {
    top: 10%;
  }
  .openswiperbox .swiper-container,
  .openswiperbox2 .swiper-container {
    padding-left: 40px;
  }
  .openswiperbox .page1_img_box {
    width: 80%;
  }
  .page1_imgh1 {
    font-size: 28px;
  }
  .page1_imgp {
    font-size: 14px;
  }
  #country_page02 .container_feature_wrapper {
    left: 10%;
  }
  .container_p_wrapper {
    width: 90%;
  }
  .page2 .container_p_wrapper {
    margin-top: auto;
    margin-left: 0%;
  }
  .products_h1 {
    letter-spacing: 5px;
  }
  /*.product_btn {
    width: 13em;
}*/
  .card {
    width: 33%;
  }
  .item_img {
    height: 140px;
  }
  .item_img img {
    margin-left: -7%;
  }
  .item_h1 {
    font-size: 16px;
  }
  .item_location,
  .item_date,
  .item_h2,
  .item_li,
  .discount {
    font-size: 13px;
  }
  .discount:before {
    background-position-y: -0.1em;
  }
  .item_price {
    font-size: 23px;
  }
}
@media all and (max-width: 635px) {
.item_price {
    font-size: 22px;
}
.fav-btn {
    padding-left: 0px;
}
.fav-btn span {
    margin-left: 18px;
}
.fav-btn.compare_0:before, .fav-btn.compare_1:before {
    background-size: 80%;
    margin-top: -2px;
    margin-left: -1px;
}
  .b2b .item_price {
    font-size: 16px;
  }
  .b2b .item_price:after,
  .b2b .item_price.for2b:after {
    font-size: 12px;
  }
}
@media all and (max-width: 625px) {
  .menu {
    margin: 15px 15px;
  }
  .header_h1 {
    top: -85px;
  }
  .main_wrapper {
    padding-top: 10%;
    padding-bottom: 40%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 332px;
  }
  .main_p_wrapper {
    left: 30%;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    left: 20%;
  }
  .page2 .page1_imgp {
    font-size: 15px;
  }
  .bg_swiper {
    font-size: 160px;
  }
  .openswiperbox .swiper-button-prev,
  .openswiperbox .swiper-container-rtl .swiper-button-next,
  .openswiperbox2 .swiper-button-prev,
  .openswiperbox2 .swiper-container-rtl .swiper-button-next {
    background-size: 50%;
    top: 35%;
    left: -5%;
  }
  #country_page01 .page1_h1 {
    width: 85%;
    margin-left: -20%;
  }
  #country_page01 .page2_h1 {
    width: 90%;
    margin-left: -5%;
  }
  #country_page02 .page1_h1 {
    width: 100%;
    margin-left: -15%;
  }
  #country_page02 .page2_h1 {
    width: 100%;
    margin-left: -10%;
  }
  #country_page02 .container_feature_wrapper {
    left: 7%;
  }
  #country_page02 .page1_h1 {
    margin-left: 0%;
  }
  .products_h1 {
    width: 90%;
    font-size: 55px;
  }
  .card {
    width: 32%;
  }
  .item_img {
    height: 130px;
  }
}
@media all and (max-width: 585px) {
  .main_wrapper {
    padding-top: 16%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 350px;
  }
  .main_p_wrapper {
    left: 28.5%;
  }
  .page1_imgh1 {
    font-size: 19px;
  }
  .page1_imgp {
    font-size: 12px;
  }
  .page1_p_wrapper li:nth-child(3) {
    margin-top: 60px;
  }
  .container_feature_wrapper {
    margin-top: 20%;
    left: 22%;
  }
  .page1_h3 {
    margin-top: 20%;
  }
  .page1_seephotos_btn ul,
  .page1_seephotos_btn2 ul {
    font-size: 15px;
  }
  .page2 .page1_imgp {
    font-size: 14px;
  }
  .page2 .page1_p_wrapper {
    top: 50%;
  }
  .page1_p_wrapper li:nth-child(4) {
    margin-top: 85px;
  }
  .page1_p_wrapper li:nth-child(5) {
    margin-top: 110px;
  }
  .page1_p_wrapper li:nth-child(6) {
    margin-top: 138px;
  }
  .products_h1 {
    font-size: 50px;
    padding-bottom: 100px;
  }
  .products_h1 img {
    margin-top: 40px;
    max-width: 300px;
  }
  .product_btn {
    min-width: auto;
    margin: 0 2px;
  }
  .product_btn:before {
   left: 10px;
  }
  .product_btn:after {
  right: 0;
  }
  .card {
    width: 70%;
    margin: 0 auto;
    margin-top: 5%;
    display: block;
  }
  .item_img {
    height: 240px;
  }
  .item_img img {
    margin-left: -2%;
  }
  .b2b .item_price {
    font-size: 23px;
  }
  .b2b .item_price:before,
  .b2b .item_up {
    font-size: 16px;
    margin-left: 4px;
    margin-right: 5px;
  }
  .b2b .item_price:after,
  .b2b .item_price.for2b:after {
    font-size: 15px;
  }
  /***card單個折行...設定***/
  .item_h2 {
    min-height: auto;
    overflow: auto;
    -webkit-box-orient: initial;
  }
  .item_li li {
    -webkit-line-clamp: initial;
  }
  .item_location,
  .item_date,
  .item_h2,
  .item_li,
  .discount {
    font-size: 15px;
  }
  .discount {
    min-height: auto;
  }
  .discount:before {
    background-position-y: 0.1em;
  }
  .item_li {
    min-height: auto;
  }
  .item_h1 {
    font-size: 20px;
  }
  .item_price {
    font-size: 26px;
  }
.item_price {
    font-size: 26px;
}
.item_price:before {
    font-size: 18px;
    margin-right: 5px;
}
.item_up {
    font-size: 16px;
    margin-left: 4px;
}
.item_price {
    letter-spacing: initial;
}
.fav-btn {
    font-size: 12px;
    right: 5px;
}
.fav-btn.compare_0:before, .fav-btn.compare_1:before {
    background-size: auto;
    margin-top: -4px;
    margin-left: -3px;
}
.fav-btn span {
    margin-left: 22px;
}
  /***card單個折行...設定END***/
}
@media all and (max-width: 550px) {
  .header_h1 {
    top: -75px;
  }
  .menu_btn {
    width: 80%;
  }
  .menu {
    margin: 20px 15px;
  }
  .menu_btn_content {
    min-width: 420%;
    left: -10%;
    opacity: 0.9;
  }
  .main_wrapper {
    padding-top: 20%;
    padding-bottom: 35%;
  }
  .main_imgh1 {
    font-size: 30px;
    padding: 0px 5px;
    height: 35px;
    line-height: 35px;
  }
  .main_p_wrapper {
    left: 30%;
  }
  .main_wrapper .page1_img_box {
    top: 375px;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 480px;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 400px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 260px;
  }
  .bg_swiper {
    font-size: 120px;
  }
  .page1_p {
    font-size: 14px;
  }
  .page1_h2 {
    font-size: 16px;
    margin-top: 1%;
  }
  .page1_p {
    font-size: 13px;
  }
  .page1_btn {
    font-size: 14px;
  }
  .page1_btn span {
    font-size: 12px;
  }
  .page1_btn span img {
    width: 20px;
    height: 20px;
    top: 8px;
  }
  .page1_h3 {
    font-size: 15px;
  }
  .products_h1 {
    font-size: 50px;
  }
  .products_h1 img {
    max-width: 300px;
  }
  .products_wrapper {
    top: 30px;
  }
  .products_btn_wrapper {
    margin-bottom: auto;
  }
  .item_img img {
    margin-left: -5%;
  }
  /***手機BN***/
  .banner_pc {
    display: none;
  }
  .banner_m {
    display: block;
  }
}
@media all and (max-width: 530px) {
  .page2 .page1_p_wrapper {
    left: 5%;
  }
}
@media all and (max-width: 520px) {
  .menu_btn_content {
    min-width: 390%;
  }
  .main_wrapper .page1_img_box:nth-child(3) {
    top: 180px;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 395px;
  }
  .main_wrapper .page1_img_box:nth-child(6) {
    top: 200px;
  }
  .page2 .container_feature_wrapper {
    left: 4%;
  }
  .item_img img {
    margin-left: -9%;
  }
}
@media all and (max-width: 500px) {
  .header_h1 {
    width: 50%;
    top: -70px;
    padding-left: 10%;
  }
  .menu_btn_content {
    min-width: 380%;
  }
  .main_wrapper {
    padding-top: 22%;
    padding-bottom: 40%;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 460px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 255px;
  }
  .page1_p_wrapper {
    top: 40%;
  }
  .page2 .page1_p_wrapper {
    top: 40%;
  }
  #country_page01 .page1_h1 {
    margin-left: -15%;
  }
}
@media all and (max-width: 490px) {
.b2b .item_price:before, .b2b .item_up {
        margin-left: 2px;
        margin-right: 0px;
}
}
@media all and (max-width: 480px) {
  .menu_btn_content {
    min-width: 360%;
  }
  .bg_swiper {
    font-size: 100px;
  }
  .container_feature_wrapper {
    left: 19%;
  }
  .page1_seephotos_btn ul:nth-child(odd),
  .page1_seephotos_btn2 ul:nth-child(odd) {
    margin-right: 1.5em;
  }
  .page1_imgh1 {
    font-size: 16px;
  }
  /*.products_wrapper {
    top: 120px;
}
.product_btn {
    width: 10em;
}*/
  .product_btn:before {
    background-size: 50%;
    top: 30%;
  }
  .product_btn:after {
    top: 30%;
    background-size: 65%;
  }
  .tabfor_btn {
    font-size: 14px;
  }
  .products_h1 {
    font-size: 45px;
    line-height: 48px;
    padding-bottom: 70px;
  }
  .products_h1 img {
    max-width: 250px;
  }
  .item_img {
    height: 220px;
  }
}
@media all and (max-width: 460px) {
  .menu_btn_content {
    min-width: 350%;
  }
  .main_wrapper {
    padding-top: 30%;
    padding-bottom: 50%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 270px;
  }
  .main_p_wrapper {
    left: 32%;
  }
  .main_imgh1 {
    font-size: 25px;
    padding: 0px 3px;
    height: 28px;
    line-height: 27px;
  }
  .page1_p_wrapper {
    top: 30%;
  }
}

/***手機尺寸***/
@media all and (max-width: 440px) {
  .header_h1 {
    width: 55%;
    padding-left: 20%;
  }
  .products_bn {
    top: 80%;
  }
  .products_bn img {
    width: 70%;
  }
  .menu_btn_content {
    min-width: 330%;
  }
  .main_wrapper .page1_img {
    width: 100%;
  }
  .openswiperbox .whitebg_X_btn,
  .openswiperbox2 .whitebg_X_btn {
    width: 20%;
  }
  .openswiperbox .whitebg_X_btn img,
  .openswiperbox2 .whitebg_X_btn img {
    width: 100%;
  }
  .bg_swiper {
    font-size: 90px;
  }
  .container_feature_wrapper {
    left: 17%;
  }
  .page1_seephotos_btn ul,
  .page1_seephotos_btn2 ul {
    font-size: 14px;
  }
  .openwhitebg_btn,
  .openwhitebg_btn2 {
    width: 15%;
    left: 1%;
  }
  .page1_p_wrapper {
    top: 30%;
  }
  /*.products_wrapper {
    top: 100px;
}*/
  .products_h1 {
    padding-bottom: 80px;
  }
  .product_btn {
    letter-spacing: 1px;
  }
  .area_box {
    margin-top: 10%;
  }
  .area {
    margin-top: auto;
  }
  .card {
    width: 85%;
    padding: 10px;
  }
  .card:hover {
    -webkit-filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0));
    filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0));
  }
  .item_img {
    width: 80%;
    height: 250px;
  }
  .item_img img {
    margin-left: -6%;
  }
  .item_h2 {
    width: 100%;
  }
  .item_li {
    padding-left: 1.3em;
  }
}
@media all and (max-width: 420px) {
  .page1_img_box {
    width: 80%;
  }
}
@media all and (max-width: 410px) {
  .menu_btn_content {
    min-width: 310%;
  }
  .main_wrapper {
    padding-top: 38%;
    padding-bottom: 55%;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 425px;
  }
  .main_wrapper .page1_img_box:nth-child(4) {
    top: 390px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 250px;
  }
  .main_wrapper .page1_img_box:nth-child(6) {
    top: 195px;
  }
}
@media all and (max-width: 400px) {
  .header_h1 {
    width: 58%;
    padding-left: 26%;
  }
  .menu_btn_content {
    min-width: 310%;
  }
  .main_wrapper {
    padding-top: 42%;
    padding-bottom: 57%;
  }
  .page1_p_wrapper {
    top: 20%;
  }
  .page2 .page1_p_wrapper {
    top: 25%;
  }
  .bg_swiper {
    font-size: 80px;
  }
  .item_img {
    width: 85%;
    height: 240px;
  }
}
@media all and (max-width: 390px) {
  .main_wrapper .page1_img_box:nth-child(4) {
    left: -59.5%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 260px;
  }
  .page1_p_wrapper {
    top: 20%;
  }
  .page2 .page1_imgp {
    font-size: 13px;
  }
}
@media all and (max-width: 378px) {
  .main_wrapper {
    padding-top: 42%;
    padding-bottom: 60%;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 410px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 250px;
  }
  .menu_btn_content {
    min-width: 300%;
  }
  .main_imgh1 {
    font-size: 22px;
    padding: 0px 2px;
    height: 24px;
    line-height: 24px;
  }
}
@media all and (max-width: 375px) {
  .header_h1 {
    top: -55px;
    padding-left: 22%;
  }
  .header_barbg {
    height: 70px;
  }
  .menu {
    margin: 10px 10px;
  }
  .menu_btn {
    width: 70%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 265px;
  }
  .bg_swiper {
    font-size: 70px;
  }
  .openwhitebg_btn,
  .openwhitebg_btn2 {
    width: 12%;
    top: 73%;
  }
  .page1_imgh1 {
    font-size: 15px;
  }
  .page1_seephotos_btn li:before,
  .page1_seephotos_btn2 li:before {
    width: 30px;
    height: 30px;
    background-size: 70%;
    margin-top: 10px;
    margin-left: -22px;
  }
  .page1_seephotos_btn ul:nth-child(odd),
  .page1_seephotos_btn2 ul:nth-child(odd) {
    margin-right: 0em;
  }
  .page2 .page1_seephotos_btn ul:nth-child(odd) {
    margin-right: 1.5em;
  }
  /*.product_btn {
    width: 8em;
	margin: 10px 5px;
}*/
  .products_h1 {
    font-size: 40px;
    padding-bottom: 65px;
  }
  .products_h1 img {
    margin-top: 35px;
    max-width: 220px;
  }
  .area_box {
    width: 100%;
  }
  .item_h1 {
    width: 85%;
  }
  .item_img img {
    margin-left: -5%;
  }
  .b2b .item_price {
    font-size: 20px;
  }
  .b2b .item_price:before,
  .b2b .item_up {
    font-size: 13px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .b2b .item_price:after,
  .b2b .item_price.for2b:after {
    font-size: 13px;
  }
}
@media all and (max-width: 360px) {
  .header_h1 {
    padding-left: 25%;
  }
  .main_wrapper {
    padding-top: 40%;
    padding-bottom: 75%;
  }
  .menu_btn_content {
    min-width: 290%;
  }
  .menu_btn_content a {
    font-size: 16px;
  }
  .main_p_wrapper {
    left: 33%;
  }
  .main_imgh1 {
    font-size: 20px;
    padding: 0px 1px;
    height: 22px;
    line-height: 22px;
  }
  .container_feature_wrapper {
    left: 10%;
  }
  .page1_h1 {
    width: 75%;
  }
  .page2 .page1_imgp {
    font-size: 12px;
  }
  .item_h1 {
    width: 100%;
  }
}
@media all and (max-width: 350px) {
  .menu_btn_content {
    min-width: 260%;
  }
  .main_imgh1 {
    font-size: 18px;
    padding: 0px 1px;
    height: 20px;
    line-height: 18px;
  }
  .main_p_wrapper {
    left: 35%;
  }
  .main_wrapper .page1_img_box:nth-child(6) .main_p_wrapper {
    left: 25%;
  }
  .main_wrapper .page1_img_box:nth-child(2) {
    top: 410px;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 260px;
  }
  .container_p_wrapper {
    margin-top: 18%;
  }
  .page1_p {
    letter-spacing: -0.5px;
  }
  .page2 .page1_h3 {
    margin-top: 30%;
  }
  .page2 .page1_p_wrapper {
    top: 20%;
  }
  .item_img {
    height: 210px;
  }
}
@media all and (max-width: 330px) {
  .header_h1 {
    padding-left: 30%;
  }
  .main_wrapper {
    padding-top: 55%;
    padding-bottom: 80%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 270px;
  }
  .main_wrapper .page1_img_box:nth-child(6) {
    left: 17%;
  }
  .container_feature_wrapper {
    margin-top: 30%;
  }
  .page1_imgh1 {
    font-size: 13px;
  }
  .page1_p_wrapper li:nth-child(3) {
    margin-top: 52px;
  }
  .page1_btn {
    font-size: 13px;
  }
  .page1_h3 {
    margin-top: 32%;
  }
  .product_btn {
    font-size: 14px;
  }
  .tabfor_btn {
    font-size: 12px;
  }
  .item_location,
  .item_date,
  .item_h2,
  .item_li,
  .discount {
    font-size: 13px;
  }
  .discount:before {
    background-position-y: -0.1em;
  }
  .item_h1 {
    font-size: 18px;
  }
  .item_price {
    font-size: 22px;
  }
  .item_price:after {
    font-size: 15px;
    margin-top: 2em;
  }
  .b2b .item_price:after,
  .b2b .item_price.for2b:after {
    margin-top: 1.2em;
  }
}
@media all and (max-width: 320px) {
  .header_h1 {
    padding-left: 33%;
  }
  .menu_btn_content {
    min-width: 240%;
  }
  .main_wrapper .page1_img_box:nth-child(5) {
    top: 280px;
  }
  .page1_seephotos_btn ul,
  .page1_seephotos_btn2 ul {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .container_feature_wrapper {
    left: 6%;
  }
  .page1_h1 {
    width: 70%;
  }
  .page1_h2 {
    font-size: 14px;
  }
  .page1_h3 {
    margin-top: 28%;
  }
  .page1_seephotos_btn li:after,
  .page1_seephotos_btn2 li:after {
    margin-top: 2.2em;
  }
  .page1_p {
    font-size: 12px;
  }
  .page1_h3 {
    font-size: 13px;
  }
  .item_img img {
    margin-left: -6%;
  }
}
@media all and (max-width: 300px) {
  .header_barbg {
    height: 65px;
  }
  .header_h1 {
    top: -48px;
    padding-left: 30%;
  }
  .menu_btn {
    width: 60%;
  }
  .main_wrapper {
    padding-top: 63%;
    padding-bottom: 100%;
  }
  .menu_btn_content {
    min-width: 230%;
  }
}
@media all and (max-width: 280px) {
  .main_p_wrapper {
    left: 30%;
  }
  .menu_btn_content {
    min-width: 225%;
  }
  .menu_btn_content a {
    font-size: 14px;
  }
  .main_wrapper .page1_img_box:nth-child(3) {
    top: 220px;
  }
  .main_wrapper .page1_img_box:nth-child(6) {
    top: 235px;
  }
  .bg_swiper {
    font-size: 100px;
  }
  .page1_btn {
    font-size: 13px;
  }
  .page1_seephotos_btn ul,
  .page1_seephotos_btn2 ul {
    font-size: 13px;
  }
  .page1_seephotos_btn li:before,
  .page1_seephotos_btn2 li:before {
    width: 30px;
    height: 30px;
    background-size: 60%;
  }
  .page1_seephotos_btn {
    position: relative;
    left: -10px;
  }
  .page2 .page1_p_wrapper {
    top: 15%;
  }
  /*.products_wrapper {
    top: 80px;
}*/
  .products_h1 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 65px;
  }
  .products_h1 img {
    margin-top: 30px;
    max-width: 190px;
  }
  .page1_seephotos_btn ul,
  .page1_seephotos_btn2 ul {
    font-size: 13px;
  }
  .product_btn {
    padding: 6px 5px 6px 5px;
  }
  .product_btn:before,
  .product_btn:after {
    display: none;
  }
  .tabfor_h1 {
    font-size: 22px;
  }
  .item_h1 {
    font-size: 17px;
  }
  .item_img {
    height: 170px;
  }
  .item_img img {
    margin-left: -2%;
  }
  .item_price {
    font-size: 20px;
  }
  .item_up {
    font-size: 14px;
  }
.b2b .item_price:before, .b2b .item_up {
    margin-left: -2px;
}
}
