@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ==================== popoverFlat 浮動視窗_框架 ==================== */
.popover_base {
  position: absolute;
  width: max-content;
  padding: 32px 32px;
  background: white;
  font-size: 32px;
  color: #333333;
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 100;
  overflow: hidden;
}
.popover_base div {
  display: flex;
  flex-direction: column;
}
.popover_base p {
  padding: 26px 0;
  line-height: 1.5;
  cursor: pointer;
}
.popover_base a {
  display: block;
  padding: 26px 0;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
}

.poptitle {
  flex-direction: row !important;
  padding: 0 0 16px 0;
  line-height: 1.5;
  color: #949494;
}
.poptitle a {
  margin-left: 16px;
  padding: 0;
  color: #333333;
}

/* ==================== 浮動視窗_組件 ==================== */
/* <<<< 明燈 >>>> */
.popcontFriend {
  width: 848px;
}
.popcontFriend .title {
  margin-top: 32px;
  color: #949494;
  font-size: 28px;
  font-weight: normal;
}
.popcontFriend ul {
  display: flex;
  gap: 32px;
  margin-top: 16px;
  line-height: 1.5;
  flex-wrap: wrap;
}
.popcontFriend li {
  padding: 16px 26px;
  text-align: center;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  cursor: pointer;
  flex: 0 0 calc(25% - 80px);
}
.popcontFriend li.selected {
  background: #333333;
  color: white;
  border-color: #333333;
}
.popcontFriend .update {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
  height: 100px;
}
.popcontFriend a.friends {
  margin-left: auto;
  width: 40%;
  padding: 26px 0;
  text-align: right;
}
@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ================================================================== */
/* ========================== 共用 修復樣式 =========================== */
/* ================================================================= */
#popover_base {
  z-index: 9999;
}
#popover_base .poptitle a {
  font-size: 32px;
}
#popover_base .popcontFriend .title {
  text-align: left;
}
#popover_base .popcontFriend li {
  margin: 0;
  padding: 16px 26px;
  color: #333;
  font-size: 32px;
}
#popover_base .popcontFriend li.selected {
  color: #fff;
}
#popover_base .popcontFriend li:first-child {
  background: none;
  border: 2px solid #e0e0e0;
}
#popover_base .popcontFriend li.selected:first-child {
  background: #333;
  border: 2px solid #333;
}
#popover_base .popcontFriend .update span {
  font-size: 32px;
}
#popover_base .popcontFriend .update a {
  font-size: 32px;
}

/* ================================================================== */
/* ========================= 明燈頁 修復樣式 ========================== */
/* ================================================================= */
.friendManage-listTable td {
  position: relative;
}

.popover_friend {
  top: 100px;
  right: 0;
}
.popover_friend .popcontFriend li {
  flex: 0 0 calc(30% - 68px);
}

/* ================================================================== */
/* ========================= 玩家搜尋 修復樣式 ========================= */
/* ================================================================= */
.popover_search {
  left: 50%;
  transform: translate(-50%, 2%);
}