html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: AlibabaPuHuiTi-Regular;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  aspect-ratio: attr(width) / attr(height);
}

.showMessage {
  padding: 10px 20px;
  border-radius: 5px;
  position: fixed;
  top: 10%;
  left: 50%;
  color: #ffffff;
  z-index: 999;
  transform: translate(-50%, 0);
}

.showMessageSuccess {
  background-color: #f0f9eb;
  border: 1px solid #e1f3d8;
  color: #67c23a;
}

.showMessageError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f76c6c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input {
  outline: none;
  padding-left: 10px;
}

textarea {
  outline: none;
  padding: 10px;
  resize: none;
}



/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 3892473 */
  src: url('//at.alicdn.com/t/c/font_3892473_zk6i0kzrxu.woff2?t=1677135216038') format('woff2'),
       url('//at.alicdn.com/t/c/font_3892473_zk6i0kzrxu.woff?t=1677135216038') format('woff'),
       url('//at.alicdn.com/t/c/font_3892473_zk6i0kzrxu.ttf?t=1677135216038') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye1-fill:before {
  content: "\e6a1";
}

.icon-wenhao:before {
  content: "\e72d";
}

.icon-warning:before {
  content: "\e66b";
}

.icon-yanjing-bi-01:before {
  content: "\e62c";
}

.icon-jiahao:before {
  content: "\eaf3";
}

.icon-liebiaoxingshi:before {
  content: "\e742";
}

.icon-yidongyunkongzhitaiicon01:before {
  content: "\e73f";
}

.icon-open:before {
  content: "\e6ee";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-zhanghao:before {
  content: "\e66d";
}

.icon-baimingdan:before {
  content: "\e625";
}

.icon-goumaijilu:before {
  content: "\e6c6";
}

.icon-huoquxitongxinxi:before {
  content: "\e76d";
}
