body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/*设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:auto;*/
input,
textarea {
  -webkit-user-select: auto;
  /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.fl {
  float: left
}

.fr {
  float: right
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
  height: 0px;
}

.flex {
  display: flex;
  align-items: center
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center
}

/* 溢出隐藏 */
.text-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pt10 {
  padding-top: 10px;
}

.mr18 {
  margin-right: 18px;
}

.swiper-pagination-bullet-active {
  background: #ff6038 !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

::-webkit-scrollbar {
  width: 4px;
  /*竖向滚动条的宽度*/
  height: 4px;
}

/*滚动条轨道的样式*/
::-webkit-scrollbar-track {
  background: #0000;
}

::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*当焦点不在当前区域滑块的状态（具体为什么要加这句有点忘了，记得是跟刷新时有关）*/
::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}

body {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

/* 禁止用户选中 */
* {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Lelem {
  font-size: 0px !important;
}