body {
  background-color: #3e91f1 !important;
}
.leftBox {
  padding-bottom: 1rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
}
.leftBox .blacks {
  height: 100vh;
  width: 70%;
  background-color: #fff;
}
.leftBox .close {
  width: 100%;
  height: 2rem;
  background-image: url(../images/headerBgc.png);
}
.leftBox .middle {
  margin: 1rem 0;
}
.leftBox .tabes {
  font-size: 0.5rem;
}
.leftBox .tabes img {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.leftBox .tabes .one {
  box-sizing: border-box;
  padding: 0.5rem;
}
.leftBox .tabes .one a {
  color: #333;
}
.header {
  display: flex;
  width: 100%;
  background-image: url(../images/headerBgc.png);
  background-size: 100% 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  color: red;
  z-index: 1001;
}
.header .logo {
  width: 3rem;
}
.header .tabLists {
  width: 100%;
  font-size: 0.6rem;
  text-align: center;
  padding: 0rem 1rem;
}
.header .tabLists li {
  padding: 0.4rem 0;
}
.header .tabLists li img {
  width: 1.5rem;
  height: 1.5rem;
}
.header .tabLists li .two {
  width: 7rem !important;
  height: 1rem !important;
}
.middleContent {
  padding: 0.4rem;
  box-sizing: border-box;
}
.middleContent .every {
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0rem 0rem 0.4rem #999;
  background-color: #fff;
  margin-top: 0.4rem;
}
.middleContent .every img {
  margin-right: 0.8rem;
  width: 3rem;
  height: 3rem;
}
.middleContent .every .content {
  color: hotpink !important;
}
.middleContent .every .content :nth-child(1) {
  font-size: 0.8rem;
}
.middleContent .every .content :nth-child(2) {
  font-size: 0.5rem;
  margin-top: 0.4rem;
}
.topContent {
  margin-top: 2.4rem;
}
.topContent ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  /* align-items: flex-end; */
  /* padding: 0.4rem; */
}
.topContent ul li {
  width: 5.2rem;
  height: 5.2rem;
  /* margin: 0.25rem; */
  padding: 0.4rem;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  .topContent ul li {
    width: 4.66rem;
    height: 4.66rem;
    /* margin: 0.25rem; */
    padding: 0.25rem;
    box-sizing: border-box;
  }
}
@media (min-width: 1200px) {
  .topContent ul li {
    width: 5.26rem;
    height: 5.26rem;
    /* margin: 0.25rem; */
    padding: 0.25rem;
    box-sizing: border-box;
  }
}
.topContent ul li img {
  border: 0.1rem solid #fff;
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}
.titles {
  font-weight: 700;
  letter-spacing: 0.3rem;
  font-family: auto;
  font-size: 0.8rem;
  font-family: "comic sans ms";
  color: #fff;
}
.bottomTabs {
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.bottomTabs h4 {
  margin: 0.4rem 0;
  text-align: center;
}
.bottomTabs .imgs {
  text-align: center;
}
.bottomTabs p {
  padding: 0.5rem;
  line-height: 0.9rem;
  font-size: 0.4rem;
}
.footerC {
  text-align: center;
  font-size: 0.6rem;
  color: #fff;
  padding: 0.5rem 1rem 3rem;
  border-top: 0.1rem solid #fff;
}
#toTop {
  z-index: 10;
  position: fixed;
  right: 0.2rem;
  bottom: 6rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 0.9rem #333;
  width: 2rem;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.2rem;
  line-height: 1rem;
}
#toTop img {
  width: 1.5rem;
}
.bottomContent {
  box-sizing: border-box;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  box-shadow: 0rem 0rem 0.9rem #333;
  font-size: 0.4rem;
}
.bottomContent .title {
  padding: 0.3rem;
  color: #333;
}
.bottomContent .only {
  color: #a98bfe;
}
.bottomContent .learn {
  color: #eee;
  border-bottom: 0.1rem solid #eee;
  display: inline-block;
}
.bottomContent .getIt {
  color: #fff;
  padding: 0.5rem;
  width: 3rem;
  background-color: #a98bfe;
  text-align: center;
}
