@font-face {
  font-family: "DouyinSans";
  src: url("/Public/web_v2/fonts/DouyinSans.otf?v=2");
}
.slide_member_box {
  width: 152px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 4px;
  background: #ffffff;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.slide_member_box .slide_member_box_item {
  width: 144px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 12px;
  font-family: PingFang SC;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
.slide_member_box .slide_member_box_item span:last-child {
  margin-left: 4px;
  height: 17px;
  border-radius: 4px 4px 4px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 3px;
  background: #ff2300;
  font-size: 12px;
  color: #ffffff;
}
.slide_member_box .slide_member_box_item:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.88) !important;
}
.member_sub_item_new {
  right: -50px !important;
}
.header_v5 .avatar_user_box {
  width: 352px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 8px 12px;
  display: none;
  cursor: auto;
}
.header_v5 .avatar_user_box .user_top {
  width: 328px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
}
.header_v5 .avatar_user_box .user_top .user_top_avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  display: flex;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.08) !important;
  margin-right: 12px;
  cursor: pointer;
}
.header_v5 .avatar_user_box .user_top .user_text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 60%;
}
.header_v5 .avatar_user_box .user_top .user_text .user_name {
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.header_v5 .avatar_user_box .user_top .user_text .user_name span {
  display: inline-block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.header_v5 .avatar_user_box .user_top .user_text .user_name .more_right {
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-top: 1px;
  flex-shrink: 0;
}
.header_v5 .avatar_user_box .user_top .user_text .user_intro {
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.64);
  margin-top: 2px;
}
.header_v5 .avatar_user_box .collect_msg_box {
  width: 100%;
  display: flex;
}
.header_v5 .avatar_user_box .collect_msg_box .collect_msg_box_item {
  width: 82px;
  height: 56px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.header_v5 .avatar_user_box .collect_msg_box .collect_msg_box_item span {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  display: block;
  height: 20px;
}
.header_v5 .avatar_user_box .collect_msg_box .collect_msg_box_item div {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.4);
}
.header_v5 .avatar_user_box .user_member_status {
  width: 312px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  gap: 8px;
  background: linear-gradient(105deg, rgba(255, 214, 157, 0.6) 0%, rgba(248, 226, 196, 0.4) 100%);
  margin: 0 auto;
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: rgba(53, 18, 6, 0.88);
}
.header_v5 .avatar_user_box .user_member_status .user_member_big_member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.header_v5 .avatar_user_box .user_member_status .user_member_big_member .member_right_svg {
  width: 16px;
  height: 16px;
}
.header_v5 .avatar_user_box .user_member_status .user_member_big_member div {
  display: flex;
  align-items: center;
}
.header_v5 .avatar_user_box .user_member_status .user_member_expired {
  width: 296px;
  height: 40px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 8px;
}
.header_v5 .avatar_user_box .user_member_status .user_member_expired .expired_member_tips {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.header_v5 .avatar_user_box .user_member_status .user_member_expired .expired_member_tips span {
  font-weight: 600;
  color: #ffe000;
}
.header_v5 .avatar_user_box .user_member_status .user_member_expired .x_f_btn {
  width: 64px;
  height: 26px;
  border-radius: 4px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: linear-gradient(248deg, #f8e2c4 0%, #f3bb6c 99%), #ffffff;
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
.header_v5 .avatar_user_box .member_user_bottom {
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 4px;
}
.header_v5 .avatar_user_box .member_user_bottom .member_user_bottom_item {
  width: 82px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.header_v5 .avatar_user_box .member_user_bottom .member_user_bottom_item div {
  position: relative;
}
.header_v5 .avatar_user_box .member_user_bottom .member_user_bottom_item .member_red {
  width: 6px;
  height: 6px;
  background: #ff2300;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: -10px;
}
.header_v5 .avatar_user_box .member_user_bottom .member_user_bottom_item span {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}
.header_v5 .avatar_user_box .member_user_bottom .member_user_bottom_item svg {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
}
.header_v5 .avatar_user_box .cancel_btn {
  width: 59px;
  height: 24px;
  border-radius: 26px 0px 0px 26px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 28px;
  right: 0;
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.header_v5 .avatar_user_box .change_btn {
  top: 44px;
}
.header_v5 .avatar_user_box .top_12 {
  top: 12px;
}
.home_swiper {
  padding-top: 0 !important;
}
.el-popper__arrow {
  display: none !important;
}
.home_swiper .swiper-container-new {
  border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
  background: linear-gradient(72deg, #FFC400 0%, #FFE95A 99%) !important;
}
.history_search_box_new {
  height: auto !important;
}
.header_left {
  animation: run 0.3s linear !important;
}
@keyframes run {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#container_big_home .new_header_big_home .header_left .header_search {
  min-width: 358px!important;
}
.search_hot_right {
  display: flex;
  white-space: nowrap;
}
.search_hot_right .search_hot_li {
  margin-right: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}
.search_hot_right .search_hot_li2 {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1440px) {
  .search_hot_right .search_hot_li:last-child {
    display: none;
  }
}
#big_home_page {
  padding-top: 0 !important;
}
.left-section {
  cursor: pointer;
}
.wang_coin {
  width: 67px;
  height: 44px;
  animation: zoomInOut 1s infinite;
  /* 2秒完成一次动画，无限循环 */
  cursor: pointer;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
    /* 初始大小 */
  }
  50% {
    transform: scale(0.95);
    /* 放大到 1.2 倍 */
  }
  100% {
    transform: scale(1);
    /* 缩小回原始大小 */
  }
}
/* 隐藏第一张图片 */
@keyframes hideFirstImage {
  0% {
    display: block;
    /* 显示第一张图片 */
  }
  1% {
    display: none;
    /* 隐藏第一张图片 */
  }
  100% {
    display: none;
    /* 保持隐藏状态 */
  }
}
.open_door {
  width: 67px;
  height: 44px;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.search_active_hover {
  background: rgba(0, 0, 0, 0.04);
}
.pop_dwns_box {
  top: -3px !important;
  right: 31px!important;
}
.pop_dwns_box .dwn_pops {
  position: relative;
  width: 114px;
  height: 46px;
  line-height: 17px;
  padding: 6px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.88);
  font-family: PingFang SC;
  font-size: 12px;
  color: #FFFFFF;
}
.pop_dwns_box .dwn_pops::after {
  position: absolute;
  right: -4px;
  top: 19px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.88);
}
.plan_hover_info_one,
.plan_hover_info_three {
  width: auto!important;
}
.plan_hover_box_new {
  width: 789px;
  height: 168px;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.plan_hover_box_new .plan_card_box {
  display: flex;
  justify-content: space-between;
  font-family: PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
}
.plan_hover_box_new .plan_card_box .plan_card_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 120px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
}
.plan_hover_box_new .plan_card_box .plan_card_right {
  width: 516px;
  display: flex;
  flex-wrap: wrap;
}
.plan_hover_box_new .plan_card_box .plan_card_right div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 54px;
  margin: 0 12px 12px 0;
  border-radius: 8px;
  cursor: pointer;
}
.plan_hover_box_new .plan_card_box .plan_card_right div:nth-child(4n) {
  margin-right: 0;
}
.content_hover_box_new {
  width: 540px;
  height: auto;
  border-radius: 12px;
  padding: 4px 12px;
  background: #fff;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.content_hover_box_new .tits {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  text-align: left;
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
}
.content_hover_box_new .type_lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content_hover_box_new .type_lists .nav_item {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 8px;
  margin: 0 8px 8px 0;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.04);
  font-family: PingFang SC;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
.content_hover_box_new .type_lists .nav_item:hover {
  background: #ffe000;
}
.content_hover_box_new .brand_lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content_hover_box_new .brand_lists .brand_item {
  display: flex;
  align-items: center;
  width: 120px;
  height: 44px;
  border-radius: 8px;
  margin: 0 8px 8px 0;
  padding: 2px;
  cursor: pointer;
}
.content_hover_box_new .brand_lists .brand_item .img {
  width: 40px;
  height: 40px;
  margin-right: 4px;
  border-radius: 6px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}
.content_hover_box_new .brand_lists .brand_item .txt {
  display: inline-flex;
  align-items: center;
  width: 72px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload_item .upload_sub_icon {
  position: absolute;
  top: -8px;
  left: 28px;
  height: 17px;
  border-radius: 4px 4px 4px 0px;
  padding: 2px 3px;
  background: #FF2300;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
.upload_item .upload_sub_item.upload_sub_img {
  right: -105px;
}
.upload_item .upload_sub_item .upload_img_box {
  width: 262px;
  height: 165px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.common_dialog_custom1 {
  border-radius: 12px;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.common_dialog_custom1 .title {
  font-family: PingFang SC;
  font-size: 17px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
}
.common_dialog_custom1 .txt {
  margin-top: 8px;
  font-family: PingFang SC;
  font-size: 15px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.88);
}
.common_dialog_custom1 .txt .blue {
  margin: 0 4px;
  color: #006FFF;
  cursor: pointer;
}
.common_dialog_custom1 .btn_left {
  width: 120px;
  height: 40px;
  margin-right: 16px!important;
  border-radius: 12px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.08);
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.88);
}
.common_dialog_custom1 .btn_right {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #FFE000;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.88);
}
.common_dialog_xiajia .add_title_close {
  display: none;
}
.common_dialog_xiajia .icon1 {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  color: #FFB85C;
}
.common_dialog_xiajia .center {
  line-height: 28px;
  margin-top: 80px;
  padding: 0 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.88);
}
.common_dialog_xiajia .lay_btn {
  margin-top: 0;
}
.common_dialog_xiajia .btn_right {
  width: 194px;
}
.common_dialog_xiajia2 {
  height: auto!important;
}
.common_dialog_xiajia2 .lay_btn {
  margin-top: 0;
}
.common_dialog_xiajia2 .center {
  padding: 0 44px;
}
.common_dialog_xiajia2 .center .download_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  margin-top: 16px;
  font-family: PingFang SC;
  font-size: 14px;
}
.common_dialog_xiajia2 .center .download_line .down_l span {
  margin-left: 4px;
  color: #006FFF;
  cursor: pointer;
}
.common_dialog_xiajia2 .center .download_line .down_r {
  display: flex;
  align-items: center;
  height: 20px;
  color: #FF8F00;
  cursor: pointer;
}
.common_dialog_xiajia2 .center .download_line .down_r .iconpark-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.common_dialog_xiajia2 .center .upload_file_box {
  overflow: hidden;
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info {
  width: 100%;
  height: 52px;
  margin-top: 24px;
  margin-right: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info .iconpark-icon {
  position: absolute;
  left: 12px;
  top: 9px;
  width: 32px;
  height: 32px;
  color: #FFE000;
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info .video_info {
  text-align: left;
  margin-left: 56px;
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info .video_info .video_name {
  height: 18px;
  line-height: 18px;
  margin-top: 8px;
  font-family: PingFang SC;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.88);
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info .video_info .video_size {
  height: 18px;
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info .video_info .video_size span {
  padding-right: 4px;
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info .video_info .video_size * {
  font-family: PingFang SC;
  font-size: 13px;
  line-height: 18px;
}
.common_dialog_xiajia2 .center .upload_file_box .ct_fille_info .video_info .video_size a:hover {
  color: #ff8f00 !important;
}
.login_tips_icon {
  position: absolute;
  top: 44px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 28px;
  line-height: 1;
  margin-left: -99px;
  border-radius: 4px;
}
.login_tips_icon.login_tips_icon2 {
  height: 26px;
}
.login_tips_icon.login_tips_icon3 {
  width: 120px!important;
  margin-left: -60px;
}
.login_tips_icon.login_tips_icon4 {
  width: 120px!important;
  margin-left: -60px;
  height: 26px;
}
.login_tips_icon .txt {
  position: relative;
  z-index: 3;
  font-family: PingFang SC;
  font-size: 14px;
  color: #fff;
}
.login_tips_icon .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(270deg, #FF2277 0%, #FF831D 100%);
}
.login_tips_icon i {
  position: absolute;
  left: 50%;
  top: -4px;
  z-index: 1;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -5px;
  transform: rotate(45deg);
  border-radius: 1px;
  background: linear-gradient(270deg, #FF2277 0%, #FF831D 100%);
}
.pure_fixed_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  min-width: 1200px;
}
.pure_fixed_bottom img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.04));
  cursor: pointer;
}
.pure_fixed_bottom .pure_fixed_close {
  position: absolute;
  right: 10%;
  bottom: 21.5%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.24);
}
.pure_fixed_bottom .pure_fixed_close .iconpark-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.title_hover_content {
  width: 82px;
  height: 22px;
  white-space: nowrap;
}
.title_hover_new .content_icon2 {
  display: none;
}
.title_hover_new .img_icon {
  margin-right: 2px;
}
.search_input_think_box {
  width: 100%;
  min-width: 402px;
  height: 336px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  padding: 8px 0;
  overflow-y: auto;
}
.search_input_think_box.index {
  width: 900px;
  top: 108px;
  border-radius: 24px;
  box-shadow: 0px 6px 32px 4px rgba(0, 0, 0, 0.08);
}
.search_input_think_box .think_item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
}
.search_input_think_box .think_item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
}
.search_input_think_box .think_item .icon {
  position: relative;
  top: -0.5px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.4);
}
.search_input_think_box .think_item .active {
  color: #F19637;
}
.search_input_think_box .think_item:hover {
  background: #f5f6fe;
  color: #F19637;
}
.search_input_think_box .think_item:hover .icon {
  color: #F19637;
}
@media screen and (max-width: 1200px) {
  .title_hover_content {
    width: 64px;
  }
}
