* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-main: #486a9f;
}

body, html {
  background-color: #f1f3f6;
  min-height: 100%;
  box-sizing: border-box;
  font-family: "PingFang SC";
}

input, button, textarea {
  color: inherit;
  font: inherit;
  border: none;
}

input:focus {
  outline: none;
  border: none;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}

img, .img {
  display: block;
  object-fit: cover;
}

div[data-lines="1"], a[data-lines="1"] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
  word-break: break-all;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

div[data-lines="2"], a[data-lines="2"] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-all;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

nav {
  height: 1rem;
  line-height: 1rem;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 0.3rem;
  background-color: #fff;
}
nav .nav-left {
  font-size: 0.34rem;
}
nav.nav-green {
  color: #000;
}

.space-fixed {
  height: 1rem;
}

.space-fixed1 {
  height: 1.9rem;
}

.p-30 {
  padding: 0.3rem;
}

footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 1.8rem;
  background-color: #f1f3f6;
  padding-bottom: 0.2rem;
}
footer .footer-item {
  font-size: 0.3rem;
  position: relative;
}
footer .footer-item > .audio1 {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 5;
  opacity: 0;
}
footer .footer-item > img {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
footer .footer-item .hand {
  position: absolute;
  z-index: 5;
  right: 22%;
}

.flex-wrap, .fang-box .btn, footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-center, .pop-yanzheng__cont button, .fang-box .btn > div, .pop__close {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

.flex-centerV, .pop, .pop-yanzheng, footer .footer-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

.flex-between {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.align-center, nav {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.flex-1, footer .footer-item {
  flex: 1;
}

.pop, .pop-yanzheng {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  top: 0;
  left: 0;
}
.pop__cont {
  width: calc(100% - 0.4rem);
  height: 75%;
  border-radius: 0.3rem;
  overflow-y: auto;
}
.pop__cont > img {
  width: 100%;
}
.pop__close {
  width: 3rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}

.swiper {
  width: 100vw;
  height: 100vw;
  overflow: hidden;
}
.swiper .img {
  width: 100%;
  height: 100%;
}

.code-num {
  height: 0.8rem;
  line-height: 0.8rem;
  color: var(--color-main);
  border: 0.02rem solid var(--color-main);
  border-radius: 0.8rem;
  padding: 0 0.4rem;
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}

.box-cont {
  background-color: #fff;
  border-radius: 0.4rem;
}
.box-cont .space1 {
  padding: 0.36rem 0.4rem 0.1rem;
}
.box-cont .icon-right {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.3rem;
  margin-top: 0.05rem;
}
.box-cont p {
  font-size: 0.28rem;
  color: var(--color-main);
  margin-bottom: 0.24rem;
}
.box-cont p span {
  color: #8f9cb1;
  display: inline-block;
  margin-right: 0.24rem;
}
.box-cont__title {
  font-weight: bold;
  font-size: 0.36rem !important;
  color: var(--color-main);
}
.box-cont .video1 {
  width: calc(100vw - 0.6rem);
  height: 100vw;
  margin: 0.1rem 0;
}

.fang-box {
  background-color: #f1f3f5;
  border-radius: 0.38rem;
  padding: 0.5rem 0.6rem;
  width: calc(100% - 0.6rem - 0.6rem);
}
.fang-box__title {
  font-size: 0.36rem;
  font-weight: bold;
  color: var(--color-main);
  text-align: center;
  position: relative;
}
.fang-box__title > img {
  position: absolute;
  top: -0.1rem;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
}
.fang-box .inp {
  margin-top: 0.3rem;
  border: 0.02rem solid #8c99ae;
  border-radius: 0.25rem;
  padding: 0.3rem 0.2rem 0.12rem;
}
.fang-box .inp__label {
  font-size: 0.28rem;
  color: #909db2;
}
.fang-box .inp__text {
  font-size: 0.26rem;
  color: #ff0000;
  text-decoration: underline;
}
.fang-box .inp > input {
  border-radius: 0;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #727272;
  border: 0.02rem solid #8c99ae;
  background-color: transparent;
  margin: 0.15rem 0;
}
.fang-box .inp > input::placeholder {
  color: #727272;
}
.fang-box .btn {
  margin-top: 0.15rem;
}
.fang-box .btn > div {
  background-color: #fafafd;
  width: 2.08rem;
  height: 0.8rem;
  margin: 0 0.2rem;
  font-size: 0.28rem;
  border-radius: 0.12rem;
  color: var(--color-main);
}

.pop-yanzheng {
  justify-content: flex-end;
  align-items: flex-end;
}
.pop-yanzheng__cont {
  background-color: #fff;
  border-radius: 0.24rem 0.24rem 0 0;
  height: 85vh;
  width: 100%;
}
.pop-yanzheng__cont button {
  background-color: #07c160;
  width: 3.7rem;
  height: 0.8rem;
  border-radius: 0.08rem;
  border: none;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.pop-yanzheng__cont button:after {
  border: none;
}
.pop-yanzheng__cont .text {
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.55rem;
}
.pop-yanzheng__cont .camera-box {
  width: 70%;
  height: 70%;
  position: relative;
  margin: 0 auto;
}
.pop-yanzheng__cont .camera-box .camera {
  width: 100%;
  height: 100%;
  background-color: red;
}
.pop-yanzheng__cont .camera-box .kuang {
  width: 2rem;
  height: 2rem;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img2 {
  width: 0.57rem;
  height: 0.57rem;
}

.right1 {
  width: 0.3rem;
  height: 0.3rem;
}

.let-ti {
  width: 100%;
  color: #fff;
  font-size: 0.28rem;
  padding: 0.2rem 0.3rem;
}
.let-ti .img2 {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}

.blu {
  filter: blur(0.05rem);
}

.ml {
  margin-left: 0.3rem;
}

.result-cont {
  max-height: 50vh;
  overflow-y: auto;
  border: 0.02rem solid var(--color-main);
  font-size: 0.24rem;
  color: var(--color-main);
  padding: 0.3rem 0.2rem;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  line-height: 0.48rem;
}

.cpompany, .cen-text {
  text-align: center;
  font-size: 0.24rem;
  color: var(--color-main);
  margin-top: 0.45rem;
}

.cen-text {
  color: #333;
  border-top: 0.02rem solid #edefef;
  padding: 0.1rem;
  margin-top: 0;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 15px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 30%, rgba(0, 0, 0, 0) 0 70%, rgb(255, 255, 255) 0) 50%/8% 100%, linear-gradient(90deg, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0) 0 70%, rgba(255, 255, 255, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}
#tab1, #tab3 {
  animation: pulse1 0.3s infinite alternate;
}

#tab2, #tab4 {
  animation: pulse2 0.3s infinite alternate;
  animation-delay: 0.3s;
}

@keyframes pulse1 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}

/*# sourceMappingURL=style.css.map */
