html {
  font-size: calc(100vw / 1920 * 100);
}

body {
  background-image: url(//game.gtimg.cn/images/hyrz/act/a20241106bdgs/bg_big.jpg);
}

.head {
  background-image: url(//game.gtimg.cn/images/hyrz/act/a20241106bdgs/con_top.jpg);
  width: 100%;
  height: 2.95rem;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cont {
  min-width: 12rem;
  width: max-content;
  margin: 0 auto;
  padding-top: 0.9rem;
  position: relative;
  padding-bottom: 1rem;

}

.title {
  background-image: url(//game.gtimg.cn/images/hyrz/act/a20241106bdgs/title.png);
  width: 10.08rem;
  height: 0.57rem;

}

.s-title {
  color: #fff2d7;
  font-size: 0.26rem;
  margin: 0.4rem auto 2.7rem auto;
  text-align: center;
}
.search-fuzzy-box {
  background-image: url(//game.gtimg.cn/images/hyrz/act/a20241106bdgs/swc_bg.png);
  background-repeat: repeat;
  background-size: cover;
  border-radius: 0.08rem;
  border: 1px solid #dcd9d2;
  padding: 0 0.3rem;
  position: absolute;
  margin-top: -1.4rem;
  width: 100%;
  z-index: 3;
}
.fuzzy-query {
  font-size: 0.22rem;
  padding-left: 16%;
  padding-bottom: 0.1rem;
  color: #dcd9d2;
}
.fuzzy-query  div{
  margin-bottom: 0.2rem;
  width: max-content;
}
.fuzzy-query  div:hover{
  color: #7a6448;
}
.search-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1rem;
}

.search-box-title {
  font-size: 0.28rem;
  color: #7a6448;
  font-weight: bold;
  width: 16%;
}

.search-box input {
  background: none;
  border: none;
  height: 0.48rem;
  font-size: 0.22rem;
  color: #9a8366;
  vertical-align: middle;
  padding: 0 0.2rem;
  width: 68%;
  border: 1px solid #dcd9d2;
  border-radius: 0.08rem;
  margin-right: 0.3rem;
}
.search-box input:hover{
  border: 1px solid #9a8366;
}


.search-btn {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #9a8366;
  color: #fff2d7;
  border-radius: 0.08rem;
  font-size: 0.2rem;
  position: relative;
}

.tab-box {
  display: flex;
  align-items: center;
  margin: 0.4rem 0;
}

.tab-box div {
  width: 1.3rem;
  height: 0.42rem;
  background-image: url(//game.gtimg.cn/images/hyrz/act/a20241106bdgs/tab.png);
  margin-right: 0.2rem;
  font-size: 0.2rem;
  color: #7a6448;
  font-weight: bold;
  text-align: center;
  line-height: 0.42rem;
}

.tab-box .tab-act {
  background-image: url(//game.gtimg.cn/images/hyrz/act/a20241106bdgs/tab-act.png);
  color: #fff;
}

.table-head {
  display: flex;
  margin-bottom: 0.3rem;
  /* border-top: 2px solid #a69a8b;
  padding-top: 0.3rem; */
}

.table-head div {
  color: #7a6448;
  font-weight: bold;
  font-size: 0.24rem;
  width: 20%;
  text-align: center;
}
.table-head div:nth-child(1){
  width: 10%;
}
.table-head div:nth-child(3){
  width:30%;
}
.table-head .table-name {
  width: 28%;
}

.table-data {
  display: flex;
  align-items: center;
}

.table-data div {
  font-size: 0.2rem;
  width: 20%;
  text-align: center;
  color: #a69a8b;
 height: 0.5rem;
 line-height: 0.5rem;
}
.table-data div:nth-child(1){
  width: 10%;
}
.table-data .table-area{
  width: 30%;
}

.table-data .table-name {
  width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.null-data{
  text-align: center;
  color: #7a6448;
  margin: 0.6rem 0;
}