@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}
#app {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content {
  background: #fff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  transition: all .45s;
  backface-visibility: hidden;
  flex: 1;
  overflow-y: scroll;
  padding-bottom: 0.4rem;
}
.van-search .van-search__action {
  color: #999;
}
.my-swipe .van-swipe-item {
  width: 100%;
  height: 4rem;
}
.my-swipe img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 4rem;
}
.splite {
  height: 1px;
  background: #f1f1f1;
  margin: 0.4rem 0.3rem;
}
.banner-images {
  padding: 0 0.3rem;
}
.banner-images img {
  display: block;
  width: 100%;
  height: 2.5rem;
}
.banner-wrap {
  margin: 0.4rem 0 0 0;
}
.banner-wrap .van-row {
  margin-bottom: 0.3rem;
}
.banner-wrap .van-row .van-col {
  text-align: center;
  margin-bottom: 0.2rem;
}
.banner-wrap .van-row:last-child {
  margin-bottom: 0;
}
.banner-wrap .banner-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-wrap .banner-item {
  width: 1.04rem;
  height: 1.04rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.04rem;
  font-size: 0;
}
.banner-wrap .banner-item i {
  font-size: 0.76rem;
  color: #fff;
}
.banner-wrap p {
  font-size: 0.28rem;
  color: #333;
  text-align: center;
}
.pop-wrap {
  padding: 0.32rem 0.32rem 1.2rem;
}
.pop-wrap .pop-header {
  font-size: 0.36rem;
  color: #333;
  font-weight: 600;
  line-height: 0.46rem;
}
.pop-wrap .pop-body {
  margin-top: 20px;
  overflow-y: scroll;
}
.pop-wrap .pop-body .van-col {
  text-align: center;
}
.pop-wrap .pop-body .van-col a {
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.38rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
}
.text-list {
  padding: 0 0.3rem;
}
.text-list .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.text-list .list-header h4 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 600;
  color: #333;
}
.text-list .list-header a {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #999;
}
.text-list .list-body a {
  padding: 0.2rem 0;
  display: block;
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #333;
  word-break: break-all;
}
.img-list {
  padding: 0 0.3rem;
}
.img-list .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.img-list .list-header h4 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 600;
  color: #333;
}
.img-list .list-header a {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #999;
}
.img-list .list-body {
  padding-top: 10px;
}
.img-list .list-body .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.img-list .list-body .item img {
  display: block;
  width: 2.6rem;
  height: 1.8rem;
  border-radius: 4px;
}
.img-list .list-body .item p {
  flex: 1;
  margin-left: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #333;
  word-break: break-all;
}
.img-list .list-body .item:last-child {
  margin-bottom: 0;
}
