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; */
    top: 5rem;
    bottom: 3em;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
main {
    height: 100%;
    /* width: 90%; */
    /* margin: 0.533333rem auto 0; */
    border-radius: 0.2rem;
    border: 1px solid #0faecf;
    background: #fff;
    /* overflow: hidden; */
    overflow: auto;
    /* position: absolute;
 left: 0 ;
 right: 0; */
}
.bg-index {
    display: block;
    width: 100%;
}
main ul {
 height: 100%;
    width: 94%;
    /* height: 11.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;
    align-items: flex-start;
}

main ul li .flex-container .flex-item1 {
    background: #2d3e9d;
    width: 7em;
    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; */
}

.page-1 ul li:nth-child(3) .flex-container  .flex-item1{
    margin-top: 0.1em;
}
.page-2 ul li:nth-child(7) .flex-container  .flex-item1{
     margin-top: 0.1em;
}

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: #2d3e9d;
    font-size: 0.34rem;
    line-height: 0.8rem;
    margin-left: 0.1rem;
    text-shadow: 0 0 0;
  
}

.next1 {
    display: none;
}
