.app-wrapper {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.app-wrapper:before {
  display: table;
  content: " ";
}
.app-wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.button {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84px;
  height: 30px;
  border-radius: 50px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
  border: 1px solid #1696ea;
  color: #1696ea;
  cursor: pointer;
}
.button-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.button-group .button + .button {
  margin-left: 10px;
}

.popup-box {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #303030;
  gap: 10px;
  cursor: pointer;
}
.popup-box:hover .popup-show {
  display: block;
}
.popup-box .popup-show {
  display: none;
  position: absolute;
  left: 50%;
  top: 38px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  color: #303030;
}
.popup-box .wechat-popup {
  width: 166px;
  height: 216px;
}
.popup-box .wechat-popup-top {
  height: 82px;
  background: -webkit-linear-gradient(top, #11aafa 0%, #0672ff 100%);
  background: -moz-linear-gradient(top, #11aafa 0%, #0672ff 100%);
  background: -o-linear-gradient(top, #11aafa 0%, #0672ff 100%);
  background: linear-gradient(180deg, #11aafa 0%, #0672ff 100%);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 0px 0px;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 15px;
}
.popup-box .wechat-popup-top-title {
  font-weight: 700;
  line-height: 24px;
}
.popup-box .wechat-popup-top-qq {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
.popup-box .wechat-popup-bottom {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.popup-box .wechat-popup-bottom img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-box .wechat-popup-bottom-desc {
  color: #909399;
  font-size: 12px;
  line-height: 16px;
}
.popup-box .wechat-popup::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #11aafa;
}

a {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-width: 1200px;
}
.app-header .navbar {
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #ffffff;
}
.app-header .navbar .app-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-header .navbar .app-wrapper::after, .app-header .navbar .app-wrapper::before {
  content: unset;
}
.app-header .navbar .app-wrapper .logo-box {
  width: 140px;
  height: 37px;
  background-image: url("/app/views/static/img/mxz/logo_20260115.png");
  -o-background-size: contain;
     background-size: contain;
  background-repeat: no-repeat;
}

.app-banner {
  height: 650px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-image: url("/app/views/static/img/mxz/header.png");
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding-top: 185px;
  margin-top: 70px;
  color: #ffffff;
}
.app-banner-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
}
.app-banner-second-title {
  font-size: 36px;
  line-height: 48px;
  margin-top: 18px;
}
.app-banner-third-title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
.app-banner .use-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 157px;
  height: 48px;
  background: -webkit-linear-gradient(top, #ffb800 0%, #ff9a00 100%);
  background: -moz-linear-gradient(top, #ffb800 0%, #ff9a00 100%);
  background: -o-linear-gradient(top, #ffb800 0%, #ff9a00 100%);
  background: linear-gradient(180deg, #ffb800 0%, #ff9a00 100%);
  border-radius: 6px;
  font-size: 20px;
  margin-top: 36px;
}

.main-top {
  background-color: #f3f7fb;
  min-width: 1200px;
  padding-bottom: 70px;
}

.main-info-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.main-info-title .main-title {
  position: relative;
  margin-top: 62px;
  text-align: center;
  font-weight: 700;
  color: #303030;
  font-size: 34px;
  z-index: 3;
}
.main-info-title .sub-title {
  position: relative;
  opacity: 48%;
  font-weight: 700;
  color: #d4d8e1;
  font-size: 24px;
  bottom: 10px;
  z-index: 1;
  margin-top: -8px;
}

.main-top-box .main-top-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.main-top-box .main-top-item figure {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 285px;
  height: 320px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 68px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.main-top-box .main-top-item figure img {
  width: 150px;
  height: 150px;
}
.main-top-box .main-top-item figure .main-top-item-title {
  margin-top: 30px;
  font-size: 20px;
  line-height: 26px;
  color: #303030;
}
.main-top-box .main-top-item figure .main-top-item-desc {
  margin-top: 20px;
  font-size: 14px;
  color: #909399;
  text-align: center;
}

.main-info {
  padding-bottom: 46px;
}
.main-info .main-info-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
}
.main-info .main-info-item .main-info-article.left-article {
  padding-right: 60px;
}
.main-info .main-info-item .main-info-article.right-article {
  padding-right: 165px;
}
.main-info .main-info-item .main-info-article .main-info-article-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #303030;
  font-weight: 700;
}
.main-info .main-info-item .main-info-article .main-info-article-info {
  color: #909399;
  font-size: 18px;
  line-height: 30px;
  margin-left: 20px;
}
.main-info .main-info-item .main-info-img img {
  width: 400px;
  height: 240px;
}

.footer {
  background: #010101;
}
.footer-desc-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 178px;
  margin: 0 auto;
  color: #c1c1c1;
  font-size: 16px;
  line-height: 22px;
}
.footer-desc-box-right {
  color: #ffffff;
}
.footer-desc-box-right .service-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.footer-desc-box-right .qr-code-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.footer-desc-box-right .qr-code-box img {
  width: 93px;
  height: 93px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-desc-box-right .qr-code-box .qr-code-desc {
  color: #c1c1c1;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.footer-address-box {
  border-top: 1px solid #949494;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
}