/* orange */

.corner-title-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  color: #ff681e;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.corner-title-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(icon/P25-icon-01a_Left.svg) no-repeat center;
}
.corner-title-orange::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(icon/P25-icon-01b_Right.svg) no-repeat center;
}

.corner-title-orange span {
  position: relative;
  z-index: 1;
}
.corner-title-orange h3 {
  position: relative;
  z-index: 1;
}
/* green */
.corner-title-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  color: #40ae49;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.corner-title-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(icon/P37-icon-01a_Left.svg) no-repeat center;
}
.corner-title-green::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(icon/P37-icon-01b_Right.svg) no-repeat center;
}

.corner-title-green span {
  position: relative;
  z-index: 1;
}
.corner-title-green h3 {
  position: relative;
  z-index: 1;
}

/* Blue-Purple Gray */
.corner-title-blue-purple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  color: #ff681e;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.corner-title-blue-purple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(icon/P65-icon-01a_Left.svg) no-repeat center;
}
.corner-title-blue-purple::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(icon/P65-icon-01b_Right.svg) no-repeat center;
}

.corner-title-blue-purple span {
  position: relative;
  z-index: 1;
}

/* 引导点样式 */
.bullet-point {
  margin-top: 20px;
  padding-left: 25px;
  font-size: 15px;
  color: #333;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.bullet-point .icon-orange {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("./icon/common-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(2px);
}
.bullet-point .icon-blue {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("./icon/P66-icon-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.title-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

/* 文字层 */
.banner-text-orange {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 4%; /* 避开斜边区域 */
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(./icon/P25-icon-02.svg) no-repeat left center;
  background-size: 100% auto; /* 宽度100%，高度按比例缩放 */
  margin-left: -10px;
}
/* 文字层 */
.banner-text-blue {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 4%; /* 避开斜边区域 */
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(./icon/P69-icon-01.svg) no-repeat left center;
  background-size: 100% auto; /* 宽度100%，高度按比例缩放 */
  margin-left: -10px;
}
.csr-com-sub {
  width: 100%;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.csr-com-sub-text {
  position: absolute;
  left: 58px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  line-height: 1;
}
.title-sub-orange {
  background-image: url(./icon/P54-icon-01.svg);
}
.title-sub-blue {
  background-image: url(./icon/P72-icon-01.svg);
}
.csr-image {
  background-image: url(./icon/P15-icon-01a.svg);
}
.csr-industry {
  background-image: url(./icon/P16-icon-01a.svg);
}
