/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  user-select: text;
  /*font-family:Microsoft YaHei,sans-serif;*/
  font-family: "\5FAE\8F6F\96C5\9ED1";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  overflow: hidden;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

.adcd {
  display: flex
}

/**
 * Swiper 4.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

/*stylus*/
.container {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}

.container .c-banner {
  width: 100%;
  padding-bottom: 39.27%;
  background: #fff;
  position: relative;
}

.container .c-banner .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 100;
}

.container .c-banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.container .c-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #eee;
}

.container .c-banner .swiper-container .swiper-slide .banner-txt {
  position: absolute;
  top: 34%;
  left: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container .c-banner .swiper-container .swiper-slide .banner-txt h3 {
  font-size: 36px;
  margin: 8px 0;
  margin: 0.5rem 0;
}

.container .c-banner .swiper-container .swiper-slide .c-b-h1 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 49px;
  text-align: center;
  font-weight: 300;
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  left: 0;
  margin: 0 auto;
}

.container .c-banner .swiper-container .swiper-slide .c-b-p {
  font-size: 16px;
  width: 38%;
  position: absolute;
  top: 37%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  margin-left: 31%;
  color: #fff;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  line-height: 26px;
}

.container .c-banner .swiper-container .swiper-slide .banner-icon {
  position: absolute;
  top: 60%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.container .c-banner .swiper-container .swiper-slide .free-application {
  position: absolute;
  bottom: 16%;
  left: 0;
  z-index: 666;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  /* margin: 0 auto; */
  margin-left: 45%;
  border: 1px solid #fff;
  padding: 6px 30px;
  border-radius: 8px;
}

.container .c-details {
  /* margin-top: 60px; */
}

.container .c-details .c-detail-s5-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5% 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 3;
  background: #f9f9fb;
}

.container .c-details .c-detail-s5-t .c-d-s-t-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 112px;
  margin-right: 7rem;
}

.container .c-details .c-detail-s5-t .c-d-s-t-b .c-d-s-t-b-t {
  width: 394px;
  height: 351px;
}

.container .c-details .c-detail-s5-t .c-d-s-t-b .c-d-s-t-b-t img {
  display: none;
}

.container .c-details .c-detail-s5-t .c-d-s-t-b .c-d-s-t-b-t .picShow {
  display: block;
}

.container .c-details .c-detail-s5-t .c-d-s-t-b .c-d-s-t-b-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .c-details .c-detail-s5-t .c-d-s-t-b .c-d-s-t-b-b img {
  cursor: pointer;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .c-d-s-h {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .S5-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .S5-icon .S5-icon-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  margin-right: 1rem;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .S5-icon .S5-icon-p p {
  font-size: 13px;
  margin-top: -1.6px;
  margin-top: -0.1rem;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .S5-p p {
  margin: 8px 0;
  margin: 0.5rem 0;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .S5-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .S5-b a {
  text-decoration: none;
  color: #000;
  padding: 12.8px 48px;
  padding: 0.8rem 3rem;
  background: #e5e5e5;
  margin-right: 40px;
  margin-right: 2.5rem;
  border-radius: 0.5rem;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .S5-b a:first-child {
  background: #ff7624;
  color: #fff;
}

.container .c-details .c-detail-s5-t .c-d-s-t-h .breadcrumb {
  color: #000;
  text-decoration: none;
}

.container .c-details .c-detail-s5-p {
  width: 100%;
}

.container .c-details .c-detail-s5-p .product-func {
  width: 1200px;
  margin: 0 auto;
  margin-top: 5%;
}

.container .c-details .c-detail-s5-p .product-func .product-func-h {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  margin: 0;
  letter-spacing: 10px;
}

.container .c-details .c-detail-s5-p .product-func .pro-fun-mask {
  width: 120px;
  height: 5px;
  background-color: #ff7624;
  margin-top: 1%;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve {
  width: 150px;
  height: 160px;
  -webkit-box-shadow: #a9a9ab 1px 2px 14px -2px;
  box-shadow: #a9a9ab 1px 2px 14px -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5%;
  margin-right: 1.7%;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic {
  width: 65px;
  height: 63px;
  margin-bottom: 11%;
}


.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic5 {
  background: url(../images/x1_icon05.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic6 {
  background: url(../images/x1_icon06.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic7 {
  background: url(../images/qqth001.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic8 {
  background: url(../images/DWYS001.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic9 {
  background: url(../images/x1_icon09.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic10 {
  background: url(../images/x1_icon10.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic11 {
  background: url(../images/x1_icon11.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic12 {
  background: url(../images/x1_icon12.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic13 {
  background: url(../images/x1_icon13.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic14 {
  background: url(../images/x1_icon14.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic15 {
  background: url(../images/x1_icon15.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic16 {
  background: url(../images/x1_icon16.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic17 {
  background: url(../images/x1_icon17.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic18 {
  background: url(../images/x1_icon18.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic19 {
  background: url(../images/x1_icon19.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic20 {
  background: url(../images/x1_icon20.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic21 {
  background: url(../images/x1_icon21.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic22 {
  background: url(../images/dxtx001.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic23 {
  background: url(../images/x1_icon23.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic24 {
  background: url(../images/x1_icon24.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic25 {
  background: url(../images/XY001.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic26 {
  background: url(../images/x1_icon26.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic27 {
  background: url(../images/x1_icon27.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-pic28 {
  background: url(../images/JKFX001.png) no-repeat;
}




.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_1 {
  background: url(../images/newimg/pro-picx7_1.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_1 {
  background: url(../images/newimg/pro-picx7_1a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_2 {
  background: url(../images/newimg/pro-picx7_2.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_2 {
  background: url(../images/newimg/pro-picx7_2a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_3 {
  background: url(../images/newimg/pro-picx7_3.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_3 {
  background: url(../images/newimg/pro-picx7_3a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_4 {
  background: url(../images/newimg/pro-picx7_4.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_4 {
  background: url(../images/newimg/pro-picx7_4a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_5 {
  background: url(../images/newimg/pro-picx7_5.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_5 {
  background: url(../images/newimg/pro-picx7_5a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_6 {
  background: url(../images/newimg/pro-picx7_6.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_6 {
  background: url(../images/newimg/pro-picx7_6a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_7 {
  background: url(../images/newimg/pro-picx7_7.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_7 {
  background: url(../images/newimg/pro-picx7_7a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_8 {
  background: url(../images/newimg/pro-picx7_8.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_8 {
  background: url(../images/newimg/pro-picx7_8a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_9 {
  background: url(../images/newimg/pro-picx7_9.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_9 {
  background: url(../images/newimg/pro-picx7_9a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_10 {
  background: url(../images/newimg/pro-picx7_10.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_10 {
  background: url(../images/newimg/pro-picx7_10a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_11 {
  background: url(../images/newimg/pro-picx7_11.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_11 {
  background: url(../images/newimg/pro-picx7_11a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_12 {
  background: url(../images/newimg/pro-picx7_12.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_12 {
  background: url(../images/newimg/pro-picx7_12a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_13 {
  background: url(../images/newimg/pro-picx7_13.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_13 {
  background: url(../images/newimg/pro-picx7_13a.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-picx7_14 {
  background: url(../images/newimg/pro-picx7_14.png) no-repeat;
}
.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-picx7_14 {
  background: url(../images/newimg/pro-picx7_14a.png) no-repeat;
}




.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic5 {
  background: url(../images/newimg/GUM5/gumin1.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic6 {
  background: url(../images/newimg/GUM5/gumin4.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic7 {
  background: url(../images/newimg/GUM5/gumin5.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic8 {
  background: url(../images/newimg/GUM5/gumin3.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic9 {
  background: url(../images/newimg/GUM5/gumin6.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic10 {
  background: url(../images/newimg/GUM5/gumin7.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic11 {
  background: url(../images/newimg/GUM5/gumin2.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro5-pic12 {
  background: url(../images/newimg/GUM5/gumin8.png) no-repeat;
  background-size: cover;
}


.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic5 {
  background: url(../images/newimg/GUM5/gumi1.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic6 {
  background: url(../images/newimg/GUM5/gumi4.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic7 {
  background: url(../images/newimg/GUM5/gumi5.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic8 {
  background: url(../images/newimg/GUM5/gumi3.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic9 {
  background: url(../images/newimg/GUM5/gumi6.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic10 {
  background: url(../images/newimg/GUM5/gumi7.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic11 {
  background: url(../images/newimg/GUM5/gumi2.png) no-repeat;
  background-size: cover;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro5-pic12 {
  background: url(../images/newimg/GUM5/gumi8.png) no-repeat;
  background-size: cover;
}





.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve .pro-span {
  color: #6d6d6d;
  font-size: 14px;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic5 {
  background: url(../images/x1_icon05hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic6 {
  background: url(../images/x1_icon06hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic7 {
  background: url(../images/phoneY.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic8 {
  background: url(../images/dwys002.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic9 {
  background: url(../images/x1_icon09hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic10 {
  background: url(../images/x1_icon10hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic11 {
  background: url(../images/x1_icon11hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic12 {
  background: url(../images/x1_icon12hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic13 {
  background: url(../images/x1_icon13hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic14 {
  background: url(../images/x1_icon14hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic15 {
  background: url(../images/x1_icon15hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic16 {
  background: url(../images/x1_icon16hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic17 {
  background: url(../images/x1_icon17hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic18 {
  background: url(../images/x1_icon18hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic19 {
  background: url(../images/x1_icon19hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic20 {
  background: url(../images/x1_icon20hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic21 {
  background: url(../images/x1_icon21hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic22 {
  background: url(../images/dxtx002.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic23 {
  background: url(../images/x1_icon23hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic24 {
  background: url(../images/x1_icon24hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic25 {
  background: url(../images/xy002.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic26 {
  background: url(../images/x1_icon26hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic27 {
  background: url(../images/x1_icon27hover.png) no-repeat;
}

.container .c-details .c-detail-s5-p .product-func .pro-func-content .pro-func-content-eve:hover .pro-pic28 {
  background: url(../images/jkfx002.png) no-repeat;
}


.container .pro-span {
  color: #ff7624;
  font-size: 14px;
}

.container .product-standard {
  width: 1200px;
  margin: 0 auto;
  margin-top: 5%;
}

.container .product-standard .product-func-h {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  margin: 0;
  letter-spacing: 10px;
}

.container .product-standard .pro-fun-mask {
  width: 120px;
  height: 5px;
  background-color: #ff7624;
  margin-top: 1%;
}

.container .product-standard .pro-stand-content {
  width: 100%;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container .product-standard .pro-stand-content .pro-stand-cont-eve {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3%;
  letter-spacing: 2px;
}

.container .product-standard .pro-stand-content .pro-stand-cont-eve .cont-eve-key {
  font-size: 20px;
  color: #4c4c4c;
  width: 25%;
}

.container .product-standard .pro-stand-content .pro-stand-cont-eve .cont-eve-val {
  color: #666;
}

.container .management-platform {
  width: 1200px;
  margin: 0 auto;
  margin-top: 5%;
}

.container .management-platform .product-func-h {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  margin: 0;
  letter-spacing: 10px;
}

.container .management-platform .pro-fun-mask {
  width: 120px;
  height: 5px;
  background-color: #ff7624;
  margin-top: 1%;
}

.container .management-platform .pro-fun-content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-shadow: #a9a9ab 1px 2px 14px -2px;
  box-shadow: #a9a9ab 1px 2px 14px -2px;
  margin-top: 7%;
  padding-top: 2%;
  border-radius: 10px;
  padding-bottom: 4%;
}

.container .management-platform .pro-fun-content .pro-fun-content-h3 {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #4c4c4c;
  margin-bottom: 4%;
}

.container .management-platform .pro-fun-content .pro-fun-content-p {
  font-size: 14px;
  color: #888;
  position: absolute;
}

.container .management-platform .pro-fun-content .p-one {
  top: 24%;
  left: 3%;
  text-align: right;
}

.container .management-platform .pro-fun-content .p-two {
  top: 21%;
  right: 2%;
}

.container .management-platform .pro-fun-content .p-three {
  top: 49%;
  left: 1.5%;
  text-align: right;
}

.container .management-platform .pro-fun-content .p-four {
  top: 50%;
  right: 0%;
}

.container .management-platform .pro-fun-content .p-five {
  bottom: 9%;
  left: 3%;
  text-align: right;
}

.container .management-platform .pro-fun-content .p-six {
  bottom: 9%;
  right: 7%;
}

.container .possible-like {
  width: 100%;
  background: #fff;
  padding: 5% 0;
  margin-top: 5%;
}

.container .possible-like .possible-like-a {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .possible-like .possible-like-a .possible-like-l {
  width: 20%;
  padding-top: 10%;
  margin-right: 10%;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-title {
  color: #333;
  font-size: 30px;
  letter-spacing: 5px;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-mask {
  width: 50px;
  height: 2px;
  background: #ff7624;
  margin: 2% 0 4% 0;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-span {
  color: #888;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-arrows {
  margin-top: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-arrows .p-l-arrows-l,
.container .possible-like .possible-like-a .possible-like-l .p-l-arrows .p-l-arrows-r {
  cursor: pointer;
  width: 65px;
  height: 40px;
  -webkit-box-shadow: #a9a9ab 1px 2px 14px -2px;
  box-shadow: #a9a9ab 1px 2px 14px -2px;
  border-radius: 10px;
  margin-right: 2%;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-arrows .p-l-arrows-l {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNpivHHjBgMWoAHE/UDsB8S/1dXVGYgFTFjEQLr3APFKkGEMJAJ0A1WhhtUB8QIGMgCygcpAvBeIm4B4HgOZAGagEhDvA+I2IJ7NQAFgAWItIN4KxN1APAObops3b5LkwiNADIrqyUD8n1IMMtAGmkzygJiRUgzy8jUgdgLiA0D8B4inY6QjEtIhC5S+DzV0P9TQ2ZRECgzcBWJnaGz/JTfpsKDxbyMZ+o+cxI0t690CYhcgDgdiVlINBAgwAG01NfooTnVtAAAAAElFTkSuQmCC) no-repeat center;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-arrows .p-l-arrows-l:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3RThFOEFDMUUxNDExRTlCNzJGQTFBMTBEMzUwQjVEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc3RThFOEFEMUUxNDExRTlCNzJGQTFBMTBEMzUwQjVEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzdFOEU4QUExRTE0MTFFOUI3MkZBMUExMEQzNTBCNUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzdFOEU4QUIxRTE0MTFFOUI3MkZBMUExMEQzNTBCNUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4somi6AAAAwElEQVR42mL8X6bCgAVoAHE/EPsB8W+GztsMxAImLGJqQLwHiFeCDSMRoBuoCsR7gbgOiBcwkAGQDVSGGtYExPMYyAQwAxWBeB8QtwPxbAYKAAsQawHxViDuAeLpWFWVq5LkwiNAfAOIJwHxf0oxyEAbaDLJBWJGSjHIy9eA2BmI9wPxHyCegeEPEtIhC5S+B8ROUEP/UhIxLEjsu1CX7oMaOo9SA0EA5DcXaHr8R07ixpb1bkINDQdiVlINBAgwAAJ1NPh1sEm2AAAAAElFTkSuQmCC) no-repeat center;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-arrows .p-l-arrows-r {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3NDhGMDgxMUUxNDExRTk4RDQyRDlBNzJDMjJCQUFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc3NDhGMDgyMUUxNDExRTk4RDQyRDlBNzJDMjJCQUFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Nzc0OEYwN0YxRTE0MTFFOThENDJEOUE3MkMyMkJBQUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Nzc0OEYwODAxRTE0MTFFOThENDJEOUE3MkMyMkJBQUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4NLhM3AAAAhklEQVR42mL8//8/A7Hg5s2bIIoLiCcDcTEQf0BXw8RAOvgGNWgPEAtQw0AGqOsOYjOUXANxGkqJgVgNZbxx4wYDFUAPEDsAsS8LkPjPQB1wBogPgLzMSAXcC6UdGclIh+gAZJg9ELsC8XtKIwXFMEpjGcMwSgzEahi5BnJB0xyGYSAAEGAA2bMmNnD7EEkAAAAASUVORK5CYII=) no-repeat center;
}

.container .possible-like .possible-like-a .possible-like-l .p-l-arrows .p-l-arrows-r:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIdJREFUeNpi/P//PwPRoFwVRHIB8WQgLgHi9+hKmBhIB9+A+AMQ7wZiQWoYCALFQHwQm6HkGojTUEoMxGoo4/8yFQYqgB4gdgBiPxYg8Z+BOuAMEO8HeZmRCrgXSjswkpEO0QHIMHsgdgElJ0ojBcUwSmMZwzBKDMRqGLkGgvKyADbDQAAgwAArxyFobPQ0SAAAAABJRU5ErkJggg==) no-repeat center;
}

.container .possible-like .possible-like-a .possible-like-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: #a9a9ab 1px 4px 22px -5px;
  box-shadow: #a9a9ab 1px 4px 22px -5px;
  width: 435%;
  position: relative;
}

.container .possible-like .possible-like-a .possible-like-r .p-l-product {
  width: 246px !important;
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin-right: 35px;
}

.p-l-product-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-l-product-info {
  width: 246px;
  height: 220px;
  background: #F9F9F9;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 120px 30px 0;
}

.p-l-product-info .p-l-product-name {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
}

.p-l-product-info .p-l-product-name2 {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-l-product-link {
  color: #FF7324;
  font-size: 14px;
  text-decoration: none;
}

.container .possible-like .possible-like-a .possible-like-r .p-l-product:last-child::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 80%;
  background: transparent;
}

.container .possible-like .possible-like-a .possible-like-r .p-l-product .p-l-pic {
  height: 150px;
  margin-bottom: 5%;
}

.container .possible-like .possible-like-a .possible-like-r .p-l-product .p-l-a {
  text-decoration: none;
  color: #ff7624;
  font-size: 14px;
}

.container .possible-like .possible-like-a .possible-like-r .p-l-product .p-l-pro-span {
  font-size: 20px;
  color: #6d6d6d;
  margin: 2% 0;
}

.container .possible-like .possible-like-a .possible-w {
  width: 843px;
  overflow: hidden;
}

.fixed-footer {
  width: 100%;
  height: 80px;
  background-color: #a6a6a6;
  position: fixed;
  bottom: 0;
  z-index: 4;
}

.fixed-footer .fixed-footer-p {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fixed-footer .fixed-footer-p .bqrc {
  position: absolute;
  top: -182.4px;
  top: -11.4rem;
  left: 0;
  width: 150px;
  border: 16px solid #ccc;
  border: 1rem solid #ccc;
  display: none;
}

.adcd .I-input {
  left: 40%;
  top: 200px;
}

.adcd .I-input .free-z-m {
  padding: 20.8px 22.4px;
  padding: 1.3rem 1.4rem;
}

.adcd .I-input .free-z-m>input {
  line-height: 48px;
  line-height: 3rem;
}

.adcd .u-sure {
  height: 32px;
  height: 2rem;
  width: 83.84px;
  width: 5.24rem;
  line-height: 32px;
  line-height: 2rem;
}

.contact {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header-content .header-nav {
  margin: 0;
}

.header-content>a {
  margin-left: 6%;
}

/* 合作模式块 */
.cooperation-model {
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5%;
  padding-top: 2%;
}

.cooperation-model .my-adv-h {
  color: #4a4a4a;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}

.cooperation-model .my-adv-under {
  width: 130px;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto;
  position: absolute;
  top: 19%;
}

.cooperation-model .my-adv-under::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #ff7624;
  left: 31%;
  top: -1px;
}

.cooperation-model .cooperation-model-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3%;
}

.cooperation-model .cooperation-model-content .c-m-c {
  width: 574px;
  height: 140px;
  position: relative;
  margin-top: 25px;
}

.cooperation-model .cooperation-model-content .c-m-c .c-m-c-p {
  width: 155px;
  float: left;
  text-align: center;
  color: #fff;
  margin-top: 16%;
}

.cooperation-model .cooperation-model-content .c-m-c .c-m-c-r {
  width: 67%;
  float: right;
  margin-right: 2%;
}

.cooperation-model .cooperation-model-content .c-m-c .c-m-c-r .c-m-c-r-h {
  text-align: left;
  font-size: 16px;
  color: #4a4a4a;
  margin: 25px 0 10px 0;
}

.cooperation-model .cooperation-model-content .c-m-c .c-m-c-r .c-m-c-r-p {
  margin: 0;
  font-size: 14px;
  color: #888;
}

.cooperation-model .cooperation-model-content .m-pic01 {
  background: url(data:image/png;base64,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) no-repeat;
}

.cooperation-model .cooperation-model-content .m-pic02 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAj4AAACMCAMAAABLcVPJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWhQTFRFj8vxaL/3rdTtw9vqOrH9dMP1odHvPbL9isryuNfrf8b0Xbz4ls3w2uLnUbj6MK7/5OXl3OLmM6/+vtnrhcjzNrD+Yr34NbD+RrX8O7L9xtzp4eTmzd7oMa//Trf7Yr74zt7obsH2sNXtVrr5jcvxv9rqXLz5asD3ns/vecT0P7P9mM7wnc/vyNzpV7r5m8/wTLf7Zb73tNbsMq//eMT1rtTtqdPuNLD+isnyPrP9bMH2gcfz2OHnX7z44uTl3uPmsdXswdrqe8X0dsP1Sbb7U7n6ab/3Z7/3t9fsptLuz97olMzxr9XthMjz1ODnkszxutjrgMbzSrb7VLn62+Lm4+TlxNvqcML20d/og8fzObH+OLH+jsvx1eDnQLP93+Pmfcb0fsb0jMryYL34stXsdcP1b8H2lM3xS7b7vNnrmc7wms7w3ePmq9Tto9Huc8L1QbP8R7X8PLL9iMnydsT1bcH2L67/5eXlJuXSFAAAA8pJREFUeNrs3FdzGmcUgGGBVmSFJFDvzXZsxyXuLS5xeu+9997rnr+fBSLFF0pmvkWjUeB5L7QLO3O42GdAbGGkOLyNhA55I/gIH+GDDz744IOP8BE+wgcffPARPsJH+OCDDz744CN8hA8++OCDDz7CR/gIH3zwwUf4CB/hgw8++ODTR69fux1rx09t4INPeqemewMvLeCDT2onSj0fHn20nPgAPvikNhfx3WxRfD4T05v44JPWZsRcu7NyJeJ5fPBJ69OIx7sr13+IB/HBJ63zEY/8WK/XXxi/G9OX8cEnqZ/unfkbPvgk9dXo6OjceNnVen2yjQ8+jjrr4PisLC8v/9oqy/DBJ7GlL3Ynrt3EB5+0xu4Z6Ys7Pom9G7HdaDTOTDYi3sEHn7RuRsx3VzYijuODT1rnIr7vrnwUcRQffNL6ZUdNax9PueMzLHzaa7HaXdnax2MB+AzNcZ/1mOkuf474BB98EnsmYqWzfDHiT3zwSaz8wt7qLL+OOIEPPol9FvF0Z/lsxDf44JPYHxGNiYmLJ9cjMnzwSWxid+IbTpnik9rCczsTz+CDT3KnX83zfL7Z3Grjg4/LxfQ/53O/3TOAfO7cONK5wifPl4viXJ5vFcVS+bFVPnUkzy8URSvPa+WD8qOs/FvL81a54cadKnweGrV/Bo7PrYh6uRiPmCiKZsRkUWQRU+VT9Yha98qxRvmgnN07mjjW3XCrip/7+Bk4PlOV+EwV/ODTc1GBTxT84HPQfPjBpx8+/ODTDx9+8OmHDz+DyOf9LLtcFNezbKko2lmW7fKZzbLO79P1nlrIstl++fAzgHz2qMdn7w398OEHn75OX1x42J7Cx7sPPgfPhx586MHnbz5ztT27tro6v+eGOcd98PmHT5XowafTdqXX2aYHn06LMxVeZmaRHny6rSzWUltcoQefg46eoeHz2ttjZc3mldl90+Na5+Hhc2ln4pPutMAnuQ92/knev3cf93kND59j5bCX3/rXI9L44PNftV+KOHk14jF88KnQ2d7AJ/DBp0IXu/PW3eOOT5WWPu7MO48PPpXqXJYRT+GDT6W+LMe9+R4++FTq9HTEK37fB5+KfRvxOz74VGw+4hg++FRsM25v4INP1UbPFvjgc0jCBx988MFH+Agf4YMPPvjgg4/wET744IMPPvgIH+EjfPDBBx/hI3yEDz744IMPPsJH+OCDDz744CN8hI/wwQcffISP8BE++OCDDz74CB/hgw8++OCDj/ARPsIHH3zwET7CR/jggw8++OAjfISP8MFnMPtLgAEAOAKixz/mrBsAAAAASUVORK5CYII=) no-repeat;
}

.cooperation-model .cooperation-model-content .m-pic03 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAj4AAACMCAMAAABLcVPJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAY9QTFRFl7vogrDp2d7mscnnI37tvtDnvdDnIHzt4+TlpMLoaaPqbqXqXJzr3uHlMITt4OLlxtTmqcXo197mH3ztLYPtcafqGHjuydbm4ePluc7nwdLn2d/l3eHlYp/ry9fmGXjuOInsHXruGnnuOYnshrLpH3vuM4btFHXurcfnjbbpYJ7rx9Xmus7nR5HsKIDtzdjmK4LtO4vsHHruQ47sSJHs1dzmw9PmPYvsJH7ti7XpNojsnL7oirTpWJrrjLbpztnmZaDr2+Dlp8ToQo7svM/nq8boF3fuf6/pG3nuUZbr3ODlXZ3rVJjrfq7plLroJn/t2N7mHnvuV5nrMobtZqHqn8DoZaHqKoHtrsjnY6DrQI3sk7roP4zss8rnU5frr8jnb6bqibTpocHowtPmuc3n1t3mNIftWpvrmr3oFXbut8znuM3npcPo2t/lfK3pxNPmh7PppsTotszn4uPlSZLsFnfuk7npyNbmnb/okLjptMvn0Nrmz9nmPIvseavqQY7s5OXlL4TtLoPtE3Xu5eXlXEUEcgAAA45JREFUeNrs3OdzVFUYwOEYErLpFdIrvQRQehMDARQVUIqCjWKXau+A5/3D3TVMYAOTy17iZGfz/D5lzplz74f7zOSWk9Sl6u2VUJVXh4/wET744IMPPvgIH+EjfPDBBx/hI3yEDz744IMPPsJH+OCDDz744CN8hI/wwQcffISP8BE++OCDDz74CB9VK5+2rorP0dWGDz5zenKdpQ0ffEp15TpLFz74lCqt6a6rpO7SEnzwecynu8Il3fjg84RPpUvq8MEHH+EjfIQPPvjggw8+qjo+V78dmZ3GB59cfM7V/7FlrL0PH3wy+XSMvvXTgqE34tXUEWvwwSeLz5VCxOwGfPDJw6d35PdDow/fLR9siWNH+v3ywieTz8fxfkpDx8vGPi3EvvbVP7p1xieLz8W4NHWi897TQ3va444Hd3yy+Uz9Vhwr3vxcf2rsr+F43XsffLL5dDRG++Xp038PxDvzYxf2xteb8MEnk8/R4dg2UfrhWpz/5/HYB8fi+FpvnfHJ4rN2S8Sv7/3346YbMThn5sDd+ORNHy3wWZTPnrMftQ1GZ8v843v/3P3Ohu3R2OubFz6L8vkqer6I6N//ZGp/ZxxNafyz+OWAT6b4LM7nZuPk1Hf1veVvCofXtN6PP/t8cccng0/Pzykd6SyfbC4dce8hGzbwyeJz68zo2/Uflk9+P7Zx49ig/T74ZPLp2xex7VH55MzBlA6O4INP9pPXNw92n1ow+fnOdet2bscHn1zbxU7cjpjZjQ8++XYb7mhp2bF0e51bXZ6VxWdpt8q/1uj64JObT2rgB5/8fFLDalcIn9x8+Kk9PkOTFa2YHHoJPvzUFp9Ccc1AfSUNFFcUEj/4FNuc6yybEz/4FJvoyXGSnonEDz6ldq0/uaqyTq7flRI/+CxXX/7gQtUsn60L/hPv1qXW4+1hDfMZLyw4ZGGcHnxetKZnjtlEDz5VwocefOjBZzn40FObfFrnH7QOP3PMw/NzrfTg87yaX+jozfTgs1x87DbE5yWy13kF3Dr/f/lLC3zwwQcf4SN8hA8++OCDDz7CR/jggw8++OAjfISP8MEHH3yEj/ARPvjggw8++Agf4YMPPvjgg4/wET7CBx988BE+wkf44IMPPvjgI3yEDz744IMPPsJH+AgffPDBR/gIH+GDDz744IOP8BE+wgcffPARPsJH+OCDDz744CN8hA8++OCzIvpXgAEAHhp9TVbANj4AAAAASUVORK5CYII=) no-repeat;
}

.cooperation-model .cooperation-model-content .m-pic04 {
  background: url(data:image/png;base64,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) no-repeat;
}


.newStyle {
  margin-top: 30px;
  width: 100%;
  /* height: 100px; */
  /* background: red; */
  display: flex;
  justify-content: space-between;
}

.newStyle .sameList {
  width: 276px;
  height: 336px;
  background: #F5F5F5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
}

.circe {
  width: 96px;
  height: 96px;
  background: linear-gradient(131deg, #f5f5f5 15%, #ffffff 85%);
  border-radius: 50%;
  box-shadow: -10px -10px 10px 0px #fff,10px 10px 10px 0px #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
color: #ff5c53;
}
.fat{
  font-size: 36px;
  font-weight: 700;
text-align: center;
color: #4c4c4c;
margin-top: 20px;
}
.fit{
  font-size: 20px;
  color: #4C4C4C;


}
.Text{
  color: #4C4C4C;
  margin-top: 28px;
  font-size: 16px;
}