:root {
  --font-size-column-f: 20px;
  --font-size-column-t: 19px;
  --font-size-default: 18px;
  --font-size-m: 12px;
  --font-color_default: #303133;
  --swiper-theme-color: #ad6edd;
}

#body {
  min-height: calc(100vh - 64px);
}

label {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path,
.el-select-dropdown__item.selected {
  color: #ad6edd;
}

.el-radio__input.is-checked .el-radio__inner {
  width: 16px;
  height: 16px;
  border-color: #ad6edd;
  background-color: #ad6edd;
}

.el-radio__inner {
  margin-top: 4px;
  width: 16px;
  height: 16px;
}

.el-radio__inner:hover {
  border-color: #ad6edd;
}

.search_mbox {
  transform: translate(50px);
}

.nav_user_btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #4d53f5;
  overflow: hidden;
}

.nav_user_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  line-height: 26px;
}

.def_card_rpx {
  padding: 20px 0;
}

.home .img_box_rpx {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.home .img_box_rpx img {
  border-radius: 3px;
  transition: all 0.25s ease;
}

/* .home .img_box_rpx:hover img {
	transform: scale(1.2);
} */

.home_top_box_rpx {
}

.home_top_box_rpx .banner_box_rpx {
  flex: 1;
  width: 0;
  height: 450px;
  background-color: #ebebeb;
}

.home_top_box_rpx .banner_box_rpx .swiper-container,
.home_top_box_rpx .banner_box_rpx .swiper-container .swiper-wrapper,
.home_top_box_rpx .banner_box_rpx .swiper-container .swiper-wrapper .swiper-slide,
.home_top_box_rpx .banner_box_rpx .swiper-container .swiper-wrapper .swiper-slide .banner_rpx,
.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj {
  width: 100%;
  height: 100%;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj {
  position: relative;
}
/*修改代码*/
/* 修改主图样式，添加渐变遮罩实现平滑过渡 */
.bj_img_main {
  position: relative;
  width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 2;
  animation: fadeIn 0.5s ease-in;
}

/* 为主图添加左右渐变遮罩 */
.bj_img_main::before,
.bj_img_main::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.bj_img_main::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}

.bj_img_main::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
}

/* 调整模糊背景图的样式，扩展范围避免边缘问题 */
.bj_img_blur {
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  object-fit: cover;
  filter: blur(10px) saturate(1.2) brightness(0.9);
  z-index: 1;
}

/* 调整容器样式 */
.banner-img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cover-top {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
/*修改结束*/
.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .bj_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-position: center 20%;*/
}

.home_top_box_rpx .banner_box_rpx .swiper-container {
  position: relative;
}

.home_top_box_rpx .banner_box_rpx .qh_box_rpx {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 360px);
  height: 100%;
}

.home_top_box_rpx .banner_box_rpx .qh_box_rpx .qh_re_rpx {
  position: relative;
  height: 100%;
}

.home_top_box_rpx .banner_box_rpx .prev_rpx,
.home_top_box_rpx .banner_box_rpx .next_rpx {
  position: absolute;
  z-index: 2;
  top: 52%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  cursor: pointer;
}

.home_top_box_rpx .banner_box_rpx .prev_rpx {
  top: auto;
  bottom: 52%;
}

.home_top_box_rpx .banner_box_rpx .prev_rpx::after,
.home_top_box_rpx .banner_box_rpx .next_rpx::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.home_top_box_rpx .banner_box_rpx .prev_rpx::after {
  top: 18px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj {
  position: relative;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item_rpx1 {
  width: calc(100% + 360px);
  height: 100%;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item_rpx1 > .w1200 {
  height: 100%;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item {
  position: relative;
  z-index: 4;
  padding: 60px 20px 80px 70px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .item_con_rpx {
  width: 520px;
  max-width: 100%;
  /* height: 100%; */
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt1_rpx {
  font-size: 22px;
  line-height: 32px;
  /* color: #8F00FF; */
  color: #fff;
  text-align: justify;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt2_rpx {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt3_rpx {
  color: #afafaf;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt4_rpx {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt5_rpx {
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
  color: #8f00ff;
}

.home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt6_rpx {
  margin-top: 15px;
}

.home_top_box_rpx .sj_box_rpx {
  width: 450px;
  padding: 30px;
  background-color: #361e49;
}

.home_top_box_rpx .sj_box_rpx .sj_title_rpx {
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx {
  margin-top: 20px;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx {
  padding: 10px 0;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx .left_box_rpx {
  margin-right: 10px;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  padding: 4px;
  border-radius: 6px;
  background-color: #ff9f21;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx .right_box_rpx {
  flex: 1;
  width: 0;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx .right_box_rpx .sj_title {
  color: #ff9f21;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx .right_box_rpx .sj_intro {
  margin-top: 6px;
  font-weight: 400;
}

/* .home_top_box_rpx .sj_box_rpx .sj_list_rpx .yellow .left_box_rpx {
	background-color: #FF9F21;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .yellow .right_box_rpx .sj_title {
	color: #FF9F21;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .green .left_box_rpx {
	background-color: #4AC726;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .green .right_box_rpx .sj_title {
	color: #4AC726;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .blue .left_box_rpx {
	background-color: #1BECFF;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .blue .right_box_rpx .sj_title {
	color: #1BECFF;
} */

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx:nth-child(1) .left_box_rpx {
  background-color: #ff9f21;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx:nth-child(1) .right_box_rpx .sj_title {
  color: #ff9f21;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx:nth-child(2) .left_box_rpx {
  background-color: #4ac726;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx:nth-child(2) .right_box_rpx .sj_title {
  color: #4ac726;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx:nth-child(3) .left_box_rpx {
  background-color: #1becff;
}

.home_top_box_rpx .sj_box_rpx .sj_list_rpx .sj_item_rpx:nth-child(3) .right_box_rpx .sj_title {
  color: #1becff;
}

.home_top_box_rpx .sj_box_rpx .more_rpx {
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid #999999;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: right;
}

.syky_box_rpx {
  padding: 20px 0 10px;
  margin: 0 -20px;
}

.syky_box_rpx .syky_item_rpx {
  width: 50%;
  padding: 20px;
}

.syky_box_rpx .syky_item_rpx .left_box_rpx {
  margin-right: 20px;
  width: 240px;
  flex-shrink: 0;
}

.syky_box_rpx .syky_item_rpx .left_box_rpx .img_box_rpx {
  position: relative;
  padding-top: 56.25%;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.syky_box_rpx .syky_item_rpx .left_box_rpx .img_box_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.syky_box_rpx .syky_item_rpx .left_box_rpx .name_rpx {
  padding: 10px 0;
  font-weight: 400;
  font-weight: bold;
}
.syky_box_rpx .syky_item_rpx .right_box_rpx {
  flex: 1;
  width: 0;
  padding-left: 10px;
  border-left: 1px solid #ebebeb;
}

.syky_box_rpx .syky_item_rpx .right_box_rpx .ul_rpx {
  height: 100%;
}

.syky_box_rpx .syky_item_rpx .right_box_rpx .li_rpx {
  flex: 1;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  font-weight: 400;
}

.syky_box_rpx .syky_item_rpx .right_box_rpx .li_rpx:last-child {
  border-bottom: none;
}

.syky_box_rpx .syky_item_rpx .right_box_rpx .li_rpx .name_rpx {
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.syky_box_rpx .syky_item_rpx .right_box_rpx .li_rpx .name_rpx::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ad6edd;
}

.syky_box_rpx .sjk_item_rpx > div {
  height: 100%;
}

.syky_box_rpx .sjk_item_rpx .left_box_rpx {
  width: 290px;
  height: 100%;
  padding-bottom: 15px;
}

.syky_box_rpx .sjk_item_rpx .left_box_rpx .item_card_rpx {
  margin-top: 20px;
  height: 100%;
  cursor: pointer;
}

.syky_box_rpx .sjk_item_rpx .left_box_rpx .item_card_rpx .img_box_rpx {
  margin-top: 0;
}

.syky_box_rpx .sjk_item_rpx .left_box_rpx .item_card_rpx .img_box_rpx > div {
  height: 100%;
}

.syky_box_rpx .sjk_item_rpx .right_box_rpx .li_on_rpx {
  cursor: pointer;
}

.title_gy_rpx {
  height: 20px;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}

.title_gy_rpx::before {
  content: '';
  width: 9px;
  height: 20px;
  border-radius: 4px;
  background-color: #ad6edd;
  margin-right: 15px;
}

.icon-gengduo {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #ad6edd;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.syky_box_rpx2 {
  padding: 30px 0 20px;
  border-top: 1px solid #ad6edd;
}

.sykj_list_rpx {
  margin: 10px -15px 0;
}

.sykj_list_rpx .sykj_item_rpx {
  width: 25%;
  padding: 10px 15px;
}

.sykj_list_rpx .sykj_item_rpx .pic_img_rpx {
  position: relative;
  padding-top: 56.25%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.sykj_list_rpx .sykj_item_rpx .pic_img_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sykj_list_rpx .sykj_item_rpx .name_rpx {
  font-weight: bold;
  margin-top: 10px;

  /*font-weight: 400;*/
}

.black_bj {
  background-color: #0c0c0c;
}

.video_box_rpx {
  margin-bottom: 20px;
  color: #fff;
  padding: 20px;
}

.video_box_top_rpx {
}

.video_box_top_rpx .title_gy_rpx {
  margin-bottom: 20px;
}

.video_box_top_rpx .tl_box_rpx {
  width: 50%;
  padding-right: 15px;
}

.video_box_top_rpx .tl_box_rpx .img_box_rpx {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  padding: 0; /* 移除padding-top */
  /*position: relative;*/
  /*padding-top: 56.25%;*/
  /*border-radius: 15px;*/
  /*overflow: visible;*/
  /*object-fit: contain;*/
}

.video_box_top_rpx .tl_box_rpx .img_box_rpx img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*object-position: center center; !* 确保图片居中显示 *!*/
}

.video_box_top_rpx .tl_box_rpx .img_box_rpx .play_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}

.video_box_top_rpx .tl_box_rpx .name_rpx {
  margin-top: 10px;
  font-weight: 400;
}

.video_box_top_rpx .tr_box_rpx {
  width: 50%;
  padding-left: 15px;
  padding-bottom: 32px;
}

.video_box_top_rpx .tr_box_rpx .ul_rpx {
  height: 100%;
  font-weight: 400;
}

.video_box_top_rpx .tr_box_rpx .li_rpx {
  flex: 1;
  padding: 10px 0;
  border-bottom: 1px solid #383434;
}

.video_list_rpx {
  margin: 20px -15px 0;
}

.video_list_rpx .video_item_rpx {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 10px 15px;
}

.video_list_rpx .video_item_rpx .img_box_rpx {
  position: relative;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.video_list_rpx .video_item_rpx .img_box_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_list_rpx .video_item_rpx .img_box_rpx .play_img {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.video_list_rpx .video_item_rpx .name_rpx {
  margin-top: 10px;
  font-weight: 400;
}

.zjwyh_box {
  padding: 10px 0 0;
}

.zj_list_box_rpx {
  margin-top: 10px;
  overflow: hidden;
}

.zj_list_box_rpx:hover .zj_list_rpx {
  animation-play-state: paused;
}

.zj_list_rpx {
  flex-shrink: 0;
}

.zj_anina {
  animation: moveAnimation 9s linear infinite;
}

@keyframes moveAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.zj_list_rpx .zj_item_rpx {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 20px 15px;
}

.zj_list_rpx .zj_item_rpx .zj_card_rpx {
  width: 480px;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 0 0 6px #f2f5f7 inset;
}

.zj_list_rpx .zj_item_rpx .zj_card_rpx .zj_img_box_rpx {
  margin-right: 20px;
}

.zj_list_rpx .zj_item_rpx .zj_card_rpx .img_box_rpx {
  position: relative;
  padding-top: calc(3200% / 22);
  width: 140px;
  /* padding-top: 100%; */
  /* width: 160px; */
  overflow: hidden;
}

.zj_list_rpx .zj_item_rpx .zj_card_rpx .img_box_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zj_list_rpx .zj_item_rpx .zj_card_rpx .right_box_rpx {
  flex: 1;
  width: 0;
  padding-right: 40px;
}

.zj_list_rpx .zj_item_rpx .zj_card_rpx .right_box_rpx .name_rpx {
  padding: 20px 0 15px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #303133;
  line-height: 28px;
}

.zj_list_rpx .zj_item_rpx .zj_card_rpx .right_box_rpx .tag_rpx {
  padding: 15px 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #606266;
  line-height: 32px;
  text-align: justify;
}

.ydyl_box_rpx {
  padding-top: 10px;
}

.ydyl_list_rpx {
  margin: 10px -15px 0;
  padding-bottom: 20px;
}

.ydyl_list_rpx .ydyl_item_rpx {
  width: calc(100% / 3);
  padding: 10px 15px;
}

.ydyl_list_rpx .ydyl_item_rpx .ydyl_card_rpx {
}

.ydyl_list_rpx .ydyl_item_rpx .ydyl_card_rpx .img_box_rpx {
  position: relative;
  padding-top: 68%;
  overflow: hidden;
}

.ydyl_list_rpx .ydyl_item_rpx .ydyl_card_rpx .img_box_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ydyl_list_rpx .ydyl_item_rpx .ydyl_card_rpx .name_rpx {
  margin-top: 10px;
  font-weight: 400;
}

.member_list_rpx {
  margin-top: 20px;
}

.member_list_rpx .member_item_rpx {
  flex: 1;
  padding: 10px;
  text-align: center;
}

.member_list_rpx .member_item_rpx .member_card_rpx {
}

.member_list_rpx .member_item_rpx .member_card_rpx .img_box_rpx {
  width: 96px;
  height: 96px;
  border: 3px solid #4d53f5;
  border-radius: 50%;
  overflow: hidden;
}

.member_list_rpx .member_item_rpx .member_card_rpx .img_box_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member_list_rpx .member_item_rpx .member_card_rpx .name_rpx {
  margin-top: 15px;
  width: 100%;
  font-size: 18px;
  color: #303133;
  line-height: 28px;
}

.member_list_rpx .member_item_rpx .member_card_rpx .intro_rpx {
  margin-top: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  line-height: 24px;
  white-space: pre-wrap;
}

.huayuan_member_list .member_item_rpx {
  flex: none;
  width: 20%;
}

.zkcx_box_rpx {
  margin-top: 20px;
  padding-bottom: 40px;
  font-weight: 400;
  color: #b26636;
  text-align: center;
}

.zkcx_box_rpx .zkcx_title_rpx {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.zkcx_box_rpx .zkcx_list_rpx {
  margin-top: 20px;
}

.zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx {
  width: 25%;
  border-right: 1px solid #a0a0a0;
  padding: 30px 40px 0;
  cursor: pointer;
}

.zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx:last-child {
  border-right: none;
}

.zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx .zkcx_card_rpx {
}

.zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx .zkcx_card_rpx .img_box_rpx {
  margin: auto;
  width: 200px;
  height: 112.5px;
  border-radius: 3px;
  overflow: hidden;
}

.zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx .zkcx_card_rpx .img_box_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx .zkcx_card_rpx .num_rpx {
  margin-top: 15px;
  font-size: 24px;
  line-height: 36px;
}

.zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx .zkcx_card_rpx .name_rpx {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.list_page_rpx {
  padding: 30px 0 20px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.list_page_rpx .list_top_rpx {
  padding: 20px 0 10px;
}

.list_page_rpx .title_rpx {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}

.list_page_rpx .title_rpx::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ad6edd;
}

.list_page_rpx .left_box {
  flex: 1;
  width: 0;
}

.list_page_rpx .right_box {
  margin-left: 20px;
  width: 232px;
}

.list_page_rpx .left_box .wz_item_rpx {
  margin-top: 20px;
}

.list_page_rpx .left_box .wz_item_rpx .wz_info_rpx {
  margin-right: 20px;
  width: 350px;
}

.list_page_rpx .left_box .wz_item_rpx .wz_info_rpx .wz_title {
  font-size: 24px;
  line-height: 32px;
}

.list_page_rpx .left_box .wz_item_rpx .wz_info_rpx .wz_date,
.list_page_rpx .left_box .wz_item_rpx .wz_info_rpx .wz_intro {
  margin-top: 20px;
  font-size: 12px;
  line-height: 30px;
  color: #989898;
}

.list_page_rpx .right_box .wz_item_rpx {
  margin-top: 20px;
}

.list_page_rpx .wz_item_rpx .img_box_rpx {
  position: relative;
  padding-top: 66%;
  border-radius: 20px;
  overflow: hidden;
}

.list_page_rpx .wz_item_rpx .img_box_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_page_rpx .wz_item_rpx .name_rpx {
  margin-top: 10px;
  font-size: 14px;
}

.list_page_rpx .wz_list_rpx {
  margin: 0 -10px;
}

.list_page_rpx .wz_list_rpx .wz_item_rpx {
  margin-top: 0;
  width: 25%;
  padding: 10px;
}

.list_page_rpx .wz_list_rpx .wz_item_rpx .wz_card_rpx {
}

.list_page_rpx .wz_list_rpx .wz_item_rpx .wz_card_rpx .img_box_rpx {
  border-radius: 12px;
}

.video_page_rpx {
  padding: 40px 0;
}

.video_page_rpx .video_con_rpx {
}

.video_page_rpx .video_con_rpx .left_box_rpx {
  flex: 1;
  width: 0;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_box_rpx {
  position: relative;
  height: 472px;
  background-color: #000;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_box_rpx #video-active {
  width: 100%;
  height: 100%;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_box_rpx .gd_title_rpx {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  padding: 16px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  font-size: 14px;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_title_rpx {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx .ll_num_rpx {
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx .qt_box_rpx {
  font-weight: 400;
  font-size: 14px;
  color: #161722;
  line-height: 20px;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx .qt_box_rpx .qt_li_rpx {
  margin-left: 20px;
  cursor: pointer;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx .qt_box_rpx .qt_li_rpx img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.video_page_rpx .video_share_box {
  position: relative;
}

.video_page_rpx .video_share_box .share_btn {
  margin-right: -10px;
  padding-right: 10px;
}

.video_page_rpx .video_share_box:hover .share_list {
  display: block;
}

.video_page_rpx .video_share_box .share_list {
  display: none;
  position: absolute;
  left: calc(100% + 10px);
  top: -20px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.video_page_rpx .video_share_box .share_list .share_item {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
}

.video_page_rpx .video_share_box .share_list .iconfont {
  margin-right: 5px;
  font-size: 18px;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_intro_rpx {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #606266;
  line-height: 26px;
  text-align: justify;
}

.video_page_rpx .video_share_box .share_list .share_item:hover {
  background-color: #ad6edd;
  color: #fff;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_intro_rpx video,
.video_page_rpx .video_con_rpx .left_box_rpx .video_intro_rpx img {
  max-width: 100%;
}

.video_page_rpx .video_con_rpx .left_box_rpx .video_intro_rpx img {
  height: auto !important;
}

.video_page_rpx .video_con_rpx .right_box_rpx {
  margin-left: 40px;
  width: 320px;
}

.video_page_rpx .video_con_rpx .right_box_rpx .tag_list_rpx {
  margin-top: -10px;
  padding-bottom: 10px;
}

.video_page_rpx .video_con_rpx .right_box_rpx .tag_list_rpx .tag_rpx {
  margin-top: 10px;
  margin-right: 10px;
  padding: 8px 12px;
  background-color: rgba(22, 23, 34, 0.2);
  border-radius: 32px;
  font-size: 14px;
  color: #030303;
  line-height: 14px;
  cursor: pointer;
}

.video_page_rpx .video_con_rpx .right_box_rpx .tag_list_rpx .tag_on_rpx {
  background-color: rgba(22, 23, 34, 0.6);
  background-color: #ad6edd;
  color: #fff;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx {
  margin: 0;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx {
  padding: 5px 0;
  width: 100%;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx {
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx > div {
  margin-right: 10px;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx .img_box_rpx {
  flex-shrink: 0;
  position: relative;
  width: 140px;
  padding-top: 56.25%;
  border-radius: 0;
  overflow: hidden;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx .img_box_rpx .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx .img_box_rpx .dura_rpx {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 20px;
  padding: 0 10px 0 5px;
  border-radius: 10px;
  background-color: rgba(130, 130, 130, 0.5);
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx .img_box_rpx .dura_rpx img {
  position: relative;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx .video_info_box_rpx {
  flex: 1;
  width: 0;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx .video_info_box_rpx .txt1_rpx {
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.video_page_rpx .video_con_rpx .right_box_rpx .video_list_rpx .video_item_rpx .video_card_rpx .video_info_box_rpx .txt2_rpx {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.blogger_page_rpx {
  padding: 40px 0;
  min-height: calc(100vh - 64px);
}

.blogger_page_rpx .blog_info_box_rpx {
  padding-bottom: 20px;
  position: relative;
}

.blogger_page_rpx .blog_info_box_rpx .blog_user_box_rpx {
  /* padding-left: 180px; */
  width: 900px;
  max-width: 100%;
}

.blogger_page_rpx .blog_info_box_rpx .blog_user_box_rpx .avatar_rpx {
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #4d53f5;
  overflow: hidden;
}

.blogger_page_rpx .blog_info_box_rpx .blog_user_box_rpx .avatar_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogger_page_rpx .blog_info_box_rpx .blog_user_box_rpx .name_rpx {
  margin-top: 15px;
  font-weight: bold;
  font-size: var(--font-size-column-t);
  color: var(--font-color_default);
  line-height: 22px;
  text-align: center;
}

.blogger_page_rpx .blog_info_box_rpx .blog_user_box_rpx .touxian_rpx {
  margin-top: 10px;
  font-weight: bold;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 22px;
  text-align: center;
}

.summary_rpx {
  margin-top: 10px;
  font-weight: 400;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 22px;
  text-align: center;
}

.blogger_page_rpx .blog_detail_rpx {
  margin: auto;
  width: 900px;
  max-width: 100%;
  font-weight: 400;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 2;
  text-align: justify;
}

.blog_list_rpx {
  margin: 0 -15px;
  align-items: flex-start;
}

.blog_list_rpx .blog_col_rpx {
  width: 20%;
  padding: 0 15px;
}

.blog_list_rpx .blog_item_rpx {
  padding: 10px 0;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx {
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_img_rpx {
  border-radius: 10px;
  overflow: hidden;
  /* min-height: 100px; */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_img_rpx img {
  width: 100%;
  height: auto;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_title_rpx {
  margin-top: 10px;
  max-height: 48px;
  font-weight: 500;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 24px;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx {
  margin-top: 5px;
  font-weight: 400;
  font-size: var(--font-size-m);
  color: var(--font-color_default);
  line-height: 20px;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_tx_rpx {
  flex-shrink: 0;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_tx_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_aname_rpx {
  flex: 1;
  width: 0;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_dz_rpx {
  cursor: pointer;
}

.blog_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_dz_rpx img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.preview_page_rpx {
  min-height: 100vh;
}

.preview_page_rpx,
.detail_page_rpx {
  padding: 40px 0 30px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.detail_page_rpx .left_box_rpx {
  flex: 1;
  width: 0;
}

.detail_page_rpx .left_box_rpx .detail_title_rpx {
  font-size: 32px;
  line-height: 40px;
}

.detail_page_rpx .left_box_rpx .tx_rpx {
  flex-shrink: 0;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.detail_page_rpx .left_box_rpx .tx_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_page_rpx .left_box_rpx .qt_rpx {
  margin-bottom: 20px;
  padding: 30px 0 20px;
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #cedadd;
}

.detail_page_rpx .left_box_rpx .qt_rpx .viewCount {
  margin: 0 20px;
  flex: 1;
  width: 0;
  text-align: right;
}

.detail_page_rpx .left_box_rpx .icon-facebook {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #44619d;
  font-size: 18px;
  color: #44619d;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.detail_page_rpx .left_box_rpx .icon-facebook:hover {
  color: #fff;
  background-color: #44619d;
}

.detail_page_rpx .left_box_rpx .icon-Twitter {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #55acee;
  font-size: 20px;
  color: #55acee;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.detail_page_rpx .left_box_rpx .icon-Twitter:hover {
  color: #fff;
  background-color: #55acee;
}

.detail_page_rpx .left_box_rpx .icon-instagram {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #0077b5;
  font-size: 18px;
  color: #0077b5;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.detail_page_rpx .left_box_rpx .icon-instagram:hover {
  color: #fff;
  background-color: #0077b5;
}

.detail_page_rpx .left_box_rpx .icon-fenxiang2 {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #4859c3;
  font-size: 18px;
  color: #4859c3;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.detail_page_rpx .left_box_rpx .icon-fenxiang2:hover {
  color: #fff;
  background-color: #4859c3;
}

.detail_page_rpx .left_box_rpx .dz_box_rpx {
  padding: 0 10px;
  cursor: pointer;
}

.detail_page_rpx .left_box_rpx .dz_box_rpx img {
  margin-right: 5px;
  width: 32px;
  height: 32px;
  padding: 2px;
  object-fit: contain;
}

.detail_page_rpx .left_box_rpx .detail_content_rpx {
  margin-top: 20px;
  text-align: justify;
  font-weight: 400;
  font-size: 18px;
  color: var(--font-color_default);
  line-height: 2;
}

.detail_page_rpx .left_box_rpx .detail_content_rpx img {
  max-width: 100% !important;
  height: auto !important;
}

.detail_page_rpx .left_box_rpx .detail_content_rpx video {
  width: 100%;
  /* height: 320px; */
  background-color: #000;
}

.detail_page_rpx .right_box_rpx {
  margin-left: 40px;
  width: 380px;
  font-size: 16px;
}

.detail_page_rpx .right_box_rpx .rig_title_rpx {
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
}

.detail_page_rpx .right_box_rpx .rig_intro_rpx {
  padding: 0 0 20px;
  line-height: 24px;
  font-weight: 400;
}

.detail_page_rpx .right_box_rpx .auther_box_rpx {
  padding: 10px 0;
}

.detail_page_rpx .right_box_rpx .auther_box_rpx .auther_tx_rpx {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.detail_page_rpx .right_box_rpx .auther_box_rpx .auther_tx_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_page_rpx .right_box_rpx .auther_box_rpx .auther_name_rpx {
  font-weight: 400;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 24px;
}

.detail_page_rpx .right_box_rpx .more_ul_rpx {
}

.detail_page_rpx .right_box_rpx .more_ul_rpx .more_li_rpx {
  padding: 16px 0;
  border-bottom: 1px solid #cedadd;
  font-size: var(--font-size-default);
  font-weight: 400;
}

.detail_page_rpx .right_box_rpx .more_ul_rpx .more_li_rpx .num_rpx {
  margin-right: 10px;
  width: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #a80034;
  text-align: center;
}

.poster_fixed_rpx {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 64px;
  background-color: rgba(0, 0, 0, 0.4);
}

.poster_box_rpx {
  max-width: 100%;
  width: 320px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

/* .poster_box_rpx .poster_date {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-shadow: 0 0 2px #fff;
}

.poster_box_rpx .poster_date .line_rpx {
	width: 20px;
	height: 2px;
	background-color: #000;
} */

.poster_box_rpx .poster_img_box {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 8px;
}

.poster_box_rpx .poster_img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster_box_rpx .poster_title {
  margin: 6px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.poster_box_rpx .poster_author_box {
  margin-top: 16px;
}

.poster_box_rpx .poster_author_box .author_tx {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.poster_box_rpx .poster_author_box .author_tx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster_box_rpx .poster_author_box .author_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.poster_box_rpx .poster_author_box .author_date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7c7676;
}

.poster_box_rpx .poster_intro {
  margin-top: 16px;
  height: 60px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}

.poster_box_rpx .poster_bottom {
  margin-top: 20px;
}

.poster_box_rpx .poster_bottom .qrcode_img {
  height: 60px;
}

.poster_box_rpx .poster_bottom .qrcode_img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.poster_box_rpx .poster_bottom .qrcode_txt {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.poster_box_rpx .poster_bottom .logo_img_rpx {
  height: 60px;
  border-radius: 4px;
}

.poster_box_rpx .poster_bottom .logo_img_rpx img {
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.poster_fixed_rpx .down_btn_rpx {
  margin-top: 20px;
  width: 120px;
  height: 36px;
  border-radius: 4px;
  background-color: #ad6edd;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.login_page_rpx {
  min-height: calc(100vh - 64px);
  padding: 40px 0;
  background: linear-gradient(to bottom, rgba(173, 110, 221, 0.5), rgba(173, 110, 221, 0));
}

.login_page_rpx .w1200 {
  height: 100%;
}

.login_page_rpx .login_box_rpx {
  width: 480px;
  max-width: 100%;
  padding: 20px 40px 40px;
  max-width: 100%;
  background-color: #502c6c;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(80, 44, 108, 0.5);
}

.login_page_rpx .login_box_rpx .logo_box_rpx {
  width: 128px;
  height: 128px;
  overflow: hidden;
}

.login_page_rpx .login_box_rpx .logo_box_rpx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.1);
}

.login_page_rpx .login_box_rpx .login_txt1_rpx {
  padding: 16px 0;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.login_page_rpx .login_box_rpx .login_txt2_rpx {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.login_page_rpx .login_box_rpx .input_row_rpx {
  width: 100%;
}

.login_page_rpx .login_box_rpx .input_box_rpx {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 48px;
  border-radius: 12px;
}
.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.input_box_rpx {
  position: relative;
}
.password-requirements {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  text-align: left;
  width: 100%;
  padding-left: 40px;
}

.login_page_rpx .login_box_rpx .input_box_rpx input {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #f0edffcc;
  outline: none;
  border: none;
  padding: 0 20px 0 50px;
  font-weight: 400px;
  font-size: 14px;
  color: #1c1c1c;
}

.login_page_rpx .login_box_rpx .input_box_rpx input::placeholder {
  font-weight: 400px;
  font-size: 14px;
  color: #1c1c1c;
}

.login_page_rpx .login_box_rpx .input_box_rpx .icon_rpx {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #1c1c1c;
}

.login_page_rpx .login_box_rpx .input_box_rpx .icon_rpx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login_page_rpx .login_box_rpx .send_btn_rpx {
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 20px;
  padding: 0 24px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(to right, #9181f4, #5038ed);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.login_page_rpx .login_box_rpx .disabled {
  opacity: 0.6;
  cursor: no-drop;
}

.login_page_rpx .login_box_rpx .login_btn_rpx {
  margin-top: 40px;
  min-width: 124px;
  height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(to right, #9181f4, #5038ed);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.login_page_rpx .login_box_rpx .reg_btn {
  margin-left: 20px;
  background: linear-gradient(to right, #e1f3d8, #67c23a);
  background: linear-gradient(to right, #8cc5ff, #3a8ee6);
}

.login_page_rpx .login_box_rpx .login_txt3_rpx {
  margin: 24px 0 8px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #525252;
  line-height: 16px;
}

.login_page_rpx .login_box_rpx .login_txt3_rpx::before,
.login_page_rpx .login_box_rpx .login_txt3_rpx::after {
  content: '';
  flex: 1;
  width: 0;
  height: 1px;
  background-color: #f0edff;
}

.login_page_rpx .login_box_rpx .other_login_btn_rpx {
  margin-top: 16px;
  width: 100%;
  height: 52px;
  border-radius: 16px;
  border: 1px solid #f0edff;
  font-size: 12px;
  color: #1c1c1c;
  cursor: pointer;
}

.login_page_rpx .login_box_rpx .other_login_btn_rpx span {
  font-weight: bold;
  margin: 0 4px;
}

.login_page_rpx .login_box_rpx .other_login_btn_rpx img {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.login_page_rpx .login_box_rpx .wjmm_box {
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.user_page_rpx {
  padding: 40px 0;
}

.user_page_rpx .user_box_rpx {
  width: 900px;
  max-width: 100%;
}

.user_page_rpx .user_box_rpx .avatar-uploader {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #4d53f5;
  overflow: hidden;
}

.user_page_rpx .user_box_rpx .user_avatar_box_rpx {
  width: 140px;
  height: 140px;
}

.user_page_rpx .user_box_rpx .user_avatar_box_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx {
  margin-top: 20px;
  width: 100%;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx {
  margin-top: 32px;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .eye_box_rpx img,
.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .icon_rpx {
  margin-right: 15px;
  width: 32px;
  height: 32px;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx {
  flex: 1;
  width: 0;
  min-height: 36px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(26, 23, 23, 0.38);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .label_rpx {
  flex-shrink: 0;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx {
  margin-left: 20px;
  flex: 1;
  width: 0;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx input {
  width: 100%;
  height: 100%;
  text-align: right;
  outline: none;
  border: none;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx input:disabled {
  background-color: #fff;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx input::placeholder {
  font-weight: 400;
  color: #909399;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .eye_box_rpx {
  margin-left: 20px;
  cursor: pointer;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx .radio_rpx {
  margin-left: 30px;
  cursor: pointer;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx .radio_rpx::before {
  content: '';
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000000;
}

.user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx .radio_on_rpx::before {
  background-color: #000;
}

.user_page_rpx .save_btn_rpx {
  margin-top: 40px;
  width: 160px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(to right, #9181f4, #5038ed);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.user_page_rpx .logout_btn_rpx {
  margin-right: 30px;
  margin-top: 40px;
  width: 160px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #5038ed inset;
  color: #5038ed;
}

.hot_page_rpx {
  padding: 40px 0;
  min-height: calc(100vh - 64px);
}

.hot_page_rpx .hot_page_title_rpx > div {
  position: relative;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.hot_page_rpx .hot_page_title_rpx > div span {
  color: #502c6c;
}

.hot_page_rpx .hot_page_title_rpx > div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 12px;
  background-color: #ad6edd;
}

.hot_page_rpx .hot_search_rpx {
  margin-top: 20px;
  color: #000;
}

.hot_page_rpx .hot_search_rpx .input {
  width: 364px;
  height: 40px;
}

.hot_page_rpx .hot_search_rpx .select {
  margin-left: 20px;
  width: 240px;
  height: 40px;
}

.tree_box {
  margin: 0 -12px;
  overflow: hidden;
}

.tree_box .tree_oh {
  margin-right: -20px;
  max-height: 240px;
  overflow-y: auto;
}

.el-tree-node__content {
  height: 30px;
}

.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: transparent;
  font-weight: bold;
  color: #ad6edd;
}

.hot_page_rpx .el-input,
.hot_page_rpx .el-input__inner {
  height: 100%;
  border-radius: 6px;
  background-color: rgba(240, 237, 255, 0.8);
}

.hot_page_rpx .el-range-editor.is-active,
.hot_page_rpx .el-range-editor.is-active:hover,
.hot_page_rpx .el-select .el-input.is-focus .el-input__inner,
.hot_page_rpx .el-input.is-active.el-input__inner,
.hot_page_rpx .el-input__inner:focus {
  border-color: #ad6edd;
  outline: 0;
}

.hot_page_rpx .hot_list_rpx {
  margin-top: 10px;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx {
  padding: 20px 0;
  border-bottom: 1px solid #cedadd;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx:last-child {
  border-bottom: none;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx {
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .img_box_rpx {
  margin-right: 20px;
  width: 320px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .img_box_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .card_rig_box_rpx {
  flex: 1;
  width: 0;
  font-weight: 400;
  font-size: 14px;
  color: #545454;
  line-height: 20px;
  text-align: justify;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .card_rig_box_rpx .lm {
  font-weight: bold;
  font-size: 18px;
  color: #303133;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .card_rig_box_rpx .bt {
  margin-top: 10px;
  max-height: 40px;
  font-size: 16px;
  color: #303133;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .card_rig_box_rpx .rq {
  margin-top: 10px;
  color: #909399;
}

.hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .card_rig_box_rpx .jj {
  margin-top: 10px;
  max-height: 60px;
  color: #606266;
}

.hot_page_rpx .pagination_box {
  padding: 20px 0 10px;
}

.hot_page_rpx .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #ad6edd;
}

.hot_page_rpx .el-pagination.is-background .el-pager li:hover {
  color: #ad6edd;
}

.hot_page_rpx .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  color: #fff;
}

.about_page_rpx {
  flex: 1;
  height: 0;
  padding: 40px 0;
  background: linear-gradient(to bottom, rgba(173, 110, 221, 0.5), rgba(173, 110, 221, 0));
}

.about_page_rpx .logo_box_rpx {
  margin-right: 40px;
  width: 240px;
  height: 240px;
  border-radius: 4px;
  overflow: hidden;
  background: #502c6c;
}

.about_page_rpx .logo_box_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.about_page_rpx .about_contetn_rpx {
  flex: 1;
  width: 0;
}

.about_page_rpx .about_contetn_rpx .about_txt1_rpx {
  font-weight: bold;
  font-size: 36px;
  color: #303133;
  line-height: 46px;
}

.about_page_rpx .about_contetn_rpx .about_txt2_rpx {
  font-weight: bold;
  font-size: 26px;
  color: #303133;
  line-height: 36px;
}

.about_page_rpx .about_contetn_rpx .about_detail_rpx {
  margin-top: 20px;
  width: 666px;
  max-width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #303133;
  line-height: 2;
  text-align: justify;
}

.new_list_page_rpx .hot_box_rpx {
  margin-top: 20px;
  border-top: 1px solid #ad6edd;
}

.new_list_page_rpx {
  padding: 40px 0;
  min-height: 100vh;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 26px;
}

.new_list_page_rpx .page_title_rpx {
  margin-bottom: 10px;
}

.new_list_page_rpx .page_title_rpx > div {
  position: relative;
  padding: 10px 0;
  font-weight: bold;
  font-size: var(--font-size-column-f);
  line-height: 24px;
}

.new_list_page_rpx .page_title_rpx > div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #ad6edd;
}

.new_list_page_rpx .new_list_box_rpx {
  flex: 1;
  width: 0;
  align-content: flex-start;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx {
  margin-top: 20px;
  width: 50%;
  padding-right: 20px;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx {
  border-top: 1px solid #ad6edd;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .item_title {
  padding: 16px 0;
  font-weight: bold;
  font-size: var(--font-size-column-t);
  line-height: 30px;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx {
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx .li_rpx {
  padding: 16px 0;
  border-top: 1px solid #cedadd;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx > div:first-child .li_rpx {
  display: block;
  border: none;
  padding-top: 0;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx > div:first-child .li_title {
  margin-top: 10px;
  font-weight: bold;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx .li_rpx .item_img_ml_rpx {
  margin-left: 10px;
  width: 142px;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx .li_rpx .item_img_box {
  position: relative;
  padding-top: 56.25%;
  border-radius: 3px;
  overflow: hidden;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx .li_rpx .item_img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx .li_rpx .li_title {
  font-weight: bold;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx .li_rpx .li_time {
  margin-top: 5px;
  font-size: var(--font-size-m);
  color: #909399;
  line-height: 22px;
}

.new_list_page_rpx .new_list_box_rpx .new_item_rpx .new_card_rpx .ul_rpx .li_rpx .li_left_rpx {
  flex: 1;
  width: 0;
}

.content_rpx {
  flex: 1;
  width: 0;
}

.hot_box_rpx {
  margin-left: 40px;
  width: 300px;
  padding-top: 16px;
}

.hot_box_rpx .hot_title {
  font-weight: bold;
  font-size: var(--font-size-column-t);
  color: #303133;
  line-height: 30px;
}

.hot_box_rpx .hot_ul {
  font-weight: 500;
  font-size: var(--font-size-default);
  color: #303133;
}

.hot_box_rpx .hot_li {
  padding: 16px 0;
  border-bottom: 1px solid #cedadd;
}

/* .hot_box_rpx .hot_title:hover,
.hot_box_rpx .hot_li:hover {
	color: #003866;
} */

.hot_box_rpx .hot_li .num_rpx {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  color: #a80034;
  font-size: 18px;
}

.listtwo_page_rpx {
  padding: 40px 0;
  min-height: calc(100vh - 64px);
}

.listtwo_page_rpx .page_title_rpx {
  margin-bottom: 10px;
}

.listtwo_page_rpx .page_title_rpx > div {
  position: relative;
  padding: 10px 0;
  font-weight: bold;
  font-size: var(--font-size-column-f);
  line-height: 24px;
}

.listtwo_page_rpx .page_title_rpx > div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #ad6edd;
}

.listtwo_page_rpx .list_box_rpx {
  flex: 1;
  width: 0;
}

.listtwo_page_rpx .list_box_rpx .item_rpx {
  border-bottom: 1px solid #cedadd;
}

.listtwo_page_rpx .list_box_rpx .item_rpx .card_rpx {
  padding: 16px 0;
}

.listtwo_page_rpx .list_box_rpx .item_rpx .card_rpx .card_left_rpx {
  flex: 1;
  width: 0;
}

.listtwo_page_rpx .list_box_rpx .item_rpx .card_rpx .card_left_rpx .card_name_rpx {
  font-size: var(--font-size-default);
  color: #303133;
  line-height: 26px;
  font-weight: bold;
}

.listtwo_page_rpx .list_box_rpx .item_rpx .card_rpx .card_left_rpx .card_intr_rpx {
  margin-top: 5px;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
}

.listtwo_page_rpx .list_box_rpx .item_rpx .card_rpx .card_left_rpx .card_time_rpx {
  margin-top: 5px;
  font-size: var(--font-size-m);
  color: #909399;
  line-height: 22px;
}

.listtwo_page_rpx .list_box_rpx .item_rpx .card_rpx .card_img_box_rpx {
  margin-left: 20px;
  /* width: 142px; */
  width: 174px;
}

.listtwo_page_rpx .hot_box_rpx {
  margin-top: 0;
}

.card_img_rpx {
  position: relative;
  padding-top: 56.25%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.card_img_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zk_list_page_rpx {
  padding: 40px 0;
  min-height: calc(100vh - 64px);
}

.zk_list_page_rpx .page_title_rpx {
  margin-bottom: 10px;
}

.zk_list_page_rpx .page_title_rpx > div {
  position: relative;
  padding: 10px 0;
  font-weight: bold;
  font-size: var(--font-size-column-f);
  line-height: 24px;
}

.zk_list_page_rpx .page_title_rpx > div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #ad6edd;
}

.zk_list_page_rpx .column_box_rpx {
  border-top: 1px solid #ad6edd;
  padding: 10px 0;
  /* overflow: hidden; */
}

.zk_list_page_rpx .zjtd_rpx {
  margin-top: 20px;
  border-top: none;
  padding: 10px 0 20px;
  /* overflow: hidden; */
}

.zk_list_page_rpx .zjtd_rpx .zj_list_box_rpx {
  margin-top: -10px;
}

.zk_list_page_rpx .column_box_rpx .column_title_rpx {
  padding: 5px 0;
  font-weight: bold;
  font-size: var(--font-size-column-t);
  color: var(--font-color_default);
  line-height: 30px;
}

.zk_list_page_rpx .column_box_rpx .col_list_rpx {
  margin: 0 -20px;
}

.zk_list_page_rpx .column_box_rpx .col_list_rpx .col_item_rpx {
  width: calc(100% / 3);
  padding: 10px 20px;
}

.zk_list_page_rpx .column_box_rpx .col_list_rpx .col_item_rpx .col_card_rpx {
}

.zk_list_page_rpx .column_box_rpx .col_list_rpx .col_item_rpx .col_card_rpx .card_name_rpx {
  margin-top: 10px;
  max-height: 52rpx;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 26px;
  font-weight: bold;
}

.zk_list_page_rpx .column_box_rpx .col_list_rpx .col_item_rpx .col_card_rpx .card_time_rpx {
  margin-top: 5px;
  font-size: var(--font-size-m);
  color: #909399;
  line-height: 22px;
}

.zjgd_list_rpx {
}

.zjgd_list_rpx .zjgd_item_rpx {
  border-top: 1px solid #cedadd;
}

.zjgd_list_rpx .zjgd_item_rpx:first-child {
  border-top: none;
}

.zjgd_list_rpx .zjgd_item_rpx .zjgd_card_rpx {
  padding: 16px 0;
}

.zjgd_list_rpx .zjgd_item_rpx .zjgd_card_rpx .zjgd_left_rpx {
  flex: 1;
  width: 0;
}

.zjgd_list_rpx .zjgd_item_rpx .zjgd_card_rpx .zjgd_left_rpx .zjgd_name_rpx {
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 26px;
  font-weight: bold;
}

.zjgd_list_rpx .zjgd_item_rpx .zjgd_card_rpx .zjgd_left_rpx .zjgd_intr_rpx {
  margin-top: 5px;
  font-size: 14px;
  color: #606266;
  line-height: 22px;
}

.zjgd_list_rpx .zjgd_item_rpx .zjgd_card_rpx .zjgd_left_rpx .zjgd_time_rpx {
  margin-top: 5px;
  font-size: var(--font-size-m);
  color: #909399;
  line-height: 22px;
}

.zjgd_list_rpx .zjgd_item_rpx .zjgd_card_rpx .zjgd_img_box_rpx {
  margin-left: 20px;
  /* width: 142px; */
  width: 174px;
}

.zjgd_list_rpx .zjgd_item_rpx .zjgd_card_rpx .zjgd_img_box_rpx .card_img_rpx {
  padding-top: 56.25%;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.team_box_rpx {
  margin-top: 20px;
  border-top: 1px solid #ad6edd;
}

.team_box_rpx:first-child {
  margin-top: 10px;
}

.team_box_rpx .column_title_rpx {
  margin-top: 10px;
}

.zk_list_page_rpx .yjbg_rpx .col_list_rpx {
}

.zk_list_page_rpx .yjbg_rpx .col_list_rpx .col_item_rpx {
  width: 20%;
}

.zk_list_page_rpx .yjbg_rpx .yjbg_card_img_rpx {
  padding: 4px;
  border: 1px solid #dfdfdf;
  transition: all 0.3s ease;
}

.zk_list_page_rpx .yjbg_rpx .card_img_rpx {
  padding-top: 140%;
  border-radius: 0;
}

.zk_list_page_rpx .yjbg_rpx .col_card_rpx:hover .yjbg_card_img_rpx {
  box-shadow: 0px 0px 10px #7f7f7f;
}

.zklisttwo_rpx {
}

.zklisttwo_rpx .column_box_rpx {
  margin-top: 10px;
  border-top: 0;
  /* overflow: hidden; */
}

.zklisttwo_rpx .zj_col_list_rpx {
  margin: 0 -10px;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx {
  width: calc(100% / 3);
  /* width: 50%; */
  padding: 10px;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx .zj_col_card_rpx {
  padding: 5px;
  border: 5px solid #f2f5f7;
  border-radius: 3px;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx .zj_col_card_rpx .zj_tx_box_rpx {
  margin-right: 20px;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx .zj_col_card_rpx .zj_tx_img_rpx {
  position: relative;
  width: 120px;
  padding-top: calc(3200% / 22);
  /* width: 140px; */
  /* padding-top: 100%; */
  border-radius: 3px;
  overflow: hidden;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx .zj_col_card_rpx .zj_tx_img_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx .zj_col_card_rpx .zj_info_rpx {
  flex: 1;
  width: 0;
  padding-right: 20px;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx .zj_col_card_rpx .zj_info_rpx .zj_name_rpx {
  padding: 20px 0 10px;
  border-bottom: 1px solid #303133;
  font-weight: bold;
  font-size: 16px;
  color: var(--font-size-default);
  line-height: 26px;
}

.zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx .zj_col_card_rpx .zj_info_rpx .zj_intro_rpx {
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  line-height: 28px;
  text-align: justify;
}

.zjtd_scrollContainer {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}

.zjtd_scrollContainer .zjtd_left_btn,
.zjtd_scrollContainer .zjtd_right_btn {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 10px 10px 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.zjtd_scrollContainer:hover .zjtd_left_btn,
.zjtd_scrollContainer:hover .zjtd_right_btn {
  z-index: 2;
}

.zjtd_scrollContainer .zjtd_right_btn {
  left: auto;
  right: 0;
  border-radius: 10px 0 0 10px;
}

.zjtd_scrollContainer .zjtd_right_btn span,
.zjtd_scrollContainer .zjtd_left_btn span {
  font-size: 24px;
  color: #fff;
}

.zjtd_list_rpx {
  position: absolute;
  transition: transform 0.8s ease;
}

.zjtd_list_rpx .zjtd_item_rpx {
  flex-shrink: 0;
  width: 205px;
  padding: 10px 15px;
}

.zjtd_list_rpx .zjtd_item_rpx:first-child {
  padding-left: 0;
  width: 190px;
}

.zjtd_list_rpx .zjtd_item_rpx:last-child {
  padding-right: 0;
  width: 190px;
}

.zjtd_list_rpx .zjtd_item_rpx:first-child {
  padding-right: 15px;
}

.zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx {
  position: relative;
  display: block;
  border-bottom: 4px solid #ad6edd;
  overflow: hidden;
}

.zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx .zjtd_img_rpx {
  position: relative;
  padding-top: calc(3200% / 22);
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx .zjtd_img_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx .zjtd_bom_rpx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  color: #fff;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx:hover .zjtd_bom_rpx {
  transform: translateY(0);
}

.zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx .zjtd_bom_rpx .zj_name_rpx {
  font-weight: bold;
  font-size: var(--font-size-default);
  line-height: 24px;
}

.zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx .zjtd_bom_rpx .zj_tag_rpx {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
}

.zk_list_page_rpx .zk_sjk_box_rpx {
  padding: 30px;
  background-color: rgba(173, 110, 221, 0.2);
}

.zk_list_page_rpx .zk_sjk_box_rpx .column_title_rpx {
  padding: 0;
  line-height: 20px;
}

.zk_sjk_box_rpx .zk_sjk_left_rpx {
  /* flex: 1; */
  /* width: 0; */
  width: 480px;
}

.zk_sjk_box_rpx .zk_sjk_num_box {
  margin-top: 10px;
  flex: 1;
  height: 0;
}

.zk_sjk_box_rpx .zk_sjk_num_box .zk_sjk_num {
  font-weight: bold;
  font-size: 50px;
  line-height: 70px;
  color: #303133;
}

.zk_sjk_box_rpx .zk_sjk_num_box .zk_sjk_num span {
  margin-left: 16px;
  font-weight: bold;
  font-size: 16px;
}

.zk_sjk_box_rpx .zk_sjk_num_box .zk_sjk_txt1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #303133;
}

.zk_sjk_box_rpx .zk_sjk_num_box .zk_sjk_txt2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #303133;
  white-space: pre-line;
}

.zk_sjk_list_rpx {
  flex: 1;
  width: 0;
}

.zk_sjk_list_rpx .zk_sjk_item_rpx {
  margin-left: 30px;
  width: 50%;
  /* width: 330px; */
}

.zk_sjk_list_rpx .zk_sjk_item_rpx .zk_sjk_card_rpx {
  background-color: #502c6c;
  border-radius: 3px;
  cursor: pointer;
}

.zk_sjk_list_rpx .zk_sjk_item_rpx .zk_sjk_card_rpx .zk_sjk_img_rpx {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.zk_sjk_list_rpx .zk_sjk_item_rpx .zk_sjk_card_rpx .zk_sjk_img_rpx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zk_sjk_list_rpx .zk_sjk_item_rpx .zk_sjk_card_rpx .zk_sjk_bom_rpx {
  position: relative;
  height: 68px;
  padding: 10px 16px;
  padding-right: 80px;
  border-radius: 0 0 3px 3px;
  font-weight: bold;
  font-size: 16px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.zk_sjk_list_rpx .zk_sjk_item_rpx .zk_sjk_card_rpx .zk_sjk_bom_rpx .icon-youjiantou {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #ad6edd;
  /* border-radius: 3px 0 0 0; */
}

.zh_row_list_rpx {
  margin-top: 20px;
  /* overflow: hidden; */
  border-top: 1px solid #ad6edd;
}

.zh_row_list_rpx .zh_row_title_rpx {
  padding-top: 16px;
  font-weight: bold;
  font-size: var(--font-size-column-t);
  color: var(--font-size-default);
  line-height: 30px;
}

.zh_row_list_rpx .zh_col_list_rpx {
  margin: 0 -15px;
}

/* 
.zh_row_list_rpx .zh_col_list_rpx .zh_col_item_rpx {
	width: 50%;
	padding: 0 20px;
}

.zh_row_list_rpx .zh_col_list_rpx .zh_col_item_rpx .zh_col_card_rpx {
	padding: 16px 0;
	border-bottom: 1px solid #CEDADD;
}

.zh_row_list_rpx .zh_col_list_rpx .zh_col_item_rpx .zh_col_card_rpx .card_left_rpx {
	flex: 1;
	width: 0;
}

.zh_row_list_rpx .zh_col_list_rpx .zh_col_item_rpx .zh_col_card_rpx .card_left_rpx .card_name_rpx {
	max-height: 52px;
	font-weight: 500;
	font-size: var(--font-size-default);
	color: var(--font-size-default);
	line-height: 26px;
}

.zh_row_list_rpx .zh_col_list_rpx .zh_col_item_rpx .zh_col_card_rpx .card_left_rpx .card_time_rpx {
	margin-top: 5px;
	font-weight: 500;
	font-size: var(--font-size-m);
	color: #909399;
	line-height: 20px;
}

.zh_row_list_rpx .zh_col_list_rpx .zh_col_item_rpx .zh_col_card_rpx .card_img_box_rpx {
	margin-left: 20px;
	width: 142px;
} */

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx {
  width: 25%;
  padding: 10px 15px;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx {
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_img_rpx {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_img_rpx img {
  width: 100%;
  height: auto;
  min-height: 100px;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_title_rpx {
  margin-top: 10px;
  max-height: 48px;
  font-weight: 500;
  font-size: var(--font-size-default);
  color: var(--font-color_default);
  line-height: 24px;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx {
  margin-top: 5px;
  font-weight: 400;
  font-size: var(--font-size-m);
  color: var(--font-color_default);
  line-height: 20px;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_tx_rpx {
  flex-shrink: 0;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_tx_rpx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_aname_rpx {
  flex: 1;
  width: 0;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_dz_rpx {
  cursor: pointer;
}

.zh_row_list_rpx .zh_col_list_rpx .blog_item_rpx .blog_card_rpx .blog_auther_rpx .blog_dz_rpx img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sjk_box_bj {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(to top, rgba(173, 110, 221, 0.5), rgba(173, 110, 221, 0));
}

.database_box_rpx {
  padding: 20px 0 0;
  text-align: center;
}

.database_bj_rpx {
  /* background-color: #e1f0ff; */
  background: linear-gradient(to bottom, rgba(173, 110, 221, 0.5), rgba(173, 110, 221, 0));
}

.database_rpx {
}

.database_rpx .logo_box_rpx {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}

.database_rpx .logo_box_rpx img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.database_rpx .database_title_rpx {
  font-weight: bold;
  font-size: 32px;
  color: #303133;
  line-height: 52px;
  text-align: center;
}

.database_rpx .database_intro2_rpx {
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  color: #303133;
  line-height: 28px;
}

.database_rpx .database_num_rpx {
  margin-top: 30px;
  font-weight: bold;
  font-size: 50px;
  color: #303133;
  line-height: 70px;
}

.database_rpx .database_num_rpx span {
  margin: 0 12px;
  font-weight: 500;
  font-size: 18px;
}

.database_rpx .database_intro_rpx {
  margin-top: 16px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #303133;
  line-height: 26px;
  text-align: center;
  white-space: pre-line;
}

.database_rpx .sjk_htnt {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color: rgba(80, 56, 237, 1);
}

.database_rpx .database_list_rpx {
  margin-top: 20px;
  width: 100%;
}

.database_rpx .database_list_rpx .database_item_rpx {
  /* width: 50%; */
  width: 500px;
  max-width: 50%;
  padding: 16px 20px;
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx {
  /* cursor: pointer; */
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx .database_img_rpx {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx .database_img_rpx img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx .database_content_rpx {
  padding: 16px 0;
  text-align: center;
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx .database_content_rpx .database_name_rpx {
  font-weight: bold;
  font-size: 18px;
  color: #303133;
  line-height: 30px;
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx .database_content_rpx .database_intro3_rpx {
  width: 100%;
  margin-top: 15px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #303133;
  line-height: 26px;
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx .database_content_rpx .database_cont_rpx {
  width: 100%;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #606266;
  line-height: 26px;
}

.database_rpx .database_list_rpx .database_item_rpx .database_card_rpx .database_content_rpx .database_jinru_rpx {
  /* margin-top: 16px; */
  width: 100%;
  padding: 10px 20px;
  border-radius: 40px;
  background: linear-gradient(to right, rgba(145, 129, 244, 0.9), rgba(80, 56, 237, 0.9));
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}

.database_rpx .sjk_bom_rpx {
  width: 100%;
}

.database_rpx .sjk_notice_rpx {
  width: 100%;
  padding: 0 20px;
}

.database_rpx .sjk_notice_rpx .sjk_notice_title_rpx {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.database_rpx .sjk_notice_rpx .sjk_notice_list_rpx {
  margin-top: 10px;
}

.database_rpx .sjk_notice_rpx .sjk_notice_list_rpx .sjk_notice_item_rpx {
  padding: 10px 0;
  font-size: 16px;
  color: #606266;
  line-height: 24px;
  border-bottom: 1px solid #cedadd;
}

.database_rpx .sjk_notice_rpx .sjk_notice_list_rpx .sjk_notice_item_rpx .sjk_notice_name_rpx {
  flex: 1;
  width: 0;
  margin-right: 20px;
}

.database_rpx .sjk_notice_rpx .sjk_notice_list_rpx .sjk_notice_item_rpx .sjk_notice_date_rpx {
}

.base_jj_list {
  margin-top: 20px;
}

.base_jj_list .base_jj_item {
  margin: 10px 0;
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #fff;
}

.base_jj_list .base_jj_item:last-child {
  border-right: none;
}

.base_jj_list .base_jj_item .base_jj_card {
  color: #303133;
}

.base_jj_list .base_jj_item .base_jj_card .base_jj_name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.base_jj_list .base_jj_item .base_jj_card .base_jj_cont {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  white-space: pre-line;
}

.base_jj_list .base_jj_item .base_jj_card .base_jj_cont span {
  font-weight: bold;
  padding: 0 4px;
}

.video_list_page_rpx {
  padding: 40px 0;
  min-height: 100vh;
}

.video_list_page_rpx .video_type_box {
  margin: 0 -5px;
  padding-bottom: 5px;
}

.video_list_page_rpx .video_type_box .video_type {
  padding: 5px;
}

.video_list_page_rpx .video_type_box .video_type .video_label {
  padding: 8px 12px;
  background-color: rgba(22, 23, 34, 0.2);
  border-radius: 32px;
  font-size: 14px;
  color: #030303;
  line-height: 14px;
  cursor: pointer;
}

.video_list_page_rpx .video_type_box .video_type .active {
  background-color: rgba(22, 23, 34, 0.6);
  background-color: #ad6edd;
  color: #fff;
}

.video_list_page_rpx .video_list_rpx {
  margin: 0 -15px;
}

.video_list_page_rpx .video_list_rpx .tl_video_item_rpx {
  width: calc(200% / 3);
  padding: 15px;
}

.video_list_page_rpx .video_list_rpx .tl_video_item_rpx .video_card_rpx {
  position: relative;
}

.video_list_page_rpx .video_list_rpx .tl_video_item_rpx .video_card_rpx .video_img_rpx {
  position: relative;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.video_list_page_rpx .video_list_rpx .tl_video_item_rpx .video_card_rpx .video_img_rpx .cover_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.video_list_page_rpx .video_list_rpx .tl_video_item_rpx .video_card_rpx .video_bottom_rpx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.1));
  padding: 10px 20px;
  border-radius: 0 0 4px 4px;
}

.video_list_page_rpx .video_list_rpx .tl_video_item_rpx .video_card_rpx .video_title_rpx {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.video_list_page_rpx .video_list_rpx .tr_video_ul_rpx {
  width: calc(100% / 3);
  padding: 15px;
}

.video_list_page_rpx .video_list_rpx .tr_video_ul_rpx .tr_video_li_rpx {
  flex: 1;
  padding: 16px 0;
  border-bottom: 1px solid #cedadd;
  font-weight: 500;
  font-size: 16px;
  color: var(--font-color_default);
  line-height: 24px;
}

/* .video_list_page_rpx .video_list_rpx .tr_video_ul_rpx .tr_video_li_rpx:hover {
	color: #AD6EDD;
} */

.video_list_page_rpx .video_list_rpx .video_item_rpx {
  width: calc(100% / 3);
  padding: 15px;
}

.video_list_page_rpx .video_list_rpx .video_item_rpx .video_card_rpx {
}

.video_list_page_rpx .video_list_rpx .video_item_rpx .video_card_rpx .video_img_rpx {
  position: relative;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.video_list_page_rpx .video_list_rpx .video_item_rpx .video_card_rpx .video_img_rpx .cover_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.video_list_page_rpx .video_list_rpx .video_item_rpx .video_card_rpx .video_img_rpx .play_img {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.video_list_page_rpx .video_list_rpx .video_item_rpx .video_card_rpx:hover .video_img_rpx .cover_img {
  transform: scale(1.15);
}

.video_list_page_rpx .video_list_rpx .video_item_rpx .video_card_rpx:hover .video_img_rpx .play_img {
  transform: scale(1);
}

.video_list_page_rpx .video_list_rpx .video_item_rpx .video_card_rpx .video_title_rpx {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #303133;
  line-height: 24px;
}

.column_description {
  padding: 5px 0;
  font-weight: 500;
  font-size: 17px;
  color: #606266;
}

.topic-img {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .home {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    overflow: hidden;
  }

  .home_top_box_rpx {
    flex-wrap: wrap;
  }

  .home_top_box_rpx .banner_box_rpx {
    width: 100%;
    height: 360px;
  }

  .home_top_box_rpx .banner_box_rpx .qh_box_rpx {
    width: 100%;
  }

  .home_top_box_rpx .banner_box_rpx .prev_rpx,
  .home_top_box_rpx .banner_box_rpx .next_rpx {
    left: 10px;
    width: 40px;
    height: 40px;
  }

  .home_top_box_rpx .banner_box_rpx .prev_rpx::after,
  .home_top_box_rpx .banner_box_rpx .next_rpx::after {
    top: 10px;
    left: 12px;
    width: 12px;
    height: 12px;
  }

  .home_top_box_rpx .banner_box_rpx .prev_rpx::after {
    top: 14px;
  }

  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj {
    padding: 20px 20px 20px 80px;
  }

  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item {
    padding: 20px 20px 20px 80px;
  }

  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt2_rpx,
  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt4_rpx,
  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt5_rpx,
  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item .txt6_rpx {
    margin-top: 10px;
  }

  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item_rpx1 {
    width: 100%;
  }

  .home_top_box_rpx .banner_box_rpx .banner_rpx .banner_bj .banner_item {
    padding: 20px 10px 20px 60px;
    height: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }

  .home_top_box_rpx .sj_box_rpx {
    width: 100%;
  }

  .syky_box_rpx {
    margin: 10px 0 0;
    flex-wrap: wrap;
  }

  .syky_box_rpx .syky_item_rpx {
    width: 100%;
    padding: 10px 0;
  }

  .syky_box_rpx .syky_item_rpx .left_box_rpx {
    margin-right: 10px;
    width: 180px;
  }

  .syky_box_rpx .syky_item_rpx .left_box_rpx .img_box_rpx {
    margin-top: 10px;
    height: 120px;
  }

  .syky_box_rpx .syky_item_rpx:nth-child(2) {
    border-top: 1px solid #ebebeb;
  }

  .syky_box_rpx2 {
    padding: 20px 0 10px;
    border-top: 1px solid #808080;
  }

  .sykj_list_rpx {
    margin: 5px -5px 0;
  }

  .sykj_list_rpx .sykj_item_rpx {
    width: 50%;
    padding: 5px;
  }

  .video_box_rpx {
    color: #fff;
    padding: 0 10px;
    margin: 0 -10px;
  }

  .video_box_top_rpx {
    padding: 20px 0 0;
  }

  .video_box_top_rpx .tl_box_rpx {
    width: 100%;
    padding-right: 0px;
  }

  .video_box_top_rpx .tl_box_rpx .img_box_rpx .play_img {
    width: 40px;
    height: 40px;
  }

  .video_box_top_rpx .tl_box_rpx .name_rpx {
    margin-top: 10px;
  }

  .video_box_top_rpx .tr_box_rpx {
    margin-top: 10px;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }

  .video_box_top_rpx .tr_box_rpx .ul_rpx {
    height: 100%;
    border-top: 1px solid #383434;
  }

  .video_box_top_rpx .tr_box_rpx .li_rpx {
    flex: 1;
    padding: 10px 0;
    border-bottom: 1px solid #383434;
  }

  .video_list_rpx {
    margin: 0;
    flex-wrap: wrap;
  }

  .video_list_rpx .video_item_rpx {
    width: 100%;
    padding: 10px 0;
  }

  .video_list_rpx .video_item_rpx .img_box_rpx .play_img {
    width: 40px;
    height: 40px;
  }

  .zjwyh_box {
    padding: 20px 0;
  }

  .zj_list_box_rpx {
    width: 100%;
    overflow: hidden;
  }

  .zj_list_rpx {
    margin-top: 5px;
    flex-shrink: 0;
    width: 100%;
    animation: none;
    flex-wrap: wrap;
  }

  .zj_list_rpx:nth-child(2) {
    display: none;
  }

  .zj_list_rpx .zj_item_rpx {
    width: 100%;
    padding: 5px 10px;
  }

  .zj_list_rpx .zj_item_rpx .zj_card_rpx {
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 0 0 0 6px #f2f5f7 inset;
  }

  .zj_list_rpx .zj_item_rpx .zj_card_rpx .img_box_rpx {
    margin-right: 20px;
    width: 120px;
  }

  .zj_list_rpx .zj_item_rpx .zj_card_rpx .right_box_rpx {
    flex: 1;
    width: 0;
    padding-right: 40px;
  }

  .zj_list_rpx .zj_item_rpx .zj_card_rpx .right_box_rpx .name_rpx {
    padding: 15px 0 20px;
    border-bottom: 1px solid #000000;
    font-size: 20px;
    line-height: 20px;
  }

  .zj_list_rpx .zj_item_rpx .zj_card_rpx .right_box_rpx .tag_rpx {
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 24px;
  }

  .ydyl_list_rpx {
    margin: 5px -5px 0;
  }

  .ydyl_list_rpx .ydyl_item_rpx {
    width: 50%;
    padding: 5px;
  }

  .member_list_rpx {
    margin-top: 10px;
  }

  .member_list_rpx .member_item_rpx {
    width: calc(100% / 3);
  }

  .member_list_rpx .member_item_rpx .member_card_rpx .name_rpx {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    word-wrap: break-word;
  }

  .member_list_rpx .member_item_rpx .member_card_rpx .intro_rpx {
    margin-top: 10px;
  }

  .zkcx_box_rpx {
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #b26636;
    text-align: center;
  }

  .zkcx_box_rpx .zkcx_title_rpx {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .zkcx_box_rpx .zkcx_list_rpx {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx {
    width: 50%;
    border-right: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    padding: 20px 10px;
  }

  .zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx:nth-child(1),
  .zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx:nth-child(2) {
    border-top: none;
  }

  .zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx:nth-child(2n) {
    border-right: none;
  }

  .zkcx_box_rpx .zkcx_list_rpx .zkcx_item_rpx .img_box_rpx {
    margin: auto;
  }

  .list_page_rpx {
    font-size: 14px;
    line-height: 20px;
  }

  .list_page_rpx .list_top_rpx {
    padding: 20px 0 0;
    flex-wrap: wrap;
  }

  .list_page_rpx .left_box {
    flex: auto;
    width: 100%;
  }

  .list_page_rpx .right_box {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .list_page_rpx .left_box .wz_item_rpx {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .list_page_rpx .left_box .wz_item_rpx .flex_1 {
    margin-top: 10px;
    width: 100%;
    flex: auto;
  }

  .list_page_rpx .left_box .wz_item_rpx .wz_info_rpx {
    margin-right: 0;
    width: 100%;
  }

  .list_page_rpx .left_box .wz_item_rpx .wz_info_rpx .wz_title {
    font-size: 20px;
    line-height: 30px;
  }

  .list_page_rpx .left_box .wz_item_rpx .wz_info_rpx .wz_date,
  .list_page_rpx .left_box .wz_item_rpx .wz_info_rpx .wz_intro {
    margin-top: 10px;
  }

  .list_page_rpx .right_box .wz_item_rpx {
    margin-top: 5px;
    width: 50%;
    padding: 5px;
    padding-left: 0;
  }

  .list_page_rpx .right_box .wz_item_rpx:nth-child(2n) {
    padding: 5px;
    padding-right: 0;
  }

  .list_page_rpx .wz_item_rpx .img_box_rpx {
    border-radius: 4px;
  }

  .list_page_rpx .wz_item_rpx .name_rpx {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .list_page_rpx .wz_list_rpx {
    margin: 0 -5px;
  }

  .list_page_rpx .wz_list_rpx .wz_item_rpx {
    width: 50%;
    padding: 5px;
  }

  .list_page_rpx .wz_list_rpx .wz_item_rpx .wz_card_rpx .img_box_rpx {
    border-radius: 4px;
  }

  .video_page_rpx {
    padding: 0 0;
  }

  .video_page_rpx .video_con_rpx {
    flex-wrap: wrap;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx {
    flex: auto;
    width: 100%;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx .video_box_rpx {
    margin: 0 -10px;
    height: 240px;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx .video_box_rpx .gd_title_rpx {
    height: 40px;
    padding: 10px;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx .video_title_rpx {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx {
    padding: 10px 0;
    border-bottom: 1px solid #000000;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx .ll_num_rpx {
    font-size: 12px;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx .qt_box_rpx {
    font-size: 12px;
    line-height: 16px;
  }

  .video_page_rpx .video_con_rpx .left_box_rpx .video_other_rpx .qt_box_rpx .qt_li_rpx {
    margin-right: 15px;
  }

  .video_page_rpx .video_con_rpx .right_box_rpx {
    margin-left: 0;
    width: 100%;
  }

  .blogger_page_rpx {
    padding: 20px 0;
  }

  .detail_page_rpx {
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .detail_page_rpx > .w1200 > .flex {
    flex-wrap: wrap;
  }

  .detail_page_rpx .left_box_rpx {
    flex: auto;
    width: 100%;
  }

  .detail_page_rpx .left_box_rpx .detail_title_rpx {
    font-size: 20px;
    line-height: 30px;
  }

  .detail_page_rpx .left_box_rpx .tx_rpx {
    margin-right: 10px;
    width: 42px;
    height: 42px;
  }

  .detail_page_rpx .left_box_rpx .qt_rpx {
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 12px;
    line-height: 16px;
  }

  .detail_page_rpx .left_box_rpx .detail_content_rpx {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }

  .detail_page_rpx .left_box_rpx .qt_rpx .viewCount,
  .detail_page_rpx .left_box_rpx .qt_rpx > div {
    margin-top: 4px;
  }

  .detail_page_rpx .right_box_rpx {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
  }

  .detail_page_rpx .right_box_rpx .rig_title_rpx {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .detail_page_rpx .right_box_rpx .rig_intro_rpx {
    padding: 0 0 10px;
    line-height: 20px;
  }

  .detail_page_rpx .right_box_rpx .more_ul_rpx .more_li_rpx .num_rpx {
    margin-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .user_page_rpx {
    padding: 20px 0;
  }

  .user_page_rpx .user_box_rpx .user_avatar_box_rpx {
    width: 84px;
    height: 84px;
  }

  .user_page_rpx .user_box_rpx .user_info_box_rpx {
    margin-top: 10px;
    width: 100%;
  }

  .user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx {
    margin-top: 16px;
  }

  .user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .eye_box_rpx img,
  .user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .icon_rpx {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }

  .user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .eye_box_rpx {
    margin-left: 10px;
    cursor: pointer;
  }

  .user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx .radio_rpx {
    margin-left: 20px;
  }

  .user_page_rpx .user_box_rpx .user_info_box_rpx .info_row_rpx .row_con_rpx .value_rpx .radio_rpx::before {
    width: 10px;
    height: 10px;
  }

  .footer_box .foot_list {
    flex-wrap: wrap;
  }

  .footer_box .foot_list .foot_li {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer_box .foot_list .foot_li .footli_tit {
    margin-bottom: 0;
    padding: 6px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer_box .foot_list .foot_li .footli_xl {
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .topic-img {
    height: 230px !important;
    margin-top: 10px;
  }

  .topic-rank {
    margin-top: 30px !important;
  }

  .hot_page_rpx {
    padding: 10px 0 10px;
  }

  .hot_page_rpx .hot_top_title_row {
    flex-wrap: wrap;
  }

  .hot_page_rpx .hot_page_title_rpx {
    width: 100%;
  }

  .hot_page_rpx .hot_search_rpx {
    width: 100%;
    margin-top: 20px;
  }

  .hot_page_rpx .hot_search_rpx .input {
    width: 364px;
    height: 40px;
  }

  .hot_page_rpx .hot_search_rpx .select {
    margin-left: 10px;
  }

  .hot_page_rpx .hot_list_rpx {
    margin-top: 10px;
  }

  .hot_page_rpx .hot_list_rpx .hot_item_rpx {
    padding: 20px 0;
    border-bottom: 1px solid #5e5e5e;
  }

  .hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx {
  }

  .hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .img_box_rpx {
    margin-right: 10px;
    width: 160px;
    height: 120px;
    border-radius: 4px;
  }

  .hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .card_rig_box_rpx .bt {
    margin-top: 5px;
    height: 20px;
    -webkit-line-clamp: 1;
  }

  .hot_page_rpx .hot_list_rpx .hot_item_rpx .hot_card_rpx .card_rig_box_rpx .jj {
    margin-top: 5px;
    height: 40px;
    -webkit-line-clamp: 2;
  }

  .hot_page_rpx .pagination_box {
    padding: 20px 0 10px;
  }

  .hot_page_rpx .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ad6edd;
  }

  .hot_page_rpx .el-pagination.is-background .el-pager li:hover {
    color: #ad6edd;
  }

  .hot_page_rpx .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: #fff;
  }

  .new_list_page_rpx {
    padding: 20px 0;
    font-size: var(--font-size-default);
    color: var(--font-color_default);
    line-height: 26px;
  }

  .new_list_page_rpx .flex {
    flex-wrap: wrap;
  }

  .new_list_page_rpx .page_title_rpx {
    margin-bottom: 10px;
  }

  .new_list_page_rpx .new_list_box_rpx {
    flex: auto;
    width: 100%;
  }

  .new_list_page_rpx .new_list_box_rpx .new_item_rpx {
    margin-top: 20px;
    width: 100%;
    padding-right: 0;
  }

  .hot_box_rpx {
    margin-top: 20px;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ad6edd;
  }

  .listtwo_page_rpx {
    padding: 20px 0;
  }

  .listtwo_page_rpx .page_title_rpx {
    margin-bottom: 0;
  }

  .listtwo_page_rpx .flex {
    flex-wrap: wrap;
  }

  .listtwo_page_rpx .list_box_rpx {
    flex: auto;
    width: 100%;
    padding-right: 0;
  }

  .zk_list_page_rpx {
    padding: 20px 0;
  }

  .zk_list_page_rpx .page_title_rpx {
    margin-bottom: 0;
  }

  .zk_list_page_rpx .column_box_rpx {
    padding: 10px 0;
    overflow: hidden;
  }

  .zk_list_page_rpx .column_box_rpx .col_list_rpx {
    margin: 0 -5px;
  }

  .zk_list_page_rpx .column_box_rpx .col_list_rpx .col_item_rpx {
    width: 100%;
    padding: 10px 5px;
  }

  .zk_list_page_rpx .yjbg_rpx .col_list_rpx .col_item_rpx {
    width: 50%;
  }

  .zklisttwo_rpx {
  }

  .zklisttwo_rpx .column_box_rpx {
    margin-top: 0;
    border-top: 0;
    overflow: hidden;
  }

  .zklisttwo_rpx .zj_col_list_rpx {
    margin: 0 -10px;
  }

  .zklisttwo_rpx .zj_col_list_rpx .zj_col_item_rpx {
    width: 100%;
    padding: 5px 10px;
  }

  .zh_row_list_rpx {
    overflow: hidden;
  }

  .zh_row_list_rpx .zh_row_title_rpx {
    margin-top: 20px;
    display: block;
    font-weight: bold;
    font-size: var(--font-size-column-t);
    color: var(--font-size-default);
    line-height: 30px;
  }

  .zh_row_list_rpx .zh_col_list_rpx .zh_col_item_rpx {
    width: 100%;
  }

  .blogger_page_rpx {
    padding: 20px 0;
    overflow: hidden;
  }

  .blogger_page_rpx .blog_list_rpx {
    margin: 0 -10px;
    align-items: flex-start;
  }

  .blogger_page_rpx .blog_list_rpx .blog_col_rpx {
    width: 100%;
    padding: 0 10px;
  }

  .zjtd_list_rpx {
    margin: 0 -5px;
    flex-wrap: wrap;
  }

  .zjtd_list_rpx .zjtd_item_rpx {
    width: 50%;
    padding: 5px;
  }

  .zjtd_list_rpx .zjtd_item_rpx .zjtd_card_rpx .zjtd_bom_rpx {
    transform: translateY(0);
  }

  .about_page_rpx {
    padding: 20px 0;
  }

  .about_page_rpx > .flex {
    flex-wrap: wrap;
  }

  .about_page_rpx .logo_box_rpx {
    margin: auto;
  }

  .about_page_rpx .about_contetn_rpx {
    margin-top: 20px;
    flex: 1;
    width: 100%;
    text-align: center;
  }
}
.detail_content_rpx p ,
.video_intro_rpx p {
  margin-bottom: 10px; /* 调整段落间距 */
}