@charset "UTF-8";
@import url("fonts/css/fontello.css");
@import url("scss/plugins/animate.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("scss/plugins/lightgallery.css");
@import url("scss/plugins/aos.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.7/css/select2.min.css");
/* ==========================================================================
	clear
 ========================================================================== */
button,
input,
select,
textarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  margin: 0;
  -webkit-appearance: none; }

button[type=submit] {
  font-family: "微軟正黑體"; }

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: "roboto","微軟正黑體";
  color: black;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden; }

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

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

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

a:hover {
  text-decoration: none;
  color: inherit; }

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

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 .5s; }

.main > .inner {
  line-height: normal;
  min-height: calc(100vh - 360px);
  padding-top: 130px;
  background: url(images/common/bg.jpg);
  letter-spacing: 1px; }
  @media screen and (max-width: 1199px) {
    .main > .inner {
      padding-top: 53px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1400px) {
  .font-40 {
    font-size: 35px; }
  .font-39 {
    font-size: 35px; }
  .font-36 {
    font-size: 30px; }
  .font-35 {
    font-size: 30px; }
  .font-32 {
    font-size: 30px; } }

@media (max-width: 1200px) {
  .font-40 {
    font-size: 32px; }
  .font-39 {
    font-size: 32px; } }

@media (max-width: 768px) {
  .font-40 {
    font-size: 26px; }
  .font-39 {
    font-size: 26px; }
  .font-36 {
    font-size: 28px; }
  .font-35 {
    font-size: 28px; }
  .font-32 {
    font-size: 28px; }
  .font-30 {
    font-size: 25px; }
  .font-28 {
    font-size: 25px; }
  .font-26 {
    font-size: 22px; }
  .font-25 {
    font-size: 22px; }
  .font-24 {
    font-size: 20px; }
  .font-23 {
    font-size: 18px; }
  .font-22 {
    font-size: 18px; }
  .font-20 {
    font-size: 18px; }
  .font-18 {
    font-size: 16px; } }

@media (max-width: 576px) {
  .font-35 {
    font-size: 26px; }
  .font-32 {
    font-size: 26px; }
  .font-30 {
    font-size: 20px; }
  .font-28 {
    font-size: 20px; }
  .font-24 {
    font-size: 18px; }
  .font-17 {
    font-size: 15px; }
  .font-16 {
    font-size: 15px; } }

.noscroll,
.noscroll body {
  overflow: hidden; }

.noscroll body {
  position: relative; }

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0); }

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

[data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0); }

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-30px, -30px, 0);
  transform: translate3d(-30px, -30px, 0); }

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-30px, 30px, 0);
  transform: translate3d(-30px, 30px, 0); }

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(30px, 30px, 0);
  transform: translate3d(30px, 30px, 0); }

.text-brown {
  color: #5B4D42; }

.text-blue {
  color: #2790A9; }

.text-red {
  color: #BA111C; }

.text-gray {
  color: #888888; }

.text-lightRed {
  color: #E0504F; }

.text-pink {
  color: #E493B2; }

.text-darkPink {
  color: #B80080; }

.text-purple {
  color: #B80080; }

.text-black {
  color: black; }

.bg-brown {
  background: #5B4D42; }

.bg-pink {
  background: #EAB4D1; }

.underline {
  text-decoration: underline; }

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

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

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

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

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

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

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

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

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

.lh15 {
  line-height: 1.5em; }

.lh17 {
  line-height: 1.7em; }

.lh18 {
  line-height: 1.8em; }

.lh19 {
  line-height: 1.9em; }

.lh20 {
  line-height: 2.0em; }

.les1 {
  letter-spacing: 1px; }

.les2 {
  letter-spacing: 2px; }

.les3 {
  letter-spacing: 3px; }

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

.microsoftJhengHei {
  font-family: 'Microsoft JhengHei'; }

.notoSans {
  font-family: 'Noto Sans TC'; }

.notoSansKR {
  font-family: 'Noto Sans KR'; }

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

.lato {
  font-family: 'Lato'; }

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

.border-doted-bottom {
  border-bottom: 2px dotted #A3A3A3; }

.noneList {
  list-style: none; }

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

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

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

.border-none {
  border: none; }

.slick-arrow {
  width: 44px;
  height: 44px;
  background: #E9B3D0;
  border-radius: 50%;
  -webkit-transition: border .0s,background .0s;
  transition: border .0s,background .0s; }
  .slick-arrow:not(.slick-disabled):hover {
    background: #423D3C; }
  .slick-arrow.slick-disabled {
    opacity: 0.2; }
    .slick-arrow.slick-disabled:hover {
      background: #E9B3D0; }
  .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    -webkit-transition: color .0s;
    transition: color .0s; }
  @media screen and (max-width: 1199px) {
    .slick-arrow:not(.slick-disabled):hover {
      background: #E9B3D0; } }
  @media screen and (max-width: 575px) {
    .slick-arrow {
      width: 35px;
      height: 35px; } }

.placeholder-brown ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AE9A91; }

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

.placeholder-brown ::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AE9A91; }

.placeholder-brown ::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #AE9A91; }

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

.font-weight-500 {
  font-weight: 500; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #A29389 !important; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%); }

.slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #604C3F;
  background: white; }

.slick-dots li.slick-active button {
  background: #604C3F; }

.input-wrapper {
  background: #E5E4E0;
  padding: 10.5px 10px; }
  .input-wrapper input {
    border: none;
    background: transparent;
    -webkit-appearance: none;
    width: calc(100% - 40px); }
  @media screen and (max-width: 575px) {
    .input-wrapper input {
      width: calc(100% - 28px); } }

.select2-container {
  width: 100% !important; }

.select2 {
  background: #E5E4E0;
  padding: 8.5px 10px; }

.select2-container--default .select2-selection--single {
  background: #E5E4E0;
  border: none; }

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

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 7px;
  border: none;
  background: url(images/common/arrow-down.svg) center no-repeat; }

.select2-search--dropdown {
  display: none; }

.select2-dropdown {
  border: none; }

.select2-results__options {
  background: #E5E4E0;
  padding: 0; }

.select2-results__option {
  padding: 11.5px 10px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #5B4D42; }

@media screen and (max-width: 575px) {
  .select2-results__option {
    padding: 9px 10px; } }

.breadcrumb {
  background: none;
  padding-left: 20px;
  padding-right: 0;
  max-width: 1600px;
  width: calc(100% - 40px);
  margin: auto;
  padding-top: 35px; }
  .breadcrumb.center-mode {
    justify-content: center;
    padding-left: 0;
    padding-top: 20px; }
  @media screen and (max-width: 1199px) {
    .breadcrumb {
      padding-left: 0; } }
  @media screen and (max-width: 575px) {
    .breadcrumb {
      padding-top: 10px; } }

.breadcrumb-item.active {
  color: #5B4D42; }

.breadcrumb-item {
  color: #333333; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(images/common/breadcrumb-arrow.svg) center no-repeat;
  width: 18px;
  height: 8px;
  position: relative;
  top: -2px;
  color: #5B4D42; }

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

.pages li {
  margin: 0 2px; }
  .pages li.prev, .pages li.next {
    background: #5B4D42;
    transition: background .3s; }
    .pages li.prev.disabled, .pages li.next.disabled {
      opacity: 0.5; }
    .pages li.prev:not(.disabled):hover, .pages li.next:not(.disabled):hover {
      background: #EECFDE; }
      .pages li.prev:not(.disabled):hover a, .pages li.next:not(.disabled):hover a {
        color: white; }
    .pages li.prev.disabled:hover a, .pages li.next.disabled:hover a {
      background: #5B4D42; }
  .pages li.prev {
    margin-right: 37px; }
  .pages li.next {
    margin-left: 37px; }
  .pages li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition: background .3s; }
    .pages li a:hover {
      background: #EECFDE;
      color: white; }

@media screen and (max-width: 575px) {
  .pages li.prev {
    margin-right: 10px; }
    .pages li.prev a {
      width: 35px;
      height: 35px; }
  .pages li.next {
    margin-left: 10px; }
    .pages li.next a {
      width: 35px;
      height: 35px; }
  .pages li a {
    width: 26px;
    height: 35px;
    line-height: 35px; }
    .pages li a:hover {
      background: transparent;
      color: black; } }

.product-item {
  margin-bottom: 20px;
  padding: 0 15px; }
  .product-item:nth-child(odd) > div {
    background-image: url(images/common/product-item-bg-1.svg); }
  .product-item:nth-child(even) > div {
    background-image: url(images/common/product-item-bg-2.svg); }
  .product-item .bg {
    height: 100%; }
  .product-item > div {
    margin: auto;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 335px; }
    .product-item > div a {
      margin: auto; }
      .product-item > div a:hover img {
        transform: scale(1.05); }
      .product-item > div a:hover ~ .box {
        transform: none;
        opacity: 1;
        pointer-events: all; }
      .product-item > div a > span {
        padding: 0 30px; }
        .product-item > div a > span .img-box {
          padding-top: 55px; }
          .product-item > div a > span .img-box img {
            width: 165px;
            transition: transform 0.3s; }
            .product-item > div a > span .img-box img.scale {
              transform: scale(1.05); }
          .product-item > div a > span .img-box .newProduct {
            width: 69px;
            height: 69px;
            background: #E07221;
            top: 45px;
            left: 15%;
            z-index: 1;
            font-size: 14px;
            box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15); }
        .product-item > div a > span .text-box span:nth-child(1) {
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 18px; }
        .product-item > div a > span .text-box .info {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 52px; }
    .product-item > div .box {
      position: absolute;
      opacity: 0;
      transform: translateY(100px);
      top: 50px;
      right: 35px;
      transition: transform .3s,opacity .3s;
      pointer-events: none; }
      .product-item > div .box.fixed {
        transform: none;
        opacity: 1;
        pointer-events: all; }
      .product-item > div .box:hover {
        transform: none;
        opacity: 1;
        pointer-events: all; }
      .product-item > div .box span {
        width: 44px;
        height: 44px;
        transition: opacity .3s;
        cursor: pointer;
        background: #CFCCCA; }
        .product-item > div .box span:hover {
          opacity: 0.8; }
        .product-item > div .box span.select {
          background: #EAB4D1; }
        .product-item > div .box span i {
          color: white;
          width: auto; }
          .product-item > div .box span i:before {
            width: auto;
            margin: 0; }
        .product-item > div .box span.heart {
          font-size: 14px; }
        .product-item > div .box span.addcart {
          font-size: 18px; }
  @media screen and (max-width: 1400px) {
    .product-item {
      padding-right: 10px;
      padding-left: 10px; }
      .product-item a > span {
        padding: 0 30px; } }
  @media screen and (max-width: 1199px) {
    .product-item {
      padding-right: 10px;
      padding-left: 10px; }
      .product-item a > span {
        padding: 0 20px; }
      .product-item > div .box {
        transform: none;
        opacity: 1;
        pointer-events: all; } }
  @media screen and (max-width: 575px) {
    .product-item {
      margin: auto;
      margin-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px; }
      .product-item > div .box {
        top: 40px;
        right: 40px; }
        .product-item > div .box span {
          width: 35px;
          height: 35px; }
      .product-item > div a:hover img {
        transform: none; } }
  @media screen and (max-width: 340px) {
    .product-item > div a > span .img-box {
      padding-top: 25px; }
    .product-item > div a > span .text-box {
      padding-bottom: 20px !important; } }

.edit {
  line-height: 1.7em; }
  .edit .watermark {
    width: 90%;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    top: calc(50vh); }
  .edit .circle-dot {
    list-style: none;
    padding: 0; }
    .edit .circle-dot li {
      position: relative;
      padding-left: 30px; }
      .edit .circle-dot li:before {
        content: "";
        display: block;
        width: 13.5px;
        height: 13.5px;
        position: absolute;
        left: 0;
        top: 9px;
        background: url(images/common/circle-dot.svg) center no-repeat; }
  .edit .pink-circle-dot {
    list-style: none;
    padding: 0; }
    .edit .pink-circle-dot li {
      position: relative;
      padding-left: 22px;
      margin-bottom: 10px; }
      .edit .pink-circle-dot li:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        left: 4px;
        top: 9px;
        background: #EAB4D1; }
  .edit .diamond-dot {
    list-style: none;
    padding: 0; }
    .edit .diamond-dot li {
      position: relative;
      padding-left: 18px; }
      .edit .diamond-dot li:before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        position: absolute;
        left: 0;
        top: 10px;
        background: url(images/common/diamond-dot.svg) center no-repeat; }
  .edit .square-dot {
    list-style: none;
    padding: 0; }
    .edit .square-dot li {
      position: relative;
      padding-left: 18px; }
      .edit .square-dot li:before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        position: absolute;
        left: 0;
        top: 10px;
        background: url(images/common/square-dot.svg) center no-repeat; }
  .edit .img-group img {
    margin-bottom: 33px;
    float: left;
    width: 48.5%; }
    .edit .img-group img:nth-child(odd) {
      margin-right: 3%; }
  @media screen and (max-width: 767px) {
    .edit .img-group img {
      margin-bottom: 20px; } }
  @media screen and (max-width: 575px) {
    .edit .circle-dot li {
      padding-left: 20px; }
    .edit .diamond-dot li {
      padding-left: 17px; }
    .edit .pink-circle-dot li {
      margin-bottom: 5px; } }

.base-line {
  border-bottom: 1px solid #D6D3D1; }

.style-1 .slick-dots {
  display: block;
  width: 100%; }
  .style-1 .slick-dots li {
    margin: 0 7px;
    padding: 0; }
    .style-1 .slick-dots li button {
      width: 12px;
      height: 12px;
      border: 2px solid #C9B391; }
    .style-1 .slick-dots li.slick-active button {
      border: 2px solid #E493B1;
      background: #E493B1; }

/*互動視窗*/
.modal .modal-dialog {
  max-width: 1090px;
  width: calc(100% - 40px);
  margin: auto; }
  .modal .modal-dialog.modal-dialog-centered {
    min-height: 100%; }
  .modal .modal-dialog .modal-content {
    background: url(images/product/modal-bg.png) center no-repeat;
    background-size: 100% 100%;
    border: none; }
    .modal .modal-dialog .modal-content .modal-header {
      position: absolute;
      top: -30px;
      right: -62px;
      border: none;
      width: 66px;
      height: 66px;
      border-radius: 50%;
      background: #EAB4D1; }
      .modal .modal-dialog .modal-content .modal-header .close {
        height: 24px;
        margin: 0;
        padding: 0;
        opacity: 1; }
        .modal .modal-dialog .modal-content .modal-header .close svg {
          width: 24px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding-top: 80px;
      padding-bottom: 80px;
      overflow: auto; }
      .modal .modal-dialog .modal-content .modal-body img {
        max-width: 580px;
        width: 60%; }

.modal.video .modal-dialog .modal-content .modal-body {
  padding: 20px; }

@media screen and (max-width: 1600px) {
  .modal .modal-dialog .modal-content .modal-body img {
    width: 40%; } }

@media screen and (max-width: 1199px) {
  .modal .modal-dialog .modal-content .modal-header {
    width: 40px;
    height: 40px;
    top: -45px;
    right: 0px; }
    .modal .modal-dialog .modal-content .modal-header .close svg {
      width: 14px; } }

@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    max-height: calc(100vh - 50px); }
    .modal .modal-dialog .modal-content .modal-body img {
      width: 100%; } }

.msie .modal .modal-dialog {
  margin-top: 70px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

.stars img {
  position: absolute;
  width: 40px;
  -webkit-animation: flicker;
  animation: flicker;
  -webkit-animation-duration: 5s;
  animation-duration: 10s;
  -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; }

@media screen and (max-width: 991px) {
  .stars img {
    width: 30px; } }

@media screen and (max-width: 575px) {
  .stars img {
    width: 15px; } }

ul.article-style-1 li > a,
ul.article-style-1 li > div {
  z-index: 1;
  display: block;
  position: relative; }
  ul.article-style-1 li > a:hover:after,
  ul.article-style-1 li > div:hover:after {
    opacity: 1; }
  ul.article-style-1 li > a:hover .img-box img,
  ul.article-style-1 li > div:hover .img-box img {
    transform: scale(1.02); }
  ul.article-style-1 li > a:after,
  ul.article-style-1 li > div:after {
    opacity: 0;
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    background: url(images/sharings/shadow.png) bottom no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: opacity .5s; }
  ul.article-style-1 li > a .img-box,
  ul.article-style-1 li > div .img-box {
    overflow: hidden; }
    ul.article-style-1 li > a .img-box:after,
    ul.article-style-1 li > div .img-box:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
    ul.article-style-1 li > a .img-box img,
    ul.article-style-1 li > div .img-box img {
      width: 100%;
      transition: transform .5s; }
    ul.article-style-1 li > a .img-box .text,
    ul.article-style-1 li > div .img-box .text {
      color: white;
      z-index: 1;
      bottom: 10px;
      left: 100px;
      display: flex;
      align-items: center; }
      ul.article-style-1 li > a .img-box .text span:nth-child(1),
      ul.article-style-1 li > div .img-box .text span:nth-child(1) {
        position: relative; }
        ul.article-style-1 li > a .img-box .text span:nth-child(1):after,
        ul.article-style-1 li > div .img-box .text span:nth-child(1):after {
          content: "";
          display: block;
          width: 1px;
          height: 16px;
          background: #C2BFBF;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
  ul.article-style-1 li > a .text-box,
  ul.article-style-1 li > div .text-box {
    padding: 12px 0;
    background: white; }
    ul.article-style-1 li > a .text-box .img-inner,
    ul.article-style-1 li > div .text-box .img-inner {
      position: absolute;
      top: -43px;
      left: 5px;
      width: 90px;
      height: 90px; }
    ul.article-style-1 li > a .text-box .text-inner,
    ul.article-style-1 li > div .text-box .text-inner {
      padding-left: 100px;
      padding-right: 50px; }
      ul.article-style-1 li > a .text-box .text-inner a,
      ul.article-style-1 li > div .text-box .text-inner a {
        border-radius: 5px;
        width: 120px;
        height: 40px;
        background: #AE9A91;
        transition: background .3s; }
        ul.article-style-1 li > a .text-box .text-inner a:hover,
        ul.article-style-1 li > div .text-box .text-inner a:hover {
          background: #5B4D42; }

@media screen and (max-width: 1600px) {
  ul.article-style-1 li > a .text-box .text-inner,
  ul.article-style-1 li > div .text-box .text-inner {
    padding-right: 20px; } }

ul.article-style-2 li a {
  z-index: 1;
  display: block;
  position: relative; }
  ul.article-style-2 li a:hover:after {
    opacity: 1; }
  ul.article-style-2 li a:hover .img-box img {
    transform: scale(1.02); }
  ul.article-style-2 li a:after {
    opacity: 0;
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    background: url(images/sharings/shadow.png) bottom no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: opacity .5s; }
  ul.article-style-2 li a .img-box {
    overflow: hidden; }
    ul.article-style-2 li a .img-box:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
    ul.article-style-2 li a .img-box img {
      width: 100%;
      transition: transform .5s; }
    ul.article-style-2 li a .img-box .text {
      color: white;
      z-index: 1;
      bottom: 20px;
      left: 40px;
      width: calc(100% - 80px); }
      ul.article-style-2 li a .img-box .text span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  ul.article-style-2 li a .text-box {
    padding: 12px 0;
    background: white; }
    ul.article-style-2 li a .text-box .text-inner {
      padding-left: 40px;
      padding-right: 35px; }

@media screen and (max-width: 1600px) {
  ul.article-style-2 li a .img-box .text {
    left: 20px; }
  ul.article-style-2 li a .text-box .text-inner {
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 575px) {
  ul.article-style-2 li a:hover .img-box img {
    transform: scale(1); }
  ul.article-style-2 li a:after {
    display: none; }
  ul.article-style-2 li a .img-box {
    overflow: inherit; }
    ul.article-style-2 li a .img-box .text {
      left: 10px;
      bottom: -60px;
      color: #AE9A91;
      width: calc(100% - 20px); }
  ul.article-style-2 li a .text-box {
    padding-top: 65px; }
    ul.article-style-2 li a .text-box .text-inner {
      padding-left: 10px;
      padding-right: 10px; } }

ul.video-style li button {
  max-width: 366px;
  padding-right: 25px;
  padding-left: 15px;
  background: url(images/sharings/video-block.svg) center no-repeat; }
  ul.video-style li button:hover .img-box img {
    transform: scale(1.05); }
    ul.video-style li button:hover .img-box img.play {
      transform: translate(-50%, -45%); }
  ul.video-style li button .img-box {
    border-radius: 25px;
    overflow: hidden; }
    ul.video-style li button .img-box img {
      transition: transform .3s; }
      ul.video-style li button .img-box img.play {
        width: 59px;
        transition: transform .3s; }
  ul.video-style li button .text-box {
    padding: 0 16px; }
    ul.video-style li button .text-box .date {
      color: #AE9A91; }
      ul.video-style li button .text-box .date > span:nth-child(1) {
        font-size: 21.6px;
        font-weight: bold;
        position: relative; }
        ul.video-style li button .text-box .date > span:nth-child(1):after {
          content: "";
          display: block;
          width: 1px;
          height: 16px;
          background: #AE9A91;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      ul.video-style li button .text-box .date > span:nth-child(2) {
        font-size: 17.2px; }
    ul.video-style li button .text-box .info > span {
      display: block; }

@media screen and (max-width: 1400px) {
  ul.video-style li button .text-box {
    padding: 0; } }

@media screen and (max-width: 575px) {
  ul.video-style li button .text-box .date > span:nth-child(1) {
    font-size: 18px !important; }
  ul.video-style li button .img-box {
    max-width: 295px;
    margin: auto; }
  ul.video-style li button {
    max-width: 320px; } }

.msie ul.video-style li button {
  width: 100%; }

#sharings .select2,
#knowledges .select2 {
  flex: 0 0 150px;
  background: transparent;
  border-bottom: 2px solid #5B4D42; }
  #sharings .select2 .select2-selection,
  #knowledges .select2 .select2-selection {
    background: transparent; }
    #sharings .select2 .select2-selection b,
    #knowledges .select2 .select2-selection b {
      border-color: #5B4D42 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px; }

#sharings .banner-section > div,
#knowledges .banner-section > div {
  margin-top: -68px;
  position: relative;
  display: flex;
  align-items: center; }
  #sharings .banner-section > div .text-block .box,
  #knowledges .banner-section > div .text-block .box {
    justify-content: end; }
    #sharings .banner-section > div .text-block .box > div,
    #knowledges .banner-section > div .text-block .box > div {
      padding-left: 48px; }
      #sharings .banner-section > div .text-block .box > div img,
      #knowledges .banner-section > div .text-block .box > div img {
        width: 224px; }
      #sharings .banner-section > div .text-block .box > div p span,
      #knowledges .banner-section > div .text-block .box > div p span {
        display: block; }
  #sharings .banner-section > div .text-block .dec-box img:nth-child(1),
  #knowledges .banner-section > div .text-block .dec-box img:nth-child(1) {
    top: 25%;
    left: -3%; }
  #sharings .banner-section > div .text-block .dec-box img:nth-child(2),
  #knowledges .banner-section > div .text-block .dec-box img:nth-child(2) {
    top: 19%;
    left: 4%; }
  #sharings .banner-section > div .img-block img,
  #knowledges .banner-section > div .img-block img {
    width: 100%; }

#sharings .links-section,
#knowledges .links-section {
  background: url(images/sharings/line.png) bottom no-repeat;
  background-size: contain;
  width: calc(100% - 40px);
  max-width: 1650px;
  margin: auto; }
  #sharings .links-section ul,
  #knowledges .links-section ul {
    margin-left: 30px;
    padding-bottom: 2px; }
    #sharings .links-section ul li,
    #knowledges .links-section ul li {
      margin: 0 1px;
      background: #E6E2DF;
      border-radius: 20px 20px 0 0;
      float: left;
      transition: opacity .3s; }
      #sharings .links-section ul li:not(.active):hover,
      #knowledges .links-section ul li:not(.active):hover {
        opacity: 0.8; }
      #sharings .links-section ul li a,
      #knowledges .links-section ul li a {
        display: block;
        padding: 13.5px 10px;
        text-align: center;
        width: 201px; }
      #sharings .links-section ul li.active,
      #knowledges .links-section ul li.active {
        background: url(images/sharings/active-bg.jpg) center no-repeat;
        background-size: cover; }
        #sharings .links-section ul li.active a,
        #knowledges .links-section ul li.active a {
          color: white; }

#sharings .main-section,
#knowledges .main-section {
  max-width: 1555px;
  width: calc(100% - 40px);
  margin: auto;
  border-bottom: 2px dotted #A3A3A3; }
  #sharings .main-section .title-block,
  #knowledges .main-section .title-block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #sharings .main-section .title-block > span img,
    #knowledges .main-section .title-block > span img {
      width: 13px; }
    #sharings .main-section .title-block form,
    #knowledges .main-section .title-block form {
      display: flex;
      width: 430px; }
      #sharings .main-section .title-block form .input-wrapper,
      #knowledges .main-section .title-block form .input-wrapper {
        margin-left: 40px;
        flex: 0 0 234px;
        background: transparent;
        border-bottom: 2px solid #5B4D42; }
      #sharings .main-section .title-block form button[type=submit],
      #knowledges .main-section .title-block form button[type=submit] {
        color: #5B4D42; }
  #sharings .main-section .content-block ul,
  #knowledges .main-section .content-block ul {
    margin-left: -18px;
    margin-right: -18px; }
    #sharings .main-section .content-block ul li,
    #knowledges .main-section .content-block ul li {
      padding: 0 18px;
      margin-bottom: 70px; }

#sharings .recommend-section,
#knowledges .recommend-section {
  max-width: 1555px;
  width: calc(100% - 40px);
  margin: auto; }
  #sharings .recommend-section .title-block img,
  #knowledges .recommend-section .title-block img {
    width: 211px; }
  #sharings .recommend-section .title-block form,
  #knowledges .recommend-section .title-block form {
    margin-right: 35px;
    width: 150px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left; }

@media screen and (max-width: 1600px) {
  #sharings .links-section ul li a,
  #knowledges .links-section ul li a {
    width: 165px; }
  #sharings .main-section .content-block ul,
  #knowledges .main-section .content-block ul {
    margin-left: -10px;
    margin-right: -10px; }
    #sharings .main-section .content-block ul li,
    #knowledges .main-section .content-block ul li {
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 40px; }
  #sharings .recommend-section .content-block ul li button .text-box .info > span,
  #knowledges .recommend-section .content-block ul li button .text-box .info > span {
    display: inline; } }

@media screen and (max-width: 1400px) {
  #sharings .links-section ul li a,
  #knowledges .links-section ul li a {
    width: 159px; } }

@media screen and (max-width: 1199px) {
  #sharings .links-section,
  #knowledges .links-section {
    display: none; } }

@media screen and (max-width: 767px) {
  #sharings .recommend-section .title-block form,
  #knowledges .recommend-section .title-block form {
    position: static;
    margin-left: auto;
    transform: none; } }

@media screen and (max-width: 575px) {
  #sharings .main-section .title-block,
  #knowledges .main-section .title-block {
    flex-wrap: wrap; }
    #sharings .main-section .title-block form,
    #knowledges .main-section .title-block form {
      flex: 0 0 100%;
      flex-wrap: wrap; }
      #sharings .main-section .title-block form .select2,
      #knowledges .main-section .title-block form .select2 {
        flex: 0 0 100%; }
      #sharings .main-section .title-block form .input-wrapper,
      #knowledges .main-section .title-block form .input-wrapper {
        margin-left: 0px;
        flex: 0 0 100%; }
  #sharings .main-section .content-block ul li,
  #knowledges .main-section .content-block ul li {
    margin-bottom: 20px; }
  #sharings .recommend-section .title-block img,
  #knowledges .recommend-section .title-block img {
    width: 130px; }
  #sharings .recommend-section .title-block form,
  #knowledges .recommend-section .title-block form {
    margin-right: 0;
    width: 100%; }
  #sharings .recommend-section .content-block ul li,
  #knowledges .recommend-section .content-block ul li {
    margin-bottom: 10px; } }

@media screen and (max-width: 340px) {
  #sharings .recommend-section .content-block ul li,
  #knowledges .recommend-section .content-block ul li {
    margin-bottom: 0; } }

@media screen and (min-width: 1400px) {
  #sharings .recommend-section .content-block ul li,
  #knowledges .recommend-section .content-block ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

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: 5px;
  display: inline-block;
  height: 20px;
  border: 1px solid #B79B92;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  border-radius: 5px; }

input[type=checkbox] + label .icon-ok::before {
  color: white;
  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;
  font-size: 12px; }

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

input[type=checkbox]:checked + label .icon-ok {
  background: #5B4D42;
  border: 1px solid #5B4D42; }

.box.style-1 .title {
  background: url(images/common/form-line.png) bottom no-repeat; }

.box.style-1 .content {
  padding: 0 52px; }
  .box.style-1 .content .field-group > label {
    flex: 0 0 95px;
    margin-right: 42px; }

.box.style-2 {
  display: flex;
  padding: 35px 0; }
  .box.style-2 .title {
    flex: 0 0 16%; }
  .box.style-2 .content {
    flex-grow: 1; }
    .box.style-2 .content .field-group > label {
      flex: 0 0 95px;
      margin-right: 30px; }
    .box.style-2 .content .field-group input {
      letter-spacing: 2px; }

@media screen and (max-width: 991px) {
  .box.style-2 {
    flex-wrap: wrap; }
    .box.style-2 .title {
      flex: 0 0 100%; }
    .box.style-2 .content {
      flex: 0 0 100%; } }

@media screen and (max-width: 767px) {
  .box.style-2 .content .field-group > label {
    margin-right: 10px; } }

@media screen and (max-width: 575px) {
  .box.style-2 {
    padding: 20px 0; } }

/*表單*/
.form .field-group {
  align-items: center; }

.form input[type=text],
.form input[type=password],
.form input[type=file],
.form input[type=email] {
  flex-grow: 1;
  border: 1px solid #B79B92;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  color: #5B4D42;
  max-width: 100%;
  height: 50px; }

.form button[type=submit] {
  width: 100%;
  padding: 13px 10px;
  border-radius: 7px;
  transition: opacity .3s; }
  .form button[type=submit]:not(.pink-btn) {
    background: #B79B92; }
  .form button[type=submit]:hover {
    opacity: 0.8; }

.form textarea {
  flex-grow: 1;
  border: 1px solid #B79B92;
  border-radius: 7px;
  padding: 14.5px 20px;
  background: transparent;
  color: #5B4D42;
  max-width: 100%; }

.form .address .field-group {
  align-items: flex-start; }
  .form .address .field-group > label {
    margin-top: 10px; }
  .form .address .field-group > div {
    flex-grow: 1; }
    .form .address .field-group > div .row {
      margin-left: -7px;
      margin-right: -7px; }
      .form .address .field-group > div .row > div {
        padding-left: 7px;
        padding-right: 7px; }

.form .select2 {
  background: transparent;
  border: 1px solid #B79B92;
  border-radius: 7px;
  padding: 10px 20px; }
  .form .select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #664B3C transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px; }
  .form .select2 .select2-selection {
    background: transparent; }
    .form .select2 .select2-selection .select2-selection__rendered {
      color: #5B4D42; }
    .form .select2 .select2-selection b {
      border-color: #664B3C transparent transparent transparent;
      border-style: solid;
      border-width: 8px 5px 0 5px; }

.form .ps .field-group {
  align-items: flex-start; }

.form .verification {
  border: 1px solid #B79B92;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .form .verification input {
    border: none;
    width: calc(100% - 110px); }
  .form .verification a {
    display: block;
    flex: 0 0 110px;
    width: 110px; }

@media screen and (max-width: 991px) {
  .form .box .content {
    padding: 0; }
    .form .box .content .field-group > label {
      margin-right: 20px; } }

@media screen and (max-width: 767px) {
  .form .address input#zip {
    width: 100%; } }

@media screen and (max-width: 575px) {
  .form .field-group {
    flex-wrap: wrap; }
  .form input[type=text],
  .form input[type=password],
  .form input[type=file] {
    flex: 0 0 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px; }
  .form button[type=submit] {
    padding: 9.5px 10px; }
  .form .address .field-group > label {
    margin-top: 0; }
  .form .address .select2 {
    padding: 5px 10px; }
    .form .address .select2 .select2-selection__arrow {
      top: 5px;
      right: 5px; }
      .form .address .select2 .select2-selection__arrow b {
        width: 7px;
        border-width: 6px 3px 0 3px; }
  .form .verification {
    border: none;
    border-radius: 0;
    flex-wrap: wrap; }
    .form .verification input {
      border: 1px solid #B79B92;
      border-radius: 7px;
      margin-bottom: 10px; }
    .form .verification a {
      flex: 0 0 90px; }
  .form .radios {
    width: 100%; }
  .form textarea {
    flex: 0 0 100%;
    padding: 10px 10px; } }

/*按鈕*/
.btns {
  height: 62px; }
  .btns a,
  .btns button[type=submit],
  .btns button[type=button] {
    padding: 0;
    transition: opacity .3s;
    width: 226px;
    height: 100%; }
    .btns a:hover,
    .btns button[type=submit]:hover,
    .btns button[type=button]:hover {
      opacity: 0.8; }
  .btns .gray-btn {
    background: url(images/common/btn-bg-3.svg) center no-repeat; }
  .btns .orange-btn {
    background: url(images/common/btn-bg-2.svg) center no-repeat; }
  .btns .pink-btn {
    background: url(images/common/btn-bg-1.svg) center no-repeat; }
  @media screen and (max-width: 575px) {
    .btns {
      height: 40px; } }

.radios input[type=radio] {
  display: none; }
  .radios input[type=radio]:checked + label .icon-ok {
    background: #B79B92;
    border: 1px solid #B79B92; }
    .radios input[type=radio]:checked + label .icon-ok::before {
      position: absolute;
      opacity: 1; }
  .radios input[type=radio] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    width: 80px;
    width: 100%; }
    .radios input[type=radio] + label .icon-ok {
      margin-top: 2px;
      display: inline-block;
      height: 20px;
      border: 1px solid #B79B92;
      position: relative;
      cursor: pointer;
      vertical-align: middle;
      border-radius: 50%;
      font-size: 12px;
      width: 20px; }
      .radios input[type=radio] + label .icon-ok::before {
        color: white;
        position: absolute;
        opacity: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%) scale(0.7);
        margin: 0;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
        font-size: 14px; }
    .radios input[type=radio] + label span {
      padding-left: 10px;
      flex: 0 0 calc(100% - 20px); }

#business-register ~ .select2-container,
#member-register ~ .select2-container,
#cart-info ~ .select2-container,
#cancel ~ .select2-container,
#returns ~ .select2-container,
#returned ~ .select2-container,
#profile ~ .select2-container,
#upload-article ~ .select2-container {
  font-size: 18px;
  color: #5B4D42; }
  #business-register ~ .select2-container .select2-results,
  #member-register ~ .select2-container .select2-results,
  #cart-info ~ .select2-container .select2-results,
  #cancel ~ .select2-container .select2-results,
  #returns ~ .select2-container .select2-results,
  #returned ~ .select2-container .select2-results,
  #profile ~ .select2-container .select2-results,
  #upload-article ~ .select2-container .select2-results {
    border: 1px solid #B79B92;
    border-radius: 7px;
    overflow: hidden; }
    #business-register ~ .select2-container .select2-results .select2-results__option,
    #member-register ~ .select2-container .select2-results .select2-results__option,
    #cart-info ~ .select2-container .select2-results .select2-results__option,
    #cancel ~ .select2-container .select2-results .select2-results__option,
    #returns ~ .select2-container .select2-results .select2-results__option,
    #returned ~ .select2-container .select2-results .select2-results__option,
    #profile ~ .select2-container .select2-results .select2-results__option,
    #upload-article ~ .select2-container .select2-results .select2-results__option {
      padding: 11.5px 20px; }
  #business-register ~ .select2-container .select2-results__options,
  #member-register ~ .select2-container .select2-results__options,
  #cart-info ~ .select2-container .select2-results__options,
  #cancel ~ .select2-container .select2-results__options,
  #returns ~ .select2-container .select2-results__options,
  #returned ~ .select2-container .select2-results__options,
  #profile ~ .select2-container .select2-results__options,
  #upload-article ~ .select2-container .select2-results__options {
    background: #F7F3F1; }
  #business-register ~ .select2-container .select2-results__option--highlighted[aria-selected],
  #member-register ~ .select2-container .select2-results__option--highlighted[aria-selected],
  #cart-info ~ .select2-container .select2-results__option--highlighted[aria-selected],
  #cancel ~ .select2-container .select2-results__option--highlighted[aria-selected],
  #returns ~ .select2-container .select2-results__option--highlighted[aria-selected],
  #returned ~ .select2-container .select2-results__option--highlighted[aria-selected],
  #profile ~ .select2-container .select2-results__option--highlighted[aria-selected],
  #upload-article ~ .select2-container .select2-results__option--highlighted[aria-selected] {
    background: #B79B92; }
  #business-register ~ .select2-container .select2-results__option[aria-selected=true],
  #member-register ~ .select2-container .select2-results__option[aria-selected=true],
  #cart-info ~ .select2-container .select2-results__option[aria-selected=true],
  #cancel ~ .select2-container .select2-results__option[aria-selected=true],
  #returns ~ .select2-container .select2-results__option[aria-selected=true],
  #returned ~ .select2-container .select2-results__option[aria-selected=true],
  #profile ~ .select2-container .select2-results__option[aria-selected=true],
  #upload-article ~ .select2-container .select2-results__option[aria-selected=true] {
    background: #5B4D42;
    color: white; }

@media screen and (max-width: 767px) {
  #business-register ~ .select2-container,
  #member-register ~ .select2-container,
  #cart-info ~ .select2-container,
  #cancel ~ .select2-container,
  #returns ~ .select2-container,
  #returned ~ .select2-container,
  #profile ~ .select2-container,
  #upload-article ~ .select2-container {
    font-size: 16px; } }

@media screen and (max-width: 575px) {
  #business-register ~ .select2-container .select2-results .select2-results__option,
  #member-register ~ .select2-container .select2-results .select2-results__option,
  #cart-info ~ .select2-container .select2-results .select2-results__option,
  #cancel ~ .select2-container .select2-results .select2-results__option,
  #returns ~ .select2-container .select2-results .select2-results__option,
  #returned ~ .select2-container .select2-results .select2-results__option,
  #profile ~ .select2-container .select2-results .select2-results__option,
  #upload-article ~ .select2-container .select2-results .select2-results__option {
    padding: 8px 10px; } }

/*產品內頁主區塊、微商專區新品內頁*/
.product-block {
  background: #F6F4F1; }
  .product-block.business-version {
    background: url(images/common/line.png) bottom no-repeat; }
  .product-block > div {
    max-width: 1316px;
    width: calc(100% - 40px);
    margin: auto; }
  .product-block .row {
    align-items: center;
    margin-right: -15px;
    margin-left: -15px; }
  .product-block .img-box {
    background: url("images/product/product-bg.png") center no-repeat;
    background-size: contain; }
    .product-block .img-box .slider-group .slider-for img {
      width: 679px; }
    .product-block .img-box .slider-group .slider-nav {
      padding: 0 80px;
      margin-top: -50px; }
      .product-block .img-box .slider-group .slider-nav li {
        cursor: pointer; }
        .product-block .img-box .slider-group .slider-nav li img {
          width: 81px; }
      .product-block .img-box .slider-group .slider-nav .slick-arrow {
        width: 30px;
        height: 30px;
        background: #D7D5D4;
        transition: opacity .3s; }
        .product-block .img-box .slider-group .slider-nav .slick-arrow.slick-disabled {
          opacity: 0.5; }
        .product-block .img-box .slider-group .slider-nav .slick-arrow:not(.slick-disabled):hover {
          opacity: 0.8; }
  .product-block .text-box {
    letter-spacing: 1px;
    padding-left: 115px; }
    .product-block .text-box .number {
      color: rgba(0, 0, 0, 0.52); }
    .product-block .text-box .btns {
      position: absolute;
      top: 0;
      right: -40px; }
      .product-block .text-box .btns .btn {
        background: #D8D8D8;
        width: 44px;
        height: 44px;
        transition: background .3s; }
        .product-block .text-box .btns .btn.active {
          background: #EAB4D1; }
        .product-block .text-box .btns .btn:hover {
          background: #EAB4D1; }
        .product-block .text-box .btns .btn.heart svg {
          width: 15px; }
        .product-block .text-box .btns .btn.share svg {
          width: 19px; }
      .product-block .text-box .btns .outerLink-wrapper {
        display: none; }
        .product-block .text-box .btns .outerLink-wrapper ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          width: 44px;
          height: 44px;
          color: white;
          transition: opacity .3s; }
          .product-block .text-box .btns .outerLink-wrapper ul li a:hover {
            opacity: 0.8; }
          .product-block .text-box .btns .outerLink-wrapper ul li a.fb {
            background: #3E5E9D; }
          .product-block .text-box .btns .outerLink-wrapper ul li a.line {
            background: #22AC38; }
          .product-block .text-box .btns .outerLink-wrapper ul li a.youtube {
            background: #DD2C28; }
          .product-block .text-box .btns .outerLink-wrapper ul li a.in {
            background: linear-gradient(45deg, #FA7310, #A911BE); }
            .product-block .text-box .btns .outerLink-wrapper ul li a.in i {
              position: relative; }
              .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-block .text-box ul.info {
      border-bottom: 3px dotted #A3A3A3; }
      .product-block .text-box ul.info li {
        padding-left: 22px;
        position: relative; }
        .product-block .text-box ul.info li:after {
          content: '';
          display: block;
          position: absolute;
          left: 5px;
          top: 8px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #5B4D42; }
    .product-block .text-box .price {
      border-bottom: 3px dotted #A3A3A3;
      padding: 13px 0; }
    .product-block .text-box .data {
      border-bottom: 3px dotted #A3A3A3; }
      .product-block .text-box .data ul li.specification {
        line-height: 34px; }
        .product-block .text-box .data ul li.specification .options .btn {
          padding: 4px 10px;
          box-shadow: none;
          min-width: 76px; }
      .product-block .text-box .data ul li span:nth-child(1) {
        flex: 0 0 95px; }
      .product-block .text-box .data .btn {
        border-radius: 5px;
        border: 1px solid #5B4D42;
        color: #5B4D42; }
        .product-block .text-box .data .btn.active {
          background: #5B4D42;
          color: white; }
    .product-block .text-box .add > div:nth-child(1) > div {
      display: inline; }
    .product-block .text-box .add .addcart {
      width: 226px;
      height: 62px;
      transition: opacity .3s;
      background: url(images/common/btn-bg-1.svg) center no-repeat; }
      .product-block .text-box .add .addcart.select span:nth-child(2) {
        display: none; }
      .product-block .text-box .add .addcart.select span:nth-child(3) {
        display: block; }
      .product-block .text-box .add .addcart:hover {
        opacity: 0.8; }
      .product-block .text-box .add .addcart span:nth-child(3) {
        display: none; }
    .product-block .text-box .add a {
      transition: opacity .3s;
      width: 226px;
      height: 62px;
      background: url(images/common/btn-bg-2.svg) center no-repeat; }
      .product-block .text-box .add a:hover {
        color: white;
        opacity: 0.8; }
  .product-block .slick-arrow {
    transform: translateY(-50%);
    margin-top: 0; }
    .product-block .slick-arrow.slick-prev {
      left: 0px; }
    .product-block .slick-arrow.slick-next {
      right: 0px; }
  .product-block .slider-nav .slick-slide.slick-current div {
    border: 1px solid #5B4D42;
    border-radius: 5px;
    overflow: hidden; }
  @media screen and (max-width: 1600px) {
    .product-block .text-box .btns {
      right: 0; } }
  @media screen and (max-width: 1199px) {
    .product-block .text-box {
      padding-left: 20px; }
      .product-block .text-box .btns .btn:not(.active):hover {
        background: #D8D8D8; } }
  @media screen and (max-width: 575px) {
    .product-block .img-box .slider-group .slider-nav {
      margin-top: 0;
      padding: 0 40px; }
    .product-block .text-box {
      padding-left: 15px; }
      .product-block .text-box .add > div:nth-child(1) > div {
        display: block; }
      .product-block .text-box .btns {
        display: flex;
        position: relative;
        top: auto;
        right: auto; }
        .product-block .text-box .btns .btn {
          width: 35px;
          height: 35px;
          padding: 0; }
        .product-block .text-box .btns > div {
          margin-right: 10px; }
          .product-block .text-box .btns > div .share {
            float: left; }
            .product-block .text-box .btns > div .share.active ~ .outerLink-wrapper .outerLink {
              transform: none;
              opacity: 1; }
          .product-block .text-box .btns > div .outerLink-wrapper {
            float: left;
            display: block;
            overflow: hidden; }
            .product-block .text-box .btns > div .outerLink-wrapper .outerLink {
              opacity: 0;
              transform: translateX(-100%);
              transition: transform .5s,opacity .7s; }
              .product-block .text-box .btns > div .outerLink-wrapper .outerLink li {
                float: left; }
                .product-block .text-box .btns > div .outerLink-wrapper .outerLink li a {
                  width: 35px;
                  height: 35px; }
      .product-block .text-box .price > span {
        display: block; }
        .product-block .text-box .price > span:nth-child(1) {
          margin-bottom: 5px; } }

.data-table {
  background: url(images/common/form-line.png) bottom no-repeat;
  background-size: contain; }
  .data-table li {
    text-align: center; }
    .data-table li:not(:last-child) {
      border-bottom: 1px solid #B4AFA9; }
    .data-table li.title {
      background: #EFEAE7;
      background-image: url(images/common/form-line.png);
      background-position: top;
      background-repeat: no-repeat;
      background-size: contain;
      padding-top: 10px;
      padding-bottom: 10px;
      border: none;
      display: flex; }
    .data-table li .item {
      transition: background .3s;
      align-items: center;
      display: flex; }
      .data-table li .item > div {
        align-items: center; }
        .data-table li .item > div a {
          display: flex;
          align-items: center; }
          .data-table li .item > div a .img-wrapper {
            background: white;
            flex: 0 0 160px;
            text-align: center;
            width: 160px; }
            .data-table li .item > div a .img-wrapper img {
              width: 86%; }
          .data-table li .item > div a span {
            text-align: left;
            color: black; }
      .data-table li .item .download:hover svg circle {
        fill: #d70084 !important; }
      .data-table li .item .download:hover svg rect {
        fill: white !important; }
      .data-table li .item .download svg {
        width: 35px; }
        .data-table li .item .download svg circle, .data-table li .item .download svg rect {
          transition: fill .3s; }
      .data-table li .item .number-wrapper {
        width: 100px;
        height: 50px;
        padding: 10px; }
        .data-table li .item .number-wrapper input {
          width: 65px; }
        .data-table li .item .number-wrapper .btn-group {
          right: 0;
          justify-content: center; }
      .data-table li .item .operation::before {
        color: #5B4D42; }
    .data-table li span {
      display: block; }
  @media screen and (max-width: 991px) {
    .data-table li .item > div a .img-wrapper {
      flex: 0 0 140px; } }
  @media screen and (max-width: 767px) {
    .data-table {
      min-width: inherit !important; }
      .data-table li.title {
        height: 2px;
        padding: 0 !important; }
        .data-table li.title > div,
        .data-table li.title > span {
          display: none; }
      .data-table li .item {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px; }
        .data-table li .item > span,
        .data-table li .item > div {
          display: block;
          padding-left: 0 !important;
          text-align: left !important;
          display: flex;
          margin-bottom: 8px;
          font-family: 'Noto Sans TC' !important; }
          .data-table li .item > span[data-title]::before,
          .data-table li .item > div[data-title]::before {
            content: attr(data-title) "：";
            display: block;
            flex: 0 0 auto;
            font-weight: normal !important; }
          .data-table li .item > span::before,
          .data-table li .item > div::before {
            color: #5B4D42 !important; }
          .data-table li .item > span a,
          .data-table li .item > div a {
            display: block; }
        .data-table li .item > div:nth-child(1) {
          flex: 0 0 100%; }
        .data-table li .item > div:nth-child(2), .data-table li .item > div:nth-child(3), .data-table li .item > div:nth-child(4), .data-table li .item > div:nth-child(5) {
          flex: 0 0 50% !important; }
        .data-table li .item .download svg {
          width: 30px; }
        .data-table li .item .number-wrapper {
          height: 40px; } }
  @media screen and (max-width: 400px) {
    .data-table li .item {
      display: block; } }

.number-wrapper {
  width: 141px;
  padding: 9px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #AE9A91;
  padding: 10px 35px 10px 35px;
  border-radius: 25px; }
  .number-wrapper input {
    width: 60px;
    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;
    position: relative;
    right: -13px; }
    .number-wrapper .btn-group span {
      height: 11px;
      width: 11px;
      position: relative;
      cursor: pointer; }
      .number-wrapper .btn-group span svg {
        width: 6px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #5B4D42; }
  @media screen and (max-width: 575px) {
    .number-wrapper {
      width: 100px;
      padding: 7px 10px 7px 18px !important;
      position: relative;
      height: auto !important; }
      .number-wrapper .btn-group {
        position: absolute;
        right: 10px !important;
        top: 50%;
        transform: translateY(-50%); }
        .number-wrapper .btn-group span {
          height: 14px; } }

/**微商專區*/
.business-area img.title {
  width: 135px; }

.business-area .labels {
  background: url(images/common/line.png) bottom no-repeat; }
  .business-area .labels ul {
    display: table; }
    .business-area .labels ul li {
      float: left;
      width: 230px;
      border: 1px solid #DFDFDF;
      border-bottom: none;
      border-radius: 25px 25px 0 0;
      text-align: center;
      margin: 0 0.5px;
      position: relative;
      background: #E5E2E0;
      overflow: hidden;
      transition: color .3s,background .3s ,border .3s; }
      .business-area .labels ul li:hover {
        border: 1px solid #5B4D42;
        color: #5B4D42;
        background: #FAF4F1; }
      .business-area .labels ul li.active {
        color: #5B4D42;
        font-weight: bold;
        border: 1px solid #5B4D42;
        border-bottom: 1px solid #F4F1EF;
        background: #FDF7F4; }
      .business-area .labels ul li a {
        display: block;
        padding: 14px 5px; }

.business-area .section .ps::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(images/common/pink-dot.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 10px; }

@media screen and (max-width: 991px) {
  .business-area .labels {
    max-width: 320px;
    margin: auto;
    position: relative;
    z-index: 1;
    background: none; }
    .business-area .labels > span {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      background: #5B4D42;
      border-radius: 5px;
      position: relative; }
      .business-area .labels > span i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
    .business-area .labels ul {
      position: absolute;
      width: 100%;
      background: white;
      border: 2px solid #5B4D42;
      border-radius: 5px;
      display: none; }
      .business-area .labels ul li {
        width: 100%;
        float: none;
        border: none !important;
        background: none !important; }
        .business-area .labels ul li a {
          padding: 8px 10px; } }

@media screen and (max-width: 575px) {
  .business-area img.title {
    width: 110px; }
  .business-area .section {
    letter-spacing: 0; }
  .business-area .labels {
    max-width: calc(100% - 40px); } }

.business-trainings .section .data-table li.title span:nth-child(1) {
  flex: 0 0 8%;
  text-align: center;
  min-width: 55px; }

.business-trainings .section .data-table li.title span:nth-child(2) {
  flex-grow: 1;
  padding-left: 60px;
  padding-right: 20px;
  padding-left: 200px;
  color: #5B4D42;
  text-align: left; }

.business-trainings .section .data-table li.title span:nth-child(3) {
  flex: 0 0 15%;
  text-align: center;
  min-width: 120px; }

.business-trainings .section .data-table li.title span:nth-child(4) {
  flex: 0 0 15%;
  text-align: center;
  min-width: 120px; }

.business-trainings .section .data-table li .item {
  padding-top: 15.8px;
  padding-bottom: 15.8px; }
  .business-trainings .section .data-table li .item span:nth-child(1) {
    flex: 0 0 8%;
    text-align: center;
    min-width: 55px; }
  .business-trainings .section .data-table li .item span:nth-child(2) {
    flex-grow: 1;
    padding-left: 60px;
    padding-right: 20px;
    color: black;
    text-align: left; }
  .business-trainings .section .data-table li .item span:nth-child(3) {
    flex: 0 0 15%;
    text-align: center;
    min-width: 120px; }
  .business-trainings .section .data-table li .item span:nth-child(4) {
    flex: 0 0 15%;
    text-align: center;
    min-width: 120px; }

.business-trainings .section .data-table li a.item:hover {
  background: #FAF0F5; }

.business-trainings .section .edit {
  border-bottom: 2px dotted #A3A3A3;
  padding: 0 26px; }
  .business-trainings .section .edit p span {
    margin-bottom: 10px;
    display: block; }

@media screen and (max-width: 1199px) {
  .business-trainings .section .data-table ul li.title span:nth-child(2) {
    padding-left: 10px; }
  .business-trainings .section .data-table ul li .item span:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 767px) {
  .business-trainings .section .data-table li .item {
    display: block; }
  .business-trainings .section .edit p span {
    margin-bottom: 0;
    display: inline; } }

@media screen and (max-width: 575px) {
  .business-trainings .section .data-table ul li .item {
    padding-top: 10px;
    padding-bottom: 10px; }
  .business-trainings .section .edit {
    padding: 0; } }

.cart .form {
  background: url(images/common/form-line.png) top no-repeat;
  background-size: contain; }

.cart .section .box {
  background: url(images/common/form-line.png) bottom no-repeat;
  background-size: contain; }

.cart img.title {
  width: 155px; }

.cart ul.step {
  flex-wrap: wrap; }
  .cart ul.step li {
    padding-left: 10px;
    position: relative; }
    .cart ul.step li:not(:last-child) {
      padding-right: 65px;
      margin-right: 30px; }
    .cart ul.step li:not(:last-child):after {
      content: "";
      display: block;
      width: 13px;
      height: 22px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background: url(images/cart/arrow.svg) center no-repeat; }
    .cart ul.step li.active .circle {
      background: url(images/cart/step-active.png) center no-repeat;
      background-size: contain; }
    .cart ul.step li .circle {
      width: 50px;
      height: 50px;
      background: url(images/cart/step.png) center no-repeat;
      background-size: contain; }

@media screen and (max-width: 991px) {
  .cart ul.step li {
    padding-left: 0; }
    .cart ul.step li:not(:last-child) {
      padding-right: 20px;
      margin-right: 10px; } }

@media screen and (max-width: 767px) {
  .cart ul.step li:not(:last-child) {
    padding-right: 0px;
    margin-right: 0; }
  .cart ul.step li .circle {
    flex: 0 0 40px;
    height: 40px; }
    .cart ul.step li .circle ~ span {
      flex: 0 0 40px; } }

@media screen and (max-width: 575px) {
  .cart ul.step li {
    flex: 0 0 50%;
    margin-bottom: 10px; }
    .cart ul.step li .circle {
      flex: 0 0 30px;
      height: 30px; }
    .cart ul.step li:not(:last-child) {
      margin-right: 0;
      padding-right: 0; }
      .cart ul.step li:not(:last-child):after {
        display: none; }
    .cart ul.step li > div {
      justify-content: flex-start; }
      .cart ul.step li > div .circle ~ span {
        flex: 0 0 auto; }
  .cart img.title {
    width: 120px; } }

/*business-notice、member-notice*/
.notice .section .title-block > img {
  width: 195px; }

.notice .section .content-block .box:not(:last-child) {
  margin-bottom: 87px; }

.notice .section .content-block .box .title {
  font-weight: normal;
  border-top: 2px solid #5B4D42;
  background: #ECE6E2;
  padding-top: 12px;
  padding-bottom: 12px; }

.notice .section .content-block .box .content {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #5B4D42; }
  .notice .section .content-block .box .content > div {
    max-height: 500px; }
    .notice .section .content-block .box .content > div .edit {
      line-height: 1.8; }
      .notice .section .content-block .box .content > div .edit > ul > li {
        margin-bottom: 34px; }
      .notice .section .content-block .box .content > div .edit p {
        margin-bottom: 34px; }

@media screen and (max-width: 575px) {
  .notice .section .title-block > img {
    width: 160px; }
  .notice .section .content-block .box:not(:last-child) {
    margin-bottom: 20px; }
  .notice .section .content-block .box .content {
    padding-top: 10px;
    padding-bottom: 0; }
    .notice .section .content-block .box .content > div {
      max-height: none; }
      .notice .section .content-block .box .content > div .edit > ul > li {
        margin-bottom: 15px; }
      .notice .section .content-block .box .content > div .edit p {
        margin-bottom: 15px; } }

/*forget、activate*/
.member-module .section .bg-block .bg-box {
  max-width: 1330px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.member-module .section .bg-block .dec-box {
  z-index: 2; }
  .member-module .section .bg-block .dec-box .shoes-inner-1 {
    pointer-events: none;
    z-index: 2; }
    .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(1) {
      top: 170px;
      right: 18%; }
    .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(2) {
      width: 80px;
      top: 307px;
      right: 22%; }
    .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(3) {
      width: 80px;
      top: 393px;
      right: 26%; }
  .member-module .section .bg-block .dec-box .shoes-inner-2 {
    pointer-events: none; }
    .member-module .section .bg-block .dec-box .shoes-inner-2 img {
      top: 30px;
      left: 15%; }

.member-module .section .block {
  z-index: 1;
  width: 644px;
  margin: auto;
  padding: 35px 80px; }
  .member-module .section .block .or {
    border-bottom: 2px dotted #A5A5A5; }
    .member-module .section .block .or span {
      color: #A5A5A5; }
  .member-module .section .block .fb {
    background: #4268B3;
    padding: 7px 10px;
    border-radius: 7px;
    transition: opacity .3s; }
    .member-module .section .block .fb:hover {
      opacity: 0.8; }
    .member-module .section .block .fb img {
      width: 36px; }
  .member-module .section .block > ul li:not(:last-child) {
    border-right: 1px solid #C4C4C4; }
  .member-module .section .block > ul li a:hover {
    color: #5B4D42; }
  .member-module .section .block > ul li a .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EDECE8;
    color: #5B4D42; }
    .member-module .section .block > ul li a .icon i {
      font-size: 16px; }
    .member-module .section .block > ul li a .icon svg {
      width: 18px; }
      .member-module .section .block > ul li a .icon svg path {
        stroke: #5B4D42 !important; }

@media screen and (max-width: 1400px) {
  .member-module .section .block {
    background: white !important;
    border: 2px solid #5B4D42;
    border-radius: 25px;
    width: 640px;
    padding: 35px 75px; }
  .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(1) {
    width: 130px;
    right: 8%; }
  .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(2) {
    width: 60px;
    right: 11%; }
  .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(3) {
    width: 60px;
    right: 16%; }
  .member-module .section .bg-block .dec-box .shoes-inner-2 img {
    width: 150px;
    left: 10%; } }

@media screen and (max-width: 991px) {
  .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(1) {
    width: 130px;
    right: 3%; }
  .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(2) {
    width: 60px;
    right: 6%; }
  .member-module .section .bg-block .dec-box .shoes-inner-1 img:nth-child(3) {
    width: 60px;
    right: 11%; }
  .member-module .section .bg-block .dec-box .shoes-inner-2 img {
    left: 2%; } }

@media screen and (max-width: 767px) {
  .member-module .section .block {
    width: calc(100% - 40px);
    padding: 35px 20px; }
  .member-module .section .bg-block .dec-box .shoes-inner-1,
  .member-module .section .bg-block .dec-box .shoes-inner-2 {
    display: none; } }

@media screen and (max-width: 575px) {
  .member-module .section .block {
    padding: 24px 20px; }
    .member-module .section .block > img {
      width: 150px; } }

/*member-send-*/
.member-send-module .section div.circles-block {
  width: 130px;
  height: 130px; }
  .member-send-module .section div.circles-block img {
    z-index: 1;
    width: 50px; }
  .member-send-module .section div.circles-block > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
    .member-send-module .section div.circles-block > span > span {
      width: 100%;
      height: 100%; }
      .member-send-module .section div.circles-block > span > span:nth-child(1) > span {
        -webkit-animation-name: rotate-1;
        animation-name: rotate-1; }
      .member-send-module .section div.circles-block > span > span:nth-child(2) > span {
        -webkit-animation-name: rotate-2;
        animation-name: rotate-2; }
      .member-send-module .section div.circles-block > span > span:nth-child(3) > span {
        -webkit-animation-name: rotate-3;
        animation-name: rotate-3;
        transform: rotate(90deg); }
      .member-send-module .section div.circles-block > span > span > span {
        margin: auto;
        width: 90%;
        height: 100%;
        display: block;
        background: rgba(91, 77, 66, 0.03);
        -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; }

.member-send-module .section p {
  max-width: 577px; }

.member-send-module .section .fans img {
  width: 100px; }

@media screen and (max-width: 575px) {
  .member-send-module .section div.circles-block {
    width: 80px;
    height: 80px; }
    .member-send-module .section div.circles-block img {
      width: 30px; }
  .member-send-module .section .fans img {
    width: 70px; } }

/*會員專區*/
.member-area img.title {
  width: 145px; }
  .member-area img.title ~ .btns a {
    width: 200px; }
    .member-area img.title ~ .btns a:nth-child(1) {
      background: url(images/member/btn-bg-1.svg) center no-repeat; }
    .member-area img.title ~ .btns a:nth-child(2) {
      background: url(images/member/btn-bg-2.svg) center no-repeat; }

.member-area .labels {
  background: url(images/common/line.png) bottom no-repeat; }
  .member-area .labels > span {
    display: none; }
  .member-area .labels ul {
    display: table; }
    .member-area .labels ul li {
      float: left;
      width: 198px;
      border: 1px solid #DFDFDF;
      border-bottom: none;
      border-radius: 25px 25px 0 0;
      text-align: center;
      margin: 0 0.5px;
      position: relative;
      background: #E8E3E0;
      overflow: hidden;
      transition: color .3s,background .3s ,border .3s; }
      .member-area .labels ul li:hover {
        border: 1px solid #5B4D42;
        color: #5B4D42;
        background: #FAF4F1; }
      .member-area .labels ul li.active {
        color: #5B4D42;
        font-weight: bold;
        border: 1px solid #5B4D42;
        border-bottom: 1px solid #F4F1EF;
        background: #FDF7F4; }
      .member-area .labels ul li a {
        display: block;
        padding: 14px 5px; }

.member-area .section .title-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .member-area .section .title-block form {
    width: 200px; }
  .member-area .section .title-block .select2 {
    background: transparent;
    border: 1px solid #5B4D42;
    padding: 0;
    border-radius: 25px; }
    .member-area .section .title-block .select2 .select2-selection {
      background: transparent;
      height: auto;
      padding: 11px 20px; }
      .member-area .section .title-block .select2 .select2-selection .select2-selection__arrow b {
        border-color: #5F4C3F transparent transparent transparent;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        background: none; }

@media screen and (max-width: 1600px) {
  .member-area .labels ul li {
    width: 160px; } }

@media screen and (max-width: 1199px) {
  .member-area .labels ul li {
    width: 136px; } }

@media screen and (max-width: 991px) {
  .member-area .labels {
    width: 320px;
    margin: auto;
    position: relative;
    z-index: 1;
    background: transparent; }
    .member-area .labels > span {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      background: #5B4D42;
      border-radius: 5px;
      position: relative; }
      .member-area .labels > span i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
    .member-area .labels ul {
      position: absolute;
      width: 100%;
      background: white;
      border: 2px solid #5B4D42;
      border-radius: 5px;
      display: none; }
      .member-area .labels ul li {
        width: 100%;
        float: none;
        border: none !important;
        background: none !important; }
        .member-area .labels ul li a {
          padding: 8px 10px; } }

@media screen and (max-width: 767px) {
  .member-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px; } }

@media screen and (max-width: 575px) {
  .member-area img.title {
    width: 125px; }
  .member-area .section {
    letter-spacing: 0; }
  .member-area .labels {
    width: calc(100% - 40px); } }

#orders ~ .select2-container .select2-results__options {
  background: white;
  border: 1px solid #5B4D42;
  border-radius: 5px; }

.orderNumber {
  display: flex; }
  @media screen and (max-width: 991px) {
    .orderNumber {
      display: block; } }
  @media screen and (max-width: 575px) {
    .orderNumber > div:nth-child(2) > span:nth-child(2) {
      display: block; } }

.fans img {
  width: 100px; }

@media screen and (max-width: 575px) {
  .fans img {
    width: 70px; } }

.page-style-1.cancel .section .block > div {
  max-width: 1160px; }
  .page-style-1.cancel .section .block > div .field-group > label {
    flex: 0 0 140px; }

.page-style-1.upload .section .block > div {
  max-width: 1160px; }
  .page-style-1.upload .section .block > div .field-group > label {
    flex: 0 0 140px; }
  .page-style-1.upload .section .block > div .ps {
    padding-left: 160px;
    color: #AE9A91; }

.page-style-1.upload .section ul.video-style li button .text-box .date > span:nth-child(1) {
  font-size: 19.3px; }

.page-style-1.upload .section ul.video-style li button .text-box .date > span:nth-child(2) {
  font-size: 15.4px; }

.page-style-1 .section {
  padding-bottom: 90px; }
  .page-style-1 .section .uploadInformation {
    background: #E5E4E0;
    display: table;
    margin: auto;
    padding: 8px 64px; }
  .page-style-1 .section .link-btns {
    flex-wrap: wrap; }
    .page-style-1 .section .link-btns li {
      margin: 0 7px; }
      .page-style-1 .section .link-btns li a {
        width: 140px;
        height: 40px;
        border: 1px solid #5B4D42;
        border-radius: 8px;
        transition: background .3s; }
        .page-style-1 .section .link-btns li a:hover, .page-style-1 .section .link-btns li a.active {
          background: #E5E4E0; }
        .page-style-1 .section .link-btns li a img {
          width: 14px; }
  .page-style-1 .section .block {
    margin-bottom: 95px;
    border: 1px solid #AE9A91;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px; }
    .page-style-1 .section .block > div {
      max-width: 1100px;
      margin: auto; }
      .page-style-1 .section .block > div .field-group > label {
        flex: 0 0 120px;
        margin-right: 20px; }
      .page-style-1 .section .block > div .field-group textarea {
        height: 152px; }
      .page-style-1 .section .block > div .field-group.label-top {
        align-items: flex-start; }
        .page-style-1 .section .block > div .field-group.label-top label {
          margin-top: 10px; }
    .page-style-1 .section .block .statement-box .title {
      background: #ECE6E2;
      padding-top: 12px;
      padding-bottom: 12px; }
    .page-style-1 .section .block .statement-box .content-wrapper {
      padding-top: 25px;
      padding-bottom: 25px;
      background: #FAF9F7;
      max-height: 300px; }
      .page-style-1 .section .block .statement-box .content-wrapper .mCSB_dragger_bar {
        width: 5px; }
  .page-style-1 .section .video-style {
    margin-left: -9px;
    margin-right: -9px; }
    .page-style-1 .section .video-style li {
      padding: 0 9px; }
  .page-style-1 .section .article-style-1 li {
    margin-bottom: 35px; }
    .page-style-1 .section .article-style-1 li > div:after {
      top: 98%; }

@media screen and (min-width: 1400px) {
  .page-style-1 .video-style li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (max-width: 767px) {
  .page-style-1 .section .select2 {
    padding: 8px 10px; }
  .page-style-1.upload .section .block > div .field-group > label {
    flex: 0 0 80px; }
  .page-style-1.upload .section .block > div .ps {
    padding-left: 100px; } }

@media screen and (max-width: 575px) {
  .page-style-1 .section {
    padding-bottom: 30px; }
    .page-style-1 .section .link-btns li {
      flex: 0 0 100%;
      margin-bottom: 10px; }
      .page-style-1 .section .link-btns li a {
        width: 100%;
        max-width: 350px;
        margin: auto; }
    .page-style-1 .section .block {
      margin-bottom: 30px; }
      .page-style-1 .section .block .statement-box .content-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: inherit; }
      .page-style-1 .section .block > div .field-group.label-top label {
        margin-top: 0px; }
    .page-style-1 .section .select2 {
      padding: 5px 10px; }
      .page-style-1 .section .select2 .select2-selection__arrow {
        top: 5px; }
    .page-style-1 .section .article-style-1 li {
      margin-bottom: 20px; }
  .page-style-1.upload .section .block > div .ps {
    padding-left: 0px; } }

.customBar .mCSB_scrollTools {
  opacity: 1; }
  .customBar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    background: #A8958A; }
  .customBar .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0; }

#sharing .breadcrumb,
#knowledge .breadcrumb {
  max-width: 1655px;
  padding-top: 10px; }

#sharing .section,
#knowledge .section {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1520px;
  margin: auto; }
  #sharing .section .main-block,
  #knowledge .section .main-block {
    flex: 0 0 72%; }
    #sharing .section .main-block .title-box,
    #knowledge .section .main-block .title-box {
      justify-content: space-between; }
      #sharing .section .main-block .title-box .title-inner,
      #knowledge .section .main-block .title-box .title-inner {
        align-items: center; }
        #sharing .section .main-block .title-box .title-inner > div > span > span:nth-child(2),
        #knowledge .section .main-block .title-box .title-inner > div > span > span:nth-child(2) {
          position: relative; }
          #sharing .section .main-block .title-box .title-inner > div > span > span:nth-child(2):before,
          #knowledge .section .main-block .title-box .title-inner > div > span > span:nth-child(2):before {
            content: "";
            display: block;
            width: 2px;
            height: 11px;
            background: #5B4D42;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
      #sharing .section .main-block .title-box .share-inner,
      #knowledge .section .main-block .title-box .share-inner {
        flex: 0 0 136px;
        align-items: center; }
        #sharing .section .main-block .title-box .share-inner span,
        #knowledge .section .main-block .title-box .share-inner span {
          width: 35px; }
        #sharing .section .main-block .title-box .share-inner ul li:nth-child(1) i,
        #knowledge .section .main-block .title-box .share-inner ul li:nth-child(1) i {
          font-size: 20px; }
        #sharing .section .main-block .title-box .share-inner ul li:nth-child(2) i,
        #knowledge .section .main-block .title-box .share-inner ul li:nth-child(2) i {
          font-size: 24px; }
        #sharing .section .main-block .title-box .share-inner ul li a,
        #knowledge .section .main-block .title-box .share-inner ul li a {
          width: 40px;
          height: 40px;
          background: #D092AF;
          color: white !important;
          transition: opacity .3s; }
          #sharing .section .main-block .title-box .share-inner ul li a:hover,
          #knowledge .section .main-block .title-box .share-inner ul li a:hover {
            opacity: 0.8; }
    #sharing .section .main-block .content-box,
    #knowledge .section .main-block .content-box {
      position: relative;
      padding-top: 70px; }
      #sharing .section .main-block .content-box .dec,
      #knowledge .section .main-block .content-box .dec {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      #sharing .section .main-block .content-box .inner,
      #knowledge .section .main-block .content-box .inner {
        padding: 0 78px 0 110px;
        background: white;
        border: 2px solid #604C3F;
        border-top: none;
        border-radius: 0 0 25px 25px; }
        #sharing .section .main-block .content-box .inner .edit,
        #knowledge .section .main-block .content-box .inner .edit {
          z-index: 1;
          position: relative;
          padding: 0 20px 0 10px;
          border-bottom: 2px dotted #A3A3A3;
          background: url(images/common/watermark.svg) center;
          background-size: 60%; }
          #sharing .section .main-block .content-box .inner .edit p,
          #knowledge .section .main-block .content-box .inner .edit p {
            margin-bottom: 48px; }
          #sharing .section .main-block .content-box .inner .edit > img,
          #knowledge .section .main-block .content-box .inner .edit > img {
            margin-bottom: 45px;
            width: 100%; }
          #sharing .section .main-block .content-box .inner .edit > ul,
          #knowledge .section .main-block .content-box .inner .edit > ul {
            margin-bottom: 50px; }
            #sharing .section .main-block .content-box .inner .edit > ul li,
            #knowledge .section .main-block .content-box .inner .edit > ul li {
              margin-bottom: 10px; }
          #sharing .section .main-block .content-box .inner .edit .img-group,
          #knowledge .section .main-block .content-box .inner .edit .img-group {
            margin-bottom: 10px; }
      #sharing .section .main-block .content-box .footer,
      #knowledge .section .main-block .content-box .footer {
        justify-content: space-between; }
        #sharing .section .main-block .content-box .footer a:nth-child(1):hover i,
        #knowledge .section .main-block .content-box .footer a:nth-child(1):hover i {
          opacity: 0.8; }
        #sharing .section .main-block .content-box .footer a:nth-child(1) i,
        #knowledge .section .main-block .content-box .footer a:nth-child(1) i {
          width: 44px;
          height: 44px;
          background: #EAB4D1;
          transition: opacity .3s; }
        #sharing .section .main-block .content-box .footer a:nth-child(2),
        #knowledge .section .main-block .content-box .footer a:nth-child(2) {
          flex: 0 0 286px;
          transition: transform .3s; }
          #sharing .section .main-block .content-box .footer a:nth-child(2):hover,
          #knowledge .section .main-block .content-box .footer a:nth-child(2):hover {
            transform: translateX(10px); }
          #sharing .section .main-block .content-box .footer a:nth-child(2) img,
          #knowledge .section .main-block .content-box .footer a:nth-child(2) img {
            width: 37px; }
  #sharing .section .aside-block,
  #knowledge .section .aside-block {
    flex: 0 0 23%; }
    #sharing .section .aside-block .box .title,
    #knowledge .section .aside-block .box .title {
      justify-content: space-between;
      border-bottom: 2px solid #5B4D42; }
      #sharing .section .aside-block .box .title img:nth-child(1),
      #knowledge .section .aside-block .box .title img:nth-child(1) {
        width: 140px; }
      #sharing .section .aside-block .box .title img:nth-child(2),
      #knowledge .section .aside-block .box .title img:nth-child(2) {
        width: 28px; }
    #sharing .section .aside-block .box .content ul.article-style-1 li a .img-box .text,
    #knowledge .section .aside-block .box .content ul.article-style-1 li a .img-box .text {
      left: 85px; }
    #sharing .section .aside-block .box .content ul.article-style-1 li a .text-box,
    #knowledge .section .aside-block .box .content ul.article-style-1 li a .text-box {
      padding-bottom: 18px; }
      #sharing .section .aside-block .box .content ul.article-style-1 li a .text-box .img-inner,
      #knowledge .section .aside-block .box .content ul.article-style-1 li a .text-box .img-inner {
        width: 60px;
        height: 60px;
        top: -30px;
        left: 20px; }
      #sharing .section .aside-block .box .content ul.article-style-1 li a .text-box .text-inner,
      #knowledge .section .aside-block .box .content ul.article-style-1 li a .text-box .text-inner {
        padding-left: 85px;
        padding-right: 25px; }
    #sharing .section .aside-block .box .content ul.knowledge-style li a,
    #knowledge .section .aside-block .box .content ul.knowledge-style li a {
      overflow: hidden; }
      #sharing .section .aside-block .box .content ul.knowledge-style li a:hover img,
      #knowledge .section .aside-block .box .content ul.knowledge-style li a:hover img {
        transform: scale(1.02); }
      #sharing .section .aside-block .box .content ul.knowledge-style li a:after,
      #knowledge .section .aside-block .box .content ul.knowledge-style li a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7)); }
      #sharing .section .aside-block .box .content ul.knowledge-style li a img,
      #knowledge .section .aside-block .box .content ul.knowledge-style li a img {
        transition: transform .5s;
        width: 100%; }
      #sharing .section .aside-block .box .content ul.knowledge-style li a .text,
      #knowledge .section .aside-block .box .content ul.knowledge-style li a .text {
        bottom: 15px;
        left: 10px;
        z-index: 1; }
    #sharing .section .aside-block .box .content ul.video-style li button .text-box .date > span:nth-child(1),
    #knowledge .section .aside-block .box .content ul.video-style li button .text-box .date > span:nth-child(1) {
      font-size: 19px; }
    #sharing .section .aside-block .box .content ul.video-style li button .text-box .date > span:nth-child(2),
    #knowledge .section .aside-block .box .content ul.video-style li button .text-box .date > span:nth-child(2) {
      font-size: 15.2px; }
    #sharing .section .aside-block .box .content ul.issue-style,
    #knowledge .section .aside-block .box .content ul.issue-style {
      padding-left: 24px; }
      #sharing .section .aside-block .box .content ul.issue-style.knowledge li a,
      #knowledge .section .aside-block .box .content ul.issue-style.knowledge li a {
        justify-content: flex-start; }
      #sharing .section .aside-block .box .content ul.issue-style li,
      #knowledge .section .aside-block .box .content ul.issue-style li {
        margin-bottom: 15px; }
        #sharing .section .aside-block .box .content ul.issue-style li a,
        #knowledge .section .aside-block .box .content ul.issue-style li a {
          justify-content: space-around;
          align-items: center; }
          #sharing .section .aside-block .box .content ul.issue-style li a:hover .img-inner,
          #knowledge .section .aside-block .box .content ul.issue-style li a:hover .img-inner {
            border: 2px solid #EB7DB8; }
          #sharing .section .aside-block .box .content ul.issue-style li a:hover .name,
          #knowledge .section .aside-block .box .content ul.issue-style li a:hover .name {
            font-weight: bold; }
          #sharing .section .aside-block .box .content ul.issue-style li a .img-inner,
          #knowledge .section .aside-block .box .content ul.issue-style li a .img-inner {
            border: 2px solid #F5F3F0;
            display: inline-block;
            border-radius: 50%;
            transition: border .3s;
            flex: 0 0 83px; }
          #sharing .section .aside-block .box .content ul.issue-style li a .name,
          #knowledge .section .aside-block .box .content ul.issue-style li a .name {
            transition: font-weight .3s; }
          #sharing .section .aside-block .box .content ul.issue-style li a .more,
          #knowledge .section .aside-block .box .content ul.issue-style li a .more {
            border: 1px solid #EB7DB8;
            border-radius: 5px;
            color: #EB7DB8;
            padding: 5px 13.5px; }

@media screen and (max-width: 1600px) {
  #sharing .section .main-block .content-box .inner,
  #knowledge .section .main-block .content-box .inner {
    padding: 0 50px; }
  #sharing .section .aside-block .box .content ul.issue-style,
  #knowledge .section .aside-block .box .content ul.issue-style {
    padding-left: 0; } }

@media screen and (max-width: 1400px) {
  #sharing .section .main-block .content-box,
  #knowledge .section .main-block .content-box {
    padding-top: 50px; }
  #sharing .section .aside-block,
  #knowledge .section .aside-block {
    flex: 0 0 28%;
    padding-left: 20px; } }

@media screen and (max-width: 1199px) {
  #sharing .section,
  #knowledge .section {
    flex-wrap: wrap; }
    #sharing .section .main-block,
    #knowledge .section .main-block {
      flex: 0 0 100%; }
      #sharing .section .main-block .content-box .inner,
      #knowledge .section .main-block .content-box .inner {
        padding: 0 120px; }
        #sharing .section .main-block .content-box .inner .edit,
        #knowledge .section .main-block .content-box .inner .edit {
          padding: 0 20px; }
    #sharing .section .aside-block,
    #knowledge .section .aside-block {
      flex: 0 0 100%;
      padding-left: 0; } }

@media screen and (max-width: 991px) {
  #sharing .section .main-block .content-box .inner,
  #knowledge .section .main-block .content-box .inner {
    padding: 0 50px;
    border: 2px solid #604C3F;
    border-top: none; } }

@media screen and (max-width: 767px) {
  #sharing .section .main-block .title-box,
  #knowledge .section .main-block .title-box {
    flex-wrap: wrap; }
    #sharing .section .main-block .title-box .title-inner,
    #knowledge .section .main-block .title-box .title-inner {
      flex: 0 0 100%; }
    #sharing .section .main-block .title-box .share-inner,
    #knowledge .section .main-block .title-box .share-inner {
      margin-left: auto; }
  #sharing .section .main-block .content-box,
  #knowledge .section .main-block .content-box {
    padding-top: 40px; }
    #sharing .section .main-block .content-box .inner,
    #knowledge .section .main-block .content-box .inner {
      padding: 0 20px; }
      #sharing .section .main-block .content-box .inner .edit,
      #knowledge .section .main-block .content-box .inner .edit {
        padding: 0; }
        #sharing .section .main-block .content-box .inner .edit p,
        #knowledge .section .main-block .content-box .inner .edit p {
          margin-bottom: 20px; }
        #sharing .section .main-block .content-box .inner .edit > img,
        #knowledge .section .main-block .content-box .inner .edit > img {
          margin-bottom: 20px; }
        #sharing .section .main-block .content-box .inner .edit > ul,
        #knowledge .section .main-block .content-box .inner .edit > ul {
          margin-bottom: 20px; }
          #sharing .section .main-block .content-box .inner .edit > ul li,
          #knowledge .section .main-block .content-box .inner .edit > ul li {
            margin-bottom: 5px; }
    #sharing .section .main-block .content-box .dec,
    #knowledge .section .main-block .content-box .dec {
      top: 3px; } }

@media screen and (max-width: 575px) {
  #sharing .section .main-block .title-box,
  #knowledge .section .main-block .title-box {
    border-bottom: 2px solid #5B4D42;
    margin-bottom: 20px; }
    #sharing .section .main-block .title-box .title-inner,
    #knowledge .section .main-block .title-box .title-inner {
      align-items: self-start; }
      #sharing .section .main-block .title-box .title-inner img,
      #knowledge .section .main-block .title-box .title-inner img {
        width: 70px; }
  #sharing .section .main-block .content-box,
  #knowledge .section .main-block .content-box {
    padding-top: 0; }
    #sharing .section .main-block .content-box .dec,
    #knowledge .section .main-block .content-box .dec {
      display: none; }
    #sharing .section .main-block .content-box .inner,
    #knowledge .section .main-block .content-box .inner {
      border: none;
      background: inherit;
      padding: 0; }
    #sharing .section .main-block .content-box .footer,
    #knowledge .section .main-block .content-box .footer {
      flex-wrap: wrap; }
      #sharing .section .main-block .content-box .footer a:nth-child(1) i,
      #knowledge .section .main-block .content-box .footer a:nth-child(1) i {
        width: 37px;
        height: 37px; }
      #sharing .section .main-block .content-box .footer a:nth-child(2),
      #knowledge .section .main-block .content-box .footer a:nth-child(2) {
        flex: 0 0 100%; }
  #sharing .section .aside-block .box .title img:nth-child(1),
  #knowledge .section .aside-block .box .title img:nth-child(1) {
    width: 100px;
    height: 25px; }
  #sharing .section .aside-block .box .title img:nth-child(2),
  #knowledge .section .aside-block .box .title img:nth-child(2) {
    width: 23px;
    height: 25px; }
  #sharing .section .aside-block .box .content ul.article-style-1 li a .img-box .text,
  #knowledge .section .aside-block .box .content ul.article-style-1 li a .img-box .text {
    bottom: -47px; }
  #sharing .section .aside-block .box .content ul.article-style-1 li a .text-box,
  #knowledge .section .aside-block .box .content ul.article-style-1 li a .text-box {
    padding-bottom: 12px; }
    #sharing .section .aside-block .box .content ul.article-style-1 li a .text-box .img-inner,
    #knowledge .section .aside-block .box .content ul.article-style-1 li a .text-box .img-inner {
      margin-left: 10px;
      margin-top: 10px;
      display: inline-block; }
    #sharing .section .aside-block .box .content ul.article-style-1 li a .text-box .text-inner,
    #knowledge .section .aside-block .box .content ul.article-style-1 li a .text-box .text-inner {
      padding-left: 10px; }
  #sharing .section .aside-block .box .content ul.issue-style li,
  #knowledge .section .aside-block .box .content ul.issue-style li {
    margin-bottom: 10px; }
    #sharing .section .aside-block .box .content ul.issue-style li a .img-inner,
    #knowledge .section .aside-block .box .content ul.issue-style li a .img-inner {
      flex: 0 0 60px; }
  #sharing .section .aside-block .box .content ul.knowledge-style li a .text,
  #knowledge .section .aside-block .box .content ul.knowledge-style li a .text {
    left: 0; } }

.msie #sharing .section .aside-block .box .title img:nth-child(2),
.msie #knowledge .section .aside-block .box .title img:nth-child(2) {
  height: 28px !important; }

.msie #sharing .section .main-block .content-box .dec,
.msie #knowledge .section .main-block .content-box .dec {
  border: 3px solid #5B4D42;
  border-bottom: none;
  border-radius: 25px 25px 0 0; }
  .msie #sharing .section .main-block .content-box .dec img,
  .msie #knowledge .section .main-block .content-box .dec img {
    opacity: 0; }

.msie #sharing .section .main-block .content-box .footer a:nth-child(2) img,
.msie #knowledge .section .main-block .content-box .footer a:nth-child(2) img {
  height: 37px;
  flex: 0 0 37px; }

.file-group {
  position: relative;
  border: 1px solid #B79B92;
  border-radius: 7px; }
  .file-group input {
    cursor: pointer;
    opacity: 0;
    width: 100%; }
  .file-group .val {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px; }
  .file-group .btn {
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #EEBACB;
    width: 72px;
    height: 42px;
    border-radius: 5px; }
  @media screen and (max-width: 575px) {
    .file-group .btn {
      height: 36px; } }

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  height: 131px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: url(images/header/bg.jpg); }
  #header.scroll {
    box-shadow: 0px 5px 5px rgba(28, 22, 18, 0.2); }
  #header a.logo {
    top: 50%;
    left: 7.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 286px; }
  #header .menu-toggle {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    height: 15px;
    width: 20px; }
    #header .menu-toggle .wrapper {
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block; }
      #header .menu-toggle .wrapper div {
        height: 2px;
        background-color: #113870;
        -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;
        width: 100%; }
        #header .menu-toggle .wrapper div.bar1 {
          top: 0px; }
        #header .menu-toggle .wrapper div.bar2 {
          top: 6px; }
        #header .menu-toggle .wrapper div.bar3 {
          top: 12px; }
    #header .menu-toggle.active .wrapper div.bar1 {
      top: 6px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #header .menu-toggle.active .wrapper div.bar2 {
      opacity: 0; }
    #header .menu-toggle.active .wrapper div.bar3 {
      top: 6px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  #header .bg_phone {
    height: 100%; }
    #header .bg_phone .scroll_wrapper {
      height: 100%; }
      #header .bg_phone .scroll_wrapper nav {
        margin-left: 26%;
        height: 100%;
        display: flex;
        align-items: center; }
        #header .bg_phone .scroll_wrapper nav ul.menu {
          height: 100%; }
          #header .bg_phone .scroll_wrapper nav ul.menu > li {
            height: 100%;
            padding-left: 35px;
            float: left; }
            #header .bg_phone .scroll_wrapper nav ul.menu > li.active .list > div {
              position: relative; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li.active .list > div:after {
                content: "";
                display: block;
                width: 90%;
                height: 3px;
                background: #EAB4D1;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%); }
            #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(1) .list > div .img-wrapper img {
              width: 64px; }
            #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(2) .list > div .img-wrapper img {
              width: 80px; }
            #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(3) .list > div .img-wrapper img {
              width: 103px; }
            #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(4) .list > div .img-wrapper img {
              width: 78px; }
            #header .bg_phone .scroll_wrapper nav ul.menu > li .list {
              height: 100%;
              cursor: pointer;
              position: relative; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .list > a {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 1; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .list:hover > div .img-wrapper img {
                transform: scale(1.05); }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .list:after {
                content: '';
                display: block;
                width: 1px;
                height: 50px;
                background: url(images/header/dot-dec.svg);
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                background-size: cover; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .list > div {
                height: 100%;
                align-items: center; }
                #header .bg_phone .scroll_wrapper nav ul.menu > li .list > div .img-wrapper img {
                  transition: transform .3s; }
                #header .bg_phone .scroll_wrapper nav ul.menu > li .list > div .text-wrapper {
                  padding: 0 24px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .list > div .text-wrapper span:nth-child(1) {
                    letter-spacing: 3px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .list > div .text-wrapper span:nth-child(2) {
                    color: #898989;
                    font-weight: 300; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .list i {
                display: none; }
            #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu {
              opacity: 0;
              position: absolute;
              left: 0;
              top: 131px;
              background: url(images/header/sub-bg.jpg);
              width: 100%;
              z-index: 2;
              padding-top: 80px;
              padding-bottom: 65px;
              border-top: 1px solid #D8D8D8;
              transition: opacity .3s;
              pointer-events: none; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu.show {
                opacity: 1;
                pointer-events: all; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .tag {
                display: none; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left {
                position: relative;
                width: 57%;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                max-height: 290px; }
                #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left:after {
                  content: "";
                  display: block;
                  width: 1px;
                  height: 234px;
                  background: #E9E9E9;
                  position: absolute;
                  right: 0;
                  top: 50%;
                  transform: translateY(-50%); }
                #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li {
                  height: 80px;
                  margin-bottom: 13px;
                  padding-right: 30px;
                  display: flex; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li a {
                    display: flex;
                    align-items: center; }
                    #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li a:hover span:not(.img-wrapper):after {
                      height: 7px;
                      filter: blur(0px); }
                    #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li a .img-wrapper {
                      text-align: center;
                      width: 78px;
                      margin-right: 15px; }
                    #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li a span:not(.img-wrapper) {
                      display: block;
                      position: relative;
                      z-index: 1;
                      color: #5B4D42; }
                      #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li a span:not(.img-wrapper):after {
                        content: "";
                        display: block;
                        z-index: -1;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 0px;
                        background: #E7ADCE;
                        transition: height .3s,filter .4s;
                        filter: blur(10px); }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(1) img {
                    width: 47px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(2) img {
                    width: 50px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(3) img {
                    width: 59px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(4) img {
                    width: 75px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(5) img {
                    width: 64px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(6) img {
                    width: 60px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(7) img {
                    width: 54px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(8) img {
                    width: 57px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(9) img {
                    width: 58px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(10) img {
                    width: 60px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(11) img {
                    width: 54px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li:nth-child(12) img {
                    width: 78px; }
              #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content .right {
                width: 43%;
                height: 100%;
                position: relative;
                padding-left: 50px; }
                #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content .right ul {
                  padding: 0 20px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content .right ul li {
                    padding: 0 40px; }
                #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content .right .slick-arrow {
                  width: 35px;
                  height: 35px; }
      #header .bg_phone .scroll_wrapper > ul {
        z-index: 1;
        position: absolute;
        top: 50%;
        right: 6.5%;
        transform: translateY(-50%); }
        #header .bg_phone .scroll_wrapper > ul > li {
          float: left; }
          #header .bg_phone .scroll_wrapper > ul > li:nth-child(1) {
            margin-right: 10px; }
            #header .bg_phone .scroll_wrapper > ul > li:nth-child(1) a > i {
              font-size: 22px; }
          #header .bg_phone .scroll_wrapper > ul > li:nth-child(2) {
            margin-right: 10px; }
            #header .bg_phone .scroll_wrapper > ul > li:nth-child(2) a > svg {
              width: 20px; }
              #header .bg_phone .scroll_wrapper > ul > li:nth-child(2) a > svg path {
                stroke: #5B4D42 !important; }
          #header .bg_phone .scroll_wrapper > ul > li > a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #EDECE8; }
            #header .bg_phone .scroll_wrapper > ul > li > a i {
              color: #5B4D42; }
          #header .bg_phone .scroll_wrapper > ul > li.search {
            position: relative; }
            #header .bg_phone .scroll_wrapper > ul > li.search.actived .input_wrapper {
              width: 170px;
              left: -180px; }
              #header .bg_phone .scroll_wrapper > ul > li.search.actived .input_wrapper input {
                opacity: 1; }
              #header .bg_phone .scroll_wrapper > ul > li.search.actived .input_wrapper button {
                opacity: 1; }
            #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper {
              display: inline-block;
              overflow: hidden;
              width: 0px;
              height: 50px;
              -webkit-transition: width .5s,border .5s, left .5s ,opacity .5s;
              transition: width .5s,border .5s, left .5s ,opacity .5s;
              background-color: #EDECE8;
              position: absolute;
              left: -5px;
              top: 50%;
              border-radius: 15px;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              line-height: 50px; }
              #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper input {
                border: none;
                width: 250px;
                width: 100%;
                padding-left: 25px;
                padding-right: 40px;
                background: none;
                opacity: 0;
                -webkit-transition: opacity .5s;
                transition: opacity .5s;
                font-size: 16px;
                line-height: 24px; }
              #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper button {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 38px;
                height: 50px;
                color: #ACACAC;
                font-size: 22px;
                margin: 0;
                opacity: 0;
                -webkit-transition: opacity .3s;
                transition: opacity .3s; }
                #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper button i::before {
                  font-size: 22px;
                  color: #5B4D42; }
            #header .bg_phone .scroll_wrapper > ul > li.search .search-toggle {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 50px;
              height: 50px;
              border-radius: 50%;
              background: #EDECE8;
              cursor: pointer; }
              #header .bg_phone .scroll_wrapper > ul > li.search .search-toggle i {
                font-size: 20px;
                color: #5B4D42; }
      #header .bg_phone .scroll_wrapper .links {
        display: none; }
      #header .bg_phone .scroll_wrapper > div {
        display: none; }
  #header > ul {
    position: absolute;
    top: 50%;
    right: 9.5%;
    transform: translateY(-50%); }
    #header > ul > li {
      float: left; }
      #header > ul > li:nth-child(1) {
        margin-right: 10px; }
        #header > ul > li:nth-child(1) a > i {
          font-size: 22px; }
      #header > ul > li:nth-child(2) {
        margin-right: 10px; }
        #header > ul > li:nth-child(2) a,
        #header > ul > li:nth-child(2) div {
          position: relative; }
          #header > ul > li:nth-child(2) a svg,
          #header > ul > li:nth-child(2) a img,
          #header > ul > li:nth-child(2) div svg,
          #header > ul > li:nth-child(2) div img {
            width: 20px; }
            #header > ul > li:nth-child(2) a svg path,
            #header > ul > li:nth-child(2) a img path,
            #header > ul > li:nth-child(2) div svg path,
            #header > ul > li:nth-child(2) div img path {
              stroke: #5B4D42 !important; }
      #header > ul > li > a,
      #header > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #EDECE8; }
        #header > ul > li > a .img-wrapper,
        #header > ul > li > div .img-wrapper {
          cursor: pointer;
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
        #header > ul > li > a > ul,
        #header > ul > li > div > ul {
          position: absolute;
          display: none;
          top: 60px;
          background: #FAF4F1;
          padding: 5px 10px;
          width: 100px;
          box-shadow: 1px 1px 3px #564B44;
          left: 0;
          border-radius: 3px; }
          #header > ul > li > a > ul li,
          #header > ul > li > div > ul li {
            padding: 5px 0; }
            #header > ul > li > a > ul li:nth-child(1),
            #header > ul > li > div > ul li:nth-child(1) {
              border-bottom: 1px solid #564B44; }
        #header > ul > li > a i,
        #header > ul > li > div i {
          color: #5B4D42; }
      #header > ul > li.search {
        position: relative; }
        #header > ul > li.search.actived .input_wrapper {
          width: 200px;
          left: -210px; }
          #header > ul > li.search.actived .input_wrapper input {
            opacity: 1; }
          #header > ul > li.search.actived .input_wrapper button {
            opacity: 1; }
        #header > ul > li.search .input_wrapper {
          display: inline-block;
          overflow: hidden;
          width: 0px;
          height: 50px;
          -webkit-transition: width .5s,border .5s, left .5s ,opacity .5s;
          transition: width .5s,border .5s, left .5s ,opacity .5s;
          background-color: #EDECE8;
          position: absolute;
          left: -5px;
          top: 50%;
          border-radius: 15px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: 50px; }
          #header > ul > li.search .input_wrapper input {
            border: none;
            width: 250px;
            margin-left: 25px;
            background: none;
            opacity: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            font-size: 16px;
            line-height: 24px; }
          #header > ul > li.search .input_wrapper button {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 38px;
            height: 50px;
            color: #ACACAC;
            font-size: 22px;
            margin: 0;
            opacity: 0;
            -webkit-transition: opacity .3s;
            transition: opacity .3s; }
            #header > ul > li.search .input_wrapper button i::before {
              font-size: 22px;
              color: #5B4D42; }
        #header > ul > li.search .search-toggle {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: #EDECE8;
          cursor: pointer; }
          #header > ul > li.search .search-toggle i {
            font-size: 20px;
            color: #5B4D42; }
  @media (max-width: 1850px) {
    #header a.logo {
      left: 40px; }
    #header .bg_phone .scroll_wrapper nav {
      margin-left: 340px; }
      #header .bg_phone .scroll_wrapper nav ul.menu > li {
        padding-left: 20px; }
    #header .bg_phone .scroll_wrapper > ul {
      right: 40px; }
    #header > ul {
      right: 100px; } }
  @media (max-width: 1600px) {
    #header a.logo {
      left: 20px;
      width: 250px; }
    #header .bg_phone .scroll_wrapper nav {
      margin-left: 280px; }
      #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(1) .list > div .img-wrapper img {
        width: 50px; }
      #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(2) .list > div .img-wrapper img {
        width: 62.5px; }
      #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(3) .list > div .img-wrapper img {
        width: 80.5px; }
      #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(4) .list > div .img-wrapper img {
        width: 61px; }
    #header .bg_phone .scroll_wrapper > ul {
      right: 20px; }
    #header > ul {
      right: 80px; } }
  @media (max-width: 1400px) {
    #header .bg_phone .scroll_wrapper nav ul.menu > li .list > div .text-wrapper {
      padding: 0 5px; }
    #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(1) .list > div .img-wrapper img {
      width: 40px; }
    #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(2) .list > div .img-wrapper img {
      width: 50x; }
    #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(3) .list > div .img-wrapper img {
      width: 64.4px; }
    #header .bg_phone .scroll_wrapper nav ul.menu > li:nth-child(4) .list > div .img-wrapper img {
      width: 48.8px; }
    #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left {
      max-height: 450px; }
    #header .bg_phone .scroll_wrapper > ul {
      right: 20px; } }
  @media (max-width: 1199px) {
    #header {
      height: 53px; }
      #header a.logo {
        width: 128px;
        left: 105px; }
      #header .menu-toggle {
        display: block; }
      #header .gray_block.active {
        left: 0;
        top: 53px;
        width: 100vw;
        height: 100vh;
        background-color: black;
        position: absolute;
        opacity: 0.5; }
      #header .bg_phone {
        width: 360px;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        display: block;
        left: 0;
        top: 53px;
        height: calc(100vh - 53px);
        z-index: 40;
        pointer-events: none;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        background: white;
        -webkit-transform: translateX(-360px);
        transform: translateX(-360px);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        border-top: 1px solid #D9D9D9; }
        #header .bg_phone.active {
          -webkit-transform: translateX(0px);
          transform: translateX(0px);
          pointer-events: all; }
        #header .bg_phone .scroll_wrapper {
          -webkit-overflow-scrolling: touch;
          background: url(images/common/bg.jpg);
          height: auto; }
          #header .bg_phone .scroll_wrapper > ul {
            padding-top: 20px;
            position: static;
            transform: none; }
            #header .bg_phone .scroll_wrapper > ul > li.search {
              text-align: center;
              margin: 0;
              float: none; }
              #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper {
                position: relative;
                width: 270px;
                height: 45px;
                transform: none;
                border-radius: 25px;
                line-height: 45px;
                left: 0; }
                #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper form {
                  display: flex;
                  margin: auto;
                  justify-content: space-between; }
                #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper input {
                  padding-right: 0;
                  width: auto;
                  margin-left: 0;
                  opacity: 1;
                  line-height: normal;
                  padding-left: 15px; }
                #header .bg_phone .scroll_wrapper > ul > li.search .input_wrapper button {
                  position: static;
                  height: 45px;
                  opacity: 1;
                  padding-right: 10px; }
              #header .bg_phone .scroll_wrapper > ul > li.search .search-toggle {
                display: none; }
          #header .bg_phone .scroll_wrapper nav {
            margin-left: 0;
            display: block;
            height: auto;
            float: none;
            padding-bottom: 30px; }
            #header .bg_phone .scroll_wrapper nav ul.menu {
              padding-top: 10px; }
              #header .bg_phone .scroll_wrapper nav ul.menu li {
                float: none;
                width: 100%;
                padding: 20px 42px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(1) .submenu {
                  padding-bottom: 80px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(2) .list > a, #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(3) .list > a {
                  display: none; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(2) .submenu .tag > div .img-wrapper {
                  width: 70px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(3) .submenu .tag > div .img-wrapper {
                  width: 95px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(1) .list > div .img-wrapper img {
                  width: 58px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(2) .list > div .img-wrapper img {
                  width: 76px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(3) .list > div .img-wrapper img {
                  width: 86px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4) .list > div .img-wrapper img {
                  width: 66px; }
                #header .bg_phone .scroll_wrapper nav ul.menu li.active .list > div:after {
                  display: none; }
                #header .bg_phone .scroll_wrapper nav ul.menu li .list {
                  display: flex;
                  justify-content: space-between; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .list i {
                    font-size: 16px;
                    color: white;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    width: 28px;
                    height: 28px;
                    background: rgba(0, 0, 0, 0.2);
                    border-radius: 50%;
                    position: relative;
                    top: 7px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .list:after {
                    display: none; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .list > div .img-wrapper {
                    width: 90px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .list > div .text-wrapper {
                    text-align: left !important; }
                #header .bg_phone .scroll_wrapper nav ul.menu li .submenu {
                  opacity: 1;
                  display: block;
                  pointer-events: all;
                  top: 0px;
                  padding: 0;
                  z-index: 1;
                  transform: translateX(-360px);
                  transition: transform .3s;
                  overflow: hidden;
                  height: 0; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .submenu.active {
                    transform: translateX(0px);
                    height: auto;
                    min-height: 470px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag {
                    display: flex;
                    color: white;
                    font-size: 18px;
                    background: #ECE7E4;
                    padding: 15px 20px;
                    text-align: center;
                    align-items: center;
                    position: relative;
                    height: 88px; }
                    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag > div {
                      display: inline-flex;
                      position: absolute;
                      top: 50%;
                      left: 55%;
                      transform: translate(-50%, -50%);
                      width: 100%;
                      justify-content: center; }
                      #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag > div .img-wrapper {
                        width: 58px; }
                      #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag > div .text-wrapper {
                        text-align: left !important;
                        color: black;
                        margin-left: 20px; }
                        #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag > div .text-wrapper span {
                          font-weight: normal; }
                          #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag > div .text-wrapper span:nth-child(1) {
                            font-size: 18px;
                            margin-top: 5px; }
                          #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag > div .text-wrapper span:nth-child(2) {
                            font-size: 14px; }
                    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .tag i {
                      font-size: 16px;
                      float: none;
                      width: 31px;
                      height: 31px;
                      background: #F8B1CF;
                      border-radius: 50%;
                      position: static;
                      display: flex;
                      justify-content: center;
                      align-items: center; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .submenu ul {
                    padding: 0 0px;
                    width: 100%; }
                    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu ul li {
                      font-size: 16px;
                      color: #5B4D42;
                      width: 100%;
                      margin: 0;
                      padding: 15px 20px;
                      border-bottom: 1px solid #D9D9D9; }
                      #header .bg_phone .scroll_wrapper nav ul.menu li .submenu ul li a .text {
                        margin: 0; }
                        #header .bg_phone .scroll_wrapper nav ul.menu li .submenu ul li a .text .info {
                          display: none; }
                      #header .bg_phone .scroll_wrapper nav ul.menu li .submenu ul li i.arrow {
                        margin-top: 5px; }
                  #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content {
                    width: 100%; }
                    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content ul.left {
                      display: block !important;
                      padding: 0 !important;
                      width: 100%;
                      max-height: initial; }
                      #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content ul.left li {
                        width: 50%;
                        height: auto;
                        padding: 0;
                        float: left;
                        margin: 0;
                        display: block;
                        border-bottom: 1px solid #D9D9D9; }
                        #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content ul.left li a {
                          flex-wrap: wrap;
                          padding-bottom: 10px; }
                          #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content ul.left li a .img-wrapper {
                            margin-right: 0;
                            height: 90px;
                            margin-top: 10px;
                            position: relative; }
                            #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content ul.left li a .img-wrapper img {
                              position: absolute;
                              top: 50%;
                              left: 50%;
                              transform: translate(-50%, -50%); }
                          #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content ul.left li a > span {
                            flex: 0 0 100%;
                            font-size: 16px;
                            text-align: center; }
                            #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content ul.left li a > span:not(.img-wrapper) {
                              flex: 0 0 55%;
                              margin: auto; }
                    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu .content .right {
                      display: none; }
          #header .bg_phone .scroll_wrapper .tag {
            display: block;
            font-weight: bold;
            text-align: center;
            padding: 15px 20px;
            border-bottom: 1px solid #DDDDDD;
            font-size: 16px; }
            #header .bg_phone .scroll_wrapper .tag i {
              position: absolute;
              left: 12px;
              cursor: pointer; }
          #header .bg_phone .scroll_wrapper .links {
            display: table;
            margin: auto; }
            #header .bg_phone .scroll_wrapper .links li {
              margin-right: 8px; }
              #header .bg_phone .scroll_wrapper .links li:nth-child(1) a i {
                font-size: 20px; }
              #header .bg_phone .scroll_wrapper .links li:nth-child(2) a i {
                font-size: 22px; }
              #header .bg_phone .scroll_wrapper .links li:nth-child(3) a i {
                font-size: 24px; }
              #header .bg_phone .scroll_wrapper .links li:nth-child(4) a i::before {
                width: auto; }
              #header .bg_phone .scroll_wrapper .links li a {
                width: 40px;
                height: 40px;
                background: #E493B1; }
                #header .bg_phone .scroll_wrapper .links li a i {
                  color: white; }
          #header .bg_phone .scroll_wrapper > div {
            display: table;
            margin: auto;
            color: #595959;
            margin-top: 35px;
            padding-bottom: 90px; }
            #header .bg_phone .scroll_wrapper > div a:nth-child(1) {
              margin-right: 10px; }
            #header .bg_phone .scroll_wrapper > div a:nth-child(2) {
              margin-left: 10px; }
      #header > ul {
        right: 20px; }
        #header > ul > li > a {
          width: 34px;
          height: 34px; }
        #header > ul > li:nth-child(1) a > i {
          font-size: 18px; }
        #header > ul > li:nth-child(2) {
          margin-right: 0; }
          #header > ul > li:nth-child(2) a img,
          #header > ul > li:nth-child(2) a svg,
          #header > ul > li:nth-child(2) div img,
          #header > ul > li:nth-child(2) div svg {
            width: 18px; }
        #header > ul > li > div {
          width: 34px;
          height: 34px; }
          #header > ul > li > div .img-wrapper {
            width: 34px;
            height: 34px; }
          #header > ul > li > div ul {
            top: 45px;
            left: auto;
            right: 0; }
      #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu .content ul.left li a span:not(.img-wrapper):after {
        display: none; } }
  @media (max-width: 576px) {
    #header .bg_phone {
      width: 100%;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      #header .bg_phone .scroll_wrapper nav ul.menu > li .submenu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
    #header .gray_block {
      display: none; } }
  @media (max-width: 340px) {
    #header a.logo {
      left: 70px; } }

/* ==========================================================================
    footer
 ==========================================================================*/
footer {
  background: url(images/common/bg.jpg); }
  footer #goTop {
    z-index: 2;
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 35px;
    bottom: 50px;
    background: url(images/common/gotop.svg) center no-repeat;
    transition: opacity .3s; }
    footer #goTop:hover {
      opacity: 0.8; }
  footer #sineCanvas {
    width: 100%;
    vertical-align: top; }
  footer > div:nth-child(3) {
    margin-top: -6px;
    background: #EECFDE;
    padding-bottom: 30px; }
    footer > div:nth-child(3) .max1400:nth-child(1) > ul {
      flex-grow: 1;
      text-align: center; }
      footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(1) {
        margin-right: 11.5%; }
        footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(1) > div ul {
          width: 215px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-height: 200px; }
          footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(1) > div ul li {
            width: 50%; }
      footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(2) {
        margin-right: 10%; }
        footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(2) > div ul {
          width: 170px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-height: 120px;
          margin: auto; }
          footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(2) > div ul li {
            width: 50%; }
      footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(3) {
        margin-right: 15%; }
      footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(4) {
        width: 120px; }
      footer > div:nth-child(3) .max1400:nth-child(1) > ul > li > span {
        border-bottom: 1px solid white; }
      footer > div:nth-child(3) .max1400:nth-child(1) > ul > li > div ul li {
        margin-bottom: 6px; }
    footer > div:nth-child(3) .max1400:nth-child(1) > div {
      position: relative;
      right: -3%;
      flex: 0 0 300px; }
      footer > div:nth-child(3) .max1400:nth-child(1) > div img {
        width: 250px; }
      footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(2) {
        letter-spacing: 0.5px;
        font-size: 16px; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(2) li {
          margin-bottom: 6px; }
      footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li {
        margin-right: 12px; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li:nth-child(1) i {
          font-size: 20px; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li:nth-child(2) i {
          font-size: 20px; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li:nth-child(3) i {
          font-size: 22px; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li:nth-child(4) i {
          font-size: 16px; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li > a {
          width: 40px;
          height: 40px;
          background: #D092AF;
          color: white !important;
          transition: opacity .3s; }
          footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li > a i::before {
            width: auto; }
          footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) li > a:hover {
            opacity: 0.8; }
    footer > div:nth-child(3) .max1400:nth-child(2) {
      letter-spacing: 0.8px;
      justify-content: space-between; }
      footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(1) > span:nth-child(1) {
        color: #1E1D1D; }
      footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(1) > span:nth-child(2) {
        color: #595959; }
        footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(1) > span:nth-child(2) a {
          transition: color .3s; }
          footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(1) > span:nth-child(2) a:hover {
            color: #5B4D42; }
      footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(2) {
        color: #595959; }
  @media (max-width: 1600px) {
    footer > div:nth-child(3) .max1400:nth-child(1) > ul > li {
      margin-right: 10% !important; } }
  @media (max-width: 1400px) {
    footer > div:nth-child(3) .max1400:nth-child(1) > ul > li {
      margin-right: 6% !important; } }
  @media (max-width: 1199px) {
    footer > div:nth-child(3) .max1400:nth-child(1) > ul > li {
      margin-right: 1% !important; } }
  @media (max-width: 991px) {
    footer > div:nth-child(3) .max1400:nth-child(1) {
      flex-wrap: wrap; }
      footer > div:nth-child(3) .max1400:nth-child(1) > ul {
        flex: 0 0 100%; }
        footer > div:nth-child(3) .max1400:nth-child(1) > ul > li {
          margin-right: 0 !important;
          padding-right: 3%; }
          footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(1), footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(2) {
            width: 30%; }
          footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(3), footer > div:nth-child(3) .max1400:nth-child(1) > ul > li:nth-child(4) {
            width: 20%; }
      footer > div:nth-child(3) .max1400:nth-child(1) > div {
        right: 0; }
    footer > div:nth-child(3) .max1400:nth-child(2) {
      flex-wrap: wrap; }
      footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(1) {
        flex: 0 0 100%;
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    footer > div:nth-child(3) .max1400:nth-child(1) > ul {
      display: none; } }
  @media (max-width: 575px) {
    footer {
      text-align: center;
      position: relative; }
      footer #goTop {
        position: absolute;
        right: auto;
        left: 50%;
        bottom: auto;
        top: 15px;
        transform: translateX(-50%);
        width: 57px;
        height: 57px; }
      footer > div:nth-child(3) .max1400:nth-child(1) > div {
        flex: 0 0 100%; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(2) {
          margin-bottom: 20px !important; }
          footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(2) li {
            margin-bottom: 4px; }
        footer > div:nth-child(3) .max1400:nth-child(1) > div ul:nth-child(3) {
          justify-content: center; }
      footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(1) {
        margin-bottom: 20px; }
        footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(1) > span:nth-child(1) span {
          display: block;
          margin-bottom: 5px; }
      footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(2) {
        margin: auto; }
        footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(2) a:nth-child(1) {
          margin-right: 10px; }
        footer > div:nth-child(3) .max1400:nth-child(2) > div:nth-child(2) a:nth-child(2) {
          margin-left: 10px; } }

@-webkit-keyframes rotate-1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate-2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes rotate-3 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@-webkit-keyframes flicker {
  0% {
    -webkit-transform: scale(0.8) rotate(0deg);
    transform: scale(0.8) rotate(0deg);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(1.2) rotate(180deg);
    transform: scale(1.2) rotate(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8) rotate(360deg);
    transform: scale(0.8) rotate(360deg);
    opacity: 0.1; } }

#index .banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #index .banner-section .copyright-block {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px; }
  #index .banner-section .banner-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    #index .banner-section .banner-block .jqimgFill {
      height: 921px; }
    #index .banner-section .banner-block .text {
      width: 25.5%;
      top: 27%;
      right: 8%;
      pointer-events: none; }
    #index .banner-section .banner-block .video {
      width: 16.5%;
      height: 20%;
      bottom: 8%;
      left: 5%;
      background-size: contain;
      background-repeat: no-repeat; }
      #index .banner-section .banner-block .video button {
        width: 15%; }
        #index .banner-section .banner-block .video button:hover img {
          -webkit-transform: translateY(10px);
          transform: translateY(10px); }
        #index .banner-section .banner-block .video button img {
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
  #index .banner-section .society-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    color: #564B44;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #index .banner-section .society-block ul {
      margin-top: 235px; }
      #index .banner-section .society-block ul li {
        margin-bottom: 42px; }
        #index .banner-section .society-block ul li:nth-child(1) i {
          font-size: 24px; }
        #index .banner-section .society-block ul li:nth-child(2) i {
          font-size: 26px; }
        #index .banner-section .society-block ul li:nth-child(3) i {
          font-size: 18px; }
        #index .banner-section .society-block ul li:nth-child(4) i {
          font-size: 24px; }
        #index .banner-section .society-block ul li a {
          width: 28px;
          height: 28px;
          -webkit-transition: opacity .3s;
          transition: opacity .3s; }
          #index .banner-section .society-block ul li a:hover {
            opacity: 0.8;
            color: #5B4D42; }
          #index .banner-section .society-block ul li a i::before {
            margin: 0;
            width: auto; }
  #index .banner-section .scroll-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 18px;
    bottom: 11%;
    right: 29px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    #index .banner-section .scroll-block:hover {
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
    #index .banner-section .scroll-block svg {
      width: 12px; }

#index .reservation-section {
  max-width: calc(100% - 40px);
  margin: auto; }
  #index .reservation-section .main-block {
    max-width: 1344px;
    margin: auto; }
  #index .reservation-section .dec-block img:nth-child(1) {
    top: 20px;
    right: 6%; }
  #index .reservation-section .dec-block img:nth-child(2) {
    bottom: -145px;
    left: 5%; }

#index .order-section {
  max-width: calc(100% - 40px);
  margin: auto; }
  #index .order-section .title-block .title-box .img-wrapper {
    position: relative;
    left: -80px; }
    #index .order-section .title-block .title-box .img-wrapper img:nth-child(1) {
      width: 195px; }
    #index .order-section .title-block .title-box .img-wrapper img:nth-child(2) {
      width: 265px;
      margin-top: 100px; }
  #index .order-section .title-block .title-box p span {
    display: block; }
  #index .order-section .title-block .dec-box img {
    width: 62px; }
    #index .order-section .title-block .dec-box img:nth-child(1) {
      top: 50%;
      left: 21%; }
    #index .order-section .title-block .dec-box img:nth-child(2) {
      top: 29%;
      left: 28%; }
    #index .order-section .title-block .dec-box img:nth-child(3) {
      top: 7%;
      left: 47%; }
  #index .order-section .content-block {
    width: calc(100% - 40px);
    max-width: 1620px;
    margin: auto; }
    #index .order-section .content-block ul:not(.slick-dots) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        margin-bottom: 45px;
        padding: 0 20px; }
        #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a {
          display: block; }
          #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a:hover img {
            -webkit-transform: scale(1.05) translateY(-50px);
            transform: scale(1.05) translateY(-50px); }
          #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a:hover .text-box {
            -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
          #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box {
            width: 190px;
            height: 190px; }
            #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box img {
              z-index: 1;
              height: 60%;
              max-width: 60%;
              -webkit-transition: -webkit-transform .3s;
              transition: -webkit-transform .3s;
              transition: transform .3s;
              transition: transform .3s, -webkit-transform .3s; }
            #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box .dec-inner {
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
              #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box .dec-inner > span {
                width: 100%;
                height: 100%; }
                #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box .dec-inner > span > span {
                  margin: auto;
                  width: 90%;
                  height: 100%;
                  display: block;
                  background: rgba(91, 77, 66, 0.05);
                  -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 .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box .dec-inner > span:nth-child(1) > span {
                  -webkit-animation-name: rotate-1;
                  animation-name: rotate-1; }
                #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box .dec-inner > span:nth-child(2) > span {
                  -webkit-animation-name: rotate-2;
                  animation-name: rotate-2; }
                #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box .dec-inner > span:nth-child(3) > span {
                  -webkit-animation-name: rotate-3;
                  animation-name: rotate-3;
                  -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
          #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .text-box {
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
  #index .order-section .dec-block {
    pointer-events: none; }
    #index .order-section .dec-block img:nth-child(1) {
      bottom: -100px;
      right: 10%; }
    #index .order-section .dec-block img:nth-child(2) {
      width: 80px;
      bottom: 75px;
      right: 14%; }
    #index .order-section .dec-block img:nth-child(3) {
      width: 80px;
      bottom: -18px;
      right: 17%; }

#index .share-section {
  max-width: calc(100% - 40px);
  margin: auto; }
  #index .share-section .title-block .title-box {
    align-items: baseline; }
    #index .share-section .title-block .title-box p {
      padding-left: 40px; }
      #index .share-section .title-block .title-box p:before {
        content: "";
        display: block;
        width: 1px;
        height: 80px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #C2BDBA; }
      #index .share-section .title-block .title-box p span {
        display: block; }
    #index .share-section .title-block .title-box .img-wrapper {
      margin-left: 90px;
      padding-right: 30px; }
      #index .share-section .title-block .title-box .img-wrapper img:nth-child(1) {
        width: 280px; }
      #index .share-section .title-block .title-box .img-wrapper img:nth-child(2) {
        width: 220px; }
  #index .share-section .title-block .stars img:nth-child(1) {
    top: 15%;
    left: 21%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  #index .share-section .title-block .stars img:nth-child(2) {
    top: -6%;
    left: 27%; }
  #index .share-section .content-block > div.left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%; }
    #index .share-section .content-block > div.left .img-box .jqimgFill {
      height: 671px; }
  #index .share-section .content-block > div.right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.3%;
    flex: 0 0 51.3%; }
    #index .share-section .content-block > div.right > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 5px; }
      #index .share-section .content-block > div.right > div:nth-child(1) a:nth-child(1) {
        margin-bottom: 5px; }
      #index .share-section .content-block > div.right > div:nth-child(1) .img-box .jqimgFill {
        height: 333px; }
      #index .share-section .content-block > div.right > div:nth-child(2) .img-box .jqimgFill {
        height: 671px; }
  #index .share-section .content-block a {
    overflow: hidden; }
    #index .share-section .content-block a:hover .img-box .jqimgFill {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    #index .share-section .content-block a .img-box img {
      width: 100%; }
    #index .share-section .content-block a .img-box .jqimgFill {
      height: 671px;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
    #index .share-section .content-block a .text-box {
      width: 100%;
      height: 50%;
      max-height: 290px;
      position: absolute;
      left: 0;
      bottom: 0;
      color: white;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); }
      #index .share-section .content-block a .text-box .text-inner {
        position: absolute;
        bottom: 17px;
        padding: 0 30px; }

#index .knowledge-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #index .knowledge-section .title-block {
    letter-spacing: 0.8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.5%;
    flex: 0 0 35.5%;
    margin-right: 125px;
    padding-top: 120px; }
    #index .knowledge-section .title-block .title-box .img-wrapper img:nth-child(1) {
      width: 330px; }
    #index .knowledge-section .title-block .title-box .img-wrapper img:nth-child(2) {
      width: 220px; }
    #index .knowledge-section .title-block p {
      padding-left: 70px; }
      #index .knowledge-section .title-block p span {
        display: block; }
    #index .knowledge-section .title-block .dec-box img:nth-child(1) {
      top: -98px;
      left: -2%; }
  #index .knowledge-section .video-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.5%;
    flex: 0 0 56.5%;
    max-width: 866px;
    height: 543px;
    background-repeat: no-repeat;
    background-size: cover; }
    #index .knowledge-section .video-block button:hover img {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }
    #index .knowledge-section .video-block button img {
      width: 64px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    #index .knowledge-section .video-block button span {
      width: calc(100% - 40px);
      max-width: 490px;
      margin: auto;
      letter-spacing: 1.5px;
      font-weight: bold; }
  #index .knowledge-section .content-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start; }
    #index .knowledge-section .content-block > div:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 57.5%;
      flex: 0 0 57.5%;
      padding-left: 90px; }
      #index .knowledge-section .content-block > div:nth-child(1) > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
        #index .knowledge-section .content-block > div:nth-child(1) > div a {
          overflow: hidden; }
          #index .knowledge-section .content-block > div:nth-child(1) > div a:hover .img-box .jqimgFill {
            -webkit-transform: scale(1.05);
            transform: scale(1.05); }
          #index .knowledge-section .content-block > div:nth-child(1) > div a .img-box .jqimgFill {
            height: 328px;
            -webkit-transition: -webkit-transform 2s;
            transition: -webkit-transform 2s;
            transition: transform 2s;
            transition: transform 2s, -webkit-transform 2s; }
          #index .knowledge-section .content-block > div:nth-child(1) > div a .text-box {
            width: 100%;
            height: 50%;
            max-height: 290px;
            position: absolute;
            left: 0;
            bottom: 0;
            color: white;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); }
            #index .knowledge-section .content-block > div:nth-child(1) > div a .text-box .text-inner {
              position: absolute;
              bottom: 17px;
              padding: 0 30px; }
    #index .knowledge-section .content-block > div:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
      flex: 0 0 31%;
      -ms-flex-item-align: center;
      align-self: center; }
      #index .knowledge-section .content-block > div:nth-child(2) img {
        width: 100%;
        max-width: 346px; }
  #index .knowledge-section .dec-block img {
    bottom: 0;
    right: 4%; }

#index .recommend-section .title-block .title-box .img-wrapper img:nth-child(1) {
  width: 255px; }

#index .recommend-section .title-block .title-box .img-wrapper img:nth-child(2) {
  width: 220px; }

#index .recommend-section .title-block .title-box p {
  padding-left: 40px;
  margin-top: 80px; }
  #index .recommend-section .title-block .title-box p:before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #C2BDBA; }
  #index .recommend-section .title-block .title-box p span {
    display: block; }

#index .recommend-section .title-block .stars img:nth-child(1) {
  top: -20%;
  left: 26%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#index .recommend-section .title-block .stars img:nth-child(2) {
  top: 5%;
  left: 28%; }

#index .recommend-section .content-block .slider {
  padding: 0 80px; }
  #index .recommend-section .content-block .slider li {
    max-width: inherit !important; }

#index .recommend-section .content-block .product-item > div {
  max-width: 346px; }
  #index .recommend-section .content-block .product-item > div a > span .img-box img {
    width: 220px; }

@media screen and (max-width: 1800px) {
  #index .banner-section .society-block ul {
    margin-top: 20px; }
  #index .order-section .title-block .dec-box img:nth-child(1) {
    left: 18%; }
  #index .order-section .title-block .dec-box img:nth-child(2) {
    left: 23%; }
  #index .order-section .dec-block img:nth-child(1) {
    right: 0; }
  #index .order-section .dec-block img:nth-child(2) {
    right: 4%; }
  #index .order-section .dec-block img:nth-child(3) {
    right: 7%; }
  #index .share-section .title-block .dec-box img:nth-child(1) {
    left: 10%; }
  #index .share-section .title-block .dec-box img:nth-child(2) {
    left: 13%; }
  #index .knowledge-section .title-block {
    margin-left: 0 !important;
    flex: 0 0 50%;
    padding-right: 50px;
    margin-right: 0;
    padding-left: 50px; }
  #index .knowledge-section .video-block {
    flex: 0 0 50%; } }

@media screen and (max-width: 1600px) {
  #index .banner-section .banner-block .jqimgFill {
    height: calc(100vh - 130px); }
  #index .reservation-section .dec-block {
    display: none; }
  #index .knowledge-section .title-block p {
    padding-left: 20px; }
  #index .knowledge-section .content-block > div:nth-child(1) {
    padding-left: 0; } }

@media screen and (max-width: 1400px) {
  #index .banner-section .society-block ul li {
    margin-bottom: 20px; }
  #index .order-section .title-block .dec-box img:nth-child(1) {
    left: 15%; }
  #index .order-section .title-block .dec-box img:nth-child(2) {
    left: 5%; }
  #index .share-section .title-block .dec-box img:nth-child(1) {
    top: 0;
    left: 5%; }
  #index .share-section .title-block .dec-box img:nth-child(2) {
    top: -5%;
    left: 10%; }
  #index .share-section .content-block a .text-box .text-inner {
    padding: 0 20px; }
  #index .knowledge-section .title-block {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 0 !important;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }
    #index .knowledge-section .title-block .dec-box img {
      width: 150px; }
  #index .knowledge-section .video-block {
    height: 400px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }
  #index .knowledge-section .content-block > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%; }
    #index .knowledge-section .content-block > div:nth-child(1) > div a .text-box .text-inner {
      bottom: 5px;
      padding: 0 20px; }
  #index .knowledge-section .content-block > div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  #index .recommend-section .content-block .slider {
    padding: 0 30px; }
  #index .recommend-section .title-block .title-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .recommend-section .title-block .title-box .img-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #index .recommend-section .title-block .title-box p {
      margin-top: 30px;
      padding-left: 0; }
      #index .recommend-section .title-block .title-box p:before {
        display: none; }
  #index .recommend-section .title-block .stars img:nth-child(1) {
    top: -13%;
    left: 45%; }
  #index .recommend-section .title-block .stars img:nth-child(2) {
    top: -1%;
    left: 49%; } }

@media screen and (max-width: 1199px) {
  #index .banner-section .copyright-block,
  #index .banner-section .society-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
  #index .banner-section .scroll-block {
    right: 10px;
    bottom: 0; }
  #index .banner-section .banner-block .jqimgFill {
    height: calc(100vh - 53px); }
  #index .banner-section .banner-block .text {
    width: 35%;
    top: 20%; }
  #index .banner-section .banner-block .video {
    width: 20%; }
  #index .share-section .title-block .title-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .share-section .title-block .title-box img {
      padding-right: 0;
      margin-left: 0; }
    #index .share-section .title-block .title-box p {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center;
      padding-left: 0; }
      #index .share-section .title-block .title-box p::before {
        display: none; }
  #index .share-section .title-block .stars img:nth-child(1) {
    left: 15%; }
  #index .knowledge-section .title-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center; }
    #index .knowledge-section .title-block .img-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #index .knowledge-section .video-block {
    margin: auto; }
  #index .recommend-section .title-block .title-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .recommend-section .title-block .title-box p {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center; }
      #index .recommend-section .title-block .title-box p::before {
        display: none; }
    #index .recommend-section .title-block .title-box img:nth-child(3) {
      display: none; } }

@media screen and (max-width: 991px) {
  #index .banner-section .copyright-block,
  #index .banner-section .society-block,
  #index .banner-section .scroll-block {
    display: none; }
  #index .banner-section .banner-block .video {
    width: 200px;
    height: 130px; }
  #index .order-section .title-block .dec-box img:nth-child(1) {
    left: auto;
    right: 5%;
    top: 40%; }
  #index .order-section .title-block .dec-box img:nth-child(2) {
    left: auto;
    right: 15%;
    top: 20%; }
  #index .share-section .content-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .share-section .content-block > div.left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 5px; }
      #index .share-section .content-block > div.left .img-box .jqimgFill {
        height: 400px; }
    #index .share-section .content-block > div.right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      #index .share-section .content-block > div.right > div:nth-child(1) {
        padding-left: 0; }
        #index .share-section .content-block > div.right > div:nth-child(1) .img-box .jqimgFill {
          height: 200px; }
      #index .share-section .content-block > div.right > div:nth-child(2) .img-box .jqimgFill {
        height: 405px; }
  #index .knowledge-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .knowledge-section .title-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center;
      padding-right: 0; }
      #index .knowledge-section .title-block .title-box img {
        max-width: 350px; }
      #index .knowledge-section .title-block p {
        padding-left: 0; }
    #index .knowledge-section .video-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: initial; }
    #index .knowledge-section .content-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #index .knowledge-section .content-block > div:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      #index .knowledge-section .content-block > div:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  #index .recommend-section {
    margin-top: 100px; }
    #index .recommend-section .content-block .product-item > div {
      max-width: 300px; } }

@media screen and (max-width: 767px) {
  #index .order-section .title-block .title-box .img-wrapper {
    left: 0; }
    #index .order-section .title-block .title-box .img-wrapper img:nth-child(1) {
      width: 100px; }
    #index .order-section .title-block .title-box .img-wrapper img:nth-child(2) {
      width: 200px;
      margin-top: 80px; }
  #index .order-section .title-block .dec-box img {
    width: 40px; }
  #index .share-section .title-block .title-box .img-wrapper img:nth-child(1) {
    width: 150px; }
  #index .share-section .title-block .title-box .img-wrapper img:nth-child(2) {
    width: 170px;
    margin-top: 80px; }
  #index .knowledge-section .title-block .title-box .img-wrapper img:nth-child(1) {
    width: 150px; }
  #index .knowledge-section .title-block .title-box .img-wrapper img:nth-child(2) {
    width: 170px;
    margin-top: 80px; }
  #index .recommend-section .title-block .title-box .img-wrapper img:nth-child(1) {
    width: 150px; }
  #index .recommend-section .title-block .title-box .img-wrapper img:nth-child(2) {
    width: 170px; } }

@media screen and (max-width: 575px) {
  #index .banner-section .banner-block .jqimgFill {
    height: 228px; }
  #index .banner-section .banner-block .video {
    width: 88px;
    height: 55px; }
    #index .banner-section .banner-block .video button {
      width: 20px; }
      #index .banner-section .banner-block .video button:hover img {
        -webkit-transform: none;
        transform: none; }
  #index .banner-section .banner-block .text {
    top: 35%;
    right: 20px;
    width: 155px; }
  #index .order-section .title-block .title-box .img-wrapper {
    left: 0; }
    #index .order-section .title-block .title-box .img-wrapper img:nth-child(1) {
      width: 80px; }
    #index .order-section .title-block .title-box .img-wrapper img:nth-child(2) {
      width: 150px;
      margin-top: 20px; }
  #index .order-section .title-block .title-box p span:nth-child(2), #index .order-section .title-block .title-box p span:nth-child(3) {
    display: inline; }
  #index .order-section .title-block .dec-box img {
    width: 25px; }
    #index .order-section .title-block .dec-box img:nth-child(1) {
      right: auto;
      left: 0%;
      top: 11%; }
    #index .order-section .title-block .dec-box img:nth-child(2) {
      display: none; }
    #index .order-section .title-block .dec-box img:nth-child(3) {
      left: 50%;
      top: -1%; }
  #index .order-section .dec-block {
    display: none; }
  #index .order-section .content-block {
    width: 100%;
    max-width: 320px; }
    #index .order-section .content-block ul:not(.slick-dots) {
      padding: 0 0px; }
      #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) {
        padding: 0; }
        #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a:hover img {
          -webkit-transform: none;
          transform: none; }
        #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a:hover .text-box {
          -webkit-transform: none;
          transform: none; }
        #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box {
          width: 137px;
          height: 137px; }
          #index .order-section .content-block ul:not(.slick-dots) li:not([role=presentation]) a .img-box img {
            width: 70px; }
    #index .order-section .content-block .slick-dots {
      bottom: -30px; }
  #index .order-section .slick-prev {
    left: -10px; }
  #index .order-section .slick-next {
    right: -10px; }
  #index .share-section .title-block .title-box .img-wrapper {
    margin-left: 0px;
    padding-right: 0px; }
    #index .share-section .title-block .title-box .img-wrapper img:nth-child(1) {
      width: 110px; }
    #index .share-section .title-block .title-box .img-wrapper img:nth-child(2) {
      width: 130px; }
  #index .share-section .title-block .title-box p span {
    display: inline; }
    #index .share-section .title-block .title-box p span:nth-child(1) {
      display: block; }
  #index .share-section .title-block .stars img:nth-child(1) {
    left: 1%;
    top: 1%; }
  #index .share-section .title-block .stars img:nth-child(2) {
    top: -6%;
    left: 15%; }
  #index .share-section .title-block .dec-box {
    display: none; }
  #index .share-section .content-block {
    width: 100%; }
    #index .share-section .content-block > div.left {
      margin-bottom: 15px; }
      #index .share-section .content-block > div.left .img-box .jqimgFill {
        background-image: none;
        height: auto; }
        #index .share-section .content-block > div.left .img-box .jqimgFill img {
          display: block !important; }
    #index .share-section .content-block > div.right {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #index .share-section .content-block > div.right > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0; }
        #index .share-section .content-block > div.right > div:nth-child(1) a:nth-child(1) {
          margin-bottom: 15px; }
        #index .share-section .content-block > div.right > div:nth-child(1) a:nth-child(2) {
          margin-bottom: 15px; }
        #index .share-section .content-block > div.right > div .img-box .jqimgFill {
          background-image: none !important;
          height: auto !important; }
          #index .share-section .content-block > div.right > div .img-box .jqimgFill img {
            display: block !important; }
  #index .knowledge-section .title-block .title-box .img-wrapper {
    margin-top: 10px; }
    #index .knowledge-section .title-block .title-box .img-wrapper img:nth-child(1) {
      width: 120px; }
    #index .knowledge-section .title-block .title-box .img-wrapper img:nth-child(2) {
      width: 120px;
      margin-top: 20px; }
  #index .knowledge-section .title-block .title-box p {
    line-height: 1.6em; }
  #index .knowledge-section .title-block .dec-box img {
    width: 120px; }
  #index .knowledge-section .video-block {
    height: 205px; }
    #index .knowledge-section .video-block button {
      width: 100%; }
      #index .knowledge-section .video-block button img {
        width: 41px; }
      #index .knowledge-section .video-block button span {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: normal; }
  #index .knowledge-section .content-block > div:nth-child(1) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #index .knowledge-section .content-block > div:nth-child(1) > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      #index .knowledge-section .content-block > div:nth-child(1) > div a .img-box .jqimgFill {
        height: 252px; }
      #index .knowledge-section .content-block > div:nth-child(1) > div .text-box {
        text-align: center; }
        #index .knowledge-section .content-block > div:nth-child(1) > div .text-box .text-inner span {
          font-size: 14px; }
  #index .knowledge-section .content-block > div:nth-child(2) img {
    width: 66%;
    max-width: 210px; }
  #index .knowledge-section .dec-block img {
    width: 14%;
    right: 0; }
  #index .recommend-section {
    margin-top: 60px; }
    #index .recommend-section .title-block .dec-box {
      display: none; }
    #index .recommend-section .title-block .title-box {
      padding-top: 0px; }
      #index .recommend-section .title-block .title-box .img-wrapper img:nth-child(1) {
        width: 100px; }
      #index .recommend-section .title-block .title-box .img-wrapper img:nth-child(2) {
        width: 130px; }
      #index .recommend-section .title-block .title-box P {
        margin-top: 20px;
        margin-bottom: 15px; }
      #index .recommend-section .title-block .title-box > img {
        width: 170px; }
    #index .recommend-section .title-block .stars img:nth-child(1) {
      top: -7%;
      left: 34%; }
    #index .recommend-section .title-block .stars img:nth-child(2) {
      top: -2%;
      left: 38%; }
    #index .recommend-section .content-block .slider {
      max-width: 330px;
      margin: auto;
      padding: 0;
      padding-bottom: 50px; }
      #index .recommend-section .content-block .slider .product-item a > span .img-box img {
        width: 195px; }
      #index .recommend-section .content-block .slider .text-box {
        text-align: center !important; }
      #index .recommend-section .content-block .slider .slick-arrow {
        top: auto;
        bottom: 150px; } }

#about {
  padding-bottom: 350px;
  position: relative; }
  #about .banner-section img:nth-child(2) {
    top: 0;
    right: 4%;
    width: 33.5%; }
  #about .banner-section img:nth-child(3) {
    top: 0;
    right: 4%;
    width: 33.5%; }
  #about .idea-section .dec-block {
    width: 21%;
    top: -62%;
    right: 0; }
  #about .idea-section .main-block {
    height: 573px;
    background: url("images/about/block.png") center no-repeat;
    background-size: 100% 100%;
    padding: 0 40px 0 80px; }
    #about .idea-section .main-block .title-box {
      width: 17.5%; }
    #about .idea-section .main-block > .content-box {
      max-height: 325px;
      letter-spacing: 0.3px; }
    #about .idea-section .main-block .mCSB_scrollTools .mCSB_draggerRail {
      background: transparent; }
    #about .idea-section .main-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 5px; }
  #about .img-section {
    margin-top: -7px; }
    #about .img-section .main-block {
      width: 57%;
      float: right; }
    #about .img-section .circles-block div {
      position: absolute; }
      #about .img-section .circles-block div:nth-child(1) {
        width: 23.4px;
        height: 23.4px;
        top: 67%;
        left: 47.5%; }
      #about .img-section .circles-block div:nth-child(2) {
        width: 41.9px;
        height: 41.9px;
        top: 62%;
        left: 44%; }
      #about .img-section .circles-block div:nth-child(3) {
        width: 239.7px;
        height: 239.7px;
        top: 35%;
        left: 32%; }
      #about .img-section .circles-block div:nth-child(4) {
        width: 261.4px;
        height: 261.4px;
        top: 9%;
        left: 19%; }
      #about .img-section .circles-block div:nth-child(5) {
        width: 294.6px;
        height: 294.6px;
        top: 13%;
        left: -3%; }
      #about .img-section .circles-block div img {
        z-index: 1;
        height: 60%;
        width: 60%; }
      #about .img-section .circles-block div > span {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; }
        #about .img-section .circles-block div > span > span {
          width: 100%;
          height: 100%; }
          #about .img-section .circles-block div > span > span:nth-child(1) > span {
            -webkit-animation-name: rotate-1;
            animation-name: rotate-1; }
          #about .img-section .circles-block div > span > span:nth-child(2) > span {
            -webkit-animation-name: rotate-2;
            animation-name: rotate-2; }
          #about .img-section .circles-block div > span > span:nth-child(3) > span {
            -webkit-animation-name: rotate-3;
            animation-name: rotate-3;
            transform: rotate(90deg); }
          #about .img-section .circles-block div > span > span > span {
            margin: auto;
            width: 90%;
            height: 100%;
            display: block;
            background: rgba(91, 77, 66, 0.03);
            -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; }
    #about .img-section .bags-block {
      bottom: 0;
      left: 0;
      width: 50%;
      height: 100%; }
      #about .img-section .bags-block .bag {
        width: 50%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1; }
      #about .img-section .bags-block .stars {
        height: 100%; }
        #about .img-section .bags-block .stars img:nth-child(1) {
          top: 68%;
          left: 18%; }
        #about .img-section .bags-block .stars img:nth-child(2) {
          animation-delay: .5s;
          animation-duration: 5s;
          top: 63%;
          left: 44%; }
        #about .img-section .bags-block .stars img:nth-child(3) {
          animation-delay: 1s;
          animation-duration: 7s;
          top: 73%;
          left: 74%; }
  #about footer {
    background: transparent;
    position: absolute;
    bottom: 0px; }
  @media screen and (max-width: 1400px) {
    #about .banner-section img:nth-child(2) {
      right: 7%; }
    #about .banner-section img:nth-child(3) {
      right: 7%; }
    #about .img-section .circles-block div:nth-child(3) {
      width: 180px;
      height: 180px; }
    #about .img-section .circles-block div:nth-child(4) {
      width: 200px;
      height: 200px; }
    #about .img-section .circles-block div:nth-child(5) {
      width: 210px;
      height: 210px;
      left: 0; } }
  @media screen and (max-width: 1199px) {
    #about .idea-section .main-block {
      padding: 0 40px; }
      #about .idea-section .main-block > .content-box {
        max-height: 390px; }
    #about .idea-section .dec-block {
      top: -45%; }
    #about .img-section .circles-block div:nth-child(2) {
      top: 57%;
      left: 43%; }
    #about .img-section .circles-block div:nth-child(3) {
      width: 120px;
      height: 120px; }
    #about .img-section .circles-block div:nth-child(4) {
      width: 150px;
      height: 150px; }
    #about .img-section .circles-block div:nth-child(5) {
      width: 170px;
      height: 170px;
      left: 0; } }
  @media screen and (max-width: 991px) {
    #about {
      padding-bottom: 0px; }
      #about .idea-section .dec-block {
        top: -200px; }
      #about .img-section .circles-block div:nth-child(3) {
        width: 80px;
        height: 80px; }
      #about .img-section .circles-block div:nth-child(4) {
        width: 100px;
        height: 100px; }
      #about .img-section .circles-block div:nth-child(5) {
        width: 120px;
        height: 120px; }
      #about footer {
        position: relative;
        background: url(images/common/bg.jpg); } }
  @media screen and (max-width: 575px) {
    #about .idea-section .dec-block {
      width: 92px;
      top: -100px; }
    #about .idea-section .main-block {
      padding: 0;
      height: auto;
      background: none; }
      #about .idea-section .main-block .title-box {
        width: 130px; }
      #about .idea-section .main-block > .content-box {
        max-height: inherit; }
    #about .img-section {
      z-index: 1; }
      #about .img-section .circles-block div:nth-child(1) {
        width: 10px;
        height: 10px; }
      #about .img-section .circles-block div:nth-child(2) {
        width: 20px;
        height: 20px; }
      #about .img-section .circles-block div:nth-child(3) {
        width: 40px;
        height: 40px; }
      #about .img-section .circles-block div:nth-child(4) {
        width: 50px;
        height: 50px; }
      #about .img-section .circles-block div:nth-child(5) {
        width: 60px;
        height: 60px; }
      #about .img-section .bags-block .stars img {
        width: 20px; } }

#products .banner-section {
  max-width: 1700px;
  margin: auto; }

#products .section {
  padding-bottom: 100px; }
  #products .section .aside-block {
    flex: 0 0 348px;
    padding-left: 60px; }
    #products .section .aside-block .breadcrumb {
      padding-left: 0;
      width: 100%; }
    #products .section .aside-block > div {
      padding-right: 48px; }
      #products .section .aside-block > div .toggle {
        display: none; }
      #products .section .aside-block > div > ul {
        background: url(images/products/line.svg) bottom no-repeat; }
        #products .section .aside-block > div > ul > li .title {
          cursor: pointer;
          align-items: center; }
          #products .section .aside-block > div > ul > li .title:hover img {
            transform: scale(1.2); }
          #products .section .aside-block > div > ul > li .title .img-box {
            width: 43px; }
            #products .section .aside-block > div > ul > li .title .img-box img {
              height: 47px;
              width: 30px;
              transition: transform .3s; }
        #products .section .aside-block > div > ul > li ul {
          margin-bottom: 25px;
          display: none;
          border-top: 2px solid #5B4D42;
          border-bottom: 1px solid #5B4D42; }
          #products .section .aside-block > div > ul > li ul li:hover {
            background: #EAE5E1; }
          #products .section .aside-block > div > ul > li ul li.active {
            background: #EAE5E1; }
          #products .section .aside-block > div > ul > li ul li a {
            padding: 12.5px 0;
            padding-left: 52px; }
      #products .section .aside-block > div form {
        padding-bottom: 55px;
        background: url(images/products/line.svg) bottom no-repeat; }
        #products .section .aside-block > div form .input-wrapper {
          width: 100%; }
  #products .section .block {
    padding-left: 48px;
    padding-right: 24px;
    flex-grow: 1;
    max-width: 100%; }
    #products .section .block .title-box {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #B5B0AA; }
      #products .section .block .title-box > div:nth-child(1) {
        display: flex;
        align-items: center;
        position: relative;
        top: 1px; }
        #products .section .block .title-box > div:nth-child(1) span:nth-child(1) {
          padding-bottom: 20px; }
        #products .section .block .title-box > div:nth-child(1) .toggle {
          display: none; }
        #products .section .block .title-box > div:nth-child(1) ul {
          display: inline-block; }
          #products .section .block .title-box > div:nth-child(1) ul li {
            padding-bottom: 20px;
            float: left;
            margin: 0 20px; }
            #products .section .block .title-box > div:nth-child(1) ul li.active {
              color: #5B4D42;
              font-weight: bold;
              border-bottom: 1px solid #5B4D42; }
    #products .section .block .product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }

@media screen and (max-width: 1700px) {
  #products .section .aside-block {
    padding-left: 0; }
  #products .section .block {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 1600px) {
  #products .section .block .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media screen and (max-width: 1199px) {
  #products .slick-dots {
    bottom: 10px; }
  #products .section .aside-block {
    flex: 0 0 280px; }
  #products .section .block .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (max-width: 991px) {
  #products .section {
    flex-wrap: wrap; }
    #products .section .aside-block {
      z-index: 2;
      flex: 0 0 100%; }
      #products .section .aside-block .breadcrumb {
        padding-top: 15px; }
      #products .section .aside-block > div {
        padding-right: 0; }
        #products .section .aside-block > div > ul {
          background: none; }
          #products .section .aside-block > div > ul > li {
            position: relative;
            width: 33.33%;
            float: left;
            padding-right: 20px; }
            #products .section .aside-block > div > ul > li ul {
              position: absolute;
              width: calc(100% - 20px);
              background: #F6F4F2;
              border: 2px solid #5B4D42;
              z-index: 1;
              border-radius: 5px;
              overflow: hidden; }
        #products .section .aside-block > div form {
          background: none;
          padding-bottom: 0px; }
          #products .section .aside-block > div form .input-wrapper {
            width: 50%;
            float: left;
            padding-right: 1%; }
          #products .section .aside-block > div form .select-group {
            width: 50%;
            float: left;
            padding-left: 1%; }
    #products .section .block .title-box {
      align-items: center;
      padding-bottom: 20px;
      z-index: 1; }
      #products .section .block .title-box > div:nth-child(1) {
        display: block; }
        #products .section .block .title-box > div:nth-child(1) span:nth-child(1) {
          display: none; }
        #products .section .block .title-box > div:nth-child(1) .toggle {
          display: flex;
          justify-content: space-between;
          border: 2px solid #5B4D42;
          padding: 10px 10px;
          width: 300px;
          background: #5B4D42;
          color: white;
          font-weight: bold; }
        #products .section .block .title-box > div:nth-child(1) ul {
          display: none;
          background: #F7F5F2;
          z-index: 1;
          position: absolute;
          width: 100%;
          border: 2px solid #5B4D42;
          border-radius: 5px;
          top: 60px; }
          #products .section .block .title-box > div:nth-child(1) ul li {
            width: 100%;
            float: none;
            margin: 0;
            padding: 10px 10px; }
            #products .section .block .title-box > div:nth-child(1) ul li.active {
              color: black;
              border: none; } }

@media screen and (max-width: 575px) {
  #products .slick-dots {
    bottom: 0; }
    #products .slick-dots li {
      margin: 0 3px; }
      #products .slick-dots li button {
        width: 10px;
        height: 10px; }
  #products .section {
    padding-bottom: 0px; }
    #products .section .aside-block > div {
      position: relative;
      z-index: 2; }
      #products .section .aside-block > div .toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #5B4D42;
        color: white;
        padding: 10px 10px;
        margin-bottom: 20px; }
      #products .section .aside-block > div > ul {
        padding-top: 10px;
        display: none;
        position: absolute;
        top: 55px;
        background: #F6F4F1;
        border: 2px solid #5B4D42;
        border-radius: 5px;
        z-index: 1; }
        #products .section .aside-block > div > ul > li {
          width: 100%;
          padding-right: 15px;
          padding-left: 15px; }
          #products .section .aside-block > div > ul > li .title:hover img {
            transform: none; }
          #products .section .aside-block > div > ul > li .title .img-box {
            text-align: center;
            width: 30px; }
            #products .section .aside-block > div > ul > li .title .img-box img {
              height: 35px; }
          #products .section .aside-block > div > ul > li ul {
            position: relative;
            width: 100%;
            border: none;
            border-radius: 0;
            background: none;
            margin-bottom: 0; }
            #products .section .aside-block > div > ul > li ul li {
              padding-left: 5px; }
              #products .section .aside-block > div > ul > li ul li a {
                padding: 10px 0; }
      #products .section .aside-block > div form .input-wrapper {
        width: 100%;
        float: none;
        padding-right: 10px; }
      #products .section .aside-block > div form .select-group {
        width: 100%;
        float: none;
        padding-left: 0%; }
        #products .section .aside-block > div form .select-group .select2 {
          padding: 6px 10px; }
          #products .section .aside-block > div form .select-group .select2 .select2-selection__arrow {
            top: 7px; }
    #products .section .block .title-box {
      display: block; }
      #products .section .block .title-box > div:nth-child(1) .toggle {
        width: 100%;
        padding: 8px 10px;
        align-items: center; }
    #products .section .block .product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.msie #products .section .aside-block > div form,
.msie #products .section .aside-block > div > ul {
  background: none;
  border-bottom: 1px solid #5B4D42; }

#product .breadcrumb-wrapper {
  background: #F6F4F1; }

#product .product-section .detail-block {
  background: linear-gradient(#f7f5f2 90px, white 300px, #f7f5f2 100%); }
  #product .product-section .detail-block .detailLabel {
    background: url(images/common/line.png) bottom no-repeat;
    margin-bottom: 50px; }
    #product .product-section .detail-block .detailLabel ul li {
      float: left;
      width: 230px;
      padding: 14px 5px;
      border: 1px solid #DFDFDF;
      border-bottom: none;
      border-radius: 25px 25px 0 0;
      text-align: center;
      margin: 0 0.5px;
      cursor: pointer;
      position: relative;
      background: #E5E2E0; }
      #product .product-section .detail-block .detailLabel ul li.active {
        color: #5B4D42;
        font-weight: bold;
        border: 1px solid #5B4D42;
        border-bottom: 1px solid #F4F1EF;
        background: #F4F1EF; }
  #product .product-section .detail-block .data-box {
    width: 1240px;
    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, #product .product-section .detail-block .data-box > div tr, #product .product-section .detail-block .data-box > div td {
        border: 1px solid white; }
      #product .product-section .detail-block .data-box > div table {
        background: white; }
        #product .product-section .detail-block .data-box > div table tbody tr td {
          padding: 16px 45px;
          line-height: 2em; }
      #product .product-section .detail-block .data-box > div .circle-dot > li {
        min-height: 134px; }
        #product .product-section .detail-block .data-box > div .circle-dot > li:not(:last-child) {
          padding-bottom: 20px;
          margin-bottom: 42px; }

#product .recommend-section {
  padding-top: 125px; }
  #product .recommend-section > div {
    border-top: 2px dotted #A3A3A3;
    padding-top: 67px; }
    #product .recommend-section > div > img {
      width: 205px; }
    #product .recommend-section > div > ul {
      max-width: 1440px;
      padding: 0 50px;
      margin: auto; }

@media screen and (max-width: 1400px) {
  #product .recommend-section > div > ul {
    padding: 0 30px; }
    #product .recommend-section > div > ul .product-item {
      max-width: inherit !important; } }

@media screen and (max-width: 1199px) {
  #product .product-section .detail-block .data-box > div table tbody tr td {
    padding: 5px 20px; }
    #product .product-section .detail-block .data-box > div table tbody tr td:nth-child(1) {
      min-width: 206px; } }

@media screen and (max-width: 991px) {
  #product .product-section .detail-block .detailLabel ul li {
    width: 180px; }
  #product .recommend-section > div > ul {
    max-width: 780px; } }

@media screen and (max-width: 767px) {
  #product .product-section .detail-block .detailLabel ul li {
    width: 130px; }
  #product .product-section .detail-block .data-box > div table tbody tr td {
    line-height: 1.7em; }
    #product .product-section .detail-block .data-box > div table tbody tr td :nth-child(1) {
      min-width: 185px; } }

@media screen and (max-width: 575px) {
  #product .product-section .detail-block .detailLabel {
    margin-bottom: 20px; }
    #product .product-section .detail-block .detailLabel ul li {
      width: 75px;
      padding: 8px 14px;
      border-radius: 5px 5px 0 0; }
      #product .product-section .detail-block .detailLabel ul li:nth-child(3) {
        padding: 8px 3px; }
  #product .product-section .detail-block .data-box > div table {
    border: none; }
    #product .product-section .detail-block .data-box > div table tbody tr td {
      min-height: 40px;
      border: none;
      display: block; }
      #product .product-section .detail-block .data-box > div table tbody tr td:nth-child(1) {
        width: 100% !important; }
  #product .product-section .detail-block .data-box > div .circle-dot > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px; }
  #product .recommend-section {
    padding-top: 20px; }
    #product .recommend-section > div {
      padding-top: 40px; }
      #product .recommend-section > div > img {
        width: 150px; }
    #product .recommend-section .slider {
      max-width: 330px;
      padding: 0; }
      #product .recommend-section .slider .slick-arrow {
        top: auto;
        bottom: 160px;
        transform: none; } }

#search .inner form {
  background: #F1ECE9;
  padding: 32px 0; }
  #search .inner form input {
    padding: 12.5px 20px;
    width: 450px;
    border-radius: 5px; }
  #search .inner form button[type=submit] {
    padding: 12.5px 35px;
    border-radius: 25px;
    transition: opacity .3s; }
    #search .inner form button[type=submit]:hover {
      opacity: 0.8; }
  #search .inner form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #5F4C3F; }
  #search .inner form ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #5F4C3F; }
  #search .inner form ::-o-placeholder {
    /* Mozilla Firefox 19+ */
    color: #5F4C3F; }
  #search .inner form ::-ms-placeholder {
    /* Internet Explorer 10+ */
    color: #5F4C3F; }
  #search .inner form ::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #5F4C3F; }

@media screen and (min-width: 1200px) {
  #search .inner .row li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (min-width: 1600px) {
  #search .inner .row li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media screen and (max-width: 767px) {
  #search .inner form input {
    width: 300px; } }

@media screen and (max-width: 575px) {
  #search .inner .main-section > span {
    text-align: center; }
    #search .inner .main-section > span > span {
      display: block; }
  #search .inner form {
    padding: 20px 20px; }
    #search .inner form input {
      padding: 9px 20px;
      width: calc(100% - 70px); }
    #search .inner form button[type=submit] {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 10px; } }

#sharings .banner-section > div {
  right: -130px; }
  #sharings .banner-section > div .text-block {
    flex: 0 0 49%; }
    #sharings .banner-section > div .text-block .box > img {
      width: 340px; }
    #sharings .banner-section > div .text-block .box > div img {
      width: 224px; }
  #sharings .banner-section > div .img-block {
    flex: 0 0 47%; }
    #sharings .banner-section > div .img-block img {
      margin-left: -20px; }

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

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

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

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

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

#sharings .select2-selection__rendered {
  color: black; }

#sharings .links-section {
  margin-top: -54px; }

@media screen and (max-width: 1800px) {
  #sharings .banner-section > div {
    right: 0px; }
    #sharings .banner-section > div .text-block {
      padding-left: 50px;
      flex: 0 0 55%; }
      #sharings .banner-section > div .text-block .box img {
        width: 300px; }
      #sharings .banner-section > div .text-block .box > div {
        padding-left: 20px; }
      #sharings .banner-section > div .text-block .dec-box img:nth-child(1) {
        left: 5%;
        top: 22%; }
      #sharings .banner-section > div .text-block .dec-box img:nth-child(2) {
        left: 11%;
        top: 17%; }
    #sharings .banner-section > div .img-block {
      flex: 0 0 45%; } }

@media screen and (max-width: 1600px) {
  #sharings .banner-section > div .text-block .box img {
    width: 250px; }
  #sharings .links-section {
    margin-top: 0; } }

@media screen and (max-width: 1400px) {
  #sharings .banner-section > div {
    padding-top: 70px;
    padding-bottom: 30px; }
    #sharings .banner-section > div .text-block {
      flex: 0 0 65%; }
    #sharings .banner-section > div .img-block {
      flex: 0 0 35%; } }

@media screen and (max-width: 1199px) {
  #sharings .banner-section > div .text-block {
    flex: 0 0 100%;
    padding-left: 20px; }
  #sharings .banner-section > div .img-block {
    position: absolute;
    width: 60%;
    right: 0;
    opacity: 0.3; } }

@media screen and (max-width: 991px) {
  #sharings .banner-section > div .text-block .box img {
    width: 180px; }
  #sharings .banner-section > div .text-block .box > div img {
    width: 150px; } }

@media screen and (max-width: 575px) {
  #sharings .banner-section > div {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 20px; }
    #sharings .banner-section > div .text-block {
      padding-left: 0; }
      #sharings .banner-section > div .text-block .box {
        flex-wrap: wrap; }
        #sharings .banner-section > div .text-block .box img {
          width: 120px; }
        #sharings .banner-section > div .text-block .box > div {
          padding-left: 0;
          flex: 0 0 100%; }
          #sharings .banner-section > div .text-block .box > div img {
            width: 130px; }
          #sharings .banner-section > div .text-block .box > div p span {
            display: inline; }
      #sharings .banner-section > div .text-block .dec-box img:nth-child(1) {
        top: 7%;
        left: 2%; }
      #sharings .banner-section > div .text-block .dec-box img:nth-child(2) {
        top: 4%; }
    #sharings .banner-section > div .img-block {
      top: 57px;
      opacity: 0.7; }
      #sharings .banner-section > div .img-block img {
        margin-left: 0; } }

#knowledges .banner-section > div {
  right: -21px;
  justify-content: space-between;
  padding: 0 34px; }
  #knowledges .banner-section > div .text-block {
    flex: 0 0 59%; }
    #knowledges .banner-section > div .text-block .box > img {
      flex: 0 0 404px; }
    #knowledges .banner-section > div .text-block .box > div img {
      width: 224px; }
    #knowledges .banner-section > div .text-block .box > div p span {
      margin-bottom: 12px; }
  #knowledges .banner-section > div .img-block {
    padding-top: 80px;
    flex: 0 0 40%; }

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

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

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

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

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

#knowledges .select2-selection__rendered {
  color: black; }

#knowledges .links-section {
  margin-top: -45px; }

@media screen and (max-width: 1800px) {
  #knowledges .banner-section > div {
    padding: 0;
    right: 0; }
    #knowledges .banner-section > div .text-block {
      padding-left: 0; }
      #knowledges .banner-section > div .text-block .box > div {
        padding-left: 20px; } }

@media screen and (max-width: 1600px) {
  #knowledges .banner-section > div .text-block .box img {
    flex: 0 0 150px; } }

@media screen and (max-width: 1400px) {
  #knowledges .banner-section > div {
    padding-top: 70px;
    padding-bottom: 30px; }
    #knowledges .banner-section > div .text-block {
      flex: 0 0 65%; }
    #knowledges .banner-section > div .img-block {
      flex: 0 0 35%; } }

@media screen and (max-width: 1199px) {
  #knowledges .banner-section > div .text-block {
    flex: 0 0 100%;
    padding-left: 20px; }
  #knowledges .banner-section > div .img-block {
    position: absolute;
    width: 60%;
    right: 0;
    opacity: 0.3; } }

@media screen and (max-width: 991px) {
  #knowledges .banner-section > div .text-block .box img {
    width: 180px; }
  #knowledges .banner-section > div .text-block .box > div img {
    width: 150px; } }

@media screen and (max-width: 575px) {
  #knowledges .banner-section > div {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 20px; }
    #knowledges .banner-section > div .text-block {
      padding-left: 0; }
      #knowledges .banner-section > div .text-block .box {
        flex-wrap: wrap; }
        #knowledges .banner-section > div .text-block .box img {
          flex: 0 0 120px;
          width: 120px; }
        #knowledges .banner-section > div .text-block .box > div {
          padding-left: 0;
          flex: 0 0 100%; }
          #knowledges .banner-section > div .text-block .box > div img {
            width: 130px; }
          #knowledges .banner-section > div .text-block .box > div p span {
            display: inline; }
      #knowledges .banner-section > div .text-block .dec-box img:nth-child(1) {
        top: 7%;
        left: 2%; }
      #knowledges .banner-section > div .text-block .dec-box img:nth-child(2) {
        top: 4%; }
    #knowledges .banner-section > div .img-block {
      padding-top: 0px;
      top: 25px; } }

.msie #knowledges .banner-section > div {
  margin-top: 0; }

.msie #knowledges .banner-section > div .text-block .box > div {
  margin-top: 80px; }

#business-login .section .bg-block img {
  position: absolute; }

#business-login .section .bg-block .left {
  width: 62.5%;
  left: 0;
  top: 0; }

#business-login .section .bg-block .right {
  width: 11%;
  right: 0;
  top: 80px; }

#business-login .section .bg-block .person {
  width: 17%;
  top: 293px;
  right: 9%;
  z-index: 2; }

#business-login .section .block {
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 1220px;
  margin: auto;
  background: url(images/business/block.svg) center no-repeat;
  padding: 35px 26px;
  left: 0.5%; }
  #business-login .section .block .login-box {
    float: left;
    width: 50%;
    border-right: 1px solid #D6D2D0; }
    #business-login .section .block .login-box > img {
      width: 37%; }
    #business-login .section .block .login-box .or {
      border-bottom: 2px dotted #A5A5A5; }
      #business-login .section .block .login-box .or span {
        color: #A5A5A5; }
    #business-login .section .block .login-box .fb {
      background: #4268B3;
      padding: 8px 10px;
      border-radius: 7px;
      transition: opacity .3s; }
      #business-login .section .block .login-box .fb:hover {
        opacity: 0.8; }
      #business-login .section .block .login-box .fb img {
        width: 36px; }
  #business-login .section .block .description-box {
    width: 50%;
    float: left;
    padding-left: 48px;
    padding-right: 79px; }
    #business-login .section .block .description-box .title-inner > img {
      width: 30%; }
    #business-login .section .block .description-box .title-inner .dec {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      #business-login .section .block .description-box .title-inner .dec .bag {
        top: -20px;
        right: 0;
        width: 23%; }
      #business-login .section .block .description-box .title-inner .dec .gift-1 {
        top: 24px;
        left: 15%;
        width: 57px; }
      #business-login .section .block .description-box .title-inner .dec .gift-3 {
        top: 0;
        left: 3%;
        width: 43px; }
    #business-login .section .block .description-box .content-inner {
      max-height: 288px;
      text-align: justify; }
    #business-login .section .block .description-box a {
      transition: opacity .3s;
      height: 62px;
      background: url(images/common/btn-bg-2.svg) center no-repeat; }
      #business-login .section .block .description-box a:hover {
        color: white;
        opacity: 0.8; }

@media screen and (max-width: 1800px) {
  #business-login .section .bg-block .person {
    right: 0; } }

@media screen and (max-width: 1400px) {
  #business-login .section .bg-block .person {
    top: 400px; } }

@media screen and (max-width: 1199px) {
  #business-login .section .block {
    background: white;
    border: 2px solid #5B4D42;
    border-radius: 25px;
    padding-top: 0;
    padding-bottom: 0; }
    #business-login .section .block .description-box {
      padding-right: 0px;
      padding-left: 24px; }
      #business-login .section .block .description-box a {
        height: 50px; } }

@media screen and (max-width: 991px) {
  #business-login .section .bg-block img.left {
    width: 70%;
    position: static; }
  #business-login .section .bg-block img.right {
    width: 15%;
    top: 0;
    opacity: 0.5; }
  #business-login .section .bg-block img.person {
    top: auto;
    right: 15%;
    bottom: -15%;
    width: 30%; }
  #business-login .section .block .login-box {
    float: none;
    width: 100%;
    border-right: none; }
    #business-login .section .block .login-box > img {
      width: 200px; }
  #business-login .section .block .description-box {
    padding-top: 50px;
    float: none;
    width: 100%;
    padding-left: 0; }
    #business-login .section .block .description-box .title-inner > img {
      width: 140px; }
    #business-login .section .block .description-box .title-inner .dec .bag {
      width: 100px;
      right: 10%; }
    #business-login .section .block .description-box .content-inner {
      max-height: inherit; } }

@media screen and (max-width: 575px) {
  #business-login .section .block {
    padding: 0 15px; }
    #business-login .section .block .login-box > img {
      width: 150px; }
    #business-login .section .block .login-box form input[type=password],
    #business-login .section .block .login-box form input[type=text] {
      padding: 10.5px 10px; }
    #business-login .section .block .login-box form button[type=submit] {
      padding: 10.5px 10px; }
    #business-login .section .block .login-box .fb img {
      width: 25px; }
    #business-login .section .block .description-box {
      padding-top: 0; }
      #business-login .section .block .description-box .title-inner > img {
        width: 115px; }
      #business-login .section .block .description-box .title-inner .dec .bag {
        width: 50px;
        right: 0px;
        top: 0; }
      #business-login .section .block .description-box .title-inner .dec .gift-1 {
        width: 30px; }
      #business-login .section .block .description-box .title-inner .dec .gift-3 {
        width: 20px; }
      #business-login .section .block .description-box a {
        height: 40px; }
  #business-login .section .bg-block img.person {
    width: 35%; } }

#business-register .section .title-block {
  align-items: center; }
  #business-register .section .title-block .img-box {
    flex: 0 0 40.2%;
    padding-left: 155px; }
    #business-register .section .title-block .img-box .bag {
      width: 150px; }
    #business-register .section .title-block .img-box .title {
      width: 220px; }
    #business-register .section .title-block .img-box:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 80px;
      background: #C4BEBA; }
  #business-register .section .title-block .text-box {
    flex: 0 0 50%;
    padding-right: 31px; }
  #business-register .section .title-block .dec-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #business-register .section .title-block .dec-box img {
      width: 57px; }
      #business-register .section .title-block .dec-box img:nth-child(1) {
        top: 40%;
        left: 1%; }
      #business-register .section .title-block .dec-box img:nth-child(2) {
        top: 74%;
        left: 4.5%; }

#business-register .section .content-block {
  z-index: 1; }
  #business-register .section .content-block .box:last-child {
    background: url(images/common/form-line.png) bottom no-repeat; }

#business-register .section .dec-block {
  pointer-events: none; }
  #business-register .section .dec-block img:nth-child(1) {
    top: 130%;
    right: 4%; }
  #business-register .section .dec-block img:nth-child(2) {
    width: 80px;
    top: 145%;
    right: 9%; }
  #business-register .section .dec-block img:nth-child(3) {
    width: 80px;
    top: 155%;
    right: 12%; }

@media screen and (max-width: 1600px) {
  #business-register .section .title-block .img-box {
    flex: 0 0 50%; } }

@media screen and (max-width: 1199px) {
  #business-register .section .title-block .img-box {
    padding-left: 100px; }
    #business-register .section .title-block .img-box .bag {
      width: 120px; }
    #business-register .section .title-block .img-box .title {
      width: 180px; }
  #business-register .section .title-block .dec-box img {
    width: 45px; } }

@media screen and (max-width: 991px) {
  #business-register .section .title-block {
    flex-wrap: wrap; }
    #business-register .section .title-block .img-box {
      justify-content: center;
      padding-left: 0;
      flex: 0 0 100%; }
      #business-register .section .title-block .img-box::after {
        display: none; }
    #business-register .section .title-block .text-box {
      flex: 0 0 100%;
      padding-right: 0; }
    #business-register .section .title-block .dec-box img:nth-child(1) {
      top: 30%;
      left: 10%; }
    #business-register .section .title-block .dec-box img:nth-child(2) {
      top: 25%;
      left: 20%; } }

@media screen and (max-width: 767px) {
  #business-register .section .title-block .img-box .bag {
    width: 100px; }
  #business-register .section .title-block .img-box .title {
    width: 150px; }
  #business-register .section .title-block .dec-box img {
    width: 35px; } }

@media screen and (max-width: 575px) {
  #business-register .section .title-block .img-box .bag {
    width: 80px; }
  #business-register .section .title-block .img-box .title {
    width: 120px; }
  #business-register .section .title-block .dec-box img {
    width: 25px; }
    #business-register .section .title-block .dec-box img:nth-child(1) {
      top: 0%;
      left: 0%; }
    #business-register .section .title-block .dec-box img:nth-child(2) {
      top: -5%;
      left: 10%; }
  #business-register .section .dec-block img:nth-child(1) {
    width: 100px; }
  #business-register .section .dec-block img:nth-child(2) {
    width: 30px; }
  #business-register .section .dec-block img:nth-child(3) {
    width: 30px; } }

.msie #business-register .section .title-block .img-box .title {
  height: 144px; }

.msie #business-register .section .title-block .img-box {
  flex: 0 0 31%; }

.msie #business-register .section .title-block .text-box {
  flex: 0 0 43%; }

#business-registerd .section .QR-block .QR-box {
  background: url(images/common/QR-code-bg.svg) center no-repeat;
  width: 170px;
  height: 170px; }
  #business-registerd .section .QR-block .QR-box img {
    width: 130px;
    height: 130px; }

#business-registerd .section .title {
  width: 305px; }

@media screen and (max-width: 575px) {
  #business-registerd .section .QR-block .QR-box {
    width: 140px;
    height: 140px; }
    #business-registerd .section .QR-block .QR-box img {
      width: 100px;
      height: 100px; }
  #business-registerd .section .title {
    width: 200px; } }

#business-products .section .data-table li.title span:nth-child(1) {
  flex: 0 0 8%;
  text-align: center;
  min-width: 55px; }

#business-products .section .data-table li.title span:nth-child(2) {
  flex-grow: 1;
  padding-left: 60px;
  padding-right: 20px;
  padding-left: 200px;
  text-align: left; }

#business-products .section .data-table li.title span:nth-child(3) {
  flex: 0 0 15%;
  text-align: center;
  min-width: 80px; }

#business-products .section .data-table li.title span:nth-child(4) {
  flex: 0 0 13%;
  text-align: center;
  min-width: 120px; }

#business-products .section .data-table li.title span:nth-child(5) {
  flex: 0 0 13%;
  text-align: center;
  min-width: 80px; }

#business-products .section .data-table li .item {
  padding-top: 9.3px;
  padding-bottom: 9.3px; }
  #business-products .section .data-table li .item span:nth-child(1) {
    flex: 0 0 8%;
    text-align: center;
    min-width: 55px; }
  #business-products .section .data-table li .item span:nth-child(2) {
    flex-grow: 1;
    padding-left: 60px;
    padding-right: 20px;
    color: black;
    text-align: left; }
  #business-products .section .data-table li .item span:nth-child(3) {
    flex: 0 0 15%;
    text-align: center;
    min-width: 80px; }
  #business-products .section .data-table li .item span:nth-child(4) {
    flex: 0 0 13%;
    text-align: center;
    min-width: 120px; }
  #business-products .section .data-table li .item span:nth-child(5) {
    flex: 0 0 13%;
    text-align: center;
    min-width: 80px; }

@media screen and (max-width: 1199px) {
  #business-products .section .data-table ul li.title span:nth-child(2) {
    padding-left: 10px; }
  #business-products .section .data-table ul li .item span:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 767px) {
  #business-products .section .data-table li .item {
    display: block; } }

@media screen and (max-width: 575px) {
  #business-products .section .data-table ul li .item {
    padding-top: 10px;
    padding-bottom: 10px; } }

#business-news .product-item > div a > span .img-box img {
  width: 175px; }

#business-news .product-item > div a > span .img-box {
  padding-top: 70px; }

#business-news .product-item:nth-child(even) > div {
  background-image: url(images/business/product-item-bg-2.svg); }

#business-news .product-item:nth-child(odd) > div {
  background-image: url(images/business/product-item-bg-1.svg); }

#cart .section .data-table li.title div:nth-child(1) {
  flex-grow: 1; }

#cart .section .data-table li.title div:nth-child(2) {
  flex: 0 0 12%;
  min-width: 110px; }

#cart .section .data-table li.title div:nth-child(3) {
  flex: 0 0 12%;
  min-width: 100px; }

#cart .section .data-table li.title div:nth-child(4) {
  flex: 0 0 15%;
  min-width: 100px; }

#cart .section .data-table li.title div:nth-child(5) {
  flex: 0 0 11%;
  min-width: 50px; }

#cart .section .data-table li .item {
  padding-top: 18px;
  padding-bottom: 18px; }
  #cart .section .data-table li .item > div:nth-child(1) {
    flex-grow: 1; }
  #cart .section .data-table li .item > div:nth-child(2) {
    flex: 0 0 12%;
    min-width: 110px; }
  #cart .section .data-table li .item > div:nth-child(3) {
    flex: 0 0 12%;
    min-width: 100px; }
  #cart .section .data-table li .item > div:nth-child(4) {
    flex: 0 0 15%;
    min-width: 100px; }
  #cart .section .data-table li .item > div:nth-child(5) {
    flex: 0 0 11%;
    min-width: 50px; }
    #cart .section .data-table li .item > div:nth-child(5) svg {
      width: 30px;
      cursor: pointer; }
      #cart .section .data-table li .item > div:nth-child(5) svg:hover circle {
        fill: #5B4D42 !important;
        stroke: #5B4D42 !important; }
      #cart .section .data-table li .item > div:nth-child(5) svg:hover rect {
        fill: white !important; }

#cart .section .box .getMethod {
  padding: 36px 0; }
  #cart .section .box .getMethod > span {
    flex: 0 0 200px; }
  #cart .section .box .getMethod > div {
    flex-grow: 1;
    display: flex;
    justify-content: space-between; }
    #cart .section .box .getMethod > div button {
      padding-right: 10px; }
      #cart .section .box .getMethod > div button:hover .img-wrapper {
        background: #5B4D42; }
      #cart .section .box .getMethod > div button:hover span {
        color: #5B4D42; }
      #cart .section .box .getMethod > div button .img-wrapper {
        width: 22px;
        height: 22px;
        background: #AE9A91;
        border-radius: 50%;
        transition: background .3s; }
        #cart .section .box .getMethod > div button .img-wrapper svg {
          width: 15px;
          height: 15px; }
      #cart .section .box .getMethod > div button span {
        transition: color .3s;
        color: #888; }

#cart .section .box .orderTotal {
  padding: 20px 0;
  display: flex;
  justify-content: space-between; }
  #cart .section .box .orderTotal ul {
    width: 460px; }
    #cart .section .box .orderTotal ul li {
      display: flex;
      justify-content: space-between;
      padding: 16px 10px; }
      #cart .section .box .orderTotal ul li:not(:last-child) {
        border-bottom: 1px solid #B4AFA9; }

#cart .recommend-section {
  width: calc(100% - 40px);
  max-width: 1443px;
  margin: auto; }
  #cart .recommend-section img.title {
    width: 200px; }

#cart .modal .modal-dialog .modal-content {
  background: white;
  border: 2px solid #5B4D42; }
  #cart .modal .modal-dialog .modal-content .modal-header {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #5B4D42;
    z-index: 1; }
    #cart .modal .modal-dialog .modal-content .modal-header .close svg {
      width: 13px; }
  #cart .modal .modal-dialog .modal-content .modal-body {
    padding-top: 60px;
    padding-bottom: 20px;
    min-height: 300px; }

@media screen and (max-width: 575px) {
  #cart .section .data-table li .item {
    padding-bottom: 7px; }
    #cart .section .data-table li .item > div:nth-child(1) div img {
      max-width: 100px; }
    #cart .section .data-table li .item > div:nth-child(2) {
      padding-right: 0;
      align-items: center; }
    #cart .section .data-table li .item > div:nth-child(3) .number-wrapper {
      padding: 5px 10px 5px 10px; }
  #cart .section .box .getMethod {
    padding: 15px 0;
    flex-wrap: wrap; }
    #cart .section .box .getMethod > span {
      flex: 0 0 100%;
      margin-bottom: 15px; }
  #cart .section .box .orderTotal {
    padding: 15px 0;
    padding-bottom: 0;
    flex-wrap: wrap; }
    #cart .section .box .orderTotal ul {
      width: 100%; }
      #cart .section .box .orderTotal ul li {
        padding: 10px 10px; }
  #cart .recommend-section .slider {
    max-width: 330px;
    margin: auto; }
    #cart .recommend-section .slider img {
      width: 195px; }
    #cart .recommend-section .slider .slick-arrow {
      bottom: 155px;
      top: auto; }
  #cart .recommend-section img.title {
    width: 120px; } }

@media screen and (max-width: 350px) {
  #cart .product-item {
    padding: 0; } }

#cart-info textarea {
  height: 150px; }

#cart-info .deliveryAddress .field-group {
  align-items: flex-start; }
  #cart-info .deliveryAddress .field-group > div {
    flex-grow: 1; }

#cart-info .deliveryAddress .address {
  display: none; }

#cart-info .time .radios {
  display: flex; }

#cart-info .invoice input[type=text] {
  width: 100%; }

#cart-info .invoice .type {
  display: none; }

#cart-info .invoice .radios {
  display: flex; }

@media screen and (max-width: 767px) {
  #cart-info .time .field-group,
  #cart-info .invoice .field-group,
  #cart-info .deliveryAddress .field-group {
    align-items: flex-start; }
    #cart-info .time .field-group .radios,
    #cart-info .invoice .field-group .radios,
    #cart-info .deliveryAddress .field-group .radios {
      display: block; } }

@media screen and (max-width: 575px) {
  #cart-info .deliveryAddress .field-group > div {
    flex: 0 0 100%; }
  #cart-info .invoice .select2 {
    padding: 5px 20px; }
    #cart-info .invoice .select2 .select2-selection__arrow {
      top: 5px;
      right: 5px; }
      #cart-info .invoice .select2 .select2-selection__arrow b {
        width: 7px;
        border-width: 6px 3px 0 3px; }
  #cart-info #recipientzip {
    width: 100%; }
  #cart-info input[type=checkbox] + label {
    margin-top: 10px; }
    #cart-info input[type=checkbox] + label .icon-ok {
      margin-top: 2px; } }

#cart-pay .radios > div:not(:last-child) {
  border-bottom: 1px solid #D1CDCA; }

#cart-pay .radios > div > div:nth-child(1) {
  flex: 0 0 29%;
  min-width: 230px; }

@media screen and (max-width: 575px) {
  #cart-pay .radios > div > div:nth-child(1) {
    flex: 0 0 100%; }
  #cart-pay .radios > div > div:nth-child(2) {
    padding-left: 30px; } }

#cart-complete .section {
  background: url(images/common/form-line.png) top no-repeat;
  background-size: contain; }
  #cart-complete .section .data-table {
    border: none; }
    #cart-complete .section .data-table li.title div:nth-child(1) {
      flex: 0 0 50%; }
    #cart-complete .section .data-table li.title div:nth-child(2) {
      flex: 0 0 12%;
      min-width: 80px; }
    #cart-complete .section .data-table li.title div:nth-child(3) {
      flex: 0 0 26%;
      min-width: 90px; }
    #cart-complete .section .data-table li.title div:nth-child(4) {
      flex: 0 0 12%;
      min-width: 90px; }
    #cart-complete .section .data-table li .item {
      padding-top: 22px;
      padding-bottom: 22px; }
      #cart-complete .section .data-table li .item > div:nth-child(1) {
        flex: 0 0 50%; }
      #cart-complete .section .data-table li .item > div:nth-child(2) {
        flex: 0 0 12%;
        min-width: 80px; }
      #cart-complete .section .data-table li .item > div:nth-child(3) {
        flex: 0 0 26%;
        min-width: 90px; }
      #cart-complete .section .data-table li .item > div:nth-child(4) {
        flex: 0 0 12%;
        min-width: 90px; }
  #cart-complete .section .box .orderTotal {
    padding: 20px 0;
    display: flex;
    justify-content: space-between; }
    #cart-complete .section .box .orderTotal ul {
      width: 460px; }
      #cart-complete .section .box .orderTotal ul li {
        display: flex;
        justify-content: space-between;
        padding: 16px 10px; }
        #cart-complete .section .box .orderTotal ul li:not(:last-child) {
          border-bottom: 1px solid #B4AFA9; }
  #cart-complete .section .box.style-2 .content ul li {
    display: flex; }
    #cart-complete .section .box.style-2 .content ul li > span:nth-child(1) {
      flex: 0 0 76px;
      display: inline-block; }

@media screen and (max-width: 767px) {
  #cart-complete .section .box.style-2 .content ul li > span:nth-child(1) {
    flex: 0 0 70px; } }

@media screen and (max-width: 575px) {
  #cart-complete .section .data-table li .item {
    padding-bottom: 7px; }
    #cart-complete .section .data-table li .item > div:nth-child(1) div img {
      max-width: 100px; }
    #cart-complete .section .data-table li .item > div:nth-child(2) {
      padding-right: 0; }
    #cart-complete .section .data-table li .item > div:nth-child(3) .number-wrapper {
      padding: 5px 10px 5px 10px; }
  #cart-complete .section .box .orderTotal {
    padding: 15px 0;
    padding-bottom: 0;
    flex-wrap: wrap; }
    #cart-complete .section .box .orderTotal ul {
      width: 100%; }
      #cart-complete .section .box .orderTotal ul li {
        padding: 10px 10px; } }

#member-login .section .bg-block .bg-box {
  max-width: 1330px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

#member-login .section .bg-block .dec-box {
  z-index: 2; }
  #member-login .section .bg-block .dec-box .bag {
    pointer-events: none;
    width: 160px;
    right: 27%;
    top: 580px; }
  #member-login .section .bg-block .dec-box .shoes-inner-1 {
    pointer-events: none;
    z-index: 2; }
    #member-login .section .bg-block .dec-box .shoes-inner-1 img:nth-child(1) {
      top: -115px;
      right: 5%; }
    #member-login .section .bg-block .dec-box .shoes-inner-1 img:nth-child(2) {
      width: 80px;
      top: 0px;
      right: 9%; }
    #member-login .section .bg-block .dec-box .shoes-inner-1 img:nth-child(3) {
      width: 80px;
      top: 70px;
      right: 12%; }
  #member-login .section .bg-block .dec-box .shoes-inner-2 {
    pointer-events: none; }
    #member-login .section .bg-block .dec-box .shoes-inner-2 img {
      top: 360px;
      left: 7%; }

#member-login .section .block {
  z-index: 1;
  width: 680px;
  margin: auto;
  background: url(images/member/login-block.svg) center no-repeat;
  padding: 35px 100px; }
  #member-login .section .block > img {
    width: 35%; }
  #member-login .section .block .or {
    border-bottom: 2px dotted #A5A5A5; }
    #member-login .section .block .or span {
      color: #A5A5A5; }
  #member-login .section .block .fb {
    background: #4268B3;
    padding: 7px 10px;
    border-radius: 7px;
    transition: opacity .3s; }
    #member-login .section .block .fb:hover {
      opacity: 0.8; }
    #member-login .section .block .fb img {
      width: 36px; }
  #member-login .section .block > ul li:not(:last-child) {
    border-right: 1px solid #C4C4C4; }
  #member-login .section .block > ul li a:hover {
    color: #5B4D42; }
  #member-login .section .block > ul li a .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EDECE8;
    color: #5B4D42; }
    #member-login .section .block > ul li a .icon i {
      font-size: 16px; }
    #member-login .section .block > ul li a .icon svg {
      width: 18px; }
      #member-login .section .block > ul li a .icon svg path {
        stroke: #5B4D42 !important; }

@media screen and (max-width: 1400px) {
  #member-login .section .block {
    background: white;
    border: 2px solid #5B4D42;
    border-radius: 25px;
    width: 640px;
    padding: 35px 75px; }
  #member-login .section .bg-block .dec-box .bag {
    right: 17%; }
  #member-login .section .bg-block .dec-box .shoes-inner-1 img:nth-child(1) {
    width: 130px; }
  #member-login .section .bg-block .dec-box .shoes-inner-1 img:nth-child(2) {
    width: 60px; }
  #member-login .section .bg-block .dec-box .shoes-inner-1 img:nth-child(3) {
    width: 60px; }
  #member-login .section .bg-block .dec-box .shoes-inner-2 img {
    width: 150px; } }

@media screen and (max-width: 991px) {
  #member-login .section .bg-block .dec-box .shoes-inner-2 img {
    left: 2%; }
  #member-login .section .bg-block .dec-box .bag {
    right: 5%;
    width: 120px; } }

@media screen and (max-width: 767px) {
  #member-login .section .block {
    width: calc(100% - 40px);
    padding: 35px 20px; }
  #member-login .section .bg-block .dec-box .shoes-inner-1,
  #member-login .section .bg-block .dec-box .shoes-inner-2 {
    display: none; }
  #member-login .section .bg-block .dec-box .bag {
    top: 620px; } }

@media screen and (max-width: 575px) {
  #member-login .section .block {
    padding: 24px 20px; }
    #member-login .section .block > img {
      width: 150px; }
    #member-login .section .block .fb img {
      width: 25px; }
    #member-login .section .block > ul li:not(:last-child) {
      border-right: none; } }

#member-register .section .title-block img {
  width: 186px; }

#member-register .section .content-block .box:last-child {
  background: url(images/common/form-line.png) bottom no-repeat; }

@media screen and (max-width: 575px) {
  #member-register .section .title-block img {
    width: 140px; } }

#member-registered .section div.circles-block {
  width: 130px;
  height: 130px; }
  #member-registered .section div.circles-block img {
    z-index: 1;
    width: 50px; }
  #member-registered .section div.circles-block > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
    #member-registered .section div.circles-block > span > span {
      width: 100%;
      height: 100%; }
      #member-registered .section div.circles-block > span > span:nth-child(1) > span {
        -webkit-animation-name: rotate-1;
        animation-name: rotate-1; }
      #member-registered .section div.circles-block > span > span:nth-child(2) > span {
        -webkit-animation-name: rotate-2;
        animation-name: rotate-2; }
      #member-registered .section div.circles-block > span > span:nth-child(3) > span {
        -webkit-animation-name: rotate-3;
        animation-name: rotate-3;
        transform: rotate(90deg); }
      #member-registered .section div.circles-block > span > span > span {
        margin: auto;
        width: 90%;
        height: 100%;
        display: block;
        background: rgba(91, 77, 66, 0.03);
        -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; }

#member-registered .section > img {
  width: 232px; }

#member-registered .section p {
  max-width: 577px; }

@media screen and (max-width: 575px) {
  #member-registered .section div.circles-block {
    width: 80px;
    height: 80px; }
    #member-registered .section div.circles-block img {
      width: 30px; }
  #member-registered .section > img {
    width: 170px; } }

#forget .section .block {
  background: url(images/member/forget-block.svg) center no-repeat; }

#forget .title {
  width: 40%; }

@media screen and (max-width: 767px) {
  #forget .title {
    width: 180px; } }

@media screen and (max-width: 575px) {
  #forget .title {
    width: 150px; } }

#forgot .title {
  width: 152px; }

@media screen and (max-width: 575px) {
  #forgot .title {
    width: 120px; } }

#activate .section .block {
  background: url(images/member/activate-block.svg) center no-repeat; }

#activate .title {
  width: 65%; }

@media screen and (max-width: 767px) {
  #activate .title {
    width: 280px; } }

@media screen and (max-width: 575px) {
  #activate .title {
    width: 230px; } }

#activated .title {
  width: 362px; }

#activated p {
  max-width: 530px; }

@media screen and (max-width: 575px) {
  #activated .title {
    width: 250px; } }

#orders .section .data-table {
  background: none;
  border-bottom: 1px solid #B4AFA9;
  min-width: 900px; }
  #orders .section .data-table li.title {
    padding-top: 14px;
    padding-bottom: 14px; }
    #orders .section .data-table li.title span:nth-child(1) {
      flex: 0 0 14%;
      min-width: 115px; }
    #orders .section .data-table li.title span:nth-child(2) {
      flex: 0 0 22.5%;
      min-width: 150px; }
    #orders .section .data-table li.title span:nth-child(3) {
      flex: 0 0 13%;
      min-width: 125px; }
    #orders .section .data-table li.title span:nth-child(4) {
      flex: 0 0 22%;
      min-width: 120px; }
    #orders .section .data-table li.title span:nth-child(5) {
      flex: 0 0 13%;
      min-width: 120px; }
    #orders .section .data-table li.title span:nth-child(6) {
      flex: 0 0 15.5%;
      min-width: 120px; }
  #orders .section .data-table li .item {
    padding-top: 15.8px;
    padding-bottom: 15.8px; }
    #orders .section .data-table li .item span:nth-child(1) {
      flex: 0 0 14%;
      min-width: 115px; }
    #orders .section .data-table li .item span:nth-child(2) {
      flex: 0 0 22.5%;
      min-width: 150px; }
      #orders .section .data-table li .item span:nth-child(2) a:hover {
        text-decoration: underline;
        color: #B80080; }
    #orders .section .data-table li .item span:nth-child(3) {
      flex: 0 0 13%;
      min-width: 125px; }
    #orders .section .data-table li .item span:nth-child(4) {
      flex: 0 0 22%;
      min-width: 120px; }
    #orders .section .data-table li .item span:nth-child(5) {
      flex: 0 0 13%;
      min-width: 120px; }
    #orders .section .data-table li .item span:nth-child(6) {
      flex: 0 0 15.5%;
      min-width: 120px; }
      #orders .section .data-table li .item span:nth-child(6) a,
      #orders .section .data-table li .item span:nth-child(6) button {
        color: #B80080; }
        #orders .section .data-table li .item span:nth-child(6) a:hover,
        #orders .section .data-table li .item span:nth-child(6) button:hover {
          text-decoration: underline;
          color: #B80080; }
  #orders .section .data-table li a.item:hover {
    background: #FAF0F5; }

#orders .modal .modal-dialog {
  max-width: 680px;
  width: calc(100% - 40px);
  margin: auto; }
  #orders .modal .modal-dialog .modal-content {
    background: white; }
    #orders .modal .modal-dialog .modal-content .modal-header {
      z-index: 1;
      top: 10px;
      right: 10px;
      width: auto;
      height: auto;
      background: transparent;
      padding: 0;
      border-radius: 0; }
      #orders .modal .modal-dialog .modal-content .modal-header button {
        height: auto;
        padding: 5px 10px; }
        #orders .modal .modal-dialog .modal-content .modal-header button svg {
          width: 13px; }
          #orders .modal .modal-dialog .modal-content .modal-header button svg path {
            fill: #867F78 !important; }
    #orders .modal .modal-dialog .modal-content .modal-body {
      padding-top: 55px;
      padding-bottom: 55px; }
      #orders .modal .modal-dialog .modal-content .modal-body .img-wrapper {
        width: 107px;
        height: 107px;
        background: url(images/member/alert-bg.jpg) center no-repeat; }
        #orders .modal .modal-dialog .modal-content .modal-body .img-wrapper svg {
          width: 50px;
          height: 50px;
          fill: #5B4D42; }
      #orders .modal .modal-dialog .modal-content .modal-body button {
        border: none; }

@media screen and (max-width: 1199px) {
  #orders .section .data-table ul li.title span:nth-child(2) {
    padding-left: 10px; }
  #orders .section .data-table ul li .item span:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 767px) {
  #orders .title-block .select2 .select2-selection {
    padding: 8.5px 20px; }
  #orders .modal .modal-dialog .modal-content .modal-body {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media screen and (max-width: 767px) {
  #orders .title-block .select2 .select2-selection {
    padding: 6px 20px; }
  #orders .section .data-table li .item span {
    flex: 0 0 50% !important; } }

@media screen and (max-width: 430px) {
  #orders .section .data-table li .item {
    display: block; } }

#order .section .data-table li.title div:nth-child(1) {
  flex-grow: 1;
  padding-left: 65px; }

#order .section .data-table li.title div:nth-child(2) {
  flex: 0 0 16%;
  min-width: 80px; }

#order .section .data-table li.title div:nth-child(3) {
  flex: 0 0 19%;
  min-width: 90px; }

#order .section .data-table li.title div:nth-child(4) {
  flex: 0 0 17%;
  min-width: 90px;
  padding-left: 22px; }

#order .section .data-table li .item {
  padding-top: 19px;
  padding-bottom: 19px; }
  #order .section .data-table li .item > div:nth-child(1) {
    flex-grow: 1; }
  #order .section .data-table li .item > div:nth-child(2) {
    flex: 0 0 16%;
    min-width: 80px; }
  #order .section .data-table li .item > div:nth-child(3) {
    flex: 0 0 19%;
    min-width: 90px; }
  #order .section .data-table li .item > div:nth-child(4) {
    flex: 0 0 17%;
    min-width: 90px;
    padding-left: 22px; }

#order .section .box .orderTotal {
  padding: 20px 0;
  display: flex;
  justify-content: space-between; }
  #order .section .box .orderTotal ul {
    margin-right: 45px;
    width: 380px; }
    #order .section .box .orderTotal ul li {
      display: flex;
      justify-content: space-between;
      padding: 16px 10px; }
      #order .section .box .orderTotal ul li:not(:last-child) {
        border-bottom: 1px solid #B4AFA9; }

#order .section .box.style-2 .title {
  flex: 0 0 15%; }

#order .section .box.style-2 .content ul li {
  display: flex; }
  #order .section .box.style-2 .content ul li > span:nth-child(1) {
    flex: 0 0 76px;
    display: inline-block; }

#order .section .btns {
  margin-top: 80px; }

@media screen and (max-width: 1199px) {
  #order .section .box .orderTotal ul {
    margin-right: 0; }
  #order .section .data-table li.title div:nth-child(4) {
    padding-left: 0; }
  #order .section .data-table li .item > div:nth-child(4) {
    padding-left: 0; } }

@media screen and (max-width: 991px) {
  #order .section .box.style-2 .title {
    flex: 0 0 100%; } }

@media screen and (max-width: 767px) {
  #order .section .box.style-2 .content ul li > span:nth-child(1) {
    flex: 0 0 70px; } }

@media screen and (max-width: 575px) {
  #order .section .btns {
    margin-top: 30px; }
  #order .section .data-table li .item {
    padding-bottom: 7px; }
    #order .section .data-table li .item > div:nth-child(2) {
      padding-right: 0; }
  #order .section .box .orderTotal {
    padding: 15px 0;
    padding-bottom: 0;
    flex-wrap: wrap; }
    #order .section .box .orderTotal ul {
      width: 100%; }
      #order .section .box .orderTotal ul li {
        padding: 10px 10px; } }

#order-print {
  width: 1200px;
  margin: auto; }
  #order-print .main .inner {
    background: white;
    padding-top: 0; }
  #order-print .section .header {
    padding-top: 18px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #867F78; }
    #order-print .section .header svg {
      width: 286px; }
  #order-print .section .data-table li.title div:nth-child(1) {
    flex: 0 0 43%;
    padding-left: 50px;
    text-align: left; }
  #order-print .section .data-table li.title div:nth-child(2) {
    flex: 0 0 16%;
    min-width: 80px; }
  #order-print .section .data-table li.title div:nth-child(3) {
    flex: 0 0 21%; }
  #order-print .section .data-table li.title div:nth-child(4) {
    flex: 0 0 20%;
    padding-left: 22px; }
  #order-print .section .data-table li .item {
    padding-top: 19px;
    padding-bottom: 19px; }
    #order-print .section .data-table li .item > div:nth-child(1) {
      flex: 0 0 43%;
      padding-left: 55px; }
      #order-print .section .data-table li .item > div:nth-child(1) a .img-wrapper {
        flex: 0 0 140px;
        width: 140px;
        margin-right: 60px; }
        #order-print .section .data-table li .item > div:nth-child(1) a .img-wrapper img {
          width: 100%; }
      #order-print .section .data-table li .item > div:nth-child(1) a span {
        text-align: left;
        color: black; }
    #order-print .section .data-table li .item > div:nth-child(2) {
      flex: 0 0 16%; }
    #order-print .section .data-table li .item > div:nth-child(3) {
      flex: 0 0 21%; }
    #order-print .section .data-table li .item > div:nth-child(4) {
      flex: 0 0 20%;
      padding-left: 22px; }
  #order-print .section .box:nth-child(1) {
    display: flex; }
  #order-print .section .box .orderTotal {
    padding: 20px 0;
    display: flex;
    justify-content: space-between; }
    #order-print .section .box .orderTotal ul {
      margin-right: 32px;
      width: 400px; }
      #order-print .section .box .orderTotal ul li {
        display: flex;
        justify-content: space-between;
        padding: 16px 20px; }
        #order-print .section .box .orderTotal ul li:not(:last-child) {
          border-bottom: 1px solid #B4AFA9; }
  #order-print .section .box.style-2 .title {
    flex: 0 0 18%; }
  #order-print .section .box.style-2 .content ul li {
    display: flex; }
    #order-print .section .box.style-2 .content ul li > span:nth-child(1) {
      flex: 0 0 76px;
      display: inline-block; }
  #order-print .btns {
    margin-bottom: 200px; }

#canceled .section div.circles-block {
  width: 130px;
  height: 130px; }
  #canceled .section div.circles-block img {
    z-index: 1;
    width: 50px; }
  #canceled .section div.circles-block > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
    #canceled .section div.circles-block > span > span {
      width: 100%;
      height: 100%; }
      #canceled .section div.circles-block > span > span:nth-child(1) > span {
        -webkit-animation-name: rotate-1;
        animation-name: rotate-1; }
      #canceled .section div.circles-block > span > span:nth-child(2) > span {
        -webkit-animation-name: rotate-2;
        animation-name: rotate-2; }
      #canceled .section div.circles-block > span > span:nth-child(3) > span {
        -webkit-animation-name: rotate-3;
        animation-name: rotate-3;
        transform: rotate(90deg); }
      #canceled .section div.circles-block > span > span > span {
        margin: auto;
        width: 90%;
        height: 100%;
        display: block;
        background: rgba(91, 77, 66, 0.03);
        -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; }

#canceled .section > img {
  width: 200px; }

@media screen and (max-width: 575px) {
  #canceled .section div.circles-block {
    width: 80px;
    height: 80px; }
    #canceled .section div.circles-block img {
      width: 30px; }
  #canceled .section > img {
    width: 130px; } }

#returns .section .note-block .edit .note {
  color: #C35150; }

#returns .section .note-block .edit a {
  color: #C35150; }

#returns .section .data-table {
  padding-bottom: 35px;
  border: none; }
  #returns .section .data-table li.title div:nth-child(1) {
    flex: 0 0 11%;
    padding-left: 25px;
    min-width: 120px; }
    #returns .section .data-table li.title div:nth-child(1) label {
      align-items: center; }
  #returns .section .data-table li.title div:nth-child(2) {
    flex-grow: 1;
    text-align: left;
    padding-left: 260px; }
  #returns .section .data-table li.title div:nth-child(3) {
    flex: 0 0 11%;
    min-width: 80px; }
  #returns .section .data-table li.title div:nth-child(4) {
    flex: 0 0 16%;
    min-width: 90px; }
  #returns .section .data-table li.title div:nth-child(5) {
    flex: 0 0 15%;
    min-width: 90px; }
  #returns .section .data-table li .item {
    padding-top: 18px;
    padding-bottom: 18px; }
    #returns .section .data-table li .item > div:nth-child(1) {
      flex: 0 0 11%;
      min-width: 120px; }
      #returns .section .data-table li .item > div:nth-child(1) label {
        display: inline-flex;
        width: 20px; }
    #returns .section .data-table li .item > div:nth-child(2) {
      flex-grow: 1; }
    #returns .section .data-table li .item > div:nth-child(3) {
      flex: 0 0 11%;
      min-width: 80px; }
    #returns .section .data-table li .item > div:nth-child(4) {
      flex: 0 0 16%;
      min-width: 90px; }
    #returns .section .data-table li .item > div:nth-child(5) {
      flex: 0 0 15%;
      min-width: 90px; }

#returns .section form {
  background: none; }
  #returns .section form .box.style-2 {
    padding-right: 90px; }
  #returns .section form .box.returnReason .field-group > label {
    flex: 0 0 110px;
    margin-right: 20px; }
  #returns .section form .box.returnReason .field-group textarea {
    height: 152px; }
  #returns .section form .box.returnReason .row:nth-child(2) .field-group {
    align-items: flex-start; }
    #returns .section form .box.returnReason .row:nth-child(2) .field-group label {
      margin-top: 10px; }
  #returns .section form .box .note .field-group {
    align-items: flex-start; }
    #returns .section form .box .note .field-group label {
      margin-top: 10px; }
  #returns .section form .time .radios {
    display: flex; }
  #returns .section form textarea {
    height: 150px; }
  #returns .section form .btns {
    margin-top: 85px; }

@media screen and (max-width: 1400px) {
  #returns .section form .box.style-2 {
    padding-right: 0; }
  #returns .section form .box .data-table li.title div:nth-child(1) {
    padding-left: 10px; }
  #returns .section .data-table li.title div:nth-child(1) {
    padding-left: 10px; } }

@media screen and (max-width: 991px) {
  #returns .section .form .box .data-table li.title div:nth-child(2) {
    padding-left: 150px; }
  #returns .section .data-table li.title div:nth-child(2) {
    padding-left: 158px; } }

@media screen and (max-width: 767px) {
  #returns .section form .time .field-group > label {
    align-self: flex-start;
    margin-top: 10px; }
  #returns .section form .time .radios {
    display: block; }
  #returns .section form .data-table li.title {
    display: table;
    background: transparent;
    margin-top: 10px; }
    #returns .section form .data-table li.title div:not(:first-child) {
      display: none; }
    #returns .section form .data-table li.title div:first-child {
      display: block;
      border-radius: 5px;
      padding: 5px 10px;
      background: #5B4D42; }
      #returns .section form .data-table li.title div:first-child label {
        color: white; }
        #returns .section form .data-table li.title div:first-child label .icon-ok {
          margin-top: 2px;
          border: 1px solid white; }
  #returns .data-table li .item > div:nth-child(1) {
    flex: 0 0 100% !important; } }

@media screen and (max-width: 575px) {
  #returns .section .form .time .field-group > label {
    margin-top: 0; }
  #returns .section .form .box.returnReason .row:nth-child(2) .field-group label {
    margin-top: 0; }
  #returns .section .form .box:nth-child(2) > div:nth-child(2) > span:nth-child(2) {
    display: block; }
  #returns .section .form .box .note .field-group label {
    margin-top: 0; }
  #returns .section .form .select2 {
    padding: 5px 10px; }
    #returns .section .form .select2 .select2-selection__arrow {
      top: 5px;
      right: 5px; }
      #returns .section .form .select2 .select2-selection__arrow b {
        width: 7px;
        border-width: 6px 3px 0 3px; }
  #returns .section .form .btns {
    margin-top: 40px; } }

#return .section .data-table.table-1 {
  background: none;
  min-width: 910px;
  border-bottom: 1px solid #D0CBC6;
  padding-top: 2px; }
  #return .section .data-table.table-1 li.title {
    padding-top: 14px;
    padding-bottom: 14px; }
    #return .section .data-table.table-1 li.title div:nth-child(1) {
      flex: 0 0 15%; }
    #return .section .data-table.table-1 li.title div:nth-child(2) {
      flex: 0 0 22%; }
    #return .section .data-table.table-1 li.title div:nth-child(3) {
      flex: 0 0 14%; }
    #return .section .data-table.table-1 li.title div:nth-child(4) {
      flex: 0 0 20%; }
    #return .section .data-table.table-1 li.title div:nth-child(5) {
      flex: 0 0 15%; }
    #return .section .data-table.table-1 li.title div:nth-child(6) {
      flex: 0 0 14%; }
  #return .section .data-table.table-1 li .item {
    padding-top: 18px;
    padding-bottom: 18px; }
    #return .section .data-table.table-1 li .item > div:nth-child(1) {
      flex: 0 0 15%; }
    #return .section .data-table.table-1 li .item > div:nth-child(2) {
      flex: 0 0 22%; }
    #return .section .data-table.table-1 li .item > div:nth-child(3) {
      flex: 0 0 14%; }
    #return .section .data-table.table-1 li .item > div:nth-child(4) {
      flex: 0 0 20%; }
    #return .section .data-table.table-1 li .item > div:nth-child(5) {
      flex: 0 0 15%; }
    #return .section .data-table.table-1 li .item > div:nth-child(6) {
      flex: 0 0 14%; }

#return .section .data-table.table-2 {
  border: none; }
  #return .section .data-table.table-2 li.title div:nth-child(1) {
    flex: 0 0 60%; }
  #return .section .data-table.table-2 li.title div:nth-child(2) {
    flex: 0 0 8%;
    min-width: 80px; }
  #return .section .data-table.table-2 li.title div:nth-child(3) {
    flex: 0 0 17%;
    min-width: 90px; }
  #return .section .data-table.table-2 li.title div:nth-child(4) {
    flex: 0 0 15%;
    min-width: 90px; }
  #return .section .data-table.table-2 li .item {
    padding-top: 22px;
    padding-bottom: 22px; }
    #return .section .data-table.table-2 li .item > div:nth-child(1) {
      flex: 0 0 60%; }
    #return .section .data-table.table-2 li .item > div:nth-child(2) {
      flex: 0 0 8%;
      min-width: 80px; }
    #return .section .data-table.table-2 li .item > div:nth-child(3) {
      flex: 0 0 17%;
      min-width: 90px; }
    #return .section .data-table.table-2 li .item > div:nth-child(4) {
      flex: 0 0 15%;
      min-width: 90px; }

#return .section .orderTotal {
  padding: 24px 0;
  display: flex;
  justify-content: space-between; }
  #return .section .orderTotal ul {
    width: 380px; }
    #return .section .orderTotal ul li {
      display: flex;
      justify-content: space-between;
      padding: 14px 10px; }
      #return .section .orderTotal ul li:not(:last-child) {
        border-bottom: 1px solid #B4AFA9; }

#return .section .box.style-2 .title {
  flex: 0 0 15%;
  min-width: 180px; }

#return .section .box.style-2 .content ul li {
  display: flex; }
  #return .section .box.style-2 .content ul li > span:nth-child(1) {
    flex: 0 0 113px;
    display: inline-block; }

@media screen and (max-width: 767px) {
  #return .section .data-table.table-1 li .item > div:nth-child(1) {
    flex: 0 0 100%; } }

@media screen and (max-width: 575px) {
  #return .section .data-table.table-1 li .item {
    padding-top: 5px;
    padding-bottom: 0px;
    display: block; }
  #return .section .orderTotal {
    padding-top: 5px;
    padding-bottom: 0; }
    #return .section .orderTotal ul {
      width: 100%; }
      #return .section .orderTotal ul li {
        padding: 10px 10px; }
  #return .section .box.style-2 .content ul li > span:nth-child(1) {
    flex: 0 0 77px; } }

#returned .section .data-table {
  background: none;
  border-bottom: 1px solid #B4AFA9;
  min-width: 900px; }
  #returned .section .data-table li.title {
    padding-top: 14px;
    padding-bottom: 14px; }
    #returned .section .data-table li.title span:nth-child(1) {
      flex: 0 0 14%; }
    #returned .section .data-table li.title span:nth-child(2) {
      flex: 0 0 24%; }
    #returned .section .data-table li.title span:nth-child(3) {
      flex: 0 0 12%; }
    #returned .section .data-table li.title span:nth-child(4) {
      flex: 0 0 22%; }
    #returned .section .data-table li.title span:nth-child(5) {
      flex: 0 0 13%; }
    #returned .section .data-table li.title span:nth-child(6) {
      flex: 0 0 15%; }
  #returned .section .data-table li .item {
    padding-top: 15.8px;
    padding-bottom: 15.8px; }
    #returned .section .data-table li .item span:nth-child(1) {
      flex: 0 0 14%; }
    #returned .section .data-table li .item span:nth-child(2) {
      flex: 0 0 24%; }
      #returned .section .data-table li .item span:nth-child(2) a:hover {
        text-decoration: underline;
        color: #5B4D42; }
    #returned .section .data-table li .item span:nth-child(3) {
      flex: 0 0 12%; }
    #returned .section .data-table li .item span:nth-child(4) {
      flex: 0 0 22%; }
    #returned .section .data-table li .item span:nth-child(5) {
      flex: 0 0 13%; }
    #returned .section .data-table li .item span:nth-child(6) {
      flex: 0 0 15%; }
    #returned .section .data-table li .item span:nth-child(4), #returned .section .data-table li .item span:nth-child(5), #returned .section .data-table li .item span:nth-child(6) {
      color: #AE9584; }
      #returned .section .data-table li .item span:nth-child(4).dark, #returned .section .data-table li .item span:nth-child(5).dark, #returned .section .data-table li .item span:nth-child(6).dark {
        color: #5B4D42; }
  #returned .section .data-table li a.item:hover {
    background: #FAF0F5; }

#returned .modal .modal-dialog {
  max-width: 680px;
  width: calc(100% - 40px);
  margin: auto; }
  #returned .modal .modal-dialog .modal-content {
    background: white; }
    #returned .modal .modal-dialog .modal-content .modal-header {
      z-index: 1;
      top: 10px;
      right: 10px;
      width: auto;
      height: auto;
      background: transparent;
      padding: 0;
      border-radius: 0; }
      #returned .modal .modal-dialog .modal-content .modal-header button {
        height: auto;
        padding: 5px 10px; }
        #returned .modal .modal-dialog .modal-content .modal-header button svg {
          width: 13px; }
          #returned .modal .modal-dialog .modal-content .modal-header button svg path {
            fill: #867F78 !important; }
    #returned .modal .modal-dialog .modal-content .modal-body {
      padding-top: 55px;
      padding-bottom: 55px; }
      #returned .modal .modal-dialog .modal-content .modal-body .img-wrapper {
        width: 107px;
        height: 107px;
        background: url(images/member/alert-bg.jpg) center no-repeat; }
        #returned .modal .modal-dialog .modal-content .modal-body .img-wrapper svg {
          width: 50px;
          height: 50px;
          fill: #5B4D42; }
      #returned .modal .modal-dialog .modal-content .modal-body button {
        border: none; }

@media screen and (max-width: 1199px) {
  #returned .section .data-table ul li.title span:nth-child(2) {
    padding-left: 10px; }
  #returned .section .data-table ul li .item span:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 767px) {
  #returned .title-block .select2 .select2-selection {
    padding: 8.5px 20px; }
  #returned .modal .modal-dialog .modal-content .modal-body {
    padding-top: 30px;
    padding-bottom: 30px; }
  #returned .section .data-table li .item span {
    flex: 0 0 50% !important; } }

@media screen and (max-width: 767px) {
  #returned .title-block .select2 .select2-selection {
    padding: 6px 20px; } }

@media screen and (max-width: 450px) {
  #returned .section .data-table li .item {
    display: block; } }

#return-print {
  width: 1200px;
  margin: auto; }
  #return-print .main .inner {
    background: white;
    padding-top: 0; }
  #return-print .section .header {
    padding-top: 18px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #867F78; }
    #return-print .section .header svg {
      width: 286px; }
  #return-print .section .data-table {
    border: none;
    width: 100%; }
    #return-print .section .data-table.table-1 {
      background: none;
      min-width: 910px;
      border-bottom: 1px solid #D0CBC6;
      padding-top: 2px; }
      #return-print .section .data-table.table-1 li.title {
        padding-top: 14px;
        padding-bottom: 14px; }
        #return-print .section .data-table.table-1 li.title div:nth-child(1) {
          flex: 0 0 15%; }
        #return-print .section .data-table.table-1 li.title div:nth-child(2) {
          flex: 0 0 22%; }
        #return-print .section .data-table.table-1 li.title div:nth-child(3) {
          flex: 0 0 14%; }
        #return-print .section .data-table.table-1 li.title div:nth-child(4) {
          flex: 0 0 20%; }
        #return-print .section .data-table.table-1 li.title div:nth-child(5) {
          flex: 0 0 15%; }
        #return-print .section .data-table.table-1 li.title div:nth-child(6) {
          flex: 0 0 14%; }
      #return-print .section .data-table.table-1 li .item {
        padding-top: 18px;
        padding-bottom: 18px; }
        #return-print .section .data-table.table-1 li .item > div:nth-child(1) {
          flex: 0 0 15%; }
        #return-print .section .data-table.table-1 li .item > div:nth-child(2) {
          flex: 0 0 22%; }
        #return-print .section .data-table.table-1 li .item > div:nth-child(3) {
          flex: 0 0 14%; }
        #return-print .section .data-table.table-1 li .item > div:nth-child(4) {
          flex: 0 0 20%; }
        #return-print .section .data-table.table-1 li .item > div:nth-child(5) {
          flex: 0 0 15%; }
        #return-print .section .data-table.table-1 li .item > div:nth-child(6) {
          flex: 0 0 14%; }
    #return-print .section .data-table.table-2 li.title div:nth-child(1) {
      flex: 0 0 43%;
      padding-left: 50px;
      text-align: left; }
    #return-print .section .data-table.table-2 li.title div:nth-child(2) {
      flex: 0 0 16%;
      min-width: 80px; }
    #return-print .section .data-table.table-2 li.title div:nth-child(3) {
      flex: 0 0 21%; }
    #return-print .section .data-table.table-2 li.title div:nth-child(4) {
      flex: 0 0 20%;
      padding-left: 22px; }
    #return-print .section .data-table.table-2 li .item {
      padding-top: 19px;
      padding-bottom: 19px; }
      #return-print .section .data-table.table-2 li .item > div:nth-child(1) {
        flex: 0 0 43%;
        padding-left: 10px; }
        #return-print .section .data-table.table-2 li .item > div:nth-child(1) a {
          display: flex;
          align-items: center; }
          #return-print .section .data-table.table-2 li .item > div:nth-child(1) a .img-wrapper {
            flex: 0 0 140px;
            width: 140px;
            margin-right: 60px; }
            #return-print .section .data-table.table-2 li .item > div:nth-child(1) a .img-wrapper img {
              width: 100%; }
      #return-print .section .data-table.table-2 li .item > div:nth-child(2) {
        flex: 0 0 16%; }
      #return-print .section .data-table.table-2 li .item > div:nth-child(3) {
        flex: 0 0 21%; }
      #return-print .section .data-table.table-2 li .item > div:nth-child(4) {
        flex: 0 0 20%;
        padding-left: 22px; }
  #return-print .section .box .orderTotal {
    padding: 20px 0;
    display: flex;
    justify-content: space-between; }
    #return-print .section .box .orderTotal ul {
      margin-right: 32px;
      width: 400px; }
      #return-print .section .box .orderTotal ul li {
        display: flex;
        justify-content: space-between;
        padding: 16px 20px; }
        #return-print .section .box .orderTotal ul li:not(:last-child) {
          border-bottom: 1px solid #B4AFA9; }
  #return-print .section .box.style-2 .title {
    flex: 0 0 18%; }
  #return-print .section .box.style-2 .content ul li {
    display: flex; }
    #return-print .section .box.style-2 .content ul li > span:nth-child(1) {
      flex: 0 0 100px;
      display: inline-block; }
  #return-print .btns {
    margin-bottom: 200px; }

#favorite .section .data-table li.title div:nth-child(1) {
  flex-grow: 1; }

#favorite .section .data-table li.title div:nth-child(2) {
  flex: 0 0 17%; }

#favorite .section .data-table li.title div:nth-child(3) {
  flex: 0 0 14%; }

#favorite .section .data-table li.title div:nth-child(4) {
  flex: 0 0 18%; }

#favorite .section .data-table li.title div:nth-child(5) {
  flex: 0 0 9%; }

#favorite .section .data-table li .item {
  padding-top: 18px;
  padding-bottom: 18px; }
  #favorite .section .data-table li .item > div svg {
    cursor: pointer; }
  #favorite .section .data-table li .item > div:nth-child(1) {
    flex-grow: 1; }
  #favorite .section .data-table li .item > div:nth-child(2) {
    flex: 0 0 17%; }
  #favorite .section .data-table li .item > div:nth-child(3) {
    flex: 0 0 14%; }
  #favorite .section .data-table li .item > div:nth-child(4) {
    flex: 0 0 18%; }
    #favorite .section .data-table li .item > div:nth-child(4) .cart.selected path {
      fill: #5B4D42 !important; }
    #favorite .section .data-table li .item > div:nth-child(4) .cart svg {
      width: 30px; }
      #favorite .section .data-table li .item > div:nth-child(4) .cart svg g path {
        pointer-events: none; }
      #favorite .section .data-table li .item > div:nth-child(4) .cart svg:hover path {
        fill: #606060 !important; }
  #favorite .section .data-table li .item > div:nth-child(5) {
    flex: 0 0 9%; }
    #favorite .section .data-table li .item > div:nth-child(5) svg {
      width: 35px; }
      #favorite .section .data-table li .item > div:nth-child(5) svg:hover circle {
        fill: #5B4D42 !important;
        stroke: #5B4D42 !important; }
      #favorite .section .data-table li .item > div:nth-child(5) svg:hover rect {
        fill: white !important; }

@media screen and (max-width: 1199px) {
  #favorite .section .data-table li .item > div:nth-child(4) .cart:not(.selected) svg:hover path {
    fill: #b3b3b3 !important; }
  #favorite .section .data-table li .item > div:nth-child(4) .cart.selected svg:hover path {
    fill: #5B4D42 !important; } }

@media screen and (max-width: 991px) {
  #favorite .section .data-table li.title div:nth-child(2) {
    flex: 0 0 120px; }
  #favorite .section .data-table li.title div:nth-child(3) {
    flex: 0 0 110px; }
  #favorite .section .data-table li.title div:nth-child(4) {
    flex: 0 0 100px; }
  #favorite .section .data-table li.title div:nth-child(5) {
    flex: 0 0 50px; }
  #favorite .section .data-table li .item > div:nth-child(2) {
    flex: 0 0 120px; }
  #favorite .section .data-table li .item > div:nth-child(3) {
    flex: 0 0 110px; }
  #favorite .section .data-table li .item > div:nth-child(4) {
    flex: 0 0 100px; }
  #favorite .section .data-table li .item > div:nth-child(5) {
    flex: 0 0 50px; } }

#bonus .section .data-table {
  min-width: 900px; }
  #bonus .section .data-table li.title {
    padding-top: 14px;
    padding-bottom: 14px; }
    #bonus .section .data-table li.title span:nth-child(1) {
      flex: 0 0 13.5%; }
    #bonus .section .data-table li.title span:nth-child(2) {
      text-align: left;
      flex-grow: 1; }
    #bonus .section .data-table li.title span:nth-child(3) {
      flex: 0 0 16%; }
    #bonus .section .data-table li.title span:nth-child(4) {
      flex: 0 0 16%; }
    #bonus .section .data-table li.title span:nth-child(5) {
      flex: 0 0 21%; }
  #bonus .section .data-table li .item {
    padding-top: 15.8px;
    padding-bottom: 15.8px; }
    #bonus .section .data-table li .item span:nth-child(1) {
      flex: 0 0 13.5%; }
    #bonus .section .data-table li .item span:nth-child(2) {
      flex-grow: 1;
      text-align: left; }
    #bonus .section .data-table li .item span:nth-child(3) {
      flex: 0 0 16%; }
    #bonus .section .data-table li .item span:nth-child(4) {
      flex: 0 0 16%; }
    #bonus .section .data-table li .item span:nth-child(5) {
      flex: 0 0 21%; }

@media screen and (max-width: 767px) {
  #bonus .section .data-table li .item {
    display: block; } }

#terms img.title {
  width: 268px; }

#terms .section {
  padding-bottom: 100px;
  background-image: url(images/common/form-line.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain; }
  #terms .section:after {
    content: "";
    display: block;
    background-image: url(images/common/form-line.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 2px; }
  #terms .section .edit {
    max-width: 1203px;
    width: 100%;
    margin: auto;
    line-height: 2.2em;
    letter-spacing: 0.8px; }

@media screen and (max-width: 575px) {
  #terms img.title {
    width: 210px; }
  #terms .section {
    padding-bottom: 20px; } }

#cart .section .box .discount{
  padding: 30px 0;
}

#cart .section .box .discount > span{
  flex:0 0 200px;
}

  .discount label{
    display: block  !important;
    margin-top: 10px;
    line-height: 2em;
  }

    .discount label i{
      margin-top: -4px !important;
    }

   .discount input[type=number]{
    flex-grow: 1;
    border: 1px solid #B79B92;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    color: #5B4D42;
    max-width: 100%;
    height: 40px;
    width: 80px;
    margin: 0 20px;
        color: #B80080;
   }
   @media screen and (max-width: 1199px) {
     .discount input[type=number]{
       height: 30px;
     }
   }
   @media screen and (max-width: 575px) {
     #cart .section .box .discount{
       display: block !important;
     }
   }