@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.f20 {
  font-size: 20px;
  font-weight: 600;
}

.f18 {
  font-size: 18px;
}

hr.g_line {
  background: #E8E8E8;
}

.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section.page, section.up {
  position: relative;
  z-index: 2;
}

.pc {
  display: inline-block;
}

.mob {
  display: none;
}

.container-100 {
  width: 100%;
  max-width: 100%;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.btn {
  font-size: 18px;
  letter-spacing: 1px;
  background-color: #D9D9D9;
  color: #000;
  padding: 12px 18px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn span {
  margin-left: 40px;
  color: #FFF;
  display: inline-block;
}
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #014784;
  color: #FFF;
}

.btn_back {
  font-size: 18px;
  letter-spacing: 2px;
  background: #014784;
  color: #FFF;
  padding: 10px 20px 10px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #000;
  color: #FFF;
  padding: 10px 20px 10px 10px;
}
.btn_back:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-right: 5px;
}

.btn01 {
  color: #FFF !important;
  border-radius: 6px !important;
  background: #94C9E5 !important;
  border: solid 1px #94C9E5 !important;
}
.btn01:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF !important;
}

.btn_reset {
  background: #D9D9D9 !important;
  border: solid 1px #D9D9D9 !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #2E2E2E !important;
  border: solid 1px #2E2E2E !important;
}

.btn_submit {
  background: #014784 !important;
  border: solid 1px #014784 !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #2E2E2E !important;
  border: solid 1px #2E2E2E !important;
}

.l-h {
  line-height: 26px;
}

.color01 {
  color: #014784;
}

.color02 {
  color: #94C9E5;
}

.color03 {
  color: #D4ECFF;
}

.color_gray {
  color: #2E2E2E;
}

.color04 {
  color: #707070;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 5% 0 8% 0;
}

.push {
  padding-top: 120px;
}

.box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1411764706);
  background: #FFF;
}

.bg01 {
  position: relative;
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg02 {
  position: relative;
  background-color: #F3F4F8;
}
.bg02::before {
  content: "";
  position: absolute;
  background-image: url("../img/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
}

.bgragy {
  background: #E8E6E7;
  position: relative;
}

.bg_page {
  position: relative;
  background: #F2F2F2;
}
.bg_page::before {
  content: "";
  position: absolute;
  background-image: url(../img/page.svg);
  background-size: contain;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bg_page::after {
  content: "";
  position: absolute;
  background: #EBEBEB;
  background-size: contain;
  -webkit-clip-path: polygon(0 0, 75% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 75% 0%, 100% 100%, 0 100%);
  bottom: 0px;
  left: 0px;
  width: 40%;
  height: 100%;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 86px;
}
.banner .swiper-banner {
  width: 50%;
}
.banner .swiper-banner .swiper-slide {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64%;
  height: auto;
}
.banner .swiper-banner .swiper-slide img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.banner .indexabout {
  width: 50%;
  padding: 70px 80px;
}
.banner .indexabout h1 {
  line-height: 1.5;
}

.swiper-banner .swiper-pagination {
  bottom: 10px;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 12px;
}

.maker {
  background: #014784;
  color: #ffffff;
  padding: 8px 25px;
  width: -moz-fit-content;
  width: fit-content;
}

.index_bg {
  background-image: url("../img/index_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

main .bn {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 20%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}

/*大標*/
.title {
  text-align: center;
  margin: 0 auto 60px;
  display: inline-block;
}
.title h2 {
  font-size: 32px;
  font-weight: 800;
  position: relative;
  margin-bottom: 4px;
}
.title h4 {
  font-size: 20px;
}

.title_line hr {
  background: #e9e9e9;
  height: 4px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #282828;
  width: 50px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.indexfeature {
  position: relative;
  background-color: #044C91;
}
.indexfeature .imgbox img {
  width: 100%;
}
.indexfeature .rightbox {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}

.swiper-feature {
  padding: 0 0 30px !important;
}
.swiper-feature .buttonbox {
  width: 105px;
  bottom: 0;
  position: relative;
  margin: 0 auto;
}
.swiper-feature .buttonbox .swiper-feature-next, .swiper-feature .buttonbox .swiper-feature-prev {
  bottom: 0px;
  background-color: #000;
  outline: none;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.swiper-feature .buttonbox .swiper-feature-next::after, .swiper-feature .buttonbox .swiper-feature-prev::after {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.swiper-feature .buttonbox .swiper-feature-prev {
  left: auto;
  right: 60px;
}

.featurebox {
  margin: 0px 0px 40px 0px;
}
.featurebox .textbox {
  margin-top: 20px;
  background-color: #2E2E2E;
  color: #FFF;
  padding: 20px 0;
}
.featurebox .textbox p, .featurebox .textbox h4 {
  text-align: center;
}
.featurebox .textbox h4 {
  font-size: 32px;
}
.featurebox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.featurebox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.swiper-product {
  padding-bottom: 60px !important;
}
.swiper-product .productcover {
  margin-bottom: 80px 0;
}
.swiper-product .productcover:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.swiper-product .productcover:hover .textbox {
  background-color: #2E2E2E;
}
.swiper-product .productcover .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 81%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-product .productcover .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-product .productcover .textbox {
  background-color: #014784;
  color: #FFF;
  padding: 25px 30px 40px;
  text-align: center;
  min-height: 100px;
  height: 100%;
}
.swiper-product .swiper-pagination {
  bottom: 0;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  background-color: #aaa;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 12px;
  background-color: #FFF;
}

.swiper-cert {
  margin: 0 80px;
  overflow: hidden;
}
.swiper-cert .buttonbox .swiper-cert-next, .swiper-cert .buttonbox .swiper-cert-prev {
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #FFF;
  border-radius: 4px;
}
.swiper-cert .buttonbox .swiper-cert-next::after, .swiper-cert .buttonbox .swiper-cert-prev::after {
  font-size: 18px;
}
.swiper-cert .certcover .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 50%;
}
.swiper-cert .certcover .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

article section .container .index-links-prev-next {
  position: relative;
}
article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #014784;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}
article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

.aboutbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 76%;
}
.aboutbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product {
  margin-bottom: 50px;
}
.product:hover h4 {
  color: #014784;
}
.product:hover .imgbox a {
  opacity: 1;
}
.product:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product h4 {
  margin: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #FFF;
}
.product .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .imgbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(97, 97, 97, 0.5098039216);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .imgbox a .more-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.product .imgbox a .more-info i {
  border: solid 1px #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 6px;
  font-size: 25px;
}
.product .imgbox a .more-info span {
  width: 100%;
}

.norm {
  align-items: center;
}
.norm h4, .norm p {
  font-size: 16px;
}
.norm h4 {
  color: #014784;
  background-color: #e2e2e2;
  padding: 10px;
  margin: 0 10px 10px 0;
}

.store {
  align-items: center;
}

.store, .store01 {
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.store .item, .store01 .item {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.store p, .store01 p {
  font-size: 18px;
  display: inline-block;
  width: calc(100% - 100px);
  margin-top: 3px;
}
.store span, .store01 span {
  width: 40px;
}
.store span i, .store01 span i {
  background: #014784;
  color: #FFF;
  padding: 6px 0 6px 4px;
  border-radius: 100px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.store01 {
  width: 48%;
  padding: 0 20px;
}

.morepic {
  text-align: center;
}
.morepic p {
  word-wrap: break-word;
  font-weight: 600;
  margin-top: 10px;
  color: #2E2E2E;
}
.morepic .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 130%;
  background-color: #ebebeb;
}
.morepic .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.morepic .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 95%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.monopoly {
  position: relative;
}
.monopoly .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 100%;
}
.monopoly .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.frame {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 40px 60px;
  border-bottom: 8px solid #014784;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 540px !important;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #014784 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.related-product {
  position: relative;
}
.related-product .swiper-button-next, .related-product .swiper-button-prev {
  top: calc(50% - 20px);
}
.related-product .swiper-button-prev {
  left: -25px;
  right: auto;
}
.related-product .swiper-button-next {
  right: -25px;
  left: auto;
}

.products-img {
  display: none;
}
.products-img img {
  width: 100%;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}
.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
}
.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #D4ECFF;
  border: solid 1px #D4ECFF;
}
.shop-btn .shop-btn-basket a {
  color: #ffffff;
}
.shop-btn .shop-btn-shop {
  background: #FFF200;
  border: solid 1px #FFF200;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

.info-box h4 {
  font-size: 20px;
}
.info-box p {
  margin: 12px 0px;
  font-size: 18px;
}
.info-box p span {
  background: #014784;
  color: #FFF;
  margin-right: 10px;
  padding: 4px 12px 4px 6px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #014784;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
  border-bottom: 1px solid #014784;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #014784;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    padding-top: 68px;
  }
  .title {
    margin: 0 auto 20px;
  }
  .featurebox .textbox h4 {
    font-size: 22px;
  }
  .swiper-product .productcover .textbox {
    padding: 15px 5px;
    min-height: 130px;
  }
  .f20b {
    font-size: 18px !important;
    font-weight: 600;
  }
  .btn {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 16px;
  }
  .btn span {
    margin-left: 30px;
  }
  .btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: #000;
  }
  .btn_back {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #014784;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .banner {
    padding-top: 65px;
  }
  .banner .swiper-banner {
    width: 100%;
  }
  .banner .swiper-banner .swiper-slide {
    padding-bottom: 34%;
  }
  .banner .indexabout {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0px;
  }
  .indexfeature .rightbox {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 100%;
  }
  .swiper-feature {
    padding: 0 50px 30px !important;
  }
  .store01 {
    width: 100%;
  }
  .bg05::after {
    width: 5%;
    display: none;
  }
  .product {
    margin: 0 0 40px 0;
  }
  .title_line hr::before {
    width: 90px;
  }
  .title_line h3, .title_line h4 {
    font-size: 22px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-alla {
    padding: 60px 0;
  }
  .frame {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
    background: #FFF;
    padding: 40px 20px;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -120px;
    background: #014784;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 667px) {
  .banner {
    padding-top: 65px;
  }
  .banner .swiper-banner .swiper-button-next:after, .banner .swiper-banner .swiper-button-prev:after {
    font-size: 30px;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .title h2 {
    font-size: 22px;
  }
  .title h4 {
    font-size: 18px;
  }
  .contact_page .frame {
    padding: 40px 0px;
  }
  .morepic {
    padding: 5px;
  }
  .norm {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .norm h4 {
    padding: 5px 10px;
  }
  .store, .store01 {
    padding-left: 0;
    padding-right: 0;
  }
  .related-product {
    padding-top: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .related-product .swiper-button-next, .related-product .swiper-button-prev {
    top: 30px;
  }
  .related-product .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  .related-product .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .product {
    margin: 0 0 30px 0;
  }
  p.sort {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 450px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -100px;
    background: #014784;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
}/*# sourceMappingURL=all.css.map */