* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

form,
ul,
ol,
li
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p {
  list-style: none outside none;
}

.title {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 500;
}
#app,body,html {
    font-family: PingFang SC,Microsoft Yahei,"\5FAE\8F6F\96C5\9ED1",Helvetica,Hiragino Sans GB,Arial,sans-serif!important
}
.over-text{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.font40 {
  font-size: 40px;
  line-height: 60px;
}

 
a,a:focus,a:hover{
    color:inherit;
    text-decoration:none;
}
a img {
  border: none;
}

.fl {
  float: left;
}

.overmore {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-container {
  width: 1200px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

button {
  border: none;
  background: none;
}

.fr {
  float: right;
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #393B3E;
  background-color: transparent;
}

body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb !important;
}

.page-bg {
  background-color: rgba(238, 241, 248, 0.4);
}

.is-background {
  text-align: center;
  margin-top: 40px;
}
