/* 2023-08-03 */
.pops-whzl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}
.pops-whzl .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.pops-whzl .main {
  position: absolute;
  top: 10vh;
  bottom: 10vh;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 3.75rem 6.25rem 3.75rem 3.75rem;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
.pops-whzl .main:before {
  content: '';
  width: 100%;
  height: 10vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #e8f4f8, #fff);
  z-index: 1;
}
.pops-whzl .main:after {
  content: '';
  width: 100%;
  height: 10vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #fff, #e8f4f8);
  z-index: 1;
}
.pops-whzl .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3.75rem;
  right: 6.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/n/icon-1.png");
  z-index: 3;
  cursor: pointer;
}
.pops-whzl .top-title {
  font-size: max(18px, 1.75rem);
  line-height: 30px;
  color: #00405b;
  font-weight: bold;
  z-index: 2;
  padding-left: 1.5rem;
  position: relative;
}
.pops-whzl .top-title:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-45deg, #00abc8, 30%, #b0d35a);
}
.pops-whzl .scroll {
  position: relative;
  z-index: 2;
  margin-top: 3.125rem;
  max-height: calc(80vh - 16.875rem - 30px);
  overflow: auto;
  margin-right: -3.125rem;
  padding-right: 3.125rem;
}
.pops-whzl .pic {
  border-radius: 6px;
  overflow: hidden;
}
.pops-whzl .pic img {
  display: block;
  width: 100%;
}
.pops-whzl .main-box {
  margin-top: max(2rem, 1.875rem);
}
.pops-whzl .main-box .box {
  margin-top: 3.125rem;
}
.pops-whzl .main-box .box:nth-of-type(1) {
  margin-top: 0;
}
.pops-whzl .main-box .box .tit {
  background-color: #f4f6f8;
  padding: 0 1.25rem;
  line-height: max(40px, 3.75rem);
  font-size: max(16px, 1.25rem);
  color: #00405b;
  border-radius: 6px;
}
.pops-whzl .main-box .box .para {
  font-size: max(14px, 1rem);
  color: #738891;
  line-height: 1.8;
  margin-top: 1rem;
  padding: 0 1.25rem;
}
.pops-whzl .main-box .box .para .tips {
  font-size: max(15px, 1.125rem);
  color: #00405b;
}
.pops-whzl .main-box .box .para p span {
  width: 100px;
  display: inline-flex;
  color: #00405b;
}
.pops-whzl .main-box .box .table {
  padding: 1.875rem 1.25rem 0;
}
.pops-whzl .main-box .box .tb-top {
  padding: 0 3.75rem;
  border-radius: 6px;
  box-shadow: 0 0 1.25rem rgba(10, 109, 125, 0.1) inset;
  display: flex;
}
.pops-whzl .main-box .box .tb-top span {
  font-size: max(14px, 1.125rem);
  line-height: max(40px, 3.75rem);
  color: #00405b;
}
.pops-whzl .main-box .box .tb-top span:nth-of-type(1) {
  width: 15rem;
}
.pops-whzl .main-box .box .tb-top span:nth-of-type(2) {
  width: calc(100% - 28.75rem);
}
.pops-whzl .main-box .box .tb-top span:nth-of-type(3) {
  width: 13.75rem;
}
.pops-whzl .main-box .box .tb-bot {
  padding: 0 3.75rem;
}
.pops-whzl .main-box .box .tb-bot .item {
  position: relative;
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6edf5;
}
.pops-whzl .main-box .box .tb-bot .item:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #dde5ed;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: calc(1rem + 5px);
}
.pops-whzl .main-box .box .tb-bot .item:after {
  content: '';
  width: 1px;
  position: absolute;
  top: calc(1rem + 5px);
  bottom: calc(-1rem - 5px);
  left: calc(-1.5rem + 3px);
  background-color: #dde5ed;
}
.pops-whzl .main-box .box .tb-bot .item:last-of-type {
  border: none;
}
.pops-whzl .main-box .box .tb-bot .item:last-of-type:after {
  display: none;
}
.pops-whzl .main-box .box .tb-bot .left-box {
  width: 15rem;
}
.pops-whzl .main-box .box .tb-bot .left-box span {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #00405b;
}
.pops-whzl .main-box .box .tb-bot .center-box {
  width: calc(100% - 28.75rem);
  padding-right: 3.75rem;
}
.pops-whzl .main-box .box .tb-bot .center-box span {
  display: block;
  font-size: max(14px, 1rem);
  color: #00405b;
}
.pops-whzl .main-box .box .tb-bot .center-box p {
  font-size: max(12px, 1rem);
  color: #738891;
  line-height: 1.5;
  margin-top: .625rem;
  max-width: 340px;
}
.pops-whzl .main-box .box .tb-bot .right-box {
  width: 13.75rem;
}
.pops-whzl .main-box .box .tb-bot .right-box span {
  display: block;
  font-size: max(14px, 1rem);
  color: #1390ba;
}
.pops-whzl .main-box .box .tb-bot .right-box p {
  font-size: max(12px, 1rem);
  color: #738891;
  line-height: 1.5;
  margin-top: .625rem;
  max-width: 340px;
}
.pops-whzl a.btn {
  display: block;
  margin: 2.5rem auto 0;
  width: 15rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: max(14px, 1.25rem);
  color: #fff;
  background-image: linear-gradient(90deg, #b0d35a, 30%, #00abc8);
  border-radius: 1.875rem;
  box-shadow: 0 0.625rem 1.875rem rgba(31, 163, 170, 0.15);
  position: relative;
  z-index: 2;
}
.pops-whzl a.btn:after {
  content: '';
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-image: url("../images/n/icon-2.png");
}

@media screen and (max-width: 1025px) {
  .pops-whzl .main {
    padding: 2rem;
  }

  .pops-whzl .top-title:before {
    width: 3px;
  }

  .pops-whzl .close {
    top: 2rem;
    right: 2rem;
  }

  .pops-whzl .scroll {
    margin-top: 2rem;
    max-height: calc(80vh - 12rem - 30px);
  }

  .pops-whzl .main-box .box .para {
    padding: 0;
  }

  .pops-whzl .main-box .box .para p span {
    width: auto;
  }

  .pops-whzl a.btn {
    margin-top: 2rem;
  }

  .pops-whzl .main-box .box .tb-top {
    padding: 0 2rem;
  }

  .pops-whzl .main-box .box .tb-top span:nth-of-type(1),
  .pops-whzl .main-box .box .tb-bot .left-box {
    width: 6rem;
  }

  .pops-whzl .main-box .box .tb-top span:nth-of-type(2),
  .pops-whzl .main-box .box .tb-bot .center-box {
    width: calc(100% - 14rem);
  }

  .pops-whzl .main-box .box .tb-top span:nth-of-type(3),
  .pops-whzl .main-box .box .tb-bot .right-box {
    width: 8rem;
  }

  .pops-whzl .main-box .box .tb-bot {
    padding: 0 2rem;
  }

  .pops-whzl .main-box .box .tb-bot .center-box {
    padding-right: 1rem;
  }

  .pops-whzl .main-box .box .tb-bot .center-box p {
    display: none;
  }
}