@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  overflow-x: hidden;
}

p {
  font-family: Microsoft JhengHei;
}

input {
  font-family: Microsoft JhengHei;
}

.loder {
  width: 100vw;
  height: 100vh;
  background-size: 250px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .loder {
    background-size: 150px;
  }
}
.loder span {
  display: none;
}

::-webkit-scrollbar {
  width: 0px;
}

@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltip {
  position: absolute;
  background: #eeeeee;
  color: black;
  min-width: 150px;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  z-index: 90;
  display: none;
}
.tooltip a {
  color: #343434;
  border-bottom: 1px solid #000;
}
.tooltip a:hover {
  color: #000;
  transition: 0.3s;
  border-bottom: 1px solid #343434;
}
.tooltip.show {
  display: block;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #eeeeee;
  top: -8px;
  transform: rotate(45deg);
  left: 7px;
}

.content02 .con02_center, .vip_member-product .title, .vip_member-product .product-slider {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .content02 .con02_center, .vip_member-product .title, .vip_member-product .product-slider {
    width: 1080px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 960px) {
  .content02 .con02_center, .vip_member-product .title, .vip_member-product .product-slider {
    width: 950px;
  }
}
@media screen and (max-width: 959px) and (min-width: 451px) {
  .content02 .con02_center, .vip_member-product .title, .vip_member-product .product-slider {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .content02 .con02_center, .vip_member-product .title, .vip_member-product .product-slider {
    width: calc(100%  - 30px);
  }
}

.content02 .con02_center {
  padding: 0 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 1349px) and (min-width: 960px) {
  .content02 .con02_center {
    padding: 0 35px;
  }
}
@media screen and (max-width: 959px) {
  .content02 .con02_center {
    padding: 0 0px;
  }
}

.content01 {
  margin-top: 80px;
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .content01 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .content01 {
    margin-top: 60px;
  }
}

.group_popup .note, .group_popup .select_box, .group_popup .select_box .count, .group_popup .add_box, .group_popup .add_box .btn_add-rule, .vip_member-product .title, .vip_member-product .product-slider .product_box .add_cart p {
  display: flex;
  align-items: center;
}

.count .count-box:before, .count .count-box:after, .group_popup figure.product h3:after {
  position: absolute;
  display: block;
}

.count .count-box, .popup .wrap, .group_popup figure, .group_popup figure.product .title, .group_popup figure.product h3 {
  position: relative;
  display: block;
}

.group_popup .add_box .btn_add-rule:hover, .group_popup .add_box .btn_add-rule:hover img, .price_group-checkbox input[type='radio']:checked + label h6, .price_group-checkbox input[type='radio']:checked + label p, .price_group-checkbox:hover label, .price_group-checkbox:hover h6, .price_group-checkbox:hover p, .vip_member-product .arrow polyline, .vip_member-product .arrow:hover polyline {
  transition: 0.3s;
}

.color_b {
  color: #005BAC;
}

.color_vip {
  color: #00B688;
}

a {
  text-decoration: none;
}

select {
  background-color: white;
  border: thin solid #c9c9c9;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #80838b;
  font-size: 14px;
  font-weight: normal;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(135deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), calc(100% - 2.5em) 0em;
  background-size: 5px 5px, 5px 5px, 1px 38px;
  background-repeat: no-repeat;
}
select:focus {
  background-image: linear-gradient(45deg, #3e74b9 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #3e74b9 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 13px) 1em, calc(100% - 18px) 1em, calc(100% - 2.5em) 0em;
  background-size: 5px 5px, 5px 5px, 1px 38px;
  background-repeat: no-repeat;
  border-color: #3e74b9;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.count .count-box {
  height: 36px;
  border: 1px solid #ccc;
}
.count .count-box:before, .count .count-box:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ccc;
}
.count .count-box:before {
  left: 42px;
}
.count .count-box:after {
  right: 42px;
}
.count .count-box button,
.count .count-box input {
  text-align: center;
  line-height: inherit;
  padding: 0;
  float: left;
  height: 100%;
  background: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: normal;
  color: #80838b;
  height: 36px;
  box-sizing: border-box;
}
.count .count-box input {
  width: calc(100% - (42px * 2));
}
.count .count-box .sub-btn,
.count .count-box .add-btn {
  width: 42px;
}
.count .count-box .sub-btn:hover,
.count .count-box .add-btn:hover {
  background: #3e74b9;
  color: #fff;
}

.content01 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.content01 .owl-carousel.pc_img {
  display: block;
}
.content01 .owl-carousel.pad_img {
  display: none;
}
.content01 .owl-carousel.mo_img {
  display: none;
}
.content01 .owl-carousel .pc_img {
  display: block;
}
.content01 .owl-carousel .pad_img {
  display: none;
}
.content01 .owl-carousel .mo_img {
  display: none;
}
.content01 .owl-carousel .cycle_box {
  width: 100%;
  position: relative;
}
.content01 .owl-carousel .cycle_box img {
  width: 100%;
}
.content01 .owl-carousel .cycle_box video {
  width: 100%;
}
.content01 .owl-carousel .cycle_box iframe {
  width: 100%;
  height: 100%;
}
.content01 .owl-carousel .cycle_box .banner_word_area {
  position: absolute;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  left: 100px;
  top: 100px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 160%;
}
.content01 .owl-carousel .cycle_box .banner_word_area .title {
  font-size: 38px;
}
.content01 .owl-carousel .cycle_box .banner_word_area .word {
  font-size: 15px;
}
.content01 .arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 99;
  cursor: pointer;
}
.content01 .arrow.left {
  left: 20px;
}
.content01 .arrow.right {
  right: 20px;
}
.content01 .arrow .circle {
  fill: none;
  stroke: #4d4d4d;
  stroke-miterlimit: 1;
  transition: 0.3s;
}
.content01 .arrow .polyline {
  fill: none;
  stroke: #4d4d4d;
  stroke-miterlimit: 5;
  transition: 0.3s;
}
.content01 .arrow:hover .circle {
  fill: #4d4d4d;
  stroke: #4d4d4d;
  stroke-miterlimit: 5;
  transition: 0.3s;
}
.content01 .arrow:hover .polyline {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 5;
  transition: 0.3s;
}

.content02 {
  width: 100%;
  background: #fff;
}
.content02 .con02_center {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.content02 .con02_center .botton_area {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.content02 .con02_center .botton_area .botton_box {
  width: calc((100% / 2) - 2px);
  border: 1px solid #ccc;
  float: left;
  background: #fff;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 8;
}
.content02 .con02_center .botton_area .botton_box p {
  color: #666;
  letter-spacing: 4px;
  font-size: 16px;
  transition: 0.5s;
}
.content02 .con02_center .botton_area .botton_box.click {
  background: #32b490;
  border: 1px solid #32b490;
  transition: 0.5s;
}
.content02 .con02_center .botton_area .botton_box.click p {
  color: #fff;
  transition: 0.5s;
}
.content02 .con02_center .botton_line {
  width: 100%;
  height: 1px;
  background: #32b490;
  margin: -1px 0 0 0;
  position: relative;
  z-index: 9;
}
.content02 .con02_center .con02_article {
  width: 100%;
  margin: 0px 0 0 0;
  display: none;
}
.content02 .con02_center .con02_article.click {
  display: block;
}
.content02 .con02_center .con02_article .tab_product {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 2px solid #ccc;
}
@media screen and (max-width: 700px) {
  .content02 .con02_center .con02_article .tab_product {
    border-top: none;
    width: calc(100% - 30px);
    margin: 0px auto 0 auto;
  }
}
.content02 .con02_center .con02_article .tab_product .tabbox {
  width: calc((100% - 60px) / 5);
  float: left;
  margin: 0 0 0 15px;
  padding: 20px 0;
  background: #696969;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 700px) {
  .content02 .con02_center .con02_article .tab_product .tabbox {
    width: calc((100% - 20px) / 5);
    margin: 0 0 0 5px;
    padding: 10px 0;
  }
}
.content02 .con02_center .con02_article .tab_product .tabbox:first-child {
  margin: 0 0 0 0px;
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center {
  width: calc(100% - 36px);
  margin: 0 auto;
}
@media screen and (max-width: 1349px) and (min-width: 701px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center {
    width: calc(100% - 35px);
  }
}
@media screen and (max-width: 700px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center {
    text-align: center;
  }
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center.short {
  width: calc(100% - 85px);
}
@media screen and (min-width: 1681px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center.short {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center.short {
    width: calc(100% - 45px);
  }
}
@media screen and (max-width: 1349px) and (min-width: 701px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center.short {
    width: calc(100% - 73px);
  }
}
@media screen and (max-width: 700px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center.short {
    width: 35px;
  }
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_icon {
  width: 40px;
  height: 40px;
  float: left;
  background: #fff;
  border-radius: 100px;
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_icon svg {
  width: 100%;
  height: 100%;
  transform: scale(0.7);
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_icon svg .svg_path_f {
  fill: #646466;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_icon svg .svg_path_s {
  fill: none;
  stroke: #616364;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_icon svg .svg_path_fs {
  fill: #616364;
  stroke: #616364;
  transition: 0.4s;
}
@media screen and (max-width: 1349px) and (min-width: 701px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_icon {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 959px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_icon {
    display: none;
  }
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name {
  width: calc(100% - 50px);
  height: 21px;
  float: right;
  color: #fff;
  margin: 11px 0 0px 10px;
}
.content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name span {
  font-size: 13px;
  vertical-align: text-top;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1681px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name {
    font-size: 18px;
    margin: 9px 0 0px 10px;
  }
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 960px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name {
    width: calc(100% - 30px);
    margin: 2px 0 0px 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) and (min-width: 701px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name {
    width: 100%;
    font-size: 14px;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name {
    width: 35px;
    text-align: center;
    height: 59px;
    margin: 0 auto;
    float: none;
    font-size: 14px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tab_center .tab_name.long {
    margin: 2px 0 0px 10px;
  }
}
.content02 .con02_center .con02_article .tab_product .tabbox .tri {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 5px);
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #646466 transparent transparent transparent;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .content02 .con02_center .con02_article .tab_product .tabbox .tri {
    display: none;
  }
}
.content02 .con02_center .con02_article .tab_product .tabbox:hover {
  background: #4588c7;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox:hover .tab_center .tab_icon .svg_path_f {
  fill: #4588c7;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox:hover .tab_center .tab_icon .svg_path_s {
  fill: none;
  stroke: #4588c7;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox:hover .tab_center .tab_icon .svg_path_fs {
  fill: #4588c7;
  stroke: #4588c7;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox:hover .tri {
  bottom: -10px;
  opacity: 1;
  border-color: #4588c7 transparent transparent transparent;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox.click {
  background: #4588c7;
  opacity: 1;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox.click .tab_center .tab_icon .svg_path_f {
  fill: #4588c7;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox.click .tab_center .tab_icon .svg_path_s {
  fill: none;
  stroke: #4588c7;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox.click .tab_center .tab_icon .svg_path_fs {
  fill: #4588c7;
  stroke: #4588c7;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_product .tabbox.click .tri {
  bottom: -10px;
  opacity: 1;
  border-color: #4588c7 transparent transparent transparent;
  transition: 0.4s;
}
.content02 .con02_center .con02_article .tab_article {
  display: none;
}
.content02 .con02_center .con02_article .tab_article.click {
  display: block;
}
.content02 .con02_center .con02_article .top_text {
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  color: #333;
  text-align: left;
  padding: 15px 0;
  overflow: hidden;
}
.content02 .con02_center .con02_article .top_text.pc {
  display: block;
}
.content02 .con02_center .con02_article .top_text.pc p {
  width: calc(100% - 362px);
  float: left;
}
.content02 .con02_center .con02_article .top_text.pc .product_search {
  width: 360px;
  float: right;
  overflow: hidden;
  border: 1px solid #ccc;
}
.content02 .con02_center .con02_article .top_text.pc .product_search input {
  padding: 10px;
  border: none;
}
.content02 .con02_center .con02_article .top_text.pc .product_search .leftinput {
  width: calc(100% - 60px - 20px);
  float: left;
}
.content02 .con02_center .con02_article .top_text.pc .product_search .leftinput:focus {
  border: none;
}
.content02 .con02_center .con02_article .top_text.pc .product_search .rightinput {
  width: 60px;
  float: right;
  color: #fff;
  background: #333;
}
.content02 .con02_center .con02_article .top_text.mo {
  display: none;
}
.content02 .con02_center .con02_article .arti_line {
  width: 100%;
  height: 1px;
  background: #777;
}
.content02 .con02_center .con02_article .artilce_box {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 8;
  display: table;
  vertical-align: middle;
}
.content02 .con02_center .con02_article .artilce_box .arti_left {
  width: 200px;
  height: 100%;
  float: left;
  color: #333;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
  display: table-cell;
}
.content02 .con02_center .con02_article .artilce_box .arti_left .p_box {
  margin: 0;
  padding: 16px 0;
}
.content02 .con02_center .con02_article .artilce_box .arti_left .p_box p {
  margin: 0;
}
.content02 .con02_center .con02_article .artilce_box .arti_left.blue {
  background: #ebf2f8;
}
.content02 .con02_center .con02_article .artilce_box .arti_left.gree {
  background: #eaf7f4;
}
.content02 .con02_center .con02_article .artilce_box.blue {
  background: #ebf2f8;
}
.content02 .con02_center .con02_article .artilce_box.gree {
  background: #eaf7f4;
}
.content02 .con02_center .con02_article .artilce_box .arti_right {
  width: calc(100% - 200px);
  float: left;
  color: #333;
  font-size: 16px;
  letter-spacing: 2px;
  background: #fff;
  position: relative;
  display: table;
  vertical-align: middle;
}
.content02 .con02_center .con02_article .artilce_box .arti_right p {
  margin: 0;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box {
  float: left;
  padding: 16px 15px;
  margin: 0 0 0 2px;
  cursor: pointer;
  position: relative;
  z-index: 8;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 17px;
  opacity: 1;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg path {
  fill: #ebebeb;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg polyline {
  fill: none;
  stroke: #ebebeb;
  stroke-width: 8;
  stroke-miterlimit: 10;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg.click path {
  fill: #797979;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg.click polyline {
  fill: none;
  stroke: #ffc524;
  stroke-width: 8;
  stroke-miterlimit: 10;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg .mo_click {
  display: none;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box input {
  float: left;
  opacity: 1;
  cursor: pointer;
  opacity: 0;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box p {
  float: left;
  margin: 0 0 0 25px;
  cursor: pointer;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line {
  width: 100%;
  position: absolute;
  right: 0;
  border-top: 1px dotted #ccc;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line.one {
  top: 54px;
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line.two {
  top: calc(54px * 2);
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line.three {
  top: calc(54px * 3);
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line.four {
  top: calc(54px * 4);
}
.content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line.five {
  top: calc(54px * 5);
}
.content02 .con02_center .con02_article .box_line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: -1px 0 0 0;
  position: relative;
  z-index: 9;
}
.content02 .con02_center .con02_article .activity_area {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.content02 .con02_center .con02_article .activity_area .activity_center {
  width: calc(100% - 100px);
  margin: 20px auto;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box {
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box .activity_article {
  position: relative;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box .activity_article .border_box {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid #3e74b9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box .activity_article .border_check {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box .activity_article .activity_img {
  width: 100%;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box .activity_article .activity_img img {
  width: 100%;
  margin: 0 0 -5px 0;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box .activity_word {
  width: 100%;
  text-align: center;
  color: #333;
  letter-spacing: 1;
  font-size: 15px;
  line-height: 150%;
  font-weight: 600;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box.click {
  opacity: 1;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box.click .activity_article .border_box {
  opacity: 1;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .activity_area .activity_center .activity_box.click .activity_article .border_check {
  opacity: 1;
  transition: 0.3s;
}
.content02 .con02_center .con02_article .activity_area .activity_arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(49% - 20px);
  cursor: pointer;
}
.content02 .con02_center .con02_article .activity_area .activity_arrow.prev {
  left: 0;
}
.content02 .con02_center .con02_article .activity_area .activity_arrow.next {
  right: 0;
}
.content02 .con02_center .con02_article .activity_area .owl-carousel .owl-stage-outer {
  padding: 15px 0 0 0;
}
.content02 .con02_center .article_totle {
  width: 100%;
  background: #f3f3f3;
}
.content02 .con02_center .article_totle .article_center {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 15px;
  color: #666;
  letter-spacing: 2px;
}
.content02 .con02_center .article_totle .article_center p {
  margin: 0;
  padding: 16px 0;
}
.content02 .con02_center .article_totle .article_center .center_left {
  width: 50%;
  float: left;
  text-align: left;
}
.content02 .con02_center .article_totle .article_center .center_left span {
  color: #5382bb;
  font-weight: 600;
}
.content02 .con02_center .article_totle .article_center .center_right {
  width: 50%;
  float: right;
  text-align: right;
  cursor: pointer;
  overflow: hidden;
}
.content02 .con02_center .article_totle .article_center .center_right p {
  float: right;
  margin: 0 10px 0 0;
}
.content02 .con02_center .article_totle .article_center .center_right .center_right_icon {
  float: right;
  width: 20px;
  height: 20px;
  margin: 16px 0;
}
.content02 .con02_center .article_totle .article_center .center_right.click .center_right_icon {
  animation: rotatebox 1s forwards linear;
}
.content02 .con02_center .article_totle .article_center.pc {
  display: block;
}
.content02 .con02_center .article_totle .article_center.mo {
  display: none;
}
.content02 .content_line {
  width: 1080px;
  margin: 0 auto;
  height: 0;
  border-top: 1px dotted #999;
}

.mobile_botton {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: #333333;
  z-index: 999;
  display: none;
}
.mobile_botton .botton_center {
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
}
.mobile_botton .botton_center .left_word {
  width: calc(100% - 20px);
  float: left;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
.mobile_botton .botton_center .left_word p {
  margin: 17px 0;
}
.mobile_botton .botton_center .right_icon {
  width: 20px;
  height: 20px;
  float: right;
  margin: 16px 0;
}

.mobile_activity {
  width: calc(100% - 30px);
  margin: 20px auto 0 auto;
  display: none;
}
.mobile_activity img {
  width: 100%;
}

.content03 {
  width: 100%;
  background: #fff;
  display: none;
}
.content03 .con03_center {
  width: calc(1080px + 30px);
  margin: 0 auto;
  padding: 30px 0 100px 0;
  overflow: hidden;
}
.content03 .con03_center.comm {
  display: none;
}
.content03 .con03_center.comm.click {
  display: block;
}
.content03 .con03_center .product_box {
  width: calc((100% / 3) - 30px);
  margin: 30px 15px 0 15px;
  height: auto;
  float: left;
  cursor: pointer;
}
.content03 .con03_center .product_box .pro_img {
  width: calc(336px - 2px);
  height: calc(336px - 2px);
  border: 1px solid #ccc;
  position: relative;
}
.content03 .con03_center .product_box .pro_img .style {
  display: none;
}
.content03 .con03_center .product_box .pro_img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.content03 .con03_center .product_box .pro_img .direct_buy {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  border: 1px solid #ff5773;
  color: #ff5773;
  width: 37px;
  height: 32px;
  padding: 10px 8px 12px 8px;
  font-size: 14px;
  border-radius: 50px;
  line-height: 100%;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-sizing: content-box;
}
.content03 .con03_center .product_box .pro_img .direct_buy p {
  margin: 5px 0 0 0;
  text-align: center;
}
.content03 .con03_center .product_box .pro_img .direct_buy img {
  width: 21px;
  margin: 0 auto;
  display: block;
}
.content03 .con03_center .product_box .pro_img .direct_buy:hover {
  transform: scale(1.08);
  transition: 0.4s;
}
@media screen and (max-width: 1500px) and (min-width: 701px) {
  .content03 .con03_center .product_box .pro_img .direct_buy {
    width: 32px;
    height: 27px;
  }
  .content03 .con03_center .product_box .pro_img .direct_buy img {
    width: 21px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 450px) {
  .content03 .con03_center .product_box .pro_img .direct_buy {
    transform: scale(0.65);
    right: 0px;
    top: 1px;
    padding: 10px 8px 11px 8px;
  }
  .content03 .con03_center .product_box .pro_img .direct_buy img {
    display: none;
  }
  .content03 .con03_center .product_box .pro_img .direct_buy p {
    line-height: 150%;
    letter-spacing: 2px;
  }
}
.content03 .con03_center .product_box .pro_img .img_cover {
  width: 336px;
  height: 336px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transform: scale(0.95);
  opacity: 0;
  transition: 0.5s;
}
.content03 .con03_center .product_box .pro_img .img_cover rect {
  opacity: 0.9;
  fill: #e9ecef;
}
.content03 .con03_center .product_box .pro_img .img_cover .polyline_left {
  fill: none;
  stroke: #00b688;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.content03 .con03_center .product_box .pro_img .img_cover .polyline_right {
  fill: none;
  stroke: #005bac;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.content03 .con03_center .product_box .pro_img .more {
  width: 100%;
  height: auto;
  position: absolute;
  top: 62%;
  left: 0;
  text-align: center;
  z-index: 9;
  opacity: 0;
  transition: 0.5s;
}
.content03 .con03_center .product_box .pro_img .more p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 2px;
  color: #333;
}
.content03 .con03_center .product_box:hover .pro_img img {
  transform: scale(0.95);
  transition: 0.5s;
}
.content03 .con03_center .product_box:hover .pro_img .img_cover {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s;
}
.content03 .con03_center .product_box:hover .pro_img .more {
  opacity: 1;
  transition: 0.5s 0.3s;
}
.content03 .con03_center .product_select {
  width: calc(100% - 0px);
  overflow: hidden;
  position: relative;
  margin: -15px auto 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .content03 .con03_center .product_select {
    margin: 15px auto 0 auto;
  }
}
.content03 .con03_center .product_select .left_word {
  margin: 5px 0 0 20px;
  float: left;
}
@media screen and (max-width: 450px) {
  .content03 .con03_center .product_select .left_word {
    margin: 5px 0 10px 0px;
  }
}
.content03 .con03_center .product_select select {
  float: right;
  width: 250px;
  padding: 10px 50px 10px 8px;
  margin: 0 20px 0 0;
  background: none;
  border: 1px solid #ccc;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: Microsoft JhengHei;
  outline: none;
  position: relative;
  z-index: 2;
}
.content03 .con03_center .product_select .data_arrow {
  width: 16px;
  height: 16px;
  top: calc(50% - 7px);
  right: 30px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .content03 .con03_center .product_select .data_arrow {
    top: calc(70% - 7px);
    right: 15px;
  }
  .content03 .con03_center .product_select .data_arrow.left {
    top: calc(50% - 7px);
  }
}
.content03 .con03_center .pageLinks_area {
  margin: 20px 0 0 0;
  overflow: hidden;
}
.content03.click {
  display: block;
}

@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .content01 .arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .content01 .owl-carousel .cycle_box .banner_word_area {
    width: calc(100% - 180px);
    height: calc(100% - 180px);
    left: 90px;
    top: 90px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .title {
    font-size: 32px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .word {
    font-size: 15px;
  }

  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .con02_center .article_totle .article_center {
    font-size: 13px;
  }
  .content02 .con02_center .article_totle .article_center .center_right .center_right_icon {
    margin: 14px 0;
  }
  .content02 .content_line {
    width: 880px;
  }

  .content03 .con03_center {
    width: calc(880px + 30px);
  }
  .content03 .con03_center .product_box .pro_img {
    width: calc(271px - 2px);
    height: calc(271px - 2px);
  }
  .content03 .con03_center .product_box .pro_img .style {
    width: 48px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 0px 0 0 1px;
  }
  .content03 .con03_center .product_box .pro_img .img_cover {
    width: 271px;
    height: 271px;
  }
  .content03 .con03_center .product_box .pro_img .more p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .content01 .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .content01 .owl-carousel .cycle_box .banner_word_area {
    width: calc(100% - 160px);
    height: calc(100% - 160px);
    left: 80px;
    top: 80px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .title {
    font-size: 30px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .word {
    font-size: 14px;
  }

  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .con02_center .article_totle .article_center {
    font-size: 13px;
  }
  .content02 .con02_center .article_totle .article_center .center_right .center_right_icon {
    margin: 14px 0;
  }
  .content02 .content_line {
    width: 880px;
  }

  .content03 .con03_center {
    width: calc(880px + 30px);
  }
  .content03 .con03_center .product_box .pro_img {
    width: calc(271px - 2px);
    height: calc(271px - 2px);
  }
  .content03 .con03_center .product_box .pro_img .style {
    width: 48px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 0px 0 0 1px;
  }
  .content03 .con03_center .product_box .pro_img .img_cover {
    width: 271px;
    height: 271px;
  }
  .content03 .con03_center .product_box .pro_img .more p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 960px) {
  .content01 .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .content01 .owl-carousel .cycle_box .banner_word_area {
    width: calc(100% - 140px);
    height: calc(100% - 140px);
    left: 70px;
    top: 70px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .title {
    font-size: 28px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .word {
    font-size: 14px;
  }

  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .con02_center .article_totle .article_center {
    font-size: 13px;
  }
  .content02 .con02_center .article_totle .article_center .center_right .center_right_icon {
    margin: 14px 0;
  }
  .content02 .content_line {
    width: 880px;
  }

  .content03 .con03_center {
    width: calc(880px + 30px);
  }
  .content03 .con03_center .product_box .pro_img {
    width: calc(271px - 2px);
    height: calc(271px - 2px);
  }
  .content03 .con03_center .product_box .pro_img .style {
    width: 48px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 0px 0 0 1px;
  }
  .content03 .con03_center .product_box .pro_img .img_cover {
    width: 271px;
    height: 271px;
  }
  .content03 .con03_center .product_box .pro_img .more p {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) and (min-width: 701px) {
  .content01 .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .content01 .owl-carousel .cycle_box .banner_word_area {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    left: 60px;
    top: 60px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .title {
    font-size: 26px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .word {
    font-size: 13px;
  }

  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 12px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 14px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 14px;
  }
  .content02 .con02_center .article_totle .article_center {
    font-size: 13px;
  }
  .content02 .con02_center .article_totle .article_center .center_right .center_right_icon {
    margin: 14px 0;
  }
  .content02 .content_line {
    width: 680px;
  }

  .content03 .con03_center {
    width: calc(680px + 30px);
  }
  .content03 .con03_center .product_box {
    width: calc((100% / 2) - 30px);
  }
  .content03 .con03_center .product_box .pro_img {
    width: calc(326px - 2px);
    height: calc(326px - 2px);
  }
  .content03 .con03_center .product_box .pro_img .style {
    width: 48px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 0px 0 0 1px;
  }
  .content03 .con03_center .product_box .pro_img .img_cover {
    width: 326px;
    height: 326px;
  }
  .content03 .con03_center .product_box .pro_img .more p {
    font-size: 14px;
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@media screen and (max-width: 700px) and (min-width: 451px) {
  body {
    padding: 0 0 52px 0;
  }

  .content01 .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    display: none;
  }
  .content01 .owl-carousel.pc_img {
    display: none;
  }
  .content01 .owl-carousel.mo_img {
    display: block;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    left: 60px;
    top: 60px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .title {
    font-size: 26px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .word {
    font-size: 13px;
  }

  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article {
    display: block;
    width: 100vw;
    height: calc(100vh - 65px);
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: -120%;
    right: 0;
    z-index: 9999;
    overflow-y: scroll;
    background: #fff;
    transition: 0.3s;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 14px;
    width: calc(100% - 30px);
    margin: 20px auto 0 auto;
    font-weight: 600;
    border-bottom: 2px solid #565656;
    position: relative;
  }
  .content02 .con02_center .con02_article .top_text .close_box {
    font-size: 36px;
    font-weight: 300;
    transform: rotate(45deg);
    color: #565656;
    position: absolute;
    top: -15px;
    right: 0;
    margin: 0;
    cursor: pointer;
  }
  .content02 .con02_center .con02_article .top_text.pc {
    display: none;
  }
  .content02 .con02_center .con02_article .top_text.mo {
    display: block;
  }
  .content02 .con02_center .con02_article .artilce_box {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .content02 .con02_center .con02_article .artilce_box.blue {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box.gree {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 12px;
    width: 60px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left p {
    text-align: left;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left.blue {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left.gree {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 13px;
    width: calc(100% - 60px);
    padding: 0 0 14px 0px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box {
    min-width: 45px;
    border: none;
    margin: 14px 0 0 10px;
    padding: 0 6px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box input {
    position: absolute;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box p {
    width: 100%;
    text-align: center;
    margin: 3px auto;
    letter-spacing: 0;
    font-size: 12px;
    float: none;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #ccc;
    top: 0;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg svg {
    display: none;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg .mo_click {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transform: rotate(45deg);
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg.click {
    border: 1px solid #3e74b9;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg.click .mo_click {
    background: #3e74b9;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line {
    display: none;
  }
  .content02 .con02_center .con02_article .activity_area .activity_center {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
  .content02 .con02_center .con02_article .activity_area .activity_center .activity_box {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .content02 .con02_center .con02_article .activity_arrow {
    display: none;
  }
  .content02 .con02_center .con02_article .box_line {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .content02 .con02_center .con02_article.click {
    bottom: 0;
    transition: 0.3s;
  }
  .content02 .con02_center .con02_article .arti_line {
    background: #fff;
  }
  .content02 .con02_center .owl-carousel {
    display: block;
  }
  .content02 .con02_center .article_totle {
    background: #fff;
    margin: 10px 0 0 0;
  }
  .content02 .con02_center .article_totle .article_center {
    font-size: 13px;
    width: calc(100% - 30px);
  }
  .content02 .con02_center .article_totle .article_center.pc {
    display: none;
  }
  .content02 .con02_center .article_totle .article_center.mo {
    display: block;
  }
  .content02 .con02_center .article_totle .article_center .center_left {
    background: #565656;
    color: #fff;
    float: right;
    width: calc(100% / 2 - 5px);
    text-align: center;
    cursor: pointer;
  }
  .content02 .con02_center .article_totle .article_center .center_left p {
    width: 100%;
    float: none;
    padding: 11px 0;
  }
  .content02 .con02_center .article_totle .article_center .center_right {
    background: #00b688;
    color: #fff;
    float: left;
    width: calc(100% / 2 - 5px);
    text-align: center;
    cursor: pointer;
  }
  .content02 .con02_center .article_totle .article_center .center_right .center_right_icon {
    margin: 14px 0;
  }
  .content02 .con02_center .article_totle .article_center .center_right p {
    width: 100%;
    float: none;
    padding: 11px 0;
  }
  .content02 .content_line {
    width: calc(100% - 30px);
  }

  .mobile_botton {
    display: block;
  }

  .mobile_activity.click {
    display: block;
  }

  .content03 .con03_center {
    width: calc(100% - 30px);
  }
  .content03 .con03_center .product_box {
    width: calc((100% / 2) - 10px);
    margin: 15px 5px 0 5px;
  }
  .content03 .con03_center .product_box .pro_img {
    width: calc(100% - 2px);
    height: auto;
  }
  .content03 .con03_center .product_box .pro_img .style {
    width: 56px;
    height: 56px;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 0px 0 0 1px;
  }
  .content03 .con03_center .product_box .pro_img .img_cover {
    width: 326px;
    height: 326px;
    display: none;
  }
  .content03 .con03_center .product_box .pro_img .more {
    display: none;
  }
  .content03 .con03_center .product_box .pro_img .more p {
    font-size: 14px;
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@media screen and (max-width: 450px) {
  body {
    padding: 0 0 52px 0;
  }

  .scrolltop_botton {
    bottom: 175px;
  }

  #easychat-floating-button {
    transform: translateY(-85px);
  }

  .content01 .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    display: none;
  }
  .content01 .arrow.left {
    left: 0;
  }
  .content01 .arrow.right {
    right: 0;
  }
  .content01 .owl-carousel.pc_img {
    display: none;
  }
  .content01 .owl-carousel.mo_img {
    display: block;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    left: 60px;
    top: 60px;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area p {
    margin: 0;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .content01 .owl-carousel .cycle_box .banner_word_area .word {
    font-size: 13px;
  }

  .content02 .con02_center {
    padding: 20px 0;
  }
  .content02 .con02_center .botton_area .botton_box p {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .content02 .con02_center .con02_article {
    display: block;
    width: 100vw;
    height: calc(100vh - 65px);
    margin: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    position: fixed;
    bottom: -120%;
    right: 0;
    z-index: 2147483640;
    overflow-y: scroll;
    background: #fff;
    transition: 0.3s;
  }
  .content02 .con02_center .con02_article .top_text {
    font-size: 14px;
    width: calc(100% - 30px);
    margin: 20px auto 0 auto;
    font-weight: 600;
    border-bottom: 2px solid #565656;
    position: relative;
  }
  .content02 .con02_center .con02_article .top_text .close_box {
    font-size: 36px;
    font-weight: 300;
    transform: rotate(45deg);
    color: #565656;
    position: absolute;
    top: -15px;
    right: 0;
    margin: 0;
    cursor: pointer;
  }
  .content02 .con02_center .con02_article .top_text.pc {
    display: none;
  }
  .content02 .con02_center .con02_article .top_text.mo {
    display: block;
  }
  .content02 .con02_center .con02_article .artilce_box {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .content02 .con02_center .con02_article .artilce_box.blue {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box.gree {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left {
    font-size: 12px;
    width: 60px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left p {
    text-align: left;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left.blue {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_left.gree {
    background: #fff;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right {
    font-size: 13px;
    width: calc(100% - 60px);
    padding: 0 0 14px 0px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box {
    min-width: 45px;
    border: none;
    margin: 14px 0 0 10px;
    padding: 0 6px;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box input {
    position: absolute;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box p {
    width: 100%;
    text-align: center;
    margin: 3px auto;
    letter-spacing: 0;
    font-size: 12px;
    float: none;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #ccc;
    top: 0;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg svg {
    display: none;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg .mo_click {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transform: rotate(45deg);
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg.click {
    border: 1px solid #3e74b9;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box .checkbox_svg.click .mo_click {
    background: #3e74b9;
  }
  .content02 .con02_center .con02_article .artilce_box .arti_right .right_box_line {
    display: none;
  }
  .content02 .con02_center .con02_article .activity_area .activity_center {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
  .content02 .con02_center .con02_article .activity_area .activity_center .activity_box {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .content02 .con02_center .con02_article .activity_arrow {
    display: none;
  }
  .content02 .con02_center .con02_article .box_line {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .content02 .con02_center .con02_article.click {
    bottom: 0;
    transition: 0.3s;
  }
  .content02 .con02_center .con02_article .arti_line {
    background: #fff;
  }
  .content02 .con02_center .owl-carousel {
    display: block;
  }
  .content02 .con02_center .article_totle {
    background: #fff;
    margin: 10px 0 0 0;
  }
  .content02 .con02_center .article_totle .article_center {
    font-size: 13px;
    width: calc(100% - 30px);
  }
  .content02 .con02_center .article_totle .article_center.pc {
    display: none;
  }
  .content02 .con02_center .article_totle .article_center.mo {
    display: block;
  }
  .content02 .con02_center .article_totle .article_center .center_left {
    background: #565656;
    color: #fff;
    float: right;
    width: calc(100% / 2 - 5px);
    text-align: center;
    cursor: pointer;
  }
  .content02 .con02_center .article_totle .article_center .center_left p {
    width: 100%;
    float: none;
    padding: 11px 0;
  }
  .content02 .con02_center .article_totle .article_center .center_right {
    background: #00b688;
    color: #fff;
    float: left;
    width: calc(100% / 2 - 5px);
    text-align: center;
    cursor: pointer;
  }
  .content02 .con02_center .article_totle .article_center .center_right .center_right_icon {
    margin: 14px 0;
  }
  .content02 .con02_center .article_totle .article_center .center_right p {
    width: 100%;
    float: none;
    padding: 11px 0;
  }
  .content02 .content_line {
    width: calc(100% - 30px);
  }

  .mobile_botton {
    display: block;
  }

  .mobile_activity.click {
    display: block;
  }

  .content03 .con03_center {
    width: calc(100% - 30px);
    padding: 0 0 10px 0;
  }
  .content03 .con03_center .product_select {
    width: calc(100% - 0px);
  }
  .content03 .con03_center .product_select select {
    width: 100%;
    margin: 0 0px 0 0;
  }
  .content03 .con03_center .product_select.click {
    opacity: 1;
    height: auto;
    margin: 20px auto 0 auto;
  }
  .content03 .con03_center #product-list-1,
  .content03 .con03_center #product-list-2,
  .content03 .con03_center #product-list-3,
  .content03 .con03_center #product-list-4,
  .content03 .con03_center #product-list-5,
  .content03 .con03_center #product-list-activity {
    display: flex;
    flex-wrap: wrap;
  }
  .content03 .con03_center .product_box {
    width: calc(100% / 2 - 10px);
  }
  .content03 .con03_center .product_box:nth-child(odd) {
    margin: 15px 10px 15px 0px;
  }
  .content03 .con03_center .product_box:nth-child(even) {
    margin: 15px 0px 15px 10px;
  }
  .content03 .con03_center .product_box .pro_img {
    width: calc(100% - 2px);
    height: auto;
  }
  .content03 .con03_center .product_box .pro_img .style {
    width: 56px;
    height: 56px;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 0px 0 0 1px;
    transform: scale(0.6);
    right: 0;
    top: 0;
  }
  .content03 .con03_center .product_box .pro_img .img_cover {
    width: 326px;
    height: 326px;
    display: none;
  }
  .content03 .con03_center .product_box .pro_img .more {
    display: none;
  }
  .content03 .con03_center .product_box .pro_img .more p {
    font-size: 14px;
  }
  .content03 .con03_center .product_box .pro_article .pro_number {
    display: none;
  }
  .content03 .con03_center .product_box .pro_article h4 {
    margin: 5px 0 0 0;
    font-size: 16px;
  }
  .content03 .con03_center .product_box .pro_article p {
    font-size: 13px;
  }

  .footerbar .footer_top {
    background: #e5e6e7;
  }

  .footerbar .footer_bottom {
    background: #e5e6e7;
  }
}
@keyframes rotatebox {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatebox {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(105, 115, 131, 0.8);
  transition: opacity 500ms;
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
}
.overlay.show {
  display: block;
  opacity: 1;
}
.overlay .close_popup {
  position: absolute;
  top: calc(15vh - 45px - 20px);
  right: calc(55vw / 2);
  transition: all 200ms;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 45px;
}
.overlay .close_popup svg {
  width: 45px;
  height: 45px;
}
.overlay .close_popup:hover {
  opacity: 0.8;
  animation: rotate-center 0.6s ease-in both;
}

.popup {
  background: #fff;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 1001;
}
.popup.big {
  width: 45vw;
  height: 70vh;
  margin: 15vh auto;
}
.popup .wrap {
  margin: 40px 40px;
}
.popup.scrollbar {
  overflow-y: auto;
}

.group_popup {
  border: 3px solid #32b490;
  box-sizing: border-box;
}
.group_popup figure {
  margin: 0;
  border-bottom: 1px dashed #707175;
  width: 100%;
  padding: 30px 13px;
  box-sizing: border-box;
}
.group_popup figure.product .title {
  float: left;
}
.group_popup figure.product h3 {
  padding-bottom: 20px;
  font-size: 22px;
}
.group_popup figure.product h3 small {
  font-weight: normal;
}
.group_popup figure.product h3:after {
  background: #000;
  height: 1px;
  width: 80px;
  content: '';
  bottom: 0;
  left: 0;
}
.group_popup figure.product .t_red {
  margin-left: 30px;
}
.group_popup figure .price_group-box {
  display: flex;
  justify-content: space-between;
}
.group_popup figure h5 {
  font-size: 18px;
  margin: 0;
}
.group_popup .imgbox {
  width: 160px;
  padding: 5px;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 35px;
}
.group_popup .imgbox img {
  width: 100%;
}
.group_popup .note {
  margin: 0;
}
.group_popup .note img {
  width: 25px;
  margin-right: 20px;
}
.group_popup .select_box {
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.group_popup .select_box .format_select,
.group_popup .select_box .word,
.group_popup .select_box .count-box {
  float: left;
}
.group_popup .select_box .word {
  margin-right: 30px;
}
.group_popup .select_box .count {
  margin-left: 30px;
}
.group_popup .select_box .count .count-box {
  width: 160px;
}
.group_popup .select_box .format_select {
  margin-right: 10px;
}
.group_popup .select_box .btn_close {
  margin-left: 20px;
}
.group_popup .add_box {
  justify-content: space-between;
  width: 100%;
  color: #585858;
}
.group_popup .add_box .btn_add-rule {
  color: #585858;
}
.group_popup .add_box .btn_add-rule:hover {
  color: #3e7db9;
}
.group_popup .add_box .btn_add-rule:hover img {
  opacity: 0.5;
}
.group_popup .add_box img {
  width: 25px;
  margin-right: 20px;
}
.group_popup .btn_cart {
  margin: 40px 0;
  padding: 18px 95px;
  float: right;
}

.price_group-checkbox {
  margin: 18px 0 25px 0;
  display: flex;
  width: 32%;
  text-align: center;
}
.price_group-checkbox h6 {
  color: #000;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.price_group-checkbox p {
  font-size: 16px;
  color: #80838b;
  margin: 0;
}
.price_group-checkbox input[type='radio'] {
  display: none;
}
.price_group-checkbox input[type='radio']:checked + label {
  background-color: #3e7db9;
  color: #ffffff;
  border: 2px solid #32b490;
}
.price_group-checkbox input[type='radio']:checked + label h6 {
  color: #fff;
}
.price_group-checkbox input[type='radio']:checked + label p {
  color: #ffc524;
}
.price_group-checkbox input[type='radio']:checked + label:before {
  content: '';
  color: #fff;
  border-color: #32b490;
  display: block;
  background-image: url("../images/icon_checkbox.png");
  background-image: url(../images/icon_checkbox.png);
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.price_group-checkbox label {
  position: relative;
  padding: 25px 0;
  background: #dce6f2;
  color: #3e7db9;
  font-size: 18px;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  border: 2px solid #fff;
}
.price_group-checkbox label:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  right: 15px;
  top: -14px;
  border: 2px solid #32b490;
  background: #32b490;
  box-sizing: border-box;
  border-radius: 50%;
  display: none;
}
.price_group-checkbox:hover label {
  background: #3e7db9;
  border: 2px solid #32b490;
}
.price_group-checkbox:hover h6 {
  color: #fff;
}
.price_group-checkbox:hover p {
  color: #ffc524;
}

.vip_member-product {
  background: #fff;
  padding: 70px 0;
  overflow: hidden;
}
.vip_member-product .title {
  font-size: 24px;
  padding: 0 40px;
  box-sizing: border-box;
}
.vip_member-product .en {
  font-family: name_p;
  color: #999;
  margin: 4px 0 0 5px;
}
.vip_member-product .tag {
  font-size: 15px;
  border: 1px solid #ff565e;
  padding: 4px 22px;
  display: inline-block;
  margin-left: 20px;
  font-weight: lighter;
}
.vip_member-product .owl-dots {
  display: none;
}
.vip_member-product .product-slider {
  margin: 40px auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.vip_member-product .product-slider .product_box a {
  color: #000;
  display: block;
  padding: 0 1px 0 0;
}
.vip_member-product .product-slider .product_box h4 {
  margin: 27px 0 15px 0;
  padding-bottom: 15px;
  text-align-last: left;
  font-weight: normal;
  border-bottom: 1px solid #d1d1d1;
}
.vip_member-product .product-slider .product_box .icon {
  width: 24px;
}
.vip_member-product .product-slider .product_box .btn_white {
  width: 35%;
  text-align: center;
  display: block;
}
.vip_member-product .product-slider .product_box .add_cart,
.vip_member-product .product-slider .product_box .oraginal_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vip_member-product .product-slider .product_box .add_cart s,
.vip_member-product .product-slider .product_box .oraginal_price s {
  font-size: 15px;
}
.vip_member-product .product-slider .product_box .add_cart {
  margin-top: 10px;
  padding: 0 1px 0 0;
}
.vip_member-product .product-slider .product_box .add_cart p {
  color: #3e7db9;
}
.vip_member-product .product-slider .product_box .add_cart p img {
  display: inline-block;
  margin: 0 10px;
}
.vip_member-product .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(36% - 15px);
  z-index: 99;
  cursor: pointer;
}
.vip_member-product .arrow.left {
  left: -20px;
}
.vip_member-product .arrow.right {
  right: -20px;
}
.vip_member-product .arrow polyline {
  fill: none;
  stroke: #ccc;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
.vip_member-product .arrow:hover polyline {
  fill: none;
  stroke: #999;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 1680px) and (min-width: 1501px) {
  .overlay .close_popup {
    right: calc(35vw / 2);
  }

  .popup.big {
    width: 65vw;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1350px) {
  .overlay .close_popup {
    right: calc(35vw / 2);
  }

  .popup.big {
    width: 65vw;
  }
}
@media screen and (max-width: 1349px) and (min-width: 1024px) {
  .overlay .close_popup {
    right: calc(20vw / 2);
  }

  .popup.big {
    width: 80vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 960px) {
  .overlay .close_popup {
    right: calc(10vw / 2);
  }

  .popup.big {
    width: 90vw;
  }
}
@media screen and (max-width: 959px) and (min-width: 700px) {
  .overlay .close_popup {
    right: calc(10vw / 2);
  }

  .popup.big {
    width: 90vw;
  }
}
@media screen and (max-width: 700px) and (min-width: 451px) {
  .overlay .close_popup {
    right: calc(5vw / 2);
    top: calc(10vh - 30px);
    width: 25px;
  }
  .overlay .close_popup svg {
    width: 25px;
    height: 25px;
  }

  .popup .wrap {
    margin: 20px;
  }
  .popup.big {
    width: 95vw;
  }

  .detail_con {
    left: 100px;
    width: calc(100% - 100px);
  }

  .product_box:hover .pro_img .img_cover {
    display: none;
  }
  .product_box:hover .pro_img .more {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .overlay .close_popup {
    right: 15px;
    width: 25px;
    top: 10px;
  }
  .overlay .close_popup svg {
    width: 25px;
    height: 25px;
  }

  .popup .wrap {
    margin: 10px;
  }
  .popup.big {
    height: calc(100% - 60px - 80px);
    margin: 40px auto 20px auto;
    width: calc(100% - 30px);
  }

  .group_popup .imgbox {
    width: 30%;
    margin: 0 auto;
    float: inherit;
  }
  .group_popup .note {
    font-size: 12px;
    margin-top: 15px;
  }
  .group_popup .note img {
    width: 20px;
    margin-right: 10px;
  }
  .group_popup figure {
    padding: 0;
    padding: 20px 5px;
  }
  .group_popup figure h5 {
    font-size: 14px;
  }
  .group_popup figure.product h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .group_popup figure.product .title {
    width: 100%;
    float: inherit;
  }
  .group_popup figure.product p {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
  .group_popup figure .price_group-box {
    justify-content: flex-start;
    flex-direction: column;
  }
  .group_popup figure .price_group-box .price_group-checkbox {
    width: 100%;
    margin: 10px 0 5px 0;
  }
  .group_popup .add_box {
    font-size: 14px;
  }
  .group_popup .add_box .btn_add-rule img {
    margin-right: 10px;
    width: 20px;
  }
  .group_popup .select_box {
    display: block;
    border-bottom: 1px solid #dadada;
    margin: 20px 0;
  }
  .group_popup .select_box .word {
    font-size: 14px;
    margin: 10px 0 10px 0;
    float: inherit;
    width: 100%;
    display: block;
  }
  .group_popup .select_box .format_select {
    min-width: 100%;
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), calc(100% - 1.5em) 0em;
    padding: 0.5em 1.5em 0.5em 1em;
    margin: 0 5px 10px 0;
  }
  .group_popup .select_box .count {
    margin: 0 0 20px 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .group_popup .select_box .count .count-box {
    width: 240px;
  }
  .group_popup .select_box .btn_close {
    width: 16px;
    height: 16px;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .group_popup .select_box .btn_close svg {
    width: 16px;
    height: 16px;
  }
  .group_popup .btn_cart {
    margin: 20px auto 60px auto;
    float: inherit;
  }
}



/*# sourceMappingURL=maps/product.css.map */
