.banner {
  margin-top: 5px;
}
.indexswiper {
  width: 100%;
  height: 130px;
}
.indexswiper .swiper-item {
  border-radius: 15px;
}
.indexswiper .imgw100 {
  width: 100%;
  height: 130px;
  border-radius: 15px;
}
.bannerbox {
  margin-top: 60px;
}
.hr10 {
  background-color: #f5f5f5;
  width: 100%;
  height: 10px;
}
.topnavd {
  display: flex;
  justify-content: space-between;
}
.topnavd .kf {
  height: 37.5px;
  margin-top: 5px;
}
.topnavd .appdown {
  height: 45px;
  margin-top: 5px;
}
.topnavd .title {
  color: #fff;
  font-size: 23px;
  line-height: 46px;
}
.bgf2 {
  background-color: #f2f2f2;
}
.kjdiv {
  padding: 0 0 5px 0;
  margin-top: 10px;
}
.inner98 {
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
}
.kjdiv .tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.kjdiv .tab .item {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background-color: #f5f5f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 24.7%;
  padding: 10px 0;
  background: #fff;
}
.kjdiv .tab .item .name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2rem;
}
.kjdiv .tab .item .riqi {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin-top: 4px;
}
.kjdiv .tab .item.cur {
  background-color: #07c160;
}
.kjdiv .tab .item.cur .name {
  color: #fff;
}
.kjdiv .tab .item.cur .riqi {
  color: #fff;
}
.kjdiv .greenbox {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 140px;
  background-color: #fff;
  border: 1px solid #07c160;
}
.flexdBtn {
  position: fixed;
  bottom: calc(var(--window-bottom) + 2px);
  left: 0;
  z-index: 99;
  width: 100%;
}
.flexdBtn .inner98 {
  display: flex;
  justify-content: space-between;
}
.flexdBtn .btn {
  width: 23%;
  text-align: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 7px 0;
  box-sizing: border-box;
}
.flexdBtn .btn .name {
  font-size: 0.8rem;
  line-height: 24px;
}
.flexdBtn .btn.si {
  color: #be5bff;
  border: 1px solid #be5bff;
}
.flexdBtn .btn.lam {
  color: #07c160;
  border: 1px solid #07c160;
}
.flexdBtn .btn.xg {
  color: #c10707;
  border: 1px solid #c10707;
}
.flexdBtn .btn.am.lot2 {
  color: #fff;
  border: 1px solid #07c160;
  background-color: #07c160;
}
.caidan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 0 0 1px;
  box-sizing: border-box;
}
.caidan .item {
  width: 24.8%;
  text-align: center;
  background-color: #fff;
  padding: 14px 0;
  margin-bottom: 1px;
}
.caidan .item .name {
  color: #333;
  font-size: 18px;
  display: block;
}
.caidan .item .img {
  width: 61px;
  height: 61px;
}
.max720 {
  max-width: 500px;
  margin: 0 auto;
}
.tukutab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 14px 0;
}
.tukutab .item {
  width: 25%;
  text-align: center;
  display: flex;
}
.tukutab .item .name {
  font-size: 18px;
  line-height: 22px;
}
.tukutab .item.caise .icoin {
  border-radius: 5px;
  background-color: #eb5252;
  line-height: 18px;
  padding: 2px;
}
.waterfull {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.waterfull .col {
  width: 49%;
}
.waterfull .item {
  width: 100%;
  box-shadow: 0 0 0.133333rem #ccc;
  border-radius: 4px;
  border-top: 1px solid #bbb;
  margin-top: 10px;
}
.waterfull .item .img {
  width: 100%;
}
.waterfull .item .name {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 500px) {
  .kjdiv .greenbox {
    height: 220px !important;
  }
  .indexswiper {
    width: 100%;
    height: 180px;
  }
  .indexswiper .imgw100 {
    width: 100%;
    height: 180px;
  }
  .marquee_container * {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 420px) and (max-width: 500px) {
  .kjdiv .greenbox {
    height: 200px !important;
  }
  .indexswiper {
    width: 100%;
    height: 160px;
  }
  .indexswiper .imgw100 {
    width: 100%;
    height: 160px;
  }
  .kjdiv .tab .item .name {
    font-size: 1rem;
  }
  .caidan .item .img {
    width: 50px;
    height: 50px;
  }
  .caidan .item .name {
    font-size: 16px;
  }
  .topnavd .kf {
    height: 31px;
    margin-top: 7px;
  }
  .topnavd .appdown {
    height: 35px;
    margin-top: 7px;
  }
  .topnavd .title {
    color: #fff;
    font-size: 18px;
  }
  .tophh {
    height: 50px !important;
  }
  .bannerbox {
    margin-top: 50px;
  }
}
@media screen and (min-width: 400px) and (max-width: 420px) {
  .kjdiv .greenbox {
    height: 200px !important;
  }
  .indexswiper {
    width: 100%;
    height: 160px;
  }
  .indexswiper .imgw100 {
    width: 100%;
    height: 160px;
  }
  .kjdiv .tab .item .name {
    font-size: 1rem;
  }
  .caidan .item .img {
    width: 50px;
    height: 50px;
  }
  .caidan .item .name {
    font-size: 16px;
  }
  .tukutab .item .name {
    font-size: 12px;
  }
  .topnavd .kf {
    height: 31px;
    margin-top: 7px;
  }
  .topnavd .appdown {
    height: 35px;
    margin-top: 7px;
  }
  .topnavd .title {
    color: #fff;
    font-size: 18px;
  }
  .tophh {
    height: 50px !important;
  }
  .bannerbox {
    margin-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .kjdiv .greenbox {
    height: 200px !important;
  }
  .caidan .item .img {
    width: 50px;
    height: 50px;
  }
  .caidan .item .name {
    font-size: 15px;
  }
  .tukutab .item .name {
    font-size: 12px;
  }
  .topnavd .kf {
    height: 31px;
    margin-top: 7px;
  }
  .topnavd .appdown {
    height: 35px;
    margin-top: 7px;
  }
  .topnavd .title {
    color: #fff;
    font-size: 18px;
  }
  .tophh {
    height: 50px !important;
  }
  .bannerbox {
    margin-top: 50px;
  }
}
body {
  max-width: 500px;
  margin: 0 auto;
}
.uni-tabbar-bottom {
  background-color: #f5f5f5;
}
.uni-tabbar {
  max-width: 500px;
  margin: 0 auto;
}
