/* banner */
.components-banner .detail-banner {
  position: relative;
  height: 4.1198rem;
  overflow: hidden;
  clear: both;
  background:none;
}
.components-banner .detail-banner__pic {
  width: 100%;
  /* height: 4.8854rem; */
}
.components-banner .banner-title {
  font-size: 0.3385rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.5208rem;
  letter-spacing: 0.026rem;
  text-shadow: 0.0104rem 0.0729rem 0.0938rem rgba(35, 24, 21, 0.53);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.2031rem;
  text-transform: none;
}
.components-banner .banner-title1 {
  font-size: 0.3385rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.5208rem;
  letter-spacing: 0.026rem;
  text-shadow: 0.0104rem 0.0729rem 0.0938rem rgba(35, 24, 21, 0.53);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.65rem;
  white-space: nowrap;
  text-transform: none;
}
.components-banner .banner-detail .title {
  font-size: 0.2135rem;
  font-weight: 600;
  color: #222222;
  line-height: 0.2083rem;
  letter-spacing: 0.0104rem;
  padding: 0.2083rem 0 0.125rem 0.2604rem;
  height: auto;
}
.components-banner .banner-detail {
  position: relative;
  width: 6.25rem;
  height: 1.25rem;
  background: #ffffff;
  box-shadow: 0.0313rem 0.0313rem 0.224rem 0rem rgba(34, 34, 34, 0.05);
  border-radius: 0.1042rem;
  margin: -0.8rem auto 0;
  z-index: 11;
}
/* banner end */

.sh-company-intro {
  width: 100%;
  height: 3.4948rem;
  padding: 0.7448rem 1.9115rem 0.5417rem 1.9271rem;
  box-sizing: border-box;
  background: url("../images/sh_company_intro_bg.png") no-repeat center center;
  background-size: cover;
  margin-top: 0.4583rem;
}

.sh-company-intro__text {
  margin: 0;
  font-size: 0.125rem;
  line-height: 1.8;
  color: #222222;
}

.sh-company-intro__content {
  width: 6.0208rem;
  height: 1.1615rem;
  margin-top: 0.4167rem;
  padding: 0.1875rem 0.2865rem 0.1615rem;
  box-sizing: border-box;
  background: url("../images/sh_company_intro_content_bg.png") no-repeat center
    center;
  background-size: 100% 100%;
  border-radius: 0.0521rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.sh-company-intro__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.0625rem;
  color: #222222;
  font-size: 0.1042rem;
  font-weight: 500;
  line-height: 1;
}

.sh-company-intro__item img {
  width: 0.3385rem;
  height: 0.3385rem;
  object-fit: contain;
}

/* 东方时尚外链横幅 */
.sh-company-link {
  width: 100%;
  height: 3.7031rem;
  box-sizing: border-box;
  background: url("../images/sh_company_link_bg.png") no-repeat center center;
  background-size: cover;
  padding: 1.526rem 0 0 2.7083rem;
  margin-top: 0.4583rem;
}

.sh-company-link__cta {
  display: flex;
  align-items: center;
  padding: 0 0.2969rem;
  width: 1.9844rem;
  height: 0.4531rem;
  box-sizing: border-box;
  background: url("../images/sh_company_link_border.png") no-repeat center
    center;
  background-size: 100% 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.1927rem;
  line-height: 1;
  white-space: nowrap;
}

.sh-company-link__cta:hover {
  opacity: 0.92;
}

.sh-company-link__arrow {
  width: 0.099rem;
  height: 0.099rem;
  flex-shrink: 0;
  object-fit: contain;
  pointer-events: none;
  margin-left: 0.1615rem;
}
