.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.openindex {
  padding-top: 60px;
}
.openindex .header-transparency {
  background-color: transparent !important;
}
.openindex .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.openindex .swiper-box {
  height: 520px;
  position: relative;
  overflow: hidden;
}
.openindex .swiper-box .shiyong-btn {
  margin-top: 65px;
  width: 220px;
  height: 44px;
  box-shadow: 0px 4px 5px 0px rgba(67, 127, 236, 0.1);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s;
  background-color: #2254f5;
  color: #fff;
}
.openindex .swiper-box .shiyong-btn:hover {
  background-color: #3a67f6;
}
.openindex .swiper-box .shiyong-btn:active {
  background-color: #0a3bda;
}
.openindex .swiper-box .swiper-slide {
  overflow: hidden;
}
.openindex .swiper-box .swiper-pagination {
  bottom: 10px;
}
.openindex .swiper-box .btn-suffix {
  margin-left: 10px;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.openindex .swiper-box .btn-suffix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.openindex .swiper-box .btn-suffix use {
  fill: #fff;
}
.openindex .swiper-box .btn-suffix path {
  fill: #fff;
}
.openindex .rpa-banner {
  width: 100%;
  min-width: 1200px;
  height: 520px;
  background: url("/images/open/openindex/banner.png") #eceef9 no-repeat center;
  background-size: 1920px 520px;
}
.openindex .rpa-banner .rpa-head {
  transition: all 0.3s;
  padding-top: 156px;
}
.openindex .rpa-banner .rpa-head .title {
  margin-bottom: 20px;
}
.openindex .rpa-banner .rpa-head .title span {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #333;
  display: block;
}
.openindex .rpa-banner .rpa-head .title .title-blue {
  color: #2254f5;
}
.openindex .rpa-banner .rpa-head .text {
  font-weight: 350;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.openindex .mcp-banner {
  width: 100%;
  min-width: 1200px;
  height: 520px;
  background: url("/images/open/openindex/banner1.png") #fff no-repeat center;
  background-size: 1920px 520px;
}
.openindex .mcp-banner .mcp-head {
  padding-top: 200px;
}
.openindex .mcp-banner .mcp-head .title {
  font-weight: bold;
  font-size: 46px;
  color: #333333;
  line-height: 54px;
}
.openindex .mcp-banner .mcp-head .title .blue {
  font-weight: bold;
}
.openindex .mcp-banner .mcp-head .blue {
  color: #2254f5;
}
.openindex .mcp-banner .mcp-head .text {
  font-size: 32px;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
}
.openindex .mcp-banner .mcp-head .shiyong-btn {
  margin-top: 50px;
}
.openindex .title-com {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 54px;
  text-align: center;
}
.openindex .capacity .title-com {
  margin-top: 120px;
  margin-bottom: 60px;
}
.openindex .capacity-main {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.openindex .capacity-item {
  width: 210px;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(37, 70, 153, 0.15);
  border-radius: 12px;
  background-color: #fff;
  cursor: default;
  height: 135px;
}
.openindex .capacity-item:not(.flex-center):hover {
  background: url("/images/open/openindex/item-bg.png") no-repeat 0 0 / 100% 100%;
}
.openindex .capacity-item:not(.flex-center):hover .capacity-item-title {
  color: #2254f5;
}
.openindex .capacity-item-icon svg {
  width: 32px;
  height: 32px;
}
.openindex .capacity-item .icon {
  margin-bottom: 37px;
}
.openindex .capacity-item-title {
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 23px;
  transition: all 0.3s;
}
.openindex .capacity-more {
  width: 120px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.openindex .capacity-more .icon-box {
  width: 30px;
  height: 30px;
  box-shadow: 0px 10px 20px 0px rgba(37, 70, 153, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #fff;
}
.openindex .capacity-more .icon-expend {
  transition: all 0.3s;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px 20px;
  height: #2c2c2c;
}
.openindex .capacity-more .icon-expend svg {
  width: 100%;
  height: 100%;
  display: block;
}
.openindex .capacity-more .icon-expend use {
  fill: #666;
}
.openindex .capacity-more .icon-expend path {
  fill: #666;
}
.openindex .capacity-more .expend-text {
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}
.openindex .capacity-more:hover .icon-expend use {
  fill: #2254f5;
}
.openindex .capacity-more:hover .expend-text {
  color: #2254f5;
}
.openindex .rpa-scene {
  padding-top: 120px;
}
.openindex .rpa-scene .rpa-scene-switch {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 120px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs {
  padding-top: 83px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 44px;
  border-radius: 90px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #333;
  white-space: nowrap;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li:hover {
  background: #f5f5f5;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li .icon.icon1 {
  background: url("/images/rpa/rpa-scene-icon-01.png") no-repeat center;
  background-size: 20px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li .icon.icon2 {
  background: url("/images/rpa/rpa-scene-icon-02.png") no-repeat center;
  background-size: 20px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li .icon.icon3 {
  background: url("/images/rpa/rpa-scene-icon-03.png") no-repeat center;
  background-size: 20px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li .icon.icon4 {
  background: url("/images/rpa/rpa-scene-icon-04.png") no-repeat center;
  background-size: 20px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li.rpa-scene-active {
  background-color: #08050c;
  color: #ffffff;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li.rpa-scene-active .icon.icon1 {
  background-image: url("/images/rpa/scene-active-icon-01.png");
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li.rpa-scene-active .icon.icon2 {
  background-image: url("/images/rpa/scene-active-icon-02.png");
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li.rpa-scene-active .icon.icon3 {
  background-image: url("/images/rpa/scene-active-icon-03.png");
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-tabs ul li.rpa-scene-active .icon.icon4 {
  background-image: url("/images/rpa/scene-active-icon-04.png");
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item {
  animation: fadeIn 0.5s ease-in-out forwards;
  position: relative;
  padding: 50px 30px;
  width: 1020px;
  height: 400px;
  cursor: pointer;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item .title {
  position: relative;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item .title .title-text {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item .title .title-line.title-line-138 {
  position: absolute;
  left: 1px;
  bottom: -5px;
  width: 138px;
  height: 2px;
  background: url("/images/rpa/scene-line-138.png") no-repeat center;
  background-size: 138px 2px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item .title .title-line.title-line-204 {
  position: absolute;
  left: -2px;
  bottom: -5px;
  width: 204px;
  height: 4px;
  background: url("/images/rpa/scene-line-204.png") no-repeat center;
  background-size: 204px 4px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item .text {
  width: 390px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin-top: 44px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item .rpa-scene-btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item .rpa-scene-btn .btn-icon {
  width: 16px;
  height: 16px;
  background: url("/images/rpa/scene-next-icon.png") no-repeat center;
  background-size: 16px;
  margin-left: 10px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item.item1 {
  background: url("/images/rpa/scene-pic-01.png") no-repeat center;
  background-size: 1020px 400px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item.item2 {
  background: url("/images/rpa/scene-pic-02.png") no-repeat center;
  background-size: 1020px 400px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item.item3 {
  background: url("/images/rpa/scene-pic-01.png") no-repeat center;
  background-size: 1020px 400px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item.item4 {
  background: url("/images/rpa/scene-pic-03.png") no-repeat center;
  background-size: 1020px 400px;
}
.openindex .rpa-scene .rpa-scene-switch .rpa-scene-items .rpa-scene-item.rpa-scene-none {
  display: none;
}
.openindex .ostart {
  background-image: linear-gradient(to bottom, #f8f8f9, #f3f8ff);
  padding-bottom: 38px;
}
.openindex .ostart .title-com {
  padding-top: 40px;
  margin-bottom: 60px;
}
.openindex .ostart-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  margin-bottom: 40px;
}
.openindex .ostart-steps-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.openindex .ostart-steps-text {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-left: 10px;
  transition: all 0.3s;
}
.openindex .ostart-steps-text:hover {
  color: #2254f5;
}
.openindex .ostart-steps .active .ostart-steps-text {
  color: #2254f5;
}
.openindex .ostart-steps .font-blue {
  color: #2254f5;
}
.openindex .ostart-steps-arrow {
  width: 57px;
  height: 12px;
  flex-shrink: 0;
}
.openindex .ostart-steps-arrow svg {
  width: 100%;
  height: 100%;
}
.openindex .ostart-cards {
  justify-content: center;
  display: flex;
  gap: 30px;
  margin-bottom: 76px;
  animation: fadeIn 1s ease-in-out forwards;
}
.openindex .ostart-cards.hide {
  display: none;
}
.openindex .ostart-cards-item {
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(37, 70, 153, 0.15);
  border-radius: 8px;
  width: 326px;
  cursor: pointer;
  min-height: 114px;
}
.openindex .ostart-cards-top {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.openindex .ostart-cards-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
}
.openindex .ostart-cards-mark {
  margin-left: 10px;
  display: block;
  font-weight: 350;
  font-size: 12px;
  color: #2254f5;
  line-height: 12px;
  padding: 3px 10px;
  background-color: rgba(34, 84, 245, 0.1);
  border-radius: 4px;
  white-space: nowrap;
}
.openindex .ostart-cards-text {
  font-weight: 350;
  font-size: 14px;
  color: #767676;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.openindex .ostart .start-btn {
  width: 164px;
  height: 48px;
  box-shadow: 0px 4px 5px 0px rgba(67, 127, 236, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s;
  background-color: #2254f5;
  color: #fff;
}
.openindex .ostart .start-btn:hover {
  background-color: #3a67f6;
}
.openindex .ostart .start-btn:active {
  background-color: #0a3bda;
}
.openindex .ostart .start-btn .icon-suffix {
  margin-left: 10px;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.openindex .ostart .start-btn .icon-suffix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.openindex .ostart .start-btn .icon-suffix use {
  fill: #fff;
}
.openindex .ostart .start-btn .icon-suffix path {
  fill: #fff;
}
