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;
}

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;
}

/*************************************************************/
@font-face {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: normal;
  src: url("DINPro.woff") format("woff");
}
@font-face {
  font-family: 'Acid Medium';
  font-style: normal;
  font-weight: normal;
  src: url("acid_medium.woff") format("woff");
}
html {
  background: #fff;
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  font-family: 'DINPro','Helvetica Neue','Microsoft JhengHei',Helvetica,Arial,sans-serif;
  color: #2f2f2f;
  height: auto;
  font-size: 1rem;
  position: relative;
}

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

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

hr {
  border: none;
  border-top: 3px dotted #ccc;
  margin: 10px 0;
  width: 100%;
  display: block;
  opacity: .6;
}

p {
  margin: 12px 0;
  line-height: 130%;
}

br {
  margin: 0;
}

img {
  vertical-align: middle;
}

a, a:link, a:visited {
  color: #333;
  -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: #616e33;
}

iframe {
  position: relative;
  z-index: 1;
}

form {
  margin: 10px 0;
}
form li {
  position: relative;
  margin: 0 auto 25px;
}

label {
  display: inline-block;
  width: auto;
  margin: 8px 3px;
}
label input, label span {
  display: inline-block;
  vertical-align: middle;
}

input, select, textarea, input[type="file"] + label {
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  font-size: 14px;
  color: #222222;
  background: none;
  width: 100%;
  border: none;
  border-bottom: solid 1px #999;
  padding: 6px 0;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

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

select {
  border: solid 1px #999;
}

select {
  padding: 8px 5px;
  margin: 3px auto;
}

textarea {
  height: 60px;
  max-width: 680px;
}

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

input[type="radio"], input[type="checkbox"] {
  margin: 0 5px;
  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: 14px;
  -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;
  float: left;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  height: 50px;
}

.btn-Pokayoke, .btn-main, .btn-main2 {
  position: absolute;
  left: 0;
  top: 0;
  color: #889266;
  width: 100%;
  height: 100%;
  max-width: 400px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

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

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

.btn-main:hover {
  border: 1px solid #889266;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.btn-color1 {
  background: unset;
}

.dotlist {
  display: block;
}
.dotlist li {
  display: table;
}
.dotlist li small, .dotlist li span, .dotlist li img {
  display: table-cell;
}
.dotlist li small {
  padding: 0 5px;
  color: #f7b465;
  font-weight: bold;
}
.dotlist li img {
  width: 22px;
  margin: 0 7px;
}
.dotlist li span {
  width: 100%;
}

.header, .article, .footer {
  position: relative;
  display: table;
  width: 100%;
  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: 7;
  max-width: 1000px;
  display: none;
}

.article {
  z-index: 6;
}

.footer {
  text-align: center;
  z-index: 5;
}

.footer-info {
  color: #555;
  display: table;
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: auto;
  text-align: center;
}
.footer-info a:hover {
  color: #111;
}
.footer-info .grid1 {
  width: 100%;
  margin: 60px auto;
}
.footer-info .grid1 .child {
  position: relative;
  width: 30%;
  height: 150px;
  padding: 0 1%;
  display: inline-block;
  vertical-align: top;
}
.footer-info .grid1 img, .footer-info .grid1 span {
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
}
.footer-info .grid1 img {
  bottom: 80px;
  width: 28px;
  filter: grayscale(100%);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-info .grid1 span {
  top: 80px;
  font-size: 0.813em;
}
.footer-info .grid1 span i {
  font-style: normal;
  font-family: "Arial",sans-serif;
}
.footer-info .grid1 h4 {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #555;
  height: 32px;
  line-height: 32px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.footer-info .grid1 h4 a {
  display: block;
  padding: 0 15px;
}
.footer-info .grid1 .child:hover img {
  width: 32px;
  filter: grayscale(0);
}
.footer-info .grid2 {
  width: 98%;
  padding: 5px 1%;
  margin: 20px 0 10px;
  font-size: 0.75em;
}
.footer-info .grid2 span {
  display: inline-block;
  margin: 0 15px;
}
.footer-info .grid3 {
  text-align: center;
  margin: 30px auto 10px;
}
.footer-info .grid3 img {
  margin: 0 5px;
  width: 18px;
  opacity: .6;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-info .grid3 img:hover {
  opacity: 1;
}

.page-head {
  position: relative;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 100%;
}
.page-head .grid2 {
  width: 100%;
}

.sliderlogo {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 30%;
  max-width: 420px;
  margin: auto;
  z-index: 3;
}
.sliderlogo img {
  width: 100%;
}

.slide {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 2;
}

.slogan-group {
  position: relative;
  z-index: 3;
}

.head-group {
  position: relative;
  max-width: 1000px;
  margin: auto;
  z-index: 7;
}

.logo {
  position: absolute;
  top: 25px;
  left: 2%;
  width: 120px;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo a {
  display: block;
}
.logo img {
  width: 45px;
}
.logo big {
  position: absolute;
  z-index: 99;
  font-size: 0.875em;
  top: 0;
  left: 58px;
  line-height: 110%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.store-name {
  display: none;
}

.SNSs_share {
  width: 100%;
  text-align: center;
  margin: 20px auto 60px;
}
.SNSs_share li {
  display: inline-block;
  margin: 0 1px;
  opacity: .7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.SNSs_share li iframe, .SNSs_share li div {
  vertical-align: bottom;
}
.SNSs_share li:hover {
  opacity: 1;
}

.gotop, .godown {
  display: none;
  position: fixed;
  text-align: center;
  right: 20px;
  width: 30px;
  height: 30px;
  bottom: 60px;
  z-index: 99992;
  background: #fff;
}
.gotop img, .godown img {
  width: 70%;
  cursor: pointer;
  opacity: .7;
}

.msg {
  text-align: center;
  margin: 50px auto;
}
.msg img {
  width: 26px;
  margin: 20px 0;
  filter: invert(100%);
}

.page_note, .inpagenote {
  max-width: 400px;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  width: 98%;
  padding: 5px 10px;
  margin: 0 auto;
  background: rgba(50, 50, 50, 0.7);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.inpagenote {
  margin-top: 200px;
  display: none;
}

.webstep {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 10px solid #eaeaea;
  background: #f7b465;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.webstep span, .webstep img {
  position: absolute;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  left: 10px;
  right: 10px;
  color: #fff;
  margin: auto;
}
.webstep img {
  width: 65%;
}

.talkbar {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  font-size: 0.875em;
}
.talkbar img {
  margin: 20px auto;
  width: 80px;
  display: block;
}
.talkbar h3 {
  margin: 5px 0;
}

.none {
  text-align: center;
  font-size: 0.875em;
  width: 100%;
  margin: 100px auto;
}
.none img {
  width: 20px;
  margin: 5px;
}

.mainpic img {
  max-width: 100%;
}

/***********nav&menu*************************************************/
.nav-dot {
  display: none;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  height: 50px;
  right: 0;
  left: 0;
  z-index: 2;
}

.nav-cssbutton, .nav-close {
  position: fixed;
  display: none;
  top: 25px;
  right: 3%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-cssbutton, .in-cssbutton {
  background: #fff;
  z-index: 11;
}
.nav-cssbutton .dot1, .nav-cssbutton .dot2, .nav-cssbutton .dot3, .in-cssbutton .dot1, .in-cssbutton .dot2, .in-cssbutton .dot3 {
  width: 22px;
  height: 2px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: #889266;
}
.nav-cssbutton .dot1, .in-cssbutton .dot1 {
  top: 10px;
}
.nav-cssbutton .dot2, .in-cssbutton .dot2 {
  top: 19px;
}
.nav-cssbutton .dot3, .in-cssbutton .dot3 {
  top: 28px;
}

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

.hovereven {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.workmenubar, .footermenu, .navhome, .nav, .minornav, .minornavhome {
  position: absolute;
  font-family: 'Roboto','Helvetica Neue','Microsoft JhengHei',Helvetica,Arial,sans-serif;
}
.workmenubar ul li, .footermenu ul li, .navhome ul li, .nav ul li, .minornav ul li, .minornavhome ul li {
  position: relative;
  text-align: center;
}
.workmenubar ul li a, .footermenu ul li a, .navhome ul li a, .nav ul li a, .minornav ul li a, .minornavhome ul li a {
  position: relative;
  display: block;
}
.workmenubar ul li a span, .footermenu ul li a span, .navhome ul li a span, .nav ul li a span, .minornav ul li a span, .minornavhome ul li a span {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.workmenubar ul li a .menu1, .footermenu ul li a .menu1, .navhome ul li a .menu1, .nav ul li a .menu1, .minornav ul li a .menu1, .minornavhome ul li a .menu1 {
  position: relative;
  filter: blur(0);
  opacity: 1;
}
.workmenubar ul li a .menu2, .footermenu ul li a .menu2, .navhome ul li a .menu2, .nav ul li a .menu2, .minornav ul li a .menu2, .minornavhome ul li a .menu2 {
  position: absolute;
  filter: blur(7px);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
}
.workmenubar ul li a:hover .menu1, .footermenu ul li a:hover .menu1, .navhome ul li a:hover .menu1, .nav ul li a:hover .menu1, .minornav ul li a:hover .menu1, .minornavhome ul li a:hover .menu1 {
  filter: blur(7px);
  opacity: 0;
}
.workmenubar ul li a:hover .menu2, .footermenu ul li a:hover .menu2, .navhome ul li a:hover .menu2, .nav ul li a:hover .menu2, .minornav ul li a:hover .menu2, .minornavhome ul li a:hover .menu2 {
  filter: blur(0);
  opacity: 1;
}

.workmenubar {
  display: none;
  position: fixed;
  width: 500px;
  max-width: 500px;
  top: 50%;
  left: 50%;
  min-height: 450px;
  transform: translate(-50%, -50%);
  background: #151515ed;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  z-index: 9999;
}
.workmenubar ul {
  position: absolute;
  color: #fff;
  font-size: 0.875em;
  padding: 10px 10px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
}
.workmenubar ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.workmenubar ul li .menu1 {
  color: #fff;
}
.workmenubar ul li:last-child {
  border-bottom: none;
}

.footermenu {
  display: none;
  text-align: center;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 40px;
  background: #666666;
  z-index: 999;
}
.footermenu .gohome {
  position: absolute;
  left: 2%;
  display: block;
  top: 0;
  width: 15px;
  height: 100%;
  display: table;
}
.footermenu .gohome div {
  display: table-cell;
  width: 5px;
  height: 100%;
}
.footermenu .gohome .dot1 {
  background: #6d7c2b;
}
.footermenu .gohome .dot2 {
  background: #909c5c;
}
.footermenu .gohome .dot3 {
  background: #b6bd91;
}
.footermenu ul {
  padding: 3px 0;
  display: table;
  margin: auto;
}
.footermenu ul li {
  display: table-cell;
  border-right: 1px solid #838383;
  border-left: 1px solid #565656;
}
.footermenu ul li a {
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 35px;
  padding: 0 20px;
  color: #fff;
  overflow: hidden;
}
.footermenu ul li:nth-child(2) {
  border-left: none;
}
.footermenu ul li:last-child {
  border-right: none;
}
.footermenu .homebtn {
  display: none;
}

.menu_first {
  position: relative;
  z-index: 1;
}
.menu_first li a {
  z-index: 2;
}
.menu_first li a span {
  display: block;
}

.menu_second {
  display: none;
  position: absolute;
  margin: 0 auto;
  z-index: 99;
  left: 0;
  right: 0;
}
.menu_second li {
  display: block;
}

.navhome, .nav, .minornav, .minornavhome {
  max-width: 1000px;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
}
.navhome .mainnav, .nav .mainnav, .minornav .mainnav, .minornavhome .mainnav {
  position: absolute;
  z-index: 2;
  font-size: 0.938em;
  margin: auto;
}
.navhome .menuclose, .nav .menuclose, .minornav .menuclose, .minornavhome .menuclose {
  position: fixed;
  text-align: center;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  padding: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.navhome .menuclose img, .nav .menuclose img, .minornav .menuclose img, .minornavhome .menuclose img {
  width: 100%;
  vertical-align: top;
}

.navhome, .nav {
  z-index: 5;
  top: 40px;
}
.navhome .mainnav, .nav .mainnav {
  left: 0;
  right: 0;
}
.navhome .menu_first, .nav .menu_first {
  text-align: center;
}
.navhome .menu_first li, .nav .menu_first li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.navhome .menu_first li a, .nav .menu_first li a {
  padding: 0 15px;
  letter-spacing: 1px;
  overflow: hidden;
}
.navhome .menu_second, .nav .menu_second {
  top: 60px;
  min-width: 300px;
  width: 100%;
  right: -100%;
  left: -100%;
  padding: 50px 10px;
  background: #fff;
  font-size: 0.938em;
}
.navhome .menu_second li, .nav .menu_second li {
  width: 100%;
  height: inherit;
  line-height: inherit;
}
.navhome .menu_second li a, .nav .menu_second li a {
  padding: 12px 20px;
  border-bottom: 1px dotted #ccc;
}
.navhome .menu_second li .menu2, .nav .menu_second li .menu2 {
  top: 50px;
}
.navhome .menu_second li a:hover .menu1, .nav .menu_second li a:hover .menu1 {
  top: -12px;
  font-size: 0.875em;
}
.navhome .menu_second li a:hover .menu2, .nav .menu_second li a:hover .menu2 {
  top: 18px;
}
.navhome .menu_third li a, .nav .menu_third li a {
  padding: 5px 10px;
  color: #333;
}

.minornav, .minornavhome {
  position: absolute;
  max-width: 300px;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
}
.minornav .mainnav, .minornavhome .mainnav {
  top: 50px;
  width: 100%;
}
.minornav .mainnav li a, .minornavhome .mainnav li a {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin: auto;
}
.minornav .mainnav li a:hover, .minornavhome .mainnav li a:hover {
  color: #b0b699;
}
.minornav .menu_first, .minornavhome .menu_first {
  display: none;
}
.minornav .menu_second, .minornavhome .menu_second {
  position: relative;
  font-size: 0.875em;
}
.minornav .menu_second li a, .minornavhome .menu_second li a {
  height: 30px;
  line-height: 30px;
  color: #666;
}
.minornav .box_block, .minornavhome .box_block {
  z-index: 1;
}

.nav-second {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.913em;
  padding: 3px 0;
  background: #efefef;
  color: #555;
}
.nav-second a:hover {
  color: #2c4f6c;
}
.nav-second ul li {
  display: inline-block;
  padding: 5px 10px;
}

/***********slides&effect********************************************/
.albumwallbox {
  text-align: center;
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 90%;
  right: 1%;
  left: 1%;
  margin: 3% auto;
  z-index: 99;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.albumwallbox .column {
  position: relative;
  height: 100%;
  width: 100%;
  top: 100%;
}
.albumwallbox img {
  border: 1px solid #fff;
}

.backgroundimg .bg {
  top: 0;
}

.backgroundimg, .slides li .column1, .gridbackground {
  position: fixed;
  overflow: hidden;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
}
.backgroundimg .bg, .slides li .column1 .bg, .gridbackground .bg {
  margin: auto;
  width: 100%;
  position: absolute;
  right: -100%;
  left: -100%;
  min-width: 1400px;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.gridbackground .bg, .slides li .column1 .bg {
  top: -100%;
  bottom: -100%;
}

.autosize {
  width: 100%;
}

.backgroundimg_info {
  text-align: center;
  position: absolute;
  right: 10px;
  top: 70px;
  z-index: 2;
}
.backgroundimg_info small {
  padding: 2px 8px;
  color: #fff;
  background: #000;
  opacity: .2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.backgroundimg_info small a, .backgroundimg_info small i {
  display: block;
  font-style: normal;
  font-size: 0.813em;
  opacity: .7;
}

.route_bg {
  margin: 0 auto;
  z-index: 1;
  background: #eaeaea;
  position: absolute;
}

.openinfo {
  position: absolute;
  text-align: center;
  top: 490px;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
}
.openinfo img, .openinfo span, .openinfo div {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.openinfo img {
  top: 25px;
  width: 30px;
  z-index: 3;
}
.openinfo span {
  cursor: pointer;
  font-size: 0.875em;
  top: 60px;
  z-index: 2;
}
.openinfo div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 40px 50px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 1;
}

.answer, .question, .m_answer, .m_question {
  text-align: center;
  height: 16px;
  width: 16px;
  line-height: 16px;
  display: none;
  cursor: pointer;
  border: 1px solid #000;
  font-size: 0.875em;
  opacity: .4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.grid_info {
  font-size: 0.875em;
  position: fixed;
  width: 280px;
  padding: 10px;
  bottom: 5px;
  right: -310px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 2px 2px #555;
  -webkit-box-shadow: 0px 2px 2px #555;
  box-shadow: 0px 2px 2px #555;
  z-index: 6;
}
.grid_info img {
  width: 20px;
  margin: 0 3px;
}
.grid_info h6 {
  font-size: 1.25em;
  padding-bottom: 10px;
  margin: 10px auto;
  text-align: center;
  border-bottom: 2px dotted #ccc;
}
.grid_info h6 img {
  margin: 0 10px;
}
.grid_info a {
  color: #2c4f6c;
}
.grid_info ul {
  margin: 10px 0;
}
.grid_info li {
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
}
.grid_info span {
  width: 60%;
  text-align: center;
  display: block;
  margin: 20px auto;
  border: 1px solid #2c4f6c;
  padding: 3px 10px;
  color: #2c4f6c;
  cursor: pointer;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.info {
  background: #889266;
  position: absolute;
  height: 30px;
  line-height: 30px;
  right: 20px;
  top: -25px;
  display: none;
  opacity: 0;
  font-size: 0.813rem;
  padding: 0 5px;
  color: #fff;
  z-index: 4;
}
.info .arrow {
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 0 8px;
  border-color: #889266 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.error_text {
  font-size: 0.875em;
  color: #fff;
  padding: 0 5px;
}

.error_input {
  font-size: 0.875em;
  color: #FF6F79;
  display: block;
  margin: 3px 0;
}

.delbox {
  position: absolute;
  text-align: center;
  right: 20px;
  top: 10px;
  width: 20px;
}
.delbox img {
  width: 0;
}

.questionbox {
  position: absolute;
  right: 60px;
  top: 0px;
  color: #111;
  text-align: center;
  font-size: 0.875em;
  cursor: default;
  opacity: 0;
}
.questionbox span, .questionbox div {
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #555;
  padding: 0 25px;
  margin: 3px 0;
  cursor: pointer;
  display: block;
}

.filebox {
  position: relative;
  overflow: hidden;
}
.filebox .imgfile {
  position: absolute;
  left: 0;
  width: 0;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
}

.winfobox {
  color: #fff;
  opacity: .85;
  text-align: center;
  background: #2c4f6c;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.winfobox big {
  font-size: 2.063em;
}
.winfobox big span {
  font-size: 0.875rem;
  display: block;
}
.winfobox .text {
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
  font-size: 0.875em;
}

.loader {
  /*@include background-image(linear-gradient(to top, #cbcebf, #e6e6e6));*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999;
  background: #fff;
}
.loader .img {
  width: 52px;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
  position: absolute;
  z-index: 2;
}
.loader .img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.loader .img .img2 {
  animation: loader 2s ease infinite;
  animation-iteration-count: 2;
}
@keyframes loader {
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
.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;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  margin-top: -27px;
  margin-left: -27px;
  z-index: 1;
}

#object {
  width: 54px;
  height: 54px;
  background-color: #FFF;
  -webkit-animation: animate 1s infinite ease-in-out;
  animation: animate 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
/***********page*********************************************************/
.home_wrapper, .wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.wrapper {
  max-width: 1000px;
  padding-top: 85px;
  min-height: 450px;
  padding-bottom: 50px;
  background: #ffffffbd;
  z-index: 2;
}
.wrapper .gridbox {
  position: relative;
  max-width: 1000px;
  margin: auto;
  width: 100%;
  z-index: 1;
}

.container {
  position: absolute;
  top: 20px;
  width: 75%;
  max-width: 720px;
  padding: 15px 0;
  font-size: 0.813em;
  z-index: 99999;
}
.container i {
  font-style: normal;
  color: #889266;
}
.container div {
  width: 94%;
  padding: 0 3%;
}
.container div span {
  display: inline-block;
  vertical-align: middle;
}
.container img {
  opacity: .8;
  width: 10px;
  margin: 0 8px;
}
.container a {
  color: #666;
}

.rightbar {
  position: absolute;
  right: 0;
  top: 40px;
  min-width: 15%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rightbar .in-cssbutton {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  right: 0;
  cursor: pointer;
}
.rightbar .in-cssbutton .dot1 {
  top: 15px;
}
.rightbar .in-cssbutton .dot2 {
  top: 24px;
}
.rightbar .in-cssbutton .dot3 {
  top: 33px;
}
.rightbar .logo, .rightbar h4 {
  position: absolute;
  width: 50px;
  right: 0;
  transform: rotate(90deg);
}
.rightbar .logo {
  top: 70px;
  left: initial;
}
.rightbar h4 {
  top: 230px;
  white-space: nowrap;
  font-size: 3.125em;
  font-family: 'Acid Medium', sans-serif;
  color: #bbb;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.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 {
  position: fixed;
  font-size: 0.75em;
  height: 300px;
  text-align: center;
  right: 3%;
  bottom: 15%;
  width: 42px;
  color: #ccc;
  z-index: 2;
}
.listpagebtn .btn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.listpagebtn .btn ul {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.listpagebtn .more {
  position: absolute;
  top: -50px;
  width: 100%;
  display: none;
}
.listpagebtn .more div {
  width: 100%;
  margin: 2px 0;
  opacity: .3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listpagebtn .more div img {
  max-width: 50%;
  text-align: center;
  cursor: pointer;
}
.listpagebtn .more div:hover {
  opacity: .9;
}
.listpagebtn li {
  display: none;
  margin: 3px auto;
  width: 0;
  height: 0;
  line-height: 40px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  -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;
}

.item {
  position: relative;
  display: inline-block;
  margin: 0 5px 12% 0;
  width: 48%;
  aspect-ratio: 1 / 1;
}
.item a {
  position: relative;
  display: block;
  height: 90%;
  width: 90%;
  margin: auto;
  opacity: 0;
  top: 100px;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1.01);
}
.item .initial {
  opacity: 1;
  top: 0;
  height: 100%;
  width: 100%;
}

.pd-pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: grayscale(50%);
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.pd-pic img {
  position: absolute;
  width: 100%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
}

.pd-name {
  text-align: center;
  margin: 4% auto;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.item:hover .pd-pic {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  filter: grayscale(0);
  -moz-box-shadow: 0 2px 12px #555;
  -webkit-box-shadow: 0 2px 12px #555;
  box-shadow: 0 2px 12px #555;
}

/*******************cart & order***************************************/
/*******************lightbox*******************************************/
.inpage_box, .admin_box {
  position: absolute;
  display: none;
  top: -150px;
  width: 94%;
  max-width: 900px;
  padding: 3%;
  margin: 0 auto;
  right: 0;
  left: 0;
  background: #fff;
  -moz-box-shadow: 0 3px 7px #333;
  -webkit-box-shadow: 0 3px 7px #333;
  box-shadow: 0 3px 7px #333;
  z-index: 9999;
}
.inpage_box p, .inpage_box big, .inpage_box small, .admin_box p, .admin_box big, .admin_box small {
  display: block;
}

.inpage_box {
  padding: 30px 2%;
  margin: 0 auto;
}

.box_block, .inpage_block, .admin_block {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9998;
}

.admin_block {
  background: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YjQ2NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjNGY2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7b465), color-stop(100%, #2c4f6c));
  background-image: -moz-linear-gradient(#f7b465, #2c4f6c);
  background-image: -webkit-linear-gradient(#f7b465, #2c4f6c);
  background-image: linear-gradient(#f7b465, #2c4f6c);
  opacity: .7;
}

.box_block {
  height: 0;
  width: 0;
  background: #ffffffd6;
  backdrop-filter: blur(5px);
}

.errbox {
  display: block;
  position: fixed;
  width: 80%;
  z-index: 999999;
  padding: 1% 10%;
  font-size: 0.813em;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #333;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.errbox .close {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.errbox2 {
  display: block;
  position: fixed;
  color: #fff;
  width: 100%;
  z-index: 1000002;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  text-align: center;
  background: #000;
  filter: alpha(opacity=70);
}
