.rc {
    background: linear-gradient(to bottom, #edf4fd, #c4d6f0);
    width: 100%;
    padding: 78px 30px;
}

.kwbdibux {
    background: linear-gradient(to bottom, #f5f5f5, #e9ebef);
    width: 100%;
    padding: 28px 30px 78px;
}
.nrkubj{
    background: url(../images/policy/yy2.png) no-repeat;
    background-size: 100% 100%;
    background-color: #e9f0ff;
    width: 1465px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
}


.sqsmc{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 10px;
}
.qskwm{
    width: 100%;
    text-align: center;
    color: #798696;
    font-size: 16px;
}

.rc .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.rc .t1 {
  padding-left: 15px;
  font-size: 30px;
  color: #2a5abb;
  font-weight: bold;
  display: flex;
}
.rc .t1 span{
    width: 4px;
    height: 24px;
    background-color: #2a5abb;
    border-radius: 2px;
    display: flex;
    margin-top: 13px;
    margin-right: 15px;
}
.rc .t2 {
  font-size: 14px;
  color: #333;
}
.rc .p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rc .p .d1 {
  width: 78.5%;
  background-color: #fff;
  padding: 9px 14px;
  padding-bottom: 0;
  border-radius: 12px;
}
.rc .i {
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.rc .i .it {
  display: flex;
  font-size: 18px;
  align-items: center;
  font-weight: bold;
  color: #021939;
}
.rc .i .it span {
  font-size: 12px;
  font-weight: normal;
  color: #ee7864;
  margin-left: 7px;
}
.rc .i .pp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666161;
}
.ppwwwq {
  background: linear-gradient(to top, #fffdfd, #e9ebef);
  padding-bottom: 25px;
}


.l2 {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.l2 a {
  display: block;
}
.l2 a > div {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 21px;
  color: #fff;
  font-size: 23px;
}
.l2 a > div span {
  position: absolute;
  right: 43px;
  top: 27px;
  font-size: 16px;
  transition: all 0.4s;
}

.l2 a:hover > div img{
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1;
  border-radius: 12px;
  transition: all 0.4s;
}

.l2 a:hover > div span {
  position: absolute;
  right: 203px;
  top: 27px;
  font-size: 16px;
  z-index: 2;
  transition: all 0.4s;
}




.ppw {
    width: 1465px;
    margin: 41px auto;
    background-image: url(../images/finance/bj2.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding:30px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ppw .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ppw .t1 {
  padding-left: 15px;
  font-size: 28px;
  color: #e8634e;
  font-weight: bold;
  display: flex;
}
.ppw .t1 span{
    width: 4px;
    height: 24px;
    background-color: #e8634e;
    border-radius: 2px;
    display: flex;
    margin-top: 10px;
    margin-right: 15px;
}
.ppw .t2 {
  font-size: 14px;
  color: #434343;
}
.ppw .opq {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ppw .opq .l {
  width: 35%;
}
.ppw .opq .r {
  width: 63%;
}
/* 主容器 */
.calendar-container {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* 日历头部 */
.calendar-header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.month-nav-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  font-weight: bold;
  font-family: "宋体";
  padding: 5px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.month-nav-btn:hover {
  background-color: #f0f0f0;
  color: #333;
}
.current-month {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
/* 星期标题 */
.weekdays {
  width: 90%;
  margin: auto;
  margin-top: 9px;
  border-radius: 9px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #f8f9fa;
}
.weekday {
  padding: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.weekday.saturday,
.weekday.sunday {
  color: #ff4d4f;
}
/* 日期网格 */
.calendar-grid {
  width: 90%;
  margin: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-grid > div {
  width: 100%;
  height: 100%;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.day:last-child {
  border-right: none;
}
.day:nth-child(7n) {
  border-right: none;
}
.day.saturday,
.day.sunday {
  color: #ff4d4f;
}
.day.empty {
  background-color: #fafafa;
  cursor: default;
}
.day.selected {
  background-color: #ff4d4f;
  color: white;
  font-weight: 500;
}
.day.highlighted {
  background-color: #ffece9;
}
.day:hover:not(.empty) {
  background-color: #ffece9;
}
.carousel-container {
  width: 1465px;
  margin: 50px auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
/* 主容器样式 - 宽度80% */
.banner-container {
  width: 1465px;
  margin: 50px auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
/* 轮播项样式 */
.banner-item {
  height: 300px;
  /* 固定轮播图高度 */
  position: relative;
  transition: transform 0.5s ease-in-out;
}
/* 轮播背景样式 */
.banner-bg {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
/* 轮播内容样式 */
.banner-content {
  color: white;
  z-index: 1;
}
/* 轮播标题样式 */
.banner-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
/* 轮播按钮样式 */
.banner-btn {
  background: white;
  color: #6a11cb;
  border: none;
  padding: 10px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.banner-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
/* 轮播图片样式 */
.banner-image {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-image img {
  max-height: 250px;
  object-fit: contain;
  animation: float 3s ease-in-out infinite;
}
/* 浮动动画 */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 轮播指示器样式 */
.banner-indicators {
  bottom: 15px;
}
.banner-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  border: none;
}
.banner-indicators .active {
  background-color: white;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
/* 轮播控制按钮样式 */
.banner-control-prev,
.banner-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.banner-container:hover .banner-control-prev,
.banner-container:hover .banner-control-next {
  opacity: 1;
}
.banner-control-prev:hover,
.banner-control-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* 活动名称样式 */
.banner-activity-name {
  margin-top: 15px;
  font-size: 1rem;
  opacity: 0.9;
}
.banner-carousel {
  position: relative;
  width: 100%;
  height: 425px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f0f0;
}
/* 轮播图轨道 */
.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}
/* 轮播图项 */
.carousel-item {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  background: linear-gradient(135deg, #4a00e0 0%, #8e2de2 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  color: white;
}
/* 轮播图内容 */
.carousel-content {
  max-width: 50%;
}
.carousel-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.carousel-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffb800;
  color: #333;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.4);
}
.carousel-btn:hover {
  background-color: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 184, 0, 0.6);
}
/* 轮播图图片 */
.carousel-image {
  position: relative;
  width: 40%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-image::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><circle cx="50" cy="50" r="45" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
/* 图标人物 */
.character-icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none"><path d="M80,100 C60,100 40,120 40,140 L40,180 L160,180 L160,140 C160,120 140,100 120,100 L80,100 Z" fill="rgba(255,255,255,0.2)"/><circle cx="100" cy="70" r="30" fill="rgba(255,255,255,0.3)"/><path d="M120,50 L140,30" stroke="rgba(255,255,255,0.4)" stroke-width="4" stroke-linecap="round"/><path d="M150,70 L170,60" stroke="rgba(255,255,255,0.4)" stroke-width="4" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* 装饰元素 */
.decorative-element {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 184, 0, 0.3);
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}
.decorative-element:nth-child(1) {
  top: 20px;
  right: 100px;
  animation-delay: 0s;
}
.decorative-element:nth-child(2) {
  bottom: 40px;
  right: 150px;
  width: 20px;
  height: 20px;
  animation-delay: 1s;
}
.decorative-element:nth-child(3) {
  top: 60px;
  right: 200px;
  width: 30px;
  height: 30px;
  animation-delay: 2s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
/* 指示器 */
.carousel-indicators {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.indicator.active {
  width: 30px;
  border-radius: 5px;
  background-color: white;
}
.search-input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  outline: none;
}
.search-btn {
  padding: 15px 30px;
  background-color: #ff6b6b;
  color: #fff;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.search-btn:hover {
  background-color: #ff5252;
}
.zzz {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.zzz .text {
  width: 60%;
}
.ellipsis{
  color: #798695;
  font-size: 14px;
}