.o_big_con .play-btn {
  --sw: 70px;
  display: block;
  transform: rotate(0deg);
  margin: 2.14% auto 0;
  width: var(--sw);
  height: var(--sw);
  background: url(../image/i_pic3.png) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
}
.o_big_con .play-btn:hover {
  transform: rotate(180deg);
}
.make-advantage-a .list {
  margin-top: 5%;
  padding-bottom: 9.14%;
}
.make-advantage-a .list-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.make-advantage-a .list-li + .list-li {
  margin-top: 3.2%;
}
.make-advantage-a .list-li:nth-child(2n+2) .img-div {
  order: 2;
}
.make-advantage-a .list-li .img-div {
  --pad: 28px;
  --gap: 4px;
  --lh: 25px;
  width: 50%;
  text-align: center;
  line-height: var(--lh);
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.make-advantage-a .list-li .img-div .swiper-slide {
  position: relative;
  padding-top: 65%;
}
.make-advantage-a .list-li .img-div .swiper-slide img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.make-advantage-a .list-li .img-div .swiper-num {
  display: flex;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: calc(var(--pad)) calc(var(--pad) - var(--gap));
  justify-content: flex-end;
}
.make-advantage-a .list-li .img-div .swiper-num .swiper-pagination-bullet {
  margin: 0 var(--gap);
  background: #999999;
  height: var(--lh);
  width: var(--lh);
  opacity: 1;
}
.make-advantage-a .list-li .img-div .swiper-num .swiper-pagination-bullet-active {
  background: var(--main-color);
}
.make-advantage-a .list-li .cont-div {
  position: relative;
  width: 45%;
}
.make-advantage-a .list-li .cont-div .flex-box {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  align-items: center;
}
.make-advantage-a .list-li .cont-div .flex-son {
  max-height: 100%;
  overflow-y: auto;
}
.make-advantage-a .list-li .cont-div .h5 {
  font-weight: bold;
}
.make-advantage-a .list-li .cont-div .p {
  --pw: 8px;
  --lh: 1.6em;
  margin-top: 4.16%;
  line-height: var(--lh);
}
.make-advantage-a .list-li .cont-div .p p {
  display: flex;
}
.make-advantage-a .list-li .cont-div .p p::before {
  content: '';
  display: block;
  margin-top: calc((var(--lh) - var(--pw))*0.48);
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  height: var(--pw);
  width: var(--pw);
  background:var(--main-color);
}
.make-advantage-a .list-li .cont-div .des {
  margin-top: 3.49%;
}
.make-advantage-b {
  display: flex;
}
.make-advantage-b .img-div {
  display: flex;
  width: 100%;
  justify-content: center;
}
.make-advantage-b .img-div img {
  display: block; width:100%;
  object-fit: cover;
}
.make-advantage-b .cont-div {
  display: flex;
  margin-left: -100%;
  width: 100%;
  padding: 1px 0;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.make-advantage-b .cont-div .h3 {
  color: #ffffff;
}
.make-advantage-b .cont-div .h5 {
  line-height: 1.3;
  color: #ffffff;
}
.make-advantage-b .cont-div .des {
  margin-top: 3.7%;
  margin-bottom: 5%;
}
.make-advantage-b .cont-div .word {
  margin-top: 1.785%;
  margin-bottom: 3.92%;
  line-height: 1.3;
}
.make-advantage-c .i_title {
  padding-top: 0.7%;
}
.make-advantage-c .list {
  --gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--gap)*-1);
  padding-top: 4.62%;
  padding-bottom: 8.92%;
}
.make-advantage-c .list .list-li {
  width: 33.33%;
  padding: var(--gap);
}
.make-advantage-c .list .list-box {
  height: 100%;
  background-color: #f5f5f5;
  /*font-weight: bold;*/
  line-height: 1.5em;
  color: #333333;
  transition: all 0.3s;
}
.make-advantage-c .list .list-box:hover {
  box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.1);
}
.make-advantage-c .list .img {
  position: relative;
  padding-top: 62.33%;
}
.make-advantage-c .list .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.make-advantage-c .list .cont {
  padding: 30px 35px;
}
.make-advantage-c .list .cont p{ position:relative; overflow:hidden; padding-left:12px;}
.make-advantage-c .list .cont p:after{ content:""; position:absolute; left:0; top:10px; width:6px; height:6px; border-radius:50%; background:#333;}
.make-advantage-d {
  display: flex;
}
.make-advantage-d .img-div {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.make-advantage-d .img-div img {
  display: block;
  object-fit: cover;
  width:100%;
}
.make-advantage-d .img-div::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
}
.make-advantage-d .cont-div {
  display: flex;
  margin-left: -100%;
  position: relative;
  width: 100%;
  padding: 1px 0;
  align-items: center;
}
.make-advantage-d .cont-div .i_title {
  text-align: left;
}
.make-advantage-d .cont-div .i_title .h3 {
  color: #ffffff;
}
.make-advantage-d .cont-div .des {
  margin-top: 1.428%;
  line-height: 1.3;
  color: #ffffff;
}
.make-advantage-d .cont-div .swiper-container {
  margin-top: 4.14%;
  padding-bottom: 5%;
}
.make-advantage-d .cont-div .swiper-container .swiper-slide {
  --sw: 170px;
  position: relative;
  width: var(--sw);
}
.make-advantage-d .cont-div .swiper-container .swiper-slide::before,
.make-advantage-d .cont-div .swiper-container .swiper-slide::after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
.make-advantage-d .cont-div .swiper-container .swiper-slide::before {
  left: 0;
  top: 0;
  border: solid 2px var(--main-color);
  width: 100%;
  height: 100%;
}
.make-advantage-d .cont-div .swiper-container .swiper-slide::after {
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--main-color);
}
.make-advantage-d .cont-div .swiper-container .swiper-slide img {
  display: block;
  height: calc(var(--sw)*0.5882);
  object-fit: cover;
  object-position: center;
}
.make-advantage-d .cont-div .swiper-container .swiper-slide.on::before,
.make-advantage-d .cont-div .swiper-container .swiper-slide:hover::before,
.make-advantage-d .cont-div .swiper-container .swiper-slide.on::after,
.make-advantage-d .cont-div .swiper-container .swiper-slide:hover::after {
  opacity: 1;
}
.make-advantage-e .i_title {
  padding-top: 0.7%;
}
.make-advantage-e .des {
  margin-top: 8px;
  line-height: 1.3;
  text-align: center;
  color: #999999;
}
.make-advantage-e .img-list {
  --thumbw: 270px;
  --gap: 10px;
  display: flex;
  margin-top: 3.57%;
  margin-bottom: 7.85%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.make-advantage-e .img-list img {
  display: block;
  margin: 0 auto;
}
.make-advantage-e .img-list .thumb-box {
  position: relative;
  width: var(--thumbw);
}
.make-advantage-e .img-list .thumb-box .swiper-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.make-advantage-e .img-list .thumb-box .swiper-slide {
  position: relative;
}
.make-advantage-e .img-list .thumb-box .swiper-slide::before,
.make-advantage-e .img-list .thumb-box .swiper-slide::after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
.make-advantage-e .img-list .thumb-box .swiper-slide::before {
  left: 0;
  top: 0;
  border: solid 3px var(--main-color);
  width: 100%;
  height: 100%;
}
.make-advantage-e .img-list .thumb-box .swiper-slide::after {
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--main-color);
}
.make-advantage-e .img-list .thumb-box .swiper-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.make-advantage-e .img-list .thumb-box .swiper-slide.on::before,
.make-advantage-e .img-list .thumb-box .swiper-slide:hover::before,
.make-advantage-e .img-list .thumb-box .swiper-slide.on::after,
.make-advantage-e .img-list .thumb-box .swiper-slide:hover::after {
  opacity: 1;
}
.make-advantage-e .img-list .big-box {
  position: relative;
  width: calc(100% - var(--thumbw) - var(--gap));
}
.make-advantage-e .img-list .big-box::before {
  content: '';
  display: block;
  padding-top: 57.589%;
}
.make-advantage-e .img-list .big-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.make-detection-a .i_title .h3 {
  text-align: left;
}
.make-detection-a .des {
  margin-top: 1.42%;
  line-height: 1.8em;
  color: #777777;
}
.make-detection-a .swiper-box {
  margin-top: 3.57%;
}
.make-detection-a .swiper-box .swiper-slide {
  height: auto;
}
.make-detection-a .swiper-box .box {
  position: relative;
  height: 100%;
  background-image: linear-gradient(31deg, #ff5a00 0%, #ef8203 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 55px 45px 35px;
  border-bottom-right-radius: 50px;
}
.make-detection-a .swiper-box .box::after {
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  right: 3%;
  bottom: -10%;
  width: 169px;
  height: 193px;
  background: url('../image/lt.png') no-repeat center / contain;
}
.make-detection-a .swiper-box .box:hover::after {
  transform: scale(1.1);
}
.make-detection-a .swiper-box .title {
  line-height: 1.1em;
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.make-detection-a .swiper-box .text {
  margin-top: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
  width: 95%;
}
.make-detection-a .swiper-box .more {
  --lh: 40px;
  display: flex;
  margin-top: 60px;
  transition: all 0.4s ease;
  border-radius: 20px;
  width: 130px;
  line-height: var(--lh);
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
}
.make-detection-a .swiper-box .more::after {
  content: '';
  display: block;
  margin-left: 5px;
  height: 11px;
  width: 10px;
  background: url(../image/right3.png) no-repeat center / contain;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.make-detection-a .swiper-box .more:hover::after {
  transform: translate(8px, 0);
}
.make-detection-a .swiper-box .swiper-scrollbar {
  --sw: 40px;
  display: flex!important;
  margin-top: 4.285%;
  margin-bottom: 8.21%;
  position: relative;
  width: 100%;
  height: var(--sw);
  background: transparent;
}
.make-detection-a .swiper-box .swiper-scrollbar::before {
  content: '';
  display: block;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #ededed;
}
.make-detection-a .swiper-box .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  position: relative;
  width: calc(var(--sw)*0.75);
  height: var(--sw);
  border-radius: 50%;
  background: #ffffff url(../image/mouse.png) no-repeat center / contain;
}
.make-detection-a .swiper-box .swiper-scrollbar .swiper-scrollbar-drag::before,
.make-detection-a .swiper-box .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  transition: all 0.4s ease;
}
.make-detection-a .swiper-box .swiper-scrollbar .swiper-scrollbar-drag::before {
  border-right: 6px solid var(--main-color);
  right: 100%;
}
.make-detection-a .swiper-box .swiper-scrollbar .swiper-scrollbar-drag::after {
  border-left: 6px solid var(--main-color);
  left: 100%;
}
.make-detection-a .swiper-box .swiper-scrollbar .swiper-scrollbar-drag:hover::before {
  transform: translate(-5px, -50%);
}
.make-detection-a .swiper-box .swiper-scrollbar .swiper-scrollbar-drag:hover::after {
  transform: translate(5px, -50%);
}
.make-detection-b {
  display: flex;
}
.make-detection-b .img-div {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.make-detection-b .img-div img {
  display: block;
  object-fit: cover; width:100%;
}
.make-detection-b .cont-div {
  display: flex;
  margin-left: -100%;
  position: relative;
  width: 100%;
  padding: 1px 0;
  align-items: center;
}
.make-detection-b .list {
  --gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--gap)*-1);
  padding-top: 3.42%;
  padding-bottom: 7%;
}
.make-detection-b .list .list-li {
  width: 25%;
  padding: var(--gap);
}
.make-detection-b .list .list-box {
  display: block;
  position: relative;
}
.make-detection-b .list .list-box:hover .title {
  background: #ef8203;
}
.make-detection-b .list .img {
  position: relative;
  padding-top: 70%;
}
.make-detection-b .list .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.make-detection-b .list .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
 /* font-weight: bold;*/
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  transition: all 0.3s;
}
.make-detection-c {
  display: flex;
  text-align: center;
  color: #ffffff;
}
.make-detection-c .img-div {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.make-detection-c .img-div img {
  display: block;
  object-fit: cover;
}
.make-detection-c .img-div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
}
.make-detection-c .cont-div {
  display: flex;
  margin-left: -100%;
  position: relative;
  width: 100%;
  padding: 1px 0;
  align-items: center;
}
.make-detection-c .icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 5%;
}
.make-detection-c .i_title {
  margin-top: 1.57%;
}
.make-detection-c .i_title .h3 {
  color: #ffffff;
}
.make-detection-c .des {
  margin-bottom: 5%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  max-width: 100%;
  line-height: 1.8em;
}
.make-detection-d .list {
  padding-top: 7.14%;
  padding-bottom: 7.14%;
}
.make-detection-d .list.type-a .list-li:nth-child(2n+1) .img-div {
  order: 2;
}
.make-detection-d .list.type-a .list-li:nth-child(2n+2) .img-div {
  order: 0;
}
.make-detection-d .list .list-li {
  display: flex;
  transform: translate(0, 0);
  flex-wrap: wrap;
  background-color: #f3f3f3;
  transition: all 0.3s;
}
.make-detection-d .list .list-li + .list-li {
  margin-top: 5.35%;
}
.make-detection-d .list .list-li:nth-child(2n+2) .img-div {
  order: 2;
}
.make-detection-d .list .list-li:hover {
  transform: translate(0, -10px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.make-detection-d .list .img-div {
  width: 50%;
}
.make-detection-d .list .img-div img {
  display: block;
  width: 100%;
}
.make-detection-d .list .cont-div {
  position: relative;
  width: 50%;
}
.make-detection-d .list .cont-div .flex-box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3% 7.85%;
}
.make-detection-d .list .cont-div .flex-son {
  max-height: 100%;
  overflow-y: auto;
}
.make-detection-d .list .cont-div .h4 {
  font-weight: bold;
  color: #333333;
}
.make-detection-d .list .cont-div .des {
  margin-top: 4.75%;
  color: #777777;
}
.make-detection-e .list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1.78%;
  margin-bottom: 6.78%;
}
.make-detection-e .list .list-li {
  transform: translate(0, 0);
  margin-top: 3.14%;
  /* width: min(680px, 49%); */
  width: clamp(0px,680px,49%);
  transition: all 0.3s;
}
.make-detection-e .list .list-li:nth-child(1),
.make-detection-e .list .list-li:nth-child(2) {
  margin-top: 0;
}
.make-detection-e .list .list-li:hover {
  transform: translate(0, -10px);
}
.make-detection-e .list .img-div {
  position: relative;
  padding-top: 67.65%;
}
.make-detection-e .list .img-div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.make-detection-e .list .h5 {
  margin-top: 5.14%;
  font-weight: bold;
}
.make-detection-e .list .des {
  margin-top: 2.2%;
  line-height: 1.8;
  color: #777777;
}
.make-process-a {
  text-align: center;
}
.make-process-a .des {
  margin-top: 14px;
  line-height: 1.3;
  color: #777777;
}
.make-process-a .list {
  --gap: 10px;
  display: flex;
  margin: calc(var(--gap)*-1);
  padding-top: 3.92%;
  padding-bottom: 7.5%;
  flex-wrap: wrap;
  justify-content: center;
}
.make-process-a .list .list-li {
  width: 20%;
  padding: calc(var(--gap)*1);
}
.make-process-a .list .list-box {
  position: relative;
}
.make-process-a .list .list-box:hover .icon-box {
  opacity: 0;
  pointer-events: none;
}
.make-process-a .list .list-box:hover .title,
.make-process-a .list .list-box:hover .img {
  opacity: 1;
  pointer-events: auto;
}
.make-process-a .list .img {
  opacity: 0;
  pointer-events: none;
  padding-top: 111.32%;
  transition: all 0.3s;
}
.make-process-a .list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.make-process-a .list .title {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(194, 52, 68, 0.85);
  width: 100%;
  padding: 0.85em 1em;
  line-height: 1.3em;
  color: #ffffff;
  transition: all 0.3s;
}
.make-process-a .list .icon-box {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.make-process-a .list .icon-box .num {
  display: block;
  position: absolute;
  top: 22px;
  width: 100%;
  padding: 0 18px;
  text-align: right;
  font-weight: bold;
  line-height: 1.3em;
  color: #d0d0d0;
}
.make-process-a .list .icon-box img {
  margin-bottom: 10%;
  width: 120px;
}
.make-process-a .list .icon-box .mini-title {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0.85em 1em;
  font-weight: bold;
  line-height: 1.3em;
  color: #333333;
}
.make-process-b {
  padding: 1px 0;
  background-color: #f3f3f3;
  text-align: center;
}
.make-process-b .des {
  margin-top: 2.14%;
  line-height: 1.8em;
}
.make-process-b .swiper-box {
  margin-top: 3.6%;
  position: relative;
  padding-bottom: 7.5%;
}
.make-process-b .swiper-box .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.make-process-b .swiper-box .swiper-slide:hover .title {
  color: var(--main-color);
}
.make-process-b .swiper-box .img {
  position: relative;
  overflow: hidden;
  padding-top: 62.47%;
}
.make-process-b .swiper-box .img img {
  transform: scale(1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.make-process-b .swiper-box .title {
  margin-top: 27px;
  font-weight: bold;
  color: #333333;
}
.make-process-b .swiper-box .swiper-btns {
  --sw: 40px;
}
.make-process-b .swiper-box .swiper-btns a {
  display: block;
  margin-top: calc(var(--sw)*-.5);
  position: absolute;
  z-index: 2;
  top: calc((clamp(0px, 93vw, 1400px) - 60px)*0.33*0.6247*0.5);
  border-radius: 50%;
  border: solid 1px #cfd1d4;
  width: var(--sw);
  height: var(--sw);
  background: transparent no-repeat center;
}
.make-process-b .swiper-box .swiper-btns a:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.make-process-b .swiper-box .swiper-btns .prev {
  left: clamp(-80px, -10%, 0px);
  background-image: url(../image/left-jt-2.png);
  background-position-x: 45%;
}
.make-process-b .swiper-box .swiper-btns .prev:hover {
  background-image: url(../image/left-jt-1.png);
}
.make-process-b .swiper-box .swiper-btns .next {
  right: clamp(-80px, -10%, 0px);
  background-image: url(../image/right-jt-2.png);
  background-position-x: 55%;
}
.make-process-b .swiper-box .swiper-btns .next:hover {
  background-image: url(../image/right-jt-1.png);
}
@media only screen and (max-width: 1599px) {
  .make-detection-a .swiper-box .box::after {
    width: 140px;
    height: 120px;
  }
  .make-process-b .swiper-box .title {
    margin-top: 25px;
  }
  .make-process-b .swiper-box .swiper-btns {
    --sw: 40px;
  }
  .make-process-b .swiper-box .swiper-btns a {
    top: calc((clamp(0px, 93vw, 1400px) - 50px)*0.33*0.6247*0.5);
  }
  .make-process-b .swiper-box .swiper-btns .prev {
    left: clamp(-80px, -3%, -45px);
  }
  .make-process-b .swiper-box .swiper-btns .next {
    right: clamp(-80px, -3%, -45px);
  }
}
@media only screen and (max-width: 1440px) {
  .make-detection-b .list {
    --gap: 10px;
  }
  .make-process-a .list .icon-box img {
    width: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .make-advantage-c .list {
    --gap: 12px;
  }
  .make-advantage-c .list .cont {
    padding: 20px 25px;
  }
  .make-advantage-e .img-list {
    --thumbw: 220px;
    margin-bottom: 7%;
  }
  .make-detection-a .swiper-box .box {
    padding: 20px 0 20px 30px;
  }
  .make-detection-b .list {
    --gap: 8px;
  }
  .make-process-b .swiper-box .title {
    margin-top: 17px;
  }
  .make-process-b .swiper-box .swiper-btns {
    --sw: 36px;
  }
  .make-process-b .swiper-box .swiper-btns a {
    top: calc((clamp(0px, 93vw, 1400px) - 40px)*0.33*0.6247*0.5);
  }
  .make-process-b .swiper-box .swiper-btns a {
    background-size: auto 45%;
    background-color: #f3f3f3;
  }
  .make-process-b .swiper-box .swiper-btns .prev {
    left: calc(var(--sw)*-0.5);
  }
  .make-process-b .swiper-box .swiper-btns .next {
    right: calc(var(--sw)*-0.5);
  }
  .make-process-b .swiper-box {
    padding-bottom: 4%;
  }
  .make-process-a .list {
    --gap: 8px;
    padding-bottom: 4%;
  }
  .make-process-a .list .icon-box .num {
    top: 15px;
  }
  .make-process-a .list .icon-box img {
    width: 80px;
  }
  .make-process-a .list .icon-box .mini-title {
    bottom: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .o_big_con .play-btn {
    --sw: 60px;
  }
  .make-advantage-a .list-li:nth-child(2n+2) .img-div {
    order: 0;
  }
  .make-advantage-a .list-li .img-div {
    width: 100%;
  }
  .make-advantage-a .list-li .cont-div {
    background: #f5f5f5;
    width: 100%;
    padding: clamp(0px, 5%, 40px) 5%;
  }
  .make-advantage-a .list-li .cont-div .flex-box {
    position: relative;
  }
  .make-advantage-a .list-li .cont-div .des,
  .make-advantage-a .list-li .cont-div .p {
    margin-top: clamp(0px, 3%, 30px);
  }
  .make-advantage-b .cont-div .des {
    margin-bottom: 7%;
  }
  .make-advantage-c .list {
    --gap: 6px;
  }
  .make-advantage-c .list .list-li {
    width: 100%;
  }
  .make-advantage-c .list .cont {
    padding: 15px 20px;
  }
  .make-advantage-c .list .cont p:after{ top:8px;}
  .make-advantage-e .img-list {
    --thumbw: clamp(0px, 30%, 200px);
  }
  .make-detection-a .swiper-box .text {
    margin-top: 15px;
  }
  .make-detection-a .swiper-box .more {
    margin-top: 30px;
  }
  .make-detection-a .swiper-box .swiper-scrollbar {
    margin-bottom: 5%;
  }
  .make-detection-b .list {
    --gap: 6px;
  }
  .make-detection-b .list .list-li {
    width: 33.33%;
  }
  .make-detection-c .icon {
    width: 80px;
  }
  .make-process-a .list .list-li {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .o_big_con .play-btn {
    --sw: 50px;
  }
  .make-process-a .list {
    --gap: 6px;
  }
  .make-process-a .list .list-li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .o_big_con .play-btn {
    --sw: 38px;
  }
  .make-detection-a .swiper-box .box::after {
    width: 100px;
    height: 80px;
  }
  .make-detection-a .swiper-box .swiper-scrollbar {
    --sw: 30px;
  }
  .make-detection-b .list .list-li {
    width: 50%;
  }
  .make-detection-c .icon {
    width: 60px;
  }
  .make-detection-d .list .img-div {
    width: 100%;
  }
  .make-detection-d .list .cont-div {
    width: 100%;
  }
  .make-detection-d .list .cont-div .flex-box {
    position: relative;
    padding: 25px 30px;
  }
  .make-process-a .list {
    --gap: 5px;
  }
  .make-process-a .list .list-li {
    width: 33.33%;
  }
  .make-process-a .list .list-li .title {
    padding: 0.6em 1em;
  }
  .make-process-a .list .list-li .icon-box img {
    width: min(62px, 56%);
  }
  .make-process-b .swiper-box .title {
    margin-top: 12px;
  }
  .make-process-b .swiper-box .swiper-btns {
    --sw: 30px;
  }
  .make-process-b .swiper-box .swiper-btns a {
    top: calc((clamp(0px, 93vw, 1400px) - 15px)*0.5*0.6247*0.5);
  }
  .make-process-b .swiper-box .swiper-btns .prev {
    left: calc(var(--sw)*-0.3);
  }
  .make-process-b .swiper-box .swiper-btns .next {
    right: calc(var(--sw)*-0.3);
  }
  .make-advantage-d .cont-div .swiper-container .swiper-slide {
    --sw: calc( (93vw - 20px)*.33 );
  }
  .make-advantage-e .img-list .big-box {
    width: 100%;
  }
  .make-advantage-e .img-list .thumb-box {
    margin-top: 10px;
    order: 2;
    width: 100%;
  }
  .make-advantage-e .img-list .thumb-box .swiper-container {
    position: relative;
  }
  .make-advantage-e .img-list .thumb-box .swiper-slide img {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
/*.make-detection-b .list .list-li {
    width: 100%;
  }*/
.make-detection-e .list .list-li { width:100%;}
.make-detection-e .list .list-li:nth-child(2){ margin-top:3.14%;}
}
