@charset "UTF-8";
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  font-weight: 400;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum";
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type=text],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:focus {
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:hover {
  text-decoration: none;
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  padding: 0.2em;
  background-color: #feffe6;
}

::-moz-selection {
  color: #fff;
  background: #d2bfaf;
}

::selection {
  color: #fff;
  background: #d2bfaf;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text-nowrap {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

::-webkit-scrollbar {
  background: #f4f4f4;
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.unable-to-interact {
  cursor: not-allowed;
  pointer-events: none;
}

@media only screen and (min-width: 961px) {
  a:hover {
    color: #d2bfaf;
  }
}
/*@font-face {*/
/*  font-family: "bebas";*/
/*  src: url("../fonts/bebas.woff2") format("woff2"), url("../fonts/bebas.woff") format("woff");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "DINPro";*/
/*  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
a[title=站长统计] {
  display: none;
}

.v-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.v-container.ready {
  opacity: 1;
  visibility: visible;
}

.el-message-box {
  max-width: 94%;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-notification {
  position: fixed;
  right: 0;
  top: 24px;
  z-index: 9999;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.c-notification-notice {
  position: relative;
  padding: 16px 24px;
  width: 384px;
  margin-bottom: 16px;
  margin-left: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-animation: NotificationFadeIn 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: NotificationFadeIn 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-notification-notice .c-notification-notice-content {
  position: relative;
}
.c-notification-notice .c-notification-notice-with-icon {
  padding-left: 48px;
}
.c-notification-notice .c-notification-notice-with-icon .c-notification-notice-description {
  margin-top: 4px;
}
.c-notification-notice .c-notification-notice-icon {
  position: absolute;
  left: 0;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.c-notification-notice .c-notification-notice-icon .icon-success {
  color: #52c41a;
}
.c-notification-notice .c-notification-notice-icon .icon-info {
  color: #1890ff;
}
.c-notification-notice .c-notification-notice-icon .icon-warning {
  color: #faad14;
}
.c-notification-notice .c-notification-notice-icon .icon-error {
  color: #ff4d4f;
}
.c-notification-notice .c-notification-notice-message {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
  padding-right: 24px;
}
.c-notification-notice .c-notification-notice-description {
  font-size: 14px;
  margin-top: 8px;
}
.c-notification-notice .c-notification-notice-close {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #000;
  outline: none;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.c-notification-notice .c-notification-notice-close:hover {
  opacity: 1;
}

@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.c-modal {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: scaleIn 0.2s ease-in;
          animation: scaleIn 0.2s ease-in;
  border-radius: 5px;
  overflow: hidden;
}
.c-modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-animation: fadeIn 0.2s ease-in;
          animation: fadeIn 0.2s ease-in;
  transition: opacity 0.2s, visibility 0.2s;
}
.c-modal-wrap.c-modal-wrap-hide {
  opacity: 0;
  visibility: hidden;
}

.c-modal-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.c-modal-content {
  max-width: 92vw;
  max-height: 84vh;
  overflow-y: auto;
}

.c-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
  color: #000;
}

.c-modal-content-img a {
  display: block;
}
.c-modal-content-img img {
  max-width: 100%;
}

.c-modal-content-video video {
  width: 800px;
  max-width: 100%;
  display: block;
}

.c-modal-content-videojs {
  width: 800px;
  padding-bottom: 56.25%;
  max-width: 100%;
}
.c-modal-content-videojs .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.c-modal-content-iframe {
  display: block;
  width: 800px;
  padding-bottom: 56.25%;
  max-width: 100%;
  position: relative;
  background: url(../img/logo-youtube.png) no-repeat center/auto 50px;
}
.c-modal-content-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media only screen and (min-width: 961px) {
  .c-modal-close:hover {
    opacity: 1;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 640px) {
  .c-modal-content {
    max-width: 80vw;
    max-height: 72vh;
  }

  .c-modal-close {
    padding: 4px;
    top: 16px;
    right: 16px;
  }

  .c-modal-content-iframe {
    background-size: auto 30px;
  }
}
.c-spin {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #1890ff;
}
.c-spin.c-spin-fixed {
  position: fixed;
}

.c-spin.c-spin-hide {
  position: fixed;
  -webkit-animation: fadeOut 0.2s ease-out forwards;
          animation: fadeOut 0.2s ease-out forwards;
}

.c-spin-dot {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.c-spin-svg {
  width: 32px;
  height: 32px;
  -webkit-animation: loading-rotate 2s linear infinite;
          animation: loading-rotate 2s linear infinite;
  display: block;
  margin: 0 auto;
}

.c-spin-svg-path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
          animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #1890ff;
  stroke-linecap: round;
}

.c-spin-text {
  margin-top: 6px;
  line-height: 1.5;
  padding: 0 4%;
}

@-webkit-keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.c-spin.c-spin-theme-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-spin.c-spin-theme-dark .c-spin-svg-path {
  stroke: #fff;
}

.c-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 36px;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.c-btn > .anticon {
  line-height: 1;
}
.c-btn, .c-btn:active, .c-btn:focus {
  outline: 0;
}
.c-btn:not([disabled]):hover {
  text-decoration: none;
}
.c-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.c-btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.c-btn[disabled] > * {
  pointer-events: none;
}
.c-btn[disabled], .c-btn[disabled]:active, .c-btn[disabled]:focus, .c-btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.c-btn:hover {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-color: #d9d9d9;
}
.c-btn:focus, .c-btn:active {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #333;
}
.c-btn-lg {
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
}

.c-btn-sm {
  font-size: 12px;
  padding: 2px 7px;
  height: 26px;
  border-radius: 3px;
}

.c-btn-block {
  display: block;
  width: 100%;
}

.c-btn-primary {
  color: #fff;
  background: #333;
  border-color: #333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.c-btn-primary:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.c-btn-primary:focus, .c-btn-primary:active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.c-btn-loading {
  pointer-events: none;
}

.c-btn.c-btn-loading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
}
.c-btn.c-btn-loading::after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  content: "\E60E";
  font-family: "iconfont" !important;
  color: #333;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: loadingCircle 1s linear infinite;
          animation: loadingCircle 1s linear infinite;
}
.c-btn.c-btn-loading.c-btn-lg::after {
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.c-btn.c-btn-loading.c-btn-sm::after {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.c-btn.c-btn-loading.c-btn-primary::before {
  background-color: #333;
}
.c-btn.c-btn-loading.c-btn-primary::after {
  color: #fff;
}

@-webkit-keyframes loadingCircle {
  to {
    transform: rotate(1turn);
  }
}

@keyframes loadingCircle {
  to {
    transform: rotate(1turn);
  }
}
.c-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
  justify-content: flex-start;
  font-weight: 400;
}
.c-pagination.center {
  justify-content: center;
}
.c-pagination.type-a .c-pagination-item {
  background: none;
  color: #fff;
}
.c-pagination.type-a .c-pagination-item.active {
  background-color: #d2bfaf;
}

.c-pagination-item {
  display: block;
  font-size: 14px;
  line-height: 28px;
  background: #fff;
  border: 1px #ddd solid;
  padding: 0 10px;
  margin-right: 8px;
  margin-top: 8px;
  color: #999;
}
.c-pagination-item.disabled {
  cursor: not-allowed;
  color: #999;
  opacity: 0.4;
}
.c-pagination-item:last-of-type {
  margin-left: 0;
}
.c-pagination-item.active {
  color: #fff;
  background: #d2bfaf;
  border-color: #d2bfaf;
}

@media only screen and (min-width: 961px) {
  .c-pagination-item:not(.disabled):hover {
    color: #fff;
    background: #d2bfaf;
    border-color: #d2bfaf;
  }
}
@media only screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 0;
  }
}
.swiper-container {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.swiper-container.isready {
  opacity: 1;
}
.swiper-container.btn-typea {
  transition: all 0.3s;
}
.swiper-container.btn-typea .swiper-button-prev {
  left: 0;
  transform: translateX(-60px);
}
.swiper-container.btn-typea .swiper-button-next {
  right: 0;
  transform: translateX(60px);
}
.swiper-container.btn-typea .swiper-button-prev,
.swiper-container.btn-typea .swiper-button-next {
  transition: all 0.3s;
  outline: none;
  width: 50px;
  height: 90px;
  margin-top: -45px;
  background-color: rgba(0, 0, 0, 0.15);
  background-position: center;
  transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
}
.swiper-container.btn-typea .swiper-button-prev:after, .swiper-container.btn-typea .swiper-button-prev:after,
.swiper-container.btn-typea .swiper-button-next:after,
.swiper-container.btn-typea .swiper-button-next:after {
  font-size: 20px;
  color: #ffffff;
}
.swiper-container.btn-typea:hover .swiper-button-prev {
  transform: translateX(0);
}
.swiper-container.btn-typea:hover .swiper-button-next {
  transform: translateX(0);
}
.swiper-container.btn-typea:hover .swiper-button-prev:hover, .swiper-container.btn-typea:hover .swiper-button-next:hover {
  background-color: #d2bfaf;
}
.swiper-container.btn-typeb .swiper-button-prev {
  left: 0;
}
.swiper-container.btn-typeb .swiper-button-next {
  right: 0;
}
.swiper-container.btn-typeb .swiper-button-prev,
.swiper-container.btn-typeb .swiper-button-next {
  outline: none;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px #bebebe solid;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background-image: none;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.swiper-container.btn-typeb .swiper-button-prev::after,
.swiper-container.btn-typeb .swiper-button-next::after {
  font-size: 16px;
  color: #bebebe;
}

.swiper-slide {
  box-sizing: border-box;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.swiper-pagination.typea {
  bottom: 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
.swiper-pagination.typea .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px transparent solid;
  opacity: 1;
  background-color: transparent;
  opacity: 1;
  position: relative;
  transition: all 0.3s;
}
.swiper-pagination.typea .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s;
  margin: -3px 0 0 -3px;
  transform: scale(0.85);
}
.swiper-pagination.typea .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: transparent;
}
.swiper-pagination.typea.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination.typeb {
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
.swiper-pagination.typeb .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px transparent solid;
  opacity: 1;
  background-color: transparent;
  position: relative;
  transition: all 0.3s;
  outline: none;
}
.swiper-pagination.typeb .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #ddd;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s;
  transform-origin: 50% 50%;
  transform: scale(1.5);
  transition: all 0.3s;
}
.swiper-pagination.typeb .swiper-pagination-bullet-active {
  border-color: #d2bfaf;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination.typeb .swiper-pagination-bullet-active::after {
  background-color: #d2bfaf;
  transform: scale(1);
}
.swiper-pagination.typeb.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination.typec .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  opacity: 1;
  position: relative;
  border-radius: 0;
  background: white;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.swiper-pagination.typec .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d2bfaf;
  opacity: 0;
  transition: opacity 0.3s;
  transform: scaleX(0);
  transform-origin: left center;
  box-shadow: 0 0 2px #000;
}
.swiper-pagination.typec .swiper-pagination-bullet-active {
  width: 45px;
}
.swiper-pagination.typec .swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-animation: indicator-loading 6s linear forwards;
          animation: indicator-loading 6s linear forwards;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 6%;
}
.swiper-container-horizontal > .swiper-pagination.typec .swiper-pagination-bullet {
  margin: 0 10px;
}

@-webkit-keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 961px) {
  .swiper-container.btn-typea:hover .swiper-button-prev,
.swiper-container.btn-typea:hover .swiper-button-next {
    transform: translateX(0);
  }
  .swiper-container.btn-typeb .swiper-button-prev:hover,
.swiper-container.btn-typeb .swiper-button-next:hover {
    background-color: #d2bfaf;
    border: 1px solid #d2bfaf;
  }
  .swiper-container.btn-typeb .swiper-button-prev:hover::after,
.swiper-container.btn-typeb .swiper-button-next:hover::after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1440px) {
  .swiper-container.btn-typea .swiper-button-prev,
.swiper-container.btn-typea .swiper-button-next {
    width: 44px;
    height: 100px;
    margin-top: -50px;
    background-size: 12px 20px;
  }

  .swiper-pagination.typec .swiper-pagination-bullet {
    width: 60px;
  }

  .swiper-container-horizontal > .swiper-pagination.typec .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
@media only screen and (max-width: 960px) {
  .swiper-pagination.typec .swiper-pagination-bullet {
    width: 40px;
  }

  .swiper-container-horizontal > .svg-swiper-pagination {
    bottom: 6%;
  }
  .swiper-container-horizontal > .svg-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .swiper-container-horizontal > .index-product-pagination {
    width: 100%;
  }
  .swiper-container-horizontal > .swiper-pagination.typec .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
@media only screen and (max-width: 640px) {
  .swiper-pagination.typec .swiper-pagination-bullet {
    width: 30px;
  }
}
.w-h1,
.w-h2,
.w-h3,
.w-h4,
.w-h5,
.w-h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  margin-bottom: 0;
}

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

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

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

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

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

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

.w-maxwidth {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}

.w-inside-page {
  padding: 50px 0 80px;
  background-color: #f6f6f6;
}
.w-inside-page.type-white {
  background-color: #fff;
}
.w-inside-page.type-white::before {
  opacity: 0;
  margin-bottom: 20px;
}
.w-inside-page::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin-bottom: 50px;
}
.w-inside-page-main {
  padding: 50px 64px 80px;
  background-color: #fff;
}

.layout-typeb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.layout-typeb-main {
  width: 65%;
}

.layout-typeb-aside {
  width: 35%;
  padding-left: 5%;
}
.layout-typeb-aside .layout-typeb-item {
  padding: 28px 8%;
  border-bottom: none;
  margin-bottom: 20px;
  background-color: #f6f6f6;
}

.layout-typeb-item {
  background-color: #fff;
  padding: 40px 4%;
  border-bottom: 1px #ddd solid;
}

.layout-typeb-header {
  padding-bottom: 12px;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
  align-items: flex-end;
}
.layout-typeb-header .title {
  color: #333;
}
.layout-typeb-header .more {
  margin-left: auto;
  color: #d2bfaf;
}

.layout-typec {
  padding: 60px 6% 80px;
  background-color: #fff;
}
.layout-typec .layout-typec-title {
  color: #333;
}
.layout-typec .layout-typec-tit {
  color: #b2b2b2;
  margin-top: 10px;
}
.layout-typec .layout-typec-main {
  max-width: 700px;
  margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .w-inside-page {
    padding-top: 40px;
  }
  .w-inside-page::before {
    margin-bottom: 40px;
  }

  .layout-typeb-main {
    width: 100%;
  }

  .layout-typeb-aside {
    width: 100%;
    padding-left: 0;
  }
  .layout-typeb-aside .layout-typeb-item {
    padding: 28px 4%;
    background-color: #fff;
    margin-bottom: 0;
  }

  .layout-typeb-item {
    padding: 28px 4%;
  }
}
@media only screen and (max-width: 960px) {
  .w-h1 {
    font-size: 22px;
  }

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

  .w-h3 {
    font-size: 19px;
  }

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

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

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

  .w-inside-page {
    padding: 0;
    background-color: #fff;
  }
  .w-inside-page::before {
    display: none;
  }
  .w-inside-page-main {
    width: 100%;
    padding: 36px 4% 60px;
    background-color: #fff;
  }

  .w-inside-page .user-info01 {
    display: none;
  }

  .layout-typeb-item {
    background-color: #fff;
    padding: 28px 4%;
    border-bottom: 8px #f6f6f6 solid;
    margin-bottom: 0;
  }

  .layout-typeb-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .layout-typeb-header .title {
    font-size: 16px;
  }
  .layout-typeb-header .title .h4 {
    font-size: 20px;
  }
  .layout-typeb-header .more {
    font-size: 12px;
  }

  .layout-typec {
    padding: 40px 0;
    background-color: #fff;
  }
  .layout-typec .layout-typec-title {
    color: #333;
  }
  .layout-typec .layout-typec-tit {
    color: #b2b2b2;
    margin-top: 6px;
  }
  .layout-typec .layout-typec-main {
    max-width: 640px;
    margin-top: 30px;
  }
}
body {
  opacity: 0;
  transition: opacity 0.3s;
}
body.isReady {
  opacity: 1;
}

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

.page-main {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.width1688 {
  max-width: 1688px;
  width: 88%;
  margin: 0 auto;
}

.banner {
  position: relative;
}
.banner .pege-tit {
  color: #FFFFFF;
  padding: 0 0 3.2% 0;
}

.pege-tit {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  padding: 65px 0;
}

.pege-ftit {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
}
.pege-ftit.center {
  text-align: center;
}

.page-advice {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.page-advice .page-next {
  display: inline-block;
  width: 63px;
  height: 63px;
}

.page-nav {
  border-bottom: 1.5px solid #d2bfaf;
}
.page-nav .width1688 {
  height: 80px;
}
.page-nav .width1688 a {
  font-size: 20px;
  color: #333333;
  margin-right: 7.2%;
}
.page-nav .width1688 a.active {
  color: #d2bfaf;
}

.nav-hid {
  height: 76px;
  display: none;
}

.h1 {
  font-size: 30px;
}

.h2 {
  font-size: 26px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 20px;
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
}

@media only screen and (min-width: 961px) {
  a:hover {
    color: #d2bfaf;
  }
  .page-nav .width1688 a:hover{
      color: #d2bfaf;
  }
}
@media only screen and (max-width: 1600px) {
  .pege-tit {
    font-size: 38px;
  }

  .page-advice .page-next {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 1440px) {
  .pege-tit {
    font-size: 36px;
  }

  .page-advice .page-next {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-advice .page-next {
    width: 45px;
    height: 45px;
  }

  .h1 {
    font-size: 28px;
  }

  .h2 {
    font-size: 24px;
  }

  .h3 {
    font-size: 22px;
  }

  .h4 {
    font-size: 18px;
  }

  .h5 {
    font-size: 16px;
  }

  .h6 {
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }

  .pege-tit {
    font-size: 32px;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .page-nav .width1688 {
    height: 80px;
  }
  .page-nav .width1688 a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .pege-tit {
    font-size: 28px;
  }

  .width1688 {
    width: 92%;
  }

  .page-advice .page-next {
    display: none;
  }

  .page-nav {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .page-nav .width1688 {
    height: auto;
  }
  .page-nav .width1688 a {
    font-size: 16px;
    margin: 5px 20px 5px 0;
  }
}
@media only screen and (max-width: 750px) {
  .pege-tit {
    font-size: 24px;
  }

  .h2 {
    font-size: 20px;
  }

  .h4 {
    font-size: 16px;
  }
}
.ph-ban {
  display: none;
}

@media only screen and (min-width: 961px) {
  .c-imghover:hover .c-imghover-item {
    transition: transform 1s ease-out;
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1440px) {
  .page-pd-sm {
    padding: 64px 0;
  }

  .page-pd {
    padding: 80px 0;
  }

  .page-pd-plus {
    padding: 100px 0;
  }

  .page-dw {
    top: -71px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-pd-sm {
    padding: 48px 0;
  }

  .page-pd {
    padding: 60px 0;
  }

  .page-pd-plus {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 960px) {
  .page-main {
    padding-top: 60px;
  }

  .page-pd-sm {
    padding: 36px 0;
  }

  .page-pd {
    padding: 48px 0;
  }

  .page-pd-plus {
    padding: 60px 0;
  }

  .page-dw {
    top: -59px;
  }

  .ph-ban {
    display: block;
  }

  .pc-ban {
    display: none;
  }

  .head-page {
    display: none;
  }
}
.head-page .one {
  background: #222222;
  padding: 8px 0;
  box-sizing: border-box;
}
.head-page .one .width1688 {
  justify-content: space-between;
}
.head-page .one .item-l {
  display: flex;
  align-items: center;
}
.head-page .one .item-l span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/pc-glo.png) no-repeat center/cover;
}
.head-page .one .item-l .tit {
  cursor: pointer;
}
.head-page .one .item-l .tit a {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.head-page .one .item-l .tit::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../img/pc-next.png) no-repeat center/cover;
  margin-left: 8px;
}
.head-page .one .item-l .item-change {
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
}
.head-page .one .item-l .item-change .tit {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.head-page .one .item-l .item-change-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  background: #ffffff;
  padding: 10px 0;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}
.head-page .one .item-l .item-change-text {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
  width: 80px;
  display: block;
}
.head-page .one .item-m {
  height: 82px;
}
.head-page .one .item-r {
  display: flex;
}
.head-page .one .item-r .items {
  margin-left: 30px;
  position: relative;
}
.head-page .one .item-r .items:nth-child(1) {
  margin-left: 0;
}
.head-page .one .item-r .item-hid {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 10px 0;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.head-page .one .item-r .item-hid a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
.head-page .nav-page {
  height: 76px;
  line-height: 76px;
  background: #d2bfaf;
  position: relative;
}
.head-page .nav-page .width1688 {
  justify-content: space-between;
}
.head-page .nav-page .item .title {
  display: block;
  position: relative;
}
.head-page .nav-page .item .title span {
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
}
.head-page .nav-page .item .title::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s;
  position: absolute;
  /*bottom: 2px;*/
   bottom: 1px;
  left: 0;
  transform: scale(0);
}
.head-page .nav-page .item .title .item-hid {
  display: none;
}
.head-page .nav-page .item:hover .title span {
  color: #ffffff;
}
.head-page .nav-page .item:hover .title::after {
  transform: scale(1);
}
.head-page .nav-page .item.active .title span {
  color: #ffffff;
}
.head-page .nav-page .item.active .title::after {
  transform: scale(1);
}
.head-page .nav-page .item-hid {
  width: 100%;
  /*height: calc(100vh - 174px);*/
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 112;
  background: #ffffff;
  display: none;
}
.head-page .nav-page .item-hid-box {
  display: flex;
  height: 100%;
}

.item-hid-box-con{
        width: 44.3%;
    display: flex;
    height: 100%;
}
.head-page .nav-page .item-hid-l{
    background: #ffffff;
}



.head-page .nav-page .item-hid-r {
    width: 55.7%;
    /* height: 100%; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    position: relative;
    z-index: -1;
}

.head-page .nav-page .item-hid-r  img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: initial;
}
.head-page .nav-page .item-hid-l, .head-page .nav-page .item-hid-m {
      width: 50%;
    height: 100%;
    padding: 54px 5px 50px 6%;
    box-sizing: border-box;
  
}
.item-hid-con{
    height: 100%;
    overflow-y: auto;
    padding-right: 15px;
    box-sizing: box-sizing;
    
}

.item-hid-con::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
.item-hid-con::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0,0,0,.15);
}
.item-hid-con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d2bfaf;
}








.head-page .nav-page .item-hid-l .item, .head-page .nav-page .item-hid-m .item {
  width: 129px;
}
.head-page .nav-page .item-hid-m {
  background: #f6f5f3;
}
.head-page .nav-page .item-hid-link {
  width: auto;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #e8e7e6;
  display: block;
}
.head-page .nav-page .item-hid-tit {
  display: block;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #e8e7e6;
  padding-bottom: 33px;
  cursor: auto;
}
.head-page .nav-page .item-hid-ltext {
  margin-top: 35px;
}
.head-page .nav-page .item-hid-close {
  position: absolute;
  right: 40px;
  width: 50px;
  height: 50px;
  top: 80px;
}

.head-page .position-f {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.head-phone {
  display: none;
  height: 60px;
  line-height: 60px;
  background: #d2bfaf;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: transform 0.3s;
}
.head-phone .width1688 {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.head-phone .nav-toggle-list {
  cursor: pointer;
}
.head-phone .nav-toggle-list span {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  border-radius: 1.5px;
  display: block;
}
.head-phone .nav-toggle-list span:first-of-type {
  top: 0;
}
.head-phone .nav-toggle-list span:nth-child(2) {
  opacity: 1;
  margin-top: 8px;
}
.head-phone .nav-toggle-list span:nth-child(3) {
  width: 15px;
  margin-top: 8px;
}
.head-phone .logo {
  width: 22%;
}
.head-phone .item-r a {
  margin-right: 10px;
}
.head-phone .item-r a:last-child {
  margin-right: 0;
}
.head-phone .phonenav {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  display: none;
}
.head-phone .phonenav a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px dashed #d2bfaf;
  padding: 0 20px;
  box-sizing: border-box;
}



@media only screen and (max-width: 1480px) {
    .head-page .nav-page .item-hid-tit{
        padding-bottom: 0;
   }
}
@media only screen and (max-width: 1200px) {
  .head-page .nav-page .item .title span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .head-phone {
    display: block;
  }
  .head-phone .logo {
    width: auto;
    height: 45px;
  }
  .head-phone .logo img {
    height: 100%;
  }
}
@media only screen and (min-width: 961px) {
  .head-page .one .item-l:hover .item-change-box {
    opacity: 1;
  }
  .head-page .one .item-l .item-change-text:hover {
    color: #d2bfaf;
  }
  .head-page .one .item-r .items:hover .item-hid {
    opacity: 1;
    visibility: visible;
  }
}
.page-foot {
  background: #222222;
}
.page-foot .page-foot-one {
  border-bottom: 1px solid #474747;
  padding: 70px 0 60px;
}
.page-foot .page-foot-one .width1688 {
  align-items: flex-start;
}
.page-foot .page-foot-one .item-l.c-flex {
  align-items: flex-start;
  width: calc(100% - 356px);
  padding-right: 6.3%;
  box-sizing: border-box;
}
.page-foot .page-foot-one .item-l .item {
  width: 25%;
  padding-right: 10px;
  box-sizing: border-box;
}
.page-foot .page-foot-one .item-l .item a {
  display: block;
}
.page-foot .page-foot-one .item-l .item a.tit {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.page-foot .page-foot-one .item-l .item a.link {
  margin: 12px 0;
  font-size: 14px;
  color: #B4B4B4;
}
.page-foot .page-foot-one .item-r {
  width: 356px;
}
.page-foot .page-foot-one .item-r .h4 {
  color: #FFFFFF;
}
.page-foot .page-foot-one .item-r .line {
  width: 85px;
  height: 2px;
  background: #a1a1a1;
  margin: 12px 0 20px;
}
.page-foot .page-foot-one .item-r .page-email {
  height: 50px;
  position: relative;
}
.page-foot .page-foot-one .item-r .page-email span {
  width: 50px;
  height: 46px;
  background: #e8e8e8;
  display: block;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.page-foot .page-foot-one .item-r .page-email input {
  height: 50px;
  width: 100%;
  background: transparent;
  border: 2px solid #a1a1a1;
  outline: none;
  padding-left: 75px;
  font-size: 18px;
  color: #D7D7D7;
}
.page-foot .page-foot-one .item-r .page-share {
  margin-top: 35px;
}
.page-foot .page-foot-one .item-r .page-share-box {
  margin-top: 15px;
}
.page-foot .page-foot-one .item-r .page-share-box a {
  display: inline-block;
  margin-right: 20px;
}
.page-foot .page-foot-two {
  display: flex;
  justify-content: space-between;
  color: #B7B7B7;
  padding: 15px 0;
}
.page-foot .page-foot-two p {
  font-size: 12px;
}
.page-foot .page-foot-two .item-h {
  color: #B7B7B7;
}

@media only screen and (min-width: 961px) {
  .page-foot .page-foot-one .item-l .item a.link:hover {
    color: #ffffff;
  }
  .page-foot .page-foot-two .item-h:hover {
    color: #d2bfaf;
  }
}
@media only screen and (max-width: 960px) {
  .page-foot .page-foot-one {
    display: none;
  }
  .page-foot .page-foot-two {
    text-align: center;
    display: block;
  }
  .page-foot .page-foot-two p {
    line-height: 2;
  }
}
.page-aside {
  position: fixed;
  right: 40px;
  bottom: 5%;
  width: 50px;
}
.page-aside .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #333333;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.page-aside .item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 961px) {
  .page-aside .item:hover {
    background: #d2bfaf;
  }
}
.mbnav-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-out;
  display: none;
}
.mbnav-btn-list {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 15px;
}

.mbnav-btn-item {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  border-radius: 1.5px;
  transition: all 0.3s;
}
.mbnav-btn-item:nth-of-type(1) {
  top: 0;
}
.mbnav-btn-item:nth-of-type(2) {
  top: 8px;
}
.mbnav-btn-item:nth-of-type(3) {
  width: 50%;
  top: 16px;
}

.mbnav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: hidden;
}
.mbnav ::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
}
.mbnav .data {
  display: none;
}
.mbnav .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.mbnav .main {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.mbnav .header {
  background-color: #d2bfaf;
}
.mbnav .tel {
  padding: 0 20px;
  line-height: 60px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: Gothicb, Arial, Helvetica, sans-serif;
}
.mbnav .tel .iconfont {
  font-size: 22px;
  margin-right: 6px;
}
.mbnav .search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-bottom: none;
  background: #d2bfaf;
}
.mbnav .search .submit {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  width: 22px;
  height: 60px;
  background-size: 20px;
  color: #fff;
  font-size: 22px;
}
.mbnav .search .input {
  width: calc(100% - 22px);
  height: 60px;
  line-height: 1.5;
  border: none;
  padding: 0 0 0 12px;
  outline: none;
  color: #fff;
  font-size: 16px;
  background: none;
}
.mbnav .search ::-moz-placeholder {
  color: #fff;
}
.mbnav .search ::-webkit-input-placeholder {
  color: #fff;
}
.mbnav .search :-ms-input-placeholder {
  color: #fff;
}
.mbnav .item {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  border-bottom: 1px solid #f2f2f2;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.mbnav .item.sub {
  padding-right: 40px;
}
.mbnav .item.sub::after {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  content: "\E6A4";
  font-family: "iconfont" !important;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mbnav .slist {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  transform: translateX(100%);
}
.mbnav .sitem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.mbnav .sitem.active {
  transform: translateX(-100%);
  opacity: 1;
  visibility: visible;
}
.mbnav .tit {
  font-size: 16px;
  line-height: 60px;
  padding-right: 20px;
  padding-left: 40px;
  text-align: right;
  background-size: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f2f2f2;
  position: relative;
}
.mbnav .tit::before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -7px;
  content: "\E6DB";
  font-family: "iconfont" !important;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes phone-navtop-animon {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}

@keyframes phone-navtop-animon {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes phone-navbottom-animon {
  0% {
    width: 50%;
    top: 16px;
    transform: rotate(0);
  }
  50% {
    width: 100%;
    top: 8px;
    transform: rotate(0);
  }
  100% {
    width: 100%;
    top: 8px;
    transform: rotate(-45deg);
  }
}
@keyframes phone-navbottom-animon {
  0% {
    width: 50%;
    top: 16px;
    transform: rotate(0);
  }
  50% {
    width: 100%;
    top: 8px;
    transform: rotate(0);
  }
  100% {
    width: 100%;
    top: 8px;
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes phone-navtop-animoff {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 0;
    transform: rotate(0);
  }
}
@keyframes phone-navtop-animoff {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 0;
    transform: rotate(0);
  }
}
@-webkit-keyframes phone-navbottom-animoff {
  0% {
    width: 100%;
    top: 8px;
    transform: rotate(-45deg);
  }
  50% {
    width: 100%;
    top: 8px;
    transform: rotate(0);
  }
  100% {
    width: 50%;
    top: 16px;
    transform: rotate(0);
  }
}
@keyframes phone-navbottom-animoff {
  0% {
    width: 100%;
    top: 8px;
    transform: rotate(-45deg);
  }
  50% {
    width: 100%;
    top: 8px;
    transform: rotate(0);
  }
  100% {
    width: 50%;
    top: 16px;
    transform: rotate(0);
  }
}
@media only screen and (max-width: 960px) {
  .mbnav-btn {
    display: block;
  }

  body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
    -webkit-animation: phone-navtop-animon 0.4s linear forwards;
            animation: phone-navtop-animon 0.4s linear forwards;
  }
  body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
    opacity: 0;
  }
  body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
            animation: phone-navbottom-animon 0.4s linear forwards;
  }
  body.mbNavOpen .mbnav {
    opacity: 1;
    visibility: visible;
  }
  body.mbNavOpen .mbnav .main {
    transform: translateX(0);
  }
  body.mbNavOpen .page-header {
    transform: translateX(-240px);
  }
  body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
    -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
            animation: phone-navtop-animoff 0.4s linear forwards;
  }
  body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
    opacity: 1;
    transition: opacity 0.2s linear 0.2s;
  }
  body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
            animation: phone-navbottom-animoff 0.4s linear forwards;
  }
  body.mbNavOff .mbnav {
    opacity: 0;
    visibility: hidden;
  }
  body.mbNavOff .mbnav .main {
    transform: translateX(100%);
  }
}
.login-page01 {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}
.login-page01 .title {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}
.login-page01 .item-l {
  width: 50%;
  padding-right: 13%;
  border-right: 1px #eee solid;
}
.login-page01 .item-l .c-btn {
  margin-top: 74px;
}
.login-page01 .item-r {
  width: 50%;
  padding-left: 13%;
}
.login-page01 .item-r .c-btn {
  margin-top: 40px;
}
.login-page01 .more {
  justify-content: space-between;
  margin-top: 40px;
  font-size: 12px;
}
.login-page01 .more .el-checkbox__label {
  font-size: 12px;
}
.login-page01 .more a {
  color: #333;
}
.login-page01 .list {
  margin-top: 40px;
}
.login-page01 .list .item:last-of-type {
  margin-bottom: 0;
}
.login-page01 .item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
}
.login-page01 .item .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 20px;
  line-height: 1;
  display: block;
}

.login-page02 {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}
.login-page02 .title {
  text-align: center;
  color: #333;
}
.login-page02 .list {
  align-items: stretch;
  margin-top: 40px;
}
.login-page02 .item {
  width: 25%;
  padding: 0 5%;
  border-right: 1px #eee solid;
  font-size: 12px;
  text-align: center;
}
.login-page02 .item:last-of-type {
  border-right: none;
}
.login-page02 .item .iconfont {
  font-size: 24px;
  line-height: 1;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.login-page02 .wrap {
  max-width: 480px;
  margin: 60px auto 0;
}
.login-page02 .code-wrap {
  width: 100%;
}
.login-page02 .code-wrap .code {
  width: calc(100% - 120px);
}
.login-page02 .code-wrap .code-btn {
  width: 108px;
  height: 40px;
  line-height: 26px;
  margin-bottom: 0;
  margin-left: auto;
}
.login-page02 .submit {
  margin-top: 50px;
}
.login-page02 .more {
  justify-content: space-between;
  margin-top: 20px;
  font-size: 12px;
}
.login-page02 .more a {
  color: #333;
}

@media only screen and (max-width: 1440px) {
  .login-page01 .item-l {
    padding-right: 8%;
  }
  .login-page01 .item-r {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 960px) {
    .page-aside{
        display: none;
    }
  .login-page01 {
    padding: 50px 0;
  }
  .login-page01 .item-l {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px #eee solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .login-page01 .item-r {
    width: 100%;
    padding-left: 0;
  }

  .login-page02 {
    padding: 50px 0;
  }
  .login-page02 .item {
    padding: 0 2%;
  }
  .login-page02 .item .iconfont {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .login-page01 .item-l {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .login-page01 .item-l .c-btn {
    margin-top: 30px;
  }
  .login-page01 .title {
    margin-bottom: 28px;
  }
  .login-page01 .more {
    margin-top: 20px;
  }
  .login-page01 .item {
    font-size: 12px;
  }
  .login-page01 .content {
    font-size: 12px;
  }
  .login-page01 .list {
    margin-top: 30px;
  }

  .login-page02 .list {
    margin-top: 24px;
  }
  .login-page02 .item {
    width: 50%;
    padding: 20px 4%;
  }
  .login-page02 .item:nth-of-type(2n) {
    border-right: none;
  }
  .login-page02 .item .iconfont {
    margin-bottom: 10px;
  }
  .login-page02 .wrap {
    margin-top: 30px;
  }
  .login-page02 .submit {
    margin-top: 40px;
  }
  .login-page02 .more {
    margin-top: 12px;
  }
}
.cart-empty {
  padding: 100px 8%;
  background-color: #fff;
}
.cart-empty .item-l {
  width: 260px;
}
.cart-empty .item-r {
  width: calc(100% - 260px);
  padding-left: 7%;
}
.cart-empty .title {
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.cart-empty .content {
  line-height: 1.8;
}
.cart-empty .content a {
  color: #d2bfaf;
}
.cart-empty .img {
  max-width: 100%;
}

.cart-table-wrap {
  padding: 30px 4% 40px;
  background-color: #fff;
}

.cart-table-title {
  color: #333;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px #f6f6f6 solid;
}

.cart-table {
  width: 100%;
  max-width: 100%;
}
.cart-table.el-table::before {
  display: none;
}
.cart-table.el-table th {
  padding: 18px 0;
  font-weight: 500;
  color: #333;
  border-color: #f6f6f6;
}
.cart-table.el-table th > .cell {
  padding-left: 0;
  padding-right: 20px;
}
.cart-table.el-table tr:hover td {
  background-color: #fff;
}
.cart-table.el-table td {
  padding: 18px 0;
  border-color: #f6f6f6;
}
.cart-table.el-table td > .cell {
  padding-left: 0;
  padding-right: 20px;
}
.cart-table .el-table__header {
  width: 100% !important;
  max-width: 100%;
}
.cart-table .el-table__body {
  width: 100% !important;
  max-width: 100%;
}
.cart-table .el-input-number--mini {
  width: 100px;
}
.cart-table .box .cover {
  width: 100px;
  height: 100px;
  border: 1px #f6f6f6 solid;
  position: relative;
  background-color: #fff;
}
.cart-table .box .cover .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cart-table .box .info {
  padding-left: 16px;
  width: calc(100% - 100px);
  padding-right: 20%;
}
.cart-table .box .title {
  color: #333;
  margin-bottom: 8px;
}
.cart-table .box .more {
  color: #559aff;
  font-size: 13px;
  margin-top: 8px;
  display: none;
}
.cart-table .box .deletebtn {
  color: #ffa90a;
  font-size: 18px;
  text-align: right;
  margin-bottom: 16px;
}
.cart-table .box .el-input-number {
  max-width: 100%;
  transform: scale(0.9);
  transform-origin: right bottom;
}
.cart-table .box .price {
  display: none;
}
.cart-table .box .other {
  width: 90px;
  display: none;
}
.cart-table .stock {
  font-size: 12px;
  color: #999;
}
.cart-table .price {
  color: #f00;
}
.cart-table .price span {
  display: none;
}
.cart-table .delete {
  color: #559aff;
  cursor: pointer;
}

.cart-invalid {
  margin-top: 80px;
}

.cart-footer {
  padding: 15px 4%;
  background-color: #fff;
  margin-top: 12px;
}
.cart-footer .total-price {
  margin-left: auto;
}
.cart-footer .total-price span {
  color: red;
}
.cart-footer .btn {
  width: 120px;
  line-height: 40px;
  color: #fff;
  background-color: #c00;
  text-align: center;
  margin-left: 40px;
  cursor: pointer;
}
.cart-footer .delete {
  color: #559aff;
  cursor: pointer;
  margin: 0 50px;
}
.cart-footer .info {
  font-size: 12px;
  line-height: 1.8;
}
.cart-footer .info span {
  color: red;
}

@media only screen and (max-width: 1200px) {
  .cart-page01 > .w-maxwidth {
    width: 100%;
  }
  .cart-page01 .cart-table-wrap {
    padding: 30px 2% 40px;
  }
}
@media only screen and (max-width: 960px) {
  .cart-page01 {
    background-color: #f6f6f6;
  }
  .cart-page01 .cart-table-wrap {
    padding: 30px 3% 0;
  }

  .cart-empty {
    padding: 64px 10% !important;
    text-align: center;
  }
  .cart-empty .item-l {
    width: 130px;
    margin: 0 auto 30px;
  }
  .cart-empty .item-r {
    width: 100%;
    padding: 0;
  }
  .cart-empty .content {
    line-height: 2;
  }

  .cart-table-wrap {
    padding: 30px 0 0;
  }

  .el-table__header-wrapper {
    display: none;
  }

  .cart-table-title {
    padding-bottom: 16px;
  }

  .cart-table colgroup {
    display: none;
  }
  .cart-table tbody,
.cart-table .cell {
    width: 100%;
  }
  .cart-table .el-table__body,
.cart-table tr,
.cart-table td {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .cart-table tr {
    position: relative;
    z-index: 1;
  }
  .cart-table td:nth-of-type(1) {
    width: 26px;
    order: 1;
    display: flex;
    align-items: center;
  }
  .cart-table td:nth-of-type(1) .cell {
    padding-right: 0;
  }
  .cart-table td:nth-of-type(2) {
    width: calc(100% - 26px);
    order: 2;
  }
  .cart-table td:nth-of-type(2) .cell {
    padding-right: 0;
  }
  .cart-table td:nth-of-type(3) {
    width: calc(100% - 140px);
    order: 4;
    display: none;
  }
  .cart-table td:nth-of-type(3) .cell {
    width: 100%;
  }
  .cart-table td:nth-of-type(4) {
    width: 100px;
    order: 5;
    display: none;
  }
  .cart-table td:nth-of-type(4) .cell {
    padding-right: 0;
  }
  .cart-table td:nth-of-type(5) {
    display: none;
  }
  .cart-table td:nth-of-type(6) {
    width: 40px;
    order: 3;
    font-size: 13px;
    display: none;
  }
  .cart-table td:nth-of-type(6) .cell {
    display: none;
  }
  .cart-table .box {
    align-items: stretch;
  }
  .cart-table .box .title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
  }
  .cart-table .box .cover {
    width: 70px;
    height: 70px;
  }
  .cart-table .box .info {
    width: calc(100% - 160px);
    padding-right: 0;
    padding-left: 12px;
  }
  .cart-table .box .more {
    display: block;
  }
  .cart-table .box .price {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.5;
    display: block;
  }
  .cart-table .box .other {
    display: block;
  }
  .cart-table .price span {
    display: inline;
  }

  .cart-footer {
    padding: 12px 3% 40px;
    align-items: flex-start;
    font-size: 12px;
    margin-top: 8px;
  }
  .cart-footer .el-checkbox__label {
    font-size: 12px;
  }
  .cart-footer .delete {
    margin-right: 0;
    margin-left: 20px;
    text-align: right;
    margin-top: 4px;
  }
  .cart-footer .info {
    width: 100%;
    text-align: right;
    margin-top: 12px;
    line-height: 2;
  }
  .cart-footer .total-price {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .cart-footer .btn {
    margin-left: auto;
    margin-top: 20px;
    width: 100px;
    line-height: 32px;
  }
}
.address-list-wrap {
  max-height: 680px;
  overflow-y: auto;
}

.address-list {
  align-items: stretch;
}
.address-list .item {
  width: 24.25%;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 14px 14px 10px;
  margin-right: 1%;
  margin-top: 12px;
  opacity: 0.5;
  transition: opacity 0.3s;
  height: 158px;
  position: relative;
  cursor: pointer;
}
.address-list .item::before {
  content: "\E60D";
  font-family: "iconfont" !important;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  color: #d2bfaf;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 0;
  display: none;
}
.address-list .item:nth-of-type(4n) {
  margin-right: 0;
}
.address-list .item.active {
  opacity: 1;
  border-color: #d2bfaf;
}
.address-list .item.active::before {
  display: block;
}
.address-list .item.default .set {
  display: none;
}
.address-list .item.plus {
  opacity: 1;
  background-color: #f9f9f9;
  border-color: #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.address-list .name {
  margin-bottom: 6px;
}
.address-list .tel {
  margin-bottom: 6px;
}
.address-list .info {
  padding-right: 25%;
}
.address-list .address {
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.address-list .text {
  width: 100%;
  text-align: center;
  line-height: 2;
}
.address-list .text .iconfont {
  font-size: 16px;
  font-weight: 700;
}
.address-list .footer {
  font-size: 12px;
  margin-top: 16px;
  position: relative;
  padding-right: 100px;
}
.address-list .footer a {
  color: #d2bfaf;
  margin-right: 16px;
}
.address-list .footer .set {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.address-dialog .el-dialog {
  width: 700px;
  max-width: 94%;
}
.address-dialog .el-textarea__inner {
  resize: none;
  height: 100px;
}
.address-dialog .el-dialog__body {
  padding: 25px 8% 10px;
}
.address-dialog .el-cascader {
  width: 100%;
}

@media only screen and (min-width: 961px) {
  .address-list .item:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .address-list {
    justify-content: space-between;
  }
  .address-list .item {
    width: 49%;
  }
}
@media only screen and (max-width: 960px) {
  .address-dialog .el-dialog__body {
    padding: 12px 5% 0;
  }
}
@media only screen and (max-width: 640px) {
  .address-list .item {
    width: 100%;
  }
}
.order-table {
  width: 100%;
  max-width: 100%;
}
.order-table.el-table::before {
  display: none;
}
.order-table.el-table th {
  padding: 18px 0;
  font-weight: 500;
  color: #333;
  border-color: #f6f6f6;
}
.order-table.el-table th > .cell {
  padding-left: 0;
  padding-right: 20px;
}
.order-table.el-table tr:hover td {
  background-color: #fff;
}
.order-table.el-table td {
  padding: 18px 0;
  border-color: #f6f6f6;
}
.order-table.el-table td > .cell {
  padding-left: 0;
  padding-right: 20px;
}
.order-table .el-table__header {
  width: 100% !important;
  max-width: 100%;
}
.order-table .el-table__body {
  width: 100% !important;
  max-width: 100%;
  border: none;
}
.order-table .box .cover {
  width: 100px;
  height: 100px;
  border: 1px #f6f6f6 solid;
  position: relative;
  background-color: #fff;
}
.order-table .box .cover .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.order-table .box .info {
  padding-left: 16px;
  width: calc(100% - 100px);
  padding-right: 20%;
}
.order-table .box .title {
  color: #333;
}
.order-table .box .other {
  display: none;
  margin-top: 8px;
}
.order-table .price {
  color: #f00;
}
.order-table .price span {
  display: none;
}

.order-page-wrap {
  padding: 32px 4% 40px;
  background-color: #fff;
}

.order-page01 .cart-table-title {
  padding-bottom: 8px;
  color: #333;
  border-bottom: none;
}

.order-page02 {
  margin-top: 10px;
}

.order-page03 {
  margin-top: 10px;
  align-items: flex-start;
}
.order-page03 .item-l {
  width: calc(100% - 240px);
}
.order-page03 .item-r {
  width: 240px;
  margin-left: auto;
}
.order-page03 .title span {
  color: #f00;
}
.order-page03 .item {
  font-size: 12px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order-page03 .hr {
  width: 100%;
  height: 1px;
  background-color: #eee;
  border: none;
  margin: 0 0 16px;
}
.order-page03 .info {
  color: #f00;
  font-size: 12px;
  margin-top: 10px;
}
.order-page03 .btn {
  width: 100%;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #c00;
  margin-top: 24px;
  border-radius: 5px;
  cursor: pointer;
}

.logistics-page01 {
  margin-top: 30px;
}
.logistics-page01 .title {
  color: #333;
  margin-bottom: 20px;
}
.logistics-page01 .list {
  max-width: 580px;
  padding-top: 10px;
  justify-content: space-between;
}
.logistics-page01 .list::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.logistics-page01 .item {
  position: relative;
  transform: translateY(-11px);
}
.logistics-page01 .item.active .spot::before {
  opacity: 1;
}
.logistics-page01 .item.active .spot::after {
  background-color: #0031bc;
}
.logistics-page01 .item.active .tit {
  color: #fff;
  background-color: #0031bc;
}
.logistics-page01 .item.active .tit::before {
  opacity: 1;
}
.logistics-page01 .spot {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 8px;
  position: relative;
}
.logistics-page01 .spot::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px #0031bc solid;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.logistics-page01 .spot::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.logistics-page01 .tit {
  padding: 0 20px;
  line-height: 24px;
  border-radius: 12px;
  position: relative;
  font-size: 13px;
}
.logistics-page01 .tit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #0031bc;
  opacity: 0;
}
.logistics-page01 .info {
  font-size: 12px;
  margin-top: 24px;
  color: #ccc;
}

.order-page04 {
  margin-bottom: 10px;
}
.order-page04 .title {
  width: 50%;
  color: #333;
}
.order-page04 .iconfont {
  font-size: 30px;
  margin-right: 14px;
}
.order-page04 .btns {
  width: 50%;
  justify-content: flex-end;
}
.order-page04 .btn {
  width: 120px;
  line-height: 38px;
  background-color: #f3ae63;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-left: 18px;
}
.order-page04 .btn.typea {
  background-color: #cc0000;
}

.order-page05 {
  margin-bottom: 10px;
}
.order-page05 .list {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  align-items: flex-start;
}
.order-page05 .list::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  left: 0;
  top: 25px;
}
.order-page05 .item {
  width: 33%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.order-page05 .item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2b65c1;
  position: absolute;
  left: 0;
  top: 25px;
  transform-origin: left;
  transform: scaleX(0);
}
.order-page05 .item:first-of-type {
  width: 17%;
  justify-content: flex-start;
}
.order-page05 .item:last-of-type {
  width: 17%;
  justify-content: flex-end;
}
.order-page05 .item.active::after {
  transform: scaleX(1);
}
.order-page05 .item.active .icon {
  border-color: #2b65c1;
  color: #2b65c1;
}
.order-page05 .item.active .iconfont {
  transform: scale(0.8);
}
.order-page05 .box {
  width: 120px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.order-page05 .icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  line-height: 48px;
  font-size: 32px;
  border: 1px transparent solid;
  margin: 0 auto 8px;
  border-radius: 50%;
  background-color: #fff;
}
.order-page05 .title {
  text-align: center;
}

.order-success01 .wrap {
  padding: 16px 0;
  align-items: flex-end;
}
.order-success01 .b1 {
  width: calc(100% - 300px);
  min-height: 80px;
  position: relative;
  padding-left: 120px;
  padding-top: 0.5%;
}
.order-success01 .b2 {
  max-width: 300px;
  margin-left: auto;
}
.order-success01 .b2 > span {
  color: #f00;
}
.order-success01 .iconfont {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #d2bfaf;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
  color: #fff;
}
.order-success01 .title {
  color: #333;
  margin-bottom: 12px;
}
.order-success01 .content {
  line-height: 1.8;
}
.order-success01 .item {
  margin-right: 24px;
}

.order-success02 {
  margin-top: 24px;
}
.order-success02 .item {
  width: 182px;
  border: 1px #eee solid;
  margin-top: 20px;
  margin-right: 30px;
  background-color: #fff;
  border-radius: 3px;
  transition: box-shadow 0.3s;
}
.order-success02 .img {
  width: 100%;
}

@media only screen and (min-width: 961px) {
  .order-success02 .item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 960px) {
  .order-page {
    background-color: #f6f6f6;
  }
  .order-page > .w-maxwidth {
    width: 100%;
  }

  .order-page-wrap {
    padding: 30px 3%;
  }

  .order-table colgroup {
    display: none;
  }
  .order-table tbody,
.order-table .cell,
.order-table .box {
    width: 100%;
  }
  .order-table .el-table__body,
.order-table tr,
.order-table td {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .order-table tr {
    position: relative;
    z-index: 1;
  }
  .order-table td:nth-of-type(1) .cell {
    padding-right: 0;
  }
  .order-table td:nth-of-type(2), .order-table td:nth-of-type(3), .order-table td:nth-of-type(4) {
    display: none;
  }
  .order-table .box .title {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .order-table .box .other {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
  }
  .order-table .box .info {
    padding-right: 0;
  }

  .order-page01 ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .order-page01 ::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
  }

  .order-page03 .item-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-page03 .item-r {
    width: 100%;
  }
  .order-page03 .btn {
    font-size: 14px;
    line-height: 40px;
  }

  .logistics-page01 .tit {
    font-size: 12px;
    line-height: 22px;
    padding: 0 16px;
  }

  .order-success01 {
    width: 100%;
  }
  .order-success01 .wrap {
    padding: 0;
  }
  .order-success01 .b1 {
    width: 100%;
    padding-left: 100px;
    min-height: 72px;
  }
  .order-success01 .b2 {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    margin-top: 12px;
  }
  .order-success01 .iconfont {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 32px;
  }

  .order-success02 {
    width: 100%;
    margin-top: 8px;
  }

  .order-page05 .box {
    width: 100px;
  }
  .order-page05 .title {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 640px) {
  .order-page04 .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-page04 .btns {
    width: 100%;
    justify-content: flex-start;
  }
  .order-page04 .btn {
    width: 108px;
    line-height: 34px;
    font-size: 12px;
    margin-left: 0;
    margin-right: 16px;
  }
  .order-page04 .iconfont {
    font-size: 24px;
    margin-right: 10px;
  }

  .order-page04,
.order-page05 {
    margin-bottom: 6px;
  }

  .order-page02,
.order-page03 {
    margin-top: 6px;
  }

  .order-page05 .list::after,
.order-page05 .item::after {
    top: 20px;
  }
  .order-page05 .item {
    width: 25% !important;
  }
  .order-page05 .box {
    width: 100%;
  }
  .order-page05 .icon {
    font-size: 26px;
    width: 40px;
    line-height: 38px;
  }

  .order-success01 .b1 {
    padding-left: 88px;
    min-height: 64px;
  }
  .order-success01 .b2 {
    padding-left: 88px;
  }
  .order-success01 .iconfont {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
  }
  .order-success01 .content {
    font-size: 13px;
  }
  .order-success01 .item {
    margin-right: 0;
  }

  .order-success02 {
    width: 100%;
    margin-top: 8px;
  }
  .order-success02 .list {
    justify-content: space-between;
  }
  .order-success02 .item {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
  }
}
.portal-page01 .avatars {
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.portal-page01 .avatars:hover .change {
  opacity: 1;
}
.portal-page01 .info {
  padding-left: 5%;
  color: #333;
}
.portal-page01 .info .name {
  margin-top: 12px;
}
.portal-page01 .info .notes {
  font-size: 12px;
  color: #d1d1d1;
  margin-top: 6px;
}
.portal-page01 .info .jf {
  display: none;
}
.portal-page01 .integral {
  width: 30%;
  justify-content: flex-end;
  text-align: center;
}
.portal-page01 .integral .title {
  color: #333;
  margin-bottom: 4px;
}
.portal-page01 .change {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.portal-page01 .el-upload {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.portal-page01 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.portal-page02 {
  overflow: hidden;
  position: relative;
  background: url(../img/user-portal01.png) no-repeat right 12% top 6px;
}
.portal-page02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-top: 80px solid #efebe8;
  border-right: 120px solid transparent;
}
.portal-page02 .main {
  position: relative;
  z-index: 1;
}
.portal-page02 .header {
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px #f2f2f2 solid;
}
.portal-page02 .time {
  font-size: 12px;
  line-height: 1.3;
}
.portal-page02 .time p {
  margin-top: 4px;
}
.portal-page02 .btn {
  margin-left: auto;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  background-color: #d2bfaf;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.portal-page02 .btn[disabled] {
  background-color: #ccc;
  pointer-events: none;
}
.portal-page02 .day {
  font-size: 50px;
  font-family: bebas, Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #d2bfaf;
  padding-right: 24px;
  margin-right: 16px;
  position: relative;
}
.portal-page02 .day::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 1px;
  height: 32px;
  background-color: #e8e8e8;
  transform: skewX(-20deg);
}
.portal-page02 .footer {
  justify-content: space-between;
}
.portal-page02 .footer a {
  color: #d2bfaf;
}

.portal-page03 .address-list .item {
  width: 100%;
  margin-right: 0;
}

.portal-table .el-col {
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-table .el-col:nth-of-type(2n-1) {
  color: #999;
}
.portal-table .el-col:nth-of-type(2n) {
  color: #000;
}

.user-info02 .layout-typec-main {
  max-width: 500px;
}
.user-info02 .c-btn {
  max-width: 250px;
}
.user-info02 .el-date-editor,
.user-info02 .el-select {
  width: 100%;
}

.user-security01 .c-btn {
  max-width: 320px;
  margin-top: 60px;
}
.user-security01 .item {
  padding-bottom: 24px;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 24px;
  justify-content: space-between;
}
.user-security01 .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.user-security01 .item.success .title::before {
  content: "\E8C3";
  color: #48bd86;
}
.user-security01 .title {
  width: 46%;
  padding-left: 26px;
  position: relative;
}
.user-security01 .title::before {
  content: "\E8C6";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: -9px;
  border-radius: 50%;
  overflow: hidden;
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #ff8a0b;
}
.user-security01 .text {
  width: 35%;
}
.user-security01 .btn {
  color: #d2bfaf;
  width: 19%;
}

.user-integral01 .title {
  margin-bottom: 36px;
  font-weight: 500;
  color: #000;
}
.user-integral01 .layout-typec-main {
  max-width: 100%;
}
.user-integral01 .balance {
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}
.user-integral01 .balance strong {
  color: #d2bfaf;
}
.user-integral01 .table {
  font-size: 12px;
  text-align: center;
  border: 1px #ddd solid;
}
.user-integral01 .thead {
  font-size: 14px;
  font-weight: 700;
  background-color: #f6f6f6;
}
.user-integral01 .tr {
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px #ddd solid;
}
.user-integral01 .tr:last-of-type {
  border-bottom: none;
}
.user-integral01 .td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 4%;
  border-right: 1px #ddd solid;
}
.user-integral01 .td:last-of-type {
  border-right: none;
}
.user-integral01 .td:nth-of-type(1) {
  width: 36%;
}
.user-integral01 .td:nth-of-type(2) {
  width: 24%;
}
.user-integral01 .td:nth-of-type(3) {
  width: 40%;
}

.user-order01 {
  max-width: 100% !important;
}
.user-order01 .td:nth-of-type(2) {
  width: 64%;
}

.query-courier-btn {
  background-color: #d2bfaf;
  line-height: 60px;
  font-size: 17px;
  justify-content: center;
  color: #333;
}
.query-courier-btn .iconfont {
  font-size: 32px;
  margin-right: 20px;
}

@media only screen and (min-width: 961px) {
  .query-courier-btn:hover {
    color: #000;
  }
}
@media only screen and (max-width: 1200px) {
  .user-portal.layout-typeb .layout-typeb-main .layout-typeb-item:first-of-type {
    padding-top: 0;
  }

  .portal-page02 {
    display: none;
  }

  .portal-page03 .address-list {
    justify-content: space-between;
  }
  .portal-page03 .address-list .item {
    width: 49%;
  }
}
@media only screen and (max-width: 960px) {
  .user-portal {
    width: 100%;
  }

  .portal-page01 {
    padding: 4px 0;
  }
  .portal-page01 .avatars {
    width: 80px;
  }
  .portal-page01 .integral {
    display: none;
  }
  .portal-page01 .info {
    width: calc(100% - 80px);
  }
  .portal-page01 .info .tit {
    display: none;
  }
  .portal-page01 .info .jf {
    display: block;
    margin-top: 8px;
  }
  .portal-page01 .info .name {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .portal-page01 .change {
    font-size: 12px;
  }

  .portal-page02 {
    display: none;
  }

  .portal-page03 {
    border-bottom: none;
  }

  .user-security01 {
    font-size: 12px;
  }
  .user-security01 .item {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .user-security01 .c-btn {
    margin-top: 48px;
  }

  .user-integral01 .table {
    font-size: 12px;
  }
  .user-integral01 .thead {
    font-size: 13px;
  }
  .user-integral01 .thead .td {
    padding: 12px 3%;
  }
  .user-integral01 .td {
    padding: 8px 3%;
  }

  .user-order01 .td:nth-of-type(2) {
    width: 64%;
  }

  .user-portal.layout-typeb .layout-typeb-main .layout-typeb-item:first-of-type {
    padding-top: 28px;
  }

  .query-courier-btn {
    line-height: 50px;
    font-size: 16px;
  }
  .query-courier-btn .iconfont {
    font-size: 28px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .portal-page03 .address-list .item {
    width: 100%;
  }

  .user-info02 .el-form-item__label {
    width: 100% !important;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .user-info02 .el-form-item__content {
    margin-left: 0 !important;
  }
  .user-info02 .c-btn {
    max-width: 100%;
  }

  .portal-table .el-col {
    margin-top: 10px;
    white-space: pre-wrap;
  }
}
.wat-more {
  font-weight: 500;
  color: #FFFFFF;
  width: 245px;
  height: 50px;
  line-height: 50px;
  background: #222222;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
.wat-more::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
  background: #d2bfaf;
}
.wat-more:hover {
  background: transparent;
  color: #ffffff;
}
.wat-more:hover::before {
  width: 100%;
}

.buy-watch {
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
.buy-watch::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
  background: #d2bfaf;
}
.buy-watch:hover {
  background: transparent;
  color: #ffffff;
}
.buy-watch:hover::before {
  width: 100%;
}

.index-page01 {
  padding-bottom: 6.5%;
}
.index-page01 .h3 {
  font-weight: 500;
  color: #333333;
}
.index-page01 .h6 {
  color: #999999;
  line-height: 1.625;
}
.index-page01 .index-page01-tw {
  border-top: 1px solid #d2bfaf;
  border-bottom: 1px solid #d2bfaf;
  align-items: flex-start;
}
.index-page01 .index-page01-tw .tw-box {
  width: 50%;
}
.index-page01 .index-page01-tw .tw-box.item-l {
  padding-top: 70px;
  padding-left: 6%;
  padding-right: 4%;
  box-sizing: border-box;
}
.index-page01 .index-page01-tw .tw-box.item-l .img {
  width: 100%;
  overflow: hidden;
}
.index-page01 .index-page01-tw .tw-box.item-l .img img {
  transition: all 0.3s;
}
.index-page01 .index-page01-tw .tw-box.item-l .h3 {
  padding: 54px 0;
  text-align: center;
  transition: all 0.3s;
}
.index-page01 .index-page01-tw .tw-box.item-r {
  border-left: 1px solid #d2bfaf;
}
.index-page01 .index-page01-tw .tw-box .item-rtop {
  text-align: center;
  padding: 113px 12.5% 57px 6.52%;
  box-sizing: border-box;
  border-bottom: 1px solid #d2bfaf;
}
.index-page01 .index-page01-tw .tw-box .item-rtop .h6 {
  width: 58%;
  margin: 30px auto 60px;
  font-weight: 100;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-page01 .index-page01-tw .tw-box .item-rbot {
  padding: 54px 12.5% 0 11%;
  box-sizing: border-box;
  display: block;
}
.index-page01 .index-page01-tw .item-rbot .img img{
    transition: all .3s;
}
.index-page01 .index-page01-tw .tw-box .item-rbot .h3 {
  padding: 54px 0;
  text-align: center;
  transition: all 0.3s;
}
.index-page01 .index-page01-tw .img {
  overflow: hidden;
  border: 4px solid transparent;
  transition: all 0.3s;
}
.index-page01 .index-page01-th {
  position: relative;
  border-bottom: 1px solid #d2bfaf;
}
.index-page01 .index-page01-th .list {
  width: 32%;
  display: block;
  text-align: center;
  padding-top: 70px;
}
.index-page01 .index-page01-th .list:nth-child(1) {
  padding-right: 5.22%;
}
.index-page01 .index-page01-th .list:nth-child(3) {
  padding-left: 5.22%;
}
.index-page01 .index-page01-th .list:nth-child(2) {
  width: 36%;
  padding: 70px 4.55% 0;
  box-sizing: border-box;
  border-left: 1px solid #d2bfaf;
  border-right: 1px solid #d2bfaf;
}
.index-page01 .index-page01-th .list .h4 {
  color: #999999;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-page01 .index-page01-th .list .h2 {
  color: #333333;
  margin: 18px 0 33px;
}
.index-page01 .index-page01-th .list .h6 {
  color: #FFFFFF;
  background: #222222;
  display: inline-block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.index-page01 .index-page01-th .list .text {
  padding: 30px 7.5% 70px;
  box-sizing: border-box;
}
.index-page01 .index-page01-th .list .img {
  overflow: hidden;
  border: 4px solid transparent;
  transition: all 0.3s;
}
.index-page01 .index-page01-th .list .img img{
     transition: all 0.3s;
}
.perimg {
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: #ffffff;
}
.perimg span {
  display: block;
  width: 21px;
  height: 20px;
  background: url(../img/index04.png) no-repeat center/cover;
  margin: 0 auto;
}

.index-page02 {
  background: #f2f2f2;
  align-items: flex-start;
}
.index-page02 > div {
  width: 50%;
}
.index-page02 .item-l {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  text-align: center;
  padding: 7.9% 0;
}
.index-page02 .item-l .text {
  color: #999999;
  line-height: 1.67;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-page02 .item-l .wat-more {
  margin-top: 64px;
}
.index-page02 .item-l .pege-tit {
  padding: 25px 0 35px;
}
.index-page02 .img {
  overflow: hidden;
}
.index-page02 .img img {
  transition: all 0.3s;
}
.index-page03 {
    padding-bottom: 50px;
}
.index-page04 {
  padding-bottom: 80px;
}
.index-page04 .pege-tit {
  padding-top: 0!important;
}
.index-page03 .lists {
  position: relative;
}
.index-page03 .swiper-container {
  position: initial;
}
.index-page03 .pege-tit {
  padding-top: 95px;
}
.index-page03 .lists {
  padding: 0 5.5%;
  box-sizing: border-box;
}
.index-page03 .swiper-slide {
  text-align: center;
}
.index-page03 .swiper-slide .img{
    overflow: hidden;
    transition: all .3s;
    border: 4px solid transparent;
}
.index-page03 .swiper-slide .img img{
    transition: all .3s;
}
.index-page03 .swiper-slide:hover .img{
    border: 4px solid #eae2da;
    box-shadow: 0px 0px 15px 5px rgba(210, 191, 175, 0.5);
}
.index-page03 .swiper-slide:hover img{
    transform: scale(1.08);
}
/*.index-page03 .swiper-slide-active .img {*/
/*  border: 4px solid #eae2da;*/
/*  box-shadow: 0px 0px 15px 5px rgba(210, 191, 175, 0.5);*/
/*}*/
.index-page03 .swiper-slide-active .h4 {
  color: #d2bfaf;
}
.index-page03 .h4 {
  color: #666666;
  padding: 35px 2%;
  box-sizing: border-box;
}

@media only screen and (min-width: 961px) {
    .index-page01 .index-page01-tw .tw-box:hover .img{
           border: 4px solid #eae2da;
    }
  .index-page01 .index-page01-tw .tw-box.item-l:hover .img img {
    transform: scale(1.08);
  }
  .index-page01 .index-page01-tw .tw-box.item-l:hover .h3 {
    color: #d2bfaf;
  }
  
  .index-page01 .index-page01-tw .item-rbot:hover .img img {
    transform: scale(1.08);
  }

  .index-page01 .index-page01-tw .item-rbot:hover .h3 {
    color: #d2bfaf;
  }
  .index-page01 .index-page01-th .list:hover .img {
    border: 4px solid #eae2da;
  }
  .index-page01 .index-page01-th .list:hover .img img {
    transform: scale(1.08);
  }
  .index-page01 .index-page01-th .list:hover .buy-watch {
    background: transparent;
    color: #ffffff;
  }
  .index-page01 .index-page01-th .list:hover .buy-watch::before {
    width: 100%;
  }

  .index-page02 .img:hover img {
    transform: scale(1.08);
  }
}
@media only screen and (max-width: 1600px) {
  .index-page01 .index-page01-tw .tw-box .item-rtop .h6 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .index-page01 .index-page01-tw .tw-box .item-rtop {
    padding: 6.52% 12.5% 57px 6.52%;
  }

  .index-page02 .item-l {
    padding: 5.5% 0;
  }
}
@media only screen and (max-width: 1200px) {
  .wat-more {
    width: 180px;
    height: 45px;
    line-height: 45px;
  }

  .index-page01 .index-page01-th .list:nth-child(1) {
    padding-right: 2%;
  }
  .index-page01 .index-page01-th .list:nth-child(2) {
    padding: 70px 2% 0;
  }
  .index-page01 .index-page01-th .list:nth-child(3) {
    padding-left: 2%;
  }

  .index-page03 .pege-tit {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 960px) {
  .index-page01 .index-page01-th .list {
    padding-top: 40px;
  }
  .index-page01 .index-page01-th .list .text {
    padding: 25px 0 40px;
  }
  .index-page01 .index-page01-th .list:nth-child(2) {
    padding: 40px 2% 0;
  }
  .index-page01 .index-page01-th .list .h2 {
    margin: 8px 0 15px;
  }

  .index-page02 {
    padding-bottom: 50px;
  }
  .index-page02 > div {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .index-page02 .item-l {
    padding: 50px 4%;
  }
  .index-page02 .item-l .wat-more {
    margin-top: 35px;
  }

  .index-page03 {
    padding-bottom:0!important;
  }
  .index-page03 .pege-tit {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .perimg {
    display: none;
  }

  .index-page01 .index-page01-tw {
    border: none;
  }
  .index-page01 .index-page01-tw .tw-box {
    width: 100%;
    padding: 0 4%;
  }
  .index-page01 .index-page01-tw .tw-box .item-rtop {
    border: none;
    border: 1px solid #dcdcdc;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .index-page01 .index-page01-tw .tw-box .item-rtop .h6 {
    -webkit-line-clamp: initial;
  }
  .index-page01 .index-page01-tw .tw-box.item-l {
    padding-left: 4%;
    padding-top: 0;
  }
  .index-page01 .index-page01-tw .tw-box.item-l .h3 {
    padding: 25px 0 50px;
  }
  .index-page01 .index-page01-tw .tw-box .item-rbot {
    padding: 20px 20px;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
  }
  .index-page01 .index-page01-tw .tw-box .item-rbot .h3 {
    padding: 25px 0 20px;
  }
  
  .index-page01 .index-page01-tw .tw-box.item-r {
    border: none;
  }
  .index-page01 .index-page01-tw .img {
    border: none;
  }
  .index-page01 .index-page01-th {
    border: none;
  }
  .index-page01 .index-page01-th .list {
    width: 100%;
    padding: 0;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
  }
  .index-page01 .index-page01-th .list .text {
    padding: 25px 0 20px;
  }
  .index-page01 .index-page01-th .list:nth-child(2) {
    width: 100%;
    padding: 20px;
    border: none;
    border: 1px solid #dcdcdc;
  }
  .index-page01 .index-page01-th .list:nth-child(3) {
    padding: 20px;
  }
  .index-page01 .index-page01-th .list:nth-child(1) {
    padding: 20px;
  }
  .index-page01 .index-page01-th .list .img {
    border: none;
  }
  .index-page01 .index-page01-th .list .h4 {
    -webkit-line-clamp: initial;
  }
}
@media only screen and (max-width: 640px) {
  .index-page03 .lists {
    padding: 0 10%;
    box-sizing: border-box;
  }
}
.product .page-nav .width1688 {
  justify-content: space-between;
  padding-left: calc(196px + 7.15%);
}
.product .page-nav .item-l {
  width: calc(100% - 250px);
}
.product .page-nav .item-l a {
  font-size: 20px;
  color: #333333;
  margin-right: 10.2%;
}
.product .page-nav .item-r {
  display: flex;
  align-items: center;
  width: 250px;
}
.product .page-nav .item-r .h6 {
  color: #333333;
  width: 122px;
}
.product .page-nav .item-r .text {
  font-size: 16px;
  color: #999999;
}
.product .page-nav .item-r .pro-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 7px;
  display: inline-block;
  background: url(../img/pro-next.png) no-repeat center/cover;
  transform: translateY(-50%);
}
.product .page-nav .item-r .items {
  position: relative;
  width: 128px;
}
.product .page-nav .item-r .items .tit {
  padding: 0 15px;
  box-sizing: border-box;
  cursor: default;
}
.product .page-nav .item-r .items .items-hid {
  width: 100%;
  position: absolute;
  top: 160%;
  left: 0;
  padding: 5px 15px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  background: #ffffff;
  border-radius: 7px;
  display: none;
}
.product .page-nav .item-r .items .items-hid p {
  margin: 8px 0;
  font-size: 16px;
  color: #999999;
  cursor: default;
}
.product .product-page {
  padding-bottom: 60px;
  padding-top: 89px;
}
.product .product-page .width1688 {
  align-items: flex-start;
}
.product .product-page .item-l {
  width: 196px;
  box-sizing: border-box;
}
.product .product-page .item-l .content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  cursor: pointer;
}
.product .product-page .item-l .tit {
  color: #333333;
}
.product .product-page .item-l .nav-next {
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(../img/nav-next.png) no-repeat center/cover;
}
.product .product-page .item-l .item-price {
  border-bottom: 2px solid #ededed;
  padding: 24px 0 11px;
}
.product .product-page .item-l .item-price.item-l-box .hid-box {
  display: flex;
  flex-wrap: wrap;
}
.product .product-page .item-l .item-price.item-l-box .hid-box .list {
  flex-direction: column;
  min-width: 43px;
  margin: 7px 22px 7px 0;
}
.product .product-page .item-l .item-price.item-l-box .hid-box .list p {
  color: #666666;
  margin-top: 7px;
}
.product .product-page .item-l .item-price.item-l-box .hid-box .list.active .item {
  border: 1px solid #d2bfaf;
}
.product .product-page .item-l .item-price.item-l-box .hid-box .list.active .curco {
  width: 20px;
  height: 20px;
}
.product .product-page .item-l .item-price.item-l-box .hid-box .list.active p {
  color: #d2bfaf;
}
.product .product-page .item-l .item-price.item-l-box .item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.product .product-page .item-l .item-price.item-l-box .curco {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #c5a7ab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .product-page .item-l .item-price:last-child {
  border-bottom: none;
}
.product .product-page .item-l .add {
  font-size: 20px;
  margin-right: 20px;
  color: #333333;
}
.product .product-page .item-l .price {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.product .product-page .item-l .hid a {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  margin: 13px 0;
}
.product .product-page .item-l .hid a:first-child {
  margin-top: 0;
}
.product .product-page .item-l .hid a.addlist {
  margin: 17px 0 13px;
}
.product .product-page .item-l .hid a .cur {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #666666;
  position: relative;
  border-radius: 50%;
  margin-right: 18px;
  transition: all 0.3s;
}
.product .product-page .item-l .hid a .cur::after {
  content: "";
  display: block;
  transition: all 0.3s;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .product-page .item-r {
  width: calc(100% - 196px);
  padding-left: 7.15%;
  box-sizing: border-box;
}
.product .product-page .item-r .list {
  width: 30.7%;
  margin-right: 3.95%;
  text-align: center;
  margin-bottom: 30px;
}
.product .product-page .item-r .list:nth-child(3n) {
  margin-right: 0;
}
.product .product-page .item-r .list .img {
  overflow: hidden;
  position: relative;
}
.product .product-page .item-r .list .img img {
  transition: all 0.3s;
}
.product .product-page .item-r .list .img .prh-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.product .product-page .item-r .list .text {
  padding: 26px 4% 26px;
  box-sizing: border-box;
}
.product .product-page .item-r .list .tit {
  color: #999999;
  margin-bottom: 14px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product .product-page .item-r .list .stit {
  color: #333333;
  transition: all 0.3s;
}

@media only screen and (min-width: 961px) {
  .product .page-nav .item-l a:hover {
    color: #d2bfaf;
  }
  .product .page-nav .item-r .items .items-hid p:hover {
    color: #d2bfaf;
  }
  .product .product-page .item-l .hid a:hover .add, .product .product-page .item-l .hid a.active .add {
    color: #d2bfaf;
  }
  .product .product-page .item-l .hid a:hover .price, .product .product-page .item-l .hid a.active .price {
    color: #d2bfaf;
  }
  .product .product-page .item-l .hid a:hover .cur, .product .product-page .item-l .hid a.active .cur {
    border: 1px solid #d2bfaf;
  }
  .product .product-page .item-l .hid a:hover .cur::after, .product .product-page .item-l .hid a.active .cur::after {
    background: #d2bfaf;
  }
  .product .product-page .item-r .list:hover .img img {
    transform: scale(1.1);
  }
  .product .product-page .item-r .list:hover .img .prh-img {
    opacity: 1;
  }
  .product .product-page .item-r .list:hover .h6 {
    color: #d2bfaf;
  }
}
@media only screen and (max-width: 1200px) {
  .product .pege-tit {
    color: #FFFFFF;
    padding: 0 0 2% 0;
  }
  .product .page-nav .item-l a {
    font-size: 18px;
    margin-right: 8%;
  }
  .product .product-page .item-r .list {
    width: 48.025%;
  }
  .product .product-page .item-r .list:nth-child(3n) {
    margin-right: 3.95%;
  }
  .product .product-page .item-r .list:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  
  .product .page-nav .width1688 {
    height: initial;
    padding: 20px 0;
  }
  .product .page-nav .width1688 .item-l {
    width: 100%;
  }
  .product .page-nav .width1688 .item-l a {
    font-size: 16px;
    margin-right: 30px;
  }
  .product .page-nav .width1688 .item-r {
    margin-top: 5px;
  }
  .product .product-page {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .product .product-page .item-l .price {
    font-size: 14px;
  }
  .product .product-page .item-l .item-price.item-l-box .item {
    width: 25px;
    height: 25px;
  }
  .product .product-page .item-l .item-price.item-l-box .curco {
    width: 20px;
    height: 20px;
  }
  .product .product-page .item-l .item-price.item-l-box .hid-box .list.active .curco {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .product .page-nav {
    display: none;
  }
  .product .product-page {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .product .product-page .item-l {
    display: none;
  }
  .product .product-page .item-r {
    width: 100%;
    padding-left: 0;
  }
  .product .product-page .item-r .list {
    margin-bottom: 20px;
  }
  .product .product-page .item-r .list .text {
    padding: 20px 10px 20px;
  }
}


.proDetail-page01 {
  margin-top: 100px;
  padding-bottom: 128px;
  position: relative;
}
.proDetail-page01 .item-l{
    max-width: 1688px;
    width: 88%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 1;
}
.proDetail-page01 .item-l.afix {
    position: fixed;
    top: 140px;
}
.proDetail-page01 .item-l.isbottom {
    top: auto;
    bottom: 50px;
}
.proDetail-page01 .item-l .item-l-text{
  float: left;
  width: 53.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.proDetail-page01 .item-l .item-l-nav {
  width: 100px;
  position: relative;
  padding:28px 0 48px;
}
.proDetail-page01 .item-l .item-l-nav .swiper-container {
  height: 605px;
  position: initial;
}

.proDetail-page01 .item-l .item-l-nav .swiper-slide {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.proDetail-page01 .item-l .item-l-nav .swiper-slide .img {
  background: no-repeat center/cover;
  border-radius: 50%;
  overflow: hidden;
}
.proDetail-page01 .item-l .item-l-nav .swiper-slide .bg {
  width: 100%;
}
.proDetail-page01 .item-l .item-l-nav .swiper-slide-thumb-active {
  border: 1px solid #d2bfaf;
}
.proDetail-page01 .item-l .item-l-nav .swiper-button-next,
.proDetail-page01 .item-l .item-l-nav .swiper-button-prev {
  width: 31px;
  height: 31px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  z-index: 99;
}

.proDetail-page01 .item-l .item-l-nav .swiper-button-prev {
  top: -10px;
  left: 50%;
  margin-left: -15px;
  transform: rotate(90deg);
  opacity: 1;
}
.proDetail-page01 .item-l .item-l-nav .swiper-button-next {
  bottom: -10px;
  top: auto;
  left: 50%;
  margin-left: -15px;
  transform: rotate(90deg);
  opacity: 1;
}

.proDetail-page01 .item-l .item-l-nav .swiper-button-next::after,
.proDetail-page01 .item-l .item-l-nav .swiper-button-prev::after {
  font-size: 14px;
  color: #e6e6e6;
}


.proDetail-page01 .item-l .item-l-nav .swiper-button-next:hover,
.proDetail-page01 .item-l .item-l-nav .swiper-button-prev:hover{
    border: 1px solid transparent;
    background: #d2bfaf;
}

.proDetail-page01 .item-l .item-l-nav .swiper-button-next:hover:after,
.proDetail-page01 .item-l .item-l-nav .swiper-button-prev:hover:after{
    color: #ffffff;
}


.proDetail-page01 .item-l .tem-l-con {
  width: calc(100% - 110px);
  padding: 0 6.75% 0;
  box-sizing: border-box;
}
.proDetail-page01 .item-r {
  float: right;
  width: 46.5%;
  z-index: 111;
  position: relative;
}
.proDetail-page01 .item-r .contents {
  padding-left: 4.7%;
  box-sizing: border-box;
}
.proDetail-page01 .item-r .contents.tswiper {
  display: flex;
  flex-wrap: wrap;
}
.proDetail-page01 .item-r .contents.tswiper .list {
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  width: 82px;
  height: 82px;
}
.proDetail-page01 .item-r .contents.tswiper .list .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-one {
  background: #cbb49e;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-two {
  background: #bea299;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-thre {
  background: #4a6860;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-fo {
  background: #5e7378;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-fi {
  background: #112236;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-six {
  background: #333133;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-se {
  background: #786777;
}
.proDetail-page01 .item-r .contents.tswiper .list .box.box-ei {
  background: #1c1b20;
}
.proDetail-page01 .item-r .contents.tswiper .list .hid {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
}
.proDetail-page01 .item-r .contents.tswiper .list.active {
  border: 1px solid #d2bfaf;
}
.proDetail-page01 .item-r .contents.tswiper .list.active .hid {
  opacity: 1;
}
.proDetail-page01 .item-r .h5 {
  color: #666666;
}
.proDetail-page01 .item-r .h2 {
  font-weight: 600;
  color: #333333;
}
.proDetail-page01 .item-r .tit {
  color: #333333;
}
.proDetail-page01 .item-r .yprice {
  color: #999999;
  margin-left: auto;
  display: table;
}
.proDetail-page01 .item-r .share {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  margin-top: 10px;
}
.proDetail-page01 .item-r .share .item-con {
  margin-right: 55px;
  font-size: 15px;
  color: #666666;
  display: flex;
  align-items: center;
}
.proDetail-page01 .item-r .share span {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../img/pro-share.png) no-repeat center/cover;
  margin-left: 9px;
}
.proDetail-page01 .item-r .item {
  margin-top: 23px;
}
.proDetail-page01 .item-r .item .tit {
  color: #666666;
  margin-bottom: 16px;
}
.proDetail-page01 .item-r .item .content a {
  width: 170px;
  padding: 8px 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 18px;
  color: #666666;
  transition: all 0.3s;
  margin-right: 15px;
  margin-top: 0;
}
.proDetail-page01 .item-r .item .content a.active {
  background: #d2bfaf;
  color: #ffffff;
  border: 1px solid transparent;
}
.proDetail-page01 .item-r .item .content p {
  color: #999999;
  line-height: 1.5;
  margin-bottom: 13px;
}
.proDetail-page01 .item-r .item .content p:last-child {
  margin-bottom: 0;
}
.proDetail-page01 .item-r .item .content p span {
  width: 57px;
  display: inline-block;
}
.proDetail-page01 .item-r .item.item-add .content {
  height: 40px;
  display: flex;
}
.proDetail-page01 .item-r .item.item-add input {
  width: 77px;
  height: 38px;
  text-align: center;
  border: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  outline: none;
  font-size: 20px;
  color: #333333;
}
.proDetail-page01 .item-r .item.item-add .add {
  background: #efeaea;
  border: 1px solid #dddddd;
  font-size: 20px;
  width: 40px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.proDetail-page01 .item-r .item.item-add .add.is-disabled {
  color: #C0C4CC;
}
.proDetail-page01 .item-r .item-price {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.proDetail-page01 .item-r .item-price .h2{
    margin-left: 8px;
}
.proDetail-page01 .item-r .add-sub {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.proDetail-page01 .item-r .add-sub a {
  display: inline-block;
  width: 33.8%;
  height: 60px;
  border-radius: 15px;
  font-size: 20px;
  color: #D2BFAF;
  border: 1px solid #D2BFAF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.3s;
}
.proDetail-page01 .item-r .add-sub a span {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  transition: all 0.3s;
}
.proDetail-page01 .item-r .add-sub a:nth-child(1) span {
  background: url(../img/proshop.png) no-repeat center/cover;
}
.proDetail-page01 .item-r .add-sub a:nth-child(2) span {
  background: url(../img/prolike.png) no-repeat center/cover;
}
.proDetail-page01 .item-r .add-sub a.active {
  background: #333333;
  color: #ffffff;
  border: none;
}
.proDetail-page01 .item-r .add-sub a.active:nth-child(1) span {
  background: url(../img/prohshop.png) no-repeat center/cover;
}
.proDetail-page01 .item-r .add-sub a.active:nth-child(2) span {
  background: url(../img/prohlike.png) no-repeat center/cover;
}
.proDetail-page01 .item-r .ratings {
  float: left;
  margin-left: 40px;
}
.proDetail-page01 .item-r .rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../img/rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.proDetail-page01 .item-r .rating-box .rating {
  float: left;
  height: 13px;
  background: url(../img/rating.png) 0 100% repeat-x;
}
.proDetail-page01 .item-r .ratings .rating-box,
.proDetail-page01 .item-r .ratings .amount,
.proDetail-page01 .item-r .ratings .rating-links {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.proDetail-page01 .item-r .pwlProductStock .rating-links {
  display: inline-block;
  margin-top: 13px;
}
.proDetail-page01 .item-r .ratings .rating-box,
.proDetail-page01 .item-r .ratings .amount,
.proDetail-page01 .item-r .ratings .rating-links {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.proDetail-page02 {
  position: relative;
  padding-bottom: 120px;
  border-top: 1px solid #d2bfaf;
  border-bottom: 1px solid #d2bfaf;
}
.proDetail-page02 .lists {
  align-items: flex-start;
}
.proDetail-page02 .h3 {
  color: #333333;
  line-height: 2;
  padding: 84px 0 60px;
}
.proDetail-page02 .one {
  padding: 0 6%;
  box-sizing: border-box;
}
.proDetail-page02 .one .item-l {
  width: 51.38%;
}
.proDetail-page02 .one .item-r {
  width: 48.62%;
  padding-left: 8%;
  box-sizing: border-box;
}
.proDetail-page02 .one .item-r .text p {
  font-size: 16px;
  color: #999999;
  line-height: 1.625;
}

.proDetail-page03 .pege-ftit {
  padding: 120px 0 72px;
}
.proDetail-page03 .proDetail-page03-swip {
  border-top: 1px solid #d2bfaf;
  border-bottom: 1px solid #d2bfaf;
  position: relative;
}
.proDetail-page03 .proDetail-page03-swip .width1688 {
  padding: 0 6%;
  box-sizing: border-box;
  position: relative;
}
.proDetail-page03 .proDetail-page03-swip .swiper-container {
  position: initial;
}
.proDetail-page03 .proDetail-page03-swip .swiper-slide {
  text-align: center;
  padding: 60px 0 56px;
}
.proDetail-page03 .proDetail-page03-swip .swiper-slide .img {
  width: 74.8%;
  margin: 0 auto;
}
.proDetail-page03 .proDetail-page03-swip .swiper-slide .text {
  width: 74.8%;
  margin: 0 auto;
}
.proDetail-page03 .proDetail-page03-swip .swiper-slide .h4 {
  color: #999999;
  margin: 35px 0 23px;
}
.proDetail-page03 .proDetail-page03-swip .swiper-slide .h2 {
  color: #333333;
}
.proDetail-page03 .proDetail-page03-swip .swiper-slide-active {
  border-left: 1px solid #d2bfaf;
  border-right: 1px solid #d2bfaf;
}
.proDetail-page03 .proDetail-page03-swip .swiper-slide-active .img {
  border: 4px solid #d2bfaf;
}
.proDetail-page03 .proDetail-page03-con {
  padding: 125px 0 105px;
}
.proDetail-page03 .proDetail-page03-con .list {
  text-align: center;
  width: 33.33%;
}
.proDetail-page03 .proDetail-page03-con .list:nth-child(2n) .texts {
  padding: 0 5%;
  box-sizing: border-box;
  border-left: 1.5px solid #d2bfaf;
  border-right: 1.5px solid #d2bfaf;
}
.proDetail-page03 .proDetail-page03-con .list .img {
  display: inline-block;
}
.proDetail-page03 .proDetail-page03-con .list .img img {
  transition: all 0.3s;
}
.proDetail-page03 .proDetail-page03-con .list .h6 {
  color: #333333;
  margin: 15px 0 20px;
}
.proDetail-page03 .proDetail-page03-con .list p {
  padding: 0 5%;
  box-sizing: border-box;
  font-size: 13px;
  color: #999999;
  margin: 20px 0 23px;
}

@media only screen and (min-width: 961px) {
  .proDetail-page01 .item-r .item .content a:hover {
    background: #d2bfaf;
    color: #ffffff;
    border: 1px solid transparent;
  }
  .proDetail-page01 .item-r .add-sub a:hover {
    background: #333333;
    color: #ffffff;
    border: none;
  }
  .proDetail-page01 .item-r .add-sub a:hover:nth-child(1) span {
    background: url(../img/prohshop.png) no-repeat center/cover;
  }
  .proDetail-page01 .item-r .add-sub a:hover:nth-child(2) span {
    background: url(../img/prohlike.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 1800px) {
  .proDetail-page02 .one .item-r .text {
    max-height: 370px;
    overflow-x: auto;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .proDetail-page02 .one .item-r .text::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
  }
  .proDetail-page02 .one .item-r .text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #d2bfaf;
  }
  .proDetail-page02 .one .item-r .text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 5px;
    background: #EDEDED;
  }
}
@media only screen and (max-width: 1680px) {
  .proDetail-page01 .item-r .contents.tswiper .list {
    width: 75px;
    height: 75px;
  }
  .proDetail-page01 .item-r .contents.tswiper .list .hid {
    font-size: 16px;
  }
  .proDetail-page01 .item-r .item .content a {
    font-size: 16px;
  }
  .proDetail-page01 .item-r .item.item-add input {
    font-size: 18px;
  }
  .proDetail-page01 .item-r .add-sub a {
    font-size: 18px;
  }
  .proDetail-page01 .item-r .add-sub a span {
    width: 25px;
    height: 25px;
  }
  .proDetail-page01 .item-l .item-l-nav {
    width: 90px;
  }
  .proDetail-page01 .item-l .item-l-nav .swiper-container {
    height: 540px;
  }

  .proDetail-page02 .one .item-r .text {
    max-height: 340px;
  }
}
@media only screen and (max-width: 1440px) {
  .proDetail-page01 .item-l .item-l-nav {
    width: 80px;
  }
  .proDetail-page01 .item-l .item-l-nav .swiper-container {
    height: 480px;
  }
  .proDetail-page01 .item-r .item .content a {
    width: 130px;
  }
  .proDetail-page01 .item-r .add-sub a {
    width: 190px;
    font-size: 16px;
  }
  .proDetail-page01 .item-r .add-sub a span {
    margin-right: 6px;
  }

  .proDetail-page02 .one .item-r .text {
    max-height: 260px;
  }
}
@media only screen and (max-width: 960px) {
    .proDetail-page01 .item-l .item-l-text{
        width: 100%;
    }
  .proDetail-page01 {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .proDetail-page01 .item-l {
    width: 100%;
    position: initial;
  }
  .proDetail-page01 .item-l.afix{
      position: initial;
  }
  .proDetail-page01 .item-r .item .list-paddingleft-2{
      width: 100%!important;
  }
  .proDetail-page01 .item-l .item-l-nav {
    display: none;
  }
  .proDetail-page01 .item-l .tem-l-con {
    width: 100%;
    padding: 0 0 0;
    box-sizing: border-box;
  }
  .proDetail-page01 .item-l .tem-l-con img {
    width: 100%;
  }
  .proDetail-page01 .item-r {
    width: 100%;
    margin-top: 60px;
  }
  .proDetail-page01 .item-r .contents {
    padding-left: 0;
  }
  .proDetail-page01 .item-r .add-sub {
    margin-top: 50px;
  }

  .proDetail-page02 .one {
    padding: 0;
  }
  .proDetail-page02 .one .item-l {
    width: 100%;
  }
  .proDetail-page02 .one .item-r {
    width: 100%;
    padding-left: 0;
  }
  .proDetail-page02 .one .item-r .text {
    max-height: initial;
    margin-top: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .proDetail-page01 .item-r .contents.tswiper .list {
    width: 55px;
    height: 55px;
  }
  .proDetail-page01 .item-r .contents.tswiper .list .hid {
    font-size: 12px;
  }
}
.news {
  padding-bottom: 120px;
}
.news .news-lists {
  padding-top: 90px;
  box-sizing: border-box;
}
.news .news-lists .list {
  width: 29.76%;
  margin-right: 5.36%;
  margin-bottom: 3.8%;
}
.news .news-lists .list:nth-child(3n) {
  margin-right: 0;
}
.news .news-lists .list .img {
  overflow: hidden;
}
.news .news-lists .list .img img {
  transition: all 0.3s;
}
.news .news-lists .list .text {
  padding: 26px 5.4%;
  box-sizing: border-box;
}
.news .news-lists .list .text .tit {
  color: #333333;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .news-lists .list .text .desc {
  color: #999999;
  line-height: 1.72;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 20px 0 36px;
  height: 48px;
}
.news .news-lists .list .text .bot {
  justify-content: space-between;
}
.news .news-lists .list .text .bot .time {
  color: #666666;
}

@media only screen and (min-width: 961px) {
  .news .news-lists .list:hover .img img {
    transform: scale(1.08);
  }
  .news .news-lists .list:hover .text .tit {
    color: #d2bfaf;
  }
}
@media only screen and (max-width: 960px) {
  .news {
    padding-bottom: 60px;
  }
  .news .news-lists {
    padding-top: 60px;
  }
  .news .news-lists .list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3.8%;
  }
  .news .news-lists .list:nth-child(3n) {
    margin-right: 4%;
  }
  .news .news-lists .list:nth-child(2n) {
    margin-right: 0;
  }
  .news .news-lists .list .btn-next {
    width: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-lists .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news .news-lists .list:nth-child(2n) {
    margin-right: 0;
  }
  .news .news-lists .list .btn-next {
    width: 30px;
  }
  .news .news-lists .list .text {
    padding: 26px 15px;
  }
  .news .news-lists .list .img {
    text-align: center;
  }
}
.newsDe-lists {
  padding-right: 6%;
  padding-top: 120px;
  box-sizing: border-box;
  display: flex;
  padding-bottom: 120px;
}
.newsDe-lists .newsDe-nav {
  width: 22.7%;
}
.newsDe-lists .newsDe-nav .list {
  padding: 12px 10% 16px 29%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.newsDe-lists .newsDe-nav .list.active {
  background: #d2bfaf;
}
.newsDe-lists .newsDe-nav .list.active .num,
.newsDe-lists .newsDe-nav .list.active .h6,
.newsDe-lists .newsDe-nav .list.active .time {
  color: #ffffff;
}
.newsDe-lists .newsDe-nav .num {
  font-size: 32px;
  color: #999999;
}
.newsDe-lists .newsDe-nav .h6 {
  color: #666666;
  line-height: 1.625;
  margin: 15px 0 19px;
}
.newsDe-lists .newsDe-nav .time {
  font-size: 14px;
  color: #999999;
}
.newsDe-lists .newsDe-con {
  width: 77.3%;
  padding-left: 6.25%;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.newsDe-lists .newsDe-con .title {
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 22px;
}
.newsDe-lists .newsDe-con .title .tit {
  font-size: 30px;
  color: #333333;
}
.newsDe-lists .newsDe-con .title .time {
  font-size: 14px;
  color: #999999;
  margin-top: 29px;
}
.newsDe-lists .newsDe-con .texts {
  padding-top: 36px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e7e7e7;
}
.newsDe-lists .newsDe-con .texts p {
  font-size: 14px;
  color: #999999;
  line-height: 2.15;
}
.newsDe-lists .newsDe-con .texts p img {
  margin: 0 auto;
}
.newsDe-lists .newsDe-con .pagin-page {
  display: flex;
  justify-content: space-between;
  padding: 36px 0;
  box-sizing: border-box;
}
.newsDe-lists .newsDe-con .pagin-page .prelist {
  display: flex;
  align-items: center;
}
.newsDe-lists .newsDe-con .pagin-page .prelist span {
  margin-right: 27px;
}
.newsDe-lists .newsDe-con .pagin-page .pagin-page-con {
  display: flex;
  flex-direction: column;
  text-align: right;
  max-width: 306px;
}
.newsDe-lists .newsDe-con .pagin-page .pagin-page-con .item {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.newsDe-lists .newsDe-con .pagin-page .pagin-page-con .item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 961px) {
  .newsDe-lists .newsDe-nav .list:hover {
    background: #d2bfaf;
  }
  .newsDe-lists .newsDe-nav .list:hover .num,
.newsDe-lists .newsDe-nav .list:hover .h6,
.newsDe-lists .newsDe-nav .list:hover .time {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1200px) {
  .newsDe-lists .newsDe-nav .num {
    font-size: 30px;
  }
  .newsDe-lists .newsDe-con .title .tit {
    font-size: 28px;
  }
}
@media only screen and (max-width: 960px) {
  .newsDe-lists {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 4%;
  }
  .newsDe-lists .newsDe-nav .num {
    font-size: 28px;
  }
  .newsDe-lists .newsDe-nav .list {
    padding: 12px 10% 16px 10%;
  }
  .newsDe-lists .newsDe-con .title .tit {
    font-size: 26px;
  }
  .newsDe-lists .newsDe-con .pagin-page .prelist span {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .newsDe-lists {
    display: block;
    padding-right: 0;
  }
  .newsDe-lists .newsDe-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
  }
  .newsDe-lists .newsDe-nav .list {
    width: 48%;
    margin-right: 4%;
    padding: 12px 4% 16px 4%;
  }
  .newsDe-lists .newsDe-nav .list:nth-child(2n) {
    margin-right: 0;
  }
  .newsDe-lists .newsDe-nav .num {
    font-size: 24px;
  }
  .newsDe-lists .newsDe-con {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  .newsDe-lists .newsDe-con .title .tit {
    font-size: 22px;
  }
  .newsDe-lists .newsDe-con .texts {
    padding-bottom: 60px;
  }
  .newsDe-lists .newsDe-con .pagin-page {
    padding: 30px 0;
  }
  .newsDe-lists .newsDe-con .pagin-page .pagin-page-con {
    max-width: 180px;
  }
  .newsDe-lists .newsDe-con .pagin-page .pagin-page-con .item {
    margin-bottom: 5px;
  }
  .newsDe-lists .newsDe-con .pagin-page .prelist span {
    margin-right: 15px;
  }
}
.qustion {
  padding-bottom: 120px;
}

.qustion-lists {
  padding-top: 90px;
}
.qustion-lists .width1688 {
  padding: 0 6.5% 40px;
  box-sizing: border-box;
}
.qustion-lists .list {
  margin-bottom: 38px;
}
.qustion-lists .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 4%;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s;
}
.qustion-lists .list .title .h4 {
  color: #333333;
}
.qustion-lists .list .title .next {
  font-size: 28px;
  position: relative;
  color: #333333;
}
.qustion-lists .list .title .next .add-next {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #ffffff;
}
.qustion-lists .list .hide {
  background: #d2bfaf;
  padding: 48px 4%;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #ffffff;
  display: none;
}
.qustion-lists .list .hide p {
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
}
.qustion-lists .list.active .title {
  background: #d2bfaf;
  border-radius: 15px 15px 0 0;
}
.qustion-lists .list.active .title .next .add-prve {
  opacity: 0;
}
.qustion-lists .list.active .title .next .add-next {
  opacity: 1;
}

@media only screen and (max-width: 960px) {
  .qustion {
    padding-bottom: 60px;
  }

  .qustion-lists {
    padding-top: 60px;
  }
  .qustion-lists .width1688 {
    padding: 0 0 40px;
  }
  .qustion-lists .list {
    margin-bottom: 20px;
  }
  .qustion-lists .list .title {
    padding: 12px 4%;
  }
  .qustion-lists .list .title .h4 {
    font-size: 16px;
  }
  .qustion-lists .list .title .next {
    font-size: 24px;
  }
}
@media only screen and (max-width: 960px) {
  .qustion {
    padding-bottom: 50px;
  }

  .qustion-lists {
    padding-top: 50px;
  }
  .qustion-lists .width1688 {
    padding: 0 0 20px;
  }
  .qustion-lists .list .title .h4 {
    font-size: 14px;
  }
  .qustion-lists .list .title .next {
    font-size: 24px;
  }
  .qustion-lists .list .hide p {
    font-size: 14px;
  }
}
.about-page01 {
  padding: 90px 0 75px;
}
.about-page01 .texts {
  padding: 33px 7%;
  box-sizing: border-box;
}
.about-page01 .texts p {
  font-size: 18px;
  line-height: 2;
}
.about-page01 .texts .vr-btn{
    display: flex;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    width: 190px;
    align-items: center;
    border: 1px solid #d2bfaf;
    border-radius: 15px;
     margin: 20px auto 0;
    color: #333333;
    transition: all .3s;
}
.about-page01 .texts .vr-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    position: relative;
    margin-right: 10px;
}
.about-page01 .texts .vr-btn span .h-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.about-page01 .texts .vr-btn:hover{
    background: #d2bfaf;
    color: #ffffff;
}
.about-page01 .texts .vr-btn:hover .h-img{
    opacity: 1;
}
.about-page01 .texts .vr-btn:hover .p-img{
    opacity: 0;
}
.about-page02 .lists {
  align-items: flex-start;
}
.about-page02 .item-l {
  width: 51%;
  position: relative;
}
.about-page02 .item-l > img {
  width: 100%;
  display: block;
}
.about-page02 .item-l-box {
  position: absolute;
  top: 60px;
  right: -6%;
  display: flex;
  width: 90.5%;
}
.about-page02 .item-l-box .h1 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #5a5a5a;
  font-size: 48px;
  margin-right: 5%;
  letter-spacing: 2px;
}
.about-page02 .item-r {
  width: 49%;
  background: #d2bfaf;
  padding: 50px 7%;
  box-sizing: border-box;
  margin-top: 100px;
}
.about-page02 .item-r .line {
  width: 60px;
  height: 3px;
  background: #333333;
  display: block;
  margin: 10px 0 20px;
}
.about-page02 .item-r .texts {
  padding-right: 5%;
  box-sizing: border-box;
  max-height: 354px;
  overflow-y: auto;
  /* 定义滚动条样式 */
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.about-page02 .item-r .texts::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.about-page02 .item-r .texts::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f1ebe6;
}
.about-page02 .item-r .texts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ffffff;
}
.about-page02 .item-r .texts p {
  font-size: 18px;
  color: #666666;
  line-height: 2;
}

.about-page03 {
  padding: 120px 0 90px;
}
.about-page03 .wrap {
  width: 94%;
  max-width: 1500px;
  margin: 60px auto 0;
}
.about-page03 .item-l {
  width: 36%;
  padding-right: 6%;
}
.about-page03 .item-r {
  width: 64%;
}
.about-page03 .picture {
  background: no-repeat center/cover;
}
.about-page03 .bg {
  width: 100%;
  display: block;
}

.about-swiper1 {
  height: 360px;
  background: url(../img/year.png) no-repeat left center/352px;
  font-size: 18px;
}
.about-swiper1 .swiper-slide {
  height: auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.about-swiper1 .swiper-slide.swiper-slide-active {
  color: #333;
}
.about-swiper1 .swiper-slide.swiper-slide-active .num {
  font-size: 30px;
}
.about-swiper1 .swiper-slide.swiper-slide-active .year::before, .about-swiper1 .swiper-slide.swiper-slide-active .year::after {
  opacity: 1;
}
.about-swiper1 .year {
  width: 30%;
  padding: 0 60px;
  text-align: center;
  position: relative;
}
.about-swiper1 .year::before, .about-swiper1 .year::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 60px;
  height: 1px;
  background-color: #333;
  opacity: 0;
  transition: opacity 0.3s;
}
.about-swiper1 .year::before {
  left: 0;
}
.about-swiper1 .year::after {
  right: 0;
}
.about-swiper1 .content {
  width: 70%;
  padding-left: 12%;
  transition: color 0.3s;
}
.about-swiper1 .num {
  transition: font-size 0.3s, color 0.3s;
  font-family: DINPro, Arial, Helvetica, sans-serif;
}

.about-page04 {
  padding: 85px 0 90px;
  box-sizing: border-box;
  background: url(/static/img/about06.png) no-repeat center/cover;
}
.about-page04 .width1688 {
  padding: 0 4.95%;
  box-sizing: border-box;
}
.about-page04 .lists {
  padding: 0 11.65%;
  position: relative;
  margin-top: 82px;
}
.about-page04 .lists .swiper-container {
  position: initial;
}
.about-page04 .swiper-slide {
  transform: scale(0.8);
  transition: 300ms;
}
.about-page04 .swiper-slide-active {
  transform: scale(1);
}

@media only screen and (max-width: 1600px) {
  .about-page02 .item-l-box .h1 {
    font-size: 42px;
  }
  .about-page02 .item-r .texts {
    padding-right: 5%;
    max-height: 290px;
  }
}
@media only screen and (max-width: 1440px) {
  .about-page02 .item-l-box .h1 {
    font-size: 38px;
  }
  .about-page02 .item-r .texts {
    padding-right: 5%;
    max-height: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  .about-page02 .item-l-box .h1 {
    font-size: 34px;
  }
  .about-page02 .item-r .texts {
    max-height: 190px;
  }
}

@media only screen and (max-width: 1200px) {
    .about-swiper1 .year{
        padding: 0 40px;
    }
    .about-swiper1 .year::before, .about-swiper1 .year::after{
        width: 40px;
    }
    .about-swiper1 .swiper-slide{
        padding: 10px 0;
    }
}
@media only screen and (max-width: 1100px) {
  .about-page02 .item-l-box .h1 {
    font-size: 30px;
  }
  .about-page02 .item-r .texts {
    max-height: 110px;
  }
}
@media only screen and (max-width: 960px) {
  .about-page01 {
    padding: 60px 0 27px;
  }
  .about-page01 .texts {
    padding: 33px 0;
  }
  .about-page01 .texts p {
    font-size: 14px;
  }

  .about-page02 .item-l {
    width: 92%;
    margin: 0 auto;
  }
  .about-page02 .item-l > img {
    display: none;
  }
  .about-page02 .item-l-box {
    position: initial;
    top: 60px;
    right: 0;
    display: flex;
    width: 100%;
  }
  .about-page02 .item-l-box .h1 {
    display: none;
  }
  .about-page02 .item-r {
    width: 100%;
    padding: 50px 4%;
    box-sizing: border-box;
  }
  .about-page02 .item-r .texts {
    max-height: initial;
  }

  .about-swiper1 {
    font-size: 16px;
  }
  .about-swiper1 .year {
    width: 100%;
    padding: 0 20px;
    text-align: left;
  }
  .about-swiper1 .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
  }

  .about-swiper1 .swiper-slide.swiper-slide-active .num {
    font-size: 24px;
  }

  .about-swiper1 .swiper-slide.swiper-slide-active .year::before, .about-swiper1 .swiper-slide.swiper-slide-active .year::after {
    display: none;
  }

  .about-page02 .item-r {
    margin-top: 60px;
  }

  .about-page03 {
    padding: 60px 0 60px;
  }
  .about-page03 .wrap {
    margin: 10px auto 0;
    width: 92%;
  }

  .about-page04 {
    padding: 60px 0 60px;
  }
  .about-page04 .width1688 {
    padding: 0;
  }
  .about-page04 .lists {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .about-page03 .wrap {
    margin-top: 50px;
  }
  .about-page03 .item-l {
    width: 100%;
    padding-right: 0;
  }
  .about-page03 .item-r {
    width: 100%;
    margin-top: 30px;
  }

  .about-swiper1 .swiper-slide {
    padding: 15px 0;
  }
  .about-swiper1 .content {
    padding-left: 0;
    padding-right: 0;
  }
  .about-swiper1 .year {
    padding: 0;
  }

  .about-page04 .swiper-slide {
    transform: scale(1);
  }
  .about-page04 .swiper-slide .img {
    text-align: center;
  }

  .pege-ftit {
    text-align: center;
  }

  .about-page02 .item-r .line {
    margin: 10px auto 20px;
  }
}
.deli-method .lists {
  padding: 90px 6.25% 55px;
  box-sizing: border-box;
}
.deli-method .lists .lists-content {
  margin-bottom: 50px;
}
.deli-method .lists .h4 {
  color: #FFFFFF;
  border-radius: 25px;
  background: #d2bfaf;
  display: inline-block;
  padding: 4px 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.deli-method .lists table {
  width: 100%;
}
.deli-method .lists table th {
  font-size: 16px;
  color: #666666;
  text-align: center;
  border: 1px solid #d2bfaf;
  padding: 16px;
  box-sizing: border-box;
}
.deli-method .lists table th:nth-child(1) {
  width: 21.9%;
}
.deli-method .lists table th:nth-child(2) {
  width: 32.9%;
}
.deli-method .lists table th:nth-child(3) {
  width: 19.7%;
}
.deli-method .lists table th:nth-child(4) {
  width: 25.5%;
}
.deli-method .lists table td {
  font-size: 14px;
  color: #999999;
  border: 1px solid #d2bfaf;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
}
.deli-method .lists p {
  font-size: 16px;
  color: #333333;
  line-height: 2.25;
}

@media only screen and (max-width: 960px) {
  .deli-method .lists {
    padding: 60px 0 5px;
  }
}
@media only screen and (max-width: 640px) {
  .deli-method .lists {
    padding: 50px 0 5px;
  }
  .deli-method .lists table th {
    padding: 5px 3px;
    font-size: 14px;
  }
  .deli-method .lists table td {
    padding: 5px 3px;
  }
  .deli-method .lists p {
    font-size: 14px;
  }
}
.return-policy .item {
  margin-right: 3.6%;
  position: relative;
}
.return-policy .item::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  background: url(/static/img/plo-cur.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: -21.96%;
  transform: translateX(-50%);
}
.return-policy .texts {
  flex-wrap: nowrap;
}
.return-policy .texts > .item {
  width: 55px;
  text-align: center;
}
.return-policy .texts > .item:last-child {
  margin-right: 0;
}
.return-policy .texts > .item:last-child::after {
  content: none;
}
.return-policy .texts > .item::after {
  right: -80%;
}
.return-policy .texts-con {
  width: calc(100% - 110px);
}
.return-policy .texts-con .item {
  width: 16.4%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s;
}
.return-policy .texts-con .item .img {
  display: flex;
  justify-content: center;
  position: relative;
  width: 34.5%;
  margin: 5px auto 16px;
}
.return-policy .texts-con .item .img .pholimg {
  position: absolute;
}
.return-policy .texts-con .item .h6 {
  font-size: 16px;
  color: #333333;
}
.return-policy .texts-con .item P {
  font-size: 12px;
  color: #999999;
  line-height: 1.67;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 21px 0 120px;
  height: 80px;
}
.return-policy .texts-con .item .pol-num {
  font-size: 48px;
  color: #F2F2F2;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%);
}
.return-policy .texts-con .item a {
  display: inline-block;
  padding: 8%;
  box-sizing: border-box;
}
.return-policy .plo-prve .item img {
  margin: 0 auto;
}
.return-policy .plo-prve .h6 {
  text-align: center;
  font-size: 16px;
  color: #D2BFAF;
}

@media only screen and (min-width: 961px) {
  .return-policy .texts-con .item:hover {
    background: #d2bfaf;
  }
  .return-policy .texts-con .item:hover .polimg {
    opacity: 0;
  }
  .return-policy .texts-con .item:hover .pholimg {
    opacity: 1;
  }
  .return-policy .texts-con .item:hover .h6 {
    color: #FFFFFF;
  }
  .return-policy .texts-con .item:hover p {
    color: #666666;
  }
  .return-policy .texts-con .item:hover .pol-num {
    color: #ddd1c1;
  }
}
@media only screen and (max-width: 1440px) {
  .return-policy .item::after {
    display: none;
  }
  .return-policy .texts > .item {
    display: none;
  }
  .return-policy .texts-con {
    width: 100%;
  }
  .return-policy .texts-con .item {
    width: 17.12%;
  }
  .return-policy .texts-con .item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .return-policy .texts-con .item {
    width: 30.93%;
    margin-bottom: 3.6%;
  }
  .return-policy .texts-con .item .pol-num {
    font-size: 40px;
  }
  .return-policy .texts-con .item:last-child {
    margin-right: 3.6%;
  }
  .return-policy .texts-con .item:nth-child(3n) {
    margin-right: 0;
  }
  .return-policy .texts-con .item p {
    margin: 21px 0 100px;
  }
}
@media only screen and (max-width: 640px) {
  .return-policy .texts-con .item {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .return-policy .texts-con .item:nth-child(3n) {
    margin-right: 4%;
  }
  .return-policy .texts-con .item:nth-child(2n) {
    margin-right: 0;
  }
}
.contact-map {
  height: 845px;
}
.contact-map .amap-info-content {
  padding: 20px;
}
.contact-map .title {
  font-size: 14px;
  color: #333333;
}
.contact-map .more {
  font-size: 14px;
  color: #d2bfaf;
  margin-top: 8px;
  display: inline-block;
}

.contact .lists .width1688 {
  padding: 90px 0 120px;
  align-items: flex-start;
}
.contact .lists .item-l {
  width: 34.2%;
  margin-right: 4.6%;
}
.contact .lists .item-r {
  width: 61.2%;
}
.contact .lists .h3 {
  color: #333333;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d2bfaf;
}
.contact .text {
  margin: 28px 0;
}
.contact .text .tit {
  width: 21px;
  height: 21px;
  display: inline-block;
}
.contact .text .text-con {
  width: calc( 100% - 21px);
  padding-left: 20px;
  box-sizing: border-box;
}
.contact .text .ftit {
  color: #333333;
  margin-right: 10px;
}
.contact .contact-list .h6 {
  color: #999999;
  line-height: 1.875;
}
.contact .contact-list input {
  border: 1px solid #ededed;
  outline: none;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.contact .contact-list .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.contact .contact-list .item:nth-child(2n-1) {
  margin-right: 0;
}
.contact .contact-list .item:last-child {
  margin-bottom: 0;
}
.contact .contact-list .item.w100 {
  width: 100%;
  margin-right: 0;
}
.contact .contact-list textarea {
  outline: none;
  height: 90px;
  width: 100%;
  border: 1px solid #ededed;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.contact .contact-list .submit {
  color: #FFFFFF;
  text-align: center;
  background: #333333;
  width: 100%;
  line-height: 55px;
  border-radius: 5px;
  display: block;
}
.contact .contact-list .texts {
  padding: 13px 0 0;
}
.contact .contact-list .desc {
  margin: 30px 0 45px;
}

@media only screen and (max-width: 1440px) {
  .contact .text {
    margin: 20px 0;
    align-items: baseline;
  }
  .contact .lists .h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact .text {
    margin: 15px 0;
  }
  .contact .lists .h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .contact .lists .item-l {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  .contact .lists .item-r {
    width: 100%;
  }
  .contact .lists .width1688 {
    padding: 60px 0 60px;
  }
  .contact .lists .contact-list {
    margin-bottom: 35px;
  }

  .contact-map {
    height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  .contact .lists .width1688 {
    padding: 50px 0 50px;
  }

  .contact-map {
    height: 350px;
  }
}
.pris-tate .lists {
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
  padding: 60px 0 115px;
}
.pris-tate p {
  color: #999999;
  line-height: 1.86;
}

.collection {
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
  padding: 53px 0 110px;
}
.collection .title {
  margin-bottom: 70px;
  color: #333333;
}
.collection .lists-box {
  border: 1px solid #d2bfaf;
}
.collection .list {
  width: 25%;
  position: relative;
  border: 1px solid #d2bfaf;
  padding-bottom: 34px;
}
.collection .list.active {
  display: none;
}
.collection .close-btn {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/static/img/close-btn.png) no-repeat center/cover;
  z-index: 3;
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.collection .colimg {
  width: 61.4%;
  margin: 50px auto 35px;
}
.collection .text {
  padding: 0 40px 0;
  text-align: center;
}
.collection .text .tit {
  font-size: 16px;
  color: #333333;
}
.collection .text .price {
  color: #333333;
  margin-top: 12px;
}
.collection .col-hid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f6f6f6;
  opacity: 0;
  padding: 35px 40px 50px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.collection .col-hid-tit {
  color: #333333;
}
.collection .col-hid-ftits {
  margin: 14px 0 46px;
}
.collection .col-hid-ftit {
  color: #333333;
  line-height: 1.75;
}
.collection .col-hid-price {
  font-size: 18px;
  color: #333333;
  margin-bottom: 55px;
}
.collection .sub-btn {
  display: flex;
}
.collection .sub-btn .item {
  color: #FFFFFF;
  width: 48.5%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #bcbcbc;
  display: inline-block;
  text-align: center;
  margin-right: 3%;
  color: #333333;
  transition: all 0.3s;
}
.collection .sub-btn .item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 961px) {
  .collection .sub-btn .item:hover {
    background: #333333;
    color: #ffffff;
  }
  .collection .list:hover .col-hid {
    opacity: 1;
  }
}






.search-page .search-one {
  background: #f3f3f3;
  padding: 67px 0;
}

.search-page .search-one-box {
  margin: 0 auto;
  max-width: 770px;
  width: 40.2%;
  height: 50px;
  position: relative;
}

.search-page .search-one-box input {
  outline: none;
  border: none;
  background: #ffffff;
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 26px;
  box-sizing: border-box;
  font-size: 16px;
  color: #808080;
  padding-right: 55px;
}

.search-page .search-one-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-page .search-one-box span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/img/search01.png) no-repeat center/100% 100%;
  z-index: 11;
}

.search-page01 {
  padding-top: 90px;
}

.search-page01 .search-two {
  font-size: 22px;
  color: black;
  text-align: center;
  padding-bottom: 320px;
}

.search-page .lists {
  padding-bottom: 120px;
}

.search-page .list {
  width: 22.6%;
  margin-right: 3.2%;
  text-align: center;
  margin-bottom: 30px;
}

.search-page .list:nth-child(4n) {
  margin-right: 0;
}

.search-page .list .img {
  overflow: hidden;
  position: relative;
}

.search-page .list .img img {
  transition: all 0.3s;
}

.search-page .list .img .prh-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.search-page .list .text {
  padding: 26px 4% 26px;
  box-sizing: border-box;
}

.search-page .list .tit {
  color: #999999;
  margin-bottom: 14px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search-page .list .stit {
  color: #333333;
  transition: all 0.3s;
}

@media only screen and (min-width: 961px) {
  .search-page .list:hover .img img {
    transform: scale(1.1);
  }
  .search-page .list:hover .img .prh-img {
    opacity: 1;
  }
  .search-page .list:hover .h6 {
    color: #d2bfaf;
  }
}
@media only screen and (max-width: 1200px) {
  .search-page .list {
    width: 31.2%;
  }
  .search-page .list:nth-child(4n) {
    margin-right: 3.2%;
  }
  .search-page .list:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .search-page .search-one-box {
    width: 96%;
    margin: 0 auto;
  }

  .search-page .search-one-box input {
    font-size: 14px;
  }

  .search-page .search-one-box span {
    width: 16px;
    height: 16px;
  }

  .search-page01 .search-two {
    font-size: 16px;
    padding-bottom: 160px;
  }

  .search-page01 {
    padding-top: 60px;
  }

  .search-page .lists {
    padding-bottom: 60px;
  }

  .search-page .list {
    width: 48%;
    margin-right: 4%;
  }
  .search-page .list:nth-child(3n) {
    margin-right: 4%;
  }
  .search-page .list:nth-child(2n) {
    margin-right: 0;
  }
}



.center{
    text-align: center;
}








