html {
  font-size: 2rem;
  touch-action: manipulation;
}
* {
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
input,
textarea {
  -webkit-user-select: text;
  -ms-user-select: text;
      user-select: text;
}
.txt-cut-one {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vc-switch {
  bottom: 1rem !important;
}
@media (min-width: 320px) {
  html {
    font-size: 1.8rem;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 2rem;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 2.2rem;
  }
}
@media (min-width: 440px) {
  html {
    font-size: 2.4rem;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 2.6rem;
  }
}
@media (min-width: 520px) {
  html {
    font-size: 2.8rem;
  }
}
@media (min-width: 560px) {
  html {
    font-size: 3rem;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 3.2rem;
  }
}
@media (min-width: 700px) {
  html {
    font-size: 3.2rem;
  }
}
@media (min-width: 800px) {
  html {
    font-size: 3.6rem;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 3.6rem;
  }
}
html,
body,
p {
  margin: 0;
  padding: 0;
}
.data-none {
  color: #ff0000;
  font-size: 0.16rem;
  margin-top: 0.1rem;
  padding: 0.1rem 0;
  text-align: center;
}
.money {
  color: #ffa419;
}
/*覆盖andt-mobile样式*/
.am-list-item .am-list-line .am-list-content,
.am-list-item .am-list-line .am-list-extra,
.am-list-item .am-input-label,
.am-list-item .am-input-control input {
  font-size: 0.14rem !important;
  padding-top: 0.06rem !important;
  padding-bottom: 0.06rem !important;
}
.am-list-item.am-input-item {
  height: auto !important;
}
.am-modal-mask {
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-button {
  height: auto !important;
  line-height: inherit !important;
  padding-top: 0.12rem !important;
  padding-bottom: 0.12rem !important;
}
.am-button-small {
  padding-top: 0.08rem !important;
  padding-bottom: 0.08rem !important;
}
.space-between,
[space-between] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.space-around,
[space-around] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;
}
.space-evenly,
[space-evenly] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
  -webkit-align-items: center;
          align-items: center;
}
.flex-start,
[flex-start] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}
.flex-end,
[flex-end] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
}
[pd-vtl-10],
.pd-vtl-10 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
[pd-btm-10],
.pd-btm-10 {
  padding-bottom: 0.2rem;
}
[pd-btm-20],
.pd-btm-20 {
  padding-bottom: 0.4rem;
}
[pd-btm-30],
.pd-btm-30 {
  padding-bottom: 0.6rem;
}
[pd-btm-40],
.pd-btm-40 {
  padding-bottom: 0.8rem;
}
[pd-10],
.pd-10 {
  padding: 0.2rem;
}
[pd-20],
.pd-20 {
  padding: 0.4rem;
}
[pd-30],
.pd-30 {
  padding: 0.6rem;
}
[pd-40],
.pd-40 {
  padding: 0.8rem;
}
[pd-horiz-10],
.pd-horiz-10 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
[pd-horiz-20],
.pd-horiz-20 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
[pd-horiz-30],
.pd-horiz-30 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
[pd-horiz-40],
.pd-horiz-40 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.clear_fix:before {
  content: '';
  display: table;
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
}
.clear_fix:after {
  content: '';
  display: table;
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
}
.fl_lf,
[fl_lf] {
  float: left;
}
.fl_rt,
[fl_rt] {
  float: right;
}
[text-lf] {
  text-align: left;
}
[text-rt] {
  text-align: right;
}
.am-list-item .am-list-line .am-input-control input:disabled {
  color: #3f3f3f;
}
.dialog-tips span {
  font-weight: bold;
}
.common {
  font-family: PingFang SC, PingFang SC;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.common .common_con {
  position: relative;
  -webkit-flex: 1 1;
          flex: 1 1;
  background: #ffffff;
  overflow: auto;
}
.rule_check {
  margin-bottom: 0.32rem;
  line-height: 0.36rem;
}
.rule_check .adm-checkbox-content {
  color: #686867;
}
.rule_check p {
  display: inline-block;
  font-weight: bold;
}
.rule_check p span {
  text-decoration: underline;
  display: inline-block;
  text-underline-offset: 0.08rem;
}
.agree_rule_modal .adm-space-item:first-child {
  margin-bottom: 0.24rem;
}
.agree_rule_modal .adm-modal-content {
  padding: 0;
  margin-bottom: 0.32rem;
  margin-top: 0.08rem;
  font-size: 0.28rem;
  color: #686867;
  line-height: 0.44rem;
}
.agree_rule_modal .adm-modal-footer {
  padding: 0;
}

.pageLoading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.pageLoading.transparent {
  background: transparent;
}
.pageLoading.transparent svg {
  color: #d3003b;
}
.pageLoading svg {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  -webkit-animation: load 1s ease-in infinite;
          animation: load 1s ease-in infinite;
  -webkit-transform: rotate(180);
          transform: rotate(180);
}
.pageLoading .load {
  width: 2.04rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.2rem;
}
.pageLoading .load img {
  display: block;
  width: 0.88rem;
  height: 0.88rem;
  margin: 0.32rem auto;
}
.pageLoading .load p {
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.44rem;
  text-align: center;
  padding-bottom: 0.32rem;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.adm-toast-icon img {
  width: 0.76rem;
  height: 0.76rem;
}
.adm-toast-main {
  padding: 0.32rem !important;
  max-width: 5.5rem !important;
}
.adm-toast-main-icon .adm-auto-center-content {
  max-width: calc(9em);
  text-align: center;
}
.adm-toast-main-text .adm-auto-center-content {
  max-width: calc(16em);
  text-align: center;
}

