* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  min-height: 100%;
}
body {
  color: #555;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
a {
  color: #555;
}
a,
a:hover {
  text-decoration: none;
}

a.on {
  color: #cb355f;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
  outline: none;
}

textarea {
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
em,
i {
  font-style: normal;
}
ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}
.cur {
  cursor: pointer;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.row {
  display: flex;
}
.page {
  width: 100%;
  min-height: 100%;
  background-color: #f5f5f5;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.layui-btn-red {
  background-color: #ff3535 !important;
}

.i {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dns {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mt20 {
  margin-top: 20px;
}
.bg-none {
  background-image: none !important;
}

.br {
  border-radius: 8px;
}
.yj-pages .el-pagination button:hover {
  color: #ff667d !important;
}

[v-cloak] {
  display: none;
}

input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
.el-dialog{
  border-radius: 7px !important;
}

.tn-10{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:10;
overflow: hidden;
}