﻿@font-face {
	font-family: 'cui-icon';
	src: url(./../images/productBase-cui-icon.eot);
	src: url(./../images/productBase-cui-icon.eot#iefix) format('embedded-opentype'),
	url(./../images/productBase-cui-icon.woff2) format('woff2'),
	url(./../images/productBase-cui-icon.woff) format('woff'),
	url(./../images/productBase-cui-icon.ttf) format('truetype'),
	url(./../images/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";
.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;
  font-size: 16px;
  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;
}
.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-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: solid 1px #f66f6a;
  color: #f66f6a;
}
.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;
}
.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: 110;
  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;
  font-size: 0;
  background: url(../Images/productbase-banner-bg.jpg) center no-repeat;
  background-size: cover;
}
.product-banner .product-wrapper {
  position: relative;
}
.product-banner-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 630px;
  margin: -60px -126px -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;
  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 #a0a2a8;
  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(../Images/productbase-tag-discount.png);
}
.product-tag-hot {
  background-image: url(../Images/productbase-tag-hot.png);
}
.product-tag-new {
  background-image: url(../Images/productbase-tag-new.png);
}
@media (max-width: 1023px) {
  .product-banner {
    min-height: 300px;
    line-height: 300px;
  }
  .product-banner-img {
    width: 410px;
    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;
  }
  .product-banner-paragraph {
    display: none;
  }
  .product-banner-paragraph-sub {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-banner-notice > li + li {
    margin-top: 10px;
  }
}
@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-main {
    display: block;
    width: auto;
    padding: 0 0 15px;
  }
  .product-tag-discount {
    background-image: url(../Images/productbase-tag-discount-mb.png);
  }
  .product-tag-hot {
    background-image: url(../Images/productbase-tag-hot-mb.png);
  }
  .product-tag-new {
    background-image: url(../Images/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(../Images/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(../Images/productbase-ad-label-new.png);
}
.product-ad-label-hot {
  background-image: url(../Images/productbase-ad-label-hot.png);
}
.product-ad-pagination {
  display: none;
}
@media (max-width: 767px) {
  .product-ad {
    background-image: url(../Images/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-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(../Images/productbase-compute-more.png);
  background-size: cover;
}
.product-compute-list-arrow i:hover {
  background-image: url(../Images/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(../Images/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(../Images/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;
  float: 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.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 {
    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 {
    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.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 {
    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 {
    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.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 {
    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 {
    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.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 {
    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 {
    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;
  }
}
/*table*/
.table-config {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  border-radius: 2px;
}
.scene-sub-wrap-1 .none-bor {
  margin-bottom: 0px!important;
}
.table-config > thead > tr > th {
  padding: 5px;
  color: #666a75;
}
.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;
}
.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;
}
.table-config > thead > tr:last-child > th:last-child {
  border-right: none;
}
.table-config > tbody > tr > td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: 400;
  color: #252b3a;
}
.table-config > tbody > tr:first-child > td {
  border-right: 1px solid #ddd;
}
.table-config > tbody > tr:first-child > td:last-child {
  border-right: none;
}
/*数量选择器*/
.number-picker-wrapper {
  margin: 10px 0;
  line-height: 32px;
}
.number-picker {
  display: inline-block;
  vertical-align: middle;
  width: 114px;
  height: 32px;
  margin-left: 17px;
}
.number-picker-minus,
.number-picker-add {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  border: solid 1px #ddd;
  cursor: pointer;
}
.number-picker-minus:before,
.number-picker-add:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 2px;
  background-color: #666;
}
.number-picker-minus:hover:before,
.number-picker-add:hover:before {
  background-color: #f66f6a;
}
.number-picker-add:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
  width: 2px;
  height: 12px;
  background-color: #666;
}
.number-picker-add:hover:after {
  background-color: #f66f6a;
}
.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;
}
.number-picker-beforeLabel {
  font-size: 14px;
  color: #666a75;
}
.number-picker-afterLabel {
  font-size: 12px;
  color: #3f3f3f;
}
.icons-prod-fun,
.icon-scene-tab,
.icon-advantage {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.scene-config-info {
  ont-size: 12px;
  color: #666a75;
  line-height: 18px;
}
.scene-config-info a {
  font-size: 12px;
  color: #f66f6a;
  line-height: 18px;
}
.scene-config-info a:hover {
  text-decoration: underline;
}
.product-scene-tab {
  font-size: 0;
  text-align: center;
}
.product-scene-tab .scene-tab {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.product-scene-tab .scene-tab + .scene-tab {
  margin-left: 20px;
}
.product-scene-tab .scene-tab:not(.active):hover .caption {
  color: #f66f6a;
}
.scene-panel .icon-scene-tab {
  margin-bottom: 0;
}
.scene-tab .icon-scene-tab {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.scene-tab .caption {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.prod-area.scene[data-number="2"] .scene-tab {
  width: 400px;
}
.prod-area.scene[data-number="3"] .scene-tab {
  width: 300px;
}
.prod-area.scene[data-number="4"] .scene-tab {
  width: calc((100% - 100px) / 4);
}
.prod-area.scene[data-number="5"] .scene-tab {
  width: calc((100% - 80px) / 5);
}
.prod-area.scene[data-number="6"] .scene-tab {
  width: calc((100% - 100px) / 6);
}
.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-scene-tab .scene-tab.active .caption:after {
  width: 100%;
}
.scene-mb-title {
  display: none;
}
.scene-layer {
  border-radius: 2px;
}
.scene-mb-body .caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px!important;
  color: #252b3a;
}
.scene-mb-body .info {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  text-align: left;
}
.scene-sub-wrap {
  padding: 0 20px;
}
.scene-sub-box {
  padding: 20px 0 0 0;
}
.scene-sub-box .list {
  font-size: 0;
}
.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;
}
.scene-sub-box .list.dot li {
  padding-left: 15px;
}
.scene-sub-box .list li .caption {
  font-size: 14px;
  margin: 0;
}
.scene-sub-box .list.dot li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-left: -15px;
  margin-top: 8px;
}
.scene-sub-box .more {
  margin-top: 10px;
  color: #2d56B1;
}
.config-info {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.scene-sub-box .link {
  margin-right: 10px;
  color: #2d56B1;
}
.config-info .link:hover {
  color: #f66f6a;
}
.scene-sub-box .link:hover {
  text-decoration: underline;
}
.scene-sub-box.config .action {
  margin-top: 10px;
}
.scene-sub-box.config .action .link {
  color: #f66f6a;
}
.scene-sub-box .prod-rec {
  display: inline-block;
  text-align: center;
  color: #333;
  margin-right: 15px;
}
.icon-prod-rec {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.icon-prod-rec > img {
  display: block;
  height: 100%;
}
.scene-sub-box .prod-rec.hover .name {
  color: #2d56B1;
}
.scene-sub-box .prod-rec.hover .icon-prod-rec > img {
  margin-left: -100%;
}
.scene-sub-box .icons-product-md {
  font-size: 32px;
  -webkit-transition: .2s;
  transition: .2s;
}
.scene-sub-box .prod-rec .name {
  -webkit-transition: .2s;
  transition: .2s;
}
.scene-mb-body:before,
.scene-mb-body:after {
  content: " ";
  display: table;
  line-height: 0;
}
.scene-mb-body:after {
  clear: both;
}
.scene-sub-box-config {
  border-bottom: none;
  margin-bottom: 20px;
}
.scene-sub-box-config .caption {
  margin-bottom: 5px!important;
}
.scene-sub-box-config .cui-btn {
  margin-top: 20px;
}
.scene-layer {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
}
.scene-content {
  display: none;
  width: 100%;
}
.scene-content.active {
  display: block;
}
.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;
}
.scene-arch img {
  display: block;
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.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;
}
.scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box .list li:last-child {
  margin-bottom: 0;
}
.scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
  margin-bottom: 10px;
}
.scene-sub-box .detial-link {
  float: right;
  font-size: 14px;
}
.scene-sub-box .detial-link:hover {
  color: #2d56B1;
}
.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;
}
.screenImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  background-color: #fbfbfb;
}
@media (max-width: 1200px) {
  .scene-mb-body .scene-arch + .scene-sub-wrap {
    padding-right: 10px;
  }
  .scene-sub-box {
    padding-top: 20px;
  }
  .scene-sub-wrap-1 {
    padding-right: 30px;
  }
  .scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box > .caption {
    margin-bottom: 5px!important;
  }
  .scene-sub-wrap-1 .scene-sub-box:first-child {
    padding-top: 0px;
  }
  .scene-sub-box-config {
    padding-top: 0px;
  }
  .scene-arch {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: auto;
  }
  .scene-sub-wrap {
    position: relative;
  }
  .scene-sub-wrap:before,
  .scene-sub-wrap:after {
    content: " ";
    display: table;
  }
  .scene-sub-wrap:after {
    clear: both;
  }
  .scene-arch img {
    position: static;
    width: auto;
  }
  .scene-mb-body .scene-arch + .scene-sub-wrap {
    float: none;
    width: auto;
    min-height: unset;
    padding-top: 0px;
    margin: 0 5px;
  }
  .scene-sub-wrap-1 {
    width: calc((100% - 30px)/2);
    float: left;
    margin-right: 30px;
  }
  .scene-sub-box-config {
    width: calc((100% - 30px)/2);
    float: left;
  }
  .scene-sub-wrap-1 {
    padding-right: 0px;
  }
  .scene-sub-box:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .scene-sub-wrap-1 {
    margin-bottom: 15px;
  }
  .product-scene-tab {
    display: none;
  }
  .scene-panel .aui-tile {
    height: auto !important;
    padding: 20px 0;
  }
  .scene-mb-body {
    display: none;
    border: 1px solid #d4d5d7;
    border-bottom: 0 none;
    background: #fff;
  }
  .scene-arch {
    border-width: 15px;
  }
  .scene-sub-wrap {
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .scene-sub-box {
    margin: 0;
  }
  .scene-content .scene-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .scene-layer {
    height: auto !important;
    padding-bottom: 0px;
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #ddd;
  }
  .icon-scene-tab {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  .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;
  }
  .scene-mb-title:after {
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f66f6a;
    content: '';
    opacity: 0;
    transition: all .5s ease;
  }
  .unfold .scene-mb-title:after {
    opacity: 1;
  }
  .scene-mb-title .text {
    font-size: 16px;
    color: #252b3a;
    vertical-align: middle;
  }
  .scene-content {
    position: static;
    display: block;
    height: auto !important;
  }
  .scene-mb-body .scene-sub-box .list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .icon-scene-tab {
    width: 24px;
    height: 24px;
  }
  .scene-mb-body .caption {
    font-size: 16px;
  }
  .scene-sub-box-config {
    display: none;
  }
  .scene-sub-wrap-1 {
    width: 100%;
    margin-right: 0px;
  }
  .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(../Images/productbase-process-num1.svg);
}
.product-process-tabs-head li:nth-child(2) i {
  background-image: url(../Images/productbase-process-num2.svg);
}
.product-process-tabs-head li:nth-child(3) i {
  background-image: url(../Images/productbase-process-num3.svg);
}
.product-process-tabs-head li:nth-child(4) i {
  background-image: url(../Images/productbase-process-num4.svg);
}
.product-process-tabs-head li:nth-child(5) i {
  background-image: url(../Images/productbase-process-num5.svg);
}
.product-process-tabs-head li:nth-child(6) i {
  background-image: url(../Images/productbase-process-num6.svg);
}
.product-process-tabs-head li:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -78px;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
  background: #a0a2a8;
}
.product-process-tabs-head li:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  width: calc(100% - 96px - 60px);
  border-bottom: dashed 1px #a0a2a8;
  margin-left: 78px;
}
.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%;
}
.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(../Images/productbase-process-num1.svg);
  }
  .product-process-tab-content:nth-child(2) .product-process-collapse-head i {
    background-image: url(../Images/productbase-process-num2.svg);
  }
  .product-process-tab-content:nth-child(3) .product-process-collapse-head i {
    background-image: url(../Images/productbase-process-num3.svg);
  }
  .product-process-tab-content:nth-child(4) .product-process-collapse-head i {
    background-image: url(../Images/productbase-process-num4.svg);
  }
  .product-process-tab-content:nth-child(5) .product-process-collapse-head i {
    background-image: url(../Images/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(../Images/productbase-features-bag.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.product-features .product-body {
  padding: 0px 25px;
}
.product-features .product-body:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../Images/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(../Images/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 i {
  background: url(../Images/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(../Images/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(../Images/productbase-features-info.png) no-repeat;
    background-size: 100% 100%;
  }
  .features-item.dark:hover i {
    margin-left: 10px!important;
    background: url(../Images/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(../Images/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(../Images/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(../Images/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(../Images/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(../Images/productbase-features-timeline-hover.png) no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .features-item.swiper-slide-next .features-info {
    background: url(../Images/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(../Images/productbase-features-timeline-hover.png) no-repeat;
    background-size: contain;
    background-position: right center;
  }
  .features-item.swiper-slide-active .features-info {
    background: url(../Images/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(../Images/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(../Images/productbase-hots-quotes-start.png), url(./../images/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(../Images/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(../Images/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(../Images/productbase-developer-left.jpg) 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(../Images/productbase-recommend.jpg) 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;
  }
}

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