.c_newest_server_popup {
  position: relative;
  width: 420px;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.c_newest_server_popup_close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  cursor: pointer;
  z-index: 2;
}

.c_newest_server_popup_close:hover {
  color: #666666;
}

.c_newest_server_popup_head {
  padding: 22px 40px 16px;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #e74c00;
  border-bottom: 1px solid #eeeeee;
}

.c_newest_server_popup_body {
  padding: 28px 24px 24px;
  text-align: center;
}

.c_newest_server_popup_line1 {
  margin: 0 0 12px;
  line-height: 1.8;
  font-size: 16px;
  color: #000000;
}

.c_newest_server_popup_name,
.c_newest_server_popup_time {
  color: #e74c00;
}

.c_newest_server_popup_will {
  color: #000000;
}

.c_newest_server_popup_line2 {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  color: #000000;
}

.c_newest_server_popup_foot {
  padding: 0 24px 28px;
  text-align: center;
}

.c_newest_server_popup_sure {
  display: inline-block;
  min-width: 140px;
  padding: 10px 32px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  background: #fa9611;
  cursor: pointer;
  outline: none;
}

.c_newest_server_popup_sure:hover {
  background: #fa9611;
}

/* 快速进入游戏 - 未开服：前方三角形灰色 */
.quick_enter_server_list .server_status_icon.awaiting {
  background: #999999;
}

/* 主页左侧区服：布局不变，仅「敬请期待」为灰色 */
#leftServer .await_ico,
.server_list .await_ico,
.server_list em.await_ico,
.gw_common_left_servers_item i.awaiting {
  color: #999999;
  font-style: normal;
  font-weight: normal;
}

/* 敬请期待 - server 页区服列表（图二：灰褐色条 + 白字） */
.ser_btn.is-awaiting {
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  /* padding: 0 14px; */
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  background: #b2aba6 !important;
  background-image: none !important;
  border-radius: 2px;
}

.ser_btn.is-awaiting:hover {
  background: #b2aba6 !important;
  background-position: initial !important;
}

.ser_btn.is-awaiting span {
  margin-left: 0;
  display: inline;
}

.ser_btn.is-awaiting .await_ico {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
}

