@charset "utf-8";
.global__btn-primary {
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.global__btn-primary__hover {
  background: var(--app-color-bg-brand-hover);
}
.global__btn-week {
  background: var(--app-color-btn-bg-default);
  border: 1px solid var(--app-color-btn-border-default);
  color: var(--app-color-text-default);
}
.global__btn-week__hover {
  color: var(--app-color-text-default);
  border-color: var(--app-color-btn-border-hover);
  background-color: var(--app-color-btn-bg-hover);
}
.global__btn-week__hover__border {
  color: var(--app-color-text-brand-default);
  border-color: var(--app-color-text-brand-default);
}
.global__box__shadow {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 8px -1px rgba(0, 0, 0, 0.05);
}
.global__box {
  border: 1px solid #E9ECF1;
  background: #FFF;
}
.global__box:hover {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 8px -1px rgba(0, 0, 0, 0.05);
}
.global__rich-text {
  font-size: 14px;
  line-height: 22px;
}
.global__rich-text h1 {
  font-size: 36px;
  line-height: 52px;
}
.global__rich-text h2 {
  font-size: 26px;
  line-height: 40px;
}
.global__rich-text h3 {
  font-size: 24px;
  line-height: 32px;
}
.global__rich-text h4 {
  font-size: 16px;
  line-height: 24px;
}
.global__rich-text h5 {
  font-size: 14px;
  line-height: 22px;
}
.global__rich-text h6 {
  font-size: 12px;
  line-height: 20px;
}
.product-body .c-hero-section {
  height: 500px;
  /* background: url(mod/img/banner/banner-bg.jpg) #232834; */
  background-image: url(http://imgcache.yfm18.tcepoc.fsphere.cn/raw/999d18dcd7af39deccb36bbe26e22f29.jpg);
  background-size: cover;
}
.product-body .c-hero-section .c-hero-section-inner {
  position: relative;
  padding-top: 130px;
}
.product-body .c-hero-icon-mod {
  width: 530px;
  height: 380px;
  position: absolute;
  top: 40px;
  right: -60px;
  perspective: 800px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-size: cover;
}
.product-body .c-hero-icon {
  width: 290px;
  height: 290px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -145px 0 0 -145px;
}
.c-hero-section .c-hero-section-btn .c-btn {
  /* margin-top: 30px; */
  margin-right: 20px;
  min-width: 160px;
  text-decoration: none;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 300;
  width: 160px;
  background-color: transparent;
  margin-bottom: 15px;
  /* background: linear-gradient(267.23deg, #1F2531 13.91%, rgba(32, 38, 51, 0.900781) 31.3%, rgba(35, 43, 57, 0.70461) 42.22%, rgba(48, 61, 81, 0) 58.97%); */
}
.c-hero-section .c-hero-section-btn .c-btn.buy,
.c-hero-section .c-hero-section-btn .c-btn.none {
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.c-hero-section .c-hero-section-btn .c-btn:hover {
  text-decoration: none;
  background: var(--app-color-bg-brand-hover);
}
.c-hero-section .c-hero-section-btn .c-btn:nth-child(2) {
  margin-left: 0;
}
.p-weak-btn {
  background: var(--app-color-btn-bg-default);
  border: 1px solid var(--app-color-btn-border-default);
  color: var(--app-color-text-default);
}
.p-weak-btn:hover {
  color: var(--app-color-text-default);
  border-color: var(--app-color-btn-border-hover);
  background-color: var(--app-color-btn-bg-hover);
  background-color: var(--app-color-btn-bg-hover) !important;
  color: var(--app-color-text-default) !important;
}
.p-weak-btn i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 10px;
}
.p-weak-btn i.calc {
  background-image: url(sprite/product-201812181933.svg);
  background-position: 98.81% 1.52%;
  background-size: 625% 512.5%;
  background-repeat: no-repeat;
}
.c-hero-section .c-hero-section-btn .c-btn.c-btn-disabled {
  background-color: rgba(213, 215, 222, 0.5);
  color: rgba(255, 255, 255, 0.55);
}
.c-hero-section .c-hero-section-ct {
  width: 45%;
  margin-top: 20px;
}
.c-hero-section .c-hero-section-tit {
  font-size: 36px;
  font-weight: 500;
  line-height: 65px;
  color: #000;
}
.c-hero-section .c-hero-section-des {
  margin: 24px 0 48px;
}
.c-hero-section .c-hero-section-des p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
a {
  color: var(--app-color-text-link-default);
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
.c-btn:hover,
.c-nav a:hover,
.home-footer-mod a:hover,
.qc-footer a:hover {
  text-decoration: none;
}
.c-section:nth-child(odd) {
  background-color: #f7f8fa;
}
.c-section:nth-child(odd).home-contact-mod {
  background-image: url(/open_proj/proj_qcloud_v2/gateway/portal/css/img/home2017/free-bg.jpg);
  background-size: cover;
}
.c-section.c-p-y-short {
  padding-bottom: 80px;
}
.c-tab-btns a {
  border-bottom: #2e3440 solid 1px;
}
.c-tab-cross:before {
  display: none;
}
.p-tab-mod .c-tab-cross {
  background-color: #fff;
}
.c-tab-cross .c-tab-hd {
  text-align: left;
}
.p-tab-mod .c-tab-cross .c-tab-simple {
  position: relative;
  margin: 0 1.35%;
}
.p-tab-mod .c-tab-cross .c-tab-simple:first-child {
  margin-left: 10px;
}
.p-tab-mod .c-tab-cross .c-tab-simple.p-tab-display {
  display: none;
}
.p-tab-mod .c-tab-cross .c-tab-simple a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.p-tab-mod .c-tab-cross .c-tab-simple a:hover {
  color: var(--app-color-bg-brand-hover);
}
.p-tab-mod .c-tab-cross .c-tab-simple.actived .c-tab-tit {
  border-bottom: 0;
}
.c-tab-btns a {
  background-color: #2e3440;
}
.c-tab-btns a:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.p-tab-mod .c-tab-cross .c-tab-simple:first-child a {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.p-tab-mod .c-tab-cross .c-tab-simple.actived:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--app-color-bg-brand-default);
  display: none;
}
.about-mod {
  font-size: 0;
}
.about-mod .c-media-horiz {
  background-color: inherit;
}
.c-section.c-p-y-short.about-mod.about-mod-middle {
  padding-bottom: 50px;
  padding-top: 0;
}
.about-mod-con {
  display: inline-block;
  width: 72%;
  vertical-align: top;
  padding-right: 8%;
  box-sizing: border-box;
}
.about-mod-aside {
  display: inline-block;
  width: 27.94%;
  vertical-align: top;
  padding-top: 70px;
}
.about-mod-middle.about-mod .about-mod-aside,
.about-mod-middle.about-mod .about-mod-con {
  vertical-align: middle;
}
.about-mod-middle .c-media-heading-img {
  vertical-align: middle;
  margin-right: 12px;
  width: 48px;
}
.about-mod-middle .c-media-info {
  margin-top: 20px;
}
.about-intro .c-media-info {
  text-align: justify;
}
.about-mod-con .c-media-horiz .c-media-body {
  padding-top: 10px;
}
.about-intro .c-media-img {
  width: 48px;
  height: 48px;
}
.about-intro .c-media-img img {
  width: 100%;
}
.about-mod-list {
  padding-left: 63px;
}
.about-mod-list .c-media-horiz .c-media-body {
  padding-top: 0;
}
.about-mod-list .c-g-24 .c-media-img {
  width: 32.28%;
  padding-top: 0;
  padding-right: 29px;
  box-sizing: border-box;
  vertical-align: middle;
}
.about-mod-list .c-g-24 .c-media-img img {
  max-width: 100%;
}
.about-mod-list .c-g-24 .c-media-body {
  border-left: #e5e5e5 1px solid;
  box-sizing: border-box;
  padding-left: 29px;
  text-align: justify;
}
.about-event {
  padding-left: 83px;
  padding-top: 10px;
}
.about-event-tit {
  font-size: 16px;
}
.about-event-con {
  padding-top: 10px;
}
.about-event-item {
  margin-top: 12px;
}
.about-event-item a {
  font-size: 14px;
  vertical-align: middle;
}
.about-event-item i {
  vertical-align: middle;
}
.about-event-item .p-icon-position {
  margin-right: 10px;
}
.about-video {
  margin-bottom: 20px;
}
.about-video .c-thumbnail-item {
  width: 100%;
  padding: 0;
  max-width: 380px;
}
.about-video .c-thumbnail-tit {
  padding-right: 20px;
}
.about-video .c-thumbnail-img img {
  min-height: 150px;
}
.about-doc .c-media-horiz {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  background-color: #fff;
  display: block;
  font-size: 14px;
}
.about-doc .c-media-horiz:hover {
  text-decoration: none;
}
.about-doc .c-media-heading {
  font-size: 14px;
}
.about-doc .c-media-info {
  margin-top: 0;
}
.about-doc-more {
  text-align: right;
  font-size: 14px;
}
.about-video .c-thumbnail-status-bar {
  background-color: #fff;
}
.function-list {
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.function-list .c-media {
  background-color: inherit;
}
.function-list .c-media .c-media-img img {
  width: 48px;
  height: 48px;
}
.scenario-mod .c-tab-simple {
  border: 0;
  position: relative;
  min-width: 145px;
  margin-right: 10px;
  margin-left: 10px;
}
.scenario-mod .c-tab-normal > ul {
  border-bottom: #e5e5e5 2px solid;
  position: relative;
}
.scenario-mod .c-tab-normal .c-tab-simple.actived:after {
  height: 2px;
  bottom: -2px;
}
.scenario-mod .c-tab-panel {
  text-align: left;
}
.scenario-mod .d-wrap {
  padding-top: 0;
}
.scenario-mod .d-mod {
  max-width: 830px;
  margin: 0 auto;
}
.scenario-mod .d-mod:last-child {
  padding-bottom: 0;
}
.scenario-mod .d-mod h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.scenario-mod .d-mod .img-left h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.scenario-mod .d-mod .img-left h4 {
  margin-bottom: 20px;
}
.scenario-mod .d-mod .d-ul,
.scenario-mod .d-mod p {
  font-size: 14px;
}
.scenario-mod .d-split-con {
  box-sizing: border-box;
  padding-right: 70px;
}
.scenario-mod .d-split-con ul {
  margin-bottom: 5px;
}
.scenario-doc {
  text-align: left;
}
.scenario-doc-tit {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.scenario-doc-con {
  font-size: 14px;
  color: #666;
}
.scenario-doc-con .img {
  padding: 40px 0;
  text-align: center;
}
.scenario-doc-con .img img {
  max-width: 100%;
}
.p-area-relate {
  padding-top: 3px;
}
.p-area-relate-item {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.p-area-relate-item a {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}
.c-tab-normal.no-tab.no-title .d-mod {
  padding-top: 0;
}
.c-tab-normal.no-tab {
  margin-top: -20px;
}
.c-no-tab-panel-tit {
  font-size: 16px;
  font-weight: 700;
  max-width: 820px;
  margin: 0 auto -20px;
}
.d-split-aside-m {
  display: none;
}
.sell-mod .c-tab-v .c-tab-v-tit {
  width: 29%;
}
.sell-mod .c-tab-v .c-tab-v-tit:after {
  display: none;
}
.sell-mod .c-tab-v .c-tab-v-tit ul {
  position: relative;
}
.sell-mod .c-tab-v .c-tab-v-tit ul:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #e5e5e5;
}
.sell-mod-more {
  margin-top: 20px;
  border-top: #e5e5e5 1px solid;
  padding-top: 20px;
  font-size: 16px;
}
.sell-mod .c-tab-v .c-tab-panel {
  width: 71%;
  padding-left: 0;
  padding-right: 5%;
}
.p-sell-list {
  font-size: 0;
}
.p-sell-item {
  width: 33.3333%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-left: -1px;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
}
.p-sell-item:first-child {
  margin-left: 0;
}
.p-sell-hd {
  text-align: center;
  padding: 30px 0;
}
.p-sell-unit-icon {
  font-size: 18px;
}
.p-sell-num {
  font-size: 40px;
  vertical-align: -1px;
  line-height: 1;
  margin: 0 10px;
}
.p-sell-unit {
  font-size: 20px;
}
.p-sell-bar {
  text-align: center;
  color: #fff;
  background-color: var(--app-color-bg-brand-default);
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  margin-left: -1px;
}
.p-sell-item:first-child .p-sell-bar {
  margin: 0;
}
.p-sell-param {
  min-height: 135px;
}
.sell-descr-list {
  padding: 10px 20px;
}
.sell-descr-list li {
  font-size: 14px;
  line-height: 28px;
}
.sell-descr-tit {
  display: inline-block;
  color: #333;
}
.sell-descr-txt {
  display: inline-block;
  color: #999;
  padding-left: 10px;
}
.p-sell-ft {
  text-align: left;
  font-size: 14px;
  border-top: #e5e5e5 1px solid;
  margin: 0 20px;
  padding: 15px 0;
}
.c-section.c-p-y-tall.customer-mod {
  padding-bottom: 30px;
}
.p-customer-list {
  font-size: 0;
}
.p-customer-list .p-customer-item {
  margin-bottom: 50px;
  padding: 0 3.603%;
  width: 25%;
  max-height: 64px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.p-customer-list .p-customer-item a {
  cursor: default;
}
.p-customer-list img {
  max-height: 50px;
}
.p-customer-case {
  margin-bottom: 20px;
}
.p-customer-case.c-grid .c-g-12,
.p-customer-case.c-grid .c-g-8 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.p-customer-case .c-media-horiz {
  min-height: 202px;
  cursor: default;
  border: 1px solid #E9ECF1;
  background: #FFF;
}
.p-customer-case .c-media-horiz:hover {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 8px -1px rgba(0, 0, 0, 0.05);
}
.p-customer-case .c-media-horiz:hover {
  text-decoration: none;
}
.p-customer-case .c-media-heading span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  font-weight: 400;
  margin: 5px 0 2px;
}
.p-customer-case .c-media-img {
  padding: 5px 30px 0 0;
}
.p-customer-case .c-media-horiz .c-media-heading {
  line-height: 27px;
  color: #444;
  font-weight: 600;
}
.p-customer-case .c-media-img img {
  width: 80px;
  height: auto;
}
.p-customer-case .c-media-info {
  margin-top: 10px;
}
.p-customer-more {
  margin-top: 40px;
  text-align: center;
}
.p-customer-more-inner {
  display: inline-block;
}
.p-customer-case .c-media-horiz .c-media-body {
  padding-top: 5px;
}
.customer-more-tit {
  text-align: center;
  position: relative;
}
.customer-more-tit:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  height: 1px;
  background-color: #e5e5e5;
}
.customer-more-tit em {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  padding: 0 10px;
  color: #666;
}
.c-section:nth-child(odd) .customer-more-tit em {
  background-color: #f7f8fa;
}
.customer-more-con {
  margin-top: 30px;
}
.customer-more-list {
  font-size: 0;
}
.customer-more-item {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 80px;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  overflow: hidden;
}
.customer-more-item a {
  cursor: default;
}
.customer-more-item img {
  max-width: 100%;
}
.customer-more-item a img:last-child {
  display: none;
}
.customer-more-item a img:first-child,
.customer-more-item:hover a img:last-child {
  display: block;
}
.customer-more-item:hover a img:first-child {
  display: none;
}
.home-footer-mod.c-p-y-tall {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-footer-info {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
  line-height: 22px;
}
.home-footer-info h1 {
  font-size: 36px;
  line-height: 52px;
}
.home-footer-info h2 {
  font-size: 26px;
  line-height: 40px;
}
.home-footer-info h3 {
  font-size: 24px;
  line-height: 32px;
}
.home-footer-info h4 {
  font-size: 16px;
  line-height: 24px;
}
.home-footer-info h5 {
  font-size: 14px;
  line-height: 22px;
}
.home-footer-info h6 {
  font-size: 12px;
  line-height: 20px;
}
.home-footer-info a:hover {
  text-decoration: underline;
}
.home-footer-btn {
  text-align: center;
  padding-top: 35px;
}
.home-footer-btn .c-btn {
  width: 220px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  vertical-align: top;
  margin: 0 5px;
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.home-footer-btn .c-btn:hover {
  text-decoration: none;
  background: var(--app-color-bg-brand-hover);
}
.home-footer-btn .c-btn.c-btn-disabled,
.home-footer-btn .c-btn.c-btn-disabled:hover {
  background-color: #d5d7de;
  cursor: default;
}
.home-footer-btn .c-btn-weak {
  background: var(--app-color-btn-bg-default);
  border: 1px solid var(--app-color-btn-border-default);
  color: var(--app-color-text-default);
}
.home-footer-btn .c-btn-weak:hover {
  color: var(--app-color-text-default);
  border-color: var(--app-color-btn-border-hover);
  background-color: var(--app-color-btn-bg-hover);
}
.home-footer-mod {
  position: relative;
}
.home-footer-mod .c-section-hd {
  margin-bottom: 40px;
}
.home-footer-mod .c-section-inner {
  position: relative;
  z-index: 2;
}
.home-footer-mod .c-section-inner.mobile {
  display: none;
}
.home-footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: auto 100%;
}
.home-footer-mod.c-section:nth-child(odd) {
  background-image: url(/open_proj/proj_qcloud_v2/gateway/portal/css/img/home2017/free-bg.jpg);
  background-size: cover;
}
.home-recommend-wrap {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-right: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 10px;
}
.home-contact-wrap {
  width: 40%;
  display: inline-block;
  padding-left: 60px;
  padding-right: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.home-contact-mod {
  font-size: 0;
  background-size: cover;
}
.home-contact-mod h4 {
  font-size: 24px;
  color: #000;
  line-height: 33px;
  margin-top: 20px;
  font-weight: 500;
}
.home-contact-mod .home-contact-con,
.home-contact-mod .home-recommend-con {
  margin-top: 20px;
  padding-bottom: 30px;
  font-size: 16px;
  font-size: 14px;
  line-height: 22px;
}
.home-contact-mod .home-contact-con h1,
.home-contact-mod .home-recommend-con h1 {
  font-size: 36px;
  line-height: 52px;
}
.home-contact-mod .home-contact-con h2,
.home-contact-mod .home-recommend-con h2 {
  font-size: 26px;
  line-height: 40px;
}
.home-contact-mod .home-contact-con h3,
.home-contact-mod .home-recommend-con h3 {
  font-size: 24px;
  line-height: 32px;
}
.home-contact-mod .home-contact-con h4,
.home-contact-mod .home-recommend-con h4 {
  font-size: 16px;
  line-height: 24px;
}
.home-contact-mod .home-contact-con h5,
.home-contact-mod .home-recommend-con h5 {
  font-size: 14px;
  line-height: 22px;
}
.home-contact-mod .home-contact-con h6,
.home-contact-mod .home-recommend-con h6 {
  font-size: 12px;
  line-height: 20px;
}
.home-contact-mod p {
  font-size: 16px;
  color: #666;
  line-height: 27px;
}
.home-contact-mod .home-use-btn {
  width: 160px;
  height: 36px;
  line-height: 34px;
  margin-top: 30px;
}
.home-contact-mod .home-contact-btn {
  width: 160px;
  height: 36px;
  line-height: 34px;
  margin-top: 30px;
  background: var(--app-color-btn-bg-default);
  border: 1px solid var(--app-color-btn-border-default);
  color: var(--app-color-text-default);
}
.home-contact-mod .home-contact-btn:hover {
  color: var(--app-color-text-default);
  border-color: var(--app-color-btn-border-hover);
  background-color: var(--app-color-btn-bg-hover);
}
.qc-footer-action .op-btns .bt:hover {
  text-decoration: none;
}
.qc-footer {
  min-width: 300px;
}
.c-tab-normal .c-tab-simple a:hover {
  text-decoration: none;
}
.c-section.c-p-y-tall.child-p-mod {
  padding-bottom: 60px;
}
.c-titlebar-media {
  transition: all 0.4s;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.c-titlebar-media:hover {
  text-decoration: none;
}
.c-titlebar-bar {
  height: 70px;
  line-height: 70px;
  background-image: url(sprite/product-201812181933.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 0px 0px;
}
.c-titlebar-tit {
  font-size: 18px;
  /* color: #fff; */
  font-weight: 400;
  padding-left: 30px;
}
.c-titlebar-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.c-titlebar-icon img {
  display: block;
  max-width: 100%;
}
.c-titlebar-txt {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 70px;
}
.c-titlebar-con {
  padding: 30px;
  border-top: 0;
  height: 126px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-titlebar-con {
    padding: 10px;
  }
}
.child-p-list {
  font-size: 0;
}
.child-p-list .c-titlebar-media {
  vertical-align: top;
}
.child-p-list.item-2 .c-titlebar-media {
  width: calc(50% - 20px);
  margin-right: 40px;
  border: 1px solid #E9ECF1;
  background: #FFF;
}
.child-p-list.item-2 .c-titlebar-media:hover {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 8px -1px rgba(0, 0, 0, 0.05);
}
.child-p-list.item-2 .c-titlebar-media:last-child {
  margin-right: 0;
}
.child-p-list.item-3 .c-titlebar-media {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.child-p-list.item-3 .c-titlebar-media:nth-child(3n + 0) {
  margin-right: 0;
}
.child-p-list.item-4 .c-titlebar-media {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.child-p-list.item-4 .c-titlebar-media:nth-child(4n + 0) {
  margin-right: 0;
}
.c-nav-m-dropdown-btn.c-grid [class*='c-g-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.c-media-horiz {
  padding: 30px;
}
.p-mask {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.p-alert {
  background-color: #fff;
  position: absolute;
  z-index: 1001;
  padding: 40px 30px 35px;
  border-radius: 2px;
  text-align: center;
}
.p-alert-close {
  width: 50px;
  height: 50px;
  background-image: url(sprite/product-201812181933.svg);
  position: absolute;
  right: -50px;
  top: -10px;
  overflow: hidden;
  text-indent: -10000px;
  outline: 0;
  cursor: pointer;
  background-position: 5% 50%;
  background-size: 125% 102.5%;
  background-repeat: no-repeat;
}
.p-qr-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.p-qr-img img {
  width: 100%;
  max-height: 100%;
}
.p-qr-txt {
  font-size: 16px;
  padding-top: 10px;
}
.p-index-nav {
  margin-bottom: 3px;
}
.p-index-nav-back {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
}
.p-index-nav-back a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #fff;
}
.p-index-nav-back a:hover {
  text-decoration: none;
  color: var(--app-color-bg-brand-hover);
}
.p-index-nav-back a:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 12px;
  background-image: url(sprite/product-201812181933.svg);
  top: 5px;
  left: 0;
  background-position: 96.81% 78.57%;
  background-size: 1666.66666667% 683.33333333%;
  background-repeat: no-repeat;
}
.p-index-nav-back a:hover:after {
  background-image: url(sprite/product-201812181933.svg);
  background-position: 88.3% 78.57%;
  background-size: 1666.66666667% 683.33333333%;
  background-repeat: no-repeat;
}
.p-index-nav-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  border: 1px solid #363c4a;
  padding: 1px 40px 1px 10px;
  line-height: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.p-index-nav-btn:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 5px;
  background-image: url(sprite/product-201812181933.svg);
  top: 8px;
  right: 10px;
  background-position: 90.22% 89.61%;
  background-size: 1250% 1640%;
  background-repeat: no-repeat;
}
.p-index-nav-btn.actived:after {
  background-image: url(sprite/product-201812181933.svg);
  background-position: 90.22% 98.7%;
  background-size: 1250% 1640%;
  background-repeat: no-repeat;
}
.p-index-nav-list {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #363c4a;
  min-width: 100%;
  padding: 5px;
}
.p-index-nav-list-inner {
  max-height: 235px;
  overflow: auto;
}
.p-index-nav-list-inner.c-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.p-index-nav-list-inner.c-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f7f8fa;
}
.p-index-nav-item a {
  display: block;
  line-height: 20px;
  color: #e2e2e2;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.p-index-nav-item a:hover {
  color: var(--app-color-bg-brand-hover);
  text-decoration: navy;
}
.p-index-nav-item.actived a {
  color: var(--app-color-bg-brand-hover);
}
.c-section {
  position: relative;
}
.p-href-mod {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.c-nav-mod.p-ceiling-nav {
  position: fixed;
  width: 100%;
  top: -54px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.c-nav-mod.p-ceiling-nav.actived {
  display: block;
  -webkit-animation: ceiling-nav-show 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -o-animation: ceiling-nav-show 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: ceiling-nav-show 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.c-nav-mod.p-ceiling-nav.fade {
  -webkit-animation: ceiling-nav-hide 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -o-animation: ceiling-nav-hide 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: ceiling-nav-hide 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes ceiling-nav-show {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes ceiling-nav-show {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes ceiling-nav-hide {
  from {
    top: 0;
  }
  to {
    top: -54px;
  }
}
@-webkit-keyframes ceiling-nav-hide {
  from {
    top: 0;
  }
  to {
    top: -54px;
  }
}
.c-nav-mod.p-ceiling-nav .c-nav-bottom {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-nav-mod.p-ceiling-nav a:hover {
  text-decoration: none;
}
.c-nav-mod.p-ceiling-nav .c-nav-all-trigger span {
  color: #000;
  line-height: 54px;
  height: 54px;
}
.c-nav-mod.p-ceiling-nav .c-nav-all-trigger:hover span {
  color: var(--app-color-bg-brand-hover);
}
.c-nav-mod.p-ceiling-nav .c-nav-all-trigger .c-nav-all-trigger-icon {
  background-image: url(sprite/product-201812181933.svg);
  background-position: 98.81% 28.79%;
  background-size: 625% 512.5%;
  background-repeat: no-repeat;
}
.c-nav-mod.p-ceiling-nav .c-nav-all-trigger:hover .c-nav-all-trigger-icon {
  background-image: url(sprite/product-201812181933.svg);
  background-position: 98.81% 56.06%;
  background-size: 625% 512.5%;
  background-repeat: no-repeat;
}
.c-nav-mod.p-ceiling-nav .c-nav-bm-categories .presentation.curr-p > a {
  font-weight: 600;
  font-size: 16px;
}
.c-nav-mod.p-ceiling-nav .c-nav-bm-categories .presentation > a {
  padding: 0 25px;
}
.c-nav-mod.p-ceiling-nav .c-nav-all-trigger {
  padding: 0 25px 0 0;
}
.c-nav-mod.p-ceiling-nav .c-nav-bottom-divider {
  margin-right: 0;
}
.c-nav-mod.p-ceiling-nav .c-btn {
  min-width: 120px;
}
.c-nav-mod.p-ceiling-nav .c-bubble-top.p-all .c-bubble-inner:before {
  margin-left: -167px;
}
.c-nav-mod.p-ceiling-nav .c-bubble-top.p-all .c-bubble-inner:after {
  margin-left: -166px;
}
.cp-body {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.cp-aside {
  display: inline-block;
  vertical-align: top;
  width: 23.73%;
  padding-left: 10px;
  box-sizing: border-box;
  transition: width 0.4s;
}
.cp-con {
  display: inline-block;
  vertical-align: top;
  width: 76%;
  border-left: #eaecf0 1px solid;
  box-sizing: border-box;
  padding-left: 4.72%;
  padding-right: 10px;
  position: relative;
  transition: width 0.4s;
  min-height: 1100px;
}
.cp-aside-index {
  position: absolute;
  left: calc(100% + 20px);
  top: 205px;
}
.cp.c-hero-section,
.cp.p-tab-mod {
  display: none;
}
.product-summary-body .c-hero-bar {
  min-width: 320px;
  background-repeat: no-repeat;
  background-color: #61697c;
  -webkit-font-smoothing: antialiased;
  background-image: url(img/entery-banner.svg);
  background-size: cover;
  background-position: center;
}
.product-summary-body .c-hero-bar-inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
  height: 320px;
  color: #fff;
  line-height: 1.5;
  font-size: 0;
  text-align: center;
}
.product-summary-body .c-hero-bar-ct {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
  text-align: center;
}
.product-summary-body .c-hero-bar-tit {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}
.product-summary-body .c-hero-bar-desc {
  margin-top: 12px;
  line-height: 27px;
}
.product-summary-body .c-hero-bar .doc-page-bar {
  width: 680px;
  max-width: 680px;
  display: inline-block;
  padding-top: 24px;
}
.product-summary-body .doc-page-bar .p-all-search {
  width: 100%;
  margin: 0;
}
.product-summary-body .c-hero-bar .p-all-bar .c-search-input {
  height: 45px;
  font-size: 16px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.product-summary-body .doc-page-bar.p-all-bar .c-search-input {
  vertical-align: top;
  width: calc(100% - 35px);
}
.product-summary-body .c-hero-bar .p-all-bar .c-search-btn {
  height: 45px;
  width: 45px;
  border: none;
}
.doc-page-bar {
  margin: 10px auto 0;
  max-width: 600px;
  position: relative;
  z-index: 10;
}
.doc-page-bar .p-all-search {
  width: 100%;
  margin: 0;
}
.doc-page-bar.p-all-bar .c-search-btn,
.doc-page-bar.p-all-bar .c-search-input {
  vertical-align: top;
}
.doc-page-bar .p-all-search-item:hover {
  background-color: #f7f8fa;
}
.doc-page-bar .p-all-search-item.disabled {
  background-color: #fff;
}
.doc-page-bar .p-all-search-item a {
  padding: 15px 10px;
}
.doc-page-bar .p-all-search-item em {
  color: var(--app-color-text-brand-default);
  margin: 0 3px;
}
.c-hero-bar .p-all-bar .c-search-input {
  height: 45px;
  font-size: 16px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.c-hero-bar .p-all-search-list {
  top: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  text-align: left;
}
.c-hero-bar .p-all-bar .c-search-btn {
  height: 45px;
  border: none;
}
.c-hero-bar .c-search-tip {
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}
.c-hero-bar .c-search-tip > span {
  color: #ccc;
}
.c-hero-bar .c-search-tip > a {
  color: #fff;
}
.c-hero-bar .c-search-tip > a:hover {
  color: var(--app-color-text-brand-default);
}
.c-hero-bar .c-search-tip > a + a {
  margin-left: 10px;
}
.c-hero-bar .search-result-title {
  font-size: 12px;
  color: #999;
  line-height: 14px;
  padding: 0 5px;
}
.c-hero-bar .doc-page-bar .p-all-search-item a {
  padding: 10px 25px;
  line-height: 1;
}
.c-hero-bar .p-all-search-con {
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.c-hero-bar .p-all-search-item:hover .p-all-search-con {
  color: var(--app-color-text-brand-default);
}
.c-hero-bar .search-no-result {
  padding: 10px 5px 50px;
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.c-hero-bar .doc-page-bar .p-all-search-item:hover,
.c-hero-bar .p-all-search-item.actived {
  background-color: #f5f5f5;
}
.c-cancel-btn.mobile {
  display: none;
}
.product-summary-body {
  background: #f7f8fa;
}
.pct-smy-aside {
  width: 200px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 0;
}
.pct-smy-con {
  padding-left: 200px;
  max-width: 980px;
}
.pct-smy-body {
  max-width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
.pct-smy-search-mask-m {
  display: none;
}
.pct-smy-product-list {
  font-size: 0;
  margin-top: 40px;
  background: #fff;
  border: 1px solid #e5e8ed;
  border-top: solid 2px var(--app-color-bg-brand-default);
  -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
}
.pct-smy-product-list .pct-smy-product-title {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  padding: 16px 21px;
  border-bottom: solid 1px #e5e5e5;
}
.pct-smy-product-list .home-product-icon {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: inline-block;
}
.pct-smy-product-list .home-product-item {
  width: 50%;
  display: inline-block;
  padding: 12px 30px 12px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pct-smy-product-list .home-product-item:first-child {
  padding-top: 24px;
}
.pct-smy-product-list .home-product-item:last-child {
  padding-bottom: 24px;
}
.pct-smy-product-list .home-product-item-tit > a {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.pct-smy-product-list .home-product-item-tit > a:hover {
  color: var(--app-color-bg-brand-hover);
  text-decoration: none;
}
.pct-smy-product-list .home-product-item-txt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 4px;
  color: #666;
}
.pct-smy-product-list .home-product-icon.active-img {
  display: inline-block;
}
.pct-smy-product-title .home-product-icon {
  display: none;
}
.pct-smy-aside-title {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.pct-smy-aside-menu {
  padding-top: 8px;
}
.pct-smy-aside-menu > li > a::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
.pct-smy-aside-menu > li > a {
  padding: 8px 0 8px 12px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.pct-smy-aside-menu > li > a:hover {
  color: var(--app-color-bg-brand-hover);
}
.pct-smy-aside-menu > li > a:hover::before {
  background-color: var(--app-color-bg-brand-hover);
}
@media screen and (max-width: 1366px) {
  .product-body .c-hero-section {
    height: 500px;
  }
  .product-body .c-hero-icon-mod {
    width: 350px;
    height: 280px;
    top: 60px;
    right: 0;
    perspective: 800px;
    background-size: cover;
  }
  .product-body .c-hero-icon {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
  }
  .c-hero-section .c-hero-section-btn .c-btn {
    min-width: 160px;
    height: 43px;
    line-height: 43px;
  }
  .product-body .c-hero-section .c-hero-section-inner {
    padding-top: 130px;
  }
  .c-hero-section .c-hero-section-tit {
    font-size: 48px;
    line-height: 65px;
    font-weight: 500;
  }
  .c-hero-section .c-hero-section-des {
    margin: 24px 0 48px;
  }
  .c-hero-section .c-hero-section-des p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
}
@media screen and (max-height: 768px) {
  .product-body .c-hero-icon {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
  }
  .product-body .c-hero-section {
    height: 500px;
  }
  .product-body .c-hero-icon-mod {
    width: 350px;
    height: 280px;
    top: 60px;
    right: 0;
    perspective: 800px;
    background-size: cover;
  }
  .c-hero-section .c-hero-section-btn .c-btn {
    min-width: 160px;
    height: 43px;
    line-height: 43px;
    border: 1px solid;
    width: 160px;
    font-size: 16px;
    margin-top: 35px;
    font-weight: 300;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    /* background: linear-gradient(267.23deg, #1F2531 13.91%, rgba(32, 38, 51, 0.900781) 31.3%, rgba(35, 43, 57, 0.70461) 42.22%, rgba(48, 61, 81, 0) 58.97%); */
  }
  .c-hero-section .c-hero-section-btn > .c-btn {
    color: var(--app-color-text-primary-default);
    background-color: transparent;
    border-color: var(--app-color-text-primary-default);
  }
  .c-hero-section .c-hero-section-btn > .c-btn:first-child {
    color: #fff;
    background-color: var(--app-color-text-brand-default);
    border-color: var(--app-color-text-brand-default);
  }
  .product-body .c-hero-section .c-hero-section-inner {
    padding-top: 130px;
  }
  .c-hero-section .c-hero-section-tit {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
  }
  .c-hero-section .c-hero-section-des {
    margin: 24px 0 48px;
  }
  .c-hero-section .c-hero-section-des p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .product-body .c-hero-icon-mod {
    display: none;
    width: 350px;
    height: 280px;
    top: 40px;
    right: 0;
  }
  .product-body .c-hero-section .c-hero-section-inner {
    padding-top: 95px;
  }
}
@media screen and (max-width: 600px) {
  .p-weak-btn {
    display: none;
  }
  .product-body .c-hero-section {
    height: 345px;
  }
  .product-body .c-hero-section .c-hero-section-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .product-body .c-hero-section .c-hero-section-inner:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .c-hero-section .c-hero-section-tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-hero-section .c-hero-section-des {
    font-size: 12px;
    margin: 24px 0 48px;
    opacity: 0.8;
  }
  .c-hero-section .c-hero-section-des p {
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .c-hero-section .c-hero-section-ct {
    margin-top: 0;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }
  .c-hero-section .c-hero-section-btn .c-btn {
    margin-top: 45px;
    /* margin-right: 0;
        width: 50px;
        height: 50px;
        padding: 0;
        min-width: 0;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        text-indent: -1000px */
  }
  .c-hero-section .c-hero-section-btn .c-btn:after {
    content: '';
    position: absolute;
    top: 0;
    top: 50%;
    left: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
  }
  .c-hero-section .c-hero-section-btn .buy.c-btn:after {
    background-image: url(sprite/product-media4-201812181933.svg);
    background-position: 3.57% 50%;
    background-size: 216.66666667% 108.33333333%;
    background-repeat: no-repeat;
  }
  .c-hero-section .c-hero-section-btn .default.c-btn:after {
    background-image: url(sprite/product-media4-201812181933.svg);
    background-position: 96.43% 50%;
    background-size: 216.66666667% 108.33333333%;
    background-repeat: no-repeat;
  }
  .c-hero-section .c-hero-section-btn .txt.c-btn {
    text-indent: 0;
    line-height: 1.2;
    padding: 10px 5px;
    background-color: var(--app-color-bg-brand-default);
    color: #fff;
  }
  .c-hero-section .c-hero-section-btn .txt.c-btn.c-btn-disabled {
    background-color: #181b22;
    color: #666;
  }
  .c-hero-section .c-hero-section-btn .txt.c-btn:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-tab-mod .c-tab-cross .c-tab-simple.p-tab-display {
    display: inline-block;
  }
  .p-tab-mod .c-tab-cross .c-tab-simple:first-child a {
    font-weight: 400;
    font-size: 14px;
  }
  .p-tab-mod .c-tab-cross .c-tab-simple.actived a {
    color: var(--app-color-bg-brand-hover);
    font-weight: 400;
  }
  .p-tab-mod .c-tab-cross .c-tab-simple.actived a:hover {
    color: var(--app-color-bg-brand-hover);
  }
  .p-tab-mod .c-tab-cross {
    /* background-color: #272d3a; */
  }
  .p-tab-mod .c-tab-cross .c-tab-simple a {
    /* color: #fff;
    text-decoration: none; */
  }
}
@media (max-width: 1280px) {
  .about-video .c-thumbnail-tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-section.c-p-y-short.about-mod {
    border-bottom: #e5e5e5 1px solid;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-doc,
  .about-event,
  .about-intro .c-media-img {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .about-intro .c-media-img {
    display: none;
  }
  .about-event-con {
    padding-top: 0;
  }
  .about-mod-con {
    display: block;
    width: auto;
    padding-right: 0;
    transition: all 0.4s;
  }
  .about-mod .c-media-horiz .c-media-heading {
    text-align: center;
    transition: all 0.4s;
  }
  .about-event-tit {
    text-align: center;
  }
  .about-mod .c-media-horiz .c-media-heading span {
    display: none;
  }
  .about-intro,
  .c-media-horiz.about-intro {
    padding: 0;
  }
  .about-mod-list {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-mod-list .c-media-horiz .c-media-img {
    padding-top: 4px;
  }
  .about-mod-list .c-media-horiz .c-media-heading {
    text-align: left;
  }
  .about-mod-list .c-media-info {
    display: inline;
  }
  .about-mod-list .c-g-12 {
    width: 100%;
    transition: all 0.4s;
  }
  .about-mod-list .c-media-horiz {
    padding: 10px 10px 0 0;
  }
  .about-mod-list .c-media-body {
    position: relative;
  }
  .about-mod-aside {
    display: block;
    width: auto;
    padding-top: 20px;
    transition: all 0.4s;
  }
  .about-mod-list .c-g-24 {
    padding-top: 10px;
  }
  .about-mod-list .c-g-24 .c-media-img {
    display: table-cell;
    width: 32.28%;
    padding-top: 0;
    padding-right: 29px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .about-mod-list .c-g-24 .c-media-body:after,
  .about-mod-middle .c-media-heading-img {
    display: none;
  }
  .about-event-item {
    font-size: 0;
  }
  .about-event-item a {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 22px);
    vertical-align: top;
  }
  .about-event-item .p-icon-position {
    margin-top: 3px;
  }
}
@media (max-width: 600px) {
  .c-section {
    border-bottom: #e5e5e5 1px solid;
  }
  .c-section.c-p-y-tall {
    padding: 35px 0;
  }
  .c-section:nth-child(odd) {
    background-color: #fff;
  }
  .c-section.c-p-y-short.about-mod,
  .c-section.c-p-y-short.about-mod.about-mod-middle {
    border-bottom: #e5e5e5 1px solid;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .about-mod-con .c-media-horiz .c-media-body {
    padding-top: 0;
  }
  .about-intro .c-media-info {
    padding-top: 5px;
  }
  .c-section-tit {
    font-size: 20px;
  }
  .about-video .c-thumbnail-img-ctrl {
    padding: 10px 10px 20px 20px;
  }
  .about-video .c-thumbnail-tips {
    margin-top: 10px;
  }
  .about-video .c-thumbnail-tit {
    margin-top: 15px;
  }
  .about-video .c-thumbnail-status-bar {
    line-height: 50px;
  }
  .about-mod-list .c-g-24 .c-media-img {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    box-sizing: border-box;
    height: 85px;
    vertical-align: middle;
  }
  .about-mod-list .c-g-24 .c-media-img img {
    max-height: 100%;
  }
  .about-mod-list .c-g-24 .c-media-body {
    border-left: none;
    box-sizing: border-box;
    padding-left: 0;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .function-mod .c-g-8 {
    width: 50%;
    transition: all 0.4s;
  }
  .c-section.function-mod {
    background-color: #fff;
    border-bottom: #e5e5e5 1px solid;
  }
}
@media (max-width: 600px) {
  .function-mod .c-g-8 {
    width: 100%;
    transition: all 0.4s;
  }
  .function-list .c-media {
    padding: 20px 0;
  }
  .function-list .c-media-heading {
    font-size: 16px;
  }
  .function-list .c-media .c-media-img img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .c-tab-normal.no-tab {
    margin-top: 0;
  }
  .scenario-mod .c-tab-simple {
    min-width: 0;
  }
  .scenario-mod .c-tab-normal .c-tab-simple a {
    padding: 10px 15px;
  }
  .scenario-mod .d-mod .img-left h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .d-split-aside-m {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
  .d-split-aside-m > img {
    width: 280px;
  }
}
@media (max-width: 600px) {
  .c-tab-normal.no-tab .c-tab-m-tit.actived {
    border-top: #e5e5e5 1px solid;
  }
  .c-tab-responsive.no-tab .c-tab-m-tit.actived:after {
    display: none;
  }
  .c-no-tab-panel-tit {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .scenario-mod .c-section-inner {
    padding: 0;
  }
  .scenario-mod.c-section.c-p-y-tall {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .scenario-mod .d-mod h3 {
    font-weight: 400;
  }
  .scenario-mod .d-split-con {
    padding-right: 0;
  }
  .scenario-mod .d-mod {
    padding-top: 0;
  }
  .scenario-mod .d-mod p {
    margin-bottom: 10px;
  }
  .p-area-relate {
    padding-top: 3px;
    padding-bottom: 10px;
  }
  .c-tab-normal.no-tab .c-tab-panel-mod {
    background-color: #fff;
  }
}
@media (max-width: 900px) {
  .sell-mod .c-tab-v .c-tab-simple .c-tab-tit {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sell-mod {
    display: none;
  }
}
@media (max-width: 1200px) {
  .p-customer-case .c-g-8 {
    width: 50%;
    margin-bottom: 20px;
  }
  .p-customer-case .c-media-horiz {
    min-height: 215px;
  }
}
@media (max-width: 768px) {
  .p-customer-case .c-media-horiz {
    min-height: 150px;
  }
  .p-customer-list .p-customer-item {
    margin-bottom: 20px;
    padding: 0 2%;
    width: 33.3333%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  .p-customer-list .p-customer-item img {
    height: auto;
    max-width: 100%;
  }
  .p-customer-list .p-customer-item a {
    cursor: default;
  }
  .p-customer-case .c-g-8 {
    width: 100%;
  }
  .customer-more-item a img:last-child {
    display: block;
  }
  .customer-more-item a img:first-child {
    display: none;
  }
  .p-customer-case.c-grid .c-g-12,
  .p-customer-case.c-grid .c-g-8 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .p-customer-list .p-customer-item img {
    width: auto;
  }
  .c-section:nth-child(even) .customer-more-tit em {
    background-color: #fff;
  }
  .customer-more-item {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    margin: 0 10px 20px;
    vertical-align: top;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .home-footer-mod .c-section-hd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .home-contact-wrap,
  .home-recommend-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .home-footer-mod.c-p-y-tall {
    padding-top: 60px;
    height: auto;
  }
  .home-footer-btn .c-btn:hover {
    background-color: var(--app-color-bg-brand-default);
  }
  .home-footer-btn .c-btn:active {
    background-color: var(--app-color-bg-brand-default);
  }
}
@media screen and (max-width: 600px) {
  .home-footer-mod.c-p-y-tall {
    padding: 20px 0;
  }
  .home-footer-mod .c-section-inner {
    display: none;
  }
  .home-footer-mod .c-section-inner.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
  }
  .home-footer-mod .c-section-hd {
    border-bottom: none;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .home-footer-info {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
  }
  .home-footer-btn {
    padding-top: 33px;
  }
  .home-footer-btn .c-btn {
    width: 100%;
    margin: 0 0 10px;
  }
  .home-footer-bg {
    background-size: auto 100%;
  }
  .home-contact-mod h4 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  .home-contact-mod .home-recommend-con {
    margin-top: 10px;
    padding-bottom: 45px;
  }
  .home-contact-mod .home-contact-con {
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .home-contact-mod p {
    font-size: 14px;
    line-height: 27px;
  }
  .home-contact-mod .home-contact-btn,
  .home-contact-mod .home-use-btn {
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 15px;
  }
  .home-contact-btn-wrap,
  .home-use-btn-wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .child-p-list.item-2 .c-titlebar-media,
  .child-p-list.item-3 .c-titlebar-media,
  .child-p-list.item-4 .c-titlebar-media {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1366px) {
  .p-index-nav-list-inner {
    max-height: 185px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-nav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .c-nav-mod.p-ceiling-nav .c-nav-bm-categories .presentation > a {
    padding: 0 15px;
  }
  .c-nav-mod.p-ceiling-nav .c-nav-all-trigger {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .c-nav-mod.p-ceiling-nav,
  .c-nav-mod.p-ceiling-nav.actived {
    display: none;
  }
}
@media (max-width: 900px) {
  .cp-aside {
    width: 30%;
  }
  .cp-con {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .cp-body {
    padding-top: 0;
  }
  .cp.c-hero-section,
  .cp.p-tab-mod {
    display: block;
  }
  .cp-aside {
    display: none;
  }
  .cp-con {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    min-height: 0;
  }
}
@media screen and (max-width: 600px) {
  .product-summary-body .c-hero-bar-tit {
    font-size: 24px;
    line-height: 36px;
  }
  .product-summary-body .c-hero-bar-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .product-summary-body .c-hero-bar .doc-page-bar {
    margin-top: 0;
  }
  .product-summary-body .c-hero-bar-inner {
    height: auto;
    padding-top: 32px;
    padding-bottom: 35px;
  }
  .product-summary-body .c-hero-bar .c-search-tip {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .product-summary-body .c-hero-bar .doc-page-bar {
    width: 100%;
  }
  .product-summary-body .c-hero-bar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-summary-body .c-hero-bar .p-all-bar .c-search-input {
    height: 35px;
    font-size: 14px;
  }
  .product-summary-body .c-hero-bar .p-all-bar .c-search-btn {
    height: 35px;
    width: 35px;
  }
  .c-hero-bar .doc-page-bar.active .product-summary-body .c-hero-bar .p-all-bar .c-search-btn {
    height: 35px;
    width: 35px;
    position: absolute;
    left: 0;
  }
  .c-hero-bar .doc-page-bar.active .c-cancel-btn.mobile {
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    background: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pct-smy-body {
    padding-left: 0;
    padding-right: 0;
  }
  .pct-smy-aside {
    display: none;
  }
  .pct-smy-con {
    padding-left: 0;
  }
  .pct-smy-search-mask-m {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10001;
    outline: 0;
    display: block;
  }
  .pct-smy-search-mask-m .c-top-searchbar,
  .pct-smy-search-mask-m .c-top-searchbar.searchbar-show {
    top: 0;
    background-color: #fff;
  }
  .pct-smy-search-mask-m .dropdown-mini-inner .dropdown-mini-item a {
    padding: 0 20px;
    font-size: 12px;
    color: #333;
  }
  .pct-smy-search-mask-m .dropdown-mini-inner .dropdown-mini-item a:hover {
    text-decoration: none;
  }
  .pct-smy-search-mask-m .c-top-searchbar.searchbar-show .c-top-searchbar-box .search-ipt {
    background-color: #f7f8fa;
    border: 1px solid #e5e5e5;
    outline: 0;
  }
  .pct-smy-search-mask-m .nav-search-icon {
    display: inline-block;
    background-image: url(sprite/product-media31-201812181933.svg);
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-position: 50% 50%;
    background-size: 112.5% 112.5%;
    background-repeat: no-repeat;
  }
  .pct-smy-search-mask-m .search-btn-close .nav-search-close-icon {
    color: #333;
  }
  .pct-smy-search-mask-m .nav-dropdown-mini {
    outline: 0;
  }
  .pct-smy-search-mask-m .c-top-searchbar-box .nav-dropdown-mini {
    background-color: #fff;
  }
  .pct-smy-search-mask-m .c-searchbar-ctrl {
    border-bottom: solid 1px #e5e5e5;
  }
}
@media screen and (max-width: 600px) {
  .pct-smy-product-title {
    position: relative;
  }
  .pct-smy-product-title:after {
    content: '';
    right: 15px;
    top: calc((55px - 8px) / 2);
    width: 14px;
    height: 8px;
    position: absolute;
    background-image: url(sprite/product-media32-201812181933.svg);
    -webkit-transition: transform 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    background-position: 5.56% 50%;
    background-size: 228.57142857% 125%;
    background-repeat: no-repeat;
  }
  .pct-smy-product-title.active:after {
    background-image: url(sprite/product-media32-201812181933.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: 94.44% 50%;
    background-size: 228.57142857% 125%;
    background-repeat: no-repeat;
  }
  .pct-smy-product-list .pct-smy-product-title {
    padding: 0 35px 0 20px;
    font-size: 16px;
    line-height: 54px;
  }
  .pct-smy-product-list {
    border: none;
    margin-top: 0;
  }
  .pct-smy-product-list + .pct-smy-product-list {
    border-top: solid 1px #e5e5e5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .pct-smy-product-list:last-child > ul {
    border-bottom: solid 1px #e5e5e5;
  }
  .pct-smy-product-list .pct-smy-product-title.active .active-img.home-product-icon {
    display: inline-block;
  }
  .pct-smy-product-list .pct-smy-product-title .home-product-icon.active-img,
  .pct-smy-product-list .pct-smy-product-title.active .home-product-icon {
    display: none;
  }
  .pct-smy-product-list .pct-smy-product-title .home-product-icon {
    display: inline-block;
  }
  .pct-smy-product-list .home-product-item {
    margin-bottom: 0;
    padding: 10px 15px;
    display: block;
    width: auto;
  }
  .pct-smy-product-list .home-product-item-tit {
    margin-bottom: 4px;
  }
  .pct-smy-product-list .home-product-item-tit > a {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 19px;
  }
  .pct-smy-product-list .home-product-item-txt {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-top: 0;
  }
  .pct-smy-product-list .home-product-item:first-child {
    padding-top: 20px;
  }
  .pct-smy-product-title.active {
    color: var(--app-color-text-link-active);
  }
  .pct-smy-body {
    padding-bottom: 0;
  }
}
#MAXIM {
  content: 'veg20181224163253';
}
@media screen and (max-width: 600px) {
  .product-body .c-hero-section {
    height: 350px;
  }
  .c-hero-section .c-hero-section-tit {
    font-size: 32px;
    font-weight: 500;
    margin-top: 25px;
  }
  .product-body .c-hero-section .c-hero-section-inner {
    text-align: center;
  }
  .c-hero-section .c-hero-section-des {
    margin-top: 12px;
    margin-bottom: 28px;
  }
  .c-hero-section .c-hero-section-tit {
    text-align: center;
  }
  .c-hero-section .c-hero-section-btn .c-btn {
    height: 36px;
    width: 100%;
    line-height: 36px;
    margin-right: 0;
  }
  .c-hero-section .c-hero-section-ct {
    margin-top: 65px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-hero-section .c-hero-section-ct {
    width: 70%;
  }
  .c-hero-section .c-hero-section-btn .c-btn:nth-child(2) {
    margin-left: 5px;
  }
  .c-hero-section .c-hero-section-btn .c-btn {
    width: 100px;
    margin-top: 0px;
  }
  .function-mod .c-media-img {
    position: absolute;
  }
  .function-mod .c-media-img img {
    margin: 0;
  }
  .function-mod .c-media-body .c-media-info {
    margin-top: 25px;
  }
  .function-mod .c-media-body .c-media-heading {
    margin-left: 66px;
    margin-top: -5px;
    text-align: left;
  }
  .function-list .c-media .c-media-img img {
    width: 48px;
    height: 48px;
  }
  .child-p-mod .c-titlebar-bar {
    background-image: url('/qcmain/raw/rp1SgiKQg9qdehmNfERXY.svg');
  }
  .child-p-mod .c-titlebar-bar .c-titlebar-tit {
    color: #fff;
  }
  .c-tab-responsive .c-tab-v-tit,
  .c-tab-responsive > ul {
    display: block;
  }
  .c-tab-responsive .J-mTabItem {
    display: none;
  }
  .c-tab-responsive .c-tab-panel-mod {
    display: block;
  }
  .c-tab-responsive .c-tab-panel {
    display: none;
  }
  .scenario-mod .c-tab-simple {
    min-width: 100px;
  }
  .c-tab-responsive ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .scenario-mod .J-tabWrappe .J-tabItem {
    display: flex;
    align-items: end;
  }
}
.c-section > .c-section-inner > .c-section-bd > .about-mod-con > .c-media-horiz > .c-media-body > .c-media-info,
.c-section > .c-section-inner > .c-section-bd > .c-grid > .J-section2Item > .c-media > .c-media-body > .c-media-info {
  -webkit-line-clamp: 7;
}
