/* 整体样式 */
html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -webkit-tap-highlight-color: transparent; /*把高亮颜色设置为透明，也可以使用rgba的形式*/
}

@media (max-width: 1000px) {
  html,
  body {
    font-size: 13px;
  }
}

/* 样式重置 */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
span,
p,
a {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a,
a:focus,
a:hover {
  color: #000000;
  text-decoration: none;
}
i,
s,
em {
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: middle;
}
input,
textarea,
select {
  border: 0;
  outline: 0;
  background-color: transparent;
  resize: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
pre {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
  background-color: transparent;
  border: 0 solid #ccc;
  border-radius: 0;
}

/* 屏幕划分尺寸 */
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
  .row {
    margin: 0;
    overflow: visible;
  }
}
.unusable {
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 3; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  /* 渐变 */
  background: linear-gradient(
    to right,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet
  );
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 图片变白 */
  filter: grayscale(200%) brightness(700%);
}

/* 内宽--1400px */
.inside {
  max-width: 1400px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inside-lg {
  max-width: 1800px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inside-firm {
  max-width: 1766px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inside-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.pic {
  width: 100%;
  margin: 0 auto;
}

.img,
.pic,
.ico {
  overflow: hidden;
}

.img img,
.pic img,
.ico img {
  width: 100%;
  height: 100%;
}

.buted {
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.txtrow {
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 100; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.sition {
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.shade {
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

.skell-hide {
  overflow: hidden;
}

.skell-txt-hide {
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skell-lf {
  float: left;
}

.skell-rg {
  float: right;
}

.lex {
  display: flex;
  flex-wrap: wrap;
}

.lex-ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lex-db {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lex-db-a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lex-db-st {
  display: flex;
  justify-content: space-between;
}

.dis-top {
  margin-top: 120px;
}

.dis-top-lg {
  margin-top: 170px;
}

.dis-bom {
  margin-bottom: 160px;
}

.dis-cons-top {
  margin-top: 60px;
}

.dis-cons-top-lg {
  margin-top: 80px;
}

.dis-cons-top-sm {
  margin-top: 30px;
}

.fill {
  padding: 90px 0;
}

.empty {
  width: 100%;
  height: 1px;
  margin-top: 100px;
}

.bg-blove {
  background-color: #f1f3ff;
}

@media (max-width: 1400px) {
  .dis-top {
    margin-top: 90px;
  }
  .dis-top-lg {
    margin-top: 120px;
  }
  .dis-cons-top-lg {
    margin-top: 60px;
  }
  .dis-bom {
    margin-bottom: 120px;
  }
  .fill {
    padding: 60px 0;
  }
  .empty {
    margin-top: 75px;
  }
}

@media (max-width: 1000px) {
  .dis-top {
    margin-top: 60px;
  }
  .dis-top-lg {
    margin-top: 90px;
  }
  .dis-cons-top-lg {
    margin-top: 30px;
  }
  .dis-bom {
    margin-bottom: 90px;
  }
  .dis-cons-top {
    margin-top: 30px;
  }
  .dis-cons-top-sm {
    margin-top: 30px;
  }
  .fill {
    padding: 30px 0;
  }
  .empty {
    margin-top: 47px;
  }
}

/* skell-skell-spot */
.skell-spot span {
  display: block;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}

.skell-spot span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0084f5;
  position: absolute;
  top: 12px;
  left: 0;
}

@media (max-width: 1000px) {
  .skell-spot span {
    line-height: 28px;
    padding-left: 15px;
  }
  .skell-spot span::before {
    width: 6px;
    height: 6px;
  }
  .txtrow {

     -webkit-line-clamp: 100;
     max-height:100000px;
  }
}
