.text-ellipsis {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-ellipsis2,
.text-ellipsis3,
.text-ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-ellipsis3 {
  -webkit-line-clamp: 3;
}
.text-ellipsis4 {
  -webkit-line-clamp: 4;
}
.position-c {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.position-x-c {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.position-y-c {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-c {
  display: flex;
  align-items: center;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.empty-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-box .empty-img {
  height: 120px;
  margin-top: -180px;
}
.empty-box .empty-img img {
  height: 100%;
}
.empty-box .empty-tips {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  position: relative;
  right: 5px;
}
.manage-page {
  background: #f4f6f9;
  min-height: 100vh;
}
.ant-badge-count {
  height: 16px;
  line-height: 16px;
  background-color: #f8524f;
}
.home-title {
  text-align: center;
  font-size: 28px;
  color: #383838;
  margin-bottom: 34px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}
.home-title .home-title-content {
  position: relative;
}
.home-title .home-title-content::before,
.home-title .home-title-content::after {
  content: '';
  width: 23px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('/static/home/title-icon.png') no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 2px;
}
.home-title .home-title-content::before {
  left: -40px;
}
.home-title .home-title-content::after {
  right: -40px;
}
.navbar-fixed-page {
  padding-top: 40px;
}
.anchor-position {
  position: absolute;
  top: -130px;
}
.banner-swiper-button-prev,
.banner-swiper-button-next {
  width: 26px;
  height: 36px;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
}
.banner-swiper-button-prev .icon,
.banner-swiper-button-next .icon {
  color: #fff;
  position: relative;
}
.banner-swiper-button-prev:hover,
.banner-swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
.banner-swiper-button-prev::after,
.banner-swiper-button-next::after {
  display: none;
}
.banner-swiper-button-prev {
  border-radius: 0 400px 400px 0;
  left: 0;
}
.banner-swiper-button-prev .icon {
  right: 2px;
}
.banner-swiper-button-next {
  border-radius: 400px 0 0 400px;
  right: 0;
}
.banner-swiper-button-next .icon {
  left: 2px;
}
.poster-tips {
  width: 32px;
  height: 18px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -3px;
  bottom: -2px;
  transform: scale(0.8);
}
.concise-pagination .ant-pagination-item {
  display: none;
}
.concise-pagination .ant-pagination-jump-prev,
.concise-pagination .ant-pagination-jump-next {
  display: none;
}
.concise-pagination .ant-pagination-prev,
.concise-pagination .ant-pagination-next {
  position: relative;
  width: 80px !important;
}
.concise-pagination .ant-pagination-prev .anticon,
.concise-pagination .ant-pagination-next .anticon {
  opacity: 0;
}
.concise-pagination .ant-pagination-prev::after,
.concise-pagination .ant-pagination-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #666;
}
.concise-pagination .ant-pagination-prev::after {
  content: '\4E0A\4E00\9875';
}
.concise-pagination .ant-pagination-next::after {
  content: '\4E0B\4E00\9875';
}
.dummy-inp {
  width: 0px;
  height: 0px;
  position: absolute;
  opacity: 0;
  left: -9999px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.header-top-wrap {
  background: #fff;
}
.header-top-wrap .header-top-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0 20px;
  position: relative;
}
.header-top-wrap .header-search__logo {
  width: 134px;
  height: 60px;
  flex-shrink: 0;
  display: block;
}
.header-top-wrap .header-search__logo img {
  display: block;
  margin: 0 auto;
  margin-top: -30px;
}
.header-top-wrap .header-search__text {
  position: relative;
  display: block;
  min-width: 100px;
  font-size: 22px;
  margin-left: 50px;
  height: 45px;
  line-height: 45px;
}
.header-top-wrap .header-search__text::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #D8D8D8;
}
.header-top-wrap .header-search__group {
  margin-left: 50px;
  width: 444px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  top: 12px;
}
.header-top-wrap .header-search__group .search-tags {
  position: absolute;
  top: -26px;
  left: 0;
  display: flex;
  align-items: center;
}
.header-top-wrap .header-search__group .search-tags .item {
  width: 46px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}
.header-top-wrap .header-search__group .search-tags .item:hover {
  color: #3c76f7;
}
.header-top-wrap .header-search__group .search-tags .item.active {
  background: #3c76f7;
  color: #fff;
}
.header-top-wrap .header-search__group .search-hots {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -28px;
}
.header-top-wrap .header-search__group .search-hots .item {
  font-size: 12px;
  line-height: 28px;
  color: #999;
  cursor: pointer;
  margin-right: 18px;
  position: relative;
}
.header-top-wrap .header-search__group .search-hots .item::after {
  content: '';
  width: 1px;
  height: 8px;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}
.header-top-wrap .header-search__group .search-hots .item:last-of-type {
  margin-right: 0;
}
.header-top-wrap .header-search__group .search-hots .item:last-of-type::after {
  display: none;
}
.header-top-wrap .header-search__group .search-hots .item:hover {
  color: #3c76f7;
}
.header-top-wrap .header-search__group .search-history {
  left: -2px;
  right: -2px;
  top: 48px;
  position: absolute;
  background: white;
  border: 1px solid #EFF0F3;
  font-size: 14px;
  z-index: 100;
}
.header-top-wrap .header-search__group .search-history .search-history__title {
  padding: 12px;
  line-height: 20px;
  position: relative;
}
.header-top-wrap .header-search__group .search-history .search-history__title:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  border-bottom: 1px solid #EFF0F3;
}
.header-top-wrap .header-search__group .search-history .search-history__list {
  padding: 6px 0;
}
.header-top-wrap .header-search__group .search-history .search-history__list .search-history__item {
  display: block;
  padding: 6px;
  line-height: 20px;
}
.header-top-wrap .header-search__group .search-history .search-history__list .search-history__item:hover {
  color: #333;
}
.header-top-wrap .header-search__group .search-history .search-history__list .search-history__item.active {
  background: rgba(0, 0, 0, 0.1);
  color: #3c76f7;
}
.header-top-wrap .header-search__group .header-search__input {
  flex-grow: 1;
  padding-left: 0px;
  border: 1px solid #3c76f7;
  font-size: 14px;
  outline: none;
  border-radius: 3px 0 0 3px;
}
.header-top-wrap .header-search__group .header-search__input.search-type0 {
  border-radius: 0 0 0 3px;
}
.header-top-wrap .header-search__group .header-search__input .ant-select-selector {
  min-width: 250px;
  height: 100%;
  padding-left: 12px;
  padding-right: 0;
  border: none;
  padding-top: 4px;
  box-shadow: none;
}
.header-top-wrap .header-search__group .header-search__input .ant-select-selection-placeholder {
  font-size: 12px;
}
.header-top-wrap .header-search__group .header-search__input .ant-select-selection-search-input {
  border: none;
  outline: none;
  color: #000;
  width: 100%;
  height: 100%;
}
.header-top-wrap .header-search__group .error-msg {
  position: absolute;
  bottom: -30px;
  left: 12px;
  color: #ff4d4f;
  font-size: 14px;
  font-size: 12px;
}
.header-top-wrap .header-search__group .header-search__btn {
  display: block;
  width: 100px;
  height: 100%;
  text-align: center;
  background: #3c76f7;
  color: #fff !important;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.header-top-wrap .header-search__link {
  position: relative;
  width: 92px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  top: 12px;
  color: #111 !important;
  margin-left: 16px;
  transition: all 0.2s;
  background: #fff;
}
.header-top-wrap .header-search__link:hover {
  border-color: #3c76f7;
  color: #3c76f7 !important;
}
.header-top-wrap .header-search__qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-top-wrap .header-search__qrcode .header-search__img_wrap {
  padding: 3px;
  width: 62px;
  height: 62px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(186, 177, 177, 0.25);
}
.header-top-wrap .header-search__qrcode .header-search__img_wrap img {
  width: 100%;
  height: 100%;
}
.header-top-wrap .header-search__qrcode .header-search__desc {
  margin-top: 6px;
  font-size: 12px;
  color: #3c76f7;
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-ellipsis2,
.text-ellipsis3,
.text-ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-ellipsis3 {
  -webkit-line-clamp: 3;
}
.text-ellipsis4 {
  -webkit-line-clamp: 4;
}
.position-c {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.position-x-c {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.position-y-c {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-c {
  display: flex;
  align-items: center;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.empty-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-box .empty-img {
  height: 120px;
  margin-top: -180px;
}
.empty-box .empty-img img {
  height: 100%;
}
.empty-box .empty-tips {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  position: relative;
  right: 5px;
}
.manage-page {
  background: #f4f6f9;
  min-height: 100vh;
}
.ant-badge-count {
  height: 16px;
  line-height: 16px;
  background-color: #f8524f;
}
.home-title {
  text-align: center;
  font-size: 28px;
  color: #383838;
  margin-bottom: 34px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}
.home-title .home-title-content {
  position: relative;
}
.home-title .home-title-content::before,
.home-title .home-title-content::after {
  content: '';
  width: 23px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('/static/home/title-icon.png') no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 2px;
}
.home-title .home-title-content::before {
  left: -40px;
}
.home-title .home-title-content::after {
  right: -40px;
}
.navbar-fixed-page {
  padding-top: 40px;
}
.anchor-position {
  position: absolute;
  top: -130px;
}
.banner-swiper-button-prev,
.banner-swiper-button-next {
  width: 26px;
  height: 36px;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
}
.banner-swiper-button-prev .icon,
.banner-swiper-button-next .icon {
  color: #fff;
  position: relative;
}
.banner-swiper-button-prev:hover,
.banner-swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
.banner-swiper-button-prev::after,
.banner-swiper-button-next::after {
  display: none;
}
.banner-swiper-button-prev {
  border-radius: 0 400px 400px 0;
  left: 0;
}
.banner-swiper-button-prev .icon {
  right: 2px;
}
.banner-swiper-button-next {
  border-radius: 400px 0 0 400px;
  right: 0;
}
.banner-swiper-button-next .icon {
  left: 2px;
}
.poster-tips {
  width: 32px;
  height: 18px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -3px;
  bottom: -2px;
  transform: scale(0.8);
}
.concise-pagination .ant-pagination-item {
  display: none;
}
.concise-pagination .ant-pagination-jump-prev,
.concise-pagination .ant-pagination-jump-next {
  display: none;
}
.concise-pagination .ant-pagination-prev,
.concise-pagination .ant-pagination-next {
  position: relative;
  width: 80px !important;
}
.concise-pagination .ant-pagination-prev .anticon,
.concise-pagination .ant-pagination-next .anticon {
  opacity: 0;
}
.concise-pagination .ant-pagination-prev::after,
.concise-pagination .ant-pagination-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #666;
}
.concise-pagination .ant-pagination-prev::after {
  content: '\4E0A\4E00\9875';
}
.concise-pagination .ant-pagination-next::after {
  content: '\4E0B\4E00\9875';
}
.dummy-inp {
  width: 0px;
  height: 0px;
  position: absolute;
  opacity: 0;
  left: -9999px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
@media screen and (max-width: 1200px) {
  .nav-bar {
    width: 1200px;
  }
}
.flex-row {
  display: flex;
  justify-content: flex-start;
  background: #fff;
  padding: 0px 10px 10px;
}
.right {
  justify-content: flex-end;
}
.nav-bar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  color: #8e8e8e;
  font-size: 14px;
}
.nav-bar .nav-bar-main {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  z-index: 888;
}
.nav-bar.nav-bar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
}
.nav-bar .navbar-user {
  color: #8e8e8e;
  position: relative;
}
.nav-bar .navbar-user .user-name {
  margin-right: 32px;
  position: relative;
}
.nav-bar .navbar-user .user-name .logout-btn {
  margin-left: 8px;
  cursor: pointer;
}
.nav-bar .navbar-user .user-name .login-btn {
  cursor: pointer;
}
.nav-bar .navbar-user .user-name .login-btn a:last-of-type {
  margin-left: 8px;
}
.nav-bar .navbar-user .user-name::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #8e8e8e;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  margin-top: 1px;
}
.nav-bar a {
  color: #8e8e8e !important;
}
.nav-bar a:hover {
  color: #3c76f7 !important;
}
.nav-bar .container {
  display: flex;
  justify-content: space-between;
}
.nav-bar .icon {
  color: #8e8e8e;
  font-size: 14px;
}
.nav-bar .nav-bar__item {
  padding: 0 15px;
}
.nav-bar .vip-img {
  width: 52px;
  height: 40px;
  position: relative;
  margin-left: 4px;
  margin-right: 20px;
}
.nav-bar .vip-img .img {
  width: 100%;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-bar .vip-img .img img {
  width: 100%;
  height: 100%;
}
.nav-bar .vip-img .img1 {
  opacity: 0;
  z-index: 2;
}
.nav-bar .vip-img .img2 {
  z-index: 1;
}
.nav-bar .vip-img:hover .img1 {
  opacity: 1;
}
.nav-bar .admin-title {
  cursor: pointer;
  margin-right: 15px;
}
.nav-bar .admin-title .icon {
  margin-left: 4px;
}
.nav-bar .nav-bar__group-link {
  display: flex;
  position: relative;
}
.nav-bar .nav-bar__group-link .red-dot {
  position: relative;
}
.nav-bar .nav-bar__group-link .red-dot::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #F1403C;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
}
.nav-bar .nav-bar__link {
  cursor: pointer;
  margin: 0 16px;
  position: relative;
  transition: color 0.2s;
}
.nav-bar .nav-bar__link:hover {
  color: #3c76f7;
}
.nav-bar .nav-bar__link:hover .icon {
  color: #3c76f7;
}
.nav-bar .nav-bar__link::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #8e8e8e;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  margin-top: 1px;
}
.nav-bar .nav-bar__link.msg::after {
  display: none;
}
.nav-bar .nav-bar__link .icon {
  margin-right: 6px;
}
.nav-bar .nav-bar__link .icon.tz-icon {
  margin-right: 4px;
  position: relative;
  top: 0.5px;
}
.nav-bar .nav-bar__left,
.nav-bar .nav-bar__right {
  display: flex;
}
.nav-bar .nav-bar__right {
  position: relative;
  right: -14px;
}
.nav-bar .header-top {
  width: 100%;
  min-height: 108px;
  background: #fff;
  position: absolute;
  z-index: 666;
  left: 0;
  top: -130px;
  transition: all 0.4s;
  box-shadow: 0px 5px 10px rgba(196, 190, 190, 0.3);
}
.nav-bar .header-top.show {
  top: 40px;
}
.admin-popover {
  padding-top: 4px;
}
.admin-popover .ant-popover-arrow {
  display: none;
}
.admin-popover .ant-popover-inner-content {
  padding: 0;
}
.admin-popover .admin-popover-content {
  width: 340px;
  font-size: 14px;
  padding: 20px 16px 0;
  line-height: 1;
}
.admin-popover .admin-popover-content img {
  width: 100%;
  height: 100%;
}
.admin-popover .admin-popover-content .user-info {
  padding-bottom: 10px;
}
.admin-popover .admin-popover-content .user-info .user-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: url("/static/def_photo.png") no-repeat;
  background-color: #def1fa;
  background-size: cover;
  background-position: center;
}
.admin-popover .admin-popover-content .user-info .user-text {
  flex: 1;
  margin-left: 12px;
}
.admin-popover .admin-popover-content .user-info .user-text .user-name {
  color: #333;
  font-weight: 600;
}
.admin-popover .admin-popover-content .user-info .user-text .user-name .vip-icon {
  width: 48px;
  height: auto;
  margin-left: 6px;
}
.admin-popover .admin-popover-content .user-info .user-text .user-auth {
  margin-top: 12px;
}
.admin-popover .admin-popover-content .user-info .user-text .user-auth img {
  width: 56px;
  height: auto;
}
.admin-popover .admin-popover-content .user-info .user-text .user-auth span {
  color: #999;
}
.admin-popover .admin-popover-content .user-info .user-btn {
  margin-left: auto;
  width: 92px;
  height: 28px;
  background: linear-gradient(90deg, #eedab1 0%, #e3c07f 100%);
  border-radius: 4px;
}
.admin-popover .admin-popover-content .user-info .user-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #5d3817;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.admin-popover .admin-popover-content .vip-tips {
  height: 34px;
  background: #fbf6e8;
  border-radius: 4px;
  padding: 0 18px;
  color: #5d3817;
  line-height: 34px;
  margin-top: 12px;
}
.admin-popover .admin-popover-content .vip-tips.not-login {
  letter-spacing: 1px;
}
.admin-popover .admin-popover-content .vip-tips.not-login a {
  color: #3c76f7;
}
.admin-popover .admin-popover-content .menus-list {
  margin-top: -6px;
}
.admin-popover .admin-popover-content .menus-list .item {
  width: 60px;
  color: #666;
  cursor: pointer;
  user-select: none;
  margin-right: 22px;
  text-align: center;
  margin-top: 24px;
  transition: color 0.2s;
}
.admin-popover .admin-popover-content .menus-list .item:nth-of-type(4n) {
  margin-right: 0;
}
.admin-popover .admin-popover-content .menus-list .item .icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.admin-popover .admin-popover-content .menus-list .item .icon .icon-img {
  height: auto;
}
.admin-popover .admin-popover-content .menus-list .item .icon .icon-img.account-icon {
  width: 19px;
}
.admin-popover .admin-popover-content .menus-list .item:hover {
  color: #3c76f7;
}
.admin-popover .admin-popover-content .menus-list .item.hid {
  display: none;
}
.admin-popover .admin-popover-content .admin-popover-footer {
  justify-content: space-between;
  margin-top: 20px;
  padding: 18px 2px;
  border-top: 1px solid #e5e5e5;
}
.admin-popover .admin-popover-content .admin-popover-footer .item {
  color: #666;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s;
}
.admin-popover .admin-popover-content .admin-popover-footer .item:hover {
  color: #3c76f7;
}
.admin-popover .admin-popover-content .admin-popover-footer .item.hid {
  display: none;
}

