@charset "UTF-8";
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;
}

/*************************************************************/
html {
  background: #fff;
}

body {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  color: #2f2f2f;
  height: auto;
  font-size: 1rem;
}

main {
  max-width: 900px;
  margin: auto;
  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: 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 {
  margin: 10px 0;
}
form li {
  position: relative;
  list-style: none;
  margin-top: 10px;
}
form .copyin, form .select .gridbox {
  font-size: 0.875em;
  color: #2c4f6c;
  padding: 0 10px;
  border: 1px solid #2c4f6c;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
}
form .select {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 3;
}
form .select .gridbox {
  display: inline-block;
  margin: 0 2px;
}
form .select span {
  font-size: 0.875em;
  padding-left: 5px;
}
form .blockback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

label {
  display: table;
  width: 100%;
}
label span, label input {
  display: table-cell;
  width: 100%;
}

input, select, textarea, input[type="file"] + label {
  color: #222;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  font-size: 0.938rem;
  background: none;
  width: 97%;
  border: solid 1px #ccc;
  padding: 8px 1.5%;
  margin: 3px 0;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

select {
  width: 100%;
  padding: 6px 1%;
  color: #fff;
}

textarea {
  height: 70px;
}

input[type="submit"], input[type="button"] {
  font-size: 1.125em;
  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;
}

address {
  font-style: normal;
}

.btn-inbox {
  position: relative;
  margin: 30px auto;
  text-align: center;
  width: 100%;
  height: 50px;
}

.btn-Pokayoke, .btn-main, .btn-main2 {
  font-size: 0.938rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f27095;
  border: none;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.btn-Pokayoke {
  display: none;
  z-index: 2;
  cursor: no-drop;
  background: #fff;
}

.btn-main, .btn-main2 {
  z-index: 1;
  cursor: pointer;
}

.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: 8;
}

.article {
  z-index: 7;
}

.footer {
  z-index: 6;
}

.footer-info {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 10px auto 80px;
}
.footer-info .grid2 {
  margin: 8px auto;
  font-size: 0.813em;
  color: #a3a3a3;
}

.page-head {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.page-head .grid2 {
  margin-top: 210px;
}

.head-group {
  position: absolute;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 3;
  right: 0;
  left: 0;
}

.logo {
  position: absolute;
  overflow: hidden;
  width: 270px;
  height: 220px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo a {
  position: relative;
  display: block;
  z-index: 2;
}
.logo a img, .logo a big {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  top: 100px;
}
.logo a img {
  width: 170px;
  filter: drop-shadow(0 0 8px white);
}
.logo a big {
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  color: #fff;
  text-shadow: 0 0 15px #d51d2f;
}
.logo div {
  position: absolute;
  width: 230px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  transform: rotateZ(45deg);
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.logo div img {
  width: 100%;
}
.logo .column {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  z-index: 1;
  /*transform: rotateZ(90deg) rotateY(180deg);
  @include transition(0.5s all);*/
  /*@keyframes circle2 {
    100%{
    		@include transform(rotate(-360deg));
    	}
  }*/
}
.logo .column .column1, .logo .column .column2, .logo .column .column3 {
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  margin: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.logo .column .column1 {
  width: 90px;
  height: 90px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5M2U4NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa840), color-stop(100%, #f93e84));
  background-image: -moz-linear-gradient(#ffa840, #f93e84);
  background-image: -webkit-linear-gradient(#ffa840, #f93e84);
  background-image: linear-gradient(#ffa840, #f93e84);
  animation: circle1 3s linear infinite;
  z-index: 1;
}
@keyframes circle1 {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.logo .column .column2, .logo .column .column3 {
  z-index: 2;
  /*animation: circle2 40s linear infinite;*/
}
.logo .column .column2 {
  width: 180px;
  height: 180px;
  border: 5px solid #fff;
  opacity: 0;
  filter: blur(1px);
}
.logo .column .column3 {
  width: 210px;
  height: 210px;
  border: 7px solid #fff;
  opacity: 0;
  filter: blur(2px);
}

.m_textbox {
  position: fixed;
  font-size: 13px;
  opacity: 0;
  margin: auto;
  z-index: 8;
  background: #fff;
  width: 100%;
  max-width: 900px;
  height: 80px;
  bottom: 0;
}
.m_textbox .marquee {
  overflow: hidden;
  position: absolute;
  margin: auto;
  top: 8px;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 560px;
}
.m_textbox .marquee div {
  left: 101;
  white-space: nowrap;
  position: absolute;
  top: 0;
  /*-webkit-animation:marquee 13s infinite linear;*/
}

.store-name {
  display: none;
  position: fixed;
  top: 10px;
  left: 3%;
  z-index: 2;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.store-name h1, .store-name h2 {
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
}
.store-name h1 {
  color: #f93e84;
  font-size: 1.25em;
  line-height: 90%;
}
.store-name h2 {
  font-size: 0.875em;
}

.search img {
  width: 20px;
  filter: invert(100%);
  margin: 0 5px;
}

.mainsearchbar {
  display: table;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  padding: 10px 2%;
  min-height: 40px;
  position: relative;
  width: 96%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.mainsearchbar h4 {
  display: inline-block;
  text-align: center;
  min-width: 50px;
  color: #fff;
  margin: 0 1%;
  background: #777;
  padding: 6px 20px;
  font-size: 1em;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.mainsearchbar h4 a {
  color: #fff;
}
.mainsearchbar .btn {
  display: inline-block;
  margin: 0 5px;
  padding: 11px 0;
}
.mainsearchbar .locationsearchbox, .mainsearchbar .searchbox {
  display: table-cell;
  vertical-align: middle;
}
.mainsearchbar .locationsearchbox {
  width: 40%;
}
.mainsearchbar .searchbox {
  width: 60%;
  text-align: right;
}
.mainsearchbar .searchbox a, .mainsearchbar .searchbox form {
  display: inline-block;
  vertical-align: middle;
}
.mainsearchbar .searchbox a {
  padding: 6px 20px;
  color: #fff;
  background: #777;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.mainsearchbar .searchbox form {
  position: relative;
  margin: 0 5px;
}
.mainsearchbar .searchbox input {
  margin: 0;
  width: initial;
  color: #666;
  padding: 8px 0 8px 20px;
  background: #fff;
  border: 1px solid #888;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.mainsearchbar .searchbox ::placeholder {
  color: #333;
}
.mainsearchbar .searchbox .button {
  border: none;
  padding: 0;
  margin: 0;
  right: 10px;
  top: 6px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: none;
  position: absolute;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  opacity: .8;
}

.location {
  position: relative;
  top: 0;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  display: none;
  background: #fff;
  padding: 10px 0;
  max-width: 900px;
}
.location ul {
  padding: 0 3%;
}
.location ul li {
  display: inline-block;
}
.location ul li a {
  display: block;
  padding: 8px;
  margin: 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: 0.875em;
  color: #fff;
}
.commentpen img {
  width: 20px;
  margin-right: 15px;
}

.searchminor {
  right: 10px;
  width: 36px;
  bottom: 50px;
  background: #f27095;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.searchminor img {
  width: 75%;
}

.searchitembox {
  width: 90%;
  display: none;
  overflow: hidden;
  position: absolute;
  margin: 5% auto;
  padding: 1% 1% 50px;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  max-width: 550px;
  z-index: 100;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 0 5px 15px #555;
  -webkit-box-shadow: 0 5px 15px #555;
  box-shadow: 0 5px 15px #555;
}
.searchitembox .gomainpage {
  font-size: 0.875rem;
  padding: 5px 10px;
  text-align: center;
  max-width: 200px;
  display: block;
  margin: 15px auto;
  border: 1px solid #71d2f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.topsearchbar {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 90%;
  margin: auto;
  padding: 5%;
  background: #fff;
  -moz-box-shadow: 0 0 8px #ccc;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  z-index: 9999;
}
.topsearchbar h5, .topsearchbar h6 {
  font-size: 0.938em;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
}
.topsearchbar h5 {
  cursor: pointer;
  line-height: 100%;
  display: inline-block;
  padding: 9px 16px;
  color: #fff;
  background: #53bbdb;
  margin: 15px auto 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.topsearchbar small {
  display: inline-block;
  margin: 0 10px;
}
.topsearchbar .column1 {
  font-size: 0.875rem;
  padding: 8px 0;
}
.topsearchbar h6 {
  display: none;
}
.topsearchbar h6 span {
  color: #f27095;
}
.topsearchbar .topsearchinfo {
  background: #f93e84;
  max-width: 190px;
  position: absolute;
  right: -10%;
  left: 0;
  margin: auto;
  top: 150px;
  display: none;
  font-size: 0.875em;
  padding: 8px;
  color: #fff;
  z-index: 4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.topsearchbar .topsearchinfo div {
  top: -2px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 12px 0 12px;
  border-color: #f93e84 transparent transparent transparent;
  left: -7px;
  transform: rotateZ(15deg);
}
.topsearchbar .topsearchbtn {
  display: none;
  margin: 15px auto 70px;
  padding: 7px 0;
  max-width: 300px;
  width: 96%;
  font-size: 0.875em;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  border: 1px solid #f27095;
  -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: 0.813em;
  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: 0.813rem;
  display: block;
  margin: 6px auto;
  color: #aaa;
}
.topsearchbar .column1 a {
  display: inline-block;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 3px 7px;
  min-width: 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.topsearchbar .column1 a:hover {
  border: 1px solid #f27095;
}
.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 li ul small {
  font-size: 0.813rem;
}
.topsearchbar .column1 .checked {
  background: #f27095;
  color: #fff;
  border: 1px solid #f27095;
}

.topsearchinfobar {
  font-size: 0.875em;
  display: none;
  margin: 15px auto;
  padding: 15px 2%;
  width: 90%;
  text-align: center;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.topsearchinfobar h5 {
  font-size: 1rem;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  color: #53bbdb;
}
.topsearchinfobar a {
  display: block;
  padding: 10px;
  margin: 5px auto;
  max-width: 200px;
  border: 1px solid #888;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.topsearchinfobar a img {
  width: 12px;
  margin-right: 10px;
  opacity: .7;
}
.topsearchinfobar a:hover {
  border: 1px solid #f27095;
}

.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;
}

.topsearchblock, .searchitemblock {
  display: none;
  height: 150%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}

.searchitemblock {
  height: 200%;
}

.footerbtn {
  position: relative;
  text-align: center;
}
.footerbtn form {
  display: inline-block;
  margin: 0 0 0 2%;
}
.footerbtn .searchgotop {
  display: none;
  position: relative;
  cursor: pointer;
  height: 42px;
  width: 120px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 0.875em;
  border: 1px solid #f27095;
  background: #f27095;
  margin: 30px 10px auto;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.footerbtn .searchgotop img {
  width: 16px;
  margin-right: 5px;
  filter: invert(100%);
}

.logingrid {
  position: absolute;
  right: 20px;
  top: 110px;
  z-index: 10;
}
.logingrid a {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 10px auto;
  width: 30px;
  height: 30px;
}
.logingrid a img, .logingrid a span {
  position: absolute;
  width: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logingrid a img {
  top: 0;
}
.logingrid a span {
  text-align: center;
  top: -50px;
  font-size: 0.875em;
  line-height: 110%;
}
.logingrid a:hover span {
  top: 0;
}
.logingrid a:hover img {
  top: 40px;
}

.loginbox {
  display: none;
  position: absolute;
  padding: 10% 5%;
  top: 0;
  width: 90%;
  left: 0;
  z-index: 9999;
}
.loginbox form li {
  display: block;
  margin: auto;
}
.loginbox form li small {
  display: block;
  margin: 10px auto;
}
.loginbox .errbar, .loginbox .grid1 {
  margin: auto;
  max-width: 500px;
  font-size: 0.938em;
  width: 92%;
  padding: 15px 4%;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.loginbox .loginonote {
  display: none;
  margin-bottom: 10px;
}
.loginbox .loginonote .errbar {
  color: #ff4343;
}
.loginbox .grid1 a, .loginbox .grid1 big {
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  color: #555;
}
.loginbox .grid1 big {
  display: block;
  margin: 7px auto;
  font-size: 1.25em;
  font-weight: 500;
}
.loginbox .grid1 a {
  display: inline-block;
}
.loginbox .grid1 a img {
  margin-right: 5px;
  width: 25px;
  opacity: .8;
}
.loginbox .grid1 .column1, .loginbox .grid1 .column2 {
  display: block;
  margin: 22px auto;
}
.loginbox .grid1 .column2 {
  display: none;
}

.SNSs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 9998;
}
.SNSs strong, .SNSs big {
  font-size: 1rem;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
}
.SNSs big {
  margin: 8px auto;
}
.SNSs big span {
  font-size: 15px;
  color: #ef6fc8;
  padding-right: 6px;
}
.SNSs .column {
  position: fixed;
  text-align: center;
  right: 0;
  left: 0;
  top: 80%;
  font-size: 0.875em;
  padding: 3%;
  width: 80%;
  margin: auto;
  max-width: 360px;
  background: #fff;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 3px 8px #666;
  -webkit-box-shadow: 0 3px 8px #666;
  box-shadow: 0 3px 8px #666;
  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 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.SNSs .column .column1 .child span {
  display: block;
  position: relative;
  padding: 10px;
  z-index: 1;
  border: 2px dotted #ccc;
  z-index: 1;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.SNSs .column .column1 .child span .ok {
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ef6fc8;
}
.SNSs .column .column1 .child span .ok img {
  width: 60%;
}
.SNSs .column .column1 .child:hover span {
  border: 2px dotted #ef6fc8;
}
.SNSs .column .column2 ul {
  margin: 15px auto;
  text-align: center;
}
.SNSs .column .column2 ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: 70px;
  text-align: center;
}
.SNSs .column .column2 ul li a {
  display: block;
}
.SNSs .column .column2 ul li a small {
  display: block;
  font-size: 13px;
}
.SNSs .column .column2 ul li div {
  margin: 5px auto;
  width: 40px;
  height: 40px;
}
.SNSs .column .column2 ul li div img {
  width: 90%;
  -moz-transition: all 0.36s;
  -o-transition: all 0.36s;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
}
.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 {
  margin-top: -3px;
  width: 100%;
  transform: rotateZ(360deg);
}
.SNSs .column .column2 .snsclose {
  margin: 20px auto 0;
  padding: 5px;
  display: block;
  text-align: center;
  max-width: 80px;
}
.SNSs .column .column2 .snsclose img {
  margin: 0 5px;
  width: 15px;
  opacity: .6;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
}

.gotop, .godown {
  position: fixed;
  right: 10px;
  width: 30px;
  height: 30px;
  bottom: -40px;
  z-index: 9997;
  cursor: pointer;
  opacity: .8;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.gotop img, .godown img {
  width: 100%;
}

.gotop:hover {
  opacity: 1;
}

.msg {
  text-align: center;
  margin: 50px auto;
}
.msg img {
  width: 40px;
  margin: 20px auto;
}

.page_note, .inpagenote {
  max-width: 300px;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  width: 80%;
  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: 100px;
  display: none;
}

.talkbar {
  position: fixed;
  width: 94%;
  padding: 15% 3%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.5);
}
.talkbar span {
  display: block;
  max-width: 400px;
  font-size: 0.875em;
  color: #fff;
  margin: auto;
  padding: 5px 10px;
  background: #555;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0px 2px 2px #555;
  -webkit-box-shadow: 0px 2px 2px #555;
  box-shadow: 0px 2px 2px #555;
}

.none {
  text-align: center;
  font-size: 0.875em;
  width: 100%;
  padding: 200px 0;
}
.none img {
  display: block;
  width: 26px;
  margin: 5px auto;
  opacity: .7;
}

.closebtn {
  cursor: pointer;
  text-align: center;
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 38px;
  z-index: 2;
}
.closebtn img {
  width: 40%;
}

.mainclosebtn, .searchitemclose {
  border: 1px solid #555;
  width: 40px;
  line-height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: none;
  position: relative;
  cursor: pointer;
  height: 40px;
  background: #fff;
  margin: 30px auto;
}
.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;
}

.morebtn {
  display: inline-block;
  cursor: pointer;
  font-size: 0.938em;
  border: solid 1px #f2506e;
  padding: 12px 25px;
  min-width: 150px;
  margin: 5px;
  text-align: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.7);
}
.morebtn big {
  font-size: 1.125em;
  font-weight: bold;
  color: #5dbce1;
  margin-left: 10px;
}
.morebtn img {
  opacity: .6;
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.morebtn:hover {
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
}
.morebtn:hover img {
  opacity: 1;
}

.popup_box {
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  z-index: 99999998;
}
.popup_box .column, .popup_box .block {
  position: absolute;
}
.popup_box .block {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNzE4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGE3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #dd7185), color-stop(100%, #004a77));
  background-image: -moz-linear-gradient(top, #dd7185, #004a77);
  background-image: -webkit-linear-gradient(top, #dd7185, #004a77);
  background-image: linear-gradient(to bottom right, #dd7185, #004a77);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 1;
}
.popup_box .column {
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  width: 90%;
  max-width: 400px;
  padding: 2%;
  margin: auto;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  -moz-box-shadow: 0 2px 8px #333;
  -webkit-box-shadow: 0 2px 8px #333;
  box-shadow: 0 2px 8px #333;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.popup_box .column span {
  display: block;
  text-align: justify;
  letter-spacing: 1px;
  color: #555;
  padding: 10px;
}
.popup_box .column div {
  cursor: pointer;
  display: inline-block;
  margin: 10px 1%;
  padding: 10px 1%;
  width: 45%;
  border: 1px solid #F22E24;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup_box2 {
  position: fixed;
  max-width: 250px;
  z-index: 100;
  padding: 10px;
  right: -320px;
  font-size: 0.938em;
  border: 3px solid #f93e84;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  background: #fff;
  -moz-box-shadow: 0 2px 8px #333;
  -webkit-box-shadow: 0 2px 8px #333;
  box-shadow: 0 2px 8px #333;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.popup_box2 big {
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 10px auto 0;
  display: block;
}
.popup_box2 small {
  display: block;
  margin: 10px auto;
}
.popup_box2 i {
  margin: 0 3px;
  font-weight: bold;
  font-size: 110%;
  color: #f93e84;
}
.popup_box2 .popupclose2 {
  font-size: 0.875rem;
  margin-top: 15px;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #888;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.popup_box2 .dot {
  position: absolute;
  width: 3px;
  height: 20px;
  background: #f93e84;
}
.popup_box2 .dot1 {
  top: -32px;
  left: 0;
  transform: rotate(-15deg);
}
.popup_box2 .dot2 {
  top: -24px;
  left: -16px;
  transform: rotate(-45deg);
}
.popup_box2 .dot3 {
  top: -8px;
  left: -28px;
  transform: rotate(-80deg);
}

.markqty {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  background: red;
  vertical-align: middle;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.markqty span {
  padding: 0 5px;
}

/***********nav&menu*************************************************/
.nav-dot {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: #fff;
  width: 100%;
  height: 55px;
  z-index: 2;
  -moz-box-shadow: 0 0 6px #777;
  -webkit-box-shadow: 0 0 6px #777;
  box-shadow: 0 0 6px #777;
}

.nav-cssbutton, .nav-close {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nav-cssbutton {
  background: #f27095;
  z-index: 11;
}
.nav-cssbutton .grid1, .nav-cssbutton .grid2, .nav-cssbutton .grid3 {
  width: 60%;
  height: 2px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: #fff;
}
.nav-cssbutton .grid1 {
  top: 30%;
}
.nav-cssbutton .grid2 {
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nav-cssbutton .grid3 {
  bottom: 30%;
}

.nav-close {
  display: none;
  z-index: 12;
}

.hovereven {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}

.navhome, .nav, .minornav, .minornavhome {
  position: fixed;
  text-align: center;
  font-size: 1em;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  z-index: 4;
}
.navhome .mainnav li, .nav .mainnav li, .minornav .mainnav li, .minornavhome .mainnav li {
  position: relative;
}
.navhome .mainnav li a, .nav .mainnav li a, .minornav .mainnav li a, .minornavhome .mainnav li a {
  position: relative;
  display: block;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
.navhome .mainnav li .onpage, .nav .mainnav li .onpage, .minornav .mainnav li .onpage, .minornavhome .mainnav li .onpage {
  background: #f27095;
  color: #fff;
}
.navhome .mainnav .menu_second, .nav .mainnav .menu_second, .minornav .mainnav .menu_second, .minornavhome .mainnav .menu_second {
  font-size: 0.875rem;
  display: none;
  position: relative;
  background: #555;
  padding: 15px 0;
}
.navhome .mainnav .menu_second li, .nav .mainnav .menu_second li, .minornav .mainnav .menu_second li, .minornavhome .mainnav .menu_second li {
  display: block;
}
.navhome .mainnav .menu_second li a, .nav .mainnav .menu_second li a, .minornav .mainnav .menu_second li a, .minornavhome .mainnav .menu_second li a {
  border-right: none;
  padding: 6px 0;
}

.navhome, .nav {
  position: absolute;
  top: 155px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
.navhome .mainnav li, .nav .mainnav li {
  text-align: center;
  display: inline-block;
  margin: 0 3px;
}
.navhome .mainnav li a, .nav .mainnav li a {
  min-width: 60px;
  padding: 6px 15px;
  background: #fff8f3;
  border: 2px solid #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZDlkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f9d9d2), color-stop(100%, #fff8f3));
  background-image: -moz-linear-gradient(bottom, #f9d9d2, #fff8f3);
  background-image: -webkit-linear-gradient(bottom, #f9d9d2, #fff8f3);
  background-image: linear-gradient(to top, #f9d9d2, #fff8f3);
}
.navhome .mainnav li a:hover, .nav .mainnav li a:hover {
  color: #fff;
  background: #f27095;
}

.minornav, .minornavhome {
  width: 100%;
  top: 0;
  z-index: 11;
  right: 0;
  display: none;
}
.minornav .mainnav, .minornavhome .mainnav {
  top: 50px;
  right: 0;
  width: 100%;
  padding: 2% 0;
}
.minornav .mainnav .menu_first, .minornavhome .mainnav .menu_first {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto;
  display: none;
}
.minornav .mainnav .menu_first li, .minornavhome .mainnav .menu_first li {
  width: 96%;
  display: block;
  margin: auto;
}
.minornav .mainnav .menu_first li a, .minornavhome .mainnav .menu_first li a {
  color: #fff;
  padding: 10px;
  z-index: 2;
}

.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********************************************/
.backgroundimg, .slides li .column1, .gridbackground, .backgroundvideo {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  max-width: 1920px;
  height: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.backgroundimg .bg, .slides li .column1 .bg, .gridbackground .bg, .backgroundvideo .bg {
  top: 0;
  width: 100%;
  right: -100%;
  left: -100%;
  margin: auto;
  position: absolute;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 1;
}

.gridbackground {
  height: 100%;
}
.gridbackground .bg {
  top: -100%;
  bottom: -100%;
}

.backgroundimg_info {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  bottom: 30px;
  z-index: 2;
}
.backgroundimg_info small {
  position: absolute;
  right: 20px;
  top: 0;
  padding: 2px 5px;
  color: #fff;
  background: #000;
  opacity: .1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.backgroundimg_info small a, .backgroundimg_info small i {
  display: block;
  font-style: normal;
  font-size: 0.75em;
}

.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: #f56060;
  position: absolute;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  height: 36px;
  line-height: 36px;
  right: 10px;
  top: -25px;
  display: none;
  opacity: 0;
  font-size: 0.813rem;
  padding: 0 15px;
  color: #fff;
  z-index: 4;
}
.info .arrow {
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #f56060 transparent transparent transparent;
  left: 15px;
}

.error_text {
  font-size: 0.875em;
  color: #fff;
  padding: 0 5px;
}

.error_input {
  font-size: 0.875em;
  color: #f56060;
  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, .loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loader {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjZlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #ffe9e9), color-stop(100%, #fff6ec));
  background-image: -moz-linear-gradient(bottom, #ffe9e9, #fff6ec);
  background-image: -webkit-linear-gradient(bottom, #ffe9e9, #fff6ec);
  background-image: linear-gradient(to top right, #ffe9e9, #fff6ec);
  z-index: 99999999;
}
.loader div, .loader span {
  position: absolute;
  top: 40%;
}
.loader div {
  width: 50px;
  height: 50px;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
.loader div img {
  position: absolute;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  animation: loader 1.5s ease-in-out infinite;
}
@keyframes loader {
  0% {
    width: 85%;
    opacity: 1;
  }
  10% {
    width: 0%;
    opacity: 0;
  }
  35% {
    width: 0%;
    opacity: 0;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  60% {
    width: 80%;
  }
  70% {
    width: 90%;
  }
  90% {
    width: 85%;
  }
  100% {
    width: 85%;
    opacity: 1;
  }
}
.loader span {
  margin-top: 38px;
  color: #999;
  font-size: 0.913em;
  padding-top: 10px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.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 {
  z-index: 9999999;
}
.loading span {
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  width: 120px;
  font-size: 0.875em;
  color: #fff;
  padding: 6px 15px;
  background: #f74b4b;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.belowmenu {
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 50px;
  width: 100%;
  max-width: 600px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1MTUxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0YTRhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #151515), color-stop(100%, #a4a4a4));
  background-image: -moz-linear-gradient(bottom, #151515, #a4a4a4);
  background-image: -webkit-linear-gradient(bottom, #151515, #a4a4a4);
  background-image: linear-gradient(to top, #151515, #a4a4a4);
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 9;
}
.belowmenu ul {
  display: inline-block;
  padding: 5px 10px;
}
.belowmenu li {
  float: left;
  border-right: 1px solid #939393;
  border-left: 1px solid #555;
}
.belowmenu a {
  display: block;
  font-size: 0.938em;
  color: #fff;
  line-height: 40px;
  min-width: 60px;
  padding: 0 10px;
  margin: auto;
}
.belowmenu a span, .belowmenu a img {
  position: relative;
}
.belowmenu a:hover {
  color: #ffedd6;
}
.belowmenu li:last-child {
  border-right: none;
}
.belowmenu li:first-child {
  border-left: none;
}

/***********page*********************************************************/
.home_wrapper, .wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.wrapper {
  z-index: 2;
  min-height: 500px;
}

.container {
  display: none;
  font-size: 0.875em;
  padding: 10px 5%;
  width: 90%;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container div {
  margin-right: 70px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container i {
  font-style: normal;
}
.container img {
  opacity: .7;
  width: 10px;
  margin: 0 7px;
}

.newslist, .main_newslist {
  width: 100%;
  position: relative;
}
.newslist .column, .main_newslist .column {
  width: 100%;
  margin: auto;
  text-align: center;
}
.newslist li, .main_newslist li {
  position: relative;
  text-align: left;
  margin: 15px 2%;
  max-width: 380px;
  width: 96%;
  vertical-align: top;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -moz-box-shadow: 0 2px 8px #ccc;
  -webkit-box-shadow: 0 2px 8px #ccc;
  box-shadow: 0 2px 8px #ccc;
}
.newslist li h4, .main_newslist li h4 {
  font-size: 1.125em;
  font-weight: 500;
}
.newslist li .img, .main_newslist li .img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f2e8d5;
}
.newslist li .img img, .main_newslist li .img 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;
}
.newslist li .child1 span, .newslist li .child1 img, .newslist li .child4 span, .newslist li .child4 img, .main_newslist li .child1 span, .main_newslist li .child1 img, .main_newslist li .child4 span, .main_newslist li .child4 img {
  vertical-align: middle;
  display: inline-block;
}
.newslist li .child1 img, .newslist li .child4 img, .main_newslist li .child1 img, .main_newslist li .child4 img {
  width: 15px;
}
.newslist li .child1, .main_newslist li .child1 {
  position: absolute;
  font-size: 0.875em;
  color: #fff;
  background: #ef8886;
  top: 180px;
  right: 20px;
  padding: 1px 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist li .child1 img, .main_newslist li .child1 img {
  margin-left: 5px;
  filter: invert(100%);
}
.newslist li .child2, .newslist li .child3, .newslist li .child4, .main_newslist li .child2, .main_newslist li .child3, .main_newslist li .child4 {
  margin: 10px 15px;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.newslist li .child2, .main_newslist li .child2 {
  color: #333;
  -webkit-line-clamp: 1;
}
.newslist li .child3, .main_newslist li .child3 {
  color: #888;
  font-size: 0.875rem;
  -webkit-line-clamp: 2;
}
.newslist li .child4, .main_newslist li .child4 {
  display: table;
  width: 100%;
  margin: 10px 0;
  font-size: 0.75rem;
  color: #acacac;
}
.newslist li .child4 div, .main_newslist li .child4 div {
  display: table-cell;
  padding: 0 15px;
}
.newslist li .child4 div img, .main_newslist li .child4 div img {
  opacity: .3;
  margin-right: 8px;
}
.newslist li .child4 div:last-child, .main_newslist li .child4 div:last-child {
  text-align: right;
}
.newslist li:hover, .main_newslist li:hover {
  -moz-box-shadow: 0 3px 15px #bbb;
  -webkit-box-shadow: 0 3px 15px #bbb;
  box-shadow: 0 3px 15px #bbb;
}
.newslist li:hover .child1, .main_newslist li:hover .child1 {
  opacity: .3;
}

.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 {
  margin: 30px auto;
  max-width: 1000px;
  width: 94%;
  text-align: left;
}
.listpagebtn ul {
  text-align: center;
}
.listpagebtn li {
  font-size: 0.875em;
  display: inline-block;
  text-align: center;
  margin: 5px 3px;
  border: 1px solid #f27095;
  color: #fff;
  background: #f27095;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -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;
}
.listpagebtn li a {
  display: block;
  color: #ccc;
}
.listpagebtn li:hover a {
  color: #f27095;
}
.listpagebtn .pagebtn {
  border: 1px solid #ccc;
  background: initial;
}

.item {
  display: inline-block;
  vertical-align: top;
  margin: 1%;
  width: 28%;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 8px solid #fff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 0 3px 7px #ccc;
  -webkit-box-shadow: 0 3px 7px #ccc;
  box-shadow: 0 3px 7px #ccc;
}

.pd-siez, .pd-country, .pd-special {
  position: absolute;
  color: #fff;
  padding: 3px 5px;
}

.pd-siez, .pd-country {
  background: rgba(160, 160, 160, 0.8);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pd-siez small, .pd-country small {
  color: #fff;
}
.pd-siez span, .pd-siez big, .pd-country span, .pd-country big {
  margin: 0 3px;
}

.pd-siez {
  left: 0;
  bottom: 0;
  font-size: 0.875rem;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}
.pd-siez big {
  font-size: 0.938rem;
}

.pd-country, .pd-special {
  top: 8px;
  right: 8px;
  font-size: 1rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.pd-special {
  left: 8px;
  right: initial;
  background: #ffab3f;
  font-size: 0.875rem;
}

.pd-pic {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.pd-pic a {
  display: block;
}
.pd-pic img, .pd-pic video {
  position: absolute;
  right: -100%;
  left: -100%;
  top: 0;
  margin: auto;
}
.pd-pic img {
  width: 115%;
}
.pd-pic video {
  width: 100%;
}

.group {
  text-align: left;
}

.pd-info {
  position: relative;
  font-family: "Noto Sans TC","黑體-繁","微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
}
.pd-info div {
  margin: 2px auto;
  display: block;
  padding: 0 5px;
}
.pd-info .pd-name {
  margin: 0 auto 10px;
  display: block;
  color: #fff;
  font-size: 1.125rem;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f498b6;
  padding: 5px 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pd-info .pd-name a {
  color: #f74b4b;
  display: block;
}
.pd-info .pd-name a small {
  display: none;
}
.pd-info .pd-name i {
  font-size: 0.875rem;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.pd-info .pd-name small {
  font-size: 0.75rem;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  color: #fff;
  padding-left: 5px;
}
.pd-info .pd-location span {
  padding-right: 3px;
}
.pd-info .moreinfo {
  font-size: 90%;
  color: #ee7e64;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.pd-price {
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
}
.pd-price div {
  padding: 0;
  font-size: 0.875rem;
  margin: 0;
}
.pd-price div div {
  display: inline-block;
}
.pd-price div div span {
  font-size: 0.938rem;
  padding: 0 1px;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

.more-img {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -100%;
  left: -100%;
  top: -60%;
  bottom: -100%;
  margin: auto;
  opacity: 0;
  background: #fff;
  -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;
}
.more-img img {
  position: absolute;
  width: 65%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item:hover a, .morephoto:hover a {
  -moz-box-shadow: 0 5px 10px #888;
  -webkit-box-shadow: 0 5px 10px #888;
  box-shadow: 0 5px 10px #888;
}
.item:hover .more-img, .morephoto:hover .more-img {
  top: -100%;
  width: 50px;
  height: 50px;
  opacity: 1;
}
.item:hover .more-img img, .morephoto:hover .more-img img {
  transform: rotateZ(360deg);
}

/*******************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;
}

.inpage_block, .box_block {
  opacity: .9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4MTgxOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d6d), color-stop(100%, #181818));
  background-image: -moz-linear-gradient(top, #6d6d6d, #181818);
  background-image: -webkit-linear-gradient(top, #6d6d6d, #181818);
  background-image: linear-gradient(to bottom, #6d6d6d, #181818);
}

.box_block {
  height: 0;
  width: 0;
  left: initial;
  margin: initial;
  z-index: 1;
}

.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);
}
