.inner-banner .info {
  top: 188px;
}
.inner-banner .info .banner-container h6 {
  font-size: 18px;
  line-height: 25px;
}
.inner-banner .info .banner-container a {
  margin-top: 40px;
}
.what-wlaq {
  padding-top: 67px;
  padding-bottom: 62px;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-wlaq .title {
  margin-bottom: 26px;
}
.what-wlaq .title h3 {
  color: #fff;
}
.what-wlaq .info p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.policy .title {
  margin-bottom: 50px;
}
.policy .policy-content {
  width: 1190px;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}
.policy .policy-content .items {
  width: 580px;
  padding: 38px 0 60px 42px;
  background: linear-gradient(277deg, #F5F5F5 0%, #F5F5F5 100%);
  border-radius: 8px 8px 8px 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.policy .policy-content .items h5 {
  display: flex;
  align-items: center;
}
.policy .policy-content .items h5 img {
  width: 32px;
  height: 30px;
  margin-right: 10px;
}
.policy .policy-content .items h5 span {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
.policy .policy-content .items ul {
  margin-top: 32px;
}
.policy .policy-content .items ul li {
  display: flex;
  margin-bottom: 20px;
}
.policy .policy-content .items ul li:last-child {
  margin-bottom: 0;
}
.policy .policy-content .items ul li::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #0070FF;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 7px;
}
.policy .policy-content .items ul li p {
  width: calc(100% - 14px);
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.policy .policy-content .active {
  width: 620px;
  padding: 50px 0 84px 28px;
  background: #fff;
  box-shadow: 0px 10px 12px 1px rgba(0, 0, 0, 0.08);
  border-radius: 6px 6px 6px 6px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.policy .policy-content .active h5 {
  display: flex;
  align-items: center;
}
.policy .policy-content .active h5 img {
  width: 32px;
  height: 30px;
  margin-right: 11px;
}
.policy .policy-content .active h5 span {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.policy .policy-content .active ul {
  margin-top: 50px;
  padding-left: 20px;
}
.policy .policy-content .active ul li {
  display: flex;
  margin-bottom: 22px;
}
.policy .policy-content .active ul li:last-child {
  margin-bottom: 0;
}
.policy .policy-content .active ul li::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0070FF;
  border-radius: 50%;
  margin-right: 6px;
  margin-top: 7px;
}
.policy .policy-content .active ul li p {
  width: calc(100% - 14px);
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.policy .policy-content .item-1 {
  margin-right: auto;
}
.policy .policy-content .item-1.active {
  left: 0;
}
.policy .policy-content .item-2 {
  margin-left: auto;
}
.policy .policy-content .item-2.active {
  right: 0;
}
.why-handle {
  padding-top: 46px;
  padding-bottom: 41px;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-handle .title {
  margin-bottom: 16px;
}
.why-handle .title h3 {
  color: #fff;
}
.why-handle .info {
  text-align: center;
  color: #fff;
}
.why-handle .info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 12px;
}
.why-handle .info p:last-child {
  margin-bottom: 0;
}
.involve {
  background-color: #F5F5F5;
}
.involve .title {
  margin-bottom: 60px;
}
.involve ul.content {
  flex-wrap: wrap;
}
.involve ul.content li {
  width: calc(25% - 15px);
  margin-right: 20px;
  padding: 30px 23px 29px 23px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
.involve ul.content li:hover {
  box-shadow: 0px 3px 13px 1px rgba(77, 77, 77, 0.08);
}
.involve ul.content li:nth-child(4n) {
  margin-right: 0;
}
.involve ul.content li:nth-child(n + 5) {
  margin-top: 20px;
}
.involve ul.content li img.icon {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
}
.involve ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin-top: 17px;
}
.involve ul.content li p {
  min-height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #5F5F5F;
  margin-top: 11px;
}
.divide .title {
  margin-bottom: 50px;
}
.divide .title h6 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}
.divide table {
  width: 100%;
  border: 1px solid #E9E9E9;
  margin-top: 44px;
}
.divide table th,
.divide table td {
  border: 1px solid #E9E9E9;
  vertical-align: middle !important;
  text-align: center;
}
.divide table th:first-child,
.divide table td:first-child {
  background-color: #0070FF;
  color: #fff;
}
.divide table .first-th th {
  height: 50px;
  background-color: #E5E5E7;
  font-size: 18px;
  font-family: 'PINGFANG-BOLD';
  color: #333;
}
.divide table .first-th th.row-th {
  background-color: #0070FF;
  font-family: 'PINGFANG-REGULAR';
  color: #fff;
}
.divide table .sec-th th {
  height: 35px;
  background-color: #F5F5F5;
  color: #333333;
  font-size: 14px;
}
.divide table td {
  height: 65px;
}
.divide table td.active {
  background: rgba(0, 112, 255, 0.61);
  box-shadow: inset 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.divide table img {
  width: 19px;
  height: 15px;
}
.guideline .title {
  margin-bottom: 46px;
}
.guideline .guide-content {
  display: flex;
  justify-content: space-between;
}
.guideline .guide-content .items {
  width: 590px;
  border-radius: 8px;
  overflow: hidden;
}
.guideline .guide-content .items ul.content {
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 50px 36px 50px;
  background-color: #F5F5F5;
}
.guideline .guide-content .items ul.content li {
  width: 150px;
  padding: 8px 0;
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #0070FF;
  background: rgba(0, 112, 255, 0.28);
  border: 1px dashed #0070FF;
  border-radius: 5px;
  margin: 0 10px;
}
.guideline .guide-content .items ul.content li:nth-child(3) {
  margin-left: 0;
}
.guideline .guide-content .items ul.content li:nth-child(5) {
  margin-right: 0;
}
.guideline .guide-content .items ul.content li:nth-child(n + 3) {
  margin-top: 20px;
}
.guideline .guide-content .items h4 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  background-color: #0070FF;
}
.package {
  background-color: #F5F5F5;
}
.package .title h6 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}
.package .content {
  margin-top: 50px;
}
.package .content .grid {
  width: calc(50% - 10px);
  margin-right: 20px;
  display: flex;
  background-color: #fff;
}
.package .content .grid:last-child {
  margin-right: 0;
}
.package .content .grid .left-intro {
  width: 230px;
  border-right: 1px solid #E9E9E9;
}
.package .content .grid .left-intro .top-info {
  padding-top: 22px;
  padding-bottom: 37px;
  border-bottom: 1px solid #E9E9E9;
}
.package .content .grid .left-intro .top-info img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
.package .content .grid .left-intro .top-info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #333;
  text-align: center;
}
.package .content .grid .left-intro .bottom-info {
  padding: 32px 15px 36px 15px;
}
.package .content .grid .left-intro .bottom-info p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
}
.package .content .grid .right-info {
  width: calc(100% - 230px);
  padding: 39px 20px 38px 20px;
}
.package .content .grid .right-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.package .content .grid .right-info ul li:last-child {
  margin-bottom: 0;
}
.package .content .grid .right-info ul li::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0070FF;
  border-radius: 50%;
  margin-right: 10px;
}
.package .content .grid .right-info ul li h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 22px;
  color: #0070FF;
  margin-right: 44px;
}
.package .content .grid .right-info ul li p {
  width: 170px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.handle-range .title {
  margin-bottom: 50px;
}
.handle-range table {
  width: 100%;
  border: 1px solid #E9E9E9;
}
.handle-range table th {
  height: 54px;
  background-color: #E5E5E7;
  font-size: 18px;
  font-family: 'PINGFANG-BOLD';
  color: #333;
}
.handle-range table td {
  width: 208px;
  height: 85px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.handle-range table th,
.handle-range table td {
  border: 1px solid #E9E9E9;
  text-align: center;
  vertical-align: middle !important;
}
.handle-range table th:first-child,
.handle-range table td:first-child {
  width: auto;
  background-color: #0070FF;
  color: #fff;
  font-size: 18px;
}
.condition {
  padding-top: 83px;
  padding-bottom: 87px;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.condition .condition-content {
  width: 1290px;
  margin-left: auto;
  padding: 57px 0 176px 150px;
  position: relative;
}
.condition .condition-content::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: brightness(1.2) blur(30px) opacity(1);
  background-color: rgba(255, 255, 255, 0.15);
}
.condition .condition-content .title,
.condition .condition-content .content {
  position: relative;
  z-index: 2;
}
.condition .condition-content .title {
  text-align: left;
}
.condition .condition-content ul.content {
  flex-direction: column;
  flex-wrap: wrap;
  padding: 3px 0;
}
.condition .condition-content ul.content li {
  font-size: 16px;
  line-height: 1;
  color: #333;
  margin-bottom: 24px;
}
.condition .condition-content ul.content li:last-child {
  margin-bottom: 0;
}
.condition .condition-content ul.content li span {
  color: #0070FF;
}
.inner-process ul.content {
  margin-top: 70px;
}
.inner-process a {
  margin-top: 79px;
}
.material .title {
  margin-bottom: 65px;
}
.material ul.content {
  flex-wrap: wrap;
}
.material ul.content li {
  width: 25%;
  text-align: center;
}
.material ul.content li:nth-child(n + 5) {
  margin-top: 78px;
}
.material ul.content li img.icon {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
}
.material ul.content li h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin-top: 7px;
}
.material ul.content li h6 span {
  font-family: 'PINGFANG-REGULAR';
  font-size: 16px;
  color: #5F5F5F;
}
.material a.zx-btn {
  margin-top: 70px;
}
.market {
  padding-top: 69px;
  background-image: url(../images/market-bg.png);
}
