html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px;
  font-family: "Microsoft JhengHei";
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

.btnMain, .headerCenter, .headerCenter .linkBox, .headerCenter .statusBox .cartBox, .headerCenter .statusBox .greetBox, .pageBanner, .newsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container, .feeList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsContent:after {
  content: '';
  clear: both;
  display: block;
}

.itemDesc .itemTitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsBox > .articleBox > .str {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

input.proCheck, input.iRadio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  padding-top: 70px;
  min-width: 1000px;
}

.mywrap {
  background-color: #f5f9f8;
  padding: 50px 0;
  min-height: 700px;
}

.container:after, .container:before {
  display: none;
}

@media (max-width: 1000px) {
  .container {
    width: 100%;
  }
}

.soldOutStyle {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-color: #d81e13;
  color: white;
  font-size: 14px;
  padding: 2px 5px;
}

.percentNum {
  width: 35px;
  height: 35px;
  color: white;
  background-color: #d81e13;
  font-size: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  z-index: 2;
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btnMain {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  color: white;
  background-color: #4e504f;
  border: 1px solid #4e504f;
  font-size: 14px;
  text-align: center;
  outline: none;
  border-radius: 5px;
  line-height: initial;
  padding: 8px 10px;
}

.btnMain i {
  font-size: 16px;
  margin-right: 5px;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  font-size: 14px !important;
}

.inputStyle {
  padding: 8px 12px;
  background-color: #eaeaea;
  border: none;
  border-radius: 5px;
}

.inputStyle:focus {
  outline: none;
}

input.proCheck {
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-right: 3px;
  border: 1px solid black;
  background-color: white;
  outline: none;
  cursor: pointer;
}

input.proCheck:checked:after {
  opacity: 1;
}

input.proCheck:focus {
  outline: none;
}

input.proCheck:after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin-left: 4px;
  opacity: 0;
  transform: rotate(45deg);
}

input.iRadio {
  width: 20px;
  height: 20px;
  background-color: lightgray;
  position: relative;
  outline: none;
  margin-top: -1px;
  margin-right: 5px;
  border-radius: 50%;
  cursor: pointer;
}

input.iRadio:after {
  display: none;
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #f5f9f8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

input.iRadio:checked:after {
  display: block;
}

input.iRadio:focus {
  outline: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: black;
  z-index: 10;
}

@media (max-width: 1000px) {
  header {
    width: 1000px;
  }
}

.headerCenter {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 70px;
}

.headerCenter .logoBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.headerCenter .logoBox img {
  display: block;
  width: 100%;
  height: auto;
}

.headerCenter .linkBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  margin-right: auto;
}

.headerCenter .linkBox > a {
  color: #BFBFBF;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.headerCenter .linkBox > a.nowPage {
  color: white;
}

.headerCenter .statusBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 100%;
}

.headerCenter .statusBox .cartBox {
  width: 70px;
  color: white;
  border-right: 1px solid #b3b3b3a3;
  border-left: 1px solid #b3b3b3a3;
}

.headerCenter .statusBox .cartBox .fa-shopping-cart {
  font-size: 25px;
}

.headerCenter .statusBox .greetBox {
  color: white;
  padding-left: 15px;
}

.headerCenter .statusBox .greetBox .fa-user-circle {
  font-size: 25px;
}

.headerCenter .statusBox .greetBox > div {
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}

footer {
  background-color: black;
  font-size: 14px;
}

footer .container {
  height: 50px;
  color: white;
}

footer .container .shareBox a {
  color: white;
  margin-right: 15px;
}

footer .container > p {
  margin-right: 2.33%;
}

.servicePhone {
  position: relative;
}

.servicePhone .phoneBox {
  position: absolute;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  top: -105px;
  left: -50%;
  color: black;
  white-space: nowrap;
  font-weight: bold;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 15px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 15px 20px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 2;
}

.servicePhone .phoneBox > div {
  margin-bottom: 10px;
}

.servicePhone .phoneBox > div:last-child {
  margin-bottom: 0;
}

.servicePhone .phoneBox:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 20px solid white;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.pageBanner {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.pageBanner:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.pageBanner .guideBox {
  color: white;
  position: relative;
  z-index: 3;
}

.pageBanner .guideBox h1 {
  text-align: center;
  margin-bottom: 20px;
}

.pageBanner .guideBox p {
  text-align: center;
  font-size: 18px;
}

.pageBanner .guideBox p a {
  color: white;
}

.pageBanner .guideBox p .fa-chevron-right {
  margin: 0 5px;
}

.sortItem {
  float: left;
  margin-right: 2.33%;
  margin-bottom: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: background-size .25s;
  transition: background-size .25s;
  cursor: pointer;
  border-radius: 5px;
}

.sortItem:hover {
  background-size: 150% 150%;
}

.sortItem:hover .mask {
  opacity: 0;
}

.sortItem p {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  z-index: 2;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
}

.sortItem .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
  border-radius: 5px;
}

.itemBox {
  float: left;
  width: 22.67%;
  margin-right: 2.33%;
  margin-bottom: 20px;
}

.itemBg {
  position: relative;
  padding-top: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.itemDesc {
  padding-top: 10px;
  padding-left: 10px;
}

.itemDesc .itemTitle {
  font-size: 18px;
}

.itemDesc .itemPrice {
  padding-top: 5px;
  font-size: 16px;
}

.itemDesc .itemPrice .origin {
  position: relative;
  margin-right: 3px;
  color: #BBBBBB;
}

.itemDesc .itemPrice .origin:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #d81e13;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.newsBox {
  float: left;
  width: 47.67%;
  margin-right: 2.33%;
}

.newsBox > .imgBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 50%;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.newsBox > .articleBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}

.newsBox > .articleBox > h3 {
  font-size: 20px;
  color: #c3c3c3;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.newsBox > .articleBox > .str {
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-line-clamp: 3;
}

.newsBox > .articleBox > .time {
  color: #c3c3c3;
  font-size: 14px;
}

.swiper-slide a {
  display: block;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-progressbar {
  background-color: #fff;
}

.swiper-container-horizontal .swiper-pagination-progressbar {
  height: 4px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #d81e13;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  outline: none;
}

.swiper-pagination-bullet-active {
  background-color: #d81e13;
}

#pagination {
  margin: 0;
  padding-top: 20px;
}

#pagination li {
  font-size: 20px;
}

#pagination li:first-child, #pagination li:last-child {
  display: none;
}

#pagination li.active a {
  color: #d81e13;
  text-decoration: underline;
}

#pagination li a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #BBBBBB;
  background-color: transparent;
  border: none;
}

.pagination {
  margin: 0;
}

.cartTable {
  width: 100%;
}

.cartTable th {
  padding: 15px;
}

.cartTable td {
  padding: 30px 15px;
}

.cartTable tbody tr {
  border-bottom: 1px solid #ececec;
}

.cartTable select {
  border: none;
  background-color: transparent;
  outline: none;
  width: 60%;
}

.proBox .fa-times {
  font-size: 22px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  cursor: pointer;
}

.proBox a {
  display: inline-block;
  width: calc(100% - 30px);
}

.proBox a img {
  margin: 0 5px;
  width: 50px;
  height: 50px;
}

.proBox a span {
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: middle;
}

.feeList {
  padding: 30px 0 20px;
}

.feeList li {
  padding-top: 20px;
  font-weight: bold;
}

.feeList li:first-child {
  padding-top: 0;
}

.feeList li:nth-child(2) {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}

.feeList li:last-child {
  padding-bottom: 0;
}

.feeList li.overlimit {
  color: #d81e13;
}

.feeList li > div:first-child {
  width: 90%;
}

.feeList li > div:last-child {
  width: 10%;
  padding-left: 15px;
}

.gradientTitle {
  width: 180px;
  height: 45px;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 45px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff416c), color-stop(0%, #d41708), to(#ff416c));
  background-image: linear-gradient(0deg, #ff416c 0%, #d41708 0%, #ff416c 100%);
}

#myloading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1200;
  display: none;
}

#myloading > div {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border: 5px solid rgba(100, 160, 218, 0.6);
  border-top-color: #64A0DA;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.form-control.countInput {
  width: 60px;
  border-left: none;
  text-align: center;
  display: inline-block;
}

.bootstrap-touchspin-up,
.bootstrap-touchspin-down {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
}

.bootstrap-touchspin-up:hover, .bootstrap-touchspin-up:focus, .bootstrap-touchspin-up:active,
.bootstrap-touchspin-down:hover,
.bootstrap-touchspin-down:focus,
.bootstrap-touchspin-down:active {
  background-color: #fff !important;
  color: black !important;
  border: 1px solid #ccc !important;
}

.modal-header {
  background-color: #000;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  color: black;
}

.public_logo {
  width: 120px;
  height: auto;
  display: block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0;
  color: #fff;
  opacity: 1;
}

.close:hover {
  color: white;
  opacity: 1;
}

.title_text {
  line-height: 40px;
  margin-top: 14px;
  color: #333;
  font-size: 20px;
}

.pt_text {
  line-height: 30px;
}

.modal-body p {
  font-size: 14px;
  line-height: 30px;
  color: #444;
  margin: 0 0 0 10px;
}

.popUp_t {
  list-style-type: lower-alpha;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 38px;
          padding-inline-start: 38px;
  font-size: 14px;
}

.popUp_s {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  line-height: 30px;
  font-size: 14px;
}

.popUp_s2 {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  line-height: 30px;
  font-size: 14px;
}
/*# sourceMappingURL=main.css.map */