#Index .Index-body .body-content {
  width: 100%;
}
#Index .Index-body .body-content .content-swiper {
  width: 100%;
  height: 240px;
}
#Index .Index-body .body-content .content-swiper .my-swipe .van-swipe-item {
  width: 100%;
  height: 240px;
  color: #fff;
  text-align: center;
}
#Index .Index-body .body-content .content-swiper .my-swipe .van-swipe-item img {
  width: 100%;
  height: 100%;
}
#Index .Index-body .body-content .content-gather {
  width: 100%;
}
#Index .Index-body .body-content .content-gather .gather-inside {
  position: relative;
  top: -40px;
  width: 92%;
  margin: auto;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-msg .msg-t {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-msg .msg-p {
  font-size: 12px;
  line-height: 30px;
  color: #bbb;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-msg .msg-i {
  position: absolute;
  top: 35%;
  right: 10px;
  font-size: 20px;
  color: #535353;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-menu {
  box-sizing: border-box;
  width: 100%;
  margin-top: 15px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-menu .menu-list .list-item {
  width: 25%;
  margin: 10px auto;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-menu .menu-list .list-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  aspect-ratio: 9/9;
  margin: 2px auto;
  text-align: center;
  font-size: 30px;
  color: #0a7ecc;
  border-radius: 50%;
  background-color: rgba(108, 199, 235, 0.1);
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-menu .menu-list .list-item .item-text {
  text-align: center;
  font-size: 12px;
  color: #aaa;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-bill {
  box-sizing: border-box;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-bill .bill-detail {
  box-sizing: border-box;
  width: 48%;
  height: 120px;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #5bcef1;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-bill .bill-detail .detail-top {
  display: flex;
  align-items: center;
  height: 50%;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-bill .bill-detail .detail-top .van-icon {
  font-size: 30px;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-bill .bill-detail .detail-top .top-money {
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
}
#Index .Index-body .body-content .content-gather .gather-inside .inside-bill .bill-detail .detail-text {
  display: flex;
  align-items: center;
  height: 50%;
  font-size: 18px;
  font-weight: bold;
}
#Index .Index-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
}
#Index .Index-menu .menu-list {
  display: flex;
  width: 100%;
  padding: 10px 0;
}
#Index .Index-menu .menu-list .list-item {
  width: 50%;
  height: 40px;
  text-align: center;
}
#Index .Index-menu .menu-list .list-item .item-icon {
  font-size: 20px;
}
#Index .Index-menu .menu-list .list-item .item-name {
  font-size: 12px;
}
#Index .Index-menu .menu-list .list-item-pitch {
  color: #6cc7eb;
}
#Index .Index-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #f7f7f7;
}
