body * {
  box-sizing: border-box;
  flex-shrink: 0;

}

body {
  font-family: PingFangSC, PingFang SC;
  margin: 0;
  background-color: #f0f2f5;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

body::-webkit-scrollbar {
  display: none;
}

input {
  background-color: transparent;
  border: 0;
}

p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  border: none;
}


.c-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 1.14rem;
  background-color: #f0f2f5;
  padding: 0 0.38rem 0 0.58rem;
  display: flex;
  align-items: center;
}

.c-header .message {
  width: 0.76rem;
  height: 0.76rem;
  margin-left: auto;
}

.c-header .txt {
  font-weight: 400;
  font-size: 0.4rem;
  color: #23262F;
}

.c-header .menu {
  width: 0.45rem;
  height: 0.35rem;
  margin-right: 0.32rem;
}

.c-header .back {
  width: 0.12rem;
  height: 0.24rem;
  margin-right: 0.4rem;
}

.s-header {
  width: 100%;
  position: fixed;
  top: 0.34rem;
  padding: 0 0.56rem;
}

.s-header .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-header .back,
.s-header .collect {
  width: 0.72rem;
  height: 0.72rem;
}


.c-footer {
  padding-bottom: 0.38rem;
  width: 100%;
  /* height: 8.44rem; */
  background: #C98463;
}

.c-footer .txt-box {
  padding: 0.52rem 0.28rem 0.48rem 0.28rem;
}

.c-footer .txt-box .title-1 {
  font-weight: 600;
  font-size: 0.28rem;
  color: #FFFFFF;
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.16rem;
  margin-bottom: 0.16rem;
}

.c-footer .txt-box .title-2 {
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.56rem;
}

.c-footer .item:not(:last-child) {
  margin-bottom: 0.08rem
}

.c-footer .item {
  display: flex;
  align-items: center;
}

.c-footer .item p {
  flex: 1;
}

.c-footer .item .c-right {
  width: 0.28rem;
  height: 0.28rem;
}


.c-footer .banner {
  display: block;
  width: 100%;
  height: 1.36rem;
  object-fit: cover;
}

.c-footer .copyright {
  margin-top: 0.34rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.28rem;
}





.c-main {
  padding-top: 1.08rem;
  overflow-y: scroll;
}

.main {
  overflow-y: scroll;
}



.page-title-info {
  font-weight: 400;
  font-size: 0.28rem;
  color: #23262F;
  line-height: 0.4rem;
}

.special {
  color: #C98463;
}


.ez-img-square {
  border-radius: 0.24rem;
  width: 100%;
  object-fit: cover;
}



.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
}


.ez-scroll-x {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  /* white-space: nowrap; */
}

.ez-btn-1 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.88rem;
  border-radius: 0.5rem;
  background-color: unset;
  border: 0.02rem solid #C98463;

  font-weight: 400;
  font-size: 0.3rem;
  color: #C98463;
}

.ez-btn-2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.88rem;
  border-radius: 0.5rem;
  background-color: #C98463;
  font-weight: 400;
  font-size: 0.3rem;
  color: #FFFFFF;
}



.ez-input {
  height: 1rem;
  padding: 0 0.32rem;
  border-radius: 0.16rem;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 0.32rem;
  color: #777E91;
  line-height: 0.37rem;
  outline: none;

}

.ez-input::placeholder {
  font-weight: 400;
  font-size: 0.32rem;
  color: #777E91;
  line-height: 0.37rem;
}

.ez-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.32rem;
  color: #777E91;
  line-height: 0.37rem;
}

.ez-input:-moz-placeholder {
  font-weight: 400;
  font-size: 0.32rem;
  color: #777E91;
  line-height: 0.37rem;
}

.ez-input::-moz-placeholder {
  font-weight: 400;
  font-size: 0.32rem;
  color: #777E91;
  line-height: 0.37rem;
}

.ez-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.32rem;
  color: #777E91;
  line-height: 0.37rem;
}