html,
body {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  /* line-height: 1; */
}

button {
  border: 0;
  outline: 0;
}
#app-status-bar {
  flex-shrink: 0;
}

img {
  vertical-align: middle;
}

button,
input,
textarea {
  color: inherit;
  font: message-box;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #333;
  font-size: 0.3rem;
  padding: 0;
  margin: 0;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder {
  color: #999;
  font-size: 0.24rem;
}

.baseC {
  color: #ff5673;
}

.header .back,
.header .more {
  width: 1rem;
}

.header {
  height: 0.88rem;
  line-height: 0.88rem;
  /* background-image: linear-gradient(to bottom, #707ae8 50%,#778DE9 ) !important; */
  color: #000;
}

.my-header {
  display: flex;
  height: 0.88rem;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 0.3rem;
  box-sizing: border-box;
  /* background-image: linear-gradient(to bottom, #707ae8 50%,#778DE9  ) !important; */
}

.header-back {
  font-size: 0.28rem;
  /* padding-left: .26rem; */
  /* background: url('../img/back.png') left center/.15rem .28rem no-repeat; */
}

.header-right,
.header-back {
  min-width: 1rem;
  box-sizing: border-box;
}

.header-icon {
  /* width: 0.15rem; */
  height: 0.28rem;
}

.container {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.container-main {
  width: 6.9rem;
  margin: 0 auto;
  position: relative;
}

/* 伸缩容器 */

.main_con {
  display: flex;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.picture-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.picture-con img {
  max-width: 100%;
  max-height: 100%;
}

.container-scroll {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.footer {
  height: 1.1rem;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 4px 7px 4px rgb(0 0 0 / 10%);
}

.lh36 {
  line-height: 0.36rem;
}

.h36 {
  height: 0.36rem;
}

.border-b-20 {
  border-bottom: 0.2rem solid #eee;
}

.gray-20 {
  background-color: #eeeeee;
  height: 0.2rem;
  width: 100%;
}

.next-icon {
  width: 0.12rem;
  height: 0.24rem;
}

.line-88 {
  width: 6.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 0.88rem;
}

.line-80 {
  width: 6.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 0.8rem;
}

.line-112 {
  width: 6.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 1.12rem;
}

.fs-inherit div,
.fs-inherit span,
.fs-inherit a {
  font-size: inherit;
}

.color-inherit div,
.color-inherit span,
.color-inherit a {
  color: inherit;
}

.no-data {
  position: relative;
  top: 50%;
  left: 50%;
  width: 2.88rem;
  height: 3.18rem;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.no-data > img {
  width: 100%;
  height: 100%;
}

.confirm-btn {
  display: block;
  width: 6.9rem;
  height: 0.88rem;
  background-color: #00bc9e;
  border-radius: 0.1rem;
  margin: 0.2rem auto;
  font-size: 0.3rem;
  color: #fff;
}

/* 列表二类按钮 */

.gray-btn {
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
  border: solid 1px #999999;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: #666;
}

.main-btn {
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
  border: solid 1px #ff5773;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: #ff5773;
}

/* 按钮 */

.vant-btn {
  border-radius: 0.1rem;
  width: 6.9rem;
  height: 0.88rem;
  margin: 0 auto;
  display: block;
  font-size: 0.3rem;
  color: #fff;
}

.footer_btn div {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

/* 悬浮拖拽样式 */

.icons-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  /*background: rgb(255, 255, 255);*/
  /* background-image: url(../../assets/img/beijtu.png); */
  background-size: 100%;
  /*box-shadow: 0px 2px 10px 0px rgba(198, 198, 198, 0.5);*/
  z-index: 1000;
  transition: all 0.3s;
  border-radius: 50%;
  /*border: 1px solid #eee;*/
}

.icons-container img {
  width: 100%;
  height: 100%;
}

.float-icon-closed {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 4px;
}

.float-icon-roomidimg {
  width: 100%;
  vertical-align: middle;
  object-fit: contain;
}

.float-icon-gif {
  width: 40px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 6px;
}

.span1 {
  width: 8.3333333% !important;
}

.span2 {
  width: 16.66666666% !important;
}

.span3 {
  width: 25% !important;
  /*clear: both;*/
}

.span4 {
  width: 33.33333333% !important;
}

.span5 {
  width: 41.66666666% !important;
}

.span6 {
  width: 50% !important;
}

.span7 {
  width: 58.33333333% !important;
}

.span8 {
  width: 66.666666666% !important;
}

.span9 {
  width: 75% !important;
}

.span10 {
  width: 83.333333333% !important;
}

.span11 {
  width: 91.6666666666% !important;
}

.span12 {
  width: 100% !important;
}

.span20_mall {
  width: 20% !important;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span20_mall {
  box-sizing: border-box;
  display: inline-table;
}

.van-goods-action {
  position: relative;
}

.icon-kanjia {
  width: 10px;
  height: 10px;
}

/* 底部菜单 */

.footer_nav {
  width: 100%;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer_nav .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333333;
  font-size: 0.24rem;
  flex-shrink: 0;
}

.footer_nav .item span {
  color: inherit;
  font-size: inherit;
}

.footer_nav .item .pic {
  width: 0.68rem !important;
  height: 0.68rem !important;
}

.footer_nav .item.active {
  color: #386cfd !important;
}

.footer_nav .item {
  color: #888888 !important;
}

.footer_nav .item2 {
  color: #191919 !important;
  font-size: 0.24rem;
}

/* 新的底部样式 */

.footer1 {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  bottom: 0.4rem;
  width: 100%;
}

.footer_nav1 {
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.footer_box {
  background-color: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.12rem 0.57rem 0.12rem 0.5rem;
  width: 80%;
}

.pic1 {
  width: 0.43rem;
  height: 0.39rem;
  margin-bottom: 0.05rem;
}

.pic2 {
  width: 0.9rem;
  height: 0.9rem;
  box-shadow: 0px -8px 6px -7px rgb(0 0 0 / 10%);
  border-radius: 50%;
}

.color-858 {
  color: #858585;
}

.color-222 {
  color: #222;
}

.sharesend {
  background-color: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.12rem 0.3rem;
}

.color-red {
  color: #ff002f;
}

/* footer弹窗 */

.share .van-popup {
  background-color: rgba(255, 255, 255, 0) !important;
  width: 100%;
}

.sharebox {
  box-sizing: border-box;
  padding: 0 1.28rem;
}

.share-code {
  width: 100%;
  border-radius: 0.2rem;
}

.bottom-bg {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.2)
  );
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay .van-loading {
  margin-top: 50%;
}

.back-index {
  position: fixed;
  right: 0.1rem;
  bottom: 1.4rem;
}

.back-index img {
  width: 0.8rem;
  height: 0.8rem;
}

.van-loading__text {
  color: #728ae7 !important;
}

.color-yc {
  color: #292e42;
}

.color-green-yc {
  color: #00bc9e;
}

.color12 {
  color: #121212;
}

.color0f {
  color: #0f0f0f;
}

.van-loading {
  color: #728ae7 !important;
}

.rich-text {
  word-break: break-all;
  width: 100%;
  overflow-x: hidden;
}

.rich-text img {
  max-width: 100%;
}

/* S 邀请弹窗 */
.invite-box {
  position: relative;
}

.invite-box .invite-box-closed {
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  width: 0.36rem;
  height: 0.36rem;
}
.invite-box .invite-btn {
  width: 2.8rem;
  height: 0.64rem;
  background-color: #fff;
  border-radius: 32px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 0.28rem;
}

.invite-box .invite-btn .invite-btn-icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}
/* E 邀请弹窗 */

/* S 搜索图标 */
.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
  font-size: 12px !important;
  line-height: inherit;
}
/* E 搜索图标 */

/* 加载 */
.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay .van-loading {
  margin-top: 50%;
}
.select-area .van-button {
  height: 1.12rem;
  font-size: 0.28rem;
}

.ad-popup.van-popup {
  background-color: transparent;
}
.ad-popup-wrap .bg-wrap {
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  background: transparent url("../img/1-0sy-ggxq-icon1.png") center no-repeat;
  background-size: 100% 100%;
}
.ad-popup-wrap .content {
  /* transition: all .5s; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ad-popup-wrap .close {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 10px;
}
.ad-popup-wrap .tips {
  color: #8b8b8b;
  font-size: 0.24rem;
  height: 2.3rem;
  /* line-height: .32rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ad-popup-wrap .tips span {
  color: inherit;
}
.ad-popup-wrap .content .bottom {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
}
.ad-popup-wrap .time {
  color: #9d3021;
}
.ad-popup.right {
  /* transform: scale(0); */
  /* right: 0%; */
  /* left: 0%; */
  /* transform-origin: center ; */
}
.ad-popup-wrap .small-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -0.3rem;
  z-index: 99;
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  background: transparent url("../img/1-0sy-ggxq-icon2.png") center no-repeat;
  background-size: 100% 100%;
}
.ad-popup-wrap .small-wrap .bottom {
  font-size: 0.18rem;
  color: #c75331;
  text-align: center;
  margin-top: 0.2rem;
}
.ad-popup-wrap .small-wrap .price {
  line-height: 0.28rem;
  color: #ff0500;
  /* margin-top: .6rem; */
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ad-popup-wrap span.red {
  color: #db2e16;
}
.ad-popup-wrap span.color-222 {
  color: #222;
}
.ad-popup-wrap span.color-333 {
  color: #333;
  line-height: 0.4rem;
}
.ad-popup-wrap .fs72 {
  font-size: 0.72rem;
}
.color-8b {
  color: #8b8b8b;
}
.emoji-img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -0.2em;
}
.ajax-loading.van-toast--loading .van-toast__text {
  color: #728ae7;
}
/* 自定义头像 */
.diy-user-img {
  width: var(--w);
  height: var(--w);
  position: relative;
  margin-right: 0.16rem;
  flex-shrink: 0;
}
.diy-user-img .hd-head-img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  border-radius: 50px;
}

.diy-user-img .gender-icon {
  width: var(--iconw);
  height: var(--iconw);
  position: absolute;
  bottom: -3px;
  right: -3px;
}
/* 自定义头像 */

/* 选择目标人群区域 */
.select-area .van-button__text {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
}

.select-area .van-popup__close-icon--top-right {
  top: 8px;
  right: 13px;
}
/* 选择目标人群区域 */
.van-search .van-cell {
  display: flex;
  align-items: center;
}

/* 头部文字间距 */
.interval {
  letter-spacing: 0.1rem;
}
/* 兼容ios16系统背景色和圆角同时设置颜色不显示问题 */
.ios-bgc {
  position: relative;
  overflow: hidden;
}
.ios-bgc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
}
/* .van-list{
    min-height: 100%;
} */
.border-color-t {
  border: 1px solid transparent !important;
}
.van-picker-column__item--selected {
  color: #728ae7 !important;
  font-weight: bold;
}

.pos_r {
  position: relative;
}
.foot-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ac-img {
  height: 0.48rem;
  margin-bottom: 0.06rem;
}
.foot-title {
  color: #4a5567;
  font-size: 0.24rem;
}
.is-login-box {
  padding: 0.16rem 0.24rem;
  background-color: #fff;
}
.my-foot {
  padding: 0.16rem;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.ac-title {
  color: #2f83ff;
  font-weight: bold;
}
.car-icon {
  height: 0.44rem;
  object-fit: contain;
  margin-bottom: 0.1rem;
}
.car-text {
  color: #4a5567;
  font-size: 0.24rem;
  text-align: center;
}
.car-item {
  margin-right: 0.6rem;
}
.add-car-btn {
  background-color: #2f83ff;
  border-radius: 30px;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 1;
  padding: 0.27rem 1.59rem;
}
