.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;
}
@font-face {
  font-family: qcloud-num;
  src: url(../font/qcloud-num.eot);
  src: url(../font/qcloud-num.eot?#font-spider) format('embedded-opentype'), url(../font/qcloud-num.woff) format('woff'), url(../font/qcloud-num.ttf) format('truetype'), url(../font/qcloud-num.svg) format('svg');
  font-weight: 400;
  font-style: normal;
}
.solution .links {
  color: var(--app-color-text-link-default);
}
.solution .links:hover {
  text-decoration: underline;
}
.tc-15-btn {
  display: inline-block;
  height: 26px;
  min-width: 24px;
  padding: 0 20px;
  border: 1px solid #ed711f;
  color: #ed711f;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  transition: 0.2s ease background;
  background-color: rgba(237, 113, 31, 0);
  border-radius: 2px;
}
.tc-15-btn:focus,
.tc-15-btn:hover {
  border-color: #ed711f;
  background: #ed711f;
  color: #fff;
}
.tc-15-btn.disabled {
  border-color: #d5d5d5;
  background: #e8e8e8;
  color: #a2a2a2;
  cursor: default;
}
.section {
  padding: 70px 0;
  min-width: 320px;
  position: relative;
}
.section .section-inner {
  min-width: 320px;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.section .section-title h3 {
  font-size: 36px;
  line-height: 56px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
.section .section-title span {
  font-size: 18px;
  line-height: 22px;
  color: #666;
  display: inline-block;
}
.section-content {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.section-slide a {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 70px;
  margin-top: -35px;
}
.section-footer {
  text-align: center;
  margin-top: 55px;
}
.section-footer .links {
  font-size: 18px;
  line-height: 18px;
}
.section-footer .section-slide-point-list {
  margin-bottom: 30px;
}
.vertical-list {
  font-size: 0;
}
.vertical-list .vertical-item {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.vertical-list .vertical-item-head {
  margin: 0 auto;
}
.vertical-list .vertical-item-body {
  padding: 0 10%;
}
.vertical-list .vertical-item-body h4 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin: 24px 0 12px;
}
.vertical-list .vertical-item-body .text {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.vertical-list .section-case-content .text {
  text-align: center;
}
.vertical-list.column-4 .vertical-item {
  width: 25%;
}
.vertical-list.column-3 .vertical-item {
  width: 33%;
}
.vertical-list.column-2 .vertical-item {
  width: 50%;
}
.bg-color-1 {
  background-color: #f8fcff;
}
.bg-color-2 {
  background-color: #edf7ff;
}
.bg-color-3 {
  background-color: var(--app-color-bg-brand-default);
}
.tab-list {
  font-size: 0;
}
.tab-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.tab-list .tab-item {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 170px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  color: #404a58;
  transition: 0.2s ease background;
}
.tab-list .tab-item:hover {
  background: #cde8ff;
}
.tab-list .current .tab-item {
  background: var(--app-color-bg-brand-default);
  color: #fff;
}
.disc-list li {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  list-style-position: inside;
  text-align: left;
}
.disc-list li:before {
  color: #98b2ba;
  content: '\2022\20';
  padding-right: 5px;
  font-size: 14px;
  line-height: 30px;
}
.section-slide-left {
  left: 10px;
  background-image: url();
  background-position: -324px -80px;
}
.section-slide-right {
  right: 10px;
  background-image: url();
  background-position: -280px -80px;
}
.section-dis-slide-left {
  background-image: url();
  background-repeat: no-repeat;
  cursor: default;
  background-position: -280px -152px;
}
.section-dis-slide-right {
  background-image: url();
  background-repeat: no-repeat;
  cursor: default;
  background-position: -302px -80px;
}
.section-slide-point {
  width: 100%;
  margin-top: -30px;
}
.section-slide-point-list {
  float: left;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.section-slide-point-list .point {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #c3dcf0;
  cursor: pointer;
}
.section-slide-point-list .point-active {
  background-color: var(--app-color-bg-brand-default);
}
.vertical-list-2 .list-dl {
  width: 30%;
  margin-top: 35px;
  text-align: center;
  color: #48819b;
  display: inline-block;
  vertical-align: middle;
}
.vertical-list-2 .list-dl dt {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 5px;
}
.vertical-list-2 .list-dl dd {
  font-size: 16px;
}
.vertical-list-2 .stick {
  display: inline-block;
  width: 2px;
  background-color: #dbecf3;
  height: 65px;
  vertical-align: text-top;
}
.content-list.ct-2 .list {
  padding-left: 12%;
  width: 50%;
}
.content-list.ct-3 .list {
  padding-left: 7%;
  padding-right: 3%;
  width: 33.3%;
}
.m-ct {
  overflow: hidden;
}
.m-ct .title-list {
  display: inline-block;
  vertical-align: top;
}
.m-ct .title-list .title {
  font-weight: 400;
}
.section .section-inner .anchor {
  position: absolute;
  top: -40px;
}
.section-fixbar {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fcfeff;
  width: 100%;
  height: 60px;
  padding: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}
.section-fixbar .section-inner {
  position: relative;
}
.section-fixbar .fixbar-list {
  vertical-align: middle;
  width: 80%;
  white-space: nowrap;
  overflow-x: scroll;
  width: 90%;
  display: flex;
}
.section-fixbar.without-btn .fixbar-list {
  width: 100%;
}
.section-fixbar .fixbar-list li {
  display: table-cell;
  text-align: center;
}
.section-fixbar .fixbar-list .fixbar-tab {
  color: #333;
  font-size: 14px;
  padding: 0 10px;
  line-height: 59px;
  display: inline-block;
}
/* 滚动槽 */
.fixbar-list.J-fixBarList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.fixbar-list.J-fixBarList::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
/* 滚动条滑块 */
.fixbar-list.J-fixBarList::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.section-fixbar .fixbar-list .current .fixbar-tab,
.section-fixbar .fixbar-list .fixbar-tab:hover {
  color: var(--app-color-text-brand-hover);
  border-bottom: 3px solid var(--app-color-text-brand-hover);
}
.section-fixbar .op-btn {
  position: absolute;
  top: 15px;
  right: 5px;
}
.section-fixbar .tc-15-btn {
  float: right;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 5px;
  display: inline-block;
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.section-fixbar .tc-15-btn.btn-group {
  float: left;
  margin: 0 5px;
  position: relative;
  top: 0;
  right: 0;
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.section-fixbar .tc-15-btn.btn-group:hover {
  background: var(--app-color-bg-brand-hover);
}
.section-banner {
  padding: 0;
  position: relative;
  z-index: 10;
}
.section-banner .section-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-banner .banner .banner-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-banner .section-content,
.section-speciality .section-content {
  margin-top: 0;
}
.section-banner .banner {
  position: relative;
}
.section-banner .banner-ct {
  position: absolute;
  top: 0;
  color: #fff;
  padding-top: 6.5%;
  padding-left: 3%;
}
.section-banner .banner-ct .title {
  font-size: 54px;
  font-weight: 400;
}
.section-banner .banner-ct .des-text {
  font-size: 22px;
}
.section-banner .banner-ct .op {
  margin-top: 50px;
}
.section-banner .banner .tc-15-btn {
  background: url(#) \9;
  background: 0 0;
  border: 1px solid #fff;
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  padding: 0 47px;
}
.section-speciality {
  position: relative;
  z-index: 15;
  margin-top: -55px;
  padding: 0 0 50px;
}
.section-speciality .vertical-list .head-img {
  width: 48px;
  height: 48px;
}
.section-speciality .vertical-list .vertical-item-head {
  width: 48px;
  height: 48px;
  border: 4px solid #f4f4f4 \9;
  border: 4px solid rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 31px;
  border-radius: 100%;
  margin: 0 auto;
}
.section-framework {
  position: relative;
  font-size: 0;
  padding: 0;
  background: #edf7ff;
  overflow: hidden;
}
.section-framework .section-inner {
  display: table;
}
.section-framework .tc-15-btn {
  margin-right: 10px;
}
.section-framework .left-side {
  width: 74%;
  display: table-cell;
  vertical-align: top;
  padding: 80px 0;
}
.section-framework .right-bg {
  position: relative;
  display: table-cell;
}
.section-framework .right-side {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  padding-left: 10%;
  margin-top: 290px;
  position: relative;
}
.section-framework .right-side .title {
  font-size: 16px;
  font-weight: 700;
}
.section-framework .body .links,
.section-framework .body .tc-15-btn {
  display: inline-block;
  line-height: 26px;
}
.section-framework .right-side .head .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
}
.section-framework .right-side .head .title,
.section-framework .right-side .litter-title {
  line-height: 28px;
}
.section-framework .fw-img {
  margin-top: 85px;
  position: relative;
}
.section-framework .fw-img .img-bg,
.section-framework .fw-img .img-content {
  position: absolute;
  top: 0;
  left: 0;
}
.section-framework .fw-img .img-bg {
  z-index: 10;
}
.section-framework .fw-img .img-content {
  z-index: 15;
}
.section-framework .m-fw-img {
  display: none;
}
.section-framework .right-bg .right-bg-img {
  position: absolute;
  height: 100%;
  height: 10000px;
  top: 0;
  left: 0;
  width: 1000px;
}
.section-framework .right-bg .body {
  margin-top: 25px;
  padding-top: 30px;
  border: 1px dashed #bdccd8;
  border-width: 1px 0 0;
}
.section-framework .right-bg .head,
.section-framework .right-bg .product {
  padding: 0;
}
.section-framework .right-bg .product .disc-list {
  margin-top: 5px;
}
.section-framework .right-bg .product {
  margin: 15px 0;
}
.section-framework .body .text {
  margin-bottom: 5px;
}
.section-framework .section-title .m-text {
  display: none;
}
.section-framework .m-tips {
  display: none;
  font-size: 12px;
  text-align: center;
  color: #999;
  margin-top: 15px;
}
.section-cloudproduct .section-content {
  width: 100%;
  overflow: hidden;
  margin-top: 58px;
}
.section-cloudproduct .vertical-list {
  width: 2400px;
  height: 510px;
  padding-top: 30px;
}
.section-cloudproduct .vertical-list .vertical-item {
  font-size: 16px;
  display: inline-block;
  width: 273px;
  height: 470px;
  background-color: #fff;
  vertical-align: top;
  border: 1px solid #e4ecf3;
  margin: 0 10px;
}
.section-cloudproduct .vertical-item-head {
  position: relative;
  height: 135px;
}
.section-cloudproduct .vertical-item-head .head-img {
  position: absolute;
  top: -20px;
  right: 10px;
}
.section-cloudproduct .section-cloudproduct-list-body {
  padding: 0 30px;
}
.section-cloudproduct .vertical-item-body h4 {
  font-size: 24px;
  text-align: left;
  color: #000;
}
.section-cloudproduct .vertical-item-body .des {
  font-size: 18px;
  color: #666;
  line-height: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.section-cloudproduct .vertical-item-body .text {
  height: 150px;
}
.section-cloudproduct .vertical-item-footer .tc-15-btn {
  display: block;
  line-height: 45px;
  margin: 0 auto;
  width: 218px;
  height: 47px;
  padding: 0;
  font-size: 16px;
  border-radius: 2px;
  box-sizing: border-box;
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.section-cloudproduct .vertical-item:hover .tc-15-btn {
  background: var(--app-color-bg-brand-hover);
}
.section-case .column-4 li:after {
  right: -2px;
}
.section-case .column-3 li:after {
  right: -3px;
}
.section-case .vertical-list li {
  position: relative;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #c9e5f5;
}
.section-case .section-content {
  margin-top: 0;
}
.section-case .vertical-item-head {
  height: 139px;
}
.section-case .section-content .vertical-list {
  padding-bottom: 10px;
}
.section-case .vertical-list .vertical-item {
  margin-top: 40px;
  box-sizing: border-box;
  width: 295px;
  height: 295px;
}
.section-case .vertical-list .section-case-content .vertical-item-body {
  margin-top: 50px;
  padding: 0;
}
.section-case .vertical-list .border-none {
  border: none;
}
.section-case .vertical-item-footer {
  padding: 0 9.9%;
}
.section-case .vertical-list li:hover .section-case-content-hover {
  display: block;
}
.section-case-content img {
  margin-top: 25px;
  max-width: 100%;
}
.section-case-content h4 {
  margin-top: 35px;
}
.section-case-content-hover {
  width: 98%;
  position: absolute;
  left: 1%;
  top: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  text-align: left;
}
.section-case-content-hover .vertical-item-body {
  line-height: 25px;
  padding: 0 9.9%;
}
.section-case-content-hover .vertical-item-footer {
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  margin-top: 25px;
}
.section-case .section-slide-left {
  left: 0;
}
.section-case .section-slide-right {
  right: 0;
}
.section-scenario1 .section-content {
  overflow: hidden;
}
.section-scenario1 .vertical-list {
  width: 2400px;
  height: 410px;
}
.section-scenario1 .vertical-item {
  display: inline-block;
  width: 278px;
  height: 400px;
  margin-right: 20px;
  background-color: #fff;
  border: 1px solid #e4ecf3;
}
.section-scenario1 .vertical-item.last {
  margin-right: 0;
}
.section-scenario1 .vertical-item h4 {
  text-align: left;
}
.section-scenario1 .vertical-item .vertical-item-body {
  margin-top: 10px;
}
.section-scenario1 .vertical-item .head-img {
  max-width: 100%;
  display: block;
}
.section-scenario1 .vertical-item-body {
  padding: 0 10%;
  overflow: hidden;
}
.section-scenario1 .section-slide a {
  top: 38.5%;
}
.section-scenario1 .section-slide-left {
  left: 0;
}
.section-scenario1 .section-slide-right {
  right: 0;
}
.section-scenario2 .section-scenario2-img {
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
  height: auto;
}
.section-scenario2 .section-content .title-list.fl {
  float: left;
}
.section-scenario2 .section-content .title-list.fr {
  float: right;
}
.section-scenario2 .m-ct {
  padding: 60px 0;
  border-bottom: 1px solid #bfd4e4;
}
.section-scenario2 .last-m-ct {
  border: 0;
  padding-bottom: 0;
}
.section-scenario2 .section-content {
  margin-top: 0;
}
.section-scenario2 .m-ct .title-list {
  width: 40.49%;
}
.section-scenario2 .m-ct .title-list .title {
  color: #000;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
}
.section-scenario2 .m-ct .title-list .text {
  font-size: 14px;
  color: #74777c;
  line-height: 30px;
}
.section-scenario2 .links {
  font-size: 14px;
  line-height: 30px;
}
.section-scenario2 .section-scenario2-1-content {
  margin-left: 3.47%;
}
.section-scenario2 .section-scenario2-2-content {
  margin-right: 6.93%;
}
.section-scenario2 .vertical-list-2 {
  margin-left: -6%;
  margin-right: -6%;
}
.section-scenario2 .tc-15-btn {
  margin-top: 40px;
  width: 136px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  padding: 0;
}
.section-third-party .vertical-list {
  width: 30000px;
  margin-right: -30px;
  font-size: 0;
}
.section-third-party .section-content {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-third-party .vertical-list .vertical-item {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-third-party .vertical-list .vertical-item:hover {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.section-third-party .vertical-item .text {
  font-size: 14px;
  color: #666;
  text-align: center;
  bottom: 19px;
  width: 100%;
  position: static;
}
.section-third-party .head-img {
  max-width: 90%;
  max-height: 100%;
  margin: 0 auto;
}
.section-third-party .section-slide-left {
  left: 0;
}
.section-third-party .section-slide-right {
  right: 0;
}
.section-third-party .vertical-list .vertical-item {
  background-color: #fff;
  border: 1px solid #e4ecf3;
  height: 163px;
  width: 280px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
}
.section-third-party .vertical-list-item-3 .vertical-item {
  width: 380px;
}
.section-third-party .vertical-list-item-4 .vertical-item {
  width: 280px;
}
.vertical-item > a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.section-third-party .vertical-list {
  margin-left: -10px;
}
.section-third-party .vertical-item-head {
  margin-top: 15px;
  height: 90px;
}
.section-third-party .vertical-item-body {
  padding: 0;
  margin-top: 15px;
}
.section-scenario3 {
  background: url(img/solution-global/vip-bg.png) top center no-repeat #edf7ff;
}
.section-scenario3 .section-content {
  margin-top: 110px;
  font-size: 0;
}
.content-list .list {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-list .title {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  vertical-align: top;
  position: relative;
}
.content-list .list-num {
  font-size: 55px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
  font-family: qcloud-num;
  position: absolute;
  top: 0;
  left: -60px;
}
.content-list .m-list {
  margin-top: 22px;
  line-height: 31px;
}
.section-scenario3 .list .text {
  margin-top: 5px;
}
.section-scenario3 .links {
  font-size: 14px;
}
.section-faq,
.section-faq .disc-list li {
  color: #fff;
}
.section-faq .title-list li {
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  list-style: none;
}
.section-faq .section-title h3,
.section-faq a {
  color: #fff;
}
.section-faq .section-content {
  font-size: 0;
  margin-top: 35px;
}
.section-faq .title-list {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  width: 30%;
}
.section-faq .title-list .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
}
.section-faq li {
  list-style: disc inside;
  line-height: 30px;
}
.section-faq .load {
  float: right;
  width: 260px;
  font-size: 0;
}
.section-faq .load li:hover {
  background-color: var(--app-color-bg-brand-default);
}
.section-faq .disc-list {
  color: #fff;
}
.section-faq .load li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  width: 105px;
  margin-left: 25px;
  text-align: center;
}
.section-faq .load .text {
  display: block;
  color: #fff;
}
.section-faq .load .size {
  font-size: 12px;
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  margin: auto;
}
.load-icon {
  display: inline-block;
  width: 78px;
  height: 78px;
  background-image: url();
  background-position: -280px 0px;
}
.section-otherpd .section-title h3 {
  font-size: 24px;
}
.section-otherpd .vertical-item {
  margin: 15px 0 35px;
}
.section-otherpd .vertical-item-body {
  padding: 0 5%;
}
.section-otherpd .vertical-item-body h4 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
  color: #000;
}
.section-otherpd .vertical-item-body .item-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.section-otherpd .links {
  margin-top: 10px;
  display: inline-block;
}
.tip-area {
  position: relative;
}
.tip-area .tip-all {
  position: absolute;
  font-size: 14px;
  background: #fff;
  border: 1px solid #bbbec3;
  padding: 10px;
  display: block;
}
.section-our-service {
  background-color: #fff;
  padding: 40px 0;
}
.section-our-service .d-tb {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-our-service .d-tbc {
  display: table-cell;
}
.section-our-service .d-tbc-first,
.section-our-service .d-tbc-last {
  width: 17%;
}
.section-our-service .service-item {
  border-left: 1px solid #dcddde;
  height: 80px;
  font-size: 14px;
  text-align: center;
  display: block;
}
.section-our-service .d-tbc:first-child .service-item {
  border-left: 0;
}
.section-our-service .service-item .term {
  display: inline-block;
  height: 77px;
}
.section-our-service .first-service-item {
  text-align: left;
}
.section-our-service .service-item .term-1 {
  width: 116px;
  background-image: url();
  background-position: -134px -79px;
}
.section-our-service .service-item .term-2 {
  width: 133px;
  background-image: url();
  background-position: -145px 0px;
}
.section-our-service .service-item .term-3 {
  width: 103px;
  background-image: url();
  background-position: 0px -158px;
}
.section-our-service .service-item .term-4 {
  width: 132px;
  background-image: url();
  background-position: 0px -79px;
}
.section-our-service .service-item .term-5 {
  width: 143px;
  background-image: url();
  background-position: 0px 0px;
}
.section-our-service .last-service-item {
  text-align: right;
}
.section-our-service .sr-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.section-our-service .d-tbc-first {
  padding-left: 1%;
}
.section-our-service .d-tbc-last {
  padding-right: 1%;
}
.section-architect .ct-area {
  position: relative;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.section-architect .vertical-list {
  width: 2400px;
  height: 167px;
  position: relative;
}
.section-architect .vertical-list .vertical-item {
  font-size: 16px;
  display: inline-block;
  width: 340px;
  background-color: #fff;
  vertical-align: top;
  border: 1px solid #e4ecf3;
  margin: 0 10px;
  padding: 20px 19px;
}
.section-architect .vertical-list .vertical-item-head {
  float: left;
  width: 112px;
  height: 112px;
}
.section-architect .vertical-list .vertical-item-head .head-img {
  width: 112px;
  height: 112px;
}
.section-architect .vertical-list .vertical-item-body {
  padding: 0;
  margin-left: 132px;
}
.section-architect .vertical-list .vertical-item-body h4 {
  text-align: left;
  margin-top: 5px;
}
.section-architect .vertical-list .vertical-item-body h4 .title {
  color: #999;
  font-size: 14px;
  padding-left: 10px;
  border-left: 1px solid #cfdbe5;
  margin-left: 10px;
}
.section-architect .vertical-list .vertical-item-body .text {
  line-height: 22px;
  word-wrap: break-word;
}
.section-architect .op {
  text-align: center;
  margin-top: 80px;
}
.section-architect .op .tc-15-btn {
  width: 100px;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.section-architect .op .tc-15-btn:hover {
  background: var(--app-color-bg-brand-hover);
}
.section-architect .op.m-op {
  display: none;
}
.section-architect .tab-area .des-text {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
  padding-bottom: 30px;
}
.section-architect .list-content-head {
  position: relative;
  background-color: #fdfdfd;
  line-height: 45px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #e6ecf5;
  margin: 0 10px;
  display: none;
}
.section-architect .list-content-head .title {
  display: block;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}
.section-architect .list-content-head .icon {
  display: inline-block;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 17px;
  right: 20px;
}
.section-architect .list-content-head.arr-down .icon,
.section-architect .list-content-head.arr-up .icon {
  background-image: url(sprite/solution-mod-201812251019.svg);
  background-position: 99.02% 1.11%;
  background-size: 737.5% 1000%;
  background-repeat: no-repeat;
}
.section-architect .ct-area .m-link {
  display: none;
}
.tc-15-rich-dialog.contact {
  width: 740px;
}
.tc-15-rich-dialog.contact .tc-15-rich-dialog-bd {
  padding-left: 30px;
  padding-right: 30px;
}
.tc-15-rich-dialog.contact .info-list-menu .item {
  display: block;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text {
  float: left;
  text-align: left;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  float: left;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .icon-1 {
  background-image: url(sprite/solution-mod-201812251019.svg);
  background-position: 1.43% 1.92%;
  background-size: 245.83333333% 208.33333333%;
  background-repeat: no-repeat;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .icon-2 {
  background-image: url(sprite/solution-mod-201812251019.svg);
  background-position: 72.86% 1.92%;
  background-size: 245.83333333% 208.33333333%;
  background-repeat: no-repeat;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .icon-3 {
  background-image: url(sprite/solution-mod-201812251019.svg);
  background-position: 1.43% 98.08%;
  background-size: 245.83333333% 208.33333333%;
  background-repeat: no-repeat;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .icon-4 {
  background-image: url(sprite/solution-mod-201812251019.svg);
  background-position: 72.86% 98.08%;
  background-size: 245.83333333% 208.33333333%;
  background-repeat: no-repeat;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .ct {
  margin-left: 68px;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .ct .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.tc-15-rich-dialog.contact .info-list-menu .info-text .ct .text {
  color: #666;
}
.tc-15-rich-dialog.contact .info-list-menu .contact {
  float: right;
}
.tc-15-rich-dialog.contact .info-list-menu .contact .op {
  font-size: 16px;
  color: #666;
  position: relative;
  top: 15px;
}
.tc-15-rich-dialog.contact .info-list-menu .contact .tc-15-btn {
  height: 33px;
  line-height: 33px;
  width: 70px;
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.tc-15-rich-dialog.contact .info-list-menu .contact .tc-15-btn:hover {
  background: var(--app-color-bg-brand-hover);
}
.tc-15-rich-dialog.contact .tc-15-rich-dialog-ft {
  background: #fff;
  text-align: left;
  color: #666;
  height: auto;
}
.tc-15-rich-dialog.contact .tc-15-rich-dialog-ft .links {
  color: var(--app-color-text-link-default);
}
.tc-15-rich-dialog.contact .tc-15-rich-dialog-ft .links:hover {
  text-decoration: underline;
}
.section-document {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 120px;
  overflow: hidden;
}
.section-document:after {
  content: '';
  background-image: url(img/solution-global/bg-document.png);
  top: 120px;
  right: -60px;
  position: absolute;
  z-index: 1;
  width: 520px;
  height: 573px;
}
.section-document.bg-color-1:after {
  opacity: 0.4;
}
.section-document .section-inner {
  position: relative;
  z-index: 2;
}
.section-document .menu-list {
  font-size: 0;
  margin-top: 30px;
}
.section-document .menu-links {
  display: inline-block;
  vertical-align: top;
  width: 24.9%;
  font-size: 14px;
}
.section-document .menu-list h4 {
  margin-bottom: 20px;
}
.section-document .menu-links .links-title {
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
.section-document .menu-links .links-title:hover {
  cursor: default;
}
.section-document .menu-links .links-title .icon {
  display: inline-block;
  display: none;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 17px;
  right: 20px;
}
.section-document .menu-links.arr-up .links-title .icon {
  background-image: url();
  background-position: -302px -152px;
}
.section-document .menu-links.arr-down .links-title .icon {
  background-image: url();
  background-position: -320px -152px;
}
.section-document .menu-links ul li {
  position: relative;
  padding-left: 15px;
}
.section-document .menu-links ul li:before {
  position: absolute;
  content: '\2022\20';
  font-size: 10px;
  color: var(--app-color-text-link-default);
  top: 5px;
  left: 0;
}
.section-document .menu-links ul li a {
  color: var(--app-color-text-link-default);
  line-height: 25px;
  max-width: 80%;
  display: inline-block;
}
.section-document .menu-links ul li a:hover {
  color: var(--app-color-bg-brand-hover);
  text-decoration: underline;
}
.international .vertical-list-2 .list-dl dt {
  font-size: 30px;
}
.international .section-scenario2 .vertical-list-2 {
  margin: 0;
}
.international .section-cloudproduct .vertical-list {
  height: 560px;
}
.international .section-cloudproduct .vertical-list .vertical-item {
  height: 550px;
}
.international .section-scenario1 .vertical-list {
  height: 450px;
}
.international .section-scenario1 .vertical-item {
  height: 440px;
}
.international .solution-game .section-multi-channel .vertical-list .vertical-item {
  height: 250px;
}
.solution-video .section.section-framework .tab-list .current .tab-item:after {
  border-top-color: var(--app-color-bg-brand-default);
}
.solution-video .section.section-framework .tab-list-2 .current .tab-item {
  color: var(--app-color-text-brand-default);
}
.solution-game .section.section-framework .tab-list .current .tab-item:after {
  border-top-color: var(--app-color-bg-brand-default);
}
.solution-game .section.section-framework .tab-list-2 .current .tab-item {
  color: var(--app-color-text-brand-default);
}
.solution-trip .section.section-framework .tab-list .current .tab-item:after {
  border-top-color: var(--app-color-bg-brand-default);
}
.solution-trip .section.section-framework .tab-list-2 .current .tab-item {
  color: var(--app-color-text-brand-default);
}
.solution-o2o .section.section-framework .tab-list .current .tab-item:after {
  border-top-color: var(--app-color-bg-brand-default);
}
.solution-o2o .section.section-framework .tab-list-2 .current .tab-item {
  color: var(--app-color-text-brand-default);
}
.solution-bigdata .section.section-framework .tab-list .current .tab-item:after {
  border-top-color: var(--app-color-bg-brand-default);
}
.solution-bigdata .section.section-framework .tab-list-2 .current .tab-item {
  color: var(--app-color-text-brand-default);
}
.solution-wechat .section.section-framework .tab-list .current .tab-item:after {
  border-top-color: var(--app-color-bg-brand-default);
}
.solution-wechat .section.section-framework .tab-list-2 .current .tab-item {
  color: var(--app-color-text-brand-default);
}
.sol-banner {
  height: 500px;
  background: center center #222733;
  /* overflow: hidden; */
  background-size: cover;
  padding: 0 20px;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  position: relative;
}
.sol-banner .solution-banner-inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 135px 0 0 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sol-banner .solution-banner-ct {
  width: 45%;
}
.sol-banner .solution-banner-tit {
  font-size: 48px;
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
}
.sol-banner .solution-banner-des {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
  margin: 16px 0 40px;
}
.sol-banner .solution-banner-des p {
  line-height: 1.7;
}
.sol-banner .solution-banner-btn {
  font-size: 0;
  margin-top: 65px;
}
.sol-banner .solution-banner-inner .solution-banner-btn .c-btn {
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  vertical-align: middle;
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.sol-banner .solution-banner-btn .c-btn:nth-child(2) {
  margin-left: 15px;
}
.sol-banner-nobtn .solution-banner-inner {
  padding: 175px 0 0 5px;
}
.sol-banner.has-logo .solution-banner-inner {
  padding: 115px 0 0 5px;
}
.sol-banner-logo {
  height: 40px;
  display: block;
}
.sol-banner-logo img {
  height: 100%;
  display: none;
}
.sol-banner-logo img.sol-banner-logo-pc {
  display: block;
}
.solution-banner-inner {
  position: relative;
  z-index: 2;
}
.solution-banner-video-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.solution-banner-video-inner .solution-banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol-recommend .ico48 {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
.sol-recommend .demo {
  background-image: url(http://ue.qzone.qq.com/48x48);
}
.sol-recommend .c-media-info {
  text-align: left;
}
.c-tab-alignleft {
  text-align: left;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 3px;
}
.c-tab-aligncenter {
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
}
.c-tab-normal .c-tab-simple {
  padding: 0 5px;
  border-bottom: 0;
}
.c-tab-normal .c-tab-simple:first-child {
  padding-left: 0;
}
.c-tab-normal .c-tab-simple a {
  padding: 10px 0;
}
.c-tab-weak .c-tab-simple a {
  padding: 0;
  line-height: 1;
}
.c-tab-weak {
  margin-left: 0;
  margin-bottom: 20px;
}
.sol-framework .solution-framework-first-tab {
  border-top: 1px solid #e5e5e5;
}
.sol-framework .solution-framework-img {
  display: inline-block;
  vertical-align: top;
  max-width: 70%;
  height: auto;
  width: 70%;
}
.sol-framework .solution-framework-img img {
  display: block;
  max-width: 810px;
}
.sol-framework .solution-framework-word {
  width: 26.5%;
  float: right;
}
.sol-framework .solution-framework-simple-title {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  padding-bottom: 10px;
}
.sol-framework .solution-framework-simple-detail p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 10px;
}
.sol-framework .solution-framework-simple-detail p:last-child {
  margin-bottom: 0;
}
.sol-framework .solution-framework-word-simple {
  margin-bottom: 40px;
}
.sol-framework .c-tab-panel {
  display: none;
}
.sol-framework .c-tab-panel.current,
.sol-framework .solution-framework-box.current {
  display: block;
}
.sol-framework .solution-framework-simple-title-small {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 5px;
}
.sol-framework .solution-framework-simple-list {
  color: #666;
  margin-bottom: 40px;
}
.sol-framework .solution-framework-simple-list:last-child {
  margin-bottom: 0;
}
.sol-framework .solution-framework-simple-list li {
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
  line-height: 1.7;
}
.sol-framework .solution-framework-simple-list li:before {
  position: absolute;
  top: 8px;
  left: 1px;
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
}
.sol-framework .solution-framework-word-simple:last-child {
  margin-bottom: 0;
}
.sol-framework .shadow-title {
  display: none;
}
.sol-framework .solution-framework-simple-detail p.solution-framework-btn-box {
  line-height: 1;
}
.solution-framework-btn-box .c-link {
  margin-left: 0;
  line-height: 1;
}
.solution-framework-simple-detail {
  margin-bottom: 20px;
}
.solution-framework-simple-detail:last-child {
  margin-bottom: 0;
}
.solution-framework-btn-box .c-btn-small {
  margin-right: 10px;
}
.c-tab-panel-box {
  margin-top: 65px;
}
.sol-f-nonetab .c-tab-normal {
  display: none;
}
.c-section-bd > .J-cardWrapper > li > .business-unit-box {
  background-color: #F2F4F8;
}
.c-section-inner .c-section-bd > .c-margin-b20-grid > li > .J-cardItem:hover {
  box-shadow: none;
  transform: none;
}
.sol-f-nonetab .c-tab-panel-box {
  margin-top: 0;
}
.c-tab-normal {
  position: relative;
  margin-bottom: 50px;
}
.c-tab-normal .c-tab-simple {
  position: static;
  cursor: pointer;
}
.c-tab-normal .c-tab-simple a {
  position: relative;
}
.c-tab-normal .c-tab-simple.actived a:after {
  display: inline-block;
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: var(--app-color-bg-brand-default);
  z-index: 1;
}
.c-section.c-p-y-tall {
  padding-bottom: 80px;
}
.c-tab-normal .c-tab-simple.actived:after {
  display: none;
}
.c-tab-weak {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
}
.c-tab-simple.actived .c-tab-weak {
  display: block;
}
.c-tab-normal .c-tab-simple.actived .c-tab-weak .c-tab-simple .c-tab-tit {
  color: rgba(0, 0, 0, 0.9);
  padding: 4px 12px 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  margin-right: 10px;
}
.business-unit-box-bd {
  color: rgba(0, 0, 0, 0.6);
}
.c-tab-normal .c-tab-simple.actived .c-tab-weak .c-tab-simple .c-tab-tit:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.c-tab-normal .c-tab-simple.actived .c-tab-weak .c-tab-simple a:after {
  display: none;
}
.c-tab-normal .c-tab-simple.actived .c-tab-weak .c-tab-simple.actived .c-tab-tit {
  color: #FFFFFF;
  background-color: #000000;
}
.sol-scene .c-tab-normal.c-tab-alignleft {
  margin-bottom: 75px;
}
.sol-customer-list .c-media-horiz {
  padding: 30px;
  background: #fff;
}
.sol-customer-list .c-media-img {
  width: 48px;
  height: 48px;
  padding-right: 20px;
}
.sol-customer-list .c-media-img img {
  /* margin-top: 5px; */
  max-width: 100%;
}
.sol-scene .solution-scene-first-tab {
  border-top: 1px solid #e5e5e5;
}
.sol-scene .c-tab-panel-box:after,
.sol-scene .c-tab-panel-box:before {
  content: '';
  display: table;
}
.sol-scene .c-tab-panel-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sol-scene .solution-framework-box:after,
.sol-scene .solution-framework-box:before {
  content: '';
  display: table;
}
.sol-scene .solution-framework-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sol-scene .solution-framework-img {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 36.5%;
  height: auto;
}
.sol-scene .solution-framework-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.sol-scene .solution-framework-word {
  width: 60%;
  float: left;
}
.c-menu-list .c-menu-heading {
  color: #333;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
}
.c-menu-list .c-menu-link {
  color: var(--app-color-text-link-default);
  line-height: 28px;
  max-width: 80%;
  display: inline-block;
}
.c-menu-list .c-menu-link:hover {
  color: var(--app-color-bg-brand-hover);
  text-decoration: underline;
}
.c-menu-list .c-menu-heading-s {
  font-size: 14px;
}
.c-menu-ul {
  margin-bottom: 20px;
}
.c-menu-ul-dot > li {
  position: relative;
  padding-left: 14px;
}
.c-menu-ul-dot > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #888;
}
.sol-other-product .c-media-img {
  width: 32px;
  height: 32px;
}
.sol-other-product .c-media-link {
  margin-top: 10px;
  line-height: 1;
  display: block;
}
.sol-other-product .c-media-info {
  padding-right: 20px;
}
.sol-other-product.bg-color .c-media-horiz {
  background: 0 0;
}
.sol-core-customer {
  counter-reset: step;
}
.sol-core-customer .ico-circle-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #000;
  text-align: center;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sol-core-customer .ico-circle-num:after {
  counter-increment: step;
  content: counter(step);
  font-size: 16px;
}
.sol-core-customer .c-section-hd {
  margin-bottom: 40px;
}
.sol-core-customer .c-section-des,
.sol-core-customer .c-section-tit {
  text-align: center;
}
.sol-core-customer .c-media-horiz .c-media-img {
  display: block;
  padding-right: 0;
}
.sol-core-customer.bg-color .c-media-horiz {
  background: 0 0;
}
.sol-core-customer .c-media-body {
  text-align: center;
  margin-top: 20px;
  display: block;
}
.sol-core-customer .c-media-heading {
  text-align: center;
}
.sol-core-customer .c-media-info {
  text-align: left;
  margin-bottom: 10px;
}
.sol-core-customer .c-media-link {
  margin-right: 0;
}
.sol-friends .c-media {
  padding: 20px;
}
.sol-friends .c-media-img {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.sol-friends .c-media-heading {
  text-align: center;
  line-height: 1.5;
}
.sol-friends .c-media-body {
  margin-top: 10px;
}
.sol-timeline.bg-color .c-step-num,
.sol-timeline.bg-color .c-step-title,
.sol-timeline.bg-color .sol-step-num {
  background: #f7f8fa;
}
.sol-step-con {
  display: table;
  table-layout: fixed;
  width: 100%;
  counter-reset: step;
}
.sol-step-con .sol-step-col {
  display: table-cell;
  box-sizing: border-box;
  font-size: 0;
}
.sol-step-con .sol-step-col:last-child .sol-step-line {
  display: none;
}
.sol-step-content a {
  color: var(--app-color-text-link-default);
}
.sol-step-hd {
  display: table;
  width: 100%;
}
.sol-step-title {
  display: table-cell;
  position: relative;
  z-index: 1;
  padding: 5px;
  white-space: nowrap;
}
.sol-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid var(--app-color-bg-brand-default);
  text-align: center;
  line-height: 24px;
  color: var(--app-color-text-brand-default);
  font-weight: 700;
  background: #fff;
  margin-right: 10px;
  font-size: 0;
}
.sol-step-num:after {
  counter-increment: step;
  content: counter(step);
  font-size: 16px;
}
.sol-step-class-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.sol-step-line {
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.sol-step-bor {
  height: 1px;
  background: #b3b3b3;
  width: 100%;
  display: block;
}
.sol-step-bd {
  min-height: 24px;
}
.sol-step-content {
  padding-left: 45px;
  margin-top: 5px;
}
.sol-step-content span {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 24px;
  padding: 0;
}
.c-media-titlepic {
  padding: 0;
  background: 0 0;
  background-color: #F2F4F8;
}
.c-media-titlepic .c-media-img {
  position: relative;
  font-size: 0;
}
.c-media-titlepic .c-media-img:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
}
.c-media-titlepic .c-media-img img {
  width: 100%;
}
.c-media-titlepic .c-media-body {
  position: relative;
  padding: 20px;
}
.c-media-titlepic h4.c-media-heading {
  position: absolute;
  color: #fff;
  z-index: 10;
  left: 20px;
  top: -5px;
  color: rgba(0, 0, 0, 0.9);
}
.c-media-titlepic .c-media-info {
  padding-bottom: 20px;
}
.c-section li:last-of-type .c-media-titlepic .c-media-info {
  padding-bottom: 0;
}
.c-scene-tab {
  text-align: center;
  width: 100%;
}
.c-scene-tab .c-selection-type {
  display: block;
  text-align: left;
  margin-right: 0;
  position: relative;
  margin-bottom: 30px;
}
.c-scene-tab .c-selection-type a {
  display: block;
  padding: 0 40px 0 20px;
}
.c-scene-tab .c-selection-type .c-tab-tit {
  display: block;
  color: #333;
  font-size: 18px;
}
.c-scene-tab .c-selection-type .c-tab-des {
  display: block;
  color: #999;
  font-size: 14px;
}
.c-scene-tab .c-selection-type.actived .c-tab-tit,
.c-scene-tab .c-selection-type:hover .c-tab-tit {
  color: var(--app-color-text-brand-default);
}
.c-scene-tab .c-selection-type.actived:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: var(--app-color-bg-brand-default);
  z-index: 1;
}
.c-scene-tab .c-tab-ul {
  width: 20%;
  float: left;
}
.c-scene-tab .c-tab-panel {
  width: 80%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 2px solid #e5e5e5;
}
.c-scene-tab .c-selection-type.actived:after {
  display: inline-block;
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  left: inherit;
  right: -2px;
  bottom: 0;
  top: 0;
  background: none;
  z-index: 1;
}
.team-solution .c-scene-tab .c-tab-ul {
  width: initial;
}
.team-solution-mobile-title {
  display: none;
}
.team-solution-box {
  margin-left: 5%;
  text-align: left;
  width: 95%;
}
.team-solution-hd {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.team-question-ct {
  float: left;
  width: 53%;
}
.team-solution-ct {
  float: right;
  width: 40%;
}
.team-hd-tit {
  font-size: 24px;
  color: #333;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}
.team-hd-num {
  font-size: 14px;
  color: #666;
  vertical-align: bottom;
  display: inline-block;
}
.team-bd-tit {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.team-bd-des {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
}
.team-bd-des:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #888;
}
.team-question-ct .team-bd-des:last-child {
  margin-bottom: 0;
}
.team-bd-logos li {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.team-bd-logos li a {
  display: block;
}
.team-bd-logos li .team-logo {
  width: 48px;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.team-bd-logos li .logo-tit {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  display: block;
  line-height: 1.5;
}
.team-bd-logos li:hover .team-logo {
  border-color: var(--app-color-bg-brand-default);
}
.c-selection-type-info {
  display: none;
}
.c-selection-type-info.actived {
  display: block;
}
.team-solution-bd {
  min-height: 210px;
}
.team-solution-ct .team-bd-des {
  padding-left: 0;
}
.team-solution-ct .team-bd-des:before {
  display: none;
}
.c-case-leftpic .c-media-img {
  width: 200px;
  height: 100px;
  border-right: solid 1px #e5e5e5;
}
.c-case-leftpic .c-media-heading,
.c-case-leftpic .c-media-info {
  padding-left: 30px;
}
.c-section.sol-contact {
  padding: 88px 0 100px;
}
.c-section.sol-contact-has-bg .sol-contact-bg {
  background: url(img/contact-bg.jpg) top center no-repeat #fff;
  background-size: cover;
}
.sol-contact {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sol-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
}
.sol-contact-inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sol-contact-tit {
  line-height: 42px;
  font-size: 30px;
  color: #000;
  font-weight: 400;
}
.sol-contact-bd {
  margin-top: 20px;
}
.sol-contact-desc {
  line-height: 27px;
  font-size: 16px;
  color: #666;
  word-break: break-all;
}
.sol-contact-desc a {
  color: var(--app-color-text-link-default);
  font-weight: 700;
}
.sol-contact-desc a:hover {
  text-decoration: underline;
}
.sol-contact-ft {
  margin-top: 30px;
}
.sol-contact-btn .c-btn {
  min-width: 160px;
  height: 45px;
  line-height: 45px;
}
.sol-contact .c-grid {
  text-align: left;
}
.sol-contact .c-grid .sol-contact-main {
  padding-right: 100px;
}
.sol-contact .c-grid .sol-contact-tit {
  line-height: 32px;
  font-size: 24px;
}
.sol-contact-dl {
  word-break: break-all;
}
.sol-contact-dl-item {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.sol-contact-dd {
  color: #333;
  font-weight: 700;
}
.overflow-hidden {
  overflow: hidden;
}
.cvm,
.ico48 {
  width: 48px;
  height: 48px;
  display: block;
}
.icocenter {
  margin: 0 auto;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  -webkit-tap-highlight-color: transparent;
}
.textoverflow {
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
body {
  min-width: 1200px;
}
.pc-grid {
  margin-bottom: -20px;
}
.pc-grid li {
  margin-bottom: 20px;
}
.c-margin-b20-grid {
  margin-bottom: -20px;
}
a.anchor {
  position: absolute;
  top: -50px;
}
.c-section {
  position: relative;
}
.c-section-hd-align-left,
.c-section-hd-align-left .c-section-des,
.c-section-hd-align-left .c-section-tit {
  text-align: center;
}
.media-pic {
  max-width: 100%;
  margin: 0 auto;
  width: unset;
}
@media screen and (max-width: 1000px) {
  .section-our-service .d-tbc-last {
    width: 21%;
  }
}
@media screen and (min-width: 769px) {
  .section {
    min-width: 1200px;
  }
  .section .section-inner {
    min-width: 1180px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .section .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .section .section-title h3 {
    font-size: 30px;
    margin-left: 3.9%;
    margin-right: 3.9%;
  }
  .section .section-title span {
    font-size: 16px;
    margin-left: 3.9%;
    margin-right: 3.9%;
  }
  .section-fixbar {
    display: none;
  }
  .section-banner,
  .section-banner .section-inner {
    padding: 0;
  }
  .section-banner .banner .tc-15-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
  }
  .section-banner .banner-ct .title {
    font-size: 36px;
  }
  .section-banner .banner-ct .des-text {
    font-size: 16px;
  }
  .section-banner .banner-ct .op {
    margin-top: 10%;
  }
  .section-speciality {
    margin-top: -25px;
    padding: 25px 0 0;
  }
  .section-speciality .vertical-wrap {
    padding: 10px 0 30px;
  }
  .section-speciality .vertical-list.column-4 .vertical-item {
    width: 50%;
    margin-top: 20px;
  }
  .section-framework .section-inner {
    width: 100%;
  }
  .section-framework .left-side {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .section-framework .section-content {
    margin-right: 7.2%;
    margin-left: 7.2%;
  }
  .section-framework .tab-list {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    display: table;
  }
  .section-framework .tab-list li {
    display: table-cell;
    padding-left: 2px;
  }
  .section-framework .fw-img,
  .section-framework .right-bg,
  .section-framework .tab-list .current .tab-item:after,
  .section-framework .tab-list-2 {
    display: none;
  }
  .section-framework .m-fw-img .img,
  .section-framework .tab-list .tab-item {
    width: 100%;
  }
  .section .section-title .m-text,
  .section-framework .m-fw-img,
  .section-framework .m-tips {
    display: block;
  }
  .section-cloudproduct .vertical-item-footer {
    display: none;
  }
  .section-cloudproduct .vertical-item-head {
    height: 115px;
  }
  .section-cloudproduct .vertical-list {
    height: auto;
  }
  .section-cloudproduct .vertical-list .vertical-item {
    height: 360px;
    width: 256px;
    transition: initial;
  }
  .section-cloudproduct .vertical-list .vertical-item:hover {
    transform: initial;
    box-shadow: none;
  }
  .section-cloudproduct .vertical-item-body h4 {
    font-size: 20px;
    margin-top: 0;
  }
  .section-cloudproduct .vertical-item-body .des {
    font-size: 16px;
  }
  .section-cloudproduct .vertical-item-head .head-img {
    width: 118px;
    height: 118px;
  }
  .section-cloudproduct .section-footer,
  .section-cloudproduct .section-slide {
    display: none;
  }
  .section-case .vertical-list .vertical-item {
    width: 25%;
    height: auto;
  }
  .section-case .vertical-list .vertical-item-body h4,
  .solution .section-case .vertical-list .vertical-item .vertical-item-body {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-case .vertical-item-body h4 {
    font-size: 16px;
  }
  .section-case-content img {
    margin-top: 0;
    max-width: 90%;
    max-height: 90%;
  }
  .section-case .vertical-item-head {
    height: 115px;
  }
  .section-case .vertical-list li:hover .section-case-content-hover {
    display: none;
  }
  .section-case .section-footer {
    margin-top: 30px;
  }
  .section-case .section-footer .links {
    font-size: 14px;
  }
  .section-scenario1 .vertical-item {
    width: 256px;
  }
  .section-scenario1 .section-slide {
    display: none;
  }
  .section-scenario1 .vertical-item-body h4 {
    font-size: 16px;
  }
  .section-scenario2 {
    padding-bottom: 0;
  }
  .section-scenario2 .m-ct {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-scenario2 .m-ct.last-m-ct {
    padding-bottom: 0;
  }
  .section-scenario2 .section-scenario2-img {
    max-width: 100%;
    float: none;
    margin: 0 auto 30px;
    width: 74.3%;
  }
  .section-scenario2 .m-ct .title-list {
    width: 90%;
    margin-left: 3.9%;
    margin-right: 3.9%;
  }
  .section-scenario2 .m-ct .title-list .title {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
  }
  .vertical-list-2 .list-dl {
    width: 25.2%;
  }
  .section-scenario2 .last-m-ct .section-scenario2-1-content,
  .section-scenario2 .last-m-ct .section-scenario2-2-content {
    margin-bottom: 40px;
  }
  .section-scenario3 .content-list.ct-2 .list {
    padding-right: 3.9%;
  }
  .section-scenario3 .content-list.ct-3 .list {
    width: 100%;
    padding-left: 13%;
    margin-bottom: 30px;
  }
  .section-scenario3 {
    background: #edf7ff;
  }
  .section-scenario3 .section-content {
    margin-top: 40px;
  }
  .content-list .list-num {
    font-size: 40px;
  }
  .content-list .title {
    font-size: 20px;
    vertical-align: bottom;
  }
  .content-list .m-list {
    line-height: 24px;
  }
  .solution-game .section-scenario3 .links {
    font-size: 14px;
  }
  .section-faq .title-list {
    width: 50%;
  }
  .section-faq .load {
    display: none;
  }
  .section-faq .section-content {
    margin-left: 3.9%;
    margin-right: 3.9%;
  }
  .section-otherpd .section-content {
    margin-top: 0;
    margin-left: 1.4%;
    margin-right: 1.4%;
  }
  .section-our-service {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #eee;
  }
  .section-our-service .d-tbc {
    display: inline-block;
    width: 25%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-our-service .d-tbc:nth-child(3) {
    display: none;
  }
  .section-our-service .first-service-item,
  .section-our-service .last-service-item {
    text-align: center;
  }
  .section-our-service .service-item .sr-only {
    position: relative !important;
    height: auto !important;
    width: auto !important;
    color: #797c80;
    font-size: 20px;
    display: block;
  }
  .section-our-service .service-item .sr-only.t-1 {
    font-size: 36px;
  }
  .section-our-service .service-item .term {
    background-image: none;
    display: none;
  }
  .section-our-service .d-tbc-first {
    padding-left: 0;
  }
  .section-our-service .d-tbc-last {
    padding-right: 0;
  }
  .section-architect .section-slide {
    display: none;
  }
  .section-architect .section-content {
    margin-left: 3.9%;
    margin-right: 3.9%;
    display: block;
  }
  .section-architect .op {
    display: none;
  }
  .section-architect .op.m-op {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-architect .vertical-list {
    height: auto;
    width: auto;
  }
  .section-architect .vertical-list .vertical-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .section-architect .vertical-list .vertical-item .unit-box {
    margin: 10px;
    border: 1px solid #e4ecf3;
    background-color: #fff;
    padding: 20px;
  }
  .section-architect .vertical-list .vertical-item-body {
    min-height: 112px;
  }
  .section-architect .tab-area {
    display: none;
  }
  .section-architect .list-content-head {
    display: block;
  }
  .section-architect .with-tab {
    margin-top: 15px;
  }
  .section-architect .with-tab .vertical-list .vertical-item .unit-box {
    margin-top: -1px;
    margin-bottom: 0;
  }
  .section-architect .ct-area .m-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }
  .section-document,
  .section-document:after {
    background-image: none;
  }
  .section-document .section-content {
    margin-left: 3.9%;
    margin-right: 3.9%;
  }
  .section-document .menu-list {
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-top: 0;
    background: #fff;
  }
  .section-document .menu-links {
    width: 100%;
  }
  .section-document .menu-list h4 {
    margin-bottom: 0;
  }
  .section-document .menu-links .links-title {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
  }
  .section-document .menu-links .links-title:hover {
    cursor: pointer;
  }
  .section-document .menu-links ul {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-document .menu-links .border-bt-none,
  .section-document .menu-links:last-child ul,
  .section-documentwiki .menu-links:last-child h4 {
    border-bottom: none;
  }
  .section-document .menu-links .links-title .icon,
  .section-document .menu-links.arr-up .menu-ct {
    display: block;
  }
  .section-document .menu-links.arr-down .menu-ct {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  .section-case .vertical-list .vertical-item {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 700px) {
  .section {
    padding: 50px 0;
  }
  .section.section-banner {
    padding: 0;
  }
  .section-our-service {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-scenario2 {
    padding-bottom: 0;
  }
  .section-speciality {
    padding: 25px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .section .section-title h3 {
    font-size: 24px;
  }
  .section-otherpd .section-content {
    margin-top: 0;
  }
  .section-banner .banner .tc-15-btn {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
  }
  .section-banner .banner-ct .title {
    font-size: 30px;
  }
  .section-banner .banner-ct .des-text {
    font-size: 14px;
  }
  .section-architect .vertical-list .vertical-item-head,
  .section-architect .vertical-list .vertical-item-head .head-img {
    width: 100px;
    height: 100px;
  }
  .section-architect .vertical-list .vertical-item-body {
    min-height: 95px;
    margin-left: 120px;
  }
  .section-architect .vertical-list .vertical-item .unit-box {
    margin-bottom: 0;
    margin-top: -1px;
  }
}
@media screen and (max-width: 540px) {
  .section-banner .banner-ct .title {
    font-size: 26px;
  }
  .content-list .list-num {
    position: relative;
    left: 0;
  }
  .content-list.ct-2 .list {
    padding-left: 6%;
    padding-right: 6%;
  }
  .section-scenario3 .content-list.ct-3 .list {
    padding-left: 5%;
    padding-right: 5%;
  }
  .mod-wrap-our-service {
    display: none;
  }
  .section-scenario2 .vertical-list-2 .list-dl dt {
    font-size: 30px;
  }
  .section-scenario2 .vertical-list-2 .list-dl dd {
    font-size: 13px;
  }
  .section-our-service .service-item {
    height: auto;
  }
  .section-our-service .service-item .sr-only {
    font-size: 16px;
  }
  .section-our-service .service-item .sr-only.t-1 {
    font-size: 20px;
  }
  .section-architect .tab-list .tab-item,
  .section-framework .tab-list .tab-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .section-speciality .vertical-wrap {
    padding-bottom: 30px;
  }
  .section-speciality .vertical-list.column-4 .vertical-item {
    display: block;
    width: auto;
    text-align: left;
    padding: 0 20px;
    overflow: hidden;
  }
  .section-speciality .vertical-list .vertical-item-head {
    border: 2px solid rgba(0, 0, 0, 0.04);
    padding: 10px;
    float: left;
  }
  .section-speciality .vertical-list .vertical-item-body {
    margin-left: 92px;
    padding: 0;
  }
  .section-speciality .vertical-list .vertical-item-body h4 {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 414px) {
  .section {
    padding: 40px 0;
  }
  .section .section-title h3 {
    font-size: 26px;
    line-height: 38px;
    margin-right: 7.2%;
    margin-left: 7.2%;
  }
  .section .section-title .m-text,
  .section .section-title span {
    margin-right: 7.2%;
    margin-left: 7.2%;
  }
  .section-banner .banner {
    padding-top: 0;
  }
  .section-banner .banner .tc-15-btn {
    display: none;
  }
  .section-banner .banner-ct {
    padding-top: 9.5%;
    padding-left: 3.5%;
  }
  .section-banner .banner-ct .title {
    font-size: 32px;
  }
  .section-banner .banner-ct .des-text {
    font-size: 16px;
    margin-top: 5px;
  }
  .section-speciality {
    padding: 25px 0 0;
  }
  .section-cloudproduct .section-content {
    margin-top: 20px;
  }
  .section-cloudproduct .vertical-list {
    width: 100%;
    padding-top: 10px;
  }
  .section-cloudproduct .vertical-list .vertical-item {
    margin-right: 7.2%;
    margin-left: 7.2%;
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 30px;
  }
  .section-cloudproduct .vertical-list .vertical-item:last-child {
    margin-bottom: 0;
  }
  .section-cloudproduct .vertical-item-head .head-img {
    width: 70px;
    height: 70px;
    right: 20px;
    top: 17px;
  }
  .section-cloudproduct .vertical-item-body {
    margin-top: -115px;
    padding-bottom: 20px;
  }
  .section-cloudproduct .vertical-item-body h4 {
    margin-top: 20px;
    margin-right: 60px;
  }
  .section-cloudproduct .vertical-item-body .des {
    margin-right: 60px;
  }
  .section-cloudproduct .vertical-item-body .text {
    height: auto;
  }
  .solution-game .section-case .vertical-list {
    margin-left: 7.2%;
    margin-right: 7.2%;
    width: 85.6%;
  }
  .section-case .vertical-list .vertical-item {
    width: 50%;
    padding-bottom: 0;
    border-right: none;
  }
  .section-case .section-case-content .head-img {
    max-width: 70%;
    max-height: 70%;
  }
  .section-case .vertical-item-head {
    height: 100px;
  }
  .section-case .vertical-list .vertical-item-body h4 {
    margin-bottom: 5px;
  }
  .section-scenario1 .vertical-item-body h4 {
    text-align: center;
  }
  .section-scenario1 .vertical-item {
    width: 233px;
    height: 380px;
  }
  .section-scenario2 {
    padding-bottom: 0;
  }
  .section-scenario2 .vertical-list-2 .list-dl {
    width: 31%;
  }
  .section-scenario2 .m-ct .title-list {
    margin-right: 7.2%;
    margin-left: 7.2%;
    width: 85.6%;
  }
  .section-scenario2 .m-ct .title-list .title {
    margin-bottom: 10px;
  }
  .section-scenario3 .content-list.ct-2 .list {
    width: auto;
    margin-right: 7.2%;
    margin-left: 7.2%;
    padding-left: 0;
    padding-right: 0;
  }
  .section-scenario3 .content-list.ct-2 .list:first-child {
    margin-bottom: 30px;
  }
  .section-scenario3 .content-list .m-list,
  .section-scenario3 .content-list .title,
  .section-scenario3 .list .text {
    padding-left: 11.3%;
  }
  .section-scenario3 .content-list .m-list {
    margin-top: 15px;
  }
  .section-scenario3 .list .text {
    margin-top: 17px;
  }
  .section-scenario3 .content-list .list-num {
    position: absolute;
    font-size: 30px;
    line-height: 30px;
  }
  .section-otherpd .vertical-list.column-2 .vertical-item {
    width: 100%;
    margin: 0 0 5px;
  }
  .section-otherpd .vertical-item-body .item-icon {
    width: 28px;
    height: 28px;
  }
  .section-otherpd .vertical-item-body h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section.section-faq {
    display: none;
  }
  .section-framework .tab-list .tab-item {
    height: 50px;
    line-height: 50px;
  }
  .section-our-service {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-architect .ct-area {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .section-our-service .service-item .sr-only {
    font-size: 14px;
  }
  .section-our-service .service-item .sr-only.t-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .section-banner .banner-ct .title {
    font-size: 24px;
  }
  .section-architect .tab-list .tab-item,
  .section-framework .tab-list .tab-item {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .c-nav,
  .qc-footer,
  .qc-navigation,
  .tc-footer {
    min-width: 1200px;
  }
  .c-nav-inner,
  .qc-navigation .navigation-inner {
    min-width: 1180px;
  }
}
@media screen and (max-width: 768px) {
  .mod-scroll-btn {
    display: none;
  }
  .m-scroll-top {
    display: block;
  }
  .head-light-tips,
  .qc-navigation {
    display: none;
  }
  .qc-navigation-mobile {
    display: block;
    position: relative;
  }
  .qc-footer,
  .tc-footer {
    min-width: 320px;
  }
  .tc-footer .tc-footer-columns {
    display: none;
  }
  .tc-footer .column-certification,
  .tc-footer .column-follow {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tc-footer .columns h3,
  .tc-footer .columns ul {
    padding-left: 30px;
  }
  .tc-footer .column-certification .certification .ct-img img {
    max-width: 100%;
  }
  .tc-footer .column-certification > h3 {
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .tc-footer .columns,
  .tc-footer .tc-footer-copyright .department {
    display: none;
  }
  .tc-footer .tc-footer-copyright .links .line-2 .slide {
    display: block;
  }
  .tc-footer .tc-footer-copyright .department,
  .tc-footer .tc-footer-copyright .department a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .sol-banner.has-logo .solution-banner-inner {
    padding: 85px 0 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .sol-banner .solution-banner-tit {
    font-size: 38px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sol-banner .solution-banner-inner {
    padding: 5px 0 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .sol-banner-logo {
    padding-bottom: 5px;
  }
  .sol-banner-logo img {
    margin: 0 auto;
  }
  .sol-banner-logo img.sol-banner-logo-pc {
    display: none;
  }
  .sol-banner-logo img.sol-banner-logo-m {
    display: block;
    margin-bottom: 10px;
  }
  .sol-banner.has-logo .solution-banner-inner {
    padding: 70px 0 0;
  }
}
@media screen and (max-height: 850px) {
  .sol-banner {
    height: 500px;
  }
  .sol-banner .solution-banner-inner {
    padding: 102px 0 0 10px;
  }
  .sol-banner .solution-banner-tit {
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .sol-banner .solution-banner-btn .c-btn {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 160px;
    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%);
  }
  .sol-banner .solution-banner-des {
    font-size: 14px;
    font-weight: 400;
    line-height: 24;
    margin: 10px 0 15px;
  }
  .sol-banner-nobtn .solution-banner-inner {
    padding: 134px 0 0 10px;
  }
  .sol-banner .solution-banner-btn .c-btn:nth-child(2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .sol-banner {
    height: 500px;
  }
  .sol-banner .solution-banner-inner {
    padding: 102px 0 0 10px;
  }
  .sol-banner .solution-banner-tit {
    font-size: 48px;
  }
  /* .sol-banner .solution-banner-btn .c-btn {
        height: 43px;
        line-height: 43px;
        font-size: 14px
    } */
  .sol-banner .solution-banner-ct {
    width: 45%;
    margin-top: 30px;
  }
  .sol-banner .solution-banner-btn .c-btn {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 160px;
    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%);
  }
  .sol-banner .solution-banner-des {
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .sol-banner-nobtn .solution-banner-inner {
    padding: 134px 0 0 10px;
  }
  .sol-banner .solution-banner-btn .c-btn:nth-child(2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sol-banner {
    height: 350px;
  }
  .sol-banner .solution-banner-ct {
    width: 70%;
  }
  .sol-banner .solution-banner-inner {
    font-size: 32px;
  }
  .sol-banner-nobtn .solution-banner-inner {
    padding: 115px 0 0 10px;
  }
  .solution-banner-video-inner .solution-banner-video {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sol-banner .solution-banner-inner {
    width: 100%;
    padding: 5px 0 0;
  }
  .sol-banner .solution-banner-ct {
    width: 100%;
    padding-left: 0;
  }
  .sol-banner .solution-banner-tit {
    text-align: center;
  }
  .sol-banner .solution-banner-btn .c-btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .sol-banner-nobtn .solution-banner-inner {
    padding: 100px 0 0;
  }
  .sol-banner-doublebtn .solution-banner-btn .c-btn {
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 100px;
  }
  .sol-banner-doublebtn .solution-banner-btn .c-btn:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .sol-banner {
    height: auto;
  }
  .sol-banner:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
  }
  .sol-banner .solution-banner-inner {
    width: 100%;
    padding: 30px 0;
  }
  .sol-banner .solution-banner-tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sol-recommend .c-section-inner {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .sol-framework .solution-framework-img {
    max-width: 100%;
    width: 100%;
  }
  .sol-framework .solution-framework-word {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .sol-framework .solution-framework-img img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-section.c-p-y-tall.sol-framework {
    padding-bottom: 0;
  }
  .c-section.c-p-y-tall.sol-framework.sol-f-nonetab {
    padding-bottom: 50px;
  }
  .sol-framework .c-section-inner {
    padding: 0;
  }
  .sol-framework .c-section-hd {
    padding: 0 20px;
  }
  .c-tab-normal {
    display: none;
  }
  .sol-framework .shadow-title,
  .solution-shadow-title {
    display: block;
    cursor: pointer;
  }
  .sol-framework .solution-framework-img {
    margin-top: 0;
  }
  .f1-title {
    position: relative;
    margin-bottom: 0;
    display: block;
    line-height: 32px;
    padding: 10px 0 10px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }
  .f1-title:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 22px;
    right: 20px;
    background-image: url(sprite/solution-mod-media24-201812251019.svg);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transition: transform 0.2s ease;
    background-position: 5.56% 50%;
    background-size: 228.57142857% 125%;
    background-repeat: no-repeat;
  }
  .solution-framework-box .c-tab-panel {
    margin-top: 40px;
  }
  .solution-framework-box .c-tab-panel:first-child {
    margin-top: 0;
  }
  .current .f1-title {
    color: var(--app-color-text-brand-default);
  }
  .current .f1-title:after {
    background-image: url(sprite/solution-mod-media24-201812251019.svg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    background-position: 94.44% 50%;
    background-size: 228.57142857% 125%;
    background-repeat: no-repeat;
  }
  .solution-framework-box {
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    display: none;
    background: #f7f8fa;
  }
  .current .solution-framework-box {
    display: block;
  }
  .f2-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .c-tab-panel-box {
    margin-top: 0;
  }
  .sol-framework .c-tab-panel {
    display: block;
  }
  .sol-framework-simple .c-section-bd {
    padding: 20px;
  }
  .bor-bottom {
    border-bottom: 1px solid #e5e5e5;
  }
  .sol-f-nonetab .solution-framework-box {
    border: 0;
    padding: 0 20px;
    background: 0 0;
  }
  .sol-f-nonetab .bor-bottom {
    border: 0;
  }
  .sol-f-nonetab .shadow-title {
    display: none;
  }
  .sol-f-nonetab .c-tab-panel {
    background: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sol-customer-list .c-media-horiz .c-media-img {
    display: block;
    padding-right: 0;
    margin: 0 auto;
  }
  .sol-customer-list .c-media-img img {
    margin-top: 0;
  }
  .sol-customer-list .c-media-body {
    margin-top: 20px;
    display: block;
  }
  .sol-customer-list .c-media-horiz .c-media-heading {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .sol-customer-list .c-media-horiz .c-media-img {
    display: block;
    margin: 0 auto 20px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .sol-scene .solution-framework-img {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .sol-scene .solution-framework-word {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .sol-scene .solution-framework-img img {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .c-menu-list {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    background: #f7f8fa;
  }
  .c-menu-list .c-menu-links {
    width: 100%;
    background: #f7f8fa;
    border-top: 1px solid #e5e5e5;
    padding: 0;
  }
  .c-menu-list .c-menu-heading {
    position: relative;
    margin-bottom: 0;
    display: block;
    line-height: 32px;
    padding: 10px 0 10px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    background: #fff;
  }
  .c-menu-list .c-menu-link {
    color: var(--app-color-text-link-default);
  }
  .c-menu-list .c-menu-links ul {
    display: none;
    margin: 0 20px 15px;
  }
  .c-menu-list .c-menu-links.actived ul {
    display: block;
  }
  .c-menu-list .c-menu-links.actived .c-menu-heading {
    border-bottom: 1px solid #e5e5e5;
    color: var(--app-color-text-brand-default);
    margin-bottom: 15px;
  }
  .c-menu-list .c-menu-links .c-menu-heading:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 22px;
    right: 20px;
    background-image: url(sprite/solution-mod-media28-201812251019.svg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position: 5.56% 50%;
    background-size: 228.57142857% 125%;
    background-repeat: no-repeat;
  }
  .c-menu-list .c-menu-links.actived .c-menu-heading:after {
    background-image: url(sprite/solution-mod-media28-201812251019.svg);
    transform: rotate(180deg);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    background-position: 94.44% 50%;
    background-size: 228.57142857% 125%;
    background-repeat: no-repeat;
  }
  .c-menu-heading.c-menu-heading-s {
    border-bottom: 0;
  }
  .c-menu-list .c-menu-links .c-menu-heading.c-menu-heading-s {
    border-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 0 20px;
    color: #333;
    margin-bottom: 0;
    background: #f7f8fa;
  }
  .c-menu-list .c-menu-links .c-menu-heading.c-menu-heading-s,
  .c-menu-list .c-menu-links .c-menu-heading.c-menu-heading-s:after {
    display: none;
  }
  .c-menu-list .c-menu-links.actived .c-menu-heading.c-menu-heading-s {
    display: block;
  }
  .sol-help-doc.c-section {
    padding-bottom: 0;
  }
  .sol-help-doc .c-section-inner {
    padding: 0;
  }
  .sol-help-doc .c-section-hd {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sol-friends .c-media-heading {
    font-size: 16px;
  }
  .sol-friends .c-media-body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sol-friends .c-media-img {
    padding: 0 30px;
  }
  .sol-friends .c-media-img img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1000px) {
  .sol-step-con .sol-step-col {
    display: block;
    position: relative;
  }
  .sol-step-con .sol-step-col + .sol-step-col {
    margin-top: 20px;
  }
  .sol-step-line {
    position: inherit;
  }
  .sol-step-line .sol-step-bor {
    left: 19px;
    height: 100%;
    width: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 33px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 320px;
  }
  .sol-banner .solution-banner-btn {
    margin-top: 35px;
  }
  .c-tab-vertical .c-tab-panel {
    border-left: 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }
  .team-solution .c-tab-ul {
    display: none;
  }
  .c-selection-type-info {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
  }
  .team-solution-mobile-title {
    position: relative;
    display: block;
    background-color: #f5f6f7;
    line-height: 45px;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }
  .team-solution-mobile-title:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 17px;
    right: 20px;
    background-image: url(sprite/solution-mod-media32-201812251019.svg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position: 50% 50%;
    background-size: 107.14285714% 111.11111111%;
    background-repeat: no-repeat;
  }
  .c-selection-type-info .team-solution-box {
    display: none;
  }
  .c-selection-type-info.actived .team-solution-box {
    display: block;
  }
  .c-selection-type-info.actived .team-solution-mobile-title:after {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .c-selection-type-info.actived .team-solution-mobile-title {
    border-bottom: 1px solid #e5e5e5;
  }
  .team-solution-box {
    margin: 0;
    padding: 20px;
    width: inherit;
  }
  .team-hd-tit {
    font-size: 16px;
    display: none;
  }
  .team-bd-tit {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .team-solution-hd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: none;
  }
  .c-selection-type-info {
    display: block;
  }
  .c-tab-vertical {
    width: 100%;
  }
  .team-solution .c-scene-tab .c-tab-ul {
    width: 100%;
  }
  .c-scene-tab .c-selection-type {
    width: 19%;
    margin-right: 1%;
    height: 56px;
    border-bottom: 0;
    background: none;
    vertical-align: top;
  }
  .c-scene-tab .c-selection-type:last-child {
    margin-right: 0;
  }
  .c-scene-tab .c-selection-type a {
    padding: 10px 0;
    line-height: 36px;
  }
  .c-scene-tab .special-hight a {
    line-height: 1.5;
  }
  .c-scene-tab .special-hight em {
    display: block;
  }
  .c-scene-tab .c-selection-type .c-tab-des {
    display: none;
  }
  .c-scene-tab .c-selection-type .c-tab-tit {
    font-size: 12px;
  }
  .c-scene-tab .c-selection-type.actived {
    background: none;
  }
  .c-scene-tab .c-selection-type.actived .c-tab-tit {
    color: var(--app-color-text-brand-default);
  }
  .c-scene-tab .c-selection-type.actived:after {
    display: none;
  }
  .customer-list-inner {
    margin: 0;
  }
  .c-media-motion {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .c-media-motion:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    transform: none;
  }
}
@media screen and (max-width: 750px) {
  .team-question-ct,
  .team-solution-ct {
    width: 100%;
  }
  .team-solution-ct {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-case-leftpic .c-media-img {
    border-right: none;
  }
  .c-case-leftpic .c-media-heading,
  .c-case-leftpic .c-media-info {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .sol-contact .c-grid .sol-contact-main {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-section.sol-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sol-contact-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sol-contact .c-grid .sol-contact-tit,
  .sol-contact-tit {
    line-height: 28px;
    font-size: 20px;
    color: #000;
  }
  .sol-contact-bd {
    margin-top: 10px;
  }
  .sol-contact-desc {
    font-size: 14px;
    color: #666;
    line-height: 27px;
  }
  .sol-contact-ft {
    margin-top: 20px;
  }
  .sol-contact-btn .c-btn {
    width: 100%;
  }
  .sol-contact .c-grid {
    text-align: center;
  }
  .sol-contact .c-grid-expand {
    margin-left: 0;
    margin-right: 0;
  }
  .sol-contact .c-grid .sol-contact-box {
    padding-right: 0;
  }
  .sol-contact .c-grid [class*='c-g-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .sol-contact-main .sol-contact-ft {
    margin-top: 15px;
  }
  .sol-contact-aside {
    margin-top: 50px;
  }
  .sol-contact-dl {
    margin-bottom: -10px;
    padding-top: 10px;
  }
  .sol-contact-dl .c-grid-expand {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sol-contact-dl .c-grid [class*='c-g-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sol-contact-dl-item {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .sol-contact-dd,
  .sol-contact-dt {
    display: block;
  }
  .sol-cmod-margin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 320px;
  }
}
#MAXIM {
  content: 'v_i20181225102846';
}
@media (max-width: 600px) {
  .J-cardWrapper .c-g-6 {
    width: 50%;
  }
  .c-media-img .media-pic img {
    margin-left: -15px;
  }
  .sol-friends .c-media-img {
    margin-left: -53px;
  }
}
/* .c-footer-website-list a{
    pointer-events: none;
}
.c-footer-service-list .c-footer-service-item{
    pointer-events: none;
} */
@media (max-width: 768px) {
  .c-section-bd .J-cardWrapper .c-g-6 {
    width: 100%;
  }
  .J-cardWrapper .c-g-12 .J-cardItem {
    height: auto !important;
    padding-top: 20px;
  }
  .J-cardWrapper .c-g-12 .J-cardItem .c-media-img {
    margin: 0;
  }
  .J-cardWrapper .c-g-12 .J-cardItem .c-media-body .c-media-heading {
    text-align: left;
  }
  .sol-core-customer .c-section-hd {
    margin-bottom: 0px;
  }
  .J-sectionCoreCustomer .c-section-bd .c-g-8 {
    width: 100%;
  }
  .J-sectionCoreCustomer .c-section-bd .c-g-8 .c-media-img {
    position: absolute;
    top: 30px;
  }
  .J-sectionCoreCustomer .c-section-bd .c-g-8 .c-media-img .ico-circle-num {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .J-sectionCoreCustomer .c-section-bd .c-g-8 .c-media-info {
    margin-top: 20px;
  }
  .J-sectionCoreCustomer .c-section-bd .c-g-8 .c-media-heading {
    text-align: left;
    margin-left: 60px;
    font-size: 20px;
    margin-top: -3px;
  }
  .J-sectionEmpowerment .c-media-body .c-media-img {
    position: absolute;
  }
  .J-sectionEmpowerment .c-media-body .c-media-heading {
    margin-left: 80px;
  }
  .J-sectionEmpowerment .c-media-body .c-media-heading-weak {
    margin-left: 80px;
  }
  .J-sectionPartner .c-media-img {
    margin-left: 0px;
  }
  .J-sectionPartner .c-media-body {
    margin-top: 10px;
  }
  .J-sectionPartner .c-media-body .c-media-info {
    margin-top: 10px;
  }
  .business-unit-box .business-unit-box-ft {
    background-color: var(--app-color-bg-brand-default);
    border-color: var(--app-color-bg-brand-default);
  }
  .J-sectionRelation .c-g-8 {
    width: 100%;
  }
  .J-sectionRelation .c-media-info {
    margin-top: 20px;
    margin-left: -43px;
  }
  .J-sectionRelation .c-media-linkmore {
    margin-left: -43px;
  }
  .J-sectionRelation .c-section-hd {
    margin-bottom: 0px;
  }
  .J-sectionRelation .c-media-heading {
    margin-top: 3px;
  }
  #sol-banner .solution-banner-inner .solution-banner-ct {
    margin-top: 160px;
  }
  #sol-banner .solution-banner-inner .solution-banner-ct .solution-banner-tit {
    font-size: 32px;
  }
  #sol-banner .solution-banner-inner .solution-banner-ct .solution-banner-des {
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
  .J-sectionTabs .J-shadowOuterTitle {
    display: none;
  }
  .c-tab-normal {
    display: block;
  }
  .J-tabWrapper .J-tabList {
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 10px;
    overflow-y: hidden;
  }
  .c-tab-normal {
    margin-bottom: 0px;
  }
  .team-solution .c-tab-ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .team-solution .c-tab-ul .c-selection-type {
    flex-shrink: 0;
    margin-right: 5%;
    margin-bottom: 10px;
    width: auto;
  }
  .team-solution .c-tab-panel .team-solution-mobile-title {
    display: none;
  }
  .c-tab-aligncenter {
    border-bottom: 1px solid #e5e5e5;
  }
  .c-tab-aligncenter .c-tab-simple.J-tabOuterItem.actived {
    border-bottom: 1px solid var(--app-color-bg-brand-default);
  }
}
