select {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: solid 1px rgb(221, 225, 230);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/icon-arrow-down.svg) right
    center no-repeat #fff;
  padding-left: 20px;
  font-size: 14px;
  color: #3e464c;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.product-benefits .media figure.media-left,
.product-function .media figure.media-left {
  display: flex;
  align-items: center;
  justify-content: baseline;
  margin-right: 1.5rem;
}

.product-header .media-left {
  margin-right: 0;
}

header.header .hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sd-wan.product-header .btn-plain {
  line-height: 2.75rem;
}

@media screen and (max-width: 768px) {
  .product-benefits .media,
  .product-function .media {
    flex-flow: wrap;
  }
  .product-benefits .media figure.media-left,
  .product-function .media figure.media-left {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 1.25rem;
    flex: 1;
  }
}

.product-benefits .media figure figcaption,
.product-function .media figure figcaption {
  font-size: 16px;
  font-weight: 500;
  color: #68747f;
  margin-left: 1.25rem;
}

.product-benefits .content,
.product-function .content {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #a1a6ab;
}

.product-function .function-content,
.product-services .services-content {
  padding-bottom: 1.5rem;
  position: relative;
  color: #68747f;
  line-height: 1.88;
}

.product-function .function-content:after,
.product-services .services-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 1px;
  background-color: #dce0e1;
}

.product-function .function-content ul {
  margin-top: 0;
  margin-left: 0;
}

.product-function .function-point,
.product-services .services-point {
  margin-bottom: 2.5rem;
}

.product-function .function-point .title {
  font-size: 1.2rem;
  color: #68747f;
  font-weight: 600;
}

section.section figure {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

section.section figure img {
  width: auto;
}

.product-benefits .media .media-content .content ul,
.product-function .media .media-content .content ul {
  padding: 0;
}

.product-customers .customers-content {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .product-customers .customers-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.product-customers .customers-content figure {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(161, 166, 171, 0.2);
  height: 6.25rem;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.9375rem 20px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.product-customers .customers-content figure img {
  max-height: 80px;
  width: auto;
}

.product-types .columns .columns:not(:last-child) {
  margin-bottom: 2.5rem;
}

.product-types .tabs li a {
  padding: 0.625rem 1.125rem;
  margin-right: 1rem;
  line-height: 1;
  color: #68747f;
}

.product-types .tabs li.is-active a {
  color: #00a971;
}

.product-types .tab-panel,
.product-types h4,
.product-pricing table,
.product-pricing h4,
.product-scenarios table,
.product-scenarios h4 {
  line-height: 1.88;
}

.menu-tab .tab-panel .tab-menu-list {
  display: flex;
  justify-content: center;
}

.menu-tab .tab-panel .tab-content {
  margin: 30px 0;
}

.menu-tab .tab-panel .tab-content h1 {
  font-size: 32px;
  text-align: center;
  color: #3f464d;
  margin-bottom: 30px;
}

.menu-tab .tab-panel .tab-content p {
  text-align: center;
  color: #68747f;
  font-size: 18px;
  line-height: 30px;
}

.menu-tab .tab-panel .tab-menu-list li {
  background: transparent;
  padding: 10px 26px 7px 25px;
}

.menu-tab .tab-panel ul > li::before {
  content: none;
}

.menu-tab .tab-panel .tab-menu-list li.is-active {
  background: #00aa72;
}

.menu-tab .tab-panel .tab-menu-list li.is-active a {
  color: #ffffff;
}

.menu-tab .tab-panel .tab-menu-list li a {
  color: #31383e;
}

.menu-tab .tab-panel .learn-more {
  text-align: center;
}

.menu-tab .tab-panel .learn-more a {
  display: inline-block;
  padding: 12px 28px;
  background: #00aa72;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.delivery-method {
  background: #f5f9fa;
}

.delivery-method .delivery-list {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.cases {
  background: #ffffff !important;
}

.cases .cases-content .image-container {
  width: 280px;
}

.delivery-method .delivery-list .delivery-sub-display {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(161, 166, 171, 0.2);
  border-radius: 4px;
  padding: 30px 50px 15px;
  align-items: center;
  width: 350px;
  max-width: 350px;
}

.delivery-method .delivery-list .delivery-sub-display img {
  width: 50px;
}

.delivery-method .delivery-list .delivery-sub-display span {
  color: #68747f;
  margin-top: 15px;
  font-size: 18px;
}

.product-types .tab-panel p,
.product-pricing p,
.product-scenarios p,
.section-info p,
.product-function p,
.product-architechture p,
.product-architechture figure,
.product-scenarios figure {
  line-height: 1.88;
  color: #68747f;
  margin-bottom: 1.25rem;
}

.product-types table,
.product-pricing table,
.product-scenarios table,
.product-benefits table,
.product-function table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
  table-layout: fixed;
  margin-bottom: 1.25rem;
}

.product-types table th,
.product-pricing table th,
.product-scenarios table th,
.product-benefits table th,
.product-function table th {
  font-weight: 500;
  white-space: nowrap;
}

.product-types table th,
.product-types table td,
.product-pricing table th,
.product-pricing table td,
.product-scenarios table td,
.product-benefits table td,
.product-function table td {
  text-align: left;
  color: #68747f;
  padding: 0.875rem 1.25rem;
  border: 1px solid #dce0e0;
  vertical-align: top;
}

.product-types table td,
.product-pricing table td,
.product-scenarios table td,
.product-benefits table td,
.product-function table td {
  font-size: 0.875rem;
}

.section-info .wp-video {
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .product-types .title,
  .product-pricing .title,
  .product-scenarios .title {
    text-align: center;
  }
  .product-types .tabs ul,
  .product-pricing .tabs ul {
    justify-content: center;
  }
  .product-types table,
  .product-pricing table,
  .product-scenarios table,
  .product-function table {
    table-layout: auto;
  }
}

.product-pricing .columns .title {
  color: #68747f;
  margin-bottom: 10px;
}

.product-pricing div.is-text-small {
  color: #68747f;
  line-height: 1.71;
}

.section-info {
  margin-bottom: 2.5rem;
  line-height: 1.88;
  font-size: 1rem;
}

@media screen and (max-width: 769px) {
  .card-content .media {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  .card-content .media .media-left {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .card-content .media .media-content .title {
    text-align: center;
  }
  .product-related .related-content a {
    margin-bottom: 1.25rem !important;
  }
  .product-related .related-content {
    margin: 0 1.25rem;
  }
}

.product-related .related-content {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
  margin: 0 1.25rem -1.25rem;
}

.product-related .related-content a {
  height: 120px;
  width: 120px;
  display: block;
  margin: 0 1.25rem 1.25rem;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(161, 166, 171, 0.2);
}

.product-related .related-content a:hover {
  border: solid 1px #00a971;
}

.product-related .related-content a .label {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  color: #68747f;
  line-height: 1.25rem;
}

.product-related .related-content a:hover .label {
  color: #00a971;
}

.product-related span.image.is-40x40 {
  margin: 1.5625rem 2.5rem 0;
}

section.product-type .tabs {
  margin-bottom: 40px;
}

section.product-type .tabs li {
  min-width: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
}

section.product-type .tabs li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #4a535c;
  margin-bottom: 0;
  border: none;
}

section.product-type .tabs li.is-active {
  border-bottom: 2px solid #00a971;
  color: #00a971;
}

section.product-type .tabs li.is-active a {
  color: #00a971;
  border: none;
}

section.product-type .tabs li a:hover,
section.product-type .tabs li.is-active a:hover {
  color: #00a971;
  border-bottom-color: transparent;
}

section.product-type .tab-sub-panel {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

section.product-type .tab-sub-panel + .tab-sub-panel {
  margin-top: 40px;
}

section.product-type .tab-content .type-text-wrapper {
  padding: 30px 0px 30px 30px;
  margin-top: -12px;
  margin-bottom: -12px;
}

section.product-type .tab-content .type-text-wrapper .columns.is-small {
  margin-left: -12px;
  margin-right: -12px;
}

section.product-type .tab-content .type-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #31383e;
  line-height: normal;
}

section.product-type .tab-content .type-sub-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #3e464c;
  line-height: 1.57;
}

section.product-type .tab-content .type-description {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.71;
}

section.product-type .tab-content .config-card {
  border: solid 1px rgb(221, 225, 230);
  padding: 16px 0px;
  margin-top: 10px;
  height: 100%;
}

section.product-type .tab-content .config-card .config-card-title {
  height: 20px;
  line-height: 20px;
  border-left: 2px solid #00a971;
  font-size: 14px;
  margin-left: -1px;
  padding-left: 18px;
}

section.product-type .tab-content .config-card .config-data {
  color: #3e464c;
  font-weight: 500;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 1.38;
}

section.product-type .price-calculator-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 30px;
  margin-top: -12px;
  margin-bottom: -12px;
  background: #f5f9fa;
  height: calc(100% + 24px);
}

section.product-type .price-kvpair {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
  align-items: center;
}

section.product-type .price-key {
  font-size: 14px;
  font-weight: 500;
  color: #3e464c;
  width: 80px;
}

section.product-type .price-dropdown {
  -webkit-box-flex: 1;
  flex: 1;
}

section.product-type .price-display {
  font-size: 12px;
}

section.product-type .currency-sign {
  color: #00a971;
}

section.product-type .price-num {
  font-size: 20px;
  color: #00a971;
  font-weight: 600;
}

section.product-type .question-mark {
  position: relative;
}

section.product-type .price-discount {
  color: #ca2621;
}

section.product-type .question-mark .icon {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 10px;
  color: #aaaeb3;
  border-radius: 50%;
  border: 1px solid #aaaeb3;
  display: inline-block;
  cursor: pointer;
}

section.product-type .question-mark .text {
  visibility: hidden;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 155px;
  padding: 10px;
  background: rgba(61, 62, 73, 0.9);
  color: #fff;
  line-height: normal;
  border-radius: 4px;
}

section.product-type .question-mark .text:after {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: 20px;
  border-right: 4px solid rgba(61, 62, 73, 0.9);
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: none;
}

section.product-type .question-mark:hover .text {
  visibility: visible;
}

section.product-type .over {
  color: #878787;
}

section.product-type .pricing-btn {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  background: #00a971;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 44px;
  text-align: center;
  margin-top: 1rem;
}

section.product-type .pricing-btn:hover {
  background: #56bc8a;
}

.collapse .collapse-header {
  background: #fff;
}

.collapse .collapse-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem;
  position: relative;
}

.collapse .collapse-header a:hover .collapse-title {
  color: #3e464c;
}

.collapse .collapse-header a::after {
  border: 1px solid #a1a6ab;
  border-right: 0;
  border-top: 0;
  content: ' ';
  display: block;
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.75rem;
  right: 3.125rem;
  top: 3rem;
  z-index: 1;
  transform-origin: 30% 70%;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.collapse .collapse-header.open {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
}

.collapse .collapse-header.open a::after {
  -webkit-transform: rotate(-225deg);
  -moz-transition: rotate(-225deg);
  transform: rotate(-225deg);
  border-color: #00a971;
}

.collapse .collapse-header.open a {
  padding-bottom: 0;
}

.collapse .collapse-header .collapse-title {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  color: #a1a6ab;
}

.collapse .collapse-header.open .collapse-title {
  color: #3e464c;
  padding-right: 1.75rem;
}

.collapse .collapse-header .collapse-icons {
  display: flex;
  align-items: center;
  margin-right: 2.25rem;
}

.collapse .collapse-header .collapse-icons img {
  height: 2rem;
  width: 2rem;
  margin: auto 0.625rem;
  -webkit-filter: hue-rotate(46deg) grayscale(88%);
  -moz-filter: hue-rotate(46deg) grayscale(88%);
  -ms-filter: hue-rotate(46deg) grayscale(88%);
  filter: hue-rotate(46deg) grayscale(88%);
  opacity: 0.3;
}

.collapse .collapse-header.open .collapse-icons img {
  height: 2rem;
  width: 2rem;
  margin: auto 0.625rem;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.collapse .collapse-header + .collapse-item {
  height: 0px;
  padding: 1.25rem 0 0 0;
  overflow: hidden;
  display: block !important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease;
  moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  background: #fff;
}

.collapse .collapse-header + .collapse-item:not(:last-child) {
  margin-bottom: 0;
}

.collapse .collapse-header.open + .collapse-item {
  height: auto;
  opacity: 1;
  margin-bottom: 1.25rem;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
}

.collapse .collapse-content {
  padding: 0 2.5rem 3.125rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .collapse .collapse-header .collapse-icons {
    display: none;
  }
}

.scenarios-collapse {
  max-width: 840px;
  margin: 0 auto;
}

.scenarios-collapse .collapse-content .title {
  color: #68747f;
  margin-bottom: 1.25rem;
}

.scenarios-collapse .collapse-content .recommend {
  margin-top: 1.5rem;
}

.scenarios-collapse .collapse-content ul {
  line-height: 1.88;
  text-align: left;
  color: #68747f;
  margin: 0;
}

section.section ul {
  list-style: none !important;
  margin-left: 0;
}

section.section ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 30px;
}

section.section ol {
  position: relative;
  margin: 5px 0;
  padding-left: 2rem;
}

section.section ul > li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  background: #00a971;
}

section.section:nth-of-type(even) {
  background-color: #f5f9fa;
}

section .tabs ul li {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

section .tabs ul li a {
  padding-top: 0;
}

.tabs ul li:before {
  display: none;
}

.button.is-small-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  padding: 0;
}

.button.is-small-btn:hover {
  color: #00a971;
}

.modal {
  z-index: 99999;
}

.modal .modal-background {
  background-color: #3e464c;
  opacity: 0.7;
}

.modal .modal-card {
  position: relative;
  max-width: 480px;
  border-radius: 5px;
  background-color: #fff;
}

.modal .modal-card .modal-card-body {
  padding: 10px 30px 40px;
  background-color: transparent;
}

.contact-item {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.contact-item .icon {
  margin-top: 8px;
  margin-right: 6px;
}

.icon.icon-green-phone {
  background: transparent 0 0 no-repeat;
  background-image: url('../image/green-phone.svg');
  vertical-align: middle;
}

.icon.icon-green-mail {
  background: transparent 0 0 no-repeat;
  background-image: url('../image/green-mail.svg');
  vertical-align: middle;
  background-size: contain;
}

@media screen and (max-width: 769px) {
  .modal .modal-card .modal-card-body {
    padding: 20px 30px 40px;
  }
  .modal .modal-card aside.menu li {
    display: list-item;
  }
  .modal .modal-card aside.menu li a {
    padding: 1rem !important;
  }
}

.modal .modal-card .modal-card-head {
  background-color: transparent;
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 20px;
}

.modal .modal-card .modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
}

.modal-close:hover,
.modal-close:focus {
  background-color: transparent;
}

.modal-close:before,
.modal-close:after {
  background-color: #c3c3c3;
}

.modal-close:hover::after,
.modal-close:hover::before,
.modal-close:focus::after,
.modal-close:focus::before {
  background-color: #9c9c9c;
}

.modal-card-body {
  background-color: transparent;
}

.modal .modal-card .modal-card-title {
  text-align: center;
  color: #68747f;
  font-weight: 500;
  font-size: 16px;
}

.modal .modal-card .menu-list li a {
  border-bottom: 1px solid #ebedf0;
  padding: 18px 16px;
  text-align: left;
  color: #697480;
  position: relative;
  font-size: 14px;
}

.modal .modal-card .menu-list li a:after {
  border: 1px solid #697480;
  border-right: 0;
  border-top: 0;
  content: ' ';
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal .modal-card .menu-list li a:hover {
  color: #00a971;
  background-color: transparent;
}

.modal .modal-card .menu-list li:first-of-type a {
  border-top: 1px solid #ebedf0;
}

.modal .modal-card .menu-list li a:hover:after {
  opacity: 1;
  border: 1px solid #00a971;
  border-right: 0;
  border-top: 0;
}

.functions-bars .media {
  margin-bottom: 15px;
}

.functions-bars .media-content {
  font-size: 18px;
  font-weight: 500;
}

.product-card-box {
  background-color: #f5f8fa;
  padding: 20px 20px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.product-card-box span {
  font-size: 14px;
}

.product-card-box .card-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #303e5a;
  margin-bottom: 10px;
}

.product-card-box .card-box-des {
  color: #a1a6ab;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-card-box .card-box-content {
  line-height: 2.29;
  font-size: 14px;
}

/*
 QingStor 模板样式
*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  /* margin: 3.75rem 0; */
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  /* position: relative; */
  /* top: 0; */
  /* left: 0; */
  /* display: block; */
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 240px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 24px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.slick-dots li {
  cursor: pointer;
  width: 1px;
  height: 8px;
  background: transparent;
  position: relative;
  margin-right: 7px;
  margin-left: 7px;
  text-indent: -999px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li::after {
  content: ' ';
  position: absolute;
  height: 1.5rem;
  width: 7px;
  left: 1px;
  bottom: 0;
}

.slick-dots li::before {
  content: ' ';
  position: absolute;
  height: 1.5rem;
  width: 7px;
  left: -7px;
  bottom: 0;
}

.slick-dots li.slick-active {
  height: 1.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slider-hero {
  position: relative;
  max-width: 100%;
}

.slick-prev {
  left: 0.625rem;
  cursor: pointer;
}

.slick-next {
  right: 0.625rem;
  cursor: pointer;
}

.slick-next,
.slick-prev {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  z-index: 1;
  top: 50%;
  margin-top: -1.25rem;
  background: transparent;
  border: none;
  outline: none;
  text-indent: -99999px;
}

.slick-prev:after,
.slick-next:after {
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  content: ' ';
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  margin-top: -7px;
  margin-left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 4;
}

.slick-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
}

.slick-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 3px;
}

.slider-hero > section {
  display: none;
}

.slick-slider.slider-hero {
  width: 100%;
  max-width: 1360px;
}

.qingstor-sliders {
  max-width: 100%;
  width: 760px;
  height: 240px;
}

.qingstor-sliders .qingstor-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
  padding: 56px;
  cursor: pointer;
}

header.header .qingstor-sliders .qingstor-slider-item p.title {
  font-size: 2rem;
}

header.header .qingstor-sliders .qingstor-slider-item p.subtitle {
  font-size: 1rem;
}

.qingstor-sliders .slick-prev {
  left: -1.5rem;
}

.qingstor-sliders .slick-next {
  right: -1.5rem;
}

.qingstor-sliders .slick-dots {
  margin: 0;
  bottom: 0;
}

.qingstor-sliders .slick-dots li {
  width: 33.333%;
  height: 2px;
  padding: 0;
  margin: 0;
}

.qingstor-sliders .slick-dots li.slick-active {
  background-color: #00a971;
}

.product-platform .platform-section-points ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.platform-expand-content {
  display: none;
}

.platform-expand-content.is-active {
  display: block;
}

.product-platform .platform-section {
  border: 1px solid #cdd8db;
  margin-bottom: 18px;
}

.product-platform .platform-section.is-active {
  border: 1px solid #00a971;
}

.product-platform .platform-section-points {
  padding: 19px 24px 27px 24px;
}

.product-platform .platform-section-points .platform-section-menus {
  display: flex;
  align-items: center;
  list-style: none;
}

.platform-section.is-active .platform-section-menus {
  margin-bottom: 20px;
}

.product-platform .platform-section-points .platform-section-menus > div {
  position: relative;
  cursor: pointer;
  margin-right: 40px;
  font-size: 1rem;
  color: #3f464d;
  font-weight: 500;
  line-height: 1.5;
}

.product-platform
  .platform-section-points
  .platform-section-menus
  > div:hover:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #00a971;
}

.product-platform
  .platform-section-points
  .platform-section-menus
  > div.is-active:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #00a971;
}

.product-platform .platform-section .platform-section-title {
  background-color: #f5f8fa;
}

.product-platform .platform-section.is-active .platform-section-title {
  background-color: #f2faf7;
}

.product-platform .platform-section-points {
  font-size: 14px;
  color: #a1a6ab;
  line-height: 1.71;
}

span.icon-new {
  position: absolute;
  top: -20px;
  right: 0;
  width: 26px;
  height: 21px;
  background: url('../image/isNewIcon.svg');
}

.is-vertical-center {
  display: flex;
  align-items: center;
}

.is-align-right {
  text-align: right;
  justify-content: flex-end;
}

.button-group.is-margin-btn a {
  margin-right: 37px;
}

.button.is-outlined-primary {
  border-color: #00a971;
  color: #00a971;
}

.video-container {
  margin-top: 60px;
  height: 450px;
}

.video-container video {
  background: #3d3e49;
  padding: 0;
}

.video-container .video-menu-container {
  padding: 36px;
  overflow-y: auto;
}

.video-container .video-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.video-container .video-sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.video-container .video-list li {
  font-size: 14px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}

.video-container .video-list li a,
.video-container .video-list li span {
  color: #68747f;
  z-index: 2;
  background: #f5f9fa;
  padding: 0 6px;
}

.video-container .video-list li.active a,
.video-container .video-list li a:hover {
  color: #00a870;
}

.video-container .video-list li::before {
  display: none;
}

.video-container .video-list li.active::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #00a971;
  border-bottom: 6px solid transparent;
  background: transparent;
  border-radius: 0;
  top: 9px;
}

.video-container .video-list li::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 20px;
  top: 14px;
  height: 1px;
  width: calc(100% - 20px);
  border-bottom: 1px dashed #dee0e6;
  z-index: 1;
}

header.header .hero.is-dark.product-qingstor {
  background-color: #343541;
}

header.header .hero.product-qingstor .hero-body {
  padding-bottom: 0;
}

section.live .iframe-wrapper {
  position: relative;
  margin-bottom: 50px;
  height: 653px;
}

section.live .btn-toggle-fullscreen {
  display: none;
  position: absolute;
  right: 124px;
  top: 0;
  z-index: 9;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

section.live iframe {
  position: relative;
  background-color: #17171a;
}

section.live .table {
  background-color: transparent;
}

section.live .table thead {
  border-radius: 2px;
}

section.live .table th {
  border: none;
  background-color: #00a971;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  padding: 12px 30px;
}

section.live .table td {
  font-size: 20px;
  padding: 16px 30px;
}

section.live .table .small {
  font-size: 14px;
  color: #68747f;
  line-height: 1.43;
  width: 24%;
}

.section.deploy .image {
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.section.deploy .feature .title {
  color: #282828;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0px;
}

.section.deploy .feature .title::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #00a971;
  border-left: 8px solid transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section.deploy .feature .content {
  padding-left: 6px;
  color: #68747f;
}

.section.deploy .feature .content p {
  font-size: 14px;
  line-height: 2rem;
}

.section.deploy .button {
  width: 180px;
  height: 44px;
  border-radius: 3px;
  margin-top: 40px;
  font-weight: 500;
}

.section.deploy {
  padding-left: 0;
  padding-right: 0;
}

.section.deploy .tabs {
  margin-bottom: 30px;
}

.section.deploy .tabs li a {
  color: #4a535c;
  font-size: 20px;
  width: 200px;
}

.section.deploy .tabs li a:hover {
  border-bottom-color: transparent;
  color: #00a971;
}

.section.deploy .tabs li.is-active a {
  border-width: 2px;
  color: #00a971;
}

.section.deploy .tabs li.is-active a:hover {
  border-bottom-color: #00a971;
}

.section.deploy ul {
  list-style: disc outside !important;
  margin-left: 2em;
}

.section.deploy ul li {
  padding-left: 0;
}

.section.deploy ul li::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .section.scenario .tab-content {
    padding: 20px 30px 30px;
  }
  .section.deploy .feature {
    padding: 0px 12px;
  }
}

@media screen and (min-width: 1024px) {
  section.live .iframe-wrapper {
    margin-top: -120px;
  }
}

/* 含有tab切换的应用场景 */

.section.scenario-tab .tabs {
  margin-bottom: 0;
}

.section.scenario-tab .tabs li {
  background: #3d3e49;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.scenario-tab .tabs li a {
  height: 56px;
  padding-bottom: 0;
  color: #fff;
  border-bottom-color: #3d3e49;
}

.section.scenario-tab .tabs li.is-active a {
  font-weight: 600;
  background: #00a971;
  border-bottom-color: #00a971;
}

.section.scenario-tab .tab-content {
  padding: 20px 60px 60px;
  background: #f5f9fa;
}

.section.scenario-tab .tab-content ul {
  list-style: disc outside;
  margin-left: 1em;
}

.section.scenario-tab .tab-content li {
  padding-left: 0;
}

.section.scenario-tab .tab-content li::before {
  display: none;
}

.section.scenario-tab .tab-content img {
  margin-top: 20px;
}

.section.scenario-tab .tab-content strong {
  color: #282828;
  margin-bottom: 10px;
}

.section.scenario-tab .tab-content p {
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section.scenario-tab .tab-content {
    padding: 20px 30px 30px;
  }
}

/* 左边视频，右边文档列表 帮助文档 */

section.docs {
  background-repeat: no-repeat;
  background-position: right bottom;
}

section.docs video {
  width: 100%;
}

section.docs p {
  padding: 10px 0px;
}

section.docs ul {
  line-height: 40px;
  list-style: disc outside !important;
  margin-left: 1em;
}

section.docs ul li {
  padding-left: 0 !important;
}

section.docs ul li::before {
  display: none;
}

section.docs ul li a {
  color: #4a535c;
}

section.docs ul li:hover a {
  color: #00a971;
}

/* 产品优势 */

.product-benefits .card-content ul {
  margin: 0;
}

.product-benefits figure {
  margin-bottom: 1rem;
  margin: 0 auto;
}

/* 帮助文档 */

.icon.icon-arrow-left {
  -webkit-mask: url('../image/icon-arrow-left.svg') no-repeat;
  background: #433d4d;
}

.help-docs .columns {
  margin: -12px -10px;
}

.help-docs .columns .column {
  padding: 10px;
}

.help-docs .card {
  height: 100%;
  padding: 20px 40px;
  box-shadow: none;
  background-color: #f5f9fa;
}

.help-docs .card .title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #433d4d;
  margin-bottom: 12px;
}

.help-docs .card .title .icon {
  transition: all 0.1s linear;
  transform: scale(0);
  width: 20px;
  height: 20px;
  margin-left: 9px;
}

.help-docs .card .content {
  font-size: 14px;
  line-height: 28px;
  color: #68747f;
}

.help-docs .card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.help-docs .card:hover .title .icon {
  transform: scale(1);
}

/* subbanner部分 */

.sub-banner {
  padding: 2rem 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.sub-banner .title {
  color: #fff;
  line-height: normal;
  margin-bottom: 11px;
}

.sub-banner .subtitle {
  color: #fff;
}

.sub-banner .button {
  font-weight: 500;
  font-size: 16px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .sub-banner {
    padding: 0.5rem 1.25rem;
  }
  .sub-banner .column {
    text-align: center;
  }
  .sub-banner .title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .sub-banner .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.section.special .card {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 324px;
  background: #f5f8fa;
  padding: 40px;
}

.section.special .card.bg-white {
  background: #fff;
}

.section.special .card .content {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section.special .card .image {
  margin: auto;
}

.section.special .card .image.is-64x64 {
  width: 64px;
  height: 64px;
}

.section.special .card .title {
  font-size: 18px;
  margin: 20px 0;
  line-height: normal;
}

.section.special .card .content {
  font-size: 14px;
  line-height: 2;
}

.section.scenarios-float {
  background-size: contain;
  background-repeat: no-repeat;
}

.section.scenarios-float .title-block .title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.section.scenarios-float .columns .column:nth-child(odd):last-child {
  width: 100% !important;
}

.section.scenarios-float .columns .column:nth-child(odd):last-child {
    width: 100% !important;
}

.section.scenarios-float .card {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.section.scenarios-float .image {
  width: 72px;
  height: 72px;
}

.section.scenarios-float .card-content {
  margin-left: 40px;
  text-align: left;
}

.section.scenarios-float .card-content .title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #3d3e49;
}

.section.scenarios-float .card-content .content {
  font-size: 14px;
  line-height: 24px;
  color: #68747f;
}

.section.product-case .card {
  display: flex;
  align-items: center;
  border: none;
  padding: 35px 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.section.product-case .card .card-image {
  width: 240px;
  padding-right: 30px;
}
.section.product-case .card .card-content {
  padding-bottom: 0;
}
.section.product-case .card .card-content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #3d3e49;
}
.section.product-case .card .card-content .content {
  margin-bottom: 12px;
}
.section.product-case .card .card-content .content p {
  font-size: 14px;
  line-height: 24px;
  color: #68747f;
}

.section.product-case-card {
  background: #4e4959 !important;
}
.section.product-case-card .title {
  color: #ffffff;
}
.section.product-case-card .card {
  height: 100%;
  padding: 40px;
  transition: all 0.2s linear;
}
.section.product-case-card .card:hover {
  transform: translateY(-10px);
}
.section.product-case-card .card .card-image {
  height: 60px;
  margin-bottom: 20px;
}
.section.product-case-card .card .card-image img {
  height: 100%;
}
.section.product-case-card .card .card-content {
  height: 200px;
  overflow-y: hidden;
}
.section.product-case-card .card .card-content p {
  font-size: 14px;
  line-height: 28px;
  color: #a1a6ab;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .section.product-case-card .card {
    display: flex;
  }
  .product-pricing .tab-panel {
    overflow-x: scroll;
  }
}

.section.product-advantage .columns {
  margin-left: 0;
  margin-right: 0;
}
.section.product-advantage .columns .column {
  padding-left: 0;
  padding-right: 0;
}
.section.product-advantage .card {
  height: 100%;
}
.section.product-advantage .card.bg-white {
  box-shadow: none;
  background-color: #fff;
}
.section.product-advantage .card.bg-white-border {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #d3d3db;
}
.section.product-advantage .card.bg-gray {
  box-shadow: none;
  background-color: #f5f9fa;
}
.section.product-advantage .card.bg-gray-border {
  box-shadow: none;
  background-color: #f5f9fa;
  border: 1px solid #d3d3db;
}
.section.product-advantage .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 60px 50px;
}
.section.product-advantage .card .card-content > img {
  max-height: 180px;
}
.section.product-advantage .card .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 12px;
  color: #251915;
}
.section.product-advantage .card .tags {
  margin-bottom: 2rem;
}
.section.product-advantage .card .tag {
  font-size: 14px;
  line-height: 21px;
  color: #00aa72;
  background: #d8ecde;
  padding: 4px 16px;
  border-radius: 24px;
}
.section.section.product-advantage .features-box {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
}
.section.section.product-advantage .features-box .one-feature {
  display: flex;
  flex-direction: row;
}
.section.section.product-advantage .features-box .one-feature:not(:last-child) {
  margin-bottom: 24px;
}
.section.section.product-advantage .features-box .one-feature img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.section.section.product-advantage .features-box .one-feature .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #31383e;
  margin-bottom: 0;
}
.section.section.product-advantage .features-box .one-feature p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #76808a;
}

.section.earnings .earnings-item {
  position: relative;
  line-height: 0px;
}

.section.earnings .earnings-item .item-bg {
  border-radius: 4px;
}

.section.earnings .earnings-item .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  padding-left: 60px;
  color: #fff;
}

.section.earnings .earnings-item .item-content img {
  width: 48px;
  height: 48px;
}

.section.earnings .earnings-item .item-content span {
  font-weight: 500;
  font-size: 48px;
  margin: 0 20px;
}

.section.earnings .earnings-item .item-content p {
  font-size: 14px;
}

.section .scenario-item {
  background: #ffffff;
  border: 1px solid #f4f2f7;
  text-align: center;
  border-radius: 4px;
  padding: 20px;
}

.section .scenario-item .item-title {
  font-size: 20px;
  color: #251915;
}

#delivery_method .column:hover {
  transform: translateY(-10px);
  transition: transform 0.1s linear;
}

#delivery_method .card {
  height: 400px;
  background-color: #f5f8fa;
  padding: 60px 36px 0 36px;
}

#delivery_method .card .content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#delivery_method .card .content img {
  margin-bottom: 25px;
}

#delivery_method .card .content .title {
  font-size: 24px;
  line-height: 34px;
  color: #3e464c;
  text-align: center;
  font-weight: 500;
}

#delivery_method .card .content .intro {
  font-size: 14px;
  line-height: 32px;
  color: #68747f;
  font-weight: 500;
}

#delivery_method .card .content .button {
  position: absolute;
  bottom: 50px;
}

section#intel {
  padding-bottom: 3.125rem !important;
}

section#intel .intel {
  padding: 1.875rem 0 2.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #3d3e49;
  padding: 1rem 1.5625rem;
  border-radius: 0.5rem;
}

section#intel .intel img {
  width: 18.75rem;
  height: 2.8125rem;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid hsla(0, 0%, 100%, 0.58);
}
