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 {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  color: #333;
  height: auto;
  font-size: 15px;
  position: relative;
}

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

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

h2 {
  font-size: 21px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

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

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

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

br {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

a:hover {
  color: #111;
}

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

form li {
  position: relative;
}

input, select, textarea, input[type="file"] + label {
  position: relative;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  font-size: 14px;
  background: none;
  width: 95%;
  border: 1px dashed #0e6eb8;
  padding: 7px 2%;
  margin: 5px auto;
  -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: 80px;
}

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

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

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

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

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

address {
  font-style: normal;
}

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

.btn-Pokayoke, .btn-main, .btn-main2 {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0e6eb8;
  background: #fff;
}

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

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

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

.header {
  height: 130px;
  z-index: 7;
}

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

.footer-info {
  text-align: center;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 30px 0 0;
}
.footer-info .grid1 {
  display: block;
  font-size: 14px;
  margin: auto;
  max-width: 1400px;
}
.footer-info .grid1 .child {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: center;
  margin: 50px 3%;
}
.footer-info .grid1 .child div {
  position: relative;
  margin: 5px auto;
  opacity: .9;
  width: 65px;
  height: 65px;
  border: dotted 2px #8ab0d0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.footer-info .grid1 .child div img {
  position: absolute;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  width: 30%;
  filter: invert(100%);
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.footer-info .grid1 .child span {
  display: block;
  margin: 5px auto;
}
.footer-info .grid1 .child:hover div {
  opacity: 1;
  background: #6da0cc;
}
.footer-info .grid1 .child:hover img {
  width: 35%;
}
.footer-info .grid2 {
  color: #666;
  padding: 6px 0;
  font-size: 13px;
  opacity: .5;
}
.footer-info .grid3 {
  position: relative;
  display: none;
  width: 100%;
  height: 300px;
}

.headerbar {
  position: fixed;
  height: 80px;
  width: 100%;
  max-width: 1920px;
  background: #fff;
  z-index: 10;
}
.headerbar .headeffect {
  position: relative;
  top: 5px;
  margin: auto;
  width: 230px;
}
.headerbar .headeffect .logo {
  width: 100%;
  margin: auto;
}
.headerbar .headeffect .logo img {
  width: 100%;
  height: initial;
}
.headerbar .headeffect h1 {
  position: absolute;
  opacity: 0;
  width: 180px;
  left: 320px;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 65%;
}
.headerbar .headeffect h1 big {
  font-size: 20px;
}
.headerbar .headeffect h1 small {
  display: block;
  font-size: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

.searchitemclose {
  margin: 0 auto;
}

.snsbar {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
}
.snsbar a {
  display: inline-block;
  margin: 5px;
  width: 30px;
  opacity: .7;
}
.snsbar a img {
  width: 100%;
}
.snsbar a:hover {
  opacity: 1;
}

.SNSs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 9999;
}
.SNSs big {
  margin: 15px auto;
  font-size: 15px;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.SNSs .column {
  position: fixed;
  right: 0;
  left: 0;
  font-size: 14px;
  padding: 2%;
  width: 80%;
  margin: auto;
  max-width: 520px;
  background: #fff;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  margin: 10px auto;
  z-index: 1;
  border: 1px dashed #ccc;
  z-index: 1;
  overflow: hidden;
}
.SNSs .column .column1 .child span .ok {
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #2a8dd9;
}
.SNSs .column .column1 .child span .ok img {
  width: 40%;
  filter: invert(100%);
}
.SNSs .column .column1 .child:hover span {
  border: 1px dashed #2a8dd9;
}
.SNSs .column .column2 small a {
  color: #0e6eb8;
}
.SNSs .column .column2 ul {
  margin: 15px auto;
  text-align: center;
}
.SNSs .column .column2 ul li {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  text-align: center;
  margin: 0 8px;
}
.SNSs .column .column2 ul li a {
  display: inline-block;
}
.SNSs .column .column2 ul li a img {
  position: relative;
}
.SNSs .column .column2 ul li div {
  margin: 5px auto;
  width: 46px;
  height: 46px;
}
.SNSs .column .column2 ul li div img {
  width: 100%;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.SNSs .column .column2 ul li span {
  font-weight: bold;
  display: block;
  margin: 5px auto;
  color: #222;
}
.SNSs .column .column2 ul li a:hover div {
  opacity: 1;
}
.SNSs .column .column2 ul li a:hover img {
  top: -5px;
  transform: rotateZ(8deg);
}
.SNSs .column .column2 .snsclose {
  margin: 20px auto 0;
  padding: 5px;
  display: block;
  text-align: center;
  max-width: 80px;
  cursor: pointer;
}
.SNSs .column .column2 .snsclose img {
  margin: 0 5px;
  width: 15px;
  opacity: .6;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.SNSs .column .column2 .snsclose:hover img {
  opacity: 1;
  transform: rotateY(180deg) rotateX(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+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDE0MTQiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(20, 20, 20, 0.6)), color-stop(100%, rgba(20, 20, 20, 0.9)));
  background-image: -moz-linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.9));
  background-image: -webkit-linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.9));
  background-image: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.9));
}

.commenthead {
  padding: 15px 15px 30px 15px;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
}
.commenthead .startotal, .commenthead .starsort {
  margin: 10px auto;
}
.commenthead .startotal {
  font-size: 22px;
  color: #ff8400;
}
.commenthead .startotal div {
  display: inline-block;
  margin-left: 5px;
}
.commenthead .startotal div .star {
  font-size: 22px;
}
.commenthead .startotal small {
  color: #ff8400;
  font-size: 17px;
  letter-spacing: 1px;
}
.commenthead .starsort {
  font-size: 13px;
}
.commenthead .starsort span {
  position: relative;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  text-align: center;
  min-width: 80px;
  cursor: pointer;
  display: inline-block;
  padding: 0 3px;
  margin: 3px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.commenthead .starsort span a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.commenthead .starsort .onpage {
  border: 1px solid #ff8400;
}

.reviewslist li {
  padding: 10px 0;
  border-bottom: 1px dashed #e7e7e7;
}
.reviewslist li h5, .reviewslist li big, .reviewslist li .storage {
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.reviewslist li .child2 i {
  display: inline-block;
  font-size: 12px;
  color: #888;
  margin-left: 6px;
}
.reviewslist li .child2 h5 {
  margin: 5px auto;
  font-size: 15px;
}
.reviewslist li .child2 small {
  font-size: 14px;
}
.reviewslist li .child2 .forum {
  max-width: 300px;
  margin: 10px 0 20px 25px;
}
.reviewslist li .child2 .forum ul li {
  border: none;
}
.reviewslist li .child2 .forum ul li big {
  display: block;
  font-size: 15px;
}
.reviewslist li .child2 .forum ul li span {
  font-size: 14px;
}
.reviewslist li .child2 .forum .reform, .reviewslist li .child2 .forum .rebtnbox {
  display: none;
}
.reviewslist li .child2 .forum .chatbar a {
  font-size: 13px;
  line-height: 100%;
  width: 100px;
  display: block;
  padding: 5px;
  border: 1px dashed #0e6eb8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.reviewslist li .child2 .forum .chatbar a img {
  opacity: .6;
  width: 18px;
  margin: 0 5px;
}
.reviewslist li .child2 .forum .chatbar a span {
  vertical-align: middle;
}
.reviewslist li .child2 .forum .chatbar a:hover img {
  opacity: 1;
}
.reviewslist li:last-child {
  border: none;
}

.rating {
  margin: 5px auto;
}
.rating span {
  letter-spacing: 1px;
  font-size: 18px;
  color: #dbdbdb;
}
.rating .star {
  color: #ff8400;
}

.opacity {
  opacity: .45;
}

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

/***********nav&menu*************************************************/
.nav-dot, .nav, .navhome {
  max-width: 1920px;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
}

.nav-dot {
  display: none;
  background: #6da0cc;
  position: fixed;
  height: 50px;
  top: 0;
  z-index: 9;
}

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

.nav-cssbutton {
  z-index: 11;
  border: 1px solid #ccc;
  background: #fff;
}
.nav-cssbutton .grid1, .nav-cssbutton .grid2, .nav-cssbutton .grid3 {
  width: 20px;
  height: 3px;
  right: 15px;
  position: absolute;
  background: #2a8dd9;
}
.nav-cssbutton .grid1 {
  top: 15px;
}
.nav-cssbutton .grid2 {
  top: 23px;
}
.nav-cssbutton .grid3 {
  top: 31px;
}

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

.mainmenu {
  top: 80px;
  position: fixed;
  width: 100%;
  max-width: 1920px;
  background: #fff;
  border-top: 1px solid #dbe7eb;
  border-bottom: 1px solid #b1cde5;
}

.minordiritem {
  display: none;
}

.navhome, .nav, .minornav, .minornavhome {
  position: relative;
  z-index: 9;
}
.navhome a, .nav a, .minornav a, .minornavhome a {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.navhome .menu_second, .navhome .menu_third, .nav .menu_second, .nav .menu_third, .minornav .menu_second, .minornav .menu_third, .minornavhome .menu_second, .minornavhome .menu_third {
  display: none;
}
.navhome .menu_third li a span, .nav .menu_third li a span, .minornav .menu_third li a span, .minornavhome .menu_third li a span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.navhome .menu_third li:hover a span, .nav .menu_third li:hover a span, .minornav .menu_third li:hover a span, .minornavhome .menu_third li:hover a span {
  -webkit-line-clamp: 5;
}

.nav, .navhome {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .mainnav, .navhome .mainnav {
  width: 90%;
  margin: auto;
  text-align: center;
}
.nav .mainnav .menu_first li, .navhome .mainnav .menu_first li {
  position: relative;
  display: inline-block;
}
.nav .mainnav .menu_first li a, .navhome .mainnav .menu_first li a {
  font-family: "Noto Sans TC";
  font-weight: 500;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  min-width: 60px;
}
.nav .mainnav .menu_first li a:hover, .navhome .mainnav .menu_first li a:hover {
  background: #2a8dd9;
  color: #fff;
}
.nav .mainnav .menu_first ul, .navhome .mainnav .menu_first ul {
  position: absolute;
  min-width: 180px;
  border: 1px solid #ccc;
  background: #ffffff;
}
.nav .mainnav .menu_first .menu_second, .navhome .mainnav .menu_first .menu_second {
  left: 0;
}
.nav .mainnav .menu_first .menu_second li, .navhome .mainnav .menu_first .menu_second li {
  display: block;
  margin: 0;
}
.nav .mainnav .menu_first .menu_second li a, .navhome .mainnav .menu_first .menu_second li a {
  line-height: initial;
  height: initial;
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.nav .mainnav .menu_first .menu_second li:last-child a, .navhome .mainnav .menu_first .menu_second li:last-child a {
  border: none;
}
.nav .mainnav .menu_first .menu_third, .navhome .mainnav .menu_first .menu_third {
  top: 0;
  left: 100%;
  width: 180px;
}

.minornav, .minornavhome {
  display: none;
  position: absolute;
  width: 100%;
  top: 90px;
}
.minornav .mainnav, .minornavhome .mainnav {
  position: absolute;
  max-width: 500px;
  right: 0;
  left: 0;
  padding-bottom: 50px;
  margin: auto;
  text-align: center;
  z-index: 101;
}
.minornav .menu_first, .minornavhome .menu_first {
  display: none;
}
.minornav .menu_first li a, .minornavhome .menu_first li a {
  color: #2a8dd9;
  font-size: 15px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
.minornav .menu_first li:last-child a, .minornavhome .menu_first li:last-child a {
  border-bottom: none;
}
.minornav .menu_first li:first-child a, .minornavhome .menu_first li:first-child a {
  border-top: none;
}
.minornav .menu_second li a, .minornavhome .menu_second li a {
  color: #333;
  padding: 6px 0;
  border: none;
}
.minornav .menu_second li:last-child a, .minornavhome .menu_second li:last-child a {
  border-bottom: none;
}
.minornav .menu_third li, .minornavhome .menu_third li {
  border-top: none;
}
.minornav .menu_third li a, .minornavhome .menu_third li a {
  font-size: 13px;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", sans-serif;
  padding: 3px 0;
  font-weight: normal;
}

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

.backgroundimg {
  position: fixed;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.backgroundimg .bg {
  top: 0;
}
.backgroundimg .boxblock {
  display: none;
  opacity: .65;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwNjA4ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiN2M5NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #b0608d), color-stop(100%, #6b7c97));
  background-image: -moz-linear-gradient(right, #b0608d, #6b7c97);
  background-image: -webkit-linear-gradient(right, #b0608d, #6b7c97);
  background-image: linear-gradient(to left, #b0608d, #6b7c97);
}

.gridbackground {
  height: 100%;
}
.gridbackground .bg {
  bottom: -100%;
  top: -100%;
  min-width: 900px;
}

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

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

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

.gotop {
  text-align: center;
  position: fixed;
  right: 10px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  bottom: -40px;
  background: #666;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  transform: rotateZ(180deg);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.gotop img {
  width: 70%;
  filter: invert(100%);
}

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

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

.loader {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZWJmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7ebff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #e7ebff, #ffffff);
  background-image: -webkit-linear-gradient(top, #e7ebff, #ffffff);
  background-image: linear-gradient(to bottom, #e7ebff, #ffffff);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  display: block;
  z-index: 99999999;
}
.loader img {
  width: 100px;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -50px;
  position: absolute;
  animation: loader 3s ease infinite;
}
@keyframes loader {
  50% {
    filter: brightness(160%);
  }
  100% {
    filter: brightness(100%);
  }
}
.loader_block {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.loader_block .page_note {
  display: none;
  top: 250px;
  position: absolute;
  right: 20px;
  left: 20px;
}

/***********page*********************************************************/
.container {
  position: relative;
  font-size: 13px;
  padding: 15px 2%;
  top: 0;
  width: 96%;
  margin: auto;
  max-width: 1000px;
  z-index: 99999;
  color: #888;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.container div {
  margin: auto;
}
.container div span {
  display: inline-block;
  line-height: 150%;
}
.container a {
  color: #888;
}
.container i {
  font-style: normal;
  color: #222;
}
.container img {
  opacity: .7;
  width: 10px;
  margin: 0 7px;
}

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

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

.item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0.5%;
  width: 32%;
  min-width: 300px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.item a, .item .add-cart {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
.item a {
  height: 250px;
}

.pd-pic {
  position: relative;
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: #d7d7d7;
}
.pd-pic img {
  position: absolute;
  width: 100%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.pd-info {
  display: none;
}

.pd-name {
  font-weight: 500;
  font-family: "Noto Sans TC";
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  text-align: center;
  right: 10px;
  left: 10px;
  bottom: 15px;
  margin: auto;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
  font-size: 15px;
}

.pd-btn {
  display: none;
}

.more-img {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -100%;
  left: -100%;
  top: 35%;
  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: 45%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

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

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

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

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

.cart {
  top: 15px;
  right: 15px;
  position: fixed;
  padding: 5px 10px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

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

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

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

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

.gocheckout {
  width: 200px;
  font-size: 15px;
  text-align: center;
  padding: 8px;
  display: none;
  position: absolute;
  right: 50px;
  top: 10px;
  z-index: 101;
}
.gocheckout small {
  display: inline-block;
  font-size: 70%;
  color: #fff;
}

.checkcart img {
  margin: 0 5px;
  width: 24px;
  opacity: .8;
}

.checkinfo {
  background: inherit;
}

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

.inbuybutton, .outbuybutton, .clientbutton {
  text-align: center;
  font-size: 14px;
  border: 1px solid #0e6eb8;
  height: 37px;
  line-height: 37px;
  width: 100%;
  margin: 8px auto;
  cursor: pointer;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.inbuybutton a, .outbuybutton a, .clientbutton a {
  display: block;
}

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

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

/*******************lightbox*******************************************/
.box_block {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  background: #efefef;
  z-index: 5;
}
