body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html {
  font-size: 13.333333vw;
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
body {
  font: 0.16rem "PingFang SC", STHeiti, "Microsoft YaHei", Helvetica, Arial,
    sans-serif;
  color: #e0be90;
  background: #710000;
}
.wrap {
  max-width: 750px;
  margin: 0 auto;
  background: url("https://n.sinaimg.cn/sina_client/66ceb6d9/20251124/bg1.png") no-repeat;
  background-size: 100% auto;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
small {
  font-size: 0.12rem;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #555;
}
a:hover {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: "";
}
legend {
  color: #666;
}
img {
  display: block;
}
input,
button,
textarea,
select {
  outline: none;
}
fieldset,
img {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  height: 1px;
}
li {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.border-1px {
  position: relative;
}
.border-1px:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  border-bottom: 1px solid #140500;
  box-sizing: border-box;
  clear: both;
}
@media (-webkit-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-1px::after {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }
}
@media (-webkit-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-1px::after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@media (-webkit-device-pixel-ratio: 3), (min-device-pixel-radio: 3) {
  .border-1px::after {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
}
.top-pad {
  height: 6.97rem;
}
.nav-container {
  width: 7.5rem;
  height: 0.7rem;
  padding: 0 0 0 0.06rem;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #b00000;
  position: sticky;
  top: 0;
  z-index: 999;
  position: -webkit-sticky;
  -webkit-overflow-scrolling: touch;
  line-height: 0.7rem;
}
.nav-wrap {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.nav-wrap .nav-item {
  line-height: 0.3rem;
  padding: 0 0.24rem;
  border-right: 0.01rem solid #c4a578;
  font-weight: 700;
  font-size: 0.3rem;
  color: #c4a578;
}
.search-wrap {
  position: relative;
  margin: 0.304rem 0.4rem 0;
  height: 0.7rem;
}
.search-wrap .search-bar {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.36rem;
  font-size: 0.28rem;
  color: #c4a578;
  background-color: transparent;
  border: 1px solid #c4a578;
  border-radius: 3em;
}
.search-bar::-webkit-input-placeholder {
  color: #c4a578;
}
.search-wrap .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0 0.4rem 0.4rem 0;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #190700;
  background-color: #c4a578;
  text-align: center;
  font-weight: 700;
  color: #7c0a05;
}
.part1 {
  margin-top: 0.5rem;
}
.part-title {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.part-title.title1 {
  background-image: url("//n.sinaimg.cn/sina_client/66ceb6d9/20221031/t3.png");
}
.part2 {
  margin-top: 0.25rem;
}
.part-split {
  padding-bottom: 0.1rem;
}
.award-list-wrap {
  width: 7.5rem;
  padding: 0 0.3rem 0.36rem;
}
.award-title-wrap {
  display: flex;
  align-items: flex-end;
  width: 6.9rem;
  padding: 0 0.36rem;
  line-height: 0.6rem;
  background: #c3a67e;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(176, 0, 0) 9%,
    rgb(223 104 104) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(176 0 0) 9%,
    rgb(223 104 104) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(176 0 0) 9%,
    rgb(223 104 104) 100%
  );
}
.award-table-header {
  display: flex;
  width: 6.9rem;
  padding: 0 0.36rem;
  background: #c4a578;
  background-size: 100% 100%;
  color: #952a2a;
}
.title-big {
  font-weight: 700;
  color: #c4a578;
  font-size: 0.34rem;
}
.title-small {
  font-size: 0.23rem;
  color: #c4a578;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.title-small::before {
  content: "/";
}
.award-item {
  display: flex;
  width: 6.9rem;
  padding: 0 0.2rem;
  line-height: 1rem;
  min-height: 1rem;
  background-size: 100% 100%;
  border-bottom: solid 1px #c4a578;
}
.header-col {
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.6rem;
  text-align: center;
}
.item-col {
  font-weight: 700;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.col1 {
  width: 0.8rem;
  white-space: nowrap;
  justify-content: center;
}
.col2 {
  width: 2.9rem;
}
.col3 {
  width: 3.5rem;
}
.item-col.col2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.36rem;
  overflow: hidden;
  font-size: 0.3rem;
}
.item-col.col3 {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 0.36rem;
  overflow: hidden;
  padding: 0.1rem 0;
}
.part3,
.part4,
.part5,
.part6 {
  margin-top: 0.2rem;
}
.part-title.title3 {
  background-image: url("//n.sinaimg.cn/sina_client/66ceb6d9/20221101/t2.png");
}
.part-title.title4 {
  background-image: url("//n.sinaimg.cn/sina_client/66ceb6d9/20221031/t6.png");
}
.part-title.title5 {
  background-image: url("//n.sinaimg.cn/sina_client/66ceb6d9/20221031/t5.png");
}
.part-title.title6 {
  background-image: url("//n.sinaimg.cn/sina_client/66ceb6d9/20221031/t4.png");
}
.award-pic {
  width: 100%;
  padding: 0 0.5rem;
}
.icon-top {
  position: fixed;
  right: 0.16rem;
  bottom: 2rem;
  z-index: 100;
  width: 0.8rem;
  height: 0.8rem;
  background: url("https://n.sinaimg.cn/sina_client/66ceb6d9/20251124/top.png")    no-repeat center;
  background-size: cover;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  -moz-border-radius: .1rem;
  -ms-border-radius: .1rem;
  -o-border-radius: .1rem;
}
.footer {
  padding: 1rem 2.8rem;
  text-align: center;
  overflow: hidden;
}
.footer .qrcode {
  width: 100%;
  display: block;
}
.footer .footer-text {
  text-align: center;
  font-size: 0.16rem;
  color: #8d704d;
  display: none;
}
.search-layer {
  display: none;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 101;
  overflow-y: auto;
  border: 1px solid #7c6951;
  background-color: #140500;
}
.search-layer-item {
  padding-left: 0.36rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  overflow: hidden;
  background-color: #9e8c6c;
  color: #1f0700;
}
.search-layer-item:last-child {
  margin-bottom: 0;
}
.part-title.new-title {
  font-size: 0.48rem;
  color: #ccbb8f;
  height: 1.3rem;
  background: url(https://n.sinaimg.cn/sina_client/66ceb6d9/20251124/bg-title.png) no-repeat 50% 24%;
  text-align: center;
  padding: 0.2rem 0 0;
  background-size: auto 1.05rem;
  margin-bottom: 0;
  font-weight: bold;
}
.item-col.tcenter {
  justify-content: center;
}
