@charset "UTF-8";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
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;
  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; }

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; }

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

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  padding-right: 5px; }

@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Regular';
  font-weight: 400;
  padding-right: 5px; }

@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  padding-right: 5px; }

.fal,
.far {
  font-family: "Font Awesome 5 Pro"; }

.fal {
  font-weight: 300; }

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-video:before {
  content: "\f03d"; }

.fa-star:before {
  content: "\f005"; }

.fa-heart:before {
  content: "\f004"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-comment:before {
  content: "\f075"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-user:before {
  content: "\f007"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-search:before {
  content: "\f002"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: auto; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }

  .mfp-arrow-left {
    transform-origin: 0; }

  .mfp-arrow-right {
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*------------------------------------------------------------------*\
#TouchSpin--copy from Bootstrap v3.3.7 (http://getbootstrap.com)
\*------------------------------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; } }
.form-group {
  margin-bottom: 15px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 12px;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

/*------------------------------------*\
  #Generic
\*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  position: relative;
  height: 100%;
  color: #000000;
  font-family: "Microsoft JhengHei";
  font-size: 15px;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

form {
  height: 100%; }

input[type="tel"],
input[type="email"],
input[type="address"],
input[type="submit"],
textarea {
  border: 1px solid #b6b6b6;
  width: 100%;
  padding: 3px 10px;
  border-radius: inherit;
  -webkit-appearance: button; }

input[type="radio"] {
  margin: 0 3px; }

input[type="checkbox"] {
  vertical-align: middle; }

input[type="text"],
input[type="password"] {
  width: 100%;
  border: 0;
  padding: 3px 10px;
  background-color: #ffffff;
  border: 1px solid #b6b6b6;
  color: #000000;
  border-radius: 0;
  border-radius: inherit;
  -webkit-appearance: button;
  height: 40px;
  font-size: 15px;
  font-family: "Microsoft JhengHei"; }

input:focus {
  outline: none; }

textarea {
  width: 100%;
  border: 0;
  border: 1px solid #b6b6b6;
  padding: 10px;
  font-size: 15px;
  font-family: "Microsoft JhengHei"; }

button {
  border: 0;
  outline: none; }

select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 3px 0 3px 10px;
  border-radius: 0;
  background: #ffffff;
  height: 40px;
  font-size: 15px;
  border: 1px solid #b6b6b6;
  font-family: "Microsoft JhengHei"; }

/*清除ie的默認選擇框樣式清除，隱藏下拉箭頭*/
select::-ms-expand {
  display: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  color: #000000; }

@media (max-width: 1023px) {
  body {
    font-size: 13px; }

  input[type="text"],
  input[type="password"] {
    font-size: 13px; }

  select {
    font-size: 13px; }

  textarea {
    font-size: 13px; } }
/*------------------------------------*\
#header
\*------------------------------------*/
.header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 1002;
  top: 0;
  border-bottom: 1px solid #d3d3d3; }

.header_wrap {
  width: 100%;
  position: relative; }
  .header_wrap:after {
    content: "";
    display: table;
    clear: both; }

.header_area {
  padding: 50px 0 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.logo {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px; }
  .logo img {
    width: 200px;
    height: 38px; }

.header_list {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.header_id {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .header_id .header_name {
    color: #64c8ff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    word-break: break-all;
    width: calc(100% - 30px - 10px); }
    .header_id .header_name span {
      vertical-align: middle;
      padding-right: 5px; }
  .header_id .header_hello {
    color: #000000;
    display: block;
    margin-right: 10px;
    width: 30px; }

.header_arrow:before {
  top: 76px;
  left: 35px;
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 3;
  background: #ffffff; }
.header_arrow:hover:before {
  display: block; }

.header_tagwrap {
  max-width: 480px;
  width: 30%; }

.header_searchwrap {
  height: 36px;
  width: 100%;
  border: 1px solid #64c8ff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 20px; }
  .header_searchwrap .header_searchinput {
    border: 0;
    height: 28px; }
  .header_searchwrap .header_searchbtn {
    background: #64c8ff;
    display: block;
    height: 35px;
    width: 52px;
    position: absolute;
    top: 0;
    right: -2px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .header_searchwrap .header_searchbtn img {
      width: 27px;
      height: 23px; }

.header_tag {
  width: 100%;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .header_tag .header_tagname {
    display: block;
    padding: 0 10px;
    word-break: normal; }

.header_btn {
  display: block;
  max-width: 70px;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  color: #ffffff;
  background: #64c8ff;
  border-radius: 20px; }

.header_btn1 {
  white-space: nowrap; }

.header_btn2 {
  display: block;
  max-width: 70px;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  color: #000000; }
  .header_btn2:hover {
    text-decoration: none; }

.header_list1 {
  position: relative;
  width: calc(29px + 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.header_searcharea {
  display: none; }

.header_search {
  width: 21px;
  height: 18px;
  display: none;
  background: url("../../images/zh-cht/icons/hd_search.png") no-repeat 0 0; }

.header_login {
  width: 27px;
  height: 27px;
  display: block;
  background: url("../../images/zh-cht/icons/hd_login.png") no-repeat 0 0; }

.header_cart {
  width: 29px;
  height: 25px;
  display: block;
  background: url("../../images/zh-cht/icons/hd_cart.png") no-repeat 0 0;
  position: relative; }
  .header_cart .header_numwrap {
    position: absolute;
    top: -5px;
    right: -13px;
    width: 18px;
    height: 18px;
    display: block;
    background: #f56a5f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px; }
    .header_cart .header_numwrap .header_num {
      color: #ffffff;
      font-size: 12px; }

.header_mobile_search1 {
  display: none; }

.header_m_login {
  display: none; }

@media (max-width: 1023px) {
  .header .header_pd15 {
    padding: 0 15px !important; }
  .header .header_wrap {
    padding: 10px 0 25px; }
  .header .header_tagwrap {
    display: none !important; }
  .header .header_mobile_search {
    display: none !important; }
  .header .header_searcharea {
    display: block; }
  .header .hd_social {
    display: none; }
  .header .hd_tool {
    display: none; }
  .header .hd_msearch {
    display: block;
    text-align: left;
    width: calc(100% / 3); }
    .header .hd_msearch img {
      width: 21px;
      height: 21px; }
  .header .hd_mmenu {
    display: block;
    text-align: right;
    width: calc(100% / 3); }
  .header .header_list {
    padding-right: 0;
    float: right;
    width: auto; }
  .header .header_area {
    padding: 0;
    display: block; }
    .header .header_area:after {
      content: "";
      display: table;
      clear: both; }
  .header .logo {
    width: 120px;
    height: auto;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-left: 0; }
    .header .logo img {
      width: 100%;
      height: auto; }
  .header .header_login {
    background-size: contain;
    width: 20px;
    height: 20px; }
  .header .header_cart {
    margin-left: 0;
    background-size: contain;
    width: 24px;
    height: 20px; }
  .header .header_menu {
    width: 16px;
    height: 16px; }
  .header .Rectangle {
    display: none; }
  .header .header_id {
    display: none; }
  .header .header_btn1 {
    display: none; }
  .header .header_mobile_search1 {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 10px; }
  .header .header_mobile_input {
    background: #f5f5f5;
    border: 0;
    height: 30px;
    padding: 0 10px 0 40px;
    border-radius: 99em; }
  .header .header_mobile_btn {
    width: 16px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto; }

  .header_pc_login {
    display: none; }

  .header_m_login {
    display: -ms-flexbox;
    display: flex; } }
.nav {
  height: 100%; }
  .nav .nav_area {
    height: 100%;
    padding: 0 30px; }
    .nav .nav_area .nav_ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .nav .nav_area .nav_ul .nav_li {
        padding-bottom: 15px;
        position: relative; }
        .nav .nav_area .nav_ul .nav_li .nav_link {
          text-align: left;
          display: block;
          position: relative;
          font-size: 21px;
          text-align: center;
          width: 100%;
          font-weight: bold; }
        .nav .nav_area .nav_ul .nav_li:hover {
          border-bottom: 3px solid #64c8ff;
          padding-bottom: 12px; }
          .nav .nav_area .nav_ul .nav_li:hover .nav_link {
            color: #64c8ff; }
        .nav .nav_area .nav_ul .nav_li.active {
          border-bottom: 3px solid #64c8ff;
          padding-bottom: 12px; }
          .nav .nav_area .nav_ul .nav_li.active .nav_link {
            color: #64c8ff; }
        .nav .nav_area .nav_ul .nav_li .submenu {
          left: 0;
          position: absolute;
          top: 37px;
          background: #f7f8f8;
          z-index: 1;
          display: none;
          padding: 30px 0;
          width: 130px; }
          .nav .nav_area .nav_ul .nav_li .submenu li {
            margin-bottom: 7px; }
            .nav .nav_area .nav_ul .nav_li .submenu li a {
              color: #313131;
              display: block;
              padding: 0 20px; }
              .nav .nav_area .nav_ul .nav_li .submenu li a:hover {
                color: #64c8ff; }
            .nav .nav_area .nav_ul .nav_li .submenu li:last-child {
              margin-bottom: 0; }
        .nav .nav_area .nav_ul .nav_li:hover .submenu {
          display: block; }
      .nav .nav_area .nav_ul .nav_li1 {
        padding-bottom: 15px;
        position: relative; }
        .nav .nav_area .nav_ul .nav_li1 .nav_link {
          text-align: left;
          display: block;
          position: relative;
          font-size: 21px;
          text-align: center;
          width: 100%;
          font-weight: bold; }
        .nav .nav_area .nav_ul .nav_li1:hover {
          border-bottom: 3px solid #64c8ff;
          padding-bottom: 12px; }
          .nav .nav_area .nav_ul .nav_li1:hover .nav_link {
            color: #64c8ff; }
        .nav .nav_area .nav_ul .nav_li1.active {
          border-bottom: 3px solid #64c8ff;
          padding-bottom: 12px; }
          .nav .nav_area .nav_ul .nav_li1.active .nav_link {
            color: #64c8ff; }
        .nav .nav_area .nav_ul .nav_li1 .submenu {
          left: 0;
          position: absolute;
          top: 37px;
          background: #ffffff;
          z-index: 1; }
        .nav .nav_area .nav_ul .nav_li1 .submenu1 {
          left: 0;
          position: absolute;
          top: 37px;
          background: #ffffff;
          z-index: 1;
          display: none;
          padding-top: 30px;
          overflow-x: auto; }
          .nav .nav_area .nav_ul .nav_li1 .submenu1 .sublist {
            padding: 0 20px;
            white-space: nowrap;
            float: left; }
            .nav .nav_area .nav_ul .nav_li1 .submenu1 .sublist .sub_item {
              color: #313131;
              font-weight: bold;
              padding-bottom: 15px;
              display: block; }
            .nav .nav_area .nav_ul .nav_li1 .submenu1 .sublist .sub_ul {
              margin-bottom: 35px; }
              .nav .nav_area .nav_ul .nav_li1 .submenu1 .sublist .sub_ul li {
                margin-bottom: 7px; }
                .nav .nav_area .nav_ul .nav_li1 .submenu1 .sublist .sub_ul li a {
                  color: #313131; }
                  .nav .nav_area .nav_ul .nav_li1 .submenu1 .sublist .sub_ul li a:hover {
                    color: #64c8ff; }
                .nav .nav_area .nav_ul .nav_li1 .submenu1 .sublist .sub_ul li:last-child {
                  margin-bottom: 0; }
        .nav .nav_area .nav_ul .nav_li1:hover .submenu1 {
          display: -ms-flexbox;
          display: flex; }
        .nav .nav_area .nav_ul .nav_li1 .submenu2 {
          left: 0;
          position: absolute;
          top: 37px;
          background: #f7f8f8;
          z-index: 1;
          display: none;
          padding-top: 30px; }
          .nav .nav_area .nav_ul .nav_li1 .submenu2 .sublist {
            padding: 0 20px; }
            .nav .nav_area .nav_ul .nav_li1 .submenu2 .sublist .sub_item {
              color: #313131;
              font-weight: bold;
              padding-bottom: 15px;
              display: block; }
            .nav .nav_area .nav_ul .nav_li1 .submenu2 .sublist .sub_ul {
              margin-bottom: 35px; }
              .nav .nav_area .nav_ul .nav_li1 .submenu2 .sublist .sub_ul li {
                margin-bottom: 7px; }
                .nav .nav_area .nav_ul .nav_li1 .submenu2 .sublist .sub_ul li a {
                  color: #313131; }
                  .nav .nav_area .nav_ul .nav_li1 .submenu2 .sublist .sub_ul li a:hover {
                    color: #64c8ff; }
                .nav .nav_area .nav_ul .nav_li1 .submenu2 .sublist .sub_ul li:last-child {
                  margin-bottom: 0; }
        .nav .nav_area .nav_ul .nav_li1:hover .submenu2 {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .nav .nav_area .nav_ul .nav_li1 .submenu3 {
          left: 0;
          position: absolute;
          top: 37px;
          background: #f7f8f8;
          z-index: 1;
          display: none;
          padding-top: 30px;
          overflow-x: auto; }
          .nav .nav_area .nav_ul .nav_li1 .submenu3 .sublist {
            padding: 0 20px;
            white-space: nowrap;
            float: left; }
            .nav .nav_area .nav_ul .nav_li1 .submenu3 .sublist .sub_item {
              color: #313131;
              font-weight: bold;
              padding-bottom: 15px;
              display: block; }
            .nav .nav_area .nav_ul .nav_li1 .submenu3 .sublist .sub_ul {
              margin-bottom: 35px; }
              .nav .nav_area .nav_ul .nav_li1 .submenu3 .sublist .sub_ul li {
                margin-bottom: 7px; }
                .nav .nav_area .nav_ul .nav_li1 .submenu3 .sublist .sub_ul li a {
                  color: #313131; }
                  .nav .nav_area .nav_ul .nav_li1 .submenu3 .sublist .sub_ul li a:hover {
                    color: #64c8ff; }
                .nav .nav_area .nav_ul .nav_li1 .submenu3 .sublist .sub_ul li:last-child {
                  margin-bottom: 0; }
        .nav .nav_area .nav_ul .nav_li1:hover .submenu3 {
          display: -ms-flexbox;
          display: flex; }
        .nav .nav_area .nav_ul .nav_li1 .submenu4 {
          left: 0;
          position: absolute;
          top: 37px;
          background: #f7f8f8;
          z-index: 1;
          display: none;
          padding-top: 30px;
          overflow-x: auto; }
          .nav .nav_area .nav_ul .nav_li1 .submenu4 .sublist {
            padding: 0 20px;
            white-space: nowrap;
            float: left; }
            .nav .nav_area .nav_ul .nav_li1 .submenu4 .sublist .sub_item {
              color: #313131;
              font-weight: bold;
              padding-bottom: 15px;
              display: block; }
            .nav .nav_area .nav_ul .nav_li1 .submenu4 .sublist .sub_ul {
              margin-bottom: 35px; }
              .nav .nav_area .nav_ul .nav_li1 .submenu4 .sublist .sub_ul li {
                margin-bottom: 7px; }
                .nav .nav_area .nav_ul .nav_li1 .submenu4 .sublist .sub_ul li a {
                  color: #313131; }
                  .nav .nav_area .nav_ul .nav_li1 .submenu4 .sublist .sub_ul li a:hover {
                    color: #64c8ff; }
                .nav .nav_area .nav_ul .nav_li1 .submenu4 .sublist .sub_ul li:last-child {
                  margin-bottom: 0; }
        .nav .nav_area .nav_ul .nav_li1:hover .submenu4 {
          display: -ms-flexbox;
          display: flex; }
        .nav .nav_area .nav_ul .nav_li1 .submenu5 {
          left: 0;
          position: absolute;
          top: 37px;
          background: #f7f8f8;
          z-index: 1;
          display: none;
          padding-top: 30px;
          overflow-x: auto; }
          .nav .nav_area .nav_ul .nav_li1 .submenu5 .sublist {
            padding: 0 20px;
            white-space: nowrap;
            float: left; }
            .nav .nav_area .nav_ul .nav_li1 .submenu5 .sublist .sub_item {
              color: #313131;
              font-weight: bold;
              padding-bottom: 15px;
              display: block; }
            .nav .nav_area .nav_ul .nav_li1 .submenu5 .sublist .sub_ul {
              margin-bottom: 35px; }
              .nav .nav_area .nav_ul .nav_li1 .submenu5 .sublist .sub_ul li {
                margin-bottom: 7px; }
                .nav .nav_area .nav_ul .nav_li1 .submenu5 .sublist .sub_ul li a {
                  color: #313131; }
                  .nav .nav_area .nav_ul .nav_li1 .submenu5 .sublist .sub_ul li a:hover {
                    color: #64c8ff; }
                .nav .nav_area .nav_ul .nav_li1 .submenu5 .sublist .sub_ul li:last-child {
                  margin-bottom: 0; }
        .nav .nav_area .nav_ul .nav_li1:hover .submenu5 {
          display: -ms-flexbox;
          display: flex; }

@media (max-width: 1023px) {
  .Rectangle-9 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    top: 0;
    left: 0; }

  .nav {
    display: none !important; }

  .nav_info .nav_title {
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 1.3;
    margin-bottom: 10px; }
  .nav_info .nav_defaultprice {
    display: inline-block;
    color: #aaaaaa;
    text-decoration: line-through; }
  .nav_info .nav_price {
    display: inline-block; }

  .nav_phone {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #f3f4f6;
    top: 0;
    left: 0; }

  .nav_phonewrap {
    height: 100%;
    overflow-y: auto; }

  .nav_phoneitem {
    background: #f3f4f6;
    border-bottom: 1px solid #dcdcdc; }

  .nav_btn {
    padding: 5px 0;
    position: relative; }
    .nav_btn:after {
      content: "";
      display: table;
      clear: both; }

  .nav_close {
    width: 47px;
    height: 48px;
    float: left; }

  .nav_cat {
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    height: 15px;
    width: 65px; }

  .nav_list {
    padding: 30px 25px 0; }

  .nav_link {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 15px; }

  .arrow {
    font-weight: bold;
    display: block;
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    transform: rotate(90deg); }
    .arrow.active {
      transform: rotate(0deg); }

  .nav_m_ul1 {
    display: none; }
    .nav_m_ul1.active {
      display: block; }

  .nav_ul1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav_ul1 li {
      margin-right: 7px;
      margin-bottom: 15px; }
      .nav_ul1 li .nav_link1 {
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 10px 15px;
        background: #ffffff;
        border-radius: 5px; }

  .nav_ul2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav_ul2 li {
      margin-right: 7px;
      margin-bottom: 15px; }
      .nav_ul2 li .nav_link2 {
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 10px 15px;
        background: #eeeeee;
        border-radius: 5px; } }
.go_top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 40px;
  cursor: pointer;
  z-index: 1001; }
  .go_top img {
    margin-bottom: 10px; }

#goTop {
  opacity: 0; }

@media (max-width: 1023px) {
  .go_top {
    right: 20px;
    max-width: 16px; } }
/*------------------------------------*\
  #footer
\*------------------------------------*/
.footer {
  background: #f4f4f4;
  padding: 80px 10px 50px; }

.ft_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid #a0a0a0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ft_list {
  width: calc(100% / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .ft_list.no_flex {
    display: block; }

.ft_list1 {
  padding-top: 4px; }

.ft_link {
  display: block;
  margin-right: 25px; }
  .ft_link h3 {
    color: #313131;
    font-size: 21px; }

.ft_link1 {
  padding: 4px 0;
  margin-bottom: 25px; }

.ft_title {
  display: block;
  padding: 4px 0;
  margin-bottom: 6px; }

.ft_icon {
  display: block;
  max-width: 32px;
  margin-bottom: 5px; }

.ft_icon1 {
  display: block;
  max-width: 100px;
  margin-top: 3px;
  margin-right: 3px; }

.ft_icon2 {
  display: block;
  max-width: 37px; }

.ft_icon3 {
  margin-left: 3px;
  margin-right: 15px; }

.ft_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ft_area1 {
  margin-bottom: 12px; }

.ft_wrap1 {
  width: 100%;
  margin: 0 auto; }

.ft_items_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .ft_items_wrap .ft_items {
    width: 50%; }
    .ft_items_wrap .ft_items:first-child {
      text-align: right; }
    .ft_items_wrap .ft_items:last-child {
      text-align: left; }

.ft_items2 {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.ft_list2 {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.ft_data {
  width: calc(100% / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.ft_title1 {
  color: #f4f4f4;
  max-width: 110px;
  width: 100%;
  background: #313131;
  padding: 6px 10px;
  margin-right: 8px;
  border-radius: 20em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.ft_tel {
  font-size: 28px;
  color: #313131; }

.ft_txt_size {
  font-size: 15px; }

.ft_servicetime {
  color: #313131; }

.ft_copyright {
  color: #313131;
  text-align: center; }

@media (max-width: 1023px) {
  .footer {
    padding: 30px 0 38px; }
    .footer .ft_list3 {
      display: -ms-flexbox;
      display: flex;
      max-width: 300px;
      margin: 0 auto 15px; }
      .footer .ft_list3 li {
        width: calc(100% / 3);
        border-right: 1px solid #939393; }
        .footer .ft_list3 li:last-child {
          border-right: 0; }
        .footer .ft_list3 li a {
          color: #313131;
          font-size: 13px;
          text-align: center;
          display: block; }
    .footer .ft_tel1 {
      max-width: 245px;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .footer .ft_tel1 .ft_title2 {
        max-width: 96px;
        width: 100%;
        background: #313131;
        color: #f4f4f4;
        font-size: 13px;
        display: block;
        padding: 4px 9px;
        margin-right: 5px;
        text-align: center;
        border-radius: 99em; }
      .footer .ft_tel1 .ft_num {
        color: #313131;
        font-size: 13px; }
    .footer .ft_copyright1 {
      color: #313131;
      transform: scale(0.83);
      text-align: center; } }
.index_wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px dashed #000; }
  .index_wrap:last-child {
    border-bottom: none; }

.index_li {
  padding-bottom: 40px; }

.index_title {
  float: left;
  width: 50%; }

.index_link {
  float: left;
  width: 50%;
  transition: color .3s; }

.index_link:hover {
  color: #ff8d00; }

.slider {
  margin-bottom: 50px; }

.df_slider {
  max-width: 600px;
  margin: 0 auto; }
  .df_slider .slick-prev {
    left: 10px;
    z-index: 1;
    background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center;
    width: 30px;
    height: 100%; }
    .df_slider .slick-prev:before {
      content: '';
      opacity: 1; }
    .df_slider .slick-prev:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }
    .df_slider .slick-prev:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }
  .df_slider .slick-next {
    right: 10px;
    z-index: 1;
    background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center;
    width: 30px;
    height: 100%; }
    .df_slider .slick-next:before {
      content: ''; }
    .df_slider .slick-next:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }
    .df_slider .slick-next:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }

.df_clearfix:after {
  content: "";
  display: table;
  clear: both; }

.df_block {
  margin-bottom: 45px; }

.df_flex {
  width: calc(100% / 2 - 10px);
  float: left;
  margin-right: 10px; }
  .df_flex:last-child {
    margin-right: 0; }

.df_slider1 {
  margin-bottom: 15px; }
  .df_slider1 .slick-prev {
    left: 10px;
    z-index: 1;
    background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center;
    width: 30px;
    height: 100%; }
    .df_slider1 .slick-prev:before {
      content: '';
      opacity: 1; }
    .df_slider1 .slick-prev:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }
    .df_slider1 .slick-prev:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }
  .df_slider1 .slick-next {
    right: 10px;
    z-index: 1;
    background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center;
    width: 30px;
    height: 100%; }
    .df_slider1 .slick-next:before {
      content: ''; }
    .df_slider1 .slick-next:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }
    .df_slider1 .slick-next:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }

.df_link img {
  border: 1px solid #b0b8b5; }

.df_pd10 {
  padding: 0 10px; }

.df_title {
  color: #313131;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 10px; }

.df_link1 {
  float: left;
  max-width: 148px;
  width: 100%;
  display: block; }
  .df_link1 img {
    border: 1px solid #b0b8b5; }

.df_box {
  float: left;
  width: calc(100% - 148px);
  padding-left: 25px; }

.df_title1 {
  font-size: 21px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.df_content {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.7em;
  max-height: 6.8em;
  text-align: justify;
  margin-right: 0;
  padding-right: 1em; }
  .df_content:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .df_content:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.df_block1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.df_spp {
  color: #67ceff;
  font-size: 21px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 200px; }
  .df_spp:before {
    background: url("../../images/zh-cht/icons/spp.png") no-repeat;
    content: '';
    width: 31px;
    height: 25px;
    display: inline-block;
    margin-right: 5px; }

.df_message {
  width: calc(100% - 200px - 10px) !important;
  margin-left: 20px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .df_message li {
    width: 100%; }

.df_block2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 90px; }

.df_title2 {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 45px; }

.df_line2 {
  display: none; }

.df_line3 {
  display: none; }

.df_twTitle {
  color: #313131;
  font-size: 21px;
  font-weight: bold; }

.df_enTitle {
  color: #313131;
  font-weight: bold; }

.df_slider2 .slick-prev {
  left: 10px;
  z-index: 1;
  background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center;
  width: 30px;
  height: 100%; }
  .df_slider2 .slick-prev:before {
    content: '';
    opacity: 1; }
  .df_slider2 .slick-prev:hover {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }
  .df_slider2 .slick-prev:focus {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }
.df_slider2 .slick-next {
  right: 10px;
  z-index: 1;
  background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center;
  width: 30px;
  height: 100%; }
  .df_slider2 .slick-next:before {
    content: ''; }
  .df_slider2 .slick-next:hover {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }
  .df_slider2 .slick-next:focus {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }

.df_item {
  padding: 0 5px; }

.df_link2 {
  display: block;
  margin-bottom: 30px;
  position: relative; }
  .df_link2 .df_icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    z-index: 1; }
  .df_link2 .df_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 32, 132, 0.8); }
    .df_link2 .df_mask .df_r18 {
      width: 75px;
      height: 75px; }
  .df_link2:hover .df_mask {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.df_img {
  border: 1px solid #b0b8b5; }

.df_title3 {
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px; }

.df_pricewrap {
  height: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end; }

.df_defaultprice {
  color: #313131;
  text-decoration: line-through;
  margin-right: 10px; }

.df_saleprice {
  color: #313131; }
  .df_saleprice .df_red {
    color: #f0420b;
    font-size: 21px;
    font-weight: bold; }

.df_price {
  color: #313131; }

.df_block3 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px; }

.df_daily {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.df_item1 {
  width: calc((100% - (20px * 4)) / 5);
  margin-right: 20px;
  margin-bottom: 40px; }
  .df_item1:nth-child(5n) {
    margin-right: 0; }

.df_num {
  padding: 0 10px 5px;
  border-bottom: 1px solid #444444;
  color: #444444;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 23px;
  font-style: italic; }
  .df_num.df_red {
    color: #f0420c;
    border-bottom: 1px solid #f0420c; }

.df_title4 {
  color: #313131;
  margin-bottom: 10px; }

.df_m_more {
  display: none; }

@media (max-width: 1023px) {
  .slider {
    margin-bottom: 25px; }

  .df_flex {
    width: 100%;
    float: none;
    margin-right: 0; }

  .df_slider {
    max-width: inherit;
    margin-bottom: 30px; }
    .df_slider .slick-prev {
      left: -15px;
      background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center;
      width: 10px; }
      .df_slider .slick-prev:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
      .df_slider .slick-prev:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
    .df_slider .slick-next {
      right: -15px;
      z-index: 1;
      background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center;
      width: 10px; }
      .df_slider .slick-next:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }
      .df_slider .slick-next:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }

  .df_slider1 {
    margin-bottom: 15px; }
    .df_slider1 .slick-prev {
      left: -15px;
      background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center;
      width: 10px; }
      .df_slider1 .slick-prev:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
      .df_slider1 .slick-prev:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
    .df_slider1 .slick-next {
      right: -15px;
      z-index: 1;
      background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center;
      width: 10px; }
      .df_slider1 .slick-next:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }
      .df_slider1 .slick-next:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }

  .df_title {
    font-size: 17px; }

  .df_link1 {
    max-width: 130px; }

  .df_box {
    float: left;
    width: calc(100% - 130px);
    padding-left: 5px; }

  .df_title1 {
    font-size: 16px; }

  .df_content {
    font-size: 13px; }

  .df_block1 {
    display: none; }

  .df_m_block1 {
    background: #f5f5f5;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: calc(100% + 48px);
    text-align: center; }

  .df_m_spp {
    color: #010101;
    font-size: 14px;
    border: 1px solid #010101;
    font-weight: bold;
    padding: 3px 0;
    max-width: 227px;
    margin: 0 auto 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 20px; }
    .df_m_spp:before {
      content: '';
      width: 24px;
      height: 20px;
      background: url("../../images/zh-cht/icons/m_spp.png") no-repeat;
      margin-right: 5px;
      display: inline-block; }

  .df_m_message {
    color: #010101;
    font-size: 13px;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    width: 100% !important; }
    .df_m_message li {
      width: 100%; }

  .df_title2 {
    border: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 28px; }

  .df_line2 {
    display: block;
    width: calc(100% - 97px - 51px);
    margin-left: 97px;
    border-bottom: 1px solid #5a5a5a; }

  .df_line3 {
    display: block;
    width: calc(100% - 78px - 51px);
    margin-left: 78px;
    border-bottom: 1px solid #5a5a5a; }

  .df_twTitle {
    font-size: 17px;
    display: block;
    margin-bottom: 5px; }

  .df_enTitle {
    font-size: 14px;
    display: block; }

  .df_m_more {
    color: #205299;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .df_m_more:after {
      content: '';
      width: 10px;
      height: 10px;
      display: inline-block;
      background: url("../../images/zh-cht/icons/more.png") no-repeat;
      margin-top: 3px;
      margin-left: 5px; }

  .df_slider2 .slick-prev {
    left: -15px;
    background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center;
    width: 10px; }
    .df_slider2 .slick-prev:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
    .df_slider2 .slick-prev:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
  .df_slider2 .slick-next {
    right: -15px;
    z-index: 1;
    background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center;
    width: 10px; }
    .df_slider2 .slick-next:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }
    .df_slider2 .slick-next:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }

  .df_link2 {
    margin-bottom: 20px; }

  .df_title3 {
    font-size: 13px;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 20px;
    height: 40px; }

  .df_pricewrap {
    height: auto; }

  .df_block2 {
    margin: 0 auto 40px; }

  .df_block3 {
    margin: 0 auto 40px; }

  .df_daily {
    display: block; }
    .df_daily .slick-prev {
      left: -15px;
      background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center;
      width: 10px; }
      .df_daily .slick-prev:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
      .df_daily .slick-prev:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_prev.png") no-repeat center center; }
    .df_daily .slick-next {
      right: -15px;
      z-index: 1;
      background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center;
      width: 10px; }
      .df_daily .slick-next:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }
      .df_daily .slick-next:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/m_arrow_next.png") no-repeat center center; }

  .df_item1 {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 5px; }

  .df_defaultprice {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    width: 100%; }

  .df_title4 {
    margin-bottom: 0;
    line-height: 20px;
    max-height: inherit;
    text-align: left;
    margin-right: 0;
    padding-right: 0;
    font-size: 13px;
    height: 40px; } }
.lg_wrapper {
  max-width: 720px;
  width: 100%;
  margin: 0 auto; }

.lg_title2 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px; }

.lg_star {
  font-size: 18px;
  color: #f56a5f; }

.lg_input {
  margin-bottom: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .lg_input .lg_position {
    width: 100%;
    height: 49px;
    position: relative; }
  .lg_input .lg_img {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 10px; }
  .lg_input .auth_btn {
    width: 100%;
    height: 40px;
    border: 0;
    background: #cccccc;
    color: #ffffff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .lg_input .auth_btn1 {
    width: 100%;
    height: 40px;
    border: 0;
    background: #cccccc;
    color: #ffffff;
    display: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.lg_selectwrap {
  width: 112px;
  position: relative;
  margin-right: 7px; }
  .lg_selectwrap:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

.lg_selectwrap1 {
  width: 112px;
  position: relative;
  margin-left: 7px; }

.lg_selectwrap2 {
  width: 165px;
  position: relative;
  margin-left: 7px; }

.lg_inputwrap {
  width: calc(100% - 112px - 7px);
  position: relative; }

.lg_inputwrap1 {
  width: 100%;
  position: relative; }

.lg_inputwrap2 {
  width: calc(100% - 112px - 7px);
  position: relative; }

.lg_inputwrap3 {
  width: 100%;
  position: relative; }

.lg_inputwrap4 {
  width: calc(100% - 165px - 7px);
  position: relative; }

.lg_margin1 {
  margin-bottom: 40px; }

.lg_btn {
  color: #ffffff;
  background: #f56a5f;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px; }

.lg_btn2 {
  color: #ffffff;
  background: #205299;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px; }

.lg_brand {
  position: relative; }
  .lg_brand .lg_title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .lg_brand .lg_title .lg_title1 {
      width: calc(100% / 2);
      color: #000000;
      font-size: 21px;
      display: block;
      text-align: center;
      padding: 15px 0;
      border-bottom: 1px solid #777777; }
      .lg_brand .lg_title .lg_title1.active {
        color: #205299;
        font-size: 21px;
        border-bottom: 5px solid #205299; }
  .lg_brand .lg_content {
    display: none;
    padding: 30px 55px 55px; }
    .lg_brand .lg_content .lg_data {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 40px; }
      .lg_brand .lg_content .lg_data .lg_item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .lg_brand .lg_content .lg_data .lg_item .lg_txt {
          font-size: 16px; }
        .lg_brand .lg_content .lg_data .lg_item .lg_txt1 {
          color: #000000;
          font-size: 16px; }
          .lg_brand .lg_content .lg_data .lg_item .lg_txt1:hover {
            text-decoration: underline; }
    .lg_brand .lg_content .lg_btn1 {
      color: #ffffff;
      background: #205299;
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      font-size: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .lg_brand .lg_content .lg_btn1:before {
        content: '';
        width: 32px;
        height: 32px;
        display: inline-block;
        background: url("../../images/zh-cht/icons/lg_fb.png") no-repeat 0 0;
        margin-right: 10px; }
    .lg_brand .lg_content .lg_list {
      max-width: 311px;
      width: 100%;
      margin: 0 auto; }
    .lg_brand .lg_content .lg_item1 {
      margin-bottom: 10px; }
    .lg_brand .lg_content .lg_item2 {
      margin-bottom: 18px; }
      .lg_brand .lg_content .lg_item2 .lg_txt1 a {
        color: #e60012; }
        .lg_brand .lg_content .lg_item2 .lg_txt1 a:hover {
          text-decoration: underline; }
    .lg_brand .lg_content .lg_margin {
      margin: 0; }
    .lg_brand .lg_content.active {
      display: block; }
  .lg_brand .lg_phone {
    width: 100%;
    padding: 3px 26px 3px 10px; }
  .lg_brand .lg_pw {
    padding: 3px 26px 3px 10px; }

.lg_orwrap {
  color: #a0a0a0;
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .lg_orwrap:before {
    width: 45%;
    height: 1px;
    border-top: 1px solid #aaaaaa;
    content: '';
    margin-right: 20px; }
  .lg_orwrap:after {
    width: 45%;
    height: 1px;
    border-top: 1px solid #aaaaaa;
    content: '';
    margin-left: 20px; }

.lg_orwrap1 {
  color: #205299;
  font-size: 21px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .lg_orwrap1:before {
    width: 26%;
    height: 1px;
    border-top: 1px solid #205299;
    content: '';
    margin-right: 20px; }
  .lg_orwrap1:after {
    width: 26%;
    height: 1px;
    border-top: 1px solid #205299;
    content: '';
    margin-left: 20px; }

.lg_modal .mfp-container .mfp-content {
  max-width: 651px;
  width: 100%;
  background: #ebebeb;
  padding: 15px;
  margin-right: 17px; }
  .lg_modal .mfp-container .mfp-content .lg_close {
    color: #000000;
    font-size: 12px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .lg_modal .mfp-container .mfp-content .lg_close .lg_img1 {
      width: 11px;
      height: 11px;
      display: block;
      margin-right: 5px; }
  .lg_modal .mfp-container .mfp-content .lg_center {
    max-width: 540px;
    width: 100%;
    margin: 0 auto; }
  .lg_modal .mfp-container .mfp-content .lg_title3 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    padding: 10px 0 19px;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 29px; }
  .lg_modal .mfp-container .mfp-content .lg_txt2 {
    color: #000000;
    font-size: 12px;
    display: block;
    margin-bottom: 30px; }

.lg_sn {
  max-width: 295px;
  width: 100%;
  margin: 0 auto 25px; }

.lg_step {
  color: #205299;
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px; }

.lg_txt3 {
  margin-bottom: 15px;
  text-align: center; }

.lg_txt4 {
  margin-bottom: 45px;
  text-align: center; }

.lg_txt5 {
  margin-bottom: 45px;
  text-align: center; }

.lg_txt6 {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 27px;
  padding-left: 9px; }
  .lg_txt6 span {
    color: #f56a5f;
    font-size: 22px; }

.lg_txt7 {
  line-height: 22px; }

.lg_txt8 {
  color: #a0a0a0;
  display: block;
  margin-top: 5px; }

.lg_link {
  color: #205299; }
  .lg_link:hover {
    text-decoration: underline; }

.lg_countdown {
  color: #c23125; }

.lg_checked {
  color: #a0a0a0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 5px; }
  .lg_checked:before {
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url("../../images/zh-cht/icons/lg_checked.png") no-repeat 0 0;
    margin-right: 10px;
    background-size: contain; }

@media (max-width: 1023px) {
  .lg_orwrap {
    font-size: 15px; }

  .lg_orwrap1 {
    font-size: 16px; }
    .lg_orwrap1:before {
      width: 34%;
      margin-right: 15px; }
    .lg_orwrap1:after {
      width: 34%;
      margin-left: 15px; }

  .lg_title2 {
    font-size: 15px; }

  .lg_btn {
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 15px; }

  .lg_wrapper {
    max-width: inherit;
    margin: 0 auto 81px; }

  .lg_brand .lg_title .lg_title1 {
    font-size: 16px;
    padding: 15px 0; }
    .lg_brand .lg_title .lg_title1.active {
      font-size: 16px; }
  .lg_brand .lg_content {
    padding: 20px; }
    .lg_brand .lg_content .lg_btn1 {
      font-size: 15px;
      padding: 9px 0; }
      .lg_brand .lg_content .lg_btn1:before {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-size: contain; }

  .lg_btn2 {
    font-size: 15px;
    padding: 10px 0; }

  .lg_input {
    margin-bottom: 10px; }
    .lg_input .lg_position {
      height: 29px; }
    .lg_input .lg_img {
      width: 60px;
      height: 20px;
      position: absolute;
      top: 5px;
      right: 10px; }
    .lg_input .auth_btn {
      width: 100%;
      height: 40px; }

  .lg_modal .mfp-container .mfp-content {
    margin-right: 0; }
    .lg_modal .mfp-container .mfp-content .lg_title3 {
      font-size: 20px;
      padding: 10px 0;
      margin-bottom: 19px; }
    .lg_modal .mfp-container .mfp-content .lg_txt2 {
      line-height: 16px; }

  .lg_height {
    min-height: calc(100% - 198px) !important; }

  .lg_checked:before {
    width: 17px;
    height: 17px; } }
@media (max-width: 767px) {
  .lg_orwrap1 {
    font-size: 15px; }
    .lg_orwrap1:before {
      width: 16%;
      margin-right: 15px; }
    .lg_orwrap1:after {
      width: 16%;
      margin-left: 15px; }

  .lg_inputwrap4 {
    width: calc(100% - 130px - 7px); }

  .lg_selectwrap2 {
    width: 130px; } }
.wl_main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wl_main .wl_article {
    width: 132px; }
    .wl_main .wl_article .wl_list .wl_title {
      color: #313131;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 0 3px;
      display: block; }
    .wl_main .wl_article .wl_list .wl_cat li a {
      display: block;
      padding: 10px 3px;
      transition: 0.3s; }
      .wl_main .wl_article .wl_list .wl_cat li a:hover {
        color: #ffffff;
        background: #64c8ff; }
      .wl_main .wl_article .wl_list .wl_cat li a.active {
        color: #ffffff;
        background: #64c8ff; }
    .wl_main .wl_article .wl_list .wl_cat li:last-child {
      margin-bottom: 0; }
  .wl_main .wl_aside {
    width: calc(100% - 132px);
    padding-left: 40px; }
    .wl_main .wl_aside .wl_list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wl_main .wl_aside .wl_list .wl_item {
        max-width: 218px;
        width: calc(100% / 3);
        margin-left: 30px;
        margin-bottom: 30px; }
        .wl_main .wl_aside .wl_list .wl_item .wl_link {
          display: block;
          margin-bottom: 15px;
          position: relative; }
          .wl_main .wl_aside .wl_list .wl_item .wl_link .wl_heart {
            position: absolute;
            background: url("../../images/zh-cht/icons/heart_active.png") no-repeat center center;
            width: 25px;
            height: 25px;
            display: block;
            top: 15px;
            right: 15px;
            cursor: pointer; }
        .wl_main .wl_aside .wl_list .wl_item .wl_title {
          color: #000000;
          font-size: 12px;
          text-align: center;
          margin-bottom: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .wl_main .wl_aside .wl_list .wl_item .wl_summary {
          color: #000000;
          font-size: 12px;
          text-align: center;
          margin-bottom: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap .wl_saleprice {
            color: #000000;
            font-size: 12px;
            padding: 0 5px; }
          .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap .wl_defaultprice {
            color: #000000;
            font-size: 12px;
            text-decoration: line-through;
            padding: 0 5px; }
          .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap .wl_price {
            color: #000000;
            font-size: 12px;
            padding: 0 5px; }
        .wl_main .wl_aside .wl_list .wl_item:nth-child(3n+1) {
          margin-left: 0; }

.wl_txt {
  margin-bottom: 15px; }

@media (max-width: 1023px) {
  .wl_main {
    display: block; }
    .wl_main .wl_aside {
      width: 100%;
      padding-left: 0; }
      .wl_main .wl_aside .wl_list .wl_item {
        max-width: inherit;
        width: calc(100% / 2 - 6px);
        margin-left: 12px;
        margin-bottom: 15px; }
        .wl_main .wl_aside .wl_list .wl_item .wl_title {
          font-size: 10px; }
        .wl_main .wl_aside .wl_list .wl_item .wl_summary {
          font-size: 10px; }
        .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap .wl_saleprice {
            font-size: 10px; }
          .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap .wl_defaultprice {
            font-size: 10px; }
          .wl_main .wl_aside .wl_list .wl_item .wl_pricewrap .wl_price {
            font-size: 10px; }
        .wl_main .wl_aside .wl_list .wl_item:nth-child(3n+1) {
          margin-left: 12px; }
        .wl_main .wl_aside .wl_list .wl_item:nth-child(2n+1) {
          margin-left: 0; } }
.ol_table {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #205299; }

.ol_tr {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0; }

.ol_bg {
  background: #205299;
  color: #ffffff; }

.ol_th {
  width: calc(100% / 8);
  font-size: 18px; }

.ol_td {
  width: calc(100% / 8); }

.ol_price {
  color: #f56a5f; }

.ol_link:hover {
  text-decoration: underline; }

@media (max-width: 1023px) {
  .ol_tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #205299;
    padding: 15px 0 0; }
    .ol_tr:last-child {
      border-bottom: 0; }

  .ol_th {
    display: none; }

  .ol_bg {
    display: none; }

  .ol_td {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .ol_td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; } }
.od_table {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #205299; }

.od_tr {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0; }

.od_th {
  width: calc(100% / 8);
  font-size: 18px;
  color: #205299; }

.od_th1 {
  width: calc(100% / 8 * 2);
  font-size: 18px;
  color: #205299; }

.od_td {
  width: calc(100% / 8);
  line-height: 22px; }

.od_td1 {
  width: calc(100% / 8 * 2);
  line-height: 22px; }

.od_price {
  color: #f56a5f; }

.od_title {
  display: block;
  text-align: left; }

.od_txt {
  background: #205299;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  font-size: 18px; }

.od_data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.od_list {
  width: calc(100% / 2);
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.od_list1 {
  width: 100%;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.od_title1 {
  color: #205299;
  font-size: 18px;
  width: 40%;
  display: block;
  text-align: center;
  line-height: 22px; }

.od_title2 {
  color: #205299;
  font-size: 18px;
  display: block;
  line-height: 22px;
  width: 20%;
  text-align: center; }

.od_qrcode {
  max-width: 150px;
  width: 100%; }

.od_txt1 {
  width: 60%;
  display: block;
  line-height: 22px; }

.od_txt2 {
  color: #f56a5f;
  font-size: 18px; }

.od_ordernumber {
  margin-bottom: 40px; }

.od_name {
  color: #205299;
  font-size: 21px; }

.od_txt3 {
  font-size: 18px; }

.od_txt4 {
  display: block;
  line-height: 22px;
  padding-left: 20px; }

.od_id {
  color: #205299;
  font-size: 40px; }

@media (max-width: 1023px) {
  .od_tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #205299;
    padding: 15px 0 0; }
    .od_tr:last-child {
      border-bottom: 0; }

  .od_th {
    display: none; }

  .od_th1 {
    display: none; }

  .od_bg {
    display: none; }

  .od_td {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .od_td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .od_td1 {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .od_td1:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .od_title {
    display: inline-block; }

  .od_data {
    padding: 15px 0 0; }

  .od_list {
    padding: 0 5px 20px; }

  .od_title1 {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    width: auto;
    text-align: left;
    line-height: 22px;
    display: inline; }
    .od_title1:after {
      content: ':'; }

  .od_title2 {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    width: auto;
    text-align: left;
    line-height: 22px;
    display: inline; }
    .od_title2:after {
      content: ':'; }

  .od_txt {
    padding: 10px 0;
    font-size: 16px; }

  .od_txt1 {
    width: 60%;
    display: block;
    line-height: 22px;
    padding-left: 4px; }

  .od_txt4 {
    width: 60%;
    display: block;
    line-height: 22px;
    padding-left: 4px; }

  .od_txt2 {
    font-size: 13px; }

  .od_ordernumber {
    margin-bottom: 15px; }

  .od_name {
    color: #205299;
    font-size: 16px; }

  .od_txt3 {
    font-size: 14px; }

  .od_id {
    color: #205299;
    font-size: 25px; } }
.md_items {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.md_title2 {
  font-size: 18px;
  padding: 10px 0;
  width: 77px; }

.md_title3 {
  font-size: 18px;
  padding: 10px 0;
  width: 90px; }

.md_pd10 {
  padding: 10px 0; }

.md_input {
  width: calc(100% - 77px);
  padding-left: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .md_input input {
    max-width: 238px; }
  .md_input .md_selectwrap {
    width: 112px;
    position: relative;
    margin-right: 7px; }
    .md_input .md_selectwrap:after {
      content: '';
      position: absolute;
      top: 18px;
      right: 10px;
      bottom: 0;
      pointer-events: none;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #000000 transparent transparent transparent; }

.md_input1 {
  width: calc(100% - 90px);
  padding-left: 30px; }
  .md_input1 input {
    max-width: 238px; }

.md_country {
  padding: 10px 0;
  margin-bottom: 15px; }

.recipientAddr {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.inputWrap_road {
  width: 82%; }

.fieldWrap_addr_road {
  max-width: 719px !important; }

.inputWrap_zipcode {
  width: 112px;
  margin-bottom: 15px; }

.md_btn {
  display: block;
  text-align: center;
  background: #205299;
  color: #ffffff;
  max-width: 360px;
  width: 100%;
  padding: 15px 0;
  font-size: 18px; }

.md_mg135 {
  margin-bottom: 135px; }

.md_txt {
  margin-right: 95px; }

@media (max-width: 1023px) {
  .md_title2 {
    font-size: 15px; }

  .md_title3 {
    font-size: 15px; }

  .md_btn {
    font-size: 15px; } }
@media (max-width: 767px) {
  .md_title2 {
    width: 100%; }

  .md_input {
    width: 100%;
    padding-left: 0; }

  .md_input input {
    max-width: inherit; }
  .md_input .md_selectwrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }

  .inputWrap_zipcode {
    width: 100%;
    margin-bottom: 10px; }

  .inputWrap_road {
    width: 100%; }

  .md_btn {
    max-width: inherit; }

  .md_title3 {
    width: 100%; }

  .md_input1 {
    width: 100%;
    padding-left: 0; }
    .md_input1 input {
      max-width: inherit; }

  .md_mg135 {
    margin-bottom: 40px; }

  .md_txt {
    margin-right: 35px; } }
.mb_mg {
  margin-bottom: 50px; }

.mb_title {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.mb_vip {
  color: #64c8ff;
  font-size: 40px;
  text-align: center;
  display: block;
  margin-bottom: 10px; }

.mb_vipdate {
  background: #64c8ff;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  display: block;
  width: 150px;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 10px; }

.mb_title1 {
  font-size: 21px;
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.mb_title2 {
  font-size: 21px;
  text-align: center;
  display: block;
  margin-bottom: 50px; }

.mb_data:after {
  content: "";
  display: table;
  clear: both; }

.mb_bg1 {
  background: #00ac97; }

.mb_bg2 {
  background: #f56a5f; }

.mb_bg3 {
  background: #64c8ff; }

.mb_bg4 {
  background: #feebbe; }

.mb_bg5 {
  background: #ffebc8; }

.mb_white {
  color: #ffffff; }

.mb_black {
  color: #000000; }

.mb_list {
  width: calc(100% / 3);
  float: left;
  margin-bottom: 50px; }

.mb_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  padding: 30px 15px 15px;
  text-align: center;
  border-radius: 30px; }

.mb_title3 {
  font-size: 18px; }

.mb_num {
  font-size: 40px; }

.mb_txt {
  line-height: 22px;
  text-decoration: underline;
  display: block; }

.mb_txt1 {
  line-height: 22px; }

@media (max-width: 1023px) {
  .mb_title {
    font-size: 15px;
    margin-bottom: 20px; }

  .mb_vip {
    font-size: 35px;
    margin-bottom: 25px; }

  .mb_title1 {
    font-size: 16px;
    margin-bottom: 15px; }

  .mb_title2 {
    font-size: 16px;
    margin-bottom: 25px; }

  .mb_title3 {
    font-size: 15px; }

  .mb_num {
    font-size: 35px; } }
@media (max-width: 767px) {
  .mb_list {
    width: calc(100% / 2 - 5px);
    float: left;
    margin-bottom: 25px;
    margin-right: 10px; }
    .mb_list:nth-child(2n) {
      margin-right: 0; }

  .mb_items {
    width: 100%;
    height: auto;
    padding: 15px; } }
.bo_table {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #b28850; }

.bo_tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf; }
  .bo_tr:last-child {
    border-bottom: 0; }

.bo_bg {
  background: #b28850;
  color: #ffffff; }

.bo_th {
  width: calc(100% / 5);
  font-size: 18px; }

.bo_td {
  width: calc(100% / 5); }

.bo_price {
  color: #f56a5f;
  font-size: 21px; }

.bo_link:hover {
  text-decoration: underline; }

.bo_link1 {
  background: #205299;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 7px 0; }

.bo_txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px; }

.bo_num {
  color: #b28850;
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px; }

@media (max-width: 1023px) {
  .bo_tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 0 0; }
    .bo_tr:last-child {
      border-bottom: 0; }

  .bo_th {
    display: none; }

  .bo_bg {
    display: none; }

  .bo_td {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .bo_td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .bo_price {
    font-size: 13px; }

  .bo_link1 {
    display: inline-block;
    padding: 7px 10px; }

  .bo_txt {
    font-size: 16px;
    margin-bottom: 15px; }

  .bo_num {
    font-size: 25px;
    margin-bottom: 25px; } }
.mc_table {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #b28850; }

.mc_tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf; }
  .mc_tr:last-child {
    border-bottom: 0; }

.mc_bg {
  background: #b28850;
  color: #ffffff; }

.mc_th {
  width: calc(100% / 6);
  font-size: 18px; }

.mc_td {
  width: calc(100% / 6); }

.mc_linkwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.mc_link1 {
  display: block;
  color: #ffffff;
  background: #b28850;
  padding: 10px 0;
  width: 100%;
  max-width: 170px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px; }

.mc_price {
  color: #f56a5f;
  font-size: 21px; }

.mc_link:hover {
  text-decoration: underline; }

.mc_txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px; }

.mc_num {
  color: #b28850;
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px; }

@media (max-width: 1023px) {
  .mc_tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 0 0; }
    .mc_tr:last-child {
      border-bottom: 0; }

  .mc_th {
    display: none; }

  .mc_bg {
    display: none; }

  .mc_td {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .mc_td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .mc_price {
    font-size: 13px; }

  .mc_txt {
    font-size: 16px;
    margin-bottom: 15px; }

  .mc_num {
    font-size: 25px;
    margin-bottom: 25px; }

  .mc_link1 {
    font-size: 16px; } }
@media (max-width: 767px) {
  .mc_link1 {
    padding: 10px 0;
    max-width: inherit;
    margin-bottom: 10px; } }
.rc_price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  color: #f56a5f;
  font-size: 21px; }

.rc_selectwrap {
  position: relative;
  width: 238px; }
  .rc_selectwrap:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

@media (max-width: 1023px) {
  .rc_price {
    font-size: 15px;
    display: block;
    padding: 10px 0; } }
@media (max-width: 767px) {
  .rc_selectwrap {
    width: 100%; } }
.ds_table {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #205299; }

.ds_tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0; }

.ds_bg {
  background: #205299;
  color: #ffffff; }

.ds_th {
  width: calc(100% / 7);
  font-size: 18px; }

.ds_td {
  width: calc(100% / 7);
  line-height: 22px; }

.ds_price {
  color: #f56a5f; }

.ds_txt {
  text-align: left;
  display: block; }

.ds_status {
  color: #f56a5f; }

.ds_link {
  background: #205299;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 7px 0;
  max-width: 48px;
  margin: 0 auto; }

.ds_data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px; }

.ds_left {
  width: 30%; }

.ds_right {
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.ds_txt1 {
  margin-right: 30px; }
  .ds_txt1:last-child {
    margin-right: 0; }

@media (max-width: 1023px) {
  .ds_tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    border-bottom: 1px solid #205299;
    padding: 15px 0 0; }
    .ds_tr:last-child {
      border-bottom: 0; }

  .ds_th {
    display: none; }

  .ds_bg {
    display: none; }

  .ds_td {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .ds_td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .ds_td1 {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .ds_td1:before {
      content: attr(data-th) " ";
      font-weight: bold;
      display: inline; }

  .ds_link {
    margin: 0; }

  .ds_data {
    margin-bottom: 15px; }

  .ds_txt1 {
    margin-right: 10px; } }
.or_table {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #205299; }

.or_tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0; }

.or_bg {
  background: #205299;
  color: #ffffff; }

.or_th {
  width: calc(100% / 7);
  font-size: 18px; }

.or_th1 {
  width: calc(100% / 7 * 4);
  font-size: 18px;
  text-align: left; }

.or_td {
  width: calc(100% / 7); }

.or_td1 {
  width: calc(100% / 7 * 4); }

.or_price {
  color: #f56a5f; }

.or_link:hover {
  text-decoration: underline; }

.or_input::-webkit-input-placeholder {
  color: #c4c4c4; }
.or_input::-moz-placeholder {
  color: #c4c4c4; }
.or_input:-ms-input-placeholder {
  color: #c4c4c4; }
.or_input::-moz-placeholder {
  color: #c4c4c4; }

.or_selectwrap select {
  color: #c4c4c4; }

.or_txt {
  margin-bottom: 50px; }

.or_data {
  margin-bottom: 50px; }

.or_title2 {
  width: 227px;
  background: #205299;
  color: #ffffff;
  text-align: center;
  padding: 11px 0;
  height: 40px; }

.md_input2 {
  width: calc(100% - 227px);
  padding-left: 15px; }

.or_list {
  border-bottom: 1px solid #777777;
  margin-bottom: 58px; }

.or_items {
  padding-bottom: 40px; }

.or_st {
  display: block;
  margin-bottom: 10px;
  line-height: 22px; }

.or_txt1 {
  line-height: 22px; }

.or_box {
  max-width: 335px;
  width: 100%;
  margin: 0 auto 40px; }

.or_box1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.or_btn {
  color: #ffffff;
  background: #f56a5f;
  text-align: center;
  max-width: 480px;
  width: 100%;
  display: block;
  padding: 15px 0;
  margin: 0 auto; }

@media (max-width: 1023px) {
  .or_tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #205299;
    padding: 15px 0 0; }
    .or_tr:last-child {
      border-bottom: 0; }

  .or_th {
    display: none; }

  .or_th1 {
    display: none; }

  .or_bg {
    display: none; }

  .or_td {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .or_td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .or_td1 {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px; }
    .or_td1:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .or_mg10 {
    margin-top: 10px; }

  .or_box {
    max-width: 295px; } }
@media (max-width: 767px) {
  .or_txt {
    line-height: 22px;
    margin-bottom: 25px; }

  .or_title2 {
    width: 100%;
    margin-bottom: 10px; }

  .md_input2 {
    width: 100%;
    padding-left: 0; }

  .or_items {
    padding-bottom: 20px; }

  .or_list {
    margin-bottom: 28px; }

  .or_box {
    margin-bottom: 20px; } }
.st_bg {
  background: #ebebeb; }
  .st_bg .st_pd {
    padding: calc(30px + 80px + 58px) 0 0; }
  .st_bg .st_h1 {
    color: #000000;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px; }
  .st_bg .st_p {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px; }
  .st_bg .st_brand {
    position: relative;
    max-width: 535px;
    width: 100%;
    margin: 0 auto; }
    .st_bg .st_brand .st_title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .st_bg .st_brand .st_title .st_title1 {
        font-size: 16px;
        display: block;
        text-align: center;
        padding: 10px 10px 20px; }
        .st_bg .st_brand .st_title .st_title1.active {
          color: #000000;
          font-size: 16px; }

.st_content {
  display: none; }
  .st_content.active {
    display: block; }

.st_data {
  line-height: 30px; }

@media (max-width: 1023px) {
  .st_bg .st_pd {
    padding: calc(45px + 50px + 20px) 0 0; }
  .st_bg .st_h1 {
    font-size: 23px;
    margin-bottom: 10px; }
  .st_bg .st_p {
    font-size: 14px; }
  .st_bg .st_brand .st_title .st_title1 {
    font-size: 12px; }
    .st_bg .st_brand .st_title .st_title1.active {
      font-size: 12px; } }
@media (max-width: 767px) {
  .st_bg .st_brand .st_title {
    -ms-flex-pack: start;
        justify-content: flex-start; } }
.bd_article .bd_all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
.bd_article .bd_top {
  padding: 20px 0 0; }
  .bd_article .bd_top:after {
    content: "";
    display: table;
    clear: both; }
  .bd_article .bd_top .bd_items {
    width: calc(100% / 3); }
  .bd_article .bd_top .bd_items1 {
    width: calc(100% / 3 * 1.5); }
  .bd_article .bd_top .bd_data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .bd_article .bd_top .bd_data .bd_num {
      color: #64c8ff;
      font-size: 40px;
      padding: 0 5px; }
  .bd_article .bd_top .bd_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .bd_article .bd_top .bd_list a {
      width: 40px;
      height: 40px;
      display: block;
      text-align: center;
      margin-left: 5px;
      background: #cdcdcd;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .bd_article .bd_top .bd_list a:first-child {
        margin-left: 0; }
      .bd_article .bd_top .bd_list a .bd_img1 {
        width: 18px;
        height: 13px; }
      .bd_article .bd_top .bd_list a .bd_img2 {
        width: 16px;
        height: 16px; }
      .bd_article .bd_top .bd_list a.bd_btn_col.active {
        background: #64c8ff; }
    .bd_article .bd_top .bd_list .bd_select {
      width: 160px;
      margin-left: 5px; }
      .bd_article .bd_top .bd_list .bd_select select {
        height: 38px; }
      .bd_article .bd_top .bd_list .bd_select:after {
        top: 10px;
        right: 10px; }
    .bd_article .bd_top .bd_list .bd_list_price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .bd_article .bd_top .bd_list .bd_list_price input[type="text"] {
        width: 100px;
        margin: 0 5px;
        height: 38px; }
      .bd_article .bd_top .bd_list .bd_list_price a.pd_inquire {
        display: inline-block;
        width: 50px;
        line-height: 35px;
        color: #fff;
        margin-left: 0; }
.bd_article .bd_brand2 {
  margin-top: 45px;
  position: relative; }

.bd_col {
  display: none; }
  .bd_col .item {
    margin-bottom: 15px;
    position: relative; }
    .bd_col .item .bd_summary {
      display: block;
      position: relative;
      color: #313131; }
    .bd_col .item .bd_note {
      display: none;
      color: #313131;
      font-size: 15px;
      line-height: 1.4;
      word-break: break-all; }
    .bd_col .item .bd_price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      position: relative;
      margin-bottom: 10px;
      height: 46px; }
      .bd_col .item .bd_price .bd_saleprice {
        font-size: 21px;
        font-weight: bold;
        color: #f56a5f;
        display: block;
        width: 100%; }
      .bd_col .item .bd_price .bd_defaultprice {
        color: #313131;
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        .bd_col .item .bd_price .bd_defaultprice .bd_linethrough {
          text-decoration: line-through; }
      .bd_col .item .bd_price .bd_originalprice {
        color: #313131;
        display: block;
        width: 100%; }
      .bd_col .item .bd_price .bd_heart {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../../images/zh-cht/icons/heart.png") no-repeat;
        cursor: pointer; }
      .bd_col .item .bd_price .bd_heartactive {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../../images/zh-cht/icons/heart_active.png") no-repeat; }
    .bd_col .item .bd_btn {
      background: #f56a5f;
      color: #ffffff;
      text-align: center;
      font-size: 18px;
      width: 100%;
      display: block;
      padding: 10px 0; }
    .bd_col .item .bd_btn1 {
      background: #64c8ff;
      color: #ffffff;
      text-align: center;
      font-size: 18px;
      width: 100%;
      display: block;
      padding: 10px 0;
      margin-top: 10px; }
  .bd_col.col1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bd_col.col1 .item {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #cccccc;
      padding: 10px;
      margin-bottom: 20px; }
      .bd_col.col1 .item:last-child {
        margin-bottom: 40px; }
      .bd_col.col1 .item .bd_left {
        width: 190px; }
        .bd_col.col1 .item .bd_left a {
          display: block;
          position: relative; }
          .bd_col.col1 .item .bd_left a .df_icon {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 48px;
            height: 48px;
            z-index: 1; }
          .bd_col.col1 .item .bd_left a .df_mask {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background: rgba(255, 32, 132, 0.8); }
            .bd_col.col1 .item .bd_left a .df_mask .df_r18 {
              width: 75px;
              height: 75px; }
          .bd_col.col1 .item .bd_left a:hover .df_mask {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .bd_col.col1 .item .bd_right {
        position: relative;
        width: calc(100% - 190px);
        padding: 0 10px; }
      .bd_col.col1 .item .bd_col1_list {
        display: -ms-flexbox;
        display: flex; }
      .bd_col.col1 .item .bd_col1_left {
        width: calc(100% - 240px);
        padding-right: 65px; }
      .bd_col.col1 .item .bd_col1_right {
        width: 240px;
        height: 192px;
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: end;
            align-items: flex-end; }
      .bd_col.col1 .item .bd_col1_items {
        width: 100%; }
      .bd_col.col1 .item .bd_summary {
        margin-bottom: 15px; }
      .bd_col.col1 .item .bd_title {
        color: #313131;
        margin: 20px 0 35px;
        line-height: 1.4;
        font-size: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .bd_col.col1 .item .bd_date {
        display: inline-block; }
      .bd_col.col1 .item .bd_note {
        display: block;
        height: 42px;
        overflow: hidden; }
      .bd_col.col1 .item .bd_price {
        width: 100%; }
  .bd_col.col3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bd_col.col3 .item {
      width: calc((100% - 40px) / 5);
      margin-right: 10px;
      margin-bottom: 50px; }
      .bd_col.col3 .item:nth-child(5n) {
        margin-right: 0; }
      .bd_col.col3 .item .bd_left a {
        display: block;
        position: relative; }
        .bd_col.col3 .item .bd_left a .df_icon {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 48px;
          height: 48px;
          z-index: 1; }
        .bd_col.col3 .item .bd_left a .df_mask {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          background: rgba(255, 32, 132, 0.8); }
          .bd_col.col3 .item .bd_left a .df_mask .df_r18 {
            width: 75px;
            height: 75px; }
        .bd_col.col3 .item .bd_left a:hover .df_mask {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .bd_col.col3 .item .bd_right {
        padding: 15px 20px 0; }
      .bd_col.col3 .item .bd_title {
        color: #313131;
        line-height: 1.4;
        font-size: 15px;
        overflow: hidden;
        height: 42px;
        font-weight: inherit;
        margin-bottom: 15px;
        display: block;
        word-break: break-all; }
      .bd_col.col3 .item .bd_date {
        display: none; }
      .bd_col.col3 .item .bd_summary {
        margin-bottom: 5px;
        height: 15px;
        overflow: hidden;
        word-break: break-all; }

@media (max-width: 1023px) {
  .bd_article .bd_all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .bd_article .bd_top {
    padding: 0; }
    .bd_article .bd_top .bd_items {
      width: calc(100% / 2); }
    .bd_article .bd_top .bd_data {
      font-size: 13px; }
      .bd_article .bd_top .bd_data .bd_num {
        font-size: 35px; }
    .bd_article .bd_top .bd_list a.bd_btn_col {
      display: none; }
  .bd_article .bd_brand2 {
    margin-top: 25px; }

  .bd_col {
    display: none; }
    .bd_col .item {
      margin-bottom: 15px;
      position: relative; }
      .bd_col .item .bd_summary {
        display: block;
        position: relative;
        color: #313131; }
      .bd_col .item .bd_note {
        display: none;
        color: #313131;
        font-size: 15px;
        line-height: 1.4;
        word-break: break-all; }
      .bd_col .item .bd_price {
        height: 38px; }
        .bd_col .item .bd_price .bd_saleprice {
          font-size: 16px; }
      .bd_col .item .bd_btn {
        font-size: 14px; }
      .bd_col .item .bd_btn1 {
        font-size: 14px; }
    .bd_col.col1 {
      display: none; }
    .bd_col.col3 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .bd_col.col3 .item {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 25px; }
        .bd_col.col3 .item:nth-child(5n) {
          margin-right: 10px; }
        .bd_col.col3 .item:nth-child(2n) {
          margin-right: 0; }
        .bd_col.col3 .item .bd_right {
          padding: 10px 10px 0; }
        .bd_col.col3 .item .bd_title {
          height: 36px;
          margin-bottom: 10px;
          font-size: 13px; }
        .bd_col.col3 .item .bd_date {
          display: none; }
        .bd_col.col3 .item .bd_summary {
          height: 13px;
          margin-bottom: 5px; } }
.cs_title3 {
  font-size: 18px;
  margin-bottom: 10px; }

.cs_items {
  margin-bottom: 40px; }

.cs_input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 10px; }

.cs_input1 {
  width: 480px; }

.cs_selectwrap {
  position: relative; }
  .cs_selectwrap select {
    color: #a0a0a0; }
  .cs_selectwrap:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

.cs_textarea {
  height: 195px;
  resize: none; }

.cs_btn {
  display: block;
  text-align: center;
  background: #205299;
  color: #ffffff;
  max-width: 480px;
  width: 100%;
  padding: 15px 0;
  font-size: 18px; }

.cs_link {
  font-size: 18px; }

.cs_txt {
  color: #f56a5f;
  margin-left: 10px; }

.cs2_brand3 {
  position: relative;
  margin-top: -40px; }
  .cs2_brand3 .cs2_title2:after {
    content: "";
    display: table;
    clear: both; }
  .cs2_brand3 .cs2_title2 .cs2_title1 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    background: #eeeeee;
    display: block;
    float: left;
    max-width: 238px;
    width: calc(100% / 2);
    border: 1px solid #afafaf;
    border-top: 3px solid #eeeeee;
    text-align: center;
    padding: 15px 0; }
    .cs2_brand3 .cs2_title2 .cs2_title1:first-child {
      border-right: 0; }
    .cs2_brand3 .cs2_title2 .cs2_title1.active {
      color: #000000;
      background: #ffffff;
      border-top: 3px solid #000000; }
  .cs2_brand3 .cs2_content {
    padding-top: 47px;
    display: none; }
    .cs2_brand3 .cs2_content.active {
      display: block; }
    .cs2_brand3 .cs2_content .cs2_box {
      border: 1px solid #b6b6b6;
      padding: 28px 23px;
      margin-bottom: 30px; }
      .cs2_brand3 .cs2_content .cs2_box:last-child {
        margin-bottom: 0; }
    .cs2_brand3 .cs2_content .cs2_items {
      margin-bottom: 20px; }
      .cs2_brand3 .cs2_content .cs2_items:last-child {
        margin-bottom: 0; }
    .cs2_brand3 .cs2_content .cs2_q {
      color: #64c8ff;
      font-size: 18px;
      margin-bottom: 20px;
      letter-spacing: 0.9px; }
    .cs2_brand3 .cs2_content .cs2_a {
      font-size: 15px;
      color: #313131;
      letter-spacing: 0.9px;
      line-height: 1.6; }

@media (max-width: 1023px) {
  .cs_title3 {
    font-size: 15px; }

  .cs_link {
    font-size: 15px; }

  .cs_btn {
    font-size: 15px; }

  .cs2_brand3 {
    margin-top: -15px; }
    .cs2_brand3 .cs2_title2 .cs2_title1 {
      font-size: 16px;
      max-width: inherit;
      width: calc(100% / 2);
      padding: 15px 0; }
    .cs2_brand3 .cs2_content {
      padding-top: 23px; }
      .cs2_brand3 .cs2_content.active {
        display: block; }
      .cs2_brand3 .cs2_content .cs2_box {
        padding: 20px 15px;
        margin-bottom: 15px; }
      .cs2_brand3 .cs2_content .cs2_items {
        margin-bottom: 20px; }
        .cs2_brand3 .cs2_content .cs2_items:last-child {
          margin-bottom: 0; }
      .cs2_brand3 .cs2_content .cs2_q {
        font-size: 15px;
        margin-bottom: 10px; }
      .cs2_brand3 .cs2_content .cs2_a {
        font-size: 13px; } }
@media (max-width: 767px) {
  .cs_link {
    margin-bottom: 10px;
    margin-right: 10px; }

  .cs_input {
    padding: 0; }

  .cs_input1 {
    width: 100%; }

  .cs_items {
    margin-bottom: 15px; }

  .cs_txt {
    margin-bottom: 10px;
    margin-left: 0; } }
.qa_title {
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #dddddd;
  cursor: pointer;
  background: #f7f8f8; }
  .qa_title .qa_title1 {
    display: inline-block;
    width: 90%;
    line-height: 22px;
    word-break: break-all;
    font-size: 18px;
    color: #313131; }
  .qa_title i {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #a0a0a0; }

.qa_block {
  padding: 15px 0 25px;
  line-height: 30px;
  display: none;
  word-break: break-all;
  color: #313131;
  border-top: 1px solid #dddddd; }
  .qa_block ol {
    padding: 0 20px; }

.qa_item:last-child {
  border-bottom: 1px solid #dddddd; }

@media (max-width: 1023px) {
  .qa_title .qa_title1 {
    font-size: 15px; } }
.fg_title {
  font-size: 21px;
  text-align: center;
  border-bottom: 1px solid #888888;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 45px; }

@media (max-width: 1023px) {
  .fg_title {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .lg_brand .fg_content {
    padding: 0; } }
.pdcnt_top {
  padding: 30px 0 20px; }
  .pdcnt_top:after {
    content: "";
    display: table;
    clear: both; }

.pdcnt_img {
  width: calc(100% - 620px);
  float: left; }

.pdcnt_info {
  width: 620px;
  float: left;
  padding-left: 30px; }
  .pdcnt_info .pdcnt_info_color {
    margin-bottom: 15px; }
    .pdcnt_info .pdcnt_info_color ul:after {
      content: "";
      display: table;
      clear: both; }
    .pdcnt_info .pdcnt_info_color ul li {
      float: left;
      width: 31px;
      height: 31px;
      padding: 2px;
      margin: 0 9px 9px 0; }
      .pdcnt_info .pdcnt_info_color ul li.active {
        border: 1px solid; }
      .pdcnt_info .pdcnt_info_color ul li a {
        display: block; }
        .pdcnt_info .pdcnt_info_color ul li a img {
          width: 26px;
          height: 25px; }

.pd_data {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a0a0a0; }
  .pd_data:after {
    content: "";
    display: table;
    clear: both; }

.pc_pricewrap {
  width: 200px;
  position: relative;
  float: left; }

.pc_defaultprice {
  color: #f56a5f;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px; }

.pl_saleprice {
  margin-bottom: 20px; }

.pc_linethrough {
  text-decoration: line-through; }

.pl_price {
  margin-bottom: 20px; }

.pc_mg10 {
  margin-bottom: 15px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }
  .pc_mg10 span {
    display: inline-block; }
    .pc_mg10 span:nth-child(1) {
      width: 75px; }
    .pc_mg10 span:nth-child(2) {
      width: calc(100% - 75px); }

.pc_nt {
  color: #f56a5f;
  font-size: 21px;
  font-weight: bold; }

.pc_heart {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 0;
  background: url("../../images/zh-cht/icons/heart.png") no-repeat; }

.pc_heartactive {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 0;
  background: url("../../images/zh-cht/icons/heart_active.png") no-repeat; }

.pc_brand3 {
  position: relative; }
  .pc_brand3 .pc_title2 {
    border: 1px solid #d3d3d3; }
    .pc_brand3 .pc_title2:after {
      content: "";
      display: table;
      clear: both; }
    .pc_brand3 .pc_title2 .pc_title1 {
      color: #010101;
      display: block;
      float: left;
      width: calc(100% / 2);
      text-align: center;
      padding: 10px 0; }
      .pc_brand3 .pc_title2 .pc_title1.active {
        color: #010101;
        background: #f7f8f8; }
    .pc_brand3 .pc_title2 .pc_title100 {
      color: #010101;
      display: block;
      float: left;
      width: 100%;
      text-align: center;
      padding: 10px 0; }
  .pc_brand3 .pc_content {
    padding: 20px 0;
    display: none; }
    .pc_brand3 .pc_content.active {
      display: block; }
    .pc_brand3 .pc_content .pc_ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .pc_brand3 .pc_content .pc_ul li {
        padding: 0 5px 5px; }
        .pc_brand3 .pc_content .pc_ul li img {
          display: block; }

.pdcnt_info_number {
  margin-bottom: 10px; }

.pc_touchwrap {
  width: 100%;
  border: 1px solid #d3d3d3; }
  .pc_touchwrap .input-group {
    width: 100%; }
  .pc_touchwrap .touchspin {
    border: 0;
    text-align: center;
    padding: 3px 5px;
    font-size: 18px; }
  .pc_touchwrap input {
    height: 50px; }
  .pc_touchwrap .input-group-btn {
    width: 45px;
    height: 50px;
    background: #f7f8f8; }
    .pc_touchwrap .input-group-btn .btn {
      background: #f7f8f8;
      margin-left: 0; }
    .pc_touchwrap .input-group-btn .bootstrap-touchspin-down {
      color: #959595;
      width: 40px;
      font-size: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .pc_touchwrap .input-group-btn .bootstrap-touchspin-up {
      color: #f56a5f;
      width: 40px;
      font-size: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pc_items {
  width: calc(100% - 200px);
  padding-left: 30px;
  float: left; }

.pdcnt_img_group {
  position: relative; }

.pc_thumbimg {
  display: block;
  border: 1px solid #d3d3d3; }

.pc_r18 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 61px;
  height: 61px; }

.thumb_area {
  position: relative;
  display: block;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 0; }
  .thumb_area:after {
    content: "";
    display: table;
    clear: both; }
  .thumb_area .slick-prev {
    left: 0;
    z-index: 1;
    background: url("../../images/zh-cht/icons/arrow_prev2.png") no-repeat center center;
    width: 30px;
    height: 100%; }
    .thumb_area .slick-prev:before {
      content: '';
      opacity: 1; }
    .thumb_area .slick-prev:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev2.png") no-repeat center center; }
    .thumb_area .slick-prev:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev2.png") no-repeat center center; }
  .thumb_area .slick-next {
    right: 0;
    z-index: 1;
    background: url("../../images/zh-cht/icons/arrow_next2.png") no-repeat center center;
    width: 30px;
    height: 100%; }
    .thumb_area .slick-next:before {
      content: ''; }
    .thumb_area .slick-next:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next2.png") no-repeat center center; }
    .thumb_area .slick-next:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next2.png") no-repeat center center; }

.pdcnt_img_group_thumb {
  display: block;
  padding: 0 40px; }

.pc_thumb_list {
  padding: 0 10px; }

.pc_title {
  font-size: 25px;
  margin-bottom: 70px; }

.pc_tag {
  margin-bottom: 10px; }

.pc_taglink {
  color: #ffffff;
  background: #f56a5f;
  display: inline-block;
  text-align: center;
  padding: 4px 13px;
  margin-right: 6px;
  margin-bottom: 10px; }

.pdcnt_info_btn {
  margin-bottom: 10px; }
  .pdcnt_info_btn .btn_cart {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #64c8ff;
    border: 1px solid #64c8ff;
    padding: 10px 0;
    height: 50px;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.pc_link {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #f56a5f;
  border: 1px solid #f56a5f;
  padding: 10px 0;
  margin-bottom: 20px;
  height: 50px;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.pc_shippingdate {
  text-align: center;
  margin-bottom: 20px; }

.pc_num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .pc_num span {
    color: #f56a5f;
    font-size: 21px; }

.pc_info {
  margin-top: -15px;
  padding: 0 20px; }

.pc_title6 {
  color: #313131;
  line-height: 1.4;
  height: 42px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px; }

.pc_summary {
  display: block;
  position: relative;
  color: #313131;
  line-height: 1.4; }

.pc_mfp .mfp-counter {
  display: block; }
.pc_mfp .mfp-arrow-left {
  background: url("../../images/en-US/icons/pc_prev.png") no-repeat center center; }
.pc_mfp .mfp-arrow-right {
  background: url("../../images/en-US/icons/pc_next.png") no-repeat center center; }
.pc_mfp .mfp-arrow:before, .pc_mfp .mfp-arrow:after {
  display: none; }
.pc_mfp .mfp-close {
  background: url("../../images/en-US/icons/pc_close.png") no-repeat center center;
  display: block !important;
  text-indent: -9999px; }
.pc_mfp .mfp-content .mfp-close {
  display: none !important; }
.pc_mfp .mfp-bottom-bar {
  display: none; }

.op_phonebook {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  display: none; }
  .op_phonebook .op_content {
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    padding: 15px;
    height: 310px; }
    .op_phonebook .op_content .lg_close {
      color: #000000;
      font-size: 12px;
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .op_phonebook .op_content .lg_img1 {
      width: 11px;
      height: 11px;
      display: block;
      margin-right: 5px; }
    .op_phonebook .op_content .popup_title {
      color: #000000;
      font-size: 21px;
      text-align: center;
      padding: 10px 0;
      border-bottom: 1px solid #b1b1b1;
      margin-bottom: 29px; }
    .op_phonebook .op_content .lg_title2 {
      color: #000000;
      font-size: 12px;
      margin-bottom: 8px; }
    .op_phonebook .op_content .op_container {
      max-width: 390px;
      width: 100%;
      margin: 0 auto; }
    .op_phonebook .op_content .op_table {
      margin-bottom: 40px;
      position: relative; }
      .op_phonebook .op_content .op_table .pc_input {
        border: 1px solid #d3d3d3;
        margin-bottom: 5px; }
        .op_phonebook .op_content .op_table .pc_input::-webkit-input-placeholder {
          color: #aaaaaa; }
        .op_phonebook .op_content .op_table .pc_input::-moz-placeholder {
          color: #aaaaaa; }
        .op_phonebook .op_content .op_table .pc_input:-ms-input-placeholder {
          color: #aaaaaa; }
        .op_phonebook .op_content .op_table .pc_input::-moz-placeholder {
          color: #aaaaaa; }
      .op_phonebook .op_content .op_table .addrBook_table {
        width: 100%; }
        .op_phonebook .op_content .op_table .addrBook_table tr:nth-child(2n+1) {
          background: #e6e6e6; }
        .op_phonebook .op_content .op_table .addrBook_table th {
          text-align: center;
          background: #13b5b1;
          color: #ffffff;
          padding: 10px 0;
          display: none; }
        .op_phonebook .op_content .op_table .addrBook_table td {
          padding: 10px 0;
          vertical-align: middle;
          color: #484848;
          font-size: 17px;
          display: block;
          padding: 10px 5px 10px 50px;
          line-height: 1.2; }
          .op_phonebook .op_content .op_table .addrBook_table td:first-child {
            position: absolute;
            padding-left: 0; }
    .op_phonebook .op_content .btn_recipientInfo {
      color: #ffffff;
      background: #64c8ff;
      font-size: 15px;
      display: block;
      width: 100%;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 20px; }
    .op_phonebook .op_content .op_close {
      width: 37px;
      height: 36px;
      display: block;
      position: absolute;
      top: 5px;
      right: 5px; }

.pc_data1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pc_data1left {
  width: 60%;
  padding-right: 50px; }

.pc_data1right {
  width: 40%; }

.pc_data2 {
  margin-bottom: 80px; }

.pc_title3 {
  color: #313131;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 20px; }

.pc_content1 {
  line-height: 22px;
  margin-bottom: 10px; }

.pc_num1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .pc_num1 span {
    color: #f56a5f;
    font-size: 21px; }

.pc_img {
  max-width: 245px; }

.pc_line {
  border-bottom: 1px solid; }

.pc_content2 {
  padding: 20px 0; }

.pc_list li {
  line-height: 22px; }
  .pc_list li a {
    display: block;
    line-height: 22px; }

.pc_brand4 {
  position: relative; }
  .pc_brand4 .pc_titlewrap:after {
    content: "";
    display: table;
    clear: both; }
  .pc_brand4 .pc_titlewrap .pc_title4 {
    color: #313131;
    font-size: 21px;
    font-weight: bold;
    display: block;
    padding: 0 65px 15px;
    float: left; }
    .pc_brand4 .pc_titlewrap .pc_title4.active {
      color: #313131;
      font-size: 21px;
      font-weight: bold;
      border-bottom: 2px solid #64c8ff; }
  .pc_brand4 .pc_content {
    padding: 20px 0;
    display: none;
    line-height: 30px; }
    .pc_brand4 .pc_content.active {
      display: block; }

.pdcnt_img_group_main {
  border: 1px solid #cdcdcd; }

.pc_title5 {
  color: #313131;
  font-size: 21px;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 45px; }

.pc_pd25 {
  padding-top: 25px; }

.pc_tag1 {
  margin-bottom: 10px; }

.pc_taglink1 {
  color: #ffffff;
  background: #cdcdcd;
  display: inline-block;
  text-align: center;
  padding: 4px 13px;
  margin-right: 6px;
  margin-bottom: 10px; }

@media (max-width: 1023px) {
  .pc_r18 {
    left: 0; }

  .pdcnt_top {
    padding: 0; }

  .pc_title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px; }

  .pc_pricewrap {
    width: 100%;
    float: none;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 10px; }
    .pc_pricewrap:after {
      content: "";
      display: table;
      clear: both; }

  .pc_defaultprice {
    font-size: 30px;
    float: left; }

  .pl_saleprice {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 37px; }

  .pc_items {
    width: 100%;
    padding-left: 0;
    float: none; }

  .thumb_area {
    display: none; }

  .pd_data {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 0; }

  .pc_data1 {
    display: none; }

  .pc_qaitem {
    border-bottom: 1px solid #aaaaaa; }

  .pc_qalist {
    color: #313131;
    font-size: 16px;
    display: block;
    padding: 15px 20px;
    position: relative; }
    .pc_qalist:after {
      content: '';
      z-index: 1;
      background: url("../../images/zh-cht/icons/m_arrow_bottom.png") no-repeat;
      width: 18px;
      height: 10px;
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      z-index: 1;
      margin: auto; }

  .pc_block {
    padding: 15px 20px 50px;
    display: none;
    line-height: 20px; }

  .slick-dotted.slick-slider {
    margin-bottom: 0; }

  .pdcnt_img_group {
    width: 90%;
    margin: 0 auto; }
    .pdcnt_img_group .slick-prev {
      width: 16px;
      left: -23px;
      background: url("../../images/zh-cht/icons/arrow_prev3.png") no-repeat center center; }
      .pdcnt_img_group .slick-prev:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/arrow_prev3.png") no-repeat center center; }
      .pdcnt_img_group .slick-prev:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/arrow_prev3.png") no-repeat center center; }
    .pdcnt_img_group .slick-next {
      width: 16px;
      right: -23px;
      z-index: 1;
      background: url("../../images/zh-cht/icons/arrow_next3.png") no-repeat center center; }
      .pdcnt_img_group .slick-next:hover {
        opacity: 1;
        background: url("../../images/zh-cht/icons/arrow_next3.png") no-repeat center center; }
      .pdcnt_img_group .slick-next:focus {
        opacity: 1;
        background: url("../../images/zh-cht/icons/arrow_next3.png") no-repeat center center; }

  .pdcnt_img_group_thumb {
    display: none; }

  .pdcnt_img_group_main {
    float: none;
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
    position: relative; }
    .pdcnt_img_group_main .slick-dots {
      bottom: -25px; }
      .pdcnt_img_group_main .slick-dots li[aria-hidden="true"] {
        width: 6px;
        height: 6px;
        margin: 0 2px; }
        .pdcnt_img_group_main .slick-dots li[aria-hidden="true"] button:before {
          width: 6px;
          height: 6px;
          content: '';
          opacity: 1;
          background: #ebebeb;
          border-radius: 99em; }
      .pdcnt_img_group_main .slick-dots li[aria-hidden="false"] {
        width: 6px;
        height: 6px;
        margin: 0 2px; }
        .pdcnt_img_group_main .slick-dots li[aria-hidden="false"] button:before {
          width: 6px;
          height: 6px;
          content: '';
          opacity: 1;
          background: #000000;
          border-radius: 99em; }

  .pdcnt_img {
    width: 100%;
    float: none; }

  .pdcnt_info {
    width: 100%;
    float: none;
    padding: 20px 0 0; }

  .pc_mg10 span {
    display: inline-block; }
    .pc_mg10 span:nth-child(1) {
      width: 65px; }
    .pc_mg10 span:nth-child(2) {
      width: calc(100% - 65px); }

  .pc_title5 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: inherit; }

  .op_phonebook .op_content {
    width: 95%;
    height: 260px; }
    .op_phonebook .op_content .popup_title {
      margin-bottom: 25px; }
    .op_phonebook .op_content .btn_recipientInfo {
      padding: 10px 0;
      font-size: 13px;
      margin-bottom: 15px; }

  .pc_fixedbtn {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 20;
    left: 0;
    bottom: 0;
    /*FF 3.5+*/
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
    .pc_fixedbtn:after {
      content: "";
      display: table;
      clear: both; }

  .pc_btn {
    float: left;
    width: 40%;
    display: block;
    background: #ffffff;
    color: #f56a5f;
    text-align: center;
    height: 100%;
    font-size: 17px;
    line-height: 49px; }

  .pc_btn1 {
    float: left;
    width: 60%;
    display: block;
    background: #f56a5f;
    color: #ffffff;
    text-align: center;
    height: 100%;
    font-size: 17px;
    line-height: 49px; }

  .pc_pd25 {
    padding-top: 0; }

  .pc_heart {
    top: 0;
    bottom: 10px; }

  .pc_heartactive {
    top: 5px; }

  .pc_btn {
    float: left;
    width: 40%;
    display: block;
    background: #ffffff;
    color: #f56a5f;
    text-align: center;
    height: 100%;
    font-size: 17px;
    line-height: 49px; }

  .pc_btn2 {
    float: left;
    width: 100%;
    display: block;
    background: #ffffff;
    color: #f56a5f;
    text-align: center;
    height: 100%;
    font-size: 17px;
    line-height: 49px; }

  .pc_btn1 {
    float: left;
    width: 60%;
    display: block;
    background: #f56a5f;
    color: #ffffff;
    text-align: center;
    height: 100%;
    font-size: 17px;
    line-height: 49px; }

  .pdcnt_info_btn,
  .pc_link {
    display: none; }

  .pc_clear {
    width: 100%; }
    .pc_clear:after {
      content: "";
      display: table;
      clear: both; }

  .pc_info {
    margin-top: -10px;
    padding: 0 10px; }

  .pc_title6 {
    height: 36px;
    margin-bottom: 10px; }

  .pc_touchwrap .input-group-btn {
    width: 40px;
    height: 40px; }
  .pc_touchwrap input {
    height: 40px; } }
.al_main {
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.al_list {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 50px; }
  .al_list:nth-child(3n) {
    margin-right: 0; }

.al_link {
  display: block;
  margin-bottom: 20px; }

.al_fun {
  background: #f7f8f8;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.al_num {
  color: #313131; }
  .al_num:before {
    background: url("../../images/zh-cht/icons/look.png") no-repeat;
    content: '';
    width: 22px;
    height: 12px;
    display: inline-block;
    margin-right: 5px; }

.al_title {
  font-size: 21px;
  color: #205299;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px; }

.al_datetime {
  color: #a0a0a0;
  margin-bottom: 20px; }

.al_txt {
  color: #313131;
  line-height: 25px;
  overflow: hidden;
  height: 75px; }

@media (max-width: 1023px) {
  .al_main {
    margin-top: 0; }

  .al_list {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 25px; }
    .al_list:nth-child(2n) {
      margin-right: 0; }
    .al_list:nth-child(3n) {
      margin-right: 10px; }

  .al_title {
    font-size: 13px; } }
.av_banner {
  margin-top: 30px; }

.av_bannerlink {
  display: block;
  margin-bottom: -2px; }

.av_data {
  border: 1px solid #cdcdcd;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.av_left1 {
  width: 320px; }
  .av_left1 img {
    width: auto;
    display: block;
    margin: 0 auto; }

.av_right1 {
  padding-left: 10px;
  padding-right: 118px;
  width: calc(100% - 320px); }

.av_title {
  color: #205299;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 8px; }

.av_datetime {
  color: #a0a0a0;
  font-size: 15px;
  margin-bottom: 25px; }

.av_content {
  color: #313131;
  font-size: 18px;
  line-height: 1.5; }

.av_left {
  width: 240px; }
  .av_left .pd_alltitle {
    display: none; }
  .av_left .pd_qaitem {
    padding-bottom: 20px; }
  .av_left .pd_qalist {
    background: #205299;
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    position: relative; }
    .av_left .pd_qalist:after {
      content: '';
      width: 2px;
      height: 2px;
      position: absolute;
      top: 18px;
      right: 20px;
      bottom: 0;
      pointer-events: none;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #ffffff transparent transparent transparent; }
  .av_left .member_block {
    display: none;
    padding: 0 20px; }
  .av_left .pd_link {
    display: block;
    color: #474747;
    padding: 10px 0;
    border-bottom: 1px dotted #a0a0a0; }
    .av_left .pd_link:last-child {
      border-bottom: 0; }

.av_center {
  margin: 0 auto; }

.av_right {
  width: calc(100% - 240px);
  padding-left: 20px; }
  .av_right .bd_col .item {
    margin-bottom: 15px;
    position: relative; }
    .av_right .bd_col .item .bd_summary {
      display: block;
      position: relative;
      color: #313131;
      height: 15px;
      overflow: hidden;
      word-break: break-all; }
    .av_right .bd_col .item .bd_note {
      display: none;
      color: #313131;
      font-size: 15px;
      line-height: 1.4;
      word-break: break-all; }
    .av_right .bd_col .item .bd_price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      position: relative;
      margin-bottom: 10px;
      height: 46px; }
      .av_right .bd_col .item .bd_price .bd_saleprice {
        font-size: 21px;
        font-weight: bold;
        color: #f56a5f;
        display: block;
        width: 100%; }
      .av_right .bd_col .item .bd_price .bd_defaultprice {
        color: #313131;
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        .av_right .bd_col .item .bd_price .bd_defaultprice .bd_linethrough {
          text-decoration: line-through; }
      .av_right .bd_col .item .bd_price .bd_originalprice {
        color: #313131;
        display: block;
        width: 100%; }
      .av_right .bd_col .item .bd_price .bd_heart {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../../images/zh-cht/icons/heart.png") no-repeat;
        cursor: pointer; }
      .av_right .bd_col .item .bd_price .bd_heartactive {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../../images/zh-cht/icons/heart_active.png") no-repeat; }
    .av_right .bd_col .item .bd_btn {
      background: #f56a5f;
      color: #ffffff;
      text-align: center;
      font-size: 18px;
      width: 100%;
      display: block;
      padding: 10px 0; }
  .av_right .bd_col.col3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .av_right .bd_col.col3 .item {
      width: calc((100% - 30px) / 4);
      margin-right: 10px;
      margin-bottom: 50px; }
      .av_right .bd_col.col3 .item:nth-child(4n) {
        margin-right: 0; }
      .av_right .bd_col.col3 .item .bd_right {
        padding: 15px 20px 0; }
      .av_right .bd_col.col3 .item .bd_title {
        color: #313131;
        line-height: 1.4;
        font-size: 15px;
        overflow: hidden;
        height: 42px;
        font-weight: inherit;
        margin-bottom: 15px;
        word-break: break-all; }
      .av_right .bd_col.col3 .item .bd_date {
        display: none; }
      .av_right .bd_col.col3 .item .bd_summary {
        margin-bottom: 5px; }

.mainFilter_wrap {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.av_pagination .pagination_prev,
.av_pagination .pagination_next {
  background: #205299 !important; }
.av_pagination .pagination_num.active {
  border-bottom: 1px solid #205299 !important; }

@media (max-width: 1023px) {
  .av_banner {
    margin-top: 0; }

  .av_right1 {
    padding-left: 10px;
    padding-right: 35px;
    width: calc(100% - 320px); }

  .av_title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 8px; }

  .av_datetime {
    font-size: 12px;
    margin-bottom: 25px; }

  .av_content {
    font-size: 14px; }

  .av_left {
    width: 100%;
    margin-bottom: 20px; }
    .av_left .pd_alltitle {
      display: block;
      font-size: 16px;
      text-align: center;
      margin-top: 20px;
      padding: 10px 0;
      background: #10376f;
      color: #ffffff; }
    .av_left .pd_datalist {
      display: none; }
    .av_left .pd_qaitem {
      padding-bottom: 0; }
    .av_left .pd_qalist {
      font-size: 15px;
      padding: 10px; }
      .av_left .pd_qalist:after {
        right: 10px; }
    .av_left .member_block {
      padding: 0 10px; }

  .av_right {
    width: 100%;
    padding-left: 0; }
    .av_right .bd_col .item {
      margin-bottom: 15px;
      position: relative; }
      .av_right .bd_col .item .bd_summary {
        display: block;
        position: relative;
        color: #313131;
        height: 13px; }
      .av_right .bd_col .item .bd_price {
        height: 38px; }
        .av_right .bd_col .item .bd_price .bd_saleprice {
          font-size: 16px; }
      .av_right .bd_col .item .bd_btn {
        font-size: 14px; }
    .av_right .bd_col.col3 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .av_right .bd_col.col3 .item {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 25px; }
        .av_right .bd_col.col3 .item:nth-child(2n) {
          margin-right: 0; }
        .av_right .bd_col.col3 .item .bd_right {
          padding: 10px 10px 0; }
        .av_right .bd_col.col3 .item .bd_title {
          height: 36px;
          margin-bottom: 10px;
          font-size: 13px; }
        .av_right .bd_col.col3 .item .bd_summary {
          margin-bottom: 5px; } }
@media (max-width: 767px) {
  .av_left1 {
    width: 100%; }
    .av_left1 img {
      width: 100%; }

  .av_right1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; } }
.r18_area {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.r18_data {
  max-width: 957px;
  width: 100%;
  height: 540px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: rgba(255, 32, 132, 0.95);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.r18_1 {
  color: #ffffff;
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.r18_img {
  width: 75px;
  height: 75px;
  display: block;
  margin-right: 10px; }

.r18_txt {
  font-size: 40px;
  letter-spacing: 1px; }

.r18_2 {
  color: #ffffff;
  text-align: center; }

.r18_txt1 {
  font-size: 25px;
  margin-bottom: 10px; }

.r18_txt2 {
  font-size: 18px;
  margin-bottom: 10px; }

.r18_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.r18_link {
  max-width: 300px;
  width: 100%;
  display: block;
  color: #ff2084;
  background: #ffffff;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.r18_txt3 {
  font-size: 40px;
  font-weight: bold;
  margin-right: 10px; }

@media (max-width: 1023px) {
  .r18_data {
    width: 90%;
    padding: 0 10px; } }
@media (max-width: 767px) {
  .r18_1 {
    display: block;
    margin-bottom: 10px; }

  .r18_img {
    margin: 0 auto 20px; }

  .r18_txt {
    font-size: 30px;
    text-align: center;
    display: block; }

  .r18_txt1 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }

  .r18_txt2 {
    display: none; }

  .r18_3 {
    display: block; }

  .r18_link {
    font-size: 20px;
    margin: 10px auto 0; }

  .r18_txt3 {
    font-size: 30px; } }
.ct_step {
  max-width: 747px;
  width: 100%;
  margin: 0 auto 50px; }

.ct_id {
  font-size: 18px;
  margin-bottom: 30px; }
  .ct_id span {
    color: #205299;
    padding: 0 5px; }

.ct_table {
  width: 100%;
  margin-bottom: 100px; }

.ct_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 5px 30px;
  margin-bottom: 10px; }
  .ct_list:last-child {
    margin-bottom: 0; }

.ct_list1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 10px; }

.ct_left {
  width: 18%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.ct_right {
  width: 82%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 18px; }

.ct_td1 {
  width: calc(100% / 6); }

.ct_td1_1 {
  width: calc(100% / 6 * 3); }

.ct_td2 {
  width: calc(100% / 3);
  padding: 7px 0; }

.ct_txt {
  padding: 20px 0; }
  .ct_txt a {
    font-size: 18px;
    line-height: 22px; }

.ct_txt1 a {
  color: #205299; }
  .ct_txt1 a span {
    padding-right: 10px; }

.ct_img {
  max-width: 218px;
  margin: 0 auto;
  display: block; }

.ct_touchwrap {
  margin: 0 auto; }

.shoppingCart_touchwrap {
  width: 100%;
  border: 1px solid #d3d3d3; }
  .shoppingCart_touchwrap .input-group {
    width: 100%; }
  .shoppingCart_touchwrap .touchspin {
    border: 0;
    text-align: center;
    padding: 3px 5px;
    font-size: 15px; }
  .shoppingCart_touchwrap .input-group-btn {
    width: 40px;
    background: #f7f8f8; }
    .shoppingCart_touchwrap .input-group-btn .btn {
      background: #f7f8f8;
      margin-left: 0; }
    .shoppingCart_touchwrap .input-group-btn .bootstrap-touchspin-down {
      color: #959595;
      width: 40px;
      font-size: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .shoppingCart_touchwrap .input-group-btn .bootstrap-touchspin-up {
      color: #f56a5f;
      width: 40px;
      font-size: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ct_price {
  text-align: center; }

.ct_price1 {
  color: #f56a5f;
  font-size: 21px; }

.ct_defaultprice {
  display: block;
  text-decoration: line-through;
  margin-bottom: 5px; }

.ct_saleprice {
  display: block;
  color: #f56a5f;
  font-size: 21px; }

.ct_del {
  max-width: 90px;
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  background: #205299;
  padding: 15px 0;
  text-align: center; }

.ct_met {
  display: block;
  text-align: center;
  max-width: 140px;
  width: 100%;
  color: #ffffff;
  background: #f56a5f;
  padding: 7px 0; }

.ct_notmet {
  display: block;
  text-align: center;
  max-width: 140px;
  width: 100%;
  color: #ffffff;
  background: #205299;
  padding: 7px 0; }

.ct_purple {
  color: #205299;
  line-height: 22px; }

.ct_total {
  background: #205299;
  color: #ffffff;
  padding: 25px 30px;
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.ct_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }

.ct_txt2 {
  font-size: 18px; }
  .ct_txt2 span {
    font-size: 40px;
    padding: 0 10px; }

.ct_txt3 {
  padding-right: 35px; }
  .ct_txt3 span {
    display: block;
    text-align: center; }
  .ct_txt3 .ct_txt4 {
    font-size: 18px;
    margin-bottom: 5px; }
  .ct_txt3 .ct_txt5 {
    font-size: 15px; }

.ct_txt6 {
  font-size: 40px; }

.ct_btnwrap {
  margin-bottom: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.ct_btn {
  max-width: 360px;
  width: 100%;
  display: block;
  background: #ffffff;
  font-size: 18px;
  color: #313131;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #d3d3d3; }

.ct_slider2 {
  margin-bottom: 100px; }
  .ct_slider2 .slick-prev {
    left: 10px;
    background: url("../../images/zh-cht/icons/arrow_prev.png") no-repeat center center;
    width: 30px; }
    .ct_slider2 .slick-prev:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev.png") no-repeat center center; }
    .ct_slider2 .slick-prev:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_prev.png") no-repeat center center; }
  .ct_slider2 .slick-next {
    right: 10px;
    z-index: 1;
    background: url("../../images/zh-cht/icons/arrow_next.png") no-repeat center center;
    width: 30px; }
    .ct_slider2 .slick-next:hover {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next.png") no-repeat center center; }
    .ct_slider2 .slick-next:focus {
      opacity: 1;
      background: url("../../images/zh-cht/icons/arrow_next.png") no-repeat center center; }

.ct_pricewrap1 {
  margin-top: 10px;
  height: 40px;
  margin-bottom: 10px; }

.ct_defaultprice1 {
  color: #313131;
  text-decoration: line-through;
  display: block;
  margin-bottom: 5px; }

.ct_saleprice1 {
  color: #f0420b;
  font-size: 21px;
  font-weight: bold;
  display: block; }

.ct_price2 {
  color: #313131;
  display: block; }

.ct_touchwrap1 {
  border: 0;
  margin-bottom: 10px; }
  .ct_touchwrap1 .touchspin {
    box-shadow: none; }

.ct_link {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 15px 0; }

.ct_link1 {
  max-width: 480px;
  width: 100%;
  display: block;
  text-align: center;
  background: #205299;
  color: #ffffff;
  padding: 15px 0;
  float: right; }

@media (max-width: 1023px) {
  .ct_step {
    max-width: 590px;
    margin: 0 auto 25px; }

  .ct_id {
    margin-bottom: 15px;
    font-size: 15px; }

  .ct_table {
    margin-bottom: 20px; }

  .ct_list {
    padding: 10px; }

  .ct_left {
    width: 20%; }

  .ct_right {
    width: calc(80% - 10px);
    padding-left: 10px; }

  .ct_td1 {
    width: 100%; }

  .ct_txt {
    padding: 10px 0; }
    .ct_txt a {
      font-size: 15px; }

  .ct_txt1 {
    margin-bottom: 10px; }

  .ct_touchwrap {
    max-width: 180px;
    margin: 0 0 10px; }

  .ct_price {
    text-align: left;
    margin-bottom: 10px; }

  .ct_price1 {
    font-size: 16px; }

  .ct_del {
    margin: 0; }

  .ct_img {
    max-width: inherit; }

  .ct_saleprice {
    font-size: 16px; }

  .ct_td2 {
    width: 100%; }

  .ct_line {
    border-bottom: 1px solid #cccccc; }

  .ct_txt2 {
    font-size: 15px; }
    .ct_txt2 span {
      font-size: 35px; }

  .ct_txt3 {
    padding-right: 15px; }
    .ct_txt3 .ct_txt4 {
      font-size: 15px; }
    .ct_txt3 .ct_txt5 {
      font-size: 13px; }

  .ct_txt6 {
    font-size: 35px; }

  .ct_total {
    padding: 10px 15px;
    margin-bottom: 25px; }

  .ct_btn {
    font-size: 15px; }

  .ct_btnwrap {
    margin-bottom: 20px; }

  .ct_touchwrap1 {
    max-width: inherit; }

  .ct_del {
    padding: 10px 0; }

  .ct_slider2 {
    margin-bottom: 20px; }

  .ct_link1 {
    max-width: inherit;
    width: 100%; }

  .ct_met {
    line-height: 22px; }

  .ct_notmet {
    line-height: 22px; } }
@media (max-width: 767px) {
  .ct_txt2 {
    font-size: 13px; }
    .ct_txt2 span {
      font-size: 13px;
      padding: 0 5px; }

  .ct_btn {
    max-width: inherit;
    margin-right: 10px; }
    .ct_btn:last-child {
      margin-right: 0; } }
.op_step2 {
  display: block; }

.op_country {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px; }
  .op_country .op_txt2 {
    color: #141414;
    font-size: 18px; }

.op_selectwrap {
  position: relative;
  width: 325px;
  margin-left: 35px; }
  .op_selectwrap:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

.op_list {
  padding: 35px; }

.op_items {
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer; }

.op_txt {
  color: #141414;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .op_txt:before {
    background: url("../../images/zh-cht/icons/op_uncheck.png");
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .op_txt.active:before {
    background: url("../../images/zh-cht/icons/op_checked.png");
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.op_free {
  color: #3b3b3b;
  font-size: 18px;
  display: block; }
  .op_free.active {
    color: #f56a5f; }

.op_title1 {
  padding: 15px 0;
  width: 240px;
  text-align: center;
  height: 44px; }

.op_01 {
  background: #a8f8ff; }

.op_02 {
  background: #8cefe3; }

.op_03 {
  background: #ff9e96; }

.op_04 {
  background: #feebbe; }

.op_nofinger {
  cursor: auto; }

.op_pd35 {
  padding: 35px 0; }

.op_items1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .op_items1 .op_input {
    width: 220px; }
  .op_items1 .error {
    text-align: right; }

.op_btn1 {
  color: #ffffff;
  background: #205299;
  padding: 13px 0;
  text-align: center;
  height: 40px;
  display: block;
  width: 75px;
  margin-left: 6px; }

.op_txt1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.op_txt1_1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 40px; }

.op_arrow {
  width: 7px;
  height: 14px;
  display: block;
  margin: 0 15px 0 10px; }

.op_selectwrap1 {
  position: relative;
  width: 302px; }
  .op_selectwrap1:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

.op_line {
  border-bottom: 1px solid #205299; }

.op_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.op_col {
  width: calc(100% / 2 - 10px);
  margin-right: 10px; }

.op_items2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .op_items2 .op_items4 {
    width: calc(100% - 205px - 10px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .op_items2 .op_selectwrap1 {
    position: relative;
    width: 112px; }
  .op_items2 .op_input6 {
    width: calc(100% - 112px - 10px);
    margin-left: 10px; }
    .op_items2 .op_input6::-webkit-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input6::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input6:-ms-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input6::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
  .op_items2 .op_input1 {
    width: calc(100% - 205px - 10px); }
    .op_items2 .op_input1::-webkit-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input1::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input1:-ms-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input1::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
  .op_items2 .op_selectwrap2 {
    position: relative;
    width: calc(100% - 205px); }
    .op_items2 .op_selectwrap2:after {
      content: '';
      position: absolute;
      top: 18px;
      right: 10px;
      bottom: 0;
      pointer-events: none;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #000000 transparent transparent transparent; }
  .op_items2 .op_input2 {
    max-width: 95px;
    width: calc(100% - 90px - 252px - 20px);
    margin-left: 10px; }
  .op_items2 .op_input3 {
    width: calc(100% - 205px - 10px); }
    .op_items2 .op_input3::-webkit-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input3::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input3:-ms-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input3::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
  .op_items2 .op_input4 {
    width: calc(100% - 36px - 40px - 10px); }
    .op_items2 .op_input4::-webkit-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input4::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input4:-ms-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items2 .op_input4::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }

.op_title2 {
  padding: 15px 0;
  width: 205px;
  text-align: left;
  color: #205299;
  font-size: 18px; }

.op_title3 {
  padding: 15px 0;
  text-align: left;
  color: #205299;
  font-size: 18px;
  margin-right: 10px; }

.op_title4 {
  color: #313131;
  padding: 15px 0;
  text-align: left;
  font-size: 18px;
  margin-right: 40px; }

.op_pd20 {
  padding: 20px 35px; }

.op_pd201 {
  padding: 20px 35px 97px; }

.op_noborder {
  border: none !important; }

.op_invoice {
  color: #313131;
  font-size: 18px;
  background: #f7f8f8;
  padding: 15px 45px;
  cursor: pointer;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .op_invoice:hover, .op_invoice.active {
    color: #ffffff;
    background: #535353; }
    .op_invoice:hover:after, .op_invoice.active:after {
      width: 8px;
      height: 8px;
      content: '';
      display: block;
      background: #535353;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      margin: auto;
      border-radius: 99em; }
  .op_invoice:before {
    background: url("../../images/zh-cht/icons/op_uncheck1.png");
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.op_data1 {
  padding: 15px 0 100px 90px; }

.op_items3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .op_items3 .op_input5 {
    max-width: 252px;
    width: calc(100% - 245px); }
    .op_items3 .op_input5::-webkit-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items3 .op_input5::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items3 .op_input5:-ms-input-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
    .op_items3 .op_input5::-moz-placeholder {
      color: #e0e0e0;
      font-size: 18px; }
  .op_items3 .op_selectwrap3 {
    max-width: 252px;
    position: relative;
    width: calc(100% - 245px); }
    .op_items3 .op_selectwrap3:after {
      content: '';
      position: absolute;
      top: 18px;
      right: 10px;
      bottom: 0;
      pointer-events: none;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #000000 transparent transparent transparent; }

.op_title5 {
  padding: 15px 0;
  width: 245px;
  text-align: left;
  color: #313131;
  font-size: 18px; }

.op_info {
  background: #f7f8f8;
  padding: 35px 70px; }
  .op_info ul li {
    list-style-type: disc;
    color: #313131;
    line-height: 22px; }

.op_check {
  padding: 40px 45px 120px; }
  .op_check .op_check1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .op_check a:hover {
    text-decoration: underline; }

.op_btnwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.op_btn {
  max-width: 475px;
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #205299;
  padding: 15px 0; }

.op_choose {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.op_link {
  display: block;
  color: #205299;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px; }
  .op_link:last-child {
    margin-right: 0; }
  .op_link:before {
    background: url("../../images/zh-cht/icons/op_uncheck.png");
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block; }
  .op_link.active:before {
    background: url("../../images/zh-cht/icons/op_checked.png");
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block; }

.op_link1 {
  display: block;
  background: #205299;
  color: #ffffff;
  margin-right: 20px;
  padding: 15px 0;
  width: 240px;
  text-align: center;
  height: 44px; }

.op_selectwrap4 {
  position: relative;
  width: calc(100% - 205px - 10px); }
  .op_selectwrap4:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

.op_step3 {
  display: block; }

.op_txt3 {
  font-size: 18px; }

.op_data2 {
  margin-bottom: 100px;
  border-bottom: 1px solid #205299; }

.op_table {
  text-align: center;
  margin-bottom: 100px; }

.op_tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  line-height: 22px; }

.op_bg {
  background: #f7f8f8; }

.op_bg1 {
  background: #205299;
  color: #ffffff; }

.op_th {
  width: calc(100% / 5);
  font-size: 18px; }

.op_th1 {
  width: calc(100% / 5 * 4);
  text-align: left;
  padding: 0 84px; }

.op_td {
  width: calc(100% / 5);
  font-size: 18px; }

.op_td1 {
  width: calc(100% / 5 * 4);
  text-align: left;
  padding: 0 84px; }

.op_red {
  color: #f56a5f; }

.op_red1 {
  color: #f56a5f;
  font-size: 21px;
  padding: 0 5px; }

.op_td2 {
  width: calc(100% / 5);
  font-size: 18px; }

.op_td2_1 {
  width: calc(100% / 5 * 5);
  text-align: right;
  padding: 0 84px;
  position: relative;
  font-size: 18px;
  height: 20px; }

.op_txt4 {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.op_white {
  font-size: 40px; }

.op_mg70 {
  margin-bottom: 70px; }

.op_blue {
  color: #64c8ff;
  cursor: pointer; }
  .op_blue:hover {
    text-decoration: underline; }

@media (max-width: 1023px) {
  .op_country .op_txt2 {
    font-size: 15px; }

  .op_txt {
    font-size: 15px; }

  .op_free {
    font-size: 15px; }

  .op_title2 {
    font-size: 15px; }

  .op_link {
    font-size: 15px; }

  .op_title3 {
    font-size: 15px;
    width: 205px;
    margin-right: 0; }

  .op_invoice {
    font-size: 15px;
    padding: 15px 10px; }

  .op_title5 {
    font-size: 15px; }

  .op_th {
    font-size: 15px; }

  .op_td {
    font-size: 15px; }

  .op_td2_1 {
    font-size: 15px; }

  .op_td2 {
    font-size: 15px; }

  .op_red1 {
    font-size: 16px; }

  .op_white {
    font-size: 35px; }

  .op_txt3 {
    font-size: 13px; }

  .op_title4 {
    font-size: 15px;
    width: 70px;
    margin-right: 0; }

  .op_list {
    padding: 10px 0; }

  .op_width {
    width: 404px; }

  .op_width1 {
    width: 452px; }

  .op_width2 {
    width: 416px; }

  .op_selectwrap1 {
    width: 300px; }

  .op_btn1 {
    padding: 13px 0; }

  .op_items2 {
    width: 100%; }
    .op_items2 .op_input1 {
      max-width: inherit;
      width: calc(100% - 205px); }
      .op_items2 .op_input1::-webkit-input-placeholder {
        font-size: 15px; }
      .op_items2 .op_input1::-moz-placeholder {
        font-size: 15px; }
      .op_items2 .op_input1:-ms-input-placeholder {
        font-size: 15px; }
      .op_items2 .op_input1::-moz-placeholder {
        font-size: 15px; }
    .op_items2 .op_items4 {
      max-width: inherit;
      width: calc(100% - 205px); }
    .op_items2 .op_input2 {
      max-width: inherit;
      width: calc(100% - 205px);
      margin-left: 205px;
      margin-top: 2px;
      margin-bottom: 2px; }
    .op_items2 .op_input3 {
      width: calc(100% - 205px); }
      .op_items2 .op_input3::-webkit-input-placeholder {
        font-size: 15px; }
      .op_items2 .op_input3::-moz-placeholder {
        font-size: 15px; }
      .op_items2 .op_input3:-ms-input-placeholder {
        font-size: 15px; }
      .op_items2 .op_input3::-moz-placeholder {
        font-size: 15px; }
    .op_items2 .op_input4 {
      width: calc(100% - (30px + 40px)); }
      .op_items2 .op_input4::-webkit-input-placeholder {
        font-size: 15px; }
      .op_items2 .op_input4::-moz-placeholder {
        font-size: 15px; }
      .op_items2 .op_input4:-ms-input-placeholder {
        font-size: 15px; }
      .op_items2 .op_input4::-moz-placeholder {
        font-size: 15px; }

  .op_col {
    width: 100%;
    margin-right: 0; }

  .op_selectwrap4 {
    width: calc(100% - 205px); }

  .op_data1 {
    padding: 10px 0; }

  .op_items3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .op_items3 .op_input5 {
      max-width: inherit;
      width: calc(100% - 245px); }
      .op_items3 .op_input5::-webkit-input-placeholder {
        font-size: 15px; }
      .op_items3 .op_input5::-moz-placeholder {
        font-size: 15px; }
      .op_items3 .op_input5:-ms-input-placeholder {
        font-size: 15px; }
      .op_items3 .op_input5::-moz-placeholder {
        font-size: 15px; }
    .op_items3 .op_selectwrap3 {
      max-width: inherit;
      width: calc(100% - 245px); }

  .op_info {
    padding: 20px 20px 20px 40px; }

  .op_check {
    padding: 20px 0; }
    .op_check .op_check1 {
      -ms-flex-align: start;
          align-items: flex-start;
      line-height: 22px; }

  .op_btn {
    margin-right: 30px;
    width: calc(100% / 2); }
    .op_btn:last-child {
      margin-right: 0; }

  .op_table {
    margin-bottom: 20px; }

  .op_data2 {
    margin-bottom: 20px; }

  .op_mg70 {
    margin-bottom: 35px; }

  .op_invoice:hover:after, .op_invoice.active:after {
    left: 16px; } }
@media (max-width: 767px) {
  .op_country {
    display: block; }
    .op_country .op_txt2 {
      margin-bottom: 15px;
      display: block; }

  .op_selectwrap {
    width: 100%;
    margin-left: 0; }

  .op_text {
    width: calc(100% - 30px);
    line-height: 22px; }

  .op_title1 {
    width: 100%;
    margin-bottom: 10px; }

  .op_width {
    width: 100%; }

  .op_items1 {
    display: block; }

  .op_items1 .op_input {
    width: 100%; }
  .op_items1 .error {
    text-align: left; }

  .op_selectwrap1 {
    width: 100%; }

  .op_width1 {
    width: 100%; }

  .op_width2 {
    width: 100%; }

  .op_btn1 {
    max-width: inherit;
    margin-top: 10px;
    width: 100%;
    margin-left: 0; }

  .op_txt1 {
    margin-bottom: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start; }

  .op_items {
    margin-bottom: 15px; }

  .op_title2 {
    width: 100%; }

  .op_items2 {
    display: block; }
    .op_items2 .op_items4 {
      width: 100%; }
    .op_items2 .op_input1 {
      width: 100%; }
    .op_items2 .op_selectwrap1 {
      width: 100%;
      margin-bottom: 10px; }
    .op_items2 .op_input6 {
      width: 100%;
      margin-left: 0; }
    .op_items2 .op_selectwrap2 {
      width: 100%; }
    .op_items2 .op_input2 {
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 0;
      width: 100%; }
    .op_items2 .op_input3 {
      width: 100%; }
    .op_items2 .op_input4 {
      width: 100%; }

  .op_link {
    margin-right: 10px; }

  .op_choose {
    margin: 10px 0; }

  .op_selectwrap4 {
    width: 100%; }

  .op_title4 {
    width: 100%; }

  .op_items3 {
    display: block; }
    .op_items3 .op_input5 {
      width: 100%; }
    .op_items3 .op_selectwrap3 {
      width: 100%; }

  .op_title5 {
    width: 100%; }

  .op_btnwrap {
    display: block; }

  .op_btn {
    max-width: inherit;
    width: 100%;
    margin-bottom: 10px; }
    .op_btn:last-child {
      margin-bottom: 0; }

  .op_mobile_th {
    display: none; }

  .op_mobile_td {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start; }

  .op_tr {
    padding: 10px 0; }

  .op_td1 {
    padding: 0; }

  .op_td {
    width: calc(100% / 2);
    text-align: left;
    padding: 0 5px 20px;
    font-size: 13px; }
    .op_td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline; }

  .op_td2 {
    font-size: 13px; }

  .op_red1 {
    font-size: 13px; }

  .op_white {
    font-size: 25px; }

  .op_txt3 {
    word-break: break-all; }

  .op_link1 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px; }
    .op_link1:last-child {
      margin-bottom: 0; }

  .op_mg70 {
    margin-bottom: 0; }

  .op_check .op_check1 input[type="checkbox"] {
    width: 20px; }
  .op_check .op_check1 .lg_txt1 {
    width: calc(100% - 20px); }

  .op_phone_txt4 {
    position: relative; }

  .op_phone_tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 10px 5px; }

  .op_phone_td {
    width: inherit;
    padding: 0; }

  .op_phone_td1 {
    width: inherit;
    padding: 0 5px; } }
.of_no {
  font-size: 18px;
  margin-bottom: 25px; }

.of_num {
  font-size: 40px;
  color: #205299; }

.of_txt {
  font-size: 18px;
  margin-bottom: 40px; }

.of_list {
  border-bottom: 1px solid #205299; }

.of_data {
  border-bottom: 1px solid #205299;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.of_title {
  color: #ffffff;
  background: #205299;
  padding: 13px 0;
  max-width: 240px;
  text-align: center;
  height: 44px;
  font-size: 18px; }

.of_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.of_title1 {
  color: #205299;
  padding: 15px 0;
  width: 240px;
  text-align: center;
  height: 44px;
  font-size: 18px; }

.of_info {
  font-size: 18px; }

.of_red {
  color: #f56a5f; }

.of_nt {
  font-size: 21px;
  color: #f56a5f;
  font-weight: bold; }

.of_price {
  font-size: 40px;
  color: #f56a5f;
  font-weight: bold; }

.of_txt1 {
  color: #313131;
  margin-bottom: 100px; }

.of_btnwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.of_btn {
  color: #ffffff;
  background: #205299;
  padding: 15px 0;
  max-width: 350px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-right: 30px; }
  .of_btn:last-child {
    margin-right: 0; }

@media (max-width: 1023px) {
  .of_num {
    font-size: 35px; }

  .of_no {
    font-size: 15px; }

  .of_txt {
    font-size: 15px; }

  .of_title {
    font-size: 15px; }

  .of_title1 {
    font-size: 15px; }

  .of_info {
    font-size: 15px; }

  .of_nt {
    font-size: 16px; }

  .of_price {
    font-size: 35px; }

  .of_data {
    padding-bottom: 10px;
    margin-bottom: 20px; }

  .of_txt1 {
    margin-bottom: 50px; }

  .of_btn {
    font-size: 15px; } }
@media (max-width: 767px) {
  .of_list {
    border-bottom: none; }

  .of_title {
    max-width: inherit; }

  .of_title1 {
    width: auto; }

  .of_txt1 {
    line-height: 22px; }

  .of_btnwrap {
    display: block; }

  .of_btn {
    margin-right: 0;
    max-width: inherit;
    margin-bottom: 10px;
    display: block; }
    .of_btn:last-child {
      margin-bottom: 0; } }
.mb_mg {
  margin-bottom: 50px; }

.mb_title {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.mb_vip {
  color: #64c8ff;
  font-size: 40px;
  text-align: center;
  display: block;
  margin-bottom: 10px; }

.mb_vipdate {
  background: #64c8ff;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  display: block;
  width: 150px;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 10px; }

.mb_title1 {
  font-size: 21px;
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.mb_title2 {
  font-size: 21px;
  text-align: center;
  display: block;
  margin-bottom: 50px; }

.mb_data:after {
  content: "";
  display: table;
  clear: both; }

.mb_bg1 {
  background: #00ac97; }

.mb_bg2 {
  background: #f56a5f; }

.mb_bg3 {
  background: #64c8ff; }

.mb_bg4 {
  background: #feebbe; }

.mb_bg5 {
  background: #ffebc8; }

.mb_white {
  color: #ffffff; }

.mb_black {
  color: #000000; }

.mb_list {
  width: calc(100% / 3);
  float: left;
  margin-bottom: 50px; }

.mb_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  padding: 30px 15px 15px;
  text-align: center;
  border-radius: 30px; }

.mb_title3 {
  font-size: 18px; }

.mb_num {
  font-size: 40px; }

.mb_txt {
  line-height: 22px;
  text-decoration: underline;
  display: block; }

.mb_txt1 {
  line-height: 22px; }

@media (max-width: 1023px) {
  .mb_title {
    font-size: 15px;
    margin-bottom: 20px; }

  .mb_vip {
    font-size: 35px;
    margin-bottom: 25px; }

  .mb_title1 {
    font-size: 16px;
    margin-bottom: 15px; }

  .mb_title2 {
    font-size: 16px;
    margin-bottom: 25px; }

  .mb_title3 {
    font-size: 15px; }

  .mb_num {
    font-size: 35px; } }
@media (max-width: 767px) {
  .mb_list {
    width: calc(100% / 2 - 5px);
    float: left;
    margin-bottom: 25px;
    margin-right: 10px; }
    .mb_list:nth-child(2n) {
      margin-right: 0; }

  .mb_items {
    width: 100%;
    height: auto;
    padding: 15px; } }
.pg_btnwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.pg_btn {
  background: #64c8ff;
  color: #ffffff;
  text-align: center;
  padding: 6px 12px;
  line-height: 1.5;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #64c8ff;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px; }
  .pg_btn.active {
    background: #ffffff;
    color: #64c8ff;
    border: 1px solid #64c8ff; }

.pg_wrap {
  margin: 20px auto; }

.pg_sliderwrap {
  width: 100%; }
  .pg_sliderwrap:after {
    content: "";
    display: table;
    clear: both; }

.pg_tabs_nav {
  position: relative;
  border-bottom: none;
  text-align: center;
  float: left;
  padding: 10px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #007bff;
  white-space: nowrap;
  background: #cccccc; }
  .pg_tabs_nav.active {
    background: #666666;
    letter-spacing: 0.8px;
    line-height: 1.5;
    color: #ffffff; }

.pg_cnt {
  width: 100%;
  display: none; }
  .pg_cnt.active {
    display: block; }

.pdcnt_tabs_cnt {
  padding: 10px 0;
  display: none; }
  .pdcnt_tabs_cnt.active {
    display: block; }

.pg_table {
  width: 100%; }
  .pg_table th,
  .pg_table td {
    text-align: left;
    font-weight: inherit;
    padding: 10px;
    border: 1px solid #212529;
    line-height: 1.5;
    word-break: break-all; }

.pg_table1 {
  width: 100%; }
  .pg_table1 td {
    padding: 10px; }

@media (max-width: 1023px) {
  .pg_table {
    width: 100%; }
    .pg_table th,
    .pg_table td {
      font-size: 12px; } }
@media (max-width: 767px) {
  .pg_datawrap {
    display: block; }

  .pg_data {
    margin: 0 auto 20px; }
    .pg_data:nth-child(2) {
      margin: 0 auto; }

  .pg_tabs_nav {
    padding: 12px 10px;
    margin-right: 0px;
    font-size: 13px; }
    .pg_tabs_nav.active {
      font-size: 13px; } }
.pc {
  display: block; }

.phone {
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.pages_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 10px 100px; }
  .pages_container:after {
    content: "";
    display: table;
    clear: both; }

.slider {
  position: relative; }

.slick-prev {
  left: 30px;
  z-index: 1;
  background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center;
  width: 30px;
  height: 100%; }
  .slick-prev:before {
    content: '';
    opacity: 1; }
  .slick-prev:hover {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }
  .slick-prev:focus {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_prev1.png") no-repeat center center; }

.slick-next {
  right: 30px;
  z-index: 1;
  background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center;
  width: 30px;
  height: 100%; }
  .slick-next:before {
    content: ''; }
  .slick-next:hover {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }
  .slick-next:focus {
    opacity: 1;
    background: url("../../images/zh-cht/icons/arrow_next1.png") no-repeat center center; }

.slick-dots li[aria-hidden="true"] {
  width: 12px;
  height: 12px;
  margin: 0 7.5px; }
  .slick-dots li[aria-hidden="true"] button:before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    background: transparent;
    border: 1px solid #fefefe;
    border-radius: 99em; }
.slick-dots li[aria-hidden="false"] {
  width: 12px;
  height: 12px;
  margin: 0 7.5px; }
  .slick-dots li[aria-hidden="false"] button:before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    background: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 99em; }

.select_arrowwrap {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  width: 100%; }
  .select_arrowwrap select {
    border: 0;
    border-bottom: 1px solid #dddddd;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }

.select_arrow:after {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  top: 15px;
  right: 20px;
  bottom: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000000 transparent transparent transparent; }

.select_active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000000 transparent; }

.pagination {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }
  .pagination .pagination_num {
    font-size: 18px;
    text-align: center;
    color: #000000;
    padding: 5px;
    display: block;
    float: left;
    font-family: 'Arial';
    width: 25px;
    height: 33px;
    line-height: 23px;
    margin: 0 3px 5px; }
    .pagination .pagination_num.active {
      font-size: 18px;
      text-align: center;
      color: #000000;
      padding: 5px;
      display: block;
      border-bottom: 1px solid #64c8ff; }
  .pagination .pagination_next,
  .pagination .pagination_prev {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    display: block;
    float: left;
    font-family: 'Arial';
    width: 33px;
    height: 33px;
    background: #64c8ff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .pagination .pagination_pc {
    width: 100%;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination .pagination_pc:after {
      content: "";
      display: table;
      clear: both; }

.member_pagination {
  padding: 0;
  float: right; }
  .member_pagination .pagination_num {
    text-align: center;
    color: #000000;
    padding: 5px;
    display: block;
    float: left;
    line-height: 23px;
    margin: 0 3px 5px; }
    .member_pagination .pagination_num.active {
      text-align: center;
      color: #bfbfbf;
      padding: 5px;
      display: block; }
  .member_pagination .pagination_next,
  .member_pagination .pagination_prev {
    text-align: center;
    padding: 5px;
    display: block;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .member_pagination .pagination_next:focus,
    .member_pagination .pagination_prev:focus {
      color: #bfbfbf; }
  .member_pagination .pagination_pc {
    width: 100%;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .member_pagination .pagination_pc:after {
      content: "";
      display: table;
      clear: both; }

.error {
  color: red;
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  text-align: left; }

.main_filter {
  max-width: 239px;
  width: 100%;
  position: relative; }

.main_txt {
  max-width: 239px;
  width: 100%;
  height: 40px;
  border: 1px solid #bfbfbf;
  text-align: left;
  padding: 0 20px;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  line-height: 38px; }
  .main_txt:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 18px;
    right: 20px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

.main_area {
  position: absolute;
  max-width: 239px;
  width: 100%;
  display: none;
  z-index: 10;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0 20px;
  background: #ffffff; }

.main_list {
  max-width: 239px;
  width: 100%;
  height: 40px;
  text-align: left;
  color: #000000;
  transition: 0.3s;
  cursor: pointer;
  line-height: 38px;
  border-bottom: 1px dashed #a0a0a0; }
  .main_list:last-child {
    border-bottom: 0; }
  .main_list:hover {
    background: #64c8ff;
    color: #ffffff; }

.label {
  cursor: pointer; }

.label input[type="checkbox"] + .label-text:hover:before {
  color: #000000; }

.label input[type="checkbox"] {
  display: none; }

.label input[type="checkbox"] + .label-text:before {
  content: "\f096";
  color: #000000;
  font-family: "fontAwesome";
  line-height: 1;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px; }

.label input[type="checkbox"]:checked + .label-text:before {
  content: "\f0c8";
  color: #000000;
  animation: tick 150ms ease-in; }

.label input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #000000; }

@keyframes tick {
  0% {
    transform: scale(0); }
  90% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
.mfp-bg {
  background: #000000;
  opacity: 0.3; }

.pc_breadcrumb li {
  display: inline-block; }
  .pc_breadcrumb li:after {
    display: inline-block;
    content: "＞"; }
  .pc_breadcrumb li:last-child:after {
    display: none;
    content: ""; }
  .pc_breadcrumb li a:hover {
    color: #64c8ff; }
  .pc_breadcrumb li span {
    transition: 0.3s; }
    .pc_breadcrumb li span:hover {
      color: #64c8ff; }
    .pc_breadcrumb li span.active {
      color: #64c8ff; }
  .pc_breadcrumb li h1 {
    font-size: 15px;
    font-weight: inherit;
    transition: 0.3s; }
    .pc_breadcrumb li h1:hover {
      color: #64c8ff; }
    .pc_breadcrumb li h1.active {
      color: #64c8ff; }

.waitMore {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: #bababa;
  opacity: .95;
  z-index: 1003; }
  .waitMore img {
    width: 100%; }
  .waitMore.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center; }
  .waitMore i {
    font-size: 100px;
    color: #666; }

.main_nodata {
  color: #000000;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.main_nodata1 {
  color: #000000;
  font-size: 15px;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 9px; }

.main_title {
  border-bottom: 1px solid #777777;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.main_title1 {
  font-size: 21px;
  font-weight: bold; }

.main_blue {
  color: #64c8ff; }

.main_disc ul {
  list-style-type: disc; }

@media (max-width: 1023px) {
  .pc {
    display: none; }

  .phone {
    display: block; }

  .container {
    padding: 0 24px; }

  .select_phonearrow:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: 20px;
    bottom: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent; }

  .pc_breadcrumb {
    display: none; }

  .pagination .pagination_num {
    font-size: 14px; }
    .pagination .pagination_num.active {
      font-size: 14px; }
  .pagination .pagination_next,
  .pagination .pagination_prev {
    font-size: 14px; }

  .member_pagination {
    float: none;
    width: 100%; }
    .member_pagination .pagination_num {
      font-size: 14px; }
      .member_pagination .pagination_num.active {
        font-size: 14px; }
    .member_pagination .pagination_next,
    .member_pagination .pagination_prev {
      font-size: 14px; }

  .main_nodata {
    padding-bottom: 15px; }

  .main_nodata1:before {
    content: attr(data-th) "" !important; }

  .main_txt {
    font-size: 13px;
    padding: 0 10px; }
    .main_txt:after {
      right: 10px; }

  .main_area {
    padding: 0 10px; }

  .main_list {
    font-size: 13px; }

  .pages_container {
    padding: 20px 10px 50px; }

  .main_title {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .main_title1 {
    font-size: 16px; } }
@media (max-width: 767px) {
  .op_phonetd1 {
    display: inline-block;
    width: 50%; }

  .main_filter {
    max-width: inherit; }

  .main_txt {
    max-width: inherit; }

  .main_area {
    max-width: inherit; }

  .main_list {
    max-width: inherit; } }