@font-face {
  font-family: 'din1451alt';
  src: url('/html/font/din1451alt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'D-DINExp';
  src: url('/html/font/D-DINExp.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'DroidSansFallback';
  src: url('/html/font/DroidSansFallback.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ysbty';
  src: url('/html/font/优设标题圆.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.din1451alt {
  font-family: 'din1451alt';
}

.D-DINExp {
  font-family: 'D-DINExp';
}

.ysbty {
  font-family: 'ysbty';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.28rem;
  font-family: 'PingFang-SC', '-apple-system', Helvetica, Tahoma, Arial,
    sans-serif;
  margin: 0;
  letter-spacing: 1px;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
}

body * {
  /* -webkit-user-select: none; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
i {
  font-style: normal;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
button {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
}

[v-cloak] {
  display: none;
}

.tLeft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.lc_bold {
  font-family: 'PingFang-SC-Heavy', '-apple-system', sans-serif;
  font-weight: 500;
}

.lc_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}

.lc_overlay img {
  width: 100%;
  /* height: 100%; */
}

.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*  Hides from IE-mac  \*/

*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.red {
  color: #fc5a44;
}

.green {
  color: green;
}

.warn {
  color: #fea918;
}

.gray {
  color: #8d8d99 !important;
}

.silver {
  color: #c8c9cc !important;
}

.textcenter {
  text-align: center;
}

.weui-dialog__bd {
  text-align: left;
}

.weui-dialog__btn {
  color: #fc5a44 !important;
}

img {
  vertical-align: middle;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup .popup-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s;
}

.popup .popup-model {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0.18rem 0.18rem 0 0;
  max-height: 9rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 100%, 0);
  transition-duration: 0.3s;
  transition-property: transform, opacity, -webkit-transform;
}

.popup .popup-model .head {
  position: relative;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.3rem;
}

.popup .popup-model .head img {
  position: absolute;
  top: 0.4rem;
  right: 0.3rem;
  width: 0.28rem;
}

.popup .popup-model .content {
  max-height: 8rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup.popup-show {
  display: block;
}

.popup.popup-show .popup-overlay {
  opacity: 1;
}

.popup.popup-show .popup-model {
  transform: translate3d(0, 0, 0);
}

.toastbox {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

.toastbox-text {
  position: absolute;
  top: 40%;
  left: 50%;
  min-width: 5rem;
  max-width: 6.5rem;
  min-height: 0.65rem;
  padding: 0.1rem;
  line-height: 0.48rem;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  background-color: #24272e;
  opacity: 0.8;
  border-radius: 0.1rem;
  z-index: 100;
}

.toastbox-img {
  min-width: 2.4rem;
  padding-bottom: 0.4rem;
}

.toastbox-img img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.4rem 0;
}

.weui-popup__overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.weui-popup-right .weui-popup__modal {
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.weui-popup-right.weui-popup__container--visible .weui-popup__modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bg-warning {
  width: 100%;
  height: 0.88rem;
  line-height: 0.7rem;
  white-space: nowrap;
  color: #fc5a44;
  background-color: #feebeb;
  overflow: hidden;
  letter-spacing: 0;
}

.bg-warning .marquee {
  animation: marquee 15s linear infinite;
}

.bg-warning .marquee:hover {
  animation-play-state: paused;
}