.carrybot {
  width: 100%;
  overflow: hidden;
  background: #181818;
  color: #fff;
}

.container-width {
  max-width: 1200px;
  margin: 0 auto;
}


.text-color {
  font-size: poppins;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 20.74%, #727272 60.45%, #9E9E9E 78.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 800px;
}

.banner .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -150px;
}


.banner .left .title {
  color: #FFF;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 76.8px */
  letter-spacing: 0.747px;
}

.banner .left .title-desc {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-top: 12px;
}

.banner .left .btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 53px;
}

.banner .left .btns .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 68px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.747px;
  text-transform: uppercase;
}

.banner .left .btns .btn:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 36px;
}

.banner .left .btns .btn:last-child {
  background: #FFF;
  color: #373A3E;
  max-width: 50%;
}

.de-DE .banner .left .btns .btn:last-child {
  max-width: 65%;
}

.banner .left .btns .btn .btn-icon {
  width: 60px;
  height: 60px;
  margin-left: -5px;
}

.banner .left .btns .btn .btn-text {
  flex: 1;
}

.introduction {
  padding-top: 160px;
  padding-bottom: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
}

.introduction .introduction-title {
  text-align: center;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 96px */
  text-transform: uppercase;
}

.introduction .introduction-desc h1 {
  color: #FFF;
  text-align: justify;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 96px */
}

.introduction .introduction-desc {
  color: rgba(255, 255, 255, 0.60);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-top: 32px;
  text-align: center;
}

.introduction .introduction-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 60px;
}

.introduction .introduction-img-m {
  display: none;
}

.introduction .introduction-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  gap: 16px;
}

.introduction .introduction-list .introduction-item {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #242424;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  padding: 24px;
}

.introduction .introduction-list .introduction-item .introduction-item-title {
  color: #0AF;
  text-align: center;
  font-family: Poppins;
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.introduction .introduction-list .introduction-item .introduction-item-title .introduction-item-tips {
  font-size: 18px;
  margin-left: 10px;
  margin-top: 10px;
}

.introduction .introduction-list .introduction-item .introduction-item-desc {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}


.carrybot .solution {
  padding-top: 160px;
  /* padding-bottom: 60px; */
}

.carrybot .solution-title {
  text-align: center;

  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 80px;
}

.carrybot .solution-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.carrybot .solution-list .solution-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 32px;
  border-radius: 12px;
  background: #242424;
}

.carrybot .solution-list .solution-item-icon {
  width: 80px;
  height: 80px;
}

.carrybot .solution-list .solution-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}

.carrybot .solution-list .solution-item-title {
  color: rgba(255, 255, 255, 0.90);

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 43.2px */
  text-transform: uppercase;
}

.carrybot .solution-list .solution-item-desc {
  color: rgba(255, 255, 255, 0.70);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.2px */
}

.carrybot .application {
  padding-top: 160px;
  padding-bottom: 160px;
}

.carrybot .application-title {
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.carrybot .application-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;

}

.carrybot .application-list .application-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  /* max-width:40vw; */
}

.carrybot .application-list .application-item .application-item-img {
  /* max-height:400px;  */
  /* border-radius: 12px; */
  object-fit: contain;
}

.carrybot .application-list .application-item .application-item-text {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 32px;
}

.carrybot .application-list .application-item .application-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin-top: -35px;
}

.carrybot .experience {
  padding: 160px 0;
  padding-bottom: 60px;
}

.carrybot .experience .experience-title {
  text-align: center;

  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 96px */
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 20.74%, #727272 60.45%, #9E9E9E 78.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carrybot .experience .experience-desc {
  color: #FFF;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  margin: 32px auto;
  max-width: 1200px;
}

.carrybot .experience .experience-container {
  height: 800px;
  margin-top: 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carrybot .experience .experience-container .experience-item {
  display: flex;
  width: 300px;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 12px;
  background: rgba(36, 36, 36, 0.60);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.20);
}

.carrybot .experience .experience-container .experience-item .experience-item-box-title {

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.carrybot .experience .experience-container .experience-item .experience-item-box-tips {

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
}

.carrybot .experience .experience-container .experience-item .experience-item-box-tips img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.carrybot .experience .experience-container .experience-item .experience-item-box-desc {
  color: #fff;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
}


.carrybot .experience .experience-container .experience-item:nth-child(1) {
  margin: 0 auto;
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -168px;
}

.carrybot .experience .experience-container .experience-item:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 115px;
  margin-left: -600px;
}

.carrybot .experience .experience-container .experience-item:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 102px;
  margin-left: 245px;
}

.carrybot .experience .experience-container .experience-item:nth-child(4) {
  position: absolute;
  left: 50%;
  bottom: 145px;
  margin-left: -450px;
}

.carrybot .experience .experience-container .experience-item:nth-child(5) {
  position: absolute;
  left: 50%;
  bottom: 163px;
  margin-left: 150px;
}

.carrybot .experience-container .experience-item:nth-child(1) .experience-item-box-title {
  color: #FFD365;
}

.carrybot .experience-container .experience-item:nth-child(1) .experience-item-box-tips {
  color: #FFD365;
}

.carrybot .experience-container .experience-item:nth-child(1) .experience-item-box-desc {
  background: #FFD365;
}


.carrybot .experience-container .experience-item:nth-child(2) .experience-item-box-title {
  color: #B39CCF;
}

.carrybot .experience-container .experience-item:nth-child(2) .experience-item-box-tips {
  color: #B39CCF;
}

.carrybot .experience-container .experience-item:nth-child(2) .experience-item-box-desc {
  background: #B39CCF;
}

.carrybot .experience-container .experience-item:nth-child(3) .experience-item-box-title {
  color: #5AC7C7;
}

.carrybot .experience-container .experience-item:nth-child(3) .experience-item-box-tips {
  color: #5AC7C7;
}

.carrybot .experience-container .experience-item:nth-child(3) .experience-item-box-desc {
  background: #5AC7C7;
}

.carrybot .experience-container .experience-item:nth-child(4) .experience-item-box-title {
  color: #C5A482;
}

.carrybot .experience-container .experience-item:nth-child(4) .experience-item-box-tips {
  color: #C5A482;
}

.carrybot .experience-container .experience-item:nth-child(4) .experience-item-box-desc {
  background: #C5A482;
}


.carrybot .experience-container .experience-item:nth-child(5) .experience-item-box-title {
  color: #5CA1F2;
}

.carrybot .experience-container .experience-item:nth-child(5) .experience-item-box-tips {
  color: #5CA1F2;
}

.carrybot .experience-container .experience-item:nth-child(5) .experience-item-box-desc {
  background: #5CA1F2;
}

.recommend {
  padding-top: 160px;
  padding-bottom: 160px;
}

.recommend .recommend-title {
  text-align: center;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 96px */
  text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 20.74%, #727272 60.45%, #9E9E9E 78.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.recommend .recommend-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.recommend .recommend-list {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;

}

.recommend .recommend-list .recommend-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
}

.recommend .recommend-list .recommend-item .recommend-item-icon {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

.recommend .recommend-list .recommend-item .recommend-item-title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 43.2px */
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
}

.recommend .recommend-list .recommend-item .recommend-item-desc {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.recommend .recommend-list .recommend-item:last-child {
  cursor: pointer;
}

.recommend .recommend-list .recommend-item:last-child:hover .recommend-item-title {
  /**上移5p x*/
  transform: translateY(-5px);
}

.recommend .recommend-list .recommend-item:last-child .recommend-item-title::after {
  content: ">";
  color: #0AF;
  margin-left: 15px;
}

.recommend .recommend-list .recommend-item:last-child .recommend-item-icon,
.recommend .recommend-list .recommend-item:last-child .recommend-item-desc {
  display: none;
}

.recommend .recommend-list .recommend-item:last-child .recommend-item-title {
  color: #0AF;
  font-size: 22px;
}

.recommend .recommend-content .recommend-imgs {
  flex: 1;
  max-width: 400px;
  margin-left: 60px;
  overflow: hidden;
}

.recommend .recommend-content .recommend-imgs #banner-robot-list {
  max-width: 400px;
}

.recommend .recommend-content .recommend-imgs #banner-robot-list .swiper-slide {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recommend .recommend-content .recommend-imgs #banner-robot-list .swiper-slide .img-title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  text-transform: uppercase;

}

.recommend .recommend-content .recommend-imgs #banner-robot-list img {
  width: 400px;
  object-fit: contain;
  cursor: pointer;
}

/* .recommend .recommend-content .recommend-imgs #banner-robot-list .swiper-slide:last-child img{
  width:310px;
} */
.float-bottom-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 99;
}

.float-bottom-btn .bottom-btn {
  width: 45%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  padding: 10px;
  border-radius: 4px;
  background: #37F;
  color: #FFF;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;

}


@media (max-width: 1200px) {
  .container-width {
    padding: 0 50px;
  }
}


@media (max-width: 1000px) {
  #leave_msg_container {
      bottom: 12% !important;
  }

  #myBtn {
      bottom: calc(12% + 100px) !important;
  }
  .container-width {
    width: 100vw;
    padding: 0 4vw;
  }

  .banner {
    height: 100vh;
    padding-top: 13vw;
    background-image: url('https://www.orionstar.com/res/orics/down/ow001_20241210_d22a09920957a643ed4b2763541ca01c.webp') !important;
    background-size:top;
  }

  .banner .banner-container {
    height: auto;
    flex-direction: column;
  }

  .banner .left {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-top: 0px;
  }

  .banner .left .title {
    font-size: 7.5vw;
    text-align: center;
  }

  .banner .left .title-desc {
    font-size: 3.5vw;
    line-height: 6vw;
    margin-top: 5vw;
    text-align: center;
  }

  .banner .left .btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 75vw;
    margin-top: 7vw;
  }

  .banner .left .btns .btn {
    height: 10vw;
    border-radius: 40px;
    font-size: 4vw;
    white-space: nowrap;

  }

  .banner .left .btns .btn:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 36vw;
  }


  .banner .left .btns .btn .btn-icon {
    width: 9vw;
    height: 9vw;
    margin-left: -2vw;
  }

  .banner .left .btns .btn:first-child {
    margin-right: 0vw;
  }

  .banner .left .btns .btn:last-child {
    margin-left: 4vw;
  }

  .de-DE .banner .left .btns .btn:last-child {
    max-width: 40vw;
  }

  .introduction {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .introduction .introduction-title {
    font-size: 7.5vw;
    line-height: 11vw;
    white-space: nowrap;
  }

  .introduction .introduction-desc {
    font-size: 3.5vw;
    line-height: 6vw;
    color: #fff;
    text-align: left;
  }

  .introduction .introduction-img {
    margin-top: 0px;
  }

  .introduction .introduction-img-m {
    display: block;
  }

  .introduction .introduction-img-pc {
    display: none;
  }

  .introduction .introduction-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    margin-top: 10vw;
    margin-bottom: 0vw;
  }

  .introduction .introduction-list .introduction-item {
    height: 35vw;
    display: flex;
    flex-direction: column;
  }

  .introduction .introduction-list .introduction-item .introduction-item-title {
    font-size: 9vw;
    line-height: 10vw;
    margin-bottom: 2vw;
  }

  .introduction .introduction-list .introduction-item .introduction-item-title .introduction-item-tips {
    font-size: 4vw;
    margin-left: 2vw;
    margin-top: -3vw;
  }

  .introduction .introduction-list .introduction-item .introduction-item-desc {
    font-size: 3.5vw;
    line-height: 6vw;
  }



  .carrybot .solution {
    padding-bottom: 20vw;
    padding-top: 10vw;
  }

  .carrybot .solution-title {
    margin-bottom: 10vw;
    margin-top: 10vw;
    text-align: center;
    font-size: 8.5vw;
    font-style: normal;
    font-weight: 600;
  }


  .carrybot .solution-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 4vw;
  }

  .carrybot .solution-list .solution-item {
    margin-bottom: 4vw;
    gap: 3.5vw;
    padding: 2vw;
    border-radius: 12px;
    background: #242424;
  }

  .carrybot .solution-list .solution-item-icon {
    width: 12vw;
    height: 12vw;
  }

  .carrybot .solution-list .solution-item {
    padding: 6vw 5vw;
  }

  .carrybot .solution-list .solution-item-title {
    font-size: 5.5vw;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.90);
  }

  .carrybot .solution-list .solution-item-desc {
    font-size: 3.4vw;
    color: rgba(255, 255, 255, 0.70);
  }

  .carrybot .application {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .carrybot .application-title {
    font-size: 7vw;
    margin-bottom: 0px;

  }

  .carrybot .application-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .carrybot .application-list {
    margin-top: 10vw;
  }

  .carrybot .application-list .application-item {
    height: auto;
    gap: 0vw;
    margin-top: 6vw;
  }


  /* .carrybot .application-list .application-item .application-item-img {
    border-radius: 2vw;
  } */

  .carrybot .application-list .application-item .application-item-icon {
    width: 15vw;
    height: 15vw;
    margin-top: -4vw;
  }

  .carrybot .application-list .application-item .application-item-text {
    margin: 4vw auto 0;
    color: #fff;
    text-align: center;
    margin-top: 2vw;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }


  .carrybot .experience {
    padding: 20vw 0 0vw;
  }

  .carrybot .experience .experience-title {
    white-space: nowrap;
    text-align: center;
    font-size: 7.1vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 auto;
  }


  .carrybot .experience .experience-desc {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6vw;
    margin: 15vw 4vw 20vw;
  }

  .carrybot .experience .experience-container {
    width: 100vw;
    height: 200vw;
    margin-top: 40vw;
    margin-bottom: 50vw;
    position: relative;
    background-image: url('https://www.orionstar.com/res/orics/down/ow001_20241202_1e415c9a83b7c38070f601aff694dd30.webp') !important;
  }

  .carrybot .experience .experience-container .experience-item {
    width: 65vw;
    padding: 3vw;
    border-radius: 3vw;
    background: rgba(36, 36, 36, 0.60);
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.20);
  }

  .carrybot .experience .experience-container .experience-item:nth-child(1) {
    margin: 0 auto;
    position: absolute;
    top: 90vw;
    right: 4vw;
    left: auto;
  }

  .carrybot .experience .experience-container .experience-item:nth-child(2) {
    position: absolute;
    top: -31vw;
    right: 4vw;
    left: auto;
    margin-left: 0;
  }

  .carrybot .experience .experience-container .experience-item:nth-child(3) {
    position: absolute;
    left: 4vw;
    top: 30vw;
    left: auto;
    margin-left: 0;
  }

  .carrybot .experience .experience-container .experience-item:nth-child(4) {
    position: absolute;
    bottom: -30vw;
    right: 4vw;
    left: auto;
    margin-left: 0;
  }

  .carrybot .experience .experience-container .experience-item:nth-child(5) {
    position: absolute;
    left: 4vw;
    bottom: 20vw;
    margin-left: 0px;
  }


  .carrybot .experience .experience-item {
    width: 55vw;
    padding: 3vw;
    border-radius: 3vw;
    background: rgba(36, 36, 36, 0.60);
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.20);
  }

  .carrybot .experience .experience-container .experience-item-box .experience-item-box-title {

    font-size: 4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: relative;
  }

  .carrybot .experience .experience-container .experience-item .experience-item-box-tips {
    display: flex;
    flex-direction: row;
    font-size: 3.5vw;
    line-height: 6vw;
    align-items: center;
    margin-bottom: 0.5vw;
  }

  .carrybot .experience .experience-container .experience-item .experience-item-box-tips img {
    width: 3.8vw;
    height: 3.8vw;
  }

  .carrybot .experience .experience-container .experience-item .experience-item-box-desc {
    border-radius: 2.5vw;
    padding: 2vw;
    font-size: 3.3vw;
  }

  .recommend {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .recommend .recommend-title {
    font-size: 8.5vw;
    line-height: 12vw;
    white-space: nowrap;
  }

  .recommend .recommend-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 15vw;
  }

  .recommend .recommend-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }

  .recommend .recommend-list .recommend-item {
    border-radius: 6vw;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4vw;
    max-width: 44vw;
  }

  .recommend .recommend-list .recommend-item .recommend-item-icon {
    width: 12vw;
    height: 12vw;
    object-fit: cover;
    border-radius: 6vw;
  }

  .recommend .recommend-list .recommend-item .recommend-item-title {
    font-size: 5vw;
    line-height: 120%;
    color: #FFF;
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }



  .recommend .recommend-list .recommend-item .recommend-item-desc {
    font-size: 3vw;
    line-height: 5.5vw;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
  }

  .recommend .recommend-list .recommend-item:last-child .recommend-item-title::after {
    content: ">";
    color: #0AF;
    margin-left: 3vw;
  }

  .recommend .recommend-list .recommend-item:last-child .recommend-item-icon,
  .recommend .recommend-list .recommend-item:last-child .recommend-item-desc {
    display: none;
  }

  .recommend .recommend-list .recommend-item:last-child .recommend-item-title {
    color: #0AF;
    white-space: nowrap;
    font-size: 5vw;
  }

  .de-DE .recommend .recommend-list .recommend-item:last-child .recommend-item-title {
    white-space: normal;
  }


  .recommend .recommend-content .recommend-imgs {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 10vw;
  }

  .recommend .recommend-content .recommend-imgs #banner-robot-list {
    width: 100vw;
  }

  .recommend .recommend-content .recommend-imgs #banner-robot-list .swiper-slide {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .recommend .recommend-content .recommend-imgs #banner-robot-list img {
    width: 70vw;
    object-fit: contain;
  }

  .recommend .recommend-content .recommend-imgs #banner-robot-list .swiper-slide .img-title {
    font-size: 4vw;
    text-align: center;
    margin-top: 2vw;
    font-weight: normal;
  }

  .float-bottom-btn {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .float-bottom-btn .bottom-btn {
    width: 70%;
    font-size: 4vw;
    line-height: 7vw;
    padding: 2.5vw 4vw;
    border-radius: 4vw;

  }

  .de-DE .float-bottom-btn .bottom-btn {
    width: 90%;
  }


}