@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  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;
}

.bg-primary {
  background-color: #0066bb !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-xs-gray {
  background-color: #e6e6e6 !important;
}

@media (min-width: 1200px) {
  .bg-xs-gray {
    background-color: #ffffff !important;
  }
  .bg-md-black {
    background-color: #000000 !important;
  }
}

.list-article .owl-carousel .owl-nav button.owl-next:hover,
.list-article .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.list-article .owl-carousel .owl-nav button.owl-next,
.list-article .owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

select[disabled],
select:disabled,
button.icon:disabled,
button.icon[disabled],
input:disabled,
input[disabled] {
  background-color: #eee !important;
}

*, a, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

a,
u {
  text-decoration: none;
}

b {
  font-weight: 700;
}

em {
  font-size: 1.2rem;
}

small {
  font-size: 13px;
}

select {
  font-size: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

input {
  outline: none;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
}

.img-fliud {
  width: 100%;
  height: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text-center {
  text-align: center;
}

.round-corner {
  border-radius: 5px;
  overflow: hidden;
}

.circle {
  border-radius: 50%;
  overflow: hidden;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .pad-row {
    width: 96% !important;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
  }
  .pad-row {
    width: 100% !important;
    margin: unset;
  }
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 1.5em;
}

.icon {
  background-repeat: no-repeat;
}

.icon-w {
  background-image: url(../images/icon/icon-w.svg);
}

.icon-b {
  background-image: url(../images/icon/icon-b.svg);
}

.icon-c {
  background-image: url(../images/icon/icon-c.svg);
}

.icon-check {
  background-size: 100% auto;
  background-position: center 72.8%;
}

.icon-check-fail {
  background-size: 100% auto;
  background-position: center 53.8%;
}

.icon-cart {
  background-position: center 23%;
}

.arrow-w-up:after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center 46.2%;
}

.arrow-w-up:after {
  background-image: url(../images/icon/icon-w.svg);
  right: 0.5em;
}

.arrow-w-right:after,
.arrow-w-down:after {
  background-image: url(../images/icon/icon-w.svg);
  right: 0.5em;
  content: '';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow-w-right:after {
  background-position: center 42.3%;
}

.arrow-w-down:after {
  background-position: center 50%;
}

.arrow-w-right.down:after {
  background-position: center 50%;
}

.arrow-w-left:after {
  background-image: url(../images/icon/icon-w.svg);
  left: 0.5em;
}

.arrow-w-left:after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center 38.5%;
}

.arrow-b-right, .arrow-b-left {
  position: relative;
}

.arrow-b-right::after,
.arrow-b-left::after {
  background-image: url(../images/icon/icon-b.svg);
}

.ratings > i {
  display: inline-block;
  background-image: url(../images/icon/reviews-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.star-0 {
  background-position: 0px 0%;
}

.star-0-5 {
  background-position: 0px 10%;
}

.star-1 {
  background-position: 0px 20%;
}

.star-1-5 {
  background-position: 0px 30%;
}

.star-2 {
  background-position: 0px 40%;
}

.star-2-5 {
  background-position: 0px 50%;
}

.star-3 {
  background-position: 0px 60%;
}

.star-3-5 {
  background-position: 0px 70%;
}

.star-4 {
  background-position: 0px 80%;
}

.star-4-5 {
  background-position: 0px 90%;
}

.star-5 {
  background-position: 0px 100%;
}

.ratings > .small-icon {
  width: 86px;
  height: 14px;
}

.ratings > .medium-icon {
  width: 111px;
  height: 19px;
}

.ratings > .large-icon {
  width: 160px;
  height: 28px;
}

.free-shipping {
  content: "";
  display: block;
  background-image: url(../images/icon/free-shipping.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  width: 30px;
  height: 20px;
  float: right;
  background-position: bottom;
}

.delete {
  position: relative;
  height: 30px;
  border: none;
  right: 0;
  bottom: 0;
  padding: 5px 5px 5px 2em;
  background-size: 28px auto;
  background-position: 3px 69.2%;
}

body {
  font-family: sans-serif, Tahoma, Helvetica, arial, "Microsoft JhengHei";
  font-size: 16px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.pc_header_top {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  background-color: #0066bb;
  color: #ffffff;
  white-space: nowrap;
}

.pc_header_top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.pc_header_top .container .header_top_L span {
  margin-right: 0.5rem;
}

.pc_header_top .container .header_top_L a {
  margin-left: 0.9rem;
}

.pc_header_top .container .header_top_L img {
  height: 1rem;
  width: auto;
}

.pc_header_top .container .header_top_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc_header_top .container .header_top_R ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_header_top .container .header_top_R li:last-child a {
  color: #ffaa00;
}

.pc_header_top .container .header_top_R li a {
  margin: 0 0.5rem;
  color: #ffffff;
}

.pc_header_top .container .header_top_R a.switch_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CCC;
  padding: 2px 2px 2px 5px;
  border-radius: 1em;
}

.pc_header_top .container .header_top_R a.switch_btn_group .switch_text {
  color: #666;
}

.pc_header_top .container .header_top_R a.switch_btn_group .switch_dot {
  margin-left: 3px;
  background-color: #EEE;
  border-radius: 1em;
  font-weight: bold;
  width: 1rem;
  height: 1rem;
  border: 1px solid #999;
}

header.sm {
  background-color: #0066bb;
  height: 40px;
  width: 100vw;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-shadow: 0 4px 6px #9498c2;
          box-shadow: 0 4px 6px #9498c2;
}

header.sm .left {
  left: 42% !important;
}

header.sm a {
  margin-right: -25px;
  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;
  height: 40px;
  width: 55vw;
}

header.sm a img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  padding: 4px 0;
}

header.sm .right {
  margin-right: 10px;
}

header.sm div.icon {
  height: 100%;
  width: 35px;
  z-index: 2;
  background-size: 30px auto;
  display: inline-block;
}

header.sm div.icon.menu-btn {
  background-position: center 6px;
}

header.sm div.icon.history-btn {
  background-position: center -73px;
}

header.sm div.icon.search-btn {
  background-position: center -33px;
}

header.md {
  height: auto;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(51, 51, 51, 0.6) 0 2px 5px;
          box-shadow: rgba(51, 51, 51, 0.6) 0 2px 5px;
}

header.md nav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.md nav a {
  height: 100%;
}

header.md nav .logo {
  margin-right: 15px;
  vertical-align: top;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header.md nav .logo img {
  width: auto;
  vertical-align: middle;
  margin: 0;
  height: 100%;
}

header.md nav .item {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  position: relative;
}

header.md nav .item:hover .icon {
  opacity: .6;
}

header.md nav .item.slidedown_list:hover .sub-nav {
  top: 80px;
  z-index: 3;
}

header.md nav .item.pc-history {
  position: unset;
}

header.md nav .item .icon {
  width: auto;
  height: 2rem;
  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;
  padding: 0 20px 0 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header.md nav .item.about .icon {
  background-position: 5px -42.5rem;
}

header.md nav .item.unbox .icon {
  background-position: 5px -37.4rem;
  position: relative;
}

header.md nav .item.member .icon {
  background-position: 5px -7.4em;
  position: relative;
}

header.md nav .item .history-list.sub-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.md nav .item .history-list.sub-nav li {
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0.5rem;
}

header.md nav .item .history-list.sub-nav li:hover li {
  background-color: transparent;
}

header.md nav .item .history-list.sub-nav li ul {
  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;
}

header.md nav .item .history-list.sub-nav li ul:hover .price .price-tag {
  color: #000000;
}

header.md nav .item .history-list.sub-nav li ul .img {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  top: 60px;
  border: none;
  overflow: hidden;
  padding: 2px 5px;
  background-color: #fff;
}

header.md nav .item .history-list.sub-nav li ul .img a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.md nav .item .history-list.sub-nav li ul .img img {
  margin-top: 5%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

header.md nav .item .history-list.sub-nav li ul .price {
  text-align: center;
  line-height: 1;
  margin-top: 0.25rem;
}

header.md nav .item .history-list.sub-nav li ul .price .price-tag {
  color: #ffaa00;
  font-size: 1.5em;
}

header.md nav .item .sub-nav {
  position: absolute;
  width: 100%;
  text-align: left;
  top: -180%;
  left: 0;
  z-index: 2;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.9);
  border: #eee solid 1px;
  border-top: none;
  z-index: -1;
}

header.md nav .item .sub-nav li {
  padding: 2px 5px;
}

header.md nav .item .sub-nav li:last-child {
  border: none;
}

header.md nav .item .sub-nav li:hover {
  background-color: rgba(51, 51, 51, 0.2);
}

header.md nav form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 2em;
  width: auto;
  margin-right: 1rem;
  border: #333 solid 1px;
  background-color: #ffffff;
}

header.md nav form input {
  height: 100%;
  width: 79.999%;
  vertical-align: bottom;
  padding: 0.5em 5px;
  border: none;
}

header.md nav form button {
  width: 19.999%;
  height: 100%;
  vertical-align: bottom;
}

header.md nav form .icon.search {
  background-position: center 3.9%;
}

header.md nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header.md nav .item.pc-history .icon {
  background-position: 5px -5.4rem;
  background-size: 2rem auto;
}

header.md nav .item.cart {
  margin-top: 0;
  position: relative;
}

header.md nav .item.cart .icon {
  background-position: 5px -16rem;
  position: relative;
  background-size: 2rem auto;
}

header.md nav .item.cart .icon label {
  position: absolute;
  left: 1.5rem;
  top: -10px;
  font-size: 12px;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #fa0;
}

.main {
  background-color: #0066bb;
  padding-top: 2.5rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.main a:hover {
  background-color: inherit;
  color: inherit;
  opacity: .8;
}

@media (min-width: 1200px) {
  .main {
    background-color: #ffffff;
    padding-top: unset;
  }
}

.tag-group {
  width: 100%;
  font-size: 14px;
  line-height: 3;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-group.hotsearch {
  height: 36px;
  overflow: hidden;
  margin: 1rem 0;
}

.tag-group li {
  padding: 0 1rem;
  line-height: 2.5;
  margin: 0 0.25rem 0.5rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.tag {
  background-color: #0d57a7;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.banner {
  position: relative;
  margin-bottom: 5px;
  margin-top: 1em;
}

.banner .owl-carousel .owl-item {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.banner .owl-carousel .owl-item.center {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
  height: 50px;
}

.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {
  background-color: rgba(51, 51, 51, 0.6);
}

.banner .owl-nav .owl-prev span,
.banner .owl-nav span {
  color: #eee;
  font-size: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 43px;
}

.banner .owl-dots {
  position: absolute;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}

@media (min-width: 1200px) {
  .banner {
    margin-top: unset;
  }
  .banner .owl-carousel .owl-item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.statement {
  margin-bottom: 5px;
}

.statement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  font-size: 13px;
  color: #ffffff;
}

.statement ul li {
  padding-left: 14px;
  background-image: url(../images/icon/shuriken.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 0 1px;
}

@media (min-width: 768px) {
  .statement {
    width: 90vw;
    margin: 0 auto;
  }
  .statement ul {
    font-size: 20px;
  }
}

.post {
  background-color: transparent;
  margin-bottom: .8em;
}

.post .yt-video {
  display: none;
}

.post .bulletin {
  display: none;
  padding: 0 10px;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 18px;
}

.post .bulletin li {
  padding: 0px 10px;
  overflow: unset;
  height: auto;
  white-space: unset;
  line-height: 1.5em;
}

.post .bulletin li.collapse {
  margin-bottom: 10px;
}

.post .bulletin li.collapse a {
  line-height: 1.5em;
  vertical-align: top;
  display: contents;
}

.post .bulletin li.collapse div {
  display: inline-block;
  width: 95%;
  vertical-align: top;
}

.post .bulletin li.collapse::before {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 5px;
}

.post ul {
  display: block;
}

.post ul li {
  white-space: normal;
  height: auto;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 2em;
  line-height: 2em;
}

.post ul li:last-child {
  border: none;
}

.post ul li .showorhideallnews {
  display: inline-block;
  color: #ffeb3b;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  vertical-align: bottom;
}

.post ul li .showorhideallnews.back {
  text-align: center;
  margin: 5px 0;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #ffeb3b;
}

.post ul li .notice-right {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  overflow: hidden;
  color: #fff;
}

.post ul li .notice-right .animation_play div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.post ul li .notice-right .animation_play div span {
  background-color: #ff0;
  padding: 3px;
  border-radius: 5px;
  color: #4169e1;
  margin-right: 3px;
}

.post ul li .notice-right .animation_play div a {
  display: inline-block;
  vertical-align: unset;
}

@media (min-width: 768px) {
  .post ul:first-of-type {
    width: 90vw;
    margin: 8px auto;
  }
  .post ul:first-of-type .showorhideallnews {
    font-size: 20px;
  }
  .post ul:first-of-type .notice-right .animation_play div {
    font-size: 20px;
  }
  .post ul:first-of-type .notice-right .animation_play div span {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .post .yt-video {
    width: 560px;
    height: 315px;
    display: inline-block;
  }
  .post .bulletin {
    display: inline-block;
    list-style-type: none;
    width: 386px;
    vertical-align: top;
    margin-left: 5px;
    color: #000000;
    font-size: 1em;
    padding: 0;
  }
  .post .bulletin > li.title {
    display: block;
    background-color: #ffaa00;
    text-align: center;
    color: #ffffff;
    border-bottom: none;
  }
  .post .bulletin li + li {
    border-bottom: rgba(102, 102, 102, 0.6) dotted 1px;
  }
  .post .bulletin li.collapse {
    list-style: decimal inside;
    margin-bottom: 5px;
  }
  .post .bulletin li.collapse::before {
    content: "";
    display: none;
  }
  .post .bulletin li.collapse a {
    line-height: 1.7em;
    vertical-align: top;
  }
  .post .bulletin li.collapse div {
    display: inline-block;
    width: 92%;
    vertical-align: top;
  }
}

.classify {
  white-space: nowrap;
  overflow-x: scroll;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.classify .graphic-dept {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
}

.classify .graphic-dept .bmi_in_li {
  display: block;
  width: 20vw;
  height: auto;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}

.classify .graphic-dept .bmi_in_li p {
  padding-top: 5px;
}

.classify .graphic-dept .bmi_in_li img {
  padding: 0 4vw;
}

@media (min-width: 768px) {
  .classify {
    width: 90vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .classify .graphic-dept {
    font-size: 20px;
  }
}

.zone {
  width: 96vw;
  margin: 0 auto;
  margin-top: -10px;
  position: relative;
}

.zone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}

.zone ul .right-side,
.zone ul .left-side {
  width: 37vw;
  margin-bottom: 8px;
}

.zone ul .right-side img,
.zone ul .left-side img {
  border: 2px solid #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 5px #aaa;
          box-shadow: 0px 0px 5px #aaa;
  width: 100%;
}

.zone ul .right-side {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.zone ul .left-side {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.zone ul .yume {
  width: auto;
  height: 30vw;
}

.zone ul .yume img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.zone .active-bg {
  background-image: linear-gradient(10deg, #4cf391 0%, #fbe96f 50%, #4cf391 100%);
  border-radius: 10px;
  border: #fff 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 86vw;
  height: 24vw;
  position: absolute;
  bottom: -3px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  right: 50%;
}

.slideshow {
  background-color: #fff;
  border-radius: 45px 45px 0 0;
  margin-top: 15px;
  padding: 20px 14px 10px 14px;
  margin-bottom: 0;
}

.slideshow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slideshow li {
  width: 28vw;
  height: 38vw;
}

.slideshow li p {
  background-color: #fce50d;
  text-align: center;
  border-radius: 10px;
  margin: 0px auto 10px auto;
  width: 90%;
  padding: 5px;
  color: #06b;
  font-weight: bold;
  font-size: 14px;
}

.slideshow li .auto {
  position: relative;
  margin: auto;
  height: auto;
  width: 100%;
  text-align: center;
}

.slideshow li .auto img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
  height: 28vw;
}

@media (min-width: 768px) {
  .slideshow ul {
    width: 85vw;
    margin: 0 auto;
  }
  .slideshow ul li {
    height: 28vw;
  }
  .slideshow ul li .auto img {
    height: 22vw;
  }
}

.warp > .content {
  width: auto;
}

.warp > .content .list {
  padding: 5px;
}

.warp > .content .home {
  background-color: #ffffff;
  padding: 10px 5px 0;
}

.warp > .content .home > .title {
  width: 96%;
  margin: 0 2%;
  color: #fff;
  background-color: transparent;
  padding-left: 0;
  display: block;
  height: 1.5em;
  line-height: 1.5em;
}

.warp > .content .home > .title b {
  background-color: #6d8cdc;
  padding: 9px 15px;
  border-radius: 0 20px 20px 0;
  color: #f3e32a;
}

.warp > .content .home > .title small {
  display: block;
  float: right;
  color: #6d8cdc;
  font-weight: bold;
  font-size: 15px;
  padding-right: 5px;
  height: 1.5rem;
  line-height: 1.5rem;
}

.warp > .content .home .list-x {
  padding: 6px 0;
}

.warp > .content .home .item {
  width: 48%;
  margin: 0 .6% 10px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.warp > .content .home .item li {
  margin-bottom: 5px;
}

.warp > .content .home .item .img {
  position: relative;
  height: 48vw;
  width: 100%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.warp > .content .home .item .img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.warp > .content .home .item .price {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.warp > .content .home .item .price:first-child {
  display: inline-block;
  color: black;
  text-decoration: line-through;
  font-size: 0.6em;
  padding: 0.2em 0;
}

.warp > .content .home .item .price b.price-tag {
  color: #ffaa00;
  margin-left: auto;
}

.warp > .content .home .item .slogan {
  height: 12px;
  color: #0066bb;
}

.warp > .content .home .item .slogan h3 {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.warp > .content .home .item .name {
  height: 2.3em;
  line-height: 1.2em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .warp .content .home > .title {
    height: 2.5em;
  }
  .warp .content .home .item {
    width: 23%;
  }
  .warp .content .home .item .img {
    height: 22vw;
  }
}

@media (min-width: 1200px) {
  .warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .warp .sidebar {
    display: block;
    width: 200px;
  }
  .warp .sidebar .pc-menu {
    background-color: #f2f2f2;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .warp .sidebar .pc-menu .tab-content {
    padding: 0 10px;
  }
  .warp .sidebar .pc-menu .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 2.5em;
    padding: 0 0 0 12px;
    font-size: 1rem;
    position: relative;
    margin-bottom: 10px;
    background-color: #0d57a7;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .warp .sidebar .pc-menu .item:hover {
    opacity: .8;
  }
  .warp .sidebar .pc-menu .sub-menu {
    display: none;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
  }
  .warp .sidebar .pc-menu .sub-menu a li {
    margin: 2px 0;
    padding-left: 0.5em;
    line-height: 2.5;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .warp .sidebar .pc-menu .sub-menu a li:hover {
    color: #fff;
    background-color: #333;
  }
  .warp .sidebar .bn a {
    display: block;
  }
  .warp .sidebar .bn a + a {
    margin-top: 10px;
  }
  .warp > .content {
    width: 956px;
    margin-left: auto;
  }
  .warp > .content .home {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
  }
  .warp > .content .home > .title {
    width: auto;
    margin: 0px 6px 10px 6px;
    border-bottom: 1px solid #06b;
  }
  .warp > .content .home > .title b {
    background-color: unset;
    padding: 0;
    color: #06b;
  }
  .warp > .content .home .item {
    width: 210px;
    margin: 0 10px 10px;
    background-color: #fff;
    border: rgba(0, 0, 0, 0.3) 1px solid;
    border-radius: 5px;
    overflow: hidden;
  }
  .warp > .content .home .item .img {
    width: 100%;
    height: 200px;
  }
}

.warp .content .home.list-article {
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: transparent !important;
}

.warp .content .home.list-article .item {
  margin: 0;
  width: 100%;
  display: block;
}

.warp .content .home.list-article .item ul .sort {
  line-height: 2;
  font-weight: 700;
  margin-bottom: 5px;
}

.warp .content .home.list-article .item ul li.img {
  width: 100%;
  height: 200px;
  display: block;
}

.warp .content .home.list-article .item ul li.img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.warp .content .home.list-article .item ul li.title {
  height: 2.3rem;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 5px 0;
}

.img_pic_stamp {
  font-weight: bold;
  line-height: 1.25;
}

.img_pic_stamp_s {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 1.25;
}

.img_pic_stamp_s,
.img_pic_stamp {
  background-color: #ffaa00;
  width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  border-radius: 0 10px 10px;
  border: 2px solid #000;
  color: #000;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #000;
          box-shadow: 1px 1px 3px #000;
}

footer,
.footer {
  width: 100%;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 40px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

footer small,
.footer small {
  font-size: 13px;
}

footer a,
.footer a {
  color: #0066bb;
}

@media (min-width: 768px) {
  footer small,
  .footer small {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 1200px) {
  footer,
  .footer {
    background-color: #000000;
    color: #ffffff;
    margin-bottom: 0;
  }
  footer .map,
  .footer .map {
    width: 350px;
    padding: 5px;
    margin: 0 20px 0 100px;
    display: inline-block;
    vertical-align: top;
  }
  footer .map li,
  .footer .map li {
    border-top: rgba(102, 102, 102, 0.9) 1px dotted;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 5px 10px;
    text-align: left;
  }
  footer .map li:hover,
  .footer .map li:hover {
    color: #ffffff;
    background-color: #333;
  }
  footer .map li a,
  .footer .map li a {
    color: #ffffff;
  }
  footer .map li:last-child,
  .footer .map li:last-child {
    border-bottom: rgba(102, 102, 102, 0.9) 1px dotted;
  }
  footer .info,
  .footer .info {
    border: rgba(255, 255, 255, 0.6) 1px solid;
    width: 350px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    text-align: left;
  }
  footer .info a,
  .footer .info a {
    background-color: transparent;
    color: #fa0;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  footer .info a:hover,
  .footer .info a:hover {
    opacity: .8;
  }
}

.main-nav {
  bottom: auto;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  z-index: 9;
  top: 614px;
  width: 100%;
  height: 55px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  text-align: center;
}

.main-nav ul {
  padding-top: 5px;
  height: 55px;
}

.main-nav ul li {
  display: inline-block;
  width: 17.999%;
  height: 100%;
  padding-top: 30px;
  position: relative;
  background-size: 35px auto;
}

.main-nav ul li.bottom-home {
  background-position: center -377px;
}

.main-nav ul li.bottom-trace {
  background-position: center -422px;
}

.main-nav ul li.bottom-cart {
  background-position: center -280px;
}

.main-nav ul li.bottom-service {
  background-position: center -328px;
}

.main-nav ul li.bottom-member {
  background-position: center -141px;
}

.main-nav ul li i {
  display: block;
  position: absolute;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  top: 0;
  right: 0.5em;
  background-color: red;
  color: #fff;
}

@media (min-width: 768px) {
  .main-nav ul li i {
    right: 3.5em;
  }
}

.menu {
  font-size: 16px;
  background-color: #000;
  color: #fff;
  width: 80vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
  padding: 50px 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  left: -100%;
}

.menu .menu-header,
.menu .menu-footer {
  width: 100%;
  height: 50px;
  padding: 5px;
  line-height: 40px;
  position: absolute;
}

.menu .menu-header .icon,
.menu .menu-footer .icon {
  display: inline-block;
  width: 40px;
  height: 100%;
  vertical-align: middle;
  background-size: 40px auto;
}

.menu .link,
.menu .menu-footer {
  border-top: 1px solid #fff;
}

.menu .menu-header {
  top: 0;
  left: 0;
}

.menu .menu-header a {
  color: #ffaa00;
  vertical-align: baseline;
}

.menu .menu-header .icon {
  background-position: center -10em;
}

.menu .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 40px auto;
  background-position: center -46.6em;
}

.menu .menu-list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}

.menu .menu-list .featured li {
  height: auto;
  margin: 0;
  line-height: 2.5em;
  padding-left: 5px;
}

.menu .menu-list .list-link li {
  position: relative;
  display: block;
  padding-left: .6rem;
}

.menu .menu-list .list-link a {
  line-height: 3rem;
}

.menu .menu-list .list-link .menu-icon {
  padding-left: 2.5em;
  background-size: 2em auto;
  position: relative;
  display: block;
  background-image: url(../images/icon/menu-icon.svg);
}

.menu .menu-list .list-link .menu-icon.new {
  background-position: 0 0.6rem;
}

.menu .menu-list .list-link .menu-icon.hot {
  background-position: 0 -80px;
}

.menu .menu-list .list-link .menu-icon.fast {
  background-position: 0px -641px;
}

.menu .menu-list .list-link .menu-icon.activity {
  background-position: 0 -2.1rem;
}

.menu .menu-list .list-link .sub-nav {
  padding-left: 2.5em;
  background-size: 2em auto;
  height: auto;
  display: none;
}

.menu .menu-list .list-link .menu-button {
  width: 50%;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
}

.menu .menu-list .link {
  margin-bottom: 10px;
}

.menu .menu-list .link li {
  height: 2.5em;
  line-height: 2.5em;
}

.menu .menu-footer {
  text-align: center;
  bottom: 0;
  left: 0;
}

.menu .menu-footer .logout {
  background-position: center -13.4em;
}

.search {
  display: none;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 40px;
  bottom: 0;
  left: 0;
  background-color: #eee;
  z-index: 1;
}

.search .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search input {
  width: 95%;
  height: 2em;
  display: block;
  margin: 20px auto;
  padding-left: 2em;
  background-size: 2em auto;
  background-position: left -2.8em;
  border: #666 solid 1px;
}

.search .keyword {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.search .keyword span {
  display: block;
  margin-bottom: 10px;
}

.search .keyword li {
  padding: 0 0.5em;
  margin: 0 3px 10px 0;
  line-height: 1.5em;
  border: #666 solid 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.history {
  background-color: #eee;
  border: #666 solid 1px;
  width: 120px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -120px;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 1;
}

.history span,
.history li {
  border-bottom: #666 solid 1px;
}

.history span {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
}

.history > ul {
  position: relative;
  height: calc(100vh - 45px);
  overflow-y: scroll;
}

.history ul > li {
  width: 100px;
  padding: 5px;
  margin: 10px auto;
  text-align: left;
}

.history ul > li .price-tag {
  color: #ffaa00;
  margin-top: 3px;
  display: block;
}

@media (min-width: 1200px) {
  .history {
    border: none;
  }
  .history span,
  .history li {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.move-history {
  right: 0;
}

.move-history-left {
  left: -120px !important;
}

.move-history-pr {
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}

.list-article .owl-carousel .owl-nav button.owl-next,
.list-article .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3rem;
  border-radius: 0.5rem;
  width: 1.5rem;
  padding-bottom: 5px !important;
}

.list-article .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.float-side {
  width: 100px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 2.5em;
  margin-left: 1180px;
}

.float-side .history {
  position: static;
  max-height: 2em;
  margin-bottom: 10px;
  width: 100%;
  top: 0;
  left: 0;
}

.float-side .history.open {
  max-height: 650px;
}

.float-side .history .title {
  position: relative;
  background-color: #0d57a7;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 2em;
  line-height: 2em;
  text-align: center;
  padding-right: 25px;
  z-index: 2;
}

.float-side .history .sub-list {
  padding: 5px 10px;
  position: relative;
  max-height: 350px;
  overflow-y: auto;
  top: 0px;
  overflow-x: hidden;
}

.float-side .history .sub-list > ul {
  position: relative;
  min-height: 594px;
  overflow: unset;
}

.float-side .history .item {
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  padding: 0;
}

.float-side .history .img {
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}

.float-side .history .price {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 70px;
}

.float-side .history .price b {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.gotop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 190px;
  right: 20px;
  text-align: center;
  padding-top: 25px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: bottom .2s ease;
  transition: bottom .2s ease;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: .8;
  display: none;
}

.gotop::after {
  top: 3px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gotop:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 1;
}

#cart-panel {
  font-family: Tahoma, Helvetica, arial, sans-serif;
  display: block;
  position: fixed;
  width: 100px;
  height: 70px;
  background: #222;
  bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  z-index: 1;
}

#cart-panel #cart-panel-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#cart-panel #cart-panel-on {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 0;
  text-decoration: none;
}

#cart-panel #cart-panel-on span {
  display: block;
  font-weight: 700;
  color: #fc0;
  line-height: 25px;
  font-size: 14px;
  padding-left: 15px;
}

#cart-panel #cart-panel-on span#cart-panel-money {
  font-size: 20px;
  line-height: 40px;
  padding-left: 0;
}

@-webkit-keyframes anis {
  0% {
    top: -0%;
  }
  20% {
    top: -100%;
  }
  40% {
    top: -200%;
  }
  60% {
    top: -300%;
  }
  80% {
    top: -400%;
  }
  100% {
    top: 0%;
  }
}

@keyframes anis {
  0% {
    top: -0%;
  }
  20% {
    top: -100%;
  }
  40% {
    top: -200%;
  }
  60% {
    top: -300%;
  }
  80% {
    top: -400%;
  }
  100% {
    top: 0%;
  }
}

.animation_play {
  /*animation:anis 0s 5s infinite; 公告區輪播動態*/
  position: relative;
  -webkit-animation-name: anis;
          animation-name: anis;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
}

.breadcrumb {
  white-space: nowrap;
  text-overflow: initial;
  height: 2.5em;
  margin: 0;
  line-height: 2em;
  position: relative;
  width: 100%;
  padding: 0 5px;
}

.breadcrumb small .team-map {
  color: #0066bb;
  overflow: scroll;
}

.breadcrumb small .team-map a {
  display: inline-block;
}

.breadcrumb small .team-map a:last-child {
  color: gray;
}

.breadcrumb small .team-map a + a {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}

.breadcrumb small .team-map a + a::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center 42.3%;
  left: -0.4em;
  background-image: url(../images/icon/icon-b.svg);
}

.breadcrumb .sorting-btn {
  position: absolute;
  right: 0.5em;
  background-color: #fff;
  border: rgba(0, 0, 0, 0.3) solid 1px;
  padding: 0 1em 0 2.5em;
  background-size: 20px auto;
  background-position: 0.5em -691px;
  font-size: 13px;
  line-height: 23px;
  float: left;
  top: 30px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .breadcrumb {
    border-bottom: 1px solid rgba(102, 102, 102, 0.6);
  }
  .breadcrumb small {
    display: inline-block;
  }
  .breadcrumb small .team-map {
    overflow: hidden;
  }
  .breadcrumb .pc-sorting {
    float: right;
    line-height: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 !important;
    margin-left: auto !important;
  }
  .breadcrumb .pc-sorting .array {
    background-color: black;
    color: white;
    padding: 5px 10px;
    border: 1px black solid;
    display: inline-block;
  }
  .breadcrumb .pc-sorting .array a {
    font-size: 12px;
  }
  .breadcrumb .pc-sorting .array.on-this {
    background-color: white;
    color: black;
  }
}

.team-show-up {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: white;
  position: relative;
}

.team-show-up > button {
  display: none;
}

.team-show-up .title {
  border-top: #EEE solid 1px;
  border-bottom: #EEE solid 1px;
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.team-show-up .list-x {
  white-space: nowrap;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.team-show-up .list-x .item {
  width: 110px;
  padding: 5px 4px;
  margin: 5px;
  white-space: normal;
  border: #EEE solid 1px;
  display: inline-block;
}

.team-show-up .list-x .item .img {
  position: relative;
  width: 100%;
  height: 100px;
  display: block;
}

.team-show-up .list-x .item .img div:first-child {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
}

.team-show-up .list-x .item .img div:first-child img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
  height: auto;
}

.team-show-up .list-x .item .img button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #ffaa00;
}

.team-show-up .list-x .item .name {
  height: 2em;
  line-height: 1rem;
  overflow: hidden;
}

.team-show-up .list-x .item .price small {
  color: #000000;
  text-decoration: line-through;
  font-weight: bold;
  display: inline-block;
  line-height: 2;
}

.team-show-up .list-x .item .price small.sale {
  color: red;
  text-decoration: none;
  float: right;
}

.team-show-up button.slide-ctrl {
  position: absolute;
  width: 40px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  background-color: #000;
  border: rgba(0, 0, 0, 0.3) 1px solid;
  background-color: #fff;
  color: transparent;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: .8;
}

.team-show-up button.slide-ctrl.arrow-b-right {
  right: -2px;
}

.team-show-up button.slide-ctrl.arrow-b-right::after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center 42.3%;
  right: 0.5em;
}

.team-show-up button.slide-ctrl.arrow-b-left {
  left: -2px;
}

.team-show-up button.slide-ctrl.arrow-b-left::after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center 38.5%;
  left: 0.5em;
}

@media (min-width: 1200px) {
  .team-show-up {
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-top: 15px;
  }
  .team-show-up > button.arrow-b-right {
    display: block;
  }
  .team-show-up .title {
    border: none;
  }
  .team-show-up .list-x {
    overflow-x: hidden;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .team-show-up .list-x .item {
    width: 150px;
    border: none;
  }
  .team-show-up .list-x .item .img {
    height: 150px;
  }
  .team-show-up .list-x .item .img div:first-child img {
    max-height: 100%;
  }
  .team-show-up .list-x .item .img button {
    padding: 5px 0;
    border-radius: 5px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team-show-up .list-x .item:hover {
    -webkit-box-shadow: 0 0 3px #aaa;
            box-shadow: 0 0 3px #aaa;
  }
  .team-show-up .list-x .item:hover .img button {
    opacity: 1;
  }
}

.category .trace {
  background-position: center -358px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100% auto;
  background-position: center -22.5em;
}

.category .trace.tracing {
  background-position: center -57.5em;
}

.category .item {
  width: 99%;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  margin-bottom: 5px;
  background-color: #fff;
  border: rgba(0, 0, 0, 0.3) solid 1px;
}

.category .item .list-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category .item .list-x img {
  height: auto;
  width: auto;
  max-width: 118px;
  max-height: 118px;
}

.category .item .list-x .img {
  text-align: center;
  position: relative;
  border: 1px solid lightgray;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 120px;
  height: 120px;
  vertical-align: top;
  margin-right: 5px;
}

.category .item .list-x .content {
  height: 120px;
  width: calc(100% - 130px);
}

.category .item .list-x .content ul {
  height: 100%;
}

.category .item .list-x .content ul .name {
  height: 3.3em;
  margin-bottom: 14px;
  overflow: hidden;
  line-height: 1.1em;
}

.category .item .list-x .content ul .name h3 {
  padding-right: 24px;
}

.category .item .list-x .content ul .slogan {
  display: none;
}

.category .item .list-x .content ul .sold {
  line-height: 1;
}

.category .item .list-x .content ul .sold .ratings,
.category .item .list-x .content ul .sold .ratings-score {
  display: none;
}

.category .item .list-x .content ul .sold .small-icon {
  width: 86px;
  height: 14px;
}

.category .item .list-x .content ul .sold .ratings-score {
  font-size: 14px;
  vertical-align: top;
}

.category .item .list-x .content ul .sold small:last-child {
  float: right;
}

.category .item .list-x .content ul .sold small:last-child b {
  color: #0066bb;
}

.category .item .list-x .content ul .price .original {
  text-decoration: line-through;
  font-size: .9em;
  display: block;
}

.category .item .list-x .content ul .price .sale {
  color: #ff0000;
}

.category .item .list-x .content ul .price b {
  color: #ffaa00;
  line-height: 2em;
}

.category .item .list-x .content ul .price b font {
  font-size: 0.6em;
  line-height: 1em;
}

.category .item .list-x .content ul .price button {
  background-color: #ffaa00;
  width: 5em;
  height: 2em;
  float: right;
  background-size: 30px auto;
}

.category .item .list-x .content ul .btn-slider-up {
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  border-bottom: none;
  width: 255px;
  -webkit-transition: .8s all;
  transition: .8s all;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -50px;
  color: #ffffff;
  opacity: 0;
}

.category .item .list-x .content ul .btn-slider-up button.cart {
  width: 206px;
  background-color: #ffaa00;
  height: 38px;
  vertical-align: top;
}

.category .item .list-x .content ul .btn-slider-up button.match {
  width: 38px;
  height: 38px;
  background-position: center -358px;
  margin-left: 5px;
  background-color: #ffffff;
  border: 2px solid #ffaa00;
}

.category .item .list-x .content ul .btn-slider-up button.match.wishlist {
  background-position: center -918px;
}

@media (min-width: 768px) {
  .category .trace {
    top: unset;
    bottom: 45px;
  }
  .category > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category > ul .item {
    width: 24.5%;
  }
  .category > ul .item .list-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category > ul .item .list-x .img {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0 0 5px 0;
  }
  .category > ul .item .list-x img {
    max-width: 20vw;
    max-height: 20vw;
  }
  .category > ul .item .list-x .content {
    width: 100%;
    height: auto;
  }
  .category > ul .item .list-x .content ul .name {
    height: 2.2em;
    margin-bottom: 5px;
  }
  .category > ul .item .list-x .content ul .name h3 {
    padding-right: 0;
  }
  .category > ul .item .list-x .content ul .sold small:last-child {
    display: block;
    float: none;
  }
  .category > ul .item .list-x .content ul .price button {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .category .trace {
    display: none;
  }
  .category > ul .item {
    width: 282px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ffaa00;
    margin: 10px 18px;
    position: relative;
    overflow: hidden;
  }
  .category > ul .item:hover .list-x .content ul .btn-slider-up {
    bottom: 0;
    opacity: 1;
  }
  .category > ul .item .list-x img {
    max-width: 200px;
    max-height: 200px;
  }
  .category > ul .item .list-x .content {
    width: 100%;
    height: auto;
  }
  .category > ul .item .list-x .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category > ul .item .list-x .content ul .slogan {
    display: block;
    color: #0066bb;
    height: 12px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .category > ul .item .list-x .content ul .slogan div {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
  }
  .category > ul .item .list-x .content ul .sold {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 12px;
  }
  .category > ul .item .list-x .content ul .sold small:last-child {
    display: none;
  }
  .category > ul .item .list-x .content ul .sold .ratings,
  .category > ul .item .list-x .content ul .sold .ratings-score {
    display: inline-block;
  }
  .category > ul .item .list-x .content ul .sold .ratings .small-icon {
    width: 111px;
    height: 19px;
  }
  .category > ul .item .list-x .content ul .sold .ratings-score {
    font-size: 1em;
    vertical-align: text-top;
  }
  .category > ul .item .list-x .content ul .price b {
    text-align: right;
    display: block;
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .category > ul .item .list-x .content ul .price button {
    display: none;
  }
  .category > ul .item .list-x .content ul .price .original {
    display: block;
    color: black;
    text-decoration: line-through;
    float: left;
    padding-top: 0.5em;
  }
}

.pager {
  display: block;
  text-align: center;
  margin: 20px auto;
  padding-bottom: 10px;
}

.pager > p {
  margin-bottom: 5px;
}

.pager > .btn,
.pager .list-x {
  display: inline-block;
  font-size: 0;
}

.pager ul {
  border: rgba(0, 0, 0, 0.3) 1px solid;
  background-color: #ffffff;
}

.pager ul a:last-child li {
  border: none;
}

.pager ul li {
  border-right: rgba(0, 0, 0, 0.3) 1px solid;
}

.pager .btn {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 5px;
  vertical-align: middle;
  font-size: 13px;
}

.pager .btn.disable {
  background-color: #e6e6e6;
}

.pager .btn.current {
  background-color: #999999;
}

.pager a {
  display: inline-block;
  color: #333;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  border: none;
}

@media (min-width: 768px) {
  .pager .btn {
    font-size: 16px;
  }
}

.sorting {
  display: block;
  width: 100%;
  position: fixed;
  text-align: center;
  bottom: -160px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #ffffff;
  z-index: 10;
}

.sorting li {
  height: 2.5em;
  width: 100%;
  line-height: 2.5;
  border-top: #eee solid 1px;
}

.sorting.move-sorting {
  bottom: 0;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  position: relative;
}

.intro .product-img {
  height: 90vw;
  width: 100%;
  padding: 5px;
}

.intro .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.intro .product-intro > * {
  padding: 5px;
}

.intro .product-intro .note {
  color: #0066bb;
  text-align: right;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
}

.intro .product-intro .note small:last-child {
  color: #666666;
  display: none;
}

.intro .product-intro .name {
  line-height: 1.2em;
}

.intro .product-intro .name p {
  display: none;
}

.intro .product-intro .event span {
  display: inline-block;
  padding: 0 5px;
  margin-right: 2px;
  line-height: 1.5em;
  border: 1px solid #0066bb;
  border-radius: 5px;
  color: #0066bb;
}

.intro .product-intro .price {
  font-size: 12px;
  display: block;
}

.intro .product-intro .price span b del {
  font-size: 14px;
}

.intro .product-intro .price span:last-child {
  float: right;
}

.intro .product-intro .price .sold b {
  color: #0066bb;
}

.intro .product-intro .price .price-tag {
  line-height: 13px;
}

.intro .product-intro .price .price-tag b {
  color: #ffaa00;
  font-size: 28px;
}

.intro .product-intro .hashtag {
  border-top: #eee solid 4px;
  border-bottom: #eee solid 4px;
  font-size: 0;
}

.intro .product-intro .hashtag p {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}

.intro .product-intro .hashtag a {
  display: inline-block;
  font-size: 14px;
  background-color: #0066bb;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
}

.intro .product-intro .numbers {
  display: none;
}

@media (min-width: 768px) {
  .intro .product-img {
    height: 80vw;
    text-align: center;
  }
  .intro .product-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 80%;
  }
  .intro .product-intro .price {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .intro {
    margin-top: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro .product-img {
    width: 550px;
    height: 550px;
  }
  .intro .product-img img {
    width: 100%;
  }
  .intro .product-intro {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro .product-intro .note {
    border-top: none;
    text-align: left;
  }
  .intro .product-intro .note small:last-child {
    display: inline;
    float: right;
    line-height: 20px;
  }
  .intro .product-intro .name h1 {
    padding: 5px 0;
    font-weight: 700;
    font-size: 1.2em;
    line-height: normal;
  }
  .intro .product-intro .name p {
    display: block;
    margin-top: 5px;
    color: #666666;
    font-size: 16px;
    padding-bottom: 1em;
  }
  .intro .product-intro .price {
    padding: 14px 0;
    overflow: hidden;
  }
  .intro .product-intro .price span:first-child {
    display: none;
  }
  .intro .product-intro .price span {
    color: #666666;
  }
  .intro .product-intro .price .price-tag {
    color: #000000;
    margin-left: 8px;
  }
  .intro .product-intro .price .price-tag b {
    font-size: 36px;
    color: #ff0000;
  }
  .intro .product-intro .event {
    padding: .5em 0 .3em 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .intro .product-intro .event span {
    font-size: 16px;
    margin-bottom: .2em;
  }
  .intro .product-intro .ratings small {
    float: right;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
  }
  .intro .product-intro .ratings b {
    font-size: 1.2em;
    vertical-align: super;
  }
  .intro .product-intro .ratings .medium-icon {
    width: 160px;
    height: 28px;
  }
  .intro .product-intro .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: 1.5em;
    font-size: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .intro .product-intro .numbers .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .intro .product-intro .numbers .amount form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 1.5em;
    font-size: 1.2em;
    margin: 0 1rem;
    border: #333 solid 1px;
  }
  .intro .product-intro .numbers .amount button {
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    border: none;
    width: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    background-size: 85% auto;
    background-position-x: center;
  }
  .intro .product-intro .numbers .amount button.icon-less {
    border-right: #333 solid 1px;
    background-position-y: 96%;
  }
  .intro .product-intro .numbers .amount button.icon-plus {
    border-left: #333 solid 1px;
    background-position-y: 92.3%;
  }
  .intro .product-intro .numbers .amount inupt {
    border: none;
    padding: 2px;
    clear: both;
  }
  .intro .product-intro .numbers .amount input,
  .intro .product-intro .numbers .amount button {
    height: 100%;
    display: inline-block;
  }
  .intro .product-intro .numbers .amount .number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    text-align: center;
    line-height: 1.5em;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    border: none;
  }
  .intro .product-intro .numbers .bought {
    float: right;
  }
  .intro .product-intro .numbers .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-bottom: 5px;
    margin: 1rem 0;
    text-align: center;
    border-bottom: none;
  }
  .intro .product-intro .numbers .btn-group button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 1.5%;
    line-height: 3em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .intro .product-intro .numbers .btn-group button.buy {
    background-color: #fa0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .intro .product-intro .numbers .btn-group button.cart {
    background-color: #0d57a7;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .intro .product-intro .numbers .btn-group button.tracing {
    background-position: 20px -55.3em;
    border: #333 solid 1px;
    background-color: inherit;
    color: #333;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
  }
  .intro .product-intro .hashtag {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    border: none;
    border-radius: 5px;
  }
}

.detail-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 0 10px;
  width: 100%;
  position: relative;
}

.detail-block .detail {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  line-height: 1.5;
  width: 550px;
}

.detail-block .detail-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.detail-block .detail-sticky > .content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.detail-block .detail-sticky > .content ul {
  background-color: #eee;
  padding: 0.5rem;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 12px;
}

.detail-block .detail-sticky > .content .img {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 0.5rem;
  padding: 0;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0.5rem;
}

.detail-block .detail-sticky > .content .img img {
  height: 100%;
  width: auto;
}

.detail-block .detail-sticky > .content .name {
  margin-bottom: 0.5rem;
  padding-bottom: .5rem;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
}

.detail-block .detail-sticky > .content .name em {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
}

.detail-block .detail-sticky > .content .name p {
  font-size: 12px;
}

.detail-block .detail-sticky > .content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.detail-block .detail-sticky > .content .price > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  line-height: 1.5;
}

.detail-block .detail-sticky > .content .amount {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.detail-block .detail-sticky > .content .amount .amount-form {
  background-color: #fff;
  margin-bottom: 0.5rem;
  border: #333 solid 1px;
}

.detail-block .detail-sticky > .content .amount .amount-form input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  padding: 2px;
  clear: both;
  max-width: 60%;
}

.detail-block .detail-sticky > .content .amount .amount-form button {
  width: 2rem;
  height: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  border: #fff 1px solid;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  border: none;
  background-size: 80% auto;
}

.detail-block .detail-sticky > .content .amount .amount-form button.icon-less {
  background-position: center -51.3rem;
  border-right: #333 solid 1px;
}

.detail-block .detail-sticky > .content .amount .amount-form button.icon-plus {
  float: right;
  border-left: #333 solid 1px;
  background-position: center -49.3rem;
}

.detail-block .detail-sticky > .content .amount .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: none;
}

.detail-block .detail-sticky > .content .amount .btn-group button {
  margin: 0.25rem 0;
  line-height: 2;
  font-size: 1rem;
}

.detail-block .detail-sticky > .content .amount .btn-group button.buy {
  background-color: #fa0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.detail-block .detail-sticky > .content .amount .btn-group button.cart {
  background-color: #0d57a7;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: auto;
}

.detail-block .detail-sticky > .content .checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.detail-block .detail-sticky > .content .checkout .icon-cart {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  background-size: 100% auto;
  background-position: center -20rem;
}

.detail-block .detail-sticky > .content .checkout .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
  font-size: 12px;
}

.detail-block .detail-sticky > .content .checkout .total .price-tag {
  font-size: 1.5rem;
  text-align: left;
  color: #ffaa00;
}

.detail-block .detail-sticky > .content .checkout .total div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}

.detail-block .detail-sticky > .content .checkout .checkout-btn {
  margin-left: auto;
  padding: .5rem 1rem;
  font-size: 1rem;
  background-color: #fa0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .detail-block {
    margin-bottom: 2em;
  }
}

.ratings-block {
  width: 100%;
}

.ratings-block > p:first-child {
  background-color: #ffaa00;
  padding: .5em;
}

.ratings-block p.ratings {
  background-color: #fff8bd;
  padding: .5rem;
}

.ratings-block p.ratings .ratings-score-small {
  line-height: 11px;
  vertical-align: text-top;
}

.ratings-block .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  background-color: #fff;
  border-bottom: 1px solid #666;
}

.ratings-block .user .photo-user {
  width: 65px;
  height: 65px;
  margin-right: 0.5rem;
}

.ratings-block .user .photo-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.ratings-block .user .text {
  width: 58%;
}

.ratings-block .user .text .user-name {
  line-height: 20px;
}

.ratings-block .user .text .review {
  margin: 0.5rem 0;
  font-size: 16px;
  font-weight: 100;
}

.ratings-block .user .text > div {
  font-size: 0.9em;
}

.ratings-block .user .text > div .review_tags {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #eee;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 0.5rem;
}

.ratings-block .user .text > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ratings-block .user .text > ul .picture {
  width: 15vw;
  height: 15vw;
  margin-right: 0.5rem;
  border: 1px solid #666;
}

.ratings-block .user .text > ul .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ratings-block .user .date {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .ratings-block .user .text {
    width: 82%;
  }
  .ratings-block .user .text > ul .picture {
    width: 50px;
    height: 50px;
  }
}

.ratings-popup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.ratings-popup .popup-picture {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ratings-popup .popup-picture .ratings-popup_close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background-color: #e5e5e5;
  border-radius: 50px;
  color: #989898;
  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;
  cursor: pointer;
}

.ratings-popup .popup-picture .large {
  width: 80vw;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.ratings-popup .popup-picture .large img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ratings-popup .popup-picture .small > ul > a > li {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .ratings-popup .popup-picture .large {
    width: 62vw;
  }
}

@media (min-width: 1200px) {
  .ratings-popup {
    z-index: 9;
  }
  .ratings-popup .popup-picture .large {
    width: 450px;
  }
}

.team-show-up .list-x .item .img div.pair img {
  max-height: 100px;
}

@media (min-width: 1200px) {
  .team-show-up .list-x .item .img div.pair img {
    max-height: 140px;
  }
}

.page-tab {
  border-bottom: #000 solid 1px;
  background-color: #ffffff;
  color: #000000;
}

.page-tab .tab {
  width: 100%;
  text-align: center;
  line-height: 2em;
  background-color: #fff;
  border: #000 solid 1px;
  color: #000;
  font-size: 0;
  line-height: 14px;
}

.page-tab .tab li {
  font-size: 14px;
  display: inline-block;
  width: 33.333%;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 36px;
}

.page-tab .tab li + li {
  border-left: 1px solid #000;
}

.page-tab .tab li.current {
  background-color: #000000;
  color: #ffffff;
}

.page-tab .tab-content {
  padding: 5px;
  line-height: 1.5;
}

.page-tab .tab-content > b {
  color: #0066bb;
  border-bottom: #06b solid 1px;
  display: block;
  margin-bottom: 5px;
}

.page-tab .tab-content b {
  color: #0066bb;
}

.end-btn-group {
  display: block;
  height: 55px;
  bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  text-align: center;
}

.end-btn-group > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  place-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
  background-size: 40px auto;
}

.end-btn-group > div button {
  width: auto;
  height: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  vertical-align: top;
}

.end-btn-group > div button.buy {
  background-color: #fa0;
  color: #000;
}

.end-btn-group > div button.cart {
  margin-bottom: -50px;
  background-color: #06b;
  color: #fff;
}

.end-btn-group > div .trace {
  background-position: center -475px;
  display: inline-block;
  width: 42px;
  height: 100%;
  position: relative;
  vertical-align: top;
  background-size: 40px auto;
  border: rgba(0, 0, 0, 0.3) solid 1px;
  background-color: #fff;
}

.team-show-up > .list-x .add-on ul > button {
  text-align: center;
  background-color: #ffaa00;
  width: 100%;
  color: #ffffff;
}

.team-show-up > .list-x .add-on ul .price small {
  width: 100%;
}

.team-show-up > .list-x .add-on ul .price small span {
  float: right;
}

.team-show-up > .list-x .add-on ul .price small span .sale {
  color: #f00;
}

.team-show-up > .list-x .add-on ul .amount {
  height: 1.5em;
  margin-bottom: 0;
}

.team-show-up > .list-x .add-on ul .amount .amount-form {
  width: 5.7em;
  height: 100%;
  display: inline-block;
  border: #333 solid 1px;
}

.team-show-up > .list-x .add-on ul .amount .amount-form input {
  width: 2.5em;
  border: none;
  padding: 2px;
  clear: both;
  height: 100%;
  display: inline-block;
  text-align: center;
}

.team-show-up > .list-x .add-on ul .amount .amount-form button {
  width: 1.5em;
  color: #fff;
  border: #fff 1px solid;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  border: none;
  background-size: 80% auto;
  height: 100%;
  display: inline-block;
}

.team-show-up > .list-x .add-on ul .amount .amount-form button.icon-less {
  border-right: #333 solid 1px;
  background-position: center 96.3%;
}

.team-show-up > .list-x .add-on ul .amount .amount-form button.icon-plus {
  float: right;
  border-left: #333 solid 1px;
  background-position: center 92.5%;
}

.team-show-up > .list-x .add-on ul .amount button.buy {
  background-color: #ffaa00;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 2.5em;
  height: 100%;
  padding: 2px;
}

.member {
  background-color: #e6e6e6;
}

.member .breadcrumb-member {
  color: #fff;
  background-color: #000;
  height: 2em;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1em;
}

.member > .form-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member > .form-section > .content {
  padding: 5px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px #bbb;
          box-shadow: 0px 0px 5px #bbb;
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 1em;
}

.member > .form-section > .content > label small {
  display: block;
  margin-top: 1em;
  font-size: 1.2em;
  color: #0066bb;
}

.member > .form-section > .content > label small span {
  text-decoration: underline;
}

.member > .form-section > .content .info {
  width: 82%;
  margin: 20px auto;
  overflow: hidden;
}

.member > .form-section > .content .info > label {
  display: block;
}

.member > .form-section > .content .info > label input {
  padding: 5px;
  border-radius: 5px;
  margin-left: 10px;
}

.member > .form-section > .content .info > label + label {
  margin-top: .5em;
}

.member > .form-section > .content .info > button {
  margin-top: 1em;
  display: inline-block;
  background-color: #0066bb;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  width: 50%;
  border-radius: 5px;
}

.member > .form-section > .content .info > .remind {
  display: block;
  line-height: 2.5;
  text-align: center;
  font-size: 14px;
  color: #c51947;
}

.member > .form-section > .content .info > .terms input {
  width: 24px;
  vertical-align: middle;
  margin: 0 5px;
  height: 20px;
}

@media (min-width: 768px) {
  .member > .form-section > .content {
    width: 70vw;
  }
  .member > .form-section > .content input {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .member {
    background-color: #ffffff;
  }
  .member .breadcrumb-member {
    color: #0066bb;
    background-color: unset;
    font-size: 1.5em;
    border-bottom: 1px solid #0066bb;
    text-align: left;
  }
  .member > .form-section {
    border: 2px solid #666666;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1em 0;
    margin-bottom: 1em;
  }
  .member > .form-section > .content {
    width: 450px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .member > .form-section > .content input {
    width: 70%;
  }
  .member > .form-section > .content p {
    color: #c51947;
    margin-bottom: .5em;
  }
}

.franchise {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.franchise .features {
  width: 90vw;
  margin: 0 auto;
}

.franchise .features h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #0066bb;
  margin-bottom: 1em;
}

.franchise .features > .block div {
  background-color: #0074d5;
  padding: 1em;
  color: #ffffff;
  margin-bottom: 1em;
  border: 1px solid #666666;
}

.franchise .features > .block div h5 {
  color: #ffeb3b;
  font-weight: 700;
  font-size: 1.1em;
  border-bottom: 1px solid #ffeb3b;
  margin-bottom: 1em;
}

.franchise .features > .block div li {
  list-style: decimal outside none;
  line-height: 18px;
  margin-left: 20px;
  color: #cfdbf9;
}

.franchise .features > .block div li + li {
  margin-top: 1em;
}

@media (min-width: 1200px) {
  .franchise {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2em;
  }
  .franchise .member {
    width: 400px;
  }
  .franchise .member > .form-section {
    border: none;
  }
  .franchise .features {
    width: 650px;
    margin: unset;
  }
  .franchise .features > h2 {
    font-size: 1.5em;
  }
  .franchise .features > .block div h5 {
    font-size: 2em;
    color: #ffffff;
  }
  .franchise .features > .block div h5 span {
    font-size: .7em;
  }
  .franchise .features > .block div li {
    color: #ffffff;
  }
}

.un_box {
  padding-top: 50px;
}

.un_box .unbox-nav {
  background-color: #e6e6e6;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1em;
}

.un_box .unbox-nav .list-x {
  position: fixed;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  width: 100vw;
  overflow-x: hidden;
  background-color: #e6e6e6;
  z-index: 10;
}

.un_box .unbox-nav .list-x > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.5rem;
  margin: 0.25rem 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.un_box .unbox-nav .list-x > li.current {
  color: #0066bb;
  border-bottom: 2px solid #0066bb;
}

.un_box .unbox-nav .unbox-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 5px;
  font-size: 13px;
}

.un_box .unbox-nav .unbox-form .unbox-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}

.un_box .unbox-nav .unbox-form .unbox-search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 0 5px;
  line-height: 2;
}

.un_box .unbox-nav .unbox-form .unbox-search button {
  width: 2rem;
  height: 100%;
  background-position: center -42px;
}

.un_box .unbox-nav .unbox-form .btn {
  color: #ffffff;
  background-color: #0066bb;
  padding: 0.5em 1em;
}

.un_box .unbox-article {
  padding: 1em 5px;
  background-color: #ffffff;
}

.un_box .unbox-article .section-right > p {
  padding-bottom: .5em;
  border-bottom: 1px solid rgba(102, 102, 102, 0.6);
  margin-bottom: 1em;
}

.un_box .unbox-article .section-right .sortlist .unbox_item {
  padding: .5em;
  margin-bottom: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30vw;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_img {
  margin-right: .5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100%;
  width: 100%;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content {
  width: 60vw;
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content .unbox_name {
  overflow: hidden;
  line-height: 1.1em;
  white-space: nowrap;
  height: auto;
  text-overflow: ellipsis;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content .unbox_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: .2rem;
  margin-bottom: .5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content .unbox_tag .btn {
  margin: 5px 5px 0;
  font-size: 12px;
  padding: 0.25em 0.5em;
  color: #0066bb;
  border: 1px solid #0066bb;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content .unbox_tag .btn:hover {
  background-color: #0066bb;
  color: #ffffff;
}

.un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content .unbox_text {
  font-size: 13px;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.un_box .unbox-article .section-left {
  display: none;
}

@media (min-width: 768px) {
  .un_box .unbox-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
  }
  .un_box .unbox-article .section-right {
    width: 70%;
    margin-right: 1em;
  }
  .un_box .unbox-article .section-right .sortlist .unbox_item {
    height: 20vw;
  }
  .un_box .unbox-article .section-left {
    display: block;
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 6em;
    overflow: hidden;
    height: 90vw;
  }
  .un_box .unbox-article .section-left .unbox_title {
    text-align: center;
    border-bottom: 1px solid rgba(102, 102, 102, 0.6);
    padding: .25em;
    margin-bottom: .5em;
  }
  .un_box .unbox-article .section-left .hot_unbox .hot_unbox_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
  .un_box .unbox-article .section-left .hot_unbox .hot_unbox_list .hot_unbox_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1rem;
  }
  .un_box .unbox-article .section-left .hot_unbox .hot_unbox_list .hot_unbox_item .unbox_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .un_box .unbox-article .section-left .hot_unbox .hot_unbox_list .hot_unbox_item .unbox_img img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .un_box .unbox-article .section-left .hot_unbox .hot_unbox_list .hot_unbox_item .unbox_name {
    padding-left: .5em;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .un_box {
    padding-top: 13px;
  }
  .un_box .unbox-nav {
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .un_box .unbox-nav .list-x {
    top: 0;
    position: relative;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 70%;
  }
  .un_box .unbox-nav .unbox-form {
    width: 30%;
  }
  .un_box .unbox-nav .unbox-form .btn {
    line-height: 28px;
  }
  .un_box .unbox-nav .unbox-form .unbox-search button {
    background-position: center -36px;
  }
  .un_box .unbox-article {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .un_box .unbox-article .section-right {
    width: 76%;
  }
  .un_box .unbox-article .section-right .sortlist .unbox_item {
    height: 200px;
  }
  .un_box .unbox-article .section-right .sortlist .unbox_item .unbox_img {
    margin-right: 1em;
  }
  .un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content {
    -webkit-box-flex: 3;
        -ms-flex: 3 1;
            flex: 3 1;
  }
  .un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content .unbox_name {
    font-size: 1.3em;
    font-weight: 700;
  }
  .un_box .unbox-article .section-right .sortlist .unbox_item .unbox_content .unbox_text {
    font-size: 1em;
    line-height: 1.8em;
    -webkit-line-clamp: 3;
    color: #666666;
  }
  .un_box .unbox-article .section-left {
    top: 1em;
    width: 20%;
    height: 60%;
  }
}

header.shoppingcart-header .left .left-arrow-btn {
  background-position: center -8px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/arrow-left-solid.svg);
  background-size: 22px auto;
}

header.shoppingcart-header a > .title {
  color: #ffffff;
}

.cart-first {
  margin-top: 15px;
  padding-bottom: 10px;
}

.cart-first .cart-breadcrumb {
  background-color: #000000;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 1em;
}

.cart-first .cart-breadcrumb li {
  display: inline-block;
  color: #ffffff;
  padding-right: 43px;
  position: relative;
}

.cart-first .cart-breadcrumb li.current ~ li {
  opacity: .5;
}

.cart-first .tab {
  border: #0066bb solid 2px;
  text-align: center;
  color: #0066bb;
  padding: 10px 0;
  margin-top: .5em;
}

.cart-first .cart-list > li.item {
  border-top: 2px solid #ffffff;
}

.cart-first .cart-list > li:first-child {
  border-top: none;
}

.cart-first .cart-list .item {
  padding: 10px 5px;
  margin: 0;
}

.cart-first .cart-list .item > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.cart-first .cart-list .item > ul .img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  vertical-align: top;
}

.cart-first .cart-list .item > ul .img a {
  display: table-cell;
  vertical-align: middle;
}

.cart-first .cart-list .item > ul .img a img {
  max-width: 100%;
  height: auto;
}

.cart-first .cart-list .item > ul .content {
  width: calc(99% - 82px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}

.cart-first .cart-list .item > ul .content > ul {
  height: auto;
  margin-left: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-first .cart-list .item > ul .content > ul .name span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.cart-first .cart-list .item > ul .content > ul.align-items-end {
  margin-top: .5em;
}

.cart-first .cart-list .item > ul .content .quantity input.qtyminus {
  width: 35px;
  height: 35px;
  border: 1px solid #aaa;
  background: #f8f8f8;
}

.cart-first .cart-list .item > ul .content .quantity input.qty {
  width: 40px;
  height: 35px;
  text-align: center;
  border: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.cart-first .cart-list .item > ul .content .quantity input.qtyplus {
  width: 35px;
  height: 35px;
  border: 1px solid #aaa;
  background: #f8f8f8;
}

.cart-first .cart-list .item > ul .content .event {
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1.5em;
  width: 100vw;
  margin-top: 23px;
  padding-left: 20px;
}

.cart-first .cart-list .item > ul .content .event .event-tag {
  padding: 2px 5px;
  display: inline-block;
}

.cart-first .cart-list .item > ul .content .event .event-tag.round-corner {
  color: #06b;
  border: #06b solid 1px;
  word-break: keep-all;
}

.cart-first .done {
  width: 90%;
  margin: 50px auto;
  font-size: 24px;
}

.cart-first .done .success {
  display: block;
  margin: 5px auto;
  text-align: center;
  line-height: 80px;
  color: #394;
}

.cart-first .done .success .circle {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  background-size: 100% auto;
  background-position-x: center;
  background-position-y: -2020px;
  vertical-align: top;
  background-color: #394;
}

.cart-first .done .success b {
  font-size: 36px;
}

.cart-first .done .sub-title {
  display: block;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.cart-first .done .sub-title b {
  color: #fa0;
}

.cart-first .done small {
  font-size: 16px;
  line-height: 1.5em;
}

.cart-first .done small a {
  color: #0d57a7;
}

.cart-btn {
  margin: 1em auto;
  text-align: center;
}

.cart-btn .btn {
  display: inline-block;
  width: 160px;
  padding: 1em 1.5em;
}

.cart-btn .btn.normal-bd-btn {
  color: #333;
  border: #333 1px solid;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.cart-btn .btn.primary-btn {
  background-color: #0d57a7;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.right-arrow {
  height: 30px;
  background-image: url(../images/icon/icon-b.svg);
  padding: 5px 5px 5px 2em;
  background-size: 28px auto;
  background-position: 3px 42.2%;
}

.right-arrow.down {
  background-position: 3px -53%;
}

.checkout-option,
.order-notes {
  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: 9px 3px;
  font-size: 14px;
  border-bottom: 5px solid #e6e6e6;
  width: 100%;
  background-color: #ffffff;
}

.checkout-option > span,
.order-notes > span {
  width: 98px;
}

.checkout-option .invoice,
.checkout-option .delivery,
.order-notes .invoice,
.order-notes .delivery {
  line-height: 16px;
  text-align: right;
  width: calc(100% - 110px);
  color: #666;
}

.checkout-option .shoppingcart-login,
.order-notes .shoppingcart-login {
  margin-right: 0.5rem;
  color: #ff0000;
}

.checkout-option textarea,
.order-notes textarea {
  text-align: right;
  resize: none;
  margin-right: 0.4rem;
}

.checkout-detail {
  background-color: #e6e6e6;
  font-size: 14px;
}

.checkout-detail .checkout-detail-item {
  padding: 0.6rem 0.6rem 0.3rem 0.3rem;
}

.checkout-detail .checkout-detail-item.text-red {
  color: #ff0000;
}

.checkout-detail .checkout-detail-item.text-red span > b {
  color: #ff0000;
}

.checkout-detail .checkout-detail-item .order-price-detail-option-price {
  float: right;
}

.checkout-detail .checkout-detail-item .order-price-detail-option-price > b {
  font-weight: bold;
  color: black;
  font-size: 1.2rem;
}

.fiexd-bottom-checkout {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -1px 7px #aaa;
          box-shadow: 0 -1px 7px #aaa;
}

.fiexd-bottom-checkout .coupon-item {
  width: 100vw;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: #eee 1px solid;
}

.fiexd-bottom-checkout .coupon-item .cart-coupon button {
  border-left: rgba(0, 0, 0, 0.3) solid 1px;
}

.fiexd-bottom-checkout .coupon-item input {
  height: 27px;
  font-size: 14px;
  border: #ccc 1px solid;
  width: 78%;
}

.fiexd-bottom-checkout .checkout-item {
  width: 100vw;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.fiexd-bottom-checkout .checkout-item .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0.4rem;
}

.fiexd-bottom-checkout .checkout-item .total li {
  color: #666;
}

.fiexd-bottom-checkout .checkout-item .total li .price-tag em {
  color: red;
}

.fiexd-bottom-checkout .checkout-item button {
  height: 40px;
  width: 30%;
  background-color: #666;
  color: #fff;
  border-left: rgba(0, 0, 0, 0.3) solid 1px;
}

@media (min-width: 1200px) {
  .cart-first .cart-list > li.item {
    border-top: 1px solid #666666;
  }
  .cart-first .cart-list > li:first-child {
    border-top: none;
  }
  .cart-first .cart-list .item > ul .img {
    width: 150px;
    height: 150px;
  }
  .cart-first .cart-list .item > ul .content {
    width: calc(100% - 160px);
    margin-left: auto;
    height: 150px;
  }
  .cart-first .cart-list .item > ul .content > ul .name span {
    font-size: 1.2em;
  }
  .cart-first .cart-list .item > ul .content .event {
    width: auto;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    padding-left: 0;
    margin-top: 0;
  }
  .cart-first .event-block {
    margin-top: .5em;
    color: #0066bb;
  }
  .cart-first .event-block .title {
    padding-left: .5em;
    border: 2px solid #0066bb;
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .cart-first .event-block .gift {
    border-top: #333 solid 1px;
  }
  .cart-first .event-block .gift .list-x {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #333;
  }
  .cart-first .event-block .gift .list-x li.content {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .cart-first .event-block .gift .list-x li.content .list-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-first .event-block .gift .list-x li.content .list-y .img {
    width: 150px;
    height: 150px;
  }
  .cart-first .event-block .gift .list-x li.content .list-y .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cart-first .event-block .gift .list-x li.content .list-y .name {
    margin-left: 16px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #000000;
  }
  .cart-first .event-block .gift .list-x li.content .list-y .name small {
    display: block;
    margin-top: 5px;
    color: #0066bb;
  }
  .cart-first .event-block .gift .list-x .price,
  .cart-first .event-block .gift .list-x .amount,
  .cart-first .event-block .gift .list-x .total {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    color: #000000;
  }
  .cart-first .event-block .item {
    margin-top: .5em;
    display: inline-block;
  }
  .cart-first .event-block .item .event-tag {
    color: #06b;
    border: #06b solid 1px;
    word-break: keep-all;
    padding: 5px;
    display: inline-block;
  }
  .cart-first .event-block .item.eligible {
    margin-bottom: .5em;
  }
  .cart-first .event-block .item.eligible .circle {
    border-radius: 50%;
    overflow: hidden;
    background-color: #394;
  }
  .cart-first .event-block .item.eligible .icon-confirm {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: 100% auto;
    background-position: center 72.8%;
  }
  .checkout-option {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    height: 70px;
  }
  .checkout-option > span {
    width: 10%;
  }
  .checkout-option .code-input {
    display: inline-block;
    height: 100%;
    width: 255px;
    overflow: hidden;
    vertical-align: middle;
    border: #000000 solid 2px;
  }
  .checkout-option .code-input button {
    height: 100%;
    width: 3em;
    background-size: 100% auto;
    background-position: center -74.3em;
  }
  .checkout-option .code-input button.icon-b {
    border-left: 1px solid #000;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    float: right;
  }
  .checkout-option .code-input input {
    border: none;
    background-color: transparent;
    height: 100%;
    padding: 2px;
  }
  .order-notes {
    border: none;
  }
  .order-notes textarea {
    width: 70%;
    border: 1px solid #666666;
    height: 50px;
  }
  .checkout-detail {
    background-color: #ffffff;
  }
  .checkout-detail .checkout-detail-item {
    font-size: 1.2em;
    line-height: 2em;
  }
  .order-price-detail-option {
    padding: 0.75rem 0.875rem 0.75rem 0.375rem;
    border-top: 2px solid #ff522b;
    line-height: 35px;
    cursor: pointer;
    color: #ff522b;
    font-size: 16px;
  }
  .order-price-detail-option .total-price {
    float: right;
    font-size: 2em;
  }
  .cart-first .done {
    width: 65%;
  }
}

.toggle-sub-menu {
  background-color: #f2f2f2;
  display: none;
}

.toggle-sub-menu .shipping-block .shipping-option,
.toggle-sub-menu .shipping-block .choice-invoice-option,
.toggle-sub-menu .shipping-block .choice-payment-option,
.toggle-sub-menu .choice-invoice .shipping-option,
.toggle-sub-menu .choice-invoice .choice-invoice-option,
.toggle-sub-menu .choice-invoice .choice-payment-option,
.toggle-sub-menu .choice-payment .shipping-option,
.toggle-sub-menu .choice-payment .choice-invoice-option,
.toggle-sub-menu .choice-payment .choice-payment-option {
  padding: 0.75rem 0.875rem 0.75rem 0.375rem;
  border-bottom: 0.03125rem solid rgba(0, 0, 0, 0.09);
  line-height: 35px;
  cursor: pointer;
}

.toggle-sub-menu .shipping-block .shipping-option.select,
.toggle-sub-menu .shipping-block .choice-invoice-option.select,
.toggle-sub-menu .shipping-block .choice-payment-option.select,
.toggle-sub-menu .choice-invoice .shipping-option.select,
.toggle-sub-menu .choice-invoice .choice-invoice-option.select,
.toggle-sub-menu .choice-invoice .choice-payment-option.select,
.toggle-sub-menu .choice-payment .shipping-option.select,
.toggle-sub-menu .choice-payment .choice-invoice-option.select,
.toggle-sub-menu .choice-payment .choice-payment-option.select {
  background-color: #fff;
  border-bottom: 1pxsolidrgba 0, 0, 0, 0.1;
  border-left: 6px solid #fd583d;
}

.toggle-sub-menu .shipping-block .shipping-option .price,
.toggle-sub-menu .shipping-block .choice-invoice-option .price,
.toggle-sub-menu .shipping-block .choice-payment-option .price,
.toggle-sub-menu .choice-invoice .shipping-option .price,
.toggle-sub-menu .choice-invoice .choice-invoice-option .price,
.toggle-sub-menu .choice-invoice .choice-payment-option .price,
.toggle-sub-menu .choice-payment .shipping-option .price,
.toggle-sub-menu .choice-payment .choice-invoice-option .price,
.toggle-sub-menu .choice-payment .choice-payment-option .price {
  color: #ff5722;
}

.toggle-sub-menu .shipping-block .shipping-option small.shippingdate,
.toggle-sub-menu .shipping-block .choice-invoice-option small.shippingdate,
.toggle-sub-menu .shipping-block .choice-payment-option small.shippingdate,
.toggle-sub-menu .choice-invoice .shipping-option small.shippingdate,
.toggle-sub-menu .choice-invoice .choice-invoice-option small.shippingdate,
.toggle-sub-menu .choice-invoice .choice-payment-option small.shippingdate,
.toggle-sub-menu .choice-payment .shipping-option small.shippingdate,
.toggle-sub-menu .choice-payment .choice-invoice-option small.shippingdate,
.toggle-sub-menu .choice-payment .choice-payment-option small.shippingdate {
  display: block;
  color: #666;
  line-height: 9px;
}

.toggle-sub-menu .shipping-block .creditcard,
.toggle-sub-menu .choice-invoice .creditcard,
.toggle-sub-menu .choice-payment .creditcard {
  width: 100%;
  background-color: #fff;
}

.toggle-sub-menu .shipping-block .creditcard .choice-payment-option-credit-sub > div,
.toggle-sub-menu .choice-invoice .creditcard .choice-payment-option-credit-sub > div,
.toggle-sub-menu .choice-payment .creditcard .choice-payment-option-credit-sub > div {
  border: 0 solid rgba(0, 0, 0, 0.09) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
  padding: .875rem 0.75rem;
  cursor: pointer;
}

.toggle-sub-menu .shipping-block .creditcard .choice-payment-option-credit-sub > div .circle,
.toggle-sub-menu .choice-invoice .creditcard .choice-payment-option-credit-sub > div .circle,
.toggle-sub-menu .choice-payment .creditcard .choice-payment-option-credit-sub > div .circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: text-bottom;
  border: 2px solid #ff5722;
  border-radius: 10px;
}

.toggle-sub-menu .shipping-block .creditcard .choice-payment-option-credit-sub > div .circle .shipping-address-option-currnt,
.toggle-sub-menu .choice-invoice .creditcard .choice-payment-option-credit-sub > div .circle .shipping-address-option-currnt,
.toggle-sub-menu .choice-payment .creditcard .choice-payment-option-credit-sub > div .circle .shipping-address-option-currnt {
  width: 5px;
  height: 5px;
  background-color: #ff5722;
  top: 28%;
  left: 30%;
  position: relative;
}

.toggle-sub-menu .shipping-block .creditcard .choice-payment-option-credit-sub > div .shipping-address-option-content,
.toggle-sub-menu .choice-invoice .creditcard .choice-payment-option-credit-sub > div .shipping-address-option-content,
.toggle-sub-menu .choice-payment .creditcard .choice-payment-option-credit-sub > div .shipping-address-option-content {
  display: -ms-inline-grid;
  display: inline-grid;
  padding-left: 21px;
  white-space: nowrap;
  width: 90%;
  padding-left: 0px;
}

.toggle-sub-menu .shipping-block .creditcard .choice-payment-option-credit-sub > div .shipping-address-option-content > div,
.toggle-sub-menu .choice-invoice .creditcard .choice-payment-option-credit-sub > div .shipping-address-option-content > div,
.toggle-sub-menu .choice-payment .creditcard .choice-payment-option-credit-sub > div .shipping-address-option-content > div {
  border: none !important;
}

.toggle-sub-menu .shipping-block .shipping-invoice,
.toggle-sub-menu .choice-invoice .shipping-invoice,
.toggle-sub-menu .choice-payment .shipping-invoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0.4rem;
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.toggle-sub-menu .shipping-block .shipping-invoice input,
.toggle-sub-menu .choice-invoice .shipping-invoice input,
.toggle-sub-menu .choice-payment .shipping-invoice input {
  width: 100%;
  border: none;
  padding: .2rem .3rem .4rem .375rem;
}

.toggle-sub-menu .shipping-block .shipping-address .cart-event,
.toggle-sub-menu .choice-invoice .shipping-address .cart-event,
.toggle-sub-menu .choice-payment .shipping-address .cart-event {
  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: 6px 0;
  max-height: 54px;
  background-color: #f5f5d7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  min-height: 48px;
}

.toggle-sub-menu .shipping-block .shipping-address .cart-event .icon.circle,
.toggle-sub-menu .choice-invoice .shipping-address .cart-event .icon.circle,
.toggle-sub-menu .choice-payment .shipping-address .cart-event .icon.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: text-bottom;
}

.toggle-sub-menu .shipping-block .shipping-address .cart-event .icon-check,
.toggle-sub-menu .choice-invoice .shipping-address .cart-event .icon-check,
.toggle-sub-menu .choice-payment .shipping-address .cart-event .icon-check {
  background-size: 100% auto;
  background-position: center 72.8%;
  background-color: #ccc;
  margin-left: 4px;
}

.toggle-sub-menu .shipping-block .shipping-address .cart-event .round-corner,
.toggle-sub-menu .choice-invoice .shipping-address .cart-event .round-corner,
.toggle-sub-menu .choice-payment .shipping-address .cart-event .round-corner {
  color: #000;
  border: #666 solid 1px;
  background-color: #eee;
  width: 70px;
}

.toggle-sub-menu .shipping-block .shipping-address .cart-event .event-name,
.toggle-sub-menu .choice-invoice .shipping-address .cart-event .event-name,
.toggle-sub-menu .choice-payment .shipping-address .cart-event .event-name {
  width: calc(100% - 180px);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  line-height: 16px;
}

.toggle-sub-menu .shipping-block .shipping-address .cart-event > a,
.toggle-sub-menu .choice-invoice .shipping-address .cart-event > a,
.toggle-sub-menu .choice-payment .shipping-address .cart-event > a {
  color: #08f;
  font-size: 14px;
  padding: 2px 5px;
}

.toggle-sub-menu .shipping-block .shipping-address .cart-event > span,
.toggle-sub-menu .choice-invoice .shipping-address .cart-event > span,
.toggle-sub-menu .choice-payment .shipping-address .cart-event > span {
  padding: 2px 5px;
  font-size: 14px;
}

.toggle-sub-menu .shipping-block .shipping-address-option,
.toggle-sub-menu .choice-invoice .shipping-address-option,
.toggle-sub-menu .choice-payment .shipping-address-option {
  border: 0 solid rgba(0, 0, 0, 0.09) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
  padding: 0.875rem 0;
  cursor: pointer;
}

.toggle-sub-menu .shipping-block .shipping-address-option .shipping-address-option-currnt,
.toggle-sub-menu .choice-invoice .shipping-address-option .shipping-address-option-currnt,
.toggle-sub-menu .choice-payment .shipping-address-option .shipping-address-option-currnt {
  width: 5px;
  height: 5px;
  background-color: #ff5722;
  top: 28%;
  left: 30%;
  position: relative;
  top: 27%;
  left: 27%;
}

.toggle-sub-menu .shipping-block .shipping-address-option .shipping-address-option-content,
.toggle-sub-menu .choice-invoice .shipping-address-option .shipping-address-option-content,
.toggle-sub-menu .choice-payment .shipping-address-option .shipping-address-option-content {
  display: -ms-inline-grid;
  display: inline-grid;
  padding-left: 21px;
  white-space: nowrap;
  width: 90%;
}

.toggle-sub-menu .shipping-block .shipping-address-option .icon.circle,
.toggle-sub-menu .choice-invoice .shipping-address-option .icon.circle,
.toggle-sub-menu .choice-payment .shipping-address-option .icon.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: text-bottom;
  /* border: 2px solid #ff5722; */
}

.toggle-sub-menu .shipping-block .shipping-address-option__selected-icon,
.toggle-sub-menu .choice-invoice .shipping-address-option__selected-icon,
.toggle-sub-menu .choice-payment .shipping-address-option__selected-icon {
  fill: #ff5722;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.375rem;
  height: 1.25rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-tap-highlight-color: transparent;
  float: right;
  display: none;
}

.toggle-sub-menu .shipping-block .stardust-icon-plus-sign,
.toggle-sub-menu .choice-invoice .stardust-icon-plus-sign,
.toggle-sub-menu .choice-payment .stardust-icon-plus-sign {
  margin-left: 0.25rem;
  color: #979797;
  stroke: currentColor;
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.toggle-sub-menu .shipping-block .shipping-address-del-btn,
.toggle-sub-menu .choice-invoice .shipping-address-del-btn,
.toggle-sub-menu .choice-payment .shipping-address-del-btn {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  float: right;
}

.toggle-sub-menu .shipping-block .shipping-address-option-add,
.toggle-sub-menu .shipping-block .cb_shipping-address-option-add,
.toggle-sub-menu .choice-invoice .shipping-address-option-add,
.toggle-sub-menu .choice-invoice .cb_shipping-address-option-add,
.toggle-sub-menu .choice-payment .shipping-address-option-add,
.toggle-sub-menu .choice-payment .cb_shipping-address-option-add {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  cursor: pointer;
}

.toggle-sub-menu .tips {
  font-size: 16px;
  text-align: center;
  padding: 1em 0;
}

.toggle-sub-menu .tips a {
  color: #408eff;
}

.toggle-sub-menu .payment-tips {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 10px;
}

.toggle-sub-menu .payment-tips div {
  width: 32px;
  height: auto;
  margin: 0 0.4rem;
}

.toggle-sub-menu .payment-tips small {
  margin-bottom: 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .toggle-sub-menu .payment-tips {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .toggle-sub-menu .payment-tips div {
    width: 16px;
  }
}

.panel-mask {
  background-color: #8b8787;
  z-index: 70;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.shipping-add-address-panel {
  background-color: #fff;
  z-index: 80;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 60%;
}

.shipping-add-address-panel .shipping-add-address-panel-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 44px;
  background-color: #0d57a7;
  color: #fff;
  font-size: 1.3rem;
}

.shipping-add-address-panel .shipping-add-address-panel-close {
  background-image: url(../images/icon/icon-w.svg);
  background-position: center -563px;
  display: inline-block;
  width: 26px;
  height: 24px;
  cursor: pointer;
  border-radius: 42px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9999;
}

.shipping-add-address-panel .shipping-add-address-panel-content {
  padding: 1em;
}

.shipping-add-address-panel .shipping-add-address-panel-content > div {
  position: relative;
  margin-bottom: .5em;
}

.shipping-add-address-panel .shipping-add-address-panel-content > div input {
  width: 100%;
  outline: none;
  border: 1px solid #aaa;
  padding: .5em;
}

.shipping-add-address-panel .shipping-add-address-panel-content .tw_zipcode {
  width: 100%;
}

.shipping-add-address-panel .shipping-add-address-panel-content .tw_zipcode > div {
  font-size: 0;
}

.shipping-add-address-panel .shipping-add-address-panel-content .tw_zipcode > div select {
  font-size: 16px;
  padding: 8px 0;
  display: inline-block;
  width: 50%;
  border: 1px solid #aaa;
  margin-bottom: 7px;
}

.shipping-add-address-panel .shipping-add-address-panel-content .btn-group .shipping-add-address-panel-btn {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  padding: 8px 12px;
  border-color: #ff5722;
  color: #ff5722;
}

@media (min-width: 1200px) {
  .shipping-add-address-panel {
    width: 30%;
    height: 60%;
  }
}

.faq-tab {
  background-color: #ffffff;
  margin-top: 1em;
}

.faq-tab .d-flex {
  width: 100%;
  text-align: center;
  line-height: 2em;
  border-bottom: #000 solid 1px;
}

.faq-tab .d-flex .btn {
  width: 50%;
  background-color: #000;
  color: #ffffff;
}

.faq-tab .d-flex .btn.current {
  background-color: #ffffff;
  color: #000000;
}

.faq-tab .d-flex .btn:hover {
  opacity: 0.8;
}

.faq-tab .tab-content {
  display: none;
  padding: 1em;
}

.faq-tab .tab-content .title {
  margin: 10px 0;
  display: block;
}

.faq-tab .tab-content p {
  line-height: 1.2;
  font-size: 16px;
}

.faq-tab .tab-content p + p {
  margin-top: .5em;
}

.faq-tab .tab-content figure.img {
  width: 100%;
  height: auto;
}

.faq-tab .tab-content figure.img img {
  margin: 10px auto;
}

@media (min-width: 1200px) {
  .faq-tab .d-flex {
    border-bottom: none;
    line-height: 2.5em;
  }
  .faq-tab .d-flex .btn {
    border: 1px solid #000000;
  }
}

.member-centre {
  background-color: #fff;
  padding-top: .5em;
}

.member-centre > .title {
  text-align: center;
  margin-top: 1em;
  margin-bottom: -1em;
}

.member-centre > .breadcrumb-member {
  color: #fff;
  background-color: #000;
  height: 2em;
  text-align: center;
  line-height: 2em;
  position: relative;
}

.member-centre > .member-list {
  text-align: center;
  padding: 10px 0;
}

.member-centre > .member-list .item {
  width: 30%;
  margin-top: 30px;
  display: inline-block;
}

.member-centre > .member-list .item .icon {
  border: #666 solid 1px;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  background-size: 2rem auto;
  background-position-x: center;
}

.member-centre > .member-list .item .icon#order {
  background-position-y: 40%;
  background-image: url(../images/icon/order-icon.svg);
}

.member-centre > .member-list .item .icon#point {
  background-position-y: -888px;
}

.member-centre > .member-list .item .icon#history {
  background-position-y: -78px;
}

.member-centre > .member-list .item .icon#trace {
  background-position-y: -376px;
}

.member-centre > .member-list .item .icon#logout {
  background-position-y: -162px;
}

.member-centre > .member-list .item .icon#reviews {
  background-position-y: 33.5%;
  background-image: url(../images/icon/reviews-icon.svg);
}

.member-centre > div h4 {
  padding: .8em 0;
  border-bottom: 1px solid #0066bb;
  font-size: 1.5em;
  color: #0066bb;
}

.member-centre > div .member-tab {
  text-align: center;
}

.member-centre > div .member-tab .btn {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  line-height: 2.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.member-centre > div .member-tab .btn:hover {
  opacity: .8;
}

.member-centre > div .member-tab .btn.current {
  background-color: #fff;
  color: #000;
}

.member-centre > .content {
  padding: 5px 0;
}

.member-centre > .content .info {
  border: rgba(0, 0, 0, 0.3) solid 1px;
  width: 80%;
  margin: 20px auto;
}

.member-centre > .content .info .title {
  display: block;
  text-align: center;
  line-height: 2;
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
  background-color: #eee;
}

.member-centre > .content .info label,
.member-centre > .content .info small {
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
}

.member-centre > .content .info label {
  display: block;
  padding-left: 5px;
  height: 2.5em;
}

.member-centre > .content .info label.captcha {
  height: 3.2em;
  text-align: center;
}

.member-centre > .content .info label input {
  width: calc(100% - 4em - 10px);
  margin-left: 10px;
  height: 100%;
  padding-left: 5px;
  border: none;
  border-left: rgba(0, 0, 0, 0.3) solid 1px;
}

.member-centre > .content .info small {
  color: #0066bb;
  display: block;
  padding: 3px 5px;
}

.member-centre > .content .info button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #06b;
  color: #fa0;
}

.member-centre > .content .info select {
  border: none;
  border-left: rgba(0, 0, 0, 0.3) solid 1px;
}

.member-centre > .content .info select[name="gender"] {
  width: calc(100% - 4em - 10px);
  margin-left: 10px;
  height: 100%;
  padding-left: 5px;
  float: right;
}

@media (min-width: 1200px) {
  .member-centre > .content .info {
    width: 40%;
  }
}

.member-centre > .content .order-list .title ul.list-x,
.member-centre > .content .order-list .detail ul.list-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-centre > .content .order-list .title ul.list-x li,
.member-centre > .content .order-list .detail ul.list-x li {
  padding: .6em 0;
  text-align: center;
  width: 25%;
}

.member-centre > .content .order-list .title ul.list-x li.briefly,
.member-centre > .content .order-list .detail ul.list-x li.briefly {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.member-centre > .content .order-list .detail {
  background-color: rgba(102, 102, 102, 0.4);
  font-size: 14px;
}

.member-centre > .content > .array {
  margin: 1em 0;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  position: relative;
  padding-bottom: 10px;
}

.member-centre > .content > .array .filter {
  display: -webkit-inline-box;
  list-style: none;
}

.member-centre > .content > .array .filter > li {
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
}

.member-centre > .content > .array .filter > li:hover {
  opacity: .8;
}

.member-centre > .content > .array .filter > li.current {
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
}

@media (min-width: 1200px) {
  .member-centre > .content {
    min-height: 300px;
  }
  .member-centre > .content .order-list .title ul.list-x li,
  .member-centre > .content .order-list .detail ul.list-x li {
    width: 10%;
  }
  .member-centre > .content .order-list .title ul.list-x li.briefly,
  .member-centre > .content .order-list .detail ul.list-x li.briefly {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .member-centre > .content .order-list .detail {
    background-color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .member-centre > .content .order-list .detail:hover {
    background-color: #cccccc;
  }
  .member-centre > .content .order-list .detail ul.list-x li {
    padding: 1em 0;
  }
  .member-centre > .content .order-list .detail ul.list-x li.briefly {
    text-align: left;
  }
  .member-centre > .content .order-list .detail + .detail {
    border-top: 1px solid #aaa;
  }
  .member-centre > .content .order-list .title {
    background-color: #000;
    color: #fff;
  }
}

.member-centre > .content .order {
  padding: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.member-centre > .content .order > * {
  margin-bottom: 10px;
}

.member-centre > .content .order ul.data {
  margin-top: 5px;
}

.member-centre > .content .order ul.data li {
  margin-bottom: 5px;
}

.member-centre > .content .order .cod_status-bar {
  height: auto;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.member-centre > .content .order .cod_status-bar .x-list {
  text-align: center;
  margin-bottom: 5px;
}

.member-centre > .content .order .cod_status-bar .x-list .nfli + .nfli:after {
  content: '';
  width: 50px;
  height: 4px;
  top: 35px;
  left: -25px;
  position: absolute;
  background-color: #394;
}

.member-centre > .content .order .cod_status-bar .x-list .nfli.current ~ li:after {
  background-color: rgba(187, 187, 187, 0.3);
}

.member-centre > .content .order .cod_status-bar .x-list > li {
  width: 120px;
  padding-left: 0;
  text-align: center;
  line-height: 1.5;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.member-centre > .content .order .cod_status-bar .x-list > li .icon {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  background-image: url(../images/icon/icon-order.svg);
  background-size: 180% auto;
  background-color: #394;
  background-position-x: -13%;
}

.member-centre > .content .order .cod_status-bar .x-list > li .icon.step-1 {
  background-position-y: -2%;
}

.member-centre > .content .order .cod_status-bar .x-list > li .icon.step-2 {
  background-position-y: 23%;
}

.member-centre > .content .order .cod_status-bar .x-list > li .icon.step-3 {
  background-position-y: 49%;
}

.member-centre > .content .order .cod_status-bar .x-list > li .icon.step-4 {
  background-position-y: 76%;
}

.member-centre > .content .order .cod_status-bar .x-list > li .icon.step-5 {
  background-position-y: 100%;
}

.member-centre > .content .order .cod_status-bar .x-list > li .textc {
  font-weight: bold;
  color: #000000;
}

.member-centre > .content .order .cod_status-bar .x-list > li .small {
  font-size: .5em;
  text-align: center;
}

.member-centre > .content .order .cod_status-bar .x-list > li.current ~ li .circle {
  background-color: lightgray;
  background-position-x: -10%;
}

.member-centre > .content .order .cod_status-bar .x-list > li.current ~ li .textc {
  color: lightgray;
}

.member-centre > .content .order button.delete {
  border: none;
  color: #ffffff;
  background-color: red;
  display: block;
  width: 100%;
  min-height: 2em;
  line-height: 2em;
  text-align: center;
  background-size: 28px auto;
  right: 0;
  bottom: 0;
  position: relative;
  padding: 0;
  background-position: left 64% top -670px;
  margin-bottom: 10px;
}

.member-centre > .content .order > .title {
  background-color: #eee;
  border-bottom: #666 solid 2px;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}

.member-centre > .content .order ul.detail .product {
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
  margin-bottom: 5px;
  padding: 5px 2px;
}

.member-centre > .content .order ul.detail .product .name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}

.member-centre > .content .order ul.detail .product span {
  display: block;
  margin-bottom: 5px;
}

.member-centre > .content .order ul.detail .product span.price {
  text-align: right;
}

.member-centre > .content .order ul.detail .product span.price b {
  display: inline-block;
  margin-right: 5px;
}

.member-centre > .content .order ul.detail .product span.price .price-tag {
  color: #ffaa00;
}

.member-centre > .content .order ul.detail > .price {
  border-top: rgba(0, 0, 0, 0.3) solid 1px;
  text-align: right;
  padding: 10px 2px;
  margin-bottom: 5px;
}

.member-centre > .content .order ul.detail > .price .sub-title {
  float: left;
}

.member-centre > .content .order ul.detail > .price .price-tag {
  color: #ffaa00;
}

.member-centre > .content .order ul.detail > .point {
  text-align: center;
  margin-bottom: 5px;
  padding: 5px 2px;
}

.member-centre > .content .order ul.detail > .point b {
  color: #ffaa00;
}

.member-centre > .content .order ul.detail > .point small.note {
  display: block;
  margin: 3px 0;
  line-height: 1.5;
  text-align: left;
  color: #ff0000;
}

.member-centre > .content .order > .status {
  padding: 5px 2px;
}

.member-centre > .content .order > .status li {
  line-height: 1.6em;
}

@media (min-width: 768px) {
  .member-centre > .content .order button.delete {
    padding-right: 1em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-position: left 55% top -670px;
  }
  .member-centre > .content .order > .status li {
    line-height: 2.2em;
  }
}

.point-get {
  border-bottom: 1px solid #eee;
  width: 100%;
}

.point-get .point-title-table .point-title,
.point-get .point-title-table .credit-title,
.point-get .point-title-table .hold-point {
  display: block;
  text-align: center;
  line-height: 1.5em;
}

.point-get .point-title-table .hold-point {
  margin-top: 1em;
}

.point-get .point-title-table .hold-point b {
  color: #ffaa00;
  font-size: 1.5em;
  padding-left: .2em;
}

.point-get .point-title-table a.point-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
  color: #0d6fb8;
  padding: 5px 10px 5px 36px;
  position: relative;
}

.point-get .point-title-table .coin-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 50%;
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
  background-position: top left;
  background-size: 35px auto;
  background-image: url(../images/icon/point.svg);
  background-repeat: no-repeat;
}

.point-get .point-title-table .coin-btn {
  display: block;
  padding: 5px 5px 0 35px;
  margin: 1em auto;
  line-height: 2em;
  background-size: 30px auto;
  background-position-x: 5px;
  background-image: url(../images/icon/icon-b.svg);
  border: 1px solid #000;
  background-position-y: 80.9%;
}

.point-detail {
  width: 100%;
  margin-bottom: 1rem;
}

.point-detail th,
.point-detail td {
  padding: 1em .5em;
  border-top: 1px solid #dee2e6;
}

.point-detail th.add,
.point-detail td.add {
  color: #0066bb;
  font-weight: 700;
  position: relative;
}

.point-detail th.add::before,
.point-detail td.add::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon/point.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  position: absolute;
  top: 10px;
  left: 5px;
}

.point-detail th.subtract,
.point-detail td.subtract {
  color: #000;
  font-weight: 700;
  position: relative;
}

.point-detail th.subtract::before,
.point-detail td.subtract::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon/point.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  margin-right: .2em;
  position: absolute;
  top: 10px;
  left: 5px;
}

.point-detail .thead-dark th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.point-detail .thead-dark tr th:nth-child(2) {
  width: 105px;
}

@media (min-width: 768px) {
  .point-detail th,
  td {
    padding: 1em;
  }
  .point-detail .thead-dark tr th:first-child {
    width: 30%;
  }
  .point-detail tbody td:last-child {
    text-align: left;
    padding: 0.5rem 2em;
  }
}

.trace-list {
  display: block;
  padding: 5px;
}

.trace-list .trace-item {
  background-color: #fff;
  border: rgba(0, 0, 0, 0.3) solid 1px;
  padding: 5px;
  margin-bottom: .3em;
}

.trace-list .trace-item > 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;
}

.trace-list .trace-item > ul .img {
  width: 35%;
  vertical-align: top;
  margin-right: 5px;
}

.trace-list .trace-item > ul .img a {
  display: inline-block;
}

.trace-list .trace-item > ul .trace-info {
  width: 62%;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.trace-list .trace-item > ul .trace-info ul li {
  margin-bottom: 5px;
}

.trace-list .trace-item > ul .trace-info ul .name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 1.9em;
}

.trace-list .trace-item > ul .trace-info ul .price div {
  display: inline-block;
  color: #ff0000;
  font-size: 18px;
  font-weight: 700;
}

.trace-list .trace-item > ul .trace-info ul .price em > del {
  font-size: 16px;
}

.trace-list .trace-item > ul .trace-info ul .event {
  display: inline-block;
}

.trace-list .trace-item > ul .trace-info ul .event .event-tag {
  display: inline-block;
  border: 1px solid #0066bb;
  padding: 3px;
  color: #0066bb;
}

.trace-list .trace-item > ul .trace-info ul .trace-btn {
  display: inline-block;
  height: auto;
  margin: 0;
  text-align: center;
}

.trace-list .trace-item > ul .trace-info ul .trace-btn .trace {
  width: 37px;
  position: relative;
  height: 37px;
  display: inline-block;
  border: #333 solid 1px;
  background-color: inherit;
  color: #333;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  background-position: center -358px;
}

.trace-list .trace-item > ul .trace-info ul .trace-btn .trace.active {
  background-position: center -918px;
}

.trace-list .trace-item > ul .trace-info ul .trace-btn .cart {
  padding: .5em 1em;
  color: #ffffff;
  background-color: #0066bb;
}

@media (min-width: 768px) {
  .trace-list .trace-item > ul {
    padding: 0 1em;
  }
  .trace-list .trace-item > ul .img {
    width: 15%;
  }
  .trace-list .trace-item > ul .trace-info > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trace-list .trace-item > ul .trace-info > ul > div {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
  .trace-list .trace-item > ul .trace-info > ul > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .trace-list .trace-item > ul .trace-info > ul .price {
    text-align: center;
  }
}

.ratings-list {
  padding: .5em;
}

.ratings-list > a {
  display: block;
}

.ratings-list > a ul {
  position: relative;
}

.ratings-list > a ul .img {
  display: inline-block;
  position: relative;
  width: 30%;
  border: 1px solid #bbb;
  margin-right: 1em;
}

.ratings-list > a ul .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.ratings-list > a ul .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ratings-list > a ul .details {
  width: 65%;
  padding: .5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  float: right;
  height: 31vw;
}

.ratings-list > a ul .details > p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ratings-list > a ul .details > div {
  margin-top: auto;
}

.ratings-list > a ul .details > div .ratings span {
  display: block;
  margin-top: .5em;
}

.ratings-list > a ul .details > div .reviews-btn {
  float: right;
  padding: .5em;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background-color: #0066bb;
}

.ratings-list > a ul .details > div .reviews-btn.evaluated {
  background-color: #666666;
}

@media (min-width: 768px) {
  .ratings-list > a ul .img {
    width: 20%;
  }
  .ratings-list > a ul .details {
    width: 76%;
    height: 20vw;
  }
}

@media (min-width: 1200px) {
  .ratings-list > a ul .img {
    width: 10%;
  }
  .ratings-list > a ul .details {
    width: 88%;
    height: 115px;
  }
}

.purchased-edit-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.purchased-edit-list > ul .pic-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

.purchased-edit-list > ul .pic-col .pic {
  width: 220px;
  height: 220px;
  border: 1px solid #999;
  margin-right: 0.5rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.purchased-edit-list > ul .pic-col .pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}

.purchased-edit-list > ul .details {
  width: 100%;
  margin-bottom: .5em;
}

.purchased-edit-list > ul .details > p {
  font-size: 18px;
  font-weight: 700;
  padding: .5em 0;
}

.purchased-edit-list > ul .details .ratings {
  padding: 0.3rem 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.purchased-edit-list > ul .details > textarea {
  margin: 0.8rem 0;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100%;
}

.purchased-edit-list > ul .details > ul {
  border-bottom: 1px solid #999;
  padding-bottom: .5rem;
}

.purchased-edit-list > ul .details > ul a {
  display: inline-block;
  padding: 0.5rem 1.3rem;
  background-color: #eee;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 0.5rem;
}

.purchased-edit-list > ul .details .upload_cover {
  cursor: pointer;
  background: #ffe988;
  padding: 1em;
  border-radius: 5px;
  display: inline-block;
  margin-right: 1rem;
}

.purchased-edit-list > ul .details .upload_cover #upload_input {
  display: none;
}

.purchased-edit-list > ul .details .upload_cover .upload_icon {
  background-image: url(../images/icon/camera-upload.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 50px;
}

.purchased-edit-list > ul .details .anonymous {
  float: right;
}

.purchased-edit-list > ul .details .anonymous > input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: text-bottom;
}

.purchased-edit-list > ul .reviews-sent-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.purchased-edit-list > ul .reviews-sent-btn > a {
  display: block;
  width: 100px;
  padding: 0.5rem;
  background-color: #ffaa00;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .purchased-edit-list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .purchased-edit-list > ul .details {
    width: 60%;
    margin-bottom: .5em;
  }
  .purchased-edit-list > ul .reviews-sent-btn {
    width: 100%;
  }
  .purchased-edit-list > ul .reviews-sent-btn > a {
    width: 30%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .purchased-edit-list > ul .reviews-sent-btn {
    width: unset;
    margin-left: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .purchased-edit-list > ul .reviews-sent-btn > a {
    width: 100px;
    margin: unset;
  }
}
/*# sourceMappingURL=all.css.map */