body {
  background-color: #f7f7f7;
}
.font-gradation {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bc {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.border-g {
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
}
.border-g-white {
  border: 1px solid #fff !important;
  background-clip: inherit;
  background-origin: inherit;
  background-image: none;
}
.font-gradation-white {
  color: #fff;
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.bg-white {
  background-color: #fff;
  padding: 1px 0;
}
.inner-banner {
  width: 100%;
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner video {
  width: 100%;
  display: block;
}
.inner-banner .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content {
  width: 100%;
  position: relative;
}
.content .map {
  position: absolute;
  top: 36px;
  left: 10.416%;
  font-size: 20px;
  line-height: 1.5;
  color: #6e6e73;
  z-index: 5;
}
.content .map a {
  color: #6e6e73;
}
.content .map a:hover {
  color: #242424;
}
.content .introduce {
  position: relative;
  width: 100%;
  padding-top: 132px;
  padding-bottom: 132px;
}
.content .introduce .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .introduce .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .introduce .box {
  width: 79.166%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content .introduce .box .left {
  width: 47.894%;
}
.content .introduce .box .left .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 53px;
}
.content .introduce .box .left .title span {
  color: #000A66;
}
.content .introduce .box .left .p {
  text-align: justify;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  color: #181818;
  margin-top: 0;
}
.content .introduce .box .left .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  margin-top: 80px;
  background: linear-gradient(145deg, #ee01e6, #b109ee, #b109ee, #5f14f8, #5F14F8, #341afe, #341afe, #341afe, #341afe);
  color: #fff;
}
.content .introduce .box .left .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.content .introduce .box .right {
  width: 48.75%;
  position: relative;
}
.content .introduce .box .right video {
  width: 100%;
  display: block;
}
.content .introduce .box .right .icon {
  width: 71px;
  height: 71px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.content .introduce .box .right .icon img {
  width: 100%;
}
.content .advantage {
  width: 79.166%;
  margin: 0 auto;
  padding: 100px 0;
}
.content .advantage .item {
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}
.content .advantage .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.content .advantage .item .left {
  width: 53.684%;
  flex-shrink: 0;
}
.content .advantage .item .left img {
  width: 100%;
}
.content .advantage .item .right {
  width: 35.789%;
  margin-top: 30px;
  padding-left: 40px;
}
.content .advantage .item .right .title1 {
  font-size: 38px;
  line-height: 1.5;
  color: #000000;
}
.content .advantage .item .right .title2 {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  margin-top: 20px;
}
.content .advantage .item .right .p {
  margin-top: 60px;
}
.content .advantage .item .right .p p {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  padding-left: 10px;
  position: relative;
}
.content .advantage .item .right .p p::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ee01e6, #b109ee, #b109ee, #5f14f8, #5F14F8, #341afe, #341afe, #341afe, #341afe);
  color: #fff;
  left: -4px;
}
.content .solution {
  width: 79.166%;
  margin: 0 auto;
}
.content .solution .tabs {
  width: 100%;
  margin-top: 67px;
}
.content .solution .tabs ul {
  width: 100%;
  display: flex;
  position: relative;
  padding-bottom: 16px;
  align-items: flex-end;
  justify-content: space-between;
}
.content .solution .tabs ul::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .solution .tabs ul li {
  font-size: 20px;
  color: #6E6E73;
  display: flex;
  align-items: center;
  margin-right: 63px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.content .solution .tabs ul li img {
  margin-right: 10px;
  transition: 0.5s;
}
.content .solution .tabs ul li::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -16px;
  transition: 0.5s;
  background: linear-gradient(145deg, #ee01e6, #b109ee, #b109ee, #5f14f8, #5F14F8, #341afe, #341afe, #341afe, #341afe);
  color: #fff;
}
.content .solution .tabs ul li:last-child {
  margin-right: 0;
}
.content .solution .tabs ul li.selectActive {
  font-size: 20px;
  color: #6E6E73;
}
.content .solution .tabs ul li.selectActive::after {
  width: 100%;
}
.content .solution .tabs ul li.selectActive img {
  opacity: 1;
}
.content .solution .tabs .tab {
  width: calc(100% - 100px);
  height: 716px;
  padding: 50px 50px 100px 50px;
}
.content .solution .tabs .tab::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .solution .tabs .tab .left {
  float: left;
  width: 50%;
  height: 710px;
  background-color: #000000;
  box-shadow: 0px 0px 27px 0px rgba(0, 26, 79, 0.16);
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .solution .tabs .tab .left .box {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.content .solution .tabs .tab .left .box p {
  width: 100%;
}
.content .solution .tabs .tab .left .box .bg2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content .solution .tabs .tab .left .box video {
  width: 100%;
}
.content .solution .tabs .tab .left .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 47px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.content .solution .tabs .tab .right {
  float: right;
  width: 48.591%;
  height: 694px;
  margin-top: 16px;
  overflow-y: auto;
  padding-left: 50px;
  box-sizing: border-box;
}
.content .solution .tabs .tab .right .item {
  width: 100%;
  margin-bottom: 40px;
}
.content .solution .tabs .tab .right .item strong {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .solution .tabs .tab .right .item .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000A66;
}
.content .solution .tabs .tab .right .item span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.content .solution .tabs .tab .right .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-top: 13px;
}
.content .choose {
  width: 79.166%;
  margin: 0 auto;
}
.content .choose .top p {
  font-size: clamp(14px, 3vw, 18px);
  text-align: center;
  margin-bottom: 100px;
}
.content .choose .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .choose .bottom .item {
  display: flex;
  flex: 0 1 33%;
  margin-bottom: 80px;
}
.content .choose .bottom .item .info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.content .choose .bottom .item img {
  margin-right: 30px;
  width: clamp(50px, 7vw, 130px);
}
.content .choose .bottom .item .num {
  font-size: clamp(30px, 5vw, 60px);
  font-weight: bold;
}
.content .choose .bottom .item .text {
  color: #6E6E73;
  font-size: clamp(14px, 2vw, 24px);
}
.content .chip {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.content .chip .box {
  width: 100%;
  position: relative;
}
.content .chip .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .chip .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .chip .box .box-box {
  position: relative;
  z-index: 2;
  width: 79.166%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .chip .box .box-box .left {
  display: flex;
  align-items: center;
}
.content .chip .box .box-box .left .title1 {
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
}
.content .chip .box .box-box .left .title2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
}
.content .chip .box .box-box .left .icon {
  width: 74px;
  height: 75px;
  margin-left: 50px;
}
.content .chip .box .box-box .left .icon img {
  width: 100%;
}
.content .chip .box .box-box .right {
  width: 58.289%;
  display: flex;
  flex-wrap: wrap;
}
.content .chip .box .box-box .right .item {
  width: 46.376%;
  margin-right: 2.936%;
  display: flex;
  align-items: center;
}
.content .chip .box .box-box .right .item:nth-child(3n) {
  margin-right: 0;
}
.content .chip .box .box-box .right .item img {
  width: 100%;
  display: block;
}
.popups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.popups .box {
  width: calc(60% - 116px);
  height: calc(80vh - 48px);
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  padding: 24px 58px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popups .box .close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -100px;
  top: 10px;
  cursor: pointer;
}
.popups .box .close img {
  width: 100%;
}
.popups .box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #000A66;
  text-align: center;
}
.popups .box form {
  height: calc(70vh - 48px);
  overflow-y: auto;
}
.popups .box form .zl-list {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 1% auto 0;
}
.popups .box form .zl-list .zl-p {
  width: 29%;
  font-size: 14px;
  color: #333333;
  float: left;
  margin-top: 2%;
  text-align: right;
}
.popups .box form .zl-list input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #999999;
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
}
.popups .box form .zl-list input[type="radio"]:checked {
  background-color: #000A66;
  border: 2px solid #000A66;
}
.popups .box form .zl-list input,
.popups .box form .zl-list textarea {
  width: 64%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  height: 50px;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
}
.popups .box form .zl-list input.code,
.popups .box form .zl-list textarea.code {
  width: 54%;
}
.popups .box form .zl-list textarea {
  resize: none;
}
.popups .box form .zl-list .product,
.popups .box form .zl-list .version {
  width: 64%;
  float: left;
  display: flex;
  height: 50px;
  align-items: center;
  position: relative;
}
.popups .box form .zl-list .product input,
.popups .box form .zl-list .version input {
  margin-right: 10px;
}
.popups .box form .zl-list .product label,
.popups .box form .zl-list .version label {
  margin-right: 20px;
}
.popups .box form .zl-list .product label span,
.popups .box form .zl-list .version label span {
  color: #000A66;
  font-weight: bold;
  margin-left: 4px;
  cursor: pointer;
}
.popups .box form .zl-list .left-info,
.popups .box form .zl-list .right-info {
  width: 160px;
  height: 60px;
  border-radius: 10px;
  background-color: #000A66;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
  position: absolute;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  top: -100px;
  left: 0;
  padding: 20px;
  display: none;
}
.popups .box form .zl-list .left-info::after,
.popups .box form .zl-list .right-info::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #000A66;
}
.popups .box form .zl-list .right-info {
  left: 120px;
}
.popups .box form .zl-list .code-btn {
  font-size: 12px;
  float: left;
  margin-left: 2%;
  color: #3f9ed4;
  cursor: pointer;
  /* font-weight: 600; */
  margin-top: 1.5%;
}
.popups .box form .zl-list select {
  width: 64%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: #333;
  height: 50px;
  line-height: 1.5;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
  background: #fff;
}
.popups .box form .zl-list .jiao {
  position: absolute;
  width: 1.5%;
  right: 9.4%;
  top: 44%;
}
.popups .box form .zl-list .jiao img {
  width: 100%;
}
.popups .box form .zl-list .xing {
  width: 1.2%;
  float: right;
  margin-top: 3%;
  margin-right: 2%;
}
.popups .box form .zl-list .xing img {
  width: 100%;
}
.popups .box form .ys {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 1.5% auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popups .box form .zl-btn {
  width: 14.2%;
  margin: 1.3% auto 0;
  cursor: pointer;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 1.3% 0 1.5%;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0;
    box-sizing: border-box;
  }
  .content .map {
    font-size: 16px;
    left: 15px;
    position: relative;
  }
  .content .introduce {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .content .advantage .item .right .p p {
    font-size: 14px;
    line-height: 1.5;
  }
  .content .introduce .box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .content .introduce .box .right {
    width: 100%;
    position: relative;
  }
  .content .introduce .box .left {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content .introduce .box .left .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 32px;
  }
  .content .introduce .box .left .p {
    font-size: 16px;
    line-height: 1.5;
    color: #181818;
    margin: 0 auto;
  }
  .content .advantage .item {
    width: calc(100% - 60px);
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 64px 4px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .advantage .item .left {
    width: 100%;
    flex-shrink: 0;
  }
  .content .advantage .item .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .content .advantage .item .right .title1 {
    font-size: 26px;
    line-height: 1.5;
  }
  .content .solution {
    width: 90%;
    margin: 0 auto;
  }
  .content .solution .tabs ul {
    width: 100%;
    display: flex;
    position: relative;
    padding-bottom: 16px;
    align-items: flex-end;
    overflow: auto;
  }
  .content .solution .tabs ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    display: flex;
    align-items: center;
    margin-right: 33px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    text-wrap: nowrap;
  }
  .content .solution .tabs .tab .left {
    float: left;
    width: 100%;
    height: 476px;
    background-color: #000000;
    box-shadow: 0px 0px 27px 0px rgba(0, 26, 79, 0.16);
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .solution .tabs .tab {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .content .solution .tabs .tab .right {
    float: right;
    width: 100%;
    height: auto;
    margin-top: 30px;
    overflow-y: auto;
    padding-left: 0;
  }
  .content .choose {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .content .choose .bottom .item {
    flex: 0 1 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .content .choose .bottom .item img {
    margin-right: 10px;
    width: 50px;
  }
  .content .choose .bottom .item .info {
    flex: 1;
  }
  .content .choose .bottom .item .num {
    font-size: 12px;
  }
  .content .choose .bottom .item .text {
    font-size: 12px;
  }
  .content .chip .box .box-box {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .chip .box .box-box .left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content .chip .box .box-box .left .icon {
    display: none;
  }
  .content .chip .box .box-box .left .title1 {
    font-size: 26px;
    line-height: 1.5;
    color: #333333;
  }
  .content .chip .box .box-box .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .content .chip .box {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 30px;
  }
  .content .solution .tabs {
    margin-top: 0;
  }
  .content .advantage {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .content .chip {
    padding-bottom: 40px;
  }
  .content .chip .box .box-box .left .title2 {
    font-size: 16px;
  }
  .content .introduce .box .left .button {
    margin-left: auto;
    margin-right: auto;
  }
  .content .advantage .item .right .p p::after {
    top: 5px;
  }
  .popups .box form .zl-list .zl-p {
    width: 100%;
    min-width: 62px;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-top: 2%;
    text-align: left;
    margin-bottom: 5px;
  }
  .popups .box form .zl-list input,
  .popups .box form .zl-list textarea {
    width: 90%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    height: 50px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
  }
  .popups .box form .zl-list .xing {
    width: 2.2%;
    float: right;
    margin-top: 3%;
    margin-right: 2%;
  }
  .popups .box form .zl-list select {
    width: 90%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #d9d9d9;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    color: #333;
    height: 50px;
    line-height: 1.5;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
    background: #fff;
  }
  .popups .box form .zl-list {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 1% auto 0;
  }
  .popups .box form .zl-list .jiao {
    position: absolute;
    width: 3.5%;
    right: 11.4%;
    top: 68%;
  }
  .popups .box form {
    height: calc(70vh - 50px);
    overflow-y: auto;
  }
  .popups .box {
    width: calc(90% - 20px);
    height: calc(80vh - 48px);
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    padding: 24px 10px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .popups .box .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
  }
  .popups .box form .zl-btn {
    width: 50%;
  }
  .popups .box .title {
    font-size: 18px;
  }
}
