html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img {
  vertical-align: middle;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img:not([src]) {
  opacity: 0;
}

em,
i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
}

input:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: #333;
}

.cf:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  min-height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.6666666667px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.9333333333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.3333333333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }

  body {
    width: 7.5rem;
    margin: 0 auto;
    font-size: 0.24rem;
    line-height: 1;
  }

  [data-dpr="1"] body {
    width: 750px;
    margin: 0 auto;
  }
}

body {
  background: #1f151e;
}

.page-1,
.page-1 * {
  box-sizing: border-box;
}

.page-1 {
  background: #1f151e;
  padding: 2.42rem 0.37rem .42rem 0.37rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.page-1__bg {
  flex-shrink: 0;
  width: 7.5rem;
  position: absolute;
  left: 0.06rem;
  top: 0;
}

.page-1__big-title {
  flex-shrink: 0;
  width: 6.505599999999999rem;
  height: 3.66rem;
  position: relative;
  object-fit: cover;
  display: block;
  margin: 0 auto 0.2rem;
}

.page-1__search-box {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 6.7rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.page-1__search-box>form {
  display: flex;
}

.page-1__search-box>form>*:not(:last-child) {
  margin-right: 0.2rem;
}

.page-1__input-wrapper {
  padding: 0.18rem 0.22rem 0.18rem 0.22rem;
  flex-shrink: 0;
  width: 4.78rem;
  height: 0.64rem;
  position: relative;
  z-index: 100;
}

.page-1__input-wrapper:hover .search-pop,
.page-1__input-wrapper:active .search-pop,
.page-1__input-wrapper:focus .search-pop {
  display: block;
}

.search-pop {
  position: absolute;
  background-image: url(../images/pop_bg.png);
  background-size: 100% 100%;
  min-height: 2.28rem;
  width: 4.82rem;
  box-sizing: border-box;
  padding: 0.32rem 0.3rem;
  bottom: -0.16rem;
  left: 0;
  transform: translate(0, 100%);
  display: none;
}

.search-pop::before {
  content: "";
  position: absolute;
  height: 0.18rem;
  top: -0.18rem;
  left: 0;
  width: 100%;
}

.search-pop .search-item {
  color: #dbc2ab;
  font-family: "Source Han Sans CN";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.36rem;
  display: flex;
  margin-bottom: 0.28rem;
  align-items: center;
  cursor: pointer;
}

.search-pop .search-item:last-child {
  margin-bottom: 0;
}

.search-pop .search-item .icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.2rem;
}

.page-1__input-bg {
  width: 4.78rem;
  height: 0.64rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
}

.page-1__union {
  width: 0.26rem;
  height: 0.258rem;
  position: absolute;
  left: 0.22rem;
  top: 0.18rem;
  overflow: visible;
}

.page-1__input {
  color: #746456;
  text-align: left;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: 400;
  position: absolute;
  left: 0.64rem;
  top: 0.18rem;
  background: none;
  border: none;
}

.page-1__close {
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  left: 4.28rem;
  top: 0.18rem;
  overflow: visible;
}

.page-1__btn {
  flex-shrink: 0;
  width: 1.68rem;
  height: 0.64rem;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  cursor: pointer;
}

.page-1__tab {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 6.7rem;
  height: 0.64rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.page-1__item1 {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-right: 0.56rem;
  cursor: pointer;
}

.page-1__item1.on .page-1__hover {
  display: block;
}

.page-1__item1.on .page-1__name2 {
  color: #fff6df;
  text-align: center;
  font-family: "SourceHanSansCn-Medium", sans-serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 500;
  position: relative;
}

.page-1__name {
  color: #fff6df;
  text-align: center;
  font-family: "SourceHanSansCn-Medium", sans-serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 500;
  position: relative;
}

.page-1__hover {
  border-radius: 0rem;
  flex-shrink: 0;
  width: 0.32rem;
  height: 0.08rem;
  position: absolute;
  left: 0.16rem;
  top: 0.56rem;
  overflow: visible;
  display: none;
}

.page-1__item2 {
  padding: 0.04rem 0rem 0.16rem 0rem;
  display: flex;
  flex-direction: row;
  gap: 0.04rem;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.page-1__name2 {
  color: #c9beab;
  text-align: center;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-1__sub-tab {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 0.2rem;
}

.page-1__item4.on {
  background: #a54701;
  border-radius: 0.28rem;
  border-style: solid;
  border-color: #daa05e;
  border-width: 0.02rem;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  display: flex;
  flex-direction: row;
  gap: 0.06rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.page-1__txt {
  color: #ffffff;
  text-align: left;
  font-family: "SourceHanSansCn-Medium", sans-serif;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-1__item4 {
  background: #433528;
  border-radius: 0.28rem;
  border-style: solid;
  border-color: #5c4e4c;
  border-width: 0.02rem;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-right: 0.2rem;
  cursor: pointer;
}

.page-1__txt2 {
  color: #e4cebe;
  text-align: left;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: 400;
  position: relative;
}

.page-1__div {
  color: #e4cebe;
  text-align: left;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: 400;
  position: relative;
}

.page-1__list-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-shrink: 0;
  width: 7.14rem;
  position: relative;
  margin-top: 0.24rem;
}

.page-1__item5 {
  flex-shrink: 0;
  width: 1.4rem;
  height: 2.14rem;
  position: relative;
  margin-right: 0.38rem;
  margin-bottom: 0.38rem;
}

.page-1__bg2 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: hidden;
  object-fit: cover;
}

.page-1__name3 {
  color: #f8d5ae;
  text-align: center;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 400;
  position: absolute;
  left: 0rem;
  top: 1.48rem;
  width: 1.4rem;
  height: 0.72rem;
}

.page-1__img {
  width: 1.42rem;
  height: 1.42rem;
  position: absolute;
  left: -0.02rem;
  top: 0rem;
  object-fit: cover;
  aspect-ratio: 1;
  padding: 0.2rem;
  box-sizing: border-box;
}

.page-1__fix-menu {
  flex-shrink: 0;
  width: 0.88rem;
  height: 1.98rem;
  position: fixed;
  right: 0.16rem;
  bottom: 0.88rem;
  z-index: 999;
}

.page-1__m-1 {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: hidden;
  object-fit: cover;
}

.page-1__m-2 {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  left: 0rem;
  top: 1.1rem;
  overflow: hidden;
  object-fit: cover;
}

.page-1__pop {
  padding: 1rem 0.55rem 0rem 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 7.5rem;
  height: 11.44rem;
  position: fixed;
  left: 50%;
  bottom: 0rem;
  z-index: 1001;
  transform: translate(-50%);
}

.page-1__pop2 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 7.5rem;
  height: 11.44rem;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  object-fit: cover;
}

.page-1__pop .pop_info {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.page-1__pop .pop_info>*:not(:last-child) {
  margin-bottom: 0.2rem;
}

.page-1__close2 {
  flex-shrink: 0;
  width: 0.76rem;
  height: 0.76rem;
  position: absolute;
  left: 6.74rem;
  top: -0.18rem;
  overflow: hidden;
  object-fit: cover;
}

.page-1__box-1 {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.page-1__img2 {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  background-image: url(../images/img2-wrapper.png);
  background-size: 100% 100%;
}

.page-1__img2>img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
}

.page-1__info {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.page-1__name4 {
  color: #4e2a09;
  text-align: center;
  font-family: "SourceHanSansCn-Bold", sans-serif;
  font-size: 0.28rem;
  line-height: 0.36rem;
  font-weight: 700;
  position: relative;
}

.page-1__des {
  color: #7b5c42;
  text-align: left;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 400;
  position: relative;
  width: 4.48rem;
}

.page-1__title {
  color: #4e2a09;
  text-align: left;
  font-family: "SourceHanSansCn-Bold", sans-serif;
  font-size: 0.28rem;
  line-height: 0.36rem;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  margin-bottom: 0.2rem;
}

.page-1__box-2 {
  border-radius: 0.08rem;
  padding: 0.24rem;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  background-image: url(../images/box2.png);
  background-size: 100% 100%;
  margin-bottom: 0.2rem;
}

.page-1__box-bg {
  position: absolute;
  inset: 0;
}

.page-1__type {
  color: #886a50;
  text-align: left;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 400;
  width: 5.64rem;
}

.page-1__des2 {
  color: #886a50;
  text-align: left;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 400;
  width: 5.64rem;
}

.page-1__list-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  width: 6.8rem;
  position: relative;
  overflow: hidden;
}

.page-1__item6 {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.8rem;
  position: relative;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.page-1__bg3 {
  align-self: stretch;
  flex-shrink: 0;
  height: 1.4rem;
  position: static;
}

.page-1__name5 {
  color: #866140;
  text-align: center;
  font-family: "SourceHanSansCn-Regular", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  height: 0.72rem;
}

.page-1__img3 {
  flex-shrink: 0;
  width: 1.12rem;
  height: 1.12rem;
  position: absolute;
  left: 1.26rem;
  top: 0.12rem;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
  aspect-ratio: 1;
}

.page-1__img3>img {
  width: 100%;
  height: 100%;
}

.page-1__mask-group5 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: visible;
}

.page-1__mask-group6 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: visible;
}

.page-1__mask-group7 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: visible;
}

.page-1__mask-group8 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: visible;
}

.page-1__mask-group9 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: visible;
}

.page-1__mask-group10 {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: visible;
}

.mask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.null {
  width: 3.76rem;
  margin-top: 0.98rem;
  margin-left: auto;
  margin-right: auto;
}

.null>img {
  width: 3.76rem;
  height: 3.9rem;
}

.null>p {
  color: #ac9275;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.36rem;
  margin-top: -0.8rem;
}

.loadmore {
  margin: .2rem auto;
  width: 1.4rem;
  text-align: center; 
}