/*! Build time: 5/12/2025, 5:29:59 PM
Version: 1.2.2
Env: production
 */
@charset "UTF-8";
._root_13t6u_2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
._root_13t6u_2 * {
  box-sizing: border-box;
}
._root_13t6u_2 ._votelistSearch_13t6u_10 {
  display: flex;
  position: relative;
  border-radius: 100px;
  margin-left: 15px;
}
._root_13t6u_2 ._votelistSearch_13t6u_10 ._searchIcon_13t6u_16 {
  position: absolute;
  height: 100%;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
._root_13t6u_2 ._votelistSearch_13t6u_10 input {
  height: 30px;
  width: 300px;
  border: none;
  border-radius: 100px;
  font-size: 13px;
  line-height: normal;
  padding-left: 25px;
  box-sizing: border-box;
}
._root_13t6u_2 ._votelistSearch_13t6u_10 input::-ms-input-placeholder {
  color: var(--base-color, #000);
}
._root_13t6u_2 ._votelistSearch_13t6u_10 input::-webkit-input-placeholder {
  color: var(--base-color, #000);
}
._root_13t6u_2 ._voteListContent_13t6u_39 {
  position: relative;
  margin: 0 auto;
  height: auto;
}
._root_13t6u_2 ._voteListContent_13t6u_39._marginBtm_13t6u_44 {
  margin-bottom: 50px;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteRemainText_13t6u_47 {
  height: 30px;
  position: absolute;
  display: flex;
  align-items: center;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteSortText_13t6u_53 {
  height: 30px;
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteSortText_13t6u_53 ._sortBubble_13t6u_61 {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteSortText_13t6u_53 ._sortBubble_13t6u_61 ._sortBubbleContent_13t6u_67 {
  position: absolute;
  top: 30px;
  height: auto;
  right: 3px;
  border-radius: 10px;
  z-index: 11;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteSortText_13t6u_53 ._sortBubble_13t6u_61 ._sortBubbleContent_13t6u_67 ._sortBubbleItem_13t6u_75 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteSortText_13t6u_53 ._sortBubble_13t6u_61 ._sortBubbleContent_13t6u_67 ._sortBubbleItem_13t6u_75._isActive_13t6u_81 {
  color: var(--isActive-color) !important;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteSortText_13t6u_53 ._sortBubble_13t6u_61 ._sortBubbleContent_13t6u_67 ._sortBubbleItem_13t6u_75 ._underLine_13t6u_84 {
  opacity: 0.2;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteSortText_13t6u_53 ._sortBubble_13t6u_61 ._sortBubbleContent_13t6u_67::before {
  content: "";
  position: absolute;
  top: -10px; /* 尖角的位置 */
  left: 50%; /* 尖角水平居中 */
  transform: translateX(-50%); /* 将尖角水平居中 */
  border-width: 5px; /* 尖角的大小 */
  border-style: solid;
  border-color: transparent transparent var(--triangle-color) transparent; /* 尖角的颜色 */
  z-index: 1; /* 确保尖角在气泡框之上 */
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 {
  display: grid;
  width: 100%;
  height: 100%;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 {
  background-color: #fff;
  border-radius: 6px;
  height: auto;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteBtn_13t6u_108 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 10px auto 12px;
  text-align: center;
  cursor: pointer;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._haveVoteBtn_13t6u_116 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 10px auto 12px;
  text-align: center;
  cursor: pointer;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 {
  width: 100%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 ._videoContent_13t6u_133 {
  position: absolute;
  width: 100%;
  bottom: 3px;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  align-items: center;
  z-index: 10;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 ._videoContent_13t6u_133 ._videoLeft_13t6u_143 {
  display: flex;
  align-items: center;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 ._videoContent_13t6u_133 ._videoLeft_13t6u_143 ._videoDetail_13t6u_147 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 ._videoContent_13t6u_133 ._videoLeft_13t6u_143 ._videoDetail_13t6u_147 ._videoIcon_13t6u_153 {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 2px;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 ._videoContent_13t6u_133 ._videoLeft_13t6u_143 ._videoDetail_13t6u_147 ._barrageIcon_13t6u_161 {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 2px;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 ._videoContent_13t6u_133 ._videoRight_13t6u_169 {
  font-size: 12px;
  color: #ffffff;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._voteVideoStyle_13t6u_124 ._mask_13t6u_173 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29%;
  z-index: 9;
  border-radius: 0 0 6px 6px;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._title_13t6u_181 {
  padding: 0 8px;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._avatarOrVote_13t6u_194 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  font-size: 13px;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._avatarOrVote_13t6u_194 ._upIcon_13t6u_201 {
  width: 16px;
  height: 13.5px;
  text-align: center;
  display: inline-block;
  opacity: 0.5;
  margin-right: 3px;
  line-height: 12px;
  font-size: 8px;
  font-weight: 600;
  border-radius: 4px;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._avatarOrVote_13t6u_194 ._avatarName_13t6u_213 {
  opacity: 0.5;
  width: 55%;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._avatarOrVote_13t6u_194 ._avatarName_13t6u_213._showVote_13t6u_222 {
  width: 95%;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._avatarOrVote_13t6u_194 ._avatarVote_13t6u_225 {
  width: 40%;
  text-align: right;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._voteList_13t6u_39 ._voteSingle_13t6u_103 ._imageVote_13t6u_229 {
  padding: 0 8px;
  font-size: 13px;
  text-align: center;
}
._root_13t6u_2 ._voteListContent_13t6u_39 ._notVoteDataImg_13t6u_234 {
  width: 180px;
  height: 216px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}.pageStyle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.pageStyle .ant-pagination .ant-pagination-item {
  background-color: var(--page-background) !important;
  border: 1px solid var(--page-border-color);
}
.pageStyle .ant-pagination .ant-pagination-item a {
  color: var(--page-text) !important;
}
.pageStyle .ant-pagination .ant-pagination-item-active {
  background-color: var(--page-active-background) !important;
  border-color: unset;
  border: none !important;
}
.pageStyle .ant-pagination .ant-pagination-item-active a {
  color: var(--page-active-text) !important;
}
.pageStyle .ant-pagination .ant-pagination-disabled {
  opacity: 0.5;
}
.pageStyle .ant-pagination-item-ellipsis {
  color: var(--page-text) !important;
}
.pageStyle .ant-pagination-item-container:hover .ant-pagination-item-link-icon {
  color: var(--page-text) !important;
}
.pageStyle .ant-pagination-jump-prev {
  background-color: var(--page-background) !important;
  border-radius: 6px;
  border: 1px solid var(--page-border-color);
}
.pageStyle .ant-pagination-jump-next {
  background-color: var(--page-background) !important;
  border-radius: 6px;
  border: 1px solid var(--page-border-color);
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

.fade-exit {
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}._refresh_uxdg3_1 {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 6px;
}

@keyframes _loop_uxdg3_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._loading_uxdg3_19 {
  animation: _loop_uxdg3_1 1s infinite;
}

@media screen and (min-width: 450px) {
  ._refresh_uxdg3_1 {
    width: 18PX;
    height: 18PX;
    margin-left: 6px;
  }
}