html,
body.m {
  color: #333;
  margin: 0;
  padding: 0;
  min-width: unset;
  overflow-x: hidden;
}

.flex {
  display: flex;
}

.al-center {
  align-items: center;
}

.just-between {
  justify-content: space-between;
}

.m ul {
  padding: 0;
}

li {
  list-style: none;
}

.m header {
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
}
.m header .m-show {
  font-size: 12px;
}
.m header img {
  position: relative;
}

.m .slogan img {
  width: 180px;
}

.m .box {
  width: 100%;
  margin: 0 auto;
}

.m .banner {
  height: 400px;
  width: 100%;
  background-size: cover;
}
#banner1 .btn-area {
  position: absolute;
  width: calc(100% - 72px);
  top: 148px;
  padding: 0 38px;
  display: flex;
  justify-content: space-between;
}
#banner1 .btn-area .btn {
  width: calc(50% - 24px);
  height: 40px;
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045afe;
  text-align: center;
  line-height: 40px;
  color: #045afe;
  cursor: pointer;
}
#banner1 .btn-area .btn:nth-child(2) {
  background-color: #045afe;
  color: #fff;
  position: relative;
}
#banner1 .btn-area .btn:nth-child(2) img {
  position: absolute;
  top: -20px;
}
.m .banner-wrapper {
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 90px;
}
.m .banner-wrapper h1 {
  font-size: 24px;
}
.m .banner-wrapper p {
  font-size: 12px;
}
.m .banner-wrapper .btn-area {
  justify-content: center;
  margin-top: 24px;
}
.m .banner-wrapper .btn {
  width: 120px;
  height: 40px;
  background: #ffffff;
  opacity: 1;
  border-radius: 8px;
  color: #007fff;
  line-height: 40px;
  margin: 0 6px;
}
.m .function {
  padding: 44px 15px 26px;
  background: #f9fbff;
}

.m .function .box {
  margin-top: 10px;
  opacity: 1;
  border-radius: 8px;
  padding: 21px 0 10px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  font-size: 12px;
}

.m .function li {
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
}

.m .function li img {
  width: 40px;
}

.m .function li:last-child {
  display: none;
}

.m h1 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.m h1 span {
  color: #0082ef;
}

.m h4 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.m .solution .pc {
  display: none;
}
.m .solution .m {
  display: block;
}
.m .solution {
  margin: 48px 0;
}

.m .solution h4 {
  width: 264px;
  margin: 16px auto 0;
}

.m .solution .head {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  padding: 15px 20px 15px 20px;
  height: 92px;
  box-sizing: border-box;
}
.m .solution .tab {
  margin-top: 40px;
  justify-content: space-around;
  padding-right: 15px;
  box-sizing: border-box;
}

.m .solution .tab .item {
  width: 86px;
  height: 36px;
  opacity: 1;
  border-radius: 28px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.m .solution .tab .item.active {
  color: #fff;
  background: #007fff;
}
.m .solution .box {
  margin-top: 20px;
  padding-left: 15px;
}
.m .solution .swiper-wrapper {
  padding-bottom: 20px;
}
.m .solution .swiper-slide {
  height: 608px;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  margin-right: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m .solution .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 306px;
}

.m .solution .icon {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.m .solution .content {
  width: 306px;
  margin: 0;
}

.m .solution ol {
  position: relative;
  z-index: 2;
  padding-top: 23px;
  font-size: 20px;
}

.m .solution ol li {
  margin-top: 15px;
  position: relative;
}

.m .solution ol li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  position: absolute;
  background-color: #0082ef;
  left: -20px;
  top: 10px;
}

.m .solution li:nth-child(2) ol li:before {
  background-color: #bdaa84;
}

.m .solution li:nth-child(3) ol li:before {
  background-color: #b68467;
}

.m .solution li:nth-child(4) ol li:before {
  background-color: #a5bbd9;
}

.m .solution .head p {
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #fff;
}

.m .solution .btn {
  position: absolute;
  width: 200px;
  height: 40px;
  background: #0082ef;
  opacity: 1;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  bottom: 57px;
  left: 40px;
}

.m .solution li:nth-child(2) .btn {
  background: #bdaa84;
}

.m .solution li:nth-child(3) .btn {
  background: #b68467;
}

.m .solution li:nth-child(4) .btn {
  background: #a5bbd9;
}

.m .digi {
  position: relative;
  background-position: center;
  padding-top: 60px;
}
.m .digi h4 {
  margin-top: 20px;
  margin-bottom: 34px;
  padding: 0 24px;
}
.m .digi ul {
  flex-wrap: nowrap;
  padding-left: 15px;
}
.m .digi ul li p {
  text-align: left;
  font-size: 14px;
}
.m .digi ul li {
  width: 236px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 46, 99, 0.08);
  border-radius: 8px;
  padding: 32px 27px 0 27px;
  box-sizing: border-box;
  height: 323px;
  margin-bottom: 48px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 12px;
}
.m .digi ul li h3 {
  padding: 0;
  margin: 0;
  margin-top: 36px;
}

.m .scene {
  padding: 48px 15px;
}
.m .scene h4 {
  margin-top: 12px;
}
.m .scene .swiper {
  margin-top: 30px;
}
.m .scene li {
  background: url("../img/scene-m-bg1.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff;
  padding: 36px 10px 0 29px;
  box-sizing: border-box;
  position: relative;
}
.m .scene h5 {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.m .scene h5 img {
  margin-right: 12px;
}
.m .scene .point {
  flex-direction: column;
  margin-bottom: 39px;
}
.m .scene .point h3 span {
  background: #cedfff;
  color: #3370ff;
  border-radius: 10px;
  padding: 0 5px;
  margin-right: 6px;
  font-size: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.m .scene .point h3 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.m .scene .point p {
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
  font-size: 12px;
}
.m .scene .btn {
  width: calc(100% - 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.102);
  position: absolute;
  bottom: 0;
  background: 0;
  left: 12px;
}
.m .scene h5 {
  margin-bottom: 20px;
}
.m .scene .more-item {
  margin-bottom: 48px;
}
.m footer {
  background: url(../img/footer-m.png) no-repeat;
  background-size: cover;
  height: 266px;
  color: #fff;
  padding-top: 55px;
  position: relative;
}

.m footer h3 {
  font-size: 40px;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.m footer .btn > div {
  width: 144px;
  height: 56px;
  line-height: 56px;
  background: #ffffff;
  opacity: 1;
  border-radius: 4px;
  color: #333333;
  text-align: center;
  margin-bottom: 19px;
  font-size: 20px;
}

.m footer .copyright {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 32px;
}

.m footer .copyright span {
  margin-left: 40px;
}
.m footer .m-show {
  text-align: center;
}

.m footer .m-show h3 {
  font-size: 16px;
}
.m footer .m-show .buy {
  margin: 35px auto 0;
  width: 108px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  opacity: 1;
  color: #333333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.m footer .m-show .copyright {
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 0;
}
.m .footer-contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 10;
}
.m .footer-contact .btn {
  line-height: 44px;
  height: 44px;
  width: 54%;
  justify-content: center;
}
.m .footer-contact .btn img {
  margin-right: 5px;
}
.m .footer-contact .btn a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}
.m .footer-contact .btn:nth-child(2) {
  background: #0942c7;
  color: #fff;
  width: 46%;
}
.m .indicator {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -20px;
}
.m .indicator-item {
  width: 8px;
  height: 4px;
  background: #0082ef;
  opacity: 0.4;
  border-radius: 0px;
  margin: 0 2px;
  flex-shrink: 0;
}
.m .indicator-item.active {
  width: 16px;
  height: 4px;
  background: #0082ef;
  opacity: 1;
}
.m .scene-indicator {
  top: 20px;
}
.m .m-show {
  display: block;
}
.m .pc-show {
  display: none;
}
.m .apply-form form {
  width: 90%;
  height: auto;
}
.m .apply-form input {
  width: 100%;
}
