@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  body {
    background: #f7f7f7;
  }
}

@media screen and (min-width: 600px) {
  .mobile {
    display: none;
  }
  body {
    background: #fff;
  }
}
[v-cloak] {
  display: none;
}
.call-desc {
  line-height: 20px;
  margin: 32px 0 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #404040;
  text-align: left;
}
.data-list {
  border: 1px solid #e0dcdc;
}
.data-list th {
  background: #f8f8f8;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: bold;
  color: #404040;
}
.data-list tr td {
  padding: 10px;
  text-align: center;
}
#list_page {
  margin-bottom: 32px;
}
.empty-contact {
  text-align: center;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.noLoginTip {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 64px;
}
.loginBtn {
  width: 232px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  background: #ff5a59;
  color: #fff;
  margin: 24px auto;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 20px;
}

.desc-box p {
  margin-bottom: 15px;
}
.call-list {
  background: #fff;
  margin-top: 10px;
  min-height: 60vh;
  display: flex;
}
.game-list {
  width: 110px;
  flex-shrink: 0;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.game-list .game-item {
  line-height: 52px;
  text-align: center;
  background: #e8e8e8;
}
.game-list .game-item-active {
  background: #fff;
}
.call-content {
  box-sizing: border-box;
  padding: 15px;
}
.call-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.call-value {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 15px;
}
.no-logs {
  box-sizing: border-box;
  padding: 15px;
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
  margin-top: 10px;
}
