html,
body {
  background: url(./img/bg.png) no-repeat top center;
  min-height: 100vh;
}
.wrapper-box {
  padding-top: 80px;
}

.wrapper {
  margin: 0 auto 0;
  width: 690px;
  padding-bottom: 80px;
  position: relative;
  min-height: 800px;
  padding-bottom: 80px;
  border-radius: 60px;
  width: 375px;
  padding: 30px 15px;
  background: url(./img/pc/bg.png) no-repeat;
  background-size: 375px;
  padding-top: 40px;
}

.wrapper.w1200 {
  width: 1200px;
}

h1 {
  color: rgba(32, 40, 58, 1);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px auto 10px;
  text-align: center;
}

.banner {
  display: block;
  height: 180px;
  border-radius: 20px;
  background: url(./img/pc/banner.png) no-repeat center/100%;
  /* margin-bottom: 20px; */
}

.part {
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(210, 215, 224, 1);
  /* margin-bottom: 20px; */
  overflow: hidden;
}

.whitebg {
  background: #fff;
}

.nobg {
  box-shadow: none;
  margin-bottom: 0;
}

.item2 {
  display: block;
  width: 50%;
  padding: 10px 20px;
  text-align: center;
  color: #20283a;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.item2 .num {
  color: rgba(0, 102, 255, 1);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 4px;
}

.item2:first-child:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 80px;
  background: #c3cee0;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 0;
}

.row {
  padding: 0 0px;
}

.item,
.item3 {
  display: block;
  width: 33%;
  padding: 10px 0 10px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  line-height: 40px;
}

.item img,
.item3 img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.item3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item3 p {
  display: inline-block;
}

.item {
  width: 100%;
  border-top: 1px solid #dde5f2;
  line-height: 40px;
  padding: 10px 0 10px;
}

.item img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.12rem 0;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.rank {
  display: block;
}

.rankpc {
  margin-bottom: 0;
  height: 80px;
  background: url(./img/pc/rank.png) no-repeat center/100%;
}

.rankh5 {
  display: none;
  height: 1.6rem;
  background: url(./img/rank.png) no-repeat center/100%;
  margin-bottom: 0.2rem;
}

.contact {
  height: 100px;
  background: url(./img/contact.png) no-repeat center/100%;
  margin-bottom: 40px;
  padding: 30px 20px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.contact a {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
}

.footer {
  background: #101a34;
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 4px;
  left: 2px;
  right: 2px;
  border-radius: 0 0 40px 40px;
}

.footer p {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  margin-bottom: 4px;
}

/* .footer p:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 6px;
  right: 20px;
} */

.footer p:last-child::after {
  display: none;
}

.storage {
  width: 1200px;
  height: 788px;
  margin-top: 80px;
  padding: 40px 30px;
  border-radius: 12px;
  border: 1px solid #dbe4ef;
  background: #fff;
}

.storage .title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  height: 55px;
  line-height: 45px;
}

.storage .title::after {
  content: '';
  width: 100px;
  height: 10px;
  background: #0066ff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.storage .card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.card-item {
  width: 366px;
  height: 205px;
  background: #e7edf5;
  padding: 20px 20px 20px 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 10px;
}

.card-item:nth-child(1) {
  background: url('./img/s_icon1.png') no-repeat 0 35px #e7edf5;
  background-size: 100px 100px;
}

.card-item:nth-child(2) {
  background: url('./img/s_icon2.png') no-repeat 0 35px #e7edf5;
  background-size: 100px 100px;
}

.card-item:nth-child(3) {
  margin-right: 0;
  background: url('./img/s_icon3.png') no-repeat 0 35px #e7edf5;
  background-size: 100px 100px;
}

.card-item:nth-child(4) {
  background: url('./img/s_icon4.png') no-repeat 0 35px #e7edf5;
  background-size: 100px 100px;
}

.card-item:nth-child(5) {
  margin-right: 0;
  width: 752px;
  padding-left: 20px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  color: #000;
  padding-bottom: 8px;
}

.card-des {
  height: 84px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #6f747b;
}

.card-des p {
  position: relative;
  padding-left: 10px;
  margin-bottom: 4px;
}

.card-des p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #6f747b;
  border-radius: 4px;
}

.card-footer {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-size: 16px;
  color: #0066ff;
  background: url('./img/icon-arrow.png') no-repeat right center;
  background-size: 16px 16px;
  padding-right: 20px;
}

.card-content-list {
  display: flex;
  margin-top: 12px;
}

.card-content-item {
  width: 232px;
  height: 120px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.card-content-item:nth-child(1) .card-content-item-title {
  background: url('./img/s_icon5.png') no-repeat left center;
  background-size: 20px 20px;
}

.card-content-item:nth-child(2) {
  margin: 0 10px;
}

.card-content-item:nth-child(2) .card-content-item-title {
  background: url('./img/s_icon6.png') no-repeat left center;
  background-size: 20px 20px;
}

.card-content-item:nth-child(3) .card-content-item-title {
  background: url('./img/s_icon7.png') no-repeat left center;
  background-size: 20px 20px;
}

.card-content-item-title {
  display: flex;
  align-items: center;
  height: 34px;
  font-size: 14px;
  color: #000;
  padding-left: 26px;
}

.card-content-item-des {
  margin-top: 4px;
  padding-top: 10px;
  font-size: 14px;
  color: #0066ff;
  border-top: 1px solid #e7edf5;
}

.card-content-item-des p {
  color: #6f747b;
}

.student-card {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 368px;
  height: 88px;
  font-size: 20px;
  border-radius: 12px;
  color: #0066ff;
  background: #e7edf5;
}

.student-card img {
  width: 20px;
  height: 20px;
}
.search {
  position: relative;
  display: flex;
  margin: 10px 0px;
  height: 40px;
  border-radius: 10px;
  background: #e7edf5;
  align-items: center;
  padding: 0 10px 0 10px;
  margin: 10px 15px 0;
}
.rank_body .wrapper {
  padding: 30px 0 0 0;
}

.search .search_icon {
  position: relative;
  width: 18px;
  height: 16px;
  margin-right: 5px;
  background: url('./img/icon_search.png') no-repeat center #e7edf5;
  background-size: 16px;
  z-index: 10;
}
.search input {
  width: 250px;
  border: none;
  outline: none;
  height: 40px;
  background-color: transparent;
}
.search input[type='text']:focus {
  border: none;
  outline: none;
}
.search_btn {
  color: #000;
  margin-left: 20px;
  width: 40px;
  font-size: 14px;
}
.search-list {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  border: 1px solid #f5f5f5;
  background-color: #fff;
  z-index: 1;
  border-radius: 4px;
  max-height: 50vh;
  overflow-y: scroll;
}
.search-item {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 10px;
  font-size: 14px;
}
.search-item:hover {
  background: #e7edf5;
}
.class_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-bottom: 1px solid #0066ff;
  padding: 0 15px;
}
.class_tab li {
  position: relative;
  width: 150px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px 0rem 0 0;
}
.class_tab li.active {
  color: #fff;
  background-color: #0066ff;
}
.class_tab li.active::after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  background: url('./img/tab_bg.png') no-repeat -1px -1px;
  background-size: 34px 34px;
}
.list_con {
  background-color: #e7edf5;
  padding: 15px;
  margin: 0 4px;
  height: 526px;
  overflow: scroll;
}
.num_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.num_item {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.num_item span {
  color: #0066ff;
}
.table {
  margin-top: 15px;
}
.table_header {
  display: flex;
  width: 100%;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  align-items: center;
  padding: 0 5px;
  font-size: 14px;
}
.table_header div {
  flex: 1;
  text-align: center;
}
.table_header div:nth-child(1) {
  flex: none;
  width: 40px;
}
.table_header div:nth-child(2) {
  flex: none;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table_header div:nth-child(5) {
  flex: none;
  width: 50px;
}
.table_list {
}
.table_item {
  font-size: 14px;
  display: flex;
  height: 45px;
  align-items: center;
  border-bottom: 1px solid #d0dded;
}
.table_item.active {
  background-color: #0066ff;
  color: #fff;
}
.table_item div {
  flex: 1;
  text-align: center;
}
.rankIndex0 {
  width: 16px;
  height: 16px;
  background: url('./img/rank1.png') no-repeat center;
  background-size: 16px 16px;
}
.rankIndex1 {
  width: 16px;
  height: 16px;

  background: url('./img/rank2.png') no-repeat center;
  background-size: 16px 16px;
}
.rankIndex2 {
  width: 16px;
  height: 16px;

  background: url('./img/rank3.png') no-repeat center;
  background-size: 16px 16px;
}

.table_item div:nth-child(1) {
  flex: none;
  width: 40px;
}
.table_item div:nth-child(2) {
  flex: none;
  width: 100px;
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.table_item div:nth-child(5) {
  flex: none;
  width: 50px;
}
.rank_body .footer {
  position: static;
}
.search-item span {
  color: #0066ff;
}
.noData {
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 750px) {
  .wrapper-box {
    padding-top: 0px;
  }
  h1 {
    display: none;
  }

  html,
  body {
    /* min-height: auto; */
    background: #fff;
  }

  .rankpc {
    display: none;
  }

  .rankh5 {
    display: block;
  }

  .wrapper {
    width: 100%;
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    min-height: 100vh;
    background: #fff;
    padding: 0.2rem 0.3rem 1.68rem;
  }

  .banner {
    height: 3.6rem;
    border-radius: 0.2rem;
    background: url(./img/banner.png) no-repeat center/100%;
    margin-bottom: 0.3rem;
  }

  .part {
    border-radius: 0.12rem;
    margin-bottom: 0.2rem;
  }

  .nobg {
    box-shadow: 0 0 24px 0 rgba(210, 215, 224, 1);
  }

  .item2 {
    padding: 0.28rem 0.4rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #6f747b;
  }

  .item2 .num {
    font-size: 0.6rem;
    line-height: 0.72rem;
    margin-bottom: 0.12rem;
  }

  .item2:first-child:after {
    height: 0.8rem;
    margin-top: -0.4rem;
  }

  .row {
    padding: 0;
  }

  .item,
  .item3 {
    padding: 0.28rem 0.1rem 0.24rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
  }

  .item img,
  .item3 img {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    margin: 0 auto 0.12rem;
  }

  .item {
    line-height: 0.48rem;
    padding: 0.32rem 0 0.34rem;
  }

  .item img {
    display: inline-block;
    margin: 0 0.12rem 0;
  }

  .contact {
    height: 1.6rem;
    background: url(./img/contact.png) no-repeat center/100%;
    margin-bottom: 0.4rem;
    padding: 0.38rem 0.4rem;
    text-align: right;
    color: rgba(255, 255, 255, 1);
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 0.42rem;
  }
  .footer {
    background: #101a34;
    padding: 28px 0;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 24px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }

  .footer {
    padding: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    max-width: 750px;
  }

  .footer p {
    display: block;
    padding: 0;
  }

  .footer p::after {
    display: none;
  }

  .storage {
    height: auto;
    width: 100vw;
    border-radius: 12px;
    border: none;
    padding-bottom: 0;
  }

  .storage .title {
    position: relative;
    font-size: 0.48rem;
    height: 0.8rem;
    line-height: 0.7rem;
  }

  .storage .title::after {
    width: 1rem;
    height: 0.1rem;
  }

  .storage .card-list {
    margin: 0.2rem 0;
    width: 6.9rem;
  }

  .card-item {
    width: 100%;
    height: 3.37rem;
    padding: 0.32rem 0.32rem 0.32rem 1.8rem;
    margin-bottom: 0.1rem;
    margin-right: 0;
    border-radius: 0.1rem;
  }

  .card-item:nth-child(1) {
    background: url('./img/s_icon1.png') no-repeat 0 0.32rem #e7edf5;
    background-size: 2rem 2rem;
  }

  .card-item:nth-child(2) {
    background: url('./img/s_icon2.png') no-repeat 0 0.32rem #e7edf5;
    background-size: 2rem 2rem;
  }

  .card-item:nth-child(3) {
    margin-right: 0;
    background: url('./img/s_icon3.png') no-repeat 0 0.32rem #e7edf5;
    background-size: 2rem 2rem;
  }

  .card-item:nth-child(4) {
    background: url('./img/s_icon4.png') no-repeat 0 0.32rem #e7edf5;
    background-size: 2rem 2rem;
  }

  .card-item:nth-child(5) {
    height: auto;
    background: #fff;
    padding: 0;
  }
  .card-item:nth-child(5) .card-title {
    margin-top: 0.4rem;
  }

  .card-title {
    font-size: 0.36rem;
    border-bottom: 2px solid #fff;
    color: #000;
    padding-bottom: 0.1rem;
  }

  .card-des {
    height: 1.44rem;
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }

  .card-des p {
    padding-left: 0.2rem;
    margin-bottom: 0.08rem;
  }

  .card-des p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 4px;
  }

  .card-footer {
    display: block;
    margin-top: 0.24rem;
    text-align: right;
    font-size: 0.28rem;
    background-size: 0.28rem 0.28rem;
    padding-right: 0.4rem;
  }

  .card-content-list {
    display: inherit;
    margin-top: 0.2rem;
  }

  .card-content-item {
    display: flex;
    align-items: center;
    width: 6.9rem;
    height: 1.74rem;
    padding: 0.24rem;
    border-radius: 8px;
    background: #e7edf5;
    margin-bottom: 0.1rem;
  }

  .card-content-item:nth-child(1) .card-content-item-title {
    background: url('./img/s_icon5.png') no-repeat left center;
    background-size: 0.32rem 0.32rem;
  }

  .card-content-item:nth-child(2) {
    margin: 0 0 0.1rem;
  }

  .card-content-item:nth-child(2) .card-content-item-title {
    background: url('./img/s_icon6.png') no-repeat left center;
    background-size: 0.32rem 0.32rem;
  }

  .card-content-item:nth-child(3) .card-content-item-title {
    background: url('./img/s_icon7.png') no-repeat left center;
    background-size: 0.32rem 0.32rem;
  }

  .card-content-item-title {
    display: flex;
    align-items: center;
    width: 3.62rem;
    font-size: 0.32rem;
  }

  .card-content-item-des {
    margin-top: 0;
    padding-top: 0;
    font-size: 0.28rem;
    color: #0066ff;
    border-top: 1px solid #e7edf5;
  }

  .card-content-item-des p {
    color: #6f747b;
  }

  .student-card {
    margin: 0.3rem 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.9rem;
    height: 1.06rem;
    font-size: 0.38rem;
    border-radius: 12px;
  }

  .student-card img {
    width: 0.28rem;
    height: 0.28rem;
  }
  .storage-container .footer {
    position: relative;
    width: 7.5rem;
    left: -0.3rem;
    right: -0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-box {
    padding-top: 0px;
  }
  h1 {
    display: none;
  }
  .search {
    position: relative;
    display: flex;
    margin: 0.2rem 0rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    background: #e7edf5;
    align-items: center;
    padding: 0 0.2rem 0 0.2rem;
    margin: 0.2rem 0.3rem 0;
  }
  .rank_body .wrapper {
    padding: 0;
  }

  .search .search_icon {
    position: relative;
    width: 0.36rem;
    height: 0.32rem;
    margin-right: 0.1rem;
    background: url('./img/icon_search.png') no-repeat center #e7edf5;
    background-size: 0.32rem 0.32rem;
    z-index: 10;
  }
  .search input {
    width: 5rem;
    border: none;
    outline: none;
    height: 0.8rem;
    background-color: transparent;
  }
  .search input[type='text']:focus {
    border: none;
    outline: none;
  }
  .search_btn {
    color: #000;
    margin-left: 0.4rem;
    width: 0.8rem;
  }
  .search-list {
    position: absolute;
    top: 0.8rem;
    left: 0;
    right: 0;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    z-index: 1;
    border-radius: 4px;
    max-height: 50vh;
    overflow-y: scroll;
  }
  .search-item {
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 0.2rem;
  }
  .search-item:hover {
    background: #e7edf5;
  }
  .class_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    border-bottom: 1px solid #0066ff;
    padding: 0 0.3rem;
  }
  .class_tab li {
    position: relative;
    width: 3rem;
    height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.32rem;
    font-weight: 700;
    border-radius: 0.1rem 0rem 0 0;
  }
  .class_tab li.active {
    color: #fff;
    background-color: #0066ff;
  }
  .class_tab li.active::after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 0.68rem;
    height: 0.68rem;
    background: url('./img/tab_bg.png') no-repeat -1px -1px;
    background-size: 0.68rem 0.66rem;
  }
  .list_con {
    background-color: #e7edf5;
    padding: 0.3rem;
    margin: 0;
    height: auto;
  }
  .num_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .num_item {
    font-size: 0.24rem;
    font-weight: 700;
    color: #000;
  }
  .num_item span {
    color: #0066ff;
  }
  .table {
    margin-top: 0.3rem;
  }
  .table_header {
    display: flex;
    width: 100%;
    height: 0.6rem;
    border-radius: 0.12rem;
    background: #fff;
    align-items: center;
    padding: 0 0.1rem;
    font-size: 14px;
  }
  .table_header div {
    flex: 1;
    text-align: center;
  }
  .table_header div:nth-child(1) {
    flex: none;
    width: 0.8rem;
  }
  .table_header div:nth-child(2) {
    flex: none;
    width: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table_header div:nth-child(5) {
    flex: none;
    width: 1rem;
  }
  .table_list {
  }
  .table_item {
    display: flex;
    height: 0.85rem;
    align-items: center;
    border-bottom: 1px solid #d0dded;
  }
  .table_item.active {
    background-color: #0066ff;
    color: #fff;
  }
  .table_item div {
    flex: 1;
    text-align: center;
  }
  .rankIndex0 {
    width: 0.32rem;
    height: 0.32rem;
    background: url('./img/rank1.png') no-repeat center;
    background-size: 0.32rem 0.32rem;
  }
  .rankIndex1 {
    width: 0.32rem;
    height: 0.32rem;

    background: url('./img/rank2.png') no-repeat center;
    background-size: 0.32rem 0.32rem;
  }
  .rankIndex2 {
    width: 0.32rem;
    height: 0.32rem;

    background: url('./img/rank3.png') no-repeat center;
    background-size: 0.32rem 0.32rem;
  }

  .table_item div:nth-child(1) {
    flex: none;
    width: 0.8rem;
  }
  .table_item div:nth-child(2) {
    flex: none;
    width: 2rem;
    /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  }
  .table_item div:nth-child(5) {
    flex: none;
    width: 1rem;
  }
  .rank_body .footer {
    position: static;
  }
  .search-item span {
    color: #0066ff;
  }
  .noData {
    text-align: center;
    line-height: 0.8rem;
  }
}
