body {
  background: #112044;
  /* background-image: url(../images/bg.jpg); */
  /* background-size:100% 100% ;
  background-position:center;
  background-repeat: no-repeat; */
}

.g-head {
  width:8.093333rem;
  margin-left: 1.653333rem;
  margin-top: 0.466667rem;
  margin-right: 0.24rem;
  /* height: 4.04rem */
}
.BigBox{
  position: absolute;
  top:0
}
main {
  width: 90%;
  height: 12.12rem;
  margin: 0.533333rem auto 0;
  border-radius: 0.2rem;
  border: 1px solid #0faecf;
  background: #fff;
  overflow: hidden;
 overflow-y: scroll;
 /* position: absolute;
 left: 0 ;
 right: 0; */
}
.bg-index {
  display: block;
  width: 100%;
}
main ul {
  width: 94%;
  height: 12.12rem;
  margin: 0 auto;
  /* overflow: hidden;
  overflow-y: scroll; */
}
main ul .swiper-slide.swiper-slide-active {
  background: none;
  height: 22.4rem;
}
main ul li .flex-container {
  display: -webkit-flex;
  display: flex;
  margin: 0.2rem 0;
  border-bottom: 1px dashed #001f79;
  padding-bottom: 0.2rem;
}

main ul li .flex-container .flex-item1 {
  background: #001f79;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  -webkit-flex: 1;
  flex: 1;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  text-indent: 0.3rem;
}

main ul li .flex-container .flex-item1 span {
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  text-indent: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
  background: #fff;
  color: #001f79;
  font-size: 0.34rem;
  text-shadow: 0 0 0;
  left: 0.1rem;
  top: 0.1rem;
}

main ul li .flex-container .flex-item2 {
  -webkit-flex: 2;
  flex: 2;
  color: #001f79;
  font-size: 0.34rem;
  line-height: 0.8rem;
  margin-left: 0.1rem;
  text-shadow: 0 0 0;
}

.next1{
  display: none;
}
