/* 字体 */
/* @font-face {
  font-family: "PingFang-SC-Regular";
  src: url(./../fonts/PingFang-SC-Regular.ttf);
  font-weight: normal;
  font-style: normal;
} */

/* 整体样式 */
html,
body {
  width: 100%;
  height: auto;
  font-size: 15px;
  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,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
li,
dl,
dd,
dt {
  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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /* 文字最多显示几行 */
  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-lf {
  max-width: 1650px;
  width: 95%;
  height: auto;
  float: left;
  clear: both;
}

.inside-lg {
  max-width: 1766px;
  width: 95%;
  height: auto;
  clear: both;
  margin: 0 auto;
}

.inside-rg {
  max-width: 1650px;
  width: 95%;
  height: auto;
  float: right;
  clear: both;
}

@media (max-width: 1000px) {
  .inside-rg,
  .inside-lf {
    float: none;
    margin: 0 auto;
  }
}

.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: auto;
}

.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: 3; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.skell-shade {
  box-sizing: border-box;
  background-color: #ffffff;
  /* 阴影 */
  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-db {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lex-db-st {
  display: flex;
  justify-content: space-between;
}

.lex-db-st-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dis-top {
  margin-top: 80px;
}

.dis-bom {
  margin-bottom: 120px;
}

.dis-cons-top {
  margin-top: 50px;
}

.dis-cons-top-sm {
  margin-top: 30px;
}

.fill {
  padding: 80px 0;
}

.fill-bom {
  padding-bottom: 120px;
}

.fill-top {
  padding-top: 80px;
}

.bg-blove {
  background-color: #fbfbff;
}

.bg-gra {
  /* 渐变 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(217, 227, 240, 1)
  );
}

@media (max-width: 1400px) {
  .dis-top {
    margin-top: 60px;
  }
  .dis-cons-top {
    margin-top: 30px;
  }
  .dis-bom {
    margin-bottom: 90px;
  }
  .fill-bom {
    padding-bottom: 90px;
  }
  .fill-top {
    padding-top: 60px;
  }
  .fill {
    padding: 60px 0 90px;
  }
}

@media (max-width: 1000px) {
  .dis-top {
    margin-top: 30px;
  }
  .dis-bom {
    margin-bottom: 60px;
  }
  .dis-cons-top {
    margin-top: 15px;
  }
  .dis-cons-top-sm {
    margin-top: 15px;
  }
  .fill {
    padding: 30px 0 70px;
  }
  .fill-bom {
    padding-bottom: 70px;
  }
  .fill-top {
    padding-top: 30px;
  }
}

/* skell-skell-spot */
.skell-spot span {
  display: block;
  line-height: 31px;
  position: relative;
  padding-left: 17px;
}

.skell-spot span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3570ff;
  position: absolute;
  top: 13px;
  left: 0;
}

@media (max-width: 1000px) {
  .skell-spot span {
    line-height: 30px;
    padding-left: 15px;
  }
}

/* 动画效果 */
.skell-sition {
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/* 旋转 */
.skell-rowRota {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

.skell-letter,
.skell-opa-sm,
.skell-opa-bg,
.skell-sca-bg,
.skell-sca-sm {
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.skell-letter:hover {
  text-decoration: underline;
  letter-spacing: 0.5px;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

.skell-opa-sm:hover {
  opacity: 0.7;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

.skell-opa-bg:hover {
  opacity: 1;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

.skell-sca-bg:hover {
  transform: scale(1.06);
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

.skell-sca-sm:hover {
  transform: scale(0.85);
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

@keyframes skell-header-top {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}
