.page-header-banner {
  height: 700px;
  position: relative;
  width: 100%;
}

.page-title-style {
  font-weight: bold;
  font-size: 52px;
  letter-spacing: 0;
  text-align: center;
  font-family: "OPPOSans-Ver2-Bold";
}

.header-banner-img {
  width: 100%;
  height: 100%;
}

.header-banner-box {
  width: 390px;
  height: 413px;
  position: absolute;
  left: calc((100vw - 1260px) / 2);
  top: 163px;
}

.header-banner-body-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  background: linear-gradient(180deg, #fe7e00 0%, #ea5f19 97%);
  border-radius: 10px;
}

.header-banner-text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.header-banner-title {
  font-size: 34px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  font-weight: 800;
  color: #ffffff;
  line-height: 52px;
  font-family: "OPPOSans-Ver2-Bold";
}
.header-banner-text {
  font-size: 18px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  font-family: "OPPOSans-Ver2-Bold";
}
.header-banner-botton {
  margin-top: 43px;
  margin-left: 20px;
  margin-right: 20px;
}
.header-banner-botton > a {
  width: 155px;
  height: 42px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fefefe;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fefefe;
  background: transparent;
  cursor: pointer;
}
.header-banner-botton > a:nth-child(2) {
  margin-left: 8px;
}
.header-banner-botton-orange {
  border: 1px solid #0f39a8 !important;
  color: #ffffff !important;
  background: #0f39a8 !important;
}
.header-banner-botton-orange:hover {
  border: 1px solid #fefefe !important;
  color: #fefefe !important;
  background: transparent !important;
}
.header-banner-botton > a:hover {
  border: 1px solid #0f39a8;
  color: #ffffff;
  background: #0f39a8;
}
.header-banner-botton > a > img {
  width: 22px;
  height: 22px;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -4px;
}
.header-banner-hr {
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(255, 255, 255, 0.43);
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.enterprise-pain-point {
  padding: 120px 0 130px;
}

.enterprise-pain-point .page-title-style {
  color: #fe5c1c;
  margin-bottom: 60px;
}

.pain-point-card-box {
  display: flex;
  justify-content: center;
}

.pain-point-card {
  width: 404px;
  height: 290px;
  background: #ffffff;
  box-shadow: 0 0 6px 4px #9494941a;
  border-radius: 10px;
  margin-right: 24px;
  overflow: hidden;
}

.pain-point-card:last-of-type {
  margin-right: unset;
}

.pain-point-card .pain-point-card-top {
  height: 140px;
  position: relative;
}

.pain-point-card-top .pain-point-card-bg {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.pain-point-card:hover .pain-point-card-bg {
  transform: scale(1.05);
}

.pain-point-card-top .pain-point-name {
  position: absolute;
  top: 55px;
  left: 34px;
  font-weight: bold;
  font-size: 24px;
  color: #3d3d3d;
  letter-spacing: 0;
  line-height: 34px;
  display: inline-block;
}

.pain-point-card:hover .pain-point-slider {
  width: 100%;
}

.pain-point-card-top .pain-point-slider {
  width: 18px;
  height: 3px;
  background: #fe5c1c;
  border-radius: 2px;
  transition: width 0.4s ease;
  margin-top: 12px;
}

.pain-point-card .pain-point-card-bottom {
  padding: 24px 34px;
  line-height: 22px;
}

.core-advantages {
  padding: 120px 0 45px;
  background: url("../image/enterprise/advantage-bg.jpg") center no-repeat;
  background-size: cover;
  background-position: top;
}

.core-advantages .page-title-style {
  color: #0f39a8;
  margin-bottom: 60px;
}

.core-advantages-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.core-advantages .consult-btn {
  width: 146px;
  height: 45px;
  background: #0f39a8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
}

.core-advantages .consult-btn img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.core-advantages .consult-btn:hover {
  border: 1.5px solid #717171;
  background: unset;
  color: #717171;
}

.core-advantages-item {
  width: 404px;
  height: 290px;
  background: #ffffff;
  /* box-shadow: 0 0 6px 4px #9494941a; */
  border-radius: 10px;
  margin-right: 24px;
  overflow: hidden;
  cursor: pointer;
}

.core-advantages-item:last-of-type {
  margin-right: unset;
}

.core-advantages-top {
  height: 140px;
  position: relative;
}

.core-advantages-item:hover .core-advantages-bg {
  transform: scale(1.05);
}

.core-advantages-top .core-advantages-bg {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.core-advantages-name {
  position: absolute;
  top: 40px;
  left: 34px;
  display: inline-block;
  width: 240px;
  font-weight: 600;
  font-size: 20px;
  color: #3d3d3d;
  letter-spacing: 0;
  line-height: 30px;
}

.core-advantages-item:hover .core-advantage-slider {
  width: 100%;
}

.core-advantages-name .core-advantage-slider {
  width: 18px;
  height: 3px;
  background: #fe5c1c;
  border-radius: 2px;
  transition: width 0.4s ease;
  margin-top: 12px;
}

.core-advantages-bottom {
  padding: 24px 34px;
  font-size: 14px;
  color: #3d3d3d;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
}

.introduction-enterprise {
  padding: 120px 0;
}

.introduction-enterprise .page-title-style {
  color: #0f39a8;
  margin-bottom: 60px;
}

.introduction-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1260px;
  margin: 0 auto;
}

.introduction-box-left {
  width: 630px;
  height: 340px;
  background: url("../image/enterprise/enterprise-intruduction-video.jpg")
    center no-repeat;
  background-size: cover;
  margin-right: 110px;
  border-radius: 10px;
}

.introduction-box-right-top {
  margin-top: 25px;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
}
.introduction-box-right-services {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 68px;
  row-gap: 8px;
}

.introduction-box-right-services-item {
  display: flex;
  align-items: center;
}

.introduction-box-right-services-item .hook {
  width: 18px;
  height: 18px;
}

.introduction-box-right-services-item p {
  font-size: 14px;
  color: #717171;
  letter-spacing: 0;
  line-height: 22px;
  margin-left: 8px;
}

.introduction-box-right-bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.enterprise-price {
  font-weight: bold;
  font-size: 36px;
  color: #fe5c1c;
  letter-spacing: 0;
  line-height: 54px;
  margin-right: 40px;
}

.introduction-box-right-bottom .consult-btn {
  width: 146px;
  height: 45px;
  background: #fe5c1c;
  border-radius: 6px;
  font-weight: bold;
  border: 1.5px solid #fe5c1c;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.introduction-box-right-bottom .consult-btn img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.introduction-box-right-bottom .consult-btn:hover {
  border: 1.5px solid #717171;
  color: #717171;
  background: transparent;
}

.customer-case {
  margin-bottom: 40px;
}

.customer-case .page-title-style {
  color: #0f39a8;
  margin-bottom: 40px;
}

.customer-case .case-list {
  display: flex;
}

.customer-case .case-item {
  width: 20%;
  height: 432px;
  transition: width 0.4s ease;
  cursor: pointer;
}

.customer-case .case-item.case1 {
  background: url("../image/enterprise/case1.jpg") center no-repeat;
  background-size: cover;
}
.customer-case .case-item.case2 {
  background: url("../image/enterprise/case2.jpg") center no-repeat;
  background-size: cover;
}
.customer-case .case-item.case3 {
  background: url("../image/enterprise/case3.jpg") center no-repeat;
  background-size: cover;
}
.customer-case .case-item.case4 {
  background: url("../image/enterprise/case4.jpg") center no-repeat;
  background-size: cover;
}
.customer-case .case-item.case5 {
  background: url("../image/enterprise/case5.jpg") center no-repeat;
  background-size: cover;
}

.customer-case .case-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.customer-case .case-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #ffffff;
  width: 90%;
  text-align: center;
}

.customer-case .case-handle {
  width: 114px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 41px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.customer-case .case-handle:hover {
  border-color: #fe5c1c;
  background: #fe5c1c;
}

.customer-case .case-item:hover {
  width: 768px;
}

.customer-case .case-item:hover .case-handle {
  bottom: 130px;
  opacity: 1;
  pointer-events: all;
}

.get-data-btn {
  width: 200px;
  height: 45px;
  background: #0f39a8;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
  border: 1.5px solid #0f39a8;
  cursor: pointer;
  margin: 0 auto;
}

.get-data-btn:hover {
  border: 1.5px solid #717171;
  color: #717171;
  background: transparent;
}

/* ----------mobile */

.mobile-page-main .header-banner-img {
  object-fit: cover;
}

.mobile-page-main .page-header-banner {
  height: 530px;
}

.mobile-page-main .header-banner-box {
  width: calc(100% - 56px);
  padding-left: 28px;
  padding-right: 28px;
  position: absolute;
  bottom: 25px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  height: 180px;
}
.mobile-page-main .header-banner-text-box {
  width: 100%;
  height: 100%;
  background-color: linear-gradient(180deg, #fe7e00 0%, #ea5f19 97%);
  border-radius: 10px;
  border: none;
}
.mobile-page-main .header-banner-title {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 20px;
  margin: auto;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  line-height: 25px;
}
.mobile-page-main .header-banner-hr {
  width: 210px;
  height: 1px;
  background: rgba(255, 255, 255, 0.43);
  margin: auto;
  margin-top: 11px;
  margin-bottom: 12px;
}
.mobile-page-main .header-banner-text {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
}
.mobile-page-main .header-banner-botton a {
  width: 122px;
  height: 34px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fefefe;
  line-height: 33px;
  display: block;
  margin: auto;
  margin-top: 12px;
}

.mobile-page-main .header-banner-botton {
  display: flex;
  margin-top: 10px;
}

.mobile-page-main .header-banner-botton a:first-of-type {
  margin-right: 10px;
}

.mobile-page-main .header-banner-botton a:hover {
  color: #ffffff;
}

.mobile-page-main .page-title-style {
  font-size: 32px;
}

.mobile-page-main .cd-item-wrapper {
  padding-bottom: 10px;
}

.mobile-page-main .cd-item-wrapper li {
  width: 70%;
}

.mobile-page-main .pain-point-card-bg {
  object-fit: cover;
  object-position: right;
}

.mobile-page-main .pain-point-card {
  width: 100%;
}

.mobile-page-main .pain-point-name {
  left: 14px;
  font-size: 14px;
}

.mobile-page-main .pain-point-card-bottom {
  padding: 14px 24px;
}

.mobile-page-main .core-advantages-item {
  width: 100%;
}

.mobile-page-main .core-advantages-name {
  left: 10px;
  font-size: 12px;
  width: 150px;
  line-height: 18px;
}

.mobile-page-main .core-advantages-bg {
  object-fit: cover;
  object-position: right;
}

.mobile-page-main .introduction-enterprise {
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-page-main .introduction-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-page-main .introduction-box-left {
  width: 100%;
  height: 300px;
  margin-right: unset;
}

.mobile-page-main .introduction-box-right-top {
  text-align: center;
}

.mobile-page-main .introduction-box-right-services {
  column-gap: 20px;
}

.mobile-page-main .introduction-box-right-bottom {
  flex-direction: column;
}

.mobile-page-main .enterprise-price {
  margin-right: unset;
  margin-bottom: 10px;
}

.mobile-page-main .case-list {
  display: block;
  width: 100%;
  overflow: scroll hidden;
  text-wrap: nowrap;
}

.mobile-page-main .customer-case .case-item {
  width: 100%;
  height: 332px;
  display: inline-block;
}

.mobile-page-main .customer-case .case-item:hover {
  width: 100%;
  transform: unset;
}

.mobile-page-main .customer-case .case-item .case-txt {
  text-wrap: pretty;
}

.mobile-page-main .customer-case .case-handle {
  pointer-events: all;
  opacity: 1;
  bottom: 80px;
}

.mobile-page-main .case-item:hover .case-handle {
  bottom: 80px;
}
/* 20251111更新的ui部分，上述保留-移动端不改动 */
.PC20251111 .page-header-banner {
  height: 682px !important;
}
.PC20251111 .header-banner-box {
  width: 440px;
  height: 470px;
  text-align: center;
  left: calc((100vw - 1180px) / 2);
  top: 142px;
}
.PC20251111 .header-banner-content-img {
  position: absolute;
  left: calc((100vw - 304px) / 2);
  top: 152px;
  width: 756px;
  height: 464px;
}
.PC20251111 .header-banner-body-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-image: url("../image/index_new/enterprise_banner_title_box.png");
  background-size: cover;
  /* background: linear-gradient(180deg, #fe7e00 0%, #ea5f19 97%); */
  border-radius: 10px;
}
.PC20251111 .header-banner-text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
  border: unset;
}
.PC20251111 .header-banner-title {
  text-align: center;
  padding-top: 56px;
  color: #fe5c1c;
  text-shadow: 1.07px 1.07px 0.96px #f6a79347;
  font-family: "OPPOSans";
  font-size: 53.28px;
  font-style: normal;
  font-weight: 700;
  line-height: 53.28px;
  margin-bottom: 16px;
}
.PC20251111 .header-banner-title-h2 {
  text-align: center;
  color: #fe5c1c;
  text-shadow: 1.07px 1.07px 0.96px #f6a79347;
  font-family: "OPPOSans";
  font-size: 34.1px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.1px;
}
.PC20251111 .header-banner-text {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  color: #070707;
  text-align: center;
  font-family: "OPPOSans";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.PC20251111 .header-banner-botton-pc {
  margin-top: 356px;
  text-align: center;
}
.PC20251111 .header-banner-botton-pc > a {
  display: inline-block;
  cursor: pointer;
  width: 175.77px;
  height: 63.5px;
  border-radius: 6.8px;
  background-image: url("../image/index_new/enterprise_banner_title_btn_l.png");
  background-size: cover;
}
.PC20251111 .header-banner-botton-orange-pc {
  background-image: url("../image/index_new/enterprise_banner_title_btn_r.png") !important ;
}
.PC20251111 .header-banner-botton-pc > a:nth-child(2) {
  margin-left: 15px;
}
.PC20251111 .header-banner-botton-orange-pc:hover {
  box-shadow: 0 0 6px 4px #94949438;
}
.PC20251111 .header-banner-botton-pc > a:hover {
  box-shadow: 0 0 6px 4px #94949438;
}
.PC20251111 .header-banner-hr {
  width: calc(100% - 170px);
  height: 2px;
  background: rgba(255, 255, 255, 0.43);
  margin-top: 37px;
  margin-bottom: 37px;
  margin-left: 85px;
  margin-right: 20px;
}
.PC20251111 .enterprise-pain-point {
  padding: 48px 0 0px;
  height: 650px;
  background-image: url("../image/index_new/enterprise_banner_content_bg1.png");
  background-size: cover;
}
.PC20251111 .page-title-style {
  margin: 0 auto 72px;
  width: 304px;
  height: 80px;
  line-height: 76px;
  border-radius: 12px;
  text-align: center;
  font-family: "OPPOSans";
  font-size: 32px;
  font-weight: 700;
}
.PC20251111 .enterprise-pain-point .page-title-style {
  border: 1px solid #fe5c1c26;
  background: #fe5c1c1a;
  box-shadow: 0 4px 7px 0 #ca4c191a;
  color: #fe5c1c;
  font-weight: 900;
}
.PC20251111 .pain-center {
  height: 383px;
  width: 100%;
  text-align: center;
  position: relative;
}
/* 定义 mapAnimation 动画 */
@keyframes PC20251111mapAnimation {
  0% {
    transform: translateY(10px); /* 初始位置 */
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px); /* 回到初始位置 */
  }
}
.PC20251111 .pain-center .center-img1 {
  width: 252px;
  height: 302px;
  position: absolute;
  top: 28px;
  left: calc(825px - (1920px - 100vw) / 2);
  z-index: 3;
  animation: PC20251111mapAnimation 2s linear infinite alternate;
}
.PC20251111 .pain-center .center-img2 {
  width: 622px;
  height: 318px;
  position: absolute;
  top: 79px;
  left: calc(640px - (1920px - 100vw) / 2);
  z-index: 2;
}
.PC20251111 .pain-center-card {
  display: inline-block;
  width: 456px;
  height: 124px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #fe5c1ce6;
  background: #fe5c1c05;
  box-shadow: 12px 12px 0 0 #c36d300a;
  box-sizing: border-box;
  padding: 16px 24px;
  position: relative;
  text-align: left;
  z-index: 3;
  position: relative;
}
.PC20251111 .margin-B-114 .pain-center-card {
  height: 108px !important;
}
.PC20251111 .pain-center-card-img {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 96px;
  height: 53px;
}

.PC20251111 .margin-R-256 {
  margin-right: 256px;
}
.PC20251111 .margin-B-167 {
  margin-bottom: 167px;
}
.PC20251111 .margin-B-114 {
  margin-bottom: 114px;
}
.PC20251111 .pain-center-card-title {
  color: #fe5c1c;
  font-family: "OPPOSans";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 13px;
}
.PC20251111 .pain-center-card-desc {
  width: 358px;
  color: #2f2f2f;
  font-family: "OPPOSans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.PC20251111 .margin-B-114 .pain-center-card-title {
  margin-bottom: 22px;
}
.PC20251111 .core-advantages {
  padding: 48px 0 48px;
  height: 1370px;
  box-sizing: border-box;
  background: url("../image/index_new/enterprise_banner_content_bg2.png") center
    no-repeat;
  background-size: cover;
  background-position: top;
}
.PC20251111 .core-advantages .page-title-style {
  width: 304px;
  border: 1px solid #0f39a826;
  background: #0f39a81a;
  box-shadow: 0 4px 7px 0 #0f39a81a;
  color: #0f39a8;
}
.PC20251111 .core-advantages-box {
  text-align: center;
  margin: 0 auto;
  width: 1182px;
}
.PC20251111 .core-advantages-bg1 {
  background-image: url("../image/index_new/enterprise-advantage-item-bg1.png");
  background-size: cover;
}
.PC20251111 .core-advantages-bg2 {
  background-image: url("../image/index_new/enterprise-advantage-item-bg2.png");
  background-size: cover;
}
.PC20251111 .core-advantages-item {
  display: inline-block;
  width: 670px;
  height: 336px;
  border-radius: 20px;
  border: 1px solid #0f39a82e;
  background: radial-gradient(
    200% 400% at 0% 0%,
    rgba(242, 244, 251, 1) 0%,
    rgba(246, 248, 255, 1) 31.12%,
    rgba(243, 244, 252, 1) 71.29%,
    rgba(238, 241, 251, 1) 100%
  );
  box-sizing: border-box;
  padding: 38px 40px;
  text-align: left;
  position: relative;
  margin: 0 0 20px 0;
  cursor: unset;
}
.PC20251111 .core-advantages-item2 {
  display: inline-block;
  width: 480px !important;
  height: 336px !important;
  background: radial-gradient(
    412.31% 141.42% at 0% 0%,
    #eef5fb 0%,
    #edf6fc 37.36%,
    #f2f7fc 86.86%,
    #f4f8fd 100%
  );
  margin-left: 20px;
}
.core-advantages-item3 {
  width: 560px !important;
  height: 360px !important;
  background: radial-gradient(
    412.31% 141.42% at 0% 0%,
    #eef5fb 0%,
    #edf6fc 37.36%,
    #f2f7fc 86.86%,
    #f4f8fd 100%
  ) !important;
}
.core-advantages-item4 {
  width: 590px !important;
  height: 360px !important;
  margin-left: 20px !important;
}
.core-advantages-item5 {
  width: 376px !important;
  height: 368px !important;
}
.core-advantages-item6 {
  width: 376px !important;
  height: 368px !important;
  background: radial-gradient(
    412.31% 141.42% at 0% 0%,
    #eef5fb 0%,
    #edf6fc 37.36%,
    #f2f7fc 86.86%,
    #f4f8fd 100%
  ) !important;
  margin-left: 19px !important;
}
.core-advantages-item7 {
  width: 378px !important;
  height: 368px !important;
  margin-left: 19px !important;
}
.PC20251111 .advantages-item-title {
  color: #0f39a8;
  font-family: "OPPOSans";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.PC20251111 .advantages-item-title-img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 28px;
  right: 28px;
}
.PC20251111 .advantages-item-desc-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  vertical-align: middle;
  margin-top: 14.5px;
}
.PC20251111 .advantages-item-desc {
  display: flex;
  margin-bottom: 19px;
}
.PC20251111 .desc-info {
  flex: 1;
  color: #2f2f2f;
  /* font-family: "OPPOSans"; */
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.PC20251111 .desc-title {
  color: #2f2f2f;
  /* font-family: "OPPOSans"; */
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.PC20251111 .advantages-item-text {
  color: #0f39a8;
  font-family: "OPPOSans";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 27px;
}
.PC20251111 .advantages-item-title2 {
  color: #0f39a8;
  font-family: "OPPOSans";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.PC20251111 .choose-our {
  padding: 48px 0 0px;
  height: 670px;
  background: radial-gradient(
    554.36% 82.9% at 10.26% 43.86%,
    rgba(255, 255, 255, 0.07) 0%,
    /* 白色，透明度 0.07 */ rgba(255, 168, 151, 0.07) 47.33%,
    /* 颜色 #ffa897，透明度 0.07 */ rgba(255, 255, 255, 0.07) 100%
      /* 白色，透明度 0.07 */
  );
}
.PC20251111 .choose-our .page-title-style {
  margin: 0 auto 52px;
  width: 334px;
  border: 1px solid #fe5c1c26;
  background: #fe5c1c1a;
  box-shadow: 0 4px 7px 0 #ca4c191a;
  color: #fe5c1c;
}
.PC20251111 .choose-our-box {
  width: 1172px;
  margin: 0 auto;
}
.PC20251111 .choose-our-item-row {
  text-align: center;
  position: relative;
  display: flex;
}
.PC20251111 .choose-our-item-row2 {
  border-top: 2px solid #f2f2f2;
  text-align: center;
  position: relative;
  display: flex;
  padding: 0 210px 0 214px;
}
.PC20251111 .choose-our-item {
  flex: 1;
  display: inline-block;
  width: 360px;
  height: 224px;
  box-sizing: border-box;
  padding-left: 48px;
  position: relative;
  text-align: left;
}
.PC20251111 .margin-R-46 {
  margin-right: 46px;
}
.PC20251111 .margin-R-60 {
  margin-right: 60px;
}
.PC20251111 .choose-our-item-img {
  width: 48px;
  height: 48px;
  margin: 0 0 32px;
  vertical-align: middle;
}
.PC20251111 .choose-our-item-row2 .choose-our-item-img {
  margin: 36px 0 32px;
}
.PC20251111 .choose-our-item-title {
  color: #333333;
  font-family: "OPPOSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.PC20251111 .choose-our-item-desc {
  color: #2f2f2f;
  font-family: "OPPOSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.PC20251111 .choose-our-item-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 2px;
  height: 158px;
}
.PC20251111 .choose-our-item-row2 .choose-our-item-icon {
  top: 0px;
}
.PC20251111 .customer-case {
  padding: 48px 0 48px;
  height: 632px;
  box-sizing: border-box;
}
.PC20251111 .customer-case .page-title-style {
  width: 210px;
  border: 1px solid #0f39a826;
  background: #0f39a81a;
  box-shadow: 0 4px 7px 0 #0f39a81a;
  color: #0f39a8;
}
.PC20251111 .customer-case .case-handle:hover {
  border: 1px solid #ffffff1a;
  background: #0f39a8;
}
.PC20251111 .get-data-btn {
  width: 210px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 40px;
  border-radius: 6px;
  border: 1px solid #0f39a81a;
  background: #0f39a81a;
  color: #0f39a8;
  text-align: center;
  font-family: "OPPOSans";
  font-size: 16px;
  font-weight: 400;
}
.PC20251111 .get-data-btn:hover {
  cursor: pointer;
  color: #0f39a8;
  border: 1px solid #0f39a81a;
  background: linear-gradient(0deg, #00000017 0%, #00000017 100%), #0f39a81a;
}
