* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 使用父元素的文本颜色 */
}
li {
  list-style: none;
}
html,
body {
  background: #ffffff;
  cursor: default;
}
.versionHeart {
  width: 75.125rem;
  height: 100%;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 4.875rem;
  background: #ffffff;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
}
.header .layout1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .layout1 .left1 {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .layout1 .left1 .logo {
  width: 15.25rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .layout1 .left1 .logo img {
  width: 100%;
}
.header .layout1 .right1 {
  width: 68%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .layout1 .right1 a {
  display: inline-block;
  min-width: 5rem;
  height: 100%;
  text-align: center;
  font-size: 1.125rem;
  color: #333333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .layout1 .right1 .current {
  font-size: 1.25rem;
  font-weight: 700;
  color: #011181;
  border-bottom: 0.25rem solid #596ed9;
}
.fixedRight {
  width: 4.375rem;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(59.375rem);
  z-index: 999;
}
.fixedRight .customer {
  width: 4.375rem;
  height: 4.375rem;
  background-color: #4365d2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}
.fixedRight .customer img {
  width: 1.625rem;
  height: 1.75rem;
  margin-bottom: 0.3125rem;
}
.fixedRight .customer .absoluteLeft {
  position: absolute;
  left: -12.5625rem;
  top: 0.5rem;
  width: 11.5625rem;
  background: #ffffff;
  display: none;
  border-radius: 0.1875rem;
  padding: 0 0.75rem;
  border: 0.0625rem solid #bfc7dd;
}
.fixedRight .customer .absoluteLeft::before {
  position: absolute;
  z-index: -1;
  right: -0.65rem;
  content: '';
  background-image: url('../static/01.png');
  width: 100%;
  height: 1.875rem;
  background-size: 100% 100%;
}
.fixedRight .customer .absoluteLeft::after {
  content: '';
  position: absolute;
  right: -0.0625rem;
  top: 1.2rem;
  width: 0.95rem;
  height: 0.49rem;
  background: #fff;
}
.fixedRight .customer .absoluteLeft .item {
  width: 100%;
  height: 3.125rem;
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid #d2d2d3;
  padding-left: 1.25rem;
}
.fixedRight .customer .absoluteLeft .item .imgbox {
  width: 1.25rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  margin-top: 0.25rem;
}
.fixedRight .customer .absoluteLeft .item .imgbox img {
  width: 100%;
  height: 100%;
}
.fixedRight .customer .absoluteLeft .item a {
  color: #4c82d8;
  font-size: 1rem;
}
.fixedRight .customer .absoluteLeft .item:last-child {
  border: 0;
}
.fixedRight .telephone {
  width: 4.375rem;
  height: 4.375rem;
  background-color: #4365d2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0.3125rem;
  cursor: pointer;
  position: relative;
}
.fixedRight .telephone img {
  width: 1.4375rem;
  height: 1.6875rem;
  margin-bottom: 0.3125rem;
}
.fixedRight .telephone .absoluteLeft {
  position: absolute;
  width: 10rem;
  height: 2.5rem;
  padding-left: 0.9375rem;
  line-height: 2.5rem;
  left: -10.4rem;
  top: 0.9375rem;
  background-image: url('../static/tel.png');
  background-size: 100% 100%;
  font-size: 1rem;
  color: #333;
  display: none;
}
.fixedRight .weChat {
  width: 4.375rem;
  height: 4.375rem;
  background-color: #4365d2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0.3125rem;
  cursor: pointer;
  position: relative;
}
.fixedRight .weChat img {
  width: 1.6875rem;
  height: 1.6875rem;
  margin-bottom: 0.3125rem;
}
.fixedRight .weChat .absoluteLeft {
  position: absolute;
  width: 6.875rem;
  height: 6.25rem;
  left: -7.5rem;
  top: -0.9375rem;
  background-image: url('../static/kefu2.png');
  background-size: 100% 100%;
  font-size: 1.125rem;
  color: #333;
  display: none;
}
.fixedRight .weChat .absoluteLeft img {
  display: block;
  width: 5.625rem;
  height: 5.625rem;
  margin-left: 0.375rem;
  margin-top: 0.3125rem;
}
.fixedRight .goBackContainer {
  display: none;
}
.fixedRight .goBackContainer .goTop {
  width: 4.375rem;
  height: 4.375rem;
  background-color: #4365d2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}
.fixedRight .goBackContainer .goTop img {
  width: 1.8125rem;
  height: 1.6875rem;
  margin-bottom: 0.3125rem;
}
.fixedRight .goBackContainer .goTop:hover {
  background-color: #1b48dd;
}
#banner {
  width: 100%;
  height: 33.75rem;
  margin: 0 auto;
  position: relative;
}
#banner .bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#banner .downloadImg {
  position: absolute;
  width: 20rem;
  height: 7.0625rem;
  left: 47rem;
  bottom: 10rem;
  z-index: 999;
  cursor: pointer;
}
.section {
  width: 100%;
  height: 60rem;
  margin: 0 auto;
  overflow: hidden;
}
#productInfo {
  background-color: #f8f8f8;
  padding: 5rem 0;
}
#productInfo .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #3b4277;
  text-align: center;
}
#productInfo .title-en {
  font-size: 1.75rem;
  color: #aaaaaa;
  text-align: center;
}
#productInfo .content1 {
  display: flex;
  margin-top: 4.375rem;
}
#productInfo .content1 .left {
  width: 15.1875rem;
  height: 38.75rem;
  display: felx;
}
#productInfo .content1 .left .tag {
  width: 100%;
  height: 33.33%;
  background-image: url('../static/cp_bg2.jpg');
  background-size: 100% 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#productInfo .content1 .left .tag img {
  margin-bottom: 0.4375rem;
}
#productInfo .content1 .left .tag .tag-title1 {
  font-size: 1.25rem;
  color: #666666;
}
#productInfo .content1 .left .tag .tag-title2 {
  font-size: 1rem;
  color: #666666;
}
#productInfo .content1 .left .tag1 img {
  width: 2.875rem;
  height: 2.75rem;
}
#productInfo .content1 .left .tag2 img {
  width: 2.9375rem;
  height: 2.8125rem;
}
#productInfo .content1 .left .tag3 img {
  width: 2.25rem;
  height: 2.75rem;
}
#productInfo .content1 .left .current {
  background-image: url('../static/cp_bg1.jpg');
  background-size: 100% 100%;
}
#productInfo .content1 .left .current .tag-title1 {
  font-weight: 700;
  color: #fff;
}
#productInfo .content1 .left .current .tag-title2 {
  color: #fff;
}
#productInfo .content1 .right {
  width: 80%;
  height: 38.75rem;
  overflow: hidden;
}
#productInfo .content1 .right .details {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 3.75rem 3.75rem 3.75rem 5rem;
}
#productInfo .content1 .right .details .lists {
  position: relative;
  margin-bottom: 3rem;
}
#productInfo .content1 .right .details .lists .icon {
  position: absolute;
  width: 1.8125rem;
  height: 1.3125rem;
  line-height: 1.3125rem;
  padding-left: 0.1875rem;
  background-image: url('../static/cp_06.png');
  background-size: 100% 100%;
  left: -2.5rem;
  top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
#productInfo .content1 .right .details .lists:nth-child(2n) .icon {
  background-image: url('../static/cp_07.png');
}
#productInfo .content1 .right .details .lists .lists-title {
  font-size: 1.25rem;
  color: #444444;
  font-weight: 700;
}
#productInfo .content1 .right .details .lists .lists-content {
  font-size: 1rem;
  color: #666666;
  line-height: 2;
}
#productInfo .content1 .right .details:nth-child(1) {
  background-image: url('../static/cp_bg3.jpg');
  background-size: 100% 100%;
}
#productInfo .content1 .right .details:nth-child(2) {
  background-image: url('../static/cp_bg4.jpg');
  background-size: 100% 100%;
}
#productInfo .content1 .right .details:nth-child(3) {
  background-image: url('../static/cp_bg5.jpg');
  background-size: 100% 100%;
}
#industryPainPoints {
  padding: 5rem 0;
  background-image: url('../static/td_bg1.jpg');
  background-size: 100% 100%;
}
#industryPainPoints .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #3b4277;
  text-align: center;
}
#industryPainPoints .title-en {
  font-size: 1.75rem;
  color: #aaaaaa;
  text-align: center;
}
#industryPainPoints .content2 {
  margin-top: 4.375rem;
}
#industryPainPoints .content2 .content2-part1 {
  display: flex;
  justify-content: space-between;
}
#industryPainPoints .content2 .content2-part1 .digit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 13.875rem;
}
#industryPainPoints .content2 .content2-part1 .digit .title1 {
  color: #3959b5;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#industryPainPoints .content2 .content2-part1 .digit .title1 .big {
  font-size: 2.125rem;
}
#industryPainPoints .content2 .content2-part1 .digit .title1 .tip {
  font-size: 1rem;
  vertical-align: top;
}
#industryPainPoints .content2 .content2-part1 .digit .title1 .small {
  font-size: 1.125rem;
}
#industryPainPoints .content2 .content2-part1 .digit .info {
  text-align: center;
  color: #666666;
  font-size: 1rem;
}
#industryPainPoints .content2 .content2-part2 {
  margin-top: 4.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#industryPainPoints .content2 .content2-part2 .pplist {
  width: 36.25rem;
  height: 12rem;
  background-color: #f4f8ff;
  border: 0.0625rem solid #bdc0fb;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
  padding: 1.125rem 1.375rem;
  transition: all 0.5s;
}
#industryPainPoints .content2 .content2-part2 .pplist:hover {
  box-shadow: 0 0 0.25rem #0000ff;
}
#industryPainPoints .content2 .content2-part2 .pplist .title2 {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  color: #3959b5;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
#industryPainPoints .content2 .content2-part2 .pplist .title2 img {
  margin-right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
}
#industryPainPoints .content2 .content2-part2 .pplist .info {
  color: #666666;
  font-size: 1rem;
}
#solution {
  padding: 5rem 0;
  background-color: #182638;
}
#solution .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #ebecff;
  text-align: center;
}
#solution .title-en {
  font-size: 1.75rem;
  color: #aaaaaa;
  text-align: center;
}
#solution .content3 {
  width: 100%;
  height: 36.375rem;
  margin-top: 5.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#solution .content3 .digit {
  width: 18.7813rem;
  height: 100%;
  padding: 2.8125rem 1.25rem;
  border-right: 0.0625rem solid #e4e4e4;
  background-image: url('../static/fa_bg2.jpg');
  background-size: 100% 100%;
  transition: all 0.8s;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
}
#solution .content3 .digit .title {
  font-size: 1.3125rem;
  color: #444444;
  font-weight: 700;
}
#solution .content3 .digit img {
  width: 8.4375rem;
  height: 9.75rem;
  margin: 2.5rem 0;
  transition: all 0s;
}
#solution .content3 .digit .info {
  font-size: 1.125rem;
  color: #666666;
  line-height: 2;
}
#solution .content3 .digit:hover {
  background-image: url('../static/fa_bg1.jpg');
}
#solution .content3 .digit:hover .title {
  color: #3959b5;
}
#solution .content3 .digit:hover img {
  transform: rotateY(360deg);
  transition-duration: 1s;
  /* 在:hover状态下覆盖过渡时间为0秒，即立即生效 */
}
#solution .content3 .digit:hover .info {
  color: #4b5f98;
}
#productAdvantages {
  padding: 5rem 0;
  background-image: url('../static/ys_bg1.jpg');
  background-size: 100% 100%;
}
#productAdvantages .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #3b4277;
  text-align: center;
}
#productAdvantages .title-en {
  font-size: 1.75rem;
  color: #aaaaaa;
  text-align: center;
}
#productAdvantages .content4 {
  width: 100%;
  height: 48.125rem;
  position: relative;
}
#productAdvantages .content4 .centerImage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 49.3125rem;
  height: 28.9375rem;
  background-image: url('../static/ys_icon1.png');
  background-size: 100% 100%;
}
#productAdvantages .content4 .centerImage .leftTop {
  width: 25.9375rem;
  height: 7.0625rem;
  position: absolute;
  top: -5.25rem;
  left: -14.25rem;
}
#productAdvantages .content4 .centerImage .leftTop .title {
  text-align: right;
  font-size: 1.625rem;
  color: #333333;
  font-weight: 700;
  line-height: 2;
}
#productAdvantages .content4 .centerImage .leftTop .info {
  text-align: right;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6;
}
#productAdvantages .content4 .centerImage .rightTop {
  width: 25.9375rem;
  height: 7.0625rem;
  position: absolute;
  top: -5.25rem;
  right: -11.85rem;
}
#productAdvantages .content4 .centerImage .rightTop .title {
  text-align: left;
  font-size: 1.625rem;
  color: #333333;
  font-weight: 700;
  line-height: 2;
}
#productAdvantages .content4 .centerImage .rightTop .info {
  text-align: left;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6;
}
#productAdvantages .content4 .centerImage .leftBottom {
  width: 29.0625rem;
  height: 7.0625rem;
  position: absolute;
  bottom: -5.25rem;
  left: -11.25rem;
}
#productAdvantages .content4 .centerImage .leftBottom .title {
  text-align: right;
  font-size: 1.625rem;
  color: #333333;
  font-weight: 700;
  line-height: 2;
}
#productAdvantages .content4 .centerImage .leftBottom .info {
  text-align: right;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6;
}
#productAdvantages .content4 .centerImage .rightBottom {
  width: 29.0625rem;
  height: 7.0625rem;
  position: absolute;
  bottom: -5.25rem;
  right: -8.75rem;
}
#productAdvantages .content4 .centerImage .rightBottom .title {
  text-align: left;
  font-size: 1.625rem;
  color: #333333;
  font-weight: 700;
  line-height: 2;
}
#productAdvantages .content4 .centerImage .rightBottom .info {
  text-align: left;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6;
}
#companyOverview {
  padding: 5rem 0;
  background-image: url('../static/gk_bg1.jpg');
  background-size: 100% 100%;
}
#companyOverview .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #3b4277;
  text-align: center;
}
#companyOverview .title-en {
  font-size: 1.75rem;
  color: #aaaaaa;
  text-align: center;
}
#companyOverview .content5 {
  margin-top: 4.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#companyOverview .content5 .digit {
  width: 35.3125rem;
  height: 12.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 6.25rem;
}
#companyOverview .content5 .digit .leftImg {
  width: 10.375rem;
  height: 10.375rem;
  background-image: url('../static/gk_icon1.png');
  background-size: 100% 100%;
}
#companyOverview .content5 .digit .rightContent {
  flex: 1;
  height: 100%;
  padding: 1.25rem 0.625rem;
}
#companyOverview .content5 .digit .rightContent .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.9375rem;
}
#companyOverview .content5 .digit .rightContent .info {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.75rem;
}
#companyOverview .content5 .digit2 .leftImg {
  background-image: url('../static/gk_icon2.png');
}
#companyOverview .content5 .digit3 .leftImg {
  background-image: url('../static/gk_icon3.png');
}
#companyOverview .content5 .digit4 .leftImg {
  background-image: url('../static/gk_icon4.png');
}
.content6 {
  width: 100%;
  height: 21.375rem;
  margin: 0 auto;
  background-image: url('../static/bg6.png');
  background-size: 100% 100%;
}
.content6 .digit {
  padding: 1.875rem;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
.content6 .digit .left {
  width: 26.5625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content6 .digit .left .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5625rem;
}
.content6 .digit .left .lists {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.content6 .digit .left .lists .icon {
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 50%;
  color: #182638;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.625rem;
}
.content6 .digit .left .lists .info {
  font-size: 1.25rem;
  color: #fff;
}
.content6 .digit .right {
  width: 26.5625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content6 .digit .right .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5625rem;
}
.content6 .digit .right .lists {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.content6 .digit .right .lists .icon {
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 50%;
  color: #4365d2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.625rem;
}
.content6 .digit .right .lists .info {
  font-size: 1.25rem;
  color: #fff;
}
@keyframes hidePreloader {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
#operationMode {
  padding: 5rem 0;
  background-color: #f8f8f8;
}
#operationMode .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #3b4277;
  text-align: center;
}
#operationMode .title-en {
  font-size: 1.75rem;
  color: #aaaaaa;
  text-align: center;
}
#operationMode .content7 {
  margin-top: 4.375rem;
  width: 100%;
  height: 38.3125rem;
}
#operationMode .content7 .solution {
  width: 100%;
  height: 100%;
}
#operationMode .content7 .solution .solution-content {
  height: 100%;
  display: flex;
  align-items: center;
  color: #3576ca;
}
#operationMode .content7 .solution .solution-content .solution-case {
  position: relative;
  width: 15%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms linear;
}
#operationMode .content7 .solution .solution-content .solution-case:nth-child(1) {
  background-image: url('../static/yy_bg1x.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content .solution-case:nth-child(2) {
  background-image: url('../static/yy_bg2x.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content .solution-case:nth-child(3) {
  background-image: url('../static/yy_bg3x.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content .solution-case:nth-child(4) {
  background-image: url('../static/yy_bg4x.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content .solution-case::after {
  content: '';
  transition: all 200ms linear;
  z-index: 0;
  transition-delay: 100ms;
  position: absolute;
  left: 10%;
  top: 2.5rem;
  width: 90%;
  height: 8.125rem;
}
#operationMode .content7 .solution .solution-content .solution-case .sc-logo {
  width: 100%;
  margin: 5.5rem auto 1.875rem;
}
#operationMode .content7 .solution .solution-content .solution-case .sc-logo img {
  width: 5.25rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
#operationMode .content7 .solution .solution-content .solution-case .title .sc-title {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #306ad5;
  font-size: 1.375rem;
  text-align: center;
}
#operationMode .content7 .solution .solution-content .solution-case .title .sc-desc {
  margin-top: 1.25rem;
  position: relative;
  z-index: 10;
  opacity: 0;
  font-size: 1.125rem;
  color: #ffffff;
  padding: 0 2rem 0 4rem;
  transform: translateX(100%);
}
#operationMode .content7 .solution .solution-content li:nth-child(1).solution-case__active {
  background-image: url('../static/yy_bg1.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content li:nth-child(2).solution-case__active {
  background-image: url('../static/yy_bg2.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content li:nth-child(3).solution-case__active {
  background-image: url('../static/yy_bg3.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content li:nth-child(4).solution-case__active {
  background-image: url('../static/yy_bg4.jpg');
  background-size: 100% 100%;
}
#operationMode .content7 .solution .solution-content .solution-case__active {
  width: 55%;
  display: flex;
  padding: 4.375rem 3.125rem;
}
#operationMode .content7 .solution .solution-content .solution-case__active .sc-logo {
  width: 5.8125rem;
  margin: 0;
}
#operationMode .content7 .solution .solution-content .solution-case__active .sc-logo img {
  width: 100%;
}
#operationMode .content7 .solution .solution-content .solution-case__active .title {
  padding-left: 1.4375rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#operationMode .content7 .solution .solution-content .solution-case__active .title .sc-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}
#operationMode .content7 .solution .solution-content .solution-case__active .title .sc-desc {
  opacity: 1;
  transform: translateX(0);
  color: #ffffff;
  padding: 0;
}
#operationMode .content7 .solution .solution-content .solution-case__active::after {
  top: unset;
  left: auto;
  right: 2.5rem;
  bottom: 0;
  opacity: 1;
  height: 13.375rem;
  width: 15.625rem;
}
.footer {
  width: 100%;
  height: 9.8125rem;
  margin: 0 auto;
  background: #182638;
  color: #efefef;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
}
.footer .footercenter {
  width: 53.125rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footercenter img {
  width: 6.625rem;
  height: 5.6875rem;
}
.footer .footercenter .divider {
  height: 5rem;
  border-left: 0.0625rem solid #071323;
  border-right: 0.0625rem solid #304663;
}
.footer .footercenter .illustrate {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
