@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: "Lato","Noto Sans TC", Helvetica, sans-serif;
	background:#FFF;
}

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {	
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#CCC;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}

#header {
  width: 100%;
  text-align: center;
  margin: auto;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
}

#header2 {
  display: block;
}

.header_bottom {
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to left, #00b9f4, #0083e6);
}
.header_bottom2 {
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to left, #00b9f4, #0083e6);
}
.header2_clear {
  clear: both;
  height: 75px;
}
.header_all {
  width: 100%;
  max-width: 1110px;
  padding: 0 10px;
  margin: auto;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}
.header_1 {
  width: 30%;
  text-align: left;
  float: left;
  padding: 22px 0 18px 0;
}
.header_2 {
  width: 40%;
  text-align: left;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding-top:33px;
}
  .header_2 a {
    color: #333;
    margin-left: 30px;
  }
  .header_2 a:hover {
    color: #008ce8;
  }
  .header_2:first-child {
    margin-left: 0;
  }

.header_3 {
  width: 30%;
  text-align: right;
  float: left;
  padding-top: 30px;
}
  .cart_img {
    display: inline-block;
    margin-top: 4px;
  }
  .cart {
    display: none;
    width: 25px;
    height: 15px;
    border-radius: 7.5px;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    background-color: #2d2d2d;
    margin-top: 10px;
    margin-left: 6px;
    cursor: pointer;
  }

  .login {
     display: inline-block;
    margin-left: 30px;
    width: 92px;
    height: 33px;
    border-radius: 16.5px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    line-height: 33px;
    background-image: -webkit-linear-gradient(160deg, #00b9f4, #0083e6);
    background-image: -o-linear-gradient(160deg, #00b9f4, #0083e6);
    background-image: linear-gradient(250deg, #00b9f4, #0083e6);
  }

.header_clear {
  height: 1px;
  clear: both;
  display: block;
}

#header2 {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  display: block;
  z-index: 999;
}
  .header2_1 {
    position: absolute;
    width: 30%;
    left: 10px;
    top: 20px;
    text-align: left;
  }
  .header2_1 img {
    width: 120px;
  } 
  .header2_open {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .header2_close {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .header2_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,131,230,0.8);
    padding: 60px 0 75px 0;
    display: none;
    z-index: 1000;
    overflow-y:scroll;
  }
  .header2_menu ul{
    list-style: none;
    margin-top: 5px;
  }
  .header2_menu ul li {
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin-top: 25px;
  }
  .header2_menu ul li a {
    color: #FFF;
  }
  .header2_line {
    width: 150px;
    height: 1px;
    margin: auto;
    text-align: center;
    border-top: 1px solid #FFF;
    margin-top: 60px;
  }
  .header2_share {
    margin-top: 30px;
    text-align: center;
  }
  .header2_share a {
    margin: 0 8px;
  }

  .header2_cart {
    position: absolute;
    top: 20px;
    right: 70px;
  }
  .cart_img {
    margin-top: 4px;
  }
  .cart {
    width: 25px;
    height: 15px;
    border-radius: 7.5px;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 6px;
  }
  .login {
    display: inline-block;
    margin-left: 30px;
    height: 33px;
    border-radius: 16.5px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    line-height: 33px;
    background-image: -webkit-linear-gradient(160deg, #00b9f4, #0083e6);
    background-image: -o-linear-gradient(160deg, #00b9f4, #0083e6);
    background-image: linear-gradient(250deg, #00b9f4, #0083e6);
    cursor: pointer;
  }
.menu3 {
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.menu3 .menu a {
  color: #EEE;
}

@media only screen and (min-width: 375px) {
  .cart {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
#header {
  display: block;
}
#header2 {
  display: none;
}
.header_bottom {
  height: 5px;
  background-image: linear-gradient(to left, #00b9f4, #0083e6);
}
.header_all {
  padding: 0 10px;
  font-size: 18px;
}
.header_1 {
  width: 35%;
  padding: 22px 0 18px 0;
}
.header_2 {
  width: 35%;
  font-size: 20px;
  padding-top:33px;
}
  .header_2 a {
    margin-left: 30px;
  }

.header_3 {
  width: 30%;
  padding-top: 30px;
}
  .cart_img {
    margin-top: 4px;
  }
  .cart {
    width: 25px;
    height: 15px;
    border-radius: 7.5px;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 6px;
  }
  .login {
    margin-left: 30px;
    width: 92px;
    height: 33px;
    border-radius: 16.5px;
    font-size: 14px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 1100px) {
.header_bottom {
  height: 5px;
  background-image: linear-gradient(to left, #00b9f4, #0083e6);
}
.header_all {
  padding: 0 10px;
  font-size: 18px;
}
.header_1 {
  width: 40%;
  padding: 22px 0 18px 0;
}
.header_2 {
  width: 30%;
  font-size: 20px;
  padding-top:33px;
}
  .header_2 a {
    margin-left: 30px;
  }

.header_3 {
  width: 30%;
  padding-top: 30px;
}
  .cart_img {
    margin-top: 4px;
  }
  .cart {
    width: 25px;
    height: 15px;
    border-radius: 7.5px;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 6px;
  }
  .login {
    margin-left: 30px;
    width: 92px;
    height: 33px;
    border-radius: 16.5px;
    font-size: 14px;
    line-height: 33px;
  }
}


.banner {
  width: 100%;
  margin-top: 80px;
  -webkit-box-shadow: 1px 1px 3px #eee;
	-moz-box-shadow: 1px 1px 3px #eee;
	box-shadow: 1px 1px 3px #eee;
  background:url("../images/all_bg.jpg") center center;
  position: relative;
  display: none;
}
.banner_2 {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
.banner2 {
  width: 100%;
  margin-top: 80px;
  display: block;
}
  .banenr_img1 {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
    display: none;
  }
  .banenr_img2 {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    display: none;
  }
@media only screen and (min-width: 768px) {
.banner {
  margin-top: 80px;
  display: block;
}
.banner2 {
  display: none;
}
  .banenr_img1 {
    display: none;
  }
  .banenr_img2 {
    display: none;
  }
}
@media only screen and (min-width: 1110px) {
.banner {
  margin-top: 80px;
}
  .banenr_img1 {
    display: block;
  }
  .banenr_img2 {
    display: block;
  }
}

#content {
  background-image: url("../images/light-gray2.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  margin: auto;
}
.content_block {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
  overflow: hidden;
  display: none;
}
.content_block1_2 {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
  overflow: hidden;
  display: none;
}
.content_block1_3 {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
  display: block;
}
.content_block3 {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
  overflow: hidden;
}
#content2 {
  background-image: url("../images/white2.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  background-color: #2d2d2d;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  margin: auto;
}
.content_block2 {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  padding: 30px 0 50px 0;
}
.content_1 {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.content_2 {
  width: 100%;
  float: left;
  text-align: left;
}
.content_title1 {
  font-size: 24px;
  line-height: 40px;
  color: #464646;
  letter-spacing: 2px;
  text-align: center;
  padding: 40px 0 20px 0;
}
.content_title2 {
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
  text-align: left;
}
.content_title3 {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-align: left;
  margin-top: 20px;
}
.content_line {
  width: 60px;
  height: 2px;
  background: #008ffb;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
#content {
  padding: 0 20px;
  margin: auto;
}
.content_block {
  display: none;
}
.content_block1_2 {
  padding-bottom: 40px;
  display: block;
}
.content_block1_3 {
  display: none;
}

#content2 {
  padding: 0 20px;
  margin: auto;
}
.content_block2 {
  padding: 60px 0 60px 0;
}
.content_1 {
  width: 40%;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
}
.content_2 {
  width: 60%;
}
.content_title1 {
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 2px;
  padding: 40px 0 20px 0;
}
.content_title2 {
  font-size: 30px;
  line-height: 46px;
}
.content_title3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
}
.content_line {
  width: 60px;
  height: 2px;
  margin-top: 20px;
}
}
@media only screen and (min-width: 1100px) {
#content {
  padding: 0 10px;
  margin: auto;
}
.content_block {
  padding-bottom: 100px;
  display: block;
}
.content_block1_2 {
  display: none;
}
.content_block1_3 {
  display: none;
}

#content2 {
  padding: 0 10px;
  margin: auto;
}
.content_block2 {
  padding: 80px 0 130px 0;
}
.content_1 {
  width: 490px;
  padding-top: 100px;
  padding-right: 60px;
}
.content_2 {
  width: 620px;
}
.content_title1 {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 2px;
  padding: 60px 0 40px 0;
}
.content_title2 {
  font-size: 30px;
  line-height: 46px;
}
.content_title3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
}
.content_line {
  width: 60px;
  height: 2px;
  margin-top: 20px;
}
}

.content_search {
  float:left;
  margin-top: 10px;
  clear: both;
}
.content_search2 {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.search_send {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
  height: 0;
  position: relative;
  display: none;
}
.search_send2 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  margin-top: 7px;
  height: 0;
  position: relative;
  display: none;
}
.search_close {
  position: absolute;
  right: 0px;
  top: 3px;
  display: none;
}
.search_1 {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding: 0 30px 0 10px;
  font-size: 14px;
  border: 1px solid #CCC;
  background: #EFEFEF;
  border-radius: 6px;
}
.search_2 {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  top: 6px;
}
.search_3 {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  margin-left: 10px;
  position: absolute;
  right: 0px;
  top: 3px;
}
.search_close2 {
  display: none;
}
.search_2_1 {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding: 0 30px 0 10px;
  font-size: 14px;
  border: 1px solid #CCC;
  background: #EFEFEF;
  border-radius: 6px;
}
.search_2_2 {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  top: 6px;
}
.search_2_3 {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  margin-left: 10px;
}
.search_clear {
  height: 15px;
  clear: both;
}



.product {
  width: 48%;
  overflow: hidden;
  float: left;
  cursor: pointer;
  position: relative;
}
.product_pic1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_none {
  width: 4%;
  float: left;
  height: 30px;
}
.product_clear {
  height: 20px;
  clear: both;
}
.product_title1 {
  font-size: 14px;
  line-height: 22px;
  min-height: 44px;
  color: #000;
  margin: 8px 0 0 0;
  text-align: left;
}
.product_title2 {
  font-size: 14px;
  line-height: 20px;
  color: #6d6d6d;
  text-align: left;
}
.product_title2_1 {
  font-size: 14px;
  line-height: 20px;
  color: #d50000;
  margin-left: 3px;
}
.product_title2_2 {
  font-size: 14px;
  line-height: 20px;
  color: #008ffb;
  margin-left: 3px;
}
.product_title3 {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  padding: 4px 0 8px 0;
  text-align: left;
}
.product_button {
  width: 280px;
  height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(263deg, #00b9f4, #0083e6 0%);
  color: #FFF;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.product_menu {
  width: 100%;
  max-width: 660px;
  margin: auto;
  position: absolute;
  z-index: 10;
  padding: 10px;
  border-radius: 10px;
  background: rgba(0,131,230,0.8);
  display: none;
  left: 0;
  margin-left: 0;
  margin-top: 20px;
}
.product_menu1 {
  display: none;
}
.product_menu2 {
  display: block;
}
.product_menu_1 {
  width: 46%;
  float: left;
  text-align: center;
  color: #FFF;
}
.product_menu_1 a{
  color: #FFF;
}
.product_menu_none {
  width: 2%;
  height: 25px;
  float: left;
  display: inline-block;
  margin-right: 2%;
  border-right: 1px solid #FFF;
}
.product_menu_clear {
  width: 100%;
  height: 20px;
  clear: both;
}

.product_cart {
  width: 40px;
  position:absolute;
  bottom:0;
  right:0;
  z-index:3;
}
.product_cart2 {
  width: 40px;
  position:absolute;
  bottom:0;
  right:0;
  z-index:3;
}
.product_cart_clear {
  height: 10px;
  clear: both;
}
.product_in_text {
  width: 80px;
  height: 45px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  text-align: center;
  float: left;
}
.product_in_add1 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  background: #efefef;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
}
.product_in_add2 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  background: #efefef;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
}

.product_cart_1 {
  width: 45%;
  float:left;
  padding-top: 3px;
}
.product_cart_2 {
  width: 53%;
  float:right;
}
.product_cart_fix {
  clear: both;
  height: 20px;
  display: block;
}
.product_sell {
  margin-left: 3px;
  color: #666;
}
.product_sell2 {
  clear:both;
  height: 2px;
  display: block;
}
.product_cart_title1 {
  font-size: 12px;
  margin-top:10px;
}
.product_cart_title2 {
  font-size: 12px;
  color: #33c;
  margin-top:0px;
}
.product_name {
  font-size: 16px;
}

@media only screen and (min-width: 500px) {
.product_cart_fix {
  display: none;
}
}
@media only screen and (min-width: 768px) {
.product {
  width: 32%;
}
.product_none {
  width: 2%;
  height: 30px;
}
.product_clear {
  height: 30px;
  clear: both;
}
.product_title1 {
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  margin: 12px 0 0 0;
}
.product_title2 {
  font-size: 14px;
  line-height: 20px;
}
.product_title2_1 {
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
}
.product_title2_2 {
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
}
.product_menu {
  width: 660px;
  padding: 20px;
  border-radius: 10px;
  margin-left: -330px;
  left: 50%;
}
.product_menu1 {
  display: block;
}
.product_menu2 {
  display: none;
}
.product_menu_1 {
  width: 31%;
  text-align: center;
}
.product_menu_none {
  width: 1%;
  height: 25px;
  margin-right: 1%;
  border-right: 1px solid #FFF;
}
.product_in_text {
  width: 200px;
  height: 45px;
  border-radius: 10px;
}
.product_in_add1 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
  cursor: pointer;
}
.product_in_add2 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
  cursor: pointer;
}
.product_cart_1 {
  width: 46%;
  float:left;
  padding-top: 5px;
}
.product_cart_2 {
  width: 46%;
  float:right;
  margin-top: 0;
}
.product_sell {
  margin-left: 30px;
}
.product_sell2 {
  clear:both;
  height: 10px;
  display: none;
}
.product_cart_clear {
  height: 20px;
}
.product_cart_title1 {
  font-size: 14px;
  margin-top:20px;
}
.product_cart_title2 {
  font-size: 14px;
  color: #33c;
  margin-top:15px;
}
.product_name {
  font-size: 20px;
}
}
@media only screen and (min-width: 1110px) {
.product {
  width: 198px;
}
.product_none {
  width: 25px;
  height: 30px;
}
.product_clear {
  height: 30px;
  clear: both;
}
.product_title1 {
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  margin: 12px 0 0 0;
}
.product_title2 {
  font-size: 14px;
  line-height: 20px;
}
.product_title2_1 {
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
}
.product_title2_2 {
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
}
.product_in_text {
  width: 200px;
  height: 45px;
  border-radius: 10px;
}
.product_in_add1 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
}
.product_in_add2 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
}
}

#footer {
  width: 100%;
  padding: 40px 0 30px 0;
  background: #0083e6;
  position: relative;
}
  .footer_bg {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    background-image: url("../images/footer_bg1.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 294px 20px;
    z-index: 800;
  }
  .footer_block {
    width: 100%;
    max-width: 1110px;
    margin: auto;
    text-align: center;
    padding: 0 10px;
  }
  .footer_1 {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 0;
    padding-bottom: 30px;
  }
    .footer_title1 {
      font-size: 14px;
      line-height: 26px;
      font-weight: 500;
      color: #FFF;
      display: inline-block;
      border-bottom: 2px solid #fff;
      margin-bottom: 10px;
    }
    .footer_title2 {
      font-size: 14px;
      line-height: 20px;
      margin-top: 5px;
      color: #FFF;
    }
    .footer_title3 {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
      color: #FFF;
    }
  .footer_2 {
    width: 100%;
    float: left;
    text-align: left;
  }
    .footer_2_block {
      width: 50%;
      float: left;
      padding-left: 2%;
    }
    .footer_2_block:first-child  {
      padding-left: 0;
    }
    .footer_2_block:nth-child(4)  {
      padding-left: 0;
    }
    .footer_clear {
      height: 30px;
      clear: both;
      display: block;
    }

.footer_copyright {
  font-size: 12px;
  text-align: center;
  color: #0083e6;
  font-weight: 500;
  background: #FFF;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
#footer {
  padding: 40px 0;
}
  .footer_block {
    padding: 0 20px;
  }
  .footer_bg {
    width: 100%;
    height: 30px;
    top: -30px;
    background-size: 441px 30px;
  }
  .footer_1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
    .footer_title1 {
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 10px;
    }
    .footer_title2 {
      font-size: 14px;
      line-height: 20px;
      margin-top: 5px;
    }
    .footer_title3 {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
    }
  .footer_2 {
    width: 100%;
  }
    .footer_2_block {
      width: 25%;
    }
  .footer_clear {
    display: none;
  }
}
@media only screen and (min-width: 1110px) {
#footer {
  padding: 60px 10px;
}
  .footer_bg {
    width: 100%;
    height: 60px;
    top: -60px;
    background-size: 882px 60px;
  }
  .footer_block {
    padding: 0;
  }
  .footer_1 {
    width: 480px;
    padding-right: 115px;
    padding-bottom: 0;
  }
    .footer_title1 {
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 10px;
    }
    .footer_title2 {
      font-size: 14px;
      line-height: 20px;
      margin-top: 5px;
    }
    .footer_title3 {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
    }
  .footer_2 {
    width: 630px;
  }
    .footer_2_block {
      width: 25%;
    }
}

.owl-dots {
  position: absolute;
  bottom: -30px;
  margin: auto;
  text-align: center;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
.owl-dots {
  bottom: -40px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}
}
button:focus {
    outline: none;
}

.pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-angle-left {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
  font-size: 14px;
  color: #FFF;
}
.loader {
  text-align: center;
}
.loader span {
    color: #fff;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    transition: all .5s;
    animation: animate_dailycss_20200802 2s infinite;
    -webkit-animation: animate_dailycss_20200802 2s infinite;
}

.loader span:nth-child(1) {
    animation-delay: .1s;
}

.loader span:nth-child(2) {
    animation-delay: .2s;
}

.loader span:nth-child(3) {
    animation-delay: .3s;
}

.loader span:nth-child(4) {
    animation-delay: .4s;
}

@media only screen and (min-width: 768px) {
  .loader span {
    font-size: 20px;
  }
}

@keyframes animate_dailycss_20200802 {
    0% {
        color: rgba(255, 255, 255, 1);
        transform: translateY(0);
        margin-left: 0;
    }

    25% {
        color: rgba(255, 255, 255, 1);
        yellowtransform: translateY(-15px);
        text-shadow: 0 5px 5px rgba(255, 0, 0, .8);
    }
    60% {
        color: rgba(255, 255, 255, 1);
        yellowtransform: translateY(-15px);
        text-shadow: 0 5px 5px rgba(255, 215, 0, .8);
    }

    100% {
        color: rgba(255, 255, 255, 1);
        transform: translateY(0);
    }
}

.index_pop_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: 5999;
  display: none;
}
.index_pop {
  position: absolute;
  width: 90%;
  max-width: 540px;
  top: 100px;
  background: #FFF;
  z-index: 6000;
  display: none;
}
.index_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.index_pop_memo {
  padding: 20px 30px;
}
.index_pop_title1 {
  font-size: 16px;
  color: #252525;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  font-family:  "Poppins", "Microsoft JhengHei", "Helvetica", sans-serif;
}
.index_pop_title2 {
  font-size: 12px;
  color: #666666;
  text-align: left;
  line-height: 1.5;
  padding-top: 20px;
  font-weight: 300;
  font-family:  "Poppins", "Microsoft JhengHei", "Helvetica", sans-serif;
}
.index_pop_button {
  width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #ffffff;
  background-color: #2e673e;
  border-radius: 25px;
  border: 0;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
.index_pop {
  max-width: 400px;
  top: 100px;
}
.index_close {
  top: 20px;
  right: 20px;
}
.index_pop_memo {
  padding: 60px;
}
.index_pop_title1 {
  font-size: 24px;
}
.index_pop_title2 {
  font-size: 16px;
  padding-top: 20px;
}
.index_pop_button {
  width: 200px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  border-radius: 25px;
}
}
@media only screen and (min-width: 1100px) {
.index_pop {
  max-width: 500px;
  top: 100px;
}
.index_close {
  top: 20px;
  right: 20px;
}
.index_pop_memo {
  padding: 60px;
}
.index_pop_title1 {
  font-size: 30px;
}
.index_pop_title2 {
  font-size: 16px;
  padding-top: 20px;
}
.index_pop_button {
  width: 200px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  border-radius: 25px;
}
}

#product_cart_pic1 {
  width: 100%;
}

.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 20%;
}
@media only screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.video_youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video_youtube iframe, .video_youtube object, .video_youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.line_share {
  display: none;
  position: fixed;
  right:15px;
  bottom:15px;
  z-index:100;
}