.text-moBlue {
  color: #1A708C !important;
}

.bg-moBlue {
  background-color: #1A708C !important;
}

.bd-moBlue {
  border-style: solid;
  border-color: #1A708C !important;
}

.text-pink {
  color: #fdebeb !important;
}

.bg-pink {
  background-color: #fdebeb !important;
}

.bd-pink {
  border-style: solid;
  border-color: #fdebeb !important;
}

.text-cherry {
  color: #E31D64 !important;
}

.bg-cherry {
  background-color: #E31D64 !important;
}

.bd-cherry {
  border-style: solid;
  border-color: #E31D64 !important;
}

.text-mintGreen {
  color: #f2f8e7 !important;
}

.bg-mintGreen {
  background-color: #f2f8e7 !important;
}

.bd-mintGreen {
  border-style: solid;
  border-color: #f2f8e7 !important;
}

.text-limeGreen {
  color: #94ac5e !important;
}

.bg-limeGreen {
  background-color: #94ac5e !important;
}

.bd-limeGreen {
  border-style: solid;
  border-color: #94ac5e !important;
}

.text-tomatoRed {
  color: #F84E59 !important;
}

.bg-tomatoRed {
  background-color: #F84E59 !important;
}

.bd-tomatoRed {
  border-style: solid;
  border-color: #F84E59 !important;
}

.text-earthGold {
  color: #BC9F75 !important;
}

.bg-earthGold {
  background-color: #BC9F75 !important;
}

.bd-earthGold {
  border-style: solid;
  border-color: #BC9F75 !important;
}

.text-silver {
  color: #eeeeee !important;
}

.bg-silver {
  background-color: #eeeeee !important;
}

.bd-silver {
  border-style: solid;
  border-color: #eeeeee !important;
}

.text-gray {
  color: #b1b3b6 !important;
}

.bg-gray {
  background-color: #b1b3b6 !important;
}

.bd-gray {
  border-style: solid;
  border-color: #b1b3b6 !important;
}

.m5 section.cut15 .article .btnGroup, .m5 section .article, .m4 section .article, .m3 section.cut6 .article .content, .m3 section.cut1 .article .content .ppap .ballTips, .m3 section .article, .m2 section .article, .m1 section .swiper .article .btnGroup, .m1 section .swiper .article.a1 .bearTitle span:nth-child(1), .m1 section .swiper .article.a1 .bearTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m3 section.cut1 .article .content .ppap .ballTips .clipGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m1 section .swiper {
  height: 85vh;
}
.m1 section .swiper .videoBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 154, 194, 0.6);
  -webkit-box-shadow: 0 90px 70px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 90px 70px rgba(0, 0, 0, 0.5) inset;
  z-index: 0;
}
.m1 section .swiper .videoBg video {
  position: absolute;
  width: 2000px;
  left: 50%;
  margin-left: -1000px;
  top: 0;
  mix-blend-mode: multiply;
}
.m1 section .swiper .videoBg .frontClip {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 154, 194, 0.8);
  mix-blend-mode: luminosity;
  z-index: 10;
}
.m1 section .swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.m1 section .swiper .article {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 15px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.m1 section .swiper .article.a1 .bearTitle {
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.m1 section .swiper .article.a1 .bearTitle span:nth-child(1) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #709c88;
  padding-top: 10px;
  margin-right: 10px;
  overflow: hidden;
  border: 6px #ddd solid;
  outline: 5px #709c88 solid;
  -webkit-box-shadow: 0 5px 10px #181e1c inset;
          box-shadow: 0 5px 10px #181e1c inset;
}
.m1 section .swiper .article.a1 .bearTitle span:nth-child(1) img {
  height: 90%;
}
.m1 section .swiper .article.a1 .slogan {
  font-size: 35px;
}
.m1 section .swiper .article.a1 .slogan span {
  font-weight: 600;
}
.m1 section .swiper .article.a1 .subtitle {
  font-size: 22px;
  background-color: #222;
  padding: 2px 30px;
  border-radius: 40px;
  margin-bottom: 5px;
}
.m1 section .swiper .article.a1 .desc {
  letter-spacing: 2px;
}
.m1 section .swiper .article.a2 .logo, .m1 section .swiper .article.a3 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}
.m1 section .swiper .article.a2 .logo span, .m1 section .swiper .article.a3 .logo span {
  width: 165px;
  margin-right: 5px;
}
.m1 section .swiper .article.a2 .logo span img, .m1 section .swiper .article.a3 .logo span img {
  width: 100%;
}
.m1 section .swiper .article.a2 .titleS, .m1 section .swiper .article.a3 .titleS {
  font-size: 24px;
}
.m1 section .swiper .article.a2 .slogan, .m1 section .swiper .article.a3 .slogan {
  color: #84e193;
  font-size: 50px;
  font-weight: 600;
}
.m1 section .swiper .article .btnGroup {
  position: relative;
  margin-top: 70px;
}
.m1 section .swiper .article .btnGroup .btn {
  width: 100%;
  max-width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m1 section .swiper .article .btnGroup .btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 10;
}
.m1 section .swiper .article .btnGroup .btn img {
  width: 100%;
}

/* ======================= tori ======================= */
.m1 .Okuma_logo {
    height: 50%;
    width: 100%;
    padding: 0 15px;
    max-width: 650px;
    margin: 15px 30px;
}



/* ==============================================  media  ============================================ */
@media (max-width: 768px) {
  .m1 section .swiper .article.a1 .bearTitle {
    font-size: 80px;
  }
  .m1 section .swiper .article.a1 .bearTitle span:nth-child(1) {
    width: 100px;
  }
  .m1 section .swiper .article.a1 .slogan {
    font-size: 28px;
  }
  .m1 section .swiper .article.a1 .subtitle {
    font-size: 18px;
  }
  .m1 section .swiper .article.a2 .logo, .m1 section .swiper .article.a3 .logo {
    font-size: 22px;
    line-height: 22px;
  }
  .m1 section .swiper .article.a2 .logo span, .m1 section .swiper .article.a3 .logo span {
    width: 110px;
  }
  .m1 section .swiper .article.a2 .titleS, .m1 section .swiper .article.a3 .titleS {
    font-size: 22px;
  }
  .m1 section .swiper .article.a2 .slogan, .m1 section .swiper .article.a3 .slogan {
    font-size: 28px;
  }
  .m1 section .swiper .article .btnGroup {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .m1 section .swiper {
    height: 100vh;
  }
  .m1 section .swiper .article.a1 .bearTitle {
    font-size: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 70px;
  }
  .m1 section .swiper .article.a1 .bearTitle span:nth-child(1) {
    width: 120px;
    margin: 0;
  }
  .m1 section .swiper .article.a1 .slogan {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .m1 section .swiper .article.a1 .subtitle {
    font-size: 16px;
  }
  .m1 section .swiper .article.a2 .logo, .m1 section .swiper .article.a3 .logo {
    font-size: 20px;
    line-height: 20px;
  }
  .m1 section .swiper .article.a2 .logo span, .m1 section .swiper .article.a3 .logo span {
    width: 90px;
  }
  .m1 section .swiper .article.a2 .titleS, .m1 section .swiper .article.a3 .titleS {
    font-size: 16px;
  }
  .m1 section .swiper .article.a2 .slogan, .m1 section .swiper .article.a3 .slogan {
    font-size: 24px;
  }
  .m1 section .swiper .article .btnGroup {
    width: 100%;
    max-width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin-top: 30px;
  }
  .m1 section .swiper .article .btnGroup a {
    padding: 0 0 10px 0;
  }
  /* ======================= tori ======================= */
  .m1 .Okuma_logo {
      margin: 12px 20px 25px;
  }
  .m1 section .swiper .article.a2 .logo, .m1 section .swiper .article.a3 .logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .m1 section .swiper .article.a2 .logo span, .m1 section .swiper .article.a3 .logo span {
      width: 100%;
      margin: 0 auto;
  }
  .m1 section .swiper .article.a2 .logo span img, .m1 section .swiper .article.a3 .logo span img {
    width: 100%;
    max-width: 170px;
    margin: 0 50% 0px;
    transform: translateX(-50%);
  }

  .m1 section .swiper .article.a2 div, .m1 section .swiper .article.a3 div {
    text-align: center;
  }


}
.m2 section .secBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 55, 85, 0.6);
  z-index: 0;
}
.m2 section .secBg img {
  mix-blend-mode: multiply;
}
.m2 section .secBg.left {
  background-image: linear-gradient(-120deg, #fff 20%, #203755 80%);
}
.m2 section .secBg.right {
  background-image: linear-gradient(120deg, #fff 20%, #203755 80%);
}
.m2 section .article {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0;
  color: #fff;
}
.m2 section .article .headTitle {
  position: absolute;
  top: 40px;
  font-size: 30px;
  border-bottom: 1px #ddd dashed;
}
.m2 section .article .focusText {
  font-size: 65px;
  font-weight: bold;
  line-height: 75px;
  margin-bottom: 15px;
}
.m2 section .article .title {
  width: 100%;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.m2 section .article .title span {
  font-weight: bold;
  margin: 0 4px;
}
.m2 section .article .desc {
  font-size: 24px;
  line-height: 45px;
  max-width: 1000px;
  margin: auto;
}
.m2 section .article .content {
  position: relative;
  width: 100%;
}
.m2 section .article .content.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m2 section .article .content.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m2 section .article .content .cardGroup {
  position: relative;
  margin-top: 100px;
}
.m2 section .article .content .cardGroup .card {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px #ddd solid;
  background-color: rgba(255, 255, 255, 0.4);
}
.m2 section .article .content .cardGroup .card .card-title {
  font-size: 24px;
  color: #fff;
}
.m2 section .article .content .cardGroup .card .card-title span {
  font-size: 18px;
}
.m2 section .article .content .cardGroup .card + .card {
  margin-top: 15px;
}
.m2 section .article .content .cardGroup .card.sp {
  background-color: rgba(246, 179, 65, 0.4);
}
.m2 section .article .content .cardGroup .psText {
  margin-top: 10px;
}
.m2 section .article .content .listGroup {
  text-align: center;
}
.m2 section .article .content .listGroup .title, .m2 section .article .content .listGroup .list {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  border-radius: 30px;
}
.m2 section .article .content .listGroup .title {
  font-size: 28px;
  background-color: rgba(225, 102, 58, 0.75);
  margin-top: 30px;
  margin-bottom: 20px;
}
.m2 section .article .content .listGroup .list {
  font-size: 20px;
  background-color: rgba(219, 155, 45, 0.75);
  margin-bottom: 10px;
}

/* ==============================================  media  ============================================ */
@media (max-width: 1200px) {
  .m2 section .article .desc {
    max-width: 560px;
  }
}
@media (max-width: 768px) {
  .m2 section .secBg.left, .m2 section .secBg.right {
    background-image: initial;
  }
  .m2 section .article {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 40px 0;
  }
  .m2 section .article .headTitle {
    position: relative;
    top: initial;
    font-size: 28px;
    margin: 20px 0;
  }
  .m2 section .article .focusText {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 0px;
  }
  .m2 section .article .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m2 section .article .content .cardGroup {
    width: 100%;
  }
  .m2 section .article .content .listGroup .title {
    font-size: 24px;
    line-height: 30px;
    padding: 2px 0;
    margin-bottom: 5px;
  }
  .m2 section .article .content .listGroup .list {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 2px 0;
  }
  .m2 section .article .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .m2 section .article .content .desc {
    font-size: 18px;
    line-height: 30px;
    max-width: 420px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .m2 section {
    padding: 50px 0;
  }
  .m2 section .article {
    min-height: 280px;
    padding: 0;
  }
  .m2 section .article .headTitle {
    font-size: 22px;
  }
  .m2 section .article .content .cardGroup {
    margin-top: 50px;
  }
  .m2 section .article .content .cardGroup .card {
    padding: 10px;
  }
  .m2 section .article .content .cardGroup .card .card-title {
    font-size: 18px;
  }
  .m2 section.cut5 .article .title {
    text-align: left;
  }
}
.m3 {
  background-color: #fff;
}
.m3 section {
  padding: 50px 0;
  background-color: #fff;
}
.m3 section .article {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m3 section .article .content {
  position: relative;
  width: 100%;
}
.m3 section .article .content .imgCnt {
  border-radius: 10px;
}
.m3 section .article .focusText {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
  padding: 5px 50px;
  border-radius: 30px;
  color: #fff;
  background-color: #1A708C;
}
.m3 section .article .psText {
  margin-top: 100px;
}
.m3 section.cut1 {
  height: 100vh;
}
.m3 section.cut1 .article .content .ppap {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding-top: 100px;
}
.m3 section.cut1 .article .content .ppap .device {
  width: 100%;
  max-width: 300px;
}
.m3 section.cut1 .article .content .ppap .usbc {
  position: absolute;
  width: 350px;
  height: 160px;
  bottom: -145px;
  left: 150px;
  z-index: 20;
}
.m3 section.cut1 .article .content .ppap .usbc .usbTitle {
  position: absolute;
  bottom: 80px;
  right: 160px;
  font-weight: bold;
}
.m3 section.cut1 .article .content .ppap .usbc .hdmiTitle {
  position: absolute;
  bottom: 15px;
  right: -60px;
  font-weight: bold;
}
.m3 section.cut1 .article .content .ppap .usbc .onvifTitle {
  position: absolute;
  top: -250px;
  left: 170px;
  font-weight: bold;
}
.m3 section.cut1 .article .content .ppap .box {
  position: absolute;
  width: 360px;
  left: 50px;
  top: 75%;
  margin-top: -10px;
  z-index: 40;
}
.m3 section.cut1 .article .content .ppap .box .usbTitle {
  position: absolute;
  bottom: 260px;
  left: 260px;
  font-weight: bold;
}
.m3 section.cut1 .article .content .ppap .box .hdmiTitle {
  position: absolute;
  bottom: 25px;
  right: -60px;
  font-weight: bold;
}
.m3 section.cut1 .article .content .ppap .box .onvifTitle {
  position: absolute;
  top: -160px;
  left: 170px;
  font-weight: bold;
}
.m3 section.cut1 .article .content .ppap .substance1, .m3 section.cut1 .article .content .ppap .substance2, .m3 section.cut1 .article .content .ppap .substance3, .m3 section.cut1 .article .content .ppap .substance4 {
  position: absolute;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  background-color: #fff;
}
.m3 section.cut1 .article .content .ppap .substance1 .imgCnt, .m3 section.cut1 .article .content .ppap .substance2 .imgCnt, .m3 section.cut1 .article .content .ppap .substance3 .imgCnt, .m3 section.cut1 .article .content .ppap .substance4 .imgCnt {
  width: 100%;
  height: 100%;
}
.m3 section.cut1 .article .content .ppap .substance1 .imgCnt img, .m3 section.cut1 .article .content .ppap .substance2 .imgCnt img, .m3 section.cut1 .article .content .ppap .substance3 .imgCnt img, .m3 section.cut1 .article .content .ppap .substance4 .imgCnt img {
  -o-object-position: top left;
     object-position: top left;
}
.m3 section.cut1 .article .content .ppap .substance1 .imgTitle, .m3 section.cut1 .article .content .ppap .substance2 .imgTitle, .m3 section.cut1 .article .content .ppap .substance3 .imgTitle, .m3 section.cut1 .article .content .ppap .substance4 .imgTitle {
  position: absolute;
  top: -30px;
  width: 100%;
  text-align: center;
  opacity: 0.8;
}
.m3 section.cut1 .article .content .ppap .substance1 {
  width: 350px;
  height: 200px;
  top: 10%;
  left: -330px;
}
.m3 section.cut1 .article .content .ppap .substance2 {
  width: 350px;
  top: 35%;
  right: -380px;
}
.m3 section.cut1 .article .content .ppap .substance3 {
  width: 290px;
  top: 33%;
  left: 650px;
  padding: 15px;
}
.m3 section.cut1 .article .content .ppap .substance4 {
  width: 240px;
  top: 120px;
  left: 380px;
  padding: 10px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.l {
  bottom: 70px;
  left: -30px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.l .endPoint {
  top: 0px;
  left: -4px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.r {
  bottom: 80px;
  right: -80px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.r .endPoint {
  bottom: 4px;
  right: 0px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.s {
  top: -230px;
  right: 80px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.s .endPoint {
  top: 6px;
  right: -4px;
  background-color: #249AC2;
}
.m3 section.cut1 .article .content .ppap .dottedLine.u {
  bottom: 75px;
  right: 100px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.u .endPoint {
  top: 2px;
  right: -4px;
  background-color: #249AC2;
}
.m3 section.cut1 .article .content .ppap .dottedLine.h {
  bottom: 45px;
  right: -380px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.h .endPoint {
  top: 0px;
  right: -4px;
  background-color: #2b9783;
}
.m3 section.cut1 .article .content .ppap .dottedLine.t {
  top: 125px;
  left: 180px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.t .endPoint {
  top: 3px;
  right: -4px;
  background-color: #249AC2;
}
.m3 section.cut1 .article .content .ppap .dottedLine.c {
  top: 220px;
  left: 280px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.c .endPoint {
  top: -2px;
  right: -4px;
  background-color: #249AC2;
}
.m3 section.cut1 .article .content .ppap .dottedLine.b {
  bottom: -105px;
  right: 60px;
}
.m3 section.cut1 .article .content .ppap .dottedLine.b .endPoint {
  top: 0px;
  right: -4px;
  background-color: #2b9783;
}
.m3 section.cut1 .article .content .ppap .ballTips {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  color: #ccc;
  padding: 5px 10px;
}
.m3 section.cut1 .article .content .ppap .ballTips .bText {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.m3 section.cut1 .article .content .ppap .ballTips .bTextS {
  font-size: 20px;
}
.m3 section.cut1 .article .content .ppap .ballTips.b1 {
  width: 220px;
  top: 60%;
  left: -280px;
  background-color: #24496f;
}
.m3 section.cut1 .article .content .ppap .ballTips.b2 {
  width: 250px;
  top: 5%;
  right: -270px;
  background-color: #196171;
}
.m3 section.cut1 .article .content .ppap .ballTips.b3 {
  top: 10px;
  left: 580px;
  padding-bottom: 10px;
  background-color: #24496f;
}
.m3 section.cut1 .article .content .ppap .ballTips.b4 {
  top: 10px;
  left: 390px;
  padding-bottom: 10px;
  background-color: #196171;
}
.m3 section.cut1 .article .content .ppap .ballTips .clipGroup {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  margin-top: 10px;
}
.m3 section.cut1 .article .content .ppap .ballTips .clipGroup .clip {
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 0 5px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  color: #333;
  background-color: #fff;
}
.m3 section.cut2, .m3 section.cut3 {
  display: none;
}
.m3 section.cut4 .article .content .block {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 4px 15px;
  border-radius: 30px;
  text-align: center;
}
.m3 section.cut4 .article .content .block span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -25px;
  color: #666;
  font-size: 14px;
  font-weight: initial;
  text-align: center;
  z-index: 1;
}
.m3 section.cut5 .article .content .block {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  background-color: #333;
  padding: 4px 15px;
  border-radius: 30px;
  text-align: center;
}
.m3 section.cut5 .article .imgCnt {
  aspect-ratio: 2/1;
  background: url("../img/m3/moreADtv.jpg") repeat-x;
  background-size: cover;
}
.m3 section.cut6 .article .content .device {
  position: absolute;
  height: 550px;
  top: 50%;
  margin-top: -200px;
  right: 10%;
  z-index: 1;
}
.m3 section.cut6 .article .content .device img {
  height: 100%;
}

/* ==============================================  media  ============================================ */
@media (max-width: 992px) {
  .m3 section {
    padding: 40px 0;
  }
  .m3 section.cut1 {
    height: initial;
  }
  .m3 section.cut1 .article .content .ppap {
    max-width: 260px;
  }
  .m3 section.cut1 .article .content .ppap .device {
    max-width: 240px;
  }
  .m3 section.cut1 .article .content .ppap .usbc {
    width: 280px;
    height: 160px;
    bottom: -145px;
    left: 130px;
  }
  .m3 section.cut1 .article .content .ppap .usbc .usbTitle {
    bottom: 100px;
    right: 110px;
  }
  .m3 section.cut1 .article .content .ppap .usbc .hdmiTitle {
    bottom: 5px;
    right: -60px;
  }
  .m3 section.cut1 .article .content .ppap .usbc .onvifTitle {
    top: -220px;
    left: 130px;
  }
  .m3 section.cut1 .article .content .ppap .box {
    width: 210px;
    left: -20px;
    bottom: -140px;
  }
  .m3 section.cut1 .article .content .ppap .substance1 {
    width: 250px;
    height: 150px;
    top: 20%;
    left: -250px;
  }
  .m3 section.cut1 .article .content .ppap .substance2 {
    width: 250px;
    top: 45%;
    right: -260px;
  }
  .m3 section.cut1 .article .content .ppap .substance3 {
    width: 230px;
    top: 38%;
    left: 500px;
    padding: 15px;
  }
  .m3 section.cut1 .article .content .ppap .substance4 {
    width: 200px;
    left: 280px;
  }
  .m3 section.cut1 .article .content .ppap .dottedLine {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .m3 section.cut1 .article .content .ppap .dottedLine.l {
    bottom: 40px;
    left: -30px;
  }
  .m3 section.cut1 .article .content .ppap .dottedLine.r {
    bottom: 80px;
    right: -70px;
  }
  .m3 section.cut1 .article .content .ppap .dottedLine.s {
    top: -180px;
    right: 60px;
  }
  .m3 section.cut1 .article .content .ppap .dottedLine.u {
    bottom: 65px;
    right: 110px;
  }
  .m3 section.cut1 .article .content .ppap .dottedLine.h {
    bottom: 45px;
    right: -340px;
  }
  .m3 section.cut1 .article .content .ppap .ballTips {
    padding: 5px 0px;
  }
  .m3 section.cut1 .article .content .ppap .ballTips .bText {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  .m3 section.cut1 .article .content .ppap .ballTips .bTextS {
    font-size: 18px;
  }
  .m3 section.cut1 .article .content .ppap .ballTips.b1 {
    width: 200px;
    top: 60%;
    left: -240px;
  }
  .m3 section.cut1 .article .content .ppap .ballTips.b2 {
    width: 230px;
    top: 15%;
    right: -240px;
  }
  .m3 section.cut1 .article .content .ppap .ballTips.b3 {
    width: 200px;
    top: 10px;
    left: 560px;
  }
  .m3 section.cut1 .article .content .ppap .ballTips.b4 {
    width: 200px;
    top: 10px;
    left: 320px;
  }
  .m3 section.cut4 .article .content .block {
    margin-bottom: 15px;
  }
  .m3 section.cut5 .article .content .block {
    margin: 10px 0;
  }
  .m3 section.cut6 .article .content .device {
    height: 450px;
    margin-top: -200px;
  }
}
@media (max-width: 768px) {
  .m3 section .article {
    padding: 30px 0;
  }
  .m3 section .article .focusText {
    font-size: 20px;
    padding: 5px 20px;
  }
  .m3 section.cut1 {
    height: initial;
  }
  .m3 section.cut1 .article .content .ppap {
    padding: 0;
    max-width: initial;
  }
  .m3 section.cut1 .article .content .ppap .device {
    padding-top: 100px;
    margin: auto;
    max-width: 220px;
  }
  .m3 section.cut1 .article .content .ppap .usbc {
    position: relative;
    width: 200px;
    height: 100px;
    bottom: initial;
    left: 50%;
    margin-left: -100px;
  }
  .m3 section.cut1 .article .content .ppap .usbc .usbTitle {
    bottom: 60px;
    right: 80px;
  }
  .m3 section.cut1 .article .content .ppap .usbc .hdmiTitle {
    bottom: 5px;
    right: -55px;
  }
  .m3 section.cut1 .article .content .ppap .usbc .onvifTitle {
    top: -160px;
    left: -60px;
  }
  .m3 section.cut1 .article .content .ppap .box {
    position: relative;
    margin: 20px auto 0;
    width: 210px;
    top: initial;
    bottom: initial;
  }
  .m3 section.cut1 .article .content .ppap .substance1, .m3 section.cut1 .article .content .ppap .substance2 {
    position: relative;
    margin: 60px auto 0;
    top: initial;
    left: initial;
    right: initial;
  }
  .m3 section.cut1 .article .content .ppap .substance3 {
    width: 140px;
    top: 800px;
    left: 50%;
    margin-left: 50px;
    z-index: 20;
  }
  .m3 section.cut1 .article .content .ppap .substance4 {
    width: 140px;
    top: 730px;
    left: 50%;
    margin-left: -200px;
    z-index: 20;
  }
  .m3 section.cut1 .article .content .ppap .dottedLine {
    display: none;
  }
  .m3 section.cut1 .article .content .ppap .ballTips {
    position: relative;
    margin: 60px auto 0;
    padding: 5px 0px;
  }
  .m3 section.cut1 .article .content .ppap .ballTips.b1, .m3 section.cut1 .article .content .ppap .ballTips.b2 {
    top: initial;
    left: initial;
    right: initial;
  }
  .m3 section.cut1 .article .content .ppap .ballTips.b3, .m3 section.cut1 .article .content .ppap .ballTips.b4 {
    display: none;
  }
  .m3 section.cut1 .article .psText {
    display: none;
  }
  .m3 section.cut2, .m3 section.cut3 {
    display: block;
  }
  .m3 section.cut2 .article .psText, .m3 section.cut3 .article .psText {
    margin-top: 20px;
  }
  .m3 section.cut5 .article .imgCnt {
    aspect-ratio: 1/1;
    margin: 20px auto;
  }
  .m3 section.cut6 .article .content .device {
    height: 70vh;
    margin-top: -30vh;
    right: -30px;
  }
}
@media (max-width: 480px) {
  .m3 section .article {
    padding: 10px 0;
  }
  .m3 section .article .focusText {
    font-size: 16px;
    padding: 5px 10px;
  }
  .m3 section.cut4 .article .content .block {
    margin-bottom: 10px;
  }
  .m3 section.cut5 .article .content .block {
    margin: 5px 0;
  }
  .m3 section.cut6 .article .content .device {
    height: 450px;
    margin-top: -200px;
    right: -20px;
  }
}
.m4 section {
  background-color: #203755;
}
.m4 section:nth-child(even) .imgCnt {
  border-radius: 10px;
}
.m4 section .article {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0;
}
.m4 section .article .secDesc {
  color: #fff;
}
.m4 section .article .content {
  position: relative;
  width: 100%;
}
.m4 section.cut1 .article .content .block .stepText {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.m4 section.cut1 .article .content .block .desc {
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
.m4 section.cut1 .article .content .block .desc span {
  font-size: 14px;
  color: #34b2ab;
}
.m4 section.cut2 .article .content .device {
  position: relative;
  max-width: 350px;
  margin: auto;
}
.m4 section.cut2 .article .content .device .line1 {
  position: absolute;
  width: 100%;
  top: 25%;
  left: -15%;
}
.m4 section.cut2 .article .content .device .line1 .pointer-wrapper {
  position: relative;
  height: 70px;
  overflow: hidden;
}
.m4 section.cut2 .article .content .device .line1 .pointer-wrapper .h-line {
  width: 15%;
  left: 5%;
}
.m4 section.cut2 .article .content .device .line1 .pointer-wrapper .d-line {
  width: 30%;
  left: 5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m4 section.cut2 .article .content .device .line2 {
  position: absolute;
  top: 40%;
  right: -10%;
  width: 100%;
}
.m4 section.cut2 .article .content .device .line2 .pointer-wrapper {
  position: relative;
  height: 70px;
  overflow: hidden;
}
.m4 section.cut2 .article .content .device .line2 .h-line {
  width: 15%;
  right: 0;
}
.m4 section.cut2 .article .content .device .line2 .d-line {
  width: 30%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.m4 section.cut2 .article .content .device .h-line, .m4 section.cut2 .article .content .device .d-line {
  position: absolute;
  border-bottom: 5px solid #108b96;
  top: 0;
  z-index: 0;
}
.m4 section.cut3 .article .secTitle {
  font-size: 60px;
  color: #108b96;
}
.m4 section.cut3 .article .content .device {
  position: relative;
  max-width: 350px;
  margin: auto;
}
.m4 section.cut3 .article .content .tip1, .m4 section.cut3 .article .content .tip2 {
  position: relative;
  height: 100%;
  z-index: 10;
}
.m4 section.cut3 .article .content .tip1 .card, .m4 section.cut3 .article .content .tip2 .card {
  position: absolute;
  width: 100%;
}
.m4 section.cut3 .article .content .tip1 .card {
  top: 40%;
  left: 100px;
}
.m4 section.cut3 .article .content .tip2 .card {
  top: 20%;
  right: 100px;
}
.m4 section.cut3 .article .content .card-title {
  color: #0b303c;
  font-weight: bold;
  margin-bottom: 20px;
}
.m4 section.cut3 .article .content .cube {
  border: 2px solid #34b2ab;
  border-radius: 5px;
  margin-bottom: 10px;
}
.m4 section.cut3 .article .content .cube .imgCnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  margin: 5px 15px;
}
.m4 section.cut3 .article .content .cube .imgCnt img {
  -o-object-fit: contain;
     object-fit: contain;
}
.m4 section.cut3 .article .content .cube .cube-title {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial Rounded MT;
  color: #0b303c;
}
.m4 section.cut3 .article .content .cube .cube-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #34b2ab;
  margin-bottom: 0;
}
.m4 section.cut3 .article .content .cube .table {
  border-color: #14879e;
  margin-bottom: 0;
}
.m4 section.cut3 .article .content .cube .table thead {
  background-color: #ddedf1;
}
.m4 section.cut3 .article .content .cube .table thead .tableTitle {
  font-size: 18px;
}
.m4 section.cut3 .article .content .cube .table thead .tableTitle span {
  font-weight: bold;
}
.m4 section.cut3 .article .content .cube .table td {
  text-align: center;
  border-bottom: 1px #ddd solid;
}

/* ==============================================  media  ============================================ */
@media (max-width: 992px) {
  .m4 section.cut3 .article .secTitle {
    font-size: 40px;
  }
  .m4 section.cut3 .article .content .tip1 .card, .m4 section.cut3 .article .content .tip2 .card {
    position: relative;
    width: 100%;
    top: initial;
    left: initial;
    right: initial;
  }
}
@media (max-width: 768px) {
  .m4 section .article {
    padding: 30px 0;
  }
  .m4 section.cut1 .article .content .block .stepText {
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
  }
}
.m5 section {
  background-color: #203755;
}
.m5 section .imgCnt {
  border-radius: 10px;
}
.m5 section .article {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0;
}
.m5 section .article .secDesc {
  color: #fff;
}
.m5 section .article .content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m5 section .article .content .swiper {
  height: 80vh;
}
.m5 section .article .content .swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.m5 section.cut11 .article .content .selectList {
  text-align: end;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m5 section.cut11 .article .content .selectList input {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.m5 section.cut11 .article .content .circle-border {
  position: absolute;
  top: 8%;
  left: 5%;
  height: 90%;
  aspect-ratio: 1/1;
  border: 1px solid #34b2ab;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
.m5 section.cut11 .article .content .circle-border .circle {
  background-image: linear-gradient(145deg, #149e90 0%, #32b8aa 30%, #515bb7 60%, #3f579f 80%, #295382 100%);
  border-radius: 50%;
  height: 90%;
  aspect-ratio: 1/1;
  z-index: 0;
}
.m5 section.cut13 .circleBg {
  position: absolute;
  background-image: linear-gradient(145deg, #149e90 0%, #32b8aa 30%, #515bb7 60%, #3f579f 80%, #295382 100%);
  border-radius: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  left: 30px;
  top: 20px;
  opacity: 0.8;
  z-index: 0;
}
.m5 section.cut13 .article .content .navGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m5 section.cut13 .article .content .imgCnt {
  width: 100%;
  max-width: 800px;
}
.m5 section.cut15 .article {
  min-height: initial;
}
.m5 section.cut15 .article .slogan {
  font-size: 24px;
  color: #34B2AB;
}
.m5 section.cut15 .article .slogan span {
  font-weight: 600;
}
.m5 section.cut15 .article .subtitle {
  font-size: 22px;
  background-color: #222;
  padding: 2px 30px;
  border-radius: 40px;
  margin-bottom: 5px;
}
.m5 section.cut15 .article .desc {
  letter-spacing: 2px;
}
.m5 section.cut15 .article .btnGroup {
  position: relative;
  margin-top: 20px;
}
.m5 section.cut15 .article .btnGroup .btn {
  width: 100%;
  max-width: 180px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m5 section.cut15 .article .btnGroup .btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.m5 section.cut15 .article .btnGroup .btn img {
  width: 100%;
}
.m5 #sec11-img {
  border-radius: 10px;
}

/* ==============================================  media  ============================================ */
@media (max-width: 768px) {
  .m5 section.cut13 .circleBg {
    position: absolute;
    background-image: linear-gradient(145deg, #149e90 0%, #32b8aa 30%, #515bb7 60%, #3f579f 80%, #295382 100%);
    border-radius: 50%;
    height: 100%;
    aspect-ratio: 1/1;
    left: 30px;
    top: 20px;
    opacity: 0.8;
    z-index: 0;
  }
  .m5 section.cut13 .article .content .navGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m5 section.cut13 .article .content .imgCnt {
    width: 100%;
    max-width: 800px;
  }
}