.topic {
  background: url("../images/list_title_bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 1.2rem;
  margin-top: 0.95rem;
}

.topic ul {
  width:90%;height: 100%;display: flex;white-space: nowrap;overflow-x:scroll;float:left;overflow-y:hidden
}

.topic ul li {
  float: left;
  display:inline-block;width:1.6rem;height:60px;margin-left: 0.5rem;
}

.topic ul li img {
  width: 100%;
  position: relative;
  bottom: 0.05rem;
}

.topic ul li p {
  color: #fff;
  font-size: 0.32rem;
  width: 100%;
  text-align: center;
  line-height: 1.2rem;
}

.topic ul li img {
  display: none;
}

.topic ul li.active p {
  color: #991822;
}

.topic ul li.active img {
  display: inline;
}

.content {
  margin: 0.2rem;
}

.content ul {
  list-style: none;
}
.content ul .item {
  width: 100%;
  height: 1.6rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.content ul .item img {
  float: left;
  width: 2.5rem;
  height: 1.6rem;
}

.content ul .item .summary {
  float: right;
  width: 4.4rem;
}

.content ul .item .summary p:first-child {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content ul .item .summary p:last-child {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  color: #666;
}

.content .photo_item {
  width: 50%;
  height: 3.5rem;
  float: left;
  background: url("../images/photo_item_bg.png") no-repeat;
  background-size: cover;
  text-align: center;
}

.content .photo_item img {
  width: 3rem;
  height: 1.9rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
}

.content .photo_item p {
  font-size: 0.28rem;
  color: #111;
  width: 2.8rem;
  margin-left: 0.4rem;
  margin-top: 0.1rem;
  line-height: 0.4rem;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.topic .title {
  font-size: 0.32rem;
  color: #fff;
  line-height: 1.2rem;
  text-align: center;
  position: relative;
  left: -0.4rem;
}

.content .title {
  font-size: 0.4rem;
  color: #111;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content .info {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.4rem;
  text-align: center;
}

.content .msg {
  margin-top: 0.5rem;
  min-height: 9.5rem;
}

select {
  height: 0.6rem;
  border: 1px #666 solid;
  font-size: 0.28rem;
  font-weight: 200;
  border-radius: 0.08rem;
  width: 1.8rem;
  text-align: start;
  text-indent: 0.2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/ic_arrow.png") no-repeat scroll 1.4rem center
    transparent;
  background-size: 12%;
}

.content .search {
  /* padding-top: 70px; */
  text-align: center;
}

.content select {
  float: left;
}
.input_search {
  border: 1px #666 solid;
  font-size: 0.3rem;
  border-radius: 0.08rem;
  width: 5.1rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  font-size: 0.28rem;
  /* text-indent: 0.6rem; */
  line-height: 0.6rem;
  background: url("../images/ic_search.png") no-repeat scroll 0.3rem center
    transparent;
  float: left;
}

.input-group .form-control:focus {
  z-index: 0 !important;
}


.btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  color: #fff;
}
.input_btn {
  color: #fff;
  background-color: #991822;
  font-size: 0.3rem;
  text-align: center;
  width: 0.9rem;
  height: 0.6rem;
  border-radius: 0.08rem;
  border: none;
  padding: 0;
  /* margin-left: 20px; */
}

.content .input_btn:hover {
  color: #fff;
  border-radius: 0.08rem;
}

.collection_type {
  width: 100%;
  height: 3.5rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 0.7rem;
}

.collection_type ul {
  list-style: none;
  width: 6rem;
  text-align: center;
  margin: 0 auto;
  height: 3.5rem;
  /* height: 127px; */
}

.collection_type ul li {
  background: url("../images/collection_type_bg.png") no-repeat;
  background-size: cover;
  width: 1.2rem;
  height: 0.9rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}

.collection_type ul li p {
  color: #111;
  font-size: 0.25rem;
  margin-top: 0.5rem;
}

.collection_type ul .active {
  background: url("../images/collection_type_active_bg.png");
  background-size: cover;
  width: 1.2rem;
}
.collection_type ul .active p {
  color: #fff;
}

.waterfall {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  column-count: 2;
  column-gap: 0.1rem;
}
.waterfall .item {
  margin-bottom: 0.2rem;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.waterfall .item img {
  width: 100%;
}
.waterfall .item .summary {
  width: 100%;
  height: 1rem;
  background: url("/images/collection_summary_bg.png") no-repeat;
  background-size: cover;
  text-align: center;
}
.waterfall .item .summary .summary_title {
  padding-top: 0.2rem;
  font-weight: bold;
  font-size: 0.3rem;
  color: #fff;
}

.waterfall .item .summary .dynasty {
  font-size: 0.24rem;
  color: #fff;
  padding-top: 0.14rem;
}

.database_category{
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    width: 100%;
    height: 0.5rem;
}

.database_content {
  width: 100%;
  background-color: #f4f4f4;
}

.database_category span{
    color: #fff;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 2.2rem;
    background-color: #c6a973;
    display: block;
    text-align: center;
    float: left;
}

.database_category select{
    width: 2.2rem;
    height: 0.5rem;
    border: 1px #c6a973 solid;
    text-indent: 0.2rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/ic_arrow2.png") no-repeat scroll 1.8rem center
      transparent;
    background-size: 12%;
    margin-left: 0.2rem;
}

.database_content table {
  width: 100%;
  border-collapse: collapse;
  border: 2px #fff solid;
  text-indent: 0.1rem;
  /* height: 100%; */
}
.database_content table tr {
  height: 0.6rem;
}

.database_content table tr td {
  height: 0.6rem;
  font-size: 0.23rem;
  border-collapse: collapse;
  border: 2px #fff solid;
}

.database_content table .head {
  background: url("../images/table_tr_bg.png") no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.28rem;
}

.database_content table .head .name{
    width: 3.2rem;
}

.database_content table .head .count{
    /* width: 1.2rem; */
}

.database_content table .head .level{
    width: 1rem;
}

.pagination {
  display: block;
  padding: 0.34rem 0 0;
  width: 100%;
  margin-bottom: 1.7rem;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.pagination span{
  display: inline-block;
  color: #111;
  width: 0.35rem;
  height: 0.35rem;
  text-align: center;
  line-height: 0.35rem;
  padding: 0;
  font-size: 0.22rem;
  margin-left: 0.1rem;
  margin-right: 0;
}

.pagination .current  {
  display: inline-block;
  background-color: #991822;
  color: #fff;
  width: 0.35rem;
  height: 0.35rem;
  text-align: center;
  line-height: 0.35rem;
  padding: 0;
  font-size: 0.22rem;
  margin-left: 0.1rem;
  margin-right: 0;
  border-radius: 0.08rem;
}

.pagination a {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  text-align: center;
  line-height: 0.35rem;
  padding: 0;
  border: 1px #c6a973 solid;
  background: transparent;
  color: #111;
  font-size: 0.22rem;
  margin-left: 0.1rem;
  border-radius: 0.08rem;
}

.pagination a:hover {
  background: #991822;
  color: #fff;
}

.pagination .prev,
.pagination .current.prev{
border-radius: 0;
border: none;
color: #111;
width: 0.8rem;
font-size: 0.24rem;
margin-right: 0.1rem;
background:transparent;
}

.pagination .prev:hover{
  background: transparent;
  color: #111;
}

.pagination .next{
  border-radius: 0;
  border: none;
  color: #111;
  width: 1.8rem;
  font-size: 0.24rem;
  margin-left: 0.1rem;
  background: transparent;
  /* width: 220px; */
}

.pagination .next:hover{
  background: transparent;
  color: #111;
}