@charset "utf-8";

* {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  line-height: 1;
  color: #333;
  font: 16px PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}

address,
caption,
cite,
code,
em,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
th {
  font-weight: 400;
  font-style: normal;
}

fieldset,
iframe,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
em,
i,
strong {
  font-style: normal;
  font-weight: normal;
}

area,
button,
input,
select,
textarea {
  color: #333;
}

area:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

textarea {
  resize: none;
}

dd,
dl,
li,
ul {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  outline: 0;
}

a:hover {
  color: #036eb8;
  text-decoration: none;
  transition: 0.2s;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.flex {
  display: flex;
  align-items: center;
}
