.banner {
  width: 100%;
  height:7.5rem;
  position: relative;
  overflow: hidden;
}
.banner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-slide {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: none;
}
.banner-slide.active {
  display: block;
}
.banner .banner_title {
  margin-top: 1.875rem;
  margin-left: 4.5rem;
}
.banner .banner_title .t1 {
  font-family: Source Han Sans SC;
  font-weight: bold;
  font-size: 0.5rem;
  color: #0066ff;
  margin-bottom: 0.3rem;
}
.banner .banner_title .t2 {
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 0.225rem;
  color: #0066ff;
  line-height: 0.375rem;
}
.btns {
  margin-top: 1.175rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  z-index: 99;
}
.btns .btn {
  width: 1.7rem;
  height: 0.5rem;
  background: #0066ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3rem;
  border-radius: 0.25rem;
  cursor: pointer;
  border: 0.0125rem solid #0066ff;
}
.tabs {
  padding: 0 4.5rem;
  text-align: center;
  padding-bottom: 1rem;
}
.tabs .list {
  padding: 0 0.65rem;
  /* font-weight: bold; */
  font-size: 0.2rem;
  color: #666;
}
.tabs .list div {
  cursor: pointer;
}
.tabs .line {
  width: 1.875rem;
  height: 0.0125rem;
  background: #e6e9ec;
  margin-top: 0.3rem;
  margin-bottom: 0.65rem;
}
.tabs .tab_con {
  text-align: left;
}
.tabs .tab_con .right {
  width: 8.25rem;
  margin-top: 0.5rem;
}
.tabs .tab_con .right img {
  width: 100%;
  height: 4.3125rem;
}
.tabs .tab_con .left {
  width: calc(100% - 7rem);
}
.tabs .tab_con .left .t1 {
  font-weight: 800;
  font-size: 0.25rem;
  color: #222222;
}
.tabs .tab_con .left .t2 {
  margin-top: 0.3rem;
  margin-bottom: 0.45rem;
  font-size: 0.2rem;
  color: #555555;
  line-height: 0.35rem;
}
.tabs .tab_con .left .main_ {
  margin-bottom: 0.25rem;
}
.tabs .tab_con .left .main_ .main {
  padding: 0.25rem;
  background: #f7faff;
  border-radius: 0.125rem;
  width: 3.3125rem;
  margin-right: 0.25rem;
  height: 1.55rem;
  font-size: 0.175rem;
  color: #333333;
}
.tabs .tab_con .left .main_ .main div:nth-child(2) {
  color: #666;
  margin-top: 0.1rem;
  line-height: 0.3rem;
}
.js {
  height: 13rem;
  padding: 0 4.5rem;
  text-align: center;
  padding-bottom: 1rem;
  background: #f7faff;
}
.js .list {
  background-color: #fff;
  height: 0.7rem;
  font-size: 0.2rem;
  color: #666;
  position: relative;
  z-index: 999;
}
.js .list div {
  width: 3rem;
  text-align: center;
  cursor: pointer;
}
.js .line {
  width: 3rem;
  height: 0.0125rem;
  background: #e6e9ec;
  margin-bottom: 0.65rem;
}
.title_wm {
  padding: 1rem 0 0.75rem 0;
}
.title_wm div:nth-child(1) {
  font-weight: bold;
  font-size: 0.45rem;
  color: #222222;
  margin-bottom: 0.25rem;
}
.title_wm div:nth-child(2) {
  font-size: 0.175rem;
  color: #999999;
}
.title_wm_hy {
  padding: 1rem 0 0.75rem 0;
}
.title_wm_hy div:nth-child(1) {
  font-weight: bold;
  font-size: 0.45rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.title_wm_hy div:nth-child(2) {
  font-size: 0.175rem;
  color: #ffffff;
}
.hx {
  height: 7.25rem;
  width: 100%;
  text-align: center;
  padding: 0 4.5rem;
}
.hx .hx_con {
  width: 4.75rem;
  height: 3.75rem;
  padding: 0.375rem;
  background: #f7faff;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section {
  width: 1rem;
  height: 1rem;
  background: #e6f0ff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hx .hx_con img {
  width: 0.575rem;
  height: 0.5rem;
}
.hx .hx_con div:nth-child(2) {
  font-weight: bold;
  font-size: 0.225rem;
  color: #222222;
  margin: 0.25rem 0;
}
.hx .hx_con div:nth-child(3) {
  font-size: 0.175rem;
  color: #666666;
  line-height: 0.3rem;
}
.hx_con:hover {
  animation: wobble-hor-bottom 1s both;
  background: #0066ff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.hx_con:hover div {
  color: #fff !important;
}
.hx_con:hover section {
  background-color: #fff !important;
}
.yy {
  text-align: center;
  position: relative;
}
.yy .img {
  width: 10rem;
  height: 7.25rem;
  position: relative;
  top: 0.75rem;
}
.yy .move {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yy .left {
  position: absolute;
  top: 4.5375rem;
  left: 4.5rem;
}
.yy .left .yy1,
.yy .left .yy2,
.yy .left .yy3 {
  width: 5rem;
  height: 2rem;
  background: #ffffff;
  border-radius: 0.2rem;
  border: 0.025rem solid #b5ccff;
  padding: 0.2rem 0.25rem;
  text-align: left;
  position: relative;
  box-shadow: 0 8px 24px rgba(110, 102, 226, 0.12);
}
.yy .t {
  font-weight: bold;
  font-size: 0.225rem;
  color: #333333;
  margin-bottom: 0.225rem;
}
.yy .left .yy2 {
  top: 0.6rem;
}
.yy .left .yy3 {
  top: 1.2rem;
}
.yy .right {
  position: absolute;
  top: 4.5375rem;
  right: 4.5rem;
}
.yy .right .yy1,
.yy .right .yy2,
.yy .right .yy4,
.yy .right .yy3 {
  width: 5rem;
  height: 2rem;
  background: #ffffff;
  border-radius: 0.2rem;
  border: 0.025rem solid #b5ccff;
  padding: 0.2rem 0.25rem;
  text-align: left;
  position: relative;
  box-shadow: 0 8px 24px rgba(110, 102, 226, 0.12);
}
.yy .t {
  font-weight: bold;
  font-size: 0.225rem;
  color: #333333;
  margin-bottom: 0.225rem;
}
.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
}
.hh {
  line-height: 0.25rem;
  border-radius: 0.1875rem;
  font-weight: 500;
  font-size: 0.175rem;
  color: #666666;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 0.125rem;
}
.tag {
  width: 0.6rem;
  height: 0.3rem;
  background: #e1ebfd;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.175rem;
  color: #333333;
  margin-top: 0.125rem;
}
.radio div {
  line-height: 0.25rem;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.175rem;
  color: #666666;
  box-sizing: border-box;
  white-space: nowrap;
}
.yy .right .yy2 {
  top: 0.6rem;
}
.yy .right .yy3 {
  top: 1.2rem;
}
.yy .right .yy4 {
  top: -1.06rem;
  left: -4.9rem;
}
.zhyy {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0.875rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2.25rem;
  width: 15rem;
  background: #ffffff;
  border-radius: 0.2rem;
  font-weight: 500;
  font-size: 0.175rem;
  color: #0066ff;
}
.zhyy .zhyytitle {
  font-weight: bold;
  font-size: 0.225rem;
  margin-top: 0.225rem;
  margin-bottom: 0.125rem;
  color: #0066ff;
}
header {
  border: 1px dashed #0066ff;
  padding: 0.15rem;
  border-radius: 0.15rem;
}
.zhyy .zhyyLeft {
  align-items: center;
  margin-left: 0.25rem;
}
.zhyy .zhyyLeft div {
  width: 1rem;
  height: 0.375rem;
  background: #ffffff;
  border-radius: 0.125rem;
  border: 0.0125rem solid #0066ff;
  padding: 0.1rem 0.15rem;
  white-space: nowrap;
}
.zhyy .zhyyLeft img {
  width: 0.275rem;
  height: 0.1375rem;
  margin: 0 0.075rem;
}
.zhyy .zzyyCenter {
  align-items: center;
  border: 1px dashed #0066ff;
  border-radius: 0.15rem;
  padding: 0.15rem;
}
.zhyy .zzyyCenter div {
  width: 1.1rem;
  height: 1.1rem;
  background: #ffffff;
  border-radius: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zhyy .zzyyCenter img {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0.15rem;
}
.zhyy .zzyyRIght {
  border: 1px dashed #0066ff;
  border-radius: 0.15rem;
  padding: 0 0.15rem;
}
.zhyy .zzyyRIght .bg {
  margin: 0.125rem;
  width: 1.2rem;
  height: 1.1rem;
  background: #e1ebfd;
  border-radius: 0.1875rem;
  font-size: 0.175rem;
  color: #0066ff;
  padding: 0.2rem 0.25rem;
  line-height: 0.225rem;
}

@keyframes zhgcFloat {
  0%,
  100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
}

.zhgc {
  width: 100%;
  text-align: center;
  padding: 0 3.25rem 1rem;
  box-sizing: border-box;
}

.zhgc_visual {
  position: relative;
  width: 100%;
  max-width: 18rem;
  height: 7.25rem;
  margin: 0 auto;
}

.zhgc_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15.625rem;
  height: 6.5125rem;
}

.zhgc_bg img {
  width: 15.625rem;
  display: block;
  max-width: none;
}

.zhgc_circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.zhgc_circle {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #1a8cff 0%, #0066ff 100%);
  box-shadow: 0 0.1rem 0.35rem rgba(0, 102, 255, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: zhgcFloat 4s ease-in-out infinite;
}

.zhgc_num {
  font-weight: bold;
  font-size: 0.325rem;
  line-height: 1.2;
}

.zhgc_label {
  font-size: 0.15rem;
  line-height: 1.3;
  margin-top: 0.04rem;
  white-space: nowrap;
}

.zhgc_circle-1 {
  left: calc(13% - 110px);
  top: calc(14% - 50px);
  animation-delay: 0s;
}

.zhgc_circle-2 {
  left: calc(9% - 110px);
  top: 44%;
  animation-delay: 0.7s;
}

.zhgc_circle-3 {
  left: calc(13% - 110px);
  top: calc(74% + 50px);
  animation-delay: 1.4s;
}

.zhgc_circle-4 {
  right: calc(13% - 110px);
  top: calc(14% - 50px);
  animation-delay: 0.35s;
}

.zhgc_circle-5 {
  right: calc(9% - 110px);
  top: 44%;
  animation-delay: 1.05s;
}

.zhgc_circle-6 {
  right: calc(13% - 110px);
  top: calc(74% + 50px);
  animation-delay: 1.75s;
}

.hyyy {
  background: url("../public/images/index/bg02.png") no-repeat;
  background-size: cover;
  height: 10.625rem;
  width: 100%;
  text-align: center;
  padding: 0 4.5rem;
}
.hyyy .hyyy_con {
  width: calc((100% - 0.375rem - 20px) / 3);
  height: 6.25rem;
  border-radius: 0.2rem;
  flex-shrink: 0;
  box-sizing: border-box;
}
.hyyy_con img {
  width: 100%;
  height: 2.8125rem;
  border-radius: 0.25rem;
}
.hyyy_con .con {
  border-radius: 0.25rem;
  padding: 0.3rem;
  height: 3.75rem;
  text-align: left;
  background-color: #fff;
  position: relative;
  bottom: 0.3125rem;
  cursor: pointer;
}
.hyyy_con .con_title {
  font-weight: bold;
  font-size: 0.225rem;
  color: #222222;
  padding-bottom: 0.2rem;
}
.hyyy_con .con_title2 {
  font-weight: bold;
  font-size: 0.175rem;
  color: #222222;
  padding-bottom: 0.2rem;
}
.hyyy_con .content {
  font-size: 0.175rem;
  color: #666;
  line-height: 0.3rem;
}
.hyyy_con span {
  font-weight: bold;
  font-size: 0.175rem;
  color: #222222;
}
.lj {
  width: 1.7rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
  border: 0.0125rem solid #0066ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.175rem;
}
.lj img {
  width: 0.25rem;
  height: 0.15rem;
  margin-left: 0.15rem;
}
.active {
  color: #0066ff !important;
}
.activeLiine {
  background: #0066ff !important;
}
.activeBG {
  color: #fff;
  background: #0066ff !important;
}
