.section1 ul,
.section3 ul {
  list-style: none;
}
.section1 ul li,
.section3 ul li {
  display: flex;
  align-items: baseline;
  font-family: AlibabaPuHuiTiM;
  font-size: 14px;
  color: #252D38;
  line-height: 20px;
}
.section1 ul li:not(:last-child),
.section3 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.section1 ul li::marker,
.section3 ul li::marker {
  display: none;
}

.section1 {
  margin-bottom: 61px;
}
.section1 .top-part {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 59px 0px 0;
  margin-bottom: 36px;
}
.section1 .top-part h4 {
  font-family: AlibabaPuHuiTiH;
  font-size: 28px;
  color: #222222;
  line-height: 38px;
  margin-bottom: 37px;
}
.section1 .top-part .tabs {
  overflow-x: auto;
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #8F9FAF;
  margin-bottom: 36px;
}
.section1 .top-part .tabs .tab {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: AlibabaPuHuiTiB;
  font-size: 16px;
  color: #8F9FAF;
  line-height: 22px;
  background: transparent;
  border-radius: 4px;
  flex: 1;
    margin-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.section1 .top-part .tabs .tab.active {
  color: #FFFFFF;
  background: rgba(0, 95, 201, 0.88);
}
.section1 .bottom-part {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 72px;
}
.section1 .bottom-part .item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section1 .bottom-part .item h4 {
  font-family: AlibabaPuHuiTiH;
  font-size: 18px;
  color: #FF2F2F;
  line-height: 18px;
  margin-bottom: 24px;
}
.section1 .bottom-part .item img {
  width: 100%;
  margin-bottom: 28px;
}
.section1 .bottom-part .item h5 {
  font-family: AlibabaPuHuiTiH;
  font-size: 18px;
  color: #252D38;
  line-height: 20px;
  margin-bottom: 12px;
}
.section1 .bottom-part .item span {
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #8D97A4;
  line-height: 24px;
}
.section1 .bottom-part .item .divider {
  width: 100%;
  height: 1px;
  background: #D3DAE1;
  margin: 16px 0;
}
.section1 .bottom-part .item .divider::before {
  content: " ";
}
.section2 {
  margin-bottom: 60px;
}
.section2 .card .top-part {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 188px;
  background: #F5F5F5;
  border-radius: 7px 7px 0px 0px;
  padding: 59px 72px;
}
.section2 .card .top-part h4 {
  font-family: AlibabaPuHuiTiH;
  font-size: 28px;
  color: #252D38;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section2 .card .top-part span {
  font-family: AlibabaPuHuiTiM;
  font-size: 14px;
  color: #5E6A7A;
  line-height: 24px;
}
.section2 .card .top-part .red-bar {
  width: 95px;
  height: 16px;
  background: #16A2B4;
  position: absolute;
  bottom: -8px;
  left: auto;
}
.section2 .card .bottom-part {
  padding: 43px 72px;
  gap: 14px;
  display: flex;
  justify-content: space-around;
  gap: 60px;
}
.section2 .card .bottom-part .item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section2 .card .bottom-part .item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.section2 .card .bottom-part .item h4 {
  text-align: center;
  font-family: AlibabaPuHuiTiH;
  font-size: 20px;
  color: #252D38;
  line-height: 20px;
  margin-bottom: 8px;
}
.section2 .card .bottom-part .item span {
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #8D97A4;
  line-height: 24px;
  margin-bottom: auto;
  flex: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup::before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup .popup-content {
  display: flex;
  position: relative;
  background: #FFFFFF;
  z-index: 111;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}
.popup .popup-content::before {
  position: absolute;
  content: '';
  width: 95px;
  height: 17px;
  background: #FF2626;
  transform: translateY(-50%);
  left: 60px;
  top: 0;
}
.popup .popup-content .left-part {
  min-width: 0;
  flex: 1;
  padding: 54px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.popup .popup-content .left-part .item {
  width: 100%;
  background: #F5F5F5;
  border-radius: 8px;
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #252D38;
  line-height: 22px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.popup .popup-content .left-part .item::before {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  background: #005FC9;
  border-radius: 50%;
}
.popup .popup-content .right-part {
  min-width: 0;
  flex: 1;
  background: #005FC9;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 52px 95px 85px;
  color: #fff;
}
.popup .popup-content .right-part h4 {
  color: #fff;
}
.popup .popup-content .right-part .form-part {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup .popup-content .right-part .form-part .form-item {
  width: 100%;
}
.popup .popup-content .right-part .form-part .form-item.code-part {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: space-between;
}
.popup .popup-content .right-part .form-part .form-item.code-part input {
  flex: 1;
}
.popup .popup-content .right-part .form-part .form-item.code-part button {
  min-width: 100px;
}
.popup .popup-content .right-part input {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  padding: 16px 24px;
}
.popup .popup-content .right-part input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.4);
}
.popup .popup-content .right-part button {
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  background: transparent;
  transition: all 0.3s ease;
}
.popup .popup-content .right-part button:hover {
  background: rgba(255, 255, 255, 0.4);
}
.popup .popup-content .right-part button.red {
  outline: none;
  width: 100%;
  min-height: 68px;
  background: #FF2F2F;
}
.popup .popup-content .right-part button.red:hover {
  background: #FF2F2F;
}
.popup .popup-content .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 11;
  cursor: pointer;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4));
}
.popup .popup-content .closeBtn:hover {
  transform: translate(50%, -50%) rotate(90deg);
}
.section3 .top-part h4 {
  font-family: AlibabaPuHuiTiH;
  font-size: 28px;
  color: #222222;
  line-height: 38px;
  margin-bottom: 51px;
}
.section3 .top-part img {
  width: 100%;
}
.section3 .bottom-part {
  margin-top: 42px;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #8F9FAF;
  margin-bottom: 40px;
}
.section3 .bottom-part .left-part {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid #8F9FAF;
  padding-right: 40px;
  margin-right: 40px;
}
.section3 .bottom-part .left-part h5 {
  white-space: nowrap;
  font-family: AlibabaPuHuiTiH;
  font-size: 16px;
  color: #FF2F2F;
  line-height: 22px;
  margin-bottom: 20px;
}
.section3 .bottom-part .left-part .r {
  display: flex;
  flex-direction: column;
}
.section3 .bottom-part .left-part .r li {
  white-space: nowrap;
}
.section3 .bottom-part .left-part .r li i {
  color: #FF2F2F;
}
.section3 .bottom-part .right-part {
  display: flex;
}
.section3 .bottom-part .right-part .l {
  display: flex;
  flex-direction: column;
  margin-right: 49px;
}
.section3 .bottom-part .right-part .l h5 {
  font-family: AlibabaPuHuiTiH;
  font-size: 16px;
  color: #252D38;
  line-height: 20px;
  margin-bottom: 11px;
}
.section3 .bottom-part .right-part .l span {
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #8D97A4;
  line-height: 24px;
}
.section3 .icons {
  width: 100%;
  display: flex;
  gap: 36px;
}
.section3 .icons img {
  min-width: 0;
  flex: 1;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 768px) {
  .section1 .top-part {
    margin-bottom: 0;
  }
  .section1 .bottom-part {
    padding: 0;
    display: flex;
    flex-direction: column !important;
  }
  .section1 .bottom-part .item {
    flex-direction: column;
  }
  .section1 .bottom-part .item .main-pic {
    margin-bottom: 20px;
  }
  .section1 .bottom-part .item .mid-row {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .section1 .bottom-part .item .bottom-bar {
    flex-direction: column;
    gap: 20px;
  }
  .section1 .bottom-part .item .t,
  .section1 .bottom-part .item .bottom-bar {
    padding-left: 0;
  }
  .section2 .top-part,
  .section2 .bottom-part {
    padding: 20px !important;
  }
  .section2 .top-part .red-bar,
  .section2 .bottom-part .red-bar {
    display: none;
  }
  .section2 .bottom-part {
    flex-direction: column;
    gap: 20px !important;
  }
  .section2 .bottom-part .arrow {
    transform: rotate(90deg);
  }
  .section3 .bottom-part {
    flex-direction: column;
  }
  .section3 .bottom-part .left-part {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
  }
  .section3 .bottom-part .right-part {
    flex-direction: column;
  }
  .section3 .bottom-part .right-part .l {
    margin-bottom: 10px;
    margin-right: unset;
  }
  .section3 .icons {
    position: relative;
    flex-wrap: wrap;
    gap: 5px;
  }
  .section3 .icons img {
    min-width: 48%;
    max-width: 48%;
  }
}
