* {
  margin: 0;
  padding: 0;
}
iframe {
  height: 1.4rem;
}

.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.title {
  width: 100%;
  background: #eee;
  font-size: 0.3rem;
  height: 0.7rem;
  line-height: 0.7rem;
  margin: 0.3rem 0;
}
.title span {
  height: 100%;
  display: inline-block;
  border-top: 3px solid #6499dd;
  padding: 0 0.2rem;
  background-color: #fff;
}
.content a {
  width: calc(50% - 0.05px);
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  padding: 0 0.5rem 0 0.7rem;
}
.content a:nth-of-type(2n + 1) {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.content a:nth-of-type(2n) {
  border-bottom: 1px solid #eee;
}
.content a:nth-of-type(1),
.content a:nth-of-type(2) {
  border-top: 1px solid #eee;
}
.content{
  padding:0 0 2rem 0;
}
.item img {
  width: 0.5rem;
  margin-right: 0.2rem;
}
.menuListTitle {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0.7rem;
}

.menuListTitle > p:first-of-type {
  font-size: 0.28rem;
  font-weight: bold;
}
a {
  color: #000;
}
.flxed_iframe {
  height: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
}
.list {
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
}
.van-cell--clickable{
  border-bottom: 1px solid #eee;
}