.nav-popover {
  display: none;
  position: absolute;
  width: 100px;
  background: #fff;
  border-top: none;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  top: 37px;
  left: 0;
  z-index: 10;
}
.nav-popover-link {
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.nav-popover-link:hover {
  color: #F87F15 !important;
  background: #FEF2E7 !important;
}
.tc-top-nav-link:hover .nav-popover {
  display: block;
}
.nav-box-shadow {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.active-icon {
  width: 55px;
  height: 18px;
  display: inline-block;
  background-image: url('https://photo.8891.com.tw/2023/10/10/1696918283206900.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 4px;
}
.tc-top-nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  width: 1190px;
  margin: 0 auto;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
}
.tc-top-nav a {
  text-decoration: none;
}
.tc-top-nav a:hover {
  color: #40a9ff;
}
.tc-top-nav-logo {
  width: 140px;
  height: 30px;
}
.tc-top-nav-logo img {
  display: block;
  width: 100%;
}
.tc-top-nav-content {
  display: flex;
}
.tc-top-nav-link {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.tc-top-campagins-link {
  position: absolute;
  width: 64px;
  height: 20px;
  background: #ff4333;
  border: 1px solid #ffffff;
  border-radius: 10px 10px 10px 0px;
  font-size: 12px;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 17px;
  left: 25px;
  top: 0;
}
.tc-top-campagins-link:hover {
  color: #fff !important;
}
.tc-top-nav-slim .tc-top-campagins-link {
  display: none;
}
.tc-top-nav-fire {
  position: relative;
}
.tc-top-nav-fire::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 16px;
  background-image: url('https://photo.8891.com.tw/2023/09/28/1695883072167203.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 6px;
  transform: translate(-50%, -60%);
}
.tc-top-nav-slim .tc-top-nav-fire::after {
  right: -3px;
}
.tc-top-nav-item:hover .tc-top-nav-link {
  color: #3264FF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.tc-top-nav-item:hover .tc-top-nav-popover {
  display: flex;
}
.tc-top-nav-popover {
  display: none;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 290px;
  background-color: #fff;
  z-index: 1000000;
  padding-top: 42px;
  box-sizing: border-box;
  /* border-top: 2px solid rgba(50, 100, 255, .1); */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.tc-top-nav-popover.show {
  display: block;
}
.border-right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 210px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-left {
  position: relative;
  padding-right: 24px;
  margin-right: 20px;
}
.tc-top-nav-popover-left li {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
.tc-top-nav-popover-left a {
  color: #333333;
}
.tc-top-nav-popover-title {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
.tc-top-nav-popover-newcar-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tc-top-nav-popover-newcar-section.second,
.tc-top-nav-popover-newcar-section.third {
  position: relative;
  padding: 0 24px;
}
.tc-top-nav-popover-newcar-section.third::after {
  content: '';
  position: absolute;
  right: 0;
  top: -38px;
  display: block;
  height: 210px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-newcar-section.second::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 140px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-newcar-section.second::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 140px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-newcar-section-title {
  display: inline-block;
  line-height: 26px;
  background-color: #F99948;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.tc-top-nav-popover-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tc-top-nav-popover-section.second,
.tc-top-nav-popover-section.third {
  position: relative;
  padding: 0 24px;
}
.tc-top-nav-popover-section.third::after {
  content: '';
  position: absolute;
  right: 0;
  top: -38px;
  display: block;
  height: 210px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-section.second::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 133px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-section.second::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 133px;
  width: 1px;
  background-color: rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover-section-title {
  display: inline-block;
  line-height: 26px;
  background-color: #F99948;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.tc-top-nav-popover-section-li {
  display: flex;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 22px;
}
.tc-top-nav-popover-section-li a {
  color: #333;
}
.tc-top-nav-popover-section-li:last-child {
  margin-bottom: 0;
}
.tc-top-nav-popover-middle .tc-top-nav-popover-title {
  margin-bottom: 18px;
}
.tc-top-nav-popover-middle-content {
  display: flex;
}
.tc-top-nav-popover-newcar-section-li {
  display: flex;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 22px;
}
.tc-top-nav-popover-newcar-section-li a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 18px;
}
.tc-top-nav-popover-newcar-section-li:last-child {
  margin-bottom: 0;
}
.tc-top-nav-popover-newcar-section-list {
  display: flex;
}
.tc-top-nav-popover-newcar-section-list ul {
  margin-bottom: 0;
}
.tc-top-nav-popover-newcar-section-list ul {
  margin-right: 20px;
}
.tc-top-nav-popover-newcar-section.second ul {
  margin-right: 34px;
}
.tc-top-nav-popover-newcar-section.second ul:last-child,
.tc-top-nav-popover-newcar-section.third ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-section-list {
  display: flex;
}
.tc-top-nav-popover-section-list ul {
  margin-bottom: 0;
}
.tc-top-nav-popover-section-list ul {
  margin-right: 20px;
}
.tc-top-nav-popover-section.second ul {
  margin-right: 34px;
}
.tc-top-nav-popover-section.second ul:last-child,
.tc-top-nav-popover-section.third ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-right {
  padding-left: 24px;
}
.tc-top-nav-popover-right-content {
  font-size: 18px;
  line-height: 28px;
  width: 360px;
  margin-bottom: 0;
}
.tc-top-nav-popover-right-content .highlight {
  color: #FF8217;
  font-weight: 500;
}
.tc-top-nav-popover-right-content .newcar-highlight {
  color: #3264ff;
}
.tc-top-nav-popover-right-footer {
  display: flex;
  margin-top: 57px;
}
.tc-top-nav-popover-right-link {
  width: 160px;
  height: 48px;
  background: #ffc20d;
  border-radius: 8px;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 48px;
  position: relative;
}
.tc-top-nav-popover-right-link:hover {
  color: #333 !important;
}
.tc-top-nav-popover-right-link.primary {
  background-color: #1bbf76;
  color: #fff;
  margin-right: 10px;
}
.tc-top-nav-popover-right-link.primary:hover {
  color: #fff !important;
}
.tc-top-nav-popover-right-link.newcar {
  width: 180px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #3264ff;
  border-radius: 8px;
  font-size: 20px;
  color: #3264ff;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-top-nav-popover-right-link.newcar:hover {
  color: #3264ff !important;
}
.extra-swiper-wrapper {
  position: absolute;
  width: 64px;
  height: 20px;
  background: #ff0000;
  border: 1px solid #ffffff;
  border-radius: 10px 10px 10px 0px;
  left: 128px;
  top: -12px;
  overflow: hidden;
  box-sizing: content-box;
}
.extra-swiper-wrapper .item-box {
  width: 64px;
  height: 20px;
  font-size: 12px;
  font-family: PingFang TC, PingFang TC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.tc-top-nav-popover-right-link.primary:hover {
  color: #fff;
}
.tc-top-nav-popover-right-link:hover {
  color: unset;
}
.tc-top-nav-right {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.tc-top-nav-search {
  width: 138px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  background-color: #E8E8E8;
  color: #999;
  font-size: 14px;
  text-align: left;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
  cursor: pointer;
  box-sizing: border-box;
}
.tc-top-nav-search:hover {
  color: unset;
}
.tc-top-nav-right-link {
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.tc-top-nav-right-item:hover .tc-top-nav-right-link {
  color: #3264FF;
  text-decoration: none;
}
.tc-top-nav-right-item:hover .tc-top-nav-logout {
  color: #666;
}
.tc-top-nav-logout:hover {
  color: #3264FF !important;
}
.tc-top-nav-right-item .tc-top-nav-member-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 60px;
}
.tc-top-nav-right-item:hover .tc-top-nav-right-popover {
  display: block;
}
.tc-top-nav-right-popover {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  box-sizing: border-box;
}
.app-download {
  padding: 40px 50px;
  width: 688px;
}
.app-download h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.app-download-banner {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.app-download-list {
  display: flex;
  flex-wrap: wrap;
}
.app-download-list-item {
  width: 117px;
  margin-top: 24px;
}
.app-download-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-download-list-item img {
  width: 60px;
  height: 60px;
}
.app-download-list-item p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  color: #333;
}
.help-list {
  display: flex;
  padding: 40px 66px;
}
.nav-profile {
  width: 374px;
  padding: 40px;
  background-color: #fff;
}
.nav-profile h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.nav-profile h3 a {
  color: #333;
}
.nav-profile-title {
  color: #3264FF;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.nav-profile-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
}
.nav-profile-row.split {
  flex-direction: column;
}
.nav-profile-row.split .nav-profile-col {
  padding: 0;
  border-right: 0;
}
.nav-profile-col {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-top: 16px;
  padding: 0;
  border-right: unset;
  position: relative;
}
.nav-profile-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -9px;
  height: 100%;
  width: 1px;
  background: #e9eeff;
}
.nav-profile-col:first-child {
  padding-left: 0;
}
.nav-profile-col:last-child {
  padding-right: 0;
  border-right: none;
}
.tc-top-nav-right-dividing {
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEECF4;
}
.tc-top-nav-popover.article {
  padding-left: 28px!important;
  padding-top: 20px!important;
  justify-content: flex-start;
}
.tc-top-nav-popover.article .tc-top-nav-popover-title {
  margin-left: 22px;
}
.tc-top-nav-popover.article .article-popover-list-title {
  font-weight: 500;
}
.tc-top-nav-popover.article .article-new-type {
  display: flex;
  flex-wrap: wrap;
  width: 327px;
  padding-top: 20px;
  border-right: 1px solid rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover.article .article-new-type a {
  width: 106px;
  font-size: 16px;
  border-right: 1px solid rgba(50, 100, 255, 0.11);
  line-height: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.tc-top-nav-popover.article .article-new-type a:nth-child(3n),
.tc-top-nav-popover.article .article-new-type a:last-child {
  border-right: 1px solid transparent;
}
.tc-top-nav-popover.article .article-popover-list {
  width: 352px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-right: 1px solid rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover.article .article-popover-list-item {
  width: 130px;
  margin-top: 0px;
  margin-right: 25px;
}
.tc-top-nav-popover.article .article-popover-list-image {
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
}
.tc-top-nav-popover.article .article-popover-list-title {
  margin-bottom: 30px;
}
.tc-top-nav-popover.article .article-hot-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.tc-top-nav-popover.article .article-hot-list-item {
  margin-bottom: 30px;
  margin-top: 0;
}
.tc-top-nav-popover.article .article-hot-list-item a {
  display: flex;
  align-items: center;
}
.tc-top-nav-popover.article .article-hot-list-image {
  width: 70px;
  height: 46px;
  margin-right: 10px;
}
.tc-top-nav-popover.article .article-hot-list-title {
  width: 250px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-top-nav-popover.article .article-hot-list .hot-rank {
  color: #333333;
  width: 24px;
  height: 20px;
  margin-right: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tc-top-nav-popover.article .article-hot-list .hot-0-item {
  background-image: url('https://photo.8891.com.tw/2023/09/07/1694079718946348.png');
}
.tc-top-nav-popover.article .article-hot-list .hot-1-item {
  background-image: url('https://photo.8891.com.tw/2023/09/07/1694079718942078.png');
}
.tc-top-nav-popover.article .article-hot-list .hot-2-item {
  background-image: url('https://photo.8891.com.tw/2023/09/07/1694079719098088.png');
}
.tc-top-nav-popover.article .hot-article {
  display: flex;
  justify-content: space-between;
}
.tc-top-nav-popover.article .hot-article .more {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.tc-top-nav-popover.movie {
  padding-left: 50px;
  padding-top: 20px;
}
.tc-top-nav-popover.movie .article-popover-list-title {
  margin-bottom: 0;
}
.tc-top-nav-popover.movie .tc-top-nav-popover-images {
  border-right: 1px solid rgba(50, 100, 255, 0.1);
}
.tc-top-nav-popover.movie .tc-top-nav-popover-images {
  width: 468px;
  display: grid;
  font-size: 14px;
  margin-top: 0!important;
  grid-template-columns: repeat(3, 130px);
  grid-gap: 20px;
}
.tc-top-nav-popover.movie li {
  margin: 0!important;
}
.tc-top-nav-popover.movie .new-movie {
  display: flex;
  justify-content: space-between;
}
.tc-top-nav-popover.movie .new-movie .more {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.tc-top-nav-popover.movie .movie-box {
  display: grid;
  grid-template-columns: repeat(2, 280px);
  grid-column-gap: 22px;
}
.tc-top-nav-popover.movie .movie-box-li-item {
  width: 280px;
  display: inline-block;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-img-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-thumb {
  width: 100%;
  height: 158px;
  object-fit: cover;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 40px;
}
.tc-top-nav-popover.movie .movie-box-li-item .item-title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-top-nav-popover.movie ul:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-images {
  width: 468px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 0!important;
}
.tc-top-nav-popover-image {
  margin-right: 38px;
}
.tc-top-nav-popover-image:last-child {
  margin-right: 0;
}
.tc-top-nav-popover-image-top {
  width: 130px !important;
  height: 50px!important;
  margin-bottom: 14px!important;
}
.tc-top-nav-logout {
  color: unset;
  display: flex;
  align-items: center;
}
.tc-top-nav-logout::after {
  content: '|';
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.tc-top-nav-msg {
  color: #3264FF;
  margin-left: 5px;
}
.tc-top-nav-msg::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 19px;
  position: relative;
  top: 4px;
  background-image: url('https://photo.8891.com.tw/2023/09/19/1695113772608456.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.tc-top-nav-slim .tc-top-nav-msg::before {
  width: 19px;
  height: 15px;
  top: 3px;
}
.nav-profile-bottom {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.tc-top-nav-slim {
  background-color: #f4f4f4;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
}
.tc-top-nav-slim .tc-top-nav {
  height: 38px;
  line-height: 38px;
}
.tc-top-nav-slim .tc-top-nav-link {
  font-size: 14px !important;
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
  font-weight: 500;
  text-decoration: none;
}
.tc-top-nav-item {
  margin: 0 16px;
}
.tc-top-nav-slim .tc-top-nav-item {
  margin: 0 14px;
}
.tc-top-nav-slim .tc-top-nav-popover {
  top: 38px;
}
.tc-top-nav-logo-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-right: 14px;
}
.tc-top-nav-logo-text:hover {
  color: #3264FF;
  font-weight: 500;
  text-decoration: none;
}
.tc-top-nav-logo-text::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://photo.8891.com.tw/2024/05/15/1715758990889912.png');
  background-size: 100% auto;
  margin-right: 4px;
  position: relative;
  top: 6px;
}
.tc-top-nav-slim .tc-top-nav-right-link {
  font-size: 14px;
}
.tc-top-nav-slim .tc-top-nav-right-popover {
  top: 38px;
}
.tc-top-nav-item.active .tc-top-nav-link {
  color: #3264FF;
  font-size: 18px;
}
.tc-top-nav-item.active-usedcar .tc-top-nav-link {
  color: #F77F16;
}
.tc-search-popover {
  position: fixed;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 400px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10000;
  box-sizing: border-box;
  transition: ease-in-out 0.8s;
  line-height: 1;
  padding-top: 40px;
}
.tc-search-popover-header {
  display: flex;
  justify-content: space-between;
  width: 970px;
  height: 60px;
  align-items: center;
}
.tc-search-popover-content {
  display: flex;
  width: 836px;
  margin-top: 44px;
  position: relative;
}
.tc-search-popover-input {
  position: relative;
  width: 688px;
  height: 56px;
  border: 1px solid #999999;
  border-radius: 8px;
  margin-right: 18px;
  box-sizing: border-box;
}
.tc-search-popover-input input {
  border: none;
  display: block;
  color: #333;
  font-size: 28px;
  line-height: 56px;
  width: 100%;
  height: 54px;
  padding-left: 10px;
  background-color: transparent;
  outline: none;
}
.tc-search-popover-btn {
  width: 131px;
  height: 56px;
  background: linear-gradient(153deg, #ffbd54, #ff8116 83%);
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.tc-search-popover-extra {
  margin-top: 40px;
  width: 836px;
  display: flex;
  justify-content: flex-start;
}
.tc-search-popover-extra p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
  min-width: 64px;
}
.tc-search-popover-extra ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
}
.tc-search-popover-extra a {
  display: block;
  line-height: 30px;
  background-color: #E8E8E8;
  color: #666;
  font-size: 16px;
  padding: 0 8px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.tc-search-popover-extra li {
  margin-right: 20px;
}
.tc-search-popover-extra li img {
  margin-right: 4px;
  vertical-align: -1px;
}
.tc-item-ads a {
  background-color: #EAEFFF;
  color: #3264FF;
}
.tc-search-popover-input-mentions {
  display: block;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.tc-search-popover-input-mentions a {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
}
.tc-search-popover-input-mentions a:hover {
  text-decoration: none;
}
.tc-search-popover-input-mentions a.active {
  background-color: #F5F5F5;
}
.hide {
  display: none;
}
.tc-search-popover-close {
  width: 36px;
  height: 36px;
  background-image: url('https://photo.8891.com.tw/2023/07/27/1690420569908517.png');
  background-size: 100% auto;
  cursor: pointer;
}
.tc-search-popover-logo {
  height: 28px;
  width: auto;
}
.help-list-item {
  margin-right: 66px;
  height: 92px;
}
.help-list-item:last-child {
  margin-right: 0;
}
.ib-pointer {
  cursor: pointer;
  display: inline-block;
}
.help-list-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.help-list-text {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.article-popover-list {
  display: flex;
}
.article-popover-list-item {
  width: 182px;
  margin-right: 25px;
}
.article-popover-list-image {
  display: block;
  width: 182px;
  height: 72px;
  margin-bottom: 23px;
}
.article-popover-list-title {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 900;
}
.article-popover-list-text {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-align: center;
}
.tc-top-sell {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1CBF76;
}
.tc-top-sell:hover {
  color: #1CBF76 !important;
}
.tc-top-sell::before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('https://photo.8891.com.tw/2023/09/14/1694684021815903.png');
  background-size: 100% auto;
  margin-right: 5px;
}
.tc-top-sell-slim {
  margin-right: 5px;
}
.tc-top-agent {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3264ff;
  margin-right: 10px;
}
.tc-top-agent:hover {
  color: #3264ff !important;
}
.tc-top-agent::before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('https://photo.8891.com.tw/2024/07/09/1720507110726014.png');
  background-size: 100% auto;
  margin-right: 5px;
}
.tc-top-nav-default-box::before {
  content: '';
  display: block;
  height: 60px;
}
.tc-top-nav-default {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}
.tc-top-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.tc-top-nav-fixed-placeholder {
  height: 60px;
}
.tc-top-nav-new {
  position: relative;
}
.tc-top-nav-new::after {
  content: '';
  display: block;
  position: absolute;
  width: 31px;
  height: 13px;
  background-image: url('https://photo.8891.com.tw/2023/09/14/1694680415197789.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 5px;
  right: 5px;
}
.search-active-box {
  width: 836px;
}
.search-active-img {
  margin-top: 20px;
  display: block;
}
.tc-search-popover-drop {
  width: 686px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 56px;
  position: absolute;
  left: 0;
  z-index: 9;
}
.tc-search-popover-drop .history p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 12px 20px;
}
.tc-search-popover-drop .history p span {
  color: #3264ff;
  font-weight: 400;
  cursor: pointer;
}
.tc-search-popover-drop .history ul {
  cursor: pointer;
}
.tc-search-popover-drop .history ul li {
  padding-left: 20px;
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tc-search-popover-drop .history ul li a {
  font-size: 16px;
  color: #666666;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .history ul li:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop .results .brand {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
}
.tc-search-popover-drop .results .brand img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.tc-search-popover-drop .results .brand p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}
.tc-search-popover-drop .results .brand:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.tc-search-popover-drop .results .kind {
  cursor: pointer;
  width: 100%;
  padding: 5px 20px 5px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tc-search-popover-drop .results .kind .title {
  font-size: 16px;
  color: #666666;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .results .kind .btn {
  display: flex;
  justify-content: flex-end;
}
.tc-search-popover-drop .results .kind .btn a {
  margin-left: 24px;
  color: #333333;
  font-size: 14px;
}
.tc-search-popover-drop .results .kind:hover {
  background: #f5f5f5;
}
.tc-search-popover-drop .results .article {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.tc-search-popover-drop .results .article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.tc-search-popover-drop .results .article:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.head-anticon {
  position: relative;
  top: 3px;
  padding: 0 6px 0 2px;
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl {
  padding: 0;
  margin: 0;
}
p,
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
body {
  font-size: 12px;
  font-family: "PingFang TC,Helvetica,Helvetica Neue,Arial,STHeiti,Microsoft JhengHei,微軟正黑體,sans-serif";
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
}
.marquee-wrapper {
  transition: all ease 1s;
}
.animate {
  transition: all ease 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
a {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}

:root {
  --tc-radius-s: 4px;
  --tc-radius-m: 8px;
  --tc-radius-l: 12px;
  --tc-radius-full: 100px;
  --tc-font-size-1: 9px;
  --tc-font-size-2: 10px;
  --tc-font-size-3: 11px;
  --tc-font-size-4: 12px;
  --tc-font-size-5: 13px;
  --tc-font-size-6: 14px;
  --tc-font-size-7: 15px;
  --tc-font-size-8: 16px;
  --tc-font-size-9: 17px;
  --tc-font-size-10: 18px;
  --tc-icon-size-mini: 16px;
  --tc-icon-size-small: 20px;
  --tc-icon-size-middle: 24px;
  --tc-icon-size-large: 30px;
  --tc-color-base: #3264FF;
  --tc-color-primary: #3264FF;
  --tc-color-im-base: #5C8AFF;
  --tc-color-success: #00A969;
  --tc-color-warning: #F87F15;
  --tc-color-danger: #FF4333;
  --tc-color-white: #ffffff;
  --tc-color-gray: #bbb;
  --tc-color-text: #333333;
  --tc-color-text-secondary: #666666;
  --tc-color-weak: #999999;
  --tc-color-border: #bbb;
  --tc-color-box: #f5f5f5;
  --tc-color-white-background: #ffffff;
  --tc-color-gray-background: #e8e8e8;
  --tc-color-primary-background: #3264FF;
  --tc-color-warning-background: #F87F15;
  --tc-color-danger-background: #FF4333;
  --tc-toast-z-index: 999900;
  --tc-popover-z-index: 3110;
  --tc-modal-z-index: 3100;
  --tc-popup-z-index: 3010;
  --tc-mask-z-index: 3000;
  --tc-font-size-main: var(--tc-font-size-5);
  --tc-border-color: var(--tc-color-border);
  --tc-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue', helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
html[data-prefers-color-scheme='usercar'] {
  --tc-color-base: #F87F15;
  --tc-color-im-base: #F87F15;
}
html[data-prefers-color-scheme='dark'] {
  --tc-color-primary: #3086ff;
  --tc-color-success: #34b368;
  --tc-color-warning: #ffa930;
  --tc-color-danger: #ff4a58;
  --tc-color-text: #e6e6e6;
  --tc-color-text-secondary: #b3b3b3;
  --tc-color-weak: #808080;
  --tc-color-light: #4d4d4d;
  --tc-color-border: #2b2b2b;
  --tc-color-box: #0a0a0a;
  --tc-color-white-background: #1a1a1a;
  --tc-border-color: var(--tc-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--tc-font-family);
}
body.tc-overflow-hidden {
  overflow: hidden !important;
}
svg[width='32'] {
  width: var(--tc-icon-size-mini);
  height: var(--tc-icon-size-mini);
}
svg[width='40'] {
  width: var(--tc-icon-size-small);
  height: var(--tc-icon-size-small);
}
svg[width='48'] {
  width: var(--tc-icon-size-middle);
  height: var(--tc-icon-size-middle);
}
svg[width='60'] {
  width: var(--tc-icon-size-large);
  height: var(--tc-icon-size-large);
}
.tc-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin svg {
  animation: tc-icon-spin 1s infinite linear;
}
@keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tc-plain-anchor {
  color: unset;
  transition: none;
}
.tc-plain-anchor:active {
  opacity: unset;
}
div.tc-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  user-select: none;
  pointer-events: none;
}

:root {
  --tc-radius-mini: 2px;
  --tc-radius-s: 4px;
  --tc-radius-m: 8px;
  --tc-radius-l: 12px;
  --tc-radius-full: 100px;
  --tc-font-size-1: 9px;
  --tc-font-size-2: 10px;
  --tc-font-size-3: 11px;
  --tc-font-size-4: 12px;
  --tc-font-size-5: 13px;
  --tc-font-size-6: 14px;
  --tc-font-size-7: 15px;
  --tc-font-size-8: 16px;
  --tc-font-size-9: 17px;
  --tc-font-size-10: 18px;
  --tc-icon-size-smallest: 12px;
  --tc-icon-size-min: 14px;
  --tc-icon-size-mini: 16px;
  --tc-icon-size-small: 20px;
  --tc-icon-size-middle: 24px;
  --tc-icon-size-pro: 28px;
  --tc-icon-size-large: 30px;
  --tc-color-base: #3264FF;
  --tc-color-im-base: #5C8AFF;
  --tc-color-primary: #3264FF;
  --tc-color-success: #00A969;
  --tc-color-warning: #F87F15;
  --tc-color-danger: #FF4333;
  --tc-color-white: #ffffff;
  --tc-color-gray: #bbb;
  --tc-color-text: #333333;
  --tc-color-text-secondary: #666666;
  --tc-color-weak: #99999995;
  --tc-color-border: #bbb;
  --tc-color-box: #f5f5f5;
  --tc-color-white-background: #ffffff;
  --tc-color-gray-background: #e8e8e8;
  --tc-color-disabled-background: #eee;
  --tc-color-primary-background: #3264FF;
  --tc-color-warning-background: #F87F15;
  --tc-color-danger-background: #FF4333;
  --tc-linear-warning-background: linear-gradient(90deg, #ff9e3d, #ff4333);
  --tc-toast-z-index: 999900;
  --tc-modal-z-index: 3100;
  --tc-popup-z-index: 3010;
  --tc-popover-z-index: 3001;
  --tc-mask-z-index: 3000;
  --tc-font-size-main: var(--tc-font-size-5);
  --tc-border-color: var(--tc-color-border);
  --tc-font-family: PingFang TC, -apple-system, blinkmacsystemfont, 'Helvetica Neue', helvetica, segoe ui, arial, roboto, 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
html[data-prefers-color-scheme='usercar'] {
  --tc-color-base: #F87F15;
  --tc-color-im-base: #F87F15;
}
html[data-prefers-color-scheme='dark'] {
  --tc-color-primary: #3086ff;
  --tc-color-success: #34b368;
  --tc-color-warning: #ffa930;
  --tc-color-danger: #ff4a58;
  --tc-color-text: #e6e6e6;
  --tc-color-text-secondary: #b3b3b3;
  --tc-color-weak: #808080;
  --tc-color-light: #4d4d4d;
  --tc-color-border: #2b2b2b;
  --tc-color-box: #0a0a0a;
  --tc-color-white-background: #1a1a1a;
  --tc-border-color: var(--tc-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--tc-font-family);
}
body.tc-overflow-hidden {
  overflow: hidden !important;
}
svg[width='24'] {
  width: var(--tc-icon-size-smallest);
  height: var(--tc-icon-size-smallest);
}
svg[width='28'] {
  width: var(--tc-icon-size-min);
  height: var(--tc-icon-size-min);
}
svg[width='32'] {
  width: var(--tc-icon-size-mini);
  height: var(--tc-icon-size-mini);
}
svg[width='40'] {
  width: var(--tc-icon-size-small);
  height: var(--tc-icon-size-small);
}
svg[width='48'] {
  width: var(--tc-icon-size-middle);
  height: var(--tc-icon-size-middle);
}
svg[width='56'] {
  width: var(--tc-icon-size-pro);
  height: var(--tc-icon-size-pro);
}
svg[width='60'] {
  width: var(--tc-icon-size-large);
  height: var(--tc-icon-size-large);
}
.tc-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tc-icon-spin svg {
  animation: tc-icon-spin 1s infinite linear;
}
@keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tc-icon-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tc-plain-anchor {
  color: unset;
  transition: none;
}
.tc-plain-anchor:active {
  opacity: unset;
}
div.tc-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  user-select: none;
  pointer-events: none;
}
div.tc-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  user-select: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.ant-skeleton-active .ant-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ant-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-content {
  position: relative;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

