.robot-info-box {
  margin-bottom: 20px;
}
.robot-info-box .title {
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(to right, #7C7FFB, #0B24FB);
  color: white;
  font-weight: bold;
}
.robot-info-box .info {
  border: 1px solid #8D8D8D;
  border-top: 0;
  padding: 10px 20px;
  min-height: 150px;
  max-height: 200px;
}
.index-section-box {
  margin-top: 20px;
  padding: 20px 0;
}
.index-section-box.border {
  border-bottom: 2px dashed #8b4b8c;
}
.index-section-box .img-box img {
  width: 100%;
}
.index-section-box .info-box {
  display: flex;
  justify-content: space-between;
  min-height: 320px;
  flex-direction: column;
}
.index-section-box .info-box .top-info .title {
  text-align: left;
}
.index-section-box .info-box .bottom-info .moreBtn {
  background-color: #8b4b8c;
  color: #ffffff;
  border-radius: 7px;
}
.text-banner-box {
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
.text-banner-box.hotel {
  background-image: url(/assets/images/robot/hotel_banner.png);
}
.text-banner-box.hospital {
  background-image: url(/assets/images/robot/hos_banner.png);
}
.text-banner-box.factory {
  background-image: url(/assets/images/robot/f_banner.png);
}
.text-banner-box .text-box {
  color: white;
  height: 100%;
}
.text-banner-box .text-box h1 {
  font-size: 3.75rem;
}
.text-banner-box .text-box p {
  margin-top: 30px;
  font-size: 2rem;
}
.hytd-box .title {
  margin: 4rem 0;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.hytd-box .info-box {
  margin-bottom: 20px;
  min-height: 15.5rem;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px #808080;
  padding: 20px;
  text-align: center;
}
.hytd-box .info-box .info-title {
  color: #8b4b8c !important;
}
.hytd-box .info-box p {
  text-align: left;
}
.robots-info {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(/assets/images/robot/hos_b2.png);
  overflow: hidden;
  padding-bottom: 20px;
}
.robots-info .robots-info-title {
  text-align: center;
  margin: 4rem 0;
  font-size: 3.6rem;
  color: #ffffff;
}
.robots-info .nopadding {
  padding: 0;
}
.robots-info .robot-box {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 2rem;
  min-height: 28.5rem;
}
.robots-info .robot-box .robot-img {
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px #808080;
}
.robots-info .robot-box .robot-img img {
  width: 100%;
}
.robots-info .robot-box .info-box {
  padding-left: 20px;
  height: 100%;
}
.robots-info .robot-box .info-box .title {
  color: #8b4b8c !important;
  font-size: 2.8rem;
  margin-top: 2rem;
}
.value-box .title {
  font-size: 3.6rem;
  text-align: center;
  margin: 4rem 0;
}
.value-box .value-item {
  text-align: center;
  margin-bottom: 1rem;
}
.value-box .value-item .icon-box {
  text-align: center;
}
.value-box .value-item .icon-box img {
  width: 6.4rem;
  height: 6.4rem;
}
.value-box .value-item .value-title {
  margin: 1rem 0;
  text-align: center;
  font-weight: 700;
}
.value-box .value-item p {
  margin: 0;
}
.example-container {
  overflow: hidden;
  background-color: #f2f2f2;
}
.example-banner {
  padding: 0 8rem;
  margin-bottom: 4rem;
}
.example-banner .title {
  text-align: center;
  font-size: 3.6rem;
  margin: 4rem 0;
}
.example-banner .swiper-box {
  position: relative;
}
.example-banner .swiper-container {
  margin: 0 5rem;
}
.example-banner .example-item {
  position: relative;
}
.example-banner .example-item img {
  width: 100%;
}
.example-banner .example-item .imgTitle {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 5px 10px;
}
.example-banner .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.7;
  background-image: none;
  padding: 10px;
  background-color: #4d4d4d;
  color: #ffffff;
}
.example-banner .swiper-button-next svg {
  fill: #ffffff;
}
.example-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.7;
  background-image: none;
  padding: 10px;
  background-color: #4d4d4d;
  color: #ffffff;
}
.example-banner .swiper-button-prev svg {
  fill: #ffffff;
}
