.list {
  padding: 0 0 4rem 0;
}

.cover {
  width: 100%;
  display: block;
}

.item {
  padding: 2rem 5rem;
}

.item .k {
  color: rgba(0,0,0,0.85);
  margin-bottom: 1.2rem;
}

.item .v {
  line-height: 1.6;
  color: rgba(0,0,0,0.65);
}

.item-active {
  background: rgba(0,0,0,0.04);
}

.map {
  width: 100%;
  margin-top: 2rem;
}

.i-box {
  margin-top: 2rem;
  position: relative;
}

.i-box img {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 1.5rem;
  transform: translateY(-50%);
}

.input {
  width: 100%;
  color: rgba(0,0,0,0.25);
  height: 3rem;
  border: 2px solid #1E2678;
  border-radius: 2px;
  padding: 0 3rem 0 1.2rem;
  text-align: center;
}

.num {
  text-align: center;
  color: rgba(0,0,0,0.25);
}

.table {
  padding-bottom: 3rem;
}

.table .table-item {
  line-height: 4rem;
  height: 4rem;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0,0,0,0.65);
  border-top: 1px solid rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

.table .table-title {
  color: rgba(0,0,0,0.85);
  font-size: 1.2rem;
  border-top: 1px solid rgba(0,0,0,0);
}

.table .line {
  width: 20%;
  padding-right: 12px;
  text-align: left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.p-nav {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}