body {
  overflow-x: hidden;
}
div,
html,
body,
ul,
li,
span,
section,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  background-color: rgba(247, 249, 252, 1);
  min-height: 100vh;
}
::-webkit-scrollbar {
  width: 8px; /* 滚动条宽度 */
  height: 8px; /* 滚动条高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
  border-radius: 8px;
}

/* 滑块在鼠标悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 滑块悬停颜色 */
}
a {
  text-decoration: none;
}
#app1 {
  height: 100%;
}
.main {
  margin: 0 auto;
  /* min-width: 1366px; */
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.main-content {
  width: 75.5%;
  margin: 0 auto;
  /* min-width: 1200px; */
}
.second-common-cont {
  min-height: calc(100vh - 15.26vw);
  padding: 15.89vw 0 0;
  position: relative;
  background-color: rgba(247, 249, 252, 1);
}
.common-top-cont {
  position: absolute;
  width: 100%;
  height: 12.5vw;
  left: 0;
  top: 5.73vw;
}
.common-top-bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-top-cont-inner {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.29vw;
  color: #fff;
  font-weight: 700;
  position: relative;
}
/* 媒体查询 - 平板设备 */
@media (max-width: 768px) {
  .main-content {
    width: 90%;
    margin: 0 auto;
  }
  .common-top-cont + .main-content {
    margin-top: 11vw;
  }
  .second-common-cont {
    min-height: auto;
    padding: 20vw 0 10vw;
  }
  .common-top-cont {
    height: 20vw;
    top: 12vw;
  }
  .common-top-cont-inner {
    font-size: 4vw;
    padding-left: 5vw;
  }
  .list-empty-img {
    width: 40vw;
    margin: 0 auto 20px;
  }
}

/* 媒体查询 - 手机设备 */
@media (max-width: 480px) {
  .main-content {
    width: 95%;
  }
  .second-common-cont {
    padding: 25vw 0 15vw;
  }
  .common-top-cont {
    height: 25vw;
    top: 15vw;
  }
  .common-top-cont-inner {
    font-size: 5vw;
    padding-left: 8vw;
  }
  .list-empty-img {
    width: 50vw;
    margin: 0 auto 30px;
  }
}

.pagin-cover {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.list-empty-img {
  display: block;
  width: 20.83vw;
  margin: 0 auto 30px;
}
