:root {
  --col-gutter: 20px;
  --color-text: #222;
  --color-text-rgb: 34, 34, 34;
  --color-body-text: #8a8383;
  --color-sale-text: ;
  --color-small-button-text-border: #666666;
  --color-text-field: #ffffff;
  --color-text-field-text: #222222;
  --color-text-field-text-rgb: 34, 34, 34;

  --color-btn-primary: #000000;
  --color-btn-primary-darker: rgb(0, 0, 0);
  --color-btn-primary-text: #ffffff;

  --color-blankstate: rgba(138, 131, 131, 0.35);
  --color-blankstate-border: rgba(138, 131, 131, 0.2);
  --color-blankstate-background: #E4E8EE;


  --color-text-focus: #000000;
  --color-overlay-text-focus: true;
  --color-btn-primary-focus: true;
  --color-btn-social-focus: true;
  --color-small-button-text-border-focus: true;
  --predictive-search-focus: true;

  --color-body: #ffffff;
  --color-bg: #ffffff;
  --color-bg-rgb: 255, 255, 255;
  --color-bg-alt: rgba(138, 131, 131, 0.05);
  --color-bg-currency-selector: rgba(138, 131, 131, 0.2);

  --color-overlay-title-text: #ffffff;
  --color-image-overlay: #000;
  --color-image-overlay-rgb: 0, 0, 0;
  --opacity-image-overlay: 0;
  --hover-overlay-opacity: 0.4;

  --color-border: #ebebeb;
  --color-border-form: #cccccc;
  --color-border-form-darker: rgb(184, 184, 184);

  --svg-select-icon: url(/fb.dtceasy-cdn.com/kf/S776c74d41e5647d8be49ef89b8c1cb536.svg);
  --slick-img-url: url(/fb.dtceasy-cdn.com/kf/S12ea8280f4e94ab7a3adb3151e10bbcai.gif);

  --font-weight-body--bold: bold;
  --font-weight-body--bolder: bolder;

  --font-stack-header: Helvetica-Bold, fallback_families;
  --font-style-header: normal;
  --font-weight-header: normal;

  --font-stack-body: Open Sans, Roboto, Arial, Helvetica, sans-serif, SimSun, fallback_families;

  --font-style-body: "normal";
  --font-weight-body: "normal";
  --mobile-media-width: 750;

  --font-size-header: 32;

  --font-size-base: 14;
  --font-size-base-mobile: 23;

  --font-h1-desktop: 48;
  --font-h1-mobile: 44;
  --font-h2-desktop: 32;
  --font-h2-mobile: 36;
  --font-h3-desktop: 20;
  --font-h3-mobile: 28;
  --font-h4-desktop: 16;
  --font-h4-mobile: 28;
  --font-h5-desktop: 16;
  --font-h5-mobile: 28;
  --font-h6-desktop: 16;
  --font-h6-mobile: 28;

  --font-mega-title-large-desktop: 80;

  --font-rich-text-large: 16;
  --font-rich-text-small: 12;

  --color-video-bg: rgb(242, 242, 242);


  --global-color-image-loader-primary: rgba(34, 34, 34, 0.06);
  --global-color-image-loader-secondary: rgba(34, 34, 34, 0.12);
  --cm-primary-color: #000000;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.oneline-text-split {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.multiple-text-split-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.multiple-text-split-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.multiple-text-split-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.image-border {
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .okki-richtext-display {
    overflow-x: auto;
  }

  .okki-richtext-display iframe {
    width: 100%;
  }
}

.okki-richtext-display img {
  max-width: 100%;
  vertical-align: middle;
}

.okki-richtext-display ul li {
  list-style: disc inside;
}

.okki-richtext-display ol li {
  list-style: decimal;
  list-style-position: inside;
}


.okki-richtext-display a {
  color: #1047f5;
}

.okki-richtext-display em {
  font-style: italic;
}

.okki-richtext-display p,
.okki-richtext-display li {
  white-space: pre-wrap;
  /* 保留空格 */
}

.okki-richtext-display p {
  margin-bottom: 0;
}

.okki-richtext-display blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 10px 0;
  background-color: #f1f1f1;
}

.okki-richtext-display code {
  font-family: monospace;
  background-color: #eee;
  padding: 3px;
  border-radius: 3px;
}

.okki-richtext-display pre>code {
  display: block;
  padding: 10px;
}

.okki-richtext-display table {
  border-collapse: collapse;
}

.okki-richtext-display td,
.okki-richtext-display th {
  border: 1px solid #ccc;
  min-width: 50px;
  min-height: 30px;
  padding: 3px 5px;
}

.okki-richtext-display th {
  background-color: #f1f1f1;
  text-align: inherit;
  padding: 3px 5px;
}

.okki-richtext-display input[type="checkbox"] {
  margin-right: 5px;
}

.okki-richtext-display table {
  margin-bottom: 10px;
  margin-top: 10px;
}

.okki-richtext-display h1,
.okki-richtext-display h2,
.okki-richtext-display h3,
.okki-richtext-display h4,
.okki-richtext-display h5,
.okki-richtext-display h6 {
  line-height: 1.2;
  font-weight: bold;
}

.site-footer__hr {
  border-bottom: 1px solid rgb(41, 41, 41);
}

.site-footer .h4 {
  letter-spacing: 0;
}

.site-footer p,
.site-footer__linklist-item a,
.site-footer h4,
.site-footer small,
.site-footer__copyright-content a,
.site-footer__newsletter-error,
.site-footer__social-icons .social-icons__link {
  color: #fff;
}

.site-footer p {
  margin-bottom: 10px;
}

.site-footer {
  color: #fff;
  background-color: #2e2e2e;
}

.site-footer__rte a {}

/*.site-footer__rte a:hover,*/
.site-footer__linklist-item a:hover,
.site-footer__copyright-content a:hover {
  color: rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);
}

.site-footer__social-icons .social-icons__link:hover {
  color: rgb(230, 230, 230);
}

.video-desc-li ul {
  list-style-type: disc !important;
  padding-left: 1em;
}

.video-desc-li ul>li {
  list-style-type: disc !important;
}

.video-desc-li ol {
  list-style-type: decimal !important;
  padding-left: 1em;
}

.video-desc-li ol>li {
  list-style-type: decimal !important;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
  z-index: 99;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next,
.slick-prev {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.slick-next-default,
.slick-prev-default {
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 50px;
  color: transparent;
  background: rgba(0, 0, 0, 0.25);
}

.slick-next-default:focus,
.slick-next-default:hover,
.slick-prev-default:focus,
.slick-prev-default:hover {
  color: transparent;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

.slick-next-default:before,
.slick-prev-default:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 50px;
  background: url(//ae01.alicdn.com/kf/H3a2170950d3848dd85531682a4dc5ef21.png) no-repeat;
}

.slick-prev {
  left: 0px;
}

[dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-next-default:before,
[dir=rtl] .slick-prev-default:before {
  left: -30px;
}

.slick-next {
  right: 0px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0px;
}

.slick-prev-default.slick-outer {
  left: -40px;
}

[dir=rtl] .slick-prev-default.slick-outer {
  right: -40px;
  left: auto;
}

.slick-next-default.slick-outer {
  right: -40px;
}

[dir=rtl] .slick-next-default.slick-outer {
  right: auto;
  left: -40px;
}

.slick-next-default.slick-disabled,
.slick-prev-default.slick-disabled {
  background: rgba(0, 0, 0, 0.13);
  cursor: not-allowed;
}

.slick-next-default.slick-disabled:hover,
.slick-prev-default.slick-disabled:hover {
  background: rgba(0, 0, 0, 0.13);
  cursor: not-allowed;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: 0px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ff4747;
}

.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  opacity: .4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer
}

.carousel .control-arrow:focus,
.carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: ''
}

.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none
}

.carousel .control-prev.control-arrow {
  left: 0
}

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff
}

.carousel .control-next.control-arrow {
  right: 0
}

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff
}

.carousel-root {
  outline: none;
  height: 100%
}

.carousel {
  position: relative;
  width: 100%
}

.carousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none
}

.carousel .carousel {
  position: relative
}

.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px
}

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden
}

.carousel .thumbs {
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -ms-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap
}

.carousel .thumb {
  -webkit-transition: border .15s ease-in;
  -moz-transition: border .15s ease-in;
  -ms-transition: border .15s ease-in;
  -o-transition: border .15s ease-in;
  transition: border .15s ease-in;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px
}

.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none
}

.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333
}

.carousel .thumb img {
  vertical-align: top
}

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  height: 100%;
  overflow: hidden
}

.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px
}

.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2)
}

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: height .15s ease-in;
  -moz-transition: height .15s ease-in;
  -ms-transition: height .15s ease-in;
  -o-transition: height .15s ease-in;
  transition: height .15s ease-in
}

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column
}

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex
}

.carousel .slider-wrapper.axis-vertical .slider {
  -webkit-flex-direction: column;
  flex-direction: column
}

.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
  height: 100%
}

.carousel .slider.animated {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.carousel .slide {
  min-width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center
}

.carousel .slide img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: 0
}

.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0
}

.carousel .slide .legend {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out
}

.carousel .control-dots {
  position: absolute;
  bottom: 10px;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1
}

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0
  }
}

.carousel .control-dots .dot {
  -webkit-transition: opacity .25s ease-in;
  -moz-transition: opacity .25s ease-in;
  -ms-transition: opacity .25s ease-in;
  -o-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
  background: #fff;
  width: 20px;
  height: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
  bottom: -15px
}

.carousel .control-dots .dot.selected {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 30px;
  background: var(--color-btn-primary)
}

.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff
}

.carousel:hover .slide .legend {
  opacity: 1
}

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 10px !important
  }
}

@media (max-width: 767px) {
  .dtc-hotzone-slider-wrapper {
    height: 56.25vw !important
  }

  .hotzone-show-on-pc {
    display: none
  }

  .hotzone-show-on-mobile {
    display: block
  }
}

@media (min-width: 768px) {
  .hotzone-show-on-pc {
    display: block
  }

  .hotzone-show-on-mobile {
    display: none
  }
}

@media (max-width: 768px) {
  .hotzone-content-container-wrapper .container {
    max-width: 100% !important
  }

  .hotzone-container .hotzone-subtitle {
    margin-bottom: 5px !important
  }

  .hotzone-container .hotzone-btn {
    margin-top: 0px !important
  }

  .carousel .control-dots {
    bottom: 0px !important
  }
}

.hotzone-container {
  position: relative;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%)
}

.hotzone-container .imgWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.hotzone-container .img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.hotzone-container .hotzone-item {
  display: block;
  position: absolute;
  z-index: 9999
}

.hotzone-container .hotzone-content-container-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: flex
}

.hotzone-container .hotzone-content-container-wrapper .title {
  font-weight: 700
}

.hotzone-container .hotzone-content-container-wrapper .container {
  max-width: 50%
}

.hotzone-container h1,
.hotzone-container h4 {
  letter-spacing: 0
}

.hotzone-container .hotzone-subtitle {
  margin-bottom: 20px
}

.hotzone-container .hotzone-btn {
  margin-top: 2.8rem;
  text-align: center;
  height: auto;
  border: 2px solid var(--color-btn-primary)
}

.hotzone-container .hotzone-btn>span {
  margin: 0;
  padding: 0
}

.hotzone-container .hotzone-btn h3 {
  margin: 0;
  padding: 0
}

.hotzone-container .center {
  justify-content: center;
  align-items: center;
  text-align: center
}

.hotzone-container .center-top {
  justify-content: center;
  align-items: flex-start;
  text-align: center
}

.hotzone-container .center-bottom {
  justify-content: center;
  align-items: flex-end;
  text-align: center
}

.hotzone-container .left {
  justify-content: flex-start;
  align-items: center;
  text-align: left
}

.hotzone-container .left-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left
}

.hotzone-container .left-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left
}

.hotzone-container .right {
  justify-content: flex-end;
  align-items: center;
  text-align: right
}

.hotzone-container .right-top {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: right
}

.hotzone-container .right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right
}

body {
  margin: 0
}

.owl-carousel .owl-stage {
  height: 100%;
}

.owl-carousel .owl-item {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .article-list .bread {
    display: none !important;
  }

  .article-list .title {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .article-list .main.page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.article-list .main {
  justify-content: flex-start;
}

.article-list .article-card {
  align-items: stretch;
  position: relative;
}

.article-list .article-card .cover {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #E6E6E6;
}

.article-list .cover .shoplogo {
  position: absolute;
  left: 7.5%;
  top: 7.5%;
  height: 30px;
  width: auto;
}

.article-list .cover .water-cover {
  position: absolute;
  right: 6.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 68.75%;
  max-width: 275px;
  aspect-ratio: 275/117;
  background-image: url('https://gw.alicdn.com/imgextra/i2/O1CN010I6Ysm1lE2L6OhHRQ_!!6000000004786-55-tps-275-117.svg');
  background-size: 100% auto;
}

.article-list .cover .blog-name {
  position: absolute;
  left: 7.5%;
  bottom: 7.5%;
  width: 45%;
  max-width: 180px;
  aspect-ratio: 180/50;
  background-image: url('https://gw.alicdn.com/imgextra/i3/O1CN01N27foo1NUwB6VBqfN_!!6000000001574-55-tps-180-50.svg');
  background-size: 100% auto;
}

.article-list .article-title {
  margin-bottom: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  font-weight: 700;
  font-family: Helvetica;
}

.article-list .article-info {
  color: #666;
  font-family: Helvetica;
}

.article-list .article-info span:not(:last-child):after {
  content: '｜';
}

.article-list .title {
  color: #000;
  text-align: center;
}

.article-list .bread {
  display: flex;
  color: #666;
  align-items: center;
}

.article-list .bread a {
  height: 20px;
  line-height: 20px;
  position: relative;
  color: #666;
}

.article-list .bread .icon-arrow-right {
  width: 8px;
  height: 15px;
}

.article-list .bread a:not(:last-child) {
  margin-right: 20px;
}

.article-list .bread a:not(:first-child) {
  margin-left: 20px;
}

.article-list .bread-item_active {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .dtc-article-category-wrapper .dtc-article-category {
    display: none !important;
  }

  .dtc-article-category-wrapper .dtc-article-category-m {
    height: 13.3vw !important;
    border-bottom: 1px solid #e3e3e3;
    visibility: visible !important;
  }
}

.dtc-article-category-wrapper .dtc-article-category {
  padding-top: 20px;
  display: flex;
  font-family: Helvetica;
  font-size: 18px;
  flex-wrap: wrap;
}

.dtc-article-category-wrapper .category-item {
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 130px;
  max-width: 200px;
  text-align: center;
  color: #666;
  background-color: #F3F3F3;
  border-radius: 4px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dtc-article-category-wrapper .category-item_active {
  background-color: #000 !important;
  color: #fff !important;
}

.dtc-article-category-wrapper .dtc-article-category-m {
  display: flex;
  align-items: center;
  height: 0;
  visibility: hidden;
}

.dtc-article-category-wrapper .category-m-icon {
  width: 5.33vw;
  height: 5.33vw;
  margin-left: 8px;
}

.dtc-article-category-wrapper .category-modal-visible {
  visibility: visible !important;
  transition: transform .3s ease-in;
}

.dtc-article-category-wrapper .category-modal {
  position: relative;
  visibility: hidden;
}

.dtc-article-category-wrapper .category-modal-back {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 73, 0.5);
}

.dtc-article-category-wrapper .category-modal-card {
  position: fixed;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  padding: 40px 30px;
}

.dtc-article-category-wrapper .category-modal-header {
  display: flex;
  justify-content: space-between;
}

.dtc-article-category-wrapper .category-modal-icon {
  width: 35.4px;
  height: 35.4px;
}

.dtc-article-category-wrapper .category-modal-body {
  display: flex;
  flex-wrap: wrap;
}

.dtc-article-category-wrapper .category-modal-body .category-item {
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 130px;
  max-width: 200px;
  text-align: center;
  color: #666;
  background-color: #F3F3F3;
  border-radius: 4px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dtc-article-category-wrapper .category-m-box {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  position: relative;
}

.dtc-article-category-wrapper .dtc-article-category-m .category-item {
  height: 8vw;
  line-height: 8vw;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 24vw;
  max-width: 30vw;
  text-align: center;
  color: #666;
  background-color: #F3F3F3;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 2.66vw;
}

.dtc-article-category-wrapper .category-m-box .category-item {
  margin-top: 0px;
}

.dtc-article-category-wrapper .category-m-box-mask {
  position: absolute;
  height: 100%;
  width: 10.5vw;
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}

@media screen and (max-width: 767px) {
  .article-pagination {
    display: none !important;
  }

  .article-pagination-m {
    opacity: 1 !important;
  }
}

@media (min-width: 768px) {
  .article-pagination-m {
    display: none !important;
  }
}

.article-pagination {
  text-align: center;
}

.article-pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-pagination-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: 9.5px 16.3px;
  background-position: center;
  background-repeat: no-repeat;
}

.article-pagination-icon-prev {
  background-image: url('https://img.alicdn.com/imgextra/i4/O1CN01C8c5Ex1WNSFWhXr8Q_!!6000000002776-55-tps-10-18.svg');
}

.article-pagination-icon-next {
  background-image: url('https://img.alicdn.com/imgextra/i4/O1CN019updEY23EdwrvZXNd_!!6000000007224-55-tps-10-18.svg');
}

.article-pagination-list {
  display: inline-block;
}

.article-pagination-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: Helvetica;
  color: #666;
}

.article-pagination-item_active {
  background-color: #F3F3F3;
  color: #000;
}

.article-pagination-item:hover {
  background-color: #f9f9f9;
}

.article-pagination-item_more {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  display: inline-block;
}

.article-pagination-jump-text {
  color: #666;
  margin-left: 10px;
}

.article-pagination-jump-input {
  width: 100px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
}

.article-pagination-jump-input:focus {
  outline: 1px solid #1047F5;
  border-radius: 4px;
}

.article-pagination-jump-go {
  display: inline-block;
  width: 76px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #000;
  box-sizing: content-box;
  margin-left: 10px;
}

.article-pagination-m {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 30vw;
}

.article-pagination-m .comet-btn {
  width: 32vw;
}

.article-pagination-m-prev,
.article-pagination-m-next {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.article-pagination-m-prev:before {
  content: '←';
  margin-right: 1.5vw;
}

.article-pagination-m-next:after {
  content: '→';
  margin-left: 1.5vw;
}

.article-pagination-m-text {
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
}

.comet-btn-border {
  border: 2px solid #000000;
}

.dtc-article-detail .original {
  display: flex;
  align-items: center;
}

.dtc-article-detail .origin-link {
  margin-left: 15px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
}

@media (max-width: 767px) {
  .dtc-article-detail .origin-link {
    padding: 2vw 3vw;
  }
}

.dtc-article-detail .link-icon {
  width: 30px;
  height: auto;
  margin-right: 4px;
}

.dtc-article-detail .summary {
  width: 100%;
  padding: 40px 50px;
  background: #f3f3f3;
  display: flex;
  color: #000;
}

.dtc-article-detail .summary .quote {
  display: inline-block;
  width: 35px;
  height: 30px;
  position: relative;
  background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01N5h1hw1Dc8F5VXk8p_!!6000000000236-2-tps-35-30.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-right: 45px;
}

.dtc-article-detail .summary .content {
  text-align: left;
  width: auto;
  display: inline-block;
  flex: 1;
}

.dtc-article-detail .main-pic {
  width: 100%;
  height: auto;
}

.dtc-article-detail .main {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

.dtc-article-detail .keyword {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #666;
  background: #f3f3f3;
  border-radius: 4px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .dtc-article-detail .keyword {
    height: auto;
    line-height: auto;
    padding: 1.2vw 3vw;
  }
}

.dtc-article-detail .keyword:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .dtc-article-detail .bread {
    height: 0;
    display: none !important;
  }

  .dtc-article-detail .summary {
    text-align: left !important;
    padding: 30px !important;
    display: block;
  }

  .dtc-article-detail .summary .quote:after {
    position: absolute;
    left: 0 !important;
    transform: translateX(0) !important;
  }
}

.dtc-article-detail .bread {
  display: flex;
  color: #666;
  align-items: center;
}

.dtc-article-detail .bread a {
  height: 20px;
  line-height: 20px;
  position: relative;
  color: #666;
}

.dtc-article-detail .bread a:not(:last-child) {
  margin-right: 20px;
}

.dtc-article-detail .bread a:not(:first-child) {
  margin-left: 20px;
}

.dtc-article-detail .bread .icon-arrow-right {
  width: 8px;
  height: 15px;
}

.dtc-article-detail .bread-item_active {
  color: #000;
  font-weight: bold;
}

.dtc-article-detail .title {
  text-align: center;
  width: 100%;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: Helvetica;
  font-weight: 700;
}

.dtc-article-detail .article-info {
  text-align: center;
}

.dtc-article-detail .article-info span:not(:last-child):after {
  content: '｜';
}

.dtc-article-detail .keywords-title {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .dtc-article-detail .summary {
    font-size: 28px;
  }

  .dtc-article-detail .keywords-title {
    display: block;
  }
}

@media (max-width: 767px) {
  .main {
    overflow-x: auto;
  }

  .main iframe {
    width: 100%;
  }
}

.main img {
  max-width: 100%;
  vertical-align: middle;
}

.main ul li {
  list-style: disc inside;
}

.main ol li {
  list-style: decimal;
  list-style-position: inside;
}


.main a {
  color: #1047f5;
}

.main em {
  font-style: italic;
}

.main p,
.main li {
  white-space: pre-wrap;
  /* 保留空格 */
}

.main p {
  margin-bottom: 0;
}

.main blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 10px 0;
  background-color: #f1f1f1;
}

.main code {
  font-family: monospace;
  background-color: #eee;
  padding: 3px;
  border-radius: 3px;
}

.main pre>code {
  display: block;
  padding: 10px;
}

.main table {
  border-collapse: collapse;
}

.main td,
.main th {
  border: 1px solid #ccc;
  min-width: 50px;
  min-height: 30px;
  padding: 3px 5px;
}

.main th {
  background-color: #f1f1f1;
  text-align: inherit;
  padding: 3px 5px;
}

.main input[type="checkbox"] {
  margin-right: 5px;
}

.main table {
  margin-bottom: 10px;
  margin-top: 10px;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  line-height: 1.2;
  font-weight: bold;
}

html {
  font-size: 16px !important;
}

#dtc-section-main-search .dtc-section-padding-block {
  font-size: 0 !important;
}

p {
  margin-bottom: 0;
}

.okki-main-search-page .category-title {
  color: #CCCCCC;
  margin-bottom: 0 !important;
  padding: 0 .9375rem;
  text-align: left !important;
  font-size: 24px;
  font-weight: bold;
}

.okki-main-search-page .filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.okki-main-search-page .filter-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  position: relative;
}

.filter-icon-active {
  background-color: #000000;
  color: #fff;
  border: none;
}

.pagination-hidden {
  display: none;
}

.okki-main-search-page .title {
  text-align: left;
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0.9375rem;
  font-size: 36px !important;
  font-weight: bold;
  margin-block-start: 0;
  margin-block-end: 0;
}

.okki-main-search-page .desc {
  margin-right: 0.9375rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .okki-main-search-page .desc {
    margin-left: 0.9375rem;
  }
}

.product-list-nav {
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.product-list-nav-item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-list-nav-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
}

.product-list-nav-show {
  z-index: 101;
}

.sort-layout {
  position: absolute;
  bottom: 0;
  padding-top: 5px;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  background-color: #fff;
  display: none;
}

.sort-layout-show {
  display: block;
}

.tree-title {
  display: none;
}

@media (max-width: 768px) {
  .product-list-left {
    padding: 0;
  }

  .tree-mobile {
    position: fixed;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    background-color: #fff;
    left: 0;
    overflow-y: auto;
    max-height: 80%;
    bottom: 0;
    z-index: 101;
    transform: translate3d(0, 100%, 0);
    transition: transform .5s;
  }

  .tree-mobile-show {
    transform: translate3d(0, 0, 0);
    transition: transform .5s;
  }

  .tree-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.product-list-mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

.product-list-mask-show {
  display: block;
}

.pagination-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.okki-main-search-page .pagination-mobile-button {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 2px solid #000;
}

.pagination-mobile-button .okki-icon {
  font-size: 18px;
}

@media (max-width: 768px) {
  .okki-main-search-page .title {
    text-align: center;
    font-size: 18px;
    padding-left: 0.9375rem;
  }

  #title-id {
    text-align: center;
    margin-top: 50px;
  }
}

.pagination-mobile-layout {}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

.product-number {
  margin-right: auto;
  color: #666;
  font-size: 18px;
}

.no-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .no-product-wrapper {
    margin-top: 60px;
  }
}

.no-product-wrapper .no-products-title {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 60px;
  font-weight: bold;
}

.dom-hidden {
  display: none;
}

.product-list-search .okki-select-selection-overflow-content {
  flex-grow: 1;
}


.product-list-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.product-list-left {
  width: 25%;
  padding: 0 20px;
}

.product-list-right {
  width: 75%;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .product-list-right {
    width: 100%;
  }
}

.product-item-wrapper {
  width: 33.33%;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .okki-tree {
    padding: 0;
  }
}

.product-list-wrapper {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #category-tree {
    padding-top: 2.5rem;
    margin-top: -0.96rem;
  }

  .product-list-wrapper {
    margin-bottom: 80px;
  }
}

.mobile-totalCount {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.price-filter {
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translate3d(0, 100%, 0);
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.20);
  padding: 30px;
  width: 400px;
  display: none;
  z-index: 99;
}

@media (max-width: 768px) {
  .price-filter {
    transition: transform .5s;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 102;
  }
}

.price-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-input button {
  flex-grow: 1;
  border: 2px solid #000000;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.price-input .price-input-filter {
  margin-right: 0;
  background-color: #000;
  color: #fff;
}

.price-divider {
  width: 8px;
  height: 2px;
  background-color: #000;
  margin-left: 6px;
  margin-right: 6px;
  flex-shrink: 0;
}

.price-filter-title {
  font-size: 27px;
  margin-bottom: 0;
}

.price-filter-show {
  display: block;
}

@media (max-width: 768px) {
  .price-filter-show {
    transition: transform .5s;
    transform: translate3d(0, 0, 0);
  }
}

.price-filter-mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 98;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

@media (max-width: 768px) {
  .price-filter-mask-pc-show {
    display: block;
  }
}

.price-filter {
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translate3d(0, 100%, 0);
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.20);
  padding: 30px;
  width: 400px;
  display: none;
  z-index: 99;
}

@media (max-width: 768px) {
  .price-filter {
    transition: transform .5s;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 102;
  }
}

.price-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-input button {
  flex-grow: 1;
  border: 2px solid #000000;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.price-input .price-input-filter {
  margin-right: 0;
  background-color: #000;
  color: #fff;
}

.price-divider {
  width: 8px;
  height: 2px;
  background-color: #000;
  margin-left: 6px;
  margin-right: 6px;
  flex-shrink: 0;
}

.price-filter-title {
  font-size: 27px;
  margin-bottom: 0;
}

.price-filter-show {
  display: block;
}

@media (max-width: 768px) {
  .price-filter-show {
    transition: transform .5s;
    transform: translate3d(0, 0, 0);
  }
}

.price-filter-mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 98;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

@media (max-width: 768px) {
  .price-filter-mask-pc-show {
    display: block;
  }
}

.mobile-input-number {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 325px;
  background-color: #fff;
  z-index: 101;
  transition: transform .5s;
  transform: translate3d(0, 100%, 0);
}

.mobile-input-number-active {
  transition: transform .5s;
  transform: translate3d(0, 0, 0);
}

.mobile-input-number .mobile-input-number-title {
  font-size: 27px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  height: 70px;
  align-items: center;
}

.mobile-input-number-title .okki-icon {
  font-size: 29px;
}

.mobile-input-number-scroll-wrapper {
  height: 225px;
  overflow: hidden;
  position: relative;
}

.mobile-input-number .mobile-input-number-wrapper {
  transform: translate3d(0, -45px, 0);
}

.mobile-input-number .mobile-input-number-section {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mobile-input-number-section:nth-child(2),
.mobile-input-number-section:nth-child(6) {
  opacity: 0.4;
}

.mobile-input-number-section:nth-child(3),
.mobile-input-number-section:nth-child(5) {
  opacity: 0.7;
}

.mobile-input-choose {
  border-bottom: 2px solid #F3F5F6;
  border-top: 2px solid #F3F5F6;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 99;
  height: 45px;
  width: 100%;
}

.input-number-mask-show {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.oneline-text-split {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.multiple-text-split-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.multiple-text-split-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.multiple-text-split-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.image-border {
  border: 1px solid #ccc;
}

.okki-richtext-display {
  overflow-x: auto;
}

.okki-richtext-display iframe {
  width: 100%;
}
}

.okki-richtext-display img {
  max-width: 100%;
  vertical-align: middle;
}

.okki-richtext-display ul li {
  list-style: disc inside;
}

.okki-richtext-display ol li {
  list-style: decimal;
  list-style-position: inside;
}


.okki-richtext-display a {
  color: #1047f5;
}

.okki-richtext-display em {
  font-style: italic;
}

.okki-richtext-display p,
.okki-richtext-display li {
  white-space: pre-wrap;
  /* 保留空格 */
}

.okki-richtext-display p {
  margin-bottom: 0;
}

.okki-richtext-display blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 10px 0;
  background-color: #f1f1f1;
}

.okki-richtext-display code {
  font-family: monospace;
  background-color: #eee;
  padding: 3px;
  border-radius: 3px;
}

.okki-richtext-display pre>code {
  display: block;
  padding: 10px;
}

.okki-richtext-display table {
  border-collapse: collapse;
}

.okki-richtext-display td,
.okki-richtext-display th {
  border: 1px solid #ccc;
  min-width: 50px;
  min-height: 30px;
  padding: 3px 5px;
}

.okki-richtext-display th {
  background-color: #f1f1f1;
  text-align: inherit;
  padding: 3px 5px;
}

.okki-richtext-display input[type="checkbox"] {
  margin-right: 5px;
}

.okki-richtext-display table {
  margin-bottom: 10px;
  margin-top: 10px;
}

.okki-richtext-display h1,
.okki-richtext-display h2,
.okki-richtext-display h3,
.okki-richtext-display h4,
.okki-richtext-display h5,
.okki-richtext-display h6 {
  line-height: 1.2;
  font-weight: bold;
}

.product-detail-wrapper .swiper-slide {
  height: 100%;
}

.okki-product-detail-footer th,
.okki-product-detail-footer td {
  min-height: 30px;
  padding: 3px 5px;
  height: 30px;
}

.main-content {
  padding-top: 0 !important;
}

html input[disabled] {
  cursor: not-allowed;
}

.product-detail-wrapper {
  margin-top: 40px;
}

#add-to-cart {
  position: relative;
}

@media (min-width: 768px) {
  .pdp-error-toast {
    position: absolute;
    top: -65px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product-detail-wrapper {
    margin-top: 0;
  }
}

.image-album-wrapper {
  position: relative;
}

.okki-product-image-container {
  position: relative;
}

.product-detail-swiper {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
}

.product-detail-swiper .swiper-wrapper {
  width: 100%;
  flex-shrink: 0;
}

.okki-product-image-list {
  user-select: none;
}

.okki-product-image-list .okki-image-container {
  padding-bottom: 4.9rem !important;
}

#pdp-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.okki-product .okki-image-container {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.okki-product .product-preview-item {
  border: 2px solid #ccc;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

.okki-product .swiper-pagination-index {
  position: absolute;
  width: 60px;
  height: 30px;
  border-radius: 15px;
  right: 10px;
  bottom: 10px;
  background-color: #FFFFFF;
  border: 2px solid rgba(204, 204, 204, 0.55);
  z-index: 98;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  user-select: none;
}

@media (min-width: 768px) {
  .swiper-pagination-index {
    transform: translateY(-100px);
  }
}

.okki-product .okki-image-container-checked {
  border: 2px solid #000;
}

.okki-product-feature-list img {
  max-width: 100%;
}

#pdp-detail {
  overflow-y: hidden;
  overflow-x: auto;
}

@media (max-width: 768px) {

  #pdp-detail {
    overflow: hidden;
  }

}

.okki-product-detail-footer {
  padding-top: 40px;
  margin-bottom: 80px;
  overflow: auto;

  width: 750px;
  margin-left: auto;
  margin-right: auto;

}

@media (max-width: 768px) {
  .okki-product-detail-footer {
    margin-bottom: 40px;

    transform: scale(0.46);
    transform-origin: left top;

  }
}

#pdp-preview-images {
  position: absolute;
  left: 10px;
  bottom: 110px;
  background-color: #FFFFFF;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  #pdp-preview-images {
    display: none !important;
  }
}

.product-detail-color-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .product-detail-color-wrapper {
    margin-bottom: 20px;
  }
}

.multiple-image-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

.multiple-image-preview .swiper-container {
  width: 80%;
  max-width: 800px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
}

.multiple-image-preview .image-preview-wrapper {
  width: 100%;
  padding-bottom: 75%;
}

.multiple-image-preview .preview-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00aced;
  border: 1px solid #eee;
}

.multiple-image-preview .swiper,
.multiple-image-preview .swiper-wrapper,
.multiple-image-preview .swiper-slide {
  width: 100%;
  height: 100%;
}

.multiple-image-preview .preview-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.multiple-image-preview .change-btn {
  border: 2px solid #D9D9D9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiple-image-preview .change-btn:first-child {
  left: 5px;
  transform: translateY(-50%);
}

.multiple-image-preview .change-btn:last-child {
  right: 5px;
  transform: translateY(-50%);
}

.multiple-image-preview .okki-icon {
  font-size: 40px;
  cursor: pointer;
}

.multiple-image-preview .preview-images-close {
  position: absolute;
  font-size: 23px !important;
  top: 40px;
  right: 40px;
  z-index: 99;
}

.preview-images-pagination-wrapper {
  width: 100px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

@media (max-width: 768px) {
  .multiple-image-preview .swiper-container {
    width: 100%;
    top: 30px;
    transform: translateY(0);
  }

  .multiple-image-preview .change-btn {
    display: none;
  }

  .multiple-image-preview .preview-images-close {
    right: 10px;
    top: 30px;
  }
}

#detail_decorate_root .magic-0 {
  border-bottom-style: solid;
  border-bottom-color: #53647a;
  font-family: Roboto;
  font-size: 24px;
  color: #53647a;
  font-style: normal;
  border-bottom-width: 2px;
  padding-top: 8px;
  padding-bottom: 4px
}

#detail_decorate_root .magic-1 {
  width: 750px
}

#detail_decorate_root .magic-2 {
  overflow: hidden;
  width: 750px;
  height: 588px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-3 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 588px
}

#detail_decorate_root .magic-4 {
  width: 750px;
  border-collapse: collapse
}

#detail_decorate_root .magic-5 {
  min-height: 28px;
  padding: 5px 10px;
  width: 265px;
  min-height: 28px;
  box-sizing: content-box
}

#detail_decorate_root .magic-6 {
  min-height: 28px;
  padding: 5px 10px;
  width: 253px;
  min-height: 28px;
  box-sizing: content-box
}

#detail_decorate_root .magic-7 {
  min-height: 28px;
  padding: 5px 10px;
  width: 265.667px;
  min-height: 28px;
  box-sizing: content-box
}

#detail_decorate_root .magic-8 {
  margin-bottom: 10px;
  line-height: 0
}

#detail_decorate_root .magic-9 {
  margin-bottom: 0
}

#detail_decorate_root .magic-10 {
  position: relative;
  width: 100%
}

#detail_decorate_root .magic-11 {
  vertical-align: top
}

#detail_decorate_root .magic-12 {
  vertical-align: top;
  display: block;
  padding-right: 4px;
  box-sizing: border-box;
  padding-left: 4px
}

#detail_decorate_root .magic-13 {
  vertical-align: top;
  padding-bottom: 4px;
  box-sizing: border-box;
  padding-top: 4px
}

#detail_decorate_root .magic-14 {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  font-size: 14px
}

#detail_decorate_root .magic-15 {
  margin: 0;
  padding: 0
}

#detail_decorate_root .magic-16 {
  text-align: center
}

#detail_decorate_root .magic-17 {
  overflow: hidden;
  width: 750px;
  height: 220.083px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-18 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 220.083px
}

#detail_decorate_root .magic-19 {
  border-bottom-style: solid;
  border-bottom-color: #53647a;
  font-family: Roboto;
  font-size: 24px;
  color: #53647a;
  border-bottom-width: 2px;
  padding-top: 8px;
  padding-bottom: 4px
}

#detail_decorate_root .magic-20 {
  overflow: hidden;
  width: 750px;
  height: 337px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-21 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 337px
}

#detail_decorate_root .magic-22 {
  overflow: hidden;
  width: 184.5px;
  height: 184.5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-23 {
  margin-top: 0;
  margin-left: 0;
  width: 184px;
  height: 184px
}

#detail_decorate_root .magic-24 {
  overflow: hidden;
  width: 184.5px;
  height: 184.5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 0
}

#detail_decorate_root .magic-25 {
  margin-top: 0;
  margin-left: -117.3179347826087px;
  width: 302px;
  height: 184px
}

#detail_decorate_root .magic-26 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #53647a;
  background-color: #c5ccde;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
  color: #53647a;
  font-family: Roboto;
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 4px
}

#detail_decorate_root .magic-27 {
  overflow: hidden;
  width: 750px;
  height: 817px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-28 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 817px
}

#detail_decorate_root .magic-29 {
  overflow: hidden;
  width: 750px;
  height: 1148px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-30 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 1148px
}

#detail_decorate_root .magic-31 {
  overflow: hidden;
  width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-32 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 1593px
}

#detail_decorate_root .magic-33 {
  overflow: hidden;
  width: 750px;
  height: 1160px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-34 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 1160px
}

#detail_decorate_root .magic-35 {
  overflow: hidden;
  width: 750px;
  height: 631px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

#detail_decorate_root .magic-36 {
  margin-top: 0;
  margin-left: 0;
  width: 750px;
  height: 631px
}
.okki-product-list-item{
  position: relative;
}
.oneline-text-split {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
}
.multiple-text-split-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.multiple-text-split-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.multiple-text-split-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.image-border {
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .okki-richtext-display {
    overflow-x: auto;
  }

  .okki-richtext-display iframe {
    width: 100%;
  }
}

.okki-richtext-display img {
  max-width: 100%;
  vertical-align: middle;
}

.okki-richtext-display ul li {
  list-style: disc inside;
}

.okki-richtext-display ol li {
  list-style: decimal;
  list-style-position: inside;
}


.okki-richtext-display a {
  color: #1047f5;
}

.okki-richtext-display em {
  font-style: italic;
}

.okki-richtext-display p,
.okki-richtext-display li {
  white-space: pre-wrap; /* 保留空格 */
}

.okki-richtext-display p {
  margin-bottom: 0;
}

.okki-richtext-display blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 10px 0;
  background-color: #f1f1f1;
}

.okki-richtext-display code {
  font-family: monospace;
  background-color: #eee;
  padding: 3px;
  border-radius: 3px;
}
.okki-richtext-display pre>code {
  display: block;
  padding: 10px;
}

.okki-richtext-display table {
  border-collapse: collapse;
}
.okki-richtext-display td,
.okki-richtext-display th {
  border: 1px solid #ccc;
  min-width: 50px;
  min-height: 30px;
  padding: 3px 5px;
}
.okki-richtext-display th {
  background-color: #f1f1f1;
  text-align: inherit;
  padding: 3px 5px;
}

.okki-richtext-display input[type="checkbox"] {
  margin-right: 5px;
}

.okki-richtext-display table {
  margin-bottom: 10px;
  margin-top: 10px;
}

.okki-richtext-display h1, .okki-richtext-display h2, .okki-richtext-display h3, .okki-richtext-display h4, .okki-richtext-display h5, .okki-richtext-display h6 {
    line-height: 1.2;
    font-weight: bold;
}
.quote-form-placeholder {
  height: 420px;
}
@media screen and (max-width: 768px) {
  .quote-form-placeholder {
	height: 320px;
  }
}
.quote-container {
width: 100% !important;
--fieldValueBackgroundColor: #fff;
}
.quote-container .upload-placeholder {
color: #000;
}
.loading-container {
  position: relative;
  width: 100%;
  height: 100%;
  }
  .loading-container > .loading-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  }
  .loading-container > .loading-box > .loading,
  .loading-container > .loading-box > .loading > div {
  position: relative;
  box-sizing: border-box;
  }
  
  .loading-container > .loading-box > .loading {
  display: block;
  font-size: 0;
  color: #000;
  }
  
  .loading-container > .loading-box >.loading.la-dark {
  color: #333;
  }
  
  .loading-container > .loading-box > .loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  }
  
  .loading-container > .loading-box > .loading {
  width: 64px;
  height: 64px;
  animation: ball-spin-clockwise-fade-rotating-rotate 6s infinite linear;
  }
  
  .loading-container > .loading-box > .loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise-fade-rotating 1s infinite linear;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
  }
  
  .loading-container > .loading-box > .loading > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
  }
  
  .loading-container > .loading-box > .loading.la-sm {
  width: 16px;
  height: 16px;
  }
  
  .loading-container > .loading-box > .loading.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
  }
  
  .loading-container > .loading-box > .loading.la-2x {
  width: 64px;
  height: 64px;
  }
  
  .loading-container > .loading-box > .loading.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  }
  
  .loading-container > .loading-box > .loading.la-3x {
  width: 96px;
  height: 96px;
  }
  
  .loading-container > .loading-box > .loading.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  }
  
  @keyframes ball-spin-clockwise-fade-rotating-rotate {
  100% {
    transform: rotate(-360deg);
  }
  }
  
  @keyframes ball-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }
  
  100% {
    opacity: 1;
    transform: scale(1);
  }
  }
  .lake-card-margin iframe {
    width: 100%;
    border: none;
  }
  
  .address-width .custom__rich-text-container p{
  display: flex;
  }
  
  
  .address-width .custom__rich-text-container p[data-lake-id] {
    display: block;
    margin-bottom: 24px!important;
  }
  
  .address-width .custom__rich-text-container p[data-lake-id] span {
    line-height: 1.5;
  }
  
  .address-width .custom__rich-text-container p[data-lake-id] img {
    margin-right: 10px;
  }
  
  
  .address-width {
    width: 480px;
    margin: 0 auto;
    max-width: 100%;
  }
  
  .adress-width .grid {
    width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .address-width .section-header {
    letter-spacing: 0;
    margin-bottom: 9rem !important;
    width: 95%;
    font-size: 32px !important;
  }
  
  .adress-width .grid__item {
    width: calc(100vw);
    padding-left: 0;
    box-sizing: border-box;
  }
  
  
  @media (max-width: 768px) {
    .address-width .section-header h2 {
    font-size: 32px !important;
    margin-bottom: 9rem !important;
    }
    .address-width .section-header {
    margin-bottom: 40px !important;
    }
  }
.notopborder {
    border-top: none!important;
}

.norightborder {
    border-right: none!important;
}
.noleftborder {
    border-left: none!important;
}
.contacthome form input, .contacthome form textarea {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
}
.contacthome form input {
  height: 40px;
  margin-bottom: 15px;
}
.flex-justifyend {
  justify-content: flex-end;
}

.flex-row {
  display: flex;
}
.tright {
  text-align: right!important;
}
.flex-middle {
  align-items: center;
}
.flex-center {
  justify-content: center;
}
.contacthome form div a {
  background: #000;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: .35s;
  width: 160px;
}
.contacthome form div a+a {
  background: #fabf2a;
  margin-left: 5px;
}
.okki-pagination li a{
  font-size: 1.0rem;
  height: 2.5rem;
  line-height: 1.875rem;
  line-height: 2.5rem;
  width: 2.5rem;
  display: inline-block;
  text-align: center;
}
.okki-pagination li.active a,.okki-pagination li a:hover{
  background-color: #f3f3f3;
  border-radius: 2px;
}