@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC";
  src: local("Noto Sans TC"), url("../fonts/NotoSansTC-Regular.otf") format("opentype"), url("../fonts/NotoSansTC-Bold.otf") format("opentype"), url("../fonts/NotoSansTC-Light.otf") format("opentype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", "微軟正黑體", Microsoft JhengHei, MingLiU, sans-serif;
  font-size: 1em;
  position: relative;
  text-align: left;
  width: 100%;
  overflow-x: hidden;
}

a {
  outline: medium none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: medium none;
}

a img {
  border: 0;
  outline: none;
}

input {
  border: 0;
}

.clear {
  clear: both;
}

.block-sm {
  display: none;
}

p {
  text-align: left;
}

/*reset*/
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, 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;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
  padding-top: 105px;
}

ol, ul {
  list-style: none;
}

ul, li {
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.userhtml {
  line-height: 1.8;
  text-align: left;
}
.userhtml ol, .userhtml ul {
  list-style: unset;
  padding-left: 1.5em;
}

.lock {
  position: fixed;
}

#menu ul li {
  float: left;
  display: inline;
}
#menu ul li a {
  display: block;
  height: 30px;
  width: 140px;
  text-align: center;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
  font-size: 16px;
}
#menu ul li a.last {
  border-right: 0;
}
#menu ul li a:hover {
  color: #c42b2b;
}
#menu ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  width: 150px;
  overflow: visible;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: #fff;
  font-style: normal;
  font-size: 14px;
  z-index: 999;
  -webkit-box-shadow: 0 3px 5px #CCC;
          box-shadow: 0 3px 5px #CCC;
}
#menu ul li ul li {
  float: none;
  text-align: center;
}
#menu ul li ul li a {
  float: none;
  width: 100%;
}
#menu ul li ul li ul {
  margin-top: -30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 100px;
  width: 100%;
}
@media (max-width: 1024px) {
  #menu ul li {
    width: 12.5%;
  }
  #menu ul li a {
    width: auto;
    height: auto;
    padding: 10px 0;
  }
}
#menu.menu-small ul li a {
  width: auto;
  padding: 10px 15px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #menu.menu-small ul li a {
    width: auto;
    height: auto;
    float: none;
  }
}
#menu ul li ul {
  visibility: hidden;
}
#menu ul li:hover ul {
  visibility: visible;
}
#menu ul li:hover ul li ul {
  visibility: hidden;
}
#menu ul li ul li:hover ul {
  visibility: visible;
}
#menu ul li ul li:hover ul li ul {
  visibility: hidden;
}
#menu ul li ul li ul li:hover ul {
  visibility: visible;
}

*:first-child + html #menu ul li ul {
  margin-top: 0;
}

* html #menu ul li ul {
  margin-top: 0;
}

*:first-child + html #menu ul li ul li ul {
  margin-top: -30px;
}

.container {
  width: 1400px;
  max-width: 100%;
  padding: 12px;
  margin: auto;
}

[name=google_conversion_frame] {
  display: none;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #FFF;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}
header.header-fiexd {
  -webkit-box-shadow: 0 0 20px 4px rgba(82, 82, 82, 0.2);
          box-shadow: 0 0 20px 4px rgba(82, 82, 82, 0.2);
}

.top-mesg {
  background: #ffe5dd;
  padding: 8px 12px;
  font-size: 16px;
  letter-spacing: 2px;
}

.top-mesg-swiper .swiper-slide {
  overflow: hidden;
  width: 100% !important;
}

.logo {
  width: 200px;
  height: 46px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.logo img {
  max-height: 100%;
  height: 46px;
}

.mid {
  width: 1400px;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.topbanner {
  margin-top: 5px;
  text-align: right;
  padding-right: 30px;
  height: 112px;
}

.banner-wrapper img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 4px;
}
.banner-wrapper table {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .banner-wrapper table tr, .banner-wrapper table td {
    display: block;
    width: 100%;
  }
}

.newsMarquee {
  color: #999;
  font-size: 13px;
}
.newsMarquee a {
  color: red;
  letter-spacing: 1px;
  margin-right: 15px;
  font-size: 15px;
}

#menu_list_topAD_Div img {
  max-width: 100%;
}

.RTlink {
  font-size: 15px;
  text-align: left;
  display: block;
}
.RTlink img {
  vertical-align: middle;
  height: 24px;
  margin-left: 8px;
}
.RTlink img:hover {
  opacity: 0.6;
}
.RTlink a {
  color: #B73920;
  margin: 0 2px;
}
.RTlink a:hover {
  color: #ff6600;
}
.RTlink .phone {
  font-size: 14px;
  float: left;
  color: #555;
  margin-left: 195px;
  margin-right: 15px;
}

.star {
  color: #f76969;
}

.slogan {
  vertical-align: middle;
}

.search {
  text-align: right;
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
  display: inline;
  padding: 3px 10px 3px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.search span {
  font-weight: bold;
  color: #19191a;
}
.search blockquote {
  position: absolute;
  width: 640px;
  height: 30px;
  top: 55px;
  right: 0px;
}
.search input[type=search] {
  width: 90px;
  background: none;
  padding: 0 5px;
  font-size: 17px;
  margin-right: 25px;
}
.search .submit {
  width: 7%;
  height: 45px;
  display: block;
  background: url(../img/zoom.png) center center no-repeat;
  position: absolute;
  top: 0px;
  right: 5px;
  margin-top: -2px;
}
.search .submit a {
  display: block;
  width: 100%;
  height: 100%;
}
.search .search-inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: 40px;
}

.search {
  display: none;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  z-index: 21;
  border-radius: 0;
  text-align: left;
  top: 0;
  padding: 60px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  overflow: auto;
  padding-bottom: 150px;
}
.search input[type=search] {
  width: 90%;
  height: 45px;
  background: none;
  padding: 0 5px;
  font-size: 28px;
  margin-right: 0;
  float: left;
  margin-left: 2%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.search .submit {
  top: auto;
}
.search .btn-search-close {
  display: block;
  position: absolute;
  right: 15px;
  top: -40px;
  cursor: pointer;
}

#TextSearch:active, #TextSearch:focus {
  outline: 0;
}

.footer {
  clear: both;
  background: #2d2723;
  color: #ddd;
  font-size: 15px;
  width: 100%;
  overflow: hidden;
}
.footer a {
  color: #ddd;
}
.footer a:hover {
  color: #E8BB27;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 36px 12px;
}
.footer .col {
  text-align: left;
  padding: 12px;
  line-height: 1.5;
  min-width: 330px;
}
.footer h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.footer h4, .footer h3 {
  font-weight: normal;
  color: #f1f1f1;
}
.footer iframe {
  position: relative;
  top: 0;
  left: 0;
}
.footer .lineblock, .footer .mapblock, .footer .fbblock {
  height: 305px;
  float: left;
}
.footer .lineblock {
  width: 220px;
  margin-right: 30px;
}
.footer .lineblock .story {
  margin-top: 255px;
  display: block;
  padding-left: 50px;
  color: #7d0300;
  text-decoration: underline;
}
.footer .lineblock .story:hover {
  opacity: 0.8;
}
.footer .mapblock {
  width: 300px;
  text-align: left;
  line-height: 180%;
  height: auto;
  margin: 15px 10px 27px 265px;
  font-size: 15px;
}
.footer .mapblock h4 {
  text-align: left;
}
.footer .seo {
  font-weight: normal;
  font-size: 13px;
  width: 100%;
  color: #929292;
}
.footer .fbblock {
  width: 300px;
  height: 200px;
  margin-left: 85px;
  margin-top: 50px;
}
.footer a.dworder {
  background: #c42b2b;
  color: #f1f1f1;
  padding: 12px 16px;
  display: inline-block;
  margin-top: 8px;
}
.footer .copyright {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  color: #939393;
  line-height: 1.5;
  padding-bottom: 16px;
}
.footer .copyright a {
  color: #fff;
}
.footer .phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer {
    height: auto;
  }
  .footer .fleft {
    width: calc(100% - 300px);
  }
  .footer .mapblock {
    margin: 0 0 0 10px;
  }
  .footer .fbblock {
    float: right;
    margin-left: 0;
  }
  .footer .story {
    display: inline-block;
    width: 49%;
  }
  .footer .story > img {
    max-width: 100%;
  }
  .footer .footer-line-m, .footer .footer-map-m {
    display: block;
  }
  .footer .mhide {
    display: none;
  }
  .footer .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .container .col {
    min-width: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .block-sm {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .footer .fbblock {
    width: 50%;
  }
  .footer .mapblock {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer .mapblock img {
    max-width: 100%;
  }
  .footer .fleft {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .footer .fbblock {
    width: 100%;
  }
  .footer .fleft {
    width: 100%;
  }
  .footer .mapblock, .footer .mapblock h4 {
    text-align: center;
  }
  .footer .copyright > p {
    width: 100%;
  }
  .footer .story {
    width: 100%;
  }
}

.brandblock {
  margin-top: 25px;
}

.indexProBlock {
  width: 100%;
  float: right;
  min-height: 400px;
  background: #f8f8f8;
  margin-top: 48px;
  margin-bottom: 48px;
}
.indexProBlock .swiper-container {
  margin: 0 54px;
}
@media screen and (max-width: 1400px) {
  .indexProBlock {
    width: calc(100% - 40px);
    margin: 40px 24px;
  }
}
@media screen and (max-width: 800px) {
  .indexProBlock .swiper-container {
    margin: 0 32px;
  }
}
@media screen and (max-width: 550px) {
  .indexProBlock .swiper-container {
    margin: 0 16px;
  }
}

.leftAdv {
  background: url(../img/leftAdv.gif) 0 0 no-repeat;
  width: 226px;
  height: 250px;
  float: left;
}

.introAdv {
  width: 100%;
  border-radius: 4px;
  margin: 0 0 0 0px;
  padding-top: 3px;
}

.banner-swiper img {
  width: 100%;
}

#controls {
  top: -32px;
  left: -20px;
}

#viewport, #box, .slide {
  width: 100%;
}

.champ {
  position: absolute;
  margin: 202px 0 0 950px;
  z-index: 1;
}

.index-video {
  position: absolute;
  margin: 200px 0 0 55px;
  width: 180px;
  height: 110px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .champ {
    margin: 200px 0 0;
    right: 0;
  }
}
.pImg .MuseumTxt {
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  clear: both;
  background: #111;
  position: absolute;
  font-size: 13px;
  border-radius: 5px;
  left: 10px;
  bottom: 15px;
}

.MuseumTxt {
  color: #111;
  padding: 5px 5px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  clear: both;
  background: #ffe5dd;
  position: relative;
  font-size: 13px;
  border-radius: 5px;
}

.index-block-title {
  margin-bottom: 24px;
  margin-top: 64px;
}
.index-block-title h2 {
  font-size: 24px;
  letter-spacing: 6px;
}
.index-block-title span {
  color: #888;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.indexImgLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.indexImgLink .link-item {
  width: calc(25% - 6px);
  margin-right: 8px;
  margin-bottom: 8px;
  min-height: 78px;
}
.indexImgLink .link-item a, .indexImgLink .link-item img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.indexImgLink .link-item:last-child {
  margin-right: 0px;
}
.indexImgLink .link-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .indexImgLink {
    padding-left: 8px;
  }
  .indexImgLink .link-item {
    width: calc(50% - 8px);
  }
  .indexImgLink:nth-child(2n) {
    margin-right: 0px;
  }
}

.indexRecPro, .indexNewPro {
  width: 99%;
  clear: both;
  margin-bottom: 64px;
  position: relative;
}
.indexRecPro .pImg, .indexNewPro .pImg {
  width: 276px;
  height: auto;
  min-height: 250px;
  position: relative;
}
.indexRecPro .pImg img, .indexNewPro .pImg img {
  height: auto;
  max-width: 100%;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .indexRecPro .pImg, .indexNewPro .pImg {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.indexRecPro .title, .indexNewPro .title {
  margin-bottom: 10px;
}
.indexRecPro li, .indexNewPro li {
  position: relative;
  background: #fff;
  padding: 12px;
}
.indexRecPro a, .indexNewPro a {
  display: block;
}
.indexRecPro .pName, .indexNewPro .pName {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 57px;
}
.indexRecPro .pName br, .indexNewPro .pName br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .indexRecPro .pName, .indexNewPro .pName {
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    display: block;
  }
}
.indexRecPro .more, .indexNewPro .more {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .indexRecPro .spec, .indexNewPro .spec {
    margin-top: 0;
  }
  .indexRecPro .spec .singleitem, .indexNewPro .spec .singleitem {
    width: 100%;
    background: none;
  }
  .indexRecPro h2 > img, .indexNewPro h2 > img {
    max-width: 100%;
  }
  .indexRecPro .pImg img, .indexNewPro .pImg img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .indexRecPro h2 > img, .indexNewPro h2 > img {
    max-width: initial;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
}

.ReLookProd {
  margin-top: 10px;
}
.ReLookProd h4 {
  font-size: 13px;
  background: #FFE665;
  width: 85px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ReLookProd .LookProd ul {
  padding: 7px;
  display: block;
  width: 74px;
  background: #FFF;
  border: 0;
  border-radius: 5px;
}

.LookProd .pImg {
  height: 40px;
}
.LookProd .pImg img {
  height: 50px;
}
.LookProd .pName {
  height: auto;
  margin-bottom: 0;
  font-family: arial;
  font-weight: normal;
}
.LookProd .pName:hover {
  color: #B73920;
}

#newsticker {
  color: #FFF;
  margin: 0 0 0 138px;
  width: 800px;
  top: 20px;
  top: 0px\9 ;
  display: none;
}
#newsticker li {
  height: 21px;
  text-align: left;
}
#newsticker a {
  color: #fff;
  height: 21px;
  display: block;
  text-shadow: 0 0 1px #000;
}
@media screen and (max-width: 1024px) {
  #newsticker {
    margin: 0 0 0 37vw;
    top: 0;
    width: 60%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #newsticker {
    top: 10px;
    width: 38%;
  }
  #newsticker li {
    height: auto !important;
    line-height: 200%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 700px) {
  #newsticker {
    background: #72431F;
    width: 100%;
    margin: 0;
    margin-top: 8%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 550px) {
  #newsticker {
    margin-top: 6%;
    padding-bottom: 10px;
  }
}

#awardticker {
  margin-top: 16px;
  margin-bottom: 16px;
}
#awardticker a {
  color: #0777e8;
  text-decoration: underline;
}
#awardticker .newsmore {
  color: #030303;
  margin-left: 8px;
}

#marqueediv {
  letter-spacing: 1px;
  font-weight: bold;
  color: #949494;
}

:hover.pImg {
  opacity: 0.6;
}

.pImg {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.pImg img {
  max-width: 100%;
  width: 100%;
  max-height: 328px;
}
@media screen and (max-width: 1024px) {
  .pImg img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.pName {
  padding: 5px 0;
  color: #000;
  text-align: left;
  width: 100%;
  line-height: 1.5;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .pName {
    top: 0;
    left: 0;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    display: block;
  }
}

.price {
  color: #252120;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
.price .o {
  text-decoration: line-through;
  color: #666;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
}
.price .p {
  color: #f65656;
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px;
  letter-spacing: 1px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .price {
    padding-left: 0;
  }
  .price .o, .price .p {
    margin-left: 0;
  }
}

.indexHotPro .pImg img {
  max-height: 100%;
}

.pImg .MuseumImg,
.indexHotPro .pImg .MuseumImg,
.indexRecPro .pImg .MuseumImg,
.indexNewPro .pImg .MuseumImg {
  height: auto;
  width: auto;
  padding: 0;
  border: 0;
  position: absolute;
  margin: -7px 10px 0 5px;
  right: 0;
}

.pImg .EventsImg,
.indexHotPro .pImg .EventsImg,
.indexRecPro .pImg .EventsImg,
.indexNewPro .pImg .EventsImg {
  height: auto;
  width: auto;
  padding: 0;
  border: 0;
  position: absolute;
  margin: -7px 10px 0 5px;
  right: 0;
  z-index: 1;
}

.indexHotProPos {
  position: static;
}
.indexHotProPos .index-block-title {
  margin-top: 0;
}

.indexHotPro {
  position: relative;
  border: 2px solid #fff;
  background: #fff;
}
.indexHotPro .pName {
  padding: 10px 0;
  text-align: center;
  display: block;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .indexHotPro .pName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.indexHotPro .more {
  border: 0;
  text-align: center;
  display: block;
}
.indexHotPro .more a {
  background: none;
  color: #E8BB27;
}
.indexHotPro .more a:hover {
  background: none;
}

.indexHotPro_title {
  display: none;
}

.price.quickprice .offer {
  line-height: 40px;
  color: #b70000;
  font-size: 16px;
  font-weight: bold;
  margin-left: 12px;
}
.price.quickprice .Productqty {
  margin-left: 25px;
}

.more {
  font-weight: bold;
  font-size: 13px;
  padding: 4px;
  clear: both;
  border-top: #ccc 1px dashed;
  text-align: right;
  margin-bottom: 12px;
}
.more a {
  color: #fff;
  padding: 5px 7px;
}
.more a:hover {
  color: #bc452c;
}

.spec {
  padding: 5px 0;
  width: 100%;
}
.spec select {
  border-radius: 3px;
  padding: 5px;
  border: #ccc 1px solid;
  width: 100%;
}
.spec .singleitem {
  border: 1px solid #eee;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 6px 5px;
  pointer-events: none;
}
.spec:focus {
  border: 0;
  outline: 0;
}

.buy {
  float: right;
  margin-top: 0px;
  padding-right: 0px;
  width: 48%;
}

.buy .btn, .PackageBuy, .PackageBuy1 {
  font-size: 14px;
  border: 1px solid #fff;
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: none;
  background-color: #ec404e;
  color: #ffffff;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.buy .btn:hover, .PackageBuy:hover, .PackageBuy1:hover {
  background-color: #f76969;
}
.buy .btn:active, .PackageBuy:active, .PackageBuy1:active {
  background-color: #ad0606;
}

.PackageBuy, .PackageBuy1 {
  max-width: 150px;
}

.prodinfo #text .soldout {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  background-color: darkgray;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2px;
  border-radius: 8px;
  float: right;
}

.sellout {
  background: #f1f1f1;
  font-size: 14px;
  border: 1px solid #ececec;
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: none;
  color: darkgrey;
}

.quantity_input {
  border-radius: 7px;
  padding: 5px;
  border: #CCC 1px solid;
  width: 40px;
}

.quick-qty {
  clear: left;
  float: left;
  border: 1px solid #ddd;
  width: 48%;
}
.quick-qty .buyqua, .quick-qty .SelectQuantity, .quick-qty .PackageQuantity {
  width: calc(100% - 55px);
  text-align: center;
  padding: 0 10px;
  font-size: 17px;
  margin: 0;
  height: 34px;
}
.quick-qty input::-webkit-outer-spin-button, .quick-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quick-qty input[type=number] {
  -moz-appearance: textfield;
}
.quick-qty .btn-qty-minus, .quick-qty .btn-qty-plus {
  display: inline-block;
  padding: 8px 10px;
  background: #eee;
  text-align: center;
  width: auto;
  margin-right: 0;
  color: #000;
}

.activity-prodlist .quick-qty {
  width: 100%;
  margin: 0;
}

.inCartPos {
  position: fixed;
  bottom: 10vh;
  right: 0;
  z-index: 10;
}

.inCart {
  width: 90px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inCart ul {
  padding: 7px;
  display: block;
  width: 208px;
  background: #fff;
  -webkit-box-shadow: -4px 5px 5px 0px rgba(167, 167, 167, 0.3098039216);
          box-shadow: -4px 5px 5px 0px rgba(167, 167, 167, 0.3098039216);
}
.inCart .cartlist {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(208px);
          transform: translateX(208px);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.inCart .cartlist.open {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.inCart li {
  border-bottom: #ccc 1px dashed;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}
.inCart .qty {
  border-radius: 10px;
  background: #fff;
  padding: 5px 7px;
  position: absolute;
  top: -5px;
  left: 50px;
  font-size: 12px;
  color: #000;
  border: 1px solid #6f0201;
}
.inCart a {
  margin-bottom: 8px;
  width: 60px;
  height: 60px;
  background: #b7993c;
  color: #fff;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 12px rgba(88, 88, 88, 0.4509803922);
          box-shadow: 0 0 12px rgba(88, 88, 88, 0.4509803922);
  font-family: "Noto Sans SC", sans-serif;
}
.inCart a img {
  width: 28px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.inCart a span {
  display: block;
}
.inCart a.small-cart {
  position: relative;
  background-color: #c42b2b;
}
.inCart a.fb-btn {
  background-color: #0777e8;
}
.inCart a.fb-btn img {
  width: 19px;
}
.inCart a.line-btn {
  background-color: #06c755;
}
.inCart a.fb-btn {
  display: none;
}
.inCart a.fb-btn.open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.inCart a.detail {
  background: #d82634;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 16px;
  margin-bottom: 0;
  font-size: 15px;
}
.inCart:hover.detail {
  text-decoration: underline;
}
@media screen and (max-width: 1300px) {
  .inCart .hidden-act > li {
    display: none;
  }
  .inCart .hidden-act > li:last-child {
    display: block;
  }
}

.reglink, .loginlink {
  margin: 5px 0 0;
  display: block;
}
.reglink:hover, .loginlink:hover {
  position: relative;
  top: 1px;
  opacity: 0.8;
}

.dworder:hover {
  position: relative;
  top: 1px;
  opacity: 0.8;
}

.nav .dworder {
  display: none;
}

#DivDialog img {
  width: 100%;
}

.btn-mobile-toggle, .btn-search-close, .btn-ham-close {
  display: none;
}

.visible-xs {
  display: none;
}

@media screen and (max-width: 1100px) {
  .RTlink .phone {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 120px;
  }
  .topbanner {
    padding-right: 0;
    width: 71%;
    float: right;
    margin-top: 55px;
    text-align: center;
    margin-right: 2%;
  }
  .RTlink, .topbanner, .nav {
    height: auto;
  }
  #menu_list_topAD_Div img {
    height: auto;
  }
  .index-video {
    margin: 21% 0 0 4%;
    width: 20%;
    height: auto;
    z-index: 2;
  }
  .index-video > img {
    max-width: 100%;
    height: auto;
  }
  .introAdv, #viewport, #box, .slide {
    width: 100%;
    height: auto;
  }
  .introAdv {
    margin-left: 0;
    width: 100%;
    overflow: initial;
  }
  .slide img {
    width: 100%;
    height: auto;
  }
  .nav .dworder {
    display: inline-block;
  }
  #awardticker {
    margin-top: 0;
    width: 100%;
  }
  #menu {
    background: #fff;
  }
  .champ {
    display: none;
  }
  #marqueediv {
    width: 100%;
  }
  #awardticker {
    margin-top: 0;
    width: 100%;
    background: #f1f1f1;
    margin-left: 0;
    padding-bottom: 15px;
    padding-top: 10px;
    bottom: 0;
    margin-bottom: 8px;
  }
  .top, .mid, .footer, #menu {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  .quick-qty {
    margin-left: 0;
  }
  .top {
    height: auto;
    width: 100%;
  }
  .reglink, .loginlink {
    display: none;
  }
  .ReLookProd {
    display: none;
  }
  .indexHotPro {
    margin-left: 0;
  }
  .introAdv {
    padding-top: 10px;
  }
  .introAdv footer {
    margin-top: 0;
  }
  .champ {
    margin-top: 0;
    bottom: 10%;
  }
  .copyright a {
    color: #7d0300;
  }
}
@media screen and (max-width: 860px) {
  .RTlink .phone {
    display: none;
  }
  .footer .phone {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .introAdv {
    padding-top: 15px;
  }
  .RTlink > a {
    font-size: 11px;
    margin: 0 10px;
  }
  .indexHotPro .pImg .MuseumImg,
  .indexNewPro .pImg .MuseumImg,
  .indexRecPro .pImg .MuseumImg,
  .pImg .MuseumImg {
    position: absolute;
    margin: 0;
    left: 0;
    max-width: 100%;
    max-height: auto;
  }
  .spec .singleitem {
    background: none;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  .indexProBlock {
    width: 100%;
    margin: 24px 0;
  }
  #detail, .userhtml {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #detail table, .userhtml table {
    width: auto !important;
  }
  #detail img, .userhtml img {
    max-width: 100%;
    height: auto !important;
  }
  #detail iframe, .userhtml iframe {
    width: auto !important;
    max-width: 100%;
  }
  .userhtml {
    padding: 10px;
  }
  .userhtml div {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 !important;
  }
  .indexHotPro .pName {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  header .container {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-ham-close {
    display: block;
  }
  .btn-mobile-toggle {
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    color: #0b0b0b;
    float: right;
    font-size: 24px;
    padding: 10px;
    background: #ddd;
    border-radius: 5px;
  }
  #menu {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100vh;
    padding-top: 64px;
    overflow-y: scroll;
    border-left: 0;
    border-right: 0;
    -webkit-transform: translateX(-290px);
            transform: translateX(-290px);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 11;
  }
  #menu ul li {
    display: block;
    float: none;
    width: 100%;
  }
  #menu ul li > a {
    font-size: 18px;
    color: #111;
  }
  #menu ul li a {
    float: none;
    padding: 15px 55px;
  }
  #menu ul li ul {
    position: relative;
    margin-top: 0;
    width: 100%;
    background: #f1f1f1;
    visibility: inherit;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  #menu ul li ul a {
    font-size: 15px;
  }
  #menu ul li:hover ul {
    display: block;
  }
  #menu span.btn-ham-close {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
  #menu.open {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  #DivDialog img {
    max-width: 100%;
    width: 100%;
  }
  .ui-dialog {
    width: 90% !important;
    max-width: 525px !important;
    position: fixed;
  }
  .RTlink {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .RTlink > a {
    margin: 0 0;
  }
  .RTlink > a:hover {
    color: #fff;
  }
  .RTlink .btn-mobile-toggle {
    color: #fff;
    margin-right: 10px;
  }
  #Div_Prev {
    max-width: 90%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Div_Prev a.abtn {
    width: 45%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Div_Prev a.backtologin {
    left: 20px;
    top: 20px;
    position: absolute;
  }
  #Div_Prev a.forgetclose {
    right: 20px;
    top: 20px;
    position: absolute;
  }
  #Div_Prev a#a_sent.sendforgmail {
    width: 100%;
  }
  .RTlink {
    position: absolute;
    margin-right: 0;
    padding-right: 0;
    top: 23px;
    right: 12px;
  }
}
@media screen and (max-width: 500px) {
  body {
    padding-bottom: 45px;
  }
  .quick-qty {
    clear: none;
    margin-left: 0;
  }
  .quick-qty .buyqua {
    padding: 6px 5px;
  }
  li .btn-qty-minus {
    float: left;
  }
  li .btn-qty-plus {
    float: right;
  }
  .inCartPos {
    width: 100%;
    bottom: 0;
  }
  .inCartPos .inCart {
    width: 100%;
    display: block;
    text-align: right;
  }
  .inCartPos .small-cart {
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .inCartPos .small-cart .qty {
    border-radius: 0px;
    background: transparent;
    padding: 5px 7px;
    position: unset;
    font-size: 12px;
    color: inherit;
    border: 0px solid #6f0201;
  }
}
@media screen and (max-width: 400px) {
  .quick-qty {
    width: 90%;
    float: none;
  }
  .quickadd {
    width: 90%;
    float: none;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .introAdv {
    padding-top: 6px;
  }
  .breadcrumb {
    margin: 5px 0 5px 10px;
    padding: 0;
  }
  #controls {
    top: 13px;
    left: -85px;
  }
  .pagination li {
    display: inline-block;
    padding: 6px 14px;
  }
}
.ui-widget-overlay {
  height: 100vh;
  position: fixed;
}

.ui-dialog {
  top: 150px !important;
}

.visibleFalse {
  visibility: hidden;
}

.fixed-window .close-window {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #aaa;
}

.fixed-window .join-member {
  background: #ff9800;
  color: #fff;
  border-radius: 10px;
  padding: 5px 8px;
  display: block;
  margin-top: 10px;
}

.fixed-window span {
  display: block;
  font-size: 29px;
}

.fixed-window_line {
  position: fixed;
  right: 15px;
  bottom: 175px;
  background: #fff;
  padding: 20px 5px 5px;
  text-align: center;
  border-radius: 10px;
  z-index: 99;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2705882353);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2705882353);
}
.fixed-window_line .line-btn {
  width: 225px;
  height: 40px;
  background: #b7993c;
  color: #fff;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans SC", sans-serif;
}
.fixed-window_line .line-btn img {
  width: 28px;
  margin-right: 4px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.fixed-window_line .line-btn span {
  display: block;
}
.fixed-window_line .line-btn.line-btn {
  background-color: #06c755;
}
.fixed-window_line .close-window_line {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #aaa;
}
@media (max-width: 500px) {
  .fixed-window_line {
    bottom: 65px;
  }
}

.pw-wrap {
  position: relative;
}
.pw-wrap .glyphicon {
  position: absolute;
  top: 10px;
  right: 9px;
  color: #888;
}

.acc_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acc_coupon li {
  width: 49%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 1%;
}
.acc_coupon li:nth-child(even) {
  width: 50%;
  margin-right: 0;
}

.coupon_item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #b70000;
  overflow: hidden;
  padding-right: 10px;
  margin-bottom: 10px;
}
.coupon_item .coupon_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 125px;
  height: 125px;
  background-color: red;
}
.coupon_item .coupon_img img {
  width: 80px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.coupon_item .coupon_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}
.coupon_item .coupon_text .coupon_title {
  font-weight: 900;
}
/*# sourceMappingURL=layout3.css.map */