a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #333;
}
a:hover {
  color: #0f94d6;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
a,
button,
input,
optgroup,
select,
textarea,
div,
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px;
  outline: 0;
  letter-spacing: 0px;
}
html {
  font-family: Helvetica, "Helvetica Neue", -apple-system, BlinkMacSystemFont, system-ui, Sans-Serif, Arial, SimHei;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  letter-spacing: 0px;
}
html.zh {
  font-family: "Source Han Sans CN", -apple-system, BlinkMacSystemFont, Helvetica, system-ui, Arial, sans-serif, SimHei;
}
.disable-hover {
  pointer-events: none;
}
.lcdfont-cc {
  font-family: 'CRUDELY CALCULATED';
}
.lcdfont-Ni {
  font-family: 'NINEPIN';
}
#my-container {
  overflow: auto;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
}
*::-moz-placeholder {
  color: #aaa;
}
*:-ms-input-placeholder {
  color: #aaa;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}
del,
ins,
u,
s,
a,
a:hover,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
[data-imgHide],
[data-waitimg],
[data-waitImg] .data-imgHide {
  background-image: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  opacity: 0;
  visibility: hidden;
  will-change: auto;
}
[data-wait] {
  visibility: hidden;
  will-change: transform;
}
[data-show] {
  visibility: visible;
  opacity: 1;
}
.i-3d {
  background-image: url('/image/catalog/icon/3D.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.i-3d.white {
  background-image: url('/image/catalog/icon/3D-white.svg');
}
.i-ar {
  background-image: url('/image/catalog/icon/AR.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.i-ar.white {
  background-image: url('/image/catalog/icon/AR-white.svg');
}
.show3Dbox.black .i-3d {
  background-image: url('/image/catalog/icon/3D-white.svg');
}
.show3Dbox.black .i-ar {
  background-image: url('/image/catalog/icon/AR-white.svg');
}
.i-dianchizhengjiu-base {
  background-image: url('/image/catalog/icon/dianchizhengjiu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
[class^="i-power"] {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.i-power-AC-60W {
  background-image: url(/image/catalog/icon/power/AC-60W.svg);
}
.i-power-AC-100W {
  background-image: url(/image/catalog/icon/power/AC-100W.svg);
}
.i-power-DC-200W {
  background-image: url(/image/catalog/icon/power/DC-200W.svg);
}
.i-power-PORT-10A {
  background-image: url(/image/catalog/icon/power/PORT-10A.svg);
}
.i-power-PORT-12A {
  background-image: url(/image/catalog/icon/power/PORT-12A.svg);
}
.i-power-USBC-PD-20W {
  background-image: url(/image/catalog/icon/power/USBC-PD-20W.svg);
}
.i-power-USBC-PD-65W {
  background-image: url(/image/catalog/icon/power/USBC-PD-65W.svg);
}
.i-search-box {
  height: 40px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.i-search-box .i-search-icon {
  position: absolute;
  top: 1em;
  font-size: 1em;
  margin-left: 0.5em;
}
.i-search-box input {
  padding-left: 2em;
}
.i-search-box .i-search-placeholder {
  position: absolute;
  top: 1em;
  padding-left: 2em;
}
.i-search-box .i-search-claer {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  right: 0.5em;
  display: none;
  font-weight: bold;
  cursor: pointer;
  z-index: 3;
}
.i-search-box .i-search-claer:after {
  font-family: i;
  content: "\e68a";
  display: block;
  font-size: 1.5em;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.i-search-box .i-search-claer:hover {
  display: block;
}
.i-search-box.no_kong .i-search-placeholder {
  display: none;
}
.i-search-box.no_kong input:hover + .i-search-placeholder + .i-search-claer,
.i-search-box.no_kong input:focus + .i-search-placeholder + .i-search-claer {
  display: block;
}
.i-search-box.left .i-search-icon {
  left: 0.5em;
}
.i-search-box.right .i-search-icon {
  right: 0.5em;
  cursor: pointer;
}
.i-search-box.right input {
  padding-left: 15px;
}
.i-search-box.right .i-search-claer {
  background: #ddd;
  right: 2em;
}
.i-search-box.right .i-search-placeholder {
  padding-left: 15px;
}
.mark-u {
  border-bottom: 1px solid #666;
}
.mark-u.txt-white,
.mark-u.txt-white-b {
  border-bottom: 1px solid #fff;
}
.mark-u.txt-white-txt,
.mark-u.txt-white-txt-b {
  border-bottom: 1px solid #fdfdfd;
}
.mark-u.txt-theme {
  border-bottom: 1px solid #0f94d6;
}
.wbr {
  display: block;
}
.theme-bg {
  background: #0f94d6 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  border: none;
}
.row {
  position: relative;
  z-index: 1;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.grid-flex {
  display: flex;
  flex-direction: row;
}
.grid-flex .grid-flex1 {
  flex: 1;
}
.grid-item {
  display: block;
  float: left;
  width: 100%;
}
.grid.gridimg .grid-item {
  text-align: center;
  padding: 0 12px;
  margin-bottom: 48px;
}
.grid a {
  text-decoration: none;
}
.grid:before,
.grid:after {
  content: ' ';
  display: table;
}
.grid:after {
  clear: both;
}
.grid-2f .grid-item:nth-child(2n+1) {
  clear: left;
}
.grid-2f .grid-item {
  width: 50%;
  float: left;
}
.grid-3f .grid-item:nth-child(3n+1) {
  clear: left;
}
.grid-3f .grid-item {
  width: 33.333332%;
  float: left;
}
.grid-4f .grid-item:nth-child(4n+1) {
  clear: left;
}
.grid-4f .grid-item {
  width: 25%;
  float: left;
}
.grid-5f .grid-item:nth-child(5n+1) {
  clear: left;
}
.grid-5f .grid-item {
  width: 20%;
  float: left;
}
.grid-6f .grid-item:nth-child(6n+1) {
  clear: left;
}
.grid-6f .grid-item {
  width: 16.666665%;
  float: left;
}
@media only screen and (min-width: 1442px) {
  .teda-hide {
    display: none;
  }
  .teda-1 {
    width: 8.333332%;
  }
  .teda-2 {
    width: 16.666665%;
  }
  .teda-3 {
    width: 25%;
  }
  .teda-4 {
    width: 33.333332%;
  }
  .teda-5 {
    width: 41.666665%;
  }
  .teda-6 {
    width: 50%;
  }
  .teda-7 {
    width: 58.333332%;
  }
  .teda-8 {
    width: 66.666665%;
  }
  .teda-9 {
    width: 75%;
  }
  .teda-10 {
    width: 83.333332%;
  }
  .teda-11 {
    width: 91.666665%;
  }
  .teda-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1442px) {
  .da-hide {
    display: none;
  }
  .da-1 {
    width: 8.333332%;
  }
  .da-2 {
    width: 16.666665%;
  }
  .da-3 {
    width: 25%;
  }
  .da-4 {
    width: 33.333332%;
  }
  .da-5 {
    width: 41.666665%;
  }
  .da-6 {
    width: 50%;
  }
  .da-7 {
    width: 58.333332%;
  }
  .da-8 {
    width: 66.666665%;
  }
  .da-9 {
    width: 75%;
  }
  .da-10 {
    width: 83.333332%;
  }
  .da-11 {
    width: 91.666665%;
  }
  .da-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1068px) {
  .zhong-hide {
    display: none;
  }
  .zhong-1 {
    width: 8.333332%;
  }
  .zhong-2 {
    width: 16.666665%;
  }
  .zhong-3 {
    width: 25%;
  }
  .zhong-4 {
    width: 33.333332%;
  }
  .zhong-5 {
    width: 41.666665%;
  }
  .zhong-6 {
    width: 50%;
  }
  .zhong-7 {
    width: 58.333332%;
  }
  .zhong-8 {
    width: 66.666665%;
  }
  .zhong-9 {
    width: 75%;
  }
  .zhong-10 {
    width: 83.333332%;
  }
  .zhong-11 {
    width: 91.666665%;
  }
  .zhong-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 735px) {
  .xiao-hide {
    display: none;
  }
  .xiao-1 {
    width: 8.333332%;
  }
  .xiao-2 {
    width: 16.666665%;
  }
  .xiao-3 {
    width: 25%;
  }
  .xiao-4 {
    width: 33.333332%;
  }
  .xiao-5 {
    width: 41.666665%;
  }
  .xiao-6 {
    width: 50%;
  }
  .xiao-7 {
    width: 58.333332%;
  }
  .xiao-8 {
    width: 66.666665%;
  }
  .xiao-9 {
    width: 75%;
  }
  .xiao-10 {
    width: 83.333332%;
  }
  .xiao-11 {
    width: 91.666665%;
  }
  .xiao-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 468px) {
  .zuixiao-hide {
    display: none;
  }
  .zuixiao-1 {
    width: 8.333332%;
  }
  .zuixiao-2 {
    width: 16.666665%;
  }
  .zuixiao-3 {
    width: 25%;
  }
  .zuixiao-4 {
    width: 33.333332%;
  }
  .zuixiao-5 {
    width: 41.666665%;
  }
  .zuixiao-6 {
    width: 50%;
  }
  .zuixiao-7 {
    width: 58.333332%;
  }
  .zuixiao-8 {
    width: 66.666665%;
  }
  .zuixiao-9 {
    width: 75%;
  }
  .zuixiao-10 {
    width: 83.333332%;
  }
  .zuixiao-11 {
    width: 91.666665%;
  }
  .zuixiao-12 {
    width: 100%;
  }
}
.fun-box {
  position: fixed;
  right: 15px;
  bottom: 20px;
  background: #686868;
  z-index: 6;
  color: #fff;
  width: 40px;
  border-radius: 4px;
  padding: 10px 0;
  z-index: 100000000;
}
.fun-box i {
  font-size: 40px;
}
.fun-box .fun-item {
  cursor: pointer;
  width: 40px;
  height: 30px;
  margin-bottom: 10px;
}
.fun-box .fun-item:hover {
  opacity: 1;
}
.fun-box .fun-item:last-child {
  margin-bottom: 0;
}
.fun-box .liaotian {
  background: url("/image/catalog/shouye/fun/liaotian-green.png") no-repeat;
  background-size: 30px;
  background-position: center;
}
.fun-box .liaotian:hover {
  background: url("/image/catalog/shouye/fun/liaotian-green-h.png") no-repeat;
  background-size: 30px;
  background-position: center;
}
.fun-box #liaotian:before {
  content: "";
  position: absolute;
  width: 1px;
  display: none;
  height: 1px;
  border: 10px solid transparent;
  border-left: 10px solid #686868;
  right: 37px;
  top: 13px;
}
.fun-box #liaotian:hover:before {
  display: block;
}
.fun-box #liaotian:hover .qq-box {
  display: block;
}
.fun-box #liaotian.hover:before {
  display: block !important;
}
.fun-box #liaotian.hover .qq-box {
  display: block !important;
}
@media only screen and (max-width: 735px) {
  .fun-box #liaotian:hover:before {
    display: none;
  }
  .fun-box #liaotian:hover .qq-box {
    display: none;
  }
}
.fun-box .fanhuidingbu {
  background: url("/image/catalog/shouye/fun/top.png") no-repeat;
  background-size: 30px;
  background-position: center;
}
.fun-box .fankui {
  background: url("/image/catalog/shouye/fun/fankui.png") no-repeat;
  background-size: 30px;
  background-position: center;
}
.fun-box .fankui:hover {
  background-image: url("/image/catalog/shouye/fun/fankui-h.png");
}
.fun-box .qq-box {
  position: absolute;
  right: 15px;
  bottom: 57%;
  display: none;
}
.fun-box .qq-box .qq-ul li {
  padding-left: 30px;
}
.fun-box .wechatQrcode {
  padding-left: 5px !important;
  padding-top: 10px;
  height: auto !important;
  padding-bottom: 10px;
  text-align: center;
  line-height: 18px !important;
}
.fun-box .wechatQrcode:before {
  display: none !important;
}
.fun-box .wechatQrcode .wechatQrcodeimg {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
  vertical-align: top;
  margin-bottom: 10px;
}
.fun-box .wechatQrcode .wechatQRcode-minitext {
  font-size: 12px;
  opacity: 0.5;
  line-height: 12px !important;
}
.fun-box .wechatQrcode .i-fuzhi {
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.fun-box .wechatQrcode .i-fuzhi:hover {
  color: #c0fdd5;
}
.fun-box .wechatQrcode .i-fuzhi:active {
  color: #13f460;
}
.fun-box .wechatQrcode span {
  margin-left: 0 !important;
}
.fun-box .wechatQrcode img {
  width: 120px;
  max-width: 100%;
}
#copyTextToClipboarSuccess {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000000;
  background: #45bc4d;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.qq-box {
  height: 500px;
  border-radius: 4px;
  cursor: default;
}
.qq-box .qq-bg {
  background: #686868;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  border-radius: 4px;
}
.qq-box .qq-ctn {
  position: relative;
  z-index: 10;
  padding: 16px;
  background-color: #686868;
  margin: 41px;
  border-radius: 10px;
}
.qq-box .qq-ctn h1 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}
.qq-box .qq-padding-20 {
  padding: 0 10px;
}
.qq-box .qq-ul {
  padding-bottom: 20px;
}
.qq-box .qq-ul li {
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #565656;
}
.qq-box .qq-ul li:before {
  content: "";
  background: url("/image/catalog/shouye/fun/QQ.png") no-repeat;
  background-size: 15px;
  background-position: center;
  height: 40px;
  width: 20px;
  position: absolute;
  left: 5px;
}
.qq-box .qq-ul li a {
  color: #fff;
}
.qq-box .qq-ul li a:hover {
  color: #0f94d6;
}
.qq-box .qq-ul li.phone:before {
  display: none;
}
.qq-box .qq-ul li.phone {
  padding-left: 0 ;
}
.qq-box .qq-ul i {
  font-size: 15px;
  color: #8992c9;
}
.qq-box .qq-ul span {
  display: inline-block;
  margin-left: 10px;
}
.qq-box:before {
  content: "";
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.range {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.m-level {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.m-level .level-item {
  display: inline-block;
}
.m-level h2,
.m-level h1,
.m-level h3,
.m-level h4,
.m-level h5 {
  font-weight: normal;
}
.m-level svg {
  width: 100%;
}
.level-video,
.bg-video {
  font-size: 0;
}
.level-video video,
.bg-video video {
  width: 100%;
}
.level-video.bg-video-hasimg,
.bg-video.bg-video-hasimg {
  position: relative;
}
.level-video.bg-video-hasimg video,
.bg-video.bg-video-hasimg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.level-video.video-hidden video,
.bg-video.video-hidden video {
  visibility: hidden;
}
.level-video.video-hidden .videoEndShow,
.bg-video.video-hidden .videoEndShow {
  display: block;
  visibility: visible;
}
.level-video.fullvideo.vf-contain img,
.bg-video.fullvideo.vf-contain img,
.level-video.fullvideo.vf-contain video,
.bg-video.fullvideo.vf-contain video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.level-video.fullvideo img,
.bg-video.fullvideo img,
.level-video.fullvideo video,
.bg-video.fullvideo video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.has-canvas-bg {
  height: 100%;
}
.has-canvas-bg img {
  height: 100%;
  width: auto;
  max-height: 100vh;
  max-width: inherit;
}
.has-canvas-bg canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.fullvideobg {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fullvideobg img,
.fullvideobg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-level {
  background: url("/image/catalog/ui/pc.jpg") no-repeat;
  background-position: center;
  background-size: 1920px;
  height: 900px;
  overflow: hidden;
}
.pc-level .inner-box {
  position: absolute;
  width: 100%;
  bottom: 6%;
  padding: 0 15px;
}
.pc-level .pcimg-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 135px;
}
.pc-level .pcimg {
  width: 900px;
  height: 506px;
  pointer-events: auto;
  transform: matrix3d(0.986879, -0.00757805, 0, -1.3315e-05, 0.0879976, 1.04046, 0, 0.000158408, 0, 0, 1, 0, 3, -8, 0, 1);
  transform-origin: 0px 0px 0px;
}
.layout-1 #content {
  padding: 0;
}
#content {
  min-height: 300px;
}
/*容器中分两份*/
.share-2,
.share-3,
.share-4,
.share-6 {
  font-size: 0;
  letter-spacing: -1px;
}
.share-2 .level-item,
.share-3 .level-item,
.share-4 .level-item,
.share-6 .level-item {
  letter-spacing: 0px;
  vertical-align: top;
}
.share-2 .level-item {
  width: 50%;
  display: inline-block;
}
/*容器中分三份*/
.share-3 .level-item {
  width: 33.33%;
  display: inline-block;
}
/*容器中分四份*/
.share-4 .level-item {
  width: 25%;
  display: inline-block;
}
/*容器中分六份*/
.share-6 .level-item {
  width: 16%;
  display: inline-block;
}
.m-level.slider .m-level-img {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.m-level.slider.active .m-level-img {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.6s 0.9s, opacity 1.2s 0.9s;
  transition: -webkit-transform 0.6s 0.9s, opacity 1.2s 0.9s;
  transition: transform 0.6s 0.9s, opacity 1.2s 0.9s;
}
.m-level.slider .inner-box > div,
.m-level.slider .u-li-df li {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.m-level.slider.active .inner-box > div,
.m-level.active .u-li-df li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#latest.box,
#bestseller.box,
#special.box {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 95px 0 50px;
  margin-bottom: 0;
}
.level-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.slide-num {
  text-align: center;
  height: 1em;
  width: 0.6em;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.slide-num:before {
  content: "0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9\A 0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9\A 0\A";
  line-height: 1;
  display: block;
  transition: transform 2s ease-out;
  transition-delay: 0.8s;
  white-space: pre-wrap;
}
.before-none::before {
  display: none !important;
}
.slideup .upbox {
  overflow: hidden;
}
.slideup .upbox p {
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s;
}
.slideup .upbox > div {
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -moz-transition-delay: 3s;
  transition-delay: 3s;
}
.slideup .upimg {
  opacity: 0;
  -webkit-transform: translateY(90px);
  -o-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -moz-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: opacity 1s 1s,transform 1s 3s;
  -o-transition: opacity 1s 1s,transform 1s 3s;
  -ms-transition: opacity 1s 1s,transform 1s 3s;
  -moz-transition: opacity 1s 1s,transform 1s 3s;
  transition: opacity 1s 1s,transform 1s 3s;
}
.m-level.active .slideup .upbox p,
.m-level .active .slideup .upbox p {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.m-level.active .slideup .upbox > div,
.m-level .active .slideup .upbox > div {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.m-level.active .slideup .upimg,
.m-level .active .slideup .upimg {
  opacity: 1;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.m-input input[type=text] {
  height: 50px;
  width: 500px;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
}
.m-input textarea[type=text] {
  height: 150px;
  width: 600px;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
}
.tanchuang-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000000000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-tanchuang {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 280px;
  max-width: 100%;
  height: auto;
  z-index: 2000000000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(-50%, -50%);
}
.m-tanchuang.tanchuangshow {
  visibility: visible;
}
.m-tanchuang.tanchuangshow ~ .tanchuang-overlay {
  visibility: visible;
  opacity: 1;
}
.m-tanchuang-tit {
  padding: 20px 5%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eeee;
}
.m-tanchuang-tit i {
  font-size: 28px;
  position: absolute;
  right: 4%;
  top: 38px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -o-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -moz-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  color: #717272;
  cursor: pointer;
}
.m-tanchuang-tit h2 {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 5px;
}
.m-tanchuang-ctn {
  padding: 0 2px;
}
.m-tanchuang-ctn .m-tanchuang-about {
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  overflow-y: scroll;
  padding-top: 10px;
}
.m-tanchuang-oh {
  height: 100%;
  overflow: hidden;
}
.m-tanchuang-oh body {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  overflow: hidden;
  height: 100%;
}
.m-JustBg {
  width: 100%;
  top: 0;
  transform: none;
  left: 0;
}
.m-JustBg .m-tanchuang-ctn {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-JustBg .m-tanchuang-about {
  height: calc(100vh - 78px);
}
.m-JustBg.tanchuangshow ~ .tanchuang-overlay {
  background: #fff;
}
.m-JustBg.tanchuangshow .m-tanchuang-ctn {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.m-slidbottom3D .m-tanchuang-ctn {
  background: #fff;
  opacity: 0;
  border-radius: 5px;
  -webkit-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -moz-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-slidbottom3D ~ .html-box {
  height: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
  transform-origin: 0% 0%;
  animation: fanshuoxiao3d 0.5s forwards ease-in;
}
.m-slidbottom3D.tanchuangshow ~ .tanchuang-overlay {
  background: #000000;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-slidbottom3D.tanchuangshow .m-tanchuang-ctn {
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.m-slidbottom3D.tanchuangshow ~ .html-box {
  animation: shuoxiao3d 0.5s forwards ease-in;
}
.peijian-item {
  float: left;
  padding: 8px;
  background: #f7f7f7;
  font-size: 14px;
  width: 398px;
  margin: 0 6px 10px;
  color: #333;
}
.peijian-item img {
  width: 100%;
}
.peijian-item .peijian-tit {
  font-size: 18px;
  color: #0f94d6;
}
.peijian-item .peijian-model {
  font-size: 16px;
}
.peijian-item ul,
.peijian-item p {
  padding: 0 15px;
}
@-webkit-keyframes shuoxiao3d {
  50% {
    -webkit-transform: translateZ(-50px) rotateX(-5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes shuoxiao3d {
  50% {
    -moz-transform: translateZ(-50px) rotateX(-5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes shuoxiao3d {
  50% {
    transform: translateZ(-50px) rotateX(-5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@-webkit-keyframes fanshuoxiao3d {
  0% {
    -webkit-transform: translateZ(-200px);
  }
  50% {
    -webkit-transform: translateZ(-50px) rotateX(-5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0px);
  }
}
@-moz-keyframes fanshuoxiao3d {
  0% {
    -moz-transform: translateZ(-200px);
  }
  50% {
    -moz-transform: translateZ(-50px) rotateX(-5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0px);
  }
}
@keyframes fanshuoxiao3d {
  0% {
    transform: translateZ(-200px);
  }
  50% {
    transform: translateZ(-50px) rotateX(-5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(0px);
  }
}
.media-box {
  font-size: 0;
}
.media-box .media-img {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.media-box .media-img .layer-tit {
  padding-top: 0;
}
.media-box .media-txt {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.media-box .media-txt .layer-tit {
  padding-top: 0;
}
.media-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}
.media-btn * {
  pointer-events: none;
}
.media-btn .media-btn-button {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateX(-17%);
  -ms-transform: translateX(-17%);
  transform: translateX(-17%);
  background: transparent;
  height: 50px;
  left: 50%;
  top: 0;
  z-index: 10;
  border: none;
  pointer-events: all;
  cursor: pointer;
  display: block;
}
.media-btn .pluscircle-icon {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: inherit;
}
.media-btn .media-btn-content {
  color: #fff;
  vertical-align: middle;
  padding: 0 0 0 20px;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.media-btn .media-btn-bg {
  background: #0f94d6;
  width: 109px;
  height: 50px;
  transform-origin: left;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.media-btn.ready .media-btn-content {
  position: absolute;
}
.m-level.active .media-btn,
.m-level .media-btn.media-btn-open {
  opacity: 1;
}
.media-btn-after,
.media-btn-before {
  position: absolute;
  width: 25px;
  height: 50px;
  background: #0f94d6;
  transition: all 0.5s;
}
.media-btn-after {
  top: 0;
  right: 100%;
}
.media-btn-before {
  top: 0;
  left: 99%;
}
.m-level.slider .inner-box > div:nth-child(1) {
  -webkit-transition: -webkit-transform 0.6s, opacity 1.2s;
  transition: -webkit-transform 0.6s, opacity 1.2s;
  transition: transform 0.6s, opacity 1.2s;
}
.m-level.slider .inner-box > div:nth-child(2) {
  -webkit-transition: -webkit-transform 0.6s 0.3s, opacity 1.2s 0.3s;
  transition: -webkit-transform 0.6s 0.3s, opacity 1.2s 0.3s;
  transition: transform 0.6s 0.3s, opacity 1.2s 0.3s;
}
.m-level.slider .inner-box > div:nth-child(3) {
  -webkit-transition: -webkit-transform 0.6s 0.6s, opacity 1.2s 0.6s;
  transition: -webkit-transform 0.6s 0.6s, opacity 1.2s 0.6s;
  transition: transform 0.6s 0.6s, opacity 1.2s 0.6s;
}
.m-level.slider .inner-box > div:nth-child(4) {
  -webkit-transition: -webkit-transform 0.6s 0.9s, opacity 1.2s 0.9s;
  transition: -webkit-transform 0.6s 0.9s, opacity 1.2s 0.9s;
  transition: transform 0.6s 0.9s, opacity 1.2s 0.9s;
}
.m-level.slider .inner-box > div:nth-child(5) {
  -webkit-transition: -webkit-transform 0.6s 1.2s, opacity 1.2s 1.2s;
  transition: -webkit-transform 0.6s 1.2s, opacity 1.2s 1.2s;
  transition: transform 0.6s 1.2s, opacity 1.2s 1.2s;
}
.m-level.slider .inner-box > div:nth-child(6) {
  -webkit-transition: -webkit-transform 0.6s 1.5s, opacity 1.2s 1.5s;
  transition: -webkit-transform 0.6s 1.5s, opacity 1.2s 1.5s;
  transition: transform 0.6s 1.5s, opacity 1.2s 1.5s;
}
.m-level.slider .inner-box > div:nth-child(7) {
  -webkit-transition: -webkit-transform 0.6s 1.8s, opacity 1.2s 1.8s;
  transition: -webkit-transform 0.6s 1.8s, opacity 1.2s 1.8s;
  transition: transform 0.6s 1.8s, opacity 1.2s 1.8s;
}
.m-level.slider .inner-box > div:nth-child(8) {
  -webkit-transition: -webkit-transform 0.6s 2.1s, opacity 1.2s 2.1s;
  transition: -webkit-transform 0.6s 2.1s, opacity 1.2s 2.1s;
  transition: transform 0.6s 2.1s, opacity 1.2s 2.1s;
}
.m-level.slider .inner-box > div:nth-child(9) {
  -webkit-transition: -webkit-transform 0.6s 2.4s, opacity 1.2s 2.4s;
  transition: -webkit-transform 0.6s 2.4s, opacity 1.2s 2.4s;
  transition: transform 0.6s 2.4s, opacity 1.2s 2.4s;
}
.m-level.slider .inner-box > div:nth-child(10) {
  -webkit-transition: -webkit-transform 0.6s 2.7s, opacity 1.2s 2.7s;
  transition: -webkit-transform 0.6s 2.7s, opacity 1.2s 2.7s;
  transition: transform 0.6s 2.7s, opacity 1.2s 2.7s;
}
.m-level.slider .u-li-df li:nth-child(1) {
  -webkit-transition: -webkit-transform 0.6s 0.9s, opacity 1.2s 0.9s;
  transition: -webkit-transform 0.6s 0.9s, opacity 1.2s 0.9s;
  transition: transform 0.6s 0.9s, opacity 1.2s 0.9s;
}
.m-level.slider .u-li-df li:nth-child(2) {
  -webkit-transition: -webkit-transform 0.6s 1s, opacity 1.2s 1s;
  transition: -webkit-transform 0.6s 1s, opacity 1.2s 1s;
  transition: transform 0.6s 1s, opacity 1.2s 1s;
}
.m-level.slider .u-li-df li:nth-child(3) {
  -webkit-transition: -webkit-transform 0.6s 1.1s, opacity 1.2s 1.1s;
  transition: -webkit-transform 0.6s 1.1s, opacity 1.2s 1.1s;
  transition: transform 0.6s 1.1s, opacity 1.2s 1.1s;
}
.m-level.slider .u-li-df li:nth-child(4) {
  -webkit-transition: -webkit-transform 0.6s 1.2s, opacity 1.2s 1.2s;
  transition: -webkit-transform 0.6s 1.2s, opacity 1.2s 1.2s;
  transition: transform 0.6s 1.2s, opacity 1.2s 1.2s;
}
.m-level.slider .u-li-df li:nth-child(5) {
  -webkit-transition: -webkit-transform 0.6s 1.3s, opacity 1.2s 1.3s;
  transition: -webkit-transform 0.6s 1.3s, opacity 1.2s 1.3s;
  transition: transform 0.6s 1.3s, opacity 1.2s 1.3s;
}
.m-level.slider .u-li-df li:nth-child(6) {
  -webkit-transition: -webkit-transform 0.6s 1.4s, opacity 1.2s 1.4s;
  transition: -webkit-transform 0.6s 1.4s, opacity 1.2s 1.4s;
  transition: transform 0.6s 1.4s, opacity 1.2s 1.4s;
}
.m-level.slider .u-li-df li:nth-child(7) {
  -webkit-transition: -webkit-transform 0.6s 1.5s, opacity 1.2s 1.5s;
  transition: -webkit-transform 0.6s 1.5s, opacity 1.2s 1.5s;
  transition: transform 0.6s 1.5s, opacity 1.2s 1.5s;
}
.m-level.slider .u-li-df li:nth-child(8) {
  -webkit-transition: -webkit-transform 0.6s 1.6s, opacity 1.2s 1.6s;
  transition: -webkit-transform 0.6s 1.6s, opacity 1.2s 1.6s;
  transition: transform 0.6s 1.6s, opacity 1.2s 1.6s;
}
.m-level.slider .u-li-df li:nth-child(9) {
  -webkit-transition: -webkit-transform 0.6s 1.7s, opacity 1.2s 1.7s;
  transition: -webkit-transform 0.6s 1.7s, opacity 1.2s 1.7s;
  transition: transform 0.6s 1.7s, opacity 1.2s 1.7s;
}
.m-level.slider .u-li-df li:nth-child(10) {
  -webkit-transition: -webkit-transform 0.6s 1.8s, opacity 1.2s 1.8s;
  transition: -webkit-transform 0.6s 1.8s, opacity 1.2s 1.8s;
  transition: transform 0.6s 1.8s, opacity 1.2s 1.8s;
}
.m-level.slider .u-li-df li:nth-child(11) {
  -webkit-transition: -webkit-transform 0.6s 1.9s, opacity 1.2s 1.9s;
  transition: -webkit-transform 0.6s 1.9s, opacity 1.2s 1.9s;
  transition: transform 0.6s 1.9s, opacity 1.2s 1.9s;
}
.colorshow {
  background: #F9F9F9;
}
.colorshow .inner-box {
  padding: 9% 0;
}
.colorshow .yanse-tab {
  padding: 30px 0;
}
.colorshow .yanse-btn {
  position: relative;
  padding-left: 3em;
  display: inline-block;
}
.colorshow .yanse-btn:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  top: -0.15em;
  left: 0.5em;
  box-sizing: content-box;
}
.colorshow .yanse-btn.yanse-black:before {
  background: #3b3b3b;
}
.colorshow .yanse-btn.yanse-blue:before {
  background: #2191b7;
}
.colorshow .yanse-btn.yanse-gold:before {
  background: #dcc790;
}
.colorshow .yanse-btn.yanse-blue08:before {
  background: #0845ff;
}
.colorshow .yanse-btn.yanse-red:before {
  background: #ff2a2c;
}
.colorshow .yanse-btn.yanse-Titanium:before {
  background: #bad4d5;
}
.colorshow .share-padding {
  width: 20%;
}
.colorshow .level-item {
  vertical-align: top;
}
.colorshow .level-item img {
  width: 90%;
  margin: 0 auto;
}
.bg0 {
  background: #000000;
}
.bg7 {
  background: #727171;
}
.bgf7 {
  background: #F7F7F7;
}
.bgf5 {
  background: #F5F5F5;
}
.bgd {
  background: #ddd;
}
.bgc {
  background: #CCCCCC;
}
.bge {
  background: #EEEEEE;
}
.bg-white {
  background: #fff !important;
}
.u-quanping {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.u-message {
  position: absolute;
  top: -27px;
  background: #DD4444;
  padding: 6px;
  color: #fff;
  border-radius: 3px;
  left: 5px;
  box-shadow: 2px 2px 3px #a5a5a5;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  zoom: 1;
}
.u-message.show {
  filter: alpha(opacity=100);
  zoom: 1;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}
.u-message:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #DD4444;
  position: absolute;
  bottom: -10px;
}
.yuansvg-box {
  width: 324px;
  height: 390px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.yuansvg-box .yuansvg {
  position: relative;
  width: 152px;
  height: 390px;
  z-index: 4;
}
.yuansvg-box .yuanbox {
  width: 316%;
  padding-bottom: 316%;
  position: absolute;
  top: -12.2%;
  left: 35.5%;
}
.yuansvg-box .hideyuan,
.yuansvg-box .yuantxt {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: all 0.8s;
}
.yuansvg-box .xiaoyuan {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  width: 8.5%;
  padding-bottom: 8.5%;
  border-radius: 50%;
  position: absolute;
  top: 13%;
  left: 9%;
  transition: all 0.8s;
}
.yuansvg-box .yuantxt li {
  padding: 9%;
  position: absolute;
  width: 107%;
  padding-left: 32%;
  cursor: pointer;
}
.yuansvg-swiper.swiper-container {
  display: inline-block;
  height: 500px;
  width: 835px;
  vertical-align: middle;
}
.yuansvg-swiper.swiper-container .swiper-pagination {
  display: none;
}
.yuansvg-swiper.swiper-container .swipersvg {
  width: 783px;
  height: 565px;
  margin: 0 auto;
}
.yuansvg-swiper.swiper-container .yuansvgtxt {
  font-size: 18px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.fullpage {
  background: #ccc;
  width: 100%;
  position: relative;
}
.fullpage .fullpage-item {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 100vh;
}
.fullpage.Ready .fullpage-item {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0)\9;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.fullpage.Ready .fullpage-item-show {
  z-index: 10;
  display: block;
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100)\9;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.fullpage.Ready .fullpage-nav {
  position: fixed;
  z-index: 20;
  right: 10px;
  width: 20px;
  padding: 10px 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.fullpage.Ready .fullpage-nav span {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  display: block;
}
.fullpage.Ready .fullpage-nav span:after {
  content: '○';
  line-height: 18px;
  text-indent: -1px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 0;
}
.fullpage.Ready .fullpage-nav span.active:after,
.fullpage.Ready .fullpage-nav span:hover:after {
  content: '●';
  color: #0f94d6;
  box-shadow: 0 0 0;
}
.fullpage.Ready.fullpage-in .fullpage-nav {
  opacity: 1;
}
.fullpage.Ready.fullpage-in .fullpage-item {
  position: fixed;
  top: 0;
}
.fullpage.Ready.fullpage-in .fullpage-item-show {
  top: 0;
}
.fullpage.Ready.fullpage-top .fullpage-item {
  top: 0;
  position: absolute;
}
.fullpage.Ready.fullpage-bottom .fullpage-item {
  bottom: 0;
  position: absolute;
}
.SBBrowser {
  position: fixed;
  z-index: 9999999999999999999999999999;
  display: none;
  _background-image: url(text.txt);
  /*for IE6，也可以用一张图片URL，是否存在这文件无所谓*/
  background-attachment: fixed;
}
.SBBrowser.show {
  display: none;
}
.SBBrowser .SBBrowser-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.5;
  z-index: -1;
  filter: alpha(opacity=60) \9;
}
.SBBrowser .SBBrowser-ctn {
  width: 800px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 30px;
  background-color: #fff;
}
.SBBrowser .level-tit {
  margin-bottom: 10px;
}
.SBBrowser .level-tit img {
  margin-bottom: 60px;
}
.SBBrowser .SBBrowser-list {
  width: 600px;
  margin: 54px auto 0px;
  height: 130px;
}
.SBBrowser .SBBrowser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.SBBrowser .SBBrowser-item .SBBrowser-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.SBBrowser .SBBrowser-item .SBBrowser-c {
  background-image: url(/image/catalog/shouye/chrome.jpg);
}
.SBBrowser .SBBrowser-item .SBBrowser-f {
  background-image: url(/image/catalog/shouye/firefox.jpg);
}
.SBBrowser .SBBrowser-item .SBBrowser-s {
  background-image: url(/image/catalog/shouye/safari.jpg);
}
.SBBrowser .SBBrowser-item .SBBrowser-e {
  background-image: url(/image/catalog/shouye/edge.jpg);
}
.SBBrowser .SBBrowser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
.u-btn {
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 15px;
  color: #fdfdfd;
  font-size: 14px;
  outline: 0;
  cursor: pointer;
}
.u-btn i.iconfont {
  font-size: 14px;
  margin-left: 15px;
}
.u-btn.guang {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
}
.u-btn.guang:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}
.u-btn.guang:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.u-btn.guang-scale {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  border-color: #fff;
  font-size: 1.2vw;
  line-height: 1;
  padding: 0.2em 0 0.2em 0.45em;
  border-radius: 0.3em;
}
.u-btn.guang-scale:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}
.u-btn.guang-scale:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.u-btn.guang-scale .i {
  font-size: 1.8em;
}
@media only screen and (max-width: 1380px) {
  .u-btn.guang-scale {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1240px) {
  .u-btn.guang-scale {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1080px) {
  .u-btn.guang-scale {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .u-btn.guang-scale {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 997px) {
  .u-btn.guang-scale {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 735px) {
  .u-btn.guang-scale {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 535px) {
  .u-btn.guang-scale {
    font-size: 4vw;
  }
}
.u-btn.theme {
  background: #0f94d6;
  border: none;
  padding: 8px 15px;
}
.u-btn.btn-appStore,
.u-btn.btn-appGoogle {
  background-image: url("/image/catalog/logo/app-store.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100%;
  width: 168px;
  height: 50px;
  display: inline-block;
}
.u-btn.btn-appGoogle {
  background-image: url("/image/catalog/logo/google-play.svg");
}
.u-btn.cirle {
  padding: 0.3em 0.5em 0.3em 1.45em;
  border-radius: 2.3em;
}
.u-btn.cirle i {
  font-size: 1.9em;
}
.btn {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
}
.Replay-btn {
  color: #ffffff;
  display: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 20px;
  text-shadow: 0 0 2px black;
}
.Replay-btn i {
  font-size: 1em;
  margin-right: 0.4em;
  vertical-align: baseline;
}
@media only screen and (max-width: 535px) {
  .Replay-btn {
    font-size: 16px;
  }
}
.btn-submit {
  background: #0f94d6;
  border: none;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  padding: 15px;
  width: 225px;
}
.btn-submit:hover {
  opacity: 1;
  border: none;
  color: #fff;
}
.btn-lg {
  font-size: 15px;
}
.btn-primary {
  background: #0f94d6;
  border: 1px solid #0f94d6;
}
.btn-primary:hover {
  background: #0f94d6;
  border: 1px solid #0f94d6;
}
.btn-bofang {
  font-size: 77px;
  line-height: 77px;
  border: 1px solid #ddd;
  color: #ddd;
  border-radius: 50%;
  margin-bottom: 20px;
  background: none;
  font-family: i;
  padding: 0;
}
.btn-bofang:before {
  content: "\e778";
}
.btn-bofang:hover {
  border: 1px solid #fff;
  color: #fff;
}
.skyrclogoimgbox {
  position: relative;
  height: 0;
  overflow: hidden;
}
.applogo {
  float: left;
  height: 95px;
  min-width: 95px;
  margin-right: 10px;
}
.applogo,
.applogo + div {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.u-btn.theme.loukong {
  background: transparent;
  border: 1px solid #0f94d6;
  color: #0f94d6;
}
.top_button,
.liaotian_button {
  height: 44px;
  width: 44px;
  line-height: 44px;
  right: 33px;
  position: fixed;
  cursor: pointer;
  text-align: center;
  z-index: 100000;
  font-size: 0;
  border-radius: 50%;
}
.top_button {
  bottom: 80px;
  display: none;
  background: #1d3d6b;
}
.top_button i {
  font-size: 16px;
  color: #bcbcbc;
}
.to-feedback {
  bottom: 15px;
  line-height: 44px;
  right: 33px;
  position: fixed;
  background: #1d3d6b;
  color: #fff;
  border-radius: 40px;
  padding: 0 22px;
  z-index: 10000;
}
.to-feedback i {
  margin-right: 9px;
  font-size: 22px;
}
.to-feedback:hover {
  color: #f7f7f7;
}
.to-feedback:hover span {
  text-shadow: 1px 1px #ddd;
}
.liaotian_button {
  bottom: 20px;
}
#tidio-chat .tidio {
  padding: 4px 0 12px!important;
}
#tidio-chat iframe .header > .message-wrapper {
  padding: 4px 0 12px!important;
}
@media (max-width: 735px) {
  .top_button {
    bottom: 80px;
  }
  .to-feedback,
  .top_button {
    right: 10px;
  }
  .to-feedback {
    bottom: 25px;
  }
}
.box404 {
  min-height: 800px;
  padding-top: 66px;
}
.box404 .tit404 {
  font-size: 128px;
  background: -webkit-radial-gradient(50% 290%, circle cover, #7a7a7a 0%, #b4b4b4 20%, rgba(255, 255, 255, 0) 70%);
}
.box404 .box404-txt {
  padding-top: 3%;
  opacity: 0.8;
}
.box404 p {
  text-align: center;
  padding: 15px;
}
.box404 a {
  color: #0f94d6;
}
.u-li-df li:before,
.u-li-df .u-li-df ol:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #0f94d6;
  margin-right: 15px;
  position: absolute;
  top: 1em;
  left: 5px;
  margin-top: -0.17em;
}
.u-li-df.white li:before,
.u-li-df.white ol:before {
  background: #fff;
}
.u-li-df.dianhide li:before,
.u-li-df.dianhide ol:before {
  display: none;
}
.u-li-df.black6 li:before,
.u-li-df.black6 ol:before {
  background: #666;
}
.u-li-df.black li:before,
.u-li-df.black ol:before {
  background: #333;
}
.u-li-df.ttc li {
  text-transform: capitalize;
}
.u-li-df li {
  padding: 5px 0;
  position: relative;
  padding-left: 1em;
}
.u-select {
  position: relative;
  background: #fff;
}
.u-select:before {
  content: "\e6ae";
  font-family: i;
  position: absolute;
  right: 0.2em;
  top: 50%;
  margin-top: -0.5em;
  font-size: 0.8em;
}
.u-select.select-show .u-select-ul {
  visibility: visible;
  max-height: 280px;
  opacity: 1;
}
.u-select-val {
  line-height: 1.2em;
  height: 100%;
  border: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 1.8em;
}
.u-select-ul {
  position: absolute;
  top: calc(100% - 1px);
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 0 ;
  z-index: 1;
  opacity: 0;
  overflow-y: scroll !important;
  transition: all 0.5s;
  -webkit-overflow-scrolling: touch;
}
.u-select-ul li,
.u-select-ul div {
  line-height: 1.2em;
  padding: 0 15px;
}
.u-light-font {
  position: relative;
  font-weight: bold;
}
.u-light-font [class^="u-light-font-"]::after,
.u-light-font [class^="u-light-font-"]::before {
  padding: 0.35em;
  display: block;
  content: var(--light-text);
  white-space: pre-wrap;
  width: 100%;
}
.u-light-font [class^="u-light-font-bg"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.u-light-font [class^="u-light-font-bg"]::after,
.u-light-font [class^="u-light-font-bg"]::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.35em;
  -webkit-mask-image: linear-gradient(85deg, #24c4ff 35%, #fa68ff 70%, #ff454e);
  background-image: linear-gradient(85deg, #24c5ff 35%, #fa68ff 70%, #ff454e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  z-index: 1;
  filter: saturate(99%) blur(0.2em);
}
.u-light-font .u-light-font-bg1::after {
  filter: saturate(99%) blur(0.01em);
}
.u-light-font .u-light-font-bg1::before {
  filter: saturate(99%) blur(0.01em);
}
.u-light-font .u-light-font-bg2::after {
  filter: saturate(99%) blur(0.051em);
}
.u-light-font .u-light-font-bg2::before {
  filter: saturate(99%) blur(0.02em);
}
.u-light-font .u-light-font-bg3::after {
  filter: saturate(99%) blur(0.08em);
}
.u-light-font .u-light-font-bg3::before {
  filter: saturate(99%) blur(0.08em);
}
.u-light-font .u-light-font-text {
  z-index: 2;
  color: #FFF;
  position: relative;
}
.u-light-font .u-light-font-text::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  z-index: 10;
  filter: saturate(99%) blur(0.02em);
}
.u-guang {
  position: absolute;
  top: 64%;
  left: 60%;
  width: 22%;
  transform: rotate(168deg);
  mix-blend-mode: screen;
  opacity: 0.5;
}
.dianchi {
  height: 550px;
}
.dianchi .dianchi-shadow {
  position: absolute;
  width: 216px;
  height: 216px;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dianchi .dianchi-shadow img {
  width: 100%;
}
.dianchi .dianchi-shadow .nengliang-box {
  position: absolute;
  width: 100%;
  bottom: 9.3%;
  left: 0;
  z-index: 1;
  text-align: center;
}
.dianchi .dianchi-shadow .nengliang-box img {
  width: 18%;
}
@keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}
.dianchi .qiu {
  position: absolute;
  bottom: 156%;
}
.dianchi .qiu i {
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #75b44c;
  -webkit-transition: all .4s cubic-bezier(0.57, -0.26, 0.74, 0.05);
  -o-transition: all .4s cubic-bezier(0.57, -0.26, 0.74, 0.05);
  -ms-transition: all .4s cubic-bezier(0.57, -0.26, 0.74, 0.05);
  -moz-transition: all .4s cubic-bezier(0.57, -0.26, 0.74, 0.05);
  transition: all .4s cubic-bezier(0.57, -0.26, 0.74, 0.05);
}
.dianchi .qiu .a {
  left: 300px;
  top: 20px;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.dianchi .qiu .b {
  left: 500px;
  top: -120px;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dianchi .qiu .c {
  left: 400px;
  top: 100px;
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dianchi .qiu .d {
  left: 380px;
  top: -30px;
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.dianchi .qiu .e {
  left: 450px;
  top: 30px;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dianchi .qiu .f {
  left: 320px;
  top: -50px;
  -webkit-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.dianchi .qiu .g {
  left: 300px;
  top: -160px;
  -webkit-transform: scale(1.7);
  -o-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -moz-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.dianchi .qiu .h {
  left: 250px;
  top: -100px;
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.dianchi .qiu .j {
  left: -150px;
  top: -120px;
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dianchi .qiu .k {
  left: -200px;
  top: 60px;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  -ms-transition-delay: 0.13s;
  -moz-transition-delay: 0.13s;
  transition-delay: 0.13s;
}
.dianchi .qiu .l {
  left: -253px;
  top: -23px;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.dianchi .qiu .m {
  left: -280px;
  top: -160px;
  -webkit-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.dianchi .qiu .n {
  left: -180px;
  top: -80px;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.dianchi .qiu .o {
  left: -300px;
  top: 30px;
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.dianchi .qiu .p {
  left: -260px;
  top: 100px;
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.dianchi .nlgai {
  background: linear-gradient(left, #0b0b0b 13%, #383838 67%, #212121 85%, #0c0c0c 97%);
  background: -o-linear-gradient(left, #0b0b0b 13%, #383838 67%, #212121 85%, #0c0c0c 97%);
  background: -ms-linear-gradient(left, #0b0b0b 13%, #383838 67%, #212121 85%, #0c0c0c 97%);
  background: -moz-linear-gradient(left, #0b0b0b 13%, #383838 67%, #212121 85%, #0c0c0c 97%);
  background: -webkit-linear-gradient(left, #0b0b0b 13%, #383838 67%, #212121 85%, #0c0c0c 97%);
  height: 15px;
  -webkit-transform: translate(0px, 8px);
  -o-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  -moz-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
  border-radius: 50%;
}
.dianchi .nengliang {
  background: #75b44c;
  height: 8px;
  -webkit-transition: height 3s;
  -o-transition: height 3s;
  -ms-transition: height 3s;
  -moz-transition: height 3s;
  transition: height 3s;
}
.dianchi .dianchi-bg,
.dianchi .dianchi-guang {
  position: absolute;
  bottom: 96%;
  z-index: 2;
}
.dianchi .dianchi-bo {
  width: 100%;
  height: 100%;
  top: -50%;
  left: 0px;
  -webkit-transform: rotateX(85deg);
  -o-transform: rotateX(85deg);
  -ms-transform: rotateX(85deg);
  -moz-transform: rotateX(85deg);
  transform: rotateX(85deg);
}
.dianchi .dianchi-bo .plule-a,
.dianchi .dianchi-bo .plule-b,
.dianchi .dianchi-bo .plule-c {
  -webkit-animation: pulsejg2 4.5s ease-out infinite;
  -moz-animation: pulsejg2 4.5s ease-out infinite;
  animation: pulsejg2 4.5s ease-out infinite;
}
.dianchi .dianchi-bo .plule-b {
  animation-delay: 1.5s;
}
.dianchi .dianchi-bo .plule-c {
  animation-delay: 3s;
}
.icon-box p {
  text-transform: capitalize;
}
.m-level.active .nengliang {
  height: 216px;
}
.m-level.active .qiu i {
  top: 0;
  left: 0;
  transform: scale(0);
}
.m-loading {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.m-loading::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.m-loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  z-index: 100;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  -webkit-animation: adeg 1s infinite linear;
  animation: adeg 1s infinite linear;
}
.m-loading.black::after {
  background-color: #000;
}
.m-loading.black::before {
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
}
.list-box {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.list-item {
  display: inline-block;
  width: 290px;
  margin: 0 5px 12px;
  background: #f7f7f7;
  padding: 29px 5px;
  text-align: center;
  max-width: 49%;
}
.list-item img {
  width: 100%;
}
.list-item span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
}
.list-box.dark .list-item {
  background: #222222;
}
.list-box.dark .list-item img {
  opacity: 0.9;
}
.list-box.dark .list-item span {
  color: #cccccc;
}
.list-model {
  display: block;
  text-decoration: inherit;
  white-space: nowrap;
  color: #939393;
  font-size: 0.8em;
  line-height: 2;
}
.list-item.hide {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
@media (max-width: 768px) {
  .list-item span {
    font-size: 14px;
  }
}
@media (max-width: 468px) {
  .list-item {
    width: 48%;
    margin: 0 1% 12px;
    padding: 0px 5px 15px;
  }
  .list-item span {
    margin-top: 0;
    font-size: 12px;
  }
  .list-item img {
    width: 100%;
  }
}
.u-plule {
  position: absolute;
  width: 100px;
  padding-bottom: 100px;
}
.plule-a,
.plule-b,
.plule-c {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-animation: pulsejg1 4.5s ease-out forwards infinite;
  -moz-animation: pulsejg1 4.5s ease-out forwards infinite;
  animation: pulsejg1 4.5s ease-out forwards infinite;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  box-shadow: inset 0 0 6px #008afd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plule-b {
  animation-delay: 1.5s;
}
.plule-c {
  animation-delay: 3s;
}
.noun {
  position: absolute;
  z-index: 10;
}
.noun-item {
  position: absolute;
  left: -22%;
}
.noun-txt {
  font-size: 2em;
}
.noun-txt span {
  display: block;
  font-size: 0.5em;
}
.noun-svg {
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.noun-item.right .noun-svg {
  margin-left: 15px;
  left: 100%;
}
.noun-item.left .noun-svg {
  margin-right: 15px;
  right: 100%;
}
.animate_float {
  background-color: #fff;
  border: 1px solid #e4ecf3;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.animate_float:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 14px -24px rgba(0, 36, 100, 0.3);
  -webkit-box-shadow: 0 26px 14px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 14px -24px rgba(0, 36, 100, 0.3);
}
/*
 * 
 *  轮播图按钮
 * 
 */
.huise {
  white-space: nowrap;
}
.huise .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #6c6c6d;
  background: transparent;
  margin: 0 5%;
}
.huise .swiper-pagination-bullet-active {
  background: #6c6c6d;
}
.dc-lunbo {
  background: #dbdbdb;
}
.dc-lunbo .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #000;
  opacity: 0.6;
  width: 10px;
  height: 10px;
}
.dc-lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.dc-lunbo .swiper-pagination-bullet-active {
  background: #211715;
}
.dc-lunbo .swiper-slide img {
  width: auto;
  max-width: 100%;
}
.dc-lunbo .swiper-container-horizontal > .swiper-pagination-bullets,
.dc-lunbo .swiper-pagination-custom,
.dc-lunbo .swiper-pagination-fraction {
  bottom: 20px;
}
.dc-baozhuang .inner-box {
  padding: 6% 0;
}
.dc-baozhuang .level-tit {
  padding-bottom: 2%;
}
.swiper-img {
  background-image: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  opacity: 0;
  visibility: hidden;
  will-change: auto;
}
.swiper-img-wait {
  visibility: hidden;
  will-change: transform;
}
.swiper-img-show {
  visibility: visible;
  opacity: 1;
}
.dc-beizhu {
  color: #717272;
  opacity: 0.6;
  padding: 18px 0;
  padding-left: 26px;
}
.dc-table {
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
  padding: 6% 0;
}
.noscroll,
.noscroll body {
  overflow: hidden;
}
.noscroll body {
  position: relative;
}
.spjuzhong {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.czjuzhong {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.czspjuzhong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.juzhong-box {
  font-size: 0;
  letter-spacing: -3px;
  text-align: center;
  padding: 50px;
}
.juzhong-box-hidebox,
.juzhong-box:after {
  height: 100%;
  width: 0;
  font-size: 0;
  letter-spacing: -3px;
  display: inline-block;
  vertical-align: middle;
  _display: inline;
  zoom: 1;
}
.juzhong-box:after {
  content: ".";
}
.juzhong-content {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0px;
  font-size: 16px;
  _display: inline;
  zoom: 1;
}
.level-tit {
  font-size: 40px;
  color: #333;
  margin-bottom: 40px;
}
h1.level-tit,
h2.level-tit,
.level-tit h2,
.level-tit h1 {
  font-weight: normal;
}
h1.level-tit.f-fwb,
h2.level-tit.f-fwb,
.level-tit.f-fwb h2,
.level-tit.f-fwb h1 {
  font-weight: bold;
}
.level-txt {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.zh .level-txt {
  line-height: 1.8;
}
.xxxl-font {
  font-size: 90px;
  font-weight: 200;
}
.xxx-font {
  font-size: 60px;
  font-weight: 200;
}
.xxl-font {
  font-size: 40px;
  font-weight: 400;
}
.xl-font {
  font-size: 32px;
}
.l-font {
  font-size: 26px;
}
.m-font {
  font-size: 18px;
}
.s-font {
  font-size: 14px;
}
.ms-font {
  font-size: 12px;
}
.btn-font {
  font-size: 14px;
}
.fw200 {
  font-weight: 200 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.f-size-55 {
  font-size: 55px;
}
.f-size-50 {
  font-size: 50px;
}
.f-size-40 {
  font-size: 40px;
}
.f-size-30 {
  font-size: 30px;
}
.f-size-28 {
  font-size: 28px;
}
.f-size-26 {
  font-size: 26px;
}
.f-size-20 {
  font-size: 20px;
}
.f-size-18 {
  font-size: 18px;
}
.f-size-16 {
  font-size: 16px;
}
@media (max-width: 1100px) {
  .level-tit {
    font-size: 34px;
    color: #333;
  }
  .level-txt {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }
  .xxxl-font {
    font-size: 70px;
    font-weight: 200;
  }
  .xxx-font {
    font-size: 55px;
    font-weight: 200;
  }
  .xxl-font {
    font-size: 34px;
    font-weight: 200;
  }
  .xl-font {
    font-size: 26px;
  }
  .l-font {
    font-size: 20px;
  }
  .m-font {
    font-size: 16px;
  }
  .s-font {
    font-size: 14px;
  }
  .ms-font {
    font-size: 12px;
  }
  .btn-font {
    font-size: 14px;
  }
  .f-size-50 {
    font-size: 40px;
  }
  .f-size-40 {
    font-size: 40px;
  }
  .f-size-30 {
    font-size: 26px;
  }
  .f-size-28 {
    font-size: 24px;
  }
  .f-size-26 {
    font-size: 22px;
  }
  .f-size-20 {
    font-size: 18px;
  }
  .f-size-18 {
    font-size: 16px;
  }
  .f-size-16 {
    font-size: 14px;
  }
}
@media (max-width: 997px) {
  .level-tit {
    font-size: 30px;
    color: #333;
  }
  .level-txt {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }
  .xxxl-font {
    font-size: 60px;
    font-weight: 200;
  }
  .xxx-font {
    font-size: 50px;
    font-weight: 200;
  }
  .xxl-font {
    font-size: 30px;
    font-weight: 200;
  }
  .xl-font {
    font-size: 20px;
  }
  .l-font {
    font-size: 18px;
  }
  .m-font {
    font-size: 16px;
  }
  .s-font {
    font-size: 14px;
  }
  .ms-font {
    font-size: 12px;
  }
  .btn-font {
    font-size: 14px;
  }
  .f-size-50 {
    font-size: 40px;
  }
  .f-size-40 {
    font-size: 35px;
  }
  .f-size-30 {
    font-size: 20px;
  }
  .f-size-28 {
    font-size: 22px;
  }
  .f-size-26 {
    font-size: 20px;
  }
  .f-size-20 {
    font-size: 16px;
  }
  .f-size-18 {
    font-size: 14px;
  }
  .f-size-16 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .level-tit {
    font-size: 28px;
  }
  .level-txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .xxxl-font {
    font-size: 55px;
    font-weight: 200;
  }
  .xxx-font {
    font-size: 44px;
    font-weight: 200;
  }
  .xxl-font {
    font-size: 28px;
    font-weight: 200;
  }
  .xl-font {
    font-size: 19px;
  }
  .l-font {
    font-size: 17px;
  }
  .m-font {
    font-size: 15px;
  }
  .s-font {
    font-size: 12px;
  }
  .btn-font {
    font-size: 12px;
  }
  .f-size-50 {
    font-size: 35px;
  }
  .f-size-40 {
    font-size: 30px;
  }
  .f-size-30 {
    font-size: 16px;
  }
  .f-size-28 {
    font-size: 20px;
  }
  .f-size-26 {
    font-size: 18px;
  }
  .f-size-20 {
    font-size: 14px;
  }
  .f-size-18 {
    font-size: 14px;
  }
  .f-size-16 {
    font-size: 12px;
  }
}
@media (max-width: 468px) {
  .level-tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .level-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .xxxl-font {
    font-size: 40px;
    font-weight: 200;
  }
  .xxx-font {
    font-size: 30px;
    font-weight: 200;
  }
  .xxl-font {
    font-size: 22px;
    font-weight: 200;
  }
  .xl-font {
    font-size: 18px;
  }
  .l-font {
    font-size: 16px;
  }
  .m-font {
    font-size: 14px;
  }
  .ms-font {
    font-size: 10px;
  }
  .s-font {
    font-size: 12px;
  }
  .btn-font {
    font-size: 12px;
  }
  .f-size-50 {
    font-size: 30px;
  }
  .f-size-40 {
    font-size: 28px;
  }
  .f-size-30 {
    font-size: 14px;
  }
  .f-size-28 {
    font-size: 18px;
  }
  .f-size-26 {
    font-size: 16px;
  }
  .f-size-20 {
    font-size: 14px;
  }
  .f-size-18 {
    font-size: 14px;
  }
  .f-size-16 {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .level-tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .level-txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .xxxl-font {
    font-size: 36px;
    font-weight: 200;
  }
  .xxx-font {
    font-size: 25px;
    font-weight: 200;
  }
  .xxl-font {
    font-size: 22px;
    font-weight: 200;
  }
  .xl-font {
    font-size: 18px;
  }
  .l-font {
    font-size: 14px;
  }
  .m-font {
    font-size: 12px;
  }
  .s-font {
    font-size: 10px;
  }
  .ms-font {
    font-size: 8px;
  }
  .btn-font {
    font-size: 10px;
  }
  .f-size-50 {
    font-size: 40px;
  }
  .f-size-40 {
    font-size: 28px;
  }
  .f-size-30 {
    font-size: 12px;
  }
  .f-size-28 {
    font-size: 16px;
  }
  .f-size-26 {
    font-size: 14px;
  }
  .f-size-20 {
    font-size: 12px;
  }
  .f-size-18 {
    font-size: 12px;
  }
  .f-size-16 {
    font-size: 10px;
  }
}
.txt-white {
  color: #fff !important;
}
.txt-white-b {
  color: #fff !important;
}
.txt-white-txt {
  color: #fdfdfd !important;
}
.txt-white-txt-b {
  color: #fdfdfd !important;
}
.txt-black {
  color: #333;
}
.txt-black6 {
  color: #666;
}
.txt-black7 {
  color: #717272;
}
.txt-theme {
  color: #0f94d6 !important;
}
.txt-theme {
  color: #0f94d6 !important;
}
.txt-red {
  color: #DD4444;
}
.txt-italic {
  font-style: italic;
}
.i {
  vertical-align: middle;
}
.radius2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.radius3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.radius6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.padding2 {
  padding: 2px 4px;
}
.padding5 {
  padding: 5px 8px;
}
.padding-lr20 {
  padding: 5px 20px;
}
.padding-lr50 {
  padding: 5px 50px;
}
.padding-lr100 {
  padding: 5px 100px;
}
.margin-tb20 {
  margin: 20px 0;
}
.margin-tb40 {
  margin: 40px 0;
}
.margin-tb60 {
  margin: 60px 0;
}
.margin-lr20 {
  margin: 0 20px;
}
.margin-lr40 {
  margin: 0 40px;
}
.margin-lr60 {
  margin: 0 60px;
}
.margin-btm10 {
  margin-bottom: 10px;
}
.margin-btm20 {
  margin-bottom: 20px;
}
.margin-btm30 {
  margin-bottom: 30px;
}
.margin-btm40 {
  margin-bottom: 40px;
}
.margin-btm50 {
  margin-bottom: 50px;
}
.height20 {
  height: 20px;
}
.height30 {
  height: 30px;
}
.height40 {
  height: 40px;
}
.height50 {
  height: 50px;
}
.m-video.line.line-bottom {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  color: #0f94d6;
}
.m-video.line.line-bottom i {
  color: #0f94d6;
  font-size: 1em;
}
.m-video.line.line-bottom:before {
  content: "";
  border-bottom: 1px solid #0f94d6;
  transform: scaleX(0);
  width: 100%;
  position: absolute;
  bottom: -1px;
  transition: all 0.3s;
}
.m-video.line.line-bottom:hover:before {
  transform: scaleX(1);
}
#menu .dropdown .dropdown-menu,
#menu .hiden_menu .dropdown-inner,
.slide_header .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  min-width: 190px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  padding: 20px 0;
  position: absolute;
  text-align: left;
  top: 130%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 200000;
  display: block;
  border: medium none;
  background-color: #242424;
}
.slide_header {
  position: absolute;
  transition: background-color 300ms ease 0s;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  width: 100%;
  z-index: 200000;
  top: 0;
  left: 0;
  min-height: 63px;
  margin-bottom: 70px;
}
#menu > li > a {
  background: transparent none repeat scroll 0 0;
  border: medium none;
}
#menu > li > a::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -9px;
  height: 10px;
  width: 130%;
  left: -15%;
}
#menu > li > a:hover::after,
#menu > li:hover a::after {
  display: block;
}
.common-home .slide_header {
  background: transparent;
}
.header_center {
  margin: 0;
}
.header_right {
  margin: 0;
  text-align: left;
  right: 0;
  float: right;
}
.header_right #form-language .language-menu .btn-link {
  padding: 0px 0 8px;
}
.nav-responsive span,
.main-menu > ul > li > a {
  padding: 22px 0;
}
#menu.main-menu {
  padding-left: 0;
}
.nav-responsive span,
.main-menu > ul > li > a {
  font-size: 14px;
  color: #666;
  display: block;
  padding: 24px 17px 19px;
  margin-bottom: 0px;
  z-index: 6;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
.common-home .nav-responsive span,
.common-home .main-menu > ul > li > a,
.slide_header .main-menu > ul > li > a,
.slide_header .nav-responsive span {
  color: #fff;
}
.main-menu > ul > li > a:before {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #0f94d6;
  bottom: -1px;
  content: "";
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  position: absolute;
  width: 0;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
#res-menu .nav-responsive {
  position: absolute;
  height: 70px;
  width: 70px;
  z-index: 1;
}
#res-menu .nav-responsive.active {
  position: fixed;
  top: 0;
}
.res-menu-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 66px;
  bottom: 20px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.res-menu-bg {
  height: 70px;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 1;
  border-bottom: 1px solid #e7e7e7;
}
.responsive-menu {
  padding: 0;
  min-height: 68px;
  height: 1%;
  width: 100%;
  position: relative;
  text-align: left;
  overflow: hidden;
  transition: all 0.5s;
  background: #fff;
  -webkit-transition-delay: 200ms,200ms;
  transition-delay: 200ms,200ms;
}
.responsive-menu .main-navigation > li {
  opacity: 0;
  -webkit-transform: scale(1.2) translateY(-24px);
  -o-transform: scale(1.2) translateY(-24px);
  -ms-transform: scale(1.2) translateY(-24px);
  -moz-transform: scale(1.2) translateY(-24px);
  transform: scale(1.2) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.responsive-menu .main-navigation > li:nth-child(1) {
  -webkit-transition-delay: 350ms,350ms;
  -o-transition-delay: 350ms,350ms;
  -ms-transition-delay: 350ms,350ms;
  -moz-transition-delay: 350ms,350ms;
  transition-delay: 350ms,350ms;
}
.responsive-menu .main-navigation > li:nth-child(2) {
  -webkit-transition-delay: 300ms,300ms;
  -o-transition-delay: 300ms,300ms;
  -ms-transition-delay: 300ms,300ms;
  -moz-transition-delay: 300ms,300ms;
  transition-delay: 300ms,300ms;
}
.responsive-menu .main-navigation > li:nth-child(3) {
  -webkit-transition-delay: 250ms,250ms;
  -o-transition-delay: 250ms,250ms;
  -ms-transition-delay: 250ms,250ms;
  -moz-transition-delay: 250ms,250ms;
  transition-delay: 250ms,250ms;
}
.responsive-menu .main-navigation > li:nth-child(4) {
  -webkit-transition-delay: 200ms,200ms;
  -o-transition-delay: 200ms,200ms;
  -ms-transition-delay: 200ms,200ms;
  -moz-transition-delay: 200ms,200ms;
  transition-delay: 200ms,200ms;
}
.responsive-menu .main-navigation > li:nth-child(5) {
  -webkit-transition-delay: 150ms,150ms;
  -o-transition-delay: 150ms,150ms;
  -ms-transition-delay: 150ms,150ms;
  -moz-transition-delay: 150ms,150ms;
  transition-delay: 150ms,150ms;
}
.responsive-menu .main-navigation > li:nth-child(6) {
  -webkit-transition-delay: 100ms,100ms;
  -o-transition-delay: 100ms,100ms;
  -ms-transition-delay: 100ms,100ms;
  -moz-transition-delay: 100ms,100ms;
  transition-delay: 100ms,100ms;
}
.responsive-menu .main-navigation > li:nth-child(7) {
  -webkit-transition-delay: 50ms,50ms;
  -o-transition-delay: 50ms,50ms;
  -ms-transition-delay: 50ms,50ms;
  -moz-transition-delay: 50ms,50ms;
  transition-delay: 50ms,50ms;
}
.responsive-menu .main-navigation ul li a {
  width: 100%;
}
.responsive-menu .main-navigation ul li a:active {
  background: #0f94d6;
}
.responsive-menu.scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0ms,0ms;
  transition-delay: 0ms,0ms;
}
.responsive-menu.scroll .main-navigation > li {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.responsive-menu.scroll .main-navigation > li:nth-child(1) {
  -webkit-transition-delay: 50ms,50ms;
  -o-transition-delay: 50ms,50ms;
  -ms-transition-delay: 50ms,50ms;
  -moz-transition-delay: 50ms,50ms;
  transition-delay: 50ms,50ms;
}
.responsive-menu.scroll .main-navigation > li:nth-child(2) {
  -webkit-transition-delay: 100ms,100ms;
  -o-transition-delay: 100ms,100ms;
  -ms-transition-delay: 100ms,100ms;
  -moz-transition-delay: 100ms,100ms;
  transition-delay: 100ms,100ms;
}
.responsive-menu.scroll .main-navigation > li:nth-child(3) {
  -webkit-transition-delay: 150ms,150ms;
  -o-transition-delay: 150ms,150ms;
  -ms-transition-delay: 150ms,150ms;
  -moz-transition-delay: 150ms,150ms;
  transition-delay: 150ms,150ms;
}
.responsive-menu.scroll .main-navigation > li:nth-child(4) {
  -webkit-transition-delay: 200ms,200ms;
  -o-transition-delay: 200ms,200ms;
  -ms-transition-delay: 200ms,200ms;
  -moz-transition-delay: 200ms,200ms;
  transition-delay: 200ms,200ms;
}
.responsive-menu.scroll .main-navigation > li:nth-child(5) {
  -webkit-transition-delay: 250ms,250ms;
  -o-transition-delay: 250ms,250ms;
  -ms-transition-delay: 250ms,250ms;
  -moz-transition-delay: 250ms,250ms;
  transition-delay: 250ms,250ms;
}
.responsive-menu.scroll .main-navigation > li:nth-child(6) {
  -webkit-transition-delay: 300ms,300ms;
  -o-transition-delay: 300ms,300ms;
  -ms-transition-delay: 300ms,300ms;
  -moz-transition-delay: 300ms,300ms;
  transition-delay: 300ms,300ms;
}
.responsive-menu.scroll .main-navigation > li:nth-child(7) {
  -webkit-transition-delay: 350ms,350ms;
  -o-transition-delay: 350ms,350ms;
  -ms-transition-delay: 350ms,350ms;
  -moz-transition-delay: 350ms,350ms;
  transition-delay: 350ms,350ms;
}
.responsive-menu .main-navigation {
  padding: 1% 2%;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
}
.nav-responsive {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  display: none;
  padding: 25px 21px 23px;
  transition: background 0.5s ease;
}
.nav-responsive .expandable {
  position: relative;
  width: 22px;
  height: 20px;
  top: 50%;
}
.nav-responsive .expandable:before,
.nav-responsive .expandable:after,
.expandable .bar {
  position: absolute;
  height: 2px;
  left: 0px;
  right: 0px;
  top: 0px;
  border-radius: 5px;
  -webkit-transition-delay: 300ms,300ms;
  transition-delay: 300ms,300ms;
  background-color: #21264B;
}
.nav-responsive.black {
  -webkit-transition-delay: 0ms,0ms;
  transition-delay: 0ms,0ms;
}
.nav-responsive.black .expandable:before,
.nav-responsive.black .expandable:after,
.nav-responsive.black .expandable .bar {
  -webkit-transition-delay: 0ms,0ms;
  transition-delay: 0ms,0ms;
  background-color: #fff;
}
.nav-responsive .expandable:before,
.nav-responsive .expandable:after {
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.5s ease, background 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, background 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: center;
}
.expandable .bar {
  transition: opacity 0.5s;
  top: 9px;
}
.nav-responsive .expandable:after {
  top: 17px;
}
.nav-responsive .expandable:before {
  top: 1px;
}
.nav-responsive .expandable.active:after {
  -webkit-transform: translate(0px, -8px) rotate(-45deg);
  transform: translate(0px, -8px) rotate(-45deg);
}
.nav-responsive .expandable.active:before {
  -webkit-transform: translate(0px, 8px) rotate(45deg);
  transform: translate(0px, 8px) rotate(45deg);
}
.expandable.active .bar {
  opacity: 0;
}
.main-menu > ul > li > ul,
.responsive-menu .main-navigation {
  background: transparent;
}
.responsive-menu .main-navigation > li {
  border-bottom: 1px solid #181818;
  position: relative;
  cursor: pointer;
}
.responsive-menu .main-navigation > li:before {
  transition: all 0.5s;
}
.responsive-menu .main-navigation > li.active:before {
  transform: rotate(90deg);
}
.responsive-menu .main-navigation > li::before {
  right: 16px;
}
.responsive-menu .main-navigation > li ul {
  display: none;
}
.responsive-menu .main-navigation li a {
  padding: 8px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
}
.responsive-menu .main-navigation > li ul a {
  font-size: 12px;
  padding-left: 30px !important;
}
.slide_header.fixed,
.common-home .slide_header.fixed,
body[class^="product-category"] .slide_header {
  background: #fff;
  width: 100%;
  z-index: 2000000;
}
#res-menu {
  text-align: left;
  max-height: 100vh;
}
#res-menu.main-menu > ul > li ul > li > a,
#res-menu.responsive-menu .main-navigation li a {
  padding: 16px;
  position: relative;
  display: inline-block;
  color: #fff;
}
#res-menu.main-menu > ul > li.collapsable ul > li > a,
#res-menu.responsive-menu .main-navigation .collapsable ul a {
  padding: 16px;
  position: relative;
  display: block;
}
.slide_header header {
  border-bottom: 1px solid transparent;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.slide_header:hover header,
.slide_header:hover .category-box {
  border-bottom: 1px solid #ddd;
}
.header-search {
  float: right;
  padding-right: 15px;
}
.header_left {
  float: left;
  position: relative;
  /* width: 10%; */
}
.slide_headercontainer {
  max-width: 1200px;
  margin: 0 auto;
}
.header_center {
  display: inline-block;
  float: left;
  text-align: center;
  z-index: 999;
  white-space: nowrap;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.main-menu > ul > li {
  float: left;
  line-height: 1.6;
  position: inherit;
  z-index: 0;
}
.main-menu > ul > li.hover .m-children {
  max-height: 410px;
  opacity: 1;
}
#tuijian .container {
  padding: 0;
}
#tuijian .tuijian-img {
  overflow: hidden;
}
#tuijian .tuijian-txt {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  left: 10px;
  padding: 15px;
}
#tuijian .tuijian-txt .level-tit,
#tuijian .tuijian-txt .level-txt {
  margin-bottom: 0;
  color: #222;
}
#tuijian .tuijian-box {
  position: relative;
  padding: 0 5px;
  margin-bottom: 10px;
}
#tuijian .tuijian-box:hover .tuijian-img img {
  transform: scale(1.02);
  transform-origin: center;
}
#tuijian .share-2 {
  padding: 0 5px;
}
#tuijian .level-item {
  vertical-align: top;
}
#tuijian .level-item img {
  width: 100%;
  transition: all 0.5s;
}
.slide_header .row {
  position: inherit;
}
.m-children {
  box-shadow: 0 6px 14px 0 rgba(226, 226, 226, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  height: 410px;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.m-children .container {
  padding: 0;
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.m-children .level-item {
  vertical-align: top;
  text-align: left;
  padding-left: 73px;
}
.m-children ul:after {
  content: "";
  display: block ;
}
.m-children ul {
  margin-bottom: 10px;
}
.m-children ul li a {
  font-size: 12px;
  color: #585858;
  font-weight: 400;
}
.m-children .level-item a:hover {
  color: #0f94d6;
}
.m-children .children-img {
  position: absolute;
  width: 300px;
  left: 756px;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 100;
}
.m-children .children-img img {
  width: 300px;
  height: 300px;
}
.m-children .children-dan li {
  display: inline-block;
  width: 49%;
}
.m-children .has-children-img:hover .children-img {
  opacity: 1;
}
.m-children .media-txt,
.m-children .media-img {
  width: 50% !important;
  vertical-align: top !important;
}
.m-children .media-box {
  position: relative;
  min-height: 310px;
}
.m-children .media-all {
  position: absolute;
  bottom: -2.4em;
  left: 170px;
}
.m-children .media-all a {
  color: #0f94d6;
  vertical-align: -webkit-baseline-middle;
}
.m-children .media-all a i {
  font-size: 22px;
}
.m-children .media-img p a {
  font-weight: bold;
  color: #666;
}
.m-children .media-txt {
  position: relative;
  z-index: 101;
  min-height: 280px;
}
.m-children .media-txt ul {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-children .media-txt li {
  width: 50%;
  float: left;
  position: relative;
}
.m-children .media-txt li img {
  width: 100%;
}
.m-children .media-txt li span {
  position: absolute;
  left: 15px;
  bottom: 2px;
  color: #fff;
}
.m-children .media-txt .item-6 li {
  width: 33.3%;
  overflow: hidden;
}
.m-children .media-txt .item-6 li img {
  width: auto;
  height: 150%;
  margin-left: -25%;
}
.m-children .m-children-ul {
  padding: 0 15px;
  text-align: left;
}
.m-children .newProduct {
  position: relative;
  display: block;
  line-height: 1.868;
}
.m-children .newProduct:after {
  content: "新品";
  display: inline-block;
  color: #DE3232;
  margin-left: 10px;
}
.m-children.en .newProduct:after {
  content: "new";
}
.main-menu > ul > li.alone {
  position: relative;
}
.alone .m-children {
  width: auto;
  height: auto;
  max-height: 0;
  min-width: 134%;
  margin-left: -17%;
  box-shadow: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  padding-top: 10px;
}
.alone .m-children ul li a {
  color: #727171;
}
.alone .m-children ul li a:hover {
  color: #0f94d6;
}
.common-home .slide_header:hover,
.slide_header:hover,
.slide_header.fixed:hover,
.slide_header.hover,
.common-home .slide_header.fixed:hover,
.common-home .slide_header.fixed:focus {
  z-index: 200000;
  background: #fff;
}
.slide_header:hover #form-language .btn-link,
.slide_header.hover #form-language .btn-link,
.slide_header.fixed #form-language .btn-link,
.slide_header:hover .search,
.slide_header.hover .search,
.slide_header.fixed .search,
.slide_header:hover .main-menu > ul > li > a,
.slide_header.fixed .main-menu > ul > li > a,
.slide_header:hover #search,
.slide_header.fixed #search,
body[class^="product-category"] .slide_header #search,
body[class^="product-category"] .slide_header .main-menu > ul > li > a,
body[class^="product-category"] .slide_header #form-language .btn-link,
body[class^="product-category"] .slide_header .search {
  color: #333;
  font-weight: 400;
}
.slide_header:hover #search .input-lg,
.slide_header.fixed #search .input-lg,
body[class^="product-category"] .slide_header #search .input-lg {
  border-color: #333;
}
.slide_header:hover .nav-tabs > li.active > a,
.slide_header:hover .nav-tabs > li.active > a:hover,
.slide_header:hover .nav-tabs > li.active > a:focus,
.slide_header:hover .nav > li > a:hover,
.slide_header:hover .nav > li > a:focus {
  color: #0f94d6;
  border: none;
}
.slide_header:hover #search:hover,
.slide_header:hover #form-language .btn-link:hover {
  color: #0f94d6;
}
.common-home #form-language .btn-link,
.common-home #search,
.slide_header #form-language .btn-link,
.slide_header #search {
  color: #fff;
  font-family: "Source Han Sans CN", -apple-system, BlinkMacSystemFont, Helvetica, system-ui, Arial, sans-serif, SimHei;
}
#search .input-lg:focus,
.slide_header:hover #search .input-lg:focus,
.slide_header.fixed #search .input-lg:focus {
  border-color: #0f94d6;
  box-shadow: 0px 0px 3px #0f94d6;
}
.slide_header.black #search .input-lg,
.slide_header.black #form-language .btn-link,
.slide_header.black #search,
.slide_header.black .search,
.slide_header.black .main-menu > ul > li > a {
  color: #333;
  font-weight: 400;
}
.slide_header.black #search .input-lg {
  border-color: #333;
}
.slide_header.black #search .input-lg::-webkit-input-placeholder {
  color: #333;
}
.slide_header.black #search .input-lg:-moz-placeholder {
  color: #333;
}
.slide_header.black #search .input-lg::-moz-placeholder {
  color: #333;
}
.slide_header.black #search .input-lg:-ms-input-placeholder {
  color: #333;
}
.slide_header.tpt {
  background: transparent !important;
}
.breadcrumb > li + li:before {
  content: '\e602';
  padding: 0;
  font-family: i;
}
.blog .breadcrumb a,
.blog .breadcrumb > li + li:before {
  color: #777;
}
.blog .breadcrumb {
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fenlei-nav {
  text-align: center;
  position: relative;
  min-height: 30px;
  line-height: 36px;
  margin-top: 12%;
}
.breadcrumb {
  padding-top: 15px;
}
.fenlei-nav .breadcrumb {
  display: inline-block;
}
.fenlei-container {
  margin: 0 auto;
  padding: 0;
}
.fenlei-container .row {
  margin: 0;
}
.fenlei-product {
  text-align: center;
}
.product-item {
  margin: 0 6px;
  padding: 5px 0 0 5px;
  margin-bottom: 12px;
  width: 270px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.product-item.hide {
  display: inline-block !important;
}
.product-item .item-bg {
  background: #fff;
  position: relative;
  height: 380px;
  background-color: #fff;
  border: 1px solid #e4ecf3;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-item img {
  width: 100%;
  height: auto;
}
.product-item .item-txt {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 75%;
}
.product-item .item-name {
  font-size: 16px;
}
.product-item .item-name a {
  color: #0f94d6;
}
.product-item .item-name,
.product-item .item-model {
  padding: 0  10px;
}
.product-item .item-miaoshu {
  font-size: 12px;
  color: #666;
  opacity: 0.7;
  padding: 0 10%;
  padding-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-item .item-new {
  position: absolute;
  top: 0;
  left: 30px;
  background: #ff7113;
  color: #fff;
  width: 40px;
  text-align: center;
  padding-top: 15px;
  height: 46px;
}
.product-item .item-new::before,
.product-item .item-new:after {
  content: " ";
  display: block;
  border: 20px solid #ff7113;
  width: 100%;
  position: absolute;
  top: 100%;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-top: none;
  border-bottom: 10px solid transparent;
}
.product-item .item-discontinued {
  background: linear-gradient(20deg, rgba(119, 119, 119, 0) 63%, #8e8e8e 65%, #8e8e8e 73%, rgba(119, 119, 119, 0) 74%), -webkit-linear-gradient(20deg, #777777 50%, #8e8e8e 51%, #8e8e8e 59%, #777777 60%);
  background: -o-linear-gradient(20deg, rgba(119, 119, 119, 0) 63%, #8e8e8e 65%, #8e8e8e 73%, rgba(119, 119, 119, 0) 74%), -webkit-linear-gradient(20deg, #777777 50%, #8e8e8e 51%, #8e8e8e 59%, #777777 60%);
  background: -ms-linear-gradient(20deg, rgba(119, 119, 119, 0) 63%, #8e8e8e 65%, #8e8e8e 73%, rgba(119, 119, 119, 0) 74%), -webkit-linear-gradient(20deg, #777777 50%, #8e8e8e 51%, #8e8e8e 59%, #777777 60%);
  background: -moz-linear-gradient(20deg, rgba(119, 119, 119, 0) 63%, #8e8e8e 65%, #8e8e8e 73%, rgba(119, 119, 119, 0) 74%), -webkit-linear-gradient(20deg, #777777 50%, #8e8e8e 51%, #8e8e8e 59%, #777777 60%);
  background: -webkit-linear-gradient(20deg, rgba(119, 119, 119, 0) 63%, #8e8e8e 65%, #8e8e8e 73%, rgba(119, 119, 119, 0) 74%), -webkit-linear-gradient(20deg, #777777 50%, #8e8e8e 51%, #8e8e8e 59%, #777777 60%);
  top: -9%;
  left: 7.8%;
  color: #fff;
  width: 170px;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  font-size: 16px;
  z-index: 2;
  -webkit-transform: rotate(-45deg) translate(-50%);
  -o-transform: rotate(-45deg) translate(-50%);
  -ms-transform: rotate(-45deg) translate(-50%);
  -moz-transform: rotate(-45deg) translate(-50%);
  transform: rotate(-45deg) translate(-50%);
}
.product-item .item-discontinued:after {
  content: " ";
  display: block;
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
  height: 90%;
  border: 1px dashed #fff;
}
.product-item .item-discontinued-bg {
  top: -9.4%;
  left: 15.4%;
  color: #fff;
  width: 172px;
  text-align: center;
  position: absolute;
  font-size: 16px;
  transform: rotate(-45deg) translate(-50%, 29%);
  height: 88px;
  background: #4a4a4a;
}
.product-item .item-model {
  font-size: 12px;
  color: #333;
  padding-top: 5px;
  line-height: 1.8;
}
.product-item.jq22 .item-bg {
  margin-bottom: 20px;
  padding-bottom: 0;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  position: relative;
  transition: all 1s ease 0s;
  overflow: hidden;
  height: initial;
}
.product-item.jq22 .item-txt {
  text-align: center;
  position: absolute;
  width: 100%;
  top: inherit;
  bottom: 30px;
}
.product-item.jq22 .item-thumb {
  padding-bottom: 19%;
}
.product-item.jq22 .item-botton {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 1px 0 0 #fff inset;
  padding: 7px 15px 7px 15px;
  color: #8B8B8C;
  position: relative;
}
.pagination-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.fenlei-product .product-item {
  display: none;
}
.guanlian {
  padding: 1% 0;
}
.guanlian .level-tit {
  padding-bottom: 4%;
  padding-top: 6%;
}
.guanlian .swiper-container {
  padding: 4% 0 6%;
}
.guanlian .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.fenlei-slide .swiper-slide {
  width: 450px;
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.fenlei-slide {
  margin-bottom: 40px;
}
.fenlei-slide a {
  display: block;
  position: relative;
  z-index: 3;
}
.fenlei-slide-txt {
  position: absolute;
  bottom: 16%;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.29, 0.43, 1, 1.5);
}
.fenlei-slide-model {
  font-size: 16px;
}
.fenlei-slide-txt p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 7px;
}
.fenlei-slide-bg {
  transition: all 1s;
}
.fenlei-slide .swiper-slide:hover .fenlei-slide-bg {
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fenlei-slide-wrapper::before {
  content: "\e604";
  font-family: "i";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 30px;
  color: #fff;
  z-index: 5;
  opacity: 0;
  transition: all 1s ;
}
.fenlei-slide .swiper-slide:hover .fenlei-slide-wrapper::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .fenlei-slide .swiper-slide {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 999px) {
  #menu {
    display: none !important;
  }
  .fenlei-nav {
    margin-top: 86px;
  }
  .fenlei-slide .swiper-slide {
    width: 35%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .product-item {
    width: 222px;
  }
  .product-item .item-bg {
    height: 291px;
  }
  .fenlei-slide-model {
    font-size: 12px;
  }
  .fenlei-slide-txt p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
  }
  .product-item.teshu .item-txt {
    top: 73%;
  }
  .product-item .item-discontinued {
    top: -11%;
  }
  .product-item .item-model {
    padding-top: 5px;
  }
  .product-item .item-discontinued-bg {
    top: -15.2%;
    left: 14.4%;
    width: 164px;
  }
}
@media (max-width: 468px) {
  #footer {
    padding-top: 38px;
    padding-bottom: 10vh;
  }
  .fenlei-slide .swiper-slide {
    width: 50%;
    height: auto;
  }
  .fenlei-slide-model {
    font-size: 10px;
  }
  .fenlei-slide-txt {
    bottom: 8%;
  }
  .fenlei-slide-txt p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .product-item {
    margin: 0 1%;
    margin-bottom: 20px;
    width: 47%;
  }
  .product-item .item-bg {
    height: 65vw;
  }
  .product-item .item-txt {
    top: 70%;
  }
  .product-item .item-name {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .product-item .item-model {
    padding-top: 5px;
  }
  .product-item .item-miaoshu {
    font-size: 8px;
    padding-top: 0;
  }
  .product-item .item-discontinued {
    top: -8vw;
    font-size: 3vw;
    width: 35vw;
    line-height: 5vw;
    padding: 2vw 0;
  }
  .product-item .item-discontinued-bg {
    top: -11.7vw;
    left: 14.4%;
    width: 34vw;
  }
}
@media (max-width: 380px) {
  .product-item {
    margin: 0 1%;
    margin-bottom: 20px;
    width: 47%;
  }
  .product-item .item-bg {
    height: 65vw;
  }
  .product-item .item-txt {
    top: 70%;
  }
  .product-item .item-name {
    font-size: 12px;
  }
  .product-item .item-model {
    font-size: 10px;
  }
}
.sort-by-wrapper,
.show-wrapper {
  display: inline-block;
}
.sort-by-wrapper div,
.show-wrapper div {
  display: inline-block;
}
.pagination-right {
  top: 0;
  right: 0;
  position: absolute;
  display: none;
}
.category_list {
  position: relative;
  padding: 0 15px;
  margin: 30px 0;
  min-height: 30px;
  line-height: 36px;
}
.category_list ul {
  padding: 0;
  display: block;
  margin: 0 auto;
}
.category_list ul li {
  display: inline-block;
  padding: 0 15px;
}
.category_list ul li.active a,
.breadcrumb li.active a {
  color: #0f94d6;
}
.category_filter {
  border: medium none;
  display: inline-block;
  margin: 0 0 15px;
  padding: 10px 0px;
  width: 100%;
  position: relative;
  display: none;
}
.category_filter .btn-list-grid {
  float: left;
  width: auto;
  padding: 0;
  margin: 7px 0;
}
.category_filter #grid-view {
  background: transparent url(../image/megnor/arrow-grid.png) no-repeat scroll -7px -39px;
  border: medium none;
  height: 20px;
  padding: 0;
  width: 25px;
  border-radius: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  margin-right: 3px;
}
.category_filter #grid-view:hover,
.category_filter #grid-view.active {
  background-position: -7px -10px;
}
.category_filter #list-view {
  background: transparent url(../image/megnor/arrow-grid.png) no-repeat scroll -36px -39px;
  border: medium none;
  height: 20px;
  padding: 0;
  width: 25px;
  border-radius: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
#logo {
  width: 120px;
}
#logo.white .logo-qian {
  fill: #fff;
}
#logo a {
  padding: 23px 20px 15px;
  display: block;
}
.logo-qian {
  fill: #13325E;
  transition: all 0.5s;
}
.title-img {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.title-img .title-img-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#form-language .btn-link {
  background: transparent none repeat scroll 0 0;
  padding: 24px 0 9px;
  padding-right: 10px;
  margin: 0 0 0px;
  color: #666;
  font-weight: normal;
  border: none;
  text-transform: capitalize;
}
#form-language .i.i-diqiu {
  margin-right: 10px;
  font-size: 19px;
  vertical-align: middle;
}
#form-language .language-menu button {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}
#form-language .dropdown-menu {
  left: inherit;
  right: 0;
  background: #fff;
  min-width: 100%;
  box-shadow: 0px 2px 2px rgba(156, 156, 156, 0.54);
}
#form-language .language-menu {
  display: inline-block;
  float: left;
  padding: 5px 10px 0;
  position: relative;
  width: 100%;
  list-style: outside none none;
}
.language-menu li {
  text-align: center;
}
.language-li .btn-link {
  color: #fff !important;
  text-align: center;
}
.language-li .btn-link i.i-down-sanjiao {
  display: none;
}
.language-li #form-language .dropdown-menu {
  padding: 0;
  margin: 0;
  display: block;
  box-shadow: none;
}
.language-li #form-language .dropdown-menu .language-menu {
  padding-left: 20px !important;
  display: none;
}
.language-li #form-language .dropdown-menu .language-menu .language-select {
  text-align: left;
  width: 100%;
  padding: 16px;
}
.i-down-sanjiao {
  transform-origin: center;
  position: relative;
  transition: all 0.4s;
  vertical-align: middle;
  display: inline-block;
}
#menu .dropdown:hover .dropdown-menu,
#menu .hiden_menu:hover .dropdown-inner,
.slide_header .dropdown:hover .dropdown-menu {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  top: 94%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  visibility: visible;
  z-index: 9;
}
.dropdown:hover .i-down-sanjiao {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#search {
  z-index: 999;
  margin: 23px 21px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#search:hover i {
  color: #0f94d6;
}
#search.shide {
  transform: translate(200px, 0);
}
.search-box {
  z-index: 10000;
  height: 100%;
}
.search-box .search-box-bg {
  background: #fff;
  position: absolute;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s;
}
.search-box .search-box-close {
  position: absolute;
  right: 50%;
  margin-right: -30px;
  bottom: 10px;
  z-index: 3;
  display: none;
  cursor: pointer;
}
.search-box .search-box-close i {
  font-size: 60px;
  transform: rotate(45deg);
  display: block;
}
.search-box .search-title > div {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.5s;
}
.search-box .search-ctn {
  position: relative;
  z-index: 2;
  padding: 0;
}
.search-box.black .search-box-bg {
  background: #000;
  opacity: 0;
}
.search-box.search-show .search-box-bg {
  opacity: 0.96;
  visibility: visible;
  transform: scaleY(1);
}
.search-box.search-show .search-title > div {
  opacity: 1;
  transform: translate(0);
}
#search-container {
  min-height: 550px;
  max-width: 98%;
  margin: auto;
}
#search-container .search-tiaojian {
  display: none;
}
.search-ctn {
  padding-top: 62px !important;
}
.search-ctn .container {
  padding: 0;
}
.search_description {
  margin-top: 7px;
}
.search-products {
  padding-top: 15px;
}
.input-search-box {
  position: relative;
  overflow: hidden;
}
.input-search-box .input-search-claer {
  position: absolute;
  -webkit-transform: rotate(45deg) translate(0%, -50%);
  -o-transform: rotate(45deg) translate(0%, -50%);
  -ms-transform: rotate(45deg) translate(0%, -50%);
  -moz-transform: rotate(45deg) translate(0%, -50%);
  transform: rotate(45deg) translate(0%, -50%);
  top: 50%;
  right: 3%;
  font-weight: bold;
  display: none;
  cursor: pointer;
  z-index: 3;
}
.input-search-box .input-search-claer:after {
  font-family: i;
  content: "\e68a";
  display: block;
  font-size: 60px;
}
.input-search-box .input-search-claer:hover {
  display: block;
}
.input-search-box .input-search-placeholder {
  position: absolute;
  left: 0;
  top: 17px;
  background: transparent;
  border: none;
  font-size: 102px;
  line-height: 1em;
  height: auto;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: #595959;
  padding-bottom: 0;
  z-index: 1;
  padding-right: 0.6em;
}
.zh .input-search-box .input-search-placeholder {
  top: 17px;
}
.search-title {
  padding: 30px 15px;
  margin-bottom: 30px;
}
.search-title #input-search {
  background: transparent;
  border: none;
  font-size: 102px;
  line-height: 1em;
  height: auto;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 2px solid #595959;
  color: #595959;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  padding-right: 0.6em;
}
.search-title #input-search.no_kong + .input-search-placeholder {
  display: none;
}
.search-title #input-search.no_kong:hover + .input-search-placeholder + .input-search-claer,
.search-title #input-search.no_kong:focus + .input-search-placeholder + .input-search-claer {
  display: block;
}
.zheshineirong {
  padding-bottom: 1px;
}
.zheshineirong,
.zheshineirong .tab-c {
  background: #fff;
}
#f-menustate {
  display: none;
}
#f-curtain {
  position: fixed;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#f-curtain ~ span {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
}
#tabs_info {
  padding-top: 133px;
}
#tabs_info.black .tab-specification,
#tabs_info.black .tab_manual,
#tabs_info.black .zheshineirong,
#tabs_info.black .zheshineirong .tab-c {
  background: #1a1a1a;
}
#tabs_info.black #tab_manual,
#tabs_info.black #tab-specification,
#tabs_info.black .sf-value,
#tabs_info.black .tab-download {
  color: #ddd;
}
#tabs_info.black .sf-name.even,
#tabs_info.black .sf-item:nth-child(2n+1) .sf-name {
  background: #222121;
}
#tabs_info.black .table.sf-box .sf-item .sf-name,
#tabs_info.black .table.sf-box .sf-item .sf-value,
#tabs_info.black .table.sf-box .sf-item .sf-value.sf-hebing div {
  border-bottom: 1px solid #3f3c3c;
}
#tabs_info.black .table.sf-box .sf-item .sf-value.sf-hebing div:last-child {
  border-bottom: none;
}
#tabs_info.black .table.sf-box .sf-item.first div {
  border-top: 1px solid #3f3c3c;
}
#tabs_info.black .table.sf-box .sf-item .sf-value {
  border-left: 1px solid #3f3c3c;
}
#tabs_info.black .qrcode-right {
  color: #fefefe;
}
#tabs_info.black .tabs-nav-box {
  background-color: #000;
}
#tabs_info.black .tabs-nav-box .tabs_nav li.product-title h1 {
  color: #fff;
}
#tabs_info.black .tabs-nav-box .tabs_nav li a {
  color: #fefefe;
}
#tabs_info.black .tabs-nav-box .tabs_nav li.active a,
#tabs_info.black .tabs-nav-box .tabs_nav li:hover a {
  color: #0f94d6;
}
#tabs_info.black .tabs-nav-box.fixed {
  background-color: transparent;
}
#tabs_info.black .tab-tit {
  color: #eee;
  border-bottom-color: #555;
}
#tabs_info.black .tabs-box.fixed .subnav-bg {
  background-color: rgba(33, 33, 33, 0.65);
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
}
#tabs_info.black .product-title h1 {
  color: #fff;
}
#tabs_info .tabs-box {
  position: relative;
}
#tabs_info .tabs_nav .compare a {
  text-transform: inherit ;
}
#tabs_info.hidetop {
  padding-top: 0px;
}
#tabs_info .tabs-nav-box {
  width: 100%;
  z-index: 1000010;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
}
#tabs_info .tabs-nav-box.fixed {
  background-color: transparent;
}
#tabs_info .subnav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 600ms;
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 600ms;
}
#tabs_info .tabs-box.fixed .subnav-bg {
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
}
#tabs_info .tab-c {
  padding: 0 0 6%;
}
#tabs_info #tab-specification.tab-c {
  padding-top: 3vw;
}
#tabs_info .tab-c.active {
  display: block;
}
#tabs_info .tabs-nav-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
}
#tabs_info .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: -1px;
}
#tabs_info .tabs_nav {
  float: right;
  z-index: 2;
  position: relative;
}
#tabs_info .tabs_nav li {
  display: inline-block;
}
#tabs_info .tabs_nav li .wbr {
  display: inline-block;
  margin-left: 15px;
}
#tabs_info .tabs_nav li.left {
  float: left;
}
#tabs_info .product-title {
  text-align: left;
  float: left;
  z-index: 2;
  position: relative;
}
#tabs_info .product-title span {
  vertical-align: middle;
  display: inline-block;
}
#tabs_info .product-title .product-model {
  font-size: 10px;
  line-height: 1.5;
}
#tabs_info .product-title h1 {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 18px;
  margin: 0;
  display: inline-block;
  font-size: 23px;
  color: #333;
  height: 50px;
  line-height: 50px;
}
#tabs_info .product-title .Discontinued-txt {
  background: #aa64ab;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 10px;
}
#tabs_info .tabs_nav li a {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 18px;
  margin: 0;
  display: inline-block;
}
#tabs_info .tabs_nav li a {
  color: #333;
  border: none;
  line-height: 50px;
  text-transform: capitalize;
}
#tabs_info .tabs_nav li.active a,
#tabs_info .tabs_nav li:hover a {
  color: #0f94d6;
  border: none;
}
#tabs_info .tab-pane {
  padding: 0;
}
#tab-description {
  font-size: 0;
}
#tabs_info #tab-description {
  padding-bottom: 0;
}
.zheshineirong {
  min-height: 50vw;
}
#tab-description .m-level:last-of-type,
#tab-description div.m-level.last-child,
#tab-description > div:last-child {
  margin-bottom: -1px;
}
#tabs_info #tab-download {
  padding-top: calc(3vw + 52px);
}
.tab-download-item {
  width: 980px;
  display: inline-block;
  vertical-align: top;
  max-width: 98%;
  margin: 0 auto;
  padding: 28px;
  border-radius: 10px;
  background: #eff0f1;
  margin-bottom: 40px;
  padding-bottom: 5px;
}
.tab-download-item .download-item-tit {
  font-size: 30px;
  margin-bottom: 36px;
}
.tab-download-item .download-item-download {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
.tab-download-item .download-item-download:last-child {
  border-bottom: none;
}
.tab-download-item .download-name {
  font-size: 18px;
  margin-bottom: 18px;
  overflow-wrap: break-word;
}
.tab-download-item .download-item-add {
  font-size: 12px;
}
.tab-download-item .download-type {
  border-radius: 2px;
  padding: 4px 5px;
  font-size: 15px;
  line-height: 12px;
  background: #1094d6;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}
.tab-download-item .Client {
  padding-bottom: 30px;
}
.tab-download-item .Client .Client-icon {
  width: 250px;
}
.tab-download-item .Client .Client-dl {
  padding-left: 10%;
  width: calc( 100% - 280px);
}
.tab-download-item .Client .Client-icon,
.tab-download-item .Client .Client-dl {
  vertical-align: middle;
}
.tab-download-item .Client .Client-img img {
  width: 200px;
  height: 200px;
}
.tab-download-item .Client .dl-icon {
  font-size: 30px;
}
.tab-download-item .Client .dl-icon i {
  min-width: 100px;
  display: inline-block;
  font-size: 1.5em;
  text-align: center;
}
.tab-download-item .Client .dl-icon span,
.tab-download-item .Client .dl-icon i {
  vertical-align: middle;
}
.tab-download-item .Client .download-btn {
  bottom: 28px;
}
.tab-download-item .Client .download-item {
  padding: 20px 0;
  padding-right: 200px;
}
.tab-download-item .download-btn {
  position: absolute;
  right: 10%;
  bottom: 22px;
  text-align: left;
}
.tab-download-item .download-btn a {
  border-radius: 4px;
  padding: 4px 25px;
  display: inline-block;
  margin-right: 15px;
  background: #1094d6;
  color: #fff;
}
.tab-download-item .download-btn a:last-child {
  margin-right: 0;
}
.tab-download-item-title {
  font-size: 30px;
  margin-bottom: 20px;
  width: 980px;
  max-width: 98%;
  text-align: left;
  color: #333;
  display: inline-block;
  padding-left: 30px;
}
#tabs_info.black .tab-download-item-title {
  color: #fff;
}
.download-video {
  padding-top: 15px;
  padding-bottom: 15px;
}
.download-video #TutorialVideoBox-title {
  margin-top: 25px;
  display: none;
}
.download-video #TutorialVideoBox {
  display: none;
}
.download-video .download-video-title {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 1%;
}
.download-video .download-videoitem {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 1%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 735px) {
  .download-video .download-videoitem {
    width: 50%;
  }
}
.download-video .download-video-bg-text {
  color: #ffffff;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  padding: 5px 10px;
  font-size: 16px;
  text-shadow: 0 0 3px #000;
}
@media only screen and (max-width: 735px) {
  .download-video .download-video-bg-text {
    font-size: 10px;
  }
}
.download-video .download-video-bg {
  border-radius: 10px;
  overflow: hidden;
  background-color: #999;
  position: relative;
  cursor: pointer;
  padding-bottom: 56.2%;
}
@media only screen and (max-width: 735px) {
  .download-video .download-video-bg {
    padding-bottom: 80.2%;
  }
}
.download-video .download-video-bg img {
  width: 100%;
  object-fit: cover;
  object-position: left top;
  position: absolute;
  height: 100%;
}
.download-video .download-video-bg::after {
  content: "\e605";
  font-family: "i" !important;
  display: block;
  text-align: right;
  font-size: 45px;
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  opacity: 0.8;
  background-color: #999;
  transition: all 0.3s ease;
  background-color: #b3b3b3b8;
  color: #ffffff;
  box-shadow: 0 0 5px #00000099;
}
.download-video .download-video-bg:hover::after {
  opacity: 1;
}
.download-video .download-video-text {
  font-size: 14px;
  padding-top: 10px;
  color: #333;
}
#tabs_info.black .download-video .download-video-title,
#tabs_info.black .download-video .download-video-text,
#tabs_info.black .download-video .download-video-bg-text {
  color: #fff;
}
#tabs_info.black .download-video .download-video-bg {
  background-color: #000;
}
#tabs_info.black .download-video .download-video-bg::after {
  background-color: #b3b3b3b8;
  color: #ffffff;
}
.qrcode-right {
  width: calc( 80% - 160px );
  vertical-align: top;
  padding-left: 8%;
  text-align: left;
}
.qrcode-txt {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
}
.qrcode-xitong-txt {
  opacity: 0.8;
  font-size: 18px;
  line-height: 2;
}
#appbox .download-item-download {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#appbox .download-item-download:last-child {
  margin-bottom: 0;
}
#tabs_info.black .f-menucta {
  color: #fff;
}
#tabs_info.black .product-title .txt-black7 {
  color: #ccc;
}
#tabs_info.black .tab-download-item {
  background: #292929;
}
#tabs_info.black .tab-download-item .download-item-tit {
  color: #fff;
}
#tabs_info.black .tab-download-item .download-item-download:last-child {
  border-bottom: none;
}
#tabs_info.black .tab-download-item .download-item-download {
  border-bottom: 1px solid #383737;
}
#tabs_info.black .tab-download-item .download-item-download a {
  color: #fff;
}
#tabs_info.black .tab-download-item .download-item-download a:hover {
  color: #0f94d6;
}
#tabs_info.black .sf-box.techspecs .sf-item,
#tabs_info.black .sf-box.techspecs .sf-item.first {
  border-color: #383737;
}
#tabs_info.black .sf-box.techspecs .sf-item div {
  color: #fff;
}
@media (max-width: 1200px) {
  .tab-download-item .Client .Client-img img {
    width: 100px;
    height: 100px;
  }
  .tab-download-item .Client .download-btn {
    right: 6%;
  }
}
@media (max-width: 735px) {
  .tab-download-item .download-btn {
    position: relative;
    text-align: left;
    right: 0;
    padding-top: 30px;
    bottom: 0;
  }
  .tab-download-item .download-btn a {
    margin-bottom: 10px;
  }
  .tab-download-item .Client .Client-dl {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .tab-download-item .Client .download-btn {
    position: absolute;
  }
  .tab-download-item .Client .download-item {
    max-width: 100%;
    text-align: right;
    padding-right: 189px;
  }
  .tab-download-item .Client .dl-icon {
    font-size: 20px;
  }
  .tab-download-item .Client .dl-icon i {
    min-width: 70px;
  }
  .tab-download-item .Client .dl-icon span {
    font-size: 20px;
  }
  .tab-download-item .Client .Client-icon {
    width: 100%;
    text-align: left;
  }
  .tab-download-item .Client .Client-dl {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
  .tab-download-item .Client .Client-dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .tab-download-item .Client .download-btn {
    bottom: 13px;
  }
  .qrcode-right {
    width: 100%;
    padding-left: 0;
    padding-top: 18px;
    margin-bottom: 20px;
    padding-bottom: 22px;
    margin-top: 30px;
  }
}
.bcd-box {
  display: none;
  text-align: center;
  width: 490px;
  margin: 0 auto;
}
.bcd-box .bcd-img {
  padding: 100% 0 0;
  position: relative;
  margin: 0 auto;
}
.bcd-box .bcd-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 560px) {
  .tab-download-item {
    max-width: 93%;
    padding: 12px;
  }
  .bcd-box .bcd-img {
    width: 72%;
    padding: 72.012% 0 0;
  }
}
.teshutxt {
  font-size: 30px;
}
.teshutxt p {
  padding: 4% 0;
}
#tab-specification {
  font-weight: 400;
  padding: 0 0 6%;
}
.sf-box {
  max-width: 998px;
  margin: 0 auto;
  padding: 0 21px;
  margin-bottom: 30px;
}
.table.sf-box .sf-item {
  display: -webkit- flex;
  display: -o- flex;
  display: -ms- flex;
  display: -moz- flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.table.sf-box .sf-item.first div {
  border-top: 1px solid #ddd;
}
.table.sf-box .sf-item.first div .c-value.first,
.table.sf-box .sf-item.first div .c-value {
  border-top: none;
}
.table.sf-box .sf-item.first div .c-value.first div,
.table.sf-box .sf-item.first div .c-value div {
  border-top: none;
}
.table.sf-box .sf-item .sf-value {
  flex: 2;
  border-left: 1px solid #ddd;
}
.table.sf-box .sf-item .sf-value.sf-hebing {
  padding: 0;
}
.table.sf-box .sf-item .sf-value.sf-hebing div {
  border-bottom: 1px solid #ddd;
}
.table.sf-box .sf-item .sf-value.sf-hebing div:last-child {
  border-bottom: none;
}
.table.sf-box .sf-item .sf-value.c-2-value .c-value {
  display: -webkit- flex;
  display: -o- flex;
  display: -ms- flex;
  display: -moz- flex;
  display: flex;
  padding: 0;
}
.table.sf-box .sf-item .sf-value.c-2-value .c-value div {
  border-bottom: none;
  border-right: 1px solid #ddd;
  flex: 1;
  display: inline-block;
}
.table.sf-box .sf-item .sf-value.c-2-value .c-value div:last-child {
  border: none;
}
.table.sf-box .sf-item.two .sf-value {
  flex-grow: 1;
}
.table.sf-box .sf-item .sf-name,
.table.sf-box .sf-item .sf-value {
  border-bottom: 1px solid #ddd;
}
.table.sf-box .sf-item.sf-text {
  display: block;
}
.table.sf-box .sf-item.sf-text div {
  border-bottom: 1px solid #ddd;
}
.sf-tit {
  font-size: 26px;
  margin: 20px 0;
  padding: 0 5px;
}
.sf-item div {
  padding: 18px 0;
  padding-left: 26px;
}
.sf-name,
.sf-value {
  display: inline-block;
  vertical-align: top;
}
.sf-name {
  width: 40%;
}
.sf-value {
  color: #666;
  width: 59%;
}
.sf-value img {
  max-width: 80%;
}
.sf-name.even,
.sf-item:nth-child(2n+1) .sf-name {
  background: #f5f5f5;
}
.sf-box.techspecs {
  line-height: 1.5;
  padding: 0;
  max-width: 998px;
  padding-top: 54px;
}
.sf-box.techspecs .sf-tit {
  padding-bottom: 60px;
  font-size: 2.8em;
}
.sf-box.techspecs .sf-item {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}
.sf-box.techspecs .sf-item.first {
  border-top: 1px solid #ddd;
}
.sf-box.techspecs .sf-item.last {
  border-bottom: none;
}
.sf-box.techspecs .sf-item:before,
.sf-box.techspecs .sf-item:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.sf-box.techspecs .sf-item div {
  padding: 0;
}
.sf-right,
.sf-left {
  float: left;
}
.sf-left {
  width: 30%;
  font-weight: 500;
  padding-right: 30px !important;
}
.sf-right {
  width: 70%;
  color: #333;
  line-height: 1.8;
  padding-left: 15px !important;
}
.sf-right img {
  max-width: 100%;
}
.sf-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.sf-logo + div {
  display: inline-block;
  vertical-align: middle;
}
.sf-jiange {
  width: 50px;
  display: inline-block;
}
.sf-xian {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 1442px) {
  .sf-box,
  .sf-box.techspecs {
    max-width: 80%;
  }
}
@media only screen and (max-width: 735px) {
  .sf-box,
  .sf-box.techspecs {
    max-width: 86%;
  }
  .sf-right,
  .sf-left {
    width: 100%;
  }
  .sf-right {
    padding-right: 15px !important;
  }
  .sf-right.f-size-20 {
    font-size: 12px;
  }
  .sf-left {
    font-size: 2em;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    margin-bottom: 10px;
  }
  .sf-box.techspecs .sf-item {
    padding: 30px 0;
  }
  .sf-box.techspecs .sf-tit {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 468px) {
  .sf-box,
  .sf-box.techspecs {
    max-width: 95%;
  }
}
.tab-content {
  border: medium none;
  padding: 0;
  overflow: hidden;
}
.tab-tit {
  font-size: 26px;
  margin-left: 13%;
  margin-top: 100px;
}
.tab-download {
  margin-top: 30px;
  margin-left: 15%;
}
.tab-download div {
  line-height: 30px;
}
.tab-download div a {
  color: #727271;
}
.box .box-content {
  background: transparent;
  padding: 0px;
  position: relative;
}
#content .product-carousel .product-block,
#content .product-grid .product-block,
#content .box-product .product-block,
.product-carousel .product-block,
.product-grid .product-block,
.box-product .product-block {
  padding: 12px 14px 35px;
  background: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  clear: both;
  overflow: hidden;
}
.product-thumb .caption {
  padding: 15px 10px;
  font-size: 16px;
}
.box .box-heading,
#content .box .box-heading,
#homecms_tab .box-heading,
.homeslider_cms .box-heading {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 32px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 110px;
}
.product-block .caption > h4 {
  margin: 0;
}
.tab-content > .tab-pane {
  line-height: initial;
}
#dierhang {
  padding: 5.45% 0;
  margin: 0;
  text-align: left;
}
#dierhang .level-item {
  width: 33%;
  background: #fff;
  border-right: 1px solid #EFEFEF;
  position: relative;
}
#dierhang .level-item:last-child {
  border: none;
}
#dierhang .level-item:before {
  content: "";
  border: 2px solid #ffffff;
  border-left: 3px solid #717272;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 3em;
}
#dierhang .level-item:hover:before {
  border-left: 3px solid #0f94d6;
}
#dierhang .level-item a {
  line-height: 160px;
  display: block;
  height: 160px;
}
#dierhang .level-item div {
  line-height: 1.2em;
  display: inline-block;
  padding-left: 10%;
  vertical-align: middle;
}
.zuixin {
  background: #f7f7f7;
  padding: 4% 0;
}
.zuixin .level-tit {
  padding: 2% 0 4%;
}
.zuixin .swiper-button-next {
  right: -27px;
}
.zuixin .swiper-button-prev {
  left: -27px;
}
.zuixin .swiper-container-horizontal > .swiper-pagination-bullets,
.zuixin .swiper-pagination-custom,
.zuixin .swiper-pagination-fraction {
  bottom: -1px;
  left: 0;
  width: 100%;
}
.zuixin .container {
  padding: 0;
}
.product-thumb .image a {
  display: inline-block;
  overflow: auto;
}
.product-thumb {
  padding-bottom: 20px;
}
.box-media-content {
  display: none;
}
.box-media-item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#content #index-blog {
  padding-bottom: 30px;
  width: 90%;
}
#blogs {
  width: 1200px;
  padding: 6% 6% 0;
  padding-top: 4%;
  padding-bottom: 4%;
  margin: 0 auto;
}
#blogs li.blog-list:before {
  display: none;
}
#index-blog + .buttons {
  margin-top: 30px;
}
#index-blog.u-li-df li {
  padding-left: 1.5em;
}
.blogs {
  overflow: hidden;
}
.blog {
  padding-top: 60px !important;
  min-height: 600px;
}
.blogbg-tit {
  white-space: nowrap;
}
.blogcanvas {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.blog-tit {
  width: 100%;
}
.blog-tit a {
  color: #727171;
  font-size: 16px;
}
.blog-tit a:hover {
  color: #0f94d6;
}
li.blog-list {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 16px;
}
.u-li-df.black6 li.blog-list:before {
  background: #888;
  width: 6px;
  height: 6px;
}
.blog-tit a {
  display: block;
  margin-right: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 40px;
}
.blog-tit a.new:before {
  content: "NEW";
  display: inline-block;
  font-size: 12px;
  background: #de3232;
  color: #fff;
  right: 0;
  padding: 2px 8px;
  border-radius: 4px;
  transform: scale(0.8);
}
.blog-date {
  position: absolute;
  right: 1em;
  color: #aaa;
  font-size: 13px;
  white-space: nowrap;
}
.single-blog {
  margin-bottom: 60px;
}
.box.blogs {
  padding: 5% 0 3.5%;
}
.blogs .media-img {
  padding-left: 15px;
}
.blogs .media-txt img {
  width: 100%;
}
.blog-left {
  float: left;
  margin: 0;
  position: relative;
}
.single_blog_heading {
  float: none;
  position: relative;
  width: 100%;
  padding: 2em 20px 0;
}
.single_blog_heading h3 {
  font-weight: 400;
  color: #459ed8;
}
.blog-desc {
  padding: 30px 15px 30px;
  line-height: 1.8;
}
.blog-desc img {
  max-width: 100%;
  height: auto;
}
.blog-desc a {
  word-wrap: break-word;
}
.blog_day {
  color: #aaa;
  float: inherit;
  font-size: 13px;
  padding: 0.5em 0 0.8em;
  margin: 0px 0 0 0;
  border-bottom: 1px solid rgba(66, 157, 218, 0.3);
}
.newsletter {
  padding: 0;
  text-align: right;
}
.newsletter p {
  font-size: 12px;
  margin-bottom: 18px;
}
.newsletter .newsletter-box {
  position: relative;
  font-size: 0;
  display: inline-block;
}
.newsletter .btn-lg {
  background: #25b0ef;
  border: none;
  height: 40px;
  padding: 0 10px 0 15px;
  color: #fff;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
}
.newsletter .sub_text {
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 10px;
  color: #999;
}
.newsletter .form-control.input-lg {
  width: 183px;
  height: 40px;
  margin: 0 auto;
  border: none;
  display: inline-block;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #202020;
  color: #fff;
  vertical-align: middle;
  padding: 0 10px;
}
.newsletter .btn-lg:hover {
  background: #0f94d6;
  border: medium none;
  color: #000;
}
.newsletter .text-danger {
  color: #DD4444;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  font-size: 12px;
  position: absolute;
  top: 87%;
  left: 0;
}
.newsletter .text-danger.code200 {
  color: chartreuse;
  font-size: 20px;
}
.newsletter .newsletter-submit-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  clear: both;
  white-space: nowrap;
  color: #fff;
}
.newsletter #footer-submit-download {
  background: #25b0ef;
  cursor: pointer;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.newsletter #footer-submit-download:hover {
  background: #1a8dc2;
}
.newsletter #footer-submit-download:hover #email-Unsubscribe {
  display: block;
}
.newsletter #footer-submit-download .icon-xia {
  line-height: 50px;
  font-size: 12px;
  transform: scale(0.6);
  display: inline-block;
}
.newsletter #newsletter-submit-download {
  background: #25b0ef;
  cursor: pointer;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.newsletter #newsletter-submit-download:hover {
  background: #1a8dc2;
}
.newsletter #newsletter-submit-download:hover #email-Unsubscribe {
  display: block;
}
.newsletter #newsletter-submit-download .i-down_arrow {
  line-height: 40px;
  font-size: 12px;
  transform: scale(0.6);
  display: inline-block;
  color: #fff;
}
.newsletter #email-Unsubscribe {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  height: 100%;
  background-color: #f60;
  font-size: 13px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  padding: 0 5px;
  display: none;
  z-index: 10001;
  border: none;
}
.newsletter-container {
  background-color: #242424;
}
.topSup-text {
  position: initial;
  display: inline-block;
  vertical-align: super;
  top: initial;
}
.footnote-number {
  position: inherit;
  font-size: 0.667em;
  line-height: 1;
  vertical-align: super;
  display: inline-block;
  cursor: pointer;
}
.footnote-number a {
  color: inherit;
  display: block;
  vertical-align: text-top;
  text-underline-offset: 0.18em;
  margin-bottom: -0.9em;
  cursor: pointer;
}
.footnote-number::after {
  pointer-events: none;
  content: "_";
  display: block;
  vertical-align: text-top;
  width: 100%;
  height: 0.9em;
}
.footnote-number:hover {
  color: #0f94d6;
}
.footnote-number:hover a {
  color: #0f94d6;
}
.footnote-box {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  padding: 80px 10px;
}
.footnote-box .footnote-ol {
  padding: 20px 30px;
  border: 1px solid rgba(170, 170, 170, 0.29);
  border-left: none;
  border-right: none;
}
.footnote-box li {
  list-style-type: decimal;
  color: #aaa;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.footnote-box li:last-child {
  margin-bottom: 0;
}
.footnote {
  list-style-type: decimal;
  font-size: 12px;
}
.black .footnote-box {
  opacity: 0.8;
}
footer {
  margin-top: 30px;
  padding-top: 1px !important;
  background-color: #0e0e0e;
  color: #a8a8a8;
  position: relative;
  /* top: 162px; */
}
#footer {
  padding-top: 80px;
}
#footer .container {
  width: 1200px;
  max-width: 100%;
}
#footer .column {
  padding: 0;
}
#footer .fangweitishi {
  display: none;
  color: #DD4444;
  position: absolute;
}
#footer .content_footer_left ul li:hover .fangweitishi {
  display: block;
  line-height: 10px;
  transform: scale(0.8);
  transform-origin: left;
}
.footer_right {
  position: absolute;
  width: 26.95%;
  right: 0;
  top: -27px;
}
.col-sm-3.column {
  padding-right: 125px;
  padding: 0;
}
.content_footer_left ul li {
  line-height: 24px;
  margin-bottom: 9px;
  font-weight: 400;
  font-size: 12px;
}
.content_footer_left ul li a {
  font-size: 12px;
}
.content_footer_left ul li:hover .fangweitishi {
  display: block;
}
.Concern-box {
  margin-top: 50px;
}
.Concern-box li {
  display: inline-block;
}
.Concern-box li a {
  padding: 0px;
  text-align: center;
  line-height: 23px;
  border-radius: 2px;
  font-size: 28px;
  margin: 0px 2px;
  color: #999;
  margin-right: 15px;
}
@media only screen and (max-width: 1920px) {
  .Concern-box li a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 735px) {
  .Concern-box li a {
    margin-right: 16px;
  }
}
.slide_header .container,
.newsletter_inner.container,
#footer.container,
.footer_bottom.container,
.common-home .container,
#featured,
footer {
  margin-top: 0;
}
.slide_header + .container {
  margin-top: 70px;
}
footer a:hover {
  color: #0f94d6;
}
.Concern-box li .i-xiaohongshu {
  position: relative;
}
.Concern-box li .i-xiaohongshu::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
}
.Concern-box li a:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}
footer h5 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  position: relative;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.toggle {
  background: none repeat scroll 0 0 transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  padding: 5px 0px;
  margin: 0 0 15px;
}
.toggle .mobile_togglemenu {
  cursor: pointer;
  width: 100%;
  margin-top: 0;
  display: block;
  overflow: hidden;
  padding: 0 0 15px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.toggle .mobile_togglemenu:before {
  content: "+";
  display: block;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: -4px;
  font-size: 23px;
  transition: all 0.5s linear;
}
#footer .mobile_togglemenu:hover {
  text-decoration: none;
}
#footer .Certification {
  position: absolute;
  right: 15px;
  z-index: 100;
  bottom: calc(100% + 18px);
}
#footer .Certification a {
  margin-left: 50px;
}
@media (max-width: 1024px) {
  #footer .Certification {
    position: relative;
    right: auto;
    bottom: 0;
    z-index: 100;
    margin-bottom: 20px;
  }
  #footer .Certification a {
    margin-left: 0;
    margin-right: 50px;
  }
  #footer .Certification a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 735px) {
  #footer .footer_bottom.container {
    padding-top: 18px;
  }
}
@media (max-width: 735px) {
  #footer .Certification a {
    margin-right: 30px;
  }
  #footer .Certification a:last-child {
    margin-right: 0;
  }
}
.active .mobile_togglemenu:before {
  transform: rotate(45deg);
}
.footer_bottom_links {
  border-top: 1px solid #333;
  text-align: center;
  margin-top: 17px;
}
.footer_bottom.container {
  padding: 40px 0 50px;
}
.weixin {
  position: relative;
}
.weixin .popup {
  display: none;
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 120px;
  height: 130px;
}
.weixin .popup img {
  width: 100%;
}
.footer_beian {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}
.footer_beian a {
  opacity: 0.6;
}
.footer_beian a:hover {
  opacity: 1;
}
.footer_beian .footer_beian_item,
.footer_beian .footer_beian_img {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}
footer a {
  color: #999;
}
@media (max-width: 1400px) {
  .level-container,
  .range {
    width: 1180px;
  }
}
@media (max-width: 1200px) {
  .nav-responsive span,
  .main-menu > ul > li > a {
    font-size: 12px;
    padding: 24px 10px 19px;
  }
  .pc-level {
    background-size: 1600px;
    height: 750px;
  }
  .pc-level .pcimg-box {
    transform: translate(-50%, 0) scale(0.83);
    top: 80px;
  }
  #blogs {
    width: 100%;
    padding: 6% 5px 0;
  }
  .level-container,
  .range {
    width: 1080px;
  }
  .m-children .children-img {
    left: 60vw;
  }
  .m-children .level-item {
    padding-left: 37px;
  }
  .m-children .media-all {
    position: absolute;
    bottom: -4.4em;
    left: 120px;
  }
  .yuansvg-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 3;
  }
  .yuansvg-swiper.swiper-container {
    width: calc(100% - 333px);
    height: 42vw;
    margin-left: 333px;
  }
  .yuansvg-swiper.swiper-container .swipersvg {
    width: 100%;
    height: 60vw;
  }
  .container {
    width: 100% !important;
  }
}
@media (max-width: 1150px) {
  .nav-responsive span,
  .main-menu > ul > li > a {
    padding: 23px 5px 19px;
  }
}
@media (max-width: 1100px) {
  .main-menu > ul > li {
    margin-right: 15px;
  }
  #menu.main-menu {
    padding-left: 0px;
  }
  .box-product {
    width: 80%;
  }
  .zuixin .swiper-button-next {
    right: 10px;
  }
  .zuixin .swiper-button-prev {
    left: 10px;
  }
  .level-container,
  .range {
    width: 980px;
  }
  #search {
    margin: 23px 17px 20px;
  }
}
@media (max-width: 997px) {
  .common-home .slide_header {
    background: #fff;
    margin-bottom: 0;
  }
  .search-ctn {
    padding-top: 51px !important;
  }
  .fenlei-nav {
    margin-top: 50px !important;
  }
  #tabs_info .product-title span,
  #tabs_info .product-title .txt-black7 {
    font-size: 12px;
  }
  #tabs_info .product-title h1 {
    font-size: 16px;
    padding: 0 15px;
  }
  #tabs_info .tabs_nav li {
    display: block;
    text-align: left;
    margin-right: 24px;
    margin-left: 24px;
    border-bottom: 1px solid #dbdbdb;
    opacity: 0;
    -webkit-transform: scaleY(0.8) translateX(-24px);
    -o-transform: scaleY(0.8) translateX(-24px);
    -ms-transform: scaleY(0.8) translateX(-24px);
    -moz-transform: scaleY(0.8) translateX(-24px);
    transform: scaleY(0.8) translateX(-24px);
    -webkit-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  #tabs_info .tabs_nav li:last-child {
    border-bottom: none !important;
  }
  #tabs_info .tabs_nav li:nth-child(1) {
    -webkit-transition-delay: 300ms,300ms;
    transition-delay: 300ms,300ms;
  }
  #tabs_info .tabs_nav li:nth-child(2) {
    -webkit-transition-delay: 350ms,350ms;
    transition-delay: 350ms,350ms;
  }
  #tabs_info .tabs_nav li:nth-child(3) {
    -webkit-transition-delay: 400ms,400ms;
    transition-delay: 400ms,400ms;
  }
  #tabs_info .subnav-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #c6c6c6;
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }
  #f-menustate:checked ~ .html-box #tabs_info .subnav-bg {
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    background-color: rgba(255, 255, 255, 0.95);
  }
  #f-menustate:checked ~ .html-box #tabs_info.black .subnav-bg {
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    background-color: rgba(33, 33, 33, 0.95);
  }
  #f-menustate:checked ~ .html-box .subnav-tabs-btn:before {
    opacity: 0.5;
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: transform 1s linear;
    -o-transition: transform 1s linear;
    -ms-transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    transition: transform 1s linear;
  }
  #f-menustate:checked ~ .html-box .tabs_nav {
    max-height: 400px;
  }
  #f-menustate:checked ~ .html-box .tabs_nav li {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -moz-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  #f-menustate:checked ~ #f-curtain,
  #f-menustate:target ~ #f-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transition: opacity 1s ease 0.1s;
    transition: opacity 1s ease 0.1s;
  }
  #tabs_info .tabs-box {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  #tabs_info .tabs-box.fixed {
    position: fixed;
    top: 0px;
  }
  #tabs_info .tabs-nav-box {
    background-color: transparent;
  }
  #tabs_info .tabs_nav {
    display: block;
    float: none;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1s linear 100ms;
    transition: all 1s linear 100ms;
  }
  #tabs_info .tabs_nav::after {
    content: " ";
    display: block;
    height: 14px;
  }
  .f-menucta {
    z-index: 10;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
  .subnav-tabs-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
  }
  .subnav-tabs-btn::before {
    content: "\e6ae";
    font-family: "i";
    display: block;
    background: transparent;
    -webkit-transition: transform 1s linear 300ms;
    transition: transform 1s linear 300ms;
  }
  .main-menu > ul > li {
    margin-right: 15px;
  }
  .level-container,
  .range {
    width: 100%;
  }
  .slide_header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 50px;
  }
  .slide_header .responsive-menu {
    min-height: 50px;
  }
  .slide_header .nav-responsive {
    padding: 15px 21px 15px;
  }
  .slide_header #search {
    margin: 14px 14px;
  }
  .slide_header #search {
    border-color: #666;
    color: #666;
  }
  .slide_header #search .input-lg {
    border-color: #666;
  }
  .slide_header #search .input-lg::-webkit-input-placeholder {
    color: #666;
  }
  .slide_header #search .input-lg:-moz-placeholder {
    color: #666;
  }
  .slide_header #search .input-lg::-moz-placeholder {
    color: #666;
  }
  .slide_header #search .input-lg:-ms-input-placeholder {
    color: #666;
  }
  #tabs_info.black .f-menucta {
    color: #fff;
  }
  #tabs_info.black .product-title .txt-black7 {
    color: #ccc;
  }
  #tabs_info.black .tabs_nav li {
    border-bottom: 1px solid #2e2e2e;
  }
  #tabs_info.hidetop {
    padding-top: 63px;
    padding-top: 50px;
  }
  #tabs_info {
    padding-top: 63px;
  }
  #res-menu .dropdown-menu {
    position: inherit;
    background: none;
    border: none;
    width: 100%;
  }
  #res-menu {
    font-weight: 400;
  }
  .container,
  footer {
    top: 0;
    width: 100%;
    padding: 0;
  }
  .row {
    margin: 0;
  }
  .content_footer_left,
  .content_footer_bottom {
    padding: 0 10%;
  }
  .col-sm-3.column {
    margin-right: 50px;
  }
  .content_footer_left ul {
    padding-left: 15px;
  }
  .common-home #form-language .btn-link,
  .common-home #search,
  .slide_header #form-language .btn-link,
  .slide_header #search {
    color: #666;
  }
  #tabs_info .tab-c {
    display: block;
  }
  .footer_right {
    width: 80%;
    position: relative;
    margin: 35px auto;
  }
  .tab-download {
    margin-top: 30px;
    margin-left: 8%;
    margin-bottom: 5%;
  }
  .tab-tit {
    font-size: 29px;
    margin-left: 5%;
    margin-top: 24px;
  }
  .sf-value img {
    width: 100%;
    max-width: 100%;
  }
  .yuansvg-swiper.swiper-container {
    width: calc(100% - 233px);
    height: 46vw;
    margin-left: 233px;
  }
  .yuansvg-swiper.swiper-container .swipersvg {
    width: 100%;
    height: 60vw;
  }
  .blogbg {
    height: 40vw;
  }
  .blogbg img {
    height: 100%;
  }
  #search-container {
    min-height: 650px;
  }
  .box404 {
    min-height: 650px;
  }
  .newsletter {
    width: 96%;
    text-align: left;
  }
  .newsletter .text-danger {
    text-align: left;
  }
  #footer .column {
    width: 100%;
  }
  #footer .column ul {
    display: none;
  }
  #footer .toggle {
    border-bottom: 1px solid #2f2d2d;
  }
  #footer .Concern-box {
    padding: 0 10%;
  }
  #footer .fangweitishi {
    display: inline-block;
    font-size: 8px;
    color: #DD4444;
    line-height: 10px;
    position: relative;
  }
  #footer .content_footer_left ul li:hover .fangweitishi {
    display: inline-block;
    font-size: 8px;
    color: #DD4444;
    line-height: 10px;
    transform: none;
  }
}
@media (max-width: 998px) {
  .bannerslide {
    margin-top: 51px;
  }
  .header_center {
    width: 100%;
  }
  .header_left {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .header_right {
    z-index: 1000;
    position: absolute;
  }
  #logo a {
    padding: 15px 0px;
  }
  #logo {
    width: 70px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header-search {
    padding-top: 4px;
  }
  #form-language .btn-link {
    padding: 0;
  }
  .header_right #form-language {
    display: none;
  }
  .zheshineirong {
    min-height: 400px;
  }
  .peijian-item {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .box404 {
    min-height: 600px;
  }
  .box .box-heading,
  #content .box .box-heading,
  #homecms_tab .box-heading,
  .homeslider_cms .box-heading,
  #latest.box .box-heading,
  #special.box .box-heading,
  #featured.box .box-heading,
  #Bestseller.box .box-heading {
    margin-bottom: 20px;
  }
  html {
    min-width: 100%;
  }
  .bannerslide div[class^='swiper-button'] {
    display: none;
  }
  #my-container {
    padding-top: 70px;
  }
  #search {
    color: #666;
  }
  #search .input-group-btn {
    right: 33px;
  }
  .content_footer_left {
    padding: 0 5%;
  }
  .content_footer_bottom {
    padding: 0;
  }
  #latest .container,
  #bestseller .container,
  #special .container,
  #content .related {
    width: auto;
  }
  .container.range {
    width: 100%;
  }
  #res-menu.scroll #form-language {
    display: block;
  }
  .zuixin .container {
    padding: 0 6px;
  }
  #content .product-carousel .product-block,
  #content .product-grid .product-block,
  #content .box-product .product-block,
  .product-carousel .product-block,
  .product-grid .product-block,
  .box-product .product-block {
    padding: 10px 5px 22px;
  }
  .header_right {
    width: 34%;
  }
  .dianchi {
    height: 380px;
  }
  .dianchi .dianchi-shadow {
    width: 150px;
    height: 90px;
    bottom: 0;
  }
  .dianchi .nlgai {
    height: 4px;
    -webkit-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .dianchi .qiu {
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
  }
  .m-level.active .nengliang {
    height: 150px;
  }
  .yuansvg-box {
    width: 252px;
    height: 286px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
  }
  .yuansvg-box .yuantxt li {
    width: 200px;
    font-size: 12px;
  }
  .yuansvg-box .yuansvg {
    width: 107px;
    height: 267px;
  }
  .yuansvg-swiper.swiper-container {
    width: calc(100% - 133px);
    height: 45vw;
    margin-left: 133px;
  }
  .yuansvg-swiper.swiper-container .swipersvg {
    width: 90%;
    height: 50vw;
  }
  .pc-level {
    background: url("/image/catalog/ui/pc-m.jpg") no-repeat;
    background-position: center;
    background-size: 752px;
    height: 650px;
  }
  .pc-level .pcimg {
    transform: matrix3d(0.684109, -0.00328688, 0, 1.55052e-05, 0.116157, 0.739213, 0, 0.000194439, 0, 0, 1, 0, 162, 6, 0, 1);
  }
  .blogbg {
    height: 50vw;
  }
  .blogbg img {
    height: 100%;
  }
  .blogcanvas {
    display: none;
  }
  #button-search {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
  #search-container {
    min-height: 600px;
  }
  #tuijian .share-2 .level-item {
    width: 100%;
  }
  #tuijian .tuijian-txt .level-tit {
    font-weight: bold;
  }
  #footer .Concern-box {
    padding: 0 5%;
  }
  #footer .footer_bottom_links {
    padding: 0 5%;
  }
  #footer .footer_bottom_links .footer_bottom {
    text-align: left;
  }
  #footer .footer_bottom_links .footer_bottom.container > p {
    text-align: left;
  }
  #dierhang {
    display: none;
  }
  .u-btn.btn-appGoogle,
  .u-btn.btn-appStore {
    width: 130px;
    height: 43px;
    background-size: 100%;
  }
  .peijian-item {
    width: 45vw;
    font-size: 12px;
  }
  .peijian-item .peijian-tit {
    font-size: 16px;
  }
  .peijian-item .peijian-model {
    font-size: 14px;
  }
  #footer {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .sf-box {
    padding: 0 10px;
  }
  .blogbg {
    height: 60vw;
  }
  .blogbg img {
    height: 100%;
  }
  .list-item {
    width: 47%;
  }
  .blog-tit {
    width: 100%;
  }
  .blog-tit a {
    color: #727171;
    font-size: 14px;
  }
  .blog-tit a:hover {
    color: #0f94d6;
  }
  .blogs .media-txt {
    display: none;
  }
  .blogs .media-img {
    width: 100%;
    padding: 0 10px;
  }
  .bcd-box {
    width: 70%;
  }
  .dianchi {
    height: 380px;
  }
  .dianchi .dianchi-shadow {
    width: 120px;
    height: 90px;
    bottom: 0;
  }
  .dianchi .nlgai {
    height: 4px;
    -webkit-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .dianchi .qiu {
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
  }
  .m-level.active .nengliang {
    height: 120px;
  }
  .yuansvg-box {
    display: none;
  }
  .yuansvg-swiper.swiper-container {
    width: 100%;
    margin: 0;
    height: 70vw;
  }
  .yuansvg-swiper.swiper-container .swipersvg {
    width: 100%;
    height: 58vw;
    margin-left: -5%;
  }
  .yuansvg-swiper.swiper-container .yuansvgtxt {
    font-size: 25px;
  }
  .yuansvg-swiper.swiper-container .swiper-pagination {
    display: block;
  }
  .upimg img {
    width: 95%;
  }
  .peijian-item {
    width: 40vw;
  }
}
@media (max-width: 468px) {
  .top_button {
    display: none;
  }
  .tidio-chat {
    display: none;
  }
  .input-search-box .input-search-claer {
    top: 41%;
  }
  .input-search-box .input-search-claer:after {
    font-size: 35px;
  }
  .input-search-box .input-search-placeholder {
    top: 8px;
    font-size: 40px;
  }
  .search-title {
    margin-bottom: 10px;
  }
  .search-title #input-search {
    font-size: 40px;
    color: #00a9e3;
    padding: 0;
    margin: 0;
    padding-right: 0.6em;
    border: none;
  }
  #search {
    margin: 18px 14px;
  }
  #search i {
    font-size: 21px;
  }
  .fenlei-nav {
    margin-top: 72px;
  }
  .category_list {
    margin: 5px 0 15px;
  }
  .sf-box {
    padding: 0 5px;
    font-size: 10px;
  }
  .box404 {
    min-height: 400px;
  }
  #search-container {
    min-height: 500px;
    padding: 0 15px;
  }
  .animate_float:hover {
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    transition: none;
    box-shadow: none;
  }
  .sf-tit {
    font-size: 24px;
  }
  .table.sf-box .sf-name,
  .table.sf-box .sf-value {
    display: inline-block;
    /* Safari */
    border-bottom: none;
  }
  .table.sf-box .sf-name {
    width: 30%;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .table.sf-box .sf-value {
    width: 100%;
  }
  .sf-item div {
    padding: 9px 0;
    padding-left: 6px;
  }
  .sf-item {
    border: none;
    padding: 0;
  }
  .sf-name {
    width: 100%;
    padding-bottom: 10px;
  }
  .sf-value {
    padding: 10px 0 18px;
    width: 90%;
  }
  .tab-download {
    margin-top: 20px;
    margin-left: 4%;
    margin-bottom: 8%;
  }
  .tab-tit {
    font-size: 24px;
    margin-left: 4%;
    margin-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
  #res-menu .dropdown-menu {
    box-shadow: none;
  }
  .header_right {
    width: 40%;
  }
  .box-media-content {
    display: flex;
  }
  .box-media-content {
    text-align: center;
  }
  .zuixin .box-content {
    display: none;
  }
  .box-product {
    width: 100%;
  }
  .zuixin div[class^='swiper-button'] {
    display: none;
  }
  #content #index-blog {
    width: 95%;
  }
  #latest.box,
  #bestseller.box,
  #special.box,
  .box.blogs {
    padding: 30px 0 30px;
  }
  .footer_right {
    width: 80%;
  }
  #search .input-lg {
    right: 4px;
    position: relative;
  }
  .applogo {
    min-width: 58px;
    height: 58px;
  }
  .u-btn.btn-appGoogle,
  .u-btn.btn-appStore {
    width: 100px;
    height: 37px;
    background-size: 100%;
  }
  .dianchi {
    height: 280px;
  }
  .dianchi .dianchi-shadow {
    width: 90px;
    height: 60px;
    bottom: 0;
  }
  .dianchi .nlgai {
    height: 4px;
    -webkit-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  .dianchi .qiu {
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
  }
  .m-level.active .nengliang {
    height: 88px;
  }
  .slideup .upimg {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }
  .slideup .upimg img {
    width: 100%;
  }
  .pc-level {
    background: url("/image/catalog/ui/pc-m.jpg") no-repeat;
    background-position: 50% bottom;
    background-size: 444px;
    height: 475px;
  }
  .pc-level .pcimg-box {
    transform: translate(-50%, 0) scale(0.5);
    top: -4px;
  }
  .blogs .u-li-df li {
    padding-left: 0.3em;
  }
  .blog-date {
    right: 0.3em;
  }
  .peijian-item {
    width:  calc(100% - 16px);
  }
  .dc-beizhu {
    padding: 9px 0;
    padding-left: 6px;
  }
  .dc-lunbo .swiper-button-next,
  .dc-lunbo .swiper-button-prev {
    width: 27px;
    height: 38px;
    margin-top: -19px;
    font-size: 29px;
    background-image: none !important;
    display: none;
  }
  .dc-lunbo .swiper-button-next:before {
    content: "\e602";
    font-family: i;
  }
  .dc-lunbo .swiper-button-prev:before {
    content: "\e601";
    font-family: i;
  }
  #footer {
    padding-top: 50px;
  }
  .product-item .item-new {
    left: 10px;
  }
}
@media (max-width: 380px) {
  .pc-level {
    background-position: 57% bottom;
  }
  .pc-level .pcimg {
    transform: matrix3d(0.661151, -0.00446489, 0, -1.02215e-05, 0.107549, 0.680836, 0, 0.000201997, 0, 0, 1, 0, 155, 6, 0, 1);;
  }
  .btn-bofang {
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    width: 46px;
  }
  .newsletter .form-control.input-lg {
    width: 160px;
  }
}
@media (max-width: 350px) {
  .newsletter .form-control.input-lg {
    width: 50%;
  }
}
@media (max-width: 320px) {
  #search-container {
    min-height: 500px;
    padding: 0 10px;
  }
  .box-media-item {
    width: 90%;
  }
  .product-item .item-txt {
    top: 63%;
  }
  .newsletter .form-control.input-lg {
    width: 40%;
  }
}
@keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fudong {
  0% {
    -webkit-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -24px);
    -o-transform: translate(0, -24px);
    -ms-transform: translate(0, -24px);
    -moz-transform: translate(0, -24px);
    transform: translate(0, -24px);
  }
}
.expandable {
  position: relative;
}
.hitarea {
  float: right;
}
.collapsable {
  background: #ddd;
}
.responsive-menu .expandable-hitarea,
.responsive-menu .collapsable-hitarea {
  height: 52px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  position: relative;
}
.responsive-menu .hitarea {
  margin-right: 0;
}
.main-navigation > li::before,
.treeview-list .expandable .collapsable-hitarea::before,
.treeview-list .expandable-hitarea::before,
.responsive-menu .expandable-hitarea::before,
.responsive-menu .expandable .collapsable-hitarea::before,
.responsive-menu .expandable-hitarea::before,
.responsive-menu .expandable .collapsable-hitarea::before {
  font-size: 10px;
  color: #666;
  content: "\e602";
  font-family: "i" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  right: 0;
}
.treeview-list .collapsable .expandable-hitarea::before,
.treeview-list .collapsable-hitarea::before,
.responsive-menu .collapsable-hitarea::before,
.responsive-menu .collapsable-hitarea::before {
  font-size: 10px;
  color: #666;
  content: "\e643";
  font-family: "i" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  right: 0;
}
#launcher {
  right: 11px !important;
}
.noIE .jiantiemengban {
  -webkit-background-clip: text;
  color: transparent !important;
}
.fullbg {
  overflow: hidden;
}
.fullbg .level-container,
.fullbg .fullbgtextbox {
  position: relative;
  z-index: 2;
}
.fullbg .inner-box {
  max-width: 90%;
  margin: auto;
}
.fullbg .fullbgimg {
  background-position: top center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.moverbar-box .bar-left,
.moverbar-box .bar-right {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #3a3a3a;
  padding-top: 10px;
  opacity: 0;
  transform: -webkit-translateY(10px);
  transform: translateY(10px);
  transition: all 0.8s linear;
}
.moverbar-box .bar-right {
  width: 25%;
  transition-delay: 0.3s;
}
.moverbar-box .bar-left {
  width: 70%;
  margin-right: 3%;
}
.moverbar-box .bar-box {
  padding-top: 5%;
  line-height: 2;
}
.moverbar-box .bar {
  height: 15px;
  margin-bottom: 1%;
  max-width: 0%;
  background-color: #ddd;
  -webkit-transition: max-width 1.5s cubic-bezier(0.82, 0.04, 0.86, 0.85);
  transition: max-width 1.5s cubic-bezier(0.82, 0.04, 0.86, 0.85);
}
.moverbar-box.move .bar-left,
.moverbar-box.move .bar-right {
  opacity: 1;
  transform: translateY(0);
}
.moverbar-box.move .bar {
  max-width: 100%;
}
.shangtuxiawen {
  position: relative;
}
.shangtuxiawen .shangtu {
  position: relative;
  z-index: 1;
}
.shangtuxiawen .xiawen {
  position: absolute;
  z-index: 2;
}
@media (max-width: 735px) {
  .shangtuxiawen .xiawen {
    position: relative;
  }
}
.renzheng i.i {
  font-size: 36px;
  color: #fff;
}
.renzheng i.i + i.i {
  margin-left: 20px;
}
@media (max-width: 468px) {
  .renzheng i.i + i.i {
    margin-left: 10px;
  }
}
.fullbg {
  overflow: hidden;
}
.fullbg .level-containe {
  position: relative;
  z-index: 2;
}
.fullbg .inner-box {
  max-width: 90%;
  margin: auto;
}
.fullbg .fullbgimg {
  background-position: top center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.qingdan {
  padding-bottom: 6vw;
}
.qingdan .qingdan-txtbox {
  padding: 4vw 0 2vw;
}
.qingdan .level-tit {
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 1080px) {
  .qingdan {
    padding-bottom: 100px;
  }
  .qingdan .qingdan-txtbox {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 735px) {
  .qingdan {
    padding-bottom: 80px;
  }
  .qingdan .qingdan-txtbox {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 735px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 735px) {
  .media-hide {
    display: none !important;
  }
}
.icon-box {
  text-align: center;
}
.icon-box .icon-img {
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 10px;
}
.icon-box .icon-item {
  display: inline-block;
  vertical-align: top;
}
.icon-font-box {
  text-align: center;
}
.icon-font-box .icon-img {
  margin: auto;
  margin-bottom: 10px;
}
.icon-font-box .icon-item {
  display: inline-block;
  vertical-align: top;
}
.renzheng {
  background-image: url("/image/catalog/product/charger/nc1500/9.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.renzheng .inner-box {
  width: 900px;
  margin: auto;
  max-width: 80%;
  padding-top: 15%;
  padding-bottom: 14%;
}
@media (max-width: 735px) {
  .renzheng {
    background-image: url("/image/catalog/product/charger/nc1500/9_m.jpg");
  }
}
.tanchuang-lukou {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 100;
}
.tanchuang-lukou .tanchuang-lukoubg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
}
.tanchuang-lukou .tanchuang-close {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  text-align: center;
  line-height: 35px;
  width: 40px;
  z-index: 20;
  box-shadow: 0 0 2px #000;
}
@media (max-width: 735px) {
  .tanchuang-lukou .tanchuang-close {
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    line-height: 26px;
  }
}
.tanchuang-lukou .lukouimgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchuang-lukou .lukoupcimg {
  width: 1279px;
  height: 720px;
  background-image: url("/image/catalog/banner/huodong/2021/0111/pclukou.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 90vw;
  max-height: 90vh;
  min-height: 556px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 735px) {
  .tanchuang-lukou .lukoupcimg {
    display: none;
  }
}
.tanchuang-lukou .lukoupcimg_a {
  position: absolute;
  height: 136%;
  width: 27%;
  transform: rotate(18.5deg);
  top: -19.4%;
}
.tanchuang-lukou .revogi {
  left: 15%;
}
.tanchuang-lukou .petoneer {
  left: 71.9%;
  width: 37%;
}
.tanchuang-lukou .xparkle {
  left: 43.4%;
}
.tanchuang-lukou .yidongbox {
  display: none;
  border-radius: 5px;
  background-color: #ffffff;
  width: 90vw;
  max-width: 74vh;
  padding: 10px 10px 1px;
}
@media (max-width: 735px) {
  .tanchuang-lukou .yidongbox {
    display: block;
  }
}
.tanchuang-lukou .yidongbox img {
  max-width: 100%;
}
.tanchuang-lukou .yidongbox a {
  display: block;
  margin-bottom: 10px;
}
.contrast-box {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
.contrast-box .contrast-nav-box {
  position: sticky;
  top: 0;
  left: 0;
}
.contrast-box .contrast-nav-item {
  display: inline-block;
  width: 33.3%;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 735px) {
  .contrast-box .contrast-nav-item {
    width: 50%;
  }
  .contrast-box .contrast-nav-item.mobileHide {
    display: none;
  }
}
.contrast-box .contrast-nav-item:last-child .contrast-nav-item-select {
  border-right: none;
}
.contrast-box .contrast-nav-item-select {
  color: #fff;
  background-color: #333;
  padding: 0 20px;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.contrast-box .contrast-nav-item-select:hover {
  background-color: #666666;
}
.contrast-box .contrast-nav-item-select::after {
  content: "\25BC";
  position: absolute;
  right: 10px;
  top: 0;
}
.contrast-box .contrast-nav-item-select.open + .contrast-nav-selectbox {
  max-height: 300px;
}
.contrast-box .contrast-nav-selectbox {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  transition: max-height 0.5s;
  background-color: #333;
}
.contrast-box .contrast-nav-selectbox .select-item {
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
.contrast-box .contrast-nav-selectbox .select-item:hover {
  background-color: dodgerblue;
}
.contrast-box .contrast-nav-selectbox .select-item.active {
  cursor: default;
}
.contrast-box .contrast-nav-selectbox .select-item.active:after {
  content: "\2713";
  position: absolute;
  right: 10px;
  top: 0;
}
.contrast-box .contrast-nav-tit {
  background-color: #333;
  color: #fff;
  padding: 0 20px;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 735px) {
  .contrast-box .contrast-nav-tit {
    display: none !important;
  }
}
.contrast-box .contrast-content-vlue {
  display: inline-block;
  box-sizing: border-box;
  font-size: 16px;
  width: 33.3%;
  vertical-align: top;
  padding: 20px;
}
.contrast-box .contrast-content-vlue:last-child {
  border-right: none;
}
.contrast-box .contrast-content-vlue img {
  width: 80%;
  display: block;
}
@media only screen and (max-width: 735px) {
  .contrast-box .contrast-content-vlue {
    padding-top: 10px;
    width: 50%;
  }
  .contrast-box .contrast-content-vlue.mobileHide {
    display: none;
  }
}
.contrast-box .contrast-content-vlues-box,
.contrast-box .contrast-content-tit {
  display: inline-block;
  vertical-align: top;
}
.contrast-box .contrast-content-item {
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 735px) {
  .contrast-box .contrast-content-item {
    border-bottom: none;
  }
}
.contrast-box .contrast-nav-tit,
.contrast-box .contrast-nav {
  display: inline-block;
  vertical-align: middle;
}
.contrast-box .contrast-nav,
.contrast-box .contrast-content-vlues-box {
  width: calc( 100%  - 200px );
}
@media only screen and (max-width: 735px) {
  .contrast-box .contrast-nav,
  .contrast-box .contrast-content-vlues-box {
    width: 100%;
  }
}
.contrast-box .contrast-content-tit,
.contrast-box .contrast-nav-tit {
  width: 200px;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: bold;
}
.contrast-box .contrast-content-tit {
  font-size: 16px;
  padding: 12px 20px;
}
@media only screen and (max-width: 735px) {
  .contrast-box .contrast-content-tit {
    display: block;
    border-bottom: 1px solid #999;
    width: 100%;
    padding-bottom: 9px;
  }
}
.contrast-box .contrast-content-vlues-box {
  margin-left: 0;
}
.pcshow-ib {
  display: inline-block !important;
  *display: inline;
  *zoom: 1;
}
.pcshow-db {
  display: block !important;
}
.pcshow-op {
  opacity: 1 !important;
}
.mediashow-ib {
  display: none !important;
}
.mediashow-db {
  display: none !important;
}
.mediashow-op {
  opacity: 0 !important;
}
@media only screen and (max-width: 735px) {
  .pcshow-video video {
    display: none !important;
  }
  .pcshow-ib {
    display: none !important;
  }
  .pcshow-db {
    display: none !important;
  }
  .pcshow-op {
    opacity: 0 !important;
  }
  .mediashow-ib {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
  }
  .mediashow-db {
    display: block !important;
  }
  .mediashow-op {
    opacity: 1 !important;
  }
}
.show3Dbox {
  background-color: #fff;
  overflow: hidden;
}
.show3Dbox .show3Dbox-content {
  background-color: #F7F7F7;
}
.show3Dbox.black {
  background-color: #222222;
  color: #f7f7f7;
}
.show3Dbox.black .show3Dbox-content {
  background-color: #000000;
}
.show3Dbox.black .show3Dbox-AR-txt a {
  color: #1182e3;
}
.show3Dbox input {
  display: none;
}
.show3Dbox .show3Dbox-nav {
  font-size: 0;
  text-align: center;
}
.show3Dbox .show3Dbox-nav-tab {
  display: inline-block;
  font-size: 1.2vw;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.show3Dbox .show3Dbox-nav-tab i {
  vertical-align: middle;
  font-size: 3em;
  margin-right: -0.1em;
}
.show3Dbox .show3Dbox-nav-tab span {
  vertical-align: middle;
  padding-right: 1em;
}
.show3Dbox .show3Dbox-nav-tab ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aaa;
}
.show3Dbox #show3D-3d:checked ~ .show3Dbox-header .show3Dbox-nav label[for=show3D-3d] ::after,
.show3Dbox #show3D-ar:checked ~ .show3Dbox-header .show3Dbox-nav label[for=show3D-ar] ::after {
  height: 4px;
  background-color: #333;
}
.show3Dbox.black .show3Dbox-nav-tab ::after {
  background-color: #aaa;
}
.show3Dbox.black #show3D-3d:checked ~ .show3Dbox-header .show3Dbox-nav label[for=show3D-3d] ::after,
.show3Dbox.black #show3D-ar:checked ~ .show3Dbox-header .show3Dbox-nav label[for=show3D-ar] ::after {
  background-color: #fff;
}
.show3Dbox.black .show3Dbox-iphone {
  background-image: url("/image/catalog/ui/iphone-black.png");
}
.show3Dbox .show3Dbox-header-title {
  text-align: center;
  font-size: 3vw;
  padding: 1em 0 0.6em;
}
.show3Dbox .show3Dbox-header,
.show3Dbox .show3Dbox-content,
.show3Dbox .show3Dbox-beizhu {
  width: 63vw;
  margin: auto;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.show3Dbox .show3Dbox-beizhu {
  padding-left: 5%;
  font-size: 0.8vw;
  opacity: 0;
  visibility: hidden;
}
.show3Dbox #show3D-ar:checked ~ .show3Dbox-beizhu {
  opacity: 0.8;
  visibility: visible;
}
.show3Dbox .show3Dbox-iframebox {
  width: 32vw;
  height: 32vw;
  max-width: 100%;
  max-height: 100vw;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.show3Dbox .show3Dbox-iframe {
  position: relative;
  display: block;
  z-index: 2;
  margin: auto;
  transition: all 0.5s;
  background-color: transparent;
  width: 100%;
}
.show3Dbox .show3Dbox-iphone {
  background-image: url("/image/catalog/ui/iphone.png");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.show3Dbox .show3Dbox-txtbox {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 37%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  font-size: 1vw;
}
.show3Dbox #show3D-3d:checked ~ .show3Dbox-content .show3Dbox-txtbox-3d {
  opacity: 1;
  visibility: visible;
}
.show3Dbox #show3D-ar:checked ~ .show3Dbox-content .show3Dbox-iframe {
  transform: translateY(10%) scale(0.7);
}
.show3Dbox #show3D-ar:checked ~ .show3Dbox-content .show3Dbox-iphone {
  opacity: 1;
}
.show3Dbox #show3D-ar:checked ~ .show3Dbox-content .show3Dbox-txtbox-ar {
  opacity: 1;
  visibility: visible;
}
.show3Dbox .show3Dbox-tit {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.show3Dbox .qrcodebox {
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #000;
  padding: 6px;
  margin-bottom: 10px;
  background-color: #fdfbfb;
}
.show3Dbox.mobile .show3Dbox-nav {
  display: none;
}
@media only screen and (max-width: 1380px) {
  .show3Dbox .show3Dbox-header-title {
    font-size: 4.5vw;
  }
  .show3Dbox .show3Dbox-nav-tab {
    font-size: 1.8vw;
  }
  .show3Dbox .show3Dbox-header,
  .show3Dbox .show3Dbox-content,
  .show3Dbox .show3Dbox-beizhu {
    width: 80vw;
  }
  .show3Dbox .show3Dbox-iframebox {
    width: 40vw;
    height: 40vw;
  }
  .show3Dbox .show3Dbox-txtbox {
    font-size: 16px;
  }
  .show3Dbox .show3Dbox-beizhu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1240px) {
  .show3Dbox .show3Dbox-header-title {
    font-size: 4.9vw;
  }
  .show3Dbox .show3Dbox-nav-tab {
    font-size: 2vw;
  }
  .show3Dbox .show3Dbox-header,
  .show3Dbox .show3Dbox-content,
  .show3Dbox .show3Dbox-beizhu {
    width: 90vw;
  }
  .show3Dbox .show3Dbox-iframebox {
    width: 50vw;
    height: 50vw;
    max-width: 100%;
    max-height: 100vw;
  }
  .show3Dbox .show3Dbox-txtbox {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1080px) {
  .show3Dbox .show3Dbox-nav-tab {
    font-size: 2.4vw;
  }
  .show3Dbox .show3Dbox-txt {
    font-size: 16px;
  }
  .show3Dbox .show3Dbox-txtbox {
    width: 43%;
    font-size: 14px;
  }
  .show3Dbox .show3Dbox-iframebox {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 980px) {
  .show3Dbox .show3Dbox-iframebox {
    height: 71vw;
  }
}
@media only screen and (max-width: 735px) {
  .show3Dbox.black {
    background-color: #000000;
  }
  .show3Dbox .show3Dbox-txtbox {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 90%;
    margin: auto;
    padding: 80px 0 50px;
    text-align: center;
    display: none;
  }
  .show3Dbox .show3Dbox-txt {
    max-width: 90%;
    margin: auto;
  }
  .show3Dbox .show3Dbox-iframebox {
    max-width: 100%;
    width: 100vw;
    height: 100vw;
  }
  .show3Dbox .show3Dbox-iframebox {
    margin: auto;
  }
  .show3Dbox .show3Dbox-beizhu {
    font-size: 12px;
  }
  .show3Dbox #show3D-3d:checked ~ .show3Dbox-content .show3Dbox-txtbox-3d {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .show3Dbox #show3D-ar:checked ~ .show3Dbox-content .show3Dbox-txtbox-ar {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .show3Dbox .show3Dbox-txtbox {
    padding: 60px 0 0px;
  }
  .show3Dbox .show3Dbox-txtbox-ar {
    display: none;
  }
}
@media only screen and (max-width: 535px) {
  .show3Dbox .show3Dbox-header-title {
    text-align: center;
    font-size: 40px;
    padding: 50px 0 00px;
  }
  .show3Dbox .show3Dbox-txtbox {
    padding: 30px 0 0px;
    font-size: 14px;
  }
}
.show3Dbox-AR-txt {
  display: none;
}
.show3Dbox-AR-txt img {
  display: none;
}
.show3Dbox-AR-txt.show {
  padding-top: 10px;
  display: block;
}
.noIE .jingong video {
  -webkit-object-fit: cover;
  object-fit: cover;
}
.jingong {
  background-color: #1a1a1a;
}
.jingong .level-video {
  background-image: url("/productsVideo/cnc/cnc10802.mp4_20210628_171637120.jpg?fdsa");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}
.jingong .inner-box {
  width: 90%;
}
.jingong video {
  height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 1280px) {
  .jingong .level-video {
    height: 76vw;
  }
}
@media screen and (max-width: 735px) {
  .jingong .level-video {
    height: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .jingong .level-video {
    height: 120vw;
  }
}
@media screen and (max-width: 500px) {
  .jingong .level-video {
    height: 150vw;
  }
}
.shanshuo {
  -webkit-animation: shanshuo 2s steps(1, end) infinite;
  animation: shanshuo 2s steps(1, end) infinite;
}
@keyframes shanshuo {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.shanshuo-shanfade {
  -webkit-animation: shanfade 0.6s linear alternate infinite;
  animation: shanfade 0.6s linear alternate infinite;
}
@keyframes shanfade {
  0%,
  100% {
    opacity: 1;
  }
  25%,
  50%,
  75% {
    opacity: 0;
  }
}
.huxishan {
  -webkit-animation: huxishan 2s ease-in-out infinite;
  animation: huxishan 2s ease-in-out infinite;
}
@keyframes huxishan {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.baoshan {
  -webkit-animation: baoshan 1s linear  infinite;
  animation: baoshan 1s linear infinite;
}
@keyframes baoshan {
  0%,
  27%,
  33% {
    opacity: 0;
    filter: alpha(opacity=60) \9;
  }
  25%,
  30%,
  95%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100) \9;
  }
}
.black-guodu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.black-guodu.left {
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #000000), color-stop(23%, rgba(0, 0, 0, 0)), color-stop(91%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: -ms-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
}
.black-guodu.top {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(23%, rgba(0, 0, 0, 0)), color-stop(91%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 91%);
}
.black-guodu.bottom {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
}
.black-guodu.right {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 81%, #000000 100%);
}
.explanatory-note {
  width: 1024px;
  margin: auto;
  max-width: 90%;
  color: #9a9a9a;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 535px) {
  .explanatory-note {
    text-align: left;
  }
}
.ganyan {
  font-size: 1.2vw;
  overflow: hidden;
  position: relative;
}
.ganyan .ganyantit {
  color: #FF7704;
  font-size: 2.8em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 10;
  padding-top: 4vw;
}
.ganyan .ganyantxt {
  margin-bottom: 2em;
  line-height: 1.5;
}
.ganyan .ganyanlink {
  color: #2990f6;
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-left: 10%;
}
.ganyan .ganyanlink::after {
  content: " ";
  position: absolute;
  width: 1.1em;
  height: 0.2em;
  background: #2990f6;
  left: 103.4%;
  top: 122.3%;
  transform: rotate(45deg);
  border-radius: 1em;
  transform-origin: bottom right;
}
.ganyan .ganyanlink::before {
  content: " ";
  position: absolute;
  width: 115%;
  height: 0.2em;
  border-radius: 1em;
  background: #2990f6;
  left: 0;
  top: 120%;
}
.ganyan .ganyantxt-qianming {
  font-size: 1.4em;
}
.ganyan .ganyanbg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ganyan .ganyanbg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.ganyan .ganyanrentouxiang {
  position: absolute;
  top: 50%;
  left: calc(100% + 1em);
  width: 13em;
  height: 13em;
  transform: translate(0%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 0.3em solid transparent;
  box-shadow: 0 0 0.1em 0.04em #878787;
}
.ganyan .ganyanrentouxiang img {
  width: 100%;
}
.ganyan .swiper-slide {
  width: 70vw;
}
.ganyan .swiper-slide .level-container {
  width: 80%;
}
.ganyan .level-container {
  max-width: 90%;
  width: 65%;
  z-index: 2;
  padding-bottom: 3vw;
}
.ganyan .ganyantxtbox {
  background-color: #00000059;
  padding: 3em 4em;
  position: relative;
}
.ganyan .ganyantxtbox .yinghao {
  position: absolute;
  top: 1.5em;
  left: 1.3em;
}
.ganyan .ganyantxtbox .yinghao2 {
  position: absolute;
  top: initial;
  left: initial;
  right: 1.4em;
  bottom: 1.5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ganyan .swiper-p-pagination.swiper-pagination-bullets {
  position: absolute;
  text-align: center;
  z-index: 111;
}
.ganyan .swiper-pagination-bullet {
  background-color: #fff;
}
@media only screen and (max-width: 1380px) {
  .ganyan {
    font-size: 1.4vw;
  }
  .ganyan .level-container {
    width: 90%;
    padding-top: 6vw;
    padding-bottom: 4vw;
  }
  .ganyan .swiper-slide .level-container {
    width: 90%;
  }
  .ganyan .ganyantxtbox {
    width: 83%;
  }
}
@media only screen and (max-width: 1240px) {
  .ganyan .level-container {
    width: 80%;
  }
  .ganyan .swiper-slide .level-container {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .ganyan {
    font-size: 1.8vw;
  }
  .ganyan .level-container {
    padding-top: 0;
    width: 80%;
  }
  .ganyan .swiper-slide {
    width: 72vw;
    padding-bottom: 4vw;
  }
  .ganyan .swiper-slide .level-container {
    width: 100%;
    max-width: 95%;
  }
}
@media only screen and (max-width: 735px) {
  .ganyan {
    font-size: 2vw;
  }
  .ganyan .level-container {
    width: 90%;
  }
  .ganyan .swiper-slide .level-container {
    width: 90%;
  }
}
@media only screen and (max-width: 535px) {
  .ganyan {
    font-size: 3vw;
  }
  .ganyan .level-container {
    max-width: 100%;
    width: 100%;
    padding-bottom: 5em;
  }
  .ganyan .swiper-slide {
    width: 90vw;
  }
  .ganyan .swiper-slide .level-container {
    width: 100%;
  }
  .ganyan .ganyantit {
    text-align: left;
    padding-left: 12vw;
    padding-top: 60px;
  }
  .ganyan .ganyantxtbox {
    width: 100%;
    padding: 2em 3em;
  }
  .ganyan .ganyantxtbox .yinghao {
    top: 1em;
    left: 0.5em;
  }
  .ganyan .ganyantxtbox .yinghao2 {
    top: initial;
    left: initial;
    right: 0.6em;
    bottom: 1em;
  }
  .ganyan .ganyanrentouxiang {
    bottom: calc(100% + 3em);
    top: initial;
    left: inherit;
    right: calc(-12% + 1em);
    transform: none;
    width: 9em;
    height: 9em;
  }
}
.yinghao {
  background-image: url("/image/catalog/ui/yinhao.png?20210820a");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
}
.pz-LearnMore {
  --learnMore: 100vh;
  --learnMore-height-transition-duration: 500sm;
  --learnMore-close-button-transition-duration: 0.2s;
  height: auto;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  font-size: 1vw;
  position: relative;
  transition-property: max-height;
  transition-duration: calc(var(--learnMore-height-transition-duration)*1s);
  transition-delay: 0s;
}
.pz-LearnMore.show {
  max-height: calc(var(--learnMore)*1px);
  transition-delay: 0s;
}
.pz-LearnMore .pz-LearnMore-close {
  position: absolute;
  left: 19.5%;
  top: 1em;
  cursor: pointer;
  z-index: 10;
}
.pz-LearnMore .pz-LearnMore-close::after {
  content: "\e687";
  left: 50%;
  top: 45%;
  color: #ddd;
}
.pz-LearnMore .pz-LearnMore-close:hover::after {
  color: #fff;
}
.pz-LearnMore .swiper-button-prev,
.pz-LearnMore .swiper-button-next,
.pz-LearnMore .pz-LearnMore-close {
  width: 3.3em;
  height: 3.3em;
  border-radius: 3.2em;
  background-color: #2c2c2c;
  margin-top: 0;
  display: inline-block;
}
.pz-LearnMore .swiper-button-prev::after,
.pz-LearnMore .swiper-button-next::after,
.pz-LearnMore .pz-LearnMore-close::after {
  font-size: 2em;
  font-family: i;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-weight: bold;
  transition: all 0.5s;
  color: #ddd;
}
.pz-LearnMore .swiper-button-prev::after {
  content: "\e601";
  left: 46%;
  top: 51%;
}
.pz-LearnMore .swiper-button-next::after {
  content: "\e602";
  left: 56%;
  top: 51%;
}
.pz-LearnMore .swiper-button-prev,
.pz-LearnMore .swiper-button-next {
  left: initial;
  right: initial;
  vertical-align: middle;
  top: initial;
  position: relative;
}
.pz-LearnMore .swiper-button-prev.swiper-button-disabled,
.pz-LearnMore .swiper-button-next.swiper-button-disabled {
  opacity: 0.65;
  cursor: auto;
  pointer-events: none;
}
.pz-LearnMore .pz-LearnMore-swiper-buttons {
  position: absolute;
  top: 1em;
  right: 19.5%;
}
.pz-LearnMore .pz-LearnMore-swiper {
  height: 100%;
}
.pz-LearnMore .swiper-slide {
  width: 61.3vw;
  opacity: 0.2;
}
.pz-LearnMore .swiper-slide-active {
  opacity: 1;
}
@media only screen and (max-width: 1380px) {
  .pz-LearnMore {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1240px) {
  .pz-LearnMore {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1080px) {
  .pz-LearnMore .swiper-slide {
    width: 75vw;
    opacity: 1 !important;
  }
  .pz-LearnMore .pz-LearnMore-close {
    top: 0.7em;
    left: 12%;
  }
}
@media only screen and (max-width: 735px) {
  .pz-LearnMore {
    font-size: 2vw;
  }
  .pz-LearnMore .pz-LearnMore-swiper-buttons {
    display: none;
  }
  .pz-LearnMore .swiper-wrapper {
    flex-direction: column;
  }
  .pz-LearnMore .swiper-slide {
    width: 85vw;
    opacity: 1 !important;
  }
  .pz-LearnMore .pz-LearnMore-close {
    top: 0.7em;
    left: 5%;
  }
}
@media only screen and (max-width: 535px) {
  .pz-LearnMore {
    font-size: 3.5vw;
  }
  .pz-LearnMore .swiper-slide {
    width: 90vw;
  }
}
.minifullbg {
  height: 100vh;
  min-height: 45vw;
  max-height: 100vw;
}
.minifullbg .fullvideo {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 735px) {
  .minifullbg {
    max-height: 130vw;
  }
}
@media only screen and (max-width: 535px) {
  .minifullbg {
    max-height: 160vw;
  }
}
.to-compare-box {
  position: relative;
  font-size: 1.6vw;
  transform: translateY(5em);
  transition: all 0.5s cubic-bezier(0.33, 0.29, 0, 1.21) 0.5s;
  text-align: center;
  margin: 5em 0;
}
.to-compare-box .to-compare-yuan {
  border-radius: 5em;
  display: inline-block;
  padding: 0.8em 1.3em;
  position: relative;
  transform: scale(0);
  opacity: 0;
  box-shadow: 0 0 0 2em #2591ff;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.33, 0.29, 0, 1.21) 0.5s, box-shadow 0.3s linear 0.6s;
}
.to-compare-box .to-compare-yuan-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(145, 145, 145, 0.65);
}
.to-compare-box .to-compare-content {
  line-height: 1em;
  position: relative;
  color: #fff;
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.47, 0.93, 0.44, 1.1) 0.2s;
}
.to-compare-box .to-compare-content .to-compare-content-txt {
  padding: 0 1.6em 0 0em;
  opacity: 0;
  transition: all 0.8s;
}
.to-compare-box .to-compare-icon-box {
  position: absolute;
  z-index: 2;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: all 0.5s cubic-bezier(0.47, 0.93, 0.44, 1.1) 0.2s;
}
.to-compare-box .to-compare-icon {
  background: #2591ff;
  color: #fff;
  border-radius: 1em;
  width: 1.7em;
  height: 1.7em;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.1s 0.5s;
}
.to-compare-box .i {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: bold;
}
.to-compare-box.active {
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.33, 0.29, 0, 1.21);
}
.to-compare-box.active .to-compare-yuan {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 0 0 0px #2591ff;
  transition: all 0.6s cubic-bezier(0.33, 0.29, 0, 1.21), box-shadow 0.3s linear 0.05s;
}
.to-compare-box.active .to-compare-content {
  max-width: 20em;
  transition: all 0.5s cubic-bezier(0.47, 0.93, 0.44, 1.1) 0.55s;
}
.to-compare-box.active .to-compare-content-txt {
  opacity: 1;
  transition: all 0.8s 0.8s;
}
.to-compare-box.active .to-compare-icon-box {
  right: 4.5%;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.47, 0.93, 0.44, 1.1) 0.5s;
}
.to-compare-box.active .to-compare-icon {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.07, 1.22, 0.5, 1.4) 0.32s, opacity 0.5s cubic-bezier(0.33, 0.29, 0, 1.21) 0.32s;
}
@media only screen and (min-width: 1920px) {
  .to-compare-box {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1380px) {
  .to-compare-box {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 735px) {
  .to-compare-box {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 535px) {
  .to-compare-box {
    font-size: 4vw;
  }
}
#tabs_info.black {
  background-color: rgba(145, 145, 145, 0.65);
}
.move-stars {
  animation: animStar 60s linear infinite;
  -webkit-animation: animStar 60s linear infinite;
  width: 0.11em;
  height: 0.11em;
  position: absolute;
  top: 0;
  background: transparent;
  box-shadow: 8.67em 39.92em #fff, 11.57em 44.01em #fff, 12.94em 36.07em #fff, 0.9em 19.35em #fff, 3.95em 59.2em #fff, 8.8em 0.66em #fff, 18.46em 24.19em #fff, 8.65em 32.86em #fff, 18.6em 0.63em #fff, 10.67em 4.72em #fff, 2.55em 15.42em #fff, 11.76em 22.52em #fff, 3.52em 18.97em #fff, 12.63em 0.34em #fff, 19.8em 36.2em #fff, 13.94em 57.88em #fff, 17.93em 31.76em #fff, 16.42em 15.84em #fff, 9.5em 31.72em #fff, 13.46em 33.84em #fff, 3.68em 6.44em #fff, 13.34em 43.03em #fff, 7.23em 25.34em #fff, 15.69em 32.16em #fff, 15.13em 44.2em #fff, 1.45em 12.53em #fff, 8.09em 39.6em #fff, 11.41em 51.43em #fff, 12.71em 38.58em #fff, 14.62em 18.25em #fff, 10.37em 45.49em #fff, 3.93em 49.22em #fff, 2.92em 19.96em #fff, 9.95em 45.33em #fff, 18.47em 50.93em #fff, 1.92em 40.07em #fff, 2.38em 15.12em #fff, 5.14em 11.18em #fff, 17.07em 11.12em #fff, 12.66em 15.13em #fff, 13.96em 35.39em #fff, 9.23em 25.52em #fff, 12.55em 54.59em #fff, 7.44em 51.96em #fff, 6.5em 38.81em #fff, 11.45em 4.21em #fff, 4.09em 18.22em #fff, 4.16em 38.21em #fff, 0.98em 16.81em #fff, 1.42em 33.69em #fff, 13.13em 30.35em #fff, 6.33em 1.54em #fff, 3.18em 37.92em #fff, 3.89em 7.61em #fff, 8.29em 12.71em #fff, 4.72em 52.62em #fff, 2.39em 9.83em #fff, 1.32em 23.96em #fff, 17.06em 35.28em #fff, 11.35em 1.95em #fff;
}
.move-stars:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0px;
  width: 0.09em;
  height: 0.09em;
  background: transparent;
  box-shadow: 3.91em 51.43em #fff, 12.12em 51.45em #fff, 8.31em 27.36em #fff, 19.51em 53.81em #fff, 3.23em 22.99em #fff, 1.79em 51.27em #fff, 3.29em 20.16em #fff, 7.74em 47.6em #fff, 1.34em 46.53em #fff, 16.91em 9.3em #fff, 18.8em 0.19em #fff, 9.58em 20.07em #fff, 15.33em 54em #fff, 2.2em 8.49em #fff, 13.29em 1.62em #fff, 11.12em 14.02em #fff, 16.22em 18.74em #fff, 6.75em 40.62em #fff, 2.22em 52.66em #fff, 5.88em 31.4em #fff, 14.47em 27.24em #fff, 2.12em 11.73em #fff, 8.56em 37.43em #fff, 1.51em 12.78em #fff, 12.4em 34.19em #fff, 19.23em 41.85em #fff, 19.29em 28.21em #fff, 11.37em 39.82em #fff, 14.75em 13.12em #fff, 9.92em 53.95em #fff, 17.59em 37.15em #fff, 3.14em 30.19em #fff, 8.64em 25.3em #fff, 16.73em 41.86em #fff, 3.79em 34.28em #fff, 16.41em 0.46em #fff, 9.2em 48.52em #fff, 17.28em 53.02em #fff, 14.12em 16.02em #fff, 15.31em 15.79em #fff, 8.1em 7.62em #fff, 4.72em 1.83em #fff, 5.89em 4.21em #fff, 7.5em 26.28em #fff, 17.12em 6.49em #fff, 4.98em 0.08em #fff, 0.36em 47.76em #fff, 5.9em 7.02em #fff, 7.44em 26.53em #fff, 8.34em 57.54em #fff, 14.17em 35.41em #fff, 15.38em 20.5em #fff, 11.76em 59.17em #fff, 9.51em 13.79em #fff, 0.93em 7.36em #fff, 14.95em 21.89em #fff, 14.81em 18.65em #fff, 4.07em 16.82em #fff, 8.81em 13.52em #fff, 1.25em 42.22em #fff, 19.02em 25.42em #fff, 4.1em 10.35em #fff, 10.78em 17.83em #fff, 5.65em 5.95em #fff, 6.37em 36.72em #fff, 3.28em 58.18em #fff, 19.62em 51.54em #fff, 1.17em 39.34em #fff, 4.34em 47.82em #fff, 16.63em 34.69em #fff, 4.12em 0.62em #fff, 6.27em 22.97em #fff, 19.84em 22.17em #fff, 19.87em 46.36em #fff, 18.5em 49.35em #fff, 8.75em 39.1em #fff, 5.79em 47.82em #fff, 12.91em 56.73em #fff, 8.98em 38.88em #fff, 4.24em 41.79em #fff, 0.08em 1.07em #fff, 6.31em 55.72em #fff, 19.78em 35.52em #fff, 11.11em 13.28em #fff, 9.95em 22.81em #fff, 14.52em 27.54em #fff, 4.15em 25.42em #fff, 12.36em 0.91em #fff, 5.98em 54.61em #fff, 9.87em 11.73em #fff, 16.67em 13.79em #fff, 1.99em 49.58em #fff, 19.93em 40.83em #fff, 13.05em 19.39em #fff, 6.85em 14.69em #fff, 0.8em 39.34em #fff, 9.65em 11.92em #fff, 12.85em 34.22em #fff, 9.51em 20.43em #fff, 12.64em 9.95em #fff;
}
.move-stars2 {
  position: absolute;
  top: 0;
  animation: animStar 30s linear infinite;
  -webkit-animation: animStar 30s linear infinite;
  width: 0.03em;
  height: 0.03em;
  background: transparent;
  box-shadow: 8.26em 10.62em #fff, 14.66em 56.8em #fff, 16.36em 55.67em #fff, 8.98em 6em #fff, 12.65em 3.1em #fff, 2.11em 33.74em #fff, 5.72em 32.42em #fff, 2.55em 58.71em #fff, 1.52em 35.31em #fff, 16.1em 49.89em #fff, 13.64em 11.88em #fff, 7.16em 17.76em #fff, 1.31em 3.57em #fff, 6.9em 31.33em #fff, 9.14em 3.88em #fff, 12.57em 53.49em #fff, 4.56em 26.16em #fff, 14.35em 49.07em #fff, 10.41em 12.31em #fff, 7.46em 53.32em #fff, 11.37em 20.78em #fff, 16.04em 4.22em #fff, 8.04em 11.87em #fff, 16.91em 6.88em #fff, 8.31em 15.37em #fff, 4.46em 40.6em #fff, 15.53em 52.99em #fff, 19.5em 57.13em #fff, 7.25em 15.12em #fff, 19.94em 43.01em #fff, 0.17em 33.65em #fff, 15.12em 46.52em #fff, 4.07em 44.33em #fff, 3.54em 18.66em #fff, 3.69em 7.4em #fff, 15.05em 51.51em #fff, 13.62em 29.9em #fff, 3.27em 1.84em #fff, 7.26em 7.09em #fff, 18.6em 27.84em #fff, 5.93em 11.46em #fff, 18.45em 6.67em #fff, 0.1em 30.62em #fff, 13.18em 40.43em #fff, 17.19em 53.61em #fff, 11.13em 9.56em #fff, 18.18em 6.51em #fff, 16.22em 53.63em #fff, 14.63em 12.96em #fff, 3.74em 24.52em #fff, 19.76em 27.98em #fff, 17.14em 49.62em #fff, 8.68em 27.55em #fff, 16.15em 17.05em #fff, 6.83em 14.69em #fff, 2.04em 10.39em #fff, 7.78em 51.65em #fff, 2.49em 18.6em #fff, 16.05em 25.77em #fff, 19.38em 29.97em #fff, 4.46em 49.89em #fff, 18.15em 0.45em #fff, 3.33em 58.92em #fff, 7.23em 50.96em #fff, 10.99em 52.88em #fff, 8.4em 38.94em #fff, 2.02em 15.2em #fff, 11.22em 44.38em #fff, 11.31em 18.47em #fff, 17.07em 25.18em #fff, 18.15em 23.2em #fff, 19.91em 6.31em #fff, 3.94em 37.74em #fff, 18.97em 9.49em #fff, 17.68em 16.63em #fff, 1.03em 14.3em #fff, 18.15em 49.8em #fff, 10.07em 18.89em #fff, 16.41em 4.64em #fff, 10.43em 13.99em #fff, 18.73em 24.9em #fff, 18.8em 50.85em #fff, 18.73em 22.29em #fff, 18.37em 37.26em #fff, 15.78em 52.59em #fff, 18.53em 52.16em #fff, 18.93em 36.58em #fff, 15.97em 53.8em #fff, 10.41em 56.44em #fff, 7.38em 10.15em #fff, 6.46em 25.6em #fff, 16.66em 13.9em #fff, 7.34em 21.46em #fff, 5.25em 42.62em #fff, 4.27em 11.64em #fff, 10.39em 54.97em #fff, 11.36em 27.9em #fff, 3.87em 37.46em #fff, 8.63em 44.66em #fff, 3.87em 10.36em #fff, 4.67em 31.68em #fff, 17.94em 42.74em #fff, 10.03em 16.84em #fff, 19em 15.24em #fff, 14.42em 24.62em #fff, 10.49em 35.48em #fff, 19.73em 2.17em #fff, 4.55em 44.84em #fff, 11.81em 47.43em #fff, 6.15em 54em #fff, 8.39em 13.15em #fff, 6.34em 52.63em #fff, 4.03em 12.98em #fff, 16.7em 57.11em #fff, 1.13em 39.93em #fff, 16.45em 30.53em #fff, 16.2em 16.65em #fff, 9.58em 32.66em #fff, 12.96em 42.44em #fff, 11.59em 23.87em #fff, 13.52em 4.28em #fff, 19.58em 11.85em #fff, 17.23em 13.53em #fff, 7.58em 22.85em #fff, 8.8em 54.73em #fff, 2.79em 20.1em #fff, 7.63em 12.08em #fff, 5.52em 17.63em #fff, 10.06em 48.87em #fff, 7.48em 17.45em #fff, 18.29em 29.65em #fff, 9.74em 0.92em #fff, 3.39em 0.51em #fff, 13.7em 42.93em #fff, 11.2em 53.36em #fff, 13.05em 12.41em #fff, 14.81em 49.1em #fff, 13.85em 50em #fff, 1.87em 13.4em #fff, 7.08em 48.68em #fff, 15em 54.93em #fff, 11.46em 54.85em #fff, 6.24em 31.45em #fff, 14.47em 16.91em #fff, 17.95em 8.58em #fff, 13.53em 14.7em #fff, 6.94em 24.33em #fff, 8.68em 21.35em #fff, 10.65em 44.1em #fff, 7.74em 57.35em #fff, 8.69em 3.13em #fff, 12.65em 21.52em #fff, 7.72em 12em #fff, 3.53em 32.09em #fff, 16.2em 41.24em #fff, 7.3em 40.46em #fff, 18.4em 39.15em #fff, 12.28em 7.81em #fff, 16.5em 19.7em #fff, 16.44em 54.83em #fff, 9.17em 33.12em #fff, 13.08em 53.79em #fff, 15.34em 24.1em #fff, 0.19em 40em #fff, 11.3em 11.05em #fff, 13.88em 13.48em #fff, 0.52em 9.33em #fff, 1.67em 26.27em #fff, 19.91em 21.99em #fff, 18.93em 41.66em #fff, 19.65em 40.77em #fff, 19.63em 20.91em #fff, 10.24em 48.6em #fff, 12.63em 56.84em #fff, 17.87em 39.12em #fff, 15.97em 2.63em #fff, 4.81em 57.14em #fff, 9.35em 11.91em #fff, 9.27em 35.95em #fff, 13.25em 51.49em #fff, 18.92em 25.27em #fff, 13.28em 44.01em #fff, 8.08em 2.87em #fff, 13.02em 25.32em #fff, 2.69em 35.84em #fff, 3.65em 37.5em #fff, 5.77em 24.11em #fff, 12.47em 45.2em #fff, 16.4em 41.94em #fff, 9.08em 19.09em #fff, 1.49em 26.14em #fff, 0.69em 11.9em #fff, 10.85em 44.15em #fff, 0.49em 26.67em #fff, 0.72em 0.67em #fff, 8.41em 44.36em #fff, 7.33em 25.49em #fff, 1.03em 30.58em #fff, 6.37em 49.37em #fff, 3.36em 26.09em #fff;
}
.move-stars2:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0px;
  width: 0.02em;
  height: 0.02em;
  background: transparent;
  box-shadow: 2.43em 10.05em #fff, 1.7em 25.69em #fff, 12.04em 4.94em #fff, 15.31em 35.73em #fff, 2.16em 53.25em #fff, 12.59em 35.51em #fff, 2.34em 56.56em #fff, 15.49em 21.02em #fff, 4.92em 23.71em #fff, 12.98em 33.74em #fff, 19.49em 43.93em #fff, 11.33em 1.01em #fff, 15.26em 13.06em #fff, 13.22em 4.27em #fff, 9.95em 45.71em #fff, 5.81em 31.43em #fff, 5.86em 2.07em #fff, 9.55em 12.52em #fff, 15.97em 58.63em #fff, 18.06em 25.88em #fff, 17.33em 21.61em #fff, 15.45em 43.63em #fff, 6.43em 44.74em #fff, 15.96em 26.72em #fff, 11.42em 58.88em #fff, 14.18em 16.69em #fff, 1.82em 0.8em #fff, 12.56em 42.79em #fff, 9.69em 3.07em #fff, 9.39em 36.19em #fff, 18.52em 2.24em #fff, 8.46em 29.1em #fff, 6.64em 31.46em #fff, 10.23em 26.16em #fff, 17.39em 3.18em #fff, 4.72em 43.08em #fff, 7.87em 34.56em #fff, 16.44em 45.46em #fff, 8.56em 45.68em #fff, 8.06em 51.77em #fff, 6.06em 48.65em #fff, 14.89em 43.03em #fff, 11.56em 33.95em #fff, 4.8em 8.61em #fff, 1.14em 46.45em #fff, 0.8em 27.92em #fff, 10.31em 9.5em #fff, 18.31em 59.4em #fff, 9em 0.26em #fff, 0.69em 13.6em #fff, 5.61em 21em #fff, 10.09em 42.06em #fff, 19.03em 10.45em #fff, 12.81em 33.33em #fff, 11.33em 18.7em #fff, 7.86em 7.97em #fff, 6.73em 48.51em #fff, 3.51em 14.96em #fff, 19.63em 27.29em #fff, 18.22em 34.86em #fff, 15.02em 11.48em #fff, 13.33em 46.63em #fff, 1.44em 31.2em #fff, 10.72em 11.62em #fff, 0.87em 22.93em #fff, 18.4em 59.67em #fff, 4.44em 51.52em #fff, 0.06em 44.61em #fff, 18.73em 34.37em #fff, 8.84em 6.48em #fff, 14.86em 27.74em #fff, 13.01em 53.14em #fff, 1.58em 26.18em #fff, 17.73em 20.16em #fff, 2.94em 19.23em #fff, 14em 55.56em #fff, 14.93em 39.81em #fff, 3.75em 44.94em #fff, 1.3em 52.07em #fff, 14.78em 0.74em #fff, 13.61em 40.13em #fff, 18.58em 49.72em #fff, 11.99em 28.94em #fff, 5.04em 15.3em #fff, 12.35em 13.08em #fff, 9.46em 34.74em #fff, 2.76em 4.93em #fff, 16.97em 38.39em #fff, 1.79em 25.81em #fff, 5.59em 41.88em #fff, 0.9em 43.14em #fff, 1.89em 16.1em #fff, 14.84em 48.1em #fff, 7.16em 54.41em #fff, 0.31em 10.17em #fff, 19.78em 11.05em #fff, 15.13em 32.82em #fff, 1em 11.19em #fff, 11.77em 10.05em #fff, 8.34em 59.11em #fff, 13em 45.1em #fff, 2.74em 15.93em #fff, 3.56em 26.3em #fff, 11.95em 8.66em #fff, 2.48em 31.68em #fff, 13.33em 18.24em #fff, 7.21em 30.94em #fff, 18.77em 55.61em #fff, 0.07em 9.51em #fff, 15.89em 12.03em #fff, 10.4em 36.22em #fff, 1.4em 37.91em #fff, 16.42em 25.85em #fff, 19.59em 36.36em #fff, 2.17em 9.43em #fff, 13.43em 12.41em #fff, 4.35em 29.62em #fff, 12.48em 13.51em #fff, 17.37em 9.83em #fff, 18.58em 41.35em #fff, 12.35em 23em #fff, 2.53em 34.03em #fff, 1.26em 5.26em #fff, 16.29em 36.19em #fff, 2.51em 30.71em #fff, 11.68em 54.87em #fff, 15.52em 5.54em #fff, 14.03em 26.41em #fff, 1em 32.51em #fff, 5.79em 42.22em #fff, 13.56em 48.91em #fff, 5.77em 36.02em #fff, 0.73em 53.37em #fff, 14.26em 7.08em #fff, 2.62em 59.2em #fff, 7.61em 37.16em #fff, 9.61em 7.67em #fff, 13.3em 23.94em #fff, 13.65em 47.28em #fff, 18.12em 26.94em #fff, 6.86em 38.49em #fff, 0.4em 3.53em #fff, 15.42em 53.97em #fff, 5.91em 37.03em #fff, 17.4em 27.41em #fff, 17.79em 17.3em #fff, 0.72em 22.96em #fff, 11.9em 3.78em #fff, 16.45em 48.3em #fff, 10.62em 10.32em #fff, 3.37em 14.44em #fff, 5.99em 16.97em #fff, 6.87em 43.82em #fff, 18.32em 49.23em #fff, 19.04em 12.23em #fff, 6.17em 0.12em #fff, 2.57em 17.4em #fff, 2.17em 57.69em #fff, 7.02em 8.32em #fff, 14.32em 22.95em #fff, 2.91em 5.86em #fff, 1.93em 52.53em #fff, 15.65em 27.03em #fff, 2.28em 53.42em #fff, 11.33em 0.68em #fff, 9.53em 53.26em #fff, 15.31em 32.21em #fff, 7.66em 41.51em #fff, 14.99em 45.7em #fff, 9.66em 3.59em #fff, 19.45em 26.88em #fff, 12.35em 35.22em #fff, 4.53em 43.01em #fff, 4.93em 19.2em #fff, 3.86em 2.22em #fff, 8.3em 4.58em #fff, 4.29em 40.99em #fff, 11.02em 10.71em #fff, 9.82em 52.28em #fff, 7.37em 12.72em #fff, 3.21em 56.31em #fff, 3.21em 59.46em #fff, 11.3em 49.92em #fff, 17.45em 45.34em #fff, 5.98em 16.24em #fff, 15.17em 42.75em #fff, 3.29em 1.16em #fff, 8.77em 54.39em #fff, 11.25em 32.21em #fff, 19.96em 59.93em #fff, 0.39em 56.32em #fff, 6.66em 29.26em #fff, 8.25em 2.22em #fff, 11.33em 49.18em #fff, 3.68em 22.63em #fff, 2.69em 8.69em #fff, 5.96em 32.53em #fff, 5.87em 19.07em #fff, 19.26em 35.62em #fff, 14.68em 34.58em #fff;
}
@keyframes animStar {
  from {
    transform: translateY(0px) translateX(-5em);
  }
  to {
    transform: translateY(-60em) translateX(2em);
  }
}
.gotoBecomeaDealerbox {
  position: fixed;
  inset: auto 9px 85px auto;
  height: 94px;
  padding-left: 30px;
  overflow: hidden;
  text-align: right;
  z-index: 10000000;
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-input,
.gotoBecomeaDealerbox .gotoBecomeaDealer-btn {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.gotoBecomeaDealerbox.active .gotoBecomeaDealer-input,
.gotoBecomeaDealerbox.active .gotoBecomeaDealer-btn {
  visibility: visible;
  opacity: 1;
}
.gotoBecomeaDealerbox.active .gotoBecomeaDealer-btn {
  transform: translateX(0px);
  transition: opacity 1s, transform 0.5s;
}
.gotoBecomeaDealerbox.active .gotoBecomeaDealer-input {
  transition: opacity 1s 0.4s;
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-input {
  height: 42px;
  z-index: 1;
  white-space: nowrap;
  font-size: 17px;
  line-height: 22px;
  border-radius: 16px;
  padding: 10px 15px;
  opacity: 0;
  box-shadow: rgba(0, 18, 46, 0.18) 0px 2px 20px 0px;
  background: #ffffff;
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-btn {
  width: 60px;
  height: 60px;
  margin: 15px 15px 15px 11px;
  border-radius: 28px;
  transform: translateX(10px);
  opacity: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
  background-size: 130% 130%;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  background: linear-gradient(135deg, #FFA13C, #FF0000);
  box-shadow: rgba(238, 154, 40, 0.5) 0px 2px 16px;
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-btn:hover .gotoBecomeaDealer-btn-pen {
  transform: translate(-50%, -50%) scale(2.1);
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-btn:hover .gotoBecomeaDealer-btn-i.pen {
  transform: translate(-50%, -50%) scale(1);
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-btn-i {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-btn-pen {
  position: absolute;
  height: 55%;
  width: 55%;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out 0.1s;
}
.gotoBecomeaDealerbox .gotoBecomeaDealer-btn-i.pen {
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out 0.1s;
}
.gotoBecomeaDealerbox .woshou {
  opacity: 1;
}
.gotoBecomeaDealerbox svg {
  width: 80%;
}
@media only screen and (max-width: 550px) {
  .gotoBecomeaDealerbox .gotoBecomeaDealer-input {
    display: none;
  }
}
.gotoWhatsappBox {
  position: fixed;
  inset: auto 9px 125px auto;
  height: 94px;
  padding-left: 30px;
  text-align: right;
  z-index: 10000000;
  font-size: 12px;
  visibility: hidden;
}
.gotoWhatsappBox * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.gotoWhatsappBox .gotoWhatsapp-input,
.gotoWhatsappBox .gotoWhatsapp-btn {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.gotoWhatsappBox.active {
  visibility: visible;
}
.gotoWhatsappBox.active .gotoWhatsapp-input,
.gotoWhatsappBox.active .gotoWhatsapp-btn {
  visibility: visible;
  opacity: 1;
}
.gotoWhatsappBox.active .gotoWhatsapp-btn {
  transform: translateX(0px);
  transition: opacity 1s, transform 0.5s;
}
.gotoWhatsappBox.active .gotoWhatsapp-input {
  transition: opacity 1s 0.4s;
}
.gotoWhatsappBox .gotoWhatsapp-input {
  height: 42px;
  z-index: 1;
  white-space: nowrap;
  font-size: 17px;
  line-height: 22px;
  border-radius: 16px;
  padding: 10px 15px;
  opacity: 0;
  box-shadow: rgba(0, 18, 46, 0.18) 0px 2px 20px 0px;
  background: #ffffff;
}
.gotoWhatsappBox .gotoWhatsapp-input.hide {
  opacity: 0;
  visibility: hidden;
}
.gotoWhatsappBox .gotoWhatsapp-btn {
  width: 60px;
  height: 60px;
  margin: 15px 15px 15px 11px;
  border-radius: 28px;
  transform: translateX(10px);
  opacity: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
  background-size: 130% 130%;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  background: linear-gradient(135deg, #25d366, #25d366);
}
.gotoWhatsappBox .gotoWhatsapp-btn:hover .gotoWhatsapp-btn-pen {
  transform: translate(-50%, -50%) scale(2.1);
}
.gotoWhatsappBox .gotoWhatsapp-btn:hover .gotoWhatsapp-btn-i.pen {
  transform: translate(-50%, -50%) scale(1);
}
.gotoWhatsappBox .gotoWhatsapp-btn-i {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 24px;
}
.gotoWhatsappBox .gotoWhatsapp-user-avatar,
.gotoWhatsappBox .gotoWhatsapp-user-info {
  display: inline-block;
  vertical-align: top;
}
.gotoWhatsappBox .gotoWhatsapp-user-name {
  font-size: 1.5em;
  font-weight: bold;
}
.gotoWhatsappBox .gotoWhatsapp-user-avatar {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  box-shadow: 0 0 1px #9999;
  border-radius: 50px;
  padding: 5px;
  position: relative;
}
.gotoWhatsappBox .gotoWhatsapp-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gotoWhatsappBox .gotoWhatsapp-online {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 20px;
  left: 37px;
  bottom: 1px;
}
.gotoWhatsappBox .gotoWhatsapp-online.show {
  background-color: #13f460;
}
.gotoWhatsappBox .gotoWhatsapp-user-info {
  width: calc(100% - 60px);
}
.gotoWhatsappBox .gotoWhatsapp-center {
  position: absolute;
  bottom: 100%;
  right: 5%;
  width: 350px;
  max-width: 90vw;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px 0px;
}
.gotoWhatsappBox .gotoWhatsapp-center.show {
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 0.6s, transform 0.3s;
}
.gotoWhatsappBox .gotoWhatsapp-center-header {
  background-color: #fafafa;
  padding: 20px;
}
.gotoWhatsappBox .gotoWhatsapp-center-body {
  text-align: center;
  padding: 20px;
  background-color: #eee;
}
.gotoWhatsappBox .gotoWhatsapp-message {
  text-align: left;
  margin-bottom: 30px;
}
.gotoWhatsappBox .gotoWhatsapp-message-item {
  margin: auto;
  position: relative;
}
.gotoWhatsappBox .gotoWhatsapp-message-triangle {
  position: absolute;
  right: 98.5%;
  top: 5px;
  border: 13px solid transparent;
  border-right-color: #fff;
  z-index: 10;
}
.gotoWhatsappBox .gotoWhatsapp-message-item-center {
  display: inline-block;
  border-radius: 10px;
  box-shadow: 1px 2px 2px #0000004a;
  padding: 10px;
  padding-right: 56px;
  position: relative;
  background-color: #fff;
}
.gotoWhatsappBox .gotoWhatsapp-message-item-text {
  font-size: 1.2em;
}
.gotoWhatsappBox .gotoWhatsapp-message-item-time {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #aaa;
}
.gotoWhatsappBox .gotoStartChat {
  border-radius: 18px;
  border-color: rgba(0, 0, 0, 0);
  width: auto;
  line-height: 1.32;
  color: #ffffff;
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
  background-color: #25d366;
  border-width: 0px;
  padding: 9px 20px;
  margin: 10px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .gotoWhatsappBox {
    inset: auto -6px 91px auto;
  }
  .gotoWhatsappBox .gotoBecomeaDealer-input {
    display: none;
  }
}
.feature-card {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  font-size: 1vw;
  --feature-card-bg-color: #fff;
  --feature-card-txt-color: #333;
  --feature-card-border-color: #ccc;
}
@media only screen and (max-width: 1681px) {
  .feature-card {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1380px) {
  .feature-card {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 1240px) {
  .feature-card {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1080px) {
  .feature-card {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 998px) {
  .feature-card {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 735px) {
  .feature-card {
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  .feature-card {
    font-size: 16px;
  }
}
.feature-card.black {
  --feature-card-bg-color: #000;
  --feature-card-txt-color: #fff;
  --feature-card-border-color: #333;
}
.feature-card .tab-list {
  margin-right: 50px;
}
.feature-card .tab-list {
  width: 31.5%;
}
.feature-card .gallery-control {
  flex: 1;
  position: relative;
  min-width: 0;
  /* 避免子元素被撑大 */
}
.feature-card .feature-card-media {
  padding-bottom: 59%;
  background-size: cover;
  background-position: center;
}
.feature-card .gallery-canvasbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
.feature-card .feature-card-canvasbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 10px;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}
.feature-card .feature-card-canvasbox .feature-card-canvasbox-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-card .feature-card-canvasbox .feature-card-canvasbox-container canvas {
  width: 100%;
}
.feature-card .feature-card-swiper {
  max-width: 100%;
  overflow: hidden;
}
.feature-card .feature-card-swiper .swiper-wrapper {
  align-items: stretch;
}
.feature-card .feature-card-swiper .swiper-slide {
  background-color: var(--feature-card-bg-color);
  height: auto;
}
.feature-card .feature-card-swiper .feature-card-progress {
  display: none;
}
.feature-card .feature-card-swiper .feature-card-textbox {
  display: none;
}
.feature-card .feature-card-swiper .feature-card-text-header {
  padding: 1em 1.5em 1em 1.5em;
  border-bottom: 1px solid var(--feature-card-border-color);
}
.feature-card .feature-card-swiper .feature-card-text-header::after {
  display: none;
}
.feature-card .feature-card-swiper .feature-card-text {
  padding: 1em 1.5em 1em 1.5em;
}
.feature-card .feature-card-title {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2;
}
.feature-card .feature-card-subtitle {
  font-size: 1em;
}
.feature-card .feature-card-text {
  font-size: 0.8em;
}
.feature-card .feature-card-text-header {
  position: relative;
  color: #666;
}
.feature-card .feature-card-text-header::after {
  font-family: 'i';
  content: '\e6ca';
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.feature-card .feature-card-text {
  padding: 10px 0  8px;
  padding-right: 2em;
  color: var(--feature-card-txt-color);
  line-height: 1.3;
}
.feature-card .tab-nav {
  padding: 0.8em 1em 0.8em 1em;
  margin-bottom: 0.5em;
  background-color: var(--feature-card-bg-color);
  border-radius: 10px;
  cursor: pointer;
}
.feature-card .tab-nav:last-child {
  margin-bottom: 0;
}
.feature-card .tab-nav .feature-card-text-body {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.feature-card .tab-nav.active .feature-card-text-header::after {
  transform: translateY(-50%) rotate(180deg);
}
.feature-card .tab-nav.active .feature-card-progress {
  height: 0.1px;
}
.feature-card .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.feature-card .swiper-slide-active .feature-card-text-header,
.feature-card .tab-nav.active .feature-card-text-header {
  color: var(--feature-card-txt-color);
}
.feature-card .feature-card-progress {
  --progress: 0;
  background-color: #cecece;
  height: 2.2px;
  width: 100%;
  position: relative;
  height: 0;
}
.feature-card .feature-card-progress::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: calc(100% * (1 - var(--progress)));
  background-color: #f60;
}
.feature-card .feature-card-swiper-button-prev,
.feature-card .feature-card-swiper-button-next {
  cursor: pointer;
}
.feature-card .feature-card-swiper-button-prev svg,
.feature-card .feature-card-swiper-button-next svg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  fill: none;
}
.feature-card .feature-card-swiper-button-prev svg circle,
.feature-card .feature-card-swiper-button-next svg circle {
  stroke: #b6b6b6;
}
.feature-card .feature-card-swiper-button-next svg {
  --progress: 0;
}
.feature-card .feature-card-swiper-button-next svg .circle {
  stroke: var(--swiper-theme-color);
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.feature-card .feature-card-swiper-pagination {
  color: var(--feature-card-txt-color);
}
.feature-card .feature-card-swiper-button-next,
.feature-card .feature-card-swiper-button-prev {
  width: 40px;
  height: 40px;
  position: relative;
  color: var(--feature-card-txt-color);
}
.feature-card .feature-card-swiper-container {
  padding: 10px 0;
  display: none;
  align-items: center;
}
.feature-card .feature-card-swiper-button-container {
  display: flex;
  align-items: center;
}
.feature-card .feature-card-swiper-button-next::after,
.feature-card .feature-card-swiper-button-prev::after {
  font-family: 'i';
  position: absolute;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.feature-card .feature-card-swiper-button-next:hover,
.feature-card .feature-card-swiper-button-prev:hover {
  color: var(--swiper-theme-color);
}
.feature-card .feature-card-swiper-button-prev::after {
  content: '\e601';
}
.feature-card .feature-card-swiper-button-next::after {
  content: '\e602';
}
@media only screen and (max-width: 1024px) {
  .feature-card .tab-list {
    display: none;
  }
  .feature-card .feature-card-swiper-container {
    display: flex;
  }
  .feature-card .gallery-canvasbox {
    width: calc(100% - 60px);
  }
  .feature-card .feature-card-canvasbox {
    padding-bottom: 59%;
    top: 0;
    transform: none;
  }
  .feature-card .feature-card-swiper {
    max-width: 100%;
    padding: 0 30px;
  }
  .feature-card .feature-card-swiper .swiper-slide {
    width: 90%;
  }
  .feature-card .feature-card-swiper .feature-card-center {
    height: 100%;
  }
  .feature-card .feature-card-swiper .feature-card-textbox {
    display: block;
  }
}
@media only screen and (max-width: 565px) {
  .feature-card .gallery-canvasbox {
    width: calc(100% - 20px);
  }
  .feature-card .feature-card-swiper {
    padding: 0 10px;
  }
  .feature-card .swiper-slide {
    border-radius: 20px;
  }
  .feature-card .feature-card-media,
  .feature-card .feature-card-canvasbox {
    padding-bottom: 90%;
  }
}
.techspecs .sf-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  justify-content: top;
}
.pc-navbar-nav {
  float: left;
  margin: 0;
}
.pc-navbar-nav > li > a {
  text-transform: none !important;
  font-size: 14px !important;
}
.pc-navbar-nav > li > a:before {
  border-bottom-width: 2px !important;
  border-bottom-color: #000 !important;
}
.pc-navbar-nav > li.show a:before {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  width: 100%;
  z-index: 1000;
}
.pc-navbar-nav > li.show .nav-childern {
  opacity: 1;
  max-height: 314px;
  display: block;
}
.pc-navbar-nav .nav-childern {
  border-top: 1px solid #dfdfdf;
  box-shadow: 0 6px 14px 0 rgba(226, 226, 226, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  height: 410px;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.pc-navbar-nav .nav-childern .nav-childern-box {
  width: 1200px;
  max-width: 95%;
  margin: auto;
  font-size: 0;
  padding: 20px 0;
  height: 100%;
}
.pc-navbar-nav .nav-childern .nav-childern-left,
.pc-navbar-nav .nav-childern .nav-childern-right {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.pc-navbar-nav .nav-childern .nav-childern-left {
  width: 250px;
}
.pc-navbar-nav .nav-childern .nav-childern-right {
  width: calc(100% - 250px);
  position: relative;
  height: 100%;
  padding-left: 50px;
}
.pc-navbar-nav .nav-childern .nav-product-box {
  display: none;
}
.pc-navbar-nav .nav-childern .nav-product-box.active {
  display: flex;
}
.pc-navbar-nav .nav-childern .nav-product-item {
  width: 18%;
  margin: 0 1%;
  padding: 10px;
  background-color: #F2F5F7;
  border-radius: 5px;
  position: relative;
}
.pc-navbar-nav .nav-childern .nav-product-item a:hover {
  color: #0f94d6;
}
.pc-navbar-nav .nav-childern .nav-product-img {
  text-align: center;
}
.pc-navbar-nav .nav-childern .nav-product-img img {
  width: 100%;
  object-fit: contain;
}
.pc-navbar-nav .nav-childern .nav-product-note {
  position: absolute;
  top: 5px;
  right: 10px;
}
.pc-navbar-nav .nav-childern .nav-product-name {
  word-wrap: break-word;
  white-space: break-spaces;
}
.pc-navbar-nav .nav-childern .nav-all-category {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1298ff;
}
.pc-navbar-nav .nav-childern .nav-all-category a {
  color: #1298ff;
}
.pc-navbar-nav .nav-childern .nav-all-category ::after {
  content: "\e602";
  font-family: 'i';
  color: #1298ff;
}
.pc-navbar-nav .nav-childern .nav-category-list-item {
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
}
.pc-navbar-nav .nav-childern .nav-category-list-item:hover,
.pc-navbar-nav .nav-childern .nav-category-list-item.active {
  background-color: #F2F5F7;
  font-weight: bold;
}
.pc-navbar-nav .newProduct {
  position: relative;
  display: block;
  line-height: 1.868;
}
.pc-navbar-nav .newProduct:after {
  content: "新品";
  display: inline-block;
  color: #DE3232;
  margin-left: 10px;
}
.pc-navbar-nav.en .newProduct {
  line-height: 1.2;
}
.pc-navbar-nav.en .newProduct:after {
  content: "new";
}
@media only screen and (max-width: 1201px) {
  .pc-navbar-nav > li > a {
    font-size: 14px !important;
  }
  .pc-navbar-nav .nav-childern .nav-childern-left,
  .pc-navbar-nav .nav-childern .nav-childern-right {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .pc-navbar-nav .nav-childern .nav-childern-left {
    width: 200px;
  }
  .pc-navbar-nav .nav-childern .nav-childern-right {
    width: calc(100% - 200px);
    position: relative;
    height: 100%;
    padding-left: 50px;
  }
}
.nav-curtain {
  background: rgba(232, 232, 237, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms, visibility .32s step-end 80ms;
}
.slide_header.open ~ .nav-curtain {
  opacity: 1;
  visibility: visible;
  transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms, visibility .32s step-start 80ms;
}
