.index-page {
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 20px));
  height: 100%;
}
.index-page .adm-nav-bar {
  --height: 0.9rem;
  background-color: #fff;
}
.index-page .adm-nav-bar .adm-nav-bar-title {
  font-size: 0.25rem;
}
.index-page .banner {
  height: 2.52rem;
  border-radius: 0.06rem;
}
.index-page .banner .banner-content {
  padding: 0.1rem 0.2rem 0.2rem;
  background-image: linear-gradient(#f0f9fd, #d6f1fd);
}
.index-page .banner .banner-content .max-tips {
  color: #999;
  font-size: 0.24rem;
}
.index-page .banner .banner-content .price {
  color: #333;
}
.index-page .banner .banner-content .price .unit {
  font-size: 0.28rem;
}
.index-page .banner .banner-content .price .value {
  font-size: 0.7rem;
}
.index-page .banner .banner-content .add-price {
  margin-top: 0.15rem;
  font-size: 0.24rem;
}
.index-page .banner .banner-content .add-price span {
  color: green;
}
.index-page .banner .banner-content .add-price .price-add {
  color: #268ccb;
}
.index-page .banner .banner-content .add-price .tag {
  margin-left: 0.05rem;
  padding: 0.03rem;
  display: inline-block;
  background-color: #268ccb;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.06rem;
}
.index-page .banner .banner-footer {
  padding: 0 0.2rem;
  height: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  font-size: 0.24rem;
  color: #555;
}
.index-page .banner .banner-footer .arrow {
  width: 0.18rem;
  height: 0.18rem;
  transform: rotate(-90deg);
  color: #268ccb;
  font-size: 0.18rem;
}
.index-page .banner .banner-footer .item {
  color: #666;
}
.index-page .banner .banner-footer .item span:nth-child(1) {
  margin-right: 0.06rem;
  color: #268ccb;
}
.index-page .sell-type {
  margin-top: 0.1rem;
}
.index-page .sell-type .left {
  margin-right: 0.2rem;
}
.index-page .sell-type div {
  height: 100%;
  background-color: lightcoral;
}
.index-page .description {
  margin-top: -2.43rem;
  height: 2.4rem;
  background-color: lightblue;
}
.index-page .more {
  margin-top: 0.2rem;
  background-image: url(/images/u6.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.index-page .more .right {
  margin-left: 0.2rem;
}
.index-page .more .right div {
  height: 1.96rem;
}
.index-page .more .right .top-item {
  margin-bottom: 0.2rem;
}
.index-tab {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1.2rem + env(safe-area-inset-bottom, 20px));
  line-height: 1.5;
  background-color: #fff;
  font-size: 0.32rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  /* 共有样式 */
  /* 单独样式 */
  /* 设置位置以及动画延迟 */
  /* 动画效果 */
}
.index-tab .common-item {
  width: 30%;
  line-height: 1.5;
}
.index-tab .common-item:active {
  opacity: 0.3;
}
.index-tab .active {
  color: lightcoral;
}
.index-tab .ripple-bg {
  position: absolute;
  bottom: 0.4rem;
  left: 40%;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--adm-color-primary);
}
.index-tab .ripple-bg .circle {
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.index-tab .ripple-bg .circle:active {
  opacity: 0.3;
}
.index-tab .ripple-bg .text {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5rem;
  text-align: center;
}
.index-tab .ripple-bg .text > div {
  height: 0.35rem;
}
.index-tab .ripple1,
.index-tab .ripple2,
.index-tab .ripple3 {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--adm-color-primary);
}
.index-tab .ripple1 {
  position: relative;
  animation: ripple-anim 3s ease-out 0s infinite;
}
.index-tab .ripple2 {
  position: relative;
  top: -1.5rem;
  animation: ripple-anim 3s ease-out 1s infinite;
}
.index-tab .ripple3 {
  position: relative;
  top: -3rem;
  animation: ripple-anim 3s ease-out 2s infinite;
}
.index-tab .desc {
  text-align: center;
  color: var(--adm-color-primary);
}
@keyframes ripple-anim {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}

.f-wlc2 {
  display: box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  line-height: 1.15;
  font-size: 0.28rem;
  word-break: break-all;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header,
footer,
section,
nav,
menu {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  color: #000;
  outline: 0;
  font-family: arial, sans-serif, "Microsoft YaHei";
}
img {
  width: 100%;
  display: block;
}
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-db {
  display: block;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-oh {
  overflow: hidden;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-wbba {
  word-break: break-all;
}
.f-wlc2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.f-tdit {
  text-decoration: line-through;
}
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
a,
button,
input,
canvas,
textarea,
div,
span,
i {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
}
/*a:active,button:active,input[type='button']:active,input[type='reset']:active,input[type='submit']:active{opacity:.8}a.disabled:active,button.disabled:active,input[type='button'].disabled:active,input[type='reset'].disabled:active,input[type='submit'].disabled:active{opacity:1}*/
.trans3d {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.row-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.row-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.row-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.row-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.row-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.col-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.col-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.col-offset-10 {
  margin-left: 10%;
}
.col-offset-20 {
  margin-left: 20%;
}
.col-offset-25 {
  margin-left: 25%;
}
.col-offset-33,
.col-offset-34 {
  margin-left: 33.3333%;
}
.col-offset-50 {
  margin-left: 50%;
}
.col-offset-66,
.col-offset-67 {
  margin-left: 66.6666%;
}
.col-offset-75 {
  margin-left: 75%;
}
.col-offset-80 {
  margin-left: 80%;
}
.col-offset-90 {
  margin-left: 90%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-33,
.col-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-66,
.col-67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

html {
  touch-action: manipulation;
}
#app {
  padding-bottom: env(safe-area-inset-bottom, 0.2rem);
  min-height: 100%;
  height: 100%;
  background-color: #F5F6FA;
}
:root:root {
  --adm-color-primary: #ec808d;
  --adm-button-border-radius: 0.1rem;
}
.content {
  padding: 0 0.1rem;
}
.adm-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 0.86rem;
  background-color: #fff;
}
.adm-nav-bar .adm-nav-bar-back-arrow {
  font-size: 0.34rem;
}
.adm-nav-bar .adm-nav-bar-title {
  font-size: 0.36rem;
}
.adm-button {
  padding: 0 0.2rem;
  height: 0.6rem;
}
.adm-button-large {
  height: 0.88rem;
  font-size: 0.36rem !important;
}
.adm-side-bar {
  --width: 2rem;
  --item-border-radius: 0.2rem;
  font-size: 0.28rem;
}
.adm-side-bar .adm-side-bar-item {
  padding: 0.2rem 0.3rem;
}
.adm-side-bar .adm-side-bar-item-active .adm-side-bar-item-highlight {
  display: none;
}
.adm-form-item.adm-form-item-vertical .adm-form-item-label {
  font-size: 0.3rem;
}
.adm-form-item.adm-form-item-vertical .adm-input-element {
  font-size: 0.3rem;
}
.adm-picker {
  padding: 0.2rem;
  --item-height: 0.8rem;
  height: 5rem;
}
.adm-picker .adm-picker-header-button {
  font-size: 0.3rem;
}
.adm-toast-mask .adm-toast-main {
  min-width: 3.04rem;
  min-height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
}
.adm-nav-bar {
  border-bottom-color: #e3e3e3 !important;
}


/*# sourceMappingURL=main.css.map*/