@import "fonts/iconfont.css";

em,
i {
  font-style: normal;
}

ul,
dl,
p {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* b {
  font-weight: normal;
} */
img {
  border: none;
}

input,
textarea {
  vertical-align: middle;
  outline: none;
  border: none;
  background: none;
  box-sizing: border-box;
}

textarea {
  overflow: auto;
}

table {
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
}

button {
  border: none;
  background: none;
}

button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

::selection {
  background: transparent;
  /* 背景透明 */
  color: inherit;
  /* 字体颜色继承 */
}

.text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  overflow: hidden;
}

.container2-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*  */
.pc_container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f0f8ff;
}

.container-box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.huidaodingbu {
  position: fixed;
  right: 2rem;
  top: 75%;

  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: 1.5s;
}

.scrolled2 {
  display: block;
  opacity: 1;
  transition: 1.5s;
}

.huidaodingbu img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.nav-box2 {
  padding: .28rem 1.6rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  /* width: 10.8rem; */
  width: 100%;
  z-index: 199;
}

.nav-box2.scrolled {
  background-color: #ffffff !important;
  /* 滚动时的背景颜色 */
}

.nav2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}

.logo-box2 {
  /* width: .52rem; */
  /* height: .2rem; */
  width: 92px;
  height: 36px;
}

.logo-box2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nav-down-app {
  /* width: 0.6rem; */

  width: 106px;
  cursor: pointer;
  position: relative;
  height: 34px;
}

.nav2 .nav-down-app .nav-down-code {
  position: absolute;
  top: .38rem;
  left: 0.02rem;
  width: 112px;
  height: 146px;
  object-fit: cover;
  display: none;
}

.nav2 .nav-btn:hover+.nav-down-code {
  display: block;
}

.nav-down-app img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nav-list2 {
  flex-shrink: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 2.02rem;
  margin-right: 1.5rem;
}

.list-item {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  /* text-align: left; */
  color: #111111;
  cursor: pointer;
}

.navactive {
  color: #40aef1;
}

.banner-box {
  width: 100%;
  min-height: 6.1rem;
  position: relative;
}

.el-carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-box .banner1 {
  position: relative;
}

.banner-btn {
  position: absolute;
  /* top:2.67rem;
  left: 2.36rem; */
  top: 4.34rem;
  left: 4.2rem;
  display: flex;
  height: 0.78rem;
}

.banner-btn .topbanner-btn {
  width: 3.22rem;
  height: .8rem;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .18rem;
  font-size: .3rem;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
}

.banner-btn .btnactive1 {
  color: #40aef1;
  border: 2px solid #40aef1;


}

.banner-btn .btnactive2 {
  color: #fff;
  background: linear-gradient(90deg, #40aef1 0%, #7ad2ff 80%);
  margin-right: .36rem;
}

/* .banner-box .banner-btn img {
  display: block;
  object-fit: cover;
  margin-right: .36rem;
  height: 79px;
} */

.el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: #40aef1;
}

.el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  background-color: #ffffff;
  opacity: 1;
}

.container2-box .top-intro {
  width: 100%;
  /* height: 4.72rem; */
  position: relative;
  background: url('/public/images/5.0/top-2bgc.jpg') no-repeat;
  background-size: 100% 100%;
}

.top-intro-box {
  width: 100%;
  padding: .6rem 1.6rem .7rem;
  display: flex;
}

.top-intro-box .left-info {
  width: 7.26rem;
  display: flex;
  flex-direction: column;
}

.top-intro-box .left-info-title {
  font-size: .36rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  /* justify-content: flex-end; */
}

.top-intro-box .left-info-tisp {
  font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  /* margin: .14rem 0; */
  color: #fff;
  margin-left: .14rem;
}

.top-intro-box .left-info-text {
  font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: .44rem;
  /* margin-top: .14rem; */
}

.right-info {
  margin-left: .96rem;
}

.right-info .right-profile {
  height: 100%;
}

.right-profile .profile-item {
  display: flex;
  align-items: flex-end;
  height: 100%;
  /* justify-content: space-between; */
}

.right-profile .profile-item .profile-icon:last-child {
  margin-right: 0;
}

.right-profile .profile-item .profile-icon {
  width: 1.6rem;
  height: 1.6rem;
  background: linear-gradient(123deg, #40aef1 0%, #7ad2ff 100%);
  border-radius: 0.22rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: .37rem 0;
  align-items: center;
  justify-content: center;
  margin-right: .46rem;
}

.profile-item .profile-icon .pepo-num {
  font-size: .08rem;
}

.profile-item .profile-icon .pepo-num .num {
  font-size: .34rem;
  font-weight: 500;
}

.profile-item .profile-icon .pepo-num .jia {
  font-size: .11rem;
}

.profile-item .profile-icon .pepo-num .wan {
  font-size: .15rem;
}

.profile-item .profile-icon .pepo-num .ren {
  font-size: .11rem;
}

.pepo-tisp {
  font-size: .16rem;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.pepo-tisp img {
  width: .3rem;
  height: 0.3rem;
  display: block;
  object-fit: cover;
  margin-right: .03rem;
}

.huanmili2 {
  width: 100%;
  /* height: 9.14rem; */
  background-color: #fff;
  position: relative;
}

.huanmili2-box {
  padding: .6rem 1.6rem .7rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.huanmili2-box .top-logo {
  width: 1.13rem;
  height: .5rem;
}

.huanmili2-box .top-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.huanmili2-box .huanmili2-name {
  font-size: .36rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #111111;
  text-align: center;
  /* margin-top: .2rem; */
}

.huanmili2-tisp {
  font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  /* margin-top: .2rem; */
  margin: .14rem 0;
}

.huanmili2-intro {
  font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #383838;
  text-align: center;
  line-height: .49rem;
  /* margin-top: .2rem; */
}

.huanmuli2-grid {
  display: flex;
  justify-content: space-around;
  margin-top: .3rem;
}

.huanmuli2-grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.huanmuli2-grid .grid-item img {
  width: .92rem;
  height: .92rem;
  display: block;
  object-fit: cover;
  /* margin-bottom: .2rem; */
}

.grid-text {
  font-size: .2rem;
  color: #111111;
  font-weight: 400;
  font-family: PingFang SC, PingFang SC-Regular;
}

.huanmili2-banner {
  width: 100%;
  /* height: 4rem; */
  display: flex;
  margin-top: .4rem;
}
.huanmili2-banner-box{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.banner-box1 {
  width: 10.11rem;
  height: 100%;
}

.banner-box2 {
  width: 5.89rem;
  height: 100%;
}

.mySwiper.swiper-wrapper {
  flex-direction: column;
}

.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  padding: 0 .44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-slide {
  /* text-align: center; */
  font-size: .18rem;
  /* background: #fff; */
  display: flex;
  /* justify-content: center; */
  /* color: #fff; */
  align-items: center;
  cursor: pointer;
}

.swiper-slide-thumb-active {
  color: #fff !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  background: #000;
  color: #000;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  /* background-color: aquamarine; */
}

.swiper-slide {
  background-size: cover;
  background-position: center;

}

.mySwiper2 {
  height: 100%;
  width: 100%;
  /* background-color: #40aef1; */
}

.mySwiper2 .swiper-slide {
  background-color: antiquewhite;
  border-bottom-left-radius: .18rem;
  border-top-left-radius: .18rem;
  overflow: hidden;
}

.mySwiper {
  width: 5.89rem;
  height: 4rem;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: .8rem !important;
  /* opacity: 0.4; */
  background-color: #f7f7f7;
  border-top-right-radius: .18rem;
  border-bottom-right-radius: .18rem;
  overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  background-color: #40aef1;
}
.mySwiper2 .swiper-slide img{
      border-bottom-left-radius: .18rem;
  border-top-left-radius: .18rem;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.swiper-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.yanxishe2 {
  width: 100%;
  /* height: 15.09rem; */
  position: relative;
  background-color: #f0f8ff;
}

.yanxishe2-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.yanxishe2-top {
  padding: .6rem 1.6rem 0;
  overflow: hidden;
}

.yanxishe2-title {
  display: flex;
  position: relative;
}

.yanxishe2-logo {
  width: 1.45rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.yanxishe2-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yanxishe2-name {
  /* text-align: center; */
  margin: auto;
  font-size: .36rem;
  color: #111111;
  font-weight: 400;
  font-family: PingFang SC, PingFang SC-Regular;
}

.yanxishe2-intro {
  font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  margin: .14rem 0;
}

.yanxishe2-tisp {
  font-size: .2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #111111;
  text-align: center;
  line-height: .49rem;
}

.yanxishe2-time-line {
  width: 15rem;
  /* height: 6.02rem; */
  margin: .4rem auto 0;
  padding: 0 1.6rem;
}

.yanxishe2-time-line img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  /* object-fit: cover; */
}

.yanxishe2 .yanxishe-scroll {
  width: 100%;
  /* height: ; */
  overflow: hidden;
  position: relative;
  padding-top: .4rem;
  /* overflow: hidden; */
}

.yanxishe2 .marquee-container {
  /* width: 100%; */
  overflow: hidden;
  position: relative;
  /* padding: .28rem 0 0; */
  width: 100%;
  height: 3.62rem;
  margin-top: .4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.yuanhu-bgc {
  position: absolute;
  width: 100%;
  top: .4rem;
  left: 0;
  padding: 0 1.6rem;
  height: 3.62rem;
  background: url('/public/images/5.0/yanxishe-bottom.png') no-repeat;
  background-size: 100% 100%;
}

.yanxishe2-title {
  width: 100%;
  /* margin: .2rem 0 .4rem; */
  font-size: .36rem;
  color: #111111;
  font-weight: 500;
  font-family: PingFang SC, PingFang SC-Regular;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  /* margin: auto; */
}

.yanxishe2 .marquee-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0.53rem;
  line-height: .25rem;
  font-size: .18rem;
  margin-bottom: .3rem;
  line-height: .4rem;
  /* padding: 0.06rem 0.07rem .06rem .02rem; */
}

.yanxishe2 .marquee-content {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  will-change: transform;
}

.yanxishe2 .marquee-content span {
  display: inline-block;
  /* padding: .12rem .2rem .12rem .07rem; */
  padding: 0.05rem .2rem .05rem .12rem;
  border-radius: 0.31rem;
  box-shadow: 0px 5px 34px 0px rgba(0, 68, 250, 0.045);
  background: #ffffff;
  font-family: PingFang SC, PingFang SC-Regular;
  margin: 0 .2rem;
  font-size: .18rem;
}

.yanxishe2 .marquee-content span img {
  width: 0.37rem;
  height: 0.37rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
  object-fit: cover;
}

.yanxishe2-btn {
  width: 2.63rem;
  height: .62rem;
  background: linear-gradient(90deg, #40aef1 0%, #7ad2ff 80%);
  border-radius: 0.31rem;
  margin: 0.03rem auto 0;
  font-size: .18rem;
  color: #ffffff;
  text-align: center;
  line-height: .62rem;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC-Regular;

}

.yujian {
  width: 100%;
  /* height: 11.66rem; */
  background: #ffffff;
  margin: auto;
  padding: .5rem 1.6rem .29rem;
  box-sizing: border-box;
}

.yujian-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.yujian-box .top-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.96rem;
  height: 0.5rem;
}

.yujian-box .top-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yujian-box .yujian-name {
  font-size: .36rem;
  color: #111111;
  font-weight: 500;
  font-family: PingFang SC, PingFang SC-Medium;
  margin: auto;
  text-align: center;
}

.yujian-box .yujian-tisp {
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  margin: .13rem 0;
}

.yujian-box .yujian-intro {
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC-Regular;
  text-align: center;
  /* margin-top: .08rem; */
  line-height: .49rem;
  color: #383838;
}

.city-container {
  width: 100%;
  /* max-width: 1080px; */
  margin: .6rem auto 0;
  overflow: hidden;
}

.display-panel {
  position: relative;
  height: 8.12rem;
  /* background: rgba(238, 242, 247, 0.08); */
  /* overflow: hidden; */
  /* background-image:
    radial-gradient(circle at 10% 20%, rgba(0, 0, 100, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 15% 30%, rgba(0, 0, 150, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 25% 50%, rgba(0, 0, 200, 0.1) 1px, transparent 1px);
  background-size: 180px 180px, 150px 150px, 120px 120px; */
  /* border-radius: 20px; */
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6); */
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  /* overflow: hidden; */
  margin-top: .6rem;
}

.title {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  background: rgba(12, 36, 97, 0.7);
  padding: 15px 30px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  animation: float 5s ease-in-out infinite;
}

h1 {
  font-size: 2.4rem;
  background: linear-gradient(to right, #4facfe, #00f2fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.subtitle {
  font-size: 1.1rem;
  color: #a1c4fd;
  opacity: 0.9;
}

.city-tag {
  position: absolute;
  display: flex;
  align-items: center;
  width: 1.17rem;
  height: .53rem;
  /* padding: 8px 20px 8px 10px; */
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(235, 245, 255, 0.95)); */
  /* border-radius: 30px; */
  /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); */
  transition: all 0.4s ease;
  z-index: 5;
  /* border: 2px solid rgba(79, 172, 254, 0.2); */
}

.city-icon {
  width: 1.17rem;
  height: .53rem;
  object-fit: cover;
  transition: all 0.4s ease;
}

.city-name {
  font-weight: bold;
  color: #222;
  font-size: 16px;
  transition: all 0.4s ease;
}

.ding {
  width: 1.17rem;
  height: .22rem;

  position: absolute;
  /* bottom: -.07rem; */
  /* left: 44%; */
  bottom: 0;
  left: 0;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* transform: translate(-50%, -50%); */
}

.ding img {
  position: absolute;
  bottom: -.13rem;
  left: 33%;
  width: .51rem;
  display: block;
  /* margin: auto; */
  object-fit: cover;
}

/* 标签淡出效果 */
.city-tag.fade-out .city-icon,
.city-tag.fade-out .city-name {
  opacity: 0;
}

.city-image {
  position: absolute;
  top: -53%;
  left: 57%;
  width: 0;
  height: 0;
  /* border-radius: 8px; */
  width: 2.5rem;
  height: 1.8rem;
  background-size: 100% 100%;
  background-position: center;
  transform: translate(-50%, -50%) scale(.1);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); */
  opacity: 0;
  z-index: 3;
  overflow: hidden;
}

.city-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 图片展示效果 */
.city-tag.show-image .city-image {
  width: 2.5rem;
  height: 1.8rem;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  background-size: 100% 100%;
}

.pulse {
  position: absolute;
  /* background: radial-gradient(circle, rgba(79, 172, 254, 0.4) 2%, transparent 40%); */
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.counter-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(12, 36, 97, 0.7);
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #a1c4fd;
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.counter-value {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0 6px;
  color: #4facfe;
}

.highlight {
  color: #4facfe;
  font-weight: bold;
}

.glowing-effect {
  position: absolute;
  width: 100%;
  height: 8.12rem;
  top: 0;
  left: 0;
  background: radial-gradient(circle at center, rgba(79, 172, 254, 0.1) 0%, transparent 60%);
  animation: glow 6s infinite alternate;
  z-index: 1;
  display: flex;
  /* justify-content: flex-end;
   */
  align-items: center;
}

.glowing-effect .city-bg {
  width: 11.14rem;
  height: 5rem;
  margin: 0 auto 0;
}

.glowing-effect .city-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@keyframes glow {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 0.8;
  }
}

@keyframes float {
  0% {
    transform: translate(-50%, -10px);
  }

  50% {
    transform: translate(-50%, 0px);
  }

  100% {
    transform: translate(-50%, -10px);
  }
}

@media (max-width: 768px) {
  .display-panel {
    height: 500px;
  }

  h1 {
    font-size: 1.8rem;
  }

  .city-tag {
    padding: 6px 16px 6px 8px;
  }

  .info-panel {
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 40px);
  }
}

.yujian-huodong {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-top: .14rem;
}

.huodong-box {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.huodong-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-size: .1rem;
  font-family: "PingFang SC, PingFang SC-Medium;";
  font-weight: 500;
}

.huodong-title img {
  width: .17rem;
  height: 0.14rem;
  object-fit: cover;
  margin-right: .08rem
}

.yujian-btn {
  width: 1.14rem;
  height: .27rem;
  margin: auto;
  color: #ffffff;
  background: linear-gradient(90deg, #40aef1 0%, #7ad2ff 80%);
  line-height: .27rem;
  text-align: center;
  font-size: .08rem;
  border-radius: .05rem;

}

.yujian-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.huodongshunjian2 {
  width: 100%;
  /* height: 8.26rem; */
  background-color: #f0f8ff;
  position: relative;
}

.huodong2-top-bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.25rem;
  background: url('/public/images/5.0/tongyong-bgc.jpg') no-repeat;
  background-size: 100% 100%;
}

.huodongshunjian2-box {
  width: 100%;
  height: 100%;
  padding: .59rem 1.6rem .7rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 200px;
  margin: 0;
}

/* .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
} */
.huodongshuanjian2-banner-img {
  border-radius: .18rem;
}

.huodongshuanjian2-banner-tisp {
  font-size: .2rem;
}

.huodongshunjian2-name {
  font-size: .36rem;
  color: #111111;
  font-weight: 500;
  font-family: PingFang SC, PingFang SC-Medium;
  ;
  text-align: center;
  margin-bottom: .4rem;
}

.huodongshuanjian2-banner {
  position: relative;
  width: 100%;
  /* max-width: 800px; */
  margin: 0 auto;
}

.el-carousel .el-carousel__indicators--outside {
  display: none !important;
}

.huodongshuanjian2-banner .el-carousel .el-carousel__mask {
  background-color: rgba(0, 0, 0, .6) !important;
  border-radius: .18rem;
  overflow: hidden;
  opacity: 1 !important;
}

.el-carousel .el-carousel__arrow {
  display: none !important;
}

.huodongshunjian2 .el-carousel .el-carousel__item {
  min-width: 7.05rem !important;
  /* height: 308px !important; */
}

.huodongshunjian2 .el-carousel .el-carousel__item.is-active {
  min-width: 8.68rem !important;
  /* height: 380px !important; */
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* color: white; */
  /* border: none; */
  /* padding: 10px 15px; */
  width: .6rem;
  height: .6rem;
  cursor: pointer;
  z-index: 10;
  box-sizing: border-box;
  /* border-radius: 4px; */
}

.custom-prev {
  left: .26rem;
  /* display: none; */
}

.custom-next {
  right: .26rem;
  /* display: none; */
}

.custom-prev img,
.custom-next img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .8;
}

.banner-intro {
  width: 100%;
  height: .5rem;
  font-size: .18rem;
  color: #383838;
  font-family: PingFang SC;
  text-align: center;
  margin-top: .26rem;
  line-height: .5rem;
}

.lijibaoming {
  width: 2.63rem;
  height: 0.62rem;
  background: linear-gradient(90deg, #40aef1 0%, #7ad2ff 80%);
  border-radius: .31rem;
  margin: .4rem auto 0;
  font-size: .18rem;
  font-weight: 400;
  color: #ffffff;
  line-height: .62rem;
  text-align: center;

}

.zhuanjiaguwen2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.zhuanjiaguwen2-box {
  display: flex;
  flex-direction: column;
  padding: .6rem 1.6rem .7rem;
  position: relative;
}

.zhuanjiaguwen2-name {
  font-size: .36rem;
  color: #111111;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
}

.zhuanjiaguwen2-intro {
  font-size: .2rem;
  color: #7e7e7e;
  text-align: center;
  margin: .14rem 0;
}

.zhuanjiaguwen2-tisp {
  font-size: .2rem;
  color: #383838;
  text-align: center;
  line-height: .49rem;
  font-family: PingFang SC, PingFang SC-Medium;
}

.guwen-list {
  width: 100%;
  height: 4.64rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}

.guwen-item {
  width: 4.26rem;
  height: 3.87rem;
  padding: .12rem .3rem .3rem;
  background-color: #f6f6f6;
  border-radius: .22rem;
}

.guwen-list .special-style {
  width: 6.95rem;
  height: 4.64rem;
  background-color: #fff;
  display: flex;
  align-items: end;
  padding: 0;
  position: relative;
}

.guwen-list .special-style img {
  width: 2.3rem;
  height: 4.1rem;
  position: absolute;
  top: 0;
  right: .4rem;
  object-fit: cover;

}

@keyframes spin {
  0% {
    transform: opacity(0);
  }

  100% {
    transform: opacity(1);
  }
}

.special-item {
  width: 100%;
  height: 3.87rem;
  padding: .3rem;
  border-radius: .22rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(90deg, #40aef1 0%, #7ad2ff 80%);
}

.zhuanjia-name {
  font-size: .28rem;
  font-weight: 500;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
}

.zhuanjia-jianjie {
  font-size: .18rem;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
  margin: .14rem 0 .3rem;
}

.zhuanjia-zhicheng {
  position: relative;
  z-index: 2;
  width: 6.35rem;
  height: 2.28rem;
  border-radius: .22rem;
  background-color: #fff;
  backdrop-filter: blur(5px);
  opacity: .95;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .3rem .24rem .24rem;
}

.zhicheng-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-zero {
  width: .06rem;
  height: .06rem;
  background: #40aef1;
  border-radius: 50%;
}

.zhicheng-text {
  width: 5.67rem;
  font-size: .18rem;
  font-weight: 400;
  color: #383838;
  font-family: PingFang SC, PingFang SC-Medium;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* margin-left: .16rem; */
}

.default-style {
  position: relative;
  display: flex;
  flex-direction: column;

}

.guwen-info {
  width: 3.66rem;
  height: 1.65rem;
  background-color: #fff;
  opacity: .95;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding: .24rem .24rem .3rem;
  border-radius: .22rem;
  position: relative;
  z-index: 2;
}

.info-name {
  font-size: .26rem;
  font-weight: 500;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
}

.default-style .info-name {
  color: #111111;
}

.info-zhicheng {
  display: flex;
  flex-direction: column;
  margin-top: .14rem;
  justify-content: space-between;
  font-size: .18rem;
  font-family: PingFang SC, PingFang SC-Medium;
  color: #111111;
}

.info-item {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.default-style img {
  width: 1.62rem;
  height: 2.88rem;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0.12rem;
  left: 50%;
  transform: translateX(-50%);
}
.guwen-list:hover .curnt-btn {
  display: block;
}
.guwen-list:hover .curnt-btn2 {
  display: block;
}
.curnt-btn {
  /* width: 100%; */
  /* display: flex;
  justify-content: space-between; */
  position: absolute;
  /* right: 1.6rem; */
  top: 60%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  display: none;
}

.curnt-btn2 {
  position: absolute;
  /* right: 1.6rem; */
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  display: none;
}

.curnt-btn img,.curnt-btn2 img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: cover;
  display: block;
  cursor: pointer;
  opacity: .8;
}

.guanyuwomen2 {
  width: 100%;
  height: 7.03rem;
  background-color: #f0f8ff;
  position: relative;
  overflow: hidden;
}

.guanyuwomen2-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: .6rem 1.6rem;
}

.guanyuwomen-bgc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/public/images/5.0/tongyong-bgc.jpg') no-repeat;
  background-size: 100% 100%;
  height: 5.25rem;
}

.guanyuwomen2-name {
  font-size: .36rem;
  font-weight: 500;
  color: #111111;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;
}

.guanyuwomen2-intro {
  font-size: .2rem;
  font-weight: 400;
  color: #7e7e7e;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;
  margin: .14rem 0 .4rem;
}

.guanyuwomen2-paibian {
  width: 100%;
  height: 4.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.paibian-item {
  width: 2.45rem;
  height: 2.05rem;
  padding: .14rem .14rem .2rem;
  background-color: #f6f6f6;
  border-radius: .22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: .24rem;
  box-shadow: 0px .07rem .25rem 0px rgba(0, 68, 109, 0.09);
}

.paibian-item img {
  width: 2.16rem;
  height: 1.32rem;
  border-radius: .11rem;
  object-fit: cover;
  display: block;
}

.paibian-title {
  width: 100%;
  font-size: .18rem;
  font-weight: 400;
  color: #383838;
  font-family: PingFang SC, PingFang SC-Medium;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.shehuijiazhi2 {
  width: 100%;
  height: 8.78rem;
  background: url('https://res.defen.hzxinquanzi.com/image/20250724/img20250724102224_99.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.shehuijiazhi2-box {
  padding: .6rem 1.6rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.shehuijiazhi2-name {
  font-size: .36rem;
  font-weight: 500;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;
}

.shehuijiazhi2-intro {
  font-size: .2rem;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;
  margin: .14rem 0 .4rem;
}

.shehuijiazhi-info {
  width: 100%;
  height: 6.16rem;
  position: relative;
  display: flex;
  background-color: #fff;
  /* justify-content: space-between; */
}

.shehuijiazhi-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 5.33rem;
  height: 100%;
}

.item-text {
  width: 100%;
  height: 50%;
  position: relative;
  background-color: #4cb7ee;
  padding: .4rem.4rem .6rem;
}

.shehuijiazhi-item-active .item-text::after {
  top: -10px;
  border-bottom: 10px solid #4cb7ee;
  border-top: 0;
}

.item-text::after {
  content: '';
  position: absolute;
  bottom: -10px;
  /* 三角形底部距离上方盒子底部的距离 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4cb7ee;
  /* 三角形颜色与上方盒子一致 */
  z-index: 3;
}

.text-title {
  font-size: .26rem;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
  /* text-align: center; */
}

.text-tisp {
  font-size: .2rem;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
  /* text-align: center; */
  margin-top: .16rem;
  line-height: .4rem;
  display: -webkit-box;
  /* 必须结合 -webkit-line-clamp 使用 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.item-image {
  width: 100%;
  height: 50%;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gongyixiangmu2 {
  width: 100%;
  height: 6.92rem;
  background-color: #f0f8ff;
  position: relative;
}

.gongyi-bgc {
  position: absolute;
  top: 0;
  left: 0;
  height: 5.25rem;
}

.gongyi-bgc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gongyixiangmu2-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: .6rem 1.6rem;
}

.gongyixiangmu2-name {
  font-size: .36rem;
  font-weight: 500;
  color: #111111;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;

}

.gongyixiangmu2-intro {
  font-size: .2rem;
  font-weight: 400;
  color: #7e7e7e;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;
  margin: .14rem 0 .4rem;
}

.gongyixiangmu2-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: .4rem;
}

.gongyi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
}

.gongyiitem-img {
  width: 5.16rem;
  height: 3.8rem;
  /* border-radius: .22rem; */
  overflow: hidden;
  /* background-color: #00f2fe; */
}

.gongyiitem-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gongyiitem-text {
  font-size: .26rem;
  margin-top: .16rem;
  font-family: PingFang SC, PingFang SC-Medium;
}

.meitibaodao2 {
  background-color: #f0f8ff;
  width: 100%;
  /* height: 9.27rem; */
  position: relative;
}

.meitibaodao2-box {
  padding: .4rem 1.6rem .6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.meitibaodao2-name {
  font-size: .36rem;
  font-weight: 500;
  color: #111111;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;
  margin-bottom: .4rem;
}

.meitibaodao2-info {
  width: 100%;
  height: 5.39rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.meiti-item {
  width: 5.16rem;
  height: 5.39rem;
  background-color: #fff;
  border-radius: .22rem;
  padding: .28rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.meiti-image {
  width: 100%;
  height: 3.38rem;
  border-radius: .11rem;
  overflow: hidden;
}

.meiti-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.meiti-title {
  font-size: .2rem;
  /* font-weight: 500; */
  /* color: #111111; */
  /* font-family: PingFang SC, PingFang SC-Medium; */
  /* text-align: center; */
  margin: .24rem 0 .14rem;
  color: #7e7e7e;
  font-family: PingFang SC, PingFang SC-Medium;
  display: -webkit-box;
  /* 必须结合 -webkit-line-clamp 使用 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

/* .meiti-text {
  font-size: .24rem;
  font-weight: 400;

} */

.meiti-btn {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: center;
  margin-top: .4rem;
}

.meiti-btn div {
  width: 2.63rem;
  height: 0.62rem;
  background: linear-gradient(90deg, #40aef1 0%, #7ad2ff 80%);
  border-radius: .31rem;
  /* margin: auto; */
  font-size: .18rem;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Medium;
  line-height: .62rem;
  text-align: center;
}

.hezuohuoban2 {
  width: 100%;
  height: 5.11rem;
  background-color: #fff;
  position: relative;
}

.hezuohuoban2-box {
  width: 100%;
  height: 100%;
  padding: .4rem 1.6rem .6rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.hezuohuoban2-name {
  font-size: .36rem;
  font-weight: 500;
  color: #111111;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: center;
  margin-bottom: .4rem;
}

.hezuohuoban2-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hezuo-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hezuo-item span {
  display: block;
  width: 2.02rem;
  height: .77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 11px;
  box-shadow: 0px .04rem .12rem 0px rgba(0, 68, 109, 0.09);
}

.hezuo-item span img {
  height: .38rem;
  object-fit: cover;
  display: block;
}

.footer2-container {
  width: 100%;
  height: 2.16rem;
  background-color: #40aef1;
  color: #ffffff;
  font-family: PingFang SC, PingFang SC-Regular;
}

.footer2-box {
  height: 100%;
  position: relative;
  padding: .4rem 1.6rem .6rem;
}

.footer2-top {
  width: 100%;
  display: flex;
  align-items: center;
}

.footer2-top .top-logo {
  width: 1.47rem;
  height: 0.34rem;
}

.footer2-top .top-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.footer2-top .top-emali {
  display: flex;
  align-items: center;
  font-size: .16rem;
  margin-left: 3.04rem;
}

.footer2-top .top-emali img,
.top-dizhi img {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: cover;
  display: block;
  margin-right: .14rem;
}

.footer2-top .top-dizhi {
  display: flex;
  align-items: center;
  font-size: .16rem;
  margin-left: 1rem;
}

.footer2-line {
  width: 100%;
  height: .01rem;
  background-color: rgba(255, 255, 255, 0.26);
  margin: .28rem 0 .2rem;
}

.footer2-bottom {
  width: 100%;
  text-align: center;
  font-size: .14rem;
}

.footer2-bottom a{
  color: #fff;
}

.footer2-bottom span {
  cursor: pointer;
}

.footer2-btn {
  position: absolute;

  right: 1.6rem;
  top: .63rem;
}

.footer2-btn .footerdown-app {
  width: 1.2rem;
  /* height: .28rem; */
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.footer2-btn .down-code {
  position: absolute;
  top: -1.46rem;
  height: 1.46rem;
  width: 1.12rem;
  display: none;
  object-fit: cover;
}

.footer2-btn:hover .down-code {
  display: block;
}

.dialog-content {
  width: 3.5rem;
  height: 3.4rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.el-dialog__header {
  padding: 0 !important;
}

.el-dialog {
  width: 3.5rem !important;
  height: 3.4rem !important;
  border-radius: .12rem !important;
  overflow: hidden;
  box-sizing: border-box;
}

.el-dialog__body {
  padding: 0 !important;
}

.dialog-content img {
  width: 1.68rem;
  height: 1.68rem;
  display: block;
  object-fit: cover;
  margin-bottom: .12rem;
}

.huidaodingbu {
  position: fixed;
  right: 0;
  top: 65%;

  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: 1.5s;
}

.scrolled2 {
  display: block;
  opacity: 1;
  transition: 1.5s;
}

.huidaodingbu img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.el-dialog {
  margin-top: 14% !important;
}