* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "microsoft yahei";
  text-decoration: none;
}
body {
  background: #f0f2f5;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
#app {
  background: #f0f2f5;
  width: 100vw;
  height: auto;
  margin: 0px auto;
  max-width: 500px;
}
#app .flex,
#app .flexb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#app .flexc,
#app .flexcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#app .flexcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header {
  position: relative;
  height: 5.2rem;
}
.header .Underlay {
  width: 7.5rem;
  height: 3rem;
}
.header .head {
  position: absolute;
  top: 1.6rem;
  left: 0.3rem;
  right: 0.3rem;
  padding: 0.3rem 0.3rem 0rem 0.3rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.1rem 0.3rem 0px;
  border-radius: 0.3rem;
}
.header .head .flexbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .head .flexbc {
  padding-bottom: 0.3rem;
  width: 6.3rem;
}
.header .head .flexc,
.header .head .flexcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .head .logo {
  position: relative;
}
.header .head .logo img {
  width: 0.85rem;
  height: 0.85rem;
  display: block;
  max-width: 100%;
  border-radius: 50%;
}
.header .head .flexcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .head .flexcc .title {
  margin-left: 0.15rem;
}
.header .head .flexcc .title .biaoti {
  color: #020c1d;
  font-size: 0.3rem;
  width: 3.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .head .flexcc .title .miaoshu {
  color: #787d85;
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
.header .head .shop {
  position: relative;
}
.header .head .shop img {
  width: 1.58rem;
  height: 0.76rem;
  display: block;
  max-width: 100%;
}
.header .head .flex {
  justify-content: space-between;
  width: 6.9rem;
  padding-top: 0.2rem;
}
.header .segmentation {
  height: 1px;
  width: 6.9rem;
  background: #e3e8f1;
}
.header .button {
  flex: 1 1 0%;
}
.header .button a {
  text-decoration: none;
  color: #000;
}
.header .button .flexcc {
  font-size: 0.24rem;
}
.header .button .flexcc img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.1rem;
}
.switch {
  justify-content: space-around;
  padding: 0px 0.3rem;
}
.switch .flexcc {
  background: #e3e8f1;
  border-radius: 0.3rem;
  width: 1.2rem;
  height: 0.6rem;
  font-size: 0.28rem;
}
.switch .act {
  background: #005aff !important;
  color: #fff;
}
.list {
  padding: 0.3rem;
}
.list .card {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.1rem 0.3rem 0px;
  border-radius: 0.3rem;
  position: relative;
  padding: 0.2rem;
  margin-bottom: 0.3rem;
}
.list .img1 img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.list .first-line {
  width: 4.3rem;
}
.list .first-line .name {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
  line-height: 0.4rem;
}
.list .first-line .prompt {
  font-size: 0.18rem;
  color: #fe3d3d;
  margin-bottom: 0.2rem;
}
.list .first-line .Line {
  width: 4.7rem;
  flex: 1 1 0%;
}
.list .first-line .Line .flexc {
  color: #787d85;
  font-size: 0.22rem;
}
.list .first-line .number {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.list .first-line .number span {
  font-size: 0.22rem;
  position: relative;
  top: 1px;
}
.list .first-line .Vertical {
  width: 1px;
  height: 0.2rem;
  background: #e3e8f1;
}
.list .selling-point {
  margin-top: 0.25rem;
}
.list .selling-point .bg1 {
  background: #ffdfdf;
  border-radius: 0.18rem;
  padding: 0.06rem 0.15rem;
  font-size: 0.2rem;
  color: #fe3d3d;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.list .selling-point .bg2 {
  background: #dfffe4;
  border-radius: 0.18rem;
  padding: 0.06rem 0.15rem;
  font-size: 0.2rem;
  color: #088f1a;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.list .selling-point .bg3 {
  border-radius: 0.18rem;
  padding: 0.06rem 0.15rem;
  font-size: 0.2rem;
  color: #bd37ff;
  background: #fbefff;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
}
.list .selling-point .bg4 {
  background: #e9f1ff;
  border-radius: 0.18rem;
  padding: 0.06rem 0.15rem;
  font-size: 0.2rem;
  color: #005aff;
  margin-bottom: 0.2rem;
}
.list .share {
  width: 1.59rem;
  height: 0.6rem;
  background: #e9f1ff;
  border-radius: 0.4rem;
  font-size: 0.28rem;
  color: #005aff;
}
.list .share div {
  cursor: pointer;
}
.list .share div img {
  width: 0.2rem;
  margin-left: 0.1rem;
}
.list .handle {
  background: #005aff;
  width: 4.76rem;
  height: 0.6rem;
  box-shadow: rgba(0, 90, 255, 0.1) 0px 0.1rem 0.2rem 0px;
  border-radius: 0.3rem;
  font-size: 0.28rem;
  color: #ffffff;
}
.list img {
  display: block;
  max-width: 100%;
}
.list .flex,
.list .flexb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list .flexbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.masking-out {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565656), to(#989898));
}
.imgsrc {
  width: 266.666px;
  height: 366.666px;
  margin: 0px auto;
  margin-top: 40%;
  border-radius: 8px;
}
.imgsrc img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.name-title {
  margin: 20px auto;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(90deg, #fe8e04 0%, #fe5802 100%);
}
.close {
  width: 50px;
  height: 50px;
  margin: 30px auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.close img {
  margin-left: 7px;
  width: 35px;
  height: 35px;
  display: block;
}
.jz {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: content-box;
  width: 88px;
  max-width: 70%;
  min-height: 88px;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  text-align: center;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.van-toast--unclickable {
  overflow: hidden;
}
.van-toast--unclickable * {
  pointer-events: none;
}
.van-toast--html,
.van-toast--text {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 96px;
  min-height: 0;
  padding: 8px 12px;
}
.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
  margin-top: 0;
}
.van-toast__loading {
  padding: 4px;
  color: #fff;
}
.van-toast__text {
  margin-top: 8px;
}
.van-loading,
.van-loading__spinner {
  position: relative;
  vertical-align: middle;
}
.van-loading__spinner--circular {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s;
}
.van-loading__circular {
  display: block;
  width: 100%;
  height: 100%;
}
.van-loading__spinner {
  display: inline-block;
  width: 30px;
  max-width: 100%;
  height: 30px;
  max-height: 100%;
  -webkit-animation: van-rotate 0.8s linear infinite;
  animation: van-rotate 0.8s linear infinite;
}
.van-loading__circular circle {
  -webkit-animation: van-circular 1.5s ease-in-out infinite;
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
@-webkit-keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@-webkit-keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.search {
  position: relative;
  margin: 0.2rem 0.3rem 0.4rem 0.3rem;
  height: 0.7rem;
  font-size: 0.28rem;
  border: 1px solid #98989859;
  border-radius: 0.1042rem;
  background: #e3e8f1;
}
.search input {
  width: 100%;
  height: 0.65rem;
  border: none;
  border-radius: 0.1042rem;
  outline: none;
  background-color: unset;
  padding-left: 20px;
  color: red;
  letter-spacing: 1px;
  padding-right: 60px;
}
.search div {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.7rem;
  width: 50px;
  text-align: center;
  line-height: 0.7rem;
  color: #005aff;
  cursor: pointer;
}
.nullshow {
  display: none;
  text-align: center;
}
