@font-face {
	font-family: 'cui-icon';
	src: url(productBase-cui-icon.eot);
	src: url(productBase-cui-icon.eot#iefix) format('embedded-opentype'),
	url(productBase-cui-icon.woff2) format('woff2'),
	url(productBase-cui-icon.woff) format('woff'),
	url(productBase-cui-icon.ttf) format('truetype'),
	url(productBase-cui-icon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.cui-icon-add:before {
	content: "\EA01"
}

.cui-icon-cancel:before {
	content: "\EA02"
}

.cui-icon-confirm:before {
	content: "\EA03"
}

.cui-icon-date:before {
	content: "\EA04"
}

.cui-icon-download:before {
	content: "\EA05"
}

.cui-icon-edit:before {
	content: "\EA06"
}

.cui-icon-heart:before {
	content: "\EA07"
}

.cui-icon-help:before {
	content: "\EA08"
}

.cui-icon-home:before {
	content: "\EA09"
}

.cui-icon-infomation:before {
	content: "\EA0A"
}

.cui-icon-menu:before {
	content: "\EA0B"
}

.cui-icon-minus:before {
	content: "\EA0C"
}

.cui-icon-purchase:before {
	content: "\EA0D"
}

.cui-icon-refresh:before {
	content: "\EA0E"
}

.cui-icon-search:before {
	content: "\EA0F"
}

.cui-icon-star-outline:before {
	content: "\EA10"
}

.cui-icon-star:before {
	content: "\EA11"
}

.cui-icon-visible:before {
	content: "\EA12"
}

.cui-icon-double-down:before {
	content: "\EA13"
}

.cui-icon-double-left:before {
	content: "\EA14"
}

.cui-icon-double-right:before {
	content: "\EA15"
}

.cui-icon-double-up:before {
	content: "\EA16"
}

.cui-icon-down:before {
	content: "\EA17"
}

.cui-icon-left:before {
	content: "\EA18"
}

.cui-icon-more:before {
	content: "\EA19"
}

.cui-icon-play:before {
	content: "\EA1A"
}

.cui-icon-right:before {
	content: "\EA1B"
}

.cui-icon-triangle-down:before {
	content: "\EA1C"
}

.cui-icon-up:before {
	content: "\EA1D"
}
@charset "utf-8";
.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
}
.cui-btn-normal {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 38px;
}
.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}
.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.cui-btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}
.cui-btn-outline-primary {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}
.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}
.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}
.cui-btn.disabled:hover,
.cui-btn[disabled]:hover {
  box-shadow: none;
}
.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}
.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}
.cui-select select::-ms-expand {
  display: none;
}
.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cui-select i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}
.cui-select:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}
.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.cui-select-option-list {
  display: none;
}
.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}
.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #f66f6a;
}
.cui-select.open .cui-select-option-list li.selected {
  background: #f66f6a;
  color: #fff;
}
#videolist div div {
  text-align: center;
  background-repeat: no-repeat;
}
#videolist div div img {
  margin-top: 25px;
  cursor: pointer;
}
#closeBtn {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 767px) {
  #closeBtn {
    right: 50%;
    bottom: -50px;
    margin-right: -16px;
  }
  #closeBtn img {
    width: 32px;
    height: 32px;
  }
}
/* 入场动画 */
[vm-type="1"] {
  visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.level0 {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
}
.level1 {
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 0.2s;
}
.level2 {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
}
.level3 {
  -webkit-animation-duration: 1.8s;
  -webkit-animation-delay: 0.4s;
}
.reallyslow {
  -webkit-animation-duration: 6s;
  -webkit-animation-delay: 3s;
}
.foldIcon {
  font-family: 'cui-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  border: none;
  margin-top: -6px;
  font-size: 12px;
  color: #666a75;
}
.foldIcon:before {
  content: "\EA17";
  position: static;
  border: none;
  margin: 0px;
}
.img-full-view {
  display: none;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
}
.img-full-view img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.img-full-view.show {
  display: block;
}
.product-section {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .bg-pc-white,
  .bg-pc-bottom-white,
  .bg-pc-top-white {
    background: white;
  }
  .bg-pc-white + .bg-pc-white,
  .bg-pc-white + .bg-pc-top-white,
  .bg-pc-bottom-white + .bg-pc-white {
    margin-top: -50px;
    z-index: 0;
  }
  .bg-pc-grey,
  .bg-pc-bottom-grey,
  .bg-pc-top-grey {
    background: #f1f3ff;
  }
  .bg-pc-grey + .bg-pc-grey,
  .bg-pc-grey + .bg-pc-top-grey,
  .bg-pc-bottom-grey + .bg-pc-grey {
    margin-top: -50px;
    z-index: 0;
  }
}
.bg-pc-black + .bg-pc-black {
  margin-top: -50px;
  z-index: 0;
}
.product-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .product-section {
    padding-bottom: 30px;
  }
  .bg-pc-black + .bg-pc-black {
    margin-top: 0px;
    z-index: 0;
  }
  .bg-mb-black + .bg-mb-black {
    margin-top: -50px;
    z-index: 0;
  }
  .bg-mb-white,
  .bg-mb-bottom-white,
  .bg-mb-top-white {
    background: white;
  }
  .bg-mb-white + .bg-mb-white,
  .bg-mb-white + .bg-mb-top-white,
  .bg-mb-bottom-white + .bg-mb-white {
    margin-top: -30px;
    z-index: 0;
  }
  .bg-mb-grey,
  .bg-mb-bottom-grey,
  .bg-mb-top-grey {
    background: #f1f3ff;
  }
  .bg-mb-grey + .bg-mb-grey,
  .bg-mb-grey + .bg-mb-top-grey,
  .bg-mb-bottom-grey + .bg-mb-grey {
    margin-top: -30px;
    z-index: 0;
  }
  .product-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.product-title.white {
  color: #ffffff;
}
.product-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #666a75;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .product-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .product-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.solution-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.solution-title.white {
  color: #ffffff;
}
.solution-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #666a75;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .solution-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .solution-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.solution-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .solution-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solution-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.solution-title.white {
  color: #ffffff;
}
.solution-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #252B3A;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .solution-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .solution-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.product-header-btn-wrapper {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  line-height: 60px;
  animation: header-btn 0.5s ease;
}
.product-header-btn-wrapper a {
  height: auto;
  max-width: 200px;
  border-radius: 0;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes header-btn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .product-header-btn-wrapper.show {
    display: block;
  }
}
.scrolled .sidebar-box.fixed {
  width: 600px;
  margin-left: -300px;
}
.sidebar-menu .item:after {
  height: 4px;
  background: #f66f6a;
}
.fixed .sidebar-menu .item a:hover {
  color: #f66f6a;
}
.product-banner {
  min-height: 350px;
  line-height: 350px;
  overflow: hidden;
  font-size: 0;
  background: url(productBase-banner-bg.jpg) center no-repeat;
  background-size: cover;
}
.product-banner .product-wrapper {
  position: relative;
}
.product-banner .product-banner-ecs-scene .product-wrapper {
  max-width: 1450px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: 90px;
}
.product-banner.productecs-banner-v2 {
  background: url(productBase-ecs-new2-banner.jpg) #E7EFFE center no-repeat;
  height: 410px;
}
.product-banner.productecs-banner-v2 .product-banner-btn-group a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-banner.productecs-banner-v2 .product-banner-main {
  padding: 80px 0px;
  width: 570px;
}
.product-banner.productecs-banner-v2.banner-gpu .product-banner-main {
  padding: 50px 0px;
  width: 570px;
}
.product-banner.productecs-banner-v2.banner-gpu .product-banner-btn-group .cui-btn {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.product-banner.productecs-banner-v2.banner-obs .product-banner-btn-group {
  width: 690px;
}
.new-banner-notice {
  margin-top: 20px;
}
.new-banner-notice > span,
.new-banner-notice a {
  height: 22px;
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
}
.new-banner-notice > span {
  margin-right: 20px;
  color: #666A75;
}
.new-banner-notice > a {
  color: #f66f6a;
  margin-right: 20px;
  position: relative;
}
.new-banner-notice > a:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #f66f6a;
}
.new-banner-notice > a:last-of-type {
  margin-right: 0;
}
.product-banner-video-bg {
  background-color: #bccaed;
  background-image: linear-gradient(to right, #bccaed 0%, #bccaed 45%, #c7d2f1 55%, #c7d2f1 100%);
  background-size: auto 100%;
}
.product-banner-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 630px;
  margin: -60px -126px -60px 0;
  animation: banner-img 1s forwards;
}
.product-banner-img img {
  display: block;
  width: 100%;
}
.product-banner-video-poster {
  display: none;
}
.product-banner-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-banner-video video {
  display: block;
  position: absolute;
  height: 100%;
  right: -1000px;
  left: -1000px;
  margin: auto;
  background-color: transparent;
}
.product-banner-ecs-scene .product-banner-ecs-textbtn a {
  color: #f66f6a;
}
.product-banner-ecs-scene .product-banner-ecs-textbtn a:hover {
  text-decoration: underline;
}
.product-banner-ecs-scene .product-banner-ecs-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 780px;
  height: 600px;
  margin: -40px -266px -60px 0;
  animation: banner-img 1s forwards;
}
@keyframes banner-img {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.product-banner-main {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  width: calc(100% - 504px);
  padding: 15px 10px;
  font-size: 1rem;
  line-height: 1rem;
}
.product-banner-main:before,
.product-banner-main:after {
  content: " ";
  display: table;
}
.product-banner-main:after {
  clear: both;
}
.product-play-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  border: solid 1px #f66f6a;
  border-radius: 2px;
  font-size: 0;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  transition: .2s;
}
.product-play-btn i {
  font-size: 16px;
  color: #f66f6a;
  transition: .2s;
}
.product-play-btn:hover {
  background: #f66f6a;
}
.product-play-btn:hover i {
  color: #fff;
}
.product-banner-title {
  margin-bottom: 10px;
  font-size: 0;
}
.product-banner-title h1 {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 36px;
  line-height: 46px;
  color: #252B3A;
}
.product-banner-link {
  color: #f66f6a;
  transition: .2s;
}
.product-banner-link:hover {
  text-decoration: underline;
}
.product-banner-paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #666A75;
}
.product-banner-paragraph-sub {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0;
  color: #666A75;
}
.product-banner-paragraph-sub p,
.product-banner-paragraph-sub a {
  display: inline;
  font-size: 14px;
  line-height: 22px;
}
.product-banner-paragraph-sub p {
  margin-right: 15px;
}
.product-banner-paragraph-sub .product-banner-link {
  display: inline-block;
}
.product-banner-paragraph-sub em {
  font-style: normal;
  font-size: 24px;
  line-height: 0;
  color: #f66f6a;
}
.product-banner-btn-group {
  margin-bottom: -10px;
  font-size: 0;
}
.product-banner-btn-group .cui-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-banner-btn-group .cui-btn.product-banner-btn-last {
  margin-right: 20px;
}
.product-banner-btn-group .product-banner-textbtn-group {
  margin-bottom: 10px;
}
.product-banner-textbtn-group {
  display: inline-block;
}
.product-banner-textbtn {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #666a75;
  transition: .2s;
}
.product-banner-textbtn + .product-banner-textbtn {
  position: relative;
  margin-left: 21px;
}
.product-banner-textbtn + .product-banner-textbtn:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  height: 18px;
  border-right: solid 1px #f66f6a;
  margin-top: -9px;
}
.product-banner-textbtn:hover {
  color: #f66f6a;
}
.product-banner-notice {
  margin-top: 10px;
}
.product-banner-notice > li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 18px;
  color: #666a75;
}
.product-banner-notice > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border: solid 2px #a0a2a8;
  border-radius: 50%;
  margin-top: -2px;
}
.product-banner-notice > li + li {
  margin-top: 5px;
}
.product-banner-notice > li p {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.product-tag {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 18px;
  background: center no-repeat;
  background-size: cover;
}
.product-tag-discount {
  background-image: url(productBase-tag-discount.png);
}
.product-tag-hot {
  background-image: url(productBase-tag-hot.png);
}
.product-tag-new {
  background-image: url(productBase-tag-new.png);
}
.product-tag-nuevo {
  background-image: url(productBase-tag-nuevo.png);
  width: 48px;
}
.product-tag-ventas {
  background-image: url(productBase-tag-ventas.png);
  width: 54px;
}
.product-banner.theme-light .product-banner-title h1 {
  color: #fff;
}
.product-banner.theme-light .product-banner-paragraph,
.product-banner.theme-light .product-banner-paragraph-sub,
.product-banner.theme-light .product-banner-textbtn,
.product-banner.theme-light .product-banner-notice > li {
  color: rgba(255, 255, 255, 0.7);
}
.product-banner.theme-light .product-banner-textbtn + .product-banner-textbtn:before,
.product-banner.theme-light .product-banner-notice > li:before {
  border-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1023px) {
  .product-banner {
    min-height: 300px;
    line-height: 300px;
  }
  .product-banner-img {
    width: 410px;
    margin: -3px -70px -3px 0;
  }
  .product-banner-ecs-scene .product-banner-ecs-img {
    width: 410px;
    height: auto;
    margin: -3px -70px -3px 0;
  }
  .product-banner-main {
    width: calc(100% - 340px);
    padding: 10px 25px;
  }
  .product-banner-title h1 {
    font-size: 26px;
    line-height: 1.25;
  }
  .productecs-banner-v2 .product-banner-title h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  .product-banner-paragraph {
    display: none;
  }
  .product-banner-paragraph-sub {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-banner-notice > li + li {
    margin-top: 10px;
  }
  .product-banner.productecs-banner-v2 {
    min-height: 240px;
    height: auto;
  }
  .product-banner.productecs-banner-v2 .product-banner-main {
    width: auto!important;
    padding: 30px 0 20px!important;
  }
  .product-banner.productecs-banner-v2 .product-banner-paragraph {
    display: block;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 15px;
  }
  .product-banner.productecs-banner-v2 .product-banner-paragraph-sub p {
    fong-size: 12px;
  }
  .product-banner.productecs-banner-v2 .product-banner-paragraph-sub p em {
    font-size: 22px;
  }
  .product-banner.productecs-banner-v2 .product-banner-btn-group a {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 24px;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > span {
    display: none;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a {
    font-size: 14px;
    color: #F66F6A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    padding: 0 15px;
    margin-right: 0;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: 1px;
    background: #F66F6A;
    right: 0px;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:first-of-type {
    padding-left: 0;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:last-of-type {
    padding-right: 0;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:last-of-type:after {
    display: none;
  }
  .product-banner.productecs-banner-v2.banner-obs .product-banner-btn-group {
    width: 100%;
  }
  .product-banner.productecs-banner-v2.banner-gpu .product-banner-btn-group a.cui-btn {
    width:  calc((100% - 10px) / 2);
  }
  .product-banner.productecs-banner-v2.banner-gpu .product-banner-btn-group a.cui-btn:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-banner {
    height: auto;
    line-height: 1rem;
  }
  .product-banner-img {
    position: static;
    width: calc(100% + 44px);
    height: auto;
    margin: -30px -22px 0;
    animation: none;
  }
  .product-banner-ecs-scene .product-banner-ecs-img {
    position: static;
    width: calc(100% + 44px);
    height: auto;
    margin: -10px -22px -60px -22px;
    animation: none;
  }
  .product-banner-video-poster {
    display: block;
  }
  .product-banner-video {
    display: none;
  }
  .product-banner-main {
    display: block;
    width: auto;
    padding: 0 0 15px;
  }
  .product-tag-discount {
    background-image: url(productBase-tag-discount-mb.png);
  }
  .product-tag-hot {
    background-image: url(productBase-tag-hot-mb.png);
  }
  .product-tag-new {
    background-image: url(productBase-tag-new-mb.png);
  }
}
.solution-banner {
  height: 350px;
  background-size: cover;
  font-size: 0;
  line-height: 350px;
}
.solution-banner-main {
  display: inline-block;
  vertical-align: middle;
  max-width: 676px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1rem;
}
.solution-banner-title {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}
.solution-banner-text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.solution-banner-button-wrapper {
  font-size: 0;
  margin-bottom: -10px;
}
.solution-banner-button-wrapper .cui-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .solution-banner {
    height: auto;
    min-height: 300px;
    padding-bottom: 0;
    line-height: 300px;
  }
  .solution-banner-main {
    max-width: none;
    padding: 10px 0;
  }
  .solution-banner-title {
    font-size: 24px;
    line-height: 30px;
  }
  .solution-banner-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.product-ad {
  background: url(productBase-ad-bg.jpg);
  background-size: cover;
}
.product-ad > div {
  position: relative;
}
.product-ad-list:before,
.product-ad-list:after {
  content: " ";
  display: table;
}
.product-ad-list:after {
  clear: both;
}
.product-ad-list > li {
  float: left;
  text-align: center;
}
.product-ad-list a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 15px 30px;
}
.product-ad-list h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .2s;
}
.product-ad-list h1 span,
.product-ad-list h1 i {
  vertical-align: middle;
}
.product-ad-list p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-ad-list a:hover h1 {
  color: #f66f6a;
}
.product-ad-list[data-cols="2"] > li {
  width: 50%;
}
.product-ad-list[data-cols="3"] > li {
  width: 33.33333333%;
}
.product-ad-label {
  display: inline-block;
  width: 38px;
  height: 18px;
  margin-left: 5px;
  background-size: cover;
}
.hideLabel .product-ad-label {
  display: none;
}
.product-ad-label-new {
  background-image: url(productBase-ad-label-new.png);
}
.product-ad-label-hot {
  background-image: url(productBase-ad-label-hot.png);
}
.product-tag-nuevo {
  background-image: url(productBase-tag-nuevo.png);
  width: 48px;
}
.product-tag-ventas {
  background-image: url(productBase-tag-ventas.png);
  width: 54px;
}
.product-ad-pagination {
  display: none;
}
@media (max-width: 767px) {
  .product-ad {
    background-image: url(productBase-ad-bg-mb.jpg);
  }
  .product-ad > div {
    padding-left: 0;
    padding-right: 0;
  }
  .product-ad-list a {
    padding: 20px 0 34px;
  }
  .product-ad-list h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .product-ad-list p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .product-ad-list[data-cols] > li {
    width: 100%;
  }
  .product-ad-list > li {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-ad-pagination {
    display: block;
  }
  .product-ad-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
  }
  .product-ad-pagination .swiper-pagination-bullet-active {
    background: #f66f6a;
  }
}
.product-faq .product-faq-list .icon {
  background: #F66F6A;
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  padding: 0 2px;
}
.product-faq .product-faq-list .question-bg {
  display: inline-block;
}
.product-faq .product-faq-list .question {
  font-family: PingFangSC-Regular;
  color: #252B3A;
  letter-spacing: 0;
  text-align: justify;
  background-color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-faq .product-faq-list .answers {
  font-family: PingFangSC-Regular;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  background: white;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}
@media (min-width: 768px) {
  .product-faq .product-title {
    padding: 50px 10px 0px;
    font-size: 36px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
  }
  .product-faq .product-faq-list {
    height: 166px;
    padding: 30px 0 40px;
  }
  .product-faq .product-faq-list a:hover .question {
    color: #F66F6A;
  }
  .product-faq .product-faq-list a:hover .answers {
    color: #F66F6A;
  }
  .product-faq .product-faq-list .faq-item {
    padding: 5px 7% 5px 0;
    /*91px*/
    height: 32px;
    width: 50%;
    /*590px*/
    overflow: hidden;
    border-right: 1px solid #DDDDDD;
  }
  .product-faq .product-faq-list .faq-item-right {
    padding: 5px 0 5px 7%;
    /*91px*/
    height: 32px;
    width: 50%;
    /*590px*/
    overflow: hidden;
  }
  .product-faq .product-faq-list .icon {
    font-size: 12px;
    line-height: 14px;
  }
  .product-faq .product-faq-list .question-bg {
    padding-left: 10px;
    width: calc(100% - 26px);
    height: 24px;
    vertical-align: middle;
  }
  .product-faq .product-faq-list .question {
    font-size: 14px;
    line-height: 22px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    max-width: 75.2%;
    height: 22px;
    overflow: hidden;
    display: inline-block;
  }
  .product-faq .product-faq-list .answers {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    vertical-align: top;
    position: relative;
    float: right;
  }
  .product-faq .product-faq-list .faq-item .question-bg .dashed-line {
    display: inline-block;
    z-index: -1;
    width: calc(100% - 141px);
    height: 1px;
    border-top: 1px dashed #CCCCCC;
    position: absolute;
    left: 36px;
    margin-top: 11.5px;
  }
  .product-faq .product-faq-list .faq-item-right .question-bg .dashed-line {
    display: inline-block;
    z-index: -1;
    width: calc(100% - 141px);
    height: 1px;
    border-top: 1px dashed #CCCCCC;
    position: absolute;
    margin-top: 11.5px;
    right: 10px;
  }
  .product-faq .product-faq-more {
    text-align: center;
  }
  .product-faq .product-faq-more .cui-btn + .cui-btn {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .product-faq .product-title {
    padding: 30px 15px 0px;
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
  }
  .product-faq .product-faq-list {
    height: 116px;
    padding-top: 23px;
    overflow: hidden;
  }
  .product-faq .product-faq-list .faq-item {
    padding-bottom: 15px;
    height: 36px;
    width: 100%;
    overflow: hidden;
  }
  .product-faq .product-faq-list .faq-item-right {
    padding-bottom: 15px;
    height: 36px;
    width: 100%;
    overflow: hidden;
  }
  .product-faq .product-faq-list .faq-item-right {
    padding-bottom: 15px;
  }
  .product-faq .product-faq-list .icon {
    font-size: 10px;
    line-height: 10px;
  }
  .product-faq .product-faq-list .question-bg {
    padding-left: 7px;
    height: 18px;
    vertical-align: middle;
    width: calc(100% - 20px);
  }
  .product-faq .product-faq-list .question {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    max-width: 80%;
  }
  .product-faq .product-faq-list .answers {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    vertical-align: top;
    position: relative;
    float: right;
  }
  .product-faq .product-faq-list .question-bg .dashed-line {
    display: inline-block;
    z-index: -1;
    width: calc(100%);
    height: 1px;
    border-top: 1px dashed #CCCCCC;
    position: absolute;
    left: 27px;
    margin-top: 9px;
  }
  .product-faq .product-faq-more {
    display: none;
  }
}
.product-compute-tabs-head {
  padding-bottom: 20px;
}
.product-compute-tabs-head > ul {
  font-size: 0;
  border-bottom: solid 1px #ddd;
}
.product-compute-tabs-head > ul > li {
  display: inline-block;
  text-align: center;
}
.product-compute-tabs-head > ul a {
  display: inline-block;
  position: relative;
  padding: 20px 10px 0;
  height: 66px;
  font-size: 16px;
  line-height: 24px;
  color: #252b3a;
  cursor: pointer;
}
.product-compute-tabs-head > ul a:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 4px;
  background: #f66f6a;
  transition: .2s;
}
.product-compute-tabs-head > ul a:hover {
  color: #f66f6a;
}
.product-compute-tabs-head > ul > li.active a:after {
  right: 0;
  left: 0;
}
.product-compute-tabs-head > ul[data-cols="3"] > li {
  width: 33.33333333%;
}
.product-compute-tabs-head > ul[data-cols="4"] > li {
  width: 25%;
}
.product-compute-tabs-head > ul[data-cols="5"] > li {
  width: 20%;
}
.product-compute-tabs-head > ul[data-cols="6"] > li {
  width: 16.66666667%;
}
.product-compute-tabs-content {
  display: none;
}
.product-compute-tabs-content.show {
  display: block;
}
.product-compute-list-head-mb {
  display: none;
}
.product-compute-list {
  border: solid 1px #ddd;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .product-compute-list {
    display: block;
    box-sizing: border-box;
  }
}
.product-compute-item {
  position: relative;
  min-height: 262px;
}
.product-compute-item + .product-compute-item {
  border-top: solid 1px #ddd;
}
.product-compute-item-part1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 284px;
  height: 100%;
  background: #f7f8ff;
}
.product-compute-item-part1 img {
  display: block;
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  width: 184px;
  margin: auto;
}
.product-compute-item-part2 {
  padding: 20px;
  margin-left: 284px;
  margin-right: 346px;
}
.product-compute-item-part2 h1 {
  font-size: 18px;
  line-height: 20px;
  color: #252b3a;
}
.product-compute-item-part2 h2,
.product-compute-item-part2 h3 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.product-compute-item-part2 p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-compute-item-part2-model {
  margin-top: 10px;
  font-size: 0;
}
.product-compute-item-part2-model > li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 2px;
  padding-bottom: 2px;
}
.product-compute-item-part2-model > li:nth-child(2n + 1) {
  padding-right: 10px;
}
.product-compute-item-part2-model > li:nth-child(2n) {
  padding-left: 10px;
}
.product-compute-item-part2-model > li span {
  display: inline-block;
  width: 50%;
  line-height: 18px;
  vertical-align: top;
}
.product-compute-item-part2-model > li span:first-child {
  font-size: 12px;
  color: #666a75;
}
.product-compute-item-part2-model > li span:last-child {
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #252b3a;
}
.product-compute-item-part2-support-list {
  font-size: 0;
}
.product-compute-item-part2-support-list li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.product-compute-item-part2-support-list li em {
  font-style: normal;
}
.product-compute-item-part3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 346px;
  height: 100%;
  padding: 25px 20px;
}
.product-compute-item-part3:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 20px;
  border-left: solid 1px #ddd;
}
.product-instance-item-part3-title {
  padding-bottom: 6px;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
}
.product-instance-item-part3-config {
  padding: 10px 0;
}
.product-instance-item-part3-config label {
  float: left;
  width: 50px;
  font-size: 12px;
  line-height: 32px;
  color: #666a75;
}
.product-instance-item-part3-table {
  display: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  vertical-align: top;
  text-align: left;
}
.product-instance-item-part3-table.active {
  display: block;
}
.product-instance-item-part3-table td {
  width: 25%;
  padding: 0 10px 0 0;
  line-height: 22px;
  vertical-align: top;
}
.product-instance-item-part3-table thead td {
  font-size: 12px;
  color: #666a75;
}
.product-instance-item-part3-table tbody td {
  font-size: 14px;
  color: #252b3a;
}
.product-instance-item-part3-buy {
  display: none;
  margin-top: 30px;
}
.product-instance-item-part3-buy:before,
.product-instance-item-part3-buy:after {
  content: " ";
  display: table;
}
.product-instance-item-part3-buy:after {
  clear: both;
}
.product-instance-item-part3-buy.active {
  display: block;
}
.product-instance-item-part3-buy .cui-btn {
  float: right;
}
.product-instance-item-part3-price {
  float: left;
  font-size: 14px;
  line-height: 40px;
  color: #252b3a;
}
.product-instance-item-part3-price em {
  font-style: normal;
  font-size: 22px;
  color: #f66f6a;
}
.product-compute-list-arrow {
  padding-top: 20px;
  text-align: center;
}
.product-compute-list-arrow i {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: .35s;
  background-image: url(productBase-compute-more.png);
  background-size: cover;
}
.product-compute-list-arrow i:hover {
  background-image: url(productBase-compute-more-hover.png);
}
.product-compute-list-body.show-all + .product-compute-list-arrow i {
  transform: rotateX(180deg);
  -ms-transform: rotate(180deg);
}
@media (max-width: 1023px) {
  .product-compute-tabs-head {
    display: none;
  }
  .product-compute-list-container {
    display: block;
  }
  .product-compute-list-container + .product-compute-list-container {
    margin-top: 1px;
  }
  .product-compute-list-body {
    height: 0;
    overflow: hidden;
    transition: .35s;
  }
  .product-compute-list-body {
    position: relative;
    border: solid 1px #ddd;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .product-compute-list {
    border: none;
  }
  .product-compute-list-head {
    display: none;
  }
  .product-compute-list-head-mb {
    display: block;
    position: relative;
    padding: 13px 40px 13px 15px;
    background: #32374A url(productBase-compute-title-bg.jpg) center no-repeat;
    background-size: cover;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
  }
  .product-compute-list-head-mb i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    color: white;
    transition: .35s;
  }
  .product-compute-list-container.show .product-compute-list-body {
    height: auto;
  }
  .product-compute-list-container.show .product-compute-list-head-mb i {
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
  }
  .product-compute-item {
    display: block !important;
    border: none;
    padding-bottom: 35px;
  }
  .product-compute-item-part1 {
    position: static;
    width: auto;
    height: auto;
    padding: 20px;
  }
  .product-compute-item-part1 img {
    position: static;
  }
  .product-compute-item-part2 {
    padding: 15px;
    margin: 0;
  }
  .product-compute-item-part2 h1,
  .product-compute-item-part2 h2,
  .product-compute-item-part2 h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .product-compute-item-part2 h2,
  .product-compute-item-part2 h3 {
    margin-top: 20px;
  }
  .product-compute-item-part2 p {
    font-size: 14px;
    line-height: 22px;
  }
  .product-compute-item-part2-model {
    display: table;
  }
  .product-compute-item-part2-model > li {
    display: table-row;
    width: 100%;
    padding: 0 !important;
  }
  .product-compute-item-part2-model > li span {
    display: table-cell;
    font-size: 14px !important;
    line-height: 22px;
  }
  .product-compute-item-part2-model > li + li span {
    padding-top: 10px;
  }
  .product-compute-item-part2-support-list {
    margin-top: 10px;
  }
  .product-compute-item-part3 {
    display: none;
  }
  .product-compute-list-arrow {
    display: none;
  }
  .product-compute-pagination {
    display: block;
    bottom: 20px !important;
    line-height: 4px;
  }
  .product-compute-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
    vertical-align: middle;
  }
  .product-compute-pagination .swiper-pagination-bullet-active {
    background: #f66f6a;
  }
}
.product-advantage {
  background: url(productBase-advantage-pc-bag.png) no-repeat;
  background-size: cover;
}
.product-advantage-slide {
  height: auto;
}
.product-advantage-slide:before,
.product-advantage-slide:after {
  content: " ";
  display: table;
}
.product-advantage-slide:after {
  clear: both;
}
.product-advantage-slide[data-cols="4"] > li {
  width: calc((100% - 60px ) / 4 );
}
.product-advantage-slide[data-cols="3"] > li {
  width: calc((100% - 40px ) / 3 );
}
.product-advantage-slide[data-cols="5"] > li {
  width: calc((100% - 80px ) / 5 );
}
.product-advantage-item {
  margin-right: 20px;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  float: left;
}
.product-advantage-item:last-child {
  margin-right: 0px;
}
.product-advantage-item a {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  color: #1B79C8;
  transition: all 0.3s;
}
.product-advantage-item a:hover {
  color: #f66f6a;
}
.product-advantage-item i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-advantage-item h3 {
  font-size: 18px;
  margin: 20px 0 40px 0;
  color: #252b3a;
  line-height: 22px;
  position: relative;
}
.product-advantage-item h3:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -12px;
  background-color: #f66f6a;
}
.product-advantage-item p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #666a75;
}
@media (max-width: 1023px) {
  .product-advantage .product-wrapper {
    padding-bottom: 30px;
  }
  .product-advantage {
    background-position: center bottom;
  }
  .product-advantage-item {
    width: calc((100% - 5px ) / 2 ) !important;
    height: auto;
    padding: 15px;
    margin: 0 5px 5px 0;
    border-radius: 2px;
  }
  .product-advantage-item:nth-child(even) {
    margin-right: 0px;
  }
  .product-advantage-item i {
    width: 48px;
    height: 48px;
  }
  .product-advantage-item h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 20px 0;
  }
  .product-advantage-item h3:after {
    bottom: -10px;
  }
  .product-advantage-item p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-advantage-slide {
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .product-advantage-item {
    width: 100% !important;
    padding: 15px;
    margin: 0;
    box-shadow: none;
  }
  .product-advantage-item h3 {
    margin-bottom: 10px;
  }
  .product-advantage-item h3:after {
    display: none;
  }
  .product-advantage-item p {
    text-align: left;
  }
}
.product-function .foldIcon {
  display: none;
}
.function-block {
  max-width: 100%;
}
.product-tabs {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.product-tabs .product-tab {
  float: left;
  padding: 15px 39px;
  width: 33.33%;
  cursor: pointer;
}
.icons-prod-fun {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  display: block;
  background-size: auto 100%;
}
.icons-prod-fun.fun1 {
  background-position: 0 0;
}
.product-tab .caption {
  font-size: 16px;
  transition: color .5s ease;
  font-weight: bold;
  color: #252b3a;
}
.product-tab .info {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0 20px;
  color: #666a75;
}
.product-tabs .product-tab.active .caption {
  color: #f66f6a;
}
.product-tab:hover .caption {
  color: #f66f6a;
}
.product-content-container {
  background: #f2f4ff;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.product-function .product-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 10px 0px!important;
  display: none;
}
.fun-mb-title {
  display: none;
  line-height: 34px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.fun-mb-title .icons-prod-fun {
  margin: 0 10px 0 0;
}
.fun-mb-body {
  padding: 0 20px;
}
.fun-item {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.fun-info {
  margin-bottom: 10px;
}
.prod-info table {
  width: 100%;
  margin-top: 5px;
}
.prod-info table * > tr {
  height: 24px;
}
.prod-info table tr > th {
  text-align: left;
}
.prod-info table tr > th,
.prod-info table tr > td {
  padding: 0px 5px;
  font-size: 12px;
  line-height: 18px;
}
.prod-info {
  text-align: justify;
}
.prod-list li {
  line-height: 22px;
  padding-left: 14px;
  margin: 0 0 10px;
  text-align: left!important;
  color: #666a75 !important;
}
.prod-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #A0A2A8;
  float: left;
  margin-left: -14px;
  margin-top: 8px;
}
.indicator-triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #f4f6f8;
  transition: left .3s linear;
  visibility: hidden;
}
.indicator-triangle:before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 5px;
  border-bottom: 12px solid #ddd;
  background-color: #f66f6a;
}
.active .product-tab.active ~ .indicator-triangle {
  visibility: visible;
}
.product-content-container .product-content.active {
  display: block;
  visibility: visible;
}
@media (max-width: 1023px) {
  .product-function .product-wrapper {
    padding-bottom: 30px;
  }
  .product-tabs {
    width: 100%;
  }
  .product-tabs .product-tab {
    padding: 15px;
  }
}
.product-tabs .product-tab {
  padding: 30px 10px 30px 88px;
  position: relative;
}
.product-tabs .product-tab em {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.product-tabs .product-tab p {
  text-align: left;
  padding: 0px;
}
.product-function .product-wrapper.function-dubble .product-tabs .product-tab {
  width: 50%;
}
@media (min-width: 768px) {
  .product-function .product-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  .product-tabs .product-tab {
    padding: 15px 10px 15px 62px;
    position: relative;
  }
  .product-tabs .product-tab em {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab p {
    text-align: left;
    padding: 0px;
  }
  .fun-mb-body {
    padding: 0 15px;
  }
  .fun-item {
    padding: 0px 15px;
  }
.product-content-container  .product-content {
    padding-bottom: 10px;
  }
  .product-layer .product-tabs {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .product-wrapper {
    border-radius: 2px;
  }
  .product-wrapper .product-layer:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .product-wrapper .product-layer:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 1px solid #ddd;
  }
  .product-layer .product-tabs {
    padding: 0px;
  }
  .product-function .foldIcon {
    display: block;
  }
  .product-function .product-wrapper .product-tab {
    border: 1px solid #ddd;
    margin-bottom: -1px;
  }
  .product-tab.unfold:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    height: 100%;
    opacity: 1;
    border-left: 3px solid #f66f6a;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .4s ease;
  }
  .product-tabs .product-tab {
    width: 100%;
    padding: 15px 10px 15px 62px;
  }
  .product-tabs .product-tab em {
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab .caption {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
  }
  .product-tabs .product-tab .info {
    font-size: 14px;
    line-height: 22px;
  }
  .product-tabs .product-tab p {
    padding-right: 25px;
  }
  .product-tab .caption {
    margin-bottom: 5px;
  }
.product-content-container   .product-content {
    padding: 15px 0px 5px 0px;
    background: #F7F8FF;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .product-content .fun-info {
    text-align: left;
  }
  .fun-item {
    width: 100%;
    padding: 0px;
  }
}
.product-tab.product-tab-nocontent {
  cursor: auto!important;
}
.product-tab.product-tab-nocontent:hover .caption {
  color: #252b3a;
}
.product-tab-nocontent .foldIcon {
  display: none!important;
}
.product-function2 .foldIcon {
  display: none;
}
.function-block {
  max-width: 100%;
}
.product-tabs {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.product-tabs .product-tab {
  float: left;
  padding: 15px 39px;
  width: 33.33%;
  cursor: pointer;
}
.icons-prod-fun {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  display: block;
  background-size: auto 100%;
}
.icons-prod-fun.fun1 {
  background-position: 0 0;
}
.product-tab .caption {
  font-size: 16px;
  transition: color .5s ease;
  font-weight: bold;
}
.product-tab .info {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0 20px;
}
.product-tab:hover .caption {
  color: #f66f6a;
}
.product-content-container {
  background: #f2f4ff;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.product-function2 .product-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 10px 0px;
  display: none;
}
.fun-mb-title {
  display: none;
  line-height: 34px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.fun-mb-title .icons-prod-fun {
  margin: 0 10px 0 0;
}
.fun-mb-body {
  padding: 0 20px;
}
.fun-item {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.fun-info {
  margin-bottom: 10px;
}
.prod-info table {
  width: 100%;
  margin-top: 5px;
}
.prod-info table * > tr {
  height: 24px;
}
.prod-info table tr > th {
  text-align: left;
}
.prod-info table tr > th,
.prod-info table tr > td {
  padding: 0px 5px;
  font-size: 12px;
  line-height: 18px;
}
.prod-info {
  text-align: justify;
}
.prod-list li {
  line-height: 22px;
  padding-left: 14px;
  margin: 0 0 10px;
  text-align: justify;
  color: #333;
}
.prod-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #A0A2A8;
  float: left;
  margin-left: -14px;
  margin-top: 8px;
}
.indicator-triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #f4f6f8;
  transition: left .3s linear;
  visibility: hidden;
}
.indicator-triangle:before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 5px;
  border-bottom: 12px solid #f2f4ff;
  background-color: #e41e2b;
}
.active .product-tab.active ~ .indicator-triangle {
  visibility: visible;
}
.product-content-container .product-content.active {
  display: block;
  visibility: visible;
}
@media (max-width: 1023px) {
  .product-function2 .product-wrapper {
    padding-bottom: 30px;
  }
  .product-tabs {
    width: 100%!important;
  }
  .product-tabs .product-tab {
    padding: 15px;
  }
}
.product-tabs .product-tab {
  padding: 30px 10px 30px 88px;
  position: relative;
}
.product-tabs .product-tab em {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.product-tabs .product-tab p {
  text-align: left;
  padding: 0px;
}
.product-function2 .product-wrapper.function-dubble .product-tabs .product-tab {
  width: 50%;
}
@media (min-width: 768px) {
  .product-function2 .product-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  .product-tabs .product-tab {
    padding: 15px 10px 15px 62px;
    position: relative;
  }
  .product-tabs .product-tab em {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab p {
    text-align: left;
    padding: 0px;
  }
  .fun-mb-body {
    padding: 0 15px;
  }
  .fun-item {
    padding: 0px 15px;
  }
.product-content-container   .product-content {
    padding-bottom: 10px;
  }
  .product-layer .product-tabs {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .product-layer .product-tabs {
    padding: 0px;
  }
  .product-function2 .foldIcon {
    display: block;
  }
  .product-function2 .product-wrapper .product-tab {
    border: 1px solid #ddd;
    margin-bottom: -1px;
  }
  .product-tab.unfold:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    height: 100%;
    opacity: 1;
    border-left: 3px solid #f66f6a;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .4s ease;
  }
  .product-tabs .product-tab {
    width: 100%!important;
    padding: 15px 10px 15px 62px;
  }
  .product-tabs .product-tab em {
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab .caption {
    font-size: 14px;
    line-height: 18px;
  }
  .product-tabs .product-tab .info {
    font-size: 12px;
    line-height: 18px;
  }
  .product-tabs .product-tab p {
    padding-right: 25px;
  }
  .product-tab .caption {
    margin-bottom: 5px;
  }
 .product-content-container  .product-content {
    padding: 15px 0px 5px 0px;
    background: #F7F8FF;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .product-content .fun-info {
    text-align: left;
  }
  .fun-item {
    width: 100%;
    padding: 0px;
  }
}
.product-function3 .foldIcon {
  display: none;
}
.function-block {
  max-width: 100%;
}
.product-tabs {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.product-tabs .product-tab {
  float: left;
  padding: 15px 39px;
  width: 33.33%;
  cursor: pointer;
}
.icons-prod-fun {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  display: block;
  background-size: auto 100%;
}
.icons-prod-fun.fun1 {
  background-position: 0 0;
}
.product-tab .caption {
  font-size: 16px;
  transition: color .5s ease;
  font-weight: bold;
}
.product-tab .info {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0 20px;
}
.product-tab:hover .caption {
  color: #f66f6a;
}
.product-content-container {
  background: #f2f4ff;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.product-function3 .product-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 10px 0px;
  display: none;
}
.fun-mb-title {
  display: none;
  line-height: 34px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.fun-mb-title .icons-prod-fun {
  margin: 0 10px 0 0;
}
.fun-mb-body {
  padding: 0 20px;
}
.fun-item {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.fun-info {
  margin-bottom: 10px;
}
.prod-info table {
  width: 100%;
  margin-top: 5px;
}
.prod-info table * > tr {
  height: 24px;
}
.prod-info table tr > th {
  text-align: left;
}
.prod-info table tr > th,
.prod-info table tr > td {
  padding: 0px 5px;
  font-size: 12px;
  line-height: 18px;
}
.prod-info {
  text-align: justify;
}
.prod-list li {
  line-height: 22px;
  padding-left: 14px;
  margin: 0 0 10px;
  text-align: justify;
  color: #333;
}
.prod-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #A0A2A8;
  float: left;
  margin-left: -14px;
  margin-top: 8px;
}
.indicator-triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #f4f6f8;
  transition: left .3s linear;
  visibility: hidden;
}
.indicator-triangle:before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 5px;
  border-bottom: 12px solid #f2f4ff;
  background-color: #e41e2b;
}
.active .product-tab.active ~ .indicator-triangle {
  visibility: visible;
}
.product-content-container  .product-content.active {
  display: block;
  visibility: visible;
}
@media (max-width: 1023px) {
  .product-function3 .product-wrapper {
    padding-bottom: 30px;
  }
  .product-tabs {
    width: 100%!important;
  }
  .product-tabs .product-tab {
    padding: 15px;
  }
}
.product-tabs .product-tab {
  padding: 30px 10px 30px 88px;
  position: relative;
}
.product-tabs .product-tab em {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.product-tabs .product-tab p {
  text-align: left;
  padding: 0px;
}
.product-function3 .product-wrapper.function-dubble .product-tabs .product-tab {
  width: 50%;
}
@media (min-width: 768px) {
  .product-function3 .product-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  .product-tabs .product-tab {
    padding: 15px 10px 15px 62px;
    position: relative;
  }
  .product-tabs .product-tab em {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab p {
    text-align: left;
    padding: 0px;
  }
  .fun-mb-body {
    padding: 0 15px;
  }
  .fun-item {
    padding: 0px 15px;
  }
 .product-content-container  .product-content {
    padding-bottom: 10px;
  }
  .product-layer .product-tabs {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .product-layer .product-tabs {
    padding: 0px;
  }
  .product-function3 .foldIcon {
    display: block;
  }
  .product-function3 .product-wrapper .product-tab {
    border: 1px solid #ddd;
    margin-bottom: -1px;
  }
  .product-tab.unfold:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    height: 100%;
    opacity: 1;
    border-left: 3px solid #f66f6a;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .4s ease;
  }
  .product-tabs .product-tab {
    width: 100%!important;
    padding: 15px 10px 15px 62px;
  }
  .product-tabs .product-tab em {
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab .caption {
    font-size: 14px;
    line-height: 18px;
  }
  .product-tabs .product-tab .info {
    font-size: 12px;
    line-height: 18px;
  }
  .product-tabs .product-tab p {
    padding-right: 25px;
  }
  .product-tab .caption {
    margin-bottom: 5px;
  }
.product-content-container  .product-content {
    padding: 15px 0px 5px 0px;
    background: #F7F8FF;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .product-content .fun-info {
    text-align: left;
  }
  .fun-item {
    width: 100%;
    padding: 0px;
  }
}
.product-function3 .product-wrapper.function-dubble .product-tabs .product-tab {
  padding: 0px;
}
.product-function3 .product-wrapper.function-dubble .product-tabs .product-tab a {
  padding: 30px 10px 30px 88px;
  display: block;
  position: relative;
}
.product-function3 .product-wrapper.function-dubble .product-tabs .product-tab a:hover .caption {
  color: #f66f6a;
}
@media (max-width: 1023px) {
  .product-function3 .product-wrapper.function-dubble .product-tabs .product-tab a {
    padding: 15px 10px 15px 62px;
  }
}
@media (max-width: 767px) {
  .product-function3 .product-wrapper .product-tabs .product-tab a .foldIcon {
    display: block!important;
    transform: rotate(-90deg);
  }
}
.product-function4 .foldIcon {
  display: none;
}
.function-block {
  max-width: 100%;
}
.product-tabs {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.product-tabs .product-tab {
  float: left;
  padding: 15px 39px;
  width: 33.33%;
  cursor: pointer;
}
.icons-prod-fun {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  display: block;
  background-size: auto 100%;
}
.icons-prod-fun.fun1 {
  background-position: 0 0;
}
.product-tab .caption {
  font-size: 16px;
  transition: none;
  font-weight: bold;
  color: #252b3a;
}
.product-tab .caption span {
  vertical-align: middle;
  transition: .5s ease;
}
.product-tab .caption i {
  transition: .5s ease;
  vertical-align: middle;
  margin-left: 1px;
  font-size: 12px;
}
.product-tab .info {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0 20px;
  color: #666a75;
}
.product-tabs .product-tab.active .caption {
  color: #f66f6a;
}
.product-tabs .product-tab.active .caption i {
  -ms-transform: rotate(180deg);
  transform: rotateX(180deg);
}
.product-tab:hover .caption {
  color: #f66f6a;
}
.product-content-container {
  background: #f2f4ff;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.product-function4 .product-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 10px 0px!important;
  display: none;
}
.fun-mb-title {
  display: none;
  line-height: 34px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.fun-mb-title .icons-prod-fun {
  margin: 0 10px 0 0;
}
.fun-mb-body {
  padding: 0 20px;
}
.fun-item {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.fun-info {
  margin-bottom: 10px;
}
.prod-info table {
  width: 100%;
  margin-top: 5px;
}
.prod-info table * > tr {
  height: 24px;
}
.prod-info table tr > th {
  text-align: left;
}
.prod-info table tr > th,
.prod-info table tr > td {
  padding: 0px 5px;
  font-size: 12px;
  line-height: 18px;
}
.prod-info {
  text-align: justify;
}
.prod-list li {
  line-height: 22px;
  padding-left: 14px;
  margin: 0 0 10px;
  text-align: justify;
  color: #666a75 !important;
}
.prod-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #A0A2A8;
  float: left;
  margin-left: -14px;
  margin-top: 8px;
}
.indicator-triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #f4f6f8;
  transition: left .3s linear;
  visibility: hidden;
}
.indicator-triangle:before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 5px;
  border-bottom: 12px solid #ddd;
  background-color: #f66f6a;
}
.active .product-tab.active ~ .indicator-triangle {
  visibility: visible;
}
.product-content-container .product-content.active {
  display: block;
  visibility: visible;
}
@media (max-width: 1023px) {
  .product-function4 .product-wrapper {
    padding-bottom: 30px;
  }
  .product-tabs {
    width: 100%;
  }
  .product-tabs .product-tab {
    padding: 15px;
  }
}
.product-tabs .product-tab {
  padding: 30px 10px 30px 88px;
  position: relative;
}
.product-tabs .product-tab em {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.product-tabs .product-tab p {
  text-align: left;
  padding: 0px;
}
.product-function4 .product-wrapper.function-dubble .product-tabs .product-tab {
  width: 50%;
}
@media (min-width: 768px) {
  .product-function4 .product-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  .product-tabs .product-tab {
    padding: 15px 10px 15px 62px;
    position: relative;
  }
  .product-tabs .product-tab em {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab p {
    text-align: left;
    padding: 0px;
  }
  .fun-mb-body {
    padding: 0 15px;
  }
  .fun-item {
    padding: 0px 15px;
  }
.product-content-container   .product-content {
    padding-bottom: 10px;
  }
  .product-layer .product-tabs {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .product-wrapper {
    border-radius: 2px;
  }
  .product-wrapper .product-layer:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .product-wrapper .product-layer:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 1px solid #ddd;
  }
  .product-layer .product-tabs {
    padding: 0px;
  }
  .product-function4 .foldIcon {
    display: block;
  }
  .product-function4 .product-wrapper .product-tab {
    border: 1px solid #ddd;
    margin-bottom: -1px;
  }
  .product-tab.unfold:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    height: 100%;
    opacity: 1;
    border-left: 3px solid #f66f6a;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .4s ease;
  }
  .product-tabs .product-tab {
    width: 100%;
    padding: 15px 10px 15px 62px;
  }
  .product-tabs .product-tab em {
    left: 15px;
    top: 15px;
  }
  .product-tabs .product-tab .caption {
    font-size: 18px;
    line-height: 22px;
  }
  .product-tabs .product-tab .info {
    font-size: 14px;
    line-height: 22px;
  }
  .product-tabs .product-tab p {
    padding-right: 25px;
  }
  .product-tab .caption {
    margin-bottom: 5px;
  }
  .product-tab .caption i {
    display: none;
  }
.product-content-container   .product-content {
    padding: 15px 0px 5px 0px;
    background: #F7F8FF;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .product-content .fun-info {
    text-align: left;
  }
  .fun-item {
    width: 100%;
    padding: 0px;
  }
}
.product-tab.product-tab-nocontent {
  cursor: auto!important;
}
.product-tab.product-tab-nocontent:hover .caption {
  color: #252b3a;
}
.product-tab-nocontent .foldIcon {
  display: none!important;
}
.product-function4 .product-wrapper .product-tabs .product-tab {
  padding: 0px;
}
.product-function4 .product-wrapper .product-tabs .product-tab a {
  padding: 30px 10px 30px 88px;
  display: block;
  position: relative;
}
.product-function4 .product-wrapper .product-tabs .product-tab a:hover .caption {
  color: #f66f6a;
}
@media (max-width: 1023px) {
  .product-function4 .product-wrapper .product-tabs .product-tab a {
    padding: 15px 10px 15px 62px;
  }
}
@media (max-width: 767px) {
  .product-function4 .product-wrapper .product-tabs .product-tab a .foldIcon {
    display: block!important;
    transform: rotate(-90deg);
  }
}
.product-config-card {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.product-config-card + .product-config-card {
  margin-top: 20px;
}
.product-config-card-head {
  display: none;
}
.product-config-card-content {
  display: table;
  position: relative;
  width: 100%;
  min-height: 160px;
}
.product-config-card-content > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.product-config-card-part1 {
  width: 27.16468591%;
}
.product-config-card-part1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27.16468591%;
  height: 100%;
  background: #f7f8ff;
}
.product-config-card-part1-inner {
  position: relative;
  z-index: 1;
}
.product-config-card-part1-inner h2 {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
}
.product-config-card-part1-inner p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-config-card-part2 {
  width: 44.82173175%;
  vertical-align: top !important;
}
.product-config-card-inner:before,
.product-config-card-inner:after {
  content: " ";
  display: table;
}
.product-config-card-inner:after {
  clear: both;
}
.product-config-card-part2-item {
  float: left;
  width: 50%;
}
.product-config-card-part2-item h2 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  color: #252b3a;
}
.product-config-card-part2-item:first-child {
  padding-right: 20px;
}
.product-config-card-part2-item:last-child {
  padding-left: 20px;
}
.product-config-feature {
  margin-top: 15px;
}
.product-config-feature > ul > li {
  font-size: 0;
}
.product-config-feature > ul > li > span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}
.product-config-feature > ul > li > span:first-child {
  color: #666a75;
  width: 45%;
  padding-right: 5px;
  font-size: 12px;
}
.product-config-feature > ul > li > span:last-child {
  color: #252b3a;
  width: 55%;
  font-size: 14px;
}
.product-config-feature > ul > li + li {
  margin-top: 10px;
}
.product-config-scene {
  margin-top: 15px;
}
.product-config-scene > ul {
  font-size: 0;
}
.product-config-scene > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
}
.product-config-scene > ul > li:nth-child(2n + 1) {
  padding-right: 15px;
}
.product-config-scene > ul > li:nth-child(2n) {
  padding-left: 15px;
}
.product-config-card-part3 {
  width: 28.01358234%;
}
.product-config-card-part3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28.01358234%;
  height: 100%;
  background: #f7f7f7;
}
.product-config-card-part3-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.product-config-card-price {
  font-size: 14px;
  line-height: 22px;
}
.product-config-card-price {
  font-size: 14px;
  line-height: 22px;
}
.product-config-card-price em {
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #f66f6a;
}
.product-config-card-price + .product-config-card-part3-btn-wrapper {
  margin-top: 20px;
}
.product-config-card-part3-btn-wrapper {
  font-size: 0;
}
.product-config-card-part3-btn-wrapper .cui-btn + .cui-btn {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .product-config-card-part1 {
    width: 27.17391304%;
  }
  .product-config-card-part1:before {
    width: 27.17391304%;
  }
  .product-config-card-part2 {
    width: 48.09782609%;
  }
  .product-config-card-part2-item {
    float: none;
    width: auto;
    padding: 0 !important;
  }
  .product-config-card-part2-item:last-child {
    margin-top: 20px;
  }
  .product-config-scene {
    margin-top: 10px;
    overflow: hidden;
  }
  .product-config-scene > ul {
    overflow: hidden;
    margin-left: -10px;
  }
  .product-config-scene > ul > li {
    position: relative;
    float: left;
    width: auto;
    padding: 0 0 0 11px !important;
  }
  .product-config-scene > ul > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    height: 14px;
    margin-top: -7px;
    border-right: solid 1px;
  }
  .product-config-card-part3 {
    width: 24.72826087%;
  }
  .product-config-card-part3:before {
    width: 24.72826087%;
  }
  .product-config-card-part3-btn-wrapper .cui-btn + .cui-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-config-card + .product-config-card {
    margin-top: -1px;
  }
  .product-config-card-content {
    display: block;
  }
  .product-config-card-content > div {
    display: block;
    width: auto;
  }
  .product-config-card-content > div:before {
    content: none;
  }
  .product-config-card-head {
    display: block;
    position: relative;
    padding: 14px 40px 15px 14px;
    background: #f7f8ff;
    cursor: pointer;
  }
  .product-config-card-head h2 {
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
  }
  .product-config-card-head p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #666a75;
  }
  .product-config-card-head i {
    position: absolute;
    top: 50%;
    right: 14px;
    font-size: 12px;
    margin-top: -6px;
    transition: .35s;
  }
  .product-config-card-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 2px;
    background: #f66f6a;
    opacity: 0;
    transition: .35s;
  }
  .product-config-card-head.active i {
    -ms-transform: rotate(180deg);
    transform: rotateX(180deg);
  }
  .product-config-card-head.active:before {
    opacity: 1;
  }
  .product-config-card-body {
    height: 0;
    overflow: hidden;
    transition: .35s;
  }
  .product-config-card-body.active {
    height: auto;
  }
  .product-config-card-part1 {
    display: none !important;
  }
  .product-config-card-part2 {
    padding: 15px 15px 0 !important;
  }
  .product-config-feature {
    margin-top: 12px;
  }
  .product-config-feature > ul > li span {
    display: inline !important;
  }
  .product-config-scene {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
  }
  .product-config-card-part3 {
    padding: 20px 15px !important;
  }
  .product-config-card-part3-inner {
    display: table;
    width: 100%;
  }
  .product-config-card-part3-inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  .product-config-card-price {
    text-align: left;
  }
  .product-config-card-part3-btn-wrapper {
    text-align: right;
  }
  .product-config-card-part3-btn-wrapper .cui-btn {
    height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 30px;
  }
  .product-config-card-part3-btn-wrapper .cui-btn + .cui-btn {
    margin-top: 0;
    margin-left: 6px;
  }
}

.product-section .table-config {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  border-radius: 2px;
}
.product-section .scene-sub-wrap-1 .none-bor {
  margin-bottom: 0px!important;
}
.product-section .table-config > thead > tr > th {
  padding: 5px;
  color: #666a75;
}
.product-section .table-config > thead > tr:first-child > th {
  padding: 5px 10px;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 400;
  color: #252b3a;
  font-size: 14px;
  line-height: 18px;
}
.product-section .table-config > thead > tr:last-child > th {
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.product-section .table-config > thead > tr:last-child > th:last-child {
  border-right: none;
}
.product-section .table-config > tbody > tr > td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: 400;
  color: #252b3a;
}
.product-section .table-config > tbody > tr:first-child > td {
  border-right: 1px solid #ddd;
}
.product-section .table-config > tbody > tr:first-child > td:last-child {
  border-right: none;
}
.product-section .number-picker-wrapper {
  margin: 10px 0;
  line-height: 32px;
}
.product-section .number-picker {
  display: inline-block;
  vertical-align: middle;
  width: 114px;
  height: 32px;
  margin-left: 17px;
}
.product-section .number-picker-minus,
.product-section .number-picker-add {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  border: solid 1px #ddd;
  cursor: pointer;
}
.product-section .number-picker-minus:before,
.product-section .number-picker-add:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 2px;
  background-color: #666;
}
.product-section .number-picker-minus:hover:before,
.product-section .number-picker-add:hover:before {
  background-color: #f66f6a;
}
.product-section .number-picker-add:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
  width: 2px;
  height: 12px;
  background-color: #666;
}
.product-section .number-picker-add:hover:after {
  background-color: #f66f6a;
}
.product-section .number-picker-input {
  float: left;
  height: 32px;
  width: 48px;
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #252b3a;
}
.product-section .number-picker-beforeLabel {
  font-size: 14px;
  color: #666a75;
}
.product-section .number-picker-afterLabel {
  font-size: 12px;
  color: #3f3f3f;
}
.product-section .icons-prod-fun,
.product-section .icon-scene-tab,
.product-section .icon-advantage {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.product-section .scene-config-info {
  ont-size: 12px;
  color: #666a75;
  line-height: 18px;
}
.product-section .scene-config-info a {
  font-size: 12px;
  color: #f66f6a;
  line-height: 18px;
}
.product-section .scene-config-info a:hover {
  text-decoration: underline;
}
.product-section .product-scene-tab {
  font-size: 0;
  text-align: center;
}
.product-section .product-scene-tab .scene-tab {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.product-section .product-scene-tab .scene-tab + .scene-tab {
  margin-left: 20px;
}
.product-section .product-scene-tab .scene-tab:not(.active):hover .caption {
  color: #f66f6a;
}
.product-section .scene-panel .icon-scene-tab {
  margin-bottom: 0;
}
.product-section .scene-tab .icon-scene-tab {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-section .scene-tab .caption {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-section .prod-area.scene[data-number="2"] .scene-tab {
  width: 400px;
}
.product-section .prod-area.scene[data-number="3"] .scene-tab {
  width: 300px;
}
.product-section .prod-area.scene[data-number="4"] .scene-tab {
  width: calc((100% - 100px) / 4);
}
.product-section .prod-area.scene[data-number="5"] .scene-tab {
  width: calc((100% - 80px) / 5);
}
.product-section .prod-area.scene[data-number="6"] .scene-tab {
  width: calc((100% - 100px) / 6);
}
.product-section .product-scene-tab .scene-tab .caption:after {
  background: #f66f6a;
  bottom: -25px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .25s ease;
  transition: width .3s ease;
}
.product-section .product-scene-tab .scene-tab.active .caption:after {
  width: 100%;
}
.product-section .scene-mb-title {
  display: none;
}
.product-section .scene-layer {
  border-radius: 2px;
}
.product-section .scene-mb-body .caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px!important;
  color: #252b3a;
}
.product-section .scene-mb-body .info {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  text-align: left;
}
.product-section .scene-sub-wrap {
  padding: 0 20px;
}
.product-section .scene-sub-box {
  padding: 20px 0 0 0;
}
.product-section .scene-sub-box .list {
  font-size: 0;
}
.product-section .scene-sub-box .list li {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  text-align: justify;
  padding-left: 0px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.product-section .scene-sub-box .list.dot li {
  padding-left: 15px;
}
.product-section .scene-sub-box .list li .caption {
  font-size: 14px;
  margin: 0;
}
.product-section .scene-sub-box .list.dot li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-left: -15px;
  margin-top: 8px;
}
.product-section .scene-sub-box .more {
  margin-top: 10px;
  color: #2d56B1;
}
.product-section .config-info {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-section .scene-sub-box .link {
  margin-right: 10px;
  color: #2d56B1;
}
.product-section .config-info .link:hover {
  color: #f66f6a;
}
.product-section .scene-sub-box .link:hover {
  text-decoration: underline;
}
.product-section .scene-sub-box.config .action {
  margin-top: 10px;
}
.product-section .scene-sub-box.config .action .link {
  color: #f66f6a;
}
.product-section .scene-sub-box .prod-rec {
  display: inline-block;
  text-align: center;
  color: #333;
  margin-right: 15px;
}
.product-section .icon-prod-rec {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.product-section .icon-prod-rec > img {
  display: block;
  height: 100%;
}
.product-section .scene-sub-box .prod-rec.hover .name {
  color: #2d56B1;
}
.product-section .scene-sub-box .prod-rec.hover .icon-prod-rec > img {
  margin-left: -100%;
}
.product-section .scene-sub-box .icons-product-md {
  font-size: 32px;
  -webkit-transition: .2s;
  transition: .2s;
}
.product-section .scene-sub-box .prod-rec .name {
  -webkit-transition: .2s;
  transition: .2s;
}
.product-section .scene-mb-body:before,
.product-section .scene-mb-body:after {
  content: " ";
  display: table;
  line-height: 0;
}
.product-section .scene-mb-body:after {
  clear: both;
}
.product-section .scene-sub-box-config {
  border-bottom: none;
  margin-bottom: 20px;
}
.product-section .scene-sub-box-config .caption {
  margin-bottom: 5px!important;
}
.product-section .scene-sub-box-config .cui-btn {
  margin-top: 20px;
}
.product-section .scene-layer {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
}
.product-section .scene-content {
  display: none;
  width: 100%;
}
.product-section .scene-content.active {
  display: block;
}
.product-section .scene-arch {
  position: absolute;
  left: 0;
  top: 0;
  width: 780px;
  height: 100%;
  overflow: hidden;
  border: solid 15px #fff;
  background: #f7f7f7;
  cursor: zoom-in;
  border-radius: 2px;
}
.product-section .scene-arch img {
  display: block;
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-section .scene-mb-body .scene-arch + .scene-sub-wrap {
  float: left;
  width: 398px;
  min-height: 510px;
  padding-left: 10px;
  margin-left: 780px;
  margin-right: 0;
  padding-right: 20px;
}
.product-section .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.product-section .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li:last-child {
  margin-bottom: 0;
}
.product-section .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
  margin-bottom: 10px;
}
.product-section .scene-sub-box .detial-link {
  float: right;
  font-size: 14px;
}
.product-section .scene-sub-box .detial-link:hover {
  color: #2d56B1;
}
.product-section .screenImg {
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
}
.product-section .screenImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  background-color: #fbfbfb;
}
@media (max-width: 1200px) {
  .product-section .scene-mb-body .scene-arch + .scene-sub-wrap {
    padding-right: 10px;
  }
  .product-section .scene-sub-box {
    padding-top: 20px;
  }
  .product-section .scene-sub-wrap-1 {
    padding-right: 30px;
  }
  .product-section .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
    margin-bottom: 5px!important;
  }
  .product-section .scene-sub-wrap-1 .scene-sub-box:first-child {
    padding-top: 0px;
  }
  .product-section .scene-sub-box-config {
    padding-top: 0px;
  }
  .product-section .scene-arch {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: auto;
  }
  .product-section .scene-sub-wrap {
    position: relative;
  }
  .product-section .scene-sub-wrap:before,
  .product-section .scene-sub-wrap:after {
    content: " ";
    display: table;
  }
  .product-section .scene-sub-wrap:after {
    clear: both;
  }
  .product-section .scene-arch img {
    position: static;
    width: auto;
  }
  .product-section .scene-mb-body .scene-arch + .scene-sub-wrap {
    float: none;
    width: auto;
    min-height: unset;
    padding-top: 0px;
    margin: 0 5px;
  }
  .product-section .scene-sub-wrap-1 {
    width: calc((100% - 30px)/2);
    float: left;
    margin-right: 30px;
  }
  .product-section .scene-sub-box-config {
    width: calc((100% - 30px)/2);
    float: left;
  }
  .product-section .scene-sub-wrap-1 {
    padding-right: 0px;
  }
  .product-section .scene-sub-box:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .product-section .scene-sub-wrap-1 {
    margin-bottom: 15px;
  }
  .product-section .product-scene-tab {
    display: none;
  }
  .product-section .scene-panel .aui-tile {
    height: auto !important;
    padding: 20px 0;
  }
  .product-section .scene-mb-body {
    display: none;
    border: 1px solid #d4d5d7;
    border-bottom: 0 none;
    background: #fff;
  }
  .product-section .scene-arch {
    border-width: 15px;
  }
  .product-section .scene-sub-wrap {
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .product-section .scene-sub-box {
    margin: 0;
  }
  .product-section .scene-content .scene-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .product-section .scene-layer {
    height: auto !important;
    padding-bottom: 0px;
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #ddd;
  }
  .product-section .icon-scene-tab {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  .product-section .scene-mb-title {
    position: relative;
    border: 1px solid #ddd;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    padding: 5px 0;
    line-height: 33px;
    padding-left: 15px;
    font-size: 0;
  }
  .product-section .scene-mb-title:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f66f6a;
    content: '';
    opacity: 0;
    transition: all .5s ease;
  }
  .product-section .unfold .scene-mb-title:after {
    opacity: 1;
  }
  .product-section .scene-mb-title .text {
    font-size: 16px;
    color: #252b3a;
    vertical-align: middle;
  }
  .product-section .scene-content {
    position: static;
    display: block;
    height: auto !important;
  }
  .product-section .scene-mb-body .scene-sub-box .list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .product-section .icon-scene-tab {
    width: 24px;
    height: 24px;
  }
  .product-section .scene-mb-body .caption {
    font-size: 16px;
  }
  .product-section .scene-sub-box-config {
    display: none;
  }
  .product-section .scene-sub-wrap-1 {
    width: 100%;
    margin-right: 0px;
  }
  .product-section .screenImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    margin: auto;
    background-color: #fbfbfb;
  }
}
@media (max-width: 1023px) {
  .product-application .product-wrapper {
    padding-bottom: 30px;
  }
}
.product-application2 {
  padding-bottom: 50px;
}
.product-application2 .product-scene-tab {
  font-size: 0;
  text-align: center;
}
.product-application2 .scene-sub-box .prod-rec:hover {
  border-color: #f66f6a;
}
.product-application2 .scene-sub-box .prod-rec:hover .icon-prod-rec:before {
  color: #f66f6a;
}
.product-application2 .product-scene-tab .scene-tab {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.product-application2 .product-scene-tab .scene-tab + .scene-tab {
  margin-left: 20px;
}
.product-application2 .product-scene-tab .scene-tab:not(.active):hover .caption {
  color: #f66f6a;
}
.product-application2 .scene-panel .icon-scene-tab {
  margin-bottom: 0;
}
.product-application2 .scene-tab .icon-scene-tab {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-application2 .scene-tab .caption {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-application2 .prod-area.scene[data-number="2"] .scene-tab {
  width: 400px;
}
.product-application2 .prod-area.scene[data-number="3"] .scene-tab {
  width: 300px;
}
.product-application2 .prod-area.scene[data-number="4"] .scene-tab {
  width: calc((100% - 100px) / 4);
}
.product-application2 .prod-area.scene[data-number="5"] .scene-tab {
  width: calc((100% - 80px) / 5);
}
.product-application2 .prod-area.scene[data-number="6"] .scene-tab {
  width: calc((100% - 100px) / 6);
}
.product-application2 .product-scene-tab .scene-tab .caption:after {
  background: #f66f6a;
  bottom: -25px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .25s ease;
  transition: width .3s ease;
}
.product-application2 .product-scene-tab .scene-tab.active .caption:after {
  width: 100%;
}
.product-application2 .scene-mb-title {
  display: none;
}
.product-application2 .scene-mb-body .caption {
  font-size: 18px;
  font-weight: bold;
  color: #252b3a;
}
.product-application2 .scene-mb-body .info {
  font-size: 14px;
  color: #666a75;
}
.product-application2 .scene-sub-wrap {
  padding: 0 20px;
}
.product-application2 .scene-sub-box {
  padding: 20px 0 0 0;
}
.product-application2 .scene-sub-box:before,
.product-application2 .scene-sub-box:after {
  content: " ";
  display: table;
}
.product-application2 .scene-sub-box:after {
  clear: both;
}
.product-application2 .scene-sub-box:last-child {
  padding-top: 10px;
}
.product-application2 .scene-sub-box .list {
  margin-top: 20px;
  font-size: 0;
}
.product-application2 .scene-sub-box .list li {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  text-align: justify;
  padding-left: 0px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.product-application2 .scene-sub-box .list.dot li {
  padding-left: 15px;
}
.product-application2 .scene-sub-box .list li .caption {
  font-size: 14px;
  margin: 0;
}
.product-application2 .scene-sub-box .list.dot li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-left: -15px;
  margin-top: 8px;
}
.product-application2 .scene-sub-box .more {
  margin-top: 10px;
  color: #2d56B1;
}
.product-application2 .config-info {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.product-application2 .scene-sub-box .link {
  margin-right: 10px;
  color: #2d56B1;
}
.product-application2 .config-info .link:hover {
  color: #f66f6a;
}
.product-application2 .scene-sub-box .link:hover {
  text-decoration: underline;
}
.product-application2 .scene-sub-box.config .action {
  margin-top: 10px;
}
.product-application2 .scene-sub-box.config .action .link {
  color: #f66f6a;
}
.product-application2 .scene-sub-box .prod-rec {
  display: inline-block;
  text-align: center;
  color: #333;
  margin-right: 15px;
  transition: all 0.3s;
}
.product-application2 .icon-prod-rec {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.product-application2 .icon-prod-rec > img {
  display: block;
  height: 100%;
}
.product-application2 .scene-sub-box .prod-rec.hover .name {
  color: #2d56B1;
}
.product-application2 .scene-sub-box .prod-rec.hover .icon-prod-rec > img {
  margin-left: -100%;
}
.product-application2 .scene-sub-box .icons-product-md {
  font-size: 32px;
  -webkit-transition: .2s;
  transition: .2s;
}
.product-application2 .scene-sub-box .prod-rec .name {
  -webkit-transition: .2s;
  transition: .2s;
}
.product-application2 .scene-mb-body:before,
.product-application2 .scene-mb-body:after {
  content: " ";
  display: table;
  line-height: 0;
}
.product-application2 .scene-mb-body:after {
  clear: both;
}
.product-application2 .scene-sub-box:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}
.product-application2 .scene-layer {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
}
.product-application2 .scene-content {
  display: none;
  width: 100%;
}
.product-application2 .scene-content.active {
  display: block;
}
.product-application2 .scene-arch {
  position: absolute;
  left: 0;
  top: 0;
  width: 780px;
  height: 100%;
  overflow: hidden;
  border: solid 20px #fff;
  background: #f7f7f7;
  cursor: zoom-in;
  border-radius: 2px;
}
.product-application2 .scene-arch img {
  display: block;
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-application2 .scene-mb-body .scene-arch + .scene-sub-wrap {
  float: left;
  width: 398px;
  min-height: 510px;
  padding-left: 10px;
  margin-left: 780px;
  margin-right: 0;
}
.product-application2 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.product-application2 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li:last-child {
  margin-bottom: 0;
}
.product-application2 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
  margin-bottom: 10px!important;
}
.product-application2 .scene-sub-box .detial-link {
  float: right;
  font-size: 14px;
}
.product-application2 .scene-sub-box .detial-link:hover {
  color: #2d56B1;
}
.product-application2 .scene-sub-box.none-bor .caption {
  font-weight: 700!important;
}
.product-application2 .screenImg {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
}
.product-application2 .screenImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  background-color: #fbfbfb;
}
.product-application2 .scene-sub-wrap-1 {
  padding-right: 30px;
}
.product-application2 .scene-sub-wrap-1 {
  padding-right: 0px;
}
.product-application2 .scene-sub-wrap-1:before,
.product-application2 .scene-sub-wrap-1:after {
  content: " ";
  display: table;
}
.product-application2 .scene-sub-wrap-1:after {
  clear: both;
}
.product-application2 .scene-sub-box h3 {
  font-size: 16px;
  color: #252b3a;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-application2 .scene-sub-box .caption {
  font-size: 16px;
  color: #252b3a;
  line-height: 22px;
  position: relative;
}
.product-application2 .scene-sub-box a {
  display: inline-block;
  text-align: left!important;
  width: 170px;
  height: 32px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  margin-right: 10px!important;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  float: left;
}
.product-application2 .scene-sub-box a:hover p {
  color: #f66f6a;
}
.product-application2 .scene-sub-box a .icon-prod-rec {
  width: 24px;
  height: 24px;
  font-size: 24px;
  vertical-align: middle;
}
.product-application2 .scene-sub-box a p {
  width: calc(100% - 34px);
  font-size: 12px;
  color: #666a75;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-application2 .scene-sub-box.none-bor h3 {
  font-size: 16px;
  color: #252b3a;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-application2 .scene-sub-box.none-bor .caption {
  font-size: 14px;
  color: #252b3a;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.product-application2 .scene-sub-box.none-bor .caption:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a0a2a8;
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-application2 .scene-sub-box.none-bor .info {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.product-application2 .icon-scene {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.product-application2 .scene-tab .icon-scene {
  display: block;
  margin: auto;
}
@media (max-width: 1200px) {
  .product-application2 .scene-arch {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: auto;
  }
  .product-application2 .scene-sub-wrap {
    position: relative;
  }
  .product-application2 .scene-sub-wrap:before,
  .product-application2 .scene-sub-wrap:after {
    content: " ";
    display: table;
  }
  .product-application2 .scene-sub-wrap:after {
    clear: both;
  }
  .product-application2 .scene-arch img {
    position: static;
    width: auto;
  }
  .product-application2 .scene-mb-body .scene-arch + .scene-sub-wrap {
    float: none;
    width: auto;
    min-height: unset;
    padding-top: 20px;
    margin: 0 5px;
  }
  .product-application2 .scene-sub-wrap-1 {
    width: calc((100% - 35px)/2);
    float: left;
    margin-right: 35px;
  }
  .product-application2 .scene-sub-box-config {
    width: calc((100% - 35px)/2);
    float: left;
  }
  .product-application2 .scene-sub-wrap-1 {
    padding-right: 0px;
  }
  .product-application2 .scene-sub-box:last-child {
    padding-right: 0px;
  }
  .product-application2 .scene-sub-wrap-1 {
    width: 100%;
  }
  .product-application2 .scene-sub-box .scene-info {
    width: 33.333%;
    float: left;
  }
  .product-application2 .scene-sub-box a {
    margin-right: 10px!important;
  }
  .product-application2 .scene-sub-box a:nth-child(odd) {
    margin-right: 10px!important;
  }
}
@media (max-width: 1023px) {
  .product-application2 .product-application .product-wrapper {
    padding-bottom: 30px;
  }
  .product-application2 .scene-info .caption {
    margin-bottom: 5px;
  }
  .product-application2 .icon-sprite-md {
    width: 24px;
    height: 24px;
  }
  .product-application2 .icon-scene {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .product-application2 .scene-sub-box a {
    width: 150px;
    min-width: 0;
  }
  .product-application2 .scene-sub-box a:nth-child(odd) {
    margin-right: 0px!important;
  }
  .product-application2 .scene-sub-box a p {
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-application2 .product-scene-tab {
    display: none;
  }
  .product-application2 .scene-panel .aui-tile {
    height: auto !important;
    padding: 20px 0;
  }
  .product-application2 .scene-mb-body {
    display: none;
    border: 1px solid #d4d5d7;
    border-bottom: 0 none;
    background: #fff;
  }
  .product-application2 .scene-arch {
    border-width: 15px;
  }
  .product-application2 .scene-sub-wrap {
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .product-application2 .scene-sub-box {
    margin: 0;
  }
  .product-application2 .scene-content .scene-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .product-application2 .scene-layer {
    height: auto !important;
    padding-bottom: 0px;
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #ddd;
  }
  .product-application2 .icon-scene-tab {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  .product-application2 .foldIcon {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .product-application2 .foldIcon:before {
    border-top-color: #fff;
  }
  .product-application2 .scene-mb-title {
    position: relative;
    border: 1px solid #ddd;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    padding: 5px 0;
    line-height: 46px;
    padding-left: 15px;
    font-size: 0;
  }
  .product-application2 .scene-mb-title:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f66f6a;
    content: '';
    opacity: 0;
    transition: all .5s ease;
  }
  .product-application2 .unfold .scene-mb-title:after {
    opacity: 1;
  }
  .product-application2 .scene-mb-title .text {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
  }
  .product-application2 .scene-content {
    position: static;
    display: block;
    height: auto !important;
  }
  .product-application2 .scene-mb-body .scene-sub-box .list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .product-application2 .icon-scene-tab {
    width: 24px;
    height: 24px;
  }
  .product-application2 .scene-mb-body .caption {
    font-size: 16px;
  }
  .product-application2 .scene-sub-box-config {
    display: none;
  }
  .product-application2 .scene-sub-wrap-1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .product-application2 .scene-sub-box .scene-info {
    width: 100%;
  }
}
.scene-tab.only {
  display: none!important;
}
.scene-tab.only p:after {
  display: none;
}
.product-application3 {
  padding-bottom: 50px;
}
.product-application3 .scene-sub-box .prod-rec:hover {
  border-color: #f66f6a;
}
.product-application3 .scene-sub-box .prod-rec:hover .icon-prod-rec:before {
  color: #f66f6a;
}
.product-application3 .product-scene-tab {
  font-size: 0;
  text-align: center;
}
.product-application3 .product-scene-tab .scene-tab {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.product-application3 .product-scene-tab .scene-tab + .scene-tab {
  margin-left: 20px;
}
.product-application3 .product-scene-tab .scene-tab:not(.active):hover .caption {
  color: #f66f6a;
}
.product-application3 .scene-panel .icon-scene-tab {
  margin-bottom: 0;
}
.product-application3 .scene-tab .icon-scene-tab {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-application3 .scene-tab .caption {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-application3 .prod-area.scene[data-number="2"] .scene-tab {
  width: 400px;
}
.product-application3 .prod-area.scene[data-number="3"] .scene-tab {
  width: 300px;
}
.product-application3 .prod-area.scene[data-number="4"] .scene-tab {
  width: calc((100% - 100px) / 4);
}
.product-application3 .prod-area.scene[data-number="5"] .scene-tab {
  width: calc((100% - 80px) / 5);
}
.product-application3 .prod-area.scene[data-number="6"] .scene-tab {
  width: calc((100% - 100px) / 6);
}
.product-application3 .product-scene-tab .scene-tab .caption:after {
  background: #f66f6a;
  bottom: -25px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .25s ease;
  transition: width .3s ease;
}
.product-application3 .product-scene-tab .scene-tab.active .caption:after {
  width: 100%;
}
.product-application3 .scene-mb-title {
  display: none;
}
.product-application3 .scene-mb-body .caption {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.product-application3 .scene-mb-body .info {
  font-size: 14px;
  color: #666;
}
.product-application3 .scene-sub-wrap {
  padding: 0 20px;
}
.product-application3 .scene-sub-box:before,
.product-application3 .scene-sub-box:after {
  content: " ";
  display: table;
}
.product-application3 .scene-sub-box:after {
  clear: both;
}
.product-application3 .scene-sub-box:last-child {
  padding-top: 10px;
}
.product-application3 .scene-sub-box .list {
  margin-top: 20px;
  font-size: 0;
}
.product-application3 .scene-sub-box .list li {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  text-align: justify;
  padding-left: 0px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.product-application3 .scene-sub-box .list.dot li {
  padding-left: 15px;
}
.product-application3 .scene-sub-box .list li .caption {
  font-size: 14px;
  margin: 0;
}
.product-application3 .scene-sub-box .list.dot li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-left: -15px;
  margin-top: 8px;
}
.product-application3 .scene-sub-box .more {
  margin-top: 10px;
  color: #2d56B1;
}
.product-application3 .config-info {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-application3 .scene-sub-box .link {
  margin-right: 10px;
  color: #2d56B1;
}
.product-application3 .config-info .link:hover {
  color: #f66f6a;
}
.product-application3 .scene-sub-box .link:hover {
  text-decoration: underline;
}
.product-application3 .scene-sub-box.config .action {
  margin-top: 10px;
}
.product-application3 .scene-sub-box.config .action .link {
  color: #f66f6a;
}
.product-application3 .scene-sub-box .prod-rec {
  display: inline-block;
  text-align: center;
  color: #333;
  margin-right: 15px;
}
.product-application3 .icon-prod-rec {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.product-application3 .icon-prod-rec > img {
  display: block;
  height: 100%;
}
.product-application3 .scene-sub-box .prod-rec.hover .name {
  color: #2d56B1;
}
.product-application3 .scene-sub-box .prod-rec.hover .icon-prod-rec > img {
  margin-left: -100%;
}
.product-application3 .scene-sub-box .icons-product-md {
  font-size: 32px;
  -webkit-transition: .2s;
  transition: .2s;
}
.product-application3 .scene-sub-box .prod-rec .name {
  -webkit-transition: .2s;
  transition: .2s;
}
.product-application3 .scene-mb-body:before,
.product-application3 .scene-mb-body:after {
  content: " ";
  display: table;
  line-height: 0;
}
.product-application3 .scene-mb-body:after {
  clear: both;
}
.product-application3 .scene-sub-box:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}
.product-application3 .scene-layer {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
}
.product-application3 .scene-content {
  display: none;
  width: 100%;
}
.product-application3 .scene-content.active {
  display: block;
}
.product-application3 .scene-arch {
  position: absolute;
  left: 0;
  top: 0;
  width: 780px;
  height: 100%;
  overflow: hidden;
  border: solid 20px #fff;
  background: #f7f7f7;
  cursor: zoom-in;
  border-radius: 2px;
}
.product-application3 .scene-arch img {
  display: block;
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-application3 .scene-mb-body .scene-arch + .scene-sub-wrap {
  float: left;
  width: 398px;
  min-height: 510px;
  padding-left: 10px;
  margin-left: 780px;
  margin-right: 0;
}
.product-application3 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.product-application3 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li:last-child {
  margin-bottom: 0;
}
.product-application3 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
  margin-bottom: 10px!important;
}
.product-application3 .scene-sub-box .detial-link {
  float: right;
  font-size: 14px;
}
.product-application3 .scene-sub-box .detial-link:hover {
  color: #2d56B1;
}
.product-application3 .screenImg {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
}
.product-application3 .screenImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  background-color: #fbfbfb;
}
.product-application3 .scene-sub-wrap-1 {
  padding-right: 30px;
}
.product-application3 .scene-sub-wrap-1 {
  padding-right: 0px;
}
.product-application3 .scene-sub-wrap-1:before,
.product-application3 .scene-sub-wrap-1:after {
  content: " ";
  display: table;
}
.product-application3 .scene-sub-wrap-1:after {
  clear: both;
}
.product-application3 .scene-sub-box h3 {
  font-size: 16px;
  color: #252B3A;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-application3 .scene-sub-box .caption {
  font-size: 16px;
  color: #252B3A;
  line-height: 22px;
  position: relative;
}
.product-application3 .scene-sub-box a {
  display: inline-block;
  text-align: left!important;
  width: 170px;
  height: 32px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  margin-right: 10px!important;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  float: left;
}
.product-application3 .scene-sub-box a:hover p {
  color: #f66f6a;
}
.product-application3 .scene-sub-box a .icon-prod-rec {
  width: 24px;
  height: 24px;
  font-size: 24px;
  vertical-align: middle;
}
.product-application3 .scene-sub-box a p {
  width: calc(100% - 34px);
  font-size: 12px;
  color: #666a75;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-application3 .scene-sub-box.none-bor h3 {
  font-size: 16px;
  color: #252b3a;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-application3 .scene-sub-box.none-bor .caption {
  font-size: 14px;
  color: #252b3a;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}
.product-application3 .scene-sub-box.none-bor .caption:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a0a2a8;
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-application3 .scene-sub-box.none-bor .info {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.product-application3 .icon-scene {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.product-application3 .scene-tab .icon-scene {
  display: block;
  margin: auto;
}
.product-application3 .scene-sub-box .scene-info {
  width: 33.333%;
  float: left;
}
.product-application3 .scene-sub-box a {
  margin-right: 10px!important;
}
.product-application3 .scene-sub-box a:nth-child(odd) {
  margin-right: 10px!important;
}
@media (max-width: 1200px) {
  .product-application3 .scene-arch {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: auto;
  }
  .product-application3 .scene-sub-wrap {
    position: relative;
    padding-top: 15px;
  }
  .product-application3 .scene-sub-wrap:before,
  .product-application3 .scene-sub-wrap:after {
    content: " ";
    display: table;
  }
  .product-application3 .scene-sub-wrap:after {
    clear: both;
  }
  .product-application3 .scene-arch img {
    position: static;
    width: auto;
  }
  .product-application3 .scene-mb-body .scene-arch + .scene-sub-wrap {
    float: none;
    width: auto;
    min-height: unset;
    padding-top: 20px;
    margin: 0 5px;
  }
  .product-application3 .scene-sub-wrap-1 {
    width: calc((100% - 35px)/2);
    float: left;
    margin-right: 35px;
  }
  .product-application3 .scene-sub-box-config {
    width: calc((100% - 35px)/2);
    float: left;
  }
  .product-application3 .scene-sub-wrap-1 {
    padding-right: 0px;
  }
  .product-application3 .scene-sub-box:last-child {
    padding-right: 0px;
  }
  .product-application3 .scene-sub-wrap-1 {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .product-application3 .product-application .product-wrapper {
    padding-bottom: 30px;
  }
  .product-application3 .scene-info .caption {
    margin-bottom: 5px;
  }
  .product-application3 .icon-sprite-md {
    width: 24px;
    height: 24px;
  }
  .product-application3 .icon-scene {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .product-application3 .scene-sub-box a {
    width: 150px;
    min-width: 0;
  }
  .product-application3 .scene-sub-box a:nth-child(odd) {
    margin-right: 0px!important;
  }
  .product-application3 .scene-sub-box a p {
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-application3 .product-scene-tab {
    display: none;
  }
  .product-application3 .scene-panel .aui-tile {
    height: auto !important;
    padding: 20px 0;
  }
  .product-application3 .scene-mb-body {
    display: none;
    border: 1px solid #d4d5d7;
    border-bottom: 0 none;
    background: #fff;
  }
  .product-application3 .scene-arch {
    border-width: 15px;
  }
  .product-application3 .scene-sub-wrap {
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .product-application3 .scene-sub-box {
    margin: 0;
  }
  .product-application3 .scene-content .scene-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .product-application3 .scene-layer {
    height: auto !important;
    padding-bottom: 0px;
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #ddd;
  }
  .product-application3 .icon-scene-tab {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  .product-application3 .foldIcon {
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
  .product-application3 .foldIcon:before {
    border-top-color: #fff;
  }
  .product-application3 .scene-mb-title {
    position: relative;
    border: 1px solid #ddd;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    padding: 5px 0;
    line-height: 46px;
    padding-left: 15px;
    font-size: 0;
  }
  .product-application3 .scene-mb-title:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f66f6a;
    content: '';
    opacity: 0;
    transition: all .5s ease;
  }
  .product-application3 .unfold .scene-mb-title:after {
    opacity: 1;
  }
  .product-application3 .scene-mb-title .text {
    font-size: 16px;
    color: #252b3a;
    vertical-align: middle;
  }
  .product-application3 .scene-content {
    position: static;
    display: block;
    height: auto !important;
  }
  .product-application3 .scene-mb-body .scene-sub-box .list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .product-application3 .icon-scene-tab {
    width: 24px;
    height: 24px;
  }
  .product-application3 .scene-mb-body .caption {
    font-size: 16px;
  }
  .product-application3 .scene-sub-box-config {
    display: none;
  }
  .product-application3 .scene-sub-wrap-1 {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .product-application3 .scene-sub-box .scene-info {
    width: 100%;
  }
}
.product-process-tabs-head > ul {
  font-size: 0;
}
.product-process-tabs-head li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.product-process-tabs-head a {
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
}
.product-process-tabs-head i {
  display: block;
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100% auto;
}
.product-process-tabs-head h2 {
  position: relative;
  padding: 15px 10px 25px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #252b3a;
  transition: .2s;
}
.product-process-tabs-head h2 span {
  display: block;
}
.product-process-tabs-head h2 span:nth-child(1) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-process-tabs-head h2 span:nth-child(2) {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-process-tabs-head h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #f66f6a;
  transition: .2s;
}
.product-process-tabs-head[data-cols="3"] li {
  width: 33.33333333%;
}
.product-process-tabs-head[data-cols="4"] li {
  width: 25%;
}
.product-process-tabs-head[data-cols="5"] li {
  width: 20%;
}
.product-process-tabs-head[data-cols="6"] li {
  width: 16.66666667%;
}
.product-process-tabs-head li.active h2:after {
  left: 0;
  width: 100%;
}
.product-process-tabs-head a:hover h2 {
  color: #f66f6a;
}
.product-process-tabs-head li:nth-child(1) i {
  background-image: url(1.svg);
}
.product-process-tabs-head li:nth-child(2) i {
  background-image: url(2.svg);
}
.product-process-tabs-head li:nth-child(3) i {
  background-image: url(3.svg);
}
.product-process-tabs-head li:nth-child(4) i {
  background-image: url(4.svg);
}
.product-process-tabs-head li:nth-child(5) i {
  background-image: url(productBase-process-num5.svg);
}
.product-process-tabs-head li:nth-child(6) i {
  background-image: url(productBase-process-num6.svg);
}
.product-process-tabs-head li:before {
 
}
.product-process-tabs-head li:after {
 
}
.product-process-tabs-head li:first-child:before {
  content: none;
}
.product-process-tabs-head li:last-child:after {
  content: none;
}
.product-process-tab-content {
  display: none;
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.product-process-collapse-head {
  display: none;
}
.product-process-collapse-content:before,
.product-process-collapse-content:after {
  content: " ";
  display: table;
}
.product-process-collapse-content:after {
  clear: both;
}
.product-process-tab-content.active {
  display: block;
}
.product-process-text-box {
  margin-left: -20px;
  margin-right: -20px;
}
.product-process-text-box:before,
.product-process-text-box:after {
  content: " ";
  display: table;
}
.product-process-text-box:after {
  clear: both;
}
.product-process-text-item {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.product-process-text-item h2 {
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.product-process-text-item p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-process-more {
  clear: both;
  padding: 20px 20px 0;
}
.product-process-more a {
  display: inline-block;
  color: #f66f6a;
}
.product-process-more a:hover {
  text-decoration: underline;
}
.product-process-img-box {
  float: right;
  width: 49.06621392%;
}
.product-process-img-box img {
  display: block;
  width: 100%;
  cursor: zoom-in;
  width: 550px;
  height: 420px;
}
.product-process-img-box .product-process-img-mb {
  display: none;
}
@media (min-width: 1024px) {
  .product-process-img-box + .product-process-text-box {
    float: left;
    width: 49.06621392%;
    margin: 0;
  }
  .product-process-img-box + .product-process-text-box .product-process-text-item {
    float: none;
    width: auto;
    padding: 0;
  }
  .product-process-img-box + .product-process-text-box .product-process-text-item + .product-process-text-item {
    margin-top: 20px;
  }
  .product-process-img-box + .product-process-text-box .product-process-more {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .product-process-tabs-head {
    height: 96px;
  }
  .product-process-tabs-head i {
    width: 48px;
    height: 48px;
  }
  .product-process-tabs-head h2 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .product-process-tabs-head h2:after {
    height: 2px;
  }
  .product-process-tabs-head li:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -38px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #a0a2a8;
  }
  .product-process-tabs-head li:after {
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    width: calc(100% - 48px - 30px);
    margin-left: 38px;
  }
  .product-process-text-box {
    float: none;
    width: 100%;
  }
  .product-process-img-box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-process-img-box .product-process-img-pc {
    display: none;
  }
  .product-process-img-box .product-process-img-mb {
    display: block;
  }
  .product-process-text-box {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .product-process-tabs-head {
    display: none;
  }
  .product-process-tab-content {
    display: block;
    padding: 0;
  }
  .product-process-collapse-head {
    display: block;
    position: relative;
    padding: 8px 42px 8px 10px;
    cursor: pointer;
  }
  .product-process-collapse-head i {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background-size: 100% auto;
  }
  .product-process-collapse-head h2 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px);
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
  }
  .product-process-collapse-head span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    color: #666a75;
  }
  .product-process-collapse-head.active span {
    -ms-transform: rotate(180deg);
    transform: rotateX(180deg);
  }
  .product-process-tab-content + .product-process-tab-content {
    margin-top: -1px;
  }
  .product-process-tab-content:nth-child(1) .product-process-collapse-head i {
    background-image: url(productBase-process-num1.svg);
  }
  .product-process-tab-content:nth-child(2) .product-process-collapse-head i {
    background-image: url(productBase-process-num2.svg);
  }
  .product-process-tab-content:nth-child(3) .product-process-collapse-head i {
    background-image: url(productBase-process-num3.svg);
  }
  .product-process-tab-content:nth-child(4) .product-process-collapse-head i {
    background-image: url(productBase-process-num4.svg);
  }
  .product-process-tab-content:nth-child(5) .product-process-collapse-head i {
    background-image: url(productBase-process-num5.svg);
  }
  .product-process-collapse-body {
    overflow: hidden;
    height: 0;
    transition: .2s;
  }
  .product-process-collapse-body.active {
    height: auto;
  }
  .product-process-img-box {
    margin-top: -1px;
    margin-bottom: 0;
  }
  .product-process-text-box {
    margin: 0;
    padding: 20px;
    border-top: solid 1px #ddd;
  }
  .product-process-img-box + .product-process-text-box {
    border: none;
  }
  .product-process-text-item {
    float: none;
    width: auto;
    padding: 0;
  }
  .product-process-text-item + .product-process-text-item {
    margin-top: 10px;
  }
  .product-process-more {
    padding: 0;
    margin-top: 10px;
  }
  .product-process-simple {
    display: block;
    height: auto;
    padding: 0 20px;
  }
  .product-process-simple li {
    position: relative;
    display: block;
    float: none;
    width: auto !important;
  }
  .product-process-simple a {
    display: block;
    padding-bottom: 12px;
  }
  .product-process-simple a:before,
  .product-process-simple a:after {
    content: " ";
    display: table;
  }
  .product-process-simple a:after {
    clear: both;
  }
  .product-process-simple i {
    float: left;
  }
  .product-process-simple h2 {
    position: relative;
    float: left;
    width: calc(100% - 48px);
    padding: 0;
    white-space: normal;
    padding-left: 40px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  .product-process-simple h2 span:nth-child(1) {
    margin-top: 15px;
  }
  .product-process-simple h2 span:nth-child(2) {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .product-process-simple li:before {
    content: "";
    position: absolute;
    left: 68px;
    top: 24px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: -3px;
    margin-left: 0;
    background: #a0a2a8;
  }
  .product-process-simple li:after {
    content: "";
    position: absolute;
    left: 70px;
    top: 24px;
    width: 1px;
    height: 100%;
    border-right: dashed 1px #a0a2a8;
    margin-top: 0;
    margin-left: 0;
  }
  .product-process-simple li:first-child:before {
    content: "";
  }
  .product-process-simple li:last-child:after {
    content: none;
  }
}
.product-features {
  background: url(../wifi_img/ldsmfw2.png) no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  height:350px;
}
.product-features .product-body {
  padding: 0px 25px;
}
.product-features .product-body:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../wifi_img/productBase-features-model.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0;
}
.features-slide .features-item {
  width: 25%;
  float: left;
}
.features-slide .features-item > * {
  text-align: center;
}
.features-item {
  position: relative;
}
.features-item h3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.1s;
}
.features-item i {
  position: absolute;
  width: 75%;
  height: 33px;
  background: url(../wifi_img/productBase-features-timeline.png) no-repeat;
  background-size: contain;
  background-position: right center;
  left: -25%;
  margin-left: 10px;
  top: 35px;
  z-index: 3;
}
.features-item .features-info {
  display: block;
  max-width: 236px;
  margin: 0 auto;
  padding: 20px;
  transition: all 0.3s;
  border-radius: 2px;
}
.features-item .features-info .features-info-i {
  font-size: 14px;
  color: #A0A2A8;
  line-height: 22px;
  margin-bottom: 10px;
}
.features-item .features-info .features-info-s {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  overflow: hidden;
}
.features-item.dark{
  background-color: transparent;
}
.features-item.dark i {
  background: url(../wifi_img/productBase-features-timeline-dark.png) no-repeat;
  background-size: contain;
  background-position: right center;
}
.product-features .product-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .features-item.swiper-slide-active:hover h3,
  .features-item.swiper-slide-next:hover h3,
  .features-item.swiper-slide-next + li:hover h3,
  .features-item.swiper-slide-next + li + li:hover h3 {
    font-size: 22px;
    line-height: 28px;
    opacity: 0.9;
  }
  .features-item.swiper-slide-active:hover i,
  .features-item.swiper-slide-next:hover i,
  .features-item.swiper-slide-next + li:hover i,
  .features-item.swiper-slide-next + li + li:hover i {
    width: 75%;
    margin-left: 13px;
    background: url(../wifi_img/productBase-features-timeline-hover.png) no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .features-item.swiper-slide-active:hover .features-info,
  .features-item.swiper-slide-next:hover .features-info,
  .features-item.swiper-slide-next + li:hover .features-info,
  .features-item.swiper-slide-next + li + li:hover .features-info {
    background: url(../wifi_img/productBase-features-info.png) no-repeat;
    background-size: 100% 100%;
  }
  .features-item.dark:hover i {
    margin-left: 10px!important;
    background: url(../wifi_img/productBase-features-timeline-dark.png) no-repeat !important;
    background-size: contain!important;
    background-position: right center!important;
  }
}
.product-features .swiper-button-prev {
  width: 30px;
  height: 40%;
  left: -15px;
  top: 60%;
  background: none;
}
.product-features .swiper-button-prev:hover:after {
  background: url(../wifi_img/productBase-features-left-hover.png) no-repeat;
}
.product-features .swiper-button-prev:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 30px;
  background: url(../wifi_img/productBase-features-left.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
}
.product-features .swiper-button-next {
  width: 30px;
  height: 40%;
  right: -15px;
  top: 60%;
  background: none;
}
.product-features .swiper-button-next:hover:after {
  background: url(../wifi_img/productBase-features-right-hover.png) no-repeat;
}
.product-features .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 30px;
  background: url(../wifi_img/productBase-features-right.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
}
@media (min-width: 1024px) {
}
@media (max-width: 1220px) {
  .product-features .product-body {
    padding: 0px;
  }
  .product-features .swiper-button-next {
    right: -3px;
  }
  .product-features .swiper-button-prev {
    left: -3px;
  }
}
@media (max-width: 1023px) {
  .product-features {
    padding-bottom: 30px;
  }
  .product-features .product-wrapper {
    padding: 0px;
  }
  .product-features .swiper-button-prev,
  .product-features .swiper-button-next {
    display: none;
  }
  .features-item h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .features-item .features-info .features-info-i {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .features-item .features-info .features-info-s {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .features-item.swiper-slide-next h3 {
    font-size: 22px;
    line-height: 28px;
    opacity: 0.9;
  }
  .features-item.swiper-slide-next i {
    width: 75%;
    margin-left: 15px;
    background: url(../wifi_img/productBase-features-timeline-hover.png) no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .features-item.swiper-slide-next .features-info {
    background: url(../wifi_img/productBase-features-info.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .features-item.swiper-slide-active h3 {
    font-size: 22px;
    line-height: 28px;
    opacity: 0.8;
  }
  .features-item.swiper-slide-active i {
    width: 75%;
    margin-left: 15px;
    background: url(../wifi_img/ldsmfw5.png) no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .features-item.swiper-slide-active .features-info {
    background: url(../wifi_img/productBase-features-info.png) no-repeat;
    background-size: 100% 100%;
  }
}
.product-case {
  background-size: cover;
}
.product-case-slide {
  height: auto;
}
.product-case-slide:before,
.product-case-slide:after {
  content: " ";
  display: table;
}
.product-case-slide:after {
  clear: both;
}
.product-case-slide[data-cols="4"] > li {
  width: 25%;
}
.product-case-slide[data-cols="3"] > li {
  width: 33.3333%;
}
.product-case-slide[data-cols="5"] > li {
  width: 20%;
}
.product-case-item {
  text-align: center;
  padding: 50px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  float: left;
  transition: all 0.3s;
  border-radius: 2px;
}
.product-case-item:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.product-case-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-case-item i {
  width: 140px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.product-case-item p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #666a75;
}
@media (max-width: 1023px) {
  .product-case .product-wrapper {
    padding-bottom: 30px;
  }
  .product-case {
    background-position: center bottom;
  }
  .product-case-item {
    width: 50%!important;
    height: auto;
    padding: 15px;
    margin: 0;
  }
  .product-case-item:nth-child(even) {
    margin-right: 0px;
  }
  .product-case-item i {
    width: 140px;
    height: 60px;
  }
  .product-case-item p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-case-item {
    padding: 15px;
    margin: 0;
    box-shadow: none;
  }
  .product-case-item i {
    width: 100%;
    max-width: 140px;
    background-size: contain;
  }
  .product-case-item p {
    display: none;
  }
}
.solution-partner-logo {
  padding-bottom: 30px;
}
.solution-partner-logo:before,
.solution-partner-logo:after {
  content: " ";
  display: table;
}
.solution-partner-logo:after {
  clear: both;
}
.solution-partner-logo .logo-item {
  width: 20%;
  float: left;
  height: 100px;
  position: relative;
  transition: .2s;
}
.solution-partner-logo .logo-item img {
  display: block;
  position: absolute;
  max-width: 140px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .solution-partner-logo .logo-item:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.solution-partner-logo[data-cols="1"] .logo-item {
  width: 100%;
}
.solution-partner-logo[data-cols="2"] .logo-item {
  width: 50%;
}
.solution-partner-logo[data-cols="3"] .logo-item {
  width: 33.33333333%;
}
.solution-partner-logo[data-cols="4"] .logo-item {
  width: 25%;
}
.solution-partner-logo[data-cols="5"] .logo-item {
  width: 20%;
}
@media (max-width: 1023px) {
  .solution-partner-logo .logo-item {
    min-width: 33.33333333%;
  }
}
@media (max-width: 1023px) {
  .solution-partner-logo .logo-item {
    min-width: 50%;
  }
}
.product-guide {
  background-color: #f1f3ff;
  padding-bottom: 50px;
}
.product-guide > .product-title + div {
  margin-top: -30px;
}
@media (max-width: 1023px) {
  .product-guide {
    padding-bottom: 30px;
  }
}
.product-video .product-wrapper {
  position: relative;
  max-width: 1256px;
}
.product-play-btn-white {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.3);
}
.product-play-btn-white i {
  color: white;
}
.product-video-list-outer {
  position: relative;
  overflow: hidden;
  margin: 0 18px;
}
.product-video-list {
  width: auto;
}
.product-video-list:before,
.product-video-list:after {
  content: " ";
  display: table;
}
.product-video-list:after {
  clear: both;
}
.product-video-list li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.product-video-list a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  background-size: cover;
  cursor: pointer;
}
.product-video-list a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.product-video-list .product-play-btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -30px;
}
.product-video-list a:hover .product-play-btn {
  background: #f66f6a;
}
.product-video-list a:hover .product-play-btn i {
  color: #fff;
}
.product-video-list a:hover .product-video-img-bg {
  transform: scale(1.1);
}
.product-video-list[data-cols="1"] li {
  width: 100%;
}
.product-video-list[data-cols="2"] li {
  width: 50%;
}
.product-video-list[data-cols="3"] li {
  width: 33.33333333%;
}
.product-video-list[data-cols="4"] li {
  width: 25%;
}
.product-video-img-bg {
  display: block;
  width: 100%;
  transition: .2s;
}
.product-video-desc {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.product-video-pre,
.product-video-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}
.product-video-pre span,
.product-video-next span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  border-top: solid 1px #95989D;
  border-right: solid 1px #95989D;
  transition: .2s;
}
.product-video-pre:hover span,
.product-video-next:hover span {
  border-color: #f66f6a;
}
.product-video-pre.show,
.product-video-next.show {
  display: block;
}
.product-video-pre.show.swiper-button-disabled,
.product-video-next.show.swiper-button-disabled {
  display: none;
}
.product-video-pre {
  left: 10px;
}
.product-video-pre span {
  margin-left: 4px;
  transform: rotate(-135deg);
}
.product-video-next {
  right: 10px;
}
.product-video-next span {
  margin-left: -10px;
  transform: rotate(45deg);
}
.product-video-pagination {
  display: none;
}
@media (max-width: 1023px) {
  .product-video-pre {
    left: 15px;
  }
  .product-video-next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .product-video-list-outer {
    margin: 0;
  }
  .product-video-list {
    margin: 0;
  }
  .product-video-list li {
    padding: 0;
  }
  .product-video-pre,
  .product-video-next {
    display: none;
  }
  .product-video-pagination {
    position: static;
    display: block;
    margin-top: 15px;
    line-height: 4px;
  }
  .product-video-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
    vertical-align: middle;
  }
  .product-video-pagination .swiper-pagination-bullet-active {
    background: #f66f6a;
  }
}
.product-hots .product-wrapper:before,
.product-hots .product-wrapper:after {
  content: " ";
  display: table;
}
.product-hots .product-wrapper:after {
  clear: both;
}
.aui-tile:hover .caption {
  color: #f66f6a;
}
.product-hots-image-box {
  position: relative;
  z-index: 1;
  float: left;
  width: 420px;
  height: 280px;
  margin-top: 10px;
  margin-right: -40px;
  background: url(productBase-hots-image.jpg) no-repeat center;
  background-size: cover;
}
.product-hots-image-box img {
  display: none;
}
.product-hots-article {
  float: right;
  width: calc(100% - 380px);
  height: 300px;
  padding: 30px 62px 30px 100px;
  background: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.product-hots-article-title {
  font-size: 22px;
  line-height: 28px;
  color: #252b3a;
}
.product-hots-article-text {
  position: relative;
  z-index: 0;
  max-height: 132px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  margin: 15px -30px 25px;
  background-image: url(productBase-hots-quotes-start.png), url(productBase-hots-quotes-end.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  text-align: justify;
}
@media (max-width: 1023px) {
  .product-hots-image-box {
    width: 345px;
    height: 195px;
    background-image: url(productBase-hots-image-pad.jpg);
  }
  .product-hots-article {
    width: calc(100% - 323px);
    height: 215px;
    padding: 30px 20px 45px 42px;
  }
  .product-hots-article .cui-btn {
    display: none;
  }
  .product-hots-article-title {
    font-size: 16px;
    line-height: 20px;
  }
  .product-hots-article-text {
    max-height: 110px;
    padding: 0;
    background: none;
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .product-hots-image-box {
    float: none;
    width: 100%;
    height: auto;
    background: none;
  }
  .product-hots-image-box img {
    display: block;
    width: 100%;
  }
  .product-hots-article {
    float: none;
    width: auto;
    height: auto;
    padding: 20px 15px;
  }
  .product-hots-article-text {
    max-height: none;
  }
}
.aui-tile {
  display: block;
  line-height: 24px;
  padding: 25px;
  background: url(productBase-support-left.jpg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 2px;
}
.aui-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.aui-tile:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.aui-tile.hover .caption {
  color: #f66f6a;
  -webkit-transition: .2s;
  transition: .2s;
}
.aui-tile .caption {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px;
  text-align: left;
  font-weight: bold;
}
.aui-tile .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .aui-tile {
    padding: 15px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -6px;
  }
}
@media (max-width: 768px) {
  .aui-tile {
    margin-bottom: 10px;
  }
}
.aui-tile {
  display: block;
  line-height: 24px;
  padding: 25px;
  background: url(../wifi_img/ldsmfw.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
}
.aui-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.aui-tile:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.aui-tile.hover .caption {
  color: #f66f6a;
  -webkit-transition: .2s;
  transition: .2s;
}
.aui-tile .caption {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px;
  text-align: left;
  font-weight: bold;
}
.aui-tile .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .aui-tile {
    padding: 15px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -6px;
  }
}
@media (max-width: 768px) {
  .aui-tile {
    margin-bottom: 10px;
  }
  .aui-tile .caption {
    font-weight: normal!important;
  }
}
.product-recommend {
  padding-bottom: 50px;
}
.recommend-tile {
  display: block;
  line-height: 24px;
  padding: 20px 30px;
  border-radius: 2px;
  background: url(ldsmfw1.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}
.recommend-tile:after {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #f56e6a;
  position: absolute;
  left: 16px;
  top: 20px;
}
.recommend-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.recommend-tile .info {
  max-height: 44px;
}
.recommend-tile:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.recommend-tile:hover .caption {
  color: #f66f6a;
}
.recommend-tile.hover .caption {
  color: #e41f2b;
  -webkit-transition: .2s;
  transition: .2s;
}
.recommend-tile .caption {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 5px;
  text-align: left;
}
.recommend-tile .info {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .product-recommend {
    padding-bottom: 30px;
  }
  .recommend-tile {
    padding: 15px 30px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -6px;
  }
  .recommend-tile:after {
    top: 14px;
  }
  .recommend-tile .caption {
    font-size: 14px;
    line-height: 18px;
  }
  .recommend-tile .info {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .recommend-tile {
    margin-bottom: 10px;
  }
  .recommend-tile .info {
    max-height: 10000px;
  }
}


@media(min-width:1024px){
.product-develop .AGrid-row>div:hover .aui-tile{padding:19px 25px 31px 25px;}
.product-develop .AGrid-row>div .aui-tile{padding:25px;transition:all .5s ease-out;}
.product-develop .AGrid-row>div:hover:after{width:65px;}
.product-develop .AGrid-row>div:after{content:'';position:absolute;width:0;height:3px;bottom:29px;left:35px;background-color:#f66f6a;transition:all .5s ease-out;}
}
/*# sourceMappingURL=index.css.map*/
@font-face {
	font-family: 'cui-icon';
	src: url(productBase-cui-icon.eot);
	src: url(productBase-cui-icon.eot#iefix) format('embedded-opentype'),
	url(productBase-cui-icon.woff2) format('woff2'),
	url(productBase-cui-icon.woff) format('woff'),
	url(productBase-cui-icon.ttf) format('truetype'),
	url(productBase-cui-icon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.cui-icon-add:before {
	content: "\EA01"
}

.cui-icon-cancel:before {
	content: "\EA02"
}

.cui-icon-confirm:before {
	content: "\EA03"
}

.cui-icon-date:before {
	content: "\EA04"
}

.cui-icon-download:before {
	content: ""
}

.cui-icon-edit:before {
	content: "\EA06"
}

.cui-icon-heart:before {
	content: "\EA07"
}

.cui-icon-help:before {
	content: "\EA08"
}

.cui-icon-home:before {
	content: "\EA09"
}

.cui-icon-infomation:before {
	content: "\EA0A"
}

.cui-icon-menu:before {
	content: "\EA0B"
}

.cui-icon-minus:before {
	content: "\EA0C"
}

.cui-icon-purchase:before {
	content: "\EA0D"
}

.cui-icon-refresh:before {
	content: "\EA0E"
}

.cui-icon-search:before {
	content: "\EA0F"
}

.cui-icon-star-outline:before {
	content: "\EA10"
}

.cui-icon-star:before {
	content: "\EA11"
}

.cui-icon-visible:before {
	content: "\EA12"
}

.cui-icon-double-down:before {
	content: "\EA13"
}

.cui-icon-double-left:before {
	content: "\EA14"
}

.cui-icon-double-right:before {
	content: "\EA15"
}

.cui-icon-double-up:before {
	content: "\EA16"
}

.cui-icon-down:before {
	content: "\EA17"
}

.cui-icon-left:before {
	content: "\EA18"
}

.cui-icon-more:before {
	content: "\EA19"
}

.cui-icon-play:before {
	content: "\EA1A"
}

.cui-icon-right:before {
	content: "\EA1B"
}

.cui-icon-triangle-down:before {
	content: "\EA1C"
}

.cui-icon-up:before {
	content: "\EA1D"
}
.product-banner {
  min-height: 350px;
  line-height: 350px;
  overflow: hidden;
  font-size: 0;
  background: url(productBase-banner-bg.jpg) center no-repeat;
  background-size: cover;
}
.product-banner .product-wrapper {
  position: relative;
}
.product-banner .product-banner-ecs-scene .product-wrapper {
  max-width: 1450px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: 90px;
}
.product-banner.productecs-banner-v2 {
  background: url(productBase-ecs-new2-banner.jpg) #E7EFFE center no-repeat;
  height: 410px;
}
.product-banner.productecs-banner-v2 .product-banner-btn-group a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-banner.productecs-banner-v2 .product-banner-main {
  padding: 80px 0px;
  width: 570px;
}
.product-banner.productecs-banner-v2.banner-gpu .product-banner-main {
  padding: 50px 0px;
  width: 570px;
}
.product-banner.productecs-banner-v2.banner-gpu .product-banner-btn-group .cui-btn {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.product-banner.productecs-banner-v2.banner-obs .product-banner-btn-group {
  width: 690px;
}
.new-banner-notice {
  margin-top: 20px;
}
.new-banner-notice > span,
.new-banner-notice a {
  height: 22px;
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
}
.new-banner-notice > span {
  margin-right: 20px;
  color: #666A75;
}
.new-banner-notice > a {
  color: #f66f6a;
  margin-right: 20px;
  position: relative;
}
.new-banner-notice > a:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #f66f6a;
}
.new-banner-notice > a:last-of-type {
  margin-right: 0;
}
.product-banner-video-bg {
  background-color: #bccaed;
  background-image: linear-gradient(to right, #bccaed 0%, #bccaed 45%, #c7d2f1 55%, #c7d2f1 100%);
  background-size: auto 100%;
}
.product-banner-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 630px;
  margin: -60px -126px -60px 0;
  animation: banner-img 1s forwards;
}
.product-banner-img img {
  display: block;
  width: 100%;
}
.product-banner-video-poster {
  display: none;
}
.product-banner-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-banner-video video {
  display: block;
  position: absolute;
  height: 100%;
  right: -1000px;
  left: -1000px;
  margin: auto;
  background-color: transparent;
}
.product-banner-ecs-scene .product-banner-ecs-textbtn a {
  color: #f66f6a;
}
.product-banner-ecs-scene .product-banner-ecs-textbtn a:hover {
  text-decoration: underline;
}
.product-banner-ecs-scene .product-banner-ecs-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 780px;
  height: 600px;
  margin: -40px -266px -60px 0;
  animation: banner-img 1s forwards;
}
@keyframes banner-img {
  0.00% {
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.product-banner-main {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  width: calc(100% - 504px);
  padding: 15px 10px;
  font-size: 1rem;
  line-height: 1rem;
}
.product-banner-main:before,
.product-banner-main:after {
  content: " ";
  display: table;
}
.product-banner-main:after {
  clear: both;
}
.product-play-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  border: solid 1px #f66f6a;
  border-radius: 2px;
  font-size: 0;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  transition: .2s;
}
.product-play-btn i {
  font-size: 16px;
  color: #f66f6a;
  transition: .2s;
}
.product-play-btn:hover {
  background: #f66f6a;
}
.product-play-btn:hover i {
  color: #fff;
}
.product-banner-title {
  margin-bottom: 10px;
  font-size: 0;
}
.product-banner-title h1 {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 36px;
  line-height: 46px;
  color: #252B3A;
}
.product-banner-link {
  color: #f66f6a;
  transition: .2s;
}
.product-banner-link:hover {
  text-decoration: underline;
}
.product-banner-paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #666A75;
}
.product-banner-paragraph-sub {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0;
  color: #666A75;
}
.product-banner-paragraph-sub p,
.product-banner-paragraph-sub a {
  display: inline;
  font-size: 14px;
  line-height: 22px;
}
.product-banner-paragraph-sub p {
  margin-right: 15px;
}
.product-banner-paragraph-sub .product-banner-link {
  display: inline-block;
}
.product-banner-paragraph-sub em {
  font-style: normal;
  font-size: 24px;
  line-height: 0;
  color: #f66f6a;
}
.product-banner-btn-group {
  margin-bottom: -10px;
  font-size: 0;
}
.product-banner-btn-group .cui-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-banner-btn-group .cui-btn.product-banner-btn-last {
  margin-right: 20px;
}
.product-banner-btn-group .product-banner-textbtn-group {
  margin-bottom: 10px;
}
.product-banner-textbtn-group {
  display: inline-block;
}
.product-banner-textbtn {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #666a75;
  transition: .2s;
}
.product-banner-textbtn + .product-banner-textbtn {
  position: relative;
  margin-left: 21px;
}
.product-banner-textbtn + .product-banner-textbtn:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  height: 18px;
  border-right: solid 1px #f66f6a;
  margin-top: -9px;
}
.product-banner-textbtn:hover {
  color: #f66f6a;
}
.product-banner-notice {
  margin-top: 10px;
}
.product-banner-notice > li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 18px;
  color: #666a75;
}
.product-banner-notice > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border: solid 2px #a0a2a8;
  border-radius: 50%;
  margin-top: -2px;
}
.product-banner-notice > li + li {
  margin-top: 5px;
}
.product-banner-notice > li p {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.product-tag {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 18px;
  background: center no-repeat;
  background-size: cover;
}
.product-tag-discount {
  background-image: url(productBase-tag-discount.png);
}
.product-tag-hot {
  background-image: url(productBase-tag-hot.png);
}
.product-tag-new {
  background-image: url(productBase-tag-new.png);
}
.product-tag-nuevo {
  background-image: url(productBase-tag-nuevo.png);
  width: 48px;
}
.product-tag-ventas {
  background-image: url(productBase-tag-ventas.png);
  width: 54px;
}
.product-banner.theme-light .product-banner-title h1 {
  color: #fff;
}
.product-banner.theme-light .product-banner-paragraph,
.product-banner.theme-light .product-banner-paragraph-sub,
.product-banner.theme-light .product-banner-textbtn,
.product-banner.theme-light .product-banner-notice > li {
  color: rgba(255, 255, 255, 0.7);
}
.product-banner.theme-light .product-banner-textbtn + .product-banner-textbtn:before,
.product-banner.theme-light .product-banner-notice > li:before {
  border-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .product-banner-paragraph {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 35px;
  }
  .product-banner-paragraph-sub {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .product-banner-paragraph-sub-ecsnew p:empty {
    display: none;
  }
  .product-banner-paragraph-sub-ecsnew p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-banner-paragraph-sub em {
    line-height: normal!important;
  }
}
@media (max-width: 1023px) {
  .product-banner {
    min-height: 300px;
    line-height: 300px;
  }
  .product-banner-img {
    width: 410px;
    margin: -3px -70px -3px 0;
  }
  .product-banner-ecs-scene .product-banner-ecs-img {
    width: 410px;
    height: auto;
    margin: -3px -70px -3px 0;
  }
  .product-banner-main {
    width: calc(100% - 340px);
    padding: 10px 25px;
  }
  .product-banner-title h1 {
    font-size: 26px;
    line-height: 1.25;
  }
  .productecs-banner-v2 .product-banner-title h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  .product-banner-paragraph {
    display: none;
  }
  .product-banner-paragraph-sub {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-banner-notice > li + li {
    margin-top: 10px;
  }
  .product-banner.productecs-banner-v2 {
    min-height: 240px;
    height: auto;
  }
  .product-banner.productecs-banner-v2 .product-banner-main {
    width: auto!important;
    padding: 30px 0 20px!important;
  }
  .product-banner.productecs-banner-v2 .product-banner-paragraph {
    display: block;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 15px;
  }
  .product-banner.productecs-banner-v2 .product-banner-paragraph-sub p {
    fong-size: 12px;
  }
  .product-banner.productecs-banner-v2 .product-banner-paragraph-sub p em {
    font-size: 22px;
  }
  .product-banner.productecs-banner-v2 .product-banner-btn-group a {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 24px;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > span {
    display: none;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a {
    font-size: 14px;
    color: #F66F6A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    padding: 0 15px;
    margin-right: 0;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: 1px;
    background: #F66F6A;
    right: 0px;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:first-of-type {
    padding-left: 0;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:last-of-type {
    padding-right: 0;
  }
  .product-banner.productecs-banner-v2 .new-banner-notice > a:last-of-type:after {
    display: none;
  }
  .product-banner.productecs-banner-v2.banner-obs .product-banner-btn-group {
    width: 100%;
  }
  .product-banner.productecs-banner-v2.banner-gpu .product-banner-btn-group a.cui-btn {
    width:  calc((100% - 10px) / 2);
  }
  .product-banner.productecs-banner-v2.banner-gpu .product-banner-btn-group a.cui-btn:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-banner {
    height: auto;
    line-height: 1rem;
  }
  .product-banner-img {
    position: static;
    width: calc(100% + 44px);
    height: auto;
    margin: -30px -22px 0;
    animation: none;
  }
  .product-banner-ecs-scene .product-banner-ecs-img {
    position: static;
    width: calc(100% + 44px);
    height: auto;
    margin: -10px -22px -60px -22px;
    animation: none;
  }
  .product-banner-video-poster {
    display: block;
  }
  .product-banner-video {
    display: none;
  }
  .product-banner-main {
    display: block;
    width: auto;
    padding: 0 0 15px;
  }
  .product-tag-discount {
    background-image: url(productBase-tag-discount-mb.png);
  }
  .product-tag-hot {
    background-image: url(productBase-tag-hot-mb.png);
  }
  .product-tag-new {
    background-image: url(productBase-tag-new-mb.png);
  }
}
.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
}
.cui-btn-normal {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 38px;
}
.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}
.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.cui-btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}
.cui-btn-outline-primary {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}
.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}
.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}
.cui-btn.disabled:hover,
.cui-btn[disabled]:hover {
  box-shadow: none;
}
.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}
.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}
.cui-select select::-ms-expand {
  display: none;
}
.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cui-select i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}
.cui-select:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}
.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.cui-select-option-list {
  display: none;
}
.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}
.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #f66f6a;
}
.cui-select.open .cui-select-option-list li.selected {
  background: #f66f6a;
  color: #fff;
}
#videolist div div {
  text-align: center;
  background-repeat: no-repeat;
}
#videolist div div img {
  margin-top: 25px;
  cursor: pointer;
}
#closeBtn {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 767px) {
  #closeBtn {
    right: 50%;
    bottom: -50px;
    margin-right: -16px;
  }
  #closeBtn img {
    width: 32px;
    height: 32px;
  }
}
/* 入场动画 */
[vm-type="1"] {
  visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.level0 {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
}
.level1 {
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 0.2s;
}
.level2 {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
}
.level3 {
  -webkit-animation-duration: 1.8s;
  -webkit-animation-delay: 0.4s;
}
.reallyslow {
  -webkit-animation-duration: 6s;
  -webkit-animation-delay: 3s;
}
.foldIcon {
  font-family: 'cui-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  border: none;
  margin-top: -6px;
  font-size: 12px;
  color: #666a75;
}
.foldIcon:before {
  content: "\EA17";
  position: static;
  border: none;
  margin: 0px;
}
.product-section {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .bg-pc-white,
  .bg-pc-bottom-white,
  .bg-pc-top-white {
    background: white;
  }
  .bg-pc-white + .bg-pc-white,
  .bg-pc-white + .bg-pc-top-white,
  .bg-pc-bottom-white + .bg-pc-white {
    margin-top: -50px;
    z-index: 0;
  }
  .bg-pc-grey,
  .bg-pc-bottom-grey,
  .bg-pc-top-grey {
    background: #f1f3ff;
  }
  .bg-pc-grey + .bg-pc-grey,
  .bg-pc-grey + .bg-pc-top-grey,
  .bg-pc-bottom-grey + .bg-pc-grey {
    margin-top: -50px;
    z-index: 0;
  }
}
.bg-pc-black + .bg-pc-black {
  margin-top: -50px;
  z-index: 0;
}
.product-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .product-section {
    padding-bottom: 30px;
  }
  .bg-pc-black + .bg-pc-black {
    margin-top: 0px;
    z-index: 0;
  }
  .bg-mb-black + .bg-mb-black {
    margin-top: -50px;
    z-index: 0;
  }
  .bg-mb-white,
  .bg-mb-bottom-white,
  .bg-mb-top-white {
    background: white;
  }
  .bg-mb-white + .bg-mb-white,
  .bg-mb-white + .bg-mb-top-white,
  .bg-mb-bottom-white + .bg-mb-white {
    margin-top: -30px;
    z-index: 0;
  }
  .bg-mb-grey,
  .bg-mb-bottom-grey,
  .bg-mb-top-grey {
    background: #f1f3ff;
  }
  .bg-mb-grey + .bg-mb-grey,
  .bg-mb-grey + .bg-mb-top-grey,
  .bg-mb-bottom-grey + .bg-mb-grey {
    margin-top: -30px;
    z-index: 0;
  }
  .product-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.product-title.white {
  color: #ffffff;
}
.product-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #666a75;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .product-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .product-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.solution-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.solution-title.white {
  color: #ffffff;
}
.solution-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #666a75;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .solution-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .solution-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.solution-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .solution-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solution-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
}
.solution-title.white {
  color: #ffffff;
}
.solution-title.sub {
  font-size: 22px;
  line-height: 28px;
  color: #252B3A;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .solution-title {
    padding: 30px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #252b3a;
  }
  .solution-title.sub {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.product-ad-new {
  background: #fff;
}
.product-ad-new > div {
  position: relative;
}
.product-ad-new .product-ad-bottom-shadow {
  width: 100%;
  height: 20px;
  background: url(productBase-bg-ad-new.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 99;
  margin-bottom: -20px;
}
.product-ad-new .product-ad-list {
  display: block;
  padding: 20px 0px 10px 0px;
}
.product-ad-new .product-ad-list:before,
.product-ad-new .product-ad-list:after {
  content: " ";
  display: table;
}
.product-ad-new .product-ad-list:after {
  clear: both;
}
.product-ad-new .product-ad-list .swiper-slide {
  margin-bottom: 10px;
  height: 18px;
  line-height: 18px;
}
.product-ad-new .product-ad-list .swiper-slide:nth-child(even) {
  float: right;
}
.product-ad-new .product-ad-list .swiper-slide:nth-child(odd) {
  float: left;
}
.product-ad-new .product-ad-list .swiper-slide:nth-last-child(2) {
  margin-bottom: 0px;
}
.product-ad-new .product-ad-list > li {
  display: inline-block;
  width: 42%;
  text-align: left;
}
.product-ad-new .product-ad-list a {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  height: 100%;
  line-height: 100%;
  padding: 0;
}
.product-ad-new .product-ad-list a:hover .js-title {
  color: #f66f6a;
}
.product-ad-new .product-ad-list a:hover p .title {
  color: #f66f6a;
}
.product-ad-new .product-ad-list a:hover p .title:after,
.product-ad-new .product-ad-list a:hover p .title:before {
  background-color: #f66f6a ;
}
.product-ad-new .product-ad-list a:hover .ad-yellow {
  color: #f66f6a;
}
.product-ad-new .product-ad-list a i {
  display: inline-block;
}
.product-ad-new .product-ad-list h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .2s;
}
.product-ad-new .product-ad-list h1 span,
.product-ad-new .product-ad-list h1 i {
  vertical-align: middle;
}
.product-ad-new .product-ad-list p {
  width: auto;
  max-width: calc(100% - 67px);
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  color: #666a75;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0px;
}
.product-ad-new .product-ad-list p span {
  display: inline-block;
}
.product-ad-new .product-ad-list p .title {
  color: #2A0000;
}
.product-ad-new .product-ad-list p .ad-yellow {
  color: #fd8942;
}
.product-ad-new .product-ad-list a:hover h1 {
  color: #f66f6a;
}
.product-ad-new.ecsad-new-v2 .product-ad-list p {
  color: #666a75;
}
.product-ad-new.ecsad-new-v2 .product-ad-list p .title {
  padding: 0 8px;
  position: relative;
  color: #666A75;
  margin-right: 8px;
  font-weight: bold;
}
.product-ad-new.ecsad-new-v2 .product-ad-list p .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 14px;
  background-color: #666A75;
}
.product-ad-new.ecsad-new-v2 .product-ad-list p .title:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 2px;
  width: 1px;
  height: 14px;
  background-color: #666A75;
}
.product-ad-new .product-ad-label {
  display: inline-block;
  width: 38px;
  height: 18px!important;
  line-height: 18px!important;
  margin-left: 5px;
  background-size: cover;
}
.hideLabel .product-ad-new .product-ad-label {
  display: none;
}
.product-ad-new .borderballoon {
  width: auto;
  max-width: 58px;
  padding: 0 5px;
  height: 20px;
  background: #f4706e;
  border-radius: 2px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #fefefe;
  font-style: normal;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.product-ad-new .borderballoon:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #f4706e;
  border-width: 4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  left: -3px;
  bottom: 0px;
}
.product-ad-new .product-ad-label-new {
  background: #499DF2;
}
.product-ad-new .product-ad-label-new:after {
  border-color: #499DF2;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.product-ad-new .product-ad-label-hot {
  background: #F66F6A;
}
.product-ad-new .product-ad-label-hot:after {
  border-color: #F66F6A;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.product-ad-new .product-ad-label-sale {
  background: #FF8833;
}
.product-ad-new .product-ad-label-sale:after {
  border-color: #FF8833;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.product-ad-new .product-ad-pagination {
  display: none;
}
.product-ad-new .product-mb-wrapper {
  display: none;
}
.product-ad-new .product-ad-pc-list {
  display: block;
}
.product-ad-new.ecsad-new-v2 {
  background: transparent;
  position: relative;
  z-index: 20;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list div.swiper-slide {
  float: left;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list div.swiper-slide .dote > span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #666;
  opacity: 0.6;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.3s;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list div.swiper-slide .dote > span.active {
  opacity: 1;
  transform: scale(1.2);
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list div.swiper-slide.datafrom-api a {
  display: none;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list div.swiper-slide.datafrom-api .dote {
  display: none;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list div.swiper-slide.datafrom-api.unload .dote {
  display: block;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-2 {
  padding: 30px 50px;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-2 > div {
  width: 50%;
  padding-right: 60px;
  margin: 10px 0 0;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-2 > div:nth-child(1) {
  margin-top: 0;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-2 > div:nth-child(2) {
  margin-top: 0;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-2 > div:nth-child(even) {
  padding-left: 60px;
  padding-right: 0;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-2.more-three {
  padding: 26px 0px;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-3 {
  padding: 26px 0px;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-3 div.swiper-slide {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px 0 0;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-3 div.swiper-slide:nth-child(1) {
  margin-top: 0;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-3 div.swiper-slide:nth-child(2) {
  margin-top: 0;
}
.product-ad-new.ecsad-new-v2 .product-ad-pc-list.col-apart-3 div.swiper-slide:nth-child(3) {
  margin-top: 0;
}
.product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list li.swiper-slide {
  float: left;
}
.product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list li.swiper-slide .dote > span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #666;
  margin-right: 4px;
  vertical-align: middle;
}
.product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list li.swiper-slide .dote > span.active {
  width: 4px;
  height: 4px;
  background-color: #333;
}
.product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list li.swiper-slide.datafrom-api a {
  display: none;
}
.product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list li.swiper-slide.datafrom-api .dote {
  display: none;
}
.product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list li.swiper-slide.datafrom-api.unload a {
  display: none;
}
.product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list li.swiper-slide.datafrom-api.unload .dote {
  display: block;
}
@media (max-width: 1023px) {
  .product-ad-new.ecsad-new-v2 {
    width: 100%;
    margin-top: 0!important;
    background-color: #fff;
    transform: translate(0, 0) !important;
  }
  .product-ad-new.ecsad-new-v2 .product-wrapper {
    padding: 0;
  }
  .product-ad-new.ecsad-new-v2 .product-ad-pagination {
    bottom: 10px;
    display: block;
    font-size: 0;
  }
  .product-ad-new.ecsad-new-v2 .product-ad-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
  }
  .product-ad-new.ecsad-new-v2 .product-ad-pagination .swiper-pagination-bullet-active {
    background: #f66f6a;
  }
  .product-ad-new.ecsad-new-v2 .product-ad-pc-list {
    display: none;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper {
    display: flex;
  }
  .product-ad-new.ecsad-new-v2 + div {
    padding-top: 0px;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list {
    padding: 15px 15px 24px;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list .swiper-slide:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list .swiper-slide:nth-last-of-type(2) {
    margin-bottom: 5px;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper .product-ad-list .swiper-slide:nth-child(n) {
    float: none;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper div.swiper-slide.datafrom-api > a {
    display: none;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper .div.swiper-slide.datafrom-api div.dot {
    display: none;
  }
   .product-ad-new.ecsad-new-v2 .product-mb-wrapper div.swiper-slide.datafrom-api > a[meta-data-tagkey="default"] {
    display: inline-block;
  } 
   .product-ad-new.ecsad-new-v2.data-default .product-mb-wrapper div.swiper-slide.datafrom-api > a[meta-data-tagkey="default"] {
    display: inline-block;
  }
  .product-ad-new.ecsad-new-v2.data-enterprise-not-use .product-mb-wrapper div.swiper-slide.datafrom-api > a[meta-data-tagkey="enterpriseNotUse"] {
    display: inline-block;
  }
	.product-ad-new.ecsad-new-v2.data-personal-not-use .product-mb-wrapper div.swiper-slide.datafrom-api > a[meta-data-tagkey="personalNotUse"] {
    display: inline-block;
  }
  	.product-ad-new.ecsad-new-v2.data-not-bought .product-mb-wrapper div.swiper-slide.datafrom-api > a[meta-data-tagkey="notBought"] {
    display: inline-block;
  }
  	.product-ad-new.ecsad-new-v2.data-has-bought .product-mb-wrapper div.swiper-slide.datafrom-api > a[meta-data-tagkey="hasBought"] {
    display: inline-block;
  }
  .product-ad-new.ecsad-new-v2 .product-mb-wrapper .div.swiper-slide.datafrom-api.upload div.dot {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-ad-new .product-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-ad-new .product-ad-list > li {
    width: 100%;
  }
  .product-ad-new .product-mb-wrapper {
    display: flex;
  }
  .product-ad-new .product-ad-pc-list {
    display: none;
  }
  .product-ad-new .product-ad {
    background-image: url(productBase-ad-bg-mb.jpg);
  }
  .product-ad-new .product-ad > div {
    padding-left: 0;
    padding-right: 0;
  }
  .product-ad-new .product-ad-list {
    padding: 15px;
  }
  .product-ad-new .product-ad-list .swiper-slide:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .product-ad-new .product-ad-list .swiper-slide:nth-last-of-type(2) {
    margin-bottom: 10px;
  }
  .product-ad-new .product-ad-list .swiper-slide:nth-child(n) {
    float: none;
  }
  .product-ad-new .product-ad-list a {
    padding: 0;
  }
  .product-ad-new .product-ad-list h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .product-ad-new .product-ad-list p {
    font-size: 12px;
    line-height: 18px;
  }
  .product-ad-new .product-ad-list[data-cols] > li {
    width: 100%;
  }
  .product-ad-new .product-ad-list > li {
    box-sizing: border-box;
  }
  .product-ad-new .product-ad-pagination {
    display: block;
  }
  .product-ad-new .product-ad-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
  }
  .product-ad-new .product-ad-pagination .swiper-pagination-bullet-active {
    background: #f66f6a;
  }
}
.product-ad-new-v6 + div:not(.product-advantage-new-v5) {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .product-ad-new-v6 + div:not(.product-advantage-new-v5) {
    padding-top: 0px;
  }
}
.product-compute-new {
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}
.product-compute-new .product-pc-wrapper {
  display: block;
  /*-----新增样式-------*/
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul {
  font-size: 0;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul > li {
  display: inline-block;
  text-align: center;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul a {
  display: inline-block;
  position: relative;
  padding: 20px 10px 0;
  height: 66px;
  font-size: 16px;
  line-height: 24px;
  color: #252b3a;
  cursor: pointer;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul a:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 4px;
  background: #f66f6a;
  transition: .2s;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul a:hover {
  color: #f66f6a;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul > li.active a:after {
  right: 0;
  left: 0;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul[data-cols="2"] > li {
  margin: 0 28px;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul[data-cols="3"] > li {
  width: 33.33333333%;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul[data-cols="4"] > li {
  width: 25%;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul[data-cols="5"] > li {
  width: 20%;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-head > ul[data-cols="6"] > li {
  width: 16.66666667%;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-content {
  display: none;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-content.show {
  display: block;
}
.product-compute-new .product-pc-wrapper .product-compute-list-head-mb {
  display: none;
}
.product-compute-new .product-pc-wrapper .product-compute-item {
  position: relative;
}
.product-compute-new .product-pc-wrapper .product-compute-item + .product-compute-new .product-pc-wrapper .product-compute-item {
  border-top: solid 1px #ddd;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2 {
  padding-left: 20px;
  padding-right: 6px;
  padding-top: 19px;
  padding-bottom: 20px;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2 h1 {
  font-size: 18px;
  line-height: 20px;
  color: #252b3a;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-model {
  margin-top: 10px;
  font-size: 0;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 70px;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li span {
  display: block;
  width: 100%;
  line-height: 18px;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li span:first-child {
  font-size: 12px;
  color: #666A75;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li span:last-child {
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #252b3a;
  line-height: 20px;
  font-family: PingFangSC;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-support-list {
  font-size: 0;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-support-list li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part2-support-list li em {
  font-style: normal;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config {
  display: block;
  padding-left: 20px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .product-instance-item-part3-title {
  color: #252b3a;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .cui-select {
  width: 178px;
  vertical-align: top;
  margin-left: 8px;
  margin-right: 10px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .cui-select .split {
  position: absolute;
  top: 0px;
  right: 30px;
  color: #ddd;
  font-size: 18px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .cui-select i {
  background: none;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .config-model {
  display: none;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 39px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .config-model .config-model-title {
  font-size: 12px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .config-model .config-model-detail {
  font-size: 12px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
  margin-left: 8px;
  margin-right: 40px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .config-model.active {
  display: inline-block;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .product-instance-item-part3-buy {
  vertical-align: top;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .product-instance-item-part3-buy .product-instance-item-part3-price {
  font-size: 14px;
  color: #666a75;
  letter-spacing: 0;
  line-height: 32px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .product-instance-item-part3-buy .cui-btn {
  padding: 0 25px;
  height: 32px;
  line-height: 30px;
  margin-left: 19px;
  float: right;
  margin-right: 20px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-table {
  display: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  vertical-align: top;
  text-align: left;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-table.active {
  display: block;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-table td {
  width: 25%;
  padding: 0 10px 0 0;
  line-height: 22px;
  vertical-align: top;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-table thead td {
  font-size: 12px;
  color: #666a75;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-table tbody td {
  font-size: 14px;
  color: #252b3a;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-price {
  float: left;
  font-size: 14px;
  line-height: 40px;
  text-align: right;
  color: #252b3a;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-price .h2 {
  line-height: 24px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-price .h2 em {
  font-style: normal;
  font-size: 24px;
  line-height: 0;
  color: #f66f6a;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-price .p {
  font-size: 12px;
  line-height: 18px;
}
.product-compute-new .product-pc-wrapper .product-compute-list-arrow {
  padding-top: 20px;
  text-align: center;
}
.product-compute-new .product-pc-wrapper .product-compute-list-arrow i {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: .35s;
  background-image: url(productBase-compute-more.png);
  background-size: cover;
}
.product-compute-new .product-pc-wrapper .product-compute-list-arrow i:hover {
  background-image: url(productBase-compute-more-hover.png);
}
.product-compute-list-body.show-all + .product-compute-new .product-pc-wrapper .product-compute-list-arrow i {
  transform: rotateX(180deg);
  -ms-transform: rotate(180deg);
}
@media (max-width: 1023px) {
  .product-compute-new .product-pc-wrapper .product-compute-item-part1.product-compute-item-mb-part1 {
    display: block;
    padding: 30px;
    background: url(productBase-画板.png) center center no-repeat;
  }
  .product-compute-new .product-pc-wrapper .product-compute-tabs-head {
    display: block;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container {
    display: block;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container + .product-compute-new .product-pc-wrapper .product-compute-list-container {
    margin-top: 1px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-body {
    height: 0;
    overflow: hidden;
    transition: .35s;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-body {
    position: relative;
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-head {
    display: none;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-head-mb {
    display: block;
    position: relative;
    padding: 13px 40px 13px 15px;
    background-size: cover;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 0px;
    background: #fff;
    color: #252B3A;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-head-mb i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    color: #666A75;
    transition: .35s;
  }
  .product-compute-new .product-pc-wrapper .product-pc-wrapper product-compute-list-container .product-compute-list-head-mb {
    border-bottom: 1px solid #ddd;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container.show .product-compute-list-body {
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container.show .product-compute-list-body .info-mb {
    display: block;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container.show .product-compute-list-head-mb i {
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
  }
  .product-compute-new .product-pc-wrapper .product-compute-item {
    display: block !important;
    padding-bottom: 35px;
    border-bottom: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part1 {
    position: static;
    width: auto;
    height: auto;
    padding: 20px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part1 img {
    position: static;
    width: auto;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2 {
    padding: 15px;
    margin: 0;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2 h1,
  .product-compute-new .product-pc-wrapper .product-compute-item-part2 h2,
  .product-compute-new .product-pc-wrapper .product-compute-item-part2 h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2 h2,
  .product-compute-new .product-pc-wrapper .product-compute-item-part2 h3 {
    margin-top: 20px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2 p {
    font-size: 14px;
    line-height: 22px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-model {
    display: table;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li {
    display: table-row;
    width: 100%;
    padding: 0 !important;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li span {
    display: table-cell;
    font-size: 14px !important;
    line-height: 22px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li + li span {
    padding-top: 10px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-support-list {
    margin-top: 10px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part3 {
    display: none;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-arrow {
    display: none;
  }
  .product-compute-new .product-pc-wrapper .product-compute-pagination {
    display: block;
    bottom: 20px !important;
    line-height: 4px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
    vertical-align: middle;
  }
  .product-compute-new .product-pc-wrapper .product-compute-pagination .swiper-pagination-bullet-active {
    background: #f66f6a;
  }
}
.product-compute-new .product-pc-wrapper .product-compute-list-body {
  position: relative;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: auto;
  display: table;
  width: 100%;
}
.product-compute-new .product-pc-wrapper .product-compute-left {
  border: 0px;
  width: 73%;
  margin-bottom: -1px;
  border-top: 0px;
  border-right: 1px solid #ddd;
  border-bottom: 0px;
  border-left: 1px solid #ddd;
  display: table-cell;
  vertical-align: top;
  background: #ffffff;
}
.product-compute-new .product-pc-wrapper .product-compute-left .product-compute-item.active {
  background-color: #F7F8FF;
  padding-bottom: 25px;
  border-right: 1px solid #F7F8FF;
}
.product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item {
  border-right: 1px solid #ddd;
  background: #fff;
  background-size: 4%;
  margin-right: -1px;
  border-bottom: 1px solid #ddd;
}
.product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item .hotShowImg {
  display: none;
}
.product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item.showImg {
  position: relative;
}
.product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item.showImg .hotShowImg {
  display: block;
  position: absolute;
  left: -26px;
  top: -26px;
  transform: scale(0.53);
}
.product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item .ultimateIcon {
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  background: url(product-new-red-ultimate-icon.svg);
  height: 51px;
  width: 51px;
}
.product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item .ultimateIcon p {
  font-size: 14px;
  font-weight: 600;
  transform: rotate(-45deg);
  color: #fff;
}
.product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
.product-compute-new .product-pc-wrapper .product-compute-right {
  position: relative;
  right: 0;
  top: 0;
  width: 27%;
  display: none;
}
.product-compute-new .product-pc-wrapper .product-compute-right.show {
  display: block;
  background-color: #F7F8FF;
  border-radius: 2px;
  height: auto;
  display: table-cell;
  vertical-align: top;
}
.product-compute-new .product-pc-wrapper .product-compute-right.show .product-compute-right-item.active {
  display: block;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item {
  display: none;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item:before,
.product-compute-new .product-pc-wrapper .product-compute-right-item:after {
  content: " ";
  display: table;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item:after {
  clear: both;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item img {
  margin: 0 auto;
  display: block;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item dt {
  height: 282px;
  background: url(productBase-画板.png) center top no-repeat;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item dd {
  padding-left: 20px;
  padding-right: 19px;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item dd h1 {
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 20px;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item dd h2 {
  font-size: 14px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 20px;
}
.product-compute-new .product-pc-wrapper .product-compute-right-item dd p {
  font-size: 12px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 28.5px;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part3.show {
  display: block;
}
.product-compute-new .product-pc-wrapper .product-compute-item-part3 {
  display: none;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-body .one-short-info {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  line-height: 18px;
  word-break: break-all;
}
.product-compute-new .product-pc-wrapper .product-compute-tabs-body .one-short-info.info-mb {
  display: none;
}
.product-compute-new .product-compute-item-mb-part1 {
  display: none;
}
.product-compute-new .product-compute-recommend-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.product-compute-new .product-compute-recommend-wrapper:before,
.product-compute-new .product-compute-recommend-wrapper:after {
  content: " ";
  display: table;
}
.product-compute-new .product-compute-recommend-wrapper:after {
  clear: both;
}
.product-compute-new .product-compute-recommend-col {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.product-compute-new .product-compute-recommend-card {
  border: solid 1px #ddd;
  border-radius: 2px;
  transition: .2s;
}
.product-compute-new .product-compute-recommend-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.product-compute-new .product-compute-recommend-card-head {
  height: 70px;
  background-image: url(productBase-compute-recommend-head.jpg);
  background-size: cover;
}
.product-compute-new .product-compute-recommend-card-head h2 {
  font-size: 14px;
  line-height: 70px;
  text-align: center;
  color: #252b3a;
}
.product-compute-new .product-compute-recommend-card-head h2 em {
  font-style: normal;
  font-size: 32px;
  color: #f66f6a;
}
.product-compute-new .product-compute-recommend-card-config {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: dashed 1px #ddd;
  margin-left: 20px;
  margin-right: 20px;
}
.product-compute-new .product-compute-recommend-card-config-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #252b3a;
}
.product-compute-new .product-compute-recommend-card-config-item:before,
.product-compute-new .product-compute-recommend-card-config-item:after {
  content: " ";
  display: table;
}
.product-compute-new .product-compute-recommend-card-config-item:after {
  clear: both;
}
.product-compute-new .product-compute-recommend-card-config-item + .product-compute-recommend-card-config-item {
  margin-top: 10px;
}
.product-compute-new .product-compute-recommend-card-config-label {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.product-compute-new .product-compute-recommend-card-config-val {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  color: #666a75;
}
.product-compute-new .product-compute-recommend-card-info {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.product-compute-new .product-compute-recommend-card-info h2 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.product-compute-new .product-compute-recommend-card-info p {
  font-size: 12px;
  line-height: 18px;
  color: #666a75;
}
.product-compute-new .product-compute-recommend-card-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #ddd;
  background-color: #f7f7f7;
  font-size: 0;
  text-align: center;
}
.product-compute-new .product-compute-recommend-card-bottom .cui-btn {
  padding-left: 30px;
  padding-right: 30px;
}
.product-compute-new .product-compute-area,
.product-compute-new .product-compute-type {
  display: none;
}
.product-compute-new .product-compute-area.filter-show,
.product-compute-new .product-compute-type.filter-show {
  display: block;
}
.product-compute-new .product-compute-filter-checkbox {
  display: inline-block;
  position: relative;
}
.product-compute-new .product-compute-filter-checkbox input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.product-compute-new .product-compute-filter-checkbox span {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
  height: 32px;
  padding-left: 30px;
  padding-right: 30px;
  border-color: #ddd;
  font-size: 14px;
  line-height: 30px;
  color: #666a75;
}
.product-compute-new .product-compute-filter-checkbox input:checked + span,
.product-compute-new .product-compute-filter-checkbox input:hover + span {
  border-color: #f66f6a;
  color: #f66f6a;
}
.product-compute-new .product-compute-filter-head {
  margin-top: -10px;
}
.product-compute-new .product-compute-filter-row {
  overflow: hidden;
  padding: 5px 0;
}
.product-compute-new .product-compute-filter-type {
  float: left;
  width: 90px;
  font-size: 14px;
  line-height: 42px;
  color: #252b3a;
}
.product-compute-new .product-compute-filter-menus {
  float: left;
  width: calc(100% - 90px);
  margin-left: -5px;
  margin-right: -5px;
}
.product-compute-new .product-compute-filter-menus .product-compute-filter-checkbox {
  float: left;
  margin: 5px;
}
@media (max-width: 1023px) {
  .product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item.showImg .hotShowImg {
    display: none;
  }
  .product-compute-new .product-compute-item-part2 .mb-show {
    display: block;
  }
  .product-compute-new .product-pc-wrapper .product-compute-right.show {
    display: none;
  }
  .product-compute-new .product-compute-recommend-col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .product-compute-new {
    display: block;
  }
  .product-compute-new .product-compute-recommend-col {
    width: 100%;
  }
}
.product-compute-new .product-instance-item-part3-config {
  position: relative;
}
.product-compute-new .cui-select-wrapper {
  width: 70%;
}
.product-compute-new .product-instance-item-part3-buy {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.product-compute-new .product-compute-item {
  background: url("../../../static/zh-cn/www/product/productBase/ecsnew/images/jb.png");
}
.product-compute-new .product-instance-item-part3-buy.active {
  display: inline-block;
}
.product-compute-new .product-instance-item-part3-buy {
  display: none;
}
.product-compute-new .support-config {
  font-size: 12px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
  margin-bottom: 8px;
}
.product-compute-new .support-config:last-child {
  margin-bottom: 28px;
}
.product-compute-new .product-compute-item-part1.product-compute-item-mb-part1 {
  display: none;
}
.product-compute-new .product-compute-item-part2 .mb-show {
  display: none;
}
@media (max-width: 1023px) {
  .product-compute-new .product-compute-item-part2 .mb-show {
    display: block;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li span {
    width: 50%;
    padding-top: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li + li span {
    padding-top: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part2-model > li span:first-child {
    padding-right: 20px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-item-part3.show {
    display: none;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container .product-compute-list-body {
    height: 0px;
    min-height: 0px;
    border-bottom: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-tabs-content.show .product-compute-list-head-mb {
    border-left: 2px solid #f66f6a;
  }
  .product-compute-new .product-compute-type {
    display: block;
  }
  .product-compute-new .product-compute-filter-row-type {
    display: none;
  }
  .product-compute-new .product-compute-filter-checkbox span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-compute-new .product-compute-filter-row {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .product-compute-new .product-compute-filter-type {
    width: 55px;
  }
  .product-compute-new .product-compute-filter-menus {
    width: calc(100% - 55px);
  }
}
@media (max-width: 767px) {
  .product-compute-new .product-compute-item-part1.product-compute-item-mb-part1 {
    display: block;
    padding: 0px;
    background: url(productBase-画板.png) center center no-repeat;
  }
  .product-compute-new .product-compute-item-part1.product-compute-item-mb-part1 img {
    display: block;
    margin: 15px auto;
  }
  .product-compute-new .product-compute-right {
    display: none;
  }
  .product-compute-new .product-compute-right.active {
    display: none!important;
  }
  .product-compute-new .product-pc-wrapper .product-compute-left {
    width: 100%;
  }
  .product-compute-new .product-compute-item-part2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-compute-new .product-compute-item-part2 h1 {
    margin-bottom: 5px;
  }
  .product-compute-new .product-compute-item-part2 h2 {
    margin-bottom: 5px;
    font-weight: 600;
  }
  .product-compute-new .product-compute-item-part2 .mb-show {
    display: block;
  }
  .product-compute-new .product-compute-item-part3 {
    display: none;
  }
  .product-compute-new .product-compute-item-part3.show {
    display: none!important;
  }
  .product-compute-new .product-compute-item-part2-model {
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .product-compute-new .product-compute-list-head-mb {
    background: #fff;
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    border-top: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item.showImg .hotShowImg {
    display: none;
  }
  .product-compute-new .product-compute-left li.product-compute-item.showImg .hotShowImg {
    left: -15px;
    top: -15px;
    transform: scale(0.8);
  }
}
.product-compute-new .borderballoon {
  height: 16px;
  background: #f4706e;
  border-radius: 2px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #fefefe;
  font-style: normal;
  text-align: center;
  vertical-align: top;
}
.product-compute-new .borderballoon:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #f4706e;
  border-width: 4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  left: -3px;
  bottom: 0px;
}
.product-compute-new .borderballoon-compute {
  margin-left: 3px;
  font-size: 12px;
  padding: 0 6px;
  display: none;
}
.product-compute-new li.product-compute-item.showImg .borderballoon-compute {
  display: inline-block;
}
.product-compute-new .product-compute-item-part2-support-list {
  display: none;
}
@media (max-width: 767px) {
  .product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item.showImg {
    background-size: 15%;
  }
  .product-compute-new .product-pc-wrapper .product-compute-right.show {
    display: none;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container .product-compute-list-body {
    border-bottom: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-container.show .product-compute-list-body {
    border-bottom: 1px solid #ddd;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-body {
    min-height: 0px;
    height: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-body.show {
    height: auto;
  }
  .product-compute-new .product-compute-item-part2-support-list {
    display: block;
  }
}
.product-compute-new .product-compute-list.product-compute-left {
  border-radius: 0;
  box-sizing: content-box;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item {
  min-height: auto;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item .product-compute-item-part2 {
  margin-left: 0px;
  margin-right: 0px;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item .product-compute-item-part2-model > li:nth-child(2n + 1) {
  padding-right: 0px;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item .product-compute-item-part2-model > li {
  padding-right: 0px;
  width: auto;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item .product-compute-item-part2-model > li span:last-child {
  padding: 0px;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item .product-compute-item-part3 {
  position: static;
  width: auto;
  height: auto;
  padding: 0px;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item .product-compute-item-part3:before {
  border: 0px;
}
.product-compute-new .product-compute-list.product-compute-left .product-compute-item .product-compute-item-part3 .product-instance-item-part3-config {
  padding-top: 0px;
  padding-bottom: 0px;
}
.product-compute-new .product-compute-item + .product-compute-item {
  border: 0px;
}
.product-compute-new .product-pc-wrapper .product-compute-left .product-compute-item:hover {
  background: rgba(247, 248, 255, 0.5);
  cursor: pointer;
}
.product-compute-new .product-pc-wrapper .product-compute-left .product-compute-item.active:hover {
  border-right: 1px solid #F7F8FF;
  background: #F7F8FF;
  opacity: 1;
}
@media (max-width: 768px) {
  .product-compute-new .product-pc-wrapper .product-compute-left li.product-compute-item {
    border: 0px;
  }
}
@media (max-width: 1024px) {
  .product-compute-new .product-pc-wrapper .product-compute-right.show {
    background-size: 97%;
  }
  .product-compute-new .product-pc-wrapper .product-compute-right-item img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -5px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .product-compute-new .product-pc-wrapper .product-compute-left {
    display: flex;
    border-left: 0px;
  }
  .product-compute-new .product-pc-wrapper .product-compute-list-body {
    display: block;
    border: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .product-compute-new .product-pc-wrapper .product-compute-left .product-compute-item {
    border-bottom: 0px!important;
  }
  .product-compute-new .product-pc-wrapper .product-compute-tabs-body .product-compute-list-container .one-short-info {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    word-break: break-all;
  }
  .product-compute-new .product-pc-wrapper .product-compute-tabs-body .product-compute-list-container .one-short-info.info-mb {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0;
  }
  .product-compute-new .product-pc-wrapper .product-compute-tabs-body .product-compute-list-container .one-short-info.info-pc {
    display: none;
  }
  .product-compute-new .product-pc-wrapper .product-compute-tabs-body .product-compute-list-container.show .one-short-info.info-mb {
    display: block;
  }
}
/* 公测实例型号展示-start*/
.product-compute-new .beta-instance-wrapper {
  width: 40%;
  line-height: 18px;
  vertical-align: middle;
}
.product-compute-new .beta-instance-wrapper span {
  font-size: 14px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
  vertical-align: middle;
}
.product-compute-new .beta-instance-wrapper .help-icon {
  line-height: 18px;
  vertical-align: middle;
  background: url(productBase-instance-help.svg) center center no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
}
.product-compute-new .beta-instance-wrapper .help-icon:hover {
  background: url(productBase-instance-help-p.svg) center center no-repeat;
}
.product-compute-new .beta-instance-wrapper .help-icon:hover + .beta-instance-listarea {
  display: inherit;
}
.product-compute-new .beta-instance-listarea {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  z-index: 1;
  width: 370px;
}
.product-compute-new .beta-instance-wrapper .help-icon:hover:after {
  position: absolute;
  top: 23px;
  content: '';
  border-style: solid;
  border-width: 7px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.product-compute-new .beta-instance-listarea .beta-list-notice {
  font-size: 14px;
  color: #252B3A;
  line-height: 22px;
  padding: 10px 0 0 10px;
}
.product-compute-new .beta-instance-list {
  padding: 5px 10px 10px;
}
.product-compute-new .beta-instance-item span {
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #666A75;
  line-height: 22px;
}
.product-compute-new .product-instance-item-part3-config .product-instance-item-part3-beta {
  vertical-align: top;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.product-compute-new .product-instance-item-part3-config .product-instance-item-part3-beta .product-instance-item-part3-beta-desc {
  float: left;
  font-size: 14px;
  color: #666a75;
  letter-spacing: 0;
  line-height: 32px;
}
.product-compute-new .product-instance-item-part3-beta .product-instance-item-part3-beta-desc h2 {
  font-style: normal;
  letter-spacing: 0;
  text-align: right;
  font-size: 16px;
  color: #F66F6A;
  line-height: 20px;
}
.product-compute-new .product-instance-item-part3-beta p {
  font-size: 12px;
  line-height: 18px;
}
.product-compute-new .product-pc-wrapper .product-instance-item-part3-config .product-instance-item-part3-beta .cui-btn {
  padding: 0 25px;
  height: 32px;
  line-height: 30px;
  margin-left: 19px;
  float: right;
  margin-right: 20px;
}
/* 公测实例型号展示-end*/
.product-advantage-new-v2.product-advantage {
  background-image: none;
  background: url(productBase-advantage.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 0!important;
}
.product-advantage-new-v2.product-advantage.addfullbg {
  background-image: none;
  background: url(productBase-banner-advantage.jpg) #E7EFFE no-repeat center top;
  background-size: 1920px auto;
  height: 572px;
  padding: 50px 0 0;
}
@media screen and (max-width: 1023px) {
  .product-advantage-new-v2.product-advantage.addfullbg {
    padding-top: 0;
    height: auto;
    padding-bottom: 20px;
    background: url(productBase-advantage.jpg) no-repeat center;
    background-size: cover;
  }
}
.product-advantage-body {
  position: relative;
}
.galaxy-container {
  position: relative;
  width: 840px;
  height: 420px;
  margin: 0 auto;
  z-index: 1;
}
.galaxy-container:before,
.galaxy-container:after {
  content: " ";
  display: table;
}
.galaxy-container:after {
  clear: both;
}
.galaxy-wrapper {
  width: 840px;
  height: 840px;
  border-radius: 50%;
  margin-top: -15px;
  -ms-transform: scaleY(0.455);
  transform: scaleY(0.455);
  transform-origin: center top;
  transform: rotate3d(1, 0, 0, 63deg);
}
.galaxy-wrapper:before,
.galaxy-wrapper:after {
  content: " ";
  display: table;
}
.galaxy-wrapper:after {
  clear: both;
}
.galaxy-box {
  height: 100%;
  border-radius: 50%;
  animation: revolution 50s linear infinite;
  transform-origin: center center;
}
@keyframes revolution {
  0.00% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.galaxy-star {
  position: absolute;
  z-index: 3;
  border: 1px solid red;
  margin-top: -1px;
  margin-left: -1px;
  cursor: pointer;
  -ms-transform: scaleY(2.1978022);
  transform: scaleY(2.1978022);
  animation: star-fix 50s linear infinite;
}
.galaxy-star.in-back {
	z-index: 0;
}
.galaxy-star-inner {
  position: relative;
  width: 110px;
  height: 110px;
  margin: -65px;
  background-size: cover;
}
.galaxy-star-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  transform: scaleY(0.5);
}
.galaxy-star[data-name="A"] .galaxy-star-inner {
  background-image: url(ldsmfw7.png);
}
.galaxy-star[data-name="A"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(46, 36, 200, 0.2);
}
.galaxy-star[data-name="B"] .galaxy-star-inner {
  background-image: url(ldsmfw10.png);
}
.galaxy-star[data-name="B"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(53, 104, 239, 0.2);
}
.galaxy-star[data-name="C"] .galaxy-star-inner {
  background-image: url(ldsmfw8.png);
}
.galaxy-star[data-name="C"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(53, 104, 239, 0.2);
}
.galaxy-star[data-name="D"] .galaxy-star-inner {
  background-image: url(ldsmfw9.png);
}
.galaxy-star[data-name="D"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(71, 51, 135, 0.2);
}
.galaxy-star[data-track="inner"] .galaxy-star-inner {
  bottom: 9px;
}
.galaxy-star[data-track="outer"] .galaxy-star-inner {
  bottom: 0;
}
@keyframes star-fix {
  0.00% {
    transform: rotate(360deg) scaleY(2.1978022);
  }
  100% {
    transform: rotate(0deg) scaleY(2.1978022);
  }
}
.galaxy-box.animation-paused {
  animation-play-state: paused;
}
.galaxy-box.animation-paused .galaxy-star,
.galaxy-box.animation-paused .galaxy-center {
  animation-play-state: paused;
}
.galaxy-star-label {
  position: absolute;
  top: 50%;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  margin-top: -15px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
  box-shadow: 0 7px 7px 0 rgba(221, 221, 221, 0.5);
}
.galaxy-star-label span {
  display: block;
  white-space: nowrap;
}
.galaxy-star-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  margin-top: -7px;
  color: rgba(255, 255, 255, 0.8);
}
.galaxy-star-label[data-position="left"] {
  right: 100%;
  margin-right: -40px;
}
.galaxy-star-label[data-position="left"]:before {
  left: 100%;
  border-left: solid 7px;
}
.galaxy-star-label[data-position="right"] {
  left: 100%;
  margin-left: -40px;
}
.galaxy-star-label[data-position="right"]:before {
  right: 100%;
  border-right: solid 7px;
}
.galaxy-star:hover .galaxy-star-label {
  color: white;
  background-color: rgba(73, 108, 215, 0.8);
}
.galaxy-star:hover .galaxy-star-label:before {
  color: rgba(73, 108, 215, 0.8);
}
.galaxy-star:hover .galaxy-star-label[data-position="left"] {
  background-image: linear-gradient(to right, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
.galaxy-star:hover .galaxy-star-label[data-position="right"] {
  background-image: linear-gradient(to left, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
.galaxy-star-label.active {
  color: white;
  background-color: rgba(73, 108, 215, 0.8);
}
.galaxy-star-label.active:before {
  color: rgba(73, 108, 215, 0.8);
}
/*----------------------------英文版样式------------------------------------*/
.product-advantage-en .galaxy-star-label {
  position: absolute;
  top: 50%;
  padding: 7px;
  border-radius: 2px;
  margin-top: -15px;
  background-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  color: #252b3a;
  box-shadow: 0 7px 7px 0 rgba(221, 221, 221, 0.5);
}
.product-advantage-en .galaxy-star-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  margin-top: -7px;
  color: rgba(255, 255, 255, 0.8);
}
.product-advantage-en .galaxy-star-label[data-position="left"] {
  right: 100%;
  margin-right: -40px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 95%);
}
.product-advantage-en .galaxy-star-label[data-position="left"]:before {
  left: 100%;
  border-left: solid 7px;
}
.product-advantage-en .galaxy-star-label[data-position="right"] {
  left: 100%;
  margin-left: -40px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #FFFFFF 95%);
}
.product-advantage-en .galaxy-star-label[data-position="right"]:before {
  right: 100%;
  border-right: solid 7px;
}
.product-advantage-en .galaxy-star:hover .galaxy-star-label {
  color: white;
  background-color: rgba(73, 108, 215, 0.8);
}
.product-advantage-en .galaxy-star:hover .galaxy-star-label:before {
  color: rgba(73, 108, 215, 0.8);
}
.product-advantage-en .galaxy-star:hover .galaxy-star-label[data-position="left"] {
  background-image: linear-gradient(to right, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
.product-advantage-en .galaxy-star:hover .galaxy-star-label[data-position="right"] {
  background-image: linear-gradient(to left, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
.product-advantage-en .galaxy-star-label.active {
  color: white;
  background-color: rgba(73, 108, 215, 0.8);
}
.product-advantage-en .galaxy-star-label.active:before {
  color: rgba(73, 108, 215, 0.8);
}
.product-advantage-en .galaxy-star-label.active[data-position="left"] {
  background-image: linear-gradient(to right, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
.product-advantage-en .galaxy-star-label.active[data-position="right"] {
  background-image: linear-gradient(to left, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
/*----------------------------英文版样式------------------------------------*/
.galaxy-bg {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 840px;
  height: 426px;
  background-image: url(productBase-trajectory1.png);
}
.galaxy-center {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: scaleY(2);
  animation: star-fix 50s linear infinite;
}
.galaxy-center-inner {
  width: 1180px;
  height: 500px;
  margin-top: -180px;
  margin-left: -590px;
  background-image: url(../wifi_img/{e5909df1-2d35-4bb6-83f9-988fb5a6ed42}_WechatIMG328.png);
  background-size: cover;
}
@media (max-width: 1023px) {
  .galaxy-container {
    width: 100%;
    height: auto;
    background-image: url(../ldsmfw_files/productBase-galaxy-mb.png);
    background-size: cover;
    display: none;
  }
  .galaxy-container:before {
    content: "";
    display: block;
    padding-top: 64.8%;
  }
  .galaxy-container > div {
    display: none;
  }
}
.advantage-text {
  position: absolute;
  top: 0;
  width: calc((100% - 610px) / 2);
  z-index: 0;
}
.advantage-text-left {
  left: 0;
}
.advantage-text-right {
  right: 0;
}
.advantage-text-item {
  position: relative;
  height: 158px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.advantage-text-item h2 {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.advantage-text-item h2[data-bold='bold'] {
  font-weight: 600;
}
.advantage-text-item p[data-bold='bold'] {
  font-weight: 600;
}
.advantage-text-item p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  max-height: 88px;
  color: #666a75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.advantage-text-item .img-box {
  position: relative;
  z-index: 2;
  height: 0;
  padding-top: 22px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  transition: height .35s;
}
.advantage-text-item .img-box img {
  display: block;
  width: 100%;
}
.advantage-text-item .img-box.open {
  height: auto;
}
.advantage-text-item .img-box.open:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 15px;
  right: 15px;
  border-top: dashed 1px #ddd;
}
.advantage-text-item.text-hide {
  visibility: hidden;
}
.advantage-text-item.active {
  height: auto;
}
.advantage-text-item.on,
.advantage-text-item.active {
  background: rgba(255, 255, 255, 0.7);
}
.advantage-text-item.on h2,
.advantage-text-item.active h2 {
  color: #f66f6a;
}
.advantage-text-item:last-child {
  z-index: 1;
  border-top: solid 1px rgba(146, 153, 200, 0.3);
  transition: margin-top 0.35s;
}
.advantage-text-item:last-child.active {
  background: white;
  margin-top: -158px;
  border-top: 0;
}
@media (min-width: 1024px) {
  .advantage-text-en .advantage-text-item {
    height: 185px;
  }
}
@media (max-width: 1023px) {
  .advantage-text {
    position: static;
    width: auto;
  }
  .advantage-text-item {
    margin-left: 0px;
    margin-right: 0px;
  }
  .advantage-text-left {
    margin-top: 0px;
  }
  .advantage-text-item {
    height: auto;
    padding: 15px 0 0;
  }
  .advantage-text-item h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .advantage-text-item p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
  }
  .advantage-text-item .img-box {
    display: none;
  }
  .advantage-text-item:last-child {
    border: none;
  }
}
.product-config-new .product-config-card {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.product-config-new .product-config-card + .product-config-new .product-config-card {
  margin-top: 10px;
}
.product-config-new .product-config-card-part2-item {
  float: none;
  width: auto;
  padding: 0 !important;
}
.product-config-new .product-config-card-part2-item:last-child {
  padding-left: 0px;
  padding-right: 0px;
}
.product-config-new .product-config-card-head {
  display: none;
}
.product-config-new .product-config-card-content {
  display: table;
  position: relative;
  width: 100%;
  min-height: 160px;
}
.product-config-new .product-config-card-content > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.product-config-new .product-config-card-content > div.product-config-card-part2 {
  padding-top: 27px;
  padding-bottom: 7px;
}
.product-config-new .product-config-card-part1 {
  width: 32.25806452%;
}
.product-config-new .product-config-card-part1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32.25806452%;
  height: 100%;
  background: #f7f8ff;
}
.product-config-new .product-config-card-part1-inner + .product-config-card-part1-inner {
  margin-top: 20px;
}
.product-config-new .product-config-card-part1-inner {
  position: relative;
  z-index: 1;
}
.product-config-new .product-config-card-part1-inner h2 {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
}
.product-config-new .product-config-card-part1-inner h3 {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
}
.product-config-new .product-config-card-part1-inner p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-config-new .product-config-card-part1-inner p .split {
  margin: 0 3px;
}
.product-config-new .product-config-card-part2 {
  vertical-align: top !important;
}
.product-config-new .product-config-card-part2 .product-config-card-part1--mb-ul li + li {
  margin-bottom: 20px;
  margin-top: 0px;
}
.product-config-new .product-config-card-inner:before,
.product-config-new .product-config-card-inner:after {
  content: " ";
  display: table;
}
.product-config-new .product-config-card-inner:after {
  clear: both;
}
.product-config-new .product-config-card-part2-item h2 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  color: #252b3a;
}
.product-config-new .product-config-feature {
  margin-top: 7px;
  padding-right: 25px;
  padding-left: 30px;
}
.product-config-new .product-config-feature > ul > li {
  font-size: 0;
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
}
.product-config-new .product-config-feature > ul > li > span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}
.product-config-new .product-config-feature > ul > li > span:first-child {
  color: #666a75;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
}
.product-config-new .product-config-feature > ul > li > span:last-child {
  width: 100%;
  color: #252b3a;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-config-new .product-config-scene {
  margin-top: 15px;
}
.product-config-new .product-config-scene > ul {
  font-size: 0;
}
.product-config-new .product-config-scene > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
}
.product-config-new .product-config-scene > ul > li:nth-child(2n + 1) {
  padding-right: 15px;
}
.product-config-new .product-config-scene > ul > li:nth-child(2n) {
  padding-left: 15px;
}
.product-config-new .product-config-card-part3 {
  width: 19.69439728%;
}
.product-config-new .product-config-card-part3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 19.69439728%;
  height: 80%;
  border-left: 1px solid #ddd;
  margin-top: auto;
  margin-bottom: auto;
  background: none;
}
.product-config-new .product-config-card-part3-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.product-config-new .product-config-card-price {
  font-size: 14px;
  line-height: 22px;
}
.product-config-new .product-config-card-price {
  font-size: 14px;
  line-height: 22px;
}
.product-config-new .product-config-card-price em {
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #f66f6a;
}
.product-config-new .product-config-card-price + .product-config-card-part3-btn-wrapper {
  margin-top: 20px;
}
.product-config-new .product-config-card-part3-btn-wrapper {
  font-size: 0;
}
.product-config-new .product-config-card-part3-btn-wrapper .cui-btn + .cui-btn {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .product-config-new .product-config-card-part1 {
    width: 27.17391304%;
  }
  .product-config-new .product-config-card-part1:before {
    width: 27.17391304%;
  }
  .product-config-new .product-config-card-part2 {
    width: 48.09782609%;
  }
  .product-config-new .product-config-card-part2-item {
    float: none;
    width: auto;
    padding: 0 !important;
  }
  .product-config-new .product-config-card-part2-item:last-child {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-config-new .product-config-scene {
    margin-top: 10px;
    overflow: hidden;
  }
  .product-config-new .product-config-scene > ul {
    overflow: hidden;
    margin-left: -10px;
  }
  .product-config-new .product-config-scene > ul > li {
    position: relative;
    float: left;
    width: auto;
    padding: 0 0 0 11px !important;
  }
  .product-config-new .product-config-scene > ul > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    height: 14px;
    margin-top: -7px;
    border-right: solid 1px;
  }
  .product-config-new .product-config-card-part3 {
    width: 24.72826087%;
  }
  .product-config-new .product-config-card-part3:before {
    width: 24.72826087%;
  }
  .product-config-new .product-config-card-part3-btn-wrapper .cui-btn + .cui-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-config-new .product-config-card {
    margin-bottom: 0px;
  }
  .product-config-new .product-config-card + .product-config-new .product-config-card {
    margin-top: -1px;
  }
  .product-config-new .product-config-card-content {
    display: block;
  }
  .product-config-new .product-config-card-content > div {
    display: block;
    width: auto;
  }
  .product-config-new .product-config-card-content > div:before {
    content: none;
  }
  .product-config-new .product-config-card-head {
    display: block;
    position: relative;
    padding: 14px 40px 15px 14px;
    background: #f7f8ff;
    cursor: pointer;
  }
  .product-config-new .product-config-card-head h2 {
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
  }
  .product-config-new .product-config-card-head p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #666a75;
  }
  .product-config-new .product-config-card-head i {
    position: absolute;
    top: 50%;
    right: 14px;
    font-size: 12px;
    margin-top: -6px;
    transition: .35s;
  }
  .product-config-new .product-config-card-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 2px;
    background: #f66f6a;
    opacity: 0;
    transition: .35s;
  }
  .product-config-new .product-config-card-head.active i {
    -ms-transform: rotate(180deg);
    transform: rotateX(180deg);
  }
  .product-config-new .product-config-card-head.active:before {
    opacity: 1;
  }
  .product-config-new .product-config-card-body {
    height: 0;
    overflow: hidden;
    transition: .35s;
  }
  .product-config-new .product-config-card-body.active {
    height: auto;
  }
  .product-config-new .product-config-card-part1 {
    display: none !important;
  }
  .product-config-new .product-config-card-part2 {
    padding: 15px 15px 0 !important;
  }
  .product-config-new .product-config-feature {
    margin-top: 12px;
  }
  .product-config-new .product-config-feature > ul > li span {
    display: inline !important;
  }
  .product-config-new .product-config-scene {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
  }
  .product-config-new .product-config-card-part3 {
    padding: 20px 15px !important;
  }
  .product-config-new .product-config-card-part3-inner {
    display: table;
    width: 100%;
  }
  .product-config-new .product-config-card-part3-inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  .product-config-new .product-config-card-price {
    text-align: left;
  }
  .product-config-new .product-config-card-part3-btn-wrapper {
    text-align: right;
  }
  .product-config-new .product-config-card-part3-btn-wrapper .cui-btn {
    height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 30px;
  }
  .product-config-new .product-config-card-part3-btn-wrapper .cui-btn + .cui-btn {
    margin-top: 0;
    margin-left: 6px;
  }
}
.product-config-new .product-config-card-part1--mb-inner {
  display: none;
}
@media (max-width: 767px) {
  .product-config-new .product-config-feature {
    margin-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-config-new .product-config-card-content > div {
    padding: 0px 20px;
  }
  .product-config-new .product-config-card-part2 {
    padding: 0px 20px!important;
  }
  .product-config-new .product-config-card-part1--mb-inner {
    margin-bottom: 15px;
    display: block;
  }
  .product-config-new .product-config-card-part1--mb-inner h3 {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
  }
  .product-config-new .product-config-card-part1--mb-inner p {
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    margin-top: 5px;
  }
  .product-config-new .product-config-feature > ul > li {
    width: 50%;
  }
  .product-config-new .product-config-feature > ul > li span {
    display: block!important;
  }
  .product-config-new .product-config-card-part1--mb-ul {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }
}
.product-case {
  background-size: cover;
}
.product-case-new .product-case-slide {
  height: auto;
  background-size: cover;
}
.product-case-new .product-case-slide:before,
.product-case-new .product-case-slide:after {
  content: " ";
  display: table;
}
.product-case-new .product-case-slide:after {
  clear: both;
}
.product-case-new .product-case-slide[data-cols="4"] > li {
  width: 23%;
  margin-right: 2.6%;
}
.product-case-new .product-case-slide[data-cols="3"] > li {
  width: 31%;
  margin-right: 2.3%;
}
.product-case-new .product-case-slide[data-cols="5"] > li {
  width: 19%;
  margin-right: 1%;
}
.product-case-new .product-case-slide > li:last-child {
  margin-right: 0px;
}
.product-case-new .product-case-item {
  text-align: center;
  padding: 50px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  float: left;
  transition: all 0.3s;
  border-radius: 2px;
}
.product-case-new .product-case-item:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.product-case-new .product-case-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-case-new .product-case-item i {
  width: 140px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product-case-new .product-case-item p {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product-case-new .product-case-item .info-title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin: 30px auto 20px;
  width: 80%;
  white-space: normal;
}
@media (max-width: 1023px) {
  .product-case-new .product-case .product-wrapper {
    padding-bottom: 30px;
  }
  .product-case-new .product-case {
    background-position: center bottom;
  }
  .product-case-new .product-case-item {
    width: 100%!important;
    height: auto;
    padding: 15px;
    margin: 0;
  }
  .product-case-new .product-case-item:nth-child(even) {
    margin-right: 0px;
  }
  .product-case-new .product-case-item i {
    width: 140px;
    height: 60px;
  }
  .product-case-new .product-case-item p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
  }
}
@media (max-width: 767px) {
  .product-case-new .product-case-item {
    padding: 15px;
    margin: 0;
    box-shadow: none;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
  }
  .product-case-new .product-case-item + .product-case-item {
    margin-top: 10px;
  }
  .product-case-new .product-case-item i {
    width: 100%;
    max-width: 140px;
    background-size: contain;
    margin-bottom: 0px;
  }
  .product-case-new .product-case-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.product-case-new .product-case {
  background: #F9FAFF;
}
.product-case-new .product-case .product-case-item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  margin-bottom: 10px;
}
.product-case-new .product-case .product-case-item:last-child {
  margin-bottom: 0px;
}
.product-support-new .aui-tile {
  display: block;
  line-height: 24px;
  padding: 25px;
  background: url(productBase-support-left.jpg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 2px;
}
.product-support-new .aui-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.product-support-new .aui-tile:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.product-support-new .aui-tile.hover .caption {
  color: #f66f6a;
  -webkit-transition: .2s;
  transition: .2s;
}
.product-support-new .aui-tile .caption {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px;
  text-align: left;
  font-weight: bold;
}
.product-support-new .aui-tile .caption:hover {
  color: #f66f6a;
}
.product-support-new .aui-tile .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .product-support-new .aui-tile {
    padding: 15px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -6px;
  }
}
@media (max-width: 768px) {
  .product-support-new .aui-tile {
    margin-bottom: 10px;
  }
}
.product-support-new .AGrid-row.gap [class^=col-],
.product-support-new .no-gap .AGrid-row.gap [class^=col-] {
  border-radius: 2px;
}
.product-support-new .aui-tile {
  border-radius: 0px;
}
.product-support-new .aui-tile .caption {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 22px;
}
.product-support-new .aui-tile .info {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
}
.product-support-new .info-detail-wrap {
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0px;
}
.product-support-new .info-detail-wrap li {
  list-style: disc  inside;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  margin-bottom: 15px;
}
.product-support-new .info-detail-wrap li:last-child {
  margin-bottom: 0px;
}
.product-support-new .info-detail-wrap li a {
  color: #666A75;
}
.product-support-new .info-detail-wrap li a:hover {
  color: #f66f6a;
}
@media (max-width: 768px) {
  .product-support-new .info-detail-wrap .aui-tile {
    margin-bottom: 0px;
  }
  .product-support-new .info-detail-wrap .aui-tile .caption {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
  }
  .product-support-new .info-detail-wrap .aui-tile .info {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
  }
  .product-support-new .info-detail-wrap .AGrid-row.gap [class^=col-],
  .product-support-new .info-detail-wrap .no-gap .AGrid-row.gap [class^=col-] {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .product-support-new .info-detail-wrap .info-detail-wrap {
    padding: 15px;
  }
  .product-support-new .info-detail-wrap .info-detail-wrap li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-support-new .info-detail-wrap .info-detail-wrap li:last-child {
    margin-bottom: 0px;
  }
}
.product-recommend2 {
  padding-bottom: 0px;
  background: url(productBase-product-recommend-pc-bg.png) no-repeat;
  background-size: cover;
}
.product-recommend2 .product-wrapper {
  padding-bottom: 50px;
  padding-top: 30px;
}
.product-recommend2 .product-title {
  padding: 50px 10px 0px;
  font-size: 36px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: center;
  line-height: 46px;
}
.recommend-tile2 {
  display: block;
  width: 380px;
  height: 114px;
  padding: 20px 30px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: 1px;
  opacity: 1;
  border-radius: 2px;
  position: relative;
}
.recommend-tile2 .caption {
  font-size: 18px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 22px;
  opacity: 1;
}
.recommend-tile2 .info {
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  line-height: 22px;
  opacity: 1;
  max-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-tile2:hover {
  color: #e41f2b;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: left;
}
.recommend-tile2:hover .caption {
  color: #f66f6a;
}
.recommend-tile2:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .product-recommend2 {
    padding-bottom: 30px;
  }
  .recommend-tile2 {
    padding: 15px 30px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -6px;
  }
  .recommend-tile2:after {
    top: 14px;
  }
  .recommend-tile2 .caption {
    font-size: 14px;
    line-height: 18px;
  }
  .recommend-tile2 .info {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .recommend-tile2 {
    margin-bottom: 10px;
    height: auto;
    width: auto;
  }
  .recommend-tile2 .info {
    max-height: 10000px;
  }
}
.product-application4 .product-scene-tab {
  font-size: 0;
  text-align: center;
}
.product-application4 .scene-sub-box .prod-rec:hover {
  border-color: #f66f6a;
}
.product-application4 .scene-sub-box .prod-rec:hover .icon-prod-rec:before {
  color: #f66f6a;
}
.product-application4 .product-scene-tab .scene-tab {
  display: inline-block;
  height: 122px;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.product-application4 .product-scene-tab .scene-tab + .scene-tab {
  margin-left: 0px;
}
.product-application4 .product-scene-tab .scene-tab:not(.active):hover .caption {
  color: #f66f6a;
}
.product-application4 .scene-panel .icon-scene-tab {
  margin-bottom: 0;
}
.product-application4 .scene-tab .icon-scene-tab {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-application4 .scene-tab .caption {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 24px;
}
.product-application4 .prod-area.scene[data-number="2"] .scene-tab {
  width: 400px;
}
.product-application4 .prod-area.scene[data-number="3"] .scene-tab {
  width: 300px;
}
.product-application4 .prod-area.scene[data-number="4"] .scene-tab {
  width: calc((100% - 100px) / 4);
}
.product-application4 .prod-area.scene[data-number="5"] .scene-tab {
  width: calc((100% - 0px) / 5);
}
.product-application4 .prod-area.scene[data-number="6"] .scene-tab {
  width: calc((100% - 100px) / 6);
}
.product-application4 .product-scene-tab .scene-tab .caption:after {
  background: #f66f6a;
  bottom: -24px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .25s ease;
  transition: width .3s ease;
}
.product-application4 .product-scene-tab .scene-tab.active .caption:after {
  width: 100%;
}
.product-application4 .icon-scene {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.product-application4 .scene-tab .icon-scene {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.product-application4 .scene-mb-title {
  display: none;
}
.product-application4 .scene-layer {
  border-radius: 2px;
}
.product-application4 .scene-mb-body .caption {
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 5px!important;
  color: #252b3a;
}
.product-application4 .scene-mb-body .info {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  text-align: left;
}
.product-application4 .scene-sub-box .scene-title {
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0.1% !important;
  font-weight: bold;
}
.product-application4 .scene-sub-box .scene-info .caption {
  font-size: 14px;
  color: #252B3A;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 0.1% !important;
  margin-left: 20px;
}
.product-application4 .scene-info .caption:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a0a2a8;
  position: absolute;
  margin-left: -15px;
  margin-top: 9px;
}
.product-application4 .scene-info .info {
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  margin-bottom: 0.1% !important;
  margin-left: 20px;
}
.product-application4 .scene-sub-wrap {
  padding: 0 20px;
}
.product-application4 .scene-sub-box {
  padding: 20px 0 0 0;
}
.product-application4 .scene-sub-box .list {
  font-size: 0;
}
.product-application4 .scene-sub-box .list li {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  text-align: justify;
  padding-left: 0px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.product-application4 .scene-sub-box .list.dot li {
  padding-left: 15px;
}
.product-application4 .scene-sub-box .list li .caption {
  font-size: 14px;
  margin: 0;
}
.product-application4 .scene-sub-box .list.dot li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-left: -15px;
  margin-top: 8px;
}
.product-application4 .scene-sub-box .more {
  margin-top: 10px;
  color: #2d56B1;
}
.product-application4 .config-info {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-application4 .scene-sub-box .link {
  margin-right: 10px;
  color: #2d56B1;
}
.product-application4 .config-info .link:hover {
  color: #f66f6a;
}
.product-application4 .scene-sub-box .link:hover {
  text-decoration: underline;
}
.product-application4 .scene-sub-box.config .action {
  margin-top: 10px;
}
.product-application4 .scene-sub-box.config .action .link {
  color: #f66f6a;
}
.product-application4 .scene-sub-box .prod-rec {
  display: inline-block;
  text-align: center;
  color: #333;
  margin-right: 15px;
}
.product-application4 .icon-prod-rec {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.product-application4 .icon-prod-rec > img {
  display: block;
  height: 100%;
}
.product-application4 .scene-sub-box .prod-rec.hover .name {
  color: #2d56B1;
}
.product-application4 .scene-sub-box .prod-rec.hover .icon-prod-rec > img {
  margin-left: -100%;
}
.product-application4 .scene-sub-box .icons-product-md {
  font-size: 32px;
  -webkit-transition: .2s;
  transition: .2s;
}
.product-application4 .scene-sub-box .prod-rec .name {
  -webkit-transition: .2s;
  transition: .2s;
}
.product-application4 .scene-mb-body:before,
.product-application4 .scene-mb-body:after {
  content: " ";
  display: table;
  line-height: 0;
}
.product-application4 .scene-mb-body:after {
  clear: both;
}
.product-application4 .scene-sub-box-config {
  border-bottom: none;
  margin-bottom: 20px;
}
.product-application4 .scene-sub-box-config .caption {
  margin-bottom: 5px!important;
}
.product-application4 .scene-sub-table-box-config {
  margin-top: 20px;
  padding-top: 15px;
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-buy {
  height: 32px;
  margin-right: 15px;
  margin-left: 15px;
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-buy-price {
  float: left;
  font-size: 14px;
  line-height: 40px;
  width: calc(100% - 90px);
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-buy-price em {
  font-style: normal;
  font-size: 24px;
  color: #F66F6A;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-buy .cui-btn {
  margin-top: 0px;
  display: inline-block;
  height: 32px;
  padding: 0px;
  border: solid 1px transparent;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
  width: 90px;
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-item {
  height: 32px;
  margin-top: 10px;
  display: inline-block;
  width: 170px;
  margin-right: 5px;
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-item label {
  float: left;
  width: 45px;
  font-size: 12px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 32px;
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-part {
  margin-left: 15px;
  overflow: visible;
  margin-bottom: 15px;
}
.product-application4 .scene-sub-table-box-config .scene-sub-table-item .cui-select {
  display: inline-block;
  position: relative;
  width: 125px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: #FFFFFF;
  cursor: pointer;
}
.product-application4 .scene-sub-table-box-config:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #DDDDDD;
  position: relative;
  top: -15px;
  left: 0;
}
.product-application4 .scene-sub-table {
  background: #F7F7F7;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.product-application4 .scene-sub-table .caption {
  font-size: 14px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 22px;
  padding-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px!important;
}
.product-application4 .scene-sub-table .scene-sub-table-config {
  margin-left: 17px;
}
.product-application4 .scene-sub-table .table-config-detail {
  display: inline-block;
  width: 40%;
  height: 100%;
  font-size: 16px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 15px;
}
.product-application4 .scene-layer {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
}
.product-application4 .scene-content {
  display: none;
  width: 100%;
}
.product-application4 .scene-content.active {
  display: block;
}
.product-application4 .scene-arch {
  position: absolute;
  left: 0;
  top: 0;
  width: 780px;
  height: 100%;
  overflow: hidden;
  border: solid 20px #fff;
  background: #F9FAFF;
  cursor: zoom-in;
  border-radius: 2px;
}
.product-application4 .scene-arch img {
  display: block;
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-application4 .scene-mb-body .scene-arch + .scene-sub-wrap {
  float: left;
  width: 410px;
  min-height: 510px;
  padding-left: 0px;
  margin-left: 780px;
  margin-right: 0px;
  padding-right: 20px;
}
.product-application4 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.product-application4 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li:last-child {
  margin-bottom: 0;
}
.product-application4 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
  margin-bottom: 10px;
}
.product-application4 .scene-sub-box .detial-link {
  float: right;
  font-size: 14px;
}
.product-application4 .scene-sub-box .detial-link:hover {
  color: #2d56B1;
}
.product-application4 .screenImg {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
}
.product-application4 .screenImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  background-color: #fbfbfb;
}
@media (max-width: 1200px) {
  .product-application4 .scene-mb-body .scene-arch + .scene-sub-wrap {
    padding-right: 10px;
  }
  .product-application4 .scene-sub-box {
    padding-top: 20px;
  }
  .product-application4 .scene-sub-wrap-1 {
    padding-right: 30px;
  }
  .product-application4 .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
    margin-bottom: 5px!important;
  }
  .product-application4 .scene-sub-wrap-1 .scene-sub-box:first-child {
    padding-top: 0px;
  }
  .product-application4 .scene-sub-box-config {
    padding-top: 0px;
  }
  .product-application4 .scene-arch {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: auto;
  }
  .product-application4 .scene-sub-wrap {
    position: relative;
  }
  .product-application4 .scene-sub-wrap:before,
  .product-application4 .scene-sub-wrap:after {
    content: " ";
    display: table;
  }
  .product-application4 .scene-sub-wrap:after {
    clear: both;
  }
  .product-application4 .scene-arch img {
    position: static;
    width: auto;
  }
  .product-application4 .scene-mb-body .scene-arch + .scene-sub-wrap {
    float: none;
    width: auto;
    min-height: unset;
    padding-top: 0px;
    margin: 0 5px;
  }
  .product-application4 .scene-sub-wrap-1 {
    width: calc((100% - 30px)/2);
    float: left;
    margin-right: 30px;
  }
  .product-application4 .scene-sub-box-config {
    width: calc((100% - 30px)/2);
    float: left;
  }
  .product-application4 .scene-sub-wrap-1 {
    padding-right: 0px;
  }
  .product-application4 .scene-sub-box:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .product-application4 .scene-sub-wrap-1 {
    margin-bottom: 15px;
  }
  .product-application4 .product-scene-tab {
    display: none;
  }
  .product-application4 .scene-panel .aui-tile {
    height: auto !important;
    padding: 20px 0;
  }
  .product-application4 .scene-mb-body {
    display: none;
    border: 1px solid #d4d5d7;
    border-bottom: 0 none;
    background: #fff;
  }
  .product-application4 .scene-arch {
    border-width: 15px;
  }
  .product-application4 .scene-sub-wrap {
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .product-application4 .scene-sub-box {
    margin: 0;
  }
  .product-application4 .scene-content .scene-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .product-application4 .scene-layer {
    height: auto !important;
    padding-bottom: 0px;
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #ddd;
  }
  .product-application4 .icon-scene-tab {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  .product-application4 .scene-mb-title {
    position: relative;
    border: 1px solid #ddd;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    padding: 5px 0;
    line-height: 33px;
    padding-left: 15px;
    font-size: 0;
  }
  .product-application4 .scene-mb-title:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f66f6a;
    content: '';
    opacity: 0;
    transition: all .5s ease;
  }
  .product-application4 .unfold .scene-mb-title:after {
    opacity: 1;
  }
  .product-application4 .scene-mb-title .text {
    font-size: 16px;
    color: #252b3a;
    vertical-align: middle;
  }
  .product-application4 .scene-content {
    position: static;
    display: block;
    height: auto !important;
  }
  .product-application4 .scene-mb-body .scene-sub-box .list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .product-application4 .icon-scene-tab {
    width: 24px;
    height: 24px;
  }
  .product-application4 .scene-mb-body .caption {
    font-size: 16px;
  }
  .product-application4 .scene-sub-box-config {
    display: none;
  }
  .product-application4 .scene-sub-wrap-1 {
    width: 100%;
    margin-right: 0px;
  }
  .product-application4 .screenImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    margin: auto;
    background-color: #fbfbfb;
  }
}
@media (max-width: 1023px) {
  .product-application4 .product-application .product-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .product-application4 .icon-sprite-md {
    width: 24px;
    height: 24px;
  }
  .product-application4 .icon-scene {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}
.customer-case-new .case-container .swiper-container .swiper-slide {
  height: 420px;
}
.customer-case-new .case-container .swiper-container .case-slide-content {
  padding-top: 50px;
  text-align: center;
  height: 100%;
  max-width: 1180px;
  margin: auto;
}
.customer-case-new .case-container .swiper-container .case-slide-content .case-title {
  height: 80px;
  position: relative;
}
.customer-case-new .case-container .swiper-container .case-slide-content .case-title img {
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.customer-case-new .case-container .swiper-container .case-slide-content .case-title img.case-logo-mb {
  display: none;
}
.customer-case-new .case-container .swiper-container .case-slide-content .case-info {
  width: 970px;
  margin: 40px auto 0;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
}
.customer-case-new .case-container .swiper-container .case-slide-content .case-user {
  width: 970px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 18px;
}
.customer-case-new .case-container .swiper-container .case-slide-content .case-btn {
  padding: 0 30px;
  height: 40px;
  margin-top: 40px;
  line-height: 38px;
  background: transparent;
  border: 1px solid #fff;
  color: #FFFFFF;
  margin: 40px auto 0;
  display: inline-block;
}
.customer-case-new .case-container .swiper-container .pre-btn-swiper {
  z-index: 10;
  position: absolute;
  width: 1180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-prev,
.customer-case-new .case-container .swiper-container .pre-btn-swiper swiper-button-next {
  position: absolute;
}
.customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-prev {
  opacity: 1;
  left: 0;
  width: 22px;
  height: 33px;
  background: url(productBase-arrowR.png) center / cover no-repeat;
  transform: rotateY(-180deg);
}
.customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  cursor: pointer;
}
.customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-next {
  right: 0;
  opacity: 1;
  width: 22px;
  height: 33px;
  background: url(productBase-arrowR.png) center / cover no-repeat;
}
.customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .customer-case-new .case-container .swiper-container .swiper-slide {
    height: 180px;
  }
  .customer-case-new .case-container .swiper-container .case-slide-content {
    width: calc(100% - 50px);
    padding-top: 30px;
  }
  .customer-case-new .case-container .swiper-container .case-slide-content .case-title {
    height: 60px;
  }
  .customer-case-new .case-container .swiper-container .case-slide-content .case-info,
  .customer-case-new .case-container .swiper-container .case-slide-content .case-user {
    display: none;
  }
  .customer-case-new .case-container .swiper-container .case-slide-content .case-btn {
    margin-top: 15px;
  }
  .customer-case-new .case-container .swiper-container .pre-btn-swiper {
    width: calc(100% - 30px);
  }
  .customer-case-new .case-container .swiper-container .case-slide-content .case-title img.case-logo-mb {
    display: block;
  }
  .customer-case-new .case-container .swiper-container .case-slide-content .case-title img.case-logo-pc {
    display: none;
  }
  .customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-next,
  .customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-prev {
    height: 26px;
    width: 16px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
  }
  .customer-case-new .case-container .swiper-container .pre-btn-swiper .swiper-button-prev {
    transform: translate(0, -50%) rotateY(-180deg);
    margin-top: 0;
  }
  .customer-case-new .case-container .swiper-container .case-slide-content .case-btn {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=index.css.map*/
