@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:#F8f8f8;
}

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);
    cursor: pointer;
    
  }

.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 {
    margin-left: 30px;
    width: 92px;
    height: 33px;
    border-radius: 16.5px;
    font-size: 14px;
    line-height: 33px;
  }
.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;
}

@media only screen and (min-width: 768px) {
.banner {
  margin-top: 0;
}
}
@media only screen and (min-width: 1110px) {
.banner {
  margin-top: 0;
}
}

#content {
  width: 100%;
  min-height: 800px;
  padding: 120px 10px 60px 10px;
  margin: auto;
}
.content_title1 {
  font-size: 22px;
  text-align: center;
}
.content_line {
  border-bottom:2px solid #efefef;
}

@media only screen and (min-width: 768px) {
  #content {
    padding: 140px 20px 100px 20px;
    margin: auto;
  }
  .content_title1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1100px) {
  #content {
    padding: 160px 10px 120px 10px;
    margin: auto;
  }
  .content_title1 {
    font-size: 30px;
  }
}

.top {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.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;
}
@media only screen and (min-width: 768px) {
.top {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.content_search {
  float:right;
  margin-top: 2px;
  clear: none;
}
.search_close {
  position: absolute;
  right: 0px;
  top: 10px;
  display: none;
}
.search_3 {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  margin-left: 10px;
  position: absolute;
  right: 0px;
  top: 10px;
}
.search_clear {
  height: 20px;
  clear: both;
}
}

/* 關於我們  */

.about_memo {
  width: 100%;
  max-width: 882px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
.about_title1 {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 500;
  color: #0083e6;
}
.about_title2 {
  text-align: left;
  color: #464646;
}
.about_1 {
  width: 100%;
  float: left;
  text-align: left;
}
.about_2 {
  width: 100%;
  float: left;
  text-align: right;
  padding: 0 90px;
}
.about_clear {
  height: 30px;
  clear: both;
}
.about_clear2 {
  height: 20px;
  clear: both;
}

@media only screen and (min-width: 768px) {
.about_1 {
  width: 70%;
}
.about_2 {
  width: 30%;
  padding: 0;
}
.about_clear {
  height: 50px;
}
.about_clear2 {
  height: 30px;
}
}

@media only screen and (min-width: 1100px) {
.about_1 {
  width: 610px;
}
.about_2 {
  width: 272px;
}
.about_clear {
  height: 50px;
}
.about_clear2 {
  height: 30px;
}
}


/* 最新消息 */

.news {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.news_1 {
  width: 100%;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  float: left;
}

.news_2 {
  width: 100%;
  height: 100%;
  text-align: left;
  float: left;
  vertical-align: top;
  padding: 20px 0 0 0;
}

.news_3 {
  width: 100%;
  text-align: left;
  float: left;
  cursor: pointer;
}

.news_4 {
  width: 100%;
  text-align: left;
  float: right;
  cursor: pointer;
  margin-top: 20px;
}

.news_pic1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.news_title1 {
  font-size: 16px;
  color: #2d2d2d;
}
.news_title2 {
  font-size: 14px;
  color: #999;
  padding-top: 6px;
}
.news_in_title1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
}
.news_in_title2 {
  font-size: 14px;
  color: #999;
  padding-top: 6px;
}
.news_in_title3 {
  font-size: 16px;
  line-height: 26px;
  color: #464646;
}
.news_clear {
  height: 20px;
  clear: both;
}
.news_button {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(255deg, #00b9f4, #0083e6);
  color: #FFF;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: auto;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
.news_1 {
  width: 45%;
  height: 148px;
}

.news_2 {
  width: 55%;
  padding: 28px 0 28px 30px;
}
.news_3 {
  width: 48%;
}

.news_4 {
  width: 48%;
  margin-top: 0;
}
.news_title1 {
  font-size: 18px;
}
.news_title2 {
  font-size: 14px;
  padding-top: 10px;
}
.news_clear {
  height: 30px;
}
}
@media only screen and (min-width: 1100px) {
.news_1 {
  width: 432px;
  height: 148px;
}

.news_2 {
  width: 420px;
  padding: 28px 0 28px 30px;
}
.news_3 {
  width: 48%;
}

.news_4 {
  width: 48%;
}
.news_title1 {
  font-size: 18px;
}
.news_title2 {
  font-size: 14px;
  padding-top: 10px;
}
.news_clear {
  height: 30px;
}
}

/* 商品介紹 */

.product {
  cursor: pointer;
  padding-bottom: 20px;
  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: 18px;
  color: #666;
  padding: 2px 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;
}

.product_1 {
  width: 100%;
  float: left;
  position: relative;
}
.product_1_1 {
  display: none;
}
.product_1_2 {
  position: relative;
  display: block;
}
.product_2 {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 20px;
  padding-left: 0px;
}
.product_memo {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  overflow: hidden;
}
.product_memo2 {
  min-height: 50px;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  overflow: hidden;
}
.product_in_title1 {
  font-size: 20px;
  line-height: 36px;
  color: #000;
}
.product_in_title2 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 6px;
}
.product_in_title3 {
  font-size: 22px;
  line-height: 30px;
  color: #d50000;
  font-weight: 600;
}
.product_in_title4 {
  font-size: 22px;
  line-height: 30px;
  color: #008ffb;
  font-weight: 600;
}
.product_in_title5 {
  font-size: 12px;
  line-height: 20px;
  color: #6d6d6d;
}
.product_in_title6 {
  font-size: 20px;
  color: #2d2d2d;
  padding-bottom: 10px;
  border-bottom: 2px solid #efefef;
  text-align: left;
}
.product_in_line {
  border-left: 1px solid #d8d8d8;
  margin-left: 20px;
  padding-right: 20px;
  height: 42px;
  width: 1px;
}
.product_in {
  float: left;
}
.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_in_button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(96deg, #f17070 3%, #d50000 98%);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  color: #FFF;
  letter-spacing: 1px;
}
.product_in_clear {
  height: 20px;
  clear: both;
}
.product_in_clear2 {
  height: 30px;
  clear: both;
}

.product_small {
  width: 23.5%;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #eee;
}
.product_small_none {
  width: 2%;
  float: left;
  height: 20px;
}
.product_small_clear {
  width: 100%;
  height: 10px;
  clear: both;
}
.product_menu_open {
  padding:2px 10px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
  letter-spacing: 3px; color: #0083e6;
  cursor: pointer;
}
.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;
}
.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;
}

@media only screen and (min-width: 768px) {
.product {
  padding-bottom: 20px;
}
  
.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_1 {
  width: 50%;
}
.product_1_1 {
  display: block;
}
.product_1_2 {
  display: none;
}
.product_2 {
  width: 50%;
  padding-left: 20px;
  padding-top: 0;
}
.product_memo {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
.product_memo2 {
  min-height: 40px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
.product_in_title1 {
  font-size: 24px;
  line-height: 36px;
}
.product_in_title2 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
}
.product_in_title3 {
  font-size: 26px;
  line-height: 30px;
}
.product_in_title4 {
  font-size: 26px;
  line-height: 30px;
}
.product_in_title5 {
  font-size: 12px;
  line-height: 20px;
}
.product_in_title6 {
  font-size: 20px;
  padding-bottom: 10px;
}
.product_in_line {
  margin-left: 20px;
  padding-right: 20px;
  height: 42px;
  width: 1px;
}
.product_in {
  float: left;
}
.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_in_button {
  height: 50px;
  border-radius: 10px;
  font-size: 14px;
}
.product_in_clear {
  height: 20px;
}
.product_in_clear2 {
  height: 40px;
}
.product_menu {
  max-width: 660px;
  padding: 20px;
  border-radius: 10px;
}
.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;
}
}
@media only screen and (min-width: 1110px) {
.product {
  padding-bottom: 20px;
}
.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_1 {
  width: 50%;
}
.product_2 {
  width: 50%;
  padding-left: 30px;
}
.product_memo {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
.product_memo2 {
  min-height: 108px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
.product_in_title1 {
  font-size: 24px;
  line-height: 36px;
}
.product_in_title2 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
}
.product_in_title3 {
  font-size: 30px;
  line-height: 30px;
}
.product_in_title4 {
  font-size: 30px;
  line-height: 30px;
}
.product_in_title5 {
  font-size: 12px;
  line-height: 20px;
}
.product_in_title6 {
  font-size: 20px;
  padding-bottom: 10px;
}
.product_in_line {
  margin-left: 20px;
  padding-right: 20px;
  height: 42px;
  width: 1px;
}
.product_in {
  float: left;
}
.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;
}
.product_in_button {
  height: 50px;
  border-radius: 10px;
  font-size: 14px;
}
.product_in_clear {
  height: 20px;
}
.product_in_clear2 {
  height: 40px;
}
}


/* 購物車 */

.cart_memo {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}
.cart_1 {
  width: 100%;
  float: left;
}
.cart_2 {
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-top: 30px;
}
.cart_22 {
  width: 100%;
  float: left;
  padding-left: 0px;
  padding-top: 20px;
}
.cart_3 {
  width: 100px;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #2d2d2d;
}
.cart_4 {
  width: calc(100% - 100px);
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  font-weight: 700;
}
.cart_title1 {
  font-size: 30px;
  line-height: 46px;
  color: #2d2d2d;
  border-bottom: 2px solid #efefef;
  padding-bottom: 10px;
  text-align: left;
}
.cart_title2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #c2c2c2;
  padding-top: 5px;
}
.cart_button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(97deg, #f17070 3%, #d50000 98%);
  border:0;
  letter-spacing: 6px;
  color: #fff;
}
.cart_block {
  width: 100%;
  border-radius: 20px;
  border: solid 4px #efefef;
  background-color: #f8f8f8;
  margin: auto;
  text-align: center;
  overflow: hidden;
  padding: 40px 20px 40px 20px;
}
.cart_button1 {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(255deg, #00b9f4, #0083e6);
  border:0;
  letter-spacing: 3px;
  color: #fff;
  cursor: pointer;
}
.cart_button2 {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: solid 2px #0083e6;
  letter-spacing: 3px;
  color: #0083e6;
  cursor: pointer;
  background: #fff;
}
.cart_in_1 {
  width: 120px;
  float: left;
  padding-right: 30px;
  text-align: left;
}
.cart_in_2 {
  width: calc(100% - 120px);
  float: left;
  text-align: left;
}
.cart_in_3 {
  width: 100%;
  float: left;
  text-align: right;
  display: none;
}
.cart_in_4 {
  width: 120px;
  float: left;
  text-align: left;
  display: block;
}

.cart_in_11 {
  width: 47px;
  float: left;
}
.cart_in_22 {
  width: 153px;
  float: left;
  padding-left: 15px;
}
.cart_in_33 {
  width: 90px;
  float: left;
  text-align: right;
}
.cart_in_text {
  width: 50px;
  height: 40px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  text-align: center;
  float: left;
}
.cart_in_text2 {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  float: left;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
}
.cart_in_text3 {
  width: 100%;
  height: 150px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  float: left;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
}
.cart_in_text4 {
  width: 70px;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  display: inline-block;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}
.cart_in_text5 {
  width: 50px;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  display: inline-block;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}
.cart_in_text6 {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  display: inline-block;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}
.cart_in_text7 {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  display: inline-block;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}
.cart_in_add1 {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 5px;
  background: #efefef;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  cursor: pointer;
}
.cart_in_add2 {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 5px;
  background: #efefef;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  cursor: pointer;
}
.cart_in_title1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.cart_in_title2 {
  font-size: 12px;
  line-height: 1.5;
  color: #464646;
  text-align: left;
}
.cart_in_title3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #d50000;
  padding-top: 4px;
}
.cart_in_title4 {
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}
.cart_in_title5 {
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
  text-align: left;
  padding-left: 10px;
}
.cart_in_title6 {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
}
.cart_in_title7 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.cart_in_title8 {
  font-size: 20px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
.cart_in_clear {
  height: 20px;
  clear: both;
}
.cart_in_clear2 {
  height: 10px;
  clear: both;
}
.cart_line {
  height: 30px;
  border-top: 2px solid #efefef;
  clear: both;
}
.cart_clear {
  height: 30px;
  clear: both;
}
.cart_clear2 {
  height: 10px;
  clear: both;
}

@media only screen and (min-width: 768px) {
.cart_memo {
  width: 100%;
  max-width: 1100px;
  font-size: 16px;
  line-height: 24px;
}
.cart_1 {
  width: 65%;
}
.cart_2 {
  width: 35%;
  padding-left: 30px;
  padding-top: 50px;
}
 .cart_22 {
  width: 35%;
  padding-left: 30px;
  padding-top: 0px;
}
.cart_3 {
  width: 100px;
  font-size: 14px;
  line-height: 24px;
}
.cart_4 {
  width: calc(100% - 100px);
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
} 
.cart_title1 {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.cart_title2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  padding-top: 5px;
}
  
.cart_button {
  height: 50px;
  border-radius: 10px;
  letter-spacing: 6px;
}
.cart_block {
  width: 500px;
  border-radius: 20px;
  padding: 50px 100px 50px 100px;
}
.cart_button1 {
  width: 200px;
  height: 50px;
  border-radius: 10px;
}
.cart_button2 {
  width: 200px;
  height: 50px;
  border-radius: 10px;
} 
.cart_in_1 {
  width: 140px;
  float: left;
  padding-right: 30px;
}

.cart_in_2 {
  width: calc(100% - 150px);
  float: left;
}

.cart_in_3 {
  width: 120px;
  float: left;
  text-align: right;
  display: block;
}
.cart_in_4 {
  display: none;
}

.cart_in_text {
  width: 80px;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  float: left;
}
.cart_in_text2 {
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  float: left;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
}
.cart_in_text3 {
  font-size: 16px;
  border-radius: 10px;
  float: left;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
}
.cart_in_text6 {
  width: 33%;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
  padding: 0 10px;
  margin-top: 10px;
}
.cart_in_text7 {
  width: 66%;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 2px #efefef;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}
.cart_in_add1 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
}
.cart_in_add2 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
}
.cart_in_title1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.cart_in_title2 {
  font-size: 12px;
  text-align: left;
}
.cart_in_title3 {
  font-size: 16px;
  padding-top: 0;
}
.cart_in_title4 {
  font-size: 12px;
  line-height: 1.5;
}
.cart_in_title5 {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;
}
.cart_in_title7 {
  font-size: 30px;
  line-height: 1.5;
}
.cart_in_clear {
  height: 20px;
}
.cart_in_clear2 {
  height: 56px;
}
.cart_line {
  height: 30px;
}
.cart_clear {
  height: 30px;
}
.cart_clear2 {
  height: 10px;
}
}

@media only screen and (min-width: 1110px) {
.cart_memo {
  width: 100%;
  max-width: 1100px;
  font-size: 16px;
  line-height: 24px;
}
.cart_1 {
  width: 700px;
}
.cart_2 {
  width: 350px;
  padding-left: 60px;
  padding-top: 50px;
}
.cart_22 {
  width: 350px;
  padding-left: 60px;
  padding-top: 0px;
}
.cart_3 {
  width: 100px;
  font-size: 14px;
  line-height: 24px;
}
.cart_4 {
  width: calc(100% - 100px);
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}
.cart_title1 {
  font-size: 30px;
  line-height: 46px;
  padding-bottom: 10px;
}
.cart_title2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  padding-top: 5px;
}
.cart_button {
  height: 50px;
  border-radius: 10px;
  letter-spacing: 6px;
}
.cart_block {
  width: 500px;
  border-radius: 20px;
  padding: 50px 120px 50px 120px;
}
.cart_button1 {
  width: 200px;
  height: 50px;
  border-radius: 10px;
}
.cart_button2 {
  width: 200px;
  height: 50px;
  border-radius: 10px;
}
.cart_in_1 {
  width: 140px;
  float: left;
  padding-right: 30px;
}
.cart_in_2 {
  width: 410px;
  float: left;
}
.cart_in_3 {
  width: 120px;
  float: left;
  text-align: right;
}
.cart_in_4 {
  display: none;
}
.cart_in_text {
  width: 80px;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  float: left;
}
.cart_in_text2 {
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  float: left;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
}
.cart_in_text3 {
  height: 150px;
  font-size: 16px;
  border-radius: 10px;
  float: left;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
}
.cart_in_add1 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
}
.cart_in_add2 {
  width: 45px;
  height: 45px;
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  line-height: 45px;
  font-size: 24px;
}
.cart_in_title1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.cart_in_title2 {
  font-size: 12px;
  text-align: left;
}
.cart_in_title3 {
  font-size: 16px;
}
.cart_in_title4 {
  font-size: 12px;
  line-height: 1.5;
}
.cart_in_title5 {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;
}
.cart_in_title7 {
  font-size: 30px;
  line-height: 1.5;
}
.cart_in_clear {
  height: 20px;
}
.cart_in_clear2 {
  height: 56px;
}
.cart_line {
  height: 30px;
}
.cart_clear {
  height: 30px;
}
.cart_clear2 {
  height: 10px;
}
}

/* The container */
.container {
  width: 150px;
  display:  inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  overflow: hidden;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/* 會員管理 */

.city {
  width: 100%;
  float: left;
  margin-right: 0;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
  border: solid 2px #efefef;
  box-shadow:none;
}
.town {
  width: 100%;
  float: left;
  margin-right: 0;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
  border: solid 2px #efefef;
  box-shadow:none;
}
.zip {
  width: 100%;
  float: left;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
  border: solid 2px #efefef;
  box-shadow:none;
}

@media only screen and (min-width: 768px) {
.city {
  width: 32%;
  margin-right: 2%;
  border-radius: 10px;
  padding: 0 20px;
}
.town {
  width: 32%;
  margin-right: 1%;
  border-radius: 10px;
  padding: 0 20px;
}
.zip {
  width: 32%;
  border-radius: 10px;
  padding: 0 20px;
}
}


.login_block {
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  margin: auto;
  overflow: hidden;
}

.login_block2 {
  overflow: hidden;
  padding: 20px 10px;
}
.login_1 {
  width: 50%;
  height: 64px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 64px;
  border-bottom: 2px solid #efefef;
  float: left;
  cursor: pointer;
}

.login_1:hover {
  color: #0083e6;;
  border-bottom: 2px solid #0083e6;
}
.login_1.active {
  color: #0083e6;;
  border-bottom: 2px solid #0083e6;
}
.login_title1 {
  font-size: 14px;
  line-height: 1.43;
  color: #000;
  padding-top: 10px;
  text-align: center;
}
.login_button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(263deg, #00b9f4, #0083e6);
  border: 0;
  color: #fff;
  letter-spacing: 4px;
}
.login_clear {
  height: 25px;
  clear: both;
}

.member_title_block {
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.member_title_1 {
  font-size: 18px;
  line-height: 38px;
  width: 32%;
  height: 40px;
  border-radius: 10px;
  background-image: linear-gradient(263deg, #00b9f4, #0083e6);
  border: 0;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  float: left;
}
.member_title_2 {
  font-size: 18px;
  line-height: 38px;
  width: 32%;
  height: 40px;
  border-radius: 10px;
  background-image: linear-gradient(263deg, #f0be1e, #f07b1e);
  border: 0;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  float: left;
  margin-left: 2%;
}
.member_title_3 {
  font-size: 18px;
  line-height: 38px;
  width: 32%;
  height: 40px;
  border-radius: 10px;
  background-image: linear-gradient(263deg, #DDD, #666);
  border: 0;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  float: left;
  margin-left: 2%;
}

.member_title1 {
  font-size: 24px;
  line-height: 1.5;
  color: #2d2d2d;
  text-align: center;
  margin: auto;
}
.member_block {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: solid 4px #efefef;
  background-color: #ffffff;
  overflow: hidden;
  margin: auto;
}
.member_1 {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color:#464646;
}
.member_2 {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 30px;
  padding-top: 20px;
}
.member_3 {
  width: 90px;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color:#464646;
}
.member_4 {
  width: calc(100% - 90px);
  float: right;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.member_font1 {
  font-size: 16px;
  line-height: 24px;
  color: #0083e6;
  margin-left: 14px;
}
.member_font2 {
  font-size: 16px;
  line-height: 24px;
  color: #d50000;
  margin-left: 14px;
}
.member_font3 {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-left: 14px;
}
.member_font1 a {
  color: #0083e6;
}
.member_clear {
  width: 20px;
  height: 8px;
  clear: none;
  float: left;
}
.member_clear2 {
  height: 20px;
  clear: both;
}
.member_clear3 {
  height: 10px;
  clear: both;
}
.member_line {
  height: 20px;
  border-top: 1px solid #efefef;
}
.pay_type1 {
  width: 58px;
  padding: 2px 10px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;;
  line-height: 22px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #0083e6;
  float: left;
}
.pay_type2 {
  width: 58px;
  padding: 2px 10px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;;
  line-height: 22px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #00b594;
  float: left;
}
.pay_type3 {
  width: 58px;
  padding: 2px 10px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;;
  line-height: 22px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #d50000;
  float: left;
}
.pay_look {
  font-size: 14px;
  line-height: 24px;
  float: left;
}
.pay_look a {
  color: #464646;
}

.member_cart1 {
  width: 50px;
  float: left;
}
.member_cart2 {
  width: 100%;
  float: left;
  padding-left: 0px;
}
  .member_cart2_1 {
    width: calc(100% - 100px);
    float: left;
  }
  .member_cart2_2 {
    width: 100px;
    float: left;
  }

@media only screen and (min-width: 768px) {
.login_block {
  width: 500px;
  border-radius: 20px;
}
.login_block2 {
  padding: 40px 50px;
}
.login_1 {
  width: 250px;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  float: left;
}
.login_title1 {
  font-size: 14px;
  line-height: 1.43;
  padding-top: 10px;
}
.login_button {
  height: 50px;
  border-radius: 10px;
  letter-spacing: 4px;
}
.login_clear {
  height: 25px;
}

.member_title_1 {
  font-size: 20px;
  line-height: 38px;
  width: 36%;
  height: 40px;
  border-radius: 10px;
  background-image: linear-gradient(263deg, #00b9f4, #0083e6);
  letter-spacing: 2px;
}
.member_title_2 {
  font-size: 20px;
  line-height: 38px;
  width: 36%;
  height: 40px;
  border-radius: 10px;
  background-image: linear-gradient(263deg, #f0be1e, #f07b1e);
  letter-spacing: 2px;
  margin-left: 2%;
}
.member_title_3 {
  font-size: 20px;
  line-height: 38px;
  width: 24%;
  height: 40px;
  border-radius: 10px;
  border: 0;
  letter-spacing: 2px;
  margin-left: 2%;
} 
.member_title1 {
  font-size: 30px;
  line-height: 1.5;
}
.member_block {
  width: 700px;
  padding: 30px;
  border-radius: 10px;
  border: solid 4px #efefef;
}
.member_1 {
  width: calc(100% - 70px);
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.member_2 {
  width: 70px;
  float: left;
  font-size: 12px;
  line-height: 30px;
  padding-top: 0px;
}
.member_font1 {
  font-size: 16px;
  line-height: 24px;
  margin-left: 14px;
}
.member_font2 {
  font-size: 16px;
  line-height: 24px;
  margin-left: 14px;
}
.member_font3 {
  font-size: 16px;
  line-height: 24px;
  margin-left: 14px;
}
.member_clear {
  width: 100%;
  height: 8px;
  clear: both;
  float: none;
}
.member_clear2 {
  height: 30px;
  clear: both;
}
.member_clear3 {
  height: 10px;
  clear: both;
}

.pay_type1 {
  width: 56px;
  padding: 2px 10px;
  height: 24px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 6px;
  float: none;
}
.pay_type2 {
  width: 56px;
  padding: 2px 10px;
  height: 24px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 6px;
  float: none;
}
.pay_type3 {
  width: 56px;
  padding: 2px 10px;
  height: 24px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 6px;
  float: none;
}
.pay_look {
  font-size: 14px;
  line-height: 24px;
  float: none;
}
.member_cart1 {
  width: 50px;
  float: left;
}
.member_cart2 {
  width: 100%;
  float: left;
  padding-left: 0px;
}
  .member_cart2_1 {
    width: calc(100% - 100px);
    float: left;
  }
  .member_cart2_2 {
    width: 100px;
    float: left;
  }
}


/* 服務說明 */

.service_1 {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  text-align: left;
  padding-bottom: 30px;
  display: none;
}
  .service_1 ul {
    padding-top: 10px;
    list-style: none;
  }
  .service_1 ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 0px;
    float: left;
    margin-right: 14px;
  }
  .service_1 ul li a {
    color: #464646;
  }
  .service_1 ul li.active a {
    color: #0083e6;
    border-bottom: 2px solid #0083e6;
  }
  .service_1 ul li a:hover {
    color: #0083e6;
    border-bottom: 2px solid #0083e6;
  }

.service_2 {
  width: 100%;
  min-height: 500px;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  text-align: left;
  position: relative;
}
.service_title1 {
  text-align: left;
  color: #a5a5a5;
}

@media only screen and (min-width: 768px) {
.service_1 {
  width: 140px;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  display: block;
}
  .service_1 ul {
    padding-top: 20px;
  }
  .service_1 ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 20px;
    float: none;
  }
.service_2 {
  width: calc(100% - 140px);
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}
  
.service_title1 {

}
}

@media only screen and (min-width: 1100px) {
.service_1 {
  width: 174px;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}
  .service_1 ul {
    padding-top: 20px;
  } 
  .service_1 ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 20px;
    float: none;
  }
.service_2 {
  width: calc(100% - 174px);
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}
.service_title1 {

}
}


/* 聯絡我們 */

.contact_1 {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}
.contact_title1 {
  padding-left: 6px;
  padding-bottom: 6px;
}
.contact_none {
  width: 100%;
  height: 20px;
  float: none;
  clear: both;
}
.input_text {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
}
.input_text2 {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  border: solid 2px #efefef;
  background-color: #ffffff;
}
.contact_button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(255deg, #00b9f4, #0083e6);
  color: #FFF;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: auto;
  cursor: pointer;
  border: 0;
}

@media only screen and (min-width: 768px) {
.contact_1 {
  width: 32%;
  float: left;
  font-size: 16px;
  line-height: 24px;
}
.contact_title1 {
  padding-left: 10px;
  padding-bottom: 10px;
}
.contact_none {
  width: 2%;
  height: 20px;
  float: left;
  clear: none;
}
.input_text {
  height: 50px;
  border-radius: 10px;
}
.input_text2 {
  height: 280px;
  border-radius: 10px;
}
}

@media only screen and (min-width: 1100px) {
.contact_1 {
  width: 32%;
  float: left;
  font-size: 16px;
  line-height: 24px;
}
.contact_title1 {
  padding-left: 10px;
  padding-bottom: 10px;
}
.contact_none {
  width: 2%;
  height: 20px;
  float: left;
}
.input_text {
  height: 50px;
  border-radius: 10px;
}
.input_text2 {
  height: 280px;
  border-radius: 10px;
}
}


#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: 50px;
    top: -50px;
    background-size: 735px 50px;
  }
  .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-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
button.owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  width: 31px;
  height: 36px;
  background-image: url("../images/prev2.png") !important;
  pointer-events:visible;
}
button.owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  width: 31px;
  height: 36px;
  background-image: url("../images/next2.png") !important;
  pointer-events:visible;
}
button:focus {
  outline: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding:  10px 10px 5px 10px;
}

.nav-tabs > li > a {
  margin-right: 10px;
  line-height: 1.42857143;
  border: 1px solid #2279bf;
  border-bottom: 8px solid #2279bf;
  border-radius: 14px 14px 0 0;
  background: transparent;
  color: #171c53;
}

.nav-tabs > li > a:hover {
  border: 1px solid #2279bf;
  border-bottom: 8px solid #2279bf;
  background: #2279bf;
  color: #FFF;
}

.nav-tabs > li > a.active  {
  border: 1px solid #2279bf;
  border-bottom: 8px solid #2279bf;
  background: #2279bf;
  color: #FFF;
}

.nav-tabs > li.active > a:hover {
  border: 1px solid #2279bf;
  border-bottom: 8px solid #2279bf;
  background: #2279bf;
  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;
}
.loader2 {
  text-align: center;
}
.loader2 span {
    color: #fff;
    font-size: 16px;
    color: rgba(70, 70, 70, 1);
    display: inline-block;
    transition: all .5s;
    animation: animate_dailycss_20200802 2s infinite;
    -webkit-animation: animate_dailycss_20200802 2s infinite;
}

.loader2 span:nth-child(1) {
    animation-delay: .1s;
}

.loader2 span:nth-child(2) {
    animation-delay: .2s;
}

.loader2 span:nth-child(3) {
    animation-delay: .3s;
}

.loader2 span:nth-child(4) {
    animation-delay: .4s;
}

@media only screen and (min-width: 768px) {
  .loader span {
    font-size: 20px;
  }
  .loader2 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);
    }
}
@keyframes animate_dailycss_20200802 {
    0% {
        color: rgba(70, 70, 70, 1);
        transform: translateY(0);
        margin-left: 0;
    }

    25% {
        color: rgba(70, 70, 70, 1);
        yellowtransform: translateY(-15px);
        text-shadow: 0 5px 5px rgba(200, 200, 200, .8);
    }
    60% {
        color: rgba(255, 70, 70, 1);
        yellowtransform: translateY(-15px);
        text-shadow: 0 5px 5px rgba(255, 215, 0, .8);
    }

    100% {
        color: rgba(70, 70, 70, 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;
}
}

@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%;
}



.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_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;
}
.product_cart_clear {
  height: 10px;
  clear: both;
}

@media only screen and (min-width: 500px) {
  .product_cart_fix {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .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;
  }
}

#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;
  }
}
.line_share {
  display: none;
  position: fixed;
  right:15px;
  bottom:15px;
  z-index:100;
}