﻿@charset "UTF-8";
@import url("fonts/css/fontello.css");
@import url("scss/plugins/animate.css");
@import url("scss/plugins/lightgallery.css");
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/plugins.css");
@import url("scss/plugins/jquery.fancybox.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.7/css/select2.min.css");

.font-75 {
  font-size: 75px;
}

.font-65 {
  font-size: 65px;
}

.font-55 {
  font-size: 55px;
}

.font-45 {
  font-size: 45px;
}

.font-40 {
  font-size: 40px;
}

.font-35 {
  font-size: 35px;
}

.font-32 {
  font-size: 32px;
}

.font-30 {
  font-size: 30px;
}

.font-28 {
  font-size: 28px;
}

.font-25 {
  font-size: 25px;
}

.font-22 {
  font-size: 22px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-15 {
  font-size: 15px;
}

.font-14 {
  font-size: 14px;
}

.font-13 {
  font-size: 13px;
}

.font-12 {
  font-size: 12px;
}

@media (max-width: 1400px) {
  .font-75 {
    font-size: 65px;
  }

  .font-65 {
    font-size: 55px;
  }

  .font-55 {
    font-size: 45px;
  }

  .font-45 {
    font-size: 40px;
  }

  .font-40 {
    font-size: 35px;
  }

  .font-35 {
    font-size: 32px;
  }

  .font-32 {
    font-size: 30px;
  }

  .font-30 {
    font-size: 28px;
  }

  .font-25 {
    font-size: 22px;
  }

  .font-22 {
    font-size: 18px;
  }

  .font-20 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .font-75 {
    font-size: 60px;
  }

  .font-65 {
    font-size: 50px;
  }

  .font-55 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .font-75 {
    font-size: 55px;
  }

  .font-65 {
    font-size: 45px;
  }

  .font-55 {
    font-size: 35px;
  }

  .font-45 {
    font-size: 32px;
  }

  .font-40 {
    font-size: 28px;
  }

  .font-35 {
    font-size: 26px;
  }

  .font-32 {
    font-size: 25px;
  }

  .font-30 {
    font-size: 25px;
  }

  .font-28 {
    font-size: 25px;
  }

  .font-25 {
    font-size: 20px;
  }

  .font-22 {
    font-size: 18px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-18 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .font-75 {
    font-size: 45px;
  }

  .font-65 {
    font-size: 40px;
  }

  .font-55 {
    font-size: 35px;
  }

  .font-45 {
    font-size: 28px;
  }

  .font-40 {
    font-size: 28px;
  }

  .font-35 {
    font-size: 26px;
  }

  .font-32 {
    font-size: 26px;
  }

  .font-30 {
    font-size: 22px;
  }

  .font-28 {
    font-size: 22px;
  }
}

.max1300 {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: auto;
}

.max942 {
  width: calc(100% - 40px);
  max-width: 942px;
  margin: auto;
}

.max533 {
  width: calc(100% - 40px);
  max-width: 533px;
  margin: auto;
}

.max523 {
  width: calc(100% - 40px);
  max-width: 523px;
  margin: auto;
}

.scheherazade {
  font-family: "Scheherazade";
  line-height: 0.65em;
}

.roboto {
  font-family: 'Roboto';
}

.text-orange {
  color: #F15C34 !important;
}

.text-blue {
  color: #1E4387;
}

.text-pink {
  color: #EC5485;
}

.text-pink {
  color: #EB5384;
}

.text-red {
  color: #FF0000;
}

.text-gray {
  color: #636363;
}

.text-black {
  color: black !important;
}

.bg-orange {
  background-color: #F15C34;
}

.bg-yellow {
  background-color: #FFAF49;
}

.bg-pink {
  background-color: #EB5384;
}

.bg-blue {
  background-color: #1E4387;
}

.bg-green {
  background-color: #0DA5AA;
}

.bg-gray {
  background-color: #F6F7F9;
}

.bg-darkgray {
  background-color: #F3F3F3;
}

.bg-yellow {
  background-color: #FFAF49;
}

.border-gray {
  border: 1px solid #DFDFDF;
}

.border-orange {
  border: 1px solid #F15C35;
}

.border-pink {
  border: 1px solid #EB5384;
}

.border-blue {
  border: 1px solid #1E4387;
}

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

.line-base {
  text-decoration: underline;
}

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

.rounded {
  border-radius: 10px !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.rounded-top {
  border-radius: 10px 10px 0 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 10px 10px !important;
}

.lh19 {
  line-height: 1.9em;
}

.lh17 {
  line-height: 1.7em;
}

.lh15 {
  line-height: 1.5em;
}

.les-1 {
  letter-spacing: 1px;
}

@media (min-width: 1400px) {
  .col-xxl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

input[type=radio] {
  width: 15px;
  height: 15px;
}

input[type=radio]+label {
  cursor: pointer;
  margin-bottom: 0;
}

.icon-member-forgot-send {
  font-size: 70px;
  color: #D9D9D9;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orange-btn {
  border-radius: 25px;
  padding: 13px 0px;
  width: 195px;
  background: #F15C34;
  color: white !important;
  display: table;
  margin: auto;
  text-align: center;
  transition: opacity .3s;
  line-height: normal;
  letter-spacing: 1px;
}

.orange-btn:hover {
  opacity: 0.9;
}

.white-btn {
  border-radius: 25px;
  padding: 12px 0px;
  width: 195px;
  background: white;
  border: 1px solid #F15C35;
  color: #F15C34 !important;
  display: table;
  margin: auto;
  text-align: center;
  transition: background .3s;
  line-height: normal;
}

.white-btn:hover {
  background: #FDE6E0;
}

@media screen and (max-width: 576px) {

  .orange-btn,
  .white-btn {
    width: 110px;
    padding: 7px 0;
  }
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}

/* ==========================================================================
	clear
 ========================================================================== */
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Verdana, Heiti TC, Microsoft JhengHei, "微軟正黑體";
  margin: 0;
}

textarea {
  -webkit-appearance: none;
}

button,
input {
  line-height: normal;
  outline: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
    public
 ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  height: 100.1%;
}

body {
  height: 100.1% !important;
  overflow-x: hidden;
  font-family: "微軟正黑體";
  color: black;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.safari body {
  -webkit-text-size-adjust: none;
}

body:after {
  display: block;
  content: "We're sorry! this website does not support your browser, please upgrade your browser, thank you.";
  position: fixed;
  z-index: 100000000000000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #3f3f3f;
}

:root body:after {
  display: none;
}

.wp {
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
}

.lol {
  opacity: 0;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.msie .lol {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
    public
 ========================================================================== */
/*不顯示外虛線*/
button,
a {
  outline: none !important;
}

a,
a:active {
  color: black;
  cursor: pointer;
  text-decoration: none;
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
}

a:hover {
  text-decoration: none;
  color: #F15C35;
}

a {
  -o-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

a.link,
.editor a {
  color: #555555;
}

a.link:hover,
.editor a:hover {
  border-color: #00938d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.hidden {
  display: none;
}

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

ul.noneList {
  padding: 0;
  list-style: none;
}

ul.noneStyle>li {
  list-style: none;
}

ul {
  padding-left: 1.1em;
}

/* form */
.form .group {
  margin-bottom: 20px;
}

.form .red {
  color: #e60012;
}

input,
select,
button,
textarea {
  font-family: Arial, Verdana, "Heiti TC", "Microsoft JhengHei", 微軟正黑體;
}

textarea {
  resize: none;
}

.form .form-control {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #41af34;
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  transition: border 0.5s, background 0.5s;
}

.form .form-control:hover {
  border-color: #41af34;
}

.form .form-control:focus {
  border-color: #41af34;
  outline: 0;
  background-color: #f4fff3;
}

.buttonBlock {
  margin-top: 30px;
}

.button {
  display: inline-block;
  min-width: 185px;
  height: 50px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #1bb0ad;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  transition: background 0.5s, color 0.5s;
}

.button:hover {
  background-color: #139895;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

/**/
.scrollbar,
.scrollbarX {
  -webkit-overflow-scrolling: touch;
}

.scrollbarX {
  overflow-x: auto;
}

.jqimgFill,
.main {
  opacity: 0;
  transition: opacity 0s;
}

.main>.inner {
  padding-top: 96px;
  line-height: normal;
  min-height: calc(100vh - 360px);
}

@media screen and (max-width: 1199px) {
  .main>.inner {
    padding-top: 65px;
  }
}

@media screen and (max-width: 575px) {
  .main>.inner {
    padding-top: 57px;
  }
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.full {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

table {
  -webkit-backface-visibility: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.msie .table {
  table-layout: fixed;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background: url("images/common/arrow.png") center no-repeat;
  width: 23px;
  height: 10px;
}

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

.banner-section .jqimgFill {
  height: 548px;
}

.banner-section .text {
  letter-spacing: 2px;
}

.banner-section .text .en {
  line-height: 0.6em;
}

.banner-section .wave {
  background: url("images/index/wave.png") center no-repeat;
  height: 37px;
  bottom: -2px;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  .banner-section .jqimgFill {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section .wave {
    background-size: cover;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .text {
    width: calc(100% - 40px);
  }

  .banner-section .wave {
    background-size: contain;
    height: 15px;
    background-position-y: bottom;
  }
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 8px;
}

.slick-dots li.slick-active button {
  background-color: #1E4387;
}

.slick-dots li button {
  border: 1px solid #1E4387;
  background: white;
}

.caterogy-nav-section ul {
  padding: 0;
}

.caterogy-nav-section ul li {
  padding: 0 6px;
}

.caterogy-nav-section ul li:not(.active):hover a {
  opacity: 0.6;
}

.caterogy-nav-section ul li.active a {
  opacity: 1;
}

.caterogy-nav-section ul li a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.4;
}

.caterogy-nav-section ul li a span {
  left: 41%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 88px;
}

.caterogy-nav-section .slick-arrow.slick-prev {
  left: -35px;
}

.caterogy-nav-section .slick-arrow.slick-next {
  right: -35px;
}

@media screen and (max-width: 1400px) {
  .caterogy-nav-section ul {
    padding: 0 40px;
  }

  .caterogy-nav-section .slick-arrow.slick-prev {
    left: 0px;
  }

  .caterogy-nav-section .slick-arrow.slick-next {
    right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .caterogy-nav-section ul li a span {
    left: 37%;
  }
}

@media screen and (max-width: 767px) {
  .caterogy-nav-section ul li a span {
    left: 41%;
  }
}

@media screen and (max-width: 575px) {
  .caterogy-nav-section {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
  }

  .caterogy-nav-section ul {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 0;
  }

  .caterogy-nav-section ul li a span {
    left: 36%;
    font-size: 16px;
  }

  .caterogy-nav-section .slick-dots {
    margin-top: 10px;
  }
}

.activity-nav-section ul {
  padding: 0;
}

.activity-nav-section ul li {
  padding: 0 6px;
  padding-bottom: 9px;
}

.activity-nav-section ul li.active a {
  background: #F15C34;
  color: white;
  position: relative;
}

.activity-nav-section ul li.active a:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6.5px 0 6.5px;
  border-color: #f15d34 transparent transparent transparent;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.activity-nav-section ul li a {
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #dedede;
  font-size: 16px;
  font-weight: 600;
}

.activity-nav-section .slick-arrow.slick-prev {
  left: -35px;
}

.activity-nav-section .slick-arrow.slick-next {
  right: -35px;
}

@media screen and (max-width: 575px) {
  .activity-nav-section ul li a {
    height: 57px;
  }
}

.slick-arrow {
  background: none;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-arrow:hover {
  background: none;
}

.slick-arrow.slick-disabled {
  color: #A3A3A3;
}

.slick-arrow.slick-prev {
  left: 20px;
}

.slick-arrow.slick-next {
  right: 20px;
}

.slick-arrow i {
  font-size: 12px;
}

.breadcrumb {
  background: none;
  margin-bottom: 3px;
  padding-top: 50px;
  letter-spacing: 1px;
}

.breadcrumb .breadcrumb-item.active a {
  color: black;
}

@media screen and (max-width: 575px) {
  .breadcrumb {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
}

.edit {
  letter-spacing: 1px;
  line-height: 1.7em;
}

.edit h2 {
  letter-spacing: 2px;
  margin-bottom: 33px;
}

.edit img {
  /* margin-bottom: 33px;  */
}

.edit p {
  margin-bottom: 7px;
  color: #636363;
}

.edit .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.edit .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.edit .subtitle {
  margin-bottom: 11px;
}

.edit ol {
  padding-left: 22px;
}

.edit .box {
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.edit .box p {
  margin-bottom: 0;
}

.edit .box ul {
  margin-bottom: 0;
}

.edit ul.orange-dot-dec li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.edit ul.orange-dot-dec li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F15C34;
  position: absolute;
  top: 11px;
  left: 6px;
}

@media screen and (max-width: 575px) {
  .edit img {
    margin-bottom: 10px;
  }

  .edit .subtitle {
    margin-bottom: 5px;
  }

  .edit .box {
    margin-bottom: 5px;
  }
}

form {
  letter-spacing: 1px;
}

form p {
  color: #636363;
  letter-spacing: 0.5px;
}

form .group {
  margin-bottom: 28px;
}

form .group input[type='text'],
form .group input[type='password'] {
  width: 100%;
  padding: 14.5px 20px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  -webkit-appearance: none;
}

form .group .verification {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
}

form .group .verification input {
  border: none;
  width: calc(100% - 92px);
}

form .group .verification img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 90%;
}

@media screen and (max-width: 575px) {
  form .group {
    margin-bottom: 10px;
  }

  form .group input[type="text"],
  form .group input[type="password"] {
    padding: 12.5px 15px;
  }
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox']+label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

input[type='checkbox']+label .icon-ok {
  margin-top: 3px;
  display: inline-block;
  height: 16px;
  border: 1px solid #D9D9D9;
  position: relative;
  cursor: pointer;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
}

input[type='checkbox']+label .icon-ok::before {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

input[type='checkbox']:checked+label .icon-ok::before {
  position: absolute;
  opacity: 1;
}

.delete:hover svg path,
.delete:hover svg rect {
  fill: #F15C34 !important;
}

.delete svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.delete svg path,
.delete svg rect {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.cart svg {
  width: 20px;
  height: 20px;
}

a.wave-btn {
  background: url("images/index/button-bg.png") center no-repeat;
  background-size: cover;
  width: 289px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin: auto;
  border-radius: 50px;
}

a.wave-btn:hover {
  opacity: 0.9 !important;
}

a.wave-btn i {
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  a.wave-btn {
    height: 46px;
    font-size: 18px;
  }
}

#forgot-send .main-section,
#reset-send .main-section,
#activate-send .main-section,
#register-send .main-section,
#register-confirm .main-section {
  padding-top: 90px;
  padding-bottom: 148px;
  letter-spacing: 1px;
}

#forgot-send .main-section .orange-btn:hover,
#reset-send .main-section .orange-btn:hover,
#activate-send .main-section .orange-btn:hover,
#register-send .main-section .orange-btn:hover,
#register-confirm .main-section .orange-btn:hover {
  opacity: 0.9 !important;
}

#forgot-send .main-section i,
#reset-send .main-section i,
#activate-send .main-section i,
#register-send .main-section i,
#register-confirm .main-section i {
  color: #D9D9D9;
  font-size: 70px;
}

@media screen and (max-width: 575px) {

  #forgot-send .main-section,
  #reset-send .main-section,
  #activate-send .main-section,
  #register-send .main-section,
  #register-confirm .main-section {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

#forgot .main-section,
#reset .main-section,
#activate .main-section {
  padding-top: 23px;
  padding-bottom: 96px;
}

#forgot .main-section .main-block,
#reset .main-section .main-block,
#activate .main-section .main-block {
  padding-top: 25px;
}

#forgot .main-section form p,
#reset .main-section form p,
#activate .main-section form p {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {

  #forgot .main-section,
  #reset .main-section,
  #activate .main-section {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  #forgot .main-section .main-block,
  #reset .main-section .main-block,
  #activate .main-section .main-block {
    padding-top: 0px;
  }

  #forgot .main-section form p,
  #reset .main-section form p,
  #activate .main-section form p {
    margin-bottom: 5px;
  }
}

select {
  width: 100%;
}

.select2-container--default {
  letter-spacing: 1px;
}

.select2-container--default .select2-selection--single {
  padding: 10px;
  height: 52px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #636363;
  line-height: 35px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: black transparent transparent transparent;
  border-width: 6px 4px 0 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
  border-width: 0 4px 6px 4px;
}

.select2-container--default .select2-results__option {
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .select2-container--default .select2-selection--single {
    height: 49px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
  }
}

@media screen and (max-width: 575px) {
  .select2-container--default .select2-selection--single {
    height: 45px;
    padding: 10.5px 10px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -4px;
  }
}

.member {
  margin-top: 34px;
  margin-bottom: 42px;
}

.member ul {
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #F15C34;
}

.member ul li {
  float: left;
  width: 12.5%;
  text-align: center;
}

.member ul li.active {
  background: #F15C34;
  position: relative;
}

.member ul li.active::after {
  content: '';
  display: block;
  background: url(images/member/active.png) center no-repeat;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 46px;
  height: 13px;
  z-index: 1;
}

.member ul li.active a {
  color: white;
}

.member ul li a {
  color: #636363;
  padding: 15px 5px;
  display: block;
  -webkit-transition: color .1s, background .1s;
  transition: color .1s, background .1s;
}

.member ul li a:hover {
  background: #F15C34;
  color: white;
}

@media screen and (max-width: 1199px) {
  .member ul li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .member {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .member {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .member ul li {
    width: 50%;
  }

  .member ul li a {
    padding: 10px 5px;
  }

  .member ul li.active::after {
    display: none;
  }
}

.address .row {
  margin-bottom: 16px;
}

.address .row>div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media screen and (max-width: 767px) {
  .address .row {
    margin-bottom: 0px;
  }

  .address .row>div {
    margin-bottom: 15px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  border-radius: 10px;
}

.modal .modal-content .modal-header button {
  opacity: 1;
}

.modal .modal-content .modal-header button span {
  font-size: 30px;
  font-weight: 100;
}

.modal .modal-content .modal-body {
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .modal {
    padding-right: 0 !important;
  }
}

.table .head.border-bottom-none {
  border-bottom: none;
}

.table .head .th {
  padding: 14px 10px;
  float: left;
  text-align: center;
}

.table .body>ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19.5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
}

.table .body>ul li>.td {
  text-align: center;
}

.table .body>ul li>.td>span:nth-child(1) {
  display: none;
}

.table-type-1.table {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  overflow: hidden;
}

.table-type-1.table .th:nth-child(1),
.table-type-1.table .td:nth-child(1) {
  width: 50%;
}

.table-type-1.table .th:nth-child(2),
.table-type-1.table .td:nth-child(2) {
  width: 17%;
}

.table-type-1.table .th:nth-child(3),
.table-type-1.table .td:nth-child(3) {
  width: 16%;
}

.table-type-1.table .th:nth-child(4),
.table-type-1.table .td:nth-child(4) {
  width: 17%;
}

.table-type-1.table .head {
  border-bottom: 1px solid #DFDFDF;
  background: #F6F7F9;
}

.table-type-1.table .head .th:first-child {
  padding-left: 59px;
  text-align: left;
}

.table-type-1.table .body>ul li {
  flex-wrap: wrap;
}

.table-type-1.table .body>ul .offers li {
  padding: 13px 0;
  float: none;
  width: auto;
}

.table-type-1.table .body>ul .offers li .td:nth-child(2),
.table-type-1.table .body>ul .offers li .td:nth-child(3),
.table-type-1.table .body>ul .offers li .td:nth-child(4) {
  display: none;
}

.table-type-1.table .body>ul .offers li .text {
  display: flex;
  flex-grow: 1;

}

.table-type-1.table .body>ul li .offers li .td {
  flex: 0 0 100%;
}

.table-type-1.table .body>ul li .tag {
  border-radius: 3px;
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 41px;*/
  /*flex: 0 0 41px;*/
  padding: 0 5.5px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}

.table-type-1.table .body>ul li:last-child {
  border-bottom: none;
}

.table-type-1.table .body>ul li .td:nth-child(1) {
  padding-left: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0%;
  text-align: left;
}

.table-type-1.table .body>ul li .td:nth-child(1) label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.table-type-1.table .body>ul li .td:nth-child(1) .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

.table-type-1.table .body>ul li .td:nth-child(1) .text {
  letter-spacing: 1px;
  -ms-flex-item-align: start;
  align-self: start;
}

.table-type-1.table .body>ul li .td:nth-child(3) {
  padding-right: 80px;
  text-align: right;
}

.table-type-1.table .body>ul li .td:nth-child(4) {
  padding-right: 90px;
  text-align: right;
}

.table-type-1.table .body>ul li .offers {
  flex: 0 0 100%;
}

.table-type-1.table .body>ul li.total {
  border: none;
  padding-bottom: 0;
}

.table-type-1.table .body>ul li.total .td:nth-child(3) span,
.table-type-1.table .body>ul li.total .td:nth-child(4) span {
  height: 24px;
}

.table-type-1.table .body>ul li.total .td:nth-child(3) span:nth-child(1),
.table-type-1.table .body>ul li.total .td:nth-child(4) span:nth-child(1) {
  margin-bottom: 13px;
}

.table-type-1.table .body>ul li.total .td:nth-child(3) span:nth-child(2),
.table-type-1.table .body>ul li.total .td:nth-child(4) span:nth-child(2) {
  margin-bottom: 13px;
}

.table-type-1.table .body>ul li.total .td:nth-child(3),
.table-type-1.table .body>ul li.total .td:nth-child(4)>div {
  border-bottom: 1px solid #DFDFDF;
}

.table-type-1.table .body>ul li.total span {
  display: block;
}

.table-type-1.table .body>ul li.returntotal {
  padding-top: 10px;
  padding-bottom: 26px;
  border: none;
}

.table-type-1.table .body>ul li.returntotal>.td>span:nth-child(1) {
  display: block;
}

@media screen and (max-width: 1400px) {
  .table-type-1.table .body>ul li .td:nth-child(4) {
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {

  .table-type-1.table .body>ul li.total .td:nth-child(1),
  .table-type-1.table .body>ul li.total .td:nth-child(2),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(1),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(2) {
    display: none;
  }

  .table-type-1.table .body>ul li.total .td:nth-child(3),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(3) {
    margin-left: 62%;
    width: 21%;
    padding-right: 79px;
  }
}

@media screen and (max-width: 991px) {
  .table-type-1.table .body>ul .offers li {
    padding: 5px 0;
  }

  .table-type-1.table .head {
    display: none;
  }

  .table-type-1.table .body>ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 20px 10px;
    border: none;
  }

  .table-type-1.table .body>ul li .td {
    margin-bottom: 3px;
    width: 100% !important;
    text-align: center !important;
  }

  .table-type-1.table .body>ul li .td:nth-child(1) {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }

  .table-type-1.table .body>ul li .td:nth-child(1) label {
    display: block;
  }

  .table-type-1.table .body>ul li .td:nth-child(1) label .icon-ok {
    width: 16px;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }

  .table-type-1.table .body>ul li .td:nth-child(1) img {
    margin-bottom: 10px;
  }

  .table-type-1.table .body>ul li .td:nth-child(2)::before {
    content: '數量：';
  }

  .table-type-1.table .body>ul li .td:nth-child(3) {
    padding-right: 0;
  }

  .table-type-1.table .body>ul li .td:nth-child(3)::before {
    content: '單價：';
  }

  .table-type-1.table .body>ul li .td:nth-child(4) {
    padding-right: 0;
  }

  .table-type-1.table .body>ul li .td:nth-child(4)::before {
    content: '小計：';
  }

  .table-type-1.table .body>ul li.total,
  .table-type-1.table .body>ul li.returntotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0;
    float: none;
    border-top: 1px solid #DFDFDF;
  }

  .table-type-1.table .body>ul li.total .td,
  .table-type-1.table .body>ul li.returntotal .td {
    border-bottom: none !important;
  }

  .table-type-1.table .body>ul li.total .td>div,
  .table-type-1.table .body>ul li.returntotal .td>div {
    border-bottom: none !important;
  }

  .table-type-1.table .body>ul li.total .td::before,
  .table-type-1.table .body>ul li.returntotal .td::before {
    content: '' !important;
  }

  .table-type-1.table .body>ul li.total .td:nth-child(1),
  .table-type-1.table .body>ul li.total .td:nth-child(2),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(1),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(2) {
    display: none;
  }

  .table-type-1.table .body>ul li.total .td:nth-child(3),
  .table-type-1.table .body>ul li.total .td:nth-child(4),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(3),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(4) {
    margin: 0;
    padding: 0;
  }

  .table-type-1.table .body>ul li.total .td:nth-child(3) span:nth-child(2),
  .table-type-1.table .body>ul li.total .td:nth-child(4) span:nth-child(2),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(3) span:nth-child(2),
  .table-type-1.table .body>ul li.returntotal .td:nth-child(4) span:nth-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .table-type-1.table .body>ul li {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table-type-1.table .body>ul li div.td {
    width: auto !important;
    float: left;
  }

  .table-type-1.table .body>ul li div.td:not(:last-child) {
    margin-right: 5px;
  }
}

.info-box {
  letter-spacing: 0.7px;
}

@media screen and (max-width: 991px) {
  .info-box>span {
    display: block;
  }
}

.member.main-section {
  padding-top: 13px;
}

@media screen and (max-width: 575px) {
  .member.main-section {
    padding-top: 0;
    padding-bottom: 50px !important;
  }
}

.orders {
  text-align: center;
}

.orders .head {
  background: #F6F7F9;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}

.orders .head .th {
  padding: 14px 10px;
  float: left;
  text-align: center;
}

.orders .body>ul li {
  border-bottom: 1px solid #DFDFDF;
}

.orders .body>ul li>.td {
  float: left;
  padding: 15.5px 10px;
}

.orders .body>ul li>.td>span:nth-child(1) {
  display: none;
}

.orders .body>ul li>.td:nth-child(6) a,
.orders .body>ul li>.td:nth-child(6) button {
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.orders .body>ul li>.td:nth-child(7) a .icon-advisory {
  font-size: 16px;
}

.orders .body>ul li>.td:nth-child(7) a:hover .icon-advisory {
  color: #F15C34;
}

@media screen and (max-width: 991px) {
  .orders .head {
    display: none;
  }

  .orders .body>ul li {
    padding: 20px;
    border-bottom: none;
  }

  .orders .body>ul li:nth-child(even) {
    background: #F6F7F9;
  }

  .orders .body>ul li>.td {
    width: 50% !important;
    text-align: left;
    padding: 5px 0px;
  }

  .orders .body>ul li>.td>span:nth-child(1) {
    display: inline;
  }
}

@media screen and (max-width: 575px) {
  .orders .body>ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .orders .body>ul li>.td {
    width: 100% !important;
  }
}

.condition-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.condition-box form:nth-of-type(1) div {
  display: inline;
}

.condition-box form:nth-of-type(1) label:nth-of-type(1) {
  margin-right: 45px;
}

.condition-box .search .input-wrapper {
  border: 1px solid #D9D9D9;
  border-radius: 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 15px;
  padding-right: 5px;
}

.condition-box .search .input-wrapper input {
  border: none;
  width: 219px;
}

.condition-box .search .input-wrapper button {
  background: #F15C35;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: white;
  font-size: 16px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.condition-box .search .input-wrapper button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .condition-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .condition-box form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .condition-box form.search {
    margin-top: 10px;
  }

  .condition-box form.search .input-wrapper input {
    width: calc(100% - 36px);
  }
}

@media screen and (max-width: 575px) {
  .condition-box form:nth-child(1) div {
    display: block;
  }

  .condition-box form:nth-child(1) div:nth-child(1) {
    margin-bottom: 10px;
  }

  .condition-box.search {
    margin-top: 20px;
  }
}

.pages ul li:not(.disabled):hover a {
  color: #F15C34;
}

.pages ul li.active a {
  background: #ECECEC;
}

.pages .prev.disabled a,
.pages .next.disabled a {
  color: #ECECEC;
}

.pages a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.label-group {
  min-height: 22px;
}

.label-group .label {
  padding: 2.5px 12px;
  line-height: 22px;
}

@media screen and (max-width: 575px) {
  .label-group .label {
    padding: 2.5px 8px;
    display: inline-block;
    margin-bottom: 3px;
  }
}

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

.product-item .name,
.product-item h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.product-item .info {
  margin-top: 5px;
}

.product-item .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item .btns span {
  background: #D2D2D2;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.product-item .btns span:hover {
  background: #F15C35;
}

.product-item .btns span svg {
  width: 22px;
}

.product-item .btns span.select {
  background: #F15C35;
}

.product-item .temp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .product-item .link {
    height: auto;
  }

  .product-item .temp {
    display: block;
  }

  .product-item .btns span.active:hover,
  .product-item .btns span.select:hover {
    background: #F15C35;
  }

  .product-item .btns span:hover {
    background: #D2D2D2;
  }
}

@media screen and (max-width: 767px) {

  .product-item .name,
  .product-item h4 {
    height: 22px;
    -webkit-line-clamp: 1;
  }
}

@media screen and (max-width: 575px) {
  .product-item .info {
    margin-top: 0;
  }
}

.slider.orangeDot .slick-dots li {
  margin: 0 5px;
}

.slider.orangeDot .slick-dots li.slick-active button {
  background-color: #F15C35;
}

.slider.orangeDot .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #F15C35;
}

.flyer-img {
  width: 50px;
  z-index: 999;
}

a.spotLightEvent {
  position: relative;
  display: block;
  overflow: hidden;
}

a.spotLightEvent:hover:after {
  top: -55%;
  left: 56%;
}

a.spotLightEvent:after {
  content: '';
  display: block;
  width: 100px;
  height: 260%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  position: absolute;
  -webkit-transform: rotate(66deg);
  transform: rotate(66deg);
  top: -168%;
  left: -11%;
  -webkit-transition: top .8s, left .8s;
  transition: top .8s, left .8s;
}

a.spotLightEvent img {
  width: 100%;
}

.aside-block {
  width: 248px;
  float: left;
}

.aside-block .product-nav {
  padding: 10px;
}

.aside-block .product-nav #accordion ul li button[type=button] {
  padding: 7px 16px;
  color: #707173;
  background: #D5DEEA;
}

.aside-block .product-nav #accordion ul li button[type=button][aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}

.aside-block .product-nav #accordion ul li button[type=button] span:nth-child(1) {
  float: left;
}

.aside-block .product-nav #accordion ul li button[type=button] span:nth-child(2) {
  font-size: 12px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  float: right;
  margin-top: 4px;
}

.aside-block .product-nav #accordion ul li>div ul {
  list-style: none;
  font-size: 16px;
}

.aside-block .product-nav #accordion ul li>div ul li {
  position: relative;
}

.aside-block .product-nav #accordion ul li>div ul li.active a {
  color: #4175B8;
  text-decoration: underline;
}

.aside-block .product-nav #accordion ul li>div ul li:not(:last-child) {
  margin-bottom: 11px;
}

.aside-block .product-nav #accordion ul li>div ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #4175B8;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aside-block .product-nav #accordion ul li>div ul li a {
  color: #636363;
}

.aside-block .product-nav>ul li a {
  padding: 7px 16px;
  color: #707173;
  background: #EBF0F6;
}

.aside-block .brand {
  padding: 11px 8px 0 8px;
}

.aside-block .brand button[type=button] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside-block .brand button[type=button][aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}

.aside-block .brand button[type=button] span:nth-child(2) {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  font-size: 12px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.aside-block .brand>div ul li:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

.aside-block .inquiry {
  padding: 15px 8px 15px 8px;
}

.aside-block .inquiry form #accordion-inquiry>div {
  padding: 0 8px;
}

.aside-block .inquiry form #accordion-inquiry>div:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

.aside-block .inquiry form #accordion-inquiry>div button[type=button] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside-block .inquiry form #accordion-inquiry>div button[type=button][aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}

.aside-block .inquiry form #accordion-inquiry>div button[type=button] span:nth-child(1) {
  float: left;
}

.aside-block .inquiry form #accordion-inquiry>div button[type=button] span:nth-child(2) {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  font-size: 12px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  float: right;
  margin-top: 4px;
}

.aside-block .inquiry form #accordion-inquiry>div .input-wrapper {
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 15px;
  width: 206px;
}

.aside-block .inquiry form #accordion-inquiry>div .input-wrapper input {
  border: none;
  width: 155px;
}

.aside-block .inquiry form #accordion-inquiry>div .input-wrapper i {
  cursor: pointer;
}

.aside-block .inquiry form #accordion-inquiry>div label {
  margin-bottom: 10px;
}

.aside-block .inquiry form #accordion-inquiry>div .expand {
  text-decoration: underline;
  cursor: pointer;
}

.aside-block .inquiry form #accordion-inquiry>div .expand.active span:nth-child(1) {
  display: none;
}

.aside-block .inquiry form #accordion-inquiry>div .expand.active span:nth-child(2) {
  display: block;
}

.aside-block .inquiry form #accordion-inquiry>div .expand span:nth-child(1) {
  display: block;
}

.aside-block .inquiry form #accordion-inquiry>div .expand span:nth-child(2) {
  display: none;
}

.aside-block .inquiry form #accordion-inquiry>div .expandContent {
  display: none;
}

.aside-block .inquiry form #accordion-inquiry>div .moneyRange {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside-block .inquiry form #accordion-inquiry>div .moneyRange input[type=text] {
  width: 80px;
  padding: 5px;
  border: 1px solid #D9D9D9;
}

.aside-block .inquiry form .group {
  margin-bottom: 0;
}

.aside-block .inquiry form .btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside-block .inquiry form .btns button {
  border-radius: 3px;
  letter-spacing: 2px;
  padding: 5.5px 7.5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.aside-block .inquiry form .btns button:hover {
  opacity: 0.9;
}

.aside-block+.main-block {
  width: calc(100% - 248px);
  float: left;
}

@media screen and (max-width: 991px) {
  .aside-block {
    float: none;
    width: 100%;
  }

  .aside-block .product-nav {
    margin-bottom: 20px;
  }

  .aside-block .product-nav img {
    display: none;
  }

  .aside-block .inquiry form .btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .aside-block+.main-block {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 575px) {
  .aside-block .product-nav {
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

form.condition {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

form.condition .select2-container--default {
  width: 121px !important;
  margin-right: 6px;
}

form.condition .select2-container--default .select2-selection--single {
  height: 34px;
  padding: 5px;
  width: 121px;
}

form.condition .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
  color: black;
}

form.condition .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  height: 34px;
  background: url("images/product-list/select-toggle.jpg") center no-repeat;
}

form.condition .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

form.condition input[type=text] {
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  -webkit-appearance: none;
}

.number-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #D9D9D9;
  width: 72px;
  padding: 1.5px 0;
  border-radius: 25px;
}

.number-wrapper input[type=number] {
  width: 45px;
  text-align: center;
  background: none;
  border: none;
}

.number-wrapper .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.number-wrapper .btn-group span {
  width: 15px;
  height: 15px;
  color: black;
  position: relative;
  cursor: pointer;
}

.number-wrapper .btn-group span.add-btn i {
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

.number-wrapper .btn-group span.minus-btn i {
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

.number-wrapper .btn-group span i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
}

.number-wrapper .btn-group span i::before {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.quantityAdd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quantityAdd .add {
  border: 2px solid #1E4487;
  padding: 3px 10px;
  width: 76px;
  cursor: pointer;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.quantityAdd .add.active {
  background: #1E4487;
  color: white;
}

.quantityAdd .add.active span:nth-child(1) {
  display: none;
}

.quantityAdd .add.active span:nth-child(2) {
  display: block;
}

.quantityAdd .add:hover {
  background: #1E4487;
  color: white;
}

.quantityAdd .add span:nth-child(2) {
  display: none;
}

.step {
  z-index: 1;
  width: 480px;
}

.step>div {
  float: left;
  width: 160px;
}

.step>div .rounded-circle {
  width: 30px;
  height: 30px;
  line-height: 28px;
}

.step .line {
  border-bottom: 1px dashed #F15C34;
  width: 32%;
  top: 15px;
  z-index: -1;
}

.step .line.complete {
  border-bottom: 1px solid #F15C34;
}

.step .line.line-1 {
  left: 73px;
}

.step .line.line-2 {
  right: 73px;
}

@media screen and (max-width: 575px) {
  .step {
    width: 270px;
  }

  .step>div {
    width: 90px;
  }

  .step .line {
    width: 32%;
  }

  .step .line.line-1 {
    left: 48px;
  }

  .step .line.line-2 {
    right: 48px;
  }
}

.orderDetail .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.7px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orderDetail .products-box .products-inner .th:nth-child(1),
.orderDetail .products-box .products-inner .td:nth-child(1) {
  width: 47%;
}

.orderDetail .products-box .products-inner .th:nth-child(2),
.orderDetail .products-box .products-inner .td:nth-child(2) {
  width: 16%;
}

.orderDetail .products-box .products-inner .th:nth-child(3),
.orderDetail .products-box .products-inner .td:nth-child(3) {
  width: 18%;
}

.orderDetail .products-box .products-inner .th:nth-child(4),
.orderDetail .products-box .products-inner .td:nth-child(4) {
  width: 16%;
}

.orderDetail .products-box .products-inner .head {
  background: #F6F7F9;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}

.orderDetail .products-box .products-inner .head .th {
  padding: 14px 10px;
  float: left;
}

.orderDetail .products-box .products-inner .head .th:first-child {
  padding-left: 112px;
}

.orderDetail .products-box .products-inner .head .th:not(:first-child) {
  text-align: center;
}

.orderDetail .products-box .products-inner .body>ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  display: flex;
  padding: 19.5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
}

.orderDetail .products-box .products-inner .body>ul li ul {
  flex: 0 0 100%;
  padding-left: 0;
}

.orderDetail .products-box .products-inner .body>ul li.offer {
  padding: 13px 0;
}

.orderDetail .products-box .products-inner .body>ul li.offer:last-child {
  border-bottom: none;
}

.orderDetail .products-box .products-inner .body>ul li.offer>.td:nth-child(1) .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.orderDetail .products-box .products-inner .body>ul li.offer>.td:nth-child(1) .text .tag {
  border-radius: 3px;
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 41px;*/
  /*flex: 0 0 41px;*/
  padding: 0 5.5px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}

.orderDetail .products-box .products-inner .body>ul li>.td:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 5%;
}

.orderDetail .products-box .products-inner .body>ul li>.td:nth-child(1) .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

.orderDetail .products-box .products-inner .body>ul li>.td:nth-child(1) .text {
  letter-spacing: 1px;
  text-align: left;
}

.orderDetail .products-box .products-inner .body>ul li>.td:not(:first-child) {
  text-align: center;
}

.orderDetail .products-box .products-inner .body>ul li>.td>span:nth-child(1) {
  display: flex;
}

.orderDetail .products-box .total-inner {
  letter-spacing: 1px;
  padding-top: 24px;
  border-top: 1px solid;
  padding-bottom: 33px;
}

.orderDetail .products-box .total-inner ul li {
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orderDetail .products-box .total-inner ul li:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

.orderDetail .products-box .total-inner ul li span:nth-child(1) {
  font-weight: 100;
}

.orderDetail .box {
  border-top: 1px solid;
  padding: 30px 10px 26px;
}

.orderDetail .box:last-of-type {
  border-bottom: 1px solid;
}

.orderDetail .box ul li {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orderDetail .box ul li span:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.orderDetail .box ul li span:nth-child(2) {
  color: #636363;
}

.orderDetail .orange-btn {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .orderDetail .products-box .products-inner .body>ul li>.td:nth-child(1) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .orderDetail .products-box .products-inner .head {
    display: none;
  }

  .orderDetail .products-box .products-inner .body>ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 20px 10px;
    border: none;
  }

  .orderDetail .products-box .products-inner .body>ul li.offer {
    width: 100%;
    padding: 5px 0;
    float: none;
  }

  .orderDetail .products-box .products-inner .body>ul li.offer .td::before {
    content: '' !important;
  }

  .orderDetail .products-box .products-inner .body>ul li.offer .td:nth-child(2),
  .orderDetail .products-box .products-inner .body>ul li.offer .td:nth-child(3) {
    display: none;
  }

  .orderDetail .products-box .products-inner .body>ul li.offer .td:nth-child(4) {
    text-align: right !important;
    padding-right: 10px;
  }

  .orderDetail .products-box .products-inner .body>ul li .td {
    margin-bottom: 3px;
    width: 100% !important;
    text-align: center !important;
  }

  .orderDetail .products-box .products-inner .body>ul li .td:nth-child(1) {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }

  .orderDetail .products-box .products-inner .body>ul li .td:nth-child(1) img {
    margin-bottom: 10px;
  }

  .orderDetail .products-box .products-inner .body>ul li .td:nth-child(1) .text {
    text-align: center;
  }

  .orderDetail .products-box .products-inner .body>ul li .td:nth-child(2)::before {
    content: '數量：';
  }

  .orderDetail .products-box .products-inner .body>ul li .td:nth-child(3)::before {
    content: '單價：';
  }

  .orderDetail .products-box .products-inner .body>ul li .td:nth-child(4)::before {
    content: '小計：';
  }
}

@media screen and (max-width: 576px) {
  .orderDetail .products-box .products-inner .body>ul li.offer .td:nth-child(1) {
    width: 100% !important;
  }

  .orderDetail .info-box {
    display: block;
  }

  .orderDetail .info-box>span {
    display: block;
  }

  .orderDetail .products-box .products-inner .body>ul li {
    width: 100%;
    float: none;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .orderDetail .products-box .products-inner .body>ul li div.td {
    width: auto !important;
    float: left;
  }

  .orderDetail .box {
    padding: 10px 0px 10px;
  }

  .orderDetail .box ul li span:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
  }

  .orderDetail .box:nth-of-type(7) ul li span:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 113px;
    flex: 0 0 113px;
  }

  .orderDetail .orange-btn {
    margin-top: 20px;
  }
}

textarea[readonly],
input[readonly] {
  background: #F7F7F7;
}

.safari .label-group .label {
  padding: 2.5px 10px;
}

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

#header .header-wrapper {
  width: 100%;
  height: 135px;
  margin: auto;
  top: 0;
  left: 0;
  background: url(images/common/header.png) center no-repeat;
  background-size: cover;
}

#header .header-wrapper.gray {
  background: url(images/common/header-gray.png) center no-repeat;
  background-size: cover;
}

#header .header-wrapper .logo {
  width: 340px;
  height: 56.8px;
  align-self: center;
  position: absolute;
  top: 30px;
  left: 3.5%;
}

#header .header-wrapper .logo a {
  display: block;
  height: 100%;
  background: url(./images/logo.svg) center no-repeat;
}

#header .header-wrapper .menu-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: none;
}

#header .header-wrapper .menu-toggle .wrapper {
  width: 26px;
  height: 14px;
  position: relative;
  display: inline-block;
}

#header .header-wrapper .menu-toggle .wrapper div {
  height: 2px;
  background-color: #1E4487;
  -webkit-transition: width 0.5s ease, top .5s, -webkit-transform .5s;
  transition: width 0.5s ease, top .5s, -webkit-transform .5s;
  transition: width 0.5s ease, top .5s, transform .5s;
  transition: width 0.5s ease, top .5s, transform .5s, -webkit-transform .5s;
  position: absolute;
  right: 0;
  width: 20px;
}

#header .header-wrapper .menu-toggle .wrapper div.bar1 {
  top: 0px;
}

#header .header-wrapper .menu-toggle .wrapper div.bar2 {
  top: 6px;
}

#header .header-wrapper .menu-toggle .wrapper div.bar3 {
  top: 12px;
}

#header .header-wrapper .menu-toggle.active .wrapper div.bar1 {
  width: 20px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .header-wrapper .menu-toggle.active .wrapper div.bar2 {
  opacity: 0;
}

#header .header-wrapper .menu-toggle.active .wrapper div.bar3 {
  width: 20px;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .header-wrapper form {
  font-size: 15px;
  width: 175px;
  float: left;
}

#header .header-wrapper form>.icon-search {
  display: none;
}

#header .header-wrapper form .input-wrapper {
  border: 1px solid #D9D9D9;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}

#header .header-wrapper form .input-wrapper input {
  border: none;
  width: 130px;
  letter-spacing: 1px;
}

#header .header-wrapper .bg_phone {
  width: 100%;
}

#header .header-wrapper .bg_phone .scroll_wrapper .tag {
  display: none;
}

#header .header-wrapper .bg_phone .scroll_wrapper .bg {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  background: #F0F1F3;
  width: 100%;
  z-index: -1;
  transition: height .3s;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu {
  display: table;
  margin: auto;
  margin-top: 12px;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li {
  float: left;
  margin: 0 38px;
  cursor: pointer;
  padding-bottom: 11px;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li.active {
  color: #1E4487;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li.active>a {
  color: #1E4487;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li span.list {
  text-align: center;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li span.list i.icon {
  height: 45px;
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li span.list i.arrow {
  display: none;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  letter-spacing: 1px;
  width: 100%;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul {
  padding-top: 77px;
  padding-bottom: 43px;
  width: calc(100% - 40px);
  max-width: 1145px;
  margin: auto;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li {
  width: 25%;
  float: left;
  margin-bottom: 33px;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li a {
  display: flex;
  align-items: center;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li a .text {
  margin-left: 20px;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li a .text .title {
  display: block;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li a .text .info {
  font-size: 16px;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li>a:hover {
  color: black;
}

#header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li.products>.list {
  display: none;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex {
  position: absolute;
  top: 0;
  right: 18pt;
  letter-spacing: 1px;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous {
  float: left;
  padding-top: 22px;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2 {
  margin-left: -12px;
  margin-bottom: 10px;
  font-size: 16px;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2.loginIn li:nth-child(1)::after {
  display: none;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2.loginIn li:nth-child(2) {
  padding-left: 0;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2.loginIn li:nth-child(2) div:nth-child(1) {
  display: none;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2.loginIn li:nth-child(2) div:nth-child(2) {
  display: block;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2 li {
  float: left;
  padding: 0 14px;
  position: relative;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2 li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2 li:nth-child(2) div:nth-child(2) {
  display: none;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.menu2 li:nth-child(2) div:nth-child(2) span {
  font-style: italic;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.outer-link {
  float: left;
  line-height: 35px;
  margin-left: 13px;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.outer-link li {
  float: left;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.outer-link li:nth-child(2) {
  font-size: 14px;
  margin-left: 6px;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.outer-link li:nth-child(3) {
  font-size: 22px;
  margin-left: 3px;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.outer-link li a {
  width: 30px;
  display: block;
  transition: opacity .3s;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.outer-link li a:hover {
  opacity: 0.8;
}

#header .header-wrapper .bg_phone .scroll_wrapper>.complex .miscellaneous ul.outer-link li a i {
  color: #F15C35;
}

#header .header-wrapper .bg_phone .scroll_wrapper .for-phone {
  display: none;
}

#header .header-wrapper .cart {
  float: left;
}

#header .header-wrapper .cart .toggle {
  width: 95px;
  height: 127px;
  background: #F15C35;
  border-radius: 0 0 46% 46%;
  color: white;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  letter-spacing: 1px;
}

#header .header-wrapper .cart .toggle i {
  font-size: 22px;
}

#header .header-wrapper .cart .toggle hr {
  margin: 3px 0 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#header .header-wrapper .cart .toggle span {
  display: block;
}

#header .header-wrapper .cart .toggle span.shopping {
  font-size: 15px;
}

#header .header-wrapper .cart .toggle span.quantity {
  font-size: 20px;
  font-family: 'Lato';
  line-height: 1em;
}

#header .header-wrapper .cart .toggle span.items {
  font-family: "Roboto";
  font-size: 13px;
}

#header .header-wrapper .cart .content {
  width: 327px;
  overflow: hidden;
  right: 0;
  pointer-events: none;
}

#header .header-wrapper .cart .content.active {
  pointer-events: all;
}

#header .header-wrapper .cart .content.active>div {
  transform: none;
  opacity: 1;
}

#header .header-wrapper .cart .content>div {
  margin: auto;
  width: 307px;
  border: 1px solid #F15C35;
  letter-spacing: 1px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transform: translateX(327px);
  opacity: 0;
  transition: transform .3s, opacity .3s;
}

#header .header-wrapper .cart .content>div .title {
  border-bottom: 1px solid #E9E9E9;
}

#header .header-wrapper .cart .content>div ul li {
  border-bottom: 1px solid #E9E9E9;
}

#header .header-wrapper .cart .content>div ul li div a {
  flex: 0 0 70px;
}

#header .header-wrapper .cart .content>div ul li div .text {
  flex-grow: 1;
}

#header .header-wrapper .cart .content>div ul li div .text .delete {
  top: 0;
  right: 0;
}

#header .header-wrapper .cart .content>div ul li div .text .delete svg {
  width: 18px;
  height: 18px;
}

#header .header-wrapper .cart .content>div>a {
  transition: opacity .3s;
}

#header .header-wrapper .cart .content>div>a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1800px) {
  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li {
    margin: 0 34px;
  }
}

@media screen and (max-width: 1600px) {
  #header .header-wrapper .logo {
    left: 20px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu {
    margin-left: 380px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li {
    margin: 0 20px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper>div {
    right: 0px;
  }
}

@media screen and (max-width: 1400px) {
  #header .header-wrapper .logo {
    width: 272px;
    height: 45.44px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu {
    margin-left: 315px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li {
    margin: 0 13px;
  }
}

@media screen and (max-width: 1300px) {
  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu {
    margin-left: 295px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper>.complex {
    right: 0;
  }

  #header .header-wrapper .cart .toggle {
    width: 85px;
  }
}

@media (max-width: 1199px) {
  #header {
    height: 80px;
  }

  #header .header-wrapper {
    height: 85px;
  }

  #header .header-wrapper .logo {
    top: 18px;
    width: 207px;
    height: 34.6px;
  }

  #header .header-wrapper .complex1 {
    position: absolute;
    right: 50px;
    top: 17px;
    z-index: 1;
  }

  #header .header-wrapper .complex1 .miscellaneous {
    float: left;
  }

  #header .header-wrapper .complex1 .miscellaneous .menu2 {
    display: none;
  }

  #header .header-wrapper .complex1 .miscellaneous .search-toggle {
    display: block;
    float: right;
    font-size: 20px;
    margin-left: 15px;
    color: #1E4487;
    position: relative;
    top: -1px;
  }

  #header .header-wrapper .complex1 .miscellaneous form {
    width: auto;
  }

  #header .header-wrapper .complex1 .miscellaneous form.show .input-wrapper {
    width: 200px;
    padding: 8px 15px;
    opacity: 1;
    transform: translateX(0%);
  }

  #header .header-wrapper .complex1 .miscellaneous form .input-wrapper {
    margin-top: -5px;
    float: left;
    width: 0;
    transition: width 0.3s, padding 0.3s, opacity 0.3s, transform 0.3s;
    overflow: hidden;
    padding: 8px 0;
    opacity: 0;
    transform: translateX(20%);
  }

  #header .header-wrapper .complex1 .miscellaneous form .input-wrapper .icon-search {
    color: #1E4487;
    font-size: 20px;
  }

  #header .header-wrapper .complex1 .miscellaneous form .input-wrapper input {
    width: 150px;
  }

  #header .header-wrapper .complex1 .cart {
    float: left;
  }

  #header .header-wrapper .complex1 .cart .toggle {
    width: auto;
    height: auto;
    color: #1E4487;
    background: initial;
    position: relative;
    font-size: 24px;
    margin-right: 2px;
    top: -3px;
    padding: 0;
  }

  #header .header-wrapper .complex1 .cart .toggle span.shopping {
    display: none;
  }

  #header .header-wrapper .complex1 .cart .toggle span.quantity {
    background: #F15C34;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    color: white;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 0px;
    line-height: 1.3em;
  }

  #header .header-wrapper .complex1 .cart .toggle span.items {
    display: none;
  }

  #header .header-wrapper .complex1 .cart .toggle hr {
    display: none;
  }

  #header .header-wrapper .menu-toggle {
    display: block;
    top: 32px;
  }

  #header .header-wrapper .gray_block.active {
    left: 0;
    top: 60px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: absolute;
    opacity: 0.5;
  }

  #header .header-wrapper .bg_phone {
    width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    display: block;
    right: 0;
    top: 60px;
    height: calc(100vh - 60px);
    z-index: 40;
    pointer-events: none;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    background: #173979;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    transition: transform .3s;
  }

  #header .header-wrapper .bg_phone.active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    pointer-events: all;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .tag {
    display: block;
    color: white;
    font-size: 18px;
    background: #13306C;
    padding: 15px 20px;
    border-bottom: 1px solid #2E4C86;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu {
    display: block;
    margin: 0;
    padding: 0 20px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li {
    margin: 0;
    float: none;
    color: white;
    padding: 12px 0;
    border-bottom: 1px solid #2E4C86;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li.active {
    color: white;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li.active>a {
    color: white;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li span.list {
    display: block;
    text-align: left;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li span.list i.icon {
    display: inline;
    color: #A2B0C9;
    font-size: 22px;
    margin-right: 15px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li span.list i.arrow {
    display: inline;
    font-size: 12px;
    float: right;
    margin-top: 9px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li a {
    display: block;
    color: white;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li a:hover {
    color: white;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu {
    display: block;
    background: #173979;
    position: fixed;
    top: 0px;
    padding: 0;
    z-index: 1;
    transform: translateX(320px);
    transition: transform .3s;
    height: 100vh;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu.active {
    transform: translateX(0px);
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu .tag {
    display: block;
    color: white;
    font-size: 18px;
    background: #13306C;
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #2E4C86;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu .tag i {
    transform: rotate(180deg);
    font-size: 12px;
    float: left;
    width: 25px;
    height: 25px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul {
    padding: 0 20px;
    width: 100%;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #2E4C86;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li a img {
    display: none;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li a .text {
    margin: 0;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li a .text .info {
    display: none;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li i.arrow {
    margin-top: 5px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li.products .list {
    display: block;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li.products>a {
    display: none;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone {
    display: block;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone.loginIn ul:nth-of-type(1) li:nth-child(1),
  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone.loginIn ul:nth-of-type(1) li:nth-child(2) {
    display: none;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone.loginIn ul:nth-of-type(1) li:nth-child(3) {
    display: block;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul:nth-of-type(1) li:nth-child(3) {
    display: none;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul:not(.outer-link) {
    padding: 0;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul:not(.outer-link) li {
    padding: 15px 20px;
    border-bottom: 1px solid #2E4C86;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul:not(.outer-link) li a {
    color: white;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link {
    display: table;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 50px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li {
    float: left;
    margin: 0 7.5px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li a {
    display: block;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    position: relative;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li a i {
    color: #173979;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 25px;
    text-align: center;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li a i::before {
    margin: 0;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li:nth-child(1) a i {
    font-size: 22px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li:nth-child(2) a i {
    font-size: 16px;
    margin-left: -3px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li:nth-child(2) a i::before {
    margin-top: 6px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li:nth-child(3) a i {
    font-size: 24px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper .for-phone ul.outer-link li:nth-child(3) a i::before {
    margin-top: 10px;
  }

  #header .header-wrapper .cart .content {
    right: -40px;
  }
}

@media (max-width: 576px) {
  #header .header-wrapper {
    background: url(images/common/header-phone.png) center top no-repeat;
    background-size: cover;
  }

  #header .header-wrapper .complex1 .miscellaneous form {
    width: 100%;
    background: #173979;
    position: fixed;
    left: 0;
    top: 60px;
    height: 0px;
    transition: height .3s;
    display: flex;
  }

  #header .header-wrapper .complex1 .miscellaneous form.show {
    height: 80px;
  }

  #header .header-wrapper .complex1 .miscellaneous form.show .input-wrapper {
    width: calc(100% - 40px);
    margin: auto;
    float: none;
    background: white;
  }

  #header .header-wrapper .complex1 .miscellaneous form.show .input-wrapper input {
    width: calc(100% - 25px);
  }

  #header .header-wrapper .complex1 .miscellaneous form .input-wrapper {
    width: calc(100% - 40px);
    margin: auto;
    float: none;
    background: white;
  }

  #header .header-wrapper .complex1 .miscellaneous form .input-wrapper input {
    width: calc(100% - 25px);
  }

  #header .header-wrapper .bg_phone {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu {
    padding: 0;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li {
    padding-left: 20px;
    padding-right: 20px;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul {
    padding: 0;
  }

  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu>li .submenu ul li {
    padding-right: 20px;
    padding-left: 20px;
  }

  #header .header-wrapper .cart .content {
    top: 30px;
    right: -50px;
  }

  #header .header-wrapper .cart .content>div {
    width: 290px;
  }

  #header .header-wrapper .gray_block {
    display: none;
  }
}

@media (max-width: 350px) {
  #header .header-wrapper .logo {
    width: 180px;
    height: 30px;
  }
}

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  background: #0072B6;
  /*background-image: url("images/common/footer-bg.png");*/
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 135px;
  background-size: cover;
}

#footer .wrapper {
  width: calc(100% - 34px);
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .wrapper .logo {
  letter-spacing: 2px;
  align-self: flex-start;
  margin-right: 26px;
}

#footer .wrapper .logo img {
  padding-bottom: 15px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
}

#footer .wrapper .logo>span {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
}

#footer .wrapper .logo>span a {
  font-size: 30px;
}

#footer .wrapper .info {
  color: #A7B5CD;
  font-size: 16px;
  font-family: "Roboto", "微軟正黑體";
  letter-spacing: 0.4px;
}

#footer .wrapper .info a {
  color: #A7B5CD;
  transition: color .3s;
}

#footer .wrapper .info a:hover {
  color: white;
}

#footer .wrapper .info>ul:nth-child(1) {
  width: 700px;
}

#footer .wrapper .info>ul:nth-child(1) li {
  float: left;
  margin-right: 17px;
  margin-bottom: 5px;
}

#footer .wrapper .info>ul:nth-child(1) li:nth-child(5),
#footer .wrapper .info>ul:nth-child(1) li:nth-child(6) {
  font-size: 15px;
  text-transform: uppercase;
}

#footer .wrapper .info ul.link {
  list-style: none;
  padding: 0;
  margin-right: -14px;
  margin-left: -14px;
}

#footer .wrapper .info ul.link li {
  padding: 0 14px;
}

#footer .wrapper .info ul.link li:not(:last-child) {
  position: relative;
}

#footer .wrapper .info ul.link li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #A7B5CD;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#footer .wrapper ul.outer-link {
  align-self: flex-start;
  padding: 0;
  list-style: none;
  align-items: center;
  margin-right: -12px;
  margin-left: -12px;
}

#footer .wrapper ul.outer-link li {
  padding: 0 12px;
}

#footer .wrapper ul.outer-link li:nth-child(1) {
  font-size: 32px;
}

#footer .wrapper ul.outer-link li:nth-child(2) {
  font-size: 24px;
}

#footer .wrapper ul.outer-link li:nth-child(3) {
  font-size: 34px;
}

#footer .wrapper ul.outer-link li a {
  display: block;
  transition: transform .3s;
}

#footer .wrapper ul.outer-link li a:hover {
  transform: translateY(3px);
}

#footer #goTop {
  width: 50px;
  height: 50px;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid white;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background .3s, color .3s;
}

#footer #goTop:hover {
  background: white;
  color: #1E4487;
}

#footer .fix {
  position: fixed;
  bottom: 90px;
  right: 31pt;
  z-index: 2;
}

#footer .fix #advisory {
  height: 60px;
  width: 60px;
  transition: opacity .3s;
  border-radius: 50%;
}

#footer .fix #advisory img {
  width: 25px;
}

#footer .fix #advisory:hover {
  opacity: 0.9 !important;
}

#footer .fix #advisory span {
  display: block;
  transform: scale(0.8);
  letter-spacing: 1px;
}

#footer .fix #advisory {
  background: #F15C35;
}

#footer .fix #message {
  background: #3A589B;
  bottom: 21px;
}

@media (max-width: 1800px) {
  #footer .wrapper ul.outer-link {
    margin-right: 90px;
  }
}

@media (max-width: 1600px) {
  #footer {
    background-size: contain;
  }

  #footer .wrapper ul.outer-link {
    margin-right: 135px;
  }

  #footer .wrapper .info ul:nth-child(1) {
    width: 650px;
  }
}

@media (max-width: 1400px) {
  #footer {
    padding-bottom: 35px;
  }

  #footer .wrapper {
    display: block;
  }

  #footer .wrapper .logo {
    margin-bottom: 35px;
    margin-right: 0;
  }

  #footer .wrapper .logo img {
    display: inline;
  }

  #footer .wrapper .logo>span {
    display: inline;
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  #footer .fix {
    right: 20px;
  }
}

@media (max-width: 991px) {
  #footer {
    padding-bottom: 100px;
  }

  #footer .wrapper .logo>span {
    display: block;
    margin-left: 0;
  }

  #footer #goTop {
    bottom: 80px;
  }
}

@media (max-width: 767px) {
  #footer .wrapper .info ul:nth-child(1) {
    width: 100%;
  }

  #footer .wrapper .info ul:nth-child(1) li {
    float: none;
  }
}

@media (max-width: 576px) {
  #footer {
    padding-bottom: 180px;
    padding-top: 70px;
  }

  #footer .wrapper .logo img {
    margin-bottom: 0;
  }

  #footer .wrapper .logo>span span {
    margin-left: -7px;
  }

  #footer .wrapper .logo>span a {
    font-size: 29px;
  }

  #footer .wrapper .info ul:nth-child(1) li:nth-child(5) span {
    display: block;
  }

  #footer .wrapper .info ul.link li {
    margin-bottom: 5px;
    font-size: 16px;
  }

  #footer .wrapper ul.outer-link {
    margin: auto;
    margin-top: 40px;
    width: 200px;
  }
}

@media (max-width: 360px) {
  #footer .wrapper .logo {
    margin-bottom: 10px;
  }

  #footer .wrapper .logo>span {
    margin-top: 20px;
  }

  #footer .wrapper .logo>span a {
    display: block;
  }

  #footer .wrapper .info ul:nth-child(1) li span:nth-child(1) {
    display: block;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes default-item-thumb {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes default-item-thumb {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes colorChange1 {
  0% {
    background: rgba(250, 195, 180, 0.5);
  }

  50% {
    background: #f26c49;
  }

  100% {
    background: rgba(250, 195, 180, 0.5);
  }
}

@keyframes colorChange1 {
  0% {
    background: rgba(250, 195, 180, 0.5);
  }

  50% {
    background: #f26c49;
  }

  100% {
    background: rgba(250, 195, 180, 0.5);
  }
}

#index .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 65px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index .home-banner-section ul.slider-phone {
  display: none;
}

#index .home-banner-section ul.slider .text,
#index .home-banner-section ul.slider-phone .text {
  top: 32%;
  left: 10.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#index .home-banner-section ul.slider .text span,
#index .home-banner-section ul.slider-phone .text span {
  position: absolute;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

#index .home-banner-section ul.slider .text span.en1,
#index .home-banner-section ul.slider-phone .text span.en1 {
  font-size: 110px;
  width: 500px;
}

#index .home-banner-section ul.slider .text span.en2,
#index .home-banner-section ul.slider-phone .text span.en2 {
  font-size: 95px;
  width: 800px;
  top: 76px;
  left: 137px;
}

#index .home-banner-section ul.slider .text span.ch1,
#index .home-banner-section ul.slider-phone .text span.ch1 {
  font-size: 22px;
  top: 146px;
  left: 136px;
  width: 500px;
  letter-spacing: 10px;
}

#index .home-banner-section ul.slider .text span.ch2,
#index .home-banner-section ul.slider-phone .text span.ch2 {
  font-size: 62px;
  top: 171px;
  left: 132px;
  width: 500px;
  letter-spacing: 10px;
}

#index .home-banner-section ul.slider .text span.ch2::before,
#index .home-banner-section ul.slider-phone .text span.ch2::before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: white;
  position: absolute;
  left: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index .home-banner-section ul.slider img,
#index .home-banner-section ul.slider-phone img {
  width: 100%;
}

#index .home-banner-section .scroll-down {
  bottom: 134px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#index .home-banner-section .scroll-down:hover {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}

#index .home-banner-section .scroll-down span {
  font-size: 13px;
}

#index .home-banner-section .scroll-down div {
  border: 2px solid white;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#index .home-banner-section .wave {
  background: url("images/index/wave.png") center no-repeat;
  height: 37px;
  bottom: -1px;
  background-size: cover;
}

#index .news-section {
  padding-top: 78px;
  padding-bottom: 29px;
}

#index .news-section .news-block {
  padding: 0;
  padding-left: 1%;
  float: left;
  width: 50%;
}

#index .news-section .news-block>div {
  float: left;
  width: 180px;
}

#index .news-section .news-block>div span {
  line-height: 1em;
  letter-spacing: 2px;
  display: block;
}

#index .news-section .news-block>div a {
  width: 112px;
  padding: 5.5px;
  border: 2px solid #F15C35;
  color: #F15C35;
  border-radius: 20px;
  text-align: center;
  display: block;
}

#index .news-section .news-block>ul {
  float: left;
  width: calc(100% - 180px);
  padding-left: 20px;
}

#index .news-section .news-block>ul li {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 13px;
  margin-bottom: 23px;
}

#index .news-section .news-block>ul li a .date {
  color: #636363;
}

#index .news-section .news-block>ul li a .title {
  line-height: 1.7em;
  margin-top: 4px;
  letter-spacing: 1px;
}

#index .news-section .newProduct-block {
  padding: 0;
  padding-left: 6.5%;
  float: left;
  width: 50%;
  letter-spacing: 1px;
}

#index .news-section .newProduct-block .tag {
  position: absolute;
  display: table;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 7px 18px;
  font-size: 18px;
}

#index .news-section .newProduct-block .tag span {
  border-bottom: 2px solid white;
  width: 45px;
}

#index .news-section .newProduct-block ul.slider li a .text {
  padding-top: 80px;
  width: 254px;
}

#index .news-section .newProduct-block ul.slider li a .text .name {
  font-size: 20px;
}

#index .news-section .newProduct-block ul.slider li a .text .info {
  color: #636363;
  font-size: 18px;
}

#index .news-section .newProduct-block ul.slider li a .text .price span:nth-child(1) {
  text-decoration: line-through;
  color: #636363;
  font-size: 18px;
}

#index .news-section .newProduct-block ul.slider li a .text .price span:nth-child(2) {
  color: #F15C35;
  font-size: 18px;
}

#index .news-section .newProduct-block ul.slider li a .text .price span:nth-child(3) {
  color: #F15C35;
  font-size: 30px;
}

#index .news-section .newProduct-block ul.slider li a img {
  width: 250px;
}

#index .news-section .newProduct-block .arrow {
  width: 115px;
  position: absolute;
  bottom: 50px;
  right: -60px;
}

#index .news-section .newProduct-block .slick-arrow:hover i {
  color: #F15C35;
}

#index .news-section .newProduct-block .slick-arrow:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #E5E5E5;
}

#index .news-section .newProduct-block .slick-arrow i {
  font-size: 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

#index .category-section {
  margin-bottom: 100px;
  height: 734px;
  text-align: center;
  letter-spacing: 1px;
}

#index .category-section .bg {
  position: absolute;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#index .category-section .bg-phone {
  display: none;
}

#index .category-section .text {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(100% - 34px);
  margin: auto;
}

#index .category-section .text>span {
  line-height: 1em;
}

#index .category-section .text p {
  width: 401px;
  max-width: 100%;
  margin: auto;
  line-height: 1.8em;
  font-size: 18px;
}

#index .category-section ul {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1465px;
}

#index .category-section ul li {
  float: left;
  margin: 0 30px;
}

#index .category-section ul li:nth-child(2),
#index .category-section ul li:nth-child(4) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

#index .category-section ul li:nth-child(3) {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#index .category-section ul li>div {
  position: relative;
  width: 230px;
  height: 230px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#index .category-section ul li>div:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#index .category-section ul li>div .dec-block {
  width: 100%;
  height: 100%;
}

#index .category-section ul li>div .dec-block div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#index .category-section ul li>div .dec-block div img {
  -webkit-animation: rotate;
  animation: rotate;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#index .category-section ul li>div .dec-block div:nth-child(2) img {
  -webkit-animation-name: rotate-reverse;
  animation-name: rotate-reverse;
}

#index .category-section ul li>div a.main-block {
  width: 87%;
  height: 87%;
  position: relative;
  padding: 15px 18px;
}

#index .category-section ul li>div a.main-block i {
  font-size: 60px;
}

#index .category-section ul li>div a.main-block h3 {
  font-size: 22px;
}

#index .category-section ul li>div a.main-block span {
  color: #636363;
  width: 84%;
  display: block;
  margin: auto;
}

#index .product-section {
  padding-top: 43px;
  padding-bottom: 110px;
}

#index .product-section .title .en {
  line-height: 0.7em;
  letter-spacing: 3px;
  font-size: 55px;
}

#index .product-section .title h2 {
  font-size: 30px;
  letter-spacing: 1px;
}

#index .product-section ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index .product-section ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#index .product-section ul li a {
  padding: 0 20px;
}

#index .product-section ul li a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#index .product-section ul li a:hover span span:nth-child(1) {
  color: black;
}

#index .product-section ul li a img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 220px;
}

#index .product-section ul li a .name {
  letter-spacing: 2px;
  font-family: 'Roboto', '微軟正黑體';
  font-size: 18px;
}

#index .product-section ul li a span span:nth-child(1) {
  font-size: 16px;
  -webkit-transition: color 0s;
  transition: color 0s;
  color: black;
}

#index .product-section ul li a span span:nth-child(2) {
  font-size: 18px;
}

#index .product-section ul .slick-arrow {
  background: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index .product-section ul .slick-arrow i {
  font-size: 25px;
}

#index .about-section {
  height: 660px;
}

#index .about-section .text-block {
  height: 100%;
  padding-top: 100px;
}

#index .about-section .text-block .text {
  width: 33%;
  letter-spacing: 3px;
}

#index .about-section .text-block .text .title {
  line-height: 0.75em;
  font-size: 55px;
}

#index .about-section .text-block .text .title span {
  display: block;
}

#index .about-section .text-block .text .title+span {
  line-height: 1.3em;
}

#index .about-section .text-block .text .wrapper {
  color: #F5E2DD;
  line-height: 1.8em;
  letter-spacing: 2px;
  max-height: 150px;
}

#index .about-section .text-block .text .wrapper .mCSB_inside>.mCSB_container {
  margin-right: 7px;
}

#index .about-section .text-block .text .wrapper .mCSB_scrollTools {
  right: -4px;
}

#index .about-section .text-block .text .more {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 52px;
  border-radius: 50px;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  letter-spacing: 0;
}

#index .about-section .text-block .text .more:hover {
  color: #F15C35;
  -webkit-box-shadow: 1px 1px 5px #541707;
  box-shadow: 1px 1px 5px #541707;
}

#index .about-section .text-block .text .more i {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index .about-section>div:not(.text-block) {
  position: absolute;
  height: 100%;
}

#index .about-section>div:not(.text-block)>img.person {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

#index .about-section>div:not(.text-block) .bg {
  position: absolute;
  right: 50%;
  height: 100%;
}

#index .about-section>div:not(.text-block) a.video {
  width: 214px;
  height: 214px;
  top: 74%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index .about-section>div:not(.text-block) a.video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#index .about-section>div:not(.text-block) a.video img:nth-child(1) {
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

#index .about-section>div:not(.text-block) a.video:hover img:nth-child(1) {
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%) scale(1.02);
  transform: translate(-50%, -50%) scale(1.02);
}

#index .other-section {
  padding-top: 85px;
  padding-bottom: 73px;
}

#index .other-section ul {
  margin-left: -16.5px;
  margin-right: -16.5px;
}

#index .other-section ul li {
  padding: 16.5px;
}

#index .other-section ul li a {
  overflow: hidden;
}

#index .other-section ul li a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#index .other-section ul li a:hover h2 {
  color: black;
}

#index .other-section ul li a .img-wrapper {
  overflow: hidden;
  border-radius: 5px;
}

#index .other-section ul li a img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  border-radius: 5px;
}

#index .other-section ul li a h2 {
  color: black;
  font-size: 22px;
}

#index .other-section ul li a span {
  color: #636363;
}

@media screen and (max-width: 1600px) {
  #index .category-section ul {
    width: 1300px;
  }

  #index .category-section ul li>div {
    width: 200px;
    height: 200px;
  }

  #index .category-section ul li>div a.main-block i {
    font-size: 50px;
  }

  #index .category-section ul li>div a.main-block h3 {
    font-size: 18px;
  }

  #index .category-section ul li>div a.main-block span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px) {
  #index .home-banner-section ul.slider li a .text span.en1 {
    font-size: 88px;
  }

  #index .home-banner-section ul.slider li a .text span.en2 {
    font-size: 76px;
    top: 66px;
    left: 107px;
  }

  #index .home-banner-section ul.slider li a .text span.ch1 {
    font-size: 18px;
    top: 120px;
    left: 109px;
    letter-spacing: 8px;
  }

  #index .home-banner-section ul.slider li a .text span.ch2 {
    font-size: 50px;
    top: 146px;
    left: 107px;
    letter-spacing: 8px;
  }

  #index .home-banner-section ul.slider li a .text span.ch2::before {
    width: 60px;
    width: -95px;
  }

  #index .home-banner-section ul.slider .slick-dots {
    bottom: 45px;
  }

  #index .home-banner-section .scroll-down {
    bottom: 90px;
  }

  #index .home-banner-section .scroll-down div {
    width: 40px;
    height: 40px;
    margin: auto;
  }

  #index .news-section {
    padding-top: 50px;
  }

  #index .news-section .news-block {
    padding-left: 0;
    padding-right: 2%;
  }

  #index .news-section .news-block>div {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }

  #index .news-section .news-block>ul {
    float: none;
    width: 100%;
    padding: 0;
  }

  #index .news-section .newProduct-block {
    padding-left: 0;
    padding-top: 30px;
  }

  #index .news-section .newProduct-block .arrow {
    right: 0;
  }

  #index .category-section ul {
    width: 1180px;
  }

  #index .category-section ul li {
    margin: 0 18px;
  }

  #index .product-section ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 1199px) {
  #index .home-banner-section ul.slider li a .text {
    top: 25%;
  }

  #index .home-banner-section .scroll-down {
    display: none;
  }

  #index .news-section {
    padding-top: 50px;
  }

  #index .news-section .news-block {
    width: 45%;
  }

  #index .news-section .newProduct-block {
    width: 55%;
    padding-bottom: 50px;
    padding-top: 10px;
  }

  #index .news-section .newProduct-block .arrow {
    bottom: 0;
    right: 50px;
  }

  #index .category-section .text {
    top: 35%;
  }

  #index .category-section ul {
    width: 100%;
    bottom: auto;
    top: 420px;
  }

  #index .category-section ul li {
    margin: 0;
  }

  #index .category-section ul li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 25%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #index .category-section ul li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #index .category-section ul li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 75%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #index .category-section ul li:nth-child(4) {
    position: absolute;
    top: 220px;
    left: 37.33%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #index .category-section ul li:nth-child(5) {
    position: absolute;
    top: 220px;
    left: 62.66%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #index .product-section {
    padding-top: 60px;
  }

  #index .about-section {
    height: 530px;
  }

  #index .about-section .text-block {
    padding-top: 30px;
  }

  #index .about-section .text-block .text {
    width: 40%;
  }

  #index .about-section>div:not(.text-block) img.person {
    right: -10%;
  }

  #index .about-section>div:not(.text-block) .bg {
    right: 42%;
  }

  #index .about-section>div:not(.text-block) a.video {
    left: 53%;
  }
}

@media screen and (max-width: 991px) {
  #index .home-banner-section ul.slider li a .text span.en1 {
    font-size: 66px;
  }

  #index .home-banner-section ul.slider li a .text span.en2 {
    font-size: 57px;
    top: 50px;
    left: 82px;
  }

  #index .home-banner-section ul.slider li a .text span.ch1 {
    font-size: 13px;
    top: 90px;
    left: 84px;
    letter-spacing: 6px;
  }

  #index .home-banner-section ul.slider li a .text span.ch2 {
    font-size: 37px;
    top: 115px;
    left: 82px;
    letter-spacing: 5px;
  }

  #index .home-banner-section ul.slider li a .text span.ch2::before {
    width: 45px;
    left: -77px;
  }

  #index .home-banner-section ul.slider .slick-dots {
    bottom: 45px;
  }

  #index .home-banner-section .wave {
    background-size: cover;
    height: 25px;
  }

  #index .news-section .news-block {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  #index .news-section .news-block>div {
    text-align: center;
  }

  #index .news-section .news-block>div a {
    margin: auto;
  }

  #index .news-section .newProduct-block {
    width: 100%;
    float: left;
    margin-top: 13px;
  }

  #index .news-section .newProduct-block .tag {
    position: static;
    margin: auto;
    margin-bottom: 20px;
  }

  #index .news-section .newProduct-block ul.slider li a {
    display: table;
    margin: auto;
    text-align: center;
  }

  #index .news-section .newProduct-block ul.slider li a .text {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  #index .news-section .newProduct-block .slick-arrow {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    top: 75%;
  }

  #index .news-section .newProduct-block .slick-arrow:nth-child(1):after {
    display: none;
  }

  #index .news-section .newProduct-block .slick-arrow.slick-prev {
    left: 0;
  }

  #index .news-section .newProduct-block .slick-arrow.slick-next {
    right: 0;
  }

  #index .category-section {
    height: 570px;
  }

  #index .category-section ul {
    top: 340px;
  }

  #index .category-section ul li:nth-child(1) {
    left: 15%;
  }

  #index .category-section ul li:nth-child(2) {
    left: 50%;
  }

  #index .category-section ul li:nth-child(3) {
    left: 85%;
  }

  #index .category-section ul li:nth-child(4) {
    position: absolute;
    top: 160px;
    left: 33.33%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #index .category-section ul li:nth-child(5) {
    position: absolute;
    top: 160px;
    left: 66.66%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  #index .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  #index .about-section>div:not(.text-block) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 335px;
  }

  #index .about-section>div:not(.text-block) img.person {
    right: 0;
  }

  #index .about-section>div:not(.text-block) .bg {
    right: 50%;
  }

  #index .about-section>div:not(.text-block) a.video {
    top: 50%;
    left: 22%;
    width: 158px;
    height: 158px;
  }

  #index .about-section>div:not(.text-block) a.video img:nth-child(1) {
    width: 135px;
    height: 135px;
  }

  #index .about-section .text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: #F15C35;
    padding-bottom: 52px;
  }

  #index .about-section .text-block .text {
    width: calc(100% - 34px);
    margin: auto;
  }

  #index .other-section {
    padding-top: 57px;
  }
}

@media screen and (max-width: 767px) {
  #index .home-banner-section ul.slider li a .text span.en1 {
    font-size: 33px;
  }

  #index .home-banner-section ul.slider li a .text span.en2 {
    font-size: 28px;
    top: 28px;
    left: 42px;
  }

  #index .home-banner-section ul.slider li a .text span.ch1 {
    top: 50px;
    left: 44px;
    letter-spacing: 1px;
  }

  #index .home-banner-section ul.slider li a .text span.ch2 {
    font-size: 18px;
    top: 70px;
    left: 42px;
    letter-spacing: 1px;
  }

  #index .home-banner-section ul.slider li a .text span.ch2::before {
    width: 22.5px;
    left: -42px;
  }

  #index .home-banner-section ul.slider .slick-dots {
    bottom: 45px;
  }

  #index .home-banner-section .wave {
    background-size: contain;
    height: 15px;
    background-position-y: bottom;
  }

  #index .news-section {
    padding-top: 15px;
    padding-bottom: 0;
  }

  #index .news-section .news-block {
    padding-left: 0;
    margin: 0;
  }

  #index .news-section .news-block>div {
    margin-bottom: 18px;
    float: none;
    width: 100%;
    text-align: center;
  }

  #index .news-section .news-block>div span {
    font-size: 40px;
  }

  #index .news-section .news-block>div a {
    margin: auto;
    padding: 8px;
    font-size: 16px;
  }

  #index .news-section .news-block ul {
    width: 100%;
    padding: 0;
  }

  #index .news-section .news-block ul li a .date {
    font-size: 16px;
  }

  #index .news-section .news-block ul li a .title {
    font-size: 18px;
    line-height: 1.5em;
  }

  #index .news-section .newProduct-block .tag {
    margin-bottom: 20px;
  }

  #index .category-section {
    height: auto;
  }

  #index .category-section .bg {
    height: 316px;
    position: static;
  }

  #index .category-section .text {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 30px;
    margin-bottom: 18px;
  }

  #index .category-section .text p {
    line-height: 1.6em;
  }

  #index .category-section ul {
    position: relative;
    top: 0;
    height: 400px;
  }

  #index .category-section ul li>div {
    width: 163px;
    height: 163px;
  }

  #index .category-section ul li>div .dec-block div img {
    zoom: 0.7;
  }

  #index .category-section ul li>div a.main-block {
    padding: 10px 5px;
  }

  #index .category-section ul li>div a.main-block h3 {
    margin-bottom: 0;
    letter-spacing: 0;
  }

  #index .category-section ul li>div a.main-block i {
    font-size: 30px;
  }

  #index .category-section ul li:nth-child(1) {
    left: 33.33%;
  }

  #index .category-section ul li:nth-child(2) {
    left: 66.66%;
    top: 65px;
  }

  #index .category-section ul li:nth-child(3) {
    left: 33.33%;
    top: 170px;
  }

  #index .category-section ul li:nth-child(4) {
    left: 66.66%;
    top: 245px;
  }

  #index .category-section ul li:nth-child(5) {
    left: 33.33%;
    top: 345px;
  }

  #index .product-section {
    padding-bottom: 60px;
  }

  #index .product-section .title .en {
    font-size: 45px;
  }

  #index .product-section .title h2 {
    font-size: 26px;
  }

  #index .product-section ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  #index .about-section .text-block {
    padding-top: 55px;
  }

  #index .about-section .text-block .text .title {
    font-size: 45px;
    line-height: 0.7em;
  }

  #index .about-section .text-block .text .wrapper p {
    font-size: 18px;
    letter-spacing: 1px;
  }

  #index .about-section .text-block .text .more {
    padding: 12.5px 41px;
    font-size: 16px;
    margin-top: 17px;
  }

  #index .about-section .text-block .text .more i {
    right: 10px;
  }

  #index .other-section {
    padding-bottom: 40px;
  }

  #index .other-section ul {
    margin: auto;
    display: table;
  }

  #index .other-section ul li {
    padding-left: 0;
    padding-right: 0;
  }

  #index .other-section ul li a span {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  #index .home-banner-section ul.slider {
    display: none;
  }

  #index .home-banner-section ul.slider-phone {
    display: block;
  }

  #index .home-banner-section ul.slider-phone li a .text {
    top: auto;
    bottom: 11%;
    left: 0%;
    text-align: center;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }

  #index .home-banner-section ul.slider-phone li a .text span {
    width: auto !important;
    position: static !important;
    display: block;
  }

  #index .home-banner-section ul.slider-phone li a .text span.en1 {
    font-size: 50px;
    line-height: 0.8em;
  }

  #index .home-banner-section ul.slider-phone li a .text span.en2 {
    font-size: 50px;
    line-height: 0.8em;
  }

  #index .home-banner-section ul.slider-phone li a .text span.ch1 {
    font-size: 18px;
    margin-bottom: -3px;
  }

  #index .home-banner-section ul.slider-phone li a .text span.ch2 {
    font-size: 45px;
    letter-spacing: 18px;
  }

  #index .home-banner-section ul.slider-phone .slick-dots {
    bottom: 25px;
  }

  #index .news-section {
    padding-top: 27px;
  }

  #index .news-section .newProduct-block {
    padding-top: 0;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  #index .news-section .newProduct-block .tag {
    margin-bottom: 10px;
  }

  #index .news-section .newProduct-block ul.slider li a img {
    width: 230px;
  }

  #index .news-section .newProduct-block ul.slider li a .text {
    margin-bottom: 10px;
  }

  #index .news-section .news-block>div {
    margin-bottom: 10px;
  }

  #index .news-section .news-block>div span {
    display: inline;
    margin-right: 10px;
  }

  #index .news-section .news-block>div a {
    display: inline-block;
  }

  #index .news-section .news-block>ul li {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: none;
  }

  #index .category-section .bg {
    display: none;
  }

  #index .category-section .bg-phone {
    display: block;
  }

  #index .category-section ul {
    width: calc(100% - 34px);
    max-width: 350px;
  }

  #index .category-section ul li {
    -webkit-transform: none !important;
    transform: none !important;
  }

  #index .category-section ul li:nth-child(1) {
    left: 0;
  }

  #index .category-section ul li:nth-child(2) {
    left: auto;
    right: 0;
  }

  #index .category-section ul li:nth-child(3) {
    left: 0;
  }

  #index .category-section ul li:nth-child(4) {
    left: auto;
    right: 0;
  }

  #index .category-section ul li:nth-child(5) {
    left: 0;
  }

  #index .category-section ul li>div {
    width: 159px;
    height: 159px;
  }

  #index .category-section .text {
    margin-top: 10px;
  }

  #index .category-section .text>span {
    letter-spacing: 0;
  }

  #index .about-section .text-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #index .about-section .text-block .text .title+span {
    line-height: 1.1em;
  }

  #index .about-section .text-block .text .more {
    margin-top: 0;
  }

  #index .about-section .text-block .wrapper p {
    margin-bottom: 0;
  }

  #index .about-section>div:not(.text-block) img.person {
    max-width: none;
    right: -22%;
  }

  #index .about-section>div:not(.text-block) .bg {
    right: 75%;
  }

  #index .about-section>div:not(.text-block) a.video {
    top: 67%;
    left: 28%;
  }

  #index .about-section>div:not(.text-block) a.video img:nth-child(2) {
    width: 18px;
  }

  #index .product-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #index .product-section ul {
    margin-left: -10px;
    margin-right: -10px;
  }

  #index .product-section ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #index .product-section ul li a {
    padding: 0 10px;
  }

  #index .product-section ul li a .name {
    max-width: 220px;
    margin: auto;
    height: 50px;
  }

  #index .other-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #index .other-section ul {
    display: block;
  }

  #index .other-section ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #index .other-section ul li a img {
    width: 100%;
  }
}

.fancybox-slide--video .fancybox-content {
  width: 900px !important;
  height: 505px !important;
}

@media screen and (max-width: 576px) {
  .fancybox-slide--video .fancybox-content {
    width: 100% !important;
    height: 80% !important;
  }
}

@media screen and (max-width: 576px) {
  .fancybox-slide {
    padding: 0;
  }
}

.fancybox-toolbar {
  top: calc((100% - 505px)*2/5);
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
  .fancybox-toolbar {
    top: 20px;
    left: auto;
    right: 20px;
    -webkit-transform: none;
    transform: none;
  }
}

.fancybox-toolbar .fancybox-button {
  background: #F15C35;
  border-radius: 50%;
}

#about .history-section {
  padding-top: 75px;
  max-width: 1478px;
  width: calc(100% - 34px);
  margin: auto;
  letter-spacing: 1px;
}

#about .history-section>span {
  max-width: 645px;
  width: calc(100% - 34px);
  line-height: 1.7em;
}

#about .history-section .year-block li {
  float: left;
  width: 130px;
  padding: 5.5px 0;
  color: #F15C35;
  border: 2px solid #F15C35;
  border-radius: 25px;
  text-align: center;
  margin: 0 8px;
  cursor: pointer;
}

#about .history-section .year-block li.active {
  background: #F15C35;
  color: white;
}

#about .history-section .data-block {
  margin-top: 37px;
  position: relative;
}

#about .history-section .data-block>div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

#about .history-section .data-block>div.active {
  opacity: 1;
  position: static;
  pointer-events: all;
}

#about .history-section .data-block>div ul.slider {
  padding: 0 60px;
}

#about .history-section .data-block>div ul.slider .slick-slide {
  padding: 0 36px;
}

#about .history-section .data-block>div ul.slider .slick-slide img {
  border-radius: 0 0 55px 0;
  width: 100%;
}

#about .history-section .data-block>div ul.slider .slick-slide .year {
  font-style: italic;
  color: #1E4487;
  font-weight: bold;
}

#about .history-section .data-block>div ul.slider .slick-slide .info {
  line-height: 1.6em;
}

#about .history-section .data-block>div ul.slider .slick-slide .info span {
  display: block;
}

#about .history-section .data-block>div ul.slider .slick-slide .info ul {
  padding-left: 20px;
}

#about .history-section .data-block>div ul.slider .slick-slide .info ul li {
  position: relative;
}

#about .history-section .data-block>div ul.slider .slick-slide .info ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 12px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: black;
}

#about .history-section .data-block>div ul.slider .slick-arrow {
  background: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 41%;
}

#about .history-section .data-block>div ul.slider .slick-arrow i {
  font-size: 25px;
}

#about .idea-section {
  background: url("images/about/idea-bg.png") center right no-repeat;
  height: 830px;
  position: relative;
  background-size: cover;
}

#about .idea-section .text-block {
  color: white;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 16.5%;
  transform: translateY(-50%);
  z-index: 1;
}

#about .idea-section .text-block span.en {
  line-height: 0.8em;
  letter-spacing: 3px;
}

#about .idea-section .text-block ul li {
  margin-bottom: 12px;
  letter-spacing: 1.5px;
  display: flex;
}

#about .idea-section .text-block ul li span {
  line-height: 1.5em;
}

#about .idea-section .text-block ul li span.icon {
  display: block;
  flex: 0 0 22px;
  height: 22px;
  font-size: 0;
  border-radius: 50%;
  background: white;
  color: #F15C35;
  margin-right: 12px;
  position: relative;
}

#about .idea-section .text-block ul li span.icon::before {
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about .idea-section img {
  top: 1.8%;
  right: 0;
  width: 981px;
}

#about .idea-section .dec {
  height: 100%;
  width: 100%;
}

#about .idea-section .dec .box-1 {
  width: 280px;
  height: 136px;
  animation: rotate;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  top: 23%;
  left: 3%;
}

#about .idea-section .dec .box-1 .circle {
  width: 136px;
  height: 136px;
  animation: colorChange1;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#about .idea-section .dec .box-2 {
  width: 200px;
  height: 42px;
  animation: rotate;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  top: 70%;
  left: 10%;
}

#about .idea-section .dec .box-2 .circle {
  width: 42px;
  height: 42px;
  animation: colorChange1;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#about .idea-section .dec .box-3 {
  width: 200px;
  height: 89px;
  animation: rotate;
  animation-duration: 7s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  top: 26%;
  left: 43%;
}

#about .idea-section .dec .box-3 .circle {
  width: 89px;
  height: 89px;
  background: linear-gradient(45deg, #f58d71 24%, #f1603a 100%);
  background: -moz-linear-gradient(45deg, #f58d71 24%, #f1603a 100%);
  background: -webkit-linear-gradient(45deg, #f58d71 24%, #f1603a 100%);
  background: -o-linear-gradient(45deg, #f58d71 24%, #f1603a 100%);
}

#about .education-section {
  width: calc(100% - 34px);
  max-width: 1120px;
  margin: auto;
  padding-top: 76px;
  padding-bottom: 60px;
}

#about .education-section>span {
  max-width: 647px;
  width: calc(100% - 34px);
  margin: auto;
  line-height: 1.6em;
  letter-spacing: 1px;
}

#about .education-section>ul>li {
  display: flex;
  margin-bottom: 50px;
}

#about .education-section>ul>li .title-block {
  margin-right: 50px;
}

#about .education-section>ul>li .title-block .dec .bg {
  width: 90px;
  height: 101px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#about .education-section>ul>li .title-block .dec .bg img {
  width: 48%;
}

#about .education-section>ul>li .content-block {
  background: #F6F7F9;
  flex: 1;
}

#about .education-section>ul>li .content-block button {
  text-align: left;
  width: 100%;
  padding: 30px 45px;
  letter-spacing: 1px;
}

#about .education-section>ul>li .content-block button[aria-expanded="true"] .icon {
  transform: rotate(-90deg);
}

#about .education-section>ul>li .content-block button .title {
  transition: color .3s;
}

#about .education-section>ul>li .content-block button .clock {
  width: 18px;
  margin-top: -3px;
}

#about .education-section>ul>li .content-block button .icon {
  right: 20px;
  top: 35px;
  font-size: 0;
  transform: rotate(90deg);
  transition: transform .3s;
}

#about .education-section>ul>li .content-block button .icon::before {
  font-size: 12px;
}

#about .education-section>ul>li .content-block .content-box .card-body {
  margin-top: -10px;
  padding: 0 45px 30px 45px;
}

#about .education-section>ul>li .content-block .content-box .card-body>ul {
  padding-top: 30px;
  border-top: 1px solid #DFDFDF;
}

#about .education-section>ul>li .content-block .content-box .card-body>ul>li {
  margin-bottom: 15px;
  align-items: self-start;
}

#about .education-section>ul>li .content-block .content-box .card-body>ul>li .tag {
  width: 68px;
  border-radius: 15px;
  padding: 4.5px 17px;
  margin-right: 20px;
  float: left;
}

#about .education-section>ul>li .content-block .content-box .card-body>ul>li span:not(.tag) {
  line-height: 30px;
  float: left;
  width: calc(100% - 88px);
}

#about .education-section>ul>li .content-block .content-box .card-body>ul>li>ul {
  line-height: 30px;
  float: left;
  width: calc(100% - 88px);
}

#about .education-section>ul>li .content-block .content-box .card-body>ul>li>ul li {
  margin-bottom: 5px;
}

#about .mother-section {
  background: url(images/about/mother-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 666px;
}

#about .mother-section .text-block {
  width: calc(100% - 40px);
  letter-spacing: 2px;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about .mother-section .text-block .title {
  margin-bottom: 14px;
}

#about .mother-section .text-block a.more {
  background: url("images/index/button-bg.png") center no-repeat;
  background-size: cover;
  width: 289px;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity .3s;
  margin: auto;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

#about .mother-section .text-block a.more:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity .3s;
}

#about .mother-section .text-block a.more:hover:before {
  opacity: 1;
}

#about .mother-section .text-block a.more i {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

#about .mother-section .bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#about .stronghold-section {
  padding-top: 143px;
  width: calc(100% - 40px);
  margin: auto;
}

#about .stronghold-section .dec {
  pointer-events: none;
  height: 100%;
  width: 100%;
}

#about .stronghold-section .dec .box-1 {
  width: 280px;
  height: 136px;
  animation: rotate;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  top: -8%;
  left: 30%;
}

#about .stronghold-section .dec .box-1 .circle {
  width: 136px;
  height: 136px;
  background: #FDE7E1;
}

#about .stronghold-section .dec .box-2 {
  width: 140px;
  height: 70px;
  animation: rotate;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  top: 32%;
  left: 37%;
  z-index: 1;
}

#about .stronghold-section .dec .box-2 .circle {
  width: 70px;
  height: 70px;
  animation: colorChange1;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#about .stronghold-section .search-block {
  padding-bottom: 100px;
}

#about .stronghold-section .search-block .img-box {
  float: left;
  padding-left: 2%;
  width: 50%;
}

#about .stronghold-section .search-block .text-box {
  float: left;
  max-width: 644px;
  width: 50%;
}

#about .stronghold-section .search-block .text-box .en {
  line-height: 0.7em;
  letter-spacing: 3px;
}

#about .stronghold-section .search-block .text-box h2 {
  letter-spacing: 3px;
}

#about .stronghold-section .search-block .text-box .description {
  letter-spacing: 1.5px;
}

#about .stronghold-section .search-block .text-box .form {
  margin-top: 22px;
}

#about .stronghold-section .search-block .text-box .form .select-wrapper {
  margin-bottom: 14px;
}

#about .stronghold-section .search-block .text-box .form .select-wrapper select {
  width: 100%;
}

#about .stronghold-section .search-block .text-box .form .submit {
  width: 100%;
  background: #EEEEEE;
  padding: 14px 0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

#about .stronghold-section .search-block .text-box .or {
  margin-top: 42px;
  margin-bottom: 39px;
}

#about .stronghold-section .search-block .text-box .or span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0 20px;
}

#about .stronghold-section .search-block .text-box .search-position {
  border: 1px solid black;
  border-radius: 25px;
  margin: auto;
  padding: 12px 32px;
}

#about .stronghold-section .result-block {
  padding-bottom: 76px;
  display: none;
}

#about .stronghold-section .result-block .title-box ul {
  float: right;
}

#about .stronghold-section .result-block .title-box ul li {
  float: left;
}

#about .stronghold-section .result-block .title-box ul li:not(:last-child) {
  margin-right: 30px;
}

#about .stronghold-section .result-block .title-box ul li img {
  width: 34px;
  margin-right: 3px;
  margin-top: -3px;
}

#about .stronghold-section .result-block .content-box {
  letter-spacing: 1px;
}

#about .stronghold-section .result-block .content-box .head {
  border-radius: 5px;
  background: #F15C35;
}

#about .stronghold-section .result-block .content-box .head .th {
  padding: 23.5px 10px;
  float: left;
  text-align: center;
  position: relative;
}

#about .stronghold-section .result-block .content-box .head .th:not(:last-child)::after {
  content: '';
  display: block;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#about .stronghold-section .result-block .content-box .head .th:nth-child(1) {
  padding-left: 45px;
  width: 17%;
  text-align: left;
}

#about .stronghold-section .result-block .content-box .head .th:nth-child(2) {
  width: 44.5%;
  text-align: left;
  padding-left: 72px;
}

#about .stronghold-section .result-block .content-box .head .th:nth-child(3) {
  width: 21.5%;
}

#about .stronghold-section .result-block .content-box .head .th:nth-child(4) {
  width: 17%;
}

#about .stronghold-section .result-block .content-box .body>ul>li {
  display: flex;
  align-items: center;
}

#about .stronghold-section .result-block .content-box .body>ul>li:nth-child(even) {
  background: #F6F7F9;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td {
  float: left;
  padding: 25px 10px;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(1) {
  padding-left: 45px;
  width: 17%;
  text-align: left;
  font-weight: bold;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(2) {
  width: 44.5%;
  text-align: left;
  padding-left: 72px;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(3) {
  width: 21.5%;
  padding-left: 65px;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(3) img {
  width: 32px;
  margin-right: 2px;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(4) {
  width: 17%;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(4) a {
  display: table;
  margin: auto;
  text-align: center;
}

#about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(4) a img {
  margin: auto;
  width: 18px;
  display: block;
}

@media screen and (min-width: 2000px) {
  #about .idea-section {
    background-size: 100% 100%;
  }

  #about .idea-section img {
    top: 0.5%;
  }
}

@media screen and (max-width: 1800px) {
  #about .idea-section .text-block {
    left: 8%;
  }

  #about .idea-section .dec .box-3 {
    left: 30%;
  }
}

@media screen and (max-width: 1600px) {
  #about .idea-section {
    height: 695px;
  }

  #about .idea-section img {
    width: 800px;
  }

  #about .idea-section .dec .box-1 {
    width: 200px;
    height: 100px;
  }

  #about .idea-section .dec .box-1 .circle {
    width: 100px;
    height: 100px;
  }

  #about .idea-section .dec .box-2 {
    width: 150px;
    height: 70px;
  }

  #about .idea-section .dec .box-2 .circle {
    width: 70px;
    height: 70px;
  }

  #about .idea-section .dec .box-3 {
    width: 120px;
    height: 50px;
  }

  #about .idea-section .dec .box-3 .circle {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 1400px) {
  #about .history-section .data-block>div ul.slider .slick-slide {
    padding: 0 20px;
  }

  #about .idea-section {
    height: 600px;
  }

  #about .idea-section .text-block {
    left: 5%;
  }

  #about .idea-section img {
    width: 690px;
  }

  #about .stronghold-section .result-block .content-box .head .th:nth-child(1) {
    padding-left: 20px;
  }

  #about .stronghold-section .result-block .content-box .head .th:nth-child(2) {
    width: 50%;
    padding-left: 50px;
  }

  #about .stronghold-section .result-block .content-box .head .th:nth-child(3) {
    padding-left: 20px;
  }

  #about .stronghold-section .result-block .content-box .head .th:nth-child(4) {
    width: 11.5%;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(1) {
    padding-left: 20px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(2) {
    width: 50%;
    padding-left: 50px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(3) {
    padding-left: 20px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(4) {
    width: 11.5%;
  }
}

@media screen and (max-width: 1199px) {
  #about .history-section .data-block>div ul.slider {
    padding: 0 40px;
  }

  #about .history-section .data-block>div ul.slider .slick-arrow {
    width: 39px;
    height: 39px;
  }

  #about .idea-section {
    height: 442px;
    margin-top: 80px;
    background-size: 100% 100%;
  }

  #about .idea-section .text-block {
    left: 20px;
  }

  #about .idea-section img {
    width: 510px;
  }

  #about .idea-section .dec .box-1 {
    width: 150px;
    height: 50px;
  }

  #about .idea-section .dec .box-1 .circle {
    width: 50px;
    height: 50px;
  }

  #about .idea-section .dec .box-2 {
    width: 120px;
    height: 40px;
  }

  #about .idea-section .dec .box-2 .circle {
    width: 40px;
    height: 40px;
  }

  #about .idea-section .dec .box-3 {
    width: 80px;
    height: 20px;
  }

  #about .idea-section .dec .box-3 .circle {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 991px) {
  #about .idea-section {
    height: auto;
    background-size: 100% 405px;
    background-position-y: top;
  }

  #about .idea-section .text-block {
    position: static;
    color: black;
    width: calc(100% - 40px);
    padding-top: 500px;
    margin: auto;
    transform: none;
  }

  #about .idea-section .text-block ul li span.icon {
    background: #F15C35;
    color: white;
  }

  #about .idea-section img {
    top: 1%;
  }

  #about .idea-section .dec {
    top: 0;
    height: 405px;
  }

  #about .idea-section .dec .box-1 {
    width: 150px;
    height: 50px;
  }

  #about .idea-section .dec .box-1 .circle {
    width: 50px;
    height: 50px;
  }

  #about .idea-section .dec .box-2 {
    width: 120px;
    height: 40px;
  }

  #about .idea-section .dec .box-2 .circle {
    width: 40px;
    height: 40px;
  }

  #about .idea-section .dec .box-3 {
    width: 80px;
    height: 20px;
  }

  #about .idea-section .dec .box-3 .circle {
    width: 20px;
    height: 20px;
  }

  #about .education-section>ul>li .title-block {
    margin-right: 20px;
  }

  #about .stronghold-section .dec .box-1 {
    width: 150px;
    height: 50px;
  }

  #about .stronghold-section .dec .box-1 .circle {
    width: 50px;
    height: 50px;
  }

  #about .stronghold-section .dec .box-2 {
    width: 120px;
    height: 40px;
    left: 61%;
  }

  #about .stronghold-section .dec .box-2 .circle {
    width: 40px;
    height: 40px;
  }

  #about .stronghold-section .search-block .img-box {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  #about .stronghold-section .search-block .text-box {
    float: none;
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }

  #about .stronghold-section .result-block {
    width: 100%;
  }

  #about .stronghold-section .result-block .title-box {
    border-bottom: 5px solid #F15C35;
    padding-bottom: 20px;
  }

  #about .stronghold-section .result-block .title-box ul {
    float: none;
    margin-top: 15px;
  }

  #about .stronghold-section .result-block .title-box ul li {
    margin-bottom: 10px;
    margin-right: 10px !important;
  }

  #about .stronghold-section .result-block .content-box .head {
    display: none;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li {
    display: block;
    padding: 20px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(1) {
    margin-bottom: 10px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(2) ul li {
    margin-bottom: 5px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(3) {
    margin-bottom: 10px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(3)::before {
    content: '特定服務：';
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(3) img {
    width: 26px;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(4) a {
    margin: 0;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li>.td:nth-child(4) a img {
    display: inline;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #about .idea-section .text-block {
    padding-top: 410px;
  }

  #about .idea-section .dec {
    display: none;
  }

  #about .education-section>ul>li {
    display: block;
    margin-bottom: 30px;
  }

  #about .education-section>ul>li .title-block {
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  #about .education-section>ul>li .title-block .dec {
    margin-right: 10px;
  }

  #about .education-section>ul>li .title-block .dec .bg {
    width: 50px;
    height: 55px;
  }

  #about .education-section>ul>li .title-block .dec .bg img {
    width: 50%;
  }

  #about .education-section>ul>li .content-block button {
    padding: 20px;
  }

  #about .education-section>ul>li .content-block .content-box .card-body {
    padding: 0 20px 20px 20px;
  }

  #about .mother-section {
    height: 400px;
  }

  #about .mother-section .text-block {
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 575px) {
  #about .history-section {
    padding-top: 10px;
  }

  #about .history-section .year-block li {
    width: 90px;
    border-radius: 5px;
    margin: 0 2px;
  }

  #about .history-section .year-block li>span>span {
    display: block;
  }

  #about .history-section .year-block li>span>span:nth-child(2) {
    transform: rotate(90deg);
  }

  #about .history-section .data-block {
    margin-top: 10px;
  }

  #about .history-section .data-block>div ul.slider {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  #about .history-section .data-block>div ul.slider>div {
    padding-bottom: 0px;
  }

  #about .idea-section {
    margin-top: 0;
    background-size: 100% 300px;
  }

  #about .idea-section .text-block {
    padding-top: 315px;
  }

  #about .idea-section .text-block ul li {
    margin-bottom: 5px;
  }

  #about .idea-section img {
    width: 385px;
  }

  #about .education-section {
    padding-bottom: 0px;
    padding-top: 20px;
  }

  #about .education-section>ul>li {
    margin-bottom: 10px;
  }

  #about .education-section>ul>li .content-block button {
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #about .education-section>ul>li .content-block button .icon {
    right: 10px;
    top: 25px;
  }

  #about .education-section>ul>li .content-block .content-box .card-body>ul {
    border-top: none;
  }

  #about .education-section>ul>li .content-block .content-box .card-body>ul>li .tag {
    width: 57px;
    float: none;
    display: block;
    margin-bottom: 10px;
    padding: 2px 5px;
    text-align: center;
  }

  #about .education-section>ul>li .content-block .content-box .card-body>ul>li span:not(.tag),
  #about .education-section>ul>li .content-block .content-box .card-body>ul>li ul {
    float: none;
    width: 100%;
  }

  #about .mother-section .text-block a.more {
    height: 46px;
  }

  #about .stronghold-section {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  #about .stronghold-section .dec {
    display: none;
  }

  #about .stronghold-section .search-block {
    padding-bottom: 10px;
  }

  #about .stronghold-section .search-block .text-box {
    margin-top: 10px;
  }

  #about .stronghold-section .search-block .text-box .form .submit {
    padding: 8px 0;
  }

  #about .stronghold-section .search-block .text-box .or {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #about .stronghold-section .result-block {
    padding-bottom: 30px;
  }

  #about .stronghold-section .result-block .title-box {
    padding-bottom: 0;
  }

  #about .stronghold-section .result-block .content-box .body>ul>li {
    padding: 10px;
  }
}

@media screen and (max-width: 450px) {
  #about .idea-section {
    background-size: 100% 280px;
  }

  #about .idea-section .text-block {
    padding-top: 315px;
  }

  #about .idea-section img {
    width: 350px;
    top: 0.5%;
  }
}

@media screen and (max-width: 350px) {
  #about .idea-section {
    background-size: 100% 200px;
  }

  #about .idea-section .text-block {
    padding-top: 270px;
  }

  #about .idea-section img {
    width: 280px;
    top: 0;
  }
}

#about .box-group {
  margin-top: 400px;
  height: 1000px;
  margin-left: 100px;
  position: relative;
  border: 1px solid black;
}

#about .box {
  width: 100px;
  height: 100px;
  position: absolute;
}

#about .box.box-1 {
  background: red;
  top: 0;
  left: 0;
  z-index: 3;
}

#about .box.box-2 {
  background: #F15C35;
  top: 20px;
  left: 20px;
  position: relative;
  width: 200px;
  height: 200px;
}

#about .box.box-2 .box-2-1 {
  background: black;
  bottom: -20px;
}

#about .box.box-2 .box-2-2 {
  background: gray;
  right: 0;
  bottom: 20px;
}

#about .box.box-3 {
  background: yellow;
  top: 40px;
  left: 40px;
}

.msie #about .idea-section svg {
  display: none;
}

.msie #about .idea-section svg.for-IE {
  display: block;
  right: -47px;
  top: -81px;
}

.select2-search {
  display: none;
}

#news .news-section {
  padding-top: 100px;
  padding-bottom: 45px;
}

#news .news-section>ul {
  list-style: none;
  padding: 0;
  margin-right: -12px;
  margin-left: -12px;
}

#news .news-section>ul li {
  margin-bottom: 55px;
  padding: 0 12px;
}

#news .news-section>ul li a {
  background: #F6F7F9;
  transition: box-shadow .3s, color .3s;
  min-height: 266px;
  position: relative;
}

#news .news-section>ul li a:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #F15C34;
}

#news .news-section>ul li a .img-block {
  width: 54%;
  float: left;
  margin-bottom: -5px;
  margin-left: -3px;
  height: 100%;
}

#news .news-section>ul li a .img-block .tag {
  padding: 4.5px 13px;
  left: 28px;
  top: -12px;
  border-radius: 5px;
  font-size: 16px;
}

#news .news-section>ul li a .text-block {
  padding-top: 40px;
  float: left;
  width: 46%;
  margin-left: -4%;
  letter-spacing: 1px;
}

#news .news-section>ul li a .date-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 1400px) {
  #news .news-section>ul li a {
    min-height: initial;
  }
}

@media screen and (max-width: 1199px) {
  #news .news-section>ul li a .date-block {
    position: static;
    padding: 20px;
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  #news .news-section>ul li a .img-block .tag {
    font-size: 14px;
    padding: 3px 11px;
  }

  #news .news-section>ul li a .text-block {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #news .news-section>ul li a .date-block {
    position: absolute;
    padding: 0px;
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  #news .news-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  #news .news-section>ul {
    margin-bottom: 0;
  }

  #news .news-section>ul li {
    margin-bottom: 10px;
  }

  #news .news-section>ul li a {
    background: none;
  }

  #news .news-section>ul li a:hover {
    box-shadow: none;
    color: black;
  }

  #news .news-section>ul li a .img-block {
    width: 100%;
    float: none;
    margin-left: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  #news .news-section>ul li a .img-block .tag {
    font-size: 16px;
    padding: 4.5px 13px;
  }

  #news .news-section>ul li a .text-block {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 5px;
  }

  #news .news-section>ul li a .date-block {
    position: static;
    padding-bottom: 20px;
  }
}

#new {
  letter-spacing: 1px;
}

#new .new-section {
  padding-top: 35px;
  padding-bottom: 85px;
}

#new .new-section .share {
  align-items: center;
  margin-top: 38px;
  margin-bottom: 24px;
  padding-bottom: 52px;
  border-bottom: 1px solid #DFDFDF;
}

#new .new-section .share ul li a {
  width: 38px;
  height: 38px;
  transition: opacity .3s;
}

#new .new-section .share ul li a:hover {
  opacity: 0.9;
}

#new .new-section .link {
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
}

#new .new-section .link>div {
  flex: 0 0 39%;
}

#new .new-section .link>div.back {
  flex: 0 0 22%;
  align-self: center;
}

#new .new-section .link>div a {
  transition: color .3s, opacity .3s;
}

#new .new-section .link>div a:hover {
  color: #F15C35;
}

#new .new-section .link>div a:hover img {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  #new .new-section .link {
    align-items: center;
    justify-content: center;
  }

  #new .new-section .link>div {
    flex: 0 0 auto;
  }

  #new .new-section .link>div a>div {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  #new .new-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #new .new-section h2 {
    margin-bottom: 10px;
  }

  #new .new-section .share {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

#search .condition-box {
  padding: 9px 7px;
  display: flex;
}

#search .main-box ul {
  margin-left: -9px;
  margin-right: -9px;
}

#search .main-box ul li {
  padding-left: 9px;
  padding-right: 9px;
}

#search .main-box ul li .product-item img {
  width: 206px;
}

#search~.select2-container .select2-results__option {
  font-size: 16px;
  padding: 3.5px 5px;
  padding-left: 13px;
}

@media screen and (max-width: 1199px) {
  #search .condition-box {
    display: block;
    padding: 15px 7px;
  }
}

@media screen and (max-width: 767px) {
  #search .condition-box form {
    flex-wrap: wrap;
  }

  #search .condition-box form>.order {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 575px) {
  #search .condition-box form {
    flex-wrap: wrap;
  }

  #search .condition-box form input[type=text] {
    flex: 0 0 100%;
    order: 3;
  }

  #search .condition-box form button[type=submit] {
    order: 2;
  }

  #search .main-box ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  #search .main-box ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 350px) {
  #search .condition-box form {
    flex-wrap: wrap;
  }

  #search .condition-box form input[type=text] {
    flex: 0 0 calc(100% - 35px);
    margin-top: 0 !important;
  }

  #search .condition-box form button[type=submit] {
    order: 4;
  }

  #search .condition-box form .select2-container--default {
    width: 100% !important;
    margin-bottom: 15px;
    margin-right: 0;
  }

  #search .condition-box form .select2-container--default .select2-selection--single {
    width: 100%;
  }
}

#product-area .hexagon {
  background: url("images/product-area/dec.png") center no-repeat;
  width: 49px;
  height: 56px;
  background-size: cover;
}

#product-area .banner-section .slick-dots {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}

#product-activity .banner-section .jqimgFill,
#product-area .banner-section .jqimgFill {
  height: 554px;
}

#product-area .banner-section ul.slider-phone {
  display: none;
}


.caterogy-nav-section ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: opacity .3s;
  height: 80px;
  background-image: url(images/common/label-bg.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 7%;

}

.caterogy-nav-section ul li:nth-child(odd) a {
  border-radius: 0 8px 0 8px;
}

.caterogy-nav-section ul li:nth-child(even) a {
  border-radius: 8px 0 8px 0;
}

.caterogy-nav-section ul li a .img-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caterogy-nav-section ul li a:hover {
  opacity: 0.9;
}

.caterogy-nav-section ul li a:hover:after {
  top: -42%;
  left: 43%;
}

.caterogy-nav-section ul li a:after {
  content: '';
  display: block;
  width: 50px;
  height: 260%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  position: absolute;
  transform: rotate(66deg);
  top: -165%;
  left: 23%;
  transition: top .8s, left .8s;
}

#product-area .caterogy-nav-section ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: opacity .3s;
}

#product-area .caterogy-nav-section ul li a:hover {
  opacity: 0.9;
}

#product-area .caterogy-nav-section ul li a:hover:after {
  top: -42%;
  left: 43%;
}

#product-area .caterogy-nav-section ul li a:after {
  content: '';
  display: block;
  width: 50px;
  height: 260%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  position: absolute;
  transform: rotate(66deg);
  top: -165%;
  left: 23%;
  transition: top .8s, left .8s;
}

#product-area .main-section .hot-block .left {
  width: 33%;
  float: left;
}

#product-area .main-section .hot-block .left .hexagon {
  top: 15px;
  right: 13%;
}

#product-area .main-section .hot-block .left .title-box .title img {
  margin-top: -22px;
  margin-left: -5px;
}

#product-area .main-section .hot-block .left .title-box .clock img {
  width: 18px;
}

#product-area .main-section .hot-block .left .title-box .clock span {
  text-decoration: underline;
}

#product-area .main-section .hot-block .left .content-box {
  z-index: 1;
  min-height: 361px;
}

#product-area .main-section .hot-block .left .content-box>img {
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#product-area .main-section .hot-block .left .content-box .product-item img {
  width: 203px;
}

#product-area .main-section .hot-block .right {
  width: 67%;
  float: left;
  border-left: 1px solid #DFDFDF;
  padding-bottom: 25px;
}

#product-area .main-section .hot-block .right .hexagon {
  top: 3px;
  left: 3%;
}

#product-area .main-section .hot-block .right .hexagon>span:nth-child(2) {
  margin-top: -3px;
}

#product-area .main-section .hot-block .right .title-box {
  letter-spacing: 2px;
}

#product-area .main-section .hot-block .right .title-box .title img {
  left: -18px;
  top: -26px;
}

#product-area .main-section .hot-block .right .title-box .en {
  justify-content: center;
  align-items: flex-end;
}

#product-area .main-section .hot-block .right .title-box .en span {
  position: relative;
  top: 2px;
}

#product-area .main-section .hot-block .right .content-box {
  z-index: 1;
}

#product-area .main-section .hot-block .right .content-box>img {
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}

#product-area .main-section .hot-block .right .content-box ul li img {
  width: 230px;
}

#product-area .main-section .hot-block .right .content-box ul li h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 62px;
}

#product-area .main-section .event-block {
  letter-spacing: 1px;
}

#product-area .main-section .event-block .dec-bg-1 {
  height: 210px;
  background: white;
}

#product-area .main-section .event-block .dec-bg-2 {
  top: 210px;
  height: 79px;
  background-image: url(images/product-area/dec-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#product-area .main-section .event-block ul {
  margin-left: -7px;
  margin-right: -7px;
}

#product-area .main-section .event-block ul li div {
  padding: 10px 7px;
}

#product-area .main-section .category-block {
  background: #F3F3F3;
}

#product-area .main-section .category-block .box {
  padding: 75px 16px 25px 16px;
  border-radius: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

#product-area .main-section .category-block .box:not(:last-child) {
  margin-bottom: 66px;
}

#product-area .main-section .category-block .box .more {
  background: url(images/product-area/dialog.png) center no-repeat;
  background-size: contain;
  width: 131px;
  height: 95px;
  right: 40px;
  top: -17px;
  letter-spacing: 2px;
}

#product-area .main-section .category-block .box .more span:nth-child(2) {
  color: #F9E2D9;
}

#product-area .main-section .category-block .box .title {
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  height: 40px;
  letter-spacing: 2px;
}

#product-area .main-section .category-block .box .title .img-wrapper {
  width: 55px;
  margin-top: -11px;
}

#product-area .main-section .category-block .box .content {
  border-radius: 7px;
  overflow: hidden;
}

#product-area .main-section .category-block .box .content .products .img-wrapper-ele {
  height: 148px;
}

#product-area .main-section .category-block .box .content .products ul.slider li.slick-slide>.product-item h4 {
  line-height: normal;
}

#product-area .main-section .category-block .box .content .products ul.slider li.slick-slide>.product-item:nth-child(1) {
  border-bottom: 1px solid #ECECEC;
}

#product-area .main-section .category-block .box .content .products ul.slider li.slick-slide>.product-item img {
  width: 140px;
}

#product-area .main-section .category-block .box .content .products ul.slider li.slick-slide:not(:last-child) {
  border-right: 1px solid #ECECEC;
}

#product-area .main-section .category-block .box .content.type-1 .ads {
  float: left;
  width: 33.3%;
}

#product-area .main-section .category-block .box .content.type-1 .ads img {
  width: 100%;
}

#product-area .main-section .category-block .box .content.type-1 .products {
  float: left;
  width: 66.7%;
}

#product-area .main-section .category-block .box .content.type-2 .slick-dots {
  padding: 10px 0;
}

#product-area .main-section .ads-block img {
  border-radius: 7px;
}

#product-area .main-section .ads-block .row {
  margin-left: -10px;
  margin-right: -10px;
}

#product-area .main-section .ads-block .row>div {
  padding: 0 10px;
}

#product-area .main-section .recommend-block>span,
#product-area .main-section .recommend-block h2 {
  letter-spacing: 1px;
}

#product-area .main-section .recommend-block ul.slider li {
  padding: 0 8px;
}

#product-area .main-section .recommend-block ul.slider li .product-item {
  transition: border .3s;
}

#product-area .main-section .recommend-block ul.slider li .product-item:hover {
  border: 1px solid #F15C35;
}

#product-area .main-section .recommend-block ul.slider li .product-item h4 {
  line-height: 1.5em;
}

#product-area .main-section .recommend-block ul.slider li .product-item img {
  width: 200px;
}

#product-area .main-section .recommend-block ul.slider ul li {
  padding: 0;
}

@media screen and (max-width: 1400px) {
  #product-area .main-section .category-block .box .content.type-1 .ads {
    width: 40%;
  }

  #product-area .main-section .category-block .box .content.type-1 .products {
    width: 60%;
  }
}

@media screen and (max-width: 1199px) {

  #product-activity .banner-section .jqimgFill,
  #product-area .banner-section .jqimgFill {
    height: 450px;
  }

  #product-area .main-section .hot-block .left {
    width: 40%;
  }

  #product-area .main-section .hot-block .right {
    width: 60%;
  }

  #product-area .main-section .category-block .box .content.type-1 .ads {
    width: 55%;
  }

  #product-area .main-section .category-block .box .content.type-1 .products {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {

  #product-activity .banner-section .jqimgFill,
  #product-area .banner-section .jqimgFill {
    height: 370px;
  }

  #product-area .main-section .hot-block .left {
    width: 50%;
  }

  #product-area .main-section .hot-block .right {
    width: 50%;
  }

  #product-area .main-section .hot-block .right .content-box>img {
    display: block;
  }

  #product-area .main-section .category-block .box .more {
    right: -10px;
  }

  #product-area .main-section .category-block .box .content .ads {
    width: 100% !important;
    float: none;
  }

  #product-area .main-section .category-block .box .content .ads img {
    max-width: 422px;
  }

  #product-area .main-section .category-block .box .content .products {
    width: 100% !important;
    float: none;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {

  #product-activity .banner-section .jqimgFill,
  #product-area .banner-section .jqimgFill {
    height: 270px;
  }

  #product-area .main-section .category-block .box .more {
    right: -10px;
  }

  #product-area .main-section .category-block .box .content .products ul {
    display: flex;
    flex-wrap: wrap;
  }

  #product-area .main-section .category-block .box .content .products ul li {
    width: 50%;
  }

}

@media screen and (max-width: 575px) {
  #product-area .banner-section ul.slider {
    display: none;
  }

  #product-area .banner-section ul.slider-phone {
    display: block;
  }

  #product-area .main-section {
    padding-bottom: 0px;
  }

  #product-area .main-section .hot-block .left {
    width: 100%;
    float: none;
  }

  #product-area .main-section .hot-block .right {
    width: 100%;
    float: none;
    border-left: none;
    border-top: 1px solid #DFDFDF;
    padding-bottom: 0;
  }

  #product-area .main-section .category-block .box {
    padding: 100px 2px 3px 2px;
  }

  #product-area .main-section .category-block .box:not(:last-child) {
    margin-bottom: 25px;
  }

  #product-area .main-section .category-block .box .more {
    width: 95px;
    height: 84px;
    top: -24px;
  }

  #product-area .main-section .category-block .box .title {
    margin-top: 30px;
    width: 100%;
  }

  #product-area .main-section .category-block .box .content .ads img {
    max-width: none;
  }

  #product-area .main-section .category-block .box .content .products ul li {
    border: none !important;
  }

  #product-area .main-section .category-block .box .content .products ul li div {
    border: none !important;
  }

  #product-area .main-section .recommend-block ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  #product-area .main-section .recommend-block ul.slider li {
    padding: 0 5px;
  }
}

#product-list .main-section .main-block .banner-box {
  overflow: hidden;
}

#product-list .main-section .main-block .banner-box .slick-arrow {
  background: rgba(0, 0, 0, 0.35);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: white;
}

#product-list .main-section .main-block .banner-box .slick-arrow.slick-prev {
  left: -21px;
}

#product-list .main-section .main-block .banner-box .slick-arrow.slick-prev i {
  position: relative;
  right: -8px;
}

#product-list .main-section .main-block .banner-box .slick-arrow.slick-next {
  right: -21px;
}

#product-list .main-section .main-block .banner-box .slick-arrow.slick-next i {
  position: relative;
  left: -8px;
}

#product-list .main-section .main-block .banner-box .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#product-list .main-section .main-block .hot-box .title-inner {
  letter-spacing: 2px;
  background: white;
  top: -37px;
  padding: 0 20px;
}

#product-list .main-section .main-block .hot-box .title-inner .en {
  justify-content: center;
  align-items: flex-end;
}

#product-list .main-section .main-block .hot-box .title-inner .en span {
  position: relative;
  top: 2px;
}

#product-list .main-section .main-block .hot-box .content-inner {
  top: -27px;
}

#product-list .main-section .main-block .hot-box .content-inner .img-wrapper-ele {
  height: 214px;
}

#product-list .main-section .main-block .hot-box .content-inner .product-item img {
  max-width: 206px;
  width: 100%;
}

#product-list .main-section .main-block .event-box ul {
  margin-left: -6px;
  margin-right: -6px;
}

#product-list .main-section .main-block .event-box ul li div {
  padding: 6px;
}

#product-list .main-section .main-block .recommend-box .title-inner {
  letter-spacing: 2px;
}

#product-list .main-section .main-block .recommend-box .title-inner .en {
  justify-content: center;
  align-items: flex-end;
}

#product-list .main-section .main-block .recommend-box .title-inner .en span {
  position: relative;
  top: 2px;
}

#product-list .main-section .main-block .recommend-box ul {
  list-style: none;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

#product-list .main-section .main-block .recommend-box ul li {
  padding-right: 10px;
  padding-left: 10px;
}

#product-list .main-section .main-block .recommend-box ul li .product-item img {
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  #product-list .main-section .main-block .recommend-box ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  #product-list .main-section .main-block .recommend-box ul li {
    margin-bottom: 4px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 330px) {
  #product-list .main-section .main-block .hot-box .title-inner .en img {
    display: none;
  }
}

#product-list2 .condition-box {
  padding: 9px 7px;
  display: flex;
}

#product-list2 .main-box ul {
  margin-left: -9px;
  margin-right: -9px;
}

#product-list2 .main-box ul li {
  padding-left: 9px;
  padding-right: 9px;
}

#product-list2 .main-box ul li .product-item img {
  width: 206px;
}

#product-list2~.select2-container .select2-results__option {
  font-size: 16px;
  padding: 3.5px 5px;
  padding-left: 13px;
}

@media screen and (max-width: 1199px) {
  #product-list2 .condition-box {
    display: block;
    padding: 15px 7px;
  }
}

@media screen and (max-width: 767px) {
  #product-list2 .condition-box form {
    flex-wrap: wrap;
  }

  #product-list2 .condition-box form>.order {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 575px) {
  #product-list2 .condition-box form {
    flex-wrap: wrap;
  }

  #product-list2 .condition-box form input[type=text] {
    flex: 0 0 100%;
    order: 3;
  }

  #product-list2 .condition-box form button[type=submit] {
    order: 2;
  }

  #product-list2 .main-box ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  #product-list2 .main-box ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 350px) {
  #product-list2 .condition-box form {
    flex-wrap: wrap;
  }

  #product-list2 .condition-box form input[type=text] {
    flex: 0 0 calc(100% - 35px);
    margin-top: 0 !important;
  }

  #product-list2 .condition-box form button[type=submit] {
    order: 4;
  }

  #product-list2 .condition-box form .select2-container--default {
    width: 100% !important;
    margin-bottom: 15px;
    margin-right: 0;
  }

  #product-list2 .condition-box form .select2-container--default .select2-selection--single {
    width: 100%;
  }
}

#product-activity .banner-section ul.slider-phone {
  display: none;
}

#product-activity .banner-section .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 12%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-activity .main-section .description-block {
  letter-spacing: 1px;
}

#product-activity .main-section .description-block .time i {
  margin-top: 2px;
}

#product-activity .main-section .description-block ul {
  padding-left: 11px;
}

#product-activity .main-section .description-block ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
}

#product-activity .main-section .description-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: black;
}

#product-activity .main-section .offer-block {
  background: #F6F7F8;
}

#product-activity .main-section .offer-block .title-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding: 12px 0;
  letter-spacing: 1px;
}

#product-activity .main-section .offer-block .title-box .add {
  cursor: pointer;
  background: url("images/index/button-bg.png") center no-repeat;
  background-size: cover;
  width: 153px;
  height: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

#product-activity .main-section .offer-block .title-box .add.select {
  opacity: 0.2;
}

#product-activity .main-section .offer-block .title-box .add:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#product-activity .main-section .offer-block .title-box .add:hover:before {
  opacity: 1;
}

#product-activity .main-section .offer-block .content-box ul {
  padding-left: 98px;
  padding-right: 98px;
}

#product-activity .main-section .offer-block .content-box ul li a {
  background: #F3F3F3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  height: 140px;
}

#product-activity .main-section .offer-block .content-box ul li a img {
  width: 126px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#product-activity .main-section .offer-block .content-box ul li .delete {
  bottom: 0;
  right: 0;
}

#product-activity .main-section .offer-block .content-box ul li .delete:hover svg path,
#product-activity .main-section .offer-block .content-box ul li .delete:hover svg rect {
  fill: #F15C34 !important;
}

#product-activity .main-section .offer-block .content-box ul li .delete svg path,
#product-activity .main-section .offer-block .content-box ul li .delete svg rect {
  fill: #636363 !important;
}

#product-activity .main-section .offer-block .content-box ul .slick-arrow {
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#product-activity .main-section .offer-block .content-box ul .slick-arrow i {
  font-size: 25px;
}

#product-activity .main-section .main-block .title-box {
  background: #F6F7F8;
}

#product-activity .main-section .main-block .title-box>div {
  width: calc(100% - 330px);
  float: left;
}

#product-activity .main-section .main-block .title-box>div>span {
  display: none;
}

#product-activity .main-section .main-block .title-box>div ul {
  width: 81%;
}

#product-activity .main-section .main-block .title-box>div ul li {
  letter-spacing: 0.8px;
  padding: 15px 21px;
}

#product-activity .main-section .main-block .title-box>div ul li.active {
  background: #E0E4E9;
  font-weight: bold;
  position: relative;
}

#product-activity .main-section .main-block .title-box>div ul li.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
}

#product-activity .main-section .main-block .title-box>div .arrows {
  position: relative;
  width: 50px;
}

#product-activity .main-section .main-block .title-box>div .arrows .slick-prev {
  left: 0;
}

#product-activity .main-section .main-block .title-box>div .arrows .slick-next {
  right: 0;
}

#product-activity .main-section .main-block .title-box form {
  width: 330px;
  float: right;
  padding: 10px 0;
}

#product-activity .main-section .main-block .content-box ul {
  margin-left: -8.5px;
  margin-right: -8.5px;
}

#product-activity .main-section .main-block .content-box ul li {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

#product-activity .main-section .main-block .content-box ul li img {
  width: 206px;
}

#product-activity .main-section .main-block .content-box ul li .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#product-activity .main-section .main-block .content-box ul li .product-item {
  padding-left: 20px;
  padding-right: 20px;
}

#product-activity .main-section .main-block .content-box ul li .product-item h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 77px;
  line-height: 1.45em;
}

#product-activity .main-section .main-block .content-box ul li .product-item .info {
  margin-top: 0;
}

#product-activity~.select2-container .select2-results__option {
  font-size: 16px;
  padding: 3.5px 5px;
  padding-left: 13px;
}

@media screen and (max-width: 1400px) {
  #product-activity .main-section .main-block .title-box>div ul {
    width: calc(100% - 70px);
  }

  #product-activity .main-section .main-block .title-box>div ul li {
    padding: 15px;
  }

  #product-activity .main-section .description-block ul li {
    padding-left: 14px;
  }
}

@media screen and (max-width: 991px) {
  #product-activity .main-section .offer-block .content-box ul {
    padding-left: 50px;
    padding-right: 50px;
  }

  #product-activity .main-section .main-block .title-box>div {
    width: 100%;
    float: none;
  }

  #product-activity .main-section .main-block .title-box>div ul {
    width: 100%;
  }

  #product-activity .main-section .main-block .title-box>div .arrows {
    position: absolute;
    bottom: -30px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #product-activity .main-section .offer-block .title-box>span>span {
    display: block;
  }

  #product-activity .main-section .main-block .content-box ul li .name {
    height: 24px;
    -webkit-line-clamp: 1;
  }

  #product-activity .main-section .main-block .content-box ul li .product-item h4 {
    -webkit-line-clamp: 2;
    height: 48px;
  }
}

@media screen and (max-width: 575px) {
  #product-activity .banner-section ul.slider {
    display: none;
  }

  #product-activity .banner-section ul.slider-phone {
    display: block;
  }

  #product-activity .main-section .main-block .title-box {
    background: initial;
    border: none !important;
  }

  #product-activity .main-section .main-block .title-box>div {
    position: relative;
  }

  #product-activity .main-section .main-block .title-box>div>span {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }

  #product-activity .main-section .main-block .title-box>div ul {
    position: absolute;
    top: 45px;
    z-index: 3;
    background: #F15C34;
    border-radius: 10px;
    display: none;
    overflow: hidden;
  }

  #product-activity .main-section .main-block .title-box>div ul li {
    text-align: left !important;
    padding: 10px 20px;
  }

  #product-activity .main-section .main-block .title-box>div ul li:first-child {
    padding-top: 20px;
  }

  #product-activity .main-section .main-block .title-box>div ul li:last-child {
    padding-bottom: 20px;
  }

  #product-activity .main-section .main-block .title-box>div ul li.active {
    background: inherit;
    font-weight: normal;
  }

  #product-activity .main-section .main-block .title-box>div ul li.active::before {
    display: none;
  }

  #product-activity .main-section .main-block .title-box>div ul li a {
    color: white;
    font-weight: bold;
  }

  #product-activity .main-section .main-block .title-box form {
    padding-bottom: 0;
    width: auto;
  }

  #product-activity .main-section .main-block .title-box form>span:nth-child(1) {
    width: 37px;
  }

  #product-activity .main-section .main-block .content-box ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  #product-activity .main-section .main-block .content-box ul li {
    padding-right: 5px;
    padding-left: 5px;
  }

  #product-activity .main-section .main-block .content-box ul li .product-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  #product-activity .main-section .main-block .content-box ul li .quantityAdd {
    justify-content: center;
    flex-wrap: wrap;
    display: block !important;
  }

  #product-activity .main-section .main-block .content-box ul li .quantityAdd .number-wrapper {
    margin-right: auto !important;
  }

  #product-activity .main-section .main-block .content-box ul li .quantityAdd .add {
    margin: auto !important;
    margin-top: 10px !important;
    width: 72px;
  }

  #product-activity .main-section .offer-block .title-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  #product-activity .main-section .offer-block .title-box>span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  #product-activity .main-section .offer-block .title-box .add {
    margin: auto;
    margin-top: 15px;
    height: 35px;
    width: 140px;
  }

  #product-activity .main-section .offer-block .content-box ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  #product-activity .main-section .offer-block .content-box ul li>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 10px;
  }

  #product-activity .main-section .offer-block .content-box ul li>div a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: inherit;
  }

  #product-activity .main-section .offer-block .content-box ul li>div .text {
    text-align: center;
    margin: auto;
    position: static !important;
  }

  #product-activity .main-section .offer-block .content-box ul li>div .text .delete {
    bottom: auto;
    top: 0;
  }

  #product-activity .main-section .description-block ul {
    padding-left: 9px;
  }
}

.msie #product-activity .name {
  display: block;
}

#product .slick-arrow.slick-prev {
  left: -30px;
}

#product .slick-arrow.slick-next {
  right: -30px;
}

#product .slider-nav .slick-slide.slick-current div {
  border: 1px solid #F15C35;
  border-radius: 5px;
  overflow: hidden;
}

#product .slider-nav .slick-arrow {
  color: #F15C35;
}

#product .slider-nav .slick-arrow.slick-disabled {
  opacity: 0.6;
}

#product .slider-nav .slick-arrow i {
  font-size: 16px;
}

@media screen and (max-width: 575px) {

  #product .slider-nav .slick-arrow.slick-prev {
    left: -20px;
  }

  #product .slider-nav .slick-arrow.slick-next {
    right: -20px;
  }
}

#product .product-section .product-block {
  background: url(images/product/bg.png) bottom no-repeat;
  padding-bottom: 90px;
}

#product .product-section .product-block.noBG {
  background: none;
}

#product .product-section .product-block .img-box .slider-group .slider-for img {
  width: 590px;
}

#product .product-section .product-block .img-box .slider-group .slider-nav img {
  width: 75px;
}

#product .product-section .product-block .text-box {
  letter-spacing: 1px;
}

#product .product-section .product-block .text-box .btns {
  position: absolute;
  top: 0;
  right: -20px;
}

#product .product-section .product-block .text-box .btns .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  transition: background .3s, border .3s;
}

#product .product-section .product-block .text-box .btns .btn.active {
  background: #F15C35;
  border: 1px solid #F15C35;
}

#product .product-section .product-block .text-box .btns .btn.active.share svg path {
  fill: white !important;
}

#product .product-section .product-block .text-box .btns .btn.active.share svg circle {
  stroke: white !important;
}

#product .product-section .product-block .text-box .btns .btn.active svg path {
  fill: white !important;
  stroke: white !important;
}

#product .product-section .product-block .text-box .btns .btn:hover {
  background: #F15C35;
  border: 1px solid #F15C35;
}

#product .product-section .product-block .text-box .btns .btn:hover svg path {
  fill: white !important;
  stroke: white !important;
}

#product .product-section .product-block .text-box .btns .btn.share:hover svg path {
  fill: white !important;
}

#product .product-section .product-block .text-box .btns .btn.share:hover svg circle {
  stroke: white !important;
}

#product .product-section .product-block .text-box .btns .btn.share svg path {
  fill: #636363 !important;
}

#product .product-section .product-block .text-box .btns .btn.share svg circle {
  stroke: #636363 !important;
}

#product .product-section .product-block .text-box .btns .btn svg {
  width: 20px;
}

#product .product-section .product-block .text-box .btns .btn svg path {
  fill: #636363 !important;
  stroke: #636363 !important;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper {
  display: none;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 40px;
  height: 40px;
  color: white;
  transition: opacity .3s;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a:hover {
  opacity: 0.8;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a.fb {
  background: #3E5E9D;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a.line {
  background: #22AC38;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a.youtube {
  background: #DD2C28;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a.in {
  background: linear-gradient(45deg, #FA7310, #A911BE);
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a.in i {
  position: relative;
}

#product .product-section .product-block .text-box .btns .outerLink-wrapper ul li a.in i:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background: white;
  top: 6px;
  right: 7px;
  border-radius: 50%;
}

#product .product-section .product-block .text-box .activities .tag-wrapper {
  flex: 0 0 100px;
}

#product .product-section .product-block .text-box .activities .tag-wrapper .tag {
  padding: 3.5px 14px;
  display: inline-block;
}

#product .product-section .product-block .text-box .activities .tag-wrapper~button:hover {
  text-decoration: underline;
}

#product .product-section .product-block .text-box .info {
  border-bottom: 1px solid #E9E9E9;
}

#product .product-section .product-block .text-box .info.show>div {
  max-height: inherit;
}

#product .product-section .product-block .text-box .info.show .toggle span:nth-child(1) {
  display: none;
}

#product .product-section .product-block .text-box .info.show .toggle span:nth-child(2) {
  display: block;
}

#product .product-section .product-block .text-box .info>div {
  max-height: 119px;
  overflow: hidden;
}

#product .product-section .product-block .text-box .info>div ul li {
  position: relative;
  padding-left: 13px;
}

#product .product-section .product-block .text-box .info>div ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #636363;
  top: 11px;
  left: 0;
}

#product .product-section .product-block .text-box .info .toggle {
  display: table;
  cursor: pointer;
  text-decoration: underline;
}

#product .product-section .product-block .text-box .info .toggle span:nth-child(2) {
  display: none;
}

#product .product-section .product-block .text-box .price {
  border-bottom: 1px solid #E9E9E9;
  padding: 20px 0;
}

#product .product-section .product-block .text-box .data ul li.specification {
  line-height: 38px;
}

#product .product-section .product-block .text-box .data ul li.specification .options .btn {
  padding: 6px 20px;
  box-shadow: none;
}

#product .product-section .product-block .text-box .data ul li.specification .options .btn.disabled {
  opacity: 0.4;
}

#product .product-section .product-block .text-box .data ul li span:nth-child(1) {
  flex: 0 0 100px;
  color: #636363;
}

#product .product-section .product-block .text-box .data .btn {
  border-radius: 5px;
}

#product .product-section .product-block .text-box .data .btn.active {
  border: 1px solid #F15C35;
  color: #F15C35;
}

#product .product-section .product-block .text-box .add .number-wrapper {
  width: 133px;
  padding: 9px 40px;
}

#product .product-section .product-block .text-box .add .number-wrapper input {
  width: 62px;
  text-align: left;
}

#product .product-section .product-block .text-box .add .number-wrapper .btn-group span i {
  font-size: 18px;
  transform: translate(-50%, -50%);
}

#product .product-section .product-block .text-box .combination .title {
  background: #F6F7F9;
}

#product .product-section .product-block .text-box .combination ul li {
  border-bottom: 1px solid #E9E9E9;
}

#product .product-section .product-block .text-box .combination ul li img {
  float: left;
}

#product .product-section .product-block .text-box .combination ul li .text {
  float: left;
}

#product .product-section .product-block .text-box .combination ul li .number-wrapper {
  float: right;
}

#product .product-section .product-block .text-box .addcart {
  padding: 10px 10px;
  width: 268px;
  transition: opacity .3s;
}

#product .product-section .product-block .text-box .addcart:hover {
  opacity: 0.8;
}

#product .product-section .product-block .text-box .addcart svg {
  width: 19px;
  height: 19px;
  position: relative;
  top: 2px;
}

#product .product-section .product-block .text-box .addcart span:nth-of-type(2) {
  display: none;
}

#product .product-section .product-block .text-box .addcart.select {
  background: #AFAFAF !important;
}

#product .product-section .product-block .text-box .addcart.select svg {
  display: none;
}

#product .product-section .product-block .text-box .addcart.select span:nth-of-type(1) {
  display: none;
}

#product .product-section .product-block .text-box .addcart.select span:nth-of-type(2) {
  display: inline;
}

#product .product-section .product-block .promotion-box .title-inner {
  letter-spacing: 2px;
  background: white;
  top: -37px;
  padding: 0 20px;
}

#product .product-section .product-block .promotion-box .title-inner .en {
  justify-content: center;
  align-items: flex-end;
}

#product .product-section .product-block .promotion-box .title-inner .en span {
  position: relative;
  top: 2px;
}

#product .product-section .product-block .promotion-box .content-inner {
  letter-spacing: 1px;
}

#product .product-section .product-block .promotion-box .content-inner ul li a {
  flex: 0 0 150px;
}

#product .product-section .product-block .promotion-box .content-inner ul li a img {
  width: 150px;
}

#product .product-section .product-block .promotion-box .content-inner ul li .text a {
  transition: opacity .3s;
}

#product .product-section .product-block .promotion-box .content-inner ul li .text a:hover {
  opacity: 0.8;
}

#product .product-section .detail-block {
  background: url(images/product/bg.png) bottom no-repeat;
  padding-bottom: 90px;
}

#product .product-section .detail-block .title {
  letter-spacing: 3px;
}

#product .product-section .detail-block .detailLabel {
  border-bottom: 1px solid #DFDFDF;
}

#product .product-section .detail-block .detailLabel ul li {
  float: left;
  width: 237px;
  padding: 17px 5px;
  border: 1px solid #DFDFDF;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  top: 1px;
  background: #F6F7F9;
}

#product .product-section .detail-block .detailLabel ul li.active {
  font-weight: bold;
  border-bottom: 1px solid white;
  background: white;
}

#product .product-section .detail-block .data-box {
  width: 803px;
  margin: auto;
  max-width: calc(100% - 40px);
}

#product .product-section .detail-block .data-box>div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

#product .product-section .detail-block .data-box>div.active {
  opacity: 1;
  position: static;
  pointer-events: all;
}

#product .product-section .detail-block .data-box>div .table-box {
  width: 100%;
}

#product .product-section .detail-block .data-box>div .table-box table {
  width: 100%;
}

#product .product-section .detail-block .data-box>div .table-box table,
#product .product-section .detail-block .data-box>div .table-box tr,
#product .product-section .detail-block .data-box>div .table-box td {
  border: 1px solid gray;
}

#product .product-section .detail-block .data-box>div .table-box td p {
  color: black;
}

#product .add-section {
  border-bottom: 1px solid #D1D1D1;
}

#product .add-section>span {
  letter-spacing: 2px;
}

#product .add-section ul {
  letter-spacing: 1px;
}

#product .add-section ul li a {
  flex: 0 0 160px;
}

#product .add-section ul li a img {
  width: 160px;
}

#product .add-section ul li .quantityAdd {
  justify-content: flex-start;
}

#product .recommend-section>span {
  letter-spacing: 2px;
}

#product .recommend-section>ul {
  letter-spacing: 1px;
}

#product~.modal .modal-dialog {
  max-width: 550px;
}

#product~.modal .modal-dialog .modal-body ul li {
  display: flex;
}

#product~.modal .modal-dialog .modal-body ul li:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}

@media screen and (max-width: 1400px) {
  #product .slick-arrow.slick-prev {
    left: 0px;
  }

  #product .slick-arrow.slick-next {
    right: 0px;
  }

  #product .product-section .product-block .text-box .btns {
    right: 0px;
  }

  #product .add-section ul {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  #product .product-section .detail-block .detailLabel ul li {
    width: 230px;
  }

  #product .product-section .product-block .text-box .btns .btn.share:hover {
    background: inherit;
    border: 1px solid #D9D9D9;
  }

  #product .product-section .product-block .text-box .btns .btn.share:hover svg path {
    fill: #636363 !important;
    stroke: #636363 !important;
  }

  #product .product-section .product-block .text-box .btns .btn.share:hover svg circle {
    stroke: #636363 !important;
  }

  #product .product-section .product-block .text-box .btns .btn.active {
    background: #F15C35;
    border: 1px solid #F15C35;
  }

  #product .product-section .product-block .text-box .btns .btn.active svg path {
    fill: white !important;
    stroke: white !important;
  }

  #product .product-section .product-block .text-box .btns .btn.active svg circle {
    stroke: white !important;
  }

  #product .product-section .product-block .text-box .btns .btn.active:hover {
    background: #F15C35;
    border: 1px solid #F15C35;
  }

  #product .product-section .product-block .text-box .btns .btn.active:hover svg path {
    fill: white !important;
    stroke: white !important;
  }

  #product .product-section .product-block .text-box .btns .btn.active:hover svg circle {
    stroke: white !important;
  }

  #product .product-section .product-block .text-box .btns .btn:hover {
    background: inherit;
    border: 1px solid #D9D9D9;
  }

  #product .product-section .product-block .text-box .btns .btn:hover svg path {
    fill: #636363 !important;
    stroke: #636363 !important;
  }

  #product .product-section .product-block .text-box .btns .btn:hover svg circle {
    stroke: #636363 !important;
  }
}

@media screen and (max-width: 991px) {
  #product .product-section .product-block .img-box {
    max-width: 500px;
  }

  #product .product-section .detail-block .detailLabel ul li {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  #product .product-section .product-block .text-box .info>div {
    max-height: 108px;
  }

  #product .product-section .detail-block .detailLabel ul li {
    width: 100px;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 575px) {
  #product .product-section .product-block {
    padding-bottom: 0px;
  }

  #product .product-section .product-block .text-box .btns {
    position: static;
  }

  #product .product-section .product-block .text-box .btns .btn {
    width: 35px;
    height: 35px;
  }

  #product .product-section .product-block .text-box .btns>div {
    float: left;
  }

  #product .product-section .product-block .text-box .btns>div .share {
    float: left;
  }

  #product .product-section .product-block .text-box .btns>div .share.active~.outerLink-wrapper .outerLink {
    transform: none;
    opacity: 1;
  }

  #product .product-section .product-block .text-box .btns>div .outerLink-wrapper {
    float: left;
    display: block;
    overflow: hidden;
  }

  #product .product-section .product-block .text-box .btns>div .outerLink-wrapper .outerLink {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform .5s, opacity .7s;
  }

  #product .product-section .product-block .text-box .btns>div .outerLink-wrapper .outerLink li {
    float: left;
  }

  #product .product-section .product-block .text-box .btns>div .outerLink-wrapper .outerLink li a {
    width: 35px;
    height: 35px;
  }

  #product .product-section .product-block .text-box .activities li {
    flex-wrap: wrap;
  }

  #product .product-section .product-block .text-box .activities li .tag-wrapper {
    flex: 0 0 100%;
  }

  #product .product-section .product-block .text-box .info>div {
    max-height: initial;
  }

  #product .product-section .product-block .text-box .info .toggle {
    display: none !important;
  }

  #product .product-section .product-block .text-box .price {
    padding: 5px 0;
  }

  #product .product-section .product-block .text-box .data ul li {
    flex-wrap: wrap;
  }

  #product .product-section .product-block .text-box .data ul li.specification {
    line-height: normal;
  }

  #product .product-section .product-block .text-box .data ul li span:nth-child(1) {
    flex: 0 0 100%;
    margin-bottom: 5px;
  }

  #product .product-section .product-block .text-box .combination ul li {
    text-align: center;
  }

  #product .product-section .product-block .text-box .combination ul li img {
    float: none;
  }

  #product .product-section .product-block .text-box .combination ul li .text {
    float: none;
  }

  #product .product-section .product-block .text-box .combination ul li .number-wrapper {
    float: none;
  }

  #product .product-section .product-block .text-box .add .number-wrapper {
    width: 100px;
    padding: 6.5px 20px;
  }

  #product .product-section .product-block .text-box .add .number-wrapper input {
    width: 50px;
    text-align: center;
  }

  #product .product-section .product-block .text-box .addcart {
    padding: 9px 10px;
    width: 170px;
  }

  #product .product-section .product-block .promotion-box .title-inner .en img {
    display: none;
  }

  #product .product-section .product-block .promotion-box .content-inner ul li>div {
    flex-wrap: wrap;
  }

  #product .product-section .product-block .promotion-box .content-inner ul li>div a {
    flex: 0 0 100%;
  }

  #product .product-section .product-block .promotion-box .content-inner ul li>div .text {
    flex: 0 0 100%;
    text-align: center;
  }

  #product .product-section .product-block .promotion-box .content-inner ul li>div .text>span {
    -webkit-line-clamp: 2;
    height: 43px;
  }

  #product .product-section .product-block .promotion-box .content-inner ul li>div .text a {
    margin: auto;
  }

  #product .product-section .detail-block {
    padding-bottom: 0px;
  }

  #product .product-section .detail-block .detailLabel ul li {
    width: 70px;
    margin: 0 3px;
    padding: 8px 11px;
    line-height: 1.5em;
  }

  #product .product-section .detail-block .table-box {
    font-size: 14px;
  }

  #product .add-section ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  #product .add-section ul li>div {
    flex-wrap: wrap;
  }

  #product .add-section ul li>div a {
    flex: 0 0 100%;
    text-align: center;
  }

  #product .add-section ul li>div .text {
    flex: 0 0 100%;
    text-align: center;
  }

  #product .add-section ul li>div .quantityAdd {
    justify-content: center;
    flex-wrap: wrap;
    display: block !important;
  }

  #product .add-section ul li>div .quantityAdd .number-wrapper {
    margin-right: auto !important;
  }

  #product .add-section ul li>div .quantityAdd .add {
    margin: auto !important;
    margin-top: 10px !important;
    width: 72px;
  }

  #product .recommend-section>ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  #product~.modal .modal-dialog .modal-body ul li {
    display: block;
    text-align: center;
  }

  #product .slick-arrow.slick-prev {
    left: -10px;
  }

  #product .slick-arrow.slick-next {
    right: -10px;
  }
}

.msie #product .product-section .product-block .text-box .add .number-wrapper {
  padding: 9px 20px;
}

.msie #product .product-section .product-block .text-box .add .number-wrapper input {
  text-align: center;
  width: 82px;
}

#login .main-section {
  padding-bottom: 50px;
}

#login .main-section .main-block {
  float: left;
  width: 43.7%;
  padding-left: 4.5%;
  padding-top: 60px;
}

#login .main-section .main-block form .remember {
  margin-bottom: 10px;
}

#login .main-section .main-block form .remember>div {
  float: left;
  width: 90px;
}

#login .main-section .main-block form .remember>ul {
  float: right;
}

#login .main-section .main-block form .remember>ul li {
  float: left;
}

#login .main-section .main-block form .remember>ul li:nth-child(1) {
  position: relative;
  padding-right: 5px;
  margin-right: 10px;
}

#login .main-section .main-block form .remember>ul li:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #D9D9D9;
}

#login .main-section .main-block form button[type=submit] {
  width: 100%;
  background: #eeeeee;
  border-radius: 5px;
  padding: 14px 0;
  transition: background .3s;
}

#login .main-section .main-block form button[type=submit]:hover {
  background: #dddddd;
}

#login .main-section .main-block>ul {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 25px;
}

#login .main-section .main-block>ul li {
  list-style: none;
  padding-right: 5px;
  padding-left: 5px;
}

#login .main-section .main-block>ul li a {
  padding: 15px 14px;
  border-radius: 5px;
  transition: opacity .3s;
}

#login .main-section .main-block>ul li a:hover {
  opacity: 0.9;
}

#login .main-section .main-block>ul li a i {
  padding-right: 9px;
  opacity: 0.5;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#login .main-section .main-block>ul li a>div {
  flex-grow: 1;
  text-align: center;
}

#login .main-section .main-block>ul li:nth-child(1) a {
  background: #3B5998;
}

#login .main-section .main-block>ul li:nth-child(2) a {
  background: #4285F4;
}

#login .main-section .img-block {
  float: left;
  width: 56.3%;
}

#login .main-section .img-block .img-box {
  position: relative;
  transform: translate(21%, -38px);
}

#login .main-section .img-block .img-box a.login {
  top: 31%;
  left: 14%;
  width: 116px;
  height: 116px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: box-shadow .3s;
}

#login .main-section .img-block .img-box a.login:hover {
  box-shadow: 1px 1px 5px #300D04;
}

@media screen and (max-width: 1600px) {
  #login .main-section {
    padding-bottom: 100px;
  }

  #login .main-section .main-block {
    padding-left: 0;
  }

  #login .main-section .img-block {
    padding-left: 100px;
  }

  #login .main-section .img-block .img-box {
    transform: translate(0, 15px);
  }
}

@media screen and (max-width: 1199px) {
  #login .main-section .img-block {
    padding-left: 50px;
  }

  #login .main-section .img-block .img-box {
    transform: translate(0, 60px);
  }
}

@media screen and (max-width: 991px) {
  #login .main-section .main-block {
    width: 100%;
    float: none;
  }

  #login .main-section .img-block {
    padding-top: 50px;
    width: 100%;
    float: none;
    padding-left: 0;
  }

  #login .main-section .img-block .img-box {
    max-width: 500px;
    margin: auto;
    display: table;
    transform: none;
  }

  #login .main-section .img-block .img-box a.login {
    width: 90px;
    height: 90px;
  }

  #login .main-section .img-block .img-box a.login i {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  #login .main-section {
    padding-bottom: 20px;
  }

  #login .main-section .main-block {
    padding-top: 0px;
  }

  #login .main-section .img-block {
    padding-top: 20px;
  }
}

#notice .main-section {
  padding-top: 13px;
  padding-bottom: 92px;
}

#notice .main-section .main-block {
  padding-top: 40px;
}

#notice .main-section .main-block .box {
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  padding: 33px 17px 33px 45px;
}

#notice .main-section .main-block .box:nth-of-type(1) {
  margin-bottom: 37px;
}

#notice .main-section .main-block .box:nth-of-type(2) {
  margin-bottom: 24px;
}

#notice .main-section .main-block .box .scrollbarY {
  height: 395px;
}

#notice .main-section .main-block .box .scrollbarY .edit ol {
  padding-left: 33px;
}

#notice .main-section .main-block .box .scrollbarY .edit p {
  margin-bottom: 31px;
  color: black;
}

#notice .main-section .main-block .box .scrollbarY .mCSB_inside>.mCSB_container {
  margin-right: 40px;
}

#notice .main-section .main-block form label .icon-ok {
  margin-top: 4px;
}

#notice .main-section .main-block form label a {
  text-decoration: underline;
}

#notice .main-section .main-block form label a:hover {
  color: #F15C35;
}

#notice .main-section .main-block form ul {
  margin-top: 77px;
}

@media screen and (max-width: 1199px) {
  #notice .main-section .main-block .box {
    padding: 33px 17px 33px 20px;
  }

  #notice .main-section .main-block .box .scrollbarY {
    height: auto;
  }

  #notice .main-section .main-block .box .scrollbarY .mCSB_inside>.mCSB_container {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  #notice .main-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  #notice .main-section .main-block {
    padding-top: 10px;
  }

  #notice .main-section .main-block .box {
    padding: 5px;
  }

  #notice .main-section .main-block .box:nth-of-type(1) {
    margin-bottom: 10px;
  }

  #notice .main-section .main-block .box:nth-of-type(2) {
    margin-bottom: 10px;
  }

  #notice .main-section .main-block .box .scrollbarY .edit ol {
    padding-left: 25px;
  }

  #notice .main-section .main-block form ul {
    margin-top: 30px;
  }
}

#register .main-section {
  padding-top: 8px;
  padding-bottom: 113px;
}

#register .main-section .main-block {
  padding-top: 30px;
}

#register .main-section .main-block .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#register .main-section .main-block .row .group {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

#register .main-section .main-block .row .group.error input {
  border: 1px solid #F15C35;
  background: #FEF4F2;
}

#register .main-section .main-block .row .group.error span.error {
  display: block;
  color: #F15C35;
}

#register .main-section .main-block .row .group span.error {
  display: none;
}

#register .main-section .orange-btn:hover {
  opacity: 0.9 !important;
}

@media screen and (max-width: 575px) {
  #register .main-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  #register .main-section .main-block {
    padding-top: 0px;
  }
}

#register-confirm .main-section {
  padding-bottom: 134px;
}

#register-confirm .main-section form .group {
  margin-top: 38px;
}

#register-confirm .main-section form .group .verification {
  overflow: hidden;
}

#register-confirm .main-section form .group .verification input[type=text] {
  width: calc(100% - 131px);
}

#register-confirm .main-section form .group .verification a {
  display: block;
  float: right;
  background: #F4F4F4;
  border-left: 1px solid #D9D9D9;
  padding: 12.5px 27px;
}

#register-confirm .main-section form .group .verification a:hover {
  color: #F15C35;
}

#register-confirm .main-section form button[type=submit] {
  margin-top: 37px;
}

@media screen and (max-width: 575px) {
  #register-confirm .main-section {
    padding-bottom: 20px;
  }

  #register-confirm .main-section form .group {
    margin-top: 10px;
  }

  #register-confirm .main-section form .group .verification a {
    padding: 11px 27px;
  }

  #register-confirm .main-section form button[type=submit] {
    margin-top: 20px;
  }
}

#confirm .main-section {
  padding-bottom: 135px;
}

#confirm .main-section .main-block {
  width: 100%;
  max-width: 510px;
  margin: auto;
}

#confirm .main-section .main-block form {
  padding-top: 90px;
}

@media screen and (max-width: 575px) {
  #confirm .main-section {
    padding-bottom: 25px;
  }

  #confirm .main-section .main-block form {
    padding-top: 0;
  }
}

#orders .main-section {
  padding-bottom: 134px;
  padding-top: 13px;
}

#orders .orders {
  letter-spacing: 1px;
}

#orders .orders .th:nth-child(1),
#orders .orders .td:nth-child(1) {
  width: 13%;
}

#orders .orders .th:nth-child(2),
#orders .orders .td:nth-child(2) {
  width: 15%;
}

#orders .orders .th:nth-child(3),
#orders .orders .td:nth-child(3) {
  width: 18%;
}

#orders .orders .th:nth-child(4),
#orders .orders .td:nth-child(4) {
  width: 14.5%;
}

#orders .orders .th:nth-child(5),
#orders .orders .td:nth-child(5) {
  width: 17%;
}

#orders .orders .th:nth-child(6),
#orders .orders .td:nth-child(6) {
  width: 10.5%;
}

#orders .orders .th:nth-child(7),
#orders .orders .td:nth-child(7) {
  width: 11.5%;
}

#orders .modal .modal-dialog {
  max-width: 633px;
}

#orders .modal .modal-dialog .modal-content {
  border-radius: initial;
}

#orders .modal .modal-header {
  border: none;
}

#orders .modal .modal-body {
  padding: 19.5px 80px;
}

#orders .modal .modal-body .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80px;
  height: 80px;
  border: 1px solid;
  border-radius: 50%;
}

#orders .modal .modal-body .icon i::before {
  font-size: 35px;
}

#orders .modal .modal-body ul li {
  float: left;
  margin: 8px;
}

@media screen and (max-width: 1199px) {

  #orders .orders .th:nth-child(1),
  #orders .orders .td:nth-child(1) {
    width: 14%;
  }

  #orders .orders .th:nth-child(2),
  #orders .orders .td:nth-child(2) {
    width: 21%;
  }

  #orders .orders .th:nth-child(4),
  #orders .orders .td:nth-child(4) {
    width: 12%;
  }

  #orders .orders .th:nth-child(7),
  #orders .orders .td:nth-child(7) {
    width: 7%;
  }

  #orders .td:nth-child(2) a {
    color: #F15C34 !important;
  }
}

@media screen and (max-width: 575px) {
  #orders .main-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  #orders .condition-box .search .input-wrapper {
    padding: 4.5px 15px;
    margin-top: 10px;
    padding-right: 5px;
  }

  #orders .modal .modal-body {
    padding: 19.5px 20px;
  }

  #orders .modal .modal-body .icon {
    width: 60px;
    height: 60px;
  }

  #orders .modal .modal-body .icon i::before {
    font-size: 25px;
  }
}

#order .main-section {
  padding-top: 13px;
  padding-bottom: 90px;
}

@media screen and (max-width: 576px) {
  #order .main-section {
    padding-top: 0;
    padding-bottom: 25px;
  }
}

#return .main-section {
  padding-top: 13px;
  padding-bottom: 76px;
}

#return .main-section .note-block {
  padding-bottom: 17px;
  margin-bottom: 43px;
  border-bottom: 1px solid #DFDFDF;
}

#return .main-section .main-block .main-box {
  position: relative;
}

#return .main-section .main-block .main-box .main-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}

#return .main-section .main-block .main-box .main-inner.active {
  position: static;
  opacity: 1;
  pointer-events: all;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  overflow: hidden;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .body ul li {
  flex-wrap: wrap;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul .offers li {
  flex-wrap: wrap;
  float: none;
  width: 100%;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .offers li .td:nth-child(2),
#return .main-section .main-block .main-box .main-inner .table-type-2 .offers li .td:nth-child(3),
#return .main-section .main-block .main-box .main-inner .table-type-2 .offers li .td:nth-child(4) {
  display: none;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .offers {
  flex: 0 0 100%;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .offers .text {
  display: flex;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .offers .text .tag {
  border-radius: 3px;
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 41px;*/
  /*flex: 0 0 41px;*/
  padding: 0 5.5px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .offers .td:nth-child(1) {
  padding-left: 145px !important;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .th:nth-child(1),
#return .main-section .main-block .main-box .main-inner .table-type-2 .td:nth-child(1) {
  width: 38%;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .th:nth-child(2),
#return .main-section .main-block .main-box .main-inner .table-type-2 .td:nth-child(2) {
  width: 13%;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .th:nth-child(3),
#return .main-section .main-block .main-box .main-inner .table-type-2 .td:nth-child(3) {
  width: 16%;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .th:nth-child(4),
#return .main-section .main-block .main-box .main-inner .table-type-2 .td:nth-child(4) {
  width: 14%;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .th:nth-child(5),
#return .main-section .main-block .main-box .main-inner .table-type-2 .td:nth-child(5) {
  width: 19%;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .head {
  border-bottom: 1px solid #DFDFDF;
  background: #F6F7F9;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .head .th:first-child {
  padding-left: 27px;
  text-align: left;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li:last-child {
  border: none;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li>.td:nth-child(1) {
  padding-left: 33px;
  text-align: left;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li>.td:nth-child(1) .icon-ok {
  align-self: center;
}

#return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li>.td:nth-child(1) a {
  display: flex;
}

#return .main-section .main-block .main-box .main-inner form .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#return .main-section .main-block .main-box .main-inner form .row .group {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

#return .main-section .main-block .main-box .main-inner form .store .group>div .input-wrapper {
  flex-grow: 1;
  height: 52px;
}

#return .main-section .main-block .main-box .main-inner form .store .group>div .input-wrapper textarea {
  height: 100%;
  padding: 14.5px 20px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  -webkit-appearance: none;
}

#return .main-section .main-block .main-box .main-inner form .store .group>div .input-wrapper .tri {
  height: 26px;
  position: absolute;
  width: 20px;
  top: 12px;
  right: 10px;
}

#return .main-section .main-block .main-box .main-inner form .store .group>div .input-wrapper .tri b {
  border-color: black transparent transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

#return .main-section .main-block .main-box .main-inner form .store .group>div button {
  width: 101px;
  height: 52px;
  border-radius: 5px;
}

#return .main-section .main-block .main-box .main-inner form ul {
  margin-top: 30px;
}

#return .main-section .main-block .main-box .main-inner form>ul>li {
  float: left;
  margin: 0 8px;
}

#return .modal .modal-dialog {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: auto;
}

#return .modal .modal-dialog .modal-header {
  padding: 18px 20px 13px 55px;
}

#return .modal .modal-dialog .modal-body {
  padding: 20px 55px 30px 55px;
}

#return .modal .modal-dialog .modal-body .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#return .modal .modal-dialog .modal-body .row>div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

#return .modal .modal-dialog .modal-body .row>div .select2-container--default {
  width: 100% !important;
}

#return .modal .modal-dialog .modal-body table {
  border-collapse: separate;
  border-spacing: 0;
}

#return .modal .modal-dialog .modal-body table thead tr {
  height: 52px;
}

#return .modal .modal-dialog .modal-body table thead tr th {
  font-weight: normal;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

#return .modal .modal-dialog .modal-body table thead tr th:first-child {
  border-left: 1px solid #DFDFDF;
  border-radius: 10px 0 0 10px;
  width: 31%;
  padding-left: 20px;
}

#return .modal .modal-dialog .modal-body table thead tr th:last-child {
  border-right: 1px solid #DFDFDF;
  border-radius: 0 10px 10px 0;
  width: 69%;
}

#return .modal .modal-dialog .modal-body table tbody tr td {
  padding: 7px 0;
  border-bottom: 1px solid #DFDFDF;
}

#return .modal .modal-dialog .modal-body table tbody tr td:nth-child(1) {
  padding-left: 20px;
}

#return .table-type-1.table .body>ul li .offers li .td {
  flex: 0 0 auto;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul .offers li {
    padding: 5px 0;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(1) {
    padding-left: 0 !important;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .head {
    display: none;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 20px 10px;
    border: none;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td {
    margin-bottom: 3px;
    width: 100% !important;
    text-align: center !important;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(1) {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(1) label {
    display: block;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(1) label .icon-ok {
    width: 16px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(1) label a {
    display: block;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(1) img {
    margin-bottom: 10px;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(2)::before {
    content: '數量：';
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(3) {
    padding-right: 0;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(3)::before {
    content: '單價：';
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(4) {
    padding-right: 0;
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(4)::before {
    content: '小計：';
  }

  #return .main-section .main-block .main-box .main-inner .table-type-2 .body>ul li .td:nth-child(5) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #return .modal .modal-dialog .modal-header {
    padding-left: 20px;
  }

  #return .modal .modal-dialog .modal-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  #return .modal .modal-dialog .modal-body table thead {
    display: none;
  }

  #return .modal .modal-dialog .modal-body table tbody tr td:nth-child(1) {
    display: flex;
    padding-left: 0;
  }

  #return .modal .modal-dialog .modal-body table tbody tr td:nth-child(1) input[type=radio] {
    margin-top: 4px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 575px) {
  #return .main-section {
    padding-top: 0;
    padding-bottom: 15px;
  }

  #return .main-section .main-block .main-box .main-inner .table .body>ul li {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  #return .main-section .main-block .main-box .main-inner form ul {
    margin-top: 10px;
  }

  #return .main-section .main-block .main-box .main-inner form .address .group .row {
    margin-bottom: 0;
  }

  #return .main-section .main-block .main-box .main-inner form .store .group>div {
    flex-wrap: wrap;
  }

  #return .main-section .main-block .main-box .main-inner form .store .group>div .input-wrapper {
    flex: 0 0 100%;
    margin-bottom: 10px;
    height: 70px;
  }

  #return .main-section .main-block .main-box .main-inner form .store .group>div .input-wrapper textarea {
    padding: 12.5px 15px;
    padding-right: 30px;
  }

  #return .main-section .main-block .main-box .main-inner form .store .group>div button {
    padding: 12px 5px;
    width: 100%;
  }

  #return .main-section .note-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#return-record {
  letter-spacing: 1px;
}

#return-record .main-section {
  padding-top: 13px;
  padding-bottom: 87px;
}

#return-record .main-section .main-block .detail-box .detail-inner {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  overflow: hidden;
}

#return-record .main-section .main-block .detail-box .detail-inner .title {
  border-bottom: 1px solid #DFDFDF;
  background: #F6F7F9;
  padding: 16px 46px;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li {
  padding: 0;
  border-top: none;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.46%;
  flex: 0 0 31.46%;
  max-width: 31.46%;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.85%;
  flex: 0 0 34.85%;
  max-width: 34.85%;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.69%;
  flex: 0 0 33.69%;
  max-width: 33.69%;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li.active>div:nth-child(1) .icon {
  background: #F15C35;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li.active>div:nth-child(1) .icon i {
  display: block;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div {
  padding: 14.5px 46px;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) {
  border-bottom: 1px solid #DFDFDF;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #F15C35;
  margin-top: 2px;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) .icon i {
  display: none;
  line-height: 18px;
  display: block;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) .icon i::before {
  transform: scale(0.7);
  font-size: 12px;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) span:not(.icon) {
  line-height: 1.5em;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(2) {
  padding-bottom: 19px;
}

#return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(2)>span {
  display: block;
}

#return-record .main-section .main-block .products-box {
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  #return-record .main-section .main-block .products-box .products-inner .body>ul li>.td:nth-child(1) {
    padding-right: 15px;
  }

  #return-record .main-section .main-block .detail-box .detail-inner .title {
    padding: 16px 20px;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li>div {
    padding: 14.5px 20px;
  }
}

@media screen and (max-width: 991px) {
  #return-record .main-section .main-block .detail-box .detail-inner .title {
    border: none;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 10px;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border: none;
    padding: 15px 0;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li:nth-child(2) {
    border-right: none;
    border-left: none;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(2) {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #return-record .main-section .main-block .detail-box>span:nth-child(1) {
    margin-bottom: 5px;
    display: block !important;
  }
}

@media screen and (max-width: 576px) {
  #return-record .main-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  #return-record .main-section .main-block .info-box {
    display: block;
  }

  #return-record .main-section .main-block .info-box>span {
    display: block;
  }

  #return-record .main-section .main-block .detail-box .detail-inner .title {
    padding: 5px 20px;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) .icon {
    width: 17px;
    height: 17px;
  }

  #return-record .main-section .main-block .detail-box .detail-inner ul li>div:nth-child(1) .icon i {
    line-height: 15px;
    position: relative;
    left: -2px;
    top: -1px;
  }

  #return-record .main-section .main-block .products-box {
    margin-bottom: 0;
  }

  #return-record .main-section .main-block .products-box .products-inner .body>ul li {
    width: 100%;
    float: none;
  }

  #return-record .main-section .main-block .box {
    padding: 20px 0px 20px;
  }

  #return-record .main-section .main-block .box ul li span:nth-child(1) {
    flex: 0 0 120px;
  }

  #return-record .main-section .main-block .orange-btn {
    margin-top: 20px;
  }
}

#service .main-section {
  padding-bottom: 90px;
  padding-top: 13px;
}

#service .all-discount .toggle-wrapper {
  flex: 0 0 calc(((100% + 160px) * 0.81) - 177px);
}

#service .main-section .main-block .info-box>span:nth-child(2) {
  float: right;
}

#service .main-section .main-block .products-box .table .head .th:first-child {
  padding-left: 37px;
  width: 47%;
}

#service .main-section .main-block .products-box .table .body>ul li .td:nth-child(1) {
  padding-left: 22px;
  width: 47%;
}

#service .main-section .main-block .products-box .table .body>ul li .td:nth-child(4) {
  padding: 0;
  text-align: center;
}

#service textarea {
  height: 106px;
  -webkit-appearance: none;
}

#service hr {
  border-top: 1px solid black;
}

#service .record-box ul li>div:nth-child(1) {
  border-bottom: none;
}

#service .record-box ul li>div>div:nth-child(1) {
  flex: 0 0 155px;
}

#service .record-box ul li>div>div:nth-child(1) .icon-qa {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  #service .main-section .main-block .products-box .table .body>ul li .td:nth-child(1) {
    padding-left: 0;
  }

  #service .main-section .main-block .info-box>span:nth-child(2) {
    float: none;
  }

  #service .record-box ul li>div {
    flex-wrap: wrap;
  }

  #service .record-box ul li>div>div:nth-child(1) {
    flex: 0 0 100%;
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  #service .table-type-1.table .body>ul li div.td {
    float: none;
  }

  #service .main-section {
    padding-top: 0;
    padding-bottom: 0px;
  }

  #service .main-section .main-block .info-box>span:nth-child(2)>span {
    display: block;
  }

  #service .table-type-1.table .body>ul li {
    display: block;
  }

  #service .table-type-1.table .body>ul li div.td {
    width: 100% !important;
  }
}

#returns .main-section {
  padding-top: 13px;
  padding-bottom: 134px;
  min-height: 900px;
}

#returns .orders .th:nth-child(1),
#returns .orders .td:nth-child(1) {
  width: 17%;
}

#returns .orders .th:nth-child(2),
#returns .orders .td:nth-child(2) {
  width: 16%;
}

#returns .orders .th:nth-child(3),
#returns .orders .td:nth-child(3) {
  width: 14%;
}

#returns .orders .th:nth-child(4),
#returns .orders .td:nth-child(4) {
  width: 18%;
}

#returns .orders .th:nth-child(5),
#returns .orders .td:nth-child(5) {
  width: 13%;
}

#returns .orders .th:nth-child(6),
#returns .orders .td:nth-child(6) {
  width: 22%;
}

@media screen and (max-width: 575px) {
  #returns .main-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  #returns .condition-box .search .input-wrapper {
    padding: 4.5px 15px;
    margin-top: 10px;
    padding-right: 5px;
  }
}

#bonus .main-section {
  letter-spacing: 1px;
  padding-top: 13px;
  padding-bottom: 90px;
}

#bonus .table {
  min-width: 780px;
}

#bonus .table .th:nth-child(1),
#bonus .table .td:nth-child(1) {
  width: 12.5%;
}

#bonus .table .th:nth-child(2),
#bonus .table .td:nth-child(2) {
  width: 38%;
  text-align: left;
  padding-left: 35px;
  padding-right: 10px;
}

#bonus .table .th:nth-child(3),
#bonus .table .td:nth-child(3) {
  width: 14%;
}

#bonus .table .th:nth-child(4),
#bonus .table .td:nth-child(4) {
  width: 18%;
}

#bonus .table .th:nth-child(5),
#bonus .table .td:nth-child(5) {
  width: 17.5%;
}

#bonus .table .body>ul li {
  padding: 15px 0;
}

#bonus .edit {
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  #bonus .main-section {
    padding-bottom: 39px;
  }

  #bonus .points>span {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  #bonus .main-section {
    padding-bottom: 25px;
  }

  #bonus .table .body>ul li {
    padding: 5px 0;
  }
}

#coupon .main-section {
  padding-bottom: 60px;
  padding-top: 13px;
}

#coupon .table {
  min-width: 1100px;
}

#coupon .table .th:nth-child(1),
#coupon .table .td:nth-child(1) {
  width: 12.5%;
}

#coupon .table .th:nth-child(2),
#coupon .table .td:nth-child(2) {
  width: 28%;
  text-align: left;
  padding-left: 35px;
}

#coupon .table .th:nth-child(3),
#coupon .table .td:nth-child(3) {
  width: 14%;
}

#coupon .table .th:nth-child(4),
#coupon .table .td:nth-child(4) {
  width: 12%;
}

#coupon .table .th:nth-child(5),
#coupon .table .td:nth-child(5) {
  width: 14%;
}

#coupon .table .th:nth-child(6),
#coupon .table .td:nth-child(6) {
  width: 19.5%;
  text-align: left;
  padding-left: 35px;
}

#coupon .table .body>ul li {
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  #coupon .table {
    min-width: 950px;
  }
}

@media screen and (max-width: 575px) {
  #coupon .table .body>ul li {
    padding: 5px 0;
  }

  #coupon .main-section {
    padding-bottom: 25px;
  }
}

#view .icon-trash-empty {
  color: #A5A5A5;
  transition: color .3s;
  cursor: pointer;
}

#view .icon-trash-empty:hover {
  color: #F15C34;
}

#view .main-section {
  padding-top: 13px;
  padding-bottom: 87px;
}

#view .main-section .main-block ul li {
  justify-content: space-between;
  padding: 20.5px 50px 20.5px 28px;
  margin-bottom: 20px;
  border-radius: 10px;
}

#view .main-section .main-block ul li>div:nth-child(1) {
  max-width: 700px;
}

#view .main-section .main-block ul li>div:nth-child(1) a {
  display: flex;
  align-items: center;
}

#view .main-section .main-block ul li>div:nth-child(1) a img {
  width: 140px;
}

#view .main-section .main-block ul li>div:nth-child(1) a>div {
  align-self: flex-start;
}

#view .main-section .main-block ul li>div:nth-child(2) {
  text-align: right;
}

#view .main-section .main-block ul li>div:nth-child(2) span {
  display: block;
}

#view .main-section .main-block ul li>div:nth-child(2) img {
  width: 20px;
}

#view .main-section .main-block ul li>div:nth-child(2) .orange-btn {
  width: 160px;
  padding: 8px 0px;
  cursor: pointer;
}

#view .main-section .main-block ul li>div:nth-child(2) .orange-btn>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

#view .main-section .main-block ul li>div:nth-child(2) .orange-btn>div span {
  line-height: 1em;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart {
  width: 160px;
  transition: opacity .3s;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart:hover {
  opacity: 0.8;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart.select {
  background: #AFAFAF !important;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart.select svg {
  display: none;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart.select span:nth-of-type(1) {
  display: none;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart.select span:nth-of-type(2) {
  display: block;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart svg {
  width: 19px;
  height: 19px;
  position: relative;
  top: 2px;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart span:nth-of-type(1) {
  display: inline;
}

#view .main-section .main-block ul li>div:nth-child(2) .addcart span:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 991px) {
  #view .main-section .main-block ul li {
    flex-wrap: wrap;
  }

  #view .main-section .main-block ul li>div {
    flex: 0 0 100%;
  }

  #view .main-section .main-block ul li>div:nth-child(1) {
    order: 1;
    max-width: 100%;
  }

  #view .main-section .main-block ul li>div:nth-child(2) {
    text-align: left;
    margin-bottom: 20px;
  }

  #view .main-section .main-block ul li>div:nth-child(2) span {
    display: inline;
  }

  #view .main-section .main-block ul li>div:nth-child(2) .addcart {
    margin-left: 110px;
    width: 140px;
    padding: 4px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  #view .main-section {
    padding-top: 0;
    padding-bottom: 30px;
  }

  #view .main-section .main-block ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  #view .main-section .main-block ul li {
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 0;
    position: relative;
    float: left;
    margin-bottom: 5px;
  }

  #view .main-section .main-block ul li>div:nth-child(1) a {
    display: block;
    text-align: center;
    flex: 0 0 100%;
  }

  #view .main-section .main-block ul li>div:nth-child(1) a img {
    height: 141px;
  }

  #view .main-section .main-block ul li>div:nth-child(1) a .line2 {
    height: 44px;
  }

  #view .main-section .main-block ul li>div:nth-child(1) .delete {
    position: absolute;
    top: 18px;
    left: 10px;
  }

  #view .main-section .main-block ul li>div:nth-child(2) {
    text-align: center;
  }

  #view .main-section .main-block ul li>div:nth-child(2)>span {
    display: block;
    padding-left: 10px;
  }

  #view .main-section .main-block ul li>div:nth-child(2) .addcart {
    font-size: 14px;
    margin-left: 0;
    width: 120px;
  }
}

#favorite .main-section {
  padding-top: 13px;
  padding-bottom: 62px;
}

#favorite .main-section .main-block ul {
  margin-left: -8px;
  margin-right: -8px;
}

#favorite .main-section .main-block ul li {
  padding-left: 8px;
  padding-right: 8px;
}

#favorite .main-section .main-block ul li>div>div:nth-child(1) {
  border-bottom: 1px solid #DFDFDF;
}

#favorite .main-section .main-block ul li>div>div:nth-child(1) .delete {
  top: 20px;
  right: 20px;
}

#favorite .main-section .main-block ul li>div>div:nth-child(1) img {
  width: 197px;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2):hover {
  color: #F15C34;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2):hover .addcart path,
#favorite .main-section .main-block ul li>div>div:nth-child(2):hover .addcart circle {
  stroke: #F15C34 !important;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart.select svg {
  display: none;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart.select span:nth-of-type(1) {
  display: none;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart.select span:nth-of-type(2) {
  display: block;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart svg {
  width: 19px;
  height: 19px;
  position: relative;
  top: 2px;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart svg path,
#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart svg circle {
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
  stroke: black !important;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart span:nth-of-type(1) {
  display: inline;
}

#favorite .main-section .main-block ul li>div>div:nth-child(2) .addcart span:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 575px) {
  #favorite .main-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  #favorite .main-section .main-block ul li {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px !important;
  }

  #favorite .main-section .main-block ul li>div>div:nth-child(1) img {
    width: 140px;
  }
}

#modify .main-section {
  padding-top: 13px;
  padding-bottom: 78px;
}

#modify .main-section button[type=submit] {
  margin-top: 74px;
}

#modify .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#modify .row .group {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media screen and (max-width: 575px) {
  #modify .main-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  #modify .main-section .address .group .row {
    margin-bottom: 0;
  }
}

#password .main-section {
  padding-top: 13px;
  padding-bottom: 80px;
  letter-spacing: 1px;
}

#password .main-section input {
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  #password .main-section {
    padding-bottom: 25px;
  }
}

#cart-step-1 {
  letter-spacing: 1px;
}

#cart-step-1 .link-section {
  border-bottom: 1px solid #DFDFDF;
}

#cart-step-1 .link-section ul {
  display: table;
  margin: auto;
}

#cart-step-1 .link-section ul li {
  float: left;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  padding: 10px 30px;
  cursor: pointer;
  border-bottom: none;
  margin: 0 5px;
}

#cart-step-1 .link-section ul li.active {
  background: #F15C35;
  color: white;
  border: 1px solid #F15C35;
}

#cart-step-1 .main-section {
  background: url(images/cart/dec-bg.png) bottom no-repeat;
}

#cart-step-1 .main-section form.hide {
  display: none;
}

#cart-step-1 .main-section form.active {
  display: block !important;
}

#cart-step-1 .main-section form .tag {
  padding: 1.5px 3px;
  border-radius: 3px;
  float: left;
  text-align: center;
}

#cart-step-1 .main-section form .tag.moreThanOne:after {
  content: attr(data-number);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -14px;
  border: 1px solid white;
  border-radius: 50%;
  background: #EB5384;
  font-size: 13px;
  padding: 1px 5px;
}

#cart-step-1 .main-section form .conut-price {
  flex: 0 0 calc((100% + 160px) * 0.17);
  text-align: center;
}

#cart-step-1 .main-section form .toggle a.type-1 {
  display: inline-block;
  border-radius: 3px;
  padding: 0px 12.5px;
  color: #EB5384;
  border: 1px solid #EB5384;
  transition: color .1s, background .1s;
}

#cart-step-1 .main-section form .toggle a.type-1:hover {
  color: white;
  background: #EB5384;
}

#cart-step-1 .main-section form .toggle a.type-1:hover svg rect {
  fill: white !important;
}

#cart-step-1 .main-section form .toggle a.type-1 svg {
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
}

#cart-step-1 .main-section form .toggle a.type-1 svg rect {
  transition: fill .1s;
}

#cart-step-1 .main-section form .text-wrapper {
  float: left;
}

#cart-step-1 .main-section form .text-wrapper.unmatch>span {
  color: #A0A0A0 !important;
}

#cart-step-1 .main-section form .text-wrapper.hasTri>span {
  cursor: pointer;
}

#cart-step-1 .main-section form .text-wrapper.hasTri.blue-tri:after {
  border-color: #1E4387 transparent transparent transparent;
}

#cart-step-1 .main-section form .text-wrapper.hasTri:after {
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px;
  border-bottom-width: 0;
  border-color: #EB5384 transparent transparent transparent;
  animation: default-item-thumb 0.8s infinite alternate;
}

#cart-step-1 .main-section form .text-wrapper a.type-1 {
  display: inline-block;
  border-radius: 3px;
  padding: 0px 12.5px;
  color: #EB5384;
  border: 1px solid #EB5384;
  transition: color .1s, background .1s;
}

#cart-step-1 .main-section form .text-wrapper a.type-1:hover {
  color: white;
  background: #EB5384;
}

#cart-step-1 .main-section form .text-wrapper a.type-1:hover svg rect {
  fill: white !important;
}

#cart-step-1 .main-section form .text-wrapper a.type-1 svg {
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
}

#cart-step-1 .main-section form .text-wrapper a.type-1 svg rect {
  transition: fill .1s;
}

#cart-step-1 .main-section form .text-wrapper .type-2 {
  display: inline-block;
  border-radius: 5px;
  padding: 0px 3px;
  border: 1px solid #D9D9D9;
  color: #636363;
}

#cart-step-1 .main-section form .text-wrapper .type-2 i {
  font-size: 12px;
}

#cart-step-1 .main-section form .text-wrapper>span {
  line-height: 24px;
}

#cart-step-1 .main-section form .options-group {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  padding: 12px;
  margin: 0;
  border: 1px solid #EC5888;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: white;
  width: 580px;
  max-width: 100%;
}




#cart-step-1 .main-section form .left-side {
  display: inline-block;
  float: left;
  width: 160px;
}

#cart-step-1 .main-section form .right-side {
  float: left;
  width: calc(100% - 160px);
}

#cart-step-1 .main-section form .right-side .toggle-wrapper {
  flex: 0 0 calc(((100% + 160px) * 0.75) - 160px);
}

#cart-step-1 .main-section form .options-group .options .activities {
  border-bottom: 1px solid;
}

#cart-step-1 .main-section form .options-group .options .activities .option.selected .text-wrapper>span {
  color: #EC5888;
}

#cart-step-1 .main-section form .options-group .options .activities .option.selected i.icon-ok {
  display: block;
}

#cart-step-1 .main-section form .options-group .options .gifts {
  border-bottom: 1px solid;
}

#cart-step-1 .main-section form .options-group .options .gifts .option:last-child {
  border: none;
}

#cart-step-1 .main-section form .options-group .options .option.points {
  border-bottom: 1px solid;
}

#cart-step-1 .main-section form .options-group .options .option {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

#cart-step-1 .main-section form .options-group .options .option:not(.points) {
  cursor: pointer;
}

#cart-step-1 .main-section form .options-group .options .option i.icon-ok {
  display: none;
  top: 16px;
  position: absolute;
  right: 0px;
}

#cart-step-1 .main-section form .options-group .options .option .text-wrapper {
  width: calc(100% - 80px);
}

#cart-step-1 .main-section form .options-group .options .option.points input {
  width: 50px;
  padding: 2px 10px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  -webkit-appearance: none;
}

#cart-step-1 .main-section form .options-group .options .option.points .exclamation {
  width: 20px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 0;
}

#cart-step-1 .main-section form .options-group .options .option.points .pointsTip {
  position: absolute;
  display: none;
  padding: 10px;
  right: 0px;
  top: 100%;
  width: 50%;
  background: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  z-index: 1;
}

#cart-step-1 .main-section form .options-group .options .option.points .pointsTip.active {
  display: block;
}

#cart-step-1 .main-section form .options-group .options .option.points button {
  padding: 1px 9px;
  min-width: 0;
  width: auto;
  height: auto;
  background-color: #383838;
  border-radius: 5px;
  letter-spacing: 1px;
}

#cart-step-1 .main-section form .options-group .options .option.offer {
  border: none;
}

#cart-step-1 .main-section form .options-group .options .option.offer input {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  -webkit-appearance: none;
  width: 190px;
  padding: 2px 10px;
}

#cart-step-1 .main-section form .options-group .options .option.offer button {
  padding: 1px 9px;
  min-width: 0;
  width: auto;
  height: auto;
  background-color: #383838;
  border-radius: 5px;
  letter-spacing: 1px;
}

#cart-step-1 .main-section form .options-group .options .option.unmatch {
  color: #A0A0A0;
  cursor: initial;
}

#cart-step-1 .main-section form .options-group .do-not-use {
  padding: 5px 0px;
  margin: 10px 10px 3px;
  border-radius: 50px;
  background: #EC5888;
  color: #fff;
  cursor: pointer;
}

#cart-step-1 .main-section form .options-group .do-not-use.bg-blue {
  background-color: #1E4387;
}

#cart-step-1 .main-section form table {
  border-collapse: separate;
  border-spacing: 0;
}

#cart-step-1 .main-section form table thead tr {
  height: 52px;
}

#cart-step-1 .main-section form table thead tr th {
  font-weight: normal;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

#cart-step-1 .main-section form table thead tr th:first-child {
  border-left: 1px solid #DFDFDF;
  border-radius: 10px 0 0 10px;
  width: 44%;
  text-align: left;
  padding-left: 110px;
}

#cart-step-1 .main-section form table thead tr th:first-child img {
  width: 90px;
}

#cart-step-1 .main-section form table thead tr th:nth-child(2) {
  width: 17%;
}

#cart-step-1 .main-section form table thead tr th:nth-child(3) {
  width: 14%;
}

#cart-step-1 .main-section form table thead tr th:nth-child(4) {
  width: 17%;
}

#cart-step-1 .main-section form table thead tr th:last-child {
  border-right: 1px solid #DFDFDF;
  border-radius: 0 10px 10px 0;
  width: 8%;
}

#cart-step-1 .main-section form table tbody tr.product td>span>span {
  display: block;
}

#cart-step-1 .main-section form table tbody tr.product td:first-child>div>a .text {
  text-align: left;
  width: calc(100% - 145px);
}

#cart-step-1 .main-section form table tbody tr.product td:first-child>div>a .text .tag {
  display: inline-block;
  float: left;
}

#cart-step-1 .main-section form table tbody tr.product:not(:first-of-type) td {
  border-top: 1px solid black;
}

#cart-step-1 .main-section form table tbody tr.product.gift .delete {
  opacity: 0.5;
}

#cart-step-1 .main-section form table tbody tr.product a {
  display: flex;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td {
  border-top: 1px solid #DFDFDF;
  padding: 10px 0;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td:nth-child(1) {
  text-align: left;
  padding-left: 114px;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box {
  padding: 0;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div {
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option {
  position: relative;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option:not(:last-child) {
  margin-bottom: 10px;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div {
  float: left;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(1) {
  width: 75%;
  padding-left: 114px;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(1) .tag {
  border: 1px solid black;
  background: white !important;
  color: black !important;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(1) .icon-ok {
  display: none;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(2) {
  width: 17%;
  text-align: center;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(3) {
  width: 8%;
  text-align: center;
}

#cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .icon-unuse {
  cursor: pointer;
}

#cart-step-1 .main-section form table tbody tr.totalDiscount td {
  border-top: 1px solid black;
}

#cart-step-1 .main-section form .box {
  border-top: 1px solid black;
}






#cart-step-1 .main-section form .box .right-side .gifts .options-group .options .option.selected .text-wrapper>span {
  color: #1E4387;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(1) {
  padding-bottom: 14px;
  margin-bottom: 0;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(2) {
  padding-top: 14px;
  border-top: 1px solid #DFDFDF;
  margin-bottom: 0;
  padding-bottom: 14px;
}

#cart-step-1 .main-section form .box .right-side .group.points:nth-child(3) {
  border-top: 1px solid #DFDFDF;
  padding-bottom: 14px;
  padding-top: 14px;
  margin-bottom: 0;
}

#cart-step-1 .main-section form .box .right-side .group.points:nth-child(3) button {
  padding: 7px 15px;
  min-width: 0;
  width: auto;
  height: auto;
  background-color: #383838;
  border-radius: 5px;
  letter-spacing: 1px;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(2) input[type=text],
#cart-step-1 .main-section form .box .right-side .group:nth-child(2) textarea {
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  -webkit-appearance: none;
}

#cart-step-1 .main-section form .box .right-side .group.points input[type=text].points,
#cart-step-1 .main-section form .box .right-side .group:nth-child(2) textarea.points {
  width: 50px;
  padding: 7.5px 10px;
  margin: 0 10px;
  text-align: center;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(2) button,
#cart-step-1 .main-section form .box .right-side .group:nth-child(2) a {
  padding: 7px 15px;
  min-width: 0;
  width: auto;
  height: auto;
  background-color: #383838;
  border-radius: 5px;
  letter-spacing: 1px;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(2) ul.card-list li {
  float: left;
  width: 20%;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(2) input[name=blessingname] {
  width: 315px;
  display: block;
  float: left;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(2) textarea {
  width: calc(100% - 329px);
  height: 43px;
}

#cart-step-1 .main-section form .box .right-side .group.coupon {
  padding-top: 14px;
  border-top: 1px solid #DFDFDF;
  margin-bottom: 0;
}

#cart-step-1 .main-section form .box .right-side .group.coupon input[type=text],
#cart-step-1 .main-section form .box .right-side .group.coupon textarea {
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  -webkit-appearance: none;
}

#cart-step-1 .main-section form .box .right-side .group.coupon input[type=text].code,
#cart-step-1 .main-section form .box .right-side .group.coupon textarea.code {
  width: 189px;
  padding: 7.5px 10px;
}

#cart-step-1 .main-section form .box .right-side .group.coupon button,
#cart-step-1 .main-section form .box .right-side .group.coupon a {
  padding: 7px 15px;
  min-width: 0;
  width: auto;
  height: auto;
  background-color: #383838;
  border-radius: 5px;
  letter-spacing: 1px;
}

#cart-step-1 .main-section form .box .right-side .group.coupon button:nth-child(2):after {
  content: attr(data-count);
  display: inline-block;
  position: absolute;
  font-size: 15px;
  right: -8px;
  top: -8px;
  background: #345693;
  border-radius: 50%;
  padding: 2px 4px;
  line-height: 1;
  border: 1px solid white;
  /*width: 20px;*/
  border-radius: 25px;
  height: 20px;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(4) {
  padding-top: 14px;
  border-top: 1px solid #DFDFDF;
  margin-bottom: 0;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(4) input[type=text],
#cart-step-1 .main-section form .box .right-side .group:nth-child(4) textarea {
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  -webkit-appearance: none;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(4) input[type=text].code,
#cart-step-1 .main-section form .box .right-side .group:nth-child(4) textarea.code {
  width: 189px;
  padding: 7.5px 10px;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(4) button,
#cart-step-1 .main-section form .box .right-side .group:nth-child(4) a {
  padding: 7px 15px;
  min-width: 0;
  width: auto;
  height: auto;
  background-color: #383838;
  border-radius: 5px;
  letter-spacing: 1px;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(4) button:nth-child(2):after {
  content: attr(data-count);
  display: inline-block;
  position: absolute;
  font-size: 15px;
  right: -8px;
  top: -8px;
  background: #345693;
  border-radius: 50%;
  padding: 2px 4px;
  line-height: 1;
  border: 1px solid white;
  width: 20px;
  height: 20px;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(3) ul.card-list li {
  float: left;
  width: 20%;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(3) input[name=blessingname] {
  width: 315px;
  display: block;
  float: left;
}

#cart-step-1 .main-section form .box .right-side .group:nth-child(3) textarea {
  width: calc(100% - 329px);
  height: 43px;
}

#cart-step-1 .main-section form .box .right-side .radio-group>span:not(:first-child) {
  display: inline-block;
}

#cart-step-1 .main-section form .box .right-side .radio-group input[type=radio] {
  display: none;
}

#cart-step-1 .main-section form .box .right-side .radio-group input[type=radio]:checked+label {
  border: 1px solid #F15C34;
  color: #F15C34;
}

#cart-step-1 .main-section form .box .right-side .radio-group label {
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  padding: 7px 17px;
}

#cart-step-1 .main-section form .box .right-side ol {
  padding-left: 22px;
}

#cart-step-1 .main-section form .box .total div {
  padding: 10px 0;
}

#cart-step-1 .main-section form .box .total div span {
  padding: 0 10px;
}

#cart-step-1 .main-section form .box .total div span:nth-child(1) {
  float: left;
}

#cart-step-1 .main-section form .box .total div span:nth-child(2) {
  float: right;
}

#cart-step-1 .main-section form .box .total div:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

#cart-step-1 .main-section form .btns {
  display: flex;
  justify-content: center;
}

#cart-step-1 .main-section form .btns a,
#cart-step-1 .main-section form .btns button {
  margin: 0;
}

#cart-step-1 .add-section {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}

#cart-step-1 .add-section ul {
  padding: 0 100px;
}

#cart-step-1 .add-section ul li a {
  flex: 0 0 160px;
}

#cart-step-1 .add-section ul li a img {
  width: 160px;
}

#cart-step-1 .add-section ul li .quantityAdd {
  justify-content: flex-start;
}

#cart-step-1 .add-section .slick-arrow {
  background: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cart-step-1 .add-section .slick-arrow I {
  font-size: 25px;
}

#cart-step-1 .modal .modal-dialog {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: auto;
}

#cart-step-1 .modal .modal-dialog .modal-header {
  padding: 18px 20px 18px 55px;
}

#cart-step-1 .modal .modal-dialog .modal-body {
  padding: 18px 55px 30px 55px;
}

#cart-step-1 .modal .modal-dialog .modal-body table {
  border-collapse: separate;
  border-spacing: 0;
}

#cart-step-1 .modal .modal-dialog .modal-body table thead tr {
  height: 52px;
}

#cart-step-1 .modal .modal-dialog .modal-body table thead tr th {
  font-weight: normal;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

#cart-step-1 .modal .modal-dialog .modal-body table thead tr th:first-child {
  border-left: 1px solid #DFDFDF;
  border-radius: 10px 0 0 10px;
  width: 54%;
  padding-left: 30px;
}

#cart-step-1 .modal .modal-dialog .modal-body table thead tr th:nth-child(2) {
  width: 23%;
}

#cart-step-1 .modal .modal-dialog .modal-body table thead tr th:last-child {
  border-right: 1px solid #DFDFDF;
  border-radius: 0 10px 10px 0;
  width: 23%;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td {
  padding: 14px 0;
  border-bottom: 1px solid #DFDFDF;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td:not(:first-child) {
  text-align: center;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td:first-child {
  padding-left: 30px;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td img {
  float: left;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td>div {
  float: left;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button {
  background: #F15C34;
  border-radius: 5px;
  padding: 12px 20px;
  width: 140px;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button i {
  display: none;
  color: #B9B9B9;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button span:nth-of-type(2) {
  display: none;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button.invalid {
  background: #636363;
  cursor: not-allowed;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button.invalid i {
  display: inline;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button.invalid span:nth-of-type(1) {
  display: none;
}

#cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button.invalid span:nth-of-type(2) {
  display: inline;
}

#cart-step-1 .heart:hover svg path {
  fill: #F15C34 !important;
}

#cart-step-1 .heart.active svg path {
  fill: #F15C34 !important;
}

#cart-step-1 .heart svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#cart-step-1 .heart svg path {
  fill: #a5a5a5 !important;
}

@media screen and (max-width: 1400px) {
  #cart-step-1 .main-section form .box .right-side .group:nth-child(2)>span:nth-of-type(2) {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  #cart-step-1 .main-section form .right-side .toggle-wrapper {
    flex: 0 0 75%;
  }

  #cart-step-1 .main-section form .conut-price {
    flex: 0 0 17%;
  }

  #cart-step-1 .main-section form .box .left-side {
    float: none;
    width: 100%;
  }

  #cart-step-1 .main-section form .box .right-side {
    float: none;
    width: 100%;
  }

  #cart-step-1 .main-section form .box .right-side .group:nth-child(2) ul.card-list li {
    width: 33.33%;
    margin-bottom: 10px;
  }

  #cart-step-1 .main-section form .box .right-side .radio-group label {
    padding: 7px 13px;
  }

  #cart-step-1 .main-section form table tbody tr.product td:first-child>div>a .text {
    width: 100%;
  }

  #cart-step-1 .add-section ul li>div {
    flex-wrap: wrap;
  }

  #cart-step-1 .add-section ul li>div a {
    flex: 0 0 100%;
    text-align: center;
  }

  #cart-step-1 .add-section ul li>div .text {
    flex: 0 0 100%;
    text-align: center;
  }

  #cart-step-1 .add-section ul li>div .quantityAdd {
    justify-content: center;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td img {
    float: none;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td>div {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #cart-step-1 .main-section form .box .right-side>div {
    display: block !important;
  }

  #cart-step-1 .main-section form .conut-price {
    text-align: right;
  }

  #cart-step-1 .main-section form table thead {
    display: none;
  }

  #cart-step-1 .main-section form table tbody tr {
    position: relative;
    display: block;
  }

  #cart-step-1 .main-section form table tbody tr.product td {
    display: block;
    text-align: left;
  }

  #cart-step-1 .main-section form table tbody tr.product td:first-child {
    padding-top: 20px;
  }

  #cart-step-1 .main-section form table tbody tr.product td:not(:first-child) {
    padding-left: 116px;
    padding-bottom: 10px;
    border-top: none;
  }

  #cart-step-1 .main-section form table tbody tr.product td:nth-child(4) {
    padding-bottom: 20px;
  }

  #cart-step-1 .main-section form table tbody tr.product td .hidden {
    display: inline;
  }

  #cart-step-1 .main-section form table tbody tr.product td:last-child {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #cart-step-1 .main-section form table tbody tr.product td>span>span {
    display: inline;
  }

  #cart-step-1 .main-section form table tbody tr.product a {
    width: calc(100% - 50px);
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td:nth-child(1) {
    display: block;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(1) {
    width: 100%;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(2) {
    width: 100%;
    padding-left: 114px;
    text-align: left;
    padding-top: 10px;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(3) {
    position: absolute;
    right: 18px;
    top: 28px;
    width: auto;
  }

  #cart-step-1 .main-section form .box .right-side textarea {
    float: none;
    width: 100% !important;
    height: 64px !important;
  }

  #cart-step-1 .main-section form .box .right-side input[name=blessingname] {
    width: 100% !important;
  }

  #cart-step-1 .main-section form .box .right-side .group.points button {
    margin-top: 15px;
  }

  #cart-step-1 .main-section form .box .right-side .group.coupon>span:nth-of-type(2) {
    margin-top: 0;
  }

  #cart-step-1 .main-section form .box .right-side .group.coupon .code+span {
    display: block !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #cart-step-1 .main-section form .box .right-side .group:nth-child(4)>span:nth-of-type(2) {
    margin-top: 0;
  }

  #cart-step-1 .main-section form .box .right-side .group:nth-child(4) .code+span {
    display: block !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #cart-step-1 .main-section form .box .right-side .group:nth-child(4) input[name=blessingname] {
    width: 100%;
    float: none;
  }

  #cart-step-1 .main-section form .box .right-side .radio-group>span:nth-child(1) {
    display: block;
  }

  #cart-step-1 .main-section form .text-wrapper {
    width: calc(100% - 71px);
  }

  #cart-step-1 .main-section form .text-wrapper a.type-1 {
    display: table;
    margin-top: 5px;
  }

  #cart-step-1 .main-section form .toggle {
    display: block;
  }

  #cart-step-1 .main-section form .toggle a.type-1 {
    display: inline-block;
    margin-top: 0px;
  }

  #cart-step-1 .add-section .slick-arrow {
    width: 40px;
    height: 40px;
  }

  #cart-step-1 .modal .modal-dialog .modal-header {
    padding-left: 20px;
  }

  #cart-step-1 .modal .modal-dialog .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table thead {
    display: none;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td {
    display: block;
    padding: 0;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td:first-child {
    padding-top: 20px;
    padding-left: 0;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td:not(:first-child) {
    text-align: left;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td:not(:last-child) {
    border-bottom: none;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td:last-child {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td span.hidden {
    display: inline;
  }

  #cart-step-1 .modal .modal-dialog .modal-body table tbody tr td button {
    padding: 9.5px 10px;
    width: 120px;
  }
}

@media screen and (max-width: 575px) {
  #cart-step-1 .link-section ul li {
    padding: 5px 15px;
  }

  #cart-step-1 .main-section form .toggle {
    display: block;
  }

  #cart-step-1 .main-section form .toggle:after {
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 7px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px;
    border-bottom-width: 0;
    border-color: #EB5384 transparent transparent transparent;
    animation: default-item-thumb 0.8s infinite alternate;
  }

  #cart-step-1 .main-section form .toggle a.type-1 {
    display: inline-block;
  }

  #cart-step-1 .main-section form .options-group .options .option {
    padding: 10px 0;
  }

  #cart-step-1 .main-section form .options-group .options .option.points button {
    display: block;
    margin-top: 10px;
  }

  #cart-step-1 .main-section form table tbody tr.product {
    text-align: left;
  }

  #cart-step-1 .main-section form table tbody tr.product td:first-child>div {
    width: 100%;
  }

  #cart-step-1 .main-section form table tbody tr.product td:first-child>div>a .text .line2 {
    height: auto;
  }

  #cart-step-1 .main-section form table tbody tr.product td:nth-child(3),
  #cart-step-1 .main-section form table tbody tr.product td:nth-child(4) {
    display: inline-block;
    padding-bottom: 10px;
  }

  #cart-step-1 .main-section form table tbody tr.product td:not(:first-child) {
    padding-left: 0;
  }

  #cart-step-1 .main-section form table tbody tr.product td:last-child {
    right: 0;
  }

  #cart-step-1 .main-section form table tbody tr.product a {
    display: block;
    padding-bottom: 20px;
    width: calc(100% - 30px);
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td:nth-child(1) {
    display: block;
    padding: 15px 0;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td:nth-child(1)>div {
    display: block;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td:nth-child(1)>div .text-wrapper {
    width: calc(100% - 71px);
    display: block;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box {
    padding: 0;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div {
    padding-top: 10px;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option {
    min-height: 52px;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(1) {
    padding-left: 0;
    width: calc(100% - 30px);
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(2) {
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 25px;
    text-align: right;
    display: inline-block;
    width: auto;
  }

  #cart-step-1 .main-section form table tbody tr:not(.product) td.offer-box>div .option>div:nth-child(3) {
    right: 0;
    top: 5px;
  }

  #cart-step-1 .main-section form table tbody tr .options-group {
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
  }

  #cart-step-1 .main-section form table tbody tr .options-group .options .option i.icon-ok {
    top: 15px;
  }

  #cart-step-1 .main-section form table tbody tr .text-wrapper a.type-1 {
    margin-top: 10px;
  }

  #cart-step-1 .main-section form .box .text-wrapper {
    width: calc(100% - 71px);
    display: block;
  }

  #cart-step-1 .main-section form .box .text-wrapper a.type-1 {
    margin-left: auto;
    margin-right: auto;
  }

  #cart-step-1 .main-section form .box .right-side .group:nth-child(2) ul.card-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  #cart-step-1 .main-section form .box .right-side .group:nth-child(2) ul.card-list li {
    width: 50%;
    padding: 0 5px;
  }

  #cart-step-1 .main-section form .box .right-side .group:nth-child(2) input[type=text].code {
    width: calc(100% - 126px);
  }

  #cart-step-1 .main-section form .box .right-side .radio-group>span:not(:first-child) {
    display: block;
  }

  #cart-step-1 .main-section form .box .right-side ol {
    margin-bottom: 0;
  }

  #cart-step-1 .main-section form .box .right-side .points>span {
    display: block;
    margin-top: 10px;
  }

  #cart-step-1 .main-section form .box .right-side .coupon>span>input[type=text] {
    display: block;
    margin-top: 10px;
  }

  #cart-step-1 .main-section form .box .options-group {
    top: 70px;
  }

  #cart-step-1 .main-section form .box .total div span {
    display: block;
  }

  #cart-step-1 .main-section form .box .total div span:nth-child(1) {
    float: none;
  }

  #cart-step-1 .main-section form .box .total div span:nth-child(2) {
    float: none;
  }

  #cart-step-1 .main-section form .text-wrapper .type-2 {
    display: table;
    margin-top: 5px;
  }

  #cart-step-1 .main-section form .text-wrapper.hasTri:after {
    display: none;
  }

  #cart-step-1 .main-section form .gifts .toggle:after {
    border-color: #1E4387 transparent transparent transparent;
  }

  #cart-step-1 .add-section ul {
    padding: 0px;
  }

  #cart-step-1 .add-section ul li>div {
    flex-wrap: wrap;
  }

  #cart-step-1 .add-section ul li>div a {
    flex: 0 0 100%;
    text-align: center;
  }

  #cart-step-1 .add-section ul li>div .text {
    flex: 0 0 100%;
    text-align: center;
    padding: 0 60px;
  }

  #cart-step-1 .add-section ul li>div .quantityAdd {
    justify-content: center;
  }
}

#cart-step-2 form .group-box {
  border-bottom: 1px solid black;
}

#cart-step-2 form .group-box .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#cart-step-2 form .group-box .row .group {
  margin-bottom: 30px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

#cart-step-2 form .group-box .row .group textarea {
  height: 128px;
  padding: 14.5px 20px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  -webkit-appearance: none;
}

#cart-step-2 form .group-box .sameInfo {
  top: 20px;
  right: 0;
  width: 138px;
}

#cart-step-2 form .group-box .sameMember {
  top: 0px;
  right: 0;
  width: 117px;
}

#cart-step-2 form .group-box .address .otherAddress {
  display: none;
}

#cart-step-2 form .group-box .address .otherAddress .select2-container--default {
  width: 100% !important;
}

#cart-step-2 form .group-box .store {
  margin-left: -15px;
  margin-right: -15px;
}

#cart-step-2 form .group-box .store .input-wrapper {
  flex-grow: 1;
  height: 52px;
}

#cart-step-2 form .group-box .store .input-wrapper textarea {
  height: 100%;
  padding: 14.5px 20px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}

#cart-step-2 form .group-box .store .input-wrapper .tri {
  height: 26px;
  position: absolute;
  width: 20px;
  top: 12px;
  right: 10px;
}

#cart-step-2 form .group-box .store .input-wrapper .tri b {
  border-color: black transparent transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

#cart-step-2 form .group-box .store button {
  padding: 14px 14px;
  border-radius: 5px;
}

#cart-step-2 form .group-box .taxId {
  display: none;
}

#cart-step-2 form .group-box .donation {
  display: none;
}

#cart-step-2 form .group-box .donation .select2-container--default {
  width: 100% !important;
}

#cart-step-2 form input[type='checkbox']+label .icon-ok {
  margin-top: 5px;
}

#cart-step-2 .modal .modal-dialog {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: auto;
}

#cart-step-2 .modal .modal-dialog .modal-header {
  padding: 18px 20px 13px 55px;
}

#cart-step-2 .modal .modal-dialog .modal-body {
  padding: 20px 55px 30px 55px;
}

#cart-step-2 .modal .modal-dialog .modal-body .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#cart-step-2 .modal .modal-dialog .modal-body .row>div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

#cart-step-2 .modal .modal-dialog .modal-body .row>div .select2-container--default {
  width: 100% !important;
}

#cart-step-2 .modal .modal-dialog .modal-body table {
  border-collapse: separate;
  border-spacing: 0;
}

#cart-step-2 .modal .modal-dialog .modal-body table thead tr {
  height: 52px;
}

#cart-step-2 .modal .modal-dialog .modal-body table thead tr th {
  font-weight: normal;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

#cart-step-2 .modal .modal-dialog .modal-body table thead tr th:first-child {
  border-left: 1px solid #DFDFDF;
  border-radius: 10px 0 0 10px;
  width: 31%;
  padding-left: 20px;
}

#cart-step-2 .modal .modal-dialog .modal-body table thead tr th:last-child {
  border-right: 1px solid #DFDFDF;
  border-radius: 0 10px 10px 0;
  width: 69%;
}

#cart-step-2 .modal .modal-dialog .modal-body table tbody tr td {
  padding: 7px 0;
  border-bottom: 1px solid #DFDFDF;
}

#cart-step-2 .modal .modal-dialog .modal-body table tbody tr td:nth-child(1) {
  padding-left: 20px;
}

#cart-step-2 .radio-group>span:not(:first-child) {
  display: inline-block;
}

#cart-step-2 .radio-group input[type=radio] {
  display: none;
}

#cart-step-2 .radio-group input[type=radio]:checked+label {
  border: 1px solid #F15C34;
  color: #F15C34;
}

#cart-step-2 .radio-group label {
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  padding: 7px 17px;
}

#cart-step-2 .store {
  /*display: none;*/
}

#cart-step-2 .main-section form .box .total div {
  padding: 10px 0;
}

#cart-step-2 .main-section form .box .total div span {
  padding: 0 10px;
}

#cart-step-2 .main-section form .box .total div span:nth-child(1) {
  float: left;
}

#cart-step-2 .main-section form .box .total div span:nth-child(2) {
  float: right;
}

#cart-step-2 .main-section form .box .total div:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

@media screen and (max-width: 767px) {
  #cart-step-2 .address .row {
    margin-bottom: 0;
  }

  #cart-step-2 form .group-box .sameInfo {
    width: 124px;
  }

  #cart-step-2 form .group-box .sameMember {
    width: 107px;
  }

  #cart-step-2 form .group-box .taxId .row {
    margin-bottom: 16px;
  }

  #cart-step-2 form .group-box .taxId .row>div:not(:last-child) {
    margin-bottom: 30px;
  }

  #cart-step-2 .modal .modal-dialog .modal-header {
    padding-left: 20px;
  }

  #cart-step-2 .modal .modal-dialog .modal-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  #cart-step-2 .modal .modal-dialog .modal-body table thead {
    display: none;
  }

  #cart-step-2 .modal .modal-dialog .modal-body table tbody tr td:nth-child(1) {
    display: flex;
    padding-left: 0;
  }

  #cart-step-2 .modal .modal-dialog .modal-body table tbody tr td:nth-child(1) input[type=radio] {
    margin-top: 4px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 575px) {
  #cart-step-2 form .group-box .store>div>div {
    flex-wrap: wrap;
  }

  #cart-step-2 form .group-box .store>div>div .input-wrapper {
    flex: 0 0 100%;
    margin-bottom: 10px;
    height: 70px;
  }

  #cart-step-2 form .group-box .store>div>div .input-wrapper textarea {
    padding: 12.5px 15px;
    padding-right: 30px;
  }

  #cart-step-2 form .group-box .store>div>div button {
    padding: 12px 5px;
    width: 100%;
  }

  #cart-step-2 form .group-box .row .group {
    margin-bottom: 10px;
  }

  #cart-step-2 form .group-box .row .group textarea {
    padding: 12.5px 15px;
  }

  #cart-step-2 form .group-box .taxId .row>div:not(:last-child) {
    margin-bottom: 20px;
  }
}

#cart-step-3 .main-section {
  padding-bottom: 90px;
}

#cart-step-3 .edit {
  border-bottom: 1px solid black;
}

#cart-step-3 .orderDetail .products-box .products-inner .head .th:first-child {
  padding-left: 118px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  #cart-step-3 .main-section {
    padding-bottom: 25px;
  }

  #cart-step-3 .orderDetail .products-box .products-inner .body>ul li {
    display: block;
  }

  #cart-step-3 .orderDetail .products-box .products-inner .body>ul li div.td {
    width: 100% !important;
  }

  #cart-step-3 .orderDetail .products-box .total-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#qa .main-section {
  padding-top: 75px;
  padding-bottom: 80px;
}

#qa form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#qa form .wrapper {
  width: 246px;
}

#qa form .input-wrapper {
  width: 246px;
  padding: 8px 10px 8px 21px;
}

#qa .accordion {
  line-height: 1.6em;
  letter-spacing: 1px;
}

#qa .accordion .card {
  margin-bottom: 19px;
  border: none;
  overflow: hidden;
}

#qa .accordion .card.active {
  border: 1px solid #F15C35;
}

#qa .accordion .card.active .card-header {
  background: #FBE4DE;
  color: #F15C35;
}

#qa .accordion .card.active .card-header i {
  transform: rotate(180deg);
}

#qa .accordion .card .card-header {
  display: flex;
  align-items: flex-start;
  background: #F6F7F9;
  border-bottom: none;
  cursor: pointer;
  padding: 21px 40px 21px 62px;
  transition: background .3s, color .3s;
}

#qa .accordion .card .card-header i {
  margin-left: auto;
  transition: transform .3s;
}

#qa .accordion .card .card-body {
  padding: 30px 96px;
}

#qa .accordion .card .card-body p {
  margin-bottom: 13px;
}

#qa .select2-container--default .select2-selection--single {
  padding: 8px 10px;
  height: 48px;
  border-radius: 25px;
  padding-left: 14px;
}

@media screen and (max-width: 1199px) {
  #qa .accordion .card .card-header {
    padding: 20px;
  }

  #qa .accordion .card .card-body {
    padding: 20px 20px 20px 56px;
  }
}

@media screen and (max-width: 575px) {
  #qa .main-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #qa .condition-block form .wrapper,
  #qa .condition-block form .input-wrapper {
    width: 100%;
  }

  #qa .accordion .card {
    margin-bottom: 10px;
  }

  #qa .accordion .card .card-header,
  #qa .accordion .card .card-body {
    padding: 10px 20px;
  }

  #qa .select2-container--default .select2-selection--single {
    height: 45px;
  }
}

#catalogs .main-section {
  letter-spacing: 1px;
  padding-top: 72px;
  padding-bottom: 65px;
}

#catalogs .main-section>ul li {
  margin-bottom: 37px;
}

#catalogs .book:hover .img-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

#catalogs .book .img-box {
  max-width: 304px;
  transition: box-shadow .3s;
}

@media screen and (max-width: 575px) {
  #catalogs .main-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #catalogs .main-section>ul {
    margin-bottom: 0;
  }

  #catalogs .main-section>ul li {
    margin-bottom: 20px;
  }
}

#links .main-section {
  padding-top: 60px;
  padding-bottom: 72px;
}

#links .main-section .jqimgFill {
  height: 221px;
}

#links .white-btn {
  width: 120px;
  padding: 6px 0px;
  border: 2px solid #F15C35;
}

#links .block {
  overflow: hidden;
}

#links .block .img .dec {
  width: 131px;
  height: 131px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#links .block .text {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1199px) {
  #links .block .img .dec {
    width: 100px;
    height: 100px;
  }

  #links .block .text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  #links .main-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #links .main-section ul li {
    margin-bottom: 10px !important;
  }

  #links .block .img .dec {
    width: 80px;
    height: 80px;
  }

  #links .block .img .dec img {
    width: 60%;
  }
}

#contact .contact-section {
  padding-top: 75px;
  padding-bottom: 70px;
}

#contact .contact-section .text-block {
  width: 37.8%;
  padding-right: 10%;
  letter-spacing: 1px;
  float: left;
}

#contact .contact-section .text-block p:nth-of-type(1) {
  border-bottom: 1px dotted #5D5D5D;
}

#contact .contact-section .form-block {
  width: 62.2%;
  float: left;
}

#contact .contact-section .form-block .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#contact .contact-section .form-block .row:nth-child(4) .group {
  margin-bottom: 8px;
}

#contact .contact-section .form-block .row .group {
  padding-right: 8.5px;
  padding-left: 8.5px;
  margin-bottom: 19px;
}

#contact .contact-section .form-block textarea {
  height: 158px;
  border-radius: 5px;
  padding: 14.5px 20px;
}

#contact .contact-section .form-block .orange-btn {
  width: 152px;
  margin-right: 0;
  padding: 11.5px 0;
}

#contact .stores-section .dec {
  width: 100%;
}

#contact .stores-section .dec img {
  vertical-align: top;
  width: 100%;
}

#contact .stores-section .jqimgFill {
  height: 480px;
}

#contact .stores-section .text-block {
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {

  #contact .contact-section .text-block,
  #contact .contact-section .form-block {
    padding-right: 0;
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 575px) {
  #contact .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #contact .contact-section .form-block textarea {
    padding: 12.5px 15px;
  }

  #contact .contact-section .form-block form>div:last-child {
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
  }

  #contact .contact-section .form-block form>div:last-child .orange-btn {
    margin: auto;
    margin-top: 20px;
  }

  #contact .stores-section .text-block {
    top: 50%;
  }

  #contact .stores-section .jqimgFill {
    height: 300px;
  }
}

#contact-send .main-section {
  padding-top: 135px;
  padding-bottom: 162px;
  width: calc(100% - 40px);
  max-width: 587px;
  margin: auto;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  #contact-send .main-section {
    padding-top: 23px;
    padding-bottom: 50px;
  }
}

#sitemap .main-section {
  padding-top: 30px;
  padding-bottom: 100px;
}

#sitemap .main-section>ul>li {
  padding: 33px 53px;
  margin-bottom: 11px;
}

#sitemap .main-section>ul>li:nth-child(even) {
  background: #F6F7F9;
}

#sitemap .main-section>ul>li h2 {
  border-bottom: 1px solid black;
  margin-bottom: 2px;
}

#sitemap .main-section>ul>li .items {
  margin-left: -25px;
  margin-right: -25px;
}

#sitemap .main-section>ul>li .items .item {
  padding-left: 25px;
  padding-right: 25px;
}

#sitemap .main-section>ul>li .items .item a {
  padding: 13px 0;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
}

#sitemap .main-section>ul>li .items .item a h3 {
  transition: color .3s;
}

#sitemap .main-section>ul>li .items .item a:hover h3 {
  color: black;
}

#sitemap .icon-right-dir {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 575px) {
  #sitemap .main-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  #sitemap .main-section>ul>li {
    margin-bottom: 0;
    padding: 10px 20px;
  }

  #sitemap .main-section>ul>li .items .item {
    margin-bottom: 0 !important;
  }

  #sitemap .main-section>ul>li .items .item a {
    padding: 5px 0;
  }

  #sitemap .main-section .icon-right-dir:before {
    position: relative;
    left: -1px;
  }
}

#terms .main-section {
  padding-top: 13px;
  padding-bottom: 56px;
}

#terms .main-section>span {
  letter-spacing: 3px;
}

#terms .main-section h1 {
  letter-spacing: 3px;
}

#terms .edit {
  letter-spacing: 0;
}

#terms .edit ol li {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  #terms .main-section {
    padding-bottom: 25px;
  }

  #terms .edit ol li {
    margin-bottom: 15px;
  }
}

#privacy .main-section {
  padding-top: 13px;
  padding-bottom: 57px;
}

#privacy .main-section>span {
  letter-spacing: 3px;
}

#privacy .main-section h1 {
  letter-spacing: 3px;
}

#privacy .edit {
  letter-spacing: 0;
}

#privacy .edit p {
  color: black;
}

#privacy .edit ol {
  margin-bottom: 7px;
}

@media screen and (max-width: 575px) {
  #privacy .main-section {
    padding-bottom: 25px;
  }
}

.bootstrap-select .btn {
  font-size: 18px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.dropdown-menu.show {
  transform: translate3d(0px, 0px, 0px) !important;
  top: 52px !important;
}

.bootstrap-select>.dropdown-toggle {
  padding-top: 8.5px;
  padding-bottom: 6.5px;
  background: white;
  border: 1px solid #D9D9D9;
  padding-left: 20px;
  padding-right: 20px;
  color: #636363 !important;
  line-height: 35px;
  letter-spacing: 1px;
}

.bootstrap-select>.dropdown-toggle:focus {
  outline: none !important;
}

.show>.btn-light.dropdown-toggle {
  background: white;
  color: #636363;
}

.show>.btn-light.dropdown-toggle {
  background-color: white !important;
}

.dropdown-item {
  font-size: 18px;
  padding: 9px 20px;
}

.dropdown-toggle::after {
  border-top: 6px solid black;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 6px solid black;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.show .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-bottom: 6px solid black;
  border-right: 4px solid transparent;
  border-top: 0;
  border-left: 4px solid transparent;
}

@media screen and (max-width: 767px) {

  .bootstrap-select .btn {
    font-size: 16px;
  }

  .dropdown-item {
    font-size: 16px;
  }

  .bootstrap-select>.dropdown-toggle {
    padding-top: 9.5px;
    padding-bottom: 4.5px;
    line-height: 32px;
  }

  .dropdown-menu.show {
    top: 45px !important;
  }
}

@media screen and (max-width: 575px) {
  .bootstrap-select>.dropdown-toggle {
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }
}



.all-discount .left-side {
  display: inline-block;
  float: left;
  width: 160px;
}

.all-discount .right-side {
  float: left;
  width: calc(100% - 160px);
}

.all-discount .toggle-wrapper {
  flex: 0 0 calc(((100% + 160px) * 0.81) - 160px);
}

.all-discount .toggle {

  display: table;
}

.all-discount .tag {
  padding: 1.5px 1px;
  border-radius: 3px;
  /*width: 55px;*/
  padding: 1.5px 13.5px;
  float: left;
  text-align: center;
}

.all-discount .tag.moreThanOne:after {
  content: attr(data-number);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -14px;
  border: 1px solid white;
  border-radius: 50%;
  background: #EB5384;
  font-size: 13px;
  padding: 1px 5px;
}

.all-discount .options-group {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  padding: 12px;
  margin: 0;
  border: 1px solid #EC5888;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: white;
  width: 580px;
  max-width: 100%;
}

.all-discount .type-2 {
  display: inline-block;
  border-radius: 5px;
  padding: 0px 3px;
  border: 1px solid #D9D9D9;
  color: #636363;
}

.all-discount .text-wrapper.hasTri:after {
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px;
  border-bottom-width: 0;
  border-color: #EB5384 transparent transparent transparent;
  animation: default-item-thumb 0.8s infinite alternate;
}

.all-discount .text-wrapper.hasTri.blue-tri:after {
  border-color: #1E4387 transparent transparent transparent;
}

.all-discount .text-wrapper.hasTri>span {
  cursor: pointer;
}

.all-discount .options-group .options .option {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

.all-discount .options-group .options .activities .option.selected .text-wrapper>span {
  color: #EC5888;
}

.all-discount .options-group .do-not-use {
  padding: 5px 0px;
  margin: 10px 10px 3px;
  border-radius: 50px;
  background: #EC5888;
  color: #fff;
  cursor: pointer;
}

.all-discount .text-wrapper .type-2 i {
  font-size: 12px;
}

.all-discount .options-group .options .option i.icon-ok {
  display: none;
  top: 16px;
  position: absolute;
  right: 0px;
}

.all-discount .options-group .options .activities .option.selected i.icon-ok {
  display: block;
}

.all-discount .right-side .gifts .options-group .options .option.selected .text-wrapper>span {
  color: #1E4387;
}

.all-discount .options-group .do-not-use.bg-blue {
  background-color: #1E4387;
}

.all-discount .conut-price {
  flex: 0 0 calc((100% + 160px) * 0.17);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .all-discount .toggle-wrapper {
    flex: 0 0 83%;
  }

  .all-discount .conut-price {
    flex: 0 0 17%;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .all-discount .left-side {
    float: none;
    width: 100%;
  }

  .all-discount .right-side {
    float: none;
    width: 100%;
  }

  .all-discount .right-side>div {
    display: block !important;
  }

  .all-discount .left-side .toggle-wrapper {}
}

@media screen and (max-width: 575px) {
  .all-discount .text-wrapper .type-2 {
    display: table;
    margin-top: 5px;
  }

  .all-discount .toggle {
    display: block;
  }

  .all-discount .toggle:after {
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 7px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px;
    border-bottom-width: 0;
    border-color: #EB5384 transparent transparent transparent;
    animation: default-item-thumb 0.8s infinite alternate;
  }

  .all-discount .text-wrapper.hasTri:after {
    display: none;
  }

  .all-discount .text-wrapper {
    width: calc(100% - 71px);
    display: block;
    float: left;
  }

  .main-section form .gifts .toggle:after {
    border-color: #1E4387 transparent transparent transparent;
  }

}

.payOnLine {
  display: inline-block;
  background: #1E4387;
  text-align: center;
  padding: 3px 15px;
  border-radius: 5px;
  color: white;
  transition: opacity .3s;
}

.payOnLine:hover {
  color: white;
  opacity: 0.8;
}

@media screen and (max-width: 575px) {
  .payOnLine {
    display: table;
  }
}

.gift-div {
  padding-top: 180px;
}

@media screen and (max-width: 575px) {
  .gift-div {
    margin-top: -130px;
    padding-top: 180px;
  }
}

.blank {
  width: 22px;
  height: 34px;
}

.blank+label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.blank+label .icon-ok {
  display: none;
}

.noReturn {
  color: #F15C34;
  margin-top: 5px;
  flex: 0 0 100%;
  padding-left: 24px;

}

@media screen and (max-width: 991px) {
  .noReturn {
    padding-left: 0;
  }

}

.img-wrapper-ele {
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wrapper-ele img {
  object-fit: contain;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .img-wrapper-ele {
    height: 160px;
  }
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*2022-03-29 新增cookie*/
.cookieContainer {
  width: 100%;
  padding: 35px 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.cookieContainer .container {}

.cookieContainer .cookieBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookieContainer .cookieBox .text {
  width: calc(100% - 220px);

}

.cookieContainer .cookieBox .inlineBlock {
  display: inline-block;
}

.cookieContainer .cookieBox .text a {
  transition: all 0.4s;
}

.cookieContainer .cookieBox .text a:hover {
  opacity: 0.6;
}

.cookieContainer .cookieBox .btnContainer {}

.cookieContainer .cookieBox .btnContainer .orange-btn {}

@media screen and (max-width: 1599px) {
  .cookieContainer .cookieBox {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .cookieContainer .cookieBox {
    flex-direction: column;
  }

  .cookieContainer .cookieBox .text {
    width: calc(100% - 0px);
    margin-bottom: 15px;
    text-align: justify;
  }

  .cookieContainer .cookieBox .inlineBlock {
    display: inline;
  }
}

@media screen and (max-width: 374px) {
  .cookieContainer .cookieBox {
    padding: 0 0px;
  }
}

/* 2023/09/08加簽 第三層分類增加輪播+編輯區塊 */
#product-list2 .main-section .main-block .banner-box .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#product-list2 .top-ad {
  word-break: break-word;
}

/* 2024/01/19 活動特區版面調整 */
@media screen and (min-width: 992px){
  .aside-block .product-nav .img-wrapper>span{
    position: absolute;
    top: calc(50% + 25px);
    left: 13px;
    width: 112px;
    text-align: center;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 991px){
  .aside-block .product-nav .img-wrapper>span{
    color: #000000 !important;
  }
}

.catergories-style-block.multiple {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.catergories-style-block:not(:last-child) {
  margin: 0 0 35px;
}

.catergories-style-list {
  display: block;
  text-decoration: none;
}

.catergories-style-block.multiple .catergories-style-list {
  flex: 1;
}

.catergories-style-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.catergories-style-box.multiple .catergories-style-list {
  flex: 1;
}

.catergories-style-title,
.catergories-style-description {
  word-break: break-all;
}

.catergories-style-title {
  font-size: 18px;
  padding: 15px 0 0;
}

.catergories-style-description {
  color: #636363;
  padding: 5px 0 0;
  font-size: 16px;
}

.product-nav #accordion ul li button[type=button][aria-expanded=true] {
  color: #4175B8;
}