/* Common Style */
@keyframes loopSlideRight {
  0%{
    transform: translateX(-50%);
  }
  100%{
    transform: translateX(0%);
  }
}
@media screen and (max-width: 1920px) {
  html{
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  html{
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  html{
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  html{
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  html{
    font-size: 12px;
  }
}
@keyframes flow {
  to {
    stroke-dashoffset: -500;
  }
}
:root{
  --font-14: .875rem;
  --font-16: 1rem;
  --font-18: 1.125rem;
  --font-20: 1.25rem;
  --font-24: 1.5rem;
  --font-27: 1.6875rem;
  --font-30: 1.875rem;
  --font-32: 2rem;
  --font-36: 2.25rem;
  --font-40: 3rem;
  --history-active-color: #0040FF;
  --history-default-color: #282D3D;
  --history-active-bgcolor: #E4EAFB;
  --w-width: 1300px;
}
body{
  font-family: 'PingFang SC';
  color: #333;
  background-color: #fff;
  /* overflow-x: hidden; */
  min-width: var(--w-width);
}
a{
  color: #333 !important;
}
.w{
  width: 100%;
  max-width: var(--w-width);
  margin: 0 auto;
  /* padding: 0 2rem; */
}
/* .section-target:target {
  padding-top: 5.5rem;
  margin-top: -5.5rem;
} */
.title{
  font-weight: 500;
  font-size: var(--font-30);
  color: #050505
}
.subtitle{
  font-weight: 400;
  font-size: var(--font-20);
  color: #6B6A71;
}
.section-title{
  padding: 33px 0 23px 0;
}
/* nav-pills */
.nav-pills{
  /* backdrop-filter: blur(15.64px); */
  box-shadow: -8px 39px 115px 0px rgba(126, 123, 160, 0.2);
  /* height: 40px; */
}
.nav-pills .nav-item{
  flex: 1;
  cursor: pointer;
  /* line-height: 40px; */
}
.nav-pills .nav-link{
  color: #000;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 0;
}
.nav-pills .nav-link span{
  font-size: var(--font-16);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-pills .nav-link svg.icon{
  width: 18px;
  height: 18px;
  padding: 2px;
  margin-bottom: 3px;
}
.nav-pills .nav-link.active svg.icon{
  fill: #DC322D;
}
.nav-pills .nav-link img{
  margin-right: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: rgba(249, 179, 177, 0.24);
  color: #DC322D;
}
/* Banner */
#banner{
  position: relative;
  /* height: 50rem; */
  background: url('https://rccmarketing.oss-cn-hangzhou.aliyuncs.com/rcc_group/images/banner.jpg') no-repeat center;
  background-size: cover;
}
/* Banner nav*/
nav.navbar{
  background: transparent;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
nav.navbar .icon-logo{
  width: 200px;
  height: 100%;
}
nav.navbar-scroll{
  background-color: rgba(255,255,255,.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 2px 4px 5px 0px rgba(202, 201, 201, 0.53);
}
nav.navbar-scroll .nav-link{
  color: #333 !important;
}
nav .navbar-collapse{
  flex-grow: initial;
}
nav.navbar .nav-item{
  position: relative;
}
nav.navbar .nav-item:hover .nav-sub{
  display: block;
  width: max-content;
}
nav.navbar .nav-item .nav-sub{
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  min-width: 120px;
  margin: 2px 0 0;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.29);
  margin-top: -2px;
}
nav.navbar .nav-item .nav-sub .nav-sub-item a{
  border-bottom: 1px solid #ccc;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  display: block;
  padding: 3px 20px;
}
nav.navbar .nav-item .nav-sub .nav-sub-item a:hover{
  background-color: #428FC5;
  color: #fff !important;
}
nav .nav-link{
  display: inline-block;
  color: #fff !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: var(--font-20);
  border-bottom: 3px solid transparent;
}
nav .nav-link.active{
  border-color: #fff;
  border-radius: 2px;
}
nav.navbar-scroll .nav-link.active{
  border-color: #333;
}
nav .nav-link:hover{
  border-color: #fff;
  border-radius: 2px;
}
nav.navbar-scroll .nav-item:hover .nav-link{
  border-color: #333;
}
nav .navbar-toggler:focus{
  box-shadow: none;
}
#AI_assistant {
  font-size: var(--font-32) !important;
  /* line-height: 72px; 转rem */
  line-height: 4.5rem;
}
#banner .banner-text{
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 10rem;
}
#banner .banner-text .title{
  font-size: 3.625rem;
  font-weight: 400;
}
#banner .banner-text .plan{
  font-size: 3.625rem;
  font-weight: 900;
}
#banner .banner-text .wish{
  font-size: 1.43rem;
  font-weight: 400;
  margin-top: 3rem;
}

/* brief_intro */
#brief_intro{
  position: relative;
  top: -4rem;
  margin-bottom: -5rem;
}
#brief_intro ul{
  padding-left: 0;
  background-color: rgba(62, 137, 197, .9);
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.29);
}
#brief_intro ul li{
  position: relative;
  /* flex: 1; */
  padding: 1rem;
  color: #fff;
  font-weight: 400;
  font-size: var(--font-14);
  cursor: pointer;
}
#brief_intro ul li.active{
  background-color: #fff;
  color: #428FC5;
}
#brief_intro ul li:last-child::after{
  display: none;
}
#brief_intro ul li .text-year{
  font-size: var(--font-40);
  font-weight: 600;
}
#company_intro{
  background: #fff;
  border-radius: 4px;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
#company_intro .desc-heading{
  font-size: var(--font-24);
  font-weight: 500;
}
#company_intro .desc-about{
  font-size: var(--font-20);
  font-weight: 400;
  color: #E4E4E4;
  margin-bottom: 0;
}
#company_intro .desc-text{
  font-size: var(--font-14);
  font-weight: 400;
  line-height: 36px;
}

/* history */
#history {
  overflow: hidden;
  background: #FBFBFB;
  padding-bottom: 20px;
}
#historyContainer {
  margin-top: 32px;
}
.history-swiper-container {
  opacity: 0;
  position: relative;
  width: 117%;
  height: 100%;
  margin-left: -9%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  --swiper-navigation-color: var(--history-active-color); /* 单独设置按钮颜色 */
}

.history-swiper-container .swiper-slide {
  transition: 500ms;
  transform: scale(0.7);
}

.history-swiper-container .swiper-slide:not(.swiper-slide-active)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  z-index: 2;
  transition: all .36s;
}

.history-swiper-container .swiper-slide .swiper-slide-top {
  color: white;
  background: linear-gradient(to right, #4f91c3 40%, #8ab8e9); /* 改为蓝色渐变 */
}

.history-swiper-container .swiper-slide .swiper-slide-bottom {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.history-swiper-container .swiper-slide img {
  box-shadow: 0px 12px 59px -22px rgb(0 0 0 / 20%);
}

.history-swiper-container .swiper-slide .year {
  padding: 1.25rem 2rem 0 2rem;
  text-align: left;
  font-size: var(--font-32);
}

.history-swiper-container .swiper-slide .desc {
  padding: 0.5rem 2rem 1rem 2rem;
  text-align: left;
  line-height: 1.5;
  font-size: var(--font-14);
}

.history-swiper-container .swiper-slide .desc a {
  color: #fff;
}

.history-swiper-container .swiper-slide.swiper-slide-active .desc a {
  color: #4f91c3 !important; /* 主色调改为蓝色 */
}

.history-swiper-container .swiper-slide-active .swiper-slide-top,
.history-swiper-container .swiper-slide-active .swiper-slide-bottom {
  background: #fff;
}

.history-swiper-container .swiper-slide-active .year {
  color: #4f91c3; /* 主色调改为蓝色 */
}

.history-swiper-container .swiper-slide-active .desc {
  color: #333333;
}

.history-swiper-container .swiper-slide a.show-news:hover {
  text-decoration: underline;
}

.history-swiper-container .swiper-slide-active,
.history-swiper-container .swiper-slide-duplicate-active {
  transform: scale(1.1);
  color: var(--history-default-color);
  opacity: 1;
}

.history-swiper-container .swiper-slide-prev::before,
.history-swiper-container .swiper-slide-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  transition: all .36s;
}

.history-swiper-container .swiper-slide-prev-prev::before,
.history-swiper-container .swiper-slide-next-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  z-index: 2;
  transition: all .36s;
}

.history-swiper-container .swiper-slide-prev {
  transform: scale(0.9);
  opacity: 1;
}

.history-swiper-container .swiper-slide-prev-prev {
  transform: scale(0.7) translateX(29%);
  opacity: 1;
}

.history-swiper-container .swiper-slide-next {
  transform: scale(0.9);
  opacity: 1;
}

.history-swiper-container .swiper-slide-next-next {
  transform: scale(0.7) translateX(-29%);
  opacity: 1;
}

.history-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  width: 100%;
}

.history-swiper-pagination span {
  position: relative;
  display: block;
  margin: 0 6px;
  font-size: var(--font-18);
  cursor: pointer;
  line-height: 1;
  padding: 2px 6px;
  font-weight: 400;
}

.history-swiper-pagination span.active {
  background-color: #4f91c347; /* 活动状态背景色改为蓝色 */
  color: #4f91c3; /* 主色调改为蓝色 */
}

.history-swiper-pagination span.active::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #4f91c3; /* 主色调改为蓝色 */
}

.swiper-button-next, .swiper-button-prev {
  top: 40%;
  color: #4f91c3; /* 改变导航按钮颜色为蓝色 */
}

/* products and services */
#product{
  position: relative;
  background: url('https://rccmarketing.oss-cn-hangzhou.aliyuncs.com/rcc_group/images/product/bg.jpg') no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 50px;
}
#product .product-container{
  position: relative;
  margin-top: 50px;
}
#product .product-container.w{
  padding-left: 0;
}
#product .product-container img{
  display: block;
  /* width: 780px; */
  height: 400px;
}
#product .circle-tip{
  position: absolute;
  left: 50%;
  top: 0%;
  width: 50px;
  height: 50px;
  border-radius: 0 50% 50% 50%;
  background-image: linear-gradient(to left, #357ade, #2acae0);
  transform: rotate(-135deg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#product .circle-tip::after{
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
#product .circle-tip .title{
  position: absolute;
  display: inline-block;
  margin: 0 6px 5px 2px;
  transform: rotate(135deg);
  font-size: 12px;
  color: #fff;
  text-align: center;
}
#product .circle-tip span.line{
  position: absolute;
  transform-origin: top left;
  stroke-width: 3;
  stroke: #55baef;
  animation: flow 18s linear infinite;
}
#product .circle-tip .granule{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 50%;
  background: #70CBF9;
  transition: transform 0.3s ease-out,opacity 0.3s ease-out,-webkit-transform 0.3s ease-out;
  opacity: 0;
}
#product .circle-tip .granule-2 {
  width: 9px;
  height: 9px;
  margin-top: -5px;
  margin-left: -5px;
  background: #FDC754;
}
#product .circle-tip .granule-3 {
  background: #16CBE3;
}
#product .circle-tip .granule-4 {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  background: #92D9FD;
}
#product .circle-tip.active{
  box-shadow: 0 0 10px 10px rgba(51, 164, 250, .3);
  transform: scale(1.3) rotate(-135deg);
  transform-origin: 45% 40%;
  transition: all .3s;
}
#product .circle-tip.active .granule-1 {
  opacity: 1;
  -webkit-transform: translateY(-50px) translateX(-20px);
  transform: translateY(-50px) translateX(-20px);
}
#product .circle-tip.active .granule-2{
  opacity: 1;
  -webkit-transform: translateY(-38px) translateX(32px);
  transform: translateY(-38px) translateX(32px);
}
#product .circle-tip.active .granule-3{
  opacity: 1;
  -webkit-transform: translateY(40px) translateX(40px);
  transform: translateY(40px) translateX(40px);
}
#product .circle-tip.active .granule-4{
  opacity: 1;
  -webkit-transform: translateY(40px) translateX(-30px);
  transform: translateY(40px) translateX(-30px);
}
#product .product-container .detail{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 200px;
  margin-top: -230px;
}
.product-container .detail h3{
  color: #333;
  font-size: 24px;
  line-height: 32px;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-container .detail .about{
  margin-top: 30px;
  transform: translateX(70px);
  opacity: 0;
}
.product-container .detail p{
  position: relative;
  color: #666;
  line-height: 24px;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}
.product-container .detail .about p{
  padding-left: 15px;
}
.product-container .detail .about p::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000001;
}
.product-container .detail a.more{
  display: inline-block;
  margin-top: 20px;
  background: #00A3F7;
  height: 46px;
  min-width: 149px;
  border-radius: 23px;
  line-height: 46px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}
.product-container .detail.active{
  z-index: 8;
}
.product-container .detail.active a.more:hover{
  background-color: #38b8ff;
}
.product-container .detail.active h3{
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease-out,opacity 0.8s ease-out,-webkit-transform 0.5s ease-out;
}
.product-container .detail.active p{
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.8s ease-out,opacity 0.9s ease-out,-webkit-transform 0.8s ease-out;
}
.product-container .detail.active .about{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease-out,opacity 1.2s ease-out,-webkit-transform 1s ease-out;
}
.product-container .detail.active a.more{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s ease-out,opacity 1.4s ease-out,-webkit-transform 1.2s ease-out;
}

.product-container .detail .about .tab-menu{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.product-container .detail .about .tab-menu li{
  cursor: pointer;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
.product-container .detail .about .tab-menu li.active{
  color: #00A3F7;
  border-color: #00A3F7;
}
.product-container .detail .about .tab-content .content-item{
  position: absolute;
  width: 440px;
  /* border: 1px solid #00A3F7; */
  padding: 15px;
  /* background-color: #fff; */
  box-shadow: 2px 4px 5px 0px rgba(202, 201, 201, 0.53);
  transform: translateX(70px);
  opacity: 0;
}
.product-container .detail .about .tab-content p{
  line-height: 20px;
  line-height: 20px;
}
.product-container .detail .about .tab-content .content-item.active{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease-out,opacity 1s ease-out,-webkit-transform 1s ease-out;
  z-index: 1;
}
/* .product-container .detail .about .tab-content .content-item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateY(-100%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
} */
.product-container .detail.active .about .tab-content p::before{
  background-color: #00A3F7;
}
.product-container .detail .about .more-box{
  text-align: right;
 }
.product-container .detail .about .more-box a.more{
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 5px;
}

/* solution */
#solution .card{
  box-shadow: -10px 48px 140px 1px rgb(126 123 160 / 20%);
  cursor: pointer;
}
#solution .card .card-body{
  position: relative;
  overflow: hidden;
}
#solution .card .card-body .layer{
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: all .5s;
  background-color: #428FC5;
  color: #fff;
  padding: 10px 10px 0 10px;
  font-size: var(--font-14);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
#solution .card .card-body  p{
  margin: 0;
  line-height: 24px;
}
#solution .card .card-body:hover .layer{
  left: 0;
  bottom: 0;
}
#solution .card .card-title{
  font-weight: 600;
  font-size: var(--font-20);
}
#solution .card .card-text{
  font-size: .7rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: var(--font-14);
  padding-left: 10px;
}
#solution .card .card-text p{
  position: relative;
}
#solution .card .card-text p::before{
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
#solution .card .card-img{
  position: relative;
}
#solution .card .card-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 ,0, 0, .4);
}
#solution .card .card-img img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#solution .card .card-img h3{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: var(--font-32);
  color: #fff;
}
/* customers */
#customer .brand-logo {
  position: relative;
  overflow: hidden;
  margin: auto;
  font-size: 0;
  background-color: #fff;
  padding: 13px 0 20px 0;
}
#customer .brand-logo .logo_mask{
  position: absolute;
  width: 10rem;
  height: 100%;
  z-index: 10;
}
#customer .brand-logo .left_mask{
  left: 0;
  background: linear-gradient(270deg, #FFFFFF 39.35%, rgba(255, 255, 255, 0.0001) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
#customer .brand-logo .right_mask{
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 38.78%, rgba(255, 255, 255, 0.0001) 100%);
}
#customer .brand-logo .logo_img {
  width: 50%;
  display: inline-block;
}
#customer .brand-logo .line_even {
  width: 300rem;
  animation: loopSlideRight 30s linear infinite;
}
#customer .brand-logo  .line_odd{
  width: 300rem;
  animation: loopSlideRight 36s linear infinite;
}
/* footer */
footer{
  font-size: 14px;
  font-weight: 400;
  background-color: #fcfcfc;
  border-top: 1px solid #f5f7fa;
}
footer .title{
  font-weight: 700;
  font-size: var(--font-14);
}
footer video{
  padding-top: .5rem;
}
footer .nav .nav-item{
  padding: .5rem;
}
footer .nav .nav-item:first-child{
  padding-left: 0;
}
footer .nav .nav-item .nav-link{
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  text-align: center;
}
footer .nav .nav-item .nav-link:hover{
  border-color: #436ef3;
  color: #436ef3 !important;
}
footer .branch_office .nav-link{
  color: #999 !important;
}
footer .extra .nav-link{
  font-weight: 700;
}
/* copyright */
#copyright{
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #999;
}
#copyright a{
  text-decoration: none;
  color: #999 !important;
}
/* rightNav */
#rightNav{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#rightNav .block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 13px 11px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: -8.22948px 39.9926px 115.213px rgba(126, 123, 160, 0.2);
}
#rightNav .block .text{
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
}
#rightNav #back_top{
  display: none;
}
/* 宣传浮窗 */
#publicity{
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  /* padding: 20px; */
  z-index:9999;
  font-size: 14px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12),0px 20px 20px 0px rgba(0, 0, 0, 0.08);
  display: none;
}
#publicity .close-btn{
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  cursor: pointer;
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  width: 85px;
  color: #54595e;
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 20px 20px 0 rgb(0 0 0 / 8%);
  font-size: 14px;
}
#publicity .close-btn svg{
  stroke: #54595e;
  margin-bottom: 2px;
}
#publicity img{
  /* width: 388px; */
  height: 330px;
  border-radius: 8px;
}
#publicity p{
  color: #54595e;
  text-align: center;
  margin: 0;
  line-height: 26px;
}
#publicity p:first-of-type{
  margin-top: 10px;
}
#publicity p:last-of-type{
  margin-bottom: 10px;
}
#publicity button{
  border: none;
  outline: none;
  background-color: #FD4D4D;
  width: 100%;
  color: #fff;
  height: 35px;
  border-radius: 8px;
}
#publicity .close_icon_mask{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  right: 10px;
  top: 10px;
  opacity: 0;
}

.new_top_popup_wrap {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.new_top_popup_container {
  display: grid;
  align-content: flex-start;
  width: 410px;
  height: 410px;
  background: #FFFFFF;
  box-shadow: 0 0 46px 0 rgba(2,25,43,0.44);
  border-radius: 8px;
}

.new_top_popup_close_line {
  display: flex;
  justify-content: flex-end;
}

.new_top_popup_close_button {
  width: 10px;
  height: 10px;
  margin-top: 9px;
  margin-right: 9px;
  cursor: pointer;
}

.new_top_popup_impression_container {
  display: flex;
  justify-content: center;
}

.new_top_popup_impression {
  width: 368px;
  height: 200px;
  margin-top: 2px;
}

.new_top_popup_into_texts_container {
  display: flex;
  justify-content: center;
  margin-top: 23px;
  height: 64px;
}

.new_top_popup_into_texts {
  font-family: PingFang SC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new_top_popup_into_text {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.new_top_popup_buttons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.new_top_popup_button {
  width: 368px;
  height: 48px;
  background: #F52A29;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF !important;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
}

.new_top_popup_button:focus, .new_top_popup_button:hover {
  text-decoration: none;
  color: #FFFFFF !important;
}

/* 18周年庆弹窗样式 */
.anniversary-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.anniversary-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99998;
  display: none;
}

.anniversary-content {
  position: fixed;
  top: calc(50% + 24px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border-radius: 15px;
  width: 800px;
  height: calc(467px + 53px + 48px);
  z-index: 99999;
  display: none;
  overflow: hidden;
}

.anniversary-header {
  position: relative;
}

.anniversary-close {
  position: absolute;
  top: 520px;
  right: 50%;
  transform: translateX(50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  fill: white;
  z-index: 1000;
}

.anniversary-close svg {
  width: 48px;
  height: 48px;
}

.anniversary-image {
  width: 100%;
  height: 467px;
  overflow: hidden;
}

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

/* 响应式设计 */
@media (max-width: 900px) {
  .anniversary-content {
    width: 90vw;
    height: auto;
    max-height: 90vh;
  }
  
  .anniversary-image {
    height: auto;
    max-height: 60vh;
  }
  
  .anniversary-close {
    top: auto;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  
  .anniversary-close svg {
    width: 20px;
    height: 20px;
  }
}

/* 国庆节弹窗样式 */
.national-day-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.national-day-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99998;
  cursor: pointer;
}

.national-day-content {
  position: fixed;
  top: calc(50% + 24px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border-radius: 15px;
  width: 800px;
  height: calc(467px + 53px + 48px);
  z-index: 99999;
  overflow: hidden;
}

.national-day-header {
  position: relative;
}

.national-day-close {
  position: absolute;
  top: calc(467px + 53px);
  right: 50%;
  transform: translateX(50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  fill: white;
  transition: background 0.3s;
  z-index: 1000;
}

.national-day-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.national-day-close svg {
  width: 40px;
  height: 40px;
  fill: white;
}

.national-day-image {
  width: 800px;
  height: 467px;
  overflow: hidden;
}

.national-day-img {
  width: 800px;
  height: 467px;
  object-fit: cover;
  display: block;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .national-day-content {
    width: 90%;
    height: auto;
    top: 50%;
  }
  
  .national-day-image {
    width: 100%;
    height: auto;
  }
  
  .national-day-img {
    width: 100%;
    height: auto;
  }
  
  .national-day-close {
    top: auto;
    bottom: -60px;
    right: 50%;
    transform: translateX(50%);
  }
}

/* 权威评选弹窗样式 */
.authority-vote-popup {
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 410px;
  height: 410px;
  background: #FFFFFF;
  box-shadow: 0px 4px 18px 0px rgba(2, 25, 43, 0.22);
  border-radius: 8px;
  z-index: 9998;
  display: block;
}

.authority-vote-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.authority-vote-close {
  position: absolute;
  top: 11px;
  right: 9px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  z-index: 10;
  display: flex;
}

.authority-vote-close img {
  width: 100%;
  height: 100%;
  color: #8A8A8A;
  object-fit: contain;
}

.authority-vote-background {
  margin: 21px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.authority-vote-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.authority-vote-text {
  padding: 2px 21px 0 21px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  font-style: normal;
}

.vote-text-line {
  margin: 0;
}

.authority-vote-button {
  margin: 25px 21px 29px 21px;
}

.vote-participate-btn {
  width: 100%;
  padding: 4px 0px;
  background: #F52A29;
  border-radius: 4px;
  border: none;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  box-sizing: border-box;
}

.vote-participate-btn:hover {
  background: #d4241e;
  transition: background-color 0.3s ease;
}

