html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html {
}

html,
body {
  min-height: 100%;
  /* overflow-x: hidden; */
  /* transition: all 0.3s ease-in-out !important; */
}
@media (min-width: 768px) {
  html,
  body {
    /* min-width: 992px; */
  }
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
video {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
/* html {
  height: 100%;
  font-size: 10vw;
}
body {
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
  body {
    min-width: 320px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 80px;
  }
  body {
    max-width: 800px;
  }
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: black;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}
hr {
  margin: 0;
}

.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.swiper-button-prev {
  background-image: url(../img/index/left.svg);
}
.swiper-button-next {
  background-image: url(../img/index/right.svg);
}
.swiper-button-next,
.swiper-button-prev {
  width: 64px;
  height: 64px;
  color: #000;
  opacity: 0.6;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 47%;
  transition: 0.3s all;
}
.globalnav-curtain {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.6, 1) 80ms,
    visibility 0.3s step-end 80ms;
}
.globalnav-curtain.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.6, 1) 80ms,
    visibility 0.3s step-start 80ms;
}

input::placeholder {
  font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei",
    "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial,
    sans-serif;
  font-weight: 400;
}

/* 字体图标 */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* 黑科技插件轮播图 */
/* 黑科技 */
.technology-swiper-button-prev {
  left: 0;
  background-image: url(../img/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.technology-swiper-button-next {
  right: 0;
  background-image: url(../img/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.technology-swiper-button-prev,
.technology-swiper-button-next {
  height: 96px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff1a;
  opacity: 1 !important;
  z-index: 3;
  top: 55%;
}
.technology_nav {
  border-top: 1px solid #828898;
}
.technology_nav .after {
  position: absolute;
  top: -2px;
  width: 72px;
  left: 34px;
  height: 3px;
  background-color: #ff4610;
  transition: 0.5s all;
}
.technology_nav li.active {
  opacity: 1;
  font-family: PingFangSC-Medium, PingFang SC, "Microsoft YaHei",
    "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial,
    sans-serif;
}
.technology_content .active {
  display: block;
}

/* 切割机插件轮播图 */
.swiperList-hover .swiper-slide:hover img {
  opacity: 1;
}
.last-b:hover {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.swiper-slide-last > div:hover .lastImg {
  transform: scale(1.2);
}
/* 核心科技 */
.ecological_nav li.active {
  background: #ffffff;
  border-radius: 20px;
  color: #000000;
}
/* MANGO */
#mango h2 {
  background-image: linear-gradient(134deg, #ff7c25, #ff4610);
  -webkit-background-clip: text;
  color: transparent;
}
/* 导航栏 */
/* nav.title_box {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(29, 29, 31, 0.7);
} */

/* 标签 */
.xiebiaoqian b {
  transform: rotate(48deg);
  top: 18px;
  left: 23px;
}

/* 轮播效果强制修改 */
.swiperList-hover .swiper-button-prev {
  background-image: url(../img/left.svg) !important;
}
.swiperList-hover .swiper-button-next {
  background-image: url(../img/left.svg) !important;
  transform: rotate(180deg);
}

.CasePlay--casePlay_main--RrNl78l {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 680px;
}
.CasePlay--sliderPlay--KR9eKRp {
  overflow: hidden;
  position: relative;
}
.CasePlay--sliderPlay--KR9eKRp:before {
  background-image: -webkit-linear-gradient(
    left,
    #f6f7f8 20%,
    rgba(235, 237, 240, 0)
  );
  content: "";
  height: 120%;
  left: -15px;
  position: absolute;
  top: -10px;
  width: 100px;
  z-index: 2;
}
.CasePlay--sliderPlay--KR9eKRp:after {
  background-image: -webkit-linear-gradient(
    right,
    #f6f7f8 20%,
    rgba(235, 237, 240, 0)
  );
  content: "";
  height: 120%;
  position: absolute;
  right: -15px;
  top: -10px;
  width: 100px;
  z-index: 2;
}
.CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.CasePlay--sliderPlay--KR9eKRp .CasePlay--animationBox--pNvzWdV {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-animation: CasePlay--move--zgwQAZu 10s linear infinite;
  -moz-animation: CasePlay--move--zgwQAZu 10s linear infinite;
  animation: CasePlay--move--zgwQAZu 10s linear infinite;
  -webkit-flex: 0 0 1296px;
  -ms-flex: 0 0 1296px;
  flex: 0 0 1296px;
}

.CasePlay--sliderPlay--KR9eKRp
  .CasePlay--sliderPlay_box--iHV10np
  .CasePlay--sliderPlay_item--FFV287v {
  padding-bottom: 16px;
  padding-right: 16px;
}

element.style {
}
.CasePlay--sliderPlay--KR9eKRp
  .CasePlay--sliderPlay_box--iHV10np
  .CasePlay--sliderPlay_item_box--CcmNEfq,
.CasePlay--sliderPlay--KR9eKRp
  .CasePlay--sliderPlay_box--iHV10np
  .CasePlay--sliderPlay_item_box_NOData--_8moMJ6 {
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  display: block;
}
.CasePlay--sliderPlay--KR9eKRp
  .CasePlay--sliderPlay_box--iHV10np
  .CasePlay--sliderPlay_item_box_img--HA7BsoC,
.CasePlay--sliderPlay--KR9eKRp
  .CasePlay--sliderPlay_box--iHV10np
  .CasePlay--sliderPlay_item_box_NOData_img--aduiim2 {
  height: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 200px;
}

@keyframes CasePlay--move--zgwQAZu {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    transform: translate(-100%);
  }
}

/* 富文本样式 */
.ql-align-center {
  text-align: center;
}
.ql-size-16px {
  font-size: 16px;
}
.ql-size-14px {
  font-size: 14px;
}
.ql-size-12px {
  font-size: 12px;
}
.ql-size-18px {
  font-size: 18px;
}
.ql-size-20px {
  font-size: 20px;
}
.ql-size-22px {
  font-size: 22px;
}
.ql-size-24px {
  font-size: 24px;
}

/* 移动端 */
@media (max-width: 768px) {
  .md_title {
    height: 12vw !important;
  }
  .md_title ul {
    top: 12vw !important;
  }
  /* 移动端悬浮球 */
  .md_levitated_sphere {
    width: 14.933vw;
    height: 14.933vw;
    border-radius: 50%;
    background-color: #fff;
    right: 5.333vw;
    bottom: 69.333vw;
    box-shadow: 0 0 1.6vw 0.267vw rgba(0, 0, 0, 0.2);
    z-index: 999999;
  }
  .CasePlay--casePlay_main--RrNl78l {
    max-width: 100% !important;
    min-width: 100% !important;
    padding-bottom: 50px;
  }
  /* 弹窗视频 */
  .video_shade > div {
    margin: 0 4.267vw;
  }
  #video_shade_main {
    padding: 0 4.267vw;
  }
  #video_shade_main p {
    font-size: 4.8vw;
  }
  #video_shade_main span {
    width: 24.8vw;
    height: 8.533vw;
    font-size: 3.733vw;
  }
  #video_shade_main img,
  #video_shade_main svg {
    /* display: none; */
  }
  /* 第二版 */
  /* .video_shade {
    padding: 0 4.267vw;
  }
  #video_shade_main > div {
    display: block;
    padding: 2.667vw 4.267vw;
  }
  #video_shade_main p {
    width: 100%;
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
  #video_shade_main a {
  }
  #video_shade_main a span {
    width: 24.8vw;
    height: 8.533vw;
    font-size: 3.733vw;
    margin: 0;
  } */
  .CasePlay--sliderPlay--KR9eKRp
    .CasePlay--sliderPlay_box--iHV10np
    .CasePlay--sliderPlay_item_box_img--HA7BsoC,
  .CasePlay--sliderPlay--KR9eKRp
    .CasePlay--sliderPlay_box--iHV10np
    .CasePlay--sliderPlay_item_box_NOData_img--aduiim2 {
    width: 82px;
    height: 42px;
    border-radius: 4px;
  }
  .CasePlay--sliderPlay--KR9eKRp
    .CasePlay--sliderPlay_box--iHV10np
    .CasePlay--sliderPlay_item--FFV287v {
    padding-right: 4px;
    padding-bottom: 4px;
  }
}
.layui-menu-body-title {
  font-family: PingFangSC, "Microsoft YaHei", "Helvetica Neue",
    "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif !important;
}

/* 头部权重 */
.PageHeader {
  z-index: 9998 !important;
}
