﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.black {
  color: #000000 !important;
}
.black::before {
  background-color: #000000 !important;
}
.black::after {
  background-color: #000000 !important;
}
.nothing {
  font-size: 22px;
  color: #3498db;
  text-align: center;
  margin: 20px 0;
}
[data-dpr="2"] .nothing {
  font-size: 44px;
}
[data-dpr="3"] .nothing {
  font-size: 66px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loading {
  width: 100%;
  height: 500px;
  left: 0;
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}
.loading .loading-word {
  font-size: 20px;
}
[data-dpr="2"] .loading .loading-word {
  font-size: 40px;
}
[data-dpr="3"] .loading .loading-word {
  font-size: 60px;
}
html {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
}
body {
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding: 4rem 0 5rem 0;
  background-color: #FFF;
  -webkit-transition: padding .3s;
          transition: padding .3s;
}
body section {
  background-color: #FFF;
}
body.no-nav {
  padding-bottom: 0;
}
body.no-nav nav {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
header {
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #0192d5;
  height: 4rem;
  line-height: 4rem;
  width: 100%;
  display: block;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .search {
  float: left;
  position: relative;
  width: 100%;
}
header .search .search-icon {
  font-size: 2rem;
  position: absolute;
  right: .8rem;
  top: .8rem;
  color: #666;
}
header .search input {
  font-family: '圆体';
  width: 100%;
  padding: .8rem 3rem .8rem 1.5rem;
  font-size: 14px;
  color: #666;
  border-radius: 30rem;
  border: none;
  outline: none;
}
[data-dpr="2"] header .search input {
  font-size: 28px;
}
[data-dpr="3"] header .search input {
  font-size: 42px;
}
header .goback {
  float: left;
  text-align: center;
  font-size: 36px;
  width: 5rem;
  height: 4rem;
  color: #FFF;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
[data-dpr="2"] header .goback {
  font-size: 72px;
}
[data-dpr="3"] header .goback {
  font-size: 108px;
}
header .nav-btn {
  float: left;
  text-align: center;
  width: 6rem;
  font-size: 26px;
  color: #FFF;
}
[data-dpr="2"] header .nav-btn {
  font-size: 52px;
}
[data-dpr="3"] header .nav-btn {
  font-size: 78px;
}
nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5rem;
  z-index: 9;
  border-top: 1px solid #cccccc;
  background-color: #FFF;
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
[data-dpr="2"] nav {
  border-top: 2px solid #cccccc;
}
[data-dpr="3"] nav {
  border-top: 3px solid #cccccc;
}
nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
}
[data-dpr="2"] nav ul li {
  font-size: 28px;
}
[data-dpr="3"] nav ul li {
  font-size: 42px;
}
nav ul li .nav-icon {
  font-size: 2.2rem;
  color: #333;
}
nav ul li.nav_active {
  color: #0192d5;
}
nav ul li.nav_active i {
  color: #0192d5;
}
.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
}
.content ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: .6rem;
}
[data-dpr="2"] .content ul li {
  border-bottom: 2px solid #cccccc;
}
[data-dpr="3"] .content ul li {
  border-bottom: 3px solid #cccccc;
}
.content ul li img {
  -webkit-flex-basis: 11rem;
      -ms-flex-preferred-size: 11rem;
          flex-basis: 11rem;
  height: 8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.content ul li .word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 11rem);
  padding: 10px;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-dpr="2"] .content ul li .word {
  font-size: 28px;
}
[data-dpr="3"] .content ul li .word {
  font-size: 42px;
}
.content ul li .word .title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-dpr="2"] .content ul li .word .title {
  font-size: 36px;
}
[data-dpr="3"] .content ul li .word .title {
  font-size: 54px;
}
.content ul li .word .number {
  color: #e3393c;
}
/*# sourceMappingURL=list.css.map */