.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: radial-gradient(40.34% 68.72% at 38.85% 22.75%, #3E3E3E 0%, #181818 100%);
}

.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;
  flex: 1;
}

.banner .left .banner-title-img img {
  width: 140px;
  height: 47px;
  margin-bottom: 15px;
}

.banner .left .title-tips {
  color: rgba(255, 255, 255, 0.70);
  
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
  text-transform: uppercase;
  margin-bottom: 34px;
}

.banner .left .title {
  color: #FFF;
  
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.banner .left .title-desc {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  white-space: nowrap;
}

.banner .left .btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  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: 28px;
  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;
  max-width: 252px;
}

.banner .left .btns .btn .btn-icon {
  width: 48px;
  height: 48px;
}

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

/* .banner .left .btns .btn:last-child {
  margin-left: 32px;
} */

.banner .right #banner-robot-list {
  width: 550px;
  overflow: hidden;
  margin: 0 auto;
  margin-left: 60px;
}

.banner .right #banner-robot-list .banner-img {
  width: 418px;
  object-fit: cover;
  margin: 0 auto;
}

/***产品介绍3D ***/
.product {
  padding-top: 160px;
  padding-bottom: 160px;
}

.product .product-title {
  text-align: center;
  
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 81.6px */
  text-transform: uppercase;
  margin-bottom: 120px;
}

.product .product-360 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#box .robot_3D {
  position: relative;
}


.spritespin {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-size: cover;
}

.spritespin_m_box {
  position: relative;
  width: 100vw;
  height: 100vw;
}

.spritespin_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-size: cover;
}

#spritespin_m_1,
#spritespin_m_2,
#spritespin_m_3 {
  width: 100vw;
  height: 100vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-size: cover;
}


.sprites_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.15);
  width: 190px;
  padding: 6px 8px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  z-index: 999;
}



.rotate-middle,
.rotate-loading {
  margin: 0px 24px;
}

.rotate-left,
.rotate-right,
.rotate-middle,
.rotate-loading {
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rotate-middle {
  display: none;
}

.rotate-left {
  background: url('../img/ow001_20240428_2777db9a9ee5c93e8899d8486f33e8ae.png') center no-repeat;
  background-size: contain;
}

.rotate-middle {
  background: url('../img/ow001_20240809_617d5dd99233ed88dbb6f074ed349308.png') center no-repeat;
  background-size: contain;
}

.rotate-loading {
  background: url('../img/a4ddc800339011efab1a5195d0336ab8.gif') center no-repeat;
  background-size: contain;
}

.rotate-right {
  background: url('../img/ow001_20240428_5eec2770e8fe1acd204961e652e962f1.png') center no-repeat;
  background-size: contain;
}

.product .product-360 .product-box {
  width: 500px;
  height: 500px;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -60px;
  margin-bottom: 40px;
}

.product .product-360 .product-box .robot_title {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}

.product .product-360 .product-box .robot_3D img {
  height: 500px;
  object-fit: cover;
  flex-shrink: 0;
  position: absolute;
}

.product {
  padding-top: 10vw;
  padding-bottom: 15vw;
}

.product .robot-tab {
  display: none;
}

.lightspot {
  padding-top: 160px;
  padding-bottom: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://www.orionstar.com/res/orics/down/ow001_20240906_b1079d4df83ae25b2d8f9043b2ce7606.png");
}

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

.lightspot .desc {
  color: #FFF;
  text-align: center;
  
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 260%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 80px;
}

.lightspot .desc h2 {
  color: #FFF;
  text-align: center;
  font-family: "DIN Alternate";
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
}

.lightspot .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  /* 增加网格项之间的间距 */
  margin-top: 120px;
  width: 100%;
}

.lightspot .list .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 72px;
  position: relative;
  width: 100%;
  align-items: flex-start;
}

.lightspot .list .item .bg-m {
  display: none;
}

.lightspot .list .item .text-icon-pc {
  width: 170px;
  position: absolute;
  top: -40px;
  left: -40px;
}

.lightspot .list .item .text-icon-m {
  display: none;
}


.lightspot .list .item .content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-35%);
}

.lightspot .list .item:nth-child(1) .content {
  left: 30%;
}





.lightspot .list .item .content .title {
  color: #FFF;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap;
}

.lightspot .list .item:nth-child(4) .content .title {
  font-size:23px;
}

.lightspot .list .item .content .desc {
  color: rgba(255, 255, 255, 0.60);
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
  margin-top: 10px;
}

.lightspot .list .item:nth-child(4) .content{
  top:46%;
}

.lightspot .list .item:nth-child(4) .content .desc {
  margin-top: 5px;
}


/** 产品详情介绍 **/
.product-info {
  padding-top: 160px;
  padding-bottom: 60px;
}

.product-info .product-info-title {
  text-align: center;
  
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 81.6px */
  text-transform: uppercase;
}

.product-info .product-info-desc {
  color: #FFF;
  text-align: center;
  
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  /* 250% */
  margin-top: 10px;
}

.product-info .product-info-desc-m {
  display: none;
}

.product-info .product-info-text {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

.product-info .product-info-text-m {
  display: none;
}

.product-info .product-info-content {
  margin-top: 70px;
}

.product-info .product-info-content img {
  width: 100%;
}

.product-info .product-info-content .roduct-info-img {
  width: 100%;

}

.product-info .product-info-content .product-info-img-m {
  display: none;
}

.product-info .product-info-content .robot_imgs_list .robot_imgs_item {
  flex: 1;
  margin-right: 70px;
}

.product-info .product-info-content .robot_imgs_list .robot_imgs_item:last-child {
  flex: 1.28;
  margin-right: 0px;
}

.product-info .product-info-content .robot_imgs_list .robot_imgs_item img {
  width: 100%;
  object-fit: contain;
}

.product-info .product-info-tips {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.honor {
  padding-top: 160px;
}

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

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

.honor .honor-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  gap: 160px;
}

.honor .honor-tab span {
  color: rgba(255, 255, 255, 0.70);
  
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease;
  /* 添加平滑过渡效果 */
}

.honor .honor-tab span.active {
  font-size: 36px;
  color: #fff;
}

.honor .honor-tab span.active::after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 20px;
  ;
  background: #0AF;
  margin: 0 auto;
  margin-top: 5px;
}

.honor .honor-list {
  margin: 0 auto;
  overflow: hidden;
}

.honor .honor-list:nth-child(1),
.honor .honor-list:nth-child(3) {
  opacity: 0;
  height: 0;
}

.honor .honor-list .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  transition: transform 0.3s ease;
}

.honor .swiper-honor-1 {
  width: 935px;
  margin: 0 auto;
}

.honor .honor-list .swiper-slide {
  width: 294px !important;
  /* height:378px; */
  margin-right: 26px;
  flex: 0 0 auto;
}

.honor .honor-list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honor .honor-list .honor-item:last-child {
  margin-right: 0;
}

.more1 {
  padding-top: 160px;
  padding-bottom: 60px;
}


.more1 .more-title {
  text-align: center;
  
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.more1 .more-item-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 170px 15px;
  gap: 100px;
}

.more1 .more-item-box:last-child {
  margin-bottom: 0;
}

.more1 .more-container .more-item-box:nth-child(odd) {
  flex-direction: row-reverse;
}

.more1 .more-item-box .more-item-img-box {
  flex: 1.5;
}

.more1 .more-item-box .more-item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.more1 .more-item-box .more-item-img-m {
  display: none;
}

.more1 .more-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.more1 .more-item .more-item-title {
  color: #FFF;
  
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 54px */
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
}


.more1 .more-item ul {
  list-style-type: disc;
  font-size: 18px;
  color: #FFF;
  text-align: justify;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.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: center;
  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: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 80px;
}

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

}

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

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

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

.speci {
  margin-bottom: 120px;
  background: #181818 !important;
}

.speci-container {
  padding: 120px 0;
  margin: 0 auto;
  color: #fff;
}

.speci-title {
  text-align: center;
  
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.speci-tips {
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

.speci-list {
  margin-top: 42px;
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.speci-item {
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.speci .speci-item-title {
  width: 268px;
  color: rgba(255, 255, 255, 0.70);
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
}

.speci .speci-item-list {
  width: 100%;
}

.speci-item-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.speci-content .speci-item-line:last-child {
  display: none;
}

.speci-item-list-item {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.speci .speci-item-list-item-value {
  flex: 1;
  color: #FFF;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-left: 16px;
}

.robot-list {
  margin-bottom: 66px;
}

.speci .robot-title {
  color: #FFF;
  text-align: center;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.robot-title img {
  width: 147px;
  height: 180px;
}


@media (max-width: 1000px) {
  .container-width {
    width: 100vw;
    padding: 0 4vw;
  }

  .banner {
    padding-top: 20vw;
    padding-bottom: 5vw;
  }

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

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

  .banner .left .banner-title-img img {
    width: 140px;
    height: 47px;
    margin-bottom: 15px;
  }

  .banner .left .title-tips {
    font-size: 4vw;
    margin-bottom: 6vw;
  }

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

  .banner .left .title-desc {
    font-size: 10vw
  }

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

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

  }

  .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: 7vw;
    height: 7vw;
  }

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

  .banner .right #banner-robot-list {
    width: 100vw;
    height: auto;
    margin-left: 0px;
  }

  .banner .right #banner-robot-list .banner-img {
    width: 65%;
    object-fit: cover;
    margin: 0 auto;
  }

  .product .product-title {
    font-size: 10vw;
    margin-bottom: 15vw;
  }

  .product .product-360 .product-box {
    width: 100vw;
    height: 100vw;
    margin: 0px;
  }

  .product .product-box .robot_3D {
    width: 100vw;
    height: 100vw;
  }

  .product .product-360 .product-box .robot_3D img {
    height: 100vw;
    width: 100vw;
  }

  .product .product-360 .product-box:nth-child(2),
  .product .product-360 .product-box:nth-child(3) {
    display: none;
  }

  .product .product-360 .product-box .robot_title {
    font-size: 4vw;
  }

  .product .product-360 .spritespin {
    width: 100vw;
    height: 100vw;
  }

  .rotate-left,
  .rotate-right,
  .rotate-middle,
  .rotate-loading {
    width: 28px;
    height: 28px;
    opacity: 0.3;
  }

  .product .product-360 .sprites_btns {
    margin-top: -20px;
    width: 160px;
  }

  .product .robot-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20vw;
  }

  .product .robot-tab .robot-tab-item {
    display: flex;
    width: 24vw;
    height: 32vw;
    padding: 4vw 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    margin-right: 3.5vw;
  }

  .product .robot-tab .bg-white {
    background: rgba(255, 255, 255, 0.40) !important;
  }

  .product .robot-tab .robot-tab-item:last-child {
    margin-right: 0px;
  }

  .lightspot {
    padding-top: 15vw;
    padding-bottom: 15vw;
    background-image: url('https://www.orionstar.com/res/orics/down/ow001_20240909_a3b767682e9157e26373c1450142be35.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .lightspot .title {
    font-size: 10vw;
    line-height: 13vw;
  }

  .lightspot .desc {
    font-size: 9vw;
    margin-top: 10vw;
  }

  .lightspot .desc h2 {
    font-size: 23vw;
  }

  .lightspot .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 10vw;
  }

  .lightspot .list .item {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin: 0px;
    padding-left: 0px;
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }

  .lightspot .list .item .bg-pc {
    display: none;
  }

  .lightspot .list .item .text-icon-m {
    width: 31vw;
    position: absolute;
    top: -6vw;
    left: -7.5vw;
    display: block;
  }

  .lightspot .list .item .text-icon-pc {
    display: none;
  }

  .lightspot .list .item .bg-m {
    display: block;
    width: 100%;
  }

  .lightspot .list .item .text_img_m {
    display: block;
  }

  .lightspot .list .item .text_img_pc {
    display: none;
  }



  .lightspot .list .item .content {
    flex: 1;
    left: 0%;
    top: 50%;
    align-items: center;
    width: 100%;
  }

  .lightspot .list .item:nth-child(4) .content {
    top: 45%;
  }

  .lightspot .list .item:nth-child(1) .content,
  .lightspot .list .item:nth-child(4) .content {
    left: 0%;
  }

  .lightspot .list .item .content .title {
    font-size: 5.5vw;
  }
  .lightspot .list .item:nth-child(4) .content .title{
    font-size:5vw;
  }

  .lightspot .list .item .content .desc {
    font-size: 3.2vw;
    margin-top: 3vw;
    text-align: center;
  }

  .lightspot .list .item:nth-child(4) .content .desc{
    margin-top:1vw;
  }

  /** 产品详情介绍 **/
  .product-info {
    padding-top: 20vw;
    padding-bottom: 10vw;
  }

  .product-info .product-info-title {
    font-size: 8vw;
  }

  .product-info .product-info-desc {
    font-size: 4vw;
    line-height: 8vw;
  }

  .product-info .product-info-desc-m {
    display: block;
  }

  .product-info .product-info-desc-pc {
    display: none;
  }

  .product-info .product-info-content {
    margin-top: 8vw;
  }

  .product-info .product-info-content .robot_imgs_list .robot_imgs_item {
    min-width: 25vw;
    margin-right: 5vw;
  }

  .product-info .product-info-content .robot_imgs_list .robot_imgs_item:last-child {
    min-width: 32.5vw;
    margin-right: 0px;
  }

  .product-info .product-info-content .product-info-img {
    width: 100%;
  }

  .product-info .product-info-content .product-info-img-m {
    display: block;
  }

  .product-info .product-info-content .product-info-img-pc {
    display: none;
  }

  .product-info .product-info-text {
    font-size: 3vw;
    line-height: 5vw;
    margin-top: 5vw;
  }

  .product-info .product-info-text-pc {
    display: none;
  }

  .product-info .product-info-text-m {
    display: block;
  }

  .product-info .product-info-tips {
    margin-top: 5vw;
    font-size: 3vw;
  }

  .honor {
    padding-top: 0px;
    padding-bottom: 20vw;
  }

  .honor .honor-title {
    font-size: 9vw;
  }

  .honor .honor-tab {
    gap: 10vw;
    margin: 10vw auto;
  }

  .honor .honor-tab span {
    font-size: 4vw;
  }

  .honor .honor-tab span.active {
    font-size: 4.5vw;
  }

  .honor .honor-tab span.active::after {
    width: 20px;
    height: 2px;
    margin-top: 5px;
  }

  .honor .swiper-honor-1 {
    width: auto;
    margin: 0 auto;
  }

  .honor .honor-list .swiper-slide {
    width: 55vw !important;
    margin-right: 4vw;
  }

  .more1 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .more1 .more-title {
    font-size: 10vw;
  }

  .more1 .more-item-box {
    flex-direction: column;
    max-width: 100vw;
    margin: 25vw auto;
    gap: 10vw;
  }

  .more1 .more-item-box:last-child {
    margin-bottom: 0;
  }

  .more1 .more-container .more-item-box:nth-child(odd) {
    flex-direction: column;
  }

  .more1 .more-item-box .more-item-img-box {
    flex: 1.5;
  }

  .more1 .more-item-box .more-item-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .more1 .more-item-box .more-item-img-m {
    display: block;
  }

  .more1 .more-item-box .more-item-img-pc {
    display: none;
  }

  .more1 .more-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .more1 .more-item .more-item-title {
    font-size: 6vw;
    white-space: nowrap;
  }

  .more1 .more-item ul {
    font-size: 3.2vw;
    line-height: 6.5vw;
    width: 90%;
    margin-left: 4.5vw;
  }

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

  .carrybot .solution-title {
    margin-bottom: 10vw;
    margin-top: 10vw;
    text-align: center;
    
    font-size: 10vw;
    font-style: normal;
    font-weight: 600;
    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 .solution-title-th {
    font-size: 10vw;
  }

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

  .carrybot .solution-list .solution-item {
    margin-bottom: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    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: 10vw;
    margin-bottom: 0px;

  }

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

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

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

  .carrybot .application-item-last {
    width: 92vw;
    margin: 6vw auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
  }

  .carrybot .application-item-last .application-item-icon {
    border-radius: 2vw;
  }

  .carrybot .application-list .application-item .application-item-icon {
    border-radius: 2vw;
  }

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

  }

  .speci {
    margin-bottom: 0vw;
  }

  .speci .speci-container {
    padding: 16vw 0vw;
    margin: 0 auto;
    color: #fff;
  }

  .speci .speci-img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 107vw;
  }

  .speci .speci-title {
    font-size: 10vw;
    line-height: 9vw;
    margin-bottom: 4vw;
  }

  .speci .speci-tips {
    font-size: 3.5vw;
    margin-bottom: 10vw;
  }

  .speci .speci-list {
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .speci .speci-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .speci .speci-item-title {
    max-width: 13vw;
    min-width: 13vw;
    font-size: 2.8vw;
  }

  .speci .speci-item-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
  }

  .speci #speci-robot-list {
    background: #181818;
    display: none;
    position: fixed;
    top: 60px;
    padding-left: 18vw;
    padding-right: 4.3vw;
    padding-bottom: 2vw;
    box-shadow: 0px 10px 10px 0px #000;
  }

  .speci .speci-item-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .speci .speci-item-list-item-value {
    font-size: 2.8vw;
    margin-left: 1.5vw;
  }

  .speci .robot-title img {
    width: 30vw;
    height: auto;
  }

  .speci .robot-title {
    font-size: 3.2vw;
    white-space: nowrap;
  }

  .speci .robot-list {
    margin-bottom: 8vw;
  }

}