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, caption, tbody, tfoot, thead,
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;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  border-color: #bbb;
}

/*************************************************************/
html {
  background: #fff;
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  color: #333;
  height: auto;
  font-size: 15px;
  position: relative;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, ul, ol, li {
  line-height: 150%;
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  margin: 8px auto;
}

h2 {
  font-size: 21px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

small {
  font-size: 13px;
  color: #555;
  line-height: 135%;
  display: inline-block;
}

hr {
  border: none;
  border-top: dashed 1px #999;
  margin: 10px 0;
  width: 100%;
  display: block;
}

p {
  margin: 20px 0;
  line-height: 135%;
}

br {
  margin: 0;
}

img {
  vertical-align: middle;
}

a, a:link, a:visited {
  color: #555;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  color: #111;
}

iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

form li {
  position: relative;
}

input, select, textarea, input[type="file"] + label {
  position: relative;
  font-family: "Noto Sans TC";
  font-size: 16px;
  background: none;
  width: 95%;
  border: 1px solid #eab587;
  padding: 9px 2%;
  margin: 7px auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

select {
  width: 100%;
  padding: 9px 2%;
}

textarea {
  height: 80px;
}

input[type="submit"], input[type="button"] {
  font-size: 15px;
  margin: 20px 0;
  width: 100%;
  padding: 2% 1.5%;
}

input[type="radio"], input[type="checkbox"] {
  width: 22px;
  border: hidden;
}

input[type="file"] {
  position: absolute;
  display: none;
}

input[type="file"] + label {
  color: #999;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

button {
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  font-size: 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

address {
  font-style: normal;
}

.btn-inbox {
  position: relative;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  height: 50px;
}

.btn-Pokayoke, .btn-main, .btn-main2 {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #888;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btn-Pokayoke {
  display: none;
  z-index: 2;
  cursor: no-drop;
  background: #fff;
}

.btn-main, .btn-main2 {
  z-index: 1;
  cursor: pointer;
}

.nav-dot {
  display: none;
  max-width: 1920px;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  position: fixed;
  height: 49px;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid #fbf4e3;
}

.header, .page, .footer {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header {
  z-index: 5;
}

.footer {
  display: none;
  z-index: 3;
}

.footer-info {
  text-align: center;
  width: 100%;
  position: relative;
  margin: auto;
  z-index: 9;
}
.footer-info .grid1 {
  display: block;
  font-size: 15px;
  margin: 0 auto 30px;
  max-width: 1400px;
}
.footer-info .grid1 .child {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: center;
  margin: 20px 1%;
}
.footer-info .grid1 .child div {
  top: 0;
  overflow: hidden;
  position: absolute;
  margin: 5px auto;
  left: 0;
  right: 0;
  opacity: .9;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-info .grid1 .child div img {
  position: absolute;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  width: 60%;
  filter: invert(100%);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.footer-info .grid1 .child span {
  padding-top: 55px;
  font-size: 15px;
  display: block;
  color: #fff;
  margin: 5px auto;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.footer-info .grid1 .child a {
  color: #fff;
}
.footer-info .grid1 .child:hover div {
  width: 60px;
  height: 60px;
  top: -7px;
  opacity: 1;
  background: #ffbc5f;
}
.footer-info .grid1 .child:hover img {
  width: 55%;
}
.footer-info .grid2 {
  color: #e8e8e8;
  padding: 8px 0;
  font-size: 13px;
}
.footer-info .grid3 {
  position: relative;
  display: none;
  width: 100%;
  height: 330px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.footer-info .grid4 {
  padding: 5% 5% 20px;
  font-family: "Noto Sans TC";
}

.page-head {
  position: relative;
  max-width: 90%;
  margin: auto;
}
.page-head .headerbar {
  position: relative;
  z-index: 9;
}
.page-head .headerbar .headeffect {
  position: relative;
  top: 10px;
  left: 0;
  width: 180px;
}
.page-head .headerbar .headeffect .logo, .page-head .headerbar .headeffect .logotext {
  filter: blur(10px);
  position: relative;
  opacity: 0;
}
.page-head .headerbar .headeffect .logo {
  width: 180px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-head .headerbar .headeffect .logo img {
  width: 100%;
  height: initial;
  -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}
.page-head .headerbar .headeffect .logotext {
  position: absolute;
  width: 100%;
  left: 100px;
  top: 25px;
  color: #fff;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.page-head .headerbar .headeffect .logotext div {
  position: absolute;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  left: 0;
  top: 0;
}
.page-head .headerbar .headeffect .logotext div h1, .page-head .headerbar .headeffect .logotext div h2 {
  line-height: 100%;
}
.page-head .headerbar .headeffect .logotext div h1 {
  letter-spacing: 2.2px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 19px;
  margin: 0;
}
.page-head .headerbar .headeffect .logotext div h2 {
  display: block;
  font-size: 15px;
}
.page-head .minorname {
  display: none;
  position: fixed;
  top: -3px;
  left: 5%;
}
.page-head .minorname h3 {
  font-size: 20px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  color: #87b544;
  line-height: 110%;
}
.page-head .minorname h3 small {
  display: block;
  font-weight: initial;
  letter-spacing: 1.6px;
}

.page {
  overflow: hidden;
  min-height: 500px;
  z-index: 3;
}
.page .headerbar, .page .gridbox {
  position: relative;
  z-index: 1;
}
.page .headbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fbf4e3;
}
.page .grid0, .page .sidebar {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.page .sidebar {
  width: 73%;
}
.page .grid0 {
  width: 20%;
  min-width: 200px;
  margin: 0 3%;
}
.page .grid0 .column ul li {
  display: block;
  margin: 7px;
}
.page .grid0 .column ul li a {
  font-family: "Noto Sans TC";
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #ccc;
  font-size: 15px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.page .gridbox {
  display: none;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  z-index: 2;
}
.page .gridbox .grid2 {
  margin: 0 auto 5%;
  max-width: 1000px;
}
.page .gridbox .grid2 .column {
  text-align: right;
  max-width: 800px;
  padding: 0 5%;
}
.page .gridbox .grid2 .column span, .page .gridbox .grid2 .column img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.page .gridbox .grid2 .column span {
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.page .gridbox .grid2 .column img {
  width: 50px;
}
.page .gridbox .footerbar {
  margin: 30px auto;
}
.page .gridbox .footerbar .column1 {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: #666;
}
.page .gridbox .top_slider {
  display: none;
  text-align: center;
  position: relative;
  margin: auto;
  width: 300px;
  overflow: hidden;
  z-index: 9;
}
.page .gridbox .top_slider ul {
  position: relative;
  width: 1200px;
  left: 0;
}
.page .gridbox .top_slider li {
  float: left;
  width: 300px;
}
.page .gridbox .top_slider h4 {
  font-size: 20px;
  margin: 3px auto;
}
.page .gridbox .top_slider span {
  font-size: 14px;
  display: block;
}
.page .gridbox .top_slider a {
  min-width: 120px;
  font-size: 14px;
  padding: 8px 15px;
  margin: 10px auto;
  display: inline-block;
  background: #f37cb2;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.page .gridbox .top_popup, .page .gridbox .top_head {
  position: relative;
}
.page .gridbox .top_popup h1, .page .gridbox .top_head h1 {
  font-size: 18px;
}
.page .gridbox .top_popup {
  font-family: "Noto Sans TC";
  font-weight: 500;
  padding: 0 15px;
  text-align: center;
  top: -80px;
  margin-bottom: -50px;
}
.page .gridbox .top_popup img, .page .gridbox .top_popup h1, .page .gridbox .top_popup .description {
  display: block;
  margin: 20px auto;
}
.page .gridbox .top_popup img {
  width: 100%;
  max-width: 230px;
  border: 7px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page .gridbox .top_popup .description {
  font-weight: 500;
  font-size: 14px;
}
.page .gridbox .top_head {
  padding: 0 25px;
}
.page .gridbox .top_head img {
  max-width: 100%;
}
.page .gridbox .top_head h1 {
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.page .gridbox .top_head .date {
  font-size: 12px;
  display: block;
}
.page .gridbox .top_head .date img {
  width: 22px;
  display: inline-block;
  margin: 0 5px;
  opacity: .7;
}
.page .gridbox .top_head .description {
  margin: 25px auto 35px;
}
.page .gridbox .morebtn {
  padding: 30px 0;
  text-align: center;
}
.page .gridbox .morebtn a {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 14px;
  margin: 10px auto;
  padding: 15px;
  display: block;
  max-width: 150px;
  color: #fff;
  background: #f3981c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page .gridbox .morebtn a:hover {
  -moz-box-shadow: 0 3px 10px #ccc;
  -webkit-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
}

.search img {
  width: 20px;
  filter: invert(100%);
  margin: 0 5px;
}

.commentpen, .searchminor {
  display: none;
  text-align: center;
  position: fixed;
  height: 36px;
  line-height: 32px;
  border: 2px solid #f5f5f5;
  z-index: 10;
}
.commentpen img, .searchminor img {
  filter: invert(100%);
}

.commentpen {
  display: block;
  cursor: pointer;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  background: #f96581;
  bottom: 60px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.commentpen span {
  font-size: 13px;
  color: #fff;
}
.commentpen img {
  width: 20px;
  margin-right: 15px;
}

.topsearchbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: 800px;
  display: none;
  width: 90%;
  margin: auto;
  padding: 5%;
  background: #efefef;
  z-index: 9999;
}
.topsearchbar h5, .topsearchbar h6 {
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.topsearchbar h5 {
  line-height: 100%;
  display: inline-block;
  border-right: 1px dashed #bfbfbf;
  border-left: 1px dashed #bfbfbf;
  padding: 6px 10px;
  margin: 15px auto 5px;
}
.topsearchbar small {
  display: inline-block;
  margin: 0 10px;
}
.topsearchbar .column1 {
  font-size: 14px;
  padding: 8px 0;
}
.topsearchbar h6 {
  display: none;
}
.topsearchbar h6 span {
  color: #e0822e;
}
.topsearchbar .topsearchbtn {
  display: none;
  margin: 15px auto 70px;
  padding: 7px 0;
  max-width: 300px;
  width: 96%;
  font-size: 13px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  border: 1px solid #e0822e;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.topsearchbar .topsearchbtn img {
  width: 16px;
  margin-right: 10px;
  opacity: .6;
}
.topsearchbar .topsearchbtn:hover {
  -moz-box-shadow: 0 0 7px #555;
  -webkit-box-shadow: 0 0 7px #555;
  box-shadow: 0 0 7px #555;
}
.topsearchbar .moreitemwarning {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  font-size: 13px;
  color: #555;
  background: rgba(255, 255, 255, 0.65);
}
.topsearchbar .moreitemwarning div {
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
  text-shadow: 0 0 10px #fff;
}
.topsearchbar .moreitemwarning div span {
  cursor: pointer;
  border: 1px solid #888;
  padding: 2px 6px;
  margin: 3px;
  display: inline-block;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.topsearchbar .column1 small {
  font-size: 13px;
  display: block;
  margin: 6px auto;
  color: #aaa;
}
.topsearchbar .column1 a {
  display: inline-block;
  font-family: "Noto Sans TC";
  font-weight: 500;
  text-align: center;
  border: 1px dashed #2a8dd9;
  padding: 5px 10px;
  margin: 3px;
  min-width: 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.topsearchbar .column1 a:hover {
  border: 1px solid #2a8dd9;
}
.topsearchbar .column1 li {
  display: inline-block;
  margin: 3px 1px;
}
.topsearchbar .column1 li ul {
  display: inline-block;
}
.topsearchbar .column1 li ul li a {
  border: dashed 1px #ccc;
  background: #f2f2f2;
}
.topsearchbar .column1 .checked {
  background: #2a8dd9;
  color: #fff;
  border: 1px solid #2a8dd9;
}

.topsearchinfobar {
  font-size: 13px;
  display: none;
  margin: auto;
  padding: 15px 2%;
  width: 90%;
  text-align: center;
}
.topsearchinfobar h5 {
  font-size: 15px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  color: #2a8dd9;
}
.topsearchinfobar a {
  display: block;
  padding: 10px;
  margin: 5px auto;
  max-width: 200px;
  border: 1px dashed #2a8dd9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.topsearchinfobar a img {
  width: 12px;
  margin-right: 10px;
  opacity: .7;
}
.topsearchinfobar a:hover {
  border: 1px solid #2a8dd9;
}

.searchinput {
  color: #2a8dd9;
  font-family: "Noto Sans TC";
  font-weight: 500;
  border: 1px dashed #2a8dd9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.inpagesearchbtn {
  position: relative;
  padding: 5px 0;
  -moz-box-shadow: 0 2px 10px #cecece;
  -webkit-box-shadow: 0 2px 10px #cecece;
  box-shadow: 0 2px 10px #cecece;
}

.footerbtn {
  position: relative;
  text-align: center;
  margin: 25px auto;
}
.footerbtn div {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  margin: 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.footerbtn div a {
  display: block;
}
.footerbtn .searchgotop {
  height: 42px;
  min-width: 120px;
  max-width: 120px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #2a8dd9;
}
.footerbtn .searchgotop img {
  width: 16px;
  margin-right: 5px;
}

.mainclosebtn, .searchitemclose {
  border: 1px solid #d1d1d1;
  width: 40px;
  line-height: 38px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
}
.mainclosebtn img, .searchitemclose img {
  width: 35%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mainclosebtn:hover img, .searchitemclose:hover img {
  transform: rotateZ(180deg);
}

.searchitemclose {
  margin: 0 auto;
}

.snsbar {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
}
.snsbar a {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 60px;
}
.snsbar a img, .snsbar a div {
  position: absolute;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.snsbar a img {
  width: 50%;
  z-index: 2;
  transition-timing-function: cubic-bezier(1, 0, 0.47, 1);
}
.snsbar a div {
  opacity: .75;
  width: 60px;
  height: 60px;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 1;
}
.snsbar a:hover img {
  width: 65%;
}
.snsbar a:hover div {
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.SNSs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 9999;
}
.SNSs big {
  margin: 15px auto;
  font-size: 15px;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.SNSs big strong {
  font-size: 150%;
  color: #e0822e;
}
.SNSs .column {
  position: fixed;
  right: 0;
  left: 0;
  font-size: 14px;
  padding: 2%;
  width: 80%;
  margin: auto;
  max-width: 520px;
  background: #fff;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 6px #999;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  z-index: 2;
}
.SNSs .column .column1, .SNSs .column .column2 {
  display: block;
  margin: 5px auto;
}
.SNSs .column .column1 .child {
  position: relative;
  margin: 10px auto;
}
.SNSs .column .column1 .child a {
  display: block;
}
.SNSs .column .column1 .child span {
  display: block;
  position: relative;
  padding: 10px;
  margin: 10px auto;
  z-index: 1;
  border: 2px dashed #999;
  z-index: 1;
  overflow: hidden;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.SNSs .column .column1 .child span .ok {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
}
.SNSs .column .column1 .child span .ok img {
  width: 100%;
}
.SNSs .column .column1 .child .addline {
  display: block;
  margin: 20px auto;
  width: 70px;
}
.SNSs .column .column1 .child:hover span {
  border: 2px dashed #f97a1d;
}
.SNSs .column .column2 small a {
  color: #0e6eb8;
}
.SNSs .column .column2 ul {
  margin: 15px auto;
  text-align: center;
}
.SNSs .column .column2 ul li {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  text-align: center;
  margin: 0 8px;
}
.SNSs .column .column2 ul li a {
  display: inline-block;
}
.SNSs .column .column2 ul li a img {
  position: relative;
}
.SNSs .column .column2 ul li div {
  margin: 5px auto;
  width: 46px;
  height: 46px;
}
.SNSs .column .column2 ul li div img {
  width: 100%;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.SNSs .column .column2 ul li span {
  font-weight: bold;
  display: block;
  margin: 5px auto;
  color: #222;
}
.SNSs .column .column2 ul li a:hover div {
  opacity: 1;
}
.SNSs .column .column2 ul li a:hover img {
  top: -5px;
  transform: rotateZ(8deg);
}
.SNSs .column .column2 .snsclose {
  cursor: pointer;
  float: right;
}
.SNSs .column .column2 .snsclose img {
  margin: 0 5px;
  width: 15px;
  opacity: .6;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.SNSs .column .column2 .snsclose:hover img {
  opacity: 1;
  transform: rotateZ(180deg);
}
.SNSs .block {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #ffffffcf;
}

.none {
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding: 150px 0;
}
.none img {
  width: 20px;
  margin: 5px;
}

/***********nav&menu*************************************************/
.minordiritem {
  display: none;
}

.onpage {
  color: #e0822e;
}

.nav-cssbutton, .nav-close {
  display: none;
  opacity: 0;
  position: fixed;
  top: 5px;
  right: 5px;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.nav-cssbutton {
  z-index: 11;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nav-cssbutton .grid1, .nav-cssbutton .grid2, .nav-cssbutton .grid3 {
  width: 14px;
  height: 2px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: #e0822e;
}
.nav-cssbutton .grid1 {
  top: 13px;
}
.nav-cssbutton .grid2 {
  top: 19px;
}
.nav-cssbutton .grid3 {
  top: 25px;
}

.nav-close {
  display: none;
  z-index: 12;
}

.navhome, .nav, .minornav, .minornavhome {
  position: relative;
  z-index: 10;
}
.navhome .mainnav, .nav .mainnav, .minornav .mainnav, .minornavhome .mainnav {
  opacity: 0;
}
.navhome a, .nav a, .minornav a, .minornavhome a {
  font-family: "Noto Sans TC";
  font-weight: 500;
  text-align: center;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.navhome a div, .nav a div, .minornav a div, .minornavhome a div {
  display: none;
}
.navhome .menu_second, .navhome .menu_third, .nav .menu_second, .nav .menu_third, .minornav .menu_second, .minornav .menu_third, .minornavhome .menu_second, .minornavhome .menu_third {
  display: none;
}
.navhome .menu_second, .nav .menu_second, .minornav .menu_second, .minornavhome .menu_second {
  padding: 10px;
}
.navhome .menu_third li a span, .nav .menu_third li a span, .minornav .menu_third li a span, .minornavhome .menu_third li a span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.navhome .menu_third li:hover a span, .nav .menu_third li:hover a span, .minornav .menu_third li:hover a span, .minornavhome .menu_third li:hover a span {
  -webkit-line-clamp: 5;
}

.nav, .navhome {
  padding: 0 10px;
  background: #fff;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .mainnav .menu_first li, .navhome .mainnav .menu_first li {
  position: relative;
  display: inline-block;
}
.nav .mainnav .menu_first li a, .navhome .mainnav .menu_first li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  min-width: 80px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.nav .mainnav .menu_first li a div, .navhome .mainnav .menu_first li a div {
  display: block;
  position: absolute;
  width: 14px;
  right: 0;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nav .mainnav .menu_first li a div img, .navhome .mainnav .menu_first li a div img {
  width: 100%;
  opacity: .7;
}
.nav .mainnav .menu_first li a:hover, .navhome .mainnav .menu_first li a:hover {
  color: #e0822e;
}
.nav .mainnav .menu_first li a:hover span, .navhome .mainnav .menu_first li a:hover span {
  color: #e0822e;
}
.nav .mainnav .menu_first ul, .navhome .mainnav .menu_first ul {
  position: absolute;
  min-width: 180px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
}
.nav .mainnav .menu_first .menu_second, .navhome .mainnav .menu_first .menu_second {
  left: 0;
  text-align: center;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav .mainnav .menu_first .menu_second li a, .navhome .mainnav .menu_first .menu_second li a {
  border-radius: unset;
}
.nav .mainnav .menu_first .menu_second li:last-child a, .navhome .mainnav .menu_first .menu_second li:last-child a {
  border: none;
}
.nav .mainnav .menu_first .menu_second li:hover a, .navhome .mainnav .menu_first .menu_second li:hover a {
  background: inherit;
}
.nav .mainnav .menu_first .menu_second li:hover a span, .navhome .mainnav .menu_first .menu_second li:hover a span {
  color: #e0822e;
}
.nav .mainnav .menu_first .menu_second li:hover ul a span, .navhome .mainnav .menu_first .menu_second li:hover ul a span {
  color: #333;
}
.nav .mainnav .menu_first .menu_second li:hover ul a:hover span, .navhome .mainnav .menu_first .menu_second li:hover ul a:hover span {
  color: #e0822e;
}
.nav .mainnav .menu_first .menu_third, .navhome .mainnav .menu_first .menu_third {
  top: 0;
  left: 100%;
  width: 180px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.nav .mainnav .menu_second li, .nav .mainnav .menu_third li, .navhome .mainnav .menu_second li, .navhome .mainnav .menu_third li {
  display: block;
  margin: 0;
}
.nav .mainnav .menu_second li a, .nav .mainnav .menu_third li a, .navhome .mainnav .menu_second li a, .navhome .mainnav .menu_third li a {
  line-height: initial;
  height: initial;
  font-size: 13px;
  padding: 10px 15px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.minornav, .minornavhome {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
}
.minornav .mainnav, .minornavhome .mainnav {
  position: absolute;
  max-width: 500px;
  right: 0;
  left: 0;
  padding-bottom: 50px;
  margin: auto;
  text-align: center;
  z-index: 101;
}
.minornav .menu_first, .minornavhome .menu_first {
  display: none;
}
.minornav .menu_first li a, .minornavhome .menu_first li a {
  font-size: 15px;
  display: block;
  padding: 10px 0;
}
.minornav .menu_first li:last-child a, .minornavhome .menu_first li:last-child a {
  border-bottom: none;
}
.minornav .menu_first li:first-child a, .minornavhome .menu_first li:first-child a {
  border-top: none;
}
.minornav .menu_second, .minornavhome .menu_second {
  background: #fff;
  max-width: 300px;
  margin: auto;
  border: 1px solid #f2d9b5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.minornav .menu_second li a, .minornavhome .menu_second li a {
  padding: 8px 0;
}
.minornav .menu_second li:last-child a, .minornavhome .menu_second li:last-child a {
  border-bottom: none;
}
.minornav .menu_third li, .minornavhome .menu_third li {
  border-top: none;
}
.minornav .menu_third li a, .minornavhome .menu_third li a {
  color: inherit;
  font-size: 14px;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  padding: 3px 0;
  font-weight: normal;
}

/***********slides&effect********************************************/
.backgroundimg, .gridbackground, .backgroundvideo {
  position: absolute;
  overflow: hidden;
  top: 0;
  max-width: 1920px;
  height: 1280px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
}
.backgroundimg .bg, .backgroundimg .bgbox, .gridbackground .bg, .gridbackground .bgbox, .backgroundvideo .bg, .backgroundvideo .bgbox {
  position: absolute;
  z-index: 1;
}
.backgroundimg .bg, .gridbackground .bg, .backgroundvideo .bg {
  margin: auto;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  max-width: 1920px;
}

.backgroundimg, .backgroundvideo {
  position: fixed;
  left: -100%;
  right: -100%;
}

.gridbackground {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.gridbackground .bg {
  width: 100%;
  min-width: 1200px;
}

.backgroundimg_info {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  bottom: 40px;
  z-index: 2;
}
.backgroundimg_info small {
  position: absolute;
  right: 20px;
  top: 0;
  padding: 2px 6px;
  color: #fff;
  background: #000;
  opacity: .1;
}
.backgroundimg_info small a, .backgroundimg_info small i {
  display: block;
  font-style: normal;
  font-size: 0.688em;
}

.headtext {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 88%;
  max-width: 950px;
  height: 100%;
  color: #fff;
  z-index: 9;
}

.msg {
  font-size: 14px;
  text-align: center;
  margin: 35px auto;
}
.msg h4 {
  line-height: 110%;
}
.msg img {
  width: 25px;
  opacity: .7;
  margin: 10px auto;
}
.msg a {
  border-bottom: 1px dashed #0e6eb8;
}

.gotop {
  text-align: center;
  position: fixed;
  right: 10px;
  margin: auto;
  width: 36px;
  height: 36px;
  line-height: 30px;
  bottom: -40px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  transform: rotateZ(180deg);
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.gotop div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.gotop .gotopbtn {
  background: #a1c754;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
  z-index: 1;
}
.gotop .godown {
  width: 100%;
  height: 100%;
  background: #f3a91c;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}
.gotop img, .gotop span {
  position: relative;
  filter: invert(100%);
  z-index: 2;
}

.openweb {
  position: fixed;
  max-width: 1920px;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.info {
  min-width: 120px;
  text-align: center;
  background: #e0822e;
  position: absolute;
  height: 35px;
  line-height: 35px;
  right: 10px;
  top: -35px;
  display: none;
  opacity: 0;
  font-size: 14px;
  padding: 0 7px;
  color: #fff;
  z-index: 4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.info .arrow {
  top: 25px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #e0822e transparent transparent transparent;
  left: -8px;
  transform: rotateZ(45deg);
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffffc2;
  backdrop-filter: blur(5px);
  z-index: 99999999;
}
.loader img {
  width: 100px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -50px;
  position: absolute;
  animation: loader 3s ease infinite;
}
@keyframes loader {
  0% {
    filter: blur(3px);
    opacity: .3;
  }
  50% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(3px);
    opacity: .3;
  }
}
.loader_block {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.loader_block .page_note {
  display: none;
  top: 250px;
  position: absolute;
  right: 20px;
  left: 20px;
}

/***********page*********************************************************/
.container {
  position: relative;
  font-size: 13px;
  padding: 15px 2%;
  bottom: 0;
  width: 96%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1920px;
  z-index: 99999;
}
.container div {
  margin: auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.container div span {
  display: inline-block;
  line-height: 150%;
}
.container i {
  font-style: normal;
  color: #e0822e;
}
.container img {
  opacity: .7;
  width: 10px;
  margin: 0 7px;
}

.page404 {
  position: relative;
  z-index: 2;
  margin: 100px auto;
  padding: 0 2%;
  width: 96%;
  text-align: center;
  min-height: 300px;
  font-size: 0.913em;
}

/***********list*********************************************************/
.listpagebtn {
  max-width: 1000px;
  width: 98%;
  margin: 30px auto;
  text-align: center;
}
.listpagebtn li {
  font-size: 13px;
  display: inline-block;
  margin: 3px;
  border: 1px solid #ccc;
  color: #ccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listpagebtn li a {
  display: block;
  color: #e0822e;
}
.listpagebtn li:hover a {
  color: #e0822e;
}
.listpagebtn .pagebtn {
  border: 1px solid #e0822e;
}
.listpagebtn .pagebtn :hover {
  -moz-box-shadow: 0 0 8px #ccc;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
}

.item {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 290px;
  background: #fff;
  -moz-box-shadow: 0 0 7px #bdbdbd;
  -webkit-box-shadow: 0 0 7px #bdbdbd;
  box-shadow: 0 0 7px #bdbdbd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.item a, .item .add-cart {
  display: block;
  position: relative;
  overflow: hidden;
}

.pd-pic {
  position: relative;
  height: 150px;
  width: 94%;
  overflow: hidden;
  margin: 3%;
  background: #7b726e;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.pd-pic img {
  position: absolute;
  width: 100%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.group {
  position: relative;
  padding: 10px;
  height: 40px;
}
.group .block {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pd-info {
  display: none;
}

.pd-name {
  position: relative;
  font-weight: 500;
  font-family: "Noto Sans TC";
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  margin: auto;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
  font-size: 15px;
}

.pd-btn {
  display: none;
}

.number, .more-img {
  position: absolute;
  right: -100%;
  left: -100%;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more-img {
  display: none;
  width: 30px;
  height: 30px;
  top: 35%;
  opacity: 0;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.more-img img {
  position: absolute;
  width: 45%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.pd-more {
  position: relative;
  text-align: center;
  padding: 30% 10px;
}
.pd-more span {
  font-size: 20px;
}
.pd-more big {
  display: block;
  margin: 5px auto;
  color: #45684a;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans TC";
}

.number {
  top: 0;
  width: 70px;
  height: 50px;
  line-height: 50px;
  background: #a9a9a9c7;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.number span {
  text-align: center;
  font-size: 14px;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  color: #fff;
}

.item:hover, .morephoto:hover {
  -moz-box-shadow: 0 0 10px #999;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}
.item:hover .block, .morephoto:hover .block {
  opacity: 0;
}
.item:hover .pd-info, .morephoto:hover .pd-info {
  bottom: 1%;
  opacity: 1;
}
.item:hover .more-img, .morephoto:hover .more-img {
  width: 40px;
  height: 40px;
  opacity: .6;
}
.item:hover .more-img img, .morephoto:hover .more-img img {
  transform: rotateZ(90deg);
}

/*******************cart & order***************************************/
.cart, .cartinfo {
  top: 0;
  font-size: 13px;
}

.cartbox {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 99;
  display: none;
  background: rgba(255, 255, 255, 0.7);
}

.cart {
  top: 32px;
  right: 15px;
  position: absolute;
  padding: 2px 10px 2px 2px;
  border: 1px solid #e7e7e7;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.cartinfo {
  right: -451px;
  background: #fff;
  position: absolute;
  padding: 2%;
  bottom: 0;
  width: 96%;
  max-width: 450px;
  z-index: 98;
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;
}
.cartinfo table {
  display: table;
  margin-top: 43px;
  width: 100%;
}
.cartinfo table th, .cartinfo table td {
  padding: 5px 1%;
  text-align: center;
}
.cartinfo table tr {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d3e1ea;
}
.cartinfo table .itemRow {
  min-height: 80px;
  border-bottom: 1px dotted #d3e1ea;
}
.cartinfo input {
  width: 90%;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
}
.cartinfo .item-name {
  width: 37%;
  text-align: left;
}
.cartinfo .item-name a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cartinfo .item-price, .cartinfo .item-total {
  width: 10%;
}
.cartinfo .item-quantity, .cartinfo .item-size {
  width: 8%;
}
.cartinfo .item-thumb {
  width: 18%;
  position: relative;
  overflow: hidden;
}
.cartinfo .item-thumb img {
  position: absolute;
  width: 100%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
}
.cartinfo .item-remove {
  opacity: .7;
  width: 9%;
}
.cartinfo .item-remove img {
  width: 15px;
}

.closelist {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}
.closelist img {
  width: 15px;
  opacity: .6;
}

.checkout, .checkcart, .gocheckout {
  cursor: pointer;
  display: inline-block;
}

.checkout, .gocheckout, .checkinfo {
  padding: 3px 5px;
  background: #e0822e;
  color: #fff;
}

.gocheckout {
  font-weight: 500;
  font-family: "Noto Sans TC";
  width: 200px;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  display: none;
  position: absolute;
  right: 50px;
  top: 10px;
  z-index: 101;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.gocheckout small {
  display: inline-block;
  font-size: 70%;
  color: #fff;
}

.checkcart {
  max-width: 140px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.checkcart img {
  margin-right: 5px;
  width: 40px;
  opacity: .8;
}

.checkinfo {
  background: inherit;
}

.quantity {
  margin-bottom: 40px;
}
.quantity small {
  display: block;
  margin: 5px;
}
.quantity input, .quantity div {
  margin: 0;
  display: inline-block;
  text-align: center;
}
.quantity input {
  width: 31%;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 70%;
  font-size: 14px;
  border-left: 1px solid #caccac;
  border-right: 1px solid #cacaca;
  -moz-appearance: textfield !important;
}
.quantity input -webkit-inner-spin-button, .quantity input -webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.quantity .qtybox {
  width: 130px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
.quantity .qtybox div {
  width: 31%;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inbuybutton, .outbuybutton, .clientbutton {
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 2px solid #e0822e;
  height: 38px;
  line-height: 38px;
  width: 100%;
  margin: 20px 0;
  cursor: pointer;
  background: #e0822e;
  font-family: "Noto Sans TC";
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.inbuybutton a, .outbuybutton a, .clientbutton a {
  display: block;
}

.inbuybutton:hover, .outbuybutton:hover, .clientbutton:hover {
  -moz-box-shadow: 0 0 6px #999;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
}

.contactGoods {
  background: #fff;
  border: 2px solid #e0822e;
  color: #e0822e;
}

.add-cartok {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.7);
}
.add-cartok div {
  position: absolute;
  width: 100%;
  text-align: center;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
}
.add-cartok div img {
  display: block;
  width: 30px;
  margin: 5px auto;
}
.add-cartok div span {
  font-size: 14px;
}

.alwaysblock {
  display: block;
}

.alwaysnone {
  display: none;
}

/*******************lightbox*******************************************/
.box_block {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  backdrop-filter: blur(5px);
  background: #ffffffcf;
  z-index: 100;
}
