/* 计时器 */
/* .c-countDown {
    display: none !important;
} */
:root {
  --primary-color: #0f7dec !important;
}
.margin-top-10{
  margin-top: 15px !important;
}
.btn-search{
  border-radius: 0.2667rem !important;
}
.p-grid-button{
  border-radius: 0.2667rem !important;

}
.title {
  text-align: center;
}
.palyer-page {
  background: #f5f5f5;
}
.c-countDown {
  display: flex;
  background: transparent !important;
  color: #999 !important;
  height: unset !important;
  font-size: .3733rem !important;
}
.c-countDown-time-color-primary {
  color: var(--primary-color) !important;
}

.search-input {
  border-radius: 0px !important;
}
.btn-search {
  width: 2rem !important;
  background-color: var(--primary-color);
  color: #fff !important;
}

.p-searchAndOptions {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.palyer-page .common-card .p-play-info_topArea {
  display: none !important;
}

.player-info-custom-style {
  margin-top: 0.5rem;
  display: flex;
  text-align: center;
  display: block !important;
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 0.4rem !important;
}

/* 活动介绍富文本 */

.p-intro-activityIntro * {
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei",
    Arial, sans-serif !important;
  /* color: #333; */
  /* font-size: 15px; */
  letter-spacing: 1px;
  /* line-height: 1.75em; */
  max-width: 100%;
  /* background-color: transparent !important; */
}

/* 活动介绍面板 */

.p-intro-activityIntro-panel {
  background-color: #fff;
  padding: 15px 25px !important;
}

/* 一排显示hack */
.vote-player-item.vote-player-item_between {
  height: 3.07666rem !important;
}
.vote-player-item.vote-player-item_between > div:first-child {
  overflow: hidden;
}
.vote-player-item.vote-player-item_between .vote-player-item_pic_2 {
  display: block;
}
.common-card {
  border-radius: 0.2667rem !important;
  overflow: hidden;
}
.intro_summary_block {
  border-radius: 0.2667rem !important;
  overflow: hidden;
}
.intro_summary_block_item {
  border-right: 1px dashed rgba(255, 255, 255, 0.5) !important;
}
.intro_summary_block_item:last-child {
  border-right: 0 !important;
}
.introRule-title {
  position: relative;
  color: var(--primary-color);
  font-size: 0.4rem;
  text-align: center;
}
.introRule-title .iconfont {
  display: none;
}
.p-vote-group {
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.p-vote-group-button_wrap,
.p-vote-group-button_selected_wrap {
  height: auto !important;
}
.p-vote-group-button,
.p-vote-group-button_selected {
  height: 0.8rem !important;
  line-height: 0.8rem !important;
  border-radius: 0.5333rem !important;
  padding: 0 5px !important;
  font-size: 0.3733rem !important;
}
.p-vote-group-button {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.p-player-name {
  font-weight: 700;
}

.p-playerInfo {
  font-size: 0.36rem !important;
}

.vote-player_index {
  height: 0.7467rem !important;
  line-height: 0.7467rem !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0.2667rem 0 !important;
}
.vote-player-item {
  border-radius: 0.2667rem !important;
  overflow: hidden;
  padding-bottom: 0.2667rem !important;
}
.c-voteButton_nopoll {
  padding: 0 0.2667rem;
}
.vote-player-item .text {
  width: 100% !important; 
  min-width: 2.6rem !important;
}
.text-ellipsis-1 {
  width: 100% !important;
}

.palyer-page .p-grid-button {
  display: block !important;
  background-color: transparent !important;
  height: auto !important;
}
.palyer-page .p-grid-button .p-grid-button_item {
  position: relative;
  border-right: 0 !important;
  width: 6.6133rem !important;
  height: 1.2rem !important;
  line-height: 1.2rem !important;
  background-color: var(--primary-color);
  overflow: hidden;
  margin: 0 auto !important;
  margin-top: 0.2667rem !important;
  border-radius: 0.08rem !important;
  border-radius: 0.2667rem !important;
}
.p-rank-box {
  margin-top: 0.5333rem !important;
  position: relative;
  padding: 0.1867rem 0.2667rem 0.3333rem !important;
  overflow: visible;
}
.p-rank-box::before {
  position: absolute;
  top: -0.39rem;
  left: 0.5667rem;
  content: " ";
  width: 1.8667rem;
  height: 2.3067rem;
  background: url("/images/rank/rank-greatO-bg.png") no-repeat center;
  background-size: 100%;
  z-index: 1;
}
.rank-content {
  position: relative;
  z-index: 5;
  margin-top: 0.1333rem !important;
}
.rankHeadImg-warp {
  margin-bottom: 0 !important;
}
.rankHeadImg {
  top: 0 !important;
  text-align: center;
  position: relative !important;
}
.rankHeadImg svg {
  display: none;
}
.rankHeadImg::after {
  text-align: center;
  content: "排行榜";
  color: var(--primary-color);
  font-size: 0.4533rem;
}
.rank-avatar {
  width: 0.9333rem !important;
  height: 0.9333rem !important;
  border-radius: 0.5333rem !important;
}
.rank-player-info_number {
  color: #999 !important;
}
.rank-player-info_dec {
  display: none;
}
.rank-index {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-score {
  font-size: 0.4267rem !important;
  font-weight: normal !important;
  width: 2.2rem !important;
}
.rank-medal-icon1 {
  margin-top: 0 !important;
}
.rankDish-common .rank-player-info_dec{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
}
.rankDish-common-item,
.rankDish-common-lastWrap-item {
  padding: 0.2667rem;
  border-radius: 0.2667rem;
  overflow: hidden;
  margin-bottom: 0.2667rem !important;
}
.rankDish-common-lastWrap-item {
  background: #fefaf7;
}
.voteIntro {
    margin-top: 5px !important;
}
.rankDish-common-lastWrap-item .rank-index {
  color: #343434 !important;
  font-weight: 400 !important;
}
.rankDish-common-lastWrap-item .rank-index div {
  font-size: 0.4533rem !important;
}
.rankDish-common .rankDish-common-item:nth-child(1) {
  background: url("/images/rank/rank-greatO-1.png") center center no-repeat;
  background-size: cover;
}
.rankDish-common .rankDish-common-item:nth-child(2) {
  background: url("/images/rank/rank-greatO-2.png") center center no-repeat;
  background-size: cover;
}
.rankDish-common .rankDish-common-item:nth-child(3) {
  background: url("/images/rank/rank-greatO-3.png") center center no-repeat;
  background-size: cover;
}

.search-modal .modal-header {
  background-color: #fff !important;
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 0.4rem !important;
  font-weight: normal !important;
}

.search-modal .modal-body {
  padding: 0.6rem 0.4rem !important;
  padding-top: 0.2rem !important;
}

.search-modal .modal-input-warp {
  margin: 0px !important;
  height: 1.2rem !important;
  border-width: 0 !important;
  border-bottom: 2px solid #ccc !important;
  justify-content: start !important;
}
.search-modal .modal-action_item:first-child {
  display: none;
}
.search-modal .modal-action {
  padding-bottom: 20px !important;
  height: auto !important;
  line-height: unset !important;
}
.search-modal .modal-action_item {
  flex: unset !important;
  position: relative;
  width: 6.1333rem !important;
  height: 1.0667rem !important;
  line-height: 1.0667rem !important;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.1333rem !important;
}
.search-modal .nut-textinput input{
  background-color: transparent;
}
.p-playerName {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.rank-page .p-group-wrap {
    margin-top: 15px !important;
}
.search-modal {
    position: relative;
}
.search-modal .modal-action_close {
    bottom: unset !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    position: absolute !important;
}
.photo-album_column_one .nut-button{
  width: 2.8rem !important;
}

.vote-player-item_between {
  padding-bottom: 0px !important;
}

.vote-img-body-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-album_column_one .vote-player-indexWrap {
  width: unset !important;
}                                                             

.app-wrap_auto {
  background-color: #f2f2f2;
}
.doVote-button {
  margin-bottom: 5px !important;
}