.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}
/* banner */
#Banner {
  background-image: radial-gradient(
    153.07% 134.03% at 44.9% -4.27%,
    rgba(0, 0, 0, 0) 38.49%,
    #ff0035 72.5%,
    #ffee29 96%
  );
  /* filter: blur(50px); */
  height: 1900px;
  transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Banner-title  .bannerBtn1{
	width:132px;
}

.bannerBtn1 {
  
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bannerBtn1:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.bannerBtn2 {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bannerBtn2:hover {
  background-color: #ff6234;
}
.Banner-title p {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tertiary ul li {
  height: 198px;
  padding: 24px;
  height: 218px;
}
.Banner {
  padding-top: 100px;
}

/* 第二屏 */
.secondly_text h2 {
  background: linear-gradient(
    93deg,
    #ff4610 0.62%,
    #ffbc10 53.95%,
    #ffe145 99.14%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 动态变色字体 */
#home-banner-slogan {
  font-size: 72px;
  height: auto;
  line-height: normal;
  max-width: 1005px;
  user-select: none;
}

.container-glizWQ {
  position: relative;
}

.container-glizWQ .AXU2Ec1 {
  background-image: conic-gradient(
    from 0deg at 50% -10%,
    rgb(255, 70, 16) -86.58deg,
    rgb(255, 188, 16) 99.21deg,
    rgb(255, 0, 53) 203.39deg,
    rgb(255, 155, 16) 273.42deg
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-position-x: -50%;
  color: transparent;
  /* white-space: pre-line; */
  font-family: Altinn-DIN-Exp-Bold, PingFang SC, "Microsoft YaHei";
  font-weight: 700;
  top: 0;
  position: relative;
}

.overlay-uXun_R {
  /* -webkit-filter: blur(10px);
  filter: blur(10px); */
  height: 100%;
  left: 1px;
  position: absolute;
  top: 0px;
  /* white-space: pre-line; */
  width: 100%;
}

.overlay-uXun_R .AXU2Ec2 {
  background-image: conic-gradient(
    from 0deg at 50% -10%,
    rgb(255, 70, 16) -86.58deg,
    rgb(255, 188, 16) 99.21deg,
    rgb(255, 0, 53) 203.39deg,
    rgb(255, 155, 16) 273.42deg
  );
  mask-image: linear-gradient(
    90deg,
    transparent -15.5556%,
    black,
    transparent 84.4444%
  );
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: -50%;
  color: transparent;
  /* white-space: pre-line; */
  font-family: Altinn-DIN-Exp-Bold, PingFang SC, "Microsoft YaHei";
  font-weight: 700;
}

/* 视频倾斜 */
.Banner-content {
  transform: perspective(1200px) rotateX(14deg);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiperList-hover .swiper-slide:hover img {
  opacity: 1;
}

.swiperList-hover .swiper-slide:hover .scan_tag {
  opacity: 1;
}

.swiperList-hover .swiper-slide:hover span.xiebiaoqian {
  opacity: 1;
}
.parameters-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 公共样式 */
 .swiper-button-next,
 .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #e0e2e4;
  padding: 14px;
  border-radius: 50%;
  /* top: -40px; */
  /* background: #828898; */
  /* opacity: 0.5; */
}

 .swiper-button-prev {
  right: 64px;
  left: initial;
  background-image: url(https://www.bodor.com/en/Products/img/l.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

 .swiper-button-next {
  right: 0;
  left: initial;
  background-image: url(https://www.bodor.com/en/Products/img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}
#parameters {
  background: #fff;
}
.swiper-slide:hover .more {
  color: #ff4610;
}

/* 参数 */
.parameters ul li:nth-child(2n-1) {
  background-color: #f6f7f8;
}

.tertiary ul {
  justify-content: center;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(544px, 1fr));
}

.Automation-General h2 {
  font-size: 36px;
  line-height: 42px;
}
.secondly {
  height: 637px;
}
/* 移动端*/
@media (max-width: 767px) {
  #Banner {
    height: auto;
  }
  .container-glizWQ .AXU2Ec1 {
    top: 0;
  }
  .Banner-title p {
    height: auto !important;
  }
  .Banner {
    padding: 35.333vw 4.267vw 7.667vw;
  }

  .Banner-title {
    width: 100%;
    padding-top: 0vw;
    padding-bottom: 6.4vw;
  }

  .Banner-title h1 {
    font-size: 9.6vw;
    line-height: 12.8vw;
    margin-bottom: 6.4vw;
  }

  .Banner-title p {
    font-size: 4vw;
    line-height: 6.4vw;
    margin-bottom: 8.533vw;
  }

  .Banner-title .df-c {
    display: block;
  }

  .Banner-title .df-c div {
    width: 100%;
    margin-bottom: 4.267vw;
    margin-right: 0;
    padding: 2.667vw;
  }
  .Banner-title .df-c div:last-child{
    margin-bottom: 0;
  }

  .Banner-title .df-c div span {
    font-size: 4.267vw;
    line-height: 6.4vw;
  }

  .Banner-content {
    transform: perspective(1200px) rotateX(0deg);
    width: 100%;
    border-radius: 2.133vw;
    height: 51.2vw;
  }

  .Banner-content .banner_play img {
    width: 10.667vw;
    height: 10.667vw;
  }

  /* 第二屏 */
  #secondly {
    height: auto;
  }

  .secondly {
    height: auto;
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
    position: static;
  }

  .secondly_text {
    position: inherit;
    padding: 21.333vw 4.267vw;
  }

  #home-banner-slogan {
    font-size: 9.6vw;
    line-height: 12.8vw;
    text-align: center;
    width: 100%;
  }

  .overlay-uXun_R {
    top: -12.8vw;
  }

  .secondly_text h2 {
    font-size: 9.6vw;
    line-height: 12.8vw;
    opacity: 1;
    white-space: initial;
    text-align: center;
    width: 80%;
    margin: auto;
  }

  /* 第三屏 */
  #tertiary {
    height: auto;
  }

  .tertiary {
    padding: 10.667vw 4.267vw;
  }

  .tertiary .h-620 {
    height: 50.667vw;
    border-radius: 2.133vw;
    margin-bottom: 4.267vw;
  }

  .tertiary ul {
    display: block;
  }

  .tertiary ul li {
    width: 100%;
    margin-bottom: 0;
    margin-top: 4.267vw;
    padding: 5.333vw 4.267vw;
    height: auto !important;
  }

  .tertiary ul li img {
    width: 9.6vw;
    height: 9.6vw;
    margin-bottom: 4.267vw;
  }

  .tertiary ul li h3 {
    font-size: 4.267vw;
    line-height: 6.4vw;
    margin-bottom: 3.2vw;
  }

  .tertiary ul li p {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  /* 相关产品 */
  #Models {
    padding-top: 0;
    padding-bottom: 0;
  }

  .Models {
    padding-top: 10.667vw;
    padding-bottom: 10.667vw;
  }

  #Models .Models-title {
    padding-left: 4.267vw;
    margin-bottom: 7.467vw;
  }

  #Models h2 {
    font-size: 6.4vw;
    line-height: normal;
  }

  #Models .swiper-slide.w-416 {
    width: 44.8vw !important;
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  #Models .swiper-slide .h-280 {
    height: 30.133vw;
  }

  #Models .swiper-slide .pt-24.pb-24.pl-16.pr-16 {
    padding: 0 2.133vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 11.733vw;
  }

  #Models .swiper-slide h4 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-bottom: 0;
  }

  #Models .swiper-slide.w-848.h-390 {
    width: 91.733vw !important;
    height: auto !important;
    padding-bottom: 0;
    padding-top: 0;
  }

  .Models-mySwiper {
    padding-left: 4.267vw;
  }

  /* 公共样式 */
  #Models .swiper-button-next,
  #Models .swiper-button-prev {
    width: 6.4vw;
    height: 6.4vw;
    /* border: 0.267vw solid #e0e2e4; */
    border: 0.267vw solid #e0e2e4;
    padding: 3.733vw;
    border-radius: 50%;
    /* top: -10.667vw; */
    /* background: #828898; */
    /* opacity: 0.5; */
  }

  #Models .swiper-button-prev {
    right: 16.933vw;
    left: initial;
    background-image: url(https://www.bodor.com/en/Products/img/l.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }

  #Models .swiper-button-next {
    right: 6.4vw;
    left: initial;
    background-image: url(https://www.bodor.com/en/Products/img/r.svg);
    background-size: 4.267vw 4.267vw;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
  }

  /* 参数 */
  #parameters {
  }

  .parameters {
    padding: 10.667vw 4.267vw;
  }

  .parameters-title {
    margin-bottom: 8.533vw;
  }

  .parameters {
    padding: 10.667vw 4.267vw;
    width: 100%;
  }

  .parameters-title {
    margin-bottom: 8.533vw;
  }

  .parameters-title h2 {
    font-size: 5.333vw;
    line-height: 7.467vw;
  }

  .parameters ul {
    border-radius: 2.133vw;
    border: 0.133vw solid var(---400, #e6e7ea);
  }

  .parameters ul li {
    padding: 0;
    display: block;
  }

  .parameters ul li:nth-child(2n-1) {
    background-color: #fff;
  }

  .parameters ul li h5 {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  .parameters ul li span {
    font-size: 3.733vw;
    line-height: 5.867vw;
  }

  .parameters ul li > div {
    padding: 5.6vw 4.267vw;
    width: 100%;
  }

  .parameters ul li > div:nth-child(2n-1) {
    background-color: #f6f7f8;
  }

  .parameters .swiper-slide.w-224 {
    width: 50%;
  }

  /* 定制我的设备 */
  #Customization {
    margin: 0;
    height: 80vw;
    width: 100%;
  }

  #Customization .h-400 {
    height: 80vw;
  }

  #Customization h3 {
    font-size: 8.533vw;
    line-height: 10.667vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }

  #Customization .pt-133 {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #Customization .w-440 {
    width: 51.2vw;
  }

  #Customization .w-160.h-40 {
    /* width: 25.6vw; */
    height: 10.667vw;
  }

  #section {
    height: auto;
  }
}

/* pad端 */
@media (min-width: 768px) and (max-width: 992px) {
  html,
  body {
    min-width: auto;
  }
  .Models {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .parameters {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1210px) {
  .Banner-content {
    height: 498px !important;
    width: 798px !important;
  }
  .Banner-title p {
    margin: 0 auto !important;
    width: 80% !important;
    margin-bottom: 40px !important;
  }
  #home-banner-slogan {
    font-size: 64px !important;
  }
}

@media (min-width: 768px) and (max-width: 1210px) {
  html,
  body {
    min-width: auto;
  }
  .w-848 {
    width: 100% !important;
  }
  .Banner-title p {
    margin: 0 auto !important;
    width: 80% !important;
    margin-bottom: 30px !important;
  }
  .Banner-title{
    padding-bottom: 40px;
  }
  .Banner-content {
    height: 380px;
    width: 680px;
  }

  .secondly_text h2 {
    font-size: 52px;
  }

  .tertiary {
  }

  .tertiary .h-620 {
    height: auto;
  }
  #home-banner-slogan {
    font-size: 52px;
  }
  .tertiary {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }

  .Models-mySwiper {
    /* padding-left: 44px; */
  }

  .parameters {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }

  .title_box {
    width: 100% !important;
  }
  #laserCutting-General {
    background: #f6f7f8;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .container-f {
    padding: 0 !important;
  }
  .container-f .container {
    border-radius: 0 !important ;
  }
  .secondly {
    overflow: hidden;
  }
  #Banner {
    height: 1520px;
  }
  .Banner-content {
    transform: none !important;
  }
  /* 咨询弹窗 */
}
@media (min-width: 1024px) and (max-width: 1210px){
  #Customization h3{
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .Banner-title p {
    margin: 0 auto !important;
    width: 70% !important;
    margin-bottom: 40px !important;
  }
}
/* 咨询框 */
.Automation-inquiry-content-left-content {
  border: 2px solid #fff;
  background: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
}

.layui-form input:hover {
  border-color: #ff4610;
}

.layui-form input:focus {
  border-color: #ff4610;
  box-shadow: 0px 0px 0px 1.5px rgba(255, 70, 16, 0.2);
}

.layui-form input {
  height: 48px;
  border-radius: 4px;
  border: 1px solid;
  border-color: rgb(205, 205, 205);
  margin-bottom: 24px;
  padding-left: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid#F2F4F7;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

input::placeholder {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #b4b8c1;
  letter-spacing: 0;
}

.layui-btn.formBtn1 {
  border: none;
  height: 48px;
  width: 133px;
}

.layui-btn.formBtn1:hover {
  background: #000000;
  color: #fff;
}

.layui-btn.formBtn2 {
  width: 100%;
  height: 60px;
  background: #828898;
  border-radius: 8px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  border: none;
}

.layui-btn.formBtn2:hover {
  background: #ff4610;
}

.layui-form-mid {
  margin-right: 0;
}
#Customization {
  margin-top: 0;
}
/* 咨询弹窗PAD端 */
@media (min-width: 768px) and (max-width: 1210px) {
  #Automation-inquiry {
    padding-left: 36px;
    padding-right: 36px;
  }
  #Models {
    padding-left: 36px;
    padding-right: 36px;
  }
  .Automation-inquiry {
    width: 100%;
  }
  .Automation-inquiry-content .w-496 {
    width: 48%;
  }
  .title_box .line {
    width: 100% !important;
  }
  #tertiary ul li {
    padding: 23px;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .Automation-inquiry {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }
  .container-f {
    padding: 0 !important;
  }
  .Automation-inquiry {
    width: 100%;
  }

  .Automation-inquiry-content-right {
    width: 100%;
  }

  .Automation-inquiry-content {
    padding: 6.4vw 4.267vw;
  }

  .md-Automation-inquiry-content-right-text {
    margin-bottom: 6.4vw;
  }

  .md-Automation-inquiry-content-right-text h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 3.2vw;
  }

  .md-Automation-inquiry-content-right-text p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }
}

/* 移动端高度 */
@media (max-width: 767px) {
  #Banner {
    /* height: 272vw; */
  }

  /* #tertiary{
    height: 442vw;
  }
  #Models{
    height: 78vw;
  }
  #parameters{
    height: 365vw;
  }
  #Automation-inquiry{
    height: auto;
  } */
}

/* 参数轮播图 */
.parameters-Swiper {
  border-bottom: 1px solid #e5e6eb;
}
.parameters-Swiper .swiper-slide .slide-name h5 {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.parameters-Swiper .swiper-slide .slide-name:hover h5 {
  color: #ff4610;
}

/* 选中的轮播图 */
.parameters-Swiper .swiper-slide-active .slide-name {
  border-bottom: 3px solid #ff4610;
}

/* 外部组件样式 */
/* 顶部广告位 */
.universal-product-tip {
  min-width: auto !important;
}
.universal-product-tip .universal-product-tip-bg {
  min-width: auto !important;
}
.universal-product-tip .universal-product-tip-container.bg {
  min-width: auto !important;
}
